ggez-banking-sdk 0.5.30 → 0.5.32

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.
@@ -780,6 +780,20 @@ declare enum PaymentMethodType {
780
780
  Tabadul = 7,
781
781
  Castles = 8
782
782
  }
783
+ declare enum PaymentServiceType {
784
+ Undefined = -1,
785
+ E_Transfer = 1,
786
+ Bill_Pay = 2,
787
+ EFT = 3,
788
+ POS_Payment = 4,
789
+ Wire_Load = 5,
790
+ Wire_Withdrawal = 6,
791
+ Crypto_Load = 7,
792
+ Crypto_Withdrawal = 8,
793
+ Blockchain_Load = 9,
794
+ Blockchain_Withdrawal = 10,
795
+ Blockchain_TX_Processing = 11
796
+ }
783
797
  declare enum PhoneNumberTypes {
784
798
  Undefined = 0,
785
799
  Home = 1,
@@ -990,6 +1004,17 @@ declare enum SecurityValidationType {
990
1004
  ShuftiPro_Offsite_Electronic_Identity_Verification = 42,
991
1005
  ShuftiPro_Onsite_Electronic_Identity_Verification = 43
992
1006
  }
1007
+ declare enum ServiceDomain {
1008
+ System = 1,
1009
+ Interchange = 2,
1010
+ Payment_Gateway = 3,
1011
+ External_Vendor = 4,
1012
+ External_Host = 5,
1013
+ External_Integration = 6,
1014
+ Currency_Rate = 7,
1015
+ Webhook = 8,
1016
+ Blockchain = 9
1017
+ }
993
1018
  declare enum ServiceProvider {
994
1019
  Undefined = -1,
995
1020
  System = 0,
@@ -1369,4 +1394,4 @@ declare enum WireTransferType {
1369
1394
  Domestic = 1,
1370
1395
  International = 2
1371
1396
  }
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, };
1397
+ 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, PaymentServiceType, 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, };
@@ -820,6 +820,21 @@ var PaymentMethodType;
820
820
  PaymentMethodType[PaymentMethodType["Tabadul"] = 7] = "Tabadul";
821
821
  PaymentMethodType[PaymentMethodType["Castles"] = 8] = "Castles";
822
822
  })(PaymentMethodType || (PaymentMethodType = {}));
823
+ var PaymentServiceType;
824
+ (function (PaymentServiceType) {
825
+ PaymentServiceType[PaymentServiceType["Undefined"] = -1] = "Undefined";
826
+ PaymentServiceType[PaymentServiceType["E_Transfer"] = 1] = "E_Transfer";
827
+ PaymentServiceType[PaymentServiceType["Bill_Pay"] = 2] = "Bill_Pay";
828
+ PaymentServiceType[PaymentServiceType["EFT"] = 3] = "EFT";
829
+ PaymentServiceType[PaymentServiceType["POS_Payment"] = 4] = "POS_Payment";
830
+ PaymentServiceType[PaymentServiceType["Wire_Load"] = 5] = "Wire_Load";
831
+ PaymentServiceType[PaymentServiceType["Wire_Withdrawal"] = 6] = "Wire_Withdrawal";
832
+ PaymentServiceType[PaymentServiceType["Crypto_Load"] = 7] = "Crypto_Load";
833
+ PaymentServiceType[PaymentServiceType["Crypto_Withdrawal"] = 8] = "Crypto_Withdrawal";
834
+ PaymentServiceType[PaymentServiceType["Blockchain_Load"] = 9] = "Blockchain_Load";
835
+ PaymentServiceType[PaymentServiceType["Blockchain_Withdrawal"] = 10] = "Blockchain_Withdrawal";
836
+ PaymentServiceType[PaymentServiceType["Blockchain_TX_Processing"] = 11] = "Blockchain_TX_Processing";
837
+ })(PaymentServiceType || (PaymentServiceType = {}));
823
838
  var PhoneNumberTypes;
824
839
  (function (PhoneNumberTypes) {
825
840
  PhoneNumberTypes[PhoneNumberTypes["Undefined"] = 0] = "Undefined";
@@ -1046,6 +1061,18 @@ var SecurityValidationType;
1046
1061
  SecurityValidationType[SecurityValidationType["ShuftiPro_Offsite_Electronic_Identity_Verification"] = 42] = "ShuftiPro_Offsite_Electronic_Identity_Verification";
1047
1062
  SecurityValidationType[SecurityValidationType["ShuftiPro_Onsite_Electronic_Identity_Verification"] = 43] = "ShuftiPro_Onsite_Electronic_Identity_Verification";
1048
1063
  })(SecurityValidationType || (SecurityValidationType = {}));
1064
+ var ServiceDomain;
1065
+ (function (ServiceDomain) {
1066
+ ServiceDomain[ServiceDomain["System"] = 1] = "System";
1067
+ ServiceDomain[ServiceDomain["Interchange"] = 2] = "Interchange";
1068
+ ServiceDomain[ServiceDomain["Payment_Gateway"] = 3] = "Payment_Gateway";
1069
+ ServiceDomain[ServiceDomain["External_Vendor"] = 4] = "External_Vendor";
1070
+ ServiceDomain[ServiceDomain["External_Host"] = 5] = "External_Host";
1071
+ ServiceDomain[ServiceDomain["External_Integration"] = 6] = "External_Integration";
1072
+ ServiceDomain[ServiceDomain["Currency_Rate"] = 7] = "Currency_Rate";
1073
+ ServiceDomain[ServiceDomain["Webhook"] = 8] = "Webhook";
1074
+ ServiceDomain[ServiceDomain["Blockchain"] = 9] = "Blockchain";
1075
+ })(ServiceDomain || (ServiceDomain = {}));
1049
1076
  var ServiceProvider;
1050
1077
  (function (ServiceProvider) {
1051
1078
  ServiceProvider[ServiceProvider["Undefined"] = -1] = "Undefined";
@@ -1447,4 +1474,4 @@ var WireTransferType;
1447
1474
  WireTransferType[WireTransferType["Domestic"] = 1] = "Domestic";
1448
1475
  WireTransferType[WireTransferType["International"] = 2] = "International";
1449
1476
  })(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, };
1477
+ 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, PaymentServiceType, 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.30",
3
+ "version": "0.5.32",
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",