@getsupertab/supertab-js 3.64.2 → 3.66.0
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.
|
@@ -122,6 +122,7 @@ declare class ApiClient {
|
|
|
122
122
|
isRecurring: boolean;
|
|
123
123
|
}[] | null;
|
|
124
124
|
isPayNow: boolean;
|
|
125
|
+
guestCheckoutAvailable?: boolean | undefined;
|
|
125
126
|
}[];
|
|
126
127
|
testMode: boolean;
|
|
127
128
|
url: string;
|
|
@@ -459,6 +460,7 @@ declare interface Offering {
|
|
|
459
460
|
entitlementDetails: EntitlementDetails | null;
|
|
460
461
|
price: Price;
|
|
461
462
|
isPayNow: boolean;
|
|
463
|
+
guestCheckoutAvailable?: boolean;
|
|
462
464
|
}
|
|
463
465
|
|
|
464
466
|
/**
|