@sign-global/tokentable-core 1.6.0 → 1.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sign-global/tokentable-core
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: add Sui AirdropSigIdentityTypeEnum
8
+
3
9
  ## 1.6.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -1913,6 +1913,7 @@ declare enum AirdropSigIdentityTypeEnum {
1913
1913
  EVMWallet = "EVM Wallet",
1914
1914
  TONWallet = "TON Wallet",
1915
1915
  CosmosWallet = "Cosmos Wallet",
1916
+ SuiWallet = "Sui Wallet",
1916
1917
  Google = "Google Account",
1917
1918
  Discord = "Discord Account"
1918
1919
  }
package/dist/index.d.ts CHANGED
@@ -1913,6 +1913,7 @@ declare enum AirdropSigIdentityTypeEnum {
1913
1913
  EVMWallet = "EVM Wallet",
1914
1914
  TONWallet = "TON Wallet",
1915
1915
  CosmosWallet = "Cosmos Wallet",
1916
+ SuiWallet = "Sui Wallet",
1916
1917
  Google = "Google Account",
1917
1918
  Discord = "Discord Account"
1918
1919
  }
package/dist/index.js CHANGED
@@ -3841,6 +3841,7 @@ var AirdropSigIdentityTypeEnum = /* @__PURE__ */ ((AirdropSigIdentityTypeEnum2)
3841
3841
  AirdropSigIdentityTypeEnum2["EVMWallet"] = "EVM Wallet";
3842
3842
  AirdropSigIdentityTypeEnum2["TONWallet"] = "TON Wallet";
3843
3843
  AirdropSigIdentityTypeEnum2["CosmosWallet"] = "Cosmos Wallet";
3844
+ AirdropSigIdentityTypeEnum2["SuiWallet"] = "Sui Wallet";
3844
3845
  AirdropSigIdentityTypeEnum2["Google"] = "Google Account";
3845
3846
  AirdropSigIdentityTypeEnum2["Discord"] = "Discord Account";
3846
3847
  return AirdropSigIdentityTypeEnum2;