diff --git a/src/types/credit.ts b/src/types/credit.ts index 415f1ee..367d57c 100644 --- a/src/types/credit.ts +++ b/src/types/credit.ts @@ -1,8 +1,11 @@ export enum CreditApplicationStatus { "draft" = "draft", "open" = "open", + "document_checking" = "document_checking", "analyze" = "analyze", "verification" = "verification", + "pending_spv" = "pending_spv", + "final_check" = "finale_check", "pending_approval" = "pending_approval", "under_review" = "under_review", "revision" = "revision",