@topconsultnpm/sdk-ts 6.21.0-dev3.5 → 6.21.0-dev3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2016,6 +2016,7 @@ export declare class CaseFlowAction extends BaseDescriptor {
|
|
|
2016
2016
|
assignees?: CaseFlowAssigneeDescriptor[] | undefined;
|
|
2017
2017
|
actionTID?: number;
|
|
2018
2018
|
assigneesSetRule?: WorkItemSetRules;
|
|
2019
|
+
completionMIDs?: number[] | undefined;
|
|
2019
2020
|
init(_data?: any): void;
|
|
2020
2021
|
static fromJS(data: any): CaseFlowAction;
|
|
2021
2022
|
toJSON(data?: any): any;
|
|
@@ -2491,6 +2492,8 @@ export declare class DcmtArchiveLicenseDescriptor {
|
|
|
2491
2492
|
surfer?: LicenseModule;
|
|
2492
2493
|
outlookConnector?: LicenseModule;
|
|
2493
2494
|
officeConnector?: LicenseModule;
|
|
2495
|
+
pecGest?: LicenseModule;
|
|
2496
|
+
naturalSearch?: LicenseModule;
|
|
2494
2497
|
surferArk?: LicenseModule;
|
|
2495
2498
|
wrkGroup?: LicenseModule;
|
|
2496
2499
|
dossier?: LicenseModule;
|