ggez-banking-sdk 0.4.18 → 0.4.20

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.
@@ -1348,8 +1348,10 @@ declare enum ValidateType {
1348
1348
  ValidateOnly = 1
1349
1349
  }
1350
1350
  declare enum VariantType {
1351
- UGGEZ1 = 177771,
1352
- UGZ = 177772
1351
+ GGEZ1 = 177771,
1352
+ GZ = 177772,
1353
+ GBPV = 188881,
1354
+ VVTX = 188882
1353
1355
  }
1354
1356
  declare enum VerificationMethod {
1355
1357
  Whats_App = 1,
@@ -1424,8 +1424,10 @@ var ValidateType;
1424
1424
  })(ValidateType || (ValidateType = {}));
1425
1425
  var VariantType;
1426
1426
  (function (VariantType) {
1427
- VariantType[VariantType["UGGEZ1"] = 177771] = "UGGEZ1";
1428
- VariantType[VariantType["UGZ"] = 177772] = "UGZ";
1427
+ VariantType[VariantType["GGEZ1"] = 177771] = "GGEZ1";
1428
+ VariantType[VariantType["GZ"] = 177772] = "GZ";
1429
+ VariantType[VariantType["GBPV"] = 188881] = "GBPV";
1430
+ VariantType[VariantType["VVTX"] = 188882] = "VVTX";
1429
1431
  })(VariantType || (VariantType = {}));
1430
1432
  var VerificationMethod;
1431
1433
  (function (VerificationMethod) {
@@ -1,8 +1,10 @@
1
1
  import { AccountOptions, SecurityUserAlert, UserSystemOptions, VerificationRequirements } from ".";
2
2
  type SystemFeatures = {
3
- userSystemOptions: UserSystemOptions;
4
- verificationRequirements: VerificationRequirements;
5
- accountOptions: AccountOptions;
6
- securityUserAlert: SecurityUserAlert;
3
+ user_system_options: UserSystemOptions;
4
+ verification_requirements: VerificationRequirements;
5
+ organization_business_verification_requirements: VerificationRequirements;
6
+ organization_individual_group_verification_requirements: VerificationRequirements;
7
+ account_options: AccountOptions;
8
+ security_user_alert: SecurityUserAlert;
7
9
  };
8
10
  export type { SystemFeatures };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.4.18",
3
+ "version": "0.4.20",
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",