@avalabs/glacier-sdk 3.1.0-canary.5b3df0e.0 → 3.1.0-canary.682531.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 (75) hide show
  1. package/dist/index.d.ts +666 -407
  2. package/dist/index.js +1 -1
  3. package/esm/generated/Glacier.d.ts +2 -2
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/models/AddressesChangeRequest.d.ts +1 -1
  6. package/esm/generated/models/ApiFeature.d.ts +7 -0
  7. package/esm/generated/models/ApiFeature.js +1 -0
  8. package/esm/generated/models/BadGateway.d.ts +16 -0
  9. package/esm/generated/models/BadRequest.d.ts +16 -0
  10. package/esm/generated/models/ChainInfo.d.ts +1 -1
  11. package/esm/generated/models/DataListChainsResponse.d.ts +7 -0
  12. package/esm/generated/models/Forbidden.d.ts +16 -0
  13. package/esm/generated/models/GetChainResponse.d.ts +1 -1
  14. package/esm/generated/models/GetTransactionResponse.d.ts +5 -0
  15. package/esm/generated/models/InternalServerError.d.ts +16 -0
  16. package/esm/generated/models/LogsFormat.d.ts +1 -1
  17. package/esm/generated/models/Metric.d.ts +14 -0
  18. package/esm/generated/models/NotFound.d.ts +16 -0
  19. package/esm/generated/models/RequestType.d.ts +2 -2
  20. package/esm/generated/models/RequestType.js +1 -1
  21. package/esm/generated/models/ServiceUnavailable.d.ts +16 -0
  22. package/esm/generated/models/TeleporterMessageInfo.d.ts +16 -0
  23. package/esm/generated/models/TooManyRequests.d.ts +16 -0
  24. package/esm/generated/models/TransactionDirectionType.d.ts +6 -0
  25. package/esm/generated/models/TransactionDirectionType.js +1 -0
  26. package/esm/generated/models/Unauthorized.d.ts +16 -0
  27. package/esm/generated/models/UsageMetricsGroupByEnum.d.ts +2 -1
  28. package/esm/generated/models/UsageMetricsGroupByEnum.js +1 -1
  29. package/esm/generated/models/UsageMetricsResponseDTO.d.ts +3 -1
  30. package/esm/generated/models/UsageMetricsValueDTO.d.ts +53 -0
  31. package/esm/generated/models/UsageMetricsValueDTO.js +1 -0
  32. package/esm/generated/services/{GlacierApiUsageMetricsService.d.ts → DataApiUsageMetricsService.d.ts} +37 -13
  33. package/esm/generated/services/DataApiUsageMetricsService.js +1 -0
  34. package/esm/generated/services/EvmBalancesService.d.ts +5 -5
  35. package/esm/generated/services/EvmBalancesService.js +1 -1
  36. package/esm/generated/services/EvmBlocksService.d.ts +2 -2
  37. package/esm/generated/services/EvmBlocksService.js +1 -1
  38. package/esm/generated/services/EvmChainsService.d.ts +4 -4
  39. package/esm/generated/services/EvmChainsService.js +1 -1
  40. package/esm/generated/services/EvmContractsService.d.ts +2 -2
  41. package/esm/generated/services/EvmContractsService.js +1 -1
  42. package/esm/generated/services/EvmTransactionsService.d.ts +12 -12
  43. package/esm/generated/services/EvmTransactionsService.js +1 -1
  44. package/esm/generated/services/HealthCheckService.d.ts +1 -1
  45. package/esm/generated/services/HealthCheckService.js +1 -1
  46. package/esm/generated/services/NfTsService.d.ts +3 -3
  47. package/esm/generated/services/NfTsService.js +1 -1
  48. package/esm/generated/services/OperationsService.d.ts +2 -2
  49. package/esm/generated/services/OperationsService.js +1 -1
  50. package/esm/generated/services/PrimaryNetworkBalancesService.d.ts +1 -1
  51. package/esm/generated/services/PrimaryNetworkBalancesService.js +1 -1
  52. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +3 -3
  53. package/esm/generated/services/PrimaryNetworkBlocksService.js +1 -1
  54. package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +2 -2
  55. package/esm/generated/services/PrimaryNetworkRewardsService.js +1 -1
  56. package/esm/generated/services/PrimaryNetworkService.d.ts +9 -9
  57. package/esm/generated/services/PrimaryNetworkService.js +1 -1
  58. package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +9 -9
  59. package/esm/generated/services/PrimaryNetworkTransactionsService.js +1 -1
  60. package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +1 -1
  61. package/esm/generated/services/PrimaryNetworkUtxOsService.js +1 -1
  62. package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +3 -3
  63. package/esm/generated/services/PrimaryNetworkVerticesService.js +1 -1
  64. package/esm/generated/services/RpcService.d.ts +1 -1
  65. package/esm/generated/services/RpcService.js +1 -1
  66. package/esm/generated/services/TeleporterService.d.ts +26 -2
  67. package/esm/generated/services/TeleporterService.js +1 -1
  68. package/esm/generated/services/WebhooksService.d.ts +10 -10
  69. package/esm/generated/services/WebhooksService.js +1 -1
  70. package/esm/index.d.ts +15 -2
  71. package/esm/index.js +1 -1
  72. package/package.json +2 -2
  73. package/esm/generated/models/GlacierApiFeature.d.ts +0 -6
  74. package/esm/generated/models/GlacierApiFeature.js +0 -1
  75. package/esm/generated/services/GlacierApiUsageMetricsService.js +0 -1
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}listLatestXChainVertices({blockchainId:e,network:t,pageToken:r,pageSize:o=10}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices",path:{blockchainId:e,network:t},query:{pageToken:r,pageSize:o}})}getVertexByHash({vertexHash:e,blockchainId:t,network:r}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices/{vertexHash}",path:{vertexHash:e,blockchainId:t,network:r}})}getVertexByHeight({vertexHeight:e,blockchainId:t,network:r,pageToken:o,pageSize:h=10,sortOrder:n}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices:listByHeight",path:{blockchainId:t,network:r},query:{vertexHeight:e,pageToken:o,pageSize:h,sortOrder:n}})}}export{e as PrimaryNetworkVerticesService};
1
+ class e{constructor(e){this.httpRequest=e}listLatestXChainVertices({blockchainId:e,network:r,pageToken:t,pageSize:n=10}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices",path:{blockchainId:e,network:r},query:{pageToken:t,pageSize:n},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."}})}getVertexByHash({vertexHash:e,blockchainId:r,network:t}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices/{vertexHash}",path:{vertexHash:e,blockchainId:r,network: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."}})}getVertexByHeight({vertexHeight:e,blockchainId:r,network:t,pageToken:n,pageSize:s=10,sortOrder:i}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices:listByHeight",path:{blockchainId:r,network:t},query:{vertexHeight:e,pageToken:n,pageSize:s,sortOrder:i},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 PrimaryNetworkVerticesService};
@@ -10,7 +10,7 @@ declare class RpcService {
10
10
  /**
11
11
  * Calls JSON-RPC method
12
12
  * Calls JSON-RPC method.
13
- * @returns any
13
+ * @returns any Successful response
14
14
  * @throws ApiError
15
15
  */
16
16
  rpc({ chainId, requestBody, }: {
@@ -1 +1 @@
1
- class t{constructor(t){this.httpRequest=t}rpc({chainId:t,requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/ext/bc/{chainId}/rpc",path:{chainId:t},body:e,mediaType:"application/json",errors:{504:"Request timed out"}})}}export{t as RpcService};
1
+ class e{constructor(e){this.httpRequest=e}rpc({chainId:e,requestBody:r}){return this.httpRequest.request({method:"POST",url:"/v1/ext/bc/{chainId}/rpc",path:{chainId: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.",504:"Request timed out"}})}}export{e as RpcService};
@@ -12,7 +12,7 @@ declare class TeleporterService {
12
12
  /**
13
13
  * Get a teleporter message
14
14
  * Gets a teleporter message by message ID.
15
- * @returns any
15
+ * @returns any Successful response
16
16
  * @throws ApiError
17
17
  */
18
18
  getTeleporterMessage({ messageId, }: {
@@ -24,7 +24,7 @@ declare class TeleporterService {
24
24
  /**
25
25
  * List teleporter messages
26
26
  * Lists teleporter messages. Ordered by timestamp in descending order.
27
- * @returns ListTeleporterMessagesResponse
27
+ * @returns ListTeleporterMessagesResponse Successful response
28
28
  * @throws ApiError
29
29
  */
30
30
  listTeleporterMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, blockchainId, to, from, network, }: {
@@ -61,6 +61,30 @@ declare class TeleporterService {
61
61
  */
62
62
  network?: NetworkType;
63
63
  }): CancelablePromise<ListTeleporterMessagesResponse>;
64
+ /**
65
+ * List teleporter messages by address
66
+ * Lists teleporter messages by address. Ordered by timestamp in descending order.
67
+ * @returns ListTeleporterMessagesResponse Successful response
68
+ * @throws ApiError
69
+ */
70
+ listTeleporterMessagesByAddress({ address, pageToken, pageSize, network, }: {
71
+ /**
72
+ * An EVM address.
73
+ */
74
+ address: string;
75
+ /**
76
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
77
+ */
78
+ pageToken?: string;
79
+ /**
80
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
81
+ */
82
+ pageSize?: number;
83
+ /**
84
+ * mainnet or testnet.
85
+ */
86
+ network?: NetworkType;
87
+ }): CancelablePromise<ListTeleporterMessagesResponse>;
64
88
  }
65
89
 
66
90
  export { TeleporterService };
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}getTeleporterMessage({messageId:e}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages/{messageId}",path:{messageId:e}})}listTeleporterMessages({pageToken:e,pageSize:t=10,sourceBlockchainId:s,destinationBlockchainId:o,blockchainId:r,to:a,from:c,network:n}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages",query:{pageToken:e,pageSize:t,sourceBlockchainId:s,destinationBlockchainId:o,blockchainId:r,to:a,from:c,network:n}})}}export{e as TeleporterService};
1
+ class e{constructor(e){this.httpRequest=e}getTeleporterMessage({messageId:e}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages/{messageId}",path:{messageId: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."}})}listTeleporterMessages({pageToken:e,pageSize:r=10,sourceBlockchainId:t,destinationBlockchainId:s,blockchainId:n,to:a,from:i,network:o}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages",query:{pageToken:e,pageSize:r,sourceBlockchainId:t,destinationBlockchainId:s,blockchainId:n,to:a,from:i,network:o},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."}})}listTeleporterMessagesByAddress({address:e,pageToken:r,pageSize:t=10,network:s}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/addresses/{address}/messages",path:{address:e},query:{pageToken:r,pageSize:t,network:s},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 TeleporterService};
@@ -15,7 +15,7 @@ declare class WebhooksService {
15
15
  /**
16
16
  * Create a webhook
17
17
  * Create a new webhook.
18
- * @returns WebhookResponse
18
+ * @returns WebhookResponse Successful response
19
19
  * @throws ApiError
20
20
  */
21
21
  createWebhook({ requestBody, }: {
@@ -24,7 +24,7 @@ declare class WebhooksService {
24
24
  /**
25
25
  * List webhooks
26
26
  * Lists webhooks for the user.
27
- * @returns ListWebhooksResponse
27
+ * @returns ListWebhooksResponse Successful response
28
28
  * @throws ApiError
29
29
  */
30
30
  listWebhooks({ pageToken, pageSize, status, }: {
@@ -44,7 +44,7 @@ declare class WebhooksService {
44
44
  /**
45
45
  * Get a webhook by ID
46
46
  * Retrieves a webhook by ID.
47
- * @returns WebhookResponse
47
+ * @returns WebhookResponse Successful response
48
48
  * @throws ApiError
49
49
  */
50
50
  getWebhook({ id, }: {
@@ -56,7 +56,7 @@ declare class WebhooksService {
56
56
  /**
57
57
  * Deactivate a webhook
58
58
  * Deactivates a webhook by ID.
59
- * @returns WebhookResponse
59
+ * @returns WebhookResponse Successful response
60
60
  * @throws ApiError
61
61
  */
62
62
  deactivateWebhook({ id, }: {
@@ -68,7 +68,7 @@ declare class WebhooksService {
68
68
  /**
69
69
  * Update a webhook
70
70
  * Updates an existing webhook.
71
- * @returns WebhookResponse
71
+ * @returns WebhookResponse Successful response
72
72
  * @throws ApiError
73
73
  */
74
74
  updateWebhook({ id, requestBody, }: {
@@ -81,21 +81,21 @@ declare class WebhooksService {
81
81
  /**
82
82
  * Generate a shared secret
83
83
  * Generates a new shared secret.
84
- * @returns SharedSecretsResponse
84
+ * @returns SharedSecretsResponse Successful response
85
85
  * @throws ApiError
86
86
  */
87
87
  generateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
88
88
  /**
89
89
  * Get a shared secret
90
90
  * Get a previously generated shared secret.
91
- * @returns SharedSecretsResponse
91
+ * @returns SharedSecretsResponse Successful response
92
92
  * @throws ApiError
93
93
  */
94
94
  getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
95
95
  /**
96
96
  * Add addresses to webhook
97
97
  * Add addresses to webhook.
98
- * @returns WebhookResponse
98
+ * @returns WebhookResponse Successful response
99
99
  * @throws ApiError
100
100
  */
101
101
  addAddressesToWebhook({ id, requestBody, }: {
@@ -108,7 +108,7 @@ declare class WebhooksService {
108
108
  /**
109
109
  * Remove addresses from webhook
110
110
  * Remove addresses from webhook.
111
- * @returns WebhookResponse
111
+ * @returns WebhookResponse Successful response
112
112
  * @throws ApiError
113
113
  */
114
114
  removeAddressesFromWebhook({ id, requestBody, }: {
@@ -121,7 +121,7 @@ declare class WebhooksService {
121
121
  /**
122
122
  * List adresses by webhook
123
123
  * List adresses by webhook.
124
- * @returns ListWebhookAddressesResponse
124
+ * @returns ListWebhookAddressesResponse Successful response
125
125
  * @throws ApiError
126
126
  */
127
127
  getAddressesFromWebhook({ id, pageToken, pageSize, }: {
@@ -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"})}listWebhooks({pageToken:e,pageSize:t=10,status:s}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks",query:{pageToken:e,pageSize:t,status:s}})}getWebhook({id:e}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}",path:{id:e}})}deactivateWebhook({id:e}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}",path:{id:e}})}updateWebhook({id:e,requestBody:t}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}",path:{id:e},body:t,mediaType:"application/json"})}generateSharedSecret(){return this.httpRequest.request({method:"POST",url:"/v1/webhooks:generateOrRotateSharedSecret"})}getSharedSecret(){return this.httpRequest.request({method:"GET",url:"/v1/webhooks:getSharedSecret"})}addAddressesToWebhook({id:e,requestBody:t}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:t,mediaType:"application/json"})}removeAddressesFromWebhook({id:e,requestBody:t}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:t,mediaType:"application/json"})}getAddressesFromWebhook({id:e,pageToken:t,pageSize:s=10}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}/addresses",path:{id:e},query:{pageToken:t,pageSize:s}})}}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."}})}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};
package/esm/index.d.ts CHANGED
@@ -8,8 +8,11 @@ export { ActiveValidatorDetails } from './generated/models/ActiveValidatorDetail
8
8
  export { AddressActivityMetadata } from './generated/models/AddressActivityMetadata.js';
9
9
  export { AddressesChangeRequest } from './generated/models/AddressesChangeRequest.js';
10
10
  export { AggregatedAssetAmount } from './generated/models/AggregatedAssetAmount.js';
11
+ export { ApiFeature } from './generated/models/ApiFeature.js';
11
12
  export { AssetAmount } from './generated/models/AssetAmount.js';
12
13
  export { AssetWithPriceInfo } from './generated/models/AssetWithPriceInfo.js';
14
+ export { BadGateway } from './generated/models/BadGateway.js';
15
+ export { BadRequest } from './generated/models/BadRequest.js';
13
16
  export { Blockchain } from './generated/models/Blockchain.js';
14
17
  export { BlockchainId } from './generated/models/BlockchainId.js';
15
18
  export { BlockchainIds } from './generated/models/BlockchainIds.js';
@@ -35,6 +38,7 @@ export { CreateEvmTransactionExportRequest } from './generated/models/CreateEvmT
35
38
  export { CreatePrimaryNetworkTransactionExportRequest } from './generated/models/CreatePrimaryNetworkTransactionExportRequest.js';
36
39
  export { CreateWebhookRequest } from './generated/models/CreateWebhookRequest.js';
37
40
  export { CurrencyCode } from './generated/models/CurrencyCode.js';
41
+ export { DataListChainsResponse } from './generated/models/DataListChainsResponse.js';
38
42
  export { DelegationStatusType } from './generated/models/DelegationStatusType.js';
39
43
  export { DelegatorsDetails } from './generated/models/DelegatorsDetails.js';
40
44
  export { DeliveredSourceNotIndexedTeleporterMessage } from './generated/models/DeliveredSourceNotIndexedTeleporterMessage.js';
@@ -62,6 +66,7 @@ export { EVMInput } from './generated/models/EVMInput.js';
62
66
  export { EvmNetworkOptions } from './generated/models/EvmNetworkOptions.js';
63
67
  export { EVMOperationType } from './generated/models/EVMOperationType.js';
64
68
  export { EVMOutput } from './generated/models/EVMOutput.js';
69
+ export { Forbidden } from './generated/models/Forbidden.js';
65
70
  export { FullNativeTransactionDetails } from './generated/models/FullNativeTransactionDetails.js';
66
71
  export { GetChainResponse } from './generated/models/GetChainResponse.js';
67
72
  export { GetEvmBlockResponse } from './generated/models/GetEvmBlockResponse.js';
@@ -69,9 +74,9 @@ export { GetNativeBalanceResponse } from './generated/models/GetNativeBalanceRes
69
74
  export { GetNetworkDetailsResponse } from './generated/models/GetNetworkDetailsResponse.js';
70
75
  export { GetPrimaryNetworkBlockResponse } from './generated/models/GetPrimaryNetworkBlockResponse.js';
71
76
  export { GetTransactionResponse } from './generated/models/GetTransactionResponse.js';
72
- export { GlacierApiFeature } from './generated/models/GlacierApiFeature.js';
73
77
  export { HistoricalReward } from './generated/models/HistoricalReward.js';
74
78
  export { ImageAsset } from './generated/models/ImageAsset.js';
79
+ export { InternalServerError } from './generated/models/InternalServerError.js';
75
80
  export { InternalTransaction } from './generated/models/InternalTransaction.js';
76
81
  export { InternalTransactionDetails } from './generated/models/InternalTransactionDetails.js';
77
82
  export { InternalTransactionOpCall } from './generated/models/InternalTransactionOpCall.js';
@@ -113,6 +118,7 @@ export { LogsFormat } from './generated/models/LogsFormat.js';
113
118
  export { LogsFormatMetadata } from './generated/models/LogsFormatMetadata.js';
114
119
  export { LogsResponseDTO } from './generated/models/LogsResponseDTO.js';
115
120
  export { Method } from './generated/models/Method.js';
121
+ export { Metric } from './generated/models/Metric.js';
116
122
  export { Money } from './generated/models/Money.js';
117
123
  export { NativeTokenBalance } from './generated/models/NativeTokenBalance.js';
118
124
  export { NativeTransaction } from './generated/models/NativeTransaction.js';
@@ -122,6 +128,7 @@ export { NetworkTokenDetails } from './generated/models/NetworkTokenDetails.js';
122
128
  export { NetworkType } from './generated/models/NetworkType.js';
123
129
  export { NextPageToken } from './generated/models/NextPageToken.js';
124
130
  export { NftTokenMetadataStatus } from './generated/models/NftTokenMetadataStatus.js';
131
+ export { NotFound } from './generated/models/NotFound.js';
125
132
  export { OperationStatus } from './generated/models/OperationStatus.js';
126
133
  export { OperationStatusCode } from './generated/models/OperationStatusCode.js';
127
134
  export { OperationStatusResponse } from './generated/models/OperationStatusResponse.js';
@@ -158,6 +165,7 @@ export { RpcErrorDto } from './generated/models/RpcErrorDto.js';
158
165
  export { RpcErrorResponseDto } from './generated/models/RpcErrorResponseDto.js';
159
166
  export { RpcRequestBodyDto } from './generated/models/RpcRequestBodyDto.js';
160
167
  export { RpcSuccessResponseDto } from './generated/models/RpcSuccessResponseDto.js';
168
+ export { ServiceUnavailable } from './generated/models/ServiceUnavailable.js';
161
169
  export { SharedSecretsResponse } from './generated/models/SharedSecretsResponse.js';
162
170
  export { SortByOption } from './generated/models/SortByOption.js';
163
171
  export { SortOrder } from './generated/models/SortOrder.js';
@@ -165,20 +173,25 @@ export { StakingDistribution } from './generated/models/StakingDistribution.js';
165
173
  export { Subnet } from './generated/models/Subnet.js';
166
174
  export { SubnetOwnershipInfo } from './generated/models/SubnetOwnershipInfo.js';
167
175
  export { TeleporterDestinationTransaction } from './generated/models/TeleporterDestinationTransaction.js';
176
+ export { TeleporterMessageInfo } from './generated/models/TeleporterMessageInfo.js';
168
177
  export { TeleporterReceipt } from './generated/models/TeleporterReceipt.js';
169
178
  export { TeleporterRewardDetails } from './generated/models/TeleporterRewardDetails.js';
170
179
  export { TeleporterSourceTransaction } from './generated/models/TeleporterSourceTransaction.js';
171
180
  export { TimeIntervalGranularityExtended } from './generated/models/TimeIntervalGranularityExtended.js';
181
+ export { TooManyRequests } from './generated/models/TooManyRequests.js';
172
182
  export { TransactionDetails } from './generated/models/TransactionDetails.js';
183
+ export { TransactionDirectionType } from './generated/models/TransactionDirectionType.js';
173
184
  export { TransactionExportMetadata } from './generated/models/TransactionExportMetadata.js';
174
185
  export { TransactionMethodType } from './generated/models/TransactionMethodType.js';
175
186
  export { TransactionStatus } from './generated/models/TransactionStatus.js';
176
187
  export { TransactionVertexDetail } from './generated/models/TransactionVertexDetail.js';
188
+ export { Unauthorized } from './generated/models/Unauthorized.js';
177
189
  export { UnknownContract } from './generated/models/UnknownContract.js';
178
190
  export { UpdateContractResponse } from './generated/models/UpdateContractResponse.js';
179
191
  export { UpdateWebhookRequest } from './generated/models/UpdateWebhookRequest.js';
180
192
  export { UsageMetricsGroupByEnum } from './generated/models/UsageMetricsGroupByEnum.js';
181
193
  export { UsageMetricsResponseDTO } from './generated/models/UsageMetricsResponseDTO.js';
194
+ export { UsageMetricsValueDTO } from './generated/models/UsageMetricsValueDTO.js';
182
195
  export { UtilityAddresses } from './generated/models/UtilityAddresses.js';
183
196
  export { Utxo } from './generated/models/Utxo.js';
184
197
  export { UtxoCredential } from './generated/models/UtxoCredential.js';
@@ -198,13 +211,13 @@ export { XChainNonLinearTransaction } from './generated/models/XChainNonLinearTr
198
211
  export { XChainSharedAssetBalance } from './generated/models/XChainSharedAssetBalance.js';
199
212
  export { XChainTransactionType } from './generated/models/XChainTransactionType.js';
200
213
  export { XChainVertex } from './generated/models/XChainVertex.js';
214
+ export { DataApiUsageMetricsService } from './generated/services/DataApiUsageMetricsService.js';
201
215
  export { DefaultService } from './generated/services/DefaultService.js';
202
216
  export { EvmBalancesService } from './generated/services/EvmBalancesService.js';
203
217
  export { EvmBlocksService } from './generated/services/EvmBlocksService.js';
204
218
  export { EvmChainsService } from './generated/services/EvmChainsService.js';
205
219
  export { EvmContractsService } from './generated/services/EvmContractsService.js';
206
220
  export { EvmTransactionsService } from './generated/services/EvmTransactionsService.js';
207
- export { GlacierApiUsageMetricsService } from './generated/services/GlacierApiUsageMetricsService.js';
208
221
  export { HealthCheckService } from './generated/services/HealthCheckService.js';
209
222
  export { NfTsService } from './generated/services/NfTsService.js';
210
223
  export { OperationsService } from './generated/services/OperationsService.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{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{GlacierApiFeature}from"./generated/models/GlacierApiFeature.js";export{InternalTransactionOpCall}from"./generated/models/InternalTransactionOpCall.js";export{Network}from"./generated/models/Network.js";export{NetworkType}from"./generated/models/NetworkType.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{PrimaryNetwork}from"./generated/models/PrimaryNetwork.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{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{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{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{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{GlacierApiUsageMetricsService}from"./generated/services/GlacierApiUsageMetricsService.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{RpcService}from"./generated/services/RpcService.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{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{NetworkType}from"./generated/models/NetworkType.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{PrimaryNetwork}from"./generated/models/PrimaryNetwork.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{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{RpcService}from"./generated/services/RpcService.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.5b3df0e.0+5b3df0e",
3
+ "version": "3.1.0-canary.0682531.0+0682531",
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": "5b3df0ec79c64252860049cec73f1b4d0878e6b2"
32
+ "gitHead": "06825310b617b691b2da50ec22aafeb17748426f"
33
33
  }
@@ -1,6 +0,0 @@
1
- declare enum GlacierApiFeature {
2
- NFT_INDEXING = "nftIndexing",
3
- WEBHOOKS = "webhooks"
4
- }
5
-
6
- export { GlacierApiFeature };
@@ -1 +0,0 @@
1
- var e=(e=>(e.NFT_INDEXING="nftIndexing",e.WEBHOOKS="webhooks",e))(e||{});export{e as GlacierApiFeature};
@@ -1 +0,0 @@
1
- class e{constructor(e){this.httpRequest=e}getApiUsageMetrics({orgId:e,startTimestamp:t,endTimestamp:s,timeInterval:a,groupBy:r,requestPath:p,responseStatusCode:i,chainId:m,apiKeyId:o}){return this.httpRequest.request({method:"GET",url:"/v1/apiUsageMetrics",query:{orgId:e,startTimestamp:t,endTimestamp:s,timeInterval:a,groupBy:r,requestPath:p,responseStatusCode:i,chainId:m,apiKeyId:o}})}getApiLogss({orgId:e,startTimestamp:t,endTimestamp:s,pageToken:a,pageSize:r=10}){return this.httpRequest.request({method:"GET",url:"/v1/apiLogs",query:{orgId:e,startTimestamp:t,endTimestamp:s,pageToken:a,pageSize:r}})}}export{e as GlacierApiUsageMetricsService};