@pumper/server-sdk 1.0.11 → 1.0.12

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/index.d.mts CHANGED
@@ -7,7 +7,7 @@ type BonusKind = (typeof bonusKinds)[number];
7
7
  declare const depositKinds: readonly ("crypto:ADA" | "crypto:BCH" | "crypto:BNB" | "crypto:BTC" | "crypto:DOGE" | "crypto:ETH" | "crypto:LTC" | "crypto:POL" | "crypto:SOL" | "crypto:TON" | "crypto:TRX" | "crypto:XRP" | "crypto:ZEC" | "crypto:DAI_ERC-20" | "crypto:ETH_BASE" | "crypto:LINK_ERC-20" | "crypto:PYUSD_ERC-20" | "crypto:SHIB_ERC-20" | "crypto:USDC_BASE" | "crypto:USDC_ERC-20" | "crypto:USDC_SPL" | "crypto:USDT_BEP-20" | "crypto:USDT_ERC-20" | "crypto:USDT_SPL" | "crypto:USDT_TRC-20" | "fiat:meld" | "fiat:softkeys" | "fiat:swapped" | "fiat:zen" | "giftcard:difmark" | "giftcard:g2a" | "giftcard:kinguin" | "giftcard:pulse" | "item:skindeck" | "item:skinify" | "item:skinsback")[];
8
8
  type DepositKind = (typeof depositKinds)[number];
9
9
 
10
- declare const gameKinds: readonly ["battles", "blackjack", "cases", "dice", "double", "keno", "limbo", "mines", "plinko", "slots", "upgrader"];
10
+ declare const gameKinds: readonly ["battles", "blackjack", "cases", "dice", "double", "hacksaw-og", "keno", "limbo", "mines", "plinko", "slots", "upgrader"];
11
11
  type GameKind = (typeof gameKinds)[number];
12
12
 
13
13
  declare const withdrawKinds: readonly ("crypto:ADA" | "crypto:BCH" | "crypto:BNB" | "crypto:BTC" | "crypto:DOGE" | "crypto:ETH" | "crypto:LTC" | "crypto:POL" | "crypto:SOL" | "crypto:TON" | "crypto:TRX" | "crypto:XRP" | "crypto:ZEC" | "crypto:DAI_ERC-20" | "crypto:ETH_BASE" | "crypto:LINK_ERC-20" | "crypto:PYUSD_ERC-20" | "crypto:SHIB_ERC-20" | "crypto:USDC_BASE" | "crypto:USDC_ERC-20" | "crypto:USDC_SPL" | "crypto:USDT_BEP-20" | "crypto:USDT_ERC-20" | "crypto:USDT_SPL" | "crypto:USDT_TRC-20" | "item:skindeck" | "item:skinify" | "item:skinsback")[];
@@ -46,7 +46,7 @@ declare class PumpClient {
46
46
  playerId: string;
47
47
  role: "user" | "influencer" | "staff";
48
48
  txId: string;
49
- kind: "battles" | "blackjack" | "cases" | "dice" | "double" | "keno" | "limbo" | "mines" | "plinko" | "slots" | "upgrader";
49
+ kind: "battles" | "blackjack" | "cases" | "dice" | "double" | "hacksaw-og" | "keno" | "limbo" | "mines" | "plinko" | "slots" | "upgrader";
50
50
  wagerUSD: string;
51
51
  wonUSD: string;
52
52
  evUSD: string;
package/dist/index.d.ts CHANGED
@@ -7,7 +7,7 @@ type BonusKind = (typeof bonusKinds)[number];
7
7
  declare const depositKinds: readonly ("crypto:ADA" | "crypto:BCH" | "crypto:BNB" | "crypto:BTC" | "crypto:DOGE" | "crypto:ETH" | "crypto:LTC" | "crypto:POL" | "crypto:SOL" | "crypto:TON" | "crypto:TRX" | "crypto:XRP" | "crypto:ZEC" | "crypto:DAI_ERC-20" | "crypto:ETH_BASE" | "crypto:LINK_ERC-20" | "crypto:PYUSD_ERC-20" | "crypto:SHIB_ERC-20" | "crypto:USDC_BASE" | "crypto:USDC_ERC-20" | "crypto:USDC_SPL" | "crypto:USDT_BEP-20" | "crypto:USDT_ERC-20" | "crypto:USDT_SPL" | "crypto:USDT_TRC-20" | "fiat:meld" | "fiat:softkeys" | "fiat:swapped" | "fiat:zen" | "giftcard:difmark" | "giftcard:g2a" | "giftcard:kinguin" | "giftcard:pulse" | "item:skindeck" | "item:skinify" | "item:skinsback")[];
8
8
  type DepositKind = (typeof depositKinds)[number];
9
9
 
10
- declare const gameKinds: readonly ["battles", "blackjack", "cases", "dice", "double", "keno", "limbo", "mines", "plinko", "slots", "upgrader"];
10
+ declare const gameKinds: readonly ["battles", "blackjack", "cases", "dice", "double", "hacksaw-og", "keno", "limbo", "mines", "plinko", "slots", "upgrader"];
11
11
  type GameKind = (typeof gameKinds)[number];
12
12
 
13
13
  declare const withdrawKinds: readonly ("crypto:ADA" | "crypto:BCH" | "crypto:BNB" | "crypto:BTC" | "crypto:DOGE" | "crypto:ETH" | "crypto:LTC" | "crypto:POL" | "crypto:SOL" | "crypto:TON" | "crypto:TRX" | "crypto:XRP" | "crypto:ZEC" | "crypto:DAI_ERC-20" | "crypto:ETH_BASE" | "crypto:LINK_ERC-20" | "crypto:PYUSD_ERC-20" | "crypto:SHIB_ERC-20" | "crypto:USDC_BASE" | "crypto:USDC_ERC-20" | "crypto:USDC_SPL" | "crypto:USDT_BEP-20" | "crypto:USDT_ERC-20" | "crypto:USDT_SPL" | "crypto:USDT_TRC-20" | "item:skindeck" | "item:skinify" | "item:skinsback")[];
@@ -46,7 +46,7 @@ declare class PumpClient {
46
46
  playerId: string;
47
47
  role: "user" | "influencer" | "staff";
48
48
  txId: string;
49
- kind: "battles" | "blackjack" | "cases" | "dice" | "double" | "keno" | "limbo" | "mines" | "plinko" | "slots" | "upgrader";
49
+ kind: "battles" | "blackjack" | "cases" | "dice" | "double" | "hacksaw-og" | "keno" | "limbo" | "mines" | "plinko" | "slots" | "upgrader";
50
50
  wagerUSD: string;
51
51
  wonUSD: string;
52
52
  evUSD: string;
package/dist/index.js CHANGED
@@ -213,6 +213,7 @@ var gameKinds = [
213
213
  "cases",
214
214
  "dice",
215
215
  "double",
216
+ "hacksaw-og",
216
217
  "keno",
217
218
  "limbo",
218
219
  "mines",
package/dist/index.mjs CHANGED
@@ -195,6 +195,7 @@ var gameKinds = [
195
195
  "cases",
196
196
  "dice",
197
197
  "double",
198
+ "hacksaw-og",
198
199
  "keno",
199
200
  "limbo",
200
201
  "mines",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pumper/server-sdk",
3
3
  "description": "The Official TypeScript SDK for PumpTech",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "files": ["dist"],
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",