@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|