mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-07 20:05:42 +00:00
feat: add LicenseTypesTab management component and extend license API types with service and workflow configurations
This commit is contained in:
@@ -292,6 +292,10 @@ export interface LicenseTypeCreate {
|
||||
category?: LicenseCategory;
|
||||
/** Omitted, the server derives it from `key` — see `FamilyKind`. */
|
||||
familyKind?: FamilyKind;
|
||||
/** Licence or registration; splits the catalogues without splitting storage. */
|
||||
serviceKind?: ServiceKind;
|
||||
/** Which transition set the application runs. */
|
||||
workflowProfile?: WorkflowProfile;
|
||||
certificatePrefix: string;
|
||||
feeNewApplication?: number | null;
|
||||
feeRenewal?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user