@avalabs/glacier-sdk 3.1.0-canary.686a0a6.0 → 3.1.0-canary.6b18bbe.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.
Files changed (104) hide show
  1. package/dist/index.d.ts +1146 -283
  2. package/dist/index.js +1 -1
  3. package/esm/generated/Glacier.d.ts +4 -0
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/models/AccessRequest.d.ts +12 -0
  6. package/esm/generated/models/ActiveValidatorDetails.d.ts +21 -0
  7. package/esm/generated/models/BalanceOwner.d.ts +6 -0
  8. package/esm/generated/models/CompletedDelegatorDetails.d.ts +6 -0
  9. package/esm/generated/models/CompletedValidatorDetails.d.ts +3 -0
  10. package/esm/generated/models/CreateWebhookRequest.d.ts +1 -1
  11. package/esm/generated/models/DeliveredIcmMessage.d.ts +31 -0
  12. package/esm/generated/models/DeliveredIcmMessage.js +1 -0
  13. package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.d.ts +29 -0
  14. package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.js +1 -0
  15. package/esm/generated/models/Erc20TokenBalance.d.ts +11 -0
  16. package/esm/generated/models/Erc20TokenBalance.js +1 -1
  17. package/esm/generated/models/EvmBlock.d.ts +4 -0
  18. package/esm/generated/models/FullNativeTransactionDetails.d.ts +4 -0
  19. package/esm/generated/models/GetEvmBlockResponse.d.ts +4 -0
  20. package/esm/generated/models/GetPrimaryNetworkBlockResponse.d.ts +2 -2
  21. package/esm/generated/models/HealthCheckResultDto.d.ts +17 -0
  22. package/esm/generated/models/HealthCheckResultDto.js +1 -0
  23. package/esm/generated/models/HealthIndicatorResultDto.d.ts +17 -0
  24. package/esm/generated/models/HealthIndicatorResultDto.js +1 -0
  25. package/esm/generated/models/IcmDestinationTransaction.d.ts +9 -0
  26. package/esm/generated/models/IcmReceipt.d.ts +6 -0
  27. package/esm/generated/models/IcmRewardDetails.d.ts +37 -0
  28. package/esm/generated/models/IcmRewardDetails.js +1 -0
  29. package/esm/generated/models/IcmSourceTransaction.d.ts +7 -0
  30. package/esm/generated/models/L1ValidatorDetailsFull.d.ts +33 -0
  31. package/esm/generated/models/L1ValidatorDetailsTransaction.d.ts +23 -0
  32. package/esm/generated/models/L1ValidatorManagerDetails.d.ts +6 -0
  33. package/esm/generated/models/ListErc1155BalancesResponse.d.ts +5 -0
  34. package/esm/generated/models/ListErc20BalancesResponse.d.ts +5 -0
  35. package/esm/generated/models/ListErc721BalancesResponse.d.ts +5 -0
  36. package/esm/generated/models/ListIcmMessagesResponse.d.ts +12 -0
  37. package/esm/generated/models/ListL1ValidatorsResponse.d.ts +14 -0
  38. package/esm/generated/models/NativeTransaction.d.ts +4 -0
  39. package/esm/generated/models/NotificationsResponse.d.ts +5 -0
  40. package/esm/generated/models/OperationStatusResponse.d.ts +1 -1
  41. package/esm/generated/models/PChainTransaction.d.ts +27 -14
  42. package/esm/generated/models/PChainTransactionType.d.ts +5 -5
  43. package/esm/generated/models/PChainTransactionType.js +1 -1
  44. package/esm/generated/models/PChainUtxo.d.ts +27 -0
  45. package/esm/generated/models/PendingDelegatorDetails.d.ts +6 -0
  46. package/esm/generated/models/PendingIcmMessage.d.ts +29 -0
  47. package/esm/generated/models/PendingIcmMessage.js +1 -0
  48. package/esm/generated/models/PendingValidatorDetails.d.ts +3 -0
  49. package/esm/generated/models/PrimaryNetworkBlock.d.ts +2 -2
  50. package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.d.ts +10 -0
  51. package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js +1 -0
  52. package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.d.ts +8 -0
  53. package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.js +1 -0
  54. package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.d.ts +27 -0
  55. package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.js +1 -0
  56. package/esm/generated/models/PrimaryNetworkTxType.d.ts +5 -5
  57. package/esm/generated/models/PrimaryNetworkTxType.js +1 -1
  58. package/esm/generated/models/RemovedValidatorDetails.d.ts +9 -0
  59. package/esm/generated/models/RpcUsageMetricsGroupByEnum.d.ts +7 -0
  60. package/esm/generated/models/RpcUsageMetricsGroupByEnum.js +1 -0
  61. package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +8 -0
  62. package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -1
  63. package/esm/generated/models/SignatureAggregatorRequest.d.ts +1 -7
  64. package/esm/generated/models/StakingDistribution.d.ts +9 -0
  65. package/esm/generated/models/Subnet.d.ts +13 -0
  66. package/esm/generated/models/SubnetRpcTimeIntervalGranularity.d.ts +8 -0
  67. package/esm/generated/models/SubnetRpcTimeIntervalGranularity.js +1 -0
  68. package/esm/generated/models/{RpcUsageMetricsResponseDTO.d.ts → SubnetRpcUsageMetricsResponseDTO.d.ts} +6 -6
  69. package/esm/generated/models/SubscribeRequest.d.ts +16 -0
  70. package/esm/generated/models/SubscriptionsRequest.d.ts +8 -0
  71. package/esm/generated/models/SubscriptionsResponse.d.ts +14 -0
  72. package/esm/generated/models/UnsubscribeRequest.d.ts +12 -0
  73. package/esm/generated/models/UpdateWebhookRequest.d.ts +3 -0
  74. package/esm/generated/models/UtxoType.d.ts +3 -0
  75. package/esm/generated/models/ValidatorsDetails.d.ts +6 -0
  76. package/esm/generated/services/DataApiUsageMetricsService.d.ts +119 -20
  77. package/esm/generated/services/DataApiUsageMetricsService.js +1 -1
  78. package/esm/generated/services/EvmBlocksService.d.ts +21 -0
  79. package/esm/generated/services/EvmBlocksService.js +1 -1
  80. package/esm/generated/services/EvmChainsService.d.ts +69 -4
  81. package/esm/generated/services/EvmChainsService.js +1 -1
  82. package/esm/generated/services/EvmTransactionsService.d.ts +34 -1
  83. package/esm/generated/services/EvmTransactionsService.js +1 -1
  84. package/esm/generated/services/HealthCheckService.d.ts +4 -7
  85. package/esm/generated/services/HealthCheckService.js +1 -1
  86. package/esm/generated/services/InterchainMessagingService.d.ts +90 -0
  87. package/esm/generated/services/InterchainMessagingService.js +1 -0
  88. package/esm/generated/services/NotificationsService.d.ts +51 -0
  89. package/esm/generated/services/NotificationsService.js +1 -0
  90. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +18 -2
  91. package/esm/generated/services/PrimaryNetworkBlocksService.js +1 -1
  92. package/esm/generated/services/PrimaryNetworkService.d.ts +9 -8
  93. package/esm/generated/services/PrimaryNetworkService.js +1 -1
  94. package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +4 -1
  95. package/esm/generated/services/PrimaryNetworkTransactionsService.js +1 -1
  96. package/esm/generated/services/SignatureAggregatorService.d.ts +6 -1
  97. package/esm/generated/services/SignatureAggregatorService.js +1 -1
  98. package/esm/generated/services/TeleporterService.d.ts +12 -6
  99. package/esm/generated/services/WebhooksService.d.ts +3 -3
  100. package/esm/generated/services/WebhooksService.js +1 -1
  101. package/esm/index.d.ts +29 -2
  102. package/esm/index.js +1 -1
  103. package/package.json +2 -2
  104. package/esm/generated/models/SubnetValidatorManagerDetails.d.ts +0 -6
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}createWebhook({requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/webhooks",body:e,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}listWebhooks({pageToken:e,pageSize:r=10,status:t}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks",query:{pageToken:e,pageSize:r,status:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getWebhook({id:e}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}",path:{id:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}deactivateWebhook({id:e}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}",path:{id:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}updateWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}generateSharedSecret(){return this.httpRequest.request({method:"POST",url:"/v1/webhooks:generateOrRotateSharedSecret",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getSharedSecret(){return this.httpRequest.request({method:"GET",url:"/v1/webhooks:getSharedSecret",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}addAddressesToWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}removeAddressesFromWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getAddressesFromWebhook({id:e,pageToken:r,pageSize:t=10}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}/addresses",path:{id:e},query:{pageToken:r,pageSize:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as WebhooksService};
1
+ class e{constructor(e){this.httpRequest=e}createWebhook({requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/webhooks",body:e,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}listWebhooks({pageToken:e,pageSize:r=10,status:t}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks",query:{pageToken:e,pageSize:r,status:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getWebhook({id:e}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}",path:{id:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}deactivateWebhook({id:e}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}",path:{id:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}updateWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}generateOrRotateSharedSecret(){return this.httpRequest.request({method:"POST",url:"/v1/webhooks:generateOrRotateSharedSecret",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getSharedSecret(){return this.httpRequest.request({method:"GET",url:"/v1/webhooks:getSharedSecret",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}addAddressesToWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}removeAddressesFromWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getAddressesFromWebhook({id:e,pageToken:r,pageSize:t=10}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}/addresses",path:{id:e},query:{pageToken:r,pageSize:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as WebhooksService};
package/esm/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export { ApiError } from './generated/core/ApiError.js';
3
3
  export { BaseHttpRequest } from './generated/core/BaseHttpRequest.js';
4
4
  export { CancelError, CancelablePromise } from './generated/core/CancelablePromise.js';
5
5
  export { OpenAPI, OpenAPIConfig } from './generated/core/OpenAPI.js';
6
+ export { AccessRequest } from './generated/models/AccessRequest.js';
6
7
  export { ActiveDelegatorDetails } from './generated/models/ActiveDelegatorDetails.js';
7
8
  export { ActiveValidatorDetails } from './generated/models/ActiveValidatorDetails.js';
8
9
  export { AddressActivityMetadata } from './generated/models/AddressActivityMetadata.js';
@@ -13,6 +14,7 @@ export { AssetAmount } from './generated/models/AssetAmount.js';
13
14
  export { AssetWithPriceInfo } from './generated/models/AssetWithPriceInfo.js';
14
15
  export { BadGateway } from './generated/models/BadGateway.js';
15
16
  export { BadRequest } from './generated/models/BadRequest.js';
17
+ export { BalanceOwner } from './generated/models/BalanceOwner.js';
16
18
  export { Blockchain } from './generated/models/Blockchain.js';
17
19
  export { BlockchainId } from './generated/models/BlockchainId.js';
18
20
  export { BlockchainIds } from './generated/models/BlockchainIds.js';
@@ -41,6 +43,8 @@ export { CurrencyCode } from './generated/models/CurrencyCode.js';
41
43
  export { DataListChainsResponse } from './generated/models/DataListChainsResponse.js';
42
44
  export { DelegationStatusType } from './generated/models/DelegationStatusType.js';
43
45
  export { DelegatorsDetails } from './generated/models/DelegatorsDetails.js';
46
+ export { DeliveredIcmMessage } from './generated/models/DeliveredIcmMessage.js';
47
+ export { DeliveredSourceNotIndexedIcmMessage } from './generated/models/DeliveredSourceNotIndexedIcmMessage.js';
44
48
  export { DeliveredSourceNotIndexedTeleporterMessage } from './generated/models/DeliveredSourceNotIndexedTeleporterMessage.js';
45
49
  export { DeliveredTeleporterMessage } from './generated/models/DeliveredTeleporterMessage.js';
46
50
  export { Erc1155Contract } from './generated/models/Erc1155Contract.js';
@@ -74,12 +78,21 @@ export { GetNativeBalanceResponse } from './generated/models/GetNativeBalanceRes
74
78
  export { GetNetworkDetailsResponse } from './generated/models/GetNetworkDetailsResponse.js';
75
79
  export { GetPrimaryNetworkBlockResponse } from './generated/models/GetPrimaryNetworkBlockResponse.js';
76
80
  export { GetTransactionResponse } from './generated/models/GetTransactionResponse.js';
81
+ export { HealthCheckResultDto } from './generated/models/HealthCheckResultDto.js';
82
+ export { HealthIndicatorResultDto } from './generated/models/HealthIndicatorResultDto.js';
77
83
  export { HistoricalReward } from './generated/models/HistoricalReward.js';
84
+ export { IcmDestinationTransaction } from './generated/models/IcmDestinationTransaction.js';
85
+ export { IcmReceipt } from './generated/models/IcmReceipt.js';
86
+ export { IcmRewardDetails } from './generated/models/IcmRewardDetails.js';
87
+ export { IcmSourceTransaction } from './generated/models/IcmSourceTransaction.js';
78
88
  export { ImageAsset } from './generated/models/ImageAsset.js';
79
89
  export { InternalServerError } from './generated/models/InternalServerError.js';
80
90
  export { InternalTransaction } from './generated/models/InternalTransaction.js';
81
91
  export { InternalTransactionDetails } from './generated/models/InternalTransactionDetails.js';
82
92
  export { InternalTransactionOpCall } from './generated/models/InternalTransactionOpCall.js';
93
+ export { L1ValidatorDetailsFull } from './generated/models/L1ValidatorDetailsFull.js';
94
+ export { L1ValidatorDetailsTransaction } from './generated/models/L1ValidatorDetailsTransaction.js';
95
+ export { L1ValidatorManagerDetails } from './generated/models/L1ValidatorManagerDetails.js';
83
96
  export { ListAddressChainsResponse } from './generated/models/ListAddressChainsResponse.js';
84
97
  export { ListBlockchainsResponse } from './generated/models/ListBlockchainsResponse.js';
85
98
  export { ListCChainAtomicBalancesResponse } from './generated/models/ListCChainAtomicBalancesResponse.js';
@@ -96,7 +109,9 @@ export { ListErc721BalancesResponse } from './generated/models/ListErc721Balance
96
109
  export { ListErc721TransactionsResponse } from './generated/models/ListErc721TransactionsResponse.js';
97
110
  export { ListEvmBlocksResponse } from './generated/models/ListEvmBlocksResponse.js';
98
111
  export { ListHistoricalRewardsResponse } from './generated/models/ListHistoricalRewardsResponse.js';
112
+ export { ListIcmMessagesResponse } from './generated/models/ListIcmMessagesResponse.js';
99
113
  export { ListInternalTransactionsResponse } from './generated/models/ListInternalTransactionsResponse.js';
114
+ export { ListL1ValidatorsResponse } from './generated/models/ListL1ValidatorsResponse.js';
100
115
  export { ListNativeTransactionsResponse } from './generated/models/ListNativeTransactionsResponse.js';
101
116
  export { ListNftTokens } from './generated/models/ListNftTokens.js';
102
117
  export { ListPChainBalancesResponse } from './generated/models/ListPChainBalancesResponse.js';
@@ -129,6 +144,7 @@ export { NetworkTokenDetails } from './generated/models/NetworkTokenDetails.js';
129
144
  export { NextPageToken } from './generated/models/NextPageToken.js';
130
145
  export { NftTokenMetadataStatus } from './generated/models/NftTokenMetadataStatus.js';
131
146
  export { NotFound } from './generated/models/NotFound.js';
147
+ export { NotificationsResponse } from './generated/models/NotificationsResponse.js';
132
148
  export { OperationStatus } from './generated/models/OperationStatus.js';
133
149
  export { OperationStatusCode } from './generated/models/OperationStatusCode.js';
134
150
  export { OperationStatusResponse } from './generated/models/OperationStatusResponse.js';
@@ -140,6 +156,7 @@ export { PChainTransaction } from './generated/models/PChainTransaction.js';
140
156
  export { PChainTransactionType } from './generated/models/PChainTransactionType.js';
141
157
  export { PChainUtxo } from './generated/models/PChainUtxo.js';
142
158
  export { PendingDelegatorDetails } from './generated/models/PendingDelegatorDetails.js';
159
+ export { PendingIcmMessage } from './generated/models/PendingIcmMessage.js';
143
160
  export { PendingReward } from './generated/models/PendingReward.js';
144
161
  export { PendingTeleporterMessage } from './generated/models/PendingTeleporterMessage.js';
145
162
  export { PendingValidatorDetails } from './generated/models/PendingValidatorDetails.js';
@@ -151,6 +168,9 @@ export { PrimaryNetworkChainInfo } from './generated/models/PrimaryNetworkChainI
151
168
  export { PrimaryNetworkChainName } from './generated/models/PrimaryNetworkChainName.js';
152
169
  export { PrimaryNetworkOperationType } from './generated/models/PrimaryNetworkOperationType.js';
153
170
  export { PrimaryNetworkOptions } from './generated/models/PrimaryNetworkOptions.js';
171
+ export { PrimaryNetworkRpcMetricsGroupByEnum } from './generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js';
172
+ export { PrimaryNetworkRpcTimeIntervalGranularity } from './generated/models/PrimaryNetworkRpcTimeIntervalGranularity.js';
173
+ export { PrimaryNetworkRpcUsageMetricsResponseDTO } from './generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.js';
154
174
  export { PrimaryNetworkTxType } from './generated/models/PrimaryNetworkTxType.js';
155
175
  export { ProposerDetails } from './generated/models/ProposerDetails.js';
156
176
  export { RemovedValidatorDetails } from './generated/models/RemovedValidatorDetails.js';
@@ -161,7 +181,7 @@ export { Rewards } from './generated/models/Rewards.js';
161
181
  export { RewardType } from './generated/models/RewardType.js';
162
182
  export { RichAddress } from './generated/models/RichAddress.js';
163
183
  export { RpcMetrics } from './generated/models/RpcMetrics.js';
164
- export { RpcUsageMetricsResponseDTO } from './generated/models/RpcUsageMetricsResponseDTO.js';
184
+ export { RpcUsageMetricsGroupByEnum } from './generated/models/RpcUsageMetricsGroupByEnum.js';
165
185
  export { RpcUsageMetricsValueAggregated } from './generated/models/RpcUsageMetricsValueAggregated.js';
166
186
  export { ServiceUnavailable } from './generated/models/ServiceUnavailable.js';
167
187
  export { SharedSecretsResponse } from './generated/models/SharedSecretsResponse.js';
@@ -172,7 +192,11 @@ export { SortOrder } from './generated/models/SortOrder.js';
172
192
  export { StakingDistribution } from './generated/models/StakingDistribution.js';
173
193
  export { Subnet } from './generated/models/Subnet.js';
174
194
  export { SubnetOwnershipInfo } from './generated/models/SubnetOwnershipInfo.js';
175
- export { SubnetValidatorManagerDetails } from './generated/models/SubnetValidatorManagerDetails.js';
195
+ export { SubnetRpcTimeIntervalGranularity } from './generated/models/SubnetRpcTimeIntervalGranularity.js';
196
+ export { SubnetRpcUsageMetricsResponseDTO } from './generated/models/SubnetRpcUsageMetricsResponseDTO.js';
197
+ export { SubscribeRequest } from './generated/models/SubscribeRequest.js';
198
+ export { SubscriptionsRequest } from './generated/models/SubscriptionsRequest.js';
199
+ export { SubscriptionsResponse } from './generated/models/SubscriptionsResponse.js';
176
200
  export { TeleporterDestinationTransaction } from './generated/models/TeleporterDestinationTransaction.js';
177
201
  export { TeleporterMessageInfo } from './generated/models/TeleporterMessageInfo.js';
178
202
  export { TeleporterReceipt } from './generated/models/TeleporterReceipt.js';
@@ -188,6 +212,7 @@ export { TransactionStatus } from './generated/models/TransactionStatus.js';
188
212
  export { TransactionVertexDetail } from './generated/models/TransactionVertexDetail.js';
189
213
  export { Unauthorized } from './generated/models/Unauthorized.js';
190
214
  export { UnknownContract } from './generated/models/UnknownContract.js';
215
+ export { UnsubscribeRequest } from './generated/models/UnsubscribeRequest.js';
191
216
  export { UpdateContractResponse } from './generated/models/UpdateContractResponse.js';
192
217
  export { UpdateWebhookRequest } from './generated/models/UpdateWebhookRequest.js';
193
218
  export { UsageMetricsGroupByEnum } from './generated/models/UsageMetricsGroupByEnum.js';
@@ -220,7 +245,9 @@ export { EvmChainsService } from './generated/services/EvmChainsService.js';
220
245
  export { EvmContractsService } from './generated/services/EvmContractsService.js';
221
246
  export { EvmTransactionsService } from './generated/services/EvmTransactionsService.js';
222
247
  export { HealthCheckService } from './generated/services/HealthCheckService.js';
248
+ export { InterchainMessagingService } from './generated/services/InterchainMessagingService.js';
223
249
  export { NfTsService } from './generated/services/NfTsService.js';
250
+ export { NotificationsService } from './generated/services/NotificationsService.js';
224
251
  export { OperationsService } from './generated/services/OperationsService.js';
225
252
  export { PrimaryNetworkService } from './generated/services/PrimaryNetworkService.js';
226
253
  export { PrimaryNetworkBalancesService } from './generated/services/PrimaryNetworkBalancesService.js';
package/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{Glacier}from"./generated/Glacier.js";export{ApiError}from"./generated/core/ApiError.js";export{BaseHttpRequest}from"./generated/core/BaseHttpRequest.js";export{CancelError,CancelablePromise}from"./generated/core/CancelablePromise.js";export{OpenAPI}from"./generated/core/OpenAPI.js";export{ActiveDelegatorDetails}from"./generated/models/ActiveDelegatorDetails.js";export{ActiveValidatorDetails}from"./generated/models/ActiveValidatorDetails.js";export{ApiFeature}from"./generated/models/ApiFeature.js";export{BlockchainId}from"./generated/models/BlockchainId.js";export{BlockchainIds}from"./generated/models/BlockchainIds.js";export{CChainExportTransaction}from"./generated/models/CChainExportTransaction.js";export{CChainImportTransaction}from"./generated/models/CChainImportTransaction.js";export{ChainStatus}from"./generated/models/ChainStatus.js";export{CompletedDelegatorDetails}from"./generated/models/CompletedDelegatorDetails.js";export{CompletedValidatorDetails}from"./generated/models/CompletedValidatorDetails.js";export{ContractSubmissionErc1155}from"./generated/models/ContractSubmissionErc1155.js";export{ContractSubmissionErc20}from"./generated/models/ContractSubmissionErc20.js";export{ContractSubmissionErc721}from"./generated/models/ContractSubmissionErc721.js";export{ContractSubmissionUnknown}from"./generated/models/ContractSubmissionUnknown.js";export{CurrencyCode}from"./generated/models/CurrencyCode.js";export{DelegationStatusType}from"./generated/models/DelegationStatusType.js";export{DeliveredSourceNotIndexedTeleporterMessage}from"./generated/models/DeliveredSourceNotIndexedTeleporterMessage.js";export{DeliveredTeleporterMessage}from"./generated/models/DeliveredTeleporterMessage.js";export{Erc1155Contract}from"./generated/models/Erc1155Contract.js";export{Erc1155Token}from"./generated/models/Erc1155Token.js";export{Erc1155TokenBalance}from"./generated/models/Erc1155TokenBalance.js";export{Erc20Contract}from"./generated/models/Erc20Contract.js";export{Erc20Token}from"./generated/models/Erc20Token.js";export{Erc20TokenBalance}from"./generated/models/Erc20TokenBalance.js";export{Erc721Contract}from"./generated/models/Erc721Contract.js";export{Erc721Token}from"./generated/models/Erc721Token.js";export{Erc721TokenBalance}from"./generated/models/Erc721TokenBalance.js";export{EventType}from"./generated/models/EventType.js";export{EVMOperationType}from"./generated/models/EVMOperationType.js";export{InternalTransactionOpCall}from"./generated/models/InternalTransactionOpCall.js";export{Network}from"./generated/models/Network.js";export{NftTokenMetadataStatus}from"./generated/models/NftTokenMetadataStatus.js";export{OperationStatus}from"./generated/models/OperationStatus.js";export{OperationStatusCode}from"./generated/models/OperationStatusCode.js";export{OperationType}from"./generated/models/OperationType.js";export{PChainId}from"./generated/models/PChainId.js";export{PChainTransactionType}from"./generated/models/PChainTransactionType.js";export{PendingDelegatorDetails}from"./generated/models/PendingDelegatorDetails.js";export{PendingTeleporterMessage}from"./generated/models/PendingTeleporterMessage.js";export{PendingValidatorDetails}from"./generated/models/PendingValidatorDetails.js";export{PrimaryNetworkAssetCap}from"./generated/models/PrimaryNetworkAssetCap.js";export{PrimaryNetworkAssetType}from"./generated/models/PrimaryNetworkAssetType.js";export{PrimaryNetworkChainName}from"./generated/models/PrimaryNetworkChainName.js";export{PrimaryNetworkOperationType}from"./generated/models/PrimaryNetworkOperationType.js";export{PrimaryNetworkTxType}from"./generated/models/PrimaryNetworkTxType.js";export{RemovedValidatorDetails}from"./generated/models/RemovedValidatorDetails.js";export{RequestType}from"./generated/models/RequestType.js";export{ResourceLinkType}from"./generated/models/ResourceLinkType.js";export{RewardType}from"./generated/models/RewardType.js";export{RpcUsageMetricsValueAggregated}from"./generated/models/RpcUsageMetricsValueAggregated.js";export{SortByOption}from"./generated/models/SortByOption.js";export{SortOrder}from"./generated/models/SortOrder.js";export{TeleporterRewardDetails}from"./generated/models/TeleporterRewardDetails.js";export{TimeIntervalGranularityExtended}from"./generated/models/TimeIntervalGranularityExtended.js";export{TransactionDirectionType}from"./generated/models/TransactionDirectionType.js";export{TransactionMethodType}from"./generated/models/TransactionMethodType.js";export{TransactionStatus}from"./generated/models/TransactionStatus.js";export{UnknownContract}from"./generated/models/UnknownContract.js";export{UsageMetricsGroupByEnum}from"./generated/models/UsageMetricsGroupByEnum.js";export{UsageMetricsValueDTO}from"./generated/models/UsageMetricsValueDTO.js";export{UtxoType}from"./generated/models/UtxoType.js";export{ValidationStatusType}from"./generated/models/ValidationStatusType.js";export{VmName}from"./generated/models/VmName.js";export{WebhookStatus}from"./generated/models/WebhookStatus.js";export{WebhookStatusType}from"./generated/models/WebhookStatusType.js";export{XChainId}from"./generated/models/XChainId.js";export{XChainLinearTransaction}from"./generated/models/XChainLinearTransaction.js";export{XChainNonLinearTransaction}from"./generated/models/XChainNonLinearTransaction.js";export{XChainTransactionType}from"./generated/models/XChainTransactionType.js";export{DataApiUsageMetricsService}from"./generated/services/DataApiUsageMetricsService.js";export{DefaultService}from"./generated/services/DefaultService.js";export{EvmBalancesService}from"./generated/services/EvmBalancesService.js";export{EvmBlocksService}from"./generated/services/EvmBlocksService.js";export{EvmChainsService}from"./generated/services/EvmChainsService.js";export{EvmContractsService}from"./generated/services/EvmContractsService.js";export{EvmTransactionsService}from"./generated/services/EvmTransactionsService.js";export{HealthCheckService}from"./generated/services/HealthCheckService.js";export{NfTsService}from"./generated/services/NfTsService.js";export{OperationsService}from"./generated/services/OperationsService.js";export{PrimaryNetworkService}from"./generated/services/PrimaryNetworkService.js";export{PrimaryNetworkBalancesService}from"./generated/services/PrimaryNetworkBalancesService.js";export{PrimaryNetworkBlocksService}from"./generated/services/PrimaryNetworkBlocksService.js";export{PrimaryNetworkRewardsService}from"./generated/services/PrimaryNetworkRewardsService.js";export{PrimaryNetworkTransactionsService}from"./generated/services/PrimaryNetworkTransactionsService.js";export{PrimaryNetworkUtxOsService}from"./generated/services/PrimaryNetworkUtxOsService.js";export{PrimaryNetworkVerticesService}from"./generated/services/PrimaryNetworkVerticesService.js";export{SignatureAggregatorService}from"./generated/services/SignatureAggregatorService.js";export{TeleporterService}from"./generated/services/TeleporterService.js";export{WebhooksService}from"./generated/services/WebhooksService.js";
1
+ export{Glacier}from"./generated/Glacier.js";export{ApiError}from"./generated/core/ApiError.js";export{BaseHttpRequest}from"./generated/core/BaseHttpRequest.js";export{CancelError,CancelablePromise}from"./generated/core/CancelablePromise.js";export{OpenAPI}from"./generated/core/OpenAPI.js";export{ActiveDelegatorDetails}from"./generated/models/ActiveDelegatorDetails.js";export{ActiveValidatorDetails}from"./generated/models/ActiveValidatorDetails.js";export{ApiFeature}from"./generated/models/ApiFeature.js";export{BlockchainId}from"./generated/models/BlockchainId.js";export{BlockchainIds}from"./generated/models/BlockchainIds.js";export{CChainExportTransaction}from"./generated/models/CChainExportTransaction.js";export{CChainImportTransaction}from"./generated/models/CChainImportTransaction.js";export{ChainStatus}from"./generated/models/ChainStatus.js";export{CompletedDelegatorDetails}from"./generated/models/CompletedDelegatorDetails.js";export{CompletedValidatorDetails}from"./generated/models/CompletedValidatorDetails.js";export{ContractSubmissionErc1155}from"./generated/models/ContractSubmissionErc1155.js";export{ContractSubmissionErc20}from"./generated/models/ContractSubmissionErc20.js";export{ContractSubmissionErc721}from"./generated/models/ContractSubmissionErc721.js";export{ContractSubmissionUnknown}from"./generated/models/ContractSubmissionUnknown.js";export{CurrencyCode}from"./generated/models/CurrencyCode.js";export{DelegationStatusType}from"./generated/models/DelegationStatusType.js";export{DeliveredIcmMessage}from"./generated/models/DeliveredIcmMessage.js";export{DeliveredSourceNotIndexedIcmMessage}from"./generated/models/DeliveredSourceNotIndexedIcmMessage.js";export{DeliveredSourceNotIndexedTeleporterMessage}from"./generated/models/DeliveredSourceNotIndexedTeleporterMessage.js";export{DeliveredTeleporterMessage}from"./generated/models/DeliveredTeleporterMessage.js";export{Erc1155Contract}from"./generated/models/Erc1155Contract.js";export{Erc1155Token}from"./generated/models/Erc1155Token.js";export{Erc1155TokenBalance}from"./generated/models/Erc1155TokenBalance.js";export{Erc20Contract}from"./generated/models/Erc20Contract.js";export{Erc20Token}from"./generated/models/Erc20Token.js";export{Erc20TokenBalance}from"./generated/models/Erc20TokenBalance.js";export{Erc721Contract}from"./generated/models/Erc721Contract.js";export{Erc721Token}from"./generated/models/Erc721Token.js";export{Erc721TokenBalance}from"./generated/models/Erc721TokenBalance.js";export{EventType}from"./generated/models/EventType.js";export{EVMOperationType}from"./generated/models/EVMOperationType.js";export{HealthCheckResultDto}from"./generated/models/HealthCheckResultDto.js";export{HealthIndicatorResultDto}from"./generated/models/HealthIndicatorResultDto.js";export{IcmRewardDetails}from"./generated/models/IcmRewardDetails.js";export{InternalTransactionOpCall}from"./generated/models/InternalTransactionOpCall.js";export{Network}from"./generated/models/Network.js";export{NftTokenMetadataStatus}from"./generated/models/NftTokenMetadataStatus.js";export{OperationStatus}from"./generated/models/OperationStatus.js";export{OperationStatusCode}from"./generated/models/OperationStatusCode.js";export{OperationType}from"./generated/models/OperationType.js";export{PChainId}from"./generated/models/PChainId.js";export{PChainTransactionType}from"./generated/models/PChainTransactionType.js";export{PendingDelegatorDetails}from"./generated/models/PendingDelegatorDetails.js";export{PendingIcmMessage}from"./generated/models/PendingIcmMessage.js";export{PendingTeleporterMessage}from"./generated/models/PendingTeleporterMessage.js";export{PendingValidatorDetails}from"./generated/models/PendingValidatorDetails.js";export{PrimaryNetworkAssetCap}from"./generated/models/PrimaryNetworkAssetCap.js";export{PrimaryNetworkAssetType}from"./generated/models/PrimaryNetworkAssetType.js";export{PrimaryNetworkChainName}from"./generated/models/PrimaryNetworkChainName.js";export{PrimaryNetworkOperationType}from"./generated/models/PrimaryNetworkOperationType.js";export{PrimaryNetworkRpcMetricsGroupByEnum}from"./generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js";export{PrimaryNetworkRpcTimeIntervalGranularity}from"./generated/models/PrimaryNetworkRpcTimeIntervalGranularity.js";export{PrimaryNetworkRpcUsageMetricsResponseDTO}from"./generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.js";export{PrimaryNetworkTxType}from"./generated/models/PrimaryNetworkTxType.js";export{RemovedValidatorDetails}from"./generated/models/RemovedValidatorDetails.js";export{RequestType}from"./generated/models/RequestType.js";export{ResourceLinkType}from"./generated/models/ResourceLinkType.js";export{RewardType}from"./generated/models/RewardType.js";export{RpcUsageMetricsGroupByEnum}from"./generated/models/RpcUsageMetricsGroupByEnum.js";export{RpcUsageMetricsValueAggregated}from"./generated/models/RpcUsageMetricsValueAggregated.js";export{SortByOption}from"./generated/models/SortByOption.js";export{SortOrder}from"./generated/models/SortOrder.js";export{SubnetRpcTimeIntervalGranularity}from"./generated/models/SubnetRpcTimeIntervalGranularity.js";export{TeleporterRewardDetails}from"./generated/models/TeleporterRewardDetails.js";export{TimeIntervalGranularityExtended}from"./generated/models/TimeIntervalGranularityExtended.js";export{TransactionDirectionType}from"./generated/models/TransactionDirectionType.js";export{TransactionMethodType}from"./generated/models/TransactionMethodType.js";export{TransactionStatus}from"./generated/models/TransactionStatus.js";export{UnknownContract}from"./generated/models/UnknownContract.js";export{UsageMetricsGroupByEnum}from"./generated/models/UsageMetricsGroupByEnum.js";export{UsageMetricsValueDTO}from"./generated/models/UsageMetricsValueDTO.js";export{UtxoType}from"./generated/models/UtxoType.js";export{ValidationStatusType}from"./generated/models/ValidationStatusType.js";export{VmName}from"./generated/models/VmName.js";export{WebhookStatus}from"./generated/models/WebhookStatus.js";export{WebhookStatusType}from"./generated/models/WebhookStatusType.js";export{XChainId}from"./generated/models/XChainId.js";export{XChainLinearTransaction}from"./generated/models/XChainLinearTransaction.js";export{XChainNonLinearTransaction}from"./generated/models/XChainNonLinearTransaction.js";export{XChainTransactionType}from"./generated/models/XChainTransactionType.js";export{DataApiUsageMetricsService}from"./generated/services/DataApiUsageMetricsService.js";export{DefaultService}from"./generated/services/DefaultService.js";export{EvmBalancesService}from"./generated/services/EvmBalancesService.js";export{EvmBlocksService}from"./generated/services/EvmBlocksService.js";export{EvmChainsService}from"./generated/services/EvmChainsService.js";export{EvmContractsService}from"./generated/services/EvmContractsService.js";export{EvmTransactionsService}from"./generated/services/EvmTransactionsService.js";export{HealthCheckService}from"./generated/services/HealthCheckService.js";export{InterchainMessagingService}from"./generated/services/InterchainMessagingService.js";export{NfTsService}from"./generated/services/NfTsService.js";export{NotificationsService}from"./generated/services/NotificationsService.js";export{OperationsService}from"./generated/services/OperationsService.js";export{PrimaryNetworkService}from"./generated/services/PrimaryNetworkService.js";export{PrimaryNetworkBalancesService}from"./generated/services/PrimaryNetworkBalancesService.js";export{PrimaryNetworkBlocksService}from"./generated/services/PrimaryNetworkBlocksService.js";export{PrimaryNetworkRewardsService}from"./generated/services/PrimaryNetworkRewardsService.js";export{PrimaryNetworkTransactionsService}from"./generated/services/PrimaryNetworkTransactionsService.js";export{PrimaryNetworkUtxOsService}from"./generated/services/PrimaryNetworkUtxOsService.js";export{PrimaryNetworkVerticesService}from"./generated/services/PrimaryNetworkVerticesService.js";export{SignatureAggregatorService}from"./generated/services/SignatureAggregatorService.js";export{TeleporterService}from"./generated/services/TeleporterService.js";export{WebhooksService}from"./generated/services/WebhooksService.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/glacier-sdk",
3
- "version": "3.1.0-canary.686a0a6.0+686a0a6",
3
+ "version": "3.1.0-canary.6b18bbe.0+6b18bbe",
4
4
  "description": "sdk for interacting with glacier-api",
5
5
  "author": "Oliver Wang <oliver.wang@avalabs.org>",
6
6
  "homepage": "https://github.com/ava-labs/avalanche-sdks#readme",
@@ -29,5 +29,5 @@
29
29
  "bugs": {
30
30
  "url": "https://github.com/ava-labs/avalanche-sdks/issues"
31
31
  },
32
- "gitHead": "686a0a674a8376dc7eff4b98c34273d11d274f36"
32
+ "gitHead": "6b18bbef020e146ef98a047ad72165192165a00e"
33
33
  }
@@ -1,6 +0,0 @@
1
- type SubnetValidatorManagerDetails = {
2
- blockchainId: string;
3
- evmContractAddress: string;
4
- };
5
-
6
- export { SubnetValidatorManagerDetails };