@footballbingo/client 5.20.0 → 5.21.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.
@@ -8358,7 +8358,7 @@ export type DeleteCosmeticResponse = {
8358
8358
  };
8359
8359
  export type PurchaseSubscriptionInput = {
8360
8360
  platform: 'ios' | 'android' | 'web';
8361
- productId: 'boost_2x_24h' | 'boost_pro_7d' | 'coins_500' | 'coins_2000' | 'coins_10000' | 'newcomer_pack' | 'founders_pack';
8361
+ productId: 'boost_2x_24h' | 'boost_pro_7d' | 'coins_500' | 'coins_1500' | 'coins_5000' | 'coins_12000' | 'coins_30000' | 'newcomer_pack' | 'founders_pack';
8362
8362
  receipt?: string;
8363
8363
  purchaseToken?: string;
8364
8364
  sessionId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footballbingo/client",
3
- "version": "5.20.0",
3
+ "version": "5.21.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",