@topconsultnpm/sdk-ts 6.22.0-dev1.3 → 6.22.0-dev1.4
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.
|
@@ -2094,7 +2094,7 @@ export declare class CaseFlowInstanceDescriptor extends OwnedDescriptor {
|
|
|
2094
2094
|
cftid?: number;
|
|
2095
2095
|
state?: CF_States;
|
|
2096
2096
|
progress?: number;
|
|
2097
|
-
|
|
2097
|
+
dueDate?: Date | undefined;
|
|
2098
2098
|
warningDays?: number;
|
|
2099
2099
|
isHist?: number;
|
|
2100
2100
|
newPosts?: number;
|
|
@@ -2146,7 +2146,7 @@ export declare class CaseFlowStateTransitionRule {
|
|
|
2146
2146
|
toJSON(data?: any): any;
|
|
2147
2147
|
}
|
|
2148
2148
|
export declare class CaseFlowTemplateDescriptor extends OwnedDescriptor {
|
|
2149
|
-
|
|
2149
|
+
dueDays?: number;
|
|
2150
2150
|
warningDays?: number;
|
|
2151
2151
|
flowMode?: CF_FlowModes;
|
|
2152
2152
|
dcmts?: CaseFlowDcmt[] | undefined;
|