@evergonlabs/tmi-protocol-api-client 0.22.0-rc.1 → 0.22.0-rc.3
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 +7 -7
- package/dist/index.d.ts +7 -7
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1636,7 +1636,7 @@ type PostV0FractionsRolesGrantResponses = {
|
|
|
1636
1636
|
type PostV0FractionsRolesGrantResponse = PostV0FractionsRolesGrantResponses[keyof PostV0FractionsRolesGrantResponses];
|
|
1637
1637
|
type PostV0FractionsSalesFractionsData = {
|
|
1638
1638
|
body?: {
|
|
1639
|
-
chainId:
|
|
1639
|
+
chainId: '1' | '11155111' | '84532' | '72080' | '31337';
|
|
1640
1640
|
market: string;
|
|
1641
1641
|
fractions: {
|
|
1642
1642
|
/**
|
|
@@ -2957,7 +2957,7 @@ type PostGeneralSearchBalancesResponses = {
|
|
|
2957
2957
|
type PostGeneralSearchBalancesResponse = PostGeneralSearchBalancesResponses[keyof PostGeneralSearchBalancesResponses];
|
|
2958
2958
|
type PostIssuanceErc20DeployData = {
|
|
2959
2959
|
body?: {
|
|
2960
|
-
chainId: 11155111 | 84532 | 72080;
|
|
2960
|
+
chainId: '11155111' | '84532' | '72080';
|
|
2961
2961
|
tokenName: string;
|
|
2962
2962
|
tokenSymbol: string;
|
|
2963
2963
|
supplyCap: string;
|
|
@@ -3038,7 +3038,7 @@ type GetIssuanceErc20GetDeployEventResponses = {
|
|
|
3038
3038
|
type GetIssuanceErc20GetDeployEventResponse = GetIssuanceErc20GetDeployEventResponses[keyof GetIssuanceErc20GetDeployEventResponses];
|
|
3039
3039
|
type PostIssuanceErc20DeployGatedData = {
|
|
3040
3040
|
body?: {
|
|
3041
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3041
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3042
3042
|
tokenName: string;
|
|
3043
3043
|
tokenSymbol: string;
|
|
3044
3044
|
supplyCap: string;
|
|
@@ -3413,7 +3413,7 @@ type PostIssuanceErc20RenounceRoleResponses = {
|
|
|
3413
3413
|
type PostIssuanceErc20RenounceRoleResponse = PostIssuanceErc20RenounceRoleResponses[keyof PostIssuanceErc20RenounceRoleResponses];
|
|
3414
3414
|
type PostIssuanceErc721DeployData = {
|
|
3415
3415
|
body?: {
|
|
3416
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3416
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3417
3417
|
tokenName: string;
|
|
3418
3418
|
tokenSymbol: string;
|
|
3419
3419
|
baseURI: string;
|
|
@@ -3494,7 +3494,7 @@ type GetIssuanceErc721GetDeployEventResponses = {
|
|
|
3494
3494
|
type GetIssuanceErc721GetDeployEventResponse = GetIssuanceErc721GetDeployEventResponses[keyof GetIssuanceErc721GetDeployEventResponses];
|
|
3495
3495
|
type PostIssuanceErc721DeployGatedData = {
|
|
3496
3496
|
body?: {
|
|
3497
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3497
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3498
3498
|
tokenName: string;
|
|
3499
3499
|
tokenSymbol: string;
|
|
3500
3500
|
baseURI: string;
|
|
@@ -3854,7 +3854,7 @@ type GetIssuanceErc721GetMintedTokenIdResponses = {
|
|
|
3854
3854
|
type GetIssuanceErc721GetMintedTokenIdResponse = GetIssuanceErc721GetMintedTokenIdResponses[keyof GetIssuanceErc721GetMintedTokenIdResponses];
|
|
3855
3855
|
type PostIssuanceErc1155DeployData = {
|
|
3856
3856
|
body?: {
|
|
3857
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3857
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3858
3858
|
baseURI: string;
|
|
3859
3859
|
defaultTokenAdmin: string;
|
|
3860
3860
|
minter: string;
|
|
@@ -3929,7 +3929,7 @@ type GetIssuanceErc1155GetDeployEventResponses = {
|
|
|
3929
3929
|
type GetIssuanceErc1155GetDeployEventResponse = GetIssuanceErc1155GetDeployEventResponses[keyof GetIssuanceErc1155GetDeployEventResponses];
|
|
3930
3930
|
type PostIssuanceErc1155DeployGatedData = {
|
|
3931
3931
|
body?: {
|
|
3932
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3932
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3933
3933
|
baseURI: string;
|
|
3934
3934
|
defaultTokenAdmin: string;
|
|
3935
3935
|
minter: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1636,7 +1636,7 @@ type PostV0FractionsRolesGrantResponses = {
|
|
|
1636
1636
|
type PostV0FractionsRolesGrantResponse = PostV0FractionsRolesGrantResponses[keyof PostV0FractionsRolesGrantResponses];
|
|
1637
1637
|
type PostV0FractionsSalesFractionsData = {
|
|
1638
1638
|
body?: {
|
|
1639
|
-
chainId:
|
|
1639
|
+
chainId: '1' | '11155111' | '84532' | '72080' | '31337';
|
|
1640
1640
|
market: string;
|
|
1641
1641
|
fractions: {
|
|
1642
1642
|
/**
|
|
@@ -2957,7 +2957,7 @@ type PostGeneralSearchBalancesResponses = {
|
|
|
2957
2957
|
type PostGeneralSearchBalancesResponse = PostGeneralSearchBalancesResponses[keyof PostGeneralSearchBalancesResponses];
|
|
2958
2958
|
type PostIssuanceErc20DeployData = {
|
|
2959
2959
|
body?: {
|
|
2960
|
-
chainId: 11155111 | 84532 | 72080;
|
|
2960
|
+
chainId: '11155111' | '84532' | '72080';
|
|
2961
2961
|
tokenName: string;
|
|
2962
2962
|
tokenSymbol: string;
|
|
2963
2963
|
supplyCap: string;
|
|
@@ -3038,7 +3038,7 @@ type GetIssuanceErc20GetDeployEventResponses = {
|
|
|
3038
3038
|
type GetIssuanceErc20GetDeployEventResponse = GetIssuanceErc20GetDeployEventResponses[keyof GetIssuanceErc20GetDeployEventResponses];
|
|
3039
3039
|
type PostIssuanceErc20DeployGatedData = {
|
|
3040
3040
|
body?: {
|
|
3041
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3041
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3042
3042
|
tokenName: string;
|
|
3043
3043
|
tokenSymbol: string;
|
|
3044
3044
|
supplyCap: string;
|
|
@@ -3413,7 +3413,7 @@ type PostIssuanceErc20RenounceRoleResponses = {
|
|
|
3413
3413
|
type PostIssuanceErc20RenounceRoleResponse = PostIssuanceErc20RenounceRoleResponses[keyof PostIssuanceErc20RenounceRoleResponses];
|
|
3414
3414
|
type PostIssuanceErc721DeployData = {
|
|
3415
3415
|
body?: {
|
|
3416
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3416
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3417
3417
|
tokenName: string;
|
|
3418
3418
|
tokenSymbol: string;
|
|
3419
3419
|
baseURI: string;
|
|
@@ -3494,7 +3494,7 @@ type GetIssuanceErc721GetDeployEventResponses = {
|
|
|
3494
3494
|
type GetIssuanceErc721GetDeployEventResponse = GetIssuanceErc721GetDeployEventResponses[keyof GetIssuanceErc721GetDeployEventResponses];
|
|
3495
3495
|
type PostIssuanceErc721DeployGatedData = {
|
|
3496
3496
|
body?: {
|
|
3497
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3497
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3498
3498
|
tokenName: string;
|
|
3499
3499
|
tokenSymbol: string;
|
|
3500
3500
|
baseURI: string;
|
|
@@ -3854,7 +3854,7 @@ type GetIssuanceErc721GetMintedTokenIdResponses = {
|
|
|
3854
3854
|
type GetIssuanceErc721GetMintedTokenIdResponse = GetIssuanceErc721GetMintedTokenIdResponses[keyof GetIssuanceErc721GetMintedTokenIdResponses];
|
|
3855
3855
|
type PostIssuanceErc1155DeployData = {
|
|
3856
3856
|
body?: {
|
|
3857
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3857
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3858
3858
|
baseURI: string;
|
|
3859
3859
|
defaultTokenAdmin: string;
|
|
3860
3860
|
minter: string;
|
|
@@ -3929,7 +3929,7 @@ type GetIssuanceErc1155GetDeployEventResponses = {
|
|
|
3929
3929
|
type GetIssuanceErc1155GetDeployEventResponse = GetIssuanceErc1155GetDeployEventResponses[keyof GetIssuanceErc1155GetDeployEventResponses];
|
|
3930
3930
|
type PostIssuanceErc1155DeployGatedData = {
|
|
3931
3931
|
body?: {
|
|
3932
|
-
chainId: 11155111 | 84532 | 72080;
|
|
3932
|
+
chainId: '11155111' | '84532' | '72080';
|
|
3933
3933
|
baseURI: string;
|
|
3934
3934
|
defaultTokenAdmin: string;
|
|
3935
3935
|
minter: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evergonlabs/tmi-protocol-api-client",
|
|
3
|
-
"version": "0.22.0-rc.
|
|
3
|
+
"version": "0.22.0-rc.3",
|
|
4
4
|
"deprecated": "Use @evergonlabs/tmi-protocol-api/client instead. See v0.7.0 release notes for migration guide.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@hey-api/client-fetch": "^0.8.1",
|
|
24
|
-
"@evergonlabs/tmi-protocol-shared": "0.11.0-rc.
|
|
24
|
+
"@evergonlabs/tmi-protocol-shared": "0.11.0-rc.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@evergonlabs/tmi-eslint-config": "0.
|
|
28
|
-
"@evergonlabs/tmi-typescript-config": "0.
|
|
27
|
+
"@evergonlabs/tmi-eslint-config": "0.8.0-rc.0",
|
|
28
|
+
"@evergonlabs/tmi-typescript-config": "0.8.0-rc.0",
|
|
29
29
|
"@hey-api/openapi-ts": "^0.64.1",
|
|
30
30
|
"eslint": "^9.39.2",
|
|
31
31
|
"jiti": "^2.4.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"tsx": "^4.19.2",
|
|
36
36
|
"typescript": "5.7.3",
|
|
37
37
|
"@evergonlabs/internal": "0.0.0",
|
|
38
|
-
"@evergonlabs/tmi-protocol-api": "0.11.0-rc.
|
|
38
|
+
"@evergonlabs/tmi-protocol-api": "0.11.0-rc.3"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18.14"
|