@pumper/server-sdk 1.0.5 → 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;
@@ -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;
@@ -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()
@@ -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()
@@ -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.5",
4
+ "version": "1.0.6",
5
5
  "files": ["dist"],
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",