@evergonlabs/tmi-protocol-api-client 0.18.1 → 0.19.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/dist/index.d.cts CHANGED
@@ -2901,7 +2901,13 @@ type PostIssuanceProxyDeployTransparentProxyData = {
2901
2901
  body?: {
2902
2902
  implementation: string;
2903
2903
  proxyAdmin: string;
2904
- data?: string;
2904
+ erc20Data: {
2905
+ tokenName: string;
2906
+ tokenSymbol: string;
2907
+ cap: bigint;
2908
+ defaultAdmin: string;
2909
+ minter: string;
2910
+ };
2905
2911
  };
2906
2912
  path?: never;
2907
2913
  query?: never;
package/dist/index.d.ts CHANGED
@@ -2901,7 +2901,13 @@ type PostIssuanceProxyDeployTransparentProxyData = {
2901
2901
  body?: {
2902
2902
  implementation: string;
2903
2903
  proxyAdmin: string;
2904
- data?: string;
2904
+ erc20Data: {
2905
+ tokenName: string;
2906
+ tokenSymbol: string;
2907
+ cap: bigint;
2908
+ defaultAdmin: string;
2909
+ minter: string;
2910
+ };
2905
2911
  };
2906
2912
  path?: never;
2907
2913
  query?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.18.1",
3
+ "version": "0.19.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,8 +35,8 @@
35
35
  "rimraf": "^6.0.1",
36
36
  "tsx": "^4.19.2",
37
37
  "typescript": "5.7.3",
38
- "@evergonlabs/tmi-protocol-api": "0.2.1",
39
- "@evergonlabs/internal": "0.0.0"
38
+ "@evergonlabs/internal": "0.0.0",
39
+ "@evergonlabs/tmi-protocol-api": "0.3.0"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18.14"