From 28dd88f665e64839e4a4e833b59b8e2ea0598599 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 4 Mar 2025 21:16:21 +0700 Subject: [PATCH] update credit --- src/types/credit.ts | 3 +++ 1 file changed, 3 insertions(+) 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",