@getsupertab/supertab-js 3.0.0-beta.3 → 3.0.0-beta.4
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/pkg/prod/sdk.d.ts
CHANGED
|
@@ -337,10 +337,7 @@ declare interface Offering {
|
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
declare interface PaygateExperienceResult {
|
|
340
|
-
isShowing: () => boolean;
|
|
341
340
|
show: () => Promise<ExperienceStateSummary>;
|
|
342
|
-
hide: () => Promise<ExperienceStateSummary>;
|
|
343
|
-
toggle: () => Promise<ExperienceStateSummary>;
|
|
344
341
|
logIn: () => Promise<ExperienceStateSummary>;
|
|
345
342
|
destroy: () => void;
|
|
346
343
|
initialState: ExperienceStateSummary;
|
package/dist/pkg/prod/sdk.js
CHANGED