@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",