@avalabs/glacier-sdk 3.1.0-canary.9fc81c6.0 → 3.1.0-canary.af996c4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +777 -148
- package/dist/index.js +1 -1
- package/esm/generated/Glacier.d.ts +4 -0
- package/esm/generated/Glacier.js +1 -1
- package/esm/generated/models/AddressesChangeRequest.d.ts +1 -1
- package/esm/generated/models/ApiFeature.d.ts +7 -0
- package/esm/generated/models/ApiFeature.js +1 -0
- package/esm/generated/models/BadGateway.d.ts +16 -0
- package/esm/generated/models/BadRequest.d.ts +16 -0
- package/esm/generated/models/BlockchainId.d.ts +2 -0
- package/esm/generated/models/BlockchainId.js +1 -1
- package/esm/generated/models/BlockchainIds.d.ts +3 -1
- package/esm/generated/models/BlockchainIds.js +1 -1
- package/esm/generated/models/ChainInfo.d.ts +1 -1
- package/esm/generated/models/CompletedValidatorDetails.d.ts +1 -0
- package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +4 -4
- package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +4 -4
- package/esm/generated/models/DataListChainsResponse.d.ts +7 -0
- package/esm/generated/models/Forbidden.d.ts +16 -0
- package/esm/generated/models/GetChainResponse.d.ts +1 -1
- package/esm/generated/models/GetTransactionResponse.d.ts +5 -0
- package/esm/generated/models/InternalServerError.d.ts +16 -0
- package/esm/generated/models/LogsFormat.d.ts +60 -0
- package/esm/generated/models/LogsFormatMetadata.d.ts +16 -0
- package/esm/generated/models/LogsResponseDTO.d.ts +18 -0
- package/esm/generated/models/Metric.d.ts +14 -0
- package/esm/generated/models/Network.d.ts +3 -1
- package/esm/generated/models/Network.js +1 -1
- package/esm/generated/models/NotFound.d.ts +16 -0
- package/esm/generated/models/PrimaryNetwork.d.ts +2 -1
- package/esm/generated/models/PrimaryNetwork.js +1 -1
- package/esm/generated/models/PrimaryNetworkOptions.d.ts +1 -1
- package/esm/generated/models/RequestType.d.ts +9 -0
- package/esm/generated/models/RequestType.js +1 -0
- package/esm/generated/models/RpcMetrics.d.ts +14 -0
- package/esm/generated/models/RpcUsageMetricsResponseDTO.d.ts +18 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +47 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -0
- package/esm/generated/models/ServiceUnavailable.d.ts +16 -0
- package/esm/generated/models/SignatureAggregationResponse.d.ts +5 -0
- package/esm/generated/models/SignatureAggregatorRequest.d.ts +14 -0
- package/esm/generated/models/TeleporterMessageInfo.d.ts +16 -0
- package/esm/generated/models/TimeIntervalGranularityExtended.d.ts +9 -0
- package/esm/generated/models/TimeIntervalGranularityExtended.js +1 -0
- package/esm/generated/models/TooManyRequests.d.ts +16 -0
- package/esm/generated/models/TransactionDirectionType.d.ts +6 -0
- package/esm/generated/models/TransactionDirectionType.js +1 -0
- package/esm/generated/models/Unauthorized.d.ts +16 -0
- package/esm/generated/models/UsageMetricsGroupByEnum.d.ts +9 -0
- package/esm/generated/models/UsageMetricsGroupByEnum.js +1 -0
- package/esm/generated/models/UsageMetricsResponseDTO.d.ts +18 -0
- package/esm/generated/models/UsageMetricsValueDTO.d.ts +53 -0
- package/esm/generated/models/UsageMetricsValueDTO.js +1 -0
- package/esm/generated/models/XChainId.d.ts +1 -0
- package/esm/generated/models/XChainId.js +1 -1
- package/esm/generated/services/DataApiUsageMetricsService.d.ts +154 -0
- package/esm/generated/services/DataApiUsageMetricsService.js +1 -0
- package/esm/generated/services/EvmBalancesService.d.ts +10 -10
- package/esm/generated/services/EvmBalancesService.js +1 -1
- package/esm/generated/services/EvmBlocksService.d.ts +4 -4
- package/esm/generated/services/EvmBlocksService.js +1 -1
- package/esm/generated/services/EvmChainsService.d.ts +20 -8
- package/esm/generated/services/EvmChainsService.js +1 -1
- package/esm/generated/services/EvmContractsService.d.ts +4 -4
- package/esm/generated/services/EvmContractsService.js +1 -1
- package/esm/generated/services/EvmTransactionsService.d.ts +24 -24
- package/esm/generated/services/EvmTransactionsService.js +1 -1
- package/esm/generated/services/HealthCheckService.d.ts +1 -1
- package/esm/generated/services/HealthCheckService.js +1 -1
- package/esm/generated/services/NfTsService.d.ts +6 -6
- package/esm/generated/services/NfTsService.js +1 -1
- package/esm/generated/services/OperationsService.d.ts +2 -2
- package/esm/generated/services/OperationsService.js +1 -1
- package/esm/generated/services/PrimaryNetworkBalancesService.d.ts +2 -2
- package/esm/generated/services/PrimaryNetworkBalancesService.js +1 -1
- package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +6 -6
- package/esm/generated/services/PrimaryNetworkBlocksService.js +1 -1
- package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +4 -4
- package/esm/generated/services/PrimaryNetworkRewardsService.js +1 -1
- package/esm/generated/services/PrimaryNetworkService.d.ts +18 -18
- package/esm/generated/services/PrimaryNetworkService.js +1 -1
- package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +9 -9
- package/esm/generated/services/PrimaryNetworkTransactionsService.js +1 -1
- package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +2 -2
- package/esm/generated/services/PrimaryNetworkUtxOsService.js +1 -1
- package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +6 -6
- package/esm/generated/services/PrimaryNetworkVerticesService.js +1 -1
- package/esm/generated/services/RpcService.d.ts +2 -2
- package/esm/generated/services/RpcService.js +1 -1
- package/esm/generated/services/SignatureAggregatorService.d.ts +20 -0
- package/esm/generated/services/SignatureAggregatorService.js +1 -0
- package/esm/generated/services/TeleporterService.d.ts +34 -6
- package/esm/generated/services/TeleporterService.js +1 -1
- package/esm/generated/services/WebhooksService.d.ts +10 -10
- package/esm/generated/services/WebhooksService.js +1 -1
- package/esm/index.d.ts +28 -2
- package/esm/index.js +1 -1
- package/package.json +2 -2
- package/esm/generated/models/GlacierApiFeature.d.ts +0 -6
- package/esm/generated/models/GlacierApiFeature.js +0 -1
- package/esm/generated/models/NetworkType.d.ts +0 -6
- package/esm/generated/models/NetworkType.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
class e{constructor(e){this.httpRequest=e}getUtxosByAddresses({blockchainId:e,network:
|
|
1
|
+
class e{constructor(e){this.httpRequest=e}getUtxosByAddresses({blockchainId:e,network:r,addresses:t,pageToken:s,pageSize:n=10,assetId:a,includeSpent:i,sortOrder:o}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/utxos",path:{blockchainId:e,network:r},query:{addresses:t,pageToken:s,pageSize:n,assetId:a,includeSpent:i,sortOrder: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."}})}}export{e as PrimaryNetworkUtxOsService};
|
|
@@ -12,7 +12,7 @@ declare class PrimaryNetworkVerticesService {
|
|
|
12
12
|
/**
|
|
13
13
|
* List vertices
|
|
14
14
|
* Lists latest vertices on the X-Chain.
|
|
15
|
-
* @returns ListXChainVerticesResponse
|
|
15
|
+
* @returns ListXChainVerticesResponse Successful response
|
|
16
16
|
* @throws ApiError
|
|
17
17
|
*/
|
|
18
18
|
listLatestXChainVertices({ blockchainId, network, pageToken, pageSize, }: {
|
|
@@ -21,7 +21,7 @@ declare class PrimaryNetworkVerticesService {
|
|
|
21
21
|
*/
|
|
22
22
|
blockchainId: XChainId;
|
|
23
23
|
/**
|
|
24
|
-
* Either mainnet or
|
|
24
|
+
* Either mainnet or testnet/fuji.
|
|
25
25
|
*/
|
|
26
26
|
network: Network;
|
|
27
27
|
/**
|
|
@@ -36,7 +36,7 @@ declare class PrimaryNetworkVerticesService {
|
|
|
36
36
|
/**
|
|
37
37
|
* Get vertex
|
|
38
38
|
* Gets a single vertex on the X-Chain.
|
|
39
|
-
* @returns XChainVertex
|
|
39
|
+
* @returns XChainVertex Successful response
|
|
40
40
|
* @throws ApiError
|
|
41
41
|
*/
|
|
42
42
|
getVertexByHash({ vertexHash, blockchainId, network, }: {
|
|
@@ -49,14 +49,14 @@ declare class PrimaryNetworkVerticesService {
|
|
|
49
49
|
*/
|
|
50
50
|
blockchainId: XChainId;
|
|
51
51
|
/**
|
|
52
|
-
* Either mainnet or
|
|
52
|
+
* Either mainnet or testnet/fuji.
|
|
53
53
|
*/
|
|
54
54
|
network: Network;
|
|
55
55
|
}): CancelablePromise<XChainVertex>;
|
|
56
56
|
/**
|
|
57
57
|
* List vertices by height
|
|
58
58
|
* Lists vertices at the given vertex height on the X-Chain.
|
|
59
|
-
* @returns ListXChainVerticesResponse
|
|
59
|
+
* @returns ListXChainVerticesResponse Successful response
|
|
60
60
|
* @throws ApiError
|
|
61
61
|
*/
|
|
62
62
|
getVertexByHeight({ vertexHeight, blockchainId, network, pageToken, pageSize, sortOrder, }: {
|
|
@@ -69,7 +69,7 @@ declare class PrimaryNetworkVerticesService {
|
|
|
69
69
|
*/
|
|
70
70
|
blockchainId: XChainId;
|
|
71
71
|
/**
|
|
72
|
-
* Either mainnet or
|
|
72
|
+
* Either mainnet or testnet/fuji.
|
|
73
73
|
*/
|
|
74
74
|
network: Network;
|
|
75
75
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
class e{constructor(e){this.httpRequest=e}listLatestXChainVertices({blockchainId:e,network:
|
|
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,12 +10,12 @@ 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, }: {
|
|
17
17
|
/**
|
|
18
|
-
* A supported evm chain id
|
|
18
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
19
19
|
*/
|
|
20
20
|
chainId: string;
|
|
21
21
|
requestBody: (RpcRequestBodyDto | Array<RpcRequestBodyDto>);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
class
|
|
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};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SignatureAggregationResponse } from '../models/SignatureAggregationResponse.js';
|
|
2
|
+
import { SignatureAggregatorRequest } from '../models/SignatureAggregatorRequest.js';
|
|
3
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
4
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
5
|
+
|
|
6
|
+
declare class SignatureAggregatorService {
|
|
7
|
+
readonly httpRequest: BaseHttpRequest;
|
|
8
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
9
|
+
/**
|
|
10
|
+
* Aggregate Signatures
|
|
11
|
+
* Aggregates Signatures for a Warp message from Subnet validators.
|
|
12
|
+
* @returns SignatureAggregationResponse Successful response
|
|
13
|
+
* @throws ApiError
|
|
14
|
+
*/
|
|
15
|
+
aggregateSignatures({ requestBody, }: {
|
|
16
|
+
requestBody: SignatureAggregatorRequest;
|
|
17
|
+
}): CancelablePromise<SignatureAggregationResponse>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { SignatureAggregatorService };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
class e{constructor(e){this.httpRequest=e}aggregateSignatures({requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/signatureAggregator/aggregateSignatures",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."}})}}export{e as SignatureAggregatorService};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DeliveredSourceNotIndexedTeleporterMessage } from '../models/DeliveredSourceNotIndexedTeleporterMessage.js';
|
|
2
2
|
import { DeliveredTeleporterMessage } from '../models/DeliveredTeleporterMessage.js';
|
|
3
3
|
import { ListTeleporterMessagesResponse } from '../models/ListTeleporterMessagesResponse.js';
|
|
4
|
-
import {
|
|
4
|
+
import { Network } from '../models/Network.js';
|
|
5
5
|
import { PendingTeleporterMessage } from '../models/PendingTeleporterMessage.js';
|
|
6
6
|
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
7
7
|
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
@@ -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,10 +24,10 @@ 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
|
-
listTeleporterMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, to, from, network, }: {
|
|
30
|
+
listTeleporterMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, blockchainId, to, from, network, }: {
|
|
31
31
|
/**
|
|
32
32
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
33
33
|
*/
|
|
@@ -44,6 +44,10 @@ declare class TeleporterService {
|
|
|
44
44
|
* The base58 encoded blockchain ID or evm chain ID of the destination chain that the teleporter message was sent to.
|
|
45
45
|
*/
|
|
46
46
|
destinationBlockchainId?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The base58 encoded blockchain ID of either source or destination chain that one teleporter message interacts with.
|
|
49
|
+
*/
|
|
50
|
+
blockchainId?: string;
|
|
47
51
|
/**
|
|
48
52
|
* The address of the recipient of the teleporter message.
|
|
49
53
|
*/
|
|
@@ -53,9 +57,33 @@ declare class TeleporterService {
|
|
|
53
57
|
*/
|
|
54
58
|
from?: string;
|
|
55
59
|
/**
|
|
56
|
-
* mainnet or testnet.
|
|
60
|
+
* Either mainnet or testnet/fuji.
|
|
61
|
+
*/
|
|
62
|
+
network?: Network;
|
|
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
|
+
* Either mainnet or testnet/fuji.
|
|
57
85
|
*/
|
|
58
|
-
network?:
|
|
86
|
+
network?: Network;
|
|
59
87
|
}): CancelablePromise<ListTeleporterMessagesResponse>;
|
|
60
88
|
}
|
|
61
89
|
|
|
@@ -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:
|
|
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';
|
|
@@ -109,16 +114,20 @@ export { ListWebhooksResponse } from './generated/models/ListWebhooksResponse.js
|
|
|
109
114
|
export { ListXChainBalancesResponse } from './generated/models/ListXChainBalancesResponse.js';
|
|
110
115
|
export { ListXChainTransactionsResponse } from './generated/models/ListXChainTransactionsResponse.js';
|
|
111
116
|
export { ListXChainVerticesResponse } from './generated/models/ListXChainVerticesResponse.js';
|
|
117
|
+
export { LogsFormat } from './generated/models/LogsFormat.js';
|
|
118
|
+
export { LogsFormatMetadata } from './generated/models/LogsFormatMetadata.js';
|
|
119
|
+
export { LogsResponseDTO } from './generated/models/LogsResponseDTO.js';
|
|
112
120
|
export { Method } from './generated/models/Method.js';
|
|
121
|
+
export { Metric } from './generated/models/Metric.js';
|
|
113
122
|
export { Money } from './generated/models/Money.js';
|
|
114
123
|
export { NativeTokenBalance } from './generated/models/NativeTokenBalance.js';
|
|
115
124
|
export { NativeTransaction } from './generated/models/NativeTransaction.js';
|
|
116
125
|
export { Network } from './generated/models/Network.js';
|
|
117
126
|
export { NetworkToken } from './generated/models/NetworkToken.js';
|
|
118
127
|
export { NetworkTokenDetails } from './generated/models/NetworkTokenDetails.js';
|
|
119
|
-
export { NetworkType } from './generated/models/NetworkType.js';
|
|
120
128
|
export { NextPageToken } from './generated/models/NextPageToken.js';
|
|
121
129
|
export { NftTokenMetadataStatus } from './generated/models/NftTokenMetadataStatus.js';
|
|
130
|
+
export { NotFound } from './generated/models/NotFound.js';
|
|
122
131
|
export { OperationStatus } from './generated/models/OperationStatus.js';
|
|
123
132
|
export { OperationStatusCode } from './generated/models/OperationStatusCode.js';
|
|
124
133
|
export { OperationStatusResponse } from './generated/models/OperationStatusResponse.js';
|
|
@@ -145,6 +154,7 @@ export { PrimaryNetworkOptions } from './generated/models/PrimaryNetworkOptions.
|
|
|
145
154
|
export { PrimaryNetworkTxType } from './generated/models/PrimaryNetworkTxType.js';
|
|
146
155
|
export { ProposerDetails } from './generated/models/ProposerDetails.js';
|
|
147
156
|
export { RemovedValidatorDetails } from './generated/models/RemovedValidatorDetails.js';
|
|
157
|
+
export { RequestType } from './generated/models/RequestType.js';
|
|
148
158
|
export { ResourceLink } from './generated/models/ResourceLink.js';
|
|
149
159
|
export { ResourceLinkType } from './generated/models/ResourceLinkType.js';
|
|
150
160
|
export { Rewards } from './generated/models/Rewards.js';
|
|
@@ -152,26 +162,40 @@ export { RewardType } from './generated/models/RewardType.js';
|
|
|
152
162
|
export { RichAddress } from './generated/models/RichAddress.js';
|
|
153
163
|
export { RpcErrorDto } from './generated/models/RpcErrorDto.js';
|
|
154
164
|
export { RpcErrorResponseDto } from './generated/models/RpcErrorResponseDto.js';
|
|
165
|
+
export { RpcMetrics } from './generated/models/RpcMetrics.js';
|
|
155
166
|
export { RpcRequestBodyDto } from './generated/models/RpcRequestBodyDto.js';
|
|
156
167
|
export { RpcSuccessResponseDto } from './generated/models/RpcSuccessResponseDto.js';
|
|
168
|
+
export { RpcUsageMetricsResponseDTO } from './generated/models/RpcUsageMetricsResponseDTO.js';
|
|
169
|
+
export { RpcUsageMetricsValueAggregated } from './generated/models/RpcUsageMetricsValueAggregated.js';
|
|
170
|
+
export { ServiceUnavailable } from './generated/models/ServiceUnavailable.js';
|
|
157
171
|
export { SharedSecretsResponse } from './generated/models/SharedSecretsResponse.js';
|
|
172
|
+
export { SignatureAggregationResponse } from './generated/models/SignatureAggregationResponse.js';
|
|
173
|
+
export { SignatureAggregatorRequest } from './generated/models/SignatureAggregatorRequest.js';
|
|
158
174
|
export { SortByOption } from './generated/models/SortByOption.js';
|
|
159
175
|
export { SortOrder } from './generated/models/SortOrder.js';
|
|
160
176
|
export { StakingDistribution } from './generated/models/StakingDistribution.js';
|
|
161
177
|
export { Subnet } from './generated/models/Subnet.js';
|
|
162
178
|
export { SubnetOwnershipInfo } from './generated/models/SubnetOwnershipInfo.js';
|
|
163
179
|
export { TeleporterDestinationTransaction } from './generated/models/TeleporterDestinationTransaction.js';
|
|
180
|
+
export { TeleporterMessageInfo } from './generated/models/TeleporterMessageInfo.js';
|
|
164
181
|
export { TeleporterReceipt } from './generated/models/TeleporterReceipt.js';
|
|
165
182
|
export { TeleporterRewardDetails } from './generated/models/TeleporterRewardDetails.js';
|
|
166
183
|
export { TeleporterSourceTransaction } from './generated/models/TeleporterSourceTransaction.js';
|
|
184
|
+
export { TimeIntervalGranularityExtended } from './generated/models/TimeIntervalGranularityExtended.js';
|
|
185
|
+
export { TooManyRequests } from './generated/models/TooManyRequests.js';
|
|
167
186
|
export { TransactionDetails } from './generated/models/TransactionDetails.js';
|
|
187
|
+
export { TransactionDirectionType } from './generated/models/TransactionDirectionType.js';
|
|
168
188
|
export { TransactionExportMetadata } from './generated/models/TransactionExportMetadata.js';
|
|
169
189
|
export { TransactionMethodType } from './generated/models/TransactionMethodType.js';
|
|
170
190
|
export { TransactionStatus } from './generated/models/TransactionStatus.js';
|
|
171
191
|
export { TransactionVertexDetail } from './generated/models/TransactionVertexDetail.js';
|
|
192
|
+
export { Unauthorized } from './generated/models/Unauthorized.js';
|
|
172
193
|
export { UnknownContract } from './generated/models/UnknownContract.js';
|
|
173
194
|
export { UpdateContractResponse } from './generated/models/UpdateContractResponse.js';
|
|
174
195
|
export { UpdateWebhookRequest } from './generated/models/UpdateWebhookRequest.js';
|
|
196
|
+
export { UsageMetricsGroupByEnum } from './generated/models/UsageMetricsGroupByEnum.js';
|
|
197
|
+
export { UsageMetricsResponseDTO } from './generated/models/UsageMetricsResponseDTO.js';
|
|
198
|
+
export { UsageMetricsValueDTO } from './generated/models/UsageMetricsValueDTO.js';
|
|
175
199
|
export { UtilityAddresses } from './generated/models/UtilityAddresses.js';
|
|
176
200
|
export { Utxo } from './generated/models/Utxo.js';
|
|
177
201
|
export { UtxoCredential } from './generated/models/UtxoCredential.js';
|
|
@@ -191,6 +215,7 @@ export { XChainNonLinearTransaction } from './generated/models/XChainNonLinearTr
|
|
|
191
215
|
export { XChainSharedAssetBalance } from './generated/models/XChainSharedAssetBalance.js';
|
|
192
216
|
export { XChainTransactionType } from './generated/models/XChainTransactionType.js';
|
|
193
217
|
export { XChainVertex } from './generated/models/XChainVertex.js';
|
|
218
|
+
export { DataApiUsageMetricsService } from './generated/services/DataApiUsageMetricsService.js';
|
|
194
219
|
export { DefaultService } from './generated/services/DefaultService.js';
|
|
195
220
|
export { EvmBalancesService } from './generated/services/EvmBalancesService.js';
|
|
196
221
|
export { EvmBlocksService } from './generated/services/EvmBlocksService.js';
|
|
@@ -208,5 +233,6 @@ export { PrimaryNetworkTransactionsService } from './generated/services/PrimaryN
|
|
|
208
233
|
export { PrimaryNetworkUtxOsService } from './generated/services/PrimaryNetworkUtxOsService.js';
|
|
209
234
|
export { PrimaryNetworkVerticesService } from './generated/services/PrimaryNetworkVerticesService.js';
|
|
210
235
|
export { RpcService } from './generated/services/RpcService.js';
|
|
236
|
+
export { SignatureAggregatorService } from './generated/services/SignatureAggregatorService.js';
|
|
211
237
|
export { TeleporterService } from './generated/services/TeleporterService.js';
|
|
212
238
|
export { WebhooksService } from './generated/services/WebhooksService.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{
|
|
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{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{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{RpcService}from"./generated/services/RpcService.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.
|
|
3
|
+
"version": "3.1.0-canary.af996c4.0+af996c4",
|
|
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": "
|
|
32
|
+
"gitHead": "af996c4433807fc535cdc5c6d5f585afb8f846c5"
|
|
33
33
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e=(e=>(e.NFT_INDEXING="nftIndexing",e.WEBHOOKS="webhooks",e))(e||{});export{e as GlacierApiFeature};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var t=(t=>(t.MAINNET="mainnet",t.TESTNET="testnet",t))(t||{});export{t as NetworkType};
|