@valentine-efagene/qshelter-common 2.0.42 → 2.0.44

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.
@@ -46,6 +46,7 @@ export declare const StepType: {
46
46
  readonly APPROVAL: "APPROVAL";
47
47
  readonly EXTERNAL_CHECK: "EXTERNAL_CHECK";
48
48
  readonly WAIT: "WAIT";
49
+ readonly GENERATE_DOCUMENT: "GENERATE_DOCUMENT";
49
50
  };
50
51
  export type StepType = (typeof StepType)[keyof typeof StepType];
51
52
  export declare const StepStatus: {
@@ -49,7 +49,8 @@ export const StepType = {
49
49
  SIGNATURE: 'SIGNATURE',
50
50
  APPROVAL: 'APPROVAL',
51
51
  EXTERNAL_CHECK: 'EXTERNAL_CHECK',
52
- WAIT: 'WAIT'
52
+ WAIT: 'WAIT',
53
+ GENERATE_DOCUMENT: 'GENERATE_DOCUMENT'
53
54
  };
54
55
  export const StepStatus = {
55
56
  PENDING: 'PENDING',