@footballbingo/client 2.1.0 → 2.1.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/types.gen.d.ts +5 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5390,6 +5390,9 @@ export type AdWebhookResponse = {
|
|
|
5390
5390
|
success: boolean;
|
|
5391
5391
|
};
|
|
5392
5392
|
export type PurchaseResponse = {
|
|
5393
|
+
checkoutUrl: string;
|
|
5394
|
+
sessionId: string;
|
|
5395
|
+
} | {
|
|
5393
5396
|
id: string;
|
|
5394
5397
|
userId: string;
|
|
5395
5398
|
platform: string;
|
|
@@ -8124,6 +8127,8 @@ export type PurchaseSubscriptionInput = {
|
|
|
8124
8127
|
receipt?: string;
|
|
8125
8128
|
purchaseToken?: string;
|
|
8126
8129
|
sessionId?: string;
|
|
8130
|
+
successUrl?: string;
|
|
8131
|
+
cancelUrl?: string;
|
|
8127
8132
|
};
|
|
8128
8133
|
export type CancelSubscriptionInput = {
|
|
8129
8134
|
subscriptionId: string;
|