@footballbingo/client 5.21.0 → 5.22.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.
@@ -5532,10 +5532,10 @@ export type ActiveBoostsResponse = {
5532
5532
  };
5533
5533
  export type StoreCatalogItem = {
5534
5534
  sku: string;
5535
- category: 'feature_unlock' | 'coin_pack' | 'bundle';
5535
+ category: 'feature_unlock' | 'coin_pack' | 'bundle' | 'boost';
5536
5536
  name: string;
5537
5537
  description: string;
5538
- priceUsd: string;
5538
+ priceUsdCents?: number;
5539
5539
  coinsGranted?: number;
5540
5540
  featuresUnlocked?: Array<string>;
5541
5541
  badge?: string;
@@ -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_1500' | 'coins_5000' | 'coins_12000' | 'coins_30000' | 'newcomer_pack' | 'founders_pack';
8361
+ productId: 'boost_2x_24h' | '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.21.0",
3
+ "version": "5.22.0",
4
4
  "description": "Auto-generated TypeScript client for the Football Bingo API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",