ggez-banking-sdk 0.5.30 → 0.5.31
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.
- package/dist/constant/enum.d.ts +12 -1
- package/dist/constant/enum.js +13 -1
- package/package.json +1 -1
package/dist/constant/enum.d.ts
CHANGED
|
@@ -990,6 +990,17 @@ declare enum SecurityValidationType {
|
|
|
990
990
|
ShuftiPro_Offsite_Electronic_Identity_Verification = 42,
|
|
991
991
|
ShuftiPro_Onsite_Electronic_Identity_Verification = 43
|
|
992
992
|
}
|
|
993
|
+
declare enum ServiceDomain {
|
|
994
|
+
System = 1,
|
|
995
|
+
Interchange = 2,
|
|
996
|
+
Payment_Gateway = 3,
|
|
997
|
+
External_Vendor = 4,
|
|
998
|
+
External_Host = 5,
|
|
999
|
+
External_Integration = 6,
|
|
1000
|
+
Currency_Rate = 7,
|
|
1001
|
+
Webhook = 8,
|
|
1002
|
+
Blockchain = 9
|
|
1003
|
+
}
|
|
993
1004
|
declare enum ServiceProvider {
|
|
994
1005
|
Undefined = -1,
|
|
995
1006
|
System = 0,
|
|
@@ -1369,4 +1380,4 @@ declare enum WireTransferType {
|
|
|
1369
1380
|
Domestic = 1,
|
|
1370
1381
|
International = 2
|
|
1371
1382
|
}
|
|
1372
|
-
export { AccountStatus, ActivityType, AddressType, AuthorizationOperationRequestType, BankAccountTypes, BankBeneficiaryType, BlockchainRequestType, BusinessType, ChainRequestType, ChainType, CommerceProductSourceType, CountryCode, CurrencyConversionType, DayOfWeek, DaysOfWeek, DeviceType, DocumentStatus, DocumentType, Entity, EntityData, EntityPriority, EntityStatus, EntityVerificationStatus, ErrorLevel, ExternalHostMessageType, ExternalHostMode, ForgetPasswordSecurityTypes, ForgetUserSecurityTypes, GGEZGiftType, Gender, OperationStatus, OrderStatus, OrderType, OrganizationRequestTypes, OrganizationType, PaymentMethodType, PhoneNumberTypes, ProgramTypes, PromotionGames, PromotionStatus, PromotionType, PromotionVisibility, RequestStatus, ResetSecurityType, SecurityAuthenticationTypes, SecurityLoginType, SecurityOperationMethod, SecurityQuestion1, SecurityQuestion2, SecurityValidationActionType, SecurityValidationStatus, SecurityValidationType, ServiceProvider, SettlementTransactionType, SourceApp, TicketCategory, TicketType, Titles, TransactionClassification, TransactionInquiryStatus, TransactionRequestStatus, TransactionType, TrustLimits, UserIdentificationTypes, UserTrustLevelRange, UserType, ValidateType, VariantType, VerificationMethod, WireTransferType, };
|
|
1383
|
+
export { AccountStatus, ActivityType, AddressType, AuthorizationOperationRequestType, BankAccountTypes, BankBeneficiaryType, BlockchainRequestType, BusinessType, ChainRequestType, ChainType, CommerceProductSourceType, CountryCode, CurrencyConversionType, DayOfWeek, DaysOfWeek, DeviceType, DocumentStatus, DocumentType, Entity, EntityData, EntityPriority, EntityStatus, EntityVerificationStatus, ErrorLevel, ExternalHostMessageType, ExternalHostMode, ForgetPasswordSecurityTypes, ForgetUserSecurityTypes, GGEZGiftType, Gender, OperationStatus, OrderStatus, OrderType, OrganizationRequestTypes, OrganizationType, PaymentMethodType, PhoneNumberTypes, ProgramTypes, PromotionGames, PromotionStatus, PromotionType, PromotionVisibility, RequestStatus, ResetSecurityType, SecurityAuthenticationTypes, SecurityLoginType, SecurityOperationMethod, SecurityQuestion1, SecurityQuestion2, SecurityValidationActionType, SecurityValidationStatus, SecurityValidationType, ServiceDomain, ServiceProvider, SettlementTransactionType, SourceApp, TicketCategory, TicketType, Titles, TransactionClassification, TransactionInquiryStatus, TransactionRequestStatus, TransactionType, TrustLimits, UserIdentificationTypes, UserTrustLevelRange, UserType, ValidateType, VariantType, VerificationMethod, WireTransferType, };
|
package/dist/constant/enum.js
CHANGED
|
@@ -1046,6 +1046,18 @@ var SecurityValidationType;
|
|
|
1046
1046
|
SecurityValidationType[SecurityValidationType["ShuftiPro_Offsite_Electronic_Identity_Verification"] = 42] = "ShuftiPro_Offsite_Electronic_Identity_Verification";
|
|
1047
1047
|
SecurityValidationType[SecurityValidationType["ShuftiPro_Onsite_Electronic_Identity_Verification"] = 43] = "ShuftiPro_Onsite_Electronic_Identity_Verification";
|
|
1048
1048
|
})(SecurityValidationType || (SecurityValidationType = {}));
|
|
1049
|
+
var ServiceDomain;
|
|
1050
|
+
(function (ServiceDomain) {
|
|
1051
|
+
ServiceDomain[ServiceDomain["System"] = 1] = "System";
|
|
1052
|
+
ServiceDomain[ServiceDomain["Interchange"] = 2] = "Interchange";
|
|
1053
|
+
ServiceDomain[ServiceDomain["Payment_Gateway"] = 3] = "Payment_Gateway";
|
|
1054
|
+
ServiceDomain[ServiceDomain["External_Vendor"] = 4] = "External_Vendor";
|
|
1055
|
+
ServiceDomain[ServiceDomain["External_Host"] = 5] = "External_Host";
|
|
1056
|
+
ServiceDomain[ServiceDomain["External_Integration"] = 6] = "External_Integration";
|
|
1057
|
+
ServiceDomain[ServiceDomain["Currency_Rate"] = 7] = "Currency_Rate";
|
|
1058
|
+
ServiceDomain[ServiceDomain["Webhook"] = 8] = "Webhook";
|
|
1059
|
+
ServiceDomain[ServiceDomain["Blockchain"] = 9] = "Blockchain";
|
|
1060
|
+
})(ServiceDomain || (ServiceDomain = {}));
|
|
1049
1061
|
var ServiceProvider;
|
|
1050
1062
|
(function (ServiceProvider) {
|
|
1051
1063
|
ServiceProvider[ServiceProvider["Undefined"] = -1] = "Undefined";
|
|
@@ -1447,4 +1459,4 @@ var WireTransferType;
|
|
|
1447
1459
|
WireTransferType[WireTransferType["Domestic"] = 1] = "Domestic";
|
|
1448
1460
|
WireTransferType[WireTransferType["International"] = 2] = "International";
|
|
1449
1461
|
})(WireTransferType || (WireTransferType = {}));
|
|
1450
|
-
export { AccountStatus, ActivityType, AddressType, AuthorizationOperationRequestType, BankAccountTypes, BankBeneficiaryType, BlockchainRequestType, BusinessType, ChainRequestType, ChainType, CommerceProductSourceType, CountryCode, CurrencyConversionType, DayOfWeek, DaysOfWeek, DeviceType, DocumentStatus, DocumentType, Entity, EntityData, EntityPriority, EntityStatus, EntityVerificationStatus, ErrorLevel, ExternalHostMessageType, ExternalHostMode, ForgetPasswordSecurityTypes, ForgetUserSecurityTypes, GGEZGiftType, Gender, OperationStatus, OrderStatus, OrderType, OrganizationRequestTypes, OrganizationType, PaymentMethodType, PhoneNumberTypes, ProgramTypes, PromotionGames, PromotionStatus, PromotionType, PromotionVisibility, RequestStatus, ResetSecurityType, SecurityAuthenticationTypes, SecurityLoginType, SecurityOperationMethod, SecurityQuestion1, SecurityQuestion2, SecurityValidationActionType, SecurityValidationStatus, SecurityValidationType, ServiceProvider, SettlementTransactionType, SourceApp, TicketCategory, TicketType, Titles, TransactionClassification, TransactionInquiryStatus, TransactionRequestStatus, TransactionType, TrustLimits, UserIdentificationTypes, UserTrustLevelRange, UserType, ValidateType, VariantType, VerificationMethod, WireTransferType, };
|
|
1462
|
+
export { AccountStatus, ActivityType, AddressType, AuthorizationOperationRequestType, BankAccountTypes, BankBeneficiaryType, BlockchainRequestType, BusinessType, ChainRequestType, ChainType, CommerceProductSourceType, CountryCode, CurrencyConversionType, DayOfWeek, DaysOfWeek, DeviceType, DocumentStatus, DocumentType, Entity, EntityData, EntityPriority, EntityStatus, EntityVerificationStatus, ErrorLevel, ExternalHostMessageType, ExternalHostMode, ForgetPasswordSecurityTypes, ForgetUserSecurityTypes, GGEZGiftType, Gender, OperationStatus, OrderStatus, OrderType, OrganizationRequestTypes, OrganizationType, PaymentMethodType, PhoneNumberTypes, ProgramTypes, PromotionGames, PromotionStatus, PromotionType, PromotionVisibility, RequestStatus, ResetSecurityType, SecurityAuthenticationTypes, SecurityLoginType, SecurityOperationMethod, SecurityQuestion1, SecurityQuestion2, SecurityValidationActionType, SecurityValidationStatus, SecurityValidationType, ServiceDomain, ServiceProvider, SettlementTransactionType, SourceApp, TicketCategory, TicketType, Titles, TransactionClassification, TransactionInquiryStatus, TransactionRequestStatus, TransactionType, TrustLimits, UserIdentificationTypes, UserTrustLevelRange, UserType, ValidateType, VariantType, VerificationMethod, WireTransferType, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.31",
|
|
4
4
|
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|