ggez-banking-sdk 0.5.31 → 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,
@@ -1380,4 +1394,4 @@ declare enum WireTransferType {
1380
1394
  Domestic = 1,
1381
1395
  International = 2
1382
1396
  }
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, };
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";
@@ -1459,4 +1474,4 @@ var WireTransferType;
1459
1474
  WireTransferType[WireTransferType["Domestic"] = 1] = "Domestic";
1460
1475
  WireTransferType[WireTransferType["International"] = 2] = "International";
1461
1476
  })(WireTransferType || (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, };
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.31",
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",