initial setup
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
export enum AssetInventoryCondition {
|
||||
"new" = "new",
|
||||
"good" = "good",
|
||||
"minor_damage" = "minor_damage",
|
||||
"damaged" = "damaged",
|
||||
"unusabel" = "unusable",
|
||||
"disposed" = "disposed",
|
||||
"lost" = "lost",
|
||||
};
|
||||
|
||||
export enum AssetFixedTypeType {
|
||||
"exploitation" = "exploitation",
|
||||
"depreciation" = "depreciation"
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
export enum BriapiBrifastIdentityType {
|
||||
"passport" = "1",
|
||||
"citizen_personal_id" = "2",
|
||||
"driver_license" = "3",
|
||||
"others" = "4",
|
||||
"account_number" = "5",
|
||||
}
|
||||
@ -1,163 +0,0 @@
|
||||
export enum BrilinkMerchantStatus {
|
||||
"active" = "active",
|
||||
"inactive" = "inactive",
|
||||
}
|
||||
|
||||
export enum BrilinkTerminalType {
|
||||
"edc" = "edc",
|
||||
}
|
||||
|
||||
export enum BrilinkTerminalCondition {
|
||||
"new" = "new",
|
||||
"good" = "good",
|
||||
"minor_damage" = "minor_damage",
|
||||
"damaged" = "damaged",
|
||||
"unusabel" = "unusable",
|
||||
"disposed" = "disposed",
|
||||
"lost" = "lost",
|
||||
}
|
||||
|
||||
export enum BrilinkTerminalOnline {
|
||||
"online" = "online",
|
||||
"offline" = "offline",
|
||||
"block" = "block",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceType {
|
||||
"merchant" = "merchant",
|
||||
"terminal" = "terminal",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceCode {
|
||||
"brizzi" = "brizzi",
|
||||
"remittance" = "remittance",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceMutationType {
|
||||
"credit" = "credit",
|
||||
"debit" = "debit",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceMutationCodePrefixType {
|
||||
"credit" = "CR",
|
||||
"debit" = "DB",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceMutationActvity {
|
||||
"topup" = "topup",
|
||||
"transfer" = "transfer",
|
||||
"withdrawal" = "withdrawal",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceMutationCodePrefixActvity {
|
||||
"topup" = "1",
|
||||
"transfer" = "2",
|
||||
"withdrawal" = "3",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceSourceType {
|
||||
"account" = "account",
|
||||
"merchant" = "merchant",
|
||||
"terminal" = "terminal",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceDestinationType {
|
||||
"account" = "account",
|
||||
"merchant" = "merchant",
|
||||
"terminal" = "terminal",
|
||||
"brizzi" = "brizzi",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceMutationStatus {
|
||||
"pending" = "pending",
|
||||
"process" = "process",
|
||||
"success" = "success",
|
||||
"fail" = "fail",
|
||||
"reject" = "reject",
|
||||
}
|
||||
|
||||
export enum BrilinkBalanceTopupCodePrefix {
|
||||
"account" = "ACC",
|
||||
"merchant" = "MCH",
|
||||
"terminal" = "TML",
|
||||
"brizzi" = "BRZ",
|
||||
}
|
||||
|
||||
export enum BrilinkTransactionType {
|
||||
"brizzi" = "brizzi",
|
||||
"remittance" = "remittance",
|
||||
"mobile" = "mobile",
|
||||
}
|
||||
|
||||
export enum BrilinkTransactionCodePrefixType {
|
||||
"brizzi" = "BRZ",
|
||||
"remittance" = "RTC",
|
||||
"mobile" = "MBL",
|
||||
}
|
||||
|
||||
export enum BrilinkTransactionActivity {
|
||||
"topup" = "topup",
|
||||
"payment" = "payment",
|
||||
"purchase" = "purchase",
|
||||
}
|
||||
|
||||
export enum BrilinkTransactionCodePrefixActivity {
|
||||
"topup" = "1",
|
||||
"payment" = "2",
|
||||
"purchase" = "3",
|
||||
}
|
||||
|
||||
export enum BrilinkTransactionStatus {
|
||||
"unpaid" = "unpaid",
|
||||
"paid" = "paid",
|
||||
"pending" = "pending",
|
||||
"process" = "process",
|
||||
"success" = "success",
|
||||
"fail" = "fail",
|
||||
}
|
||||
|
||||
export enum BrilinkMerchantSettlementStatus {
|
||||
"pending" = "pending",
|
||||
"process" = "process",
|
||||
"success" = "success",
|
||||
"fail" = "fail",
|
||||
}
|
||||
|
||||
export enum BrilinkDiscountType {
|
||||
"fix" = "fix",
|
||||
"percentage" = "percentage",
|
||||
}
|
||||
|
||||
export enum BrilinkDiscountStatus {
|
||||
"scheduled" = "scheduled",
|
||||
"active" = "active",
|
||||
"inactive" = "inactive",
|
||||
"expired" = "expired",
|
||||
}
|
||||
|
||||
export enum BrilinkDiscountModule {
|
||||
"brizzi" = "brizzi",
|
||||
}
|
||||
|
||||
export enum BrilinkProductCategorySupplier {
|
||||
"tcel" = "tcel",
|
||||
}
|
||||
|
||||
export enum BrilinkMembershipCardStatus {
|
||||
"active" = "active",
|
||||
"inactive" = "inactive",
|
||||
"expired" = "expired",
|
||||
}
|
||||
|
||||
export enum BrilinkMembershipCardHistoryActvity {
|
||||
"activation" = "activation",
|
||||
"validation" = "validation",
|
||||
"extend" = "extend",
|
||||
"deactivation" = "deactivation",
|
||||
}
|
||||
|
||||
export enum BrilinkMembershipCardRemarks {
|
||||
"unverified" = "unverified",
|
||||
"verified" = "verified",
|
||||
"suspicious" = "suspicious",
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
export enum BrizziBatchStatus {
|
||||
"queue" = "queue",
|
||||
"process" = "process",
|
||||
"success" = "success",
|
||||
"failed" = "failed",
|
||||
};
|
||||
|
||||
export enum BrizziCardStatus {
|
||||
"available" = "available",
|
||||
"active" = "active",
|
||||
"inactive" = "inactive",
|
||||
"blocked" = "blocked",
|
||||
};
|
||||
|
||||
export enum BrizziHistoryActvity {
|
||||
"active" = "active",
|
||||
"topup" = "topup",
|
||||
"payment" = "payment",
|
||||
"blocked" = "blocked"
|
||||
}
|
||||
|
||||
export enum BrizziHistoryType {
|
||||
"credit" = "credit",
|
||||
"debit" = "debit",
|
||||
}
|
||||
|
||||
export enum BrizziHistoryRemarks {
|
||||
"unverified" = "unverified",
|
||||
"verified" = "verified",
|
||||
"suspicious" = "suspicious",
|
||||
}
|
||||
@ -1,4 +0,0 @@
|
||||
export enum CategoryType {
|
||||
Parent = 'parent',
|
||||
Child = 'child',
|
||||
};
|
||||
@ -1,5 +0,0 @@
|
||||
export enum CategorySource {
|
||||
TrialBalanceBranch = 'trialBalanceBranch',
|
||||
CifAccount = 'cifAccount',
|
||||
Lnkolek = 'lnkolek',
|
||||
};
|
||||
@ -1,59 +0,0 @@
|
||||
export enum ComplianceRiskTransactionClassification {
|
||||
"low" = "low",
|
||||
"medium" = "medium",
|
||||
"high" = "high",
|
||||
}
|
||||
|
||||
export enum ComplianceRiskPepType {
|
||||
"parliament" = "parliament",
|
||||
"cabinet" = "cabinet",
|
||||
"pntl" = "pntl",
|
||||
"bctl" = "bctl",
|
||||
}
|
||||
|
||||
export enum ComplianceRiskFormulaType {
|
||||
"transaction" = "transaction",
|
||||
"customer_personal" = "customer_personal",
|
||||
"customer_business" = "customer_business",
|
||||
}
|
||||
|
||||
export enum ComplianceRiskTransactionType {
|
||||
"bri" = "bri",
|
||||
"wic" = "wic",
|
||||
}
|
||||
|
||||
export enum ComplianceRiskCustomerType {
|
||||
"customer_personal" = "customer_personal",
|
||||
"customer_business" = "customer_business",
|
||||
}
|
||||
|
||||
export enum ComplianceRegulatorReportType {
|
||||
"monthly" = "monthly",
|
||||
"quarterly" = "quarterly",
|
||||
"publication" = "publication",
|
||||
}
|
||||
|
||||
export enum ComplianceCountryPep {
|
||||
"indonesia" = "indonesia",
|
||||
"tl" = "tl",
|
||||
}
|
||||
|
||||
export enum ComplianceRegulatorReportCode {
|
||||
"coa" = "coa",
|
||||
"cash_non_cash" = "cash_non_cash",
|
||||
"hau_nia_futuru_gender" = "hau_nia_futuru_gender",
|
||||
"hau_nia_futuru_age" = "hau_nia_futuru_age",
|
||||
"cris" = "cris",
|
||||
}
|
||||
|
||||
export enum ComplianceFuturuCifSyncLogStatus {
|
||||
"pending" = "pending",
|
||||
"process" = "process",
|
||||
"done" = "done",
|
||||
}
|
||||
|
||||
export enum ComplianceCifDoubleStatus {
|
||||
"pending" = "pending",
|
||||
"process" = "process",
|
||||
"done" = "done",
|
||||
}
|
||||
@ -1,20 +0,0 @@
|
||||
export enum CreditApplicationStatus {
|
||||
"draft" = "draft",
|
||||
"open" = "open",
|
||||
"document_checking" = "document_checking",
|
||||
"analyze" = "analyze",
|
||||
"verification" = "verification",
|
||||
"pending_spv" = "pending_spv",
|
||||
"final_check" = "final_check",
|
||||
"pending_approval" = "pending_approval",
|
||||
"under_review" = "under_review",
|
||||
"revision" = "revision",
|
||||
"approved" = "approved",
|
||||
"rejected" = "rejected"
|
||||
};
|
||||
|
||||
export enum CreditApplicationFileStatus {
|
||||
"draft" = "draft",
|
||||
"approved" = "approved",
|
||||
"rejected" = "rejected",
|
||||
};
|
||||
@ -1,46 +0,0 @@
|
||||
export enum StatusDocument {
|
||||
"rejected" = -3,
|
||||
"returned" = -2,
|
||||
"draft" = -1,
|
||||
"submitted" = 0,
|
||||
"checker" = 1,
|
||||
"approval" = 2,
|
||||
"disposition" = 3,
|
||||
"decision" = 4,
|
||||
};
|
||||
|
||||
export enum TypeDocument {
|
||||
"Nota_Dinas" = "ND",
|
||||
"Surat_Internal" = "SI",
|
||||
"Surat_Undangan" = "SU",
|
||||
"Surat_Keputusan" = "SK",
|
||||
"Surat_Eksternal" = "SE",
|
||||
"Surat_Izin_Prinsip" = "SIP"
|
||||
};
|
||||
|
||||
export enum BranchCode {
|
||||
"Bussiness_Department" = "BSN",
|
||||
"Operation_Department" = "OPR",
|
||||
"Risk_Management" = "RMC",
|
||||
"Credit_Risk" = "CRR",
|
||||
"Complain_Function" = "CMP"
|
||||
};
|
||||
|
||||
export enum TypeCredential {
|
||||
"Kerahasiaan" = "KR",
|
||||
"Biasa" = "B",
|
||||
"Rahasia" = "R",
|
||||
"Sangat_Rahasia" = "SR"
|
||||
};
|
||||
|
||||
export enum TypeReceiver {
|
||||
"Personal" = "P",
|
||||
"Department" = "D",
|
||||
"Tembusan" = "T"
|
||||
};
|
||||
|
||||
export enum TypePriority {
|
||||
"Priority" = "P",
|
||||
"Non Priority" = "NP"
|
||||
};
|
||||
|
||||
@ -1,59 +0,0 @@
|
||||
export enum EformRequestSourceType {
|
||||
"web" = "web",
|
||||
"app_brizzi" = "app_brizzi",
|
||||
}
|
||||
|
||||
export enum EformRequestAggrementType {
|
||||
"Aggree" = "true",
|
||||
"Not Aggree" = "false",
|
||||
}
|
||||
|
||||
export enum EformRequestProductName {
|
||||
"Britama" = "britama",
|
||||
"Giro" = "giro",
|
||||
}
|
||||
|
||||
export enum EformRequestProductType {
|
||||
"Card" = "card",
|
||||
"Book" = "book",
|
||||
}
|
||||
|
||||
export enum EformRequestStatusType {
|
||||
"verify" = "verify",
|
||||
"open" = "open",
|
||||
"progress" = "progress",
|
||||
"close" = "close",
|
||||
"reject" = "reject",
|
||||
"approved" = "approved",
|
||||
}
|
||||
|
||||
export enum EformRequestRequestorType {
|
||||
"wic" = "wic",
|
||||
"bri" = "bri",
|
||||
}
|
||||
|
||||
export enum EformGender {
|
||||
"male" = "male",
|
||||
"female" = "female",
|
||||
}
|
||||
|
||||
export enum EformInterestAccountType {
|
||||
"saving" = "saving",
|
||||
"investment" = "investment",
|
||||
"transaction" = "transaction",
|
||||
"other" = "other",
|
||||
}
|
||||
|
||||
export enum EformIdentityType {
|
||||
"electoral" = "electoral",
|
||||
"bi" = "bi",
|
||||
"passport" = "passport",
|
||||
"visa" = "visa",
|
||||
}
|
||||
|
||||
export enum EformBankType {
|
||||
"bnctl" = "bnctl",
|
||||
"mandiri" = "mandiri",
|
||||
"bnu" = "bnu",
|
||||
"anz" = "anz",
|
||||
}
|
||||
@ -1,26 +0,0 @@
|
||||
export enum GpsActionType {
|
||||
"login" = "login",
|
||||
"heartbeat" = "heartbeat",
|
||||
"location" = "location",
|
||||
"other" = "other",
|
||||
}
|
||||
|
||||
export enum GpsIgnitionStatus {
|
||||
"on" = "on",
|
||||
"off" = "off",
|
||||
"acc_low" = "acc_low",
|
||||
"acc_high" = "acc_high",
|
||||
}
|
||||
|
||||
export enum GpsEngineStatus {
|
||||
"idling" = "idling",
|
||||
"moving" = "moving",
|
||||
"stopping" = "stopping",
|
||||
}
|
||||
|
||||
export enum GpsReverseGeoStatus {
|
||||
"pending" = "pending",
|
||||
"process" = "process",
|
||||
"success" = "success",
|
||||
"fail" = "fail",
|
||||
}
|
||||
@ -1,25 +0,0 @@
|
||||
export enum LogPullType {
|
||||
"LNKOLEK" = "LNKOLEK",
|
||||
"CIF_BEREKENING" = "CIF_BEREKENING",
|
||||
"TRIAL_BALANCE_BRANCH" = "TRIAL_BALANCE_BRANCH",
|
||||
"TRIAL_BALANCE_KONSOLIDASI" = "TRIAL_BALANCE_KONSOLIDASI",
|
||||
"TRANSAKSI_CS" = "TRANSAKSI_CS",
|
||||
"TELLER_MUTATION" = "TELLER_MUTATION",
|
||||
"MUTATION_GL" = "MUTATION_GL"
|
||||
};
|
||||
|
||||
export const TellerCode = {
|
||||
"0452": ["0452051", "0452052", "0452053", "0452054", "0452055", "0452056", "0452057", "0452058", "0452059"],
|
||||
"0453": ["0453051"],
|
||||
"0454": ["0454051"],
|
||||
"0455": ["0455051", "0455052"]
|
||||
}
|
||||
|
||||
|
||||
export enum StatusLogPull {
|
||||
"Waiting Schedule" = "W",
|
||||
"Failed Pull Data" = "N",
|
||||
"Retry Pull Data" = "R",
|
||||
"On Going Pull Data" = "O",
|
||||
"Success Pull Data" = "Y"
|
||||
};
|
||||
@ -1,63 +0,0 @@
|
||||
export enum RemitPartnerType {
|
||||
"personal" = "personal",
|
||||
"company" = "company",
|
||||
}
|
||||
|
||||
export enum RemitPartnerStatus {
|
||||
"pending" = "pending",
|
||||
"approved" = "approved",
|
||||
"rejected" = "rejected",
|
||||
}
|
||||
|
||||
export enum RemitRiskLevel {
|
||||
"low" = "low",
|
||||
"mid" = "mid",
|
||||
"high" = "high",
|
||||
}
|
||||
|
||||
export enum RemitGender {
|
||||
"man" = "man",
|
||||
"female" = "female",
|
||||
}
|
||||
|
||||
export enum RemitIdentityType {
|
||||
"electoral" = "electoral",
|
||||
"bi" = "bi",
|
||||
"passport" = "passport",
|
||||
"visa" = "visa",
|
||||
"citizen personal id" = "citizen_personal_id",
|
||||
"driver_license" = "driver_license",
|
||||
}
|
||||
|
||||
export enum RemitDocumentType {
|
||||
"electoral" = "electoral",
|
||||
"bi" = "bi",
|
||||
"passport" = "passport",
|
||||
"certificado registo comercial" = "certificado_registo_comercial",
|
||||
"licenca provisoria" = "licenca_provisoria",
|
||||
"estatuto" = "estatuto",
|
||||
"aggrement" = "aggrement",
|
||||
}
|
||||
|
||||
export enum RemitPartnerFeeType {
|
||||
"percentage" = "percentage",
|
||||
"fix" = "fix",
|
||||
}
|
||||
|
||||
export enum RemitSenderType {
|
||||
"bri" = "bri",
|
||||
"wic" = "wic",
|
||||
}
|
||||
|
||||
export enum RemitTransactionStatus {
|
||||
"verify" = "verify",
|
||||
"reject" = "reject",
|
||||
"process" = "process",
|
||||
"success" = "success",
|
||||
"fail" = "fail",
|
||||
}
|
||||
|
||||
export enum RemitTransactionCurrencyType {
|
||||
"rp" = "rp",
|
||||
"usd" = "usd",
|
||||
}
|
||||
@ -1,13 +0,0 @@
|
||||
export class SmsBody {
|
||||
application: string;
|
||||
to: string;
|
||||
message: string;
|
||||
}
|
||||
|
||||
export enum SmsTrxFrom {
|
||||
"non_reply" = "non_reply",
|
||||
"registration" = "registration",
|
||||
"verification" = "verification",
|
||||
"transaction" = "transaction",
|
||||
"info" = "info",
|
||||
}
|
||||
@ -1,19 +0,0 @@
|
||||
export enum SummarizeType {
|
||||
"ASSET" = "ASSET",
|
||||
"DPK" = "DPK",
|
||||
"KREDIT" = "KREDIT",
|
||||
"CASA" = "CASA",
|
||||
"FBI" = "FBI",
|
||||
"NPL" = "NPL",
|
||||
"PPAP_KHUSUS" = "PPAP_KHUSUS",
|
||||
"PPAP_UMUM" = "PPAP_UMUM",
|
||||
"LABA_RUGI" = "LABA_RUGI"
|
||||
};
|
||||
|
||||
|
||||
export enum SummarizeLogStatus {
|
||||
"Waiting Schedule" = "W",
|
||||
"On Going Summarize Data" = "O",
|
||||
"Success Summarize Data" = "Y",
|
||||
"Failed Summarize Data" = "N"
|
||||
};
|
||||
Reference in New Issue
Block a user