@valentine-efagene/qshelter-common 2.0.56 → 2.0.58

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.
@@ -58,6 +58,9 @@ export declare const StepStatus: {
58
58
  readonly COMPLETED: "COMPLETED";
59
59
  readonly FAILED: "FAILED";
60
60
  readonly SKIPPED: "SKIPPED";
61
+ readonly NEEDS_RESUBMISSION: "NEEDS_RESUBMISSION";
62
+ readonly ACTION_REQUIRED: "ACTION_REQUIRED";
63
+ readonly AWAITING_REVIEW: "AWAITING_REVIEW";
61
64
  };
62
65
  export type StepStatus = (typeof StepStatus)[keyof typeof StepStatus];
63
66
  export declare const InstallmentStatus: {
@@ -60,7 +60,10 @@ export const StepStatus = {
60
60
  IN_PROGRESS: 'IN_PROGRESS',
61
61
  COMPLETED: 'COMPLETED',
62
62
  FAILED: 'FAILED',
63
- SKIPPED: 'SKIPPED'
63
+ SKIPPED: 'SKIPPED',
64
+ NEEDS_RESUBMISSION: 'NEEDS_RESUBMISSION',
65
+ ACTION_REQUIRED: 'ACTION_REQUIRED',
66
+ AWAITING_REVIEW: 'AWAITING_REVIEW'
64
67
  };
65
68
  export const InstallmentStatus = {
66
69
  PENDING: 'PENDING',