@pumper/server-sdk 1.0.4 → 1.0.6

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
@@ -36,7 +36,6 @@ declare class PumpClient {
36
36
  txId: string;
37
37
  kind: "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_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";
38
38
  amountUSD: string;
39
- feeUSD: string;
40
39
  timestamp: Date;
41
40
  }) => Promise<{
42
41
  eventId: string;
@@ -47,7 +46,7 @@ declare class PumpClient {
47
46
  kind: "battles" | "blackjack" | "cases" | "dice" | "double" | "keno" | "limbo" | "mines" | "plinko" | "slots" | "upgrader";
48
47
  wagerUSD: string;
49
48
  wonUSD: string;
50
- edgeRate: number;
49
+ evUSD: string;
51
50
  timestamp: Date;
52
51
  }) => Promise<{
53
52
  eventId: string;
@@ -57,7 +56,6 @@ declare class PumpClient {
57
56
  txId: string;
58
57
  kind: "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_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";
59
58
  amountUSD: string;
60
- feeUSD: string;
61
59
  timestamp: Date;
62
60
  }) => Promise<{
63
61
  eventId: string;
package/dist/index.d.ts CHANGED
@@ -36,7 +36,6 @@ declare class PumpClient {
36
36
  txId: string;
37
37
  kind: "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_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";
38
38
  amountUSD: string;
39
- feeUSD: string;
40
39
  timestamp: Date;
41
40
  }) => Promise<{
42
41
  eventId: string;
@@ -47,7 +46,7 @@ declare class PumpClient {
47
46
  kind: "battles" | "blackjack" | "cases" | "dice" | "double" | "keno" | "limbo" | "mines" | "plinko" | "slots" | "upgrader";
48
47
  wagerUSD: string;
49
48
  wonUSD: string;
50
- edgeRate: number;
49
+ evUSD: string;
51
50
  timestamp: Date;
52
51
  }) => Promise<{
53
52
  eventId: string;
@@ -57,7 +56,6 @@ declare class PumpClient {
57
56
  txId: string;
58
57
  kind: "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_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";
59
58
  amountUSD: string;
60
- feeUSD: string;
61
59
  timestamp: Date;
62
60
  }) => Promise<{
63
61
  eventId: string;
package/dist/index.js CHANGED
@@ -194,7 +194,6 @@ var depositSchema = createContract({
194
194
  txId: v_exports.string(),
195
195
  kind: v_exports.enum(depositKinds),
196
196
  amountUSD: v_exports.string(),
197
- feeUSD: v_exports.string(),
198
197
  timestamp: v_exports.date()
199
198
  }),
200
199
  res: v_exports.custom()
@@ -225,7 +224,7 @@ var gameSchema = createContract({
225
224
  kind: v_exports.enum(gameKinds),
226
225
  wagerUSD: v_exports.string(),
227
226
  wonUSD: v_exports.string(),
228
- edgeRate: v_exports.number(),
227
+ evUSD: v_exports.string(),
229
228
  timestamp: v_exports.date()
230
229
  }),
231
230
  res: v_exports.custom()
@@ -246,7 +245,6 @@ var withdrawSchema = createContract({
246
245
  txId: v_exports.string(),
247
246
  kind: v_exports.enum(withdrawKinds),
248
247
  amountUSD: v_exports.string(),
249
- feeUSD: v_exports.string(),
250
248
  timestamp: v_exports.date()
251
249
  }),
252
250
  res: v_exports.custom()
package/dist/index.mjs CHANGED
@@ -176,7 +176,6 @@ var depositSchema = createContract({
176
176
  txId: v_exports.string(),
177
177
  kind: v_exports.enum(depositKinds),
178
178
  amountUSD: v_exports.string(),
179
- feeUSD: v_exports.string(),
180
179
  timestamp: v_exports.date()
181
180
  }),
182
181
  res: v_exports.custom()
@@ -207,7 +206,7 @@ var gameSchema = createContract({
207
206
  kind: v_exports.enum(gameKinds),
208
207
  wagerUSD: v_exports.string(),
209
208
  wonUSD: v_exports.string(),
210
- edgeRate: v_exports.number(),
209
+ evUSD: v_exports.string(),
211
210
  timestamp: v_exports.date()
212
211
  }),
213
212
  res: v_exports.custom()
@@ -228,7 +227,6 @@ var withdrawSchema = createContract({
228
227
  txId: v_exports.string(),
229
228
  kind: v_exports.enum(withdrawKinds),
230
229
  amountUSD: v_exports.string(),
231
- feeUSD: v_exports.string(),
232
230
  timestamp: v_exports.date()
233
231
  }),
234
232
  res: v_exports.custom()
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.4",
4
+ "version": "1.0.6",
5
5
  "files": ["dist"],
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",