@evergonlabs/tmi-protocol-api-client 0.13.0 → 0.13.1

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
@@ -2941,13 +2941,7 @@ type PostIssuanceErc20GrantRoleResponses = {
2941
2941
  /**
2942
2942
  * Returns transaction data for granting a role
2943
2943
  */
2944
- 200: {
2945
- to: string;
2946
- /**
2947
- * Encoded transaction data
2948
- */
2949
- data: string;
2950
- };
2944
+ 200: Transaction;
2951
2945
  };
2952
2946
  type PostIssuanceErc20GrantRoleResponse = PostIssuanceErc20GrantRoleResponses[keyof PostIssuanceErc20GrantRoleResponses];
2953
2947
  type ClientOptions = {
@@ -3188,10 +3182,7 @@ declare const api: {
3188
3182
  erc20Burn: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20BurnData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3189
3183
  erc20Approve: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20ApproveData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3190
3184
  erc20Transfer: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20TransferData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3191
- erc20GrantRole: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20GrantRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<{
3192
- to: string;
3193
- data: string;
3194
- }, ZodError, ThrowOnError>;
3185
+ erc20GrantRole: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20GrantRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3195
3186
  };
3196
3187
  };
3197
3188
  };
package/dist/index.d.ts CHANGED
@@ -2941,13 +2941,7 @@ type PostIssuanceErc20GrantRoleResponses = {
2941
2941
  /**
2942
2942
  * Returns transaction data for granting a role
2943
2943
  */
2944
- 200: {
2945
- to: string;
2946
- /**
2947
- * Encoded transaction data
2948
- */
2949
- data: string;
2950
- };
2944
+ 200: Transaction;
2951
2945
  };
2952
2946
  type PostIssuanceErc20GrantRoleResponse = PostIssuanceErc20GrantRoleResponses[keyof PostIssuanceErc20GrantRoleResponses];
2953
2947
  type ClientOptions = {
@@ -3188,10 +3182,7 @@ declare const api: {
3188
3182
  erc20Burn: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20BurnData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3189
3183
  erc20Approve: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20ApproveData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3190
3184
  erc20Transfer: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20TransferData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3191
- erc20GrantRole: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20GrantRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<{
3192
- to: string;
3193
- data: string;
3194
- }, ZodError, ThrowOnError>;
3185
+ erc20GrantRole: <ThrowOnError extends boolean = false>(options?: Options<PostIssuanceErc20GrantRoleData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Transaction, ZodError, ThrowOnError>;
3195
3186
  };
3196
3187
  };
3197
3188
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api-client",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {