@juhuu/sdk-ts 1.3.28 → 1.3.29

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/index.d.mts CHANGED
@@ -2868,6 +2868,7 @@ declare namespace JUHUU {
2868
2868
  acceptedTermIdArray: string[];
2869
2869
  languageCode: LanguageCode | null;
2870
2870
  billingAddress: DeepNullable<Address>;
2871
+ billingAddressVerified: boolean;
2871
2872
  billingEmail: string | null;
2872
2873
  billingEmailVerified: boolean;
2873
2874
  billingPhone: string | null;
package/dist/index.d.ts CHANGED
@@ -2868,6 +2868,7 @@ declare namespace JUHUU {
2868
2868
  acceptedTermIdArray: string[];
2869
2869
  languageCode: LanguageCode | null;
2870
2870
  billingAddress: DeepNullable<Address>;
2871
+ billingAddressVerified: boolean;
2871
2872
  billingEmail: string | null;
2872
2873
  billingEmailVerified: boolean;
2873
2874
  billingPhone: string | null;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.28",
6
+ "version": "1.3.29",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",