@stigg/js-client-sdk 1.0.0 → 1.0.1
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/api/generated/types.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +7 -0
- package/dist/utils/ModelMapper.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2616,6 +2616,9 @@ export declare type CustomerFragment = {
|
|
|
2616
2616
|
hasPaymentMethod: boolean;
|
|
2617
2617
|
refId: string;
|
|
2618
2618
|
additionalMetaData?: any | null | undefined;
|
|
2619
|
+
defaultPaymentExpirationMonth?: number | null | undefined;
|
|
2620
|
+
defaultPaymentExpirationYear?: number | null | undefined;
|
|
2621
|
+
defaultPaymentMethodLast4Digits?: string | null | undefined;
|
|
2619
2622
|
experimentInfo?: {
|
|
2620
2623
|
__typename?: 'experimentInfo';
|
|
2621
2624
|
name: string;
|