@topconsultnpm/sdk-ts 6.21.0-dev3.2 → 6.21.0-dev3.3

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.
@@ -2002,6 +2002,8 @@ export declare class CaseFlowAction extends BaseDescriptor {
2002
2002
  dueDate?: Date | undefined;
2003
2003
  isConditional?: boolean;
2004
2004
  completionType?: CF_CompletionTypes;
2005
+ completeLabel?: string | undefined;
2006
+ rejectLabel?: string | undefined;
2005
2007
  claimedByUserId?: number;
2006
2008
  claimedByUserName?: string | undefined;
2007
2009
  dependsOnActionIds?: number[] | undefined;
@@ -2142,6 +2144,7 @@ export declare class CaseFlowTemplateDescriptor extends OwnedDescriptor {
2142
2144
  stateDefinitions?: CaseFlowStateDefinition[] | undefined;
2143
2145
  stateTransitionRules?: CaseFlowStateTransitionRule[] | undefined;
2144
2146
  mtid?: number;
2147
+ userMetadata?: MetadataDescriptor[] | undefined;
2145
2148
  witid?: number;
2146
2149
  templateParticipants?: CaseFlowParticipant[] | undefined;
2147
2150
  templateActions?: CaseFlowAction[] | undefined;
@@ -2504,6 +2507,7 @@ export declare class DcmtArchiveLicenseDescriptor {
2504
2507
  barcodeArchiver?: LicenseModule;
2505
2508
  bollDog?: LicenseModule;
2506
2509
  cassettoDoganale?: LicenseModule;
2510
+ dcmtCreator?: LicenseModule;
2507
2511
  fe?: LicenseModule;
2508
2512
  feAttach?: LicenseModule;
2509
2513
  feTxt?: LicenseModule;
@@ -2514,6 +2518,7 @@ export declare class DcmtArchiveLicenseDescriptor {
2514
2518
  pdfArchiver?: LicenseModule;
2515
2519
  mailArchiver?: LicenseModule;
2516
2520
  mailSender?: LicenseModule;
2521
+ ocrSix?: LicenseModule;
2517
2522
  outLex?: LicenseModule;
2518
2523
  pdVSender?: LicenseModule;
2519
2524
  pdVArchiver?: LicenseModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdk-ts",
3
- "version": "6.21.0-dev3.2",
3
+ "version": "6.21.0-dev3.3",
4
4
  "description": "TopMedia SDK typescript",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/types/index.d.ts",