@chainstream-io/sdk 0.1.12 → 0.1.13

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @chainstream-io/sdk@0.1.10
1
+ ## @chainstream-io/sdk@0.1.13
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -466,7 +466,7 @@ declare const Chain: {
466
466
  readonly Arbitrum: "arbitrum";
467
467
  readonly Optimism: "optimism";
468
468
  readonly Avalanche: "avalanche";
469
- readonly Ethereum: "ethereum";
469
+ readonly Eth: "eth";
470
470
  readonly Zksync: "zksync";
471
471
  readonly Sui: "sui";
472
472
  };
@@ -500,7 +500,7 @@ declare const ChainSymbol: {
500
500
  readonly Arbitrum: "arbitrum";
501
501
  readonly Optimism: "optimism";
502
502
  readonly Avalanche: "avalanche";
503
- readonly Ethereum: "ethereum";
503
+ readonly Eth: "eth";
504
504
  readonly Zksync: "zksync";
505
505
  readonly Sui: "sui";
506
506
  };
@@ -570,7 +570,7 @@ declare const ClaimRedPacketInputChainEnum: {
570
570
  readonly Arbitrum: "arbitrum";
571
571
  readonly Optimism: "optimism";
572
572
  readonly Avalanche: "avalanche";
573
- readonly Ethereum: "ethereum";
573
+ readonly Eth: "eth";
574
574
  readonly Zksync: "zksync";
575
575
  readonly Sui: "sui";
576
576
  };
@@ -667,7 +667,7 @@ declare const CreateRedPacketInputChainEnum: {
667
667
  readonly Arbitrum: "arbitrum";
668
668
  readonly Optimism: "optimism";
669
669
  readonly Avalanche: "avalanche";
670
- readonly Ethereum: "ethereum";
670
+ readonly Eth: "eth";
671
671
  readonly Zksync: "zksync";
672
672
  readonly Sui: "sui";
673
673
  };
@@ -6498,7 +6498,7 @@ declare const GetRedpacketsChainEnum: {
6498
6498
  readonly Arbitrum: "arbitrum";
6499
6499
  readonly Optimism: "optimism";
6500
6500
  readonly Avalanche: "avalanche";
6501
- readonly Ethereum: "ethereum";
6501
+ readonly Eth: "eth";
6502
6502
  readonly Zksync: "zksync";
6503
6503
  readonly Sui: "sui";
6504
6504
  };
@@ -7450,7 +7450,7 @@ declare const EstimateGasLimitChainEnum: {
7450
7450
  readonly Arbitrum: "arbitrum";
7451
7451
  readonly Optimism: "optimism";
7452
7452
  readonly Avalanche: "avalanche";
7453
- readonly Ethereum: "ethereum";
7453
+ readonly Eth: "eth";
7454
7454
  readonly Zksync: "zksync";
7455
7455
  };
7456
7456
  type EstimateGasLimitChainEnum = typeof EstimateGasLimitChainEnum[keyof typeof EstimateGasLimitChainEnum];
@@ -7464,7 +7464,7 @@ declare const GetGasPriceChainEnum: {
7464
7464
  readonly Arbitrum: "arbitrum";
7465
7465
  readonly Optimism: "optimism";
7466
7466
  readonly Avalanche: "avalanche";
7467
- readonly Ethereum: "ethereum";
7467
+ readonly Eth: "eth";
7468
7468
  readonly Zksync: "zksync";
7469
7469
  };
7470
7470
  type GetGasPriceChainEnum = typeof GetGasPriceChainEnum[keyof typeof GetGasPriceChainEnum];
@@ -466,7 +466,7 @@ declare const Chain: {
466
466
  readonly Arbitrum: "arbitrum";
467
467
  readonly Optimism: "optimism";
468
468
  readonly Avalanche: "avalanche";
469
- readonly Ethereum: "ethereum";
469
+ readonly Eth: "eth";
470
470
  readonly Zksync: "zksync";
471
471
  readonly Sui: "sui";
472
472
  };
@@ -500,7 +500,7 @@ declare const ChainSymbol: {
500
500
  readonly Arbitrum: "arbitrum";
501
501
  readonly Optimism: "optimism";
502
502
  readonly Avalanche: "avalanche";
503
- readonly Ethereum: "ethereum";
503
+ readonly Eth: "eth";
504
504
  readonly Zksync: "zksync";
505
505
  readonly Sui: "sui";
506
506
  };
@@ -570,7 +570,7 @@ declare const ClaimRedPacketInputChainEnum: {
570
570
  readonly Arbitrum: "arbitrum";
571
571
  readonly Optimism: "optimism";
572
572
  readonly Avalanche: "avalanche";
573
- readonly Ethereum: "ethereum";
573
+ readonly Eth: "eth";
574
574
  readonly Zksync: "zksync";
575
575
  readonly Sui: "sui";
576
576
  };
@@ -667,7 +667,7 @@ declare const CreateRedPacketInputChainEnum: {
667
667
  readonly Arbitrum: "arbitrum";
668
668
  readonly Optimism: "optimism";
669
669
  readonly Avalanche: "avalanche";
670
- readonly Ethereum: "ethereum";
670
+ readonly Eth: "eth";
671
671
  readonly Zksync: "zksync";
672
672
  readonly Sui: "sui";
673
673
  };
@@ -6498,7 +6498,7 @@ declare const GetRedpacketsChainEnum: {
6498
6498
  readonly Arbitrum: "arbitrum";
6499
6499
  readonly Optimism: "optimism";
6500
6500
  readonly Avalanche: "avalanche";
6501
- readonly Ethereum: "ethereum";
6501
+ readonly Eth: "eth";
6502
6502
  readonly Zksync: "zksync";
6503
6503
  readonly Sui: "sui";
6504
6504
  };
@@ -7450,7 +7450,7 @@ declare const EstimateGasLimitChainEnum: {
7450
7450
  readonly Arbitrum: "arbitrum";
7451
7451
  readonly Optimism: "optimism";
7452
7452
  readonly Avalanche: "avalanche";
7453
- readonly Ethereum: "ethereum";
7453
+ readonly Eth: "eth";
7454
7454
  readonly Zksync: "zksync";
7455
7455
  };
7456
7456
  type EstimateGasLimitChainEnum = typeof EstimateGasLimitChainEnum[keyof typeof EstimateGasLimitChainEnum];
@@ -7464,7 +7464,7 @@ declare const GetGasPriceChainEnum: {
7464
7464
  readonly Arbitrum: "arbitrum";
7465
7465
  readonly Optimism: "optimism";
7466
7466
  readonly Avalanche: "avalanche";
7467
- readonly Ethereum: "ethereum";
7467
+ readonly Eth: "eth";
7468
7468
  readonly Zksync: "zksync";
7469
7469
  };
7470
7470
  type GetGasPriceChainEnum = typeof GetGasPriceChainEnum[keyof typeof GetGasPriceChainEnum];
@@ -1,4 +1,4 @@
1
- import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-iO0m0ez9.js';
1
+ import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-Bs1J8X9y.js';
2
2
 
3
3
  declare enum TokenActivityType {
4
4
  Sell = "sell",
@@ -1,4 +1,4 @@
1
- import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-iO0m0ez9.cjs';
1
+ import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-Bs1J8X9y.cjs';
2
2
 
3
3
  declare enum TokenActivityType {
4
4
  Sell = "sell",