@avalabs/glacier-sdk 3.1.0-canary.0cb77a4.0 → 3.1.0-canary.0d842e8.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 +654 -74
  2. package/dist/index.js +1 -1
  3. package/esm/generated/Glacier.d.ts +4 -0
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/models/AccessRequest.d.ts +12 -0
  6. package/esm/generated/models/DeliveredIcmMessage.d.ts +31 -0
  7. package/esm/generated/models/DeliveredIcmMessage.js +1 -0
  8. package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.d.ts +29 -0
  9. package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.js +1 -0
  10. package/esm/generated/models/{CreateWebhookRequest.d.ts → EVMAddressActivityRequest.d.ts} +11 -5
  11. package/esm/generated/models/EVMAddressActivityRequest.js +1 -0
  12. package/esm/generated/models/{WebhookResponse.d.ts → EVMAddressActivityResponse.d.ts} +8 -8
  13. package/esm/generated/models/Erc20TokenBalance.d.ts +3 -3
  14. package/esm/generated/models/EventType.d.ts +3 -1
  15. package/esm/generated/models/EventType.js +1 -1
  16. package/esm/generated/models/HealthCheckResultDto.d.ts +17 -0
  17. package/esm/generated/models/HealthCheckResultDto.js +1 -0
  18. package/esm/generated/models/HealthIndicatorResultDto.d.ts +17 -0
  19. package/esm/generated/models/HealthIndicatorResultDto.js +1 -0
  20. package/esm/generated/models/IcmDestinationTransaction.d.ts +9 -0
  21. package/esm/generated/models/IcmReceipt.d.ts +6 -0
  22. package/esm/generated/models/IcmRewardDetails.d.ts +37 -0
  23. package/esm/generated/models/IcmRewardDetails.js +1 -0
  24. package/esm/generated/models/IcmSourceTransaction.d.ts +7 -0
  25. package/esm/generated/models/ListIcmMessagesResponse.d.ts +12 -0
  26. package/esm/generated/models/ListWebhooksResponse.d.ts +3 -2
  27. package/esm/generated/models/Network.d.ts +1 -2
  28. package/esm/generated/models/Network.js +1 -1
  29. package/esm/generated/models/NotificationsResponse.d.ts +5 -0
  30. package/esm/generated/models/OperationStatusResponse.d.ts +1 -1
  31. package/esm/generated/models/PChainBalanceType.d.ts +15 -0
  32. package/esm/generated/models/PChainBalanceType.js +1 -0
  33. package/esm/generated/models/PendingIcmMessage.d.ts +29 -0
  34. package/esm/generated/models/PendingIcmMessage.js +1 -0
  35. package/esm/generated/models/PlatformActivityKeyType.d.ts +10 -0
  36. package/esm/generated/models/PlatformActivityKeyType.js +1 -0
  37. package/esm/generated/models/PlatformActivityMetadata.d.ts +37 -0
  38. package/esm/generated/models/PlatformActivityRequest.d.ts +31 -0
  39. package/esm/generated/models/PlatformActivityRequest.js +1 -0
  40. package/esm/generated/models/PlatformActivityResponse.d.ts +17 -0
  41. package/esm/generated/models/PlatformActivitySubEvents.d.ts +11 -0
  42. package/esm/generated/models/PlatformAddressActivitySubEventType.d.ts +9 -0
  43. package/esm/generated/models/PlatformAddressActivitySubEventType.js +1 -0
  44. package/esm/generated/models/PlatformBalanceThresholdFilter.d.ts +11 -0
  45. package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.d.ts +1 -0
  46. package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js +1 -1
  47. package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.d.ts +8 -0
  48. package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.js +1 -0
  49. package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.d.ts +27 -0
  50. package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.js +1 -0
  51. package/esm/generated/models/PrimaryNetworkType.d.ts +6 -0
  52. package/esm/generated/models/PrimaryNetworkType.js +1 -0
  53. package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +4 -0
  54. package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -1
  55. package/esm/generated/models/SubscribeRequest.d.ts +16 -0
  56. package/esm/generated/models/SubscriptionsRequest.d.ts +8 -0
  57. package/esm/generated/models/SubscriptionsResponse.d.ts +14 -0
  58. package/esm/generated/models/UnsubscribeRequest.d.ts +12 -0
  59. package/esm/generated/services/DataApiUsageMetricsService.d.ts +55 -6
  60. package/esm/generated/services/DataApiUsageMetricsService.js +1 -1
  61. package/esm/generated/services/EvmBalancesService.d.ts +4 -4
  62. package/esm/generated/services/HealthCheckService.d.ts +4 -7
  63. package/esm/generated/services/HealthCheckService.js +1 -1
  64. package/esm/generated/services/InterchainMessagingService.d.ts +90 -0
  65. package/esm/generated/services/InterchainMessagingService.js +1 -0
  66. package/esm/generated/services/NotificationsService.d.ts +51 -0
  67. package/esm/generated/services/NotificationsService.js +1 -0
  68. package/esm/generated/services/SignatureAggregatorService.d.ts +16 -0
  69. package/esm/generated/services/SignatureAggregatorService.js +1 -1
  70. package/esm/generated/services/TeleporterService.d.ts +12 -6
  71. package/esm/generated/services/WebhooksService.d.ts +26 -24
  72. package/esm/generated/services/WebhooksService.js +1 -1
  73. package/esm/index.d.ts +31 -2
  74. package/esm/index.js +1 -1
  75. package/package.json +2 -2
@@ -8,7 +8,9 @@ import { EvmChainsService } from './services/EvmChainsService.js';
8
8
  import { EvmContractsService } from './services/EvmContractsService.js';
9
9
  import { EvmTransactionsService } from './services/EvmTransactionsService.js';
10
10
  import { HealthCheckService } from './services/HealthCheckService.js';
11
+ import { InterchainMessagingService } from './services/InterchainMessagingService.js';
11
12
  import { NfTsService } from './services/NfTsService.js';
13
+ import { NotificationsService } from './services/NotificationsService.js';
12
14
  import { OperationsService } from './services/OperationsService.js';
13
15
  import { PrimaryNetworkService } from './services/PrimaryNetworkService.js';
14
16
  import { PrimaryNetworkBalancesService } from './services/PrimaryNetworkBalancesService.js';
@@ -31,7 +33,9 @@ declare class Glacier {
31
33
  readonly evmContracts: EvmContractsService;
32
34
  readonly evmTransactions: EvmTransactionsService;
33
35
  readonly healthCheck: HealthCheckService;
36
+ readonly interchainMessaging: InterchainMessagingService;
34
37
  readonly nfTs: NfTsService;
38
+ readonly notifications: NotificationsService;
35
39
  readonly operations: OperationsService;
36
40
  readonly primaryNetwork: PrimaryNetworkService;
37
41
  readonly primaryNetworkBalances: PrimaryNetworkBalancesService;
@@ -1 +1 @@
1
- import{FetchHttpRequest as e}from"./core/FetchHttpRequest.js";import{DataApiUsageMetricsService as r}from"./services/DataApiUsageMetricsService.js";import{DefaultService as s}from"./services/DefaultService.js";import{EvmBalancesService as t}from"./services/EvmBalancesService.js";import{EvmBlocksService as i}from"./services/EvmBlocksService.js";import{EvmChainsService as o}from"./services/EvmChainsService.js";import{EvmContractsService as a}from"./services/EvmContractsService.js";import{EvmTransactionsService as m}from"./services/EvmTransactionsService.js";import{HealthCheckService as c}from"./services/HealthCheckService.js";import{NfTsService as h}from"./services/NfTsService.js";import{OperationsService as v}from"./services/OperationsService.js";import{PrimaryNetworkService as n}from"./services/PrimaryNetworkService.js";import{PrimaryNetworkBalancesService as p}from"./services/PrimaryNetworkBalancesService.js";import{PrimaryNetworkBlocksService as w}from"./services/PrimaryNetworkBlocksService.js";import{PrimaryNetworkRewardsService as S}from"./services/PrimaryNetworkRewardsService.js";import{PrimaryNetworkTransactionsService as k}from"./services/PrimaryNetworkTransactionsService.js";import{PrimaryNetworkUtxOsService as N}from"./services/PrimaryNetworkUtxOsService.js";import{PrimaryNetworkVerticesService as u}from"./services/PrimaryNetworkVerticesService.js";import{SignatureAggregatorService as E}from"./services/SignatureAggregatorService.js";import{TeleporterService as f}from"./services/TeleporterService.js";import{WebhooksService as l}from"./services/WebhooksService.js";class q{dataApiUsageMetrics;default;evmBalances;evmBlocks;evmChains;evmContracts;evmTransactions;healthCheck;nfTs;operations;primaryNetwork;primaryNetworkBalances;primaryNetworkBlocks;primaryNetworkRewards;primaryNetworkTransactions;primaryNetworkUtxOs;primaryNetworkVertices;signatureAggregator;teleporter;webhooks;request;constructor(q,j=e){this.request=new j({BASE:q?.BASE??"https://glacier-api-dev.avax.network",VERSION:q?.VERSION??"Beta",WITH_CREDENTIALS:q?.WITH_CREDENTIALS??!1,CREDENTIALS:q?.CREDENTIALS??"include",TOKEN:q?.TOKEN,USERNAME:q?.USERNAME,PASSWORD:q?.PASSWORD,HEADERS:q?.HEADERS,ENCODE_PATH:q?.ENCODE_PATH}),this.dataApiUsageMetrics=new r(this.request),this.default=new s(this.request),this.evmBalances=new t(this.request),this.evmBlocks=new i(this.request),this.evmChains=new o(this.request),this.evmContracts=new a(this.request),this.evmTransactions=new m(this.request),this.healthCheck=new c(this.request),this.nfTs=new h(this.request),this.operations=new v(this.request),this.primaryNetwork=new n(this.request),this.primaryNetworkBalances=new p(this.request),this.primaryNetworkBlocks=new w(this.request),this.primaryNetworkRewards=new S(this.request),this.primaryNetworkTransactions=new k(this.request),this.primaryNetworkUtxOs=new N(this.request),this.primaryNetworkVertices=new u(this.request),this.signatureAggregator=new E(this.request),this.teleporter=new f(this.request),this.webhooks=new l(this.request)}}export{q as Glacier};
1
+ import{FetchHttpRequest as e}from"./core/FetchHttpRequest.js";import{DataApiUsageMetricsService as r}from"./services/DataApiUsageMetricsService.js";import{DefaultService as s}from"./services/DefaultService.js";import{EvmBalancesService as i}from"./services/EvmBalancesService.js";import{EvmBlocksService as t}from"./services/EvmBlocksService.js";import{EvmChainsService as o}from"./services/EvmChainsService.js";import{EvmContractsService as a}from"./services/EvmContractsService.js";import{EvmTransactionsService as c}from"./services/EvmTransactionsService.js";import{HealthCheckService as m}from"./services/HealthCheckService.js";import{InterchainMessagingService as n}from"./services/InterchainMessagingService.js";import{NfTsService as h}from"./services/NfTsService.js";import{NotificationsService as v}from"./services/NotificationsService.js";import{OperationsService as p}from"./services/OperationsService.js";import{PrimaryNetworkService as w}from"./services/PrimaryNetworkService.js";import{PrimaryNetworkBalancesService as S}from"./services/PrimaryNetworkBalancesService.js";import{PrimaryNetworkBlocksService as N}from"./services/PrimaryNetworkBlocksService.js";import{PrimaryNetworkRewardsService as k}from"./services/PrimaryNetworkRewardsService.js";import{PrimaryNetworkTransactionsService as u}from"./services/PrimaryNetworkTransactionsService.js";import{PrimaryNetworkUtxOsService as f}from"./services/PrimaryNetworkUtxOsService.js";import{PrimaryNetworkVerticesService as E}from"./services/PrimaryNetworkVerticesService.js";import{SignatureAggregatorService as q}from"./services/SignatureAggregatorService.js";import{TeleporterService as l}from"./services/TeleporterService.js";import{WebhooksService as j}from"./services/WebhooksService.js";class g{dataApiUsageMetrics;default;evmBalances;evmBlocks;evmChains;evmContracts;evmTransactions;healthCheck;interchainMessaging;nfTs;notifications;operations;primaryNetwork;primaryNetworkBalances;primaryNetworkBlocks;primaryNetworkRewards;primaryNetworkTransactions;primaryNetworkUtxOs;primaryNetworkVertices;signatureAggregator;teleporter;webhooks;request;constructor(g,y=e){this.request=new y({BASE:g?.BASE??"https://glacier-api-dev.avax.network",VERSION:g?.VERSION??"Beta",WITH_CREDENTIALS:g?.WITH_CREDENTIALS??!1,CREDENTIALS:g?.CREDENTIALS??"include",TOKEN:g?.TOKEN,USERNAME:g?.USERNAME,PASSWORD:g?.PASSWORD,HEADERS:g?.HEADERS,ENCODE_PATH:g?.ENCODE_PATH}),this.dataApiUsageMetrics=new r(this.request),this.default=new s(this.request),this.evmBalances=new i(this.request),this.evmBlocks=new t(this.request),this.evmChains=new o(this.request),this.evmContracts=new a(this.request),this.evmTransactions=new c(this.request),this.healthCheck=new m(this.request),this.interchainMessaging=new n(this.request),this.nfTs=new h(this.request),this.notifications=new v(this.request),this.operations=new p(this.request),this.primaryNetwork=new w(this.request),this.primaryNetworkBalances=new S(this.request),this.primaryNetworkBlocks=new N(this.request),this.primaryNetworkRewards=new k(this.request),this.primaryNetworkTransactions=new u(this.request),this.primaryNetworkUtxOs=new f(this.request),this.primaryNetworkVertices=new E(this.request),this.signatureAggregator=new q(this.request),this.teleporter=new l(this.request),this.webhooks=new j(this.request)}}export{g as Glacier};
@@ -0,0 +1,12 @@
1
+ type AccessRequest = {
2
+ /**
3
+ * The email address to send the access token to
4
+ */
5
+ email: string;
6
+ /**
7
+ * The captcha to verify the user
8
+ */
9
+ captcha: string;
10
+ };
11
+
12
+ export { AccessRequest };
@@ -0,0 +1,31 @@
1
+ import { IcmDestinationTransaction } from './IcmDestinationTransaction.js';
2
+ import { IcmReceipt } from './IcmReceipt.js';
3
+ import { IcmRewardDetails } from './IcmRewardDetails.js';
4
+ import { IcmSourceTransaction } from './IcmSourceTransaction.js';
5
+
6
+ type DeliveredIcmMessage = {
7
+ messageId: string;
8
+ icmContractAddress: string;
9
+ sourceBlockchainId: string;
10
+ destinationBlockchainId: string;
11
+ sourceEvmChainId: string;
12
+ destinationEvmChainId: string;
13
+ messageNonce: string;
14
+ from: string;
15
+ to: string;
16
+ data?: string;
17
+ messageExecuted: boolean;
18
+ receipts: Array<IcmReceipt>;
19
+ receiptDelivered: boolean;
20
+ rewardDetails: IcmRewardDetails;
21
+ sourceTransaction: IcmSourceTransaction;
22
+ destinationTransaction: IcmDestinationTransaction;
23
+ status: DeliveredIcmMessage.status;
24
+ };
25
+ declare namespace DeliveredIcmMessage {
26
+ enum status {
27
+ DELIVERED = "delivered"
28
+ }
29
+ }
30
+
31
+ export { DeliveredIcmMessage };
@@ -0,0 +1 @@
1
+ var t,e;((e=t||(t={})).status||(e.status={})).DELIVERED="delivered";export{t as DeliveredIcmMessage};
@@ -0,0 +1,29 @@
1
+ import { IcmDestinationTransaction } from './IcmDestinationTransaction.js';
2
+ import { IcmReceipt } from './IcmReceipt.js';
3
+ import { IcmRewardDetails } from './IcmRewardDetails.js';
4
+
5
+ type DeliveredSourceNotIndexedIcmMessage = {
6
+ messageId: string;
7
+ icmContractAddress: string;
8
+ sourceBlockchainId: string;
9
+ destinationBlockchainId: string;
10
+ sourceEvmChainId: string;
11
+ destinationEvmChainId: string;
12
+ messageNonce: string;
13
+ from: string;
14
+ to: string;
15
+ data?: string;
16
+ messageExecuted: boolean;
17
+ receipts: Array<IcmReceipt>;
18
+ receiptDelivered: boolean;
19
+ rewardDetails: IcmRewardDetails;
20
+ destinationTransaction: IcmDestinationTransaction;
21
+ status: DeliveredSourceNotIndexedIcmMessage.status;
22
+ };
23
+ declare namespace DeliveredSourceNotIndexedIcmMessage {
24
+ enum status {
25
+ DELIVERED_SOURCE_NOT_INDEXED = "delivered_source_not_indexed"
26
+ }
27
+ }
28
+
29
+ export { DeliveredSourceNotIndexedIcmMessage };
@@ -0,0 +1 @@
1
+ var e,t;((t=e||(e={})).status||(t.status={})).DELIVERED_SOURCE_NOT_INDEXED="delivered_source_not_indexed";export{e as DeliveredSourceNotIndexedIcmMessage};
@@ -1,11 +1,11 @@
1
1
  import { AddressActivityMetadata } from './AddressActivityMetadata.js';
2
- import { EventType } from './EventType.js';
2
+ import { PrimaryNetworkType } from './PrimaryNetworkType.js';
3
3
 
4
- type CreateWebhookRequest = {
4
+ type EVMAddressActivityRequest = {
5
+ eventType: EVMAddressActivityRequest.eventType;
5
6
  url: string;
6
7
  chainId: string;
7
- eventType: EventType;
8
- metadata: AddressActivityMetadata;
8
+ network?: PrimaryNetworkType;
9
9
  name?: string;
10
10
  description?: string;
11
11
  /**
@@ -16,6 +16,12 @@ type CreateWebhookRequest = {
16
16
  * Whether to include logs in the webhook payload.
17
17
  */
18
18
  includeLogs?: boolean;
19
+ metadata: AddressActivityMetadata;
19
20
  };
21
+ declare namespace EVMAddressActivityRequest {
22
+ enum eventType {
23
+ ADDRESS_ACTIVITY = "address_activity"
24
+ }
25
+ }
20
26
 
21
- export { CreateWebhookRequest };
27
+ export { EVMAddressActivityRequest };
@@ -0,0 +1 @@
1
+ var e,t;((t=e||(e={})).eventType||(t.eventType={})).ADDRESS_ACTIVITY="address_activity";export{e as EVMAddressActivityRequest};
@@ -2,9 +2,15 @@ import { AddressActivityMetadata } from './AddressActivityMetadata.js';
2
2
  import { EventType } from './EventType.js';
3
3
  import { WebhookStatusType } from './WebhookStatusType.js';
4
4
 
5
- type WebhookResponse = {
5
+ type EVMAddressActivityResponse = {
6
6
  id: string;
7
7
  eventType: EventType;
8
+ url: string;
9
+ chainId: string;
10
+ status: WebhookStatusType;
11
+ createdAt: number;
12
+ name: string;
13
+ description: string;
8
14
  metadata: AddressActivityMetadata;
9
15
  /**
10
16
  * Whether to include traces in the webhook payload.
@@ -14,12 +20,6 @@ type WebhookResponse = {
14
20
  * Whether to include logs in the webhook payload.
15
21
  */
16
22
  includeLogs?: boolean;
17
- url: string;
18
- chainId: string;
19
- status: WebhookStatusType;
20
- createdAt: number;
21
- name: string;
22
- description: string;
23
23
  };
24
24
 
25
- export { WebhookResponse };
25
+ export { EVMAddressActivityResponse };
@@ -39,16 +39,16 @@ type Erc20TokenBalance = {
39
39
  */
40
40
  balanceValue?: Money;
41
41
  /**
42
- * Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
42
+ * Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
43
43
  */
44
- tokenReputation: Erc20TokenBalance.tokenReputation | null;
44
+ tokenReputation: Erc20TokenBalance.tokenReputation;
45
45
  };
46
46
  declare namespace Erc20TokenBalance {
47
47
  enum ercType {
48
48
  ERC_20 = "ERC-20"
49
49
  }
50
50
  /**
51
- * Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
51
+ * Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
52
52
  */
53
53
  enum tokenReputation {
54
54
  MALICIOUS = "Malicious",
@@ -1,5 +1,7 @@
1
1
  declare enum EventType {
2
- ADDRESS_ACTIVITY = "address_activity"
2
+ ADDRESS_ACTIVITY = "address_activity",
3
+ PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
4
+ VALIDATOR_ACTIVITY = "validator_activity"
3
5
  }
4
6
 
5
7
  export { EventType };
@@ -1 +1 @@
1
- var a=(a=>(a.ADDRESS_ACTIVITY="address_activity",a))(a||{});export{a as EventType};
1
+ var a=(a=>(a.ADDRESS_ACTIVITY="address_activity",a.PLATFORM_ADDRESS_ACTIVITY="platform_address_activity",a.VALIDATOR_ACTIVITY="validator_activity",a))(a||{});export{a as EventType};
@@ -0,0 +1,17 @@
1
+ import { HealthIndicatorResultDto } from './HealthIndicatorResultDto.js';
2
+
3
+ type HealthCheckResultDto = {
4
+ status?: HealthCheckResultDto.status;
5
+ info?: any | null;
6
+ error?: any | null;
7
+ details?: Record<string, HealthIndicatorResultDto>;
8
+ };
9
+ declare namespace HealthCheckResultDto {
10
+ enum status {
11
+ ERROR = "error",
12
+ OK = "ok",
13
+ SHUTTING_DOWN = "shutting_down"
14
+ }
15
+ }
16
+
17
+ export { HealthCheckResultDto };
@@ -0,0 +1 @@
1
+ var t,r,s;r=t||(t={}),(s=r.status||(r.status={})).ERROR="error",s.OK="ok",s.SHUTTING_DOWN="shutting_down";export{t as HealthCheckResultDto};
@@ -0,0 +1,17 @@
1
+ type HealthIndicatorResultDto = {
2
+ /**
3
+ * Status of the health indicator.
4
+ */
5
+ status?: HealthIndicatorResultDto.status;
6
+ };
7
+ declare namespace HealthIndicatorResultDto {
8
+ /**
9
+ * Status of the health indicator.
10
+ */
11
+ enum status {
12
+ UP = "up",
13
+ DOWN = "down"
14
+ }
15
+ }
16
+
17
+ export { HealthIndicatorResultDto };
@@ -0,0 +1 @@
1
+ var t,s,a;s=t||(t={}),(a=s.status||(s.status={})).UP="up",a.DOWN="down";export{t as HealthIndicatorResultDto};
@@ -0,0 +1,9 @@
1
+ type IcmDestinationTransaction = {
2
+ txHash: string;
3
+ timestamp: number;
4
+ gasSpent: string;
5
+ rewardRedeemer: string;
6
+ delivererAddress: string;
7
+ };
8
+
9
+ export { IcmDestinationTransaction };
@@ -0,0 +1,6 @@
1
+ type IcmReceipt = {
2
+ receivedMessageNonce: string;
3
+ relayerRewardAddress: string;
4
+ };
5
+
6
+ export { IcmReceipt };
@@ -0,0 +1,37 @@
1
+ import { Money } from './Money.js';
2
+
3
+ type IcmRewardDetails = {
4
+ /**
5
+ * A wallet or contract address in mixed-case checksum encoding.
6
+ */
7
+ address: string;
8
+ /**
9
+ * The contract name.
10
+ */
11
+ name: string;
12
+ /**
13
+ * The contract symbol.
14
+ */
15
+ symbol: string;
16
+ /**
17
+ * The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
18
+ */
19
+ decimals: number;
20
+ /**
21
+ * The logo uri for the address.
22
+ */
23
+ logoUri?: string;
24
+ ercType: IcmRewardDetails.ercType;
25
+ /**
26
+ * The token price, if available.
27
+ */
28
+ price?: Money;
29
+ value: string;
30
+ };
31
+ declare namespace IcmRewardDetails {
32
+ enum ercType {
33
+ ERC_20 = "ERC-20"
34
+ }
35
+ }
36
+
37
+ export { IcmRewardDetails };
@@ -0,0 +1 @@
1
+ var e,r;((r=e||(e={})).ercType||(r.ercType={})).ERC_20="ERC-20";export{e as IcmRewardDetails};
@@ -0,0 +1,7 @@
1
+ type IcmSourceTransaction = {
2
+ txHash: string;
3
+ timestamp: number;
4
+ gasSpent: string;
5
+ };
6
+
7
+ export { IcmSourceTransaction };
@@ -0,0 +1,12 @@
1
+ import { DeliveredIcmMessage } from './DeliveredIcmMessage.js';
2
+ import { PendingIcmMessage } from './PendingIcmMessage.js';
3
+
4
+ type ListIcmMessagesResponse = {
5
+ /**
6
+ * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
7
+ */
8
+ nextPageToken?: string;
9
+ messages: Array<(PendingIcmMessage | DeliveredIcmMessage)>;
10
+ };
11
+
12
+ export { ListIcmMessagesResponse };
@@ -1,11 +1,12 @@
1
- import { WebhookResponse } from './WebhookResponse.js';
1
+ import { EVMAddressActivityResponse } from './EVMAddressActivityResponse.js';
2
+ import { PlatformActivityResponse } from './PlatformActivityResponse.js';
2
3
 
3
4
  type ListWebhooksResponse = {
4
5
  /**
5
6
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
6
7
  */
7
8
  nextPageToken?: string;
8
- webhooks: Array<WebhookResponse>;
9
+ webhooks: Array<(EVMAddressActivityResponse | PlatformActivityResponse)>;
9
10
  };
10
11
 
11
12
  export { ListWebhooksResponse };
@@ -1,8 +1,7 @@
1
1
  declare enum Network {
2
2
  MAINNET = "mainnet",
3
3
  FUJI = "fuji",
4
- TESTNET = "testnet",
5
- DEVNET = "devnet"
4
+ TESTNET = "testnet"
6
5
  }
7
6
 
8
7
  export { Network };
@@ -1 +1 @@
1
- var e=(e=>(e.MAINNET="mainnet",e.FUJI="fuji",e.TESTNET="testnet",e.DEVNET="devnet",e))(e||{});export{e as Network};
1
+ var t=(t=>(t.MAINNET="mainnet",t.FUJI="fuji",t.TESTNET="testnet",t))(t||{});export{t as Network};
@@ -0,0 +1,5 @@
1
+ type NotificationsResponse = {
2
+ message: string;
3
+ };
4
+
5
+ export { NotificationsResponse };
@@ -7,7 +7,7 @@ type OperationStatusResponse = {
7
7
  operationType: OperationType;
8
8
  operationStatus: OperationStatus;
9
9
  message?: string;
10
- metadata: TransactionExportMetadata;
10
+ metadata?: TransactionExportMetadata;
11
11
  createdAtTimestamp: number;
12
12
  updatedAtTimestamp: number;
13
13
  };
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Type of balance to monitor
3
+ */
4
+ declare enum PChainBalanceType {
5
+ UNLOCKED_UNSTAKED = "unlockedUnstaked",
6
+ UNLOCKED_STAKED = "unlockedStaked",
7
+ LOCKED_PLATFORM = "lockedPlatform",
8
+ LOCKED_STAKEABLE = "lockedStakeable",
9
+ LOCKED_STAKED = "lockedStaked",
10
+ PENDING_STAKED = "pendingStaked",
11
+ ATOMIC_MEMORY_UNLOCKED = "atomicMemoryUnlocked",
12
+ ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
13
+ }
14
+
15
+ export { PChainBalanceType };
@@ -0,0 +1 @@
1
+ var e=(e=>(e.UNLOCKED_UNSTAKED="unlockedUnstaked",e.UNLOCKED_STAKED="unlockedStaked",e.LOCKED_PLATFORM="lockedPlatform",e.LOCKED_STAKEABLE="lockedStakeable",e.LOCKED_STAKED="lockedStaked",e.PENDING_STAKED="pendingStaked",e.ATOMIC_MEMORY_UNLOCKED="atomicMemoryUnlocked",e.ATOMIC_MEMORY_LOCKED="atomicMemoryLocked",e))(e||{});export{e as PChainBalanceType};
@@ -0,0 +1,29 @@
1
+ import { IcmReceipt } from './IcmReceipt.js';
2
+ import { IcmRewardDetails } from './IcmRewardDetails.js';
3
+ import { IcmSourceTransaction } from './IcmSourceTransaction.js';
4
+
5
+ type PendingIcmMessage = {
6
+ messageId: string;
7
+ icmContractAddress: string;
8
+ sourceBlockchainId: string;
9
+ destinationBlockchainId: string;
10
+ sourceEvmChainId: string;
11
+ destinationEvmChainId: string;
12
+ messageNonce: string;
13
+ from: string;
14
+ to: string;
15
+ data?: string;
16
+ messageExecuted: boolean;
17
+ receipts: Array<IcmReceipt>;
18
+ receiptDelivered: boolean;
19
+ rewardDetails: IcmRewardDetails;
20
+ sourceTransaction: IcmSourceTransaction;
21
+ status: PendingIcmMessage.status;
22
+ };
23
+ declare namespace PendingIcmMessage {
24
+ enum status {
25
+ PENDING = "pending"
26
+ }
27
+ }
28
+
29
+ export { PendingIcmMessage };
@@ -0,0 +1 @@
1
+ var t,s;((s=t||(t={})).status||(s.status={})).PENDING="pending";export{t as PendingIcmMessage};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * The type of key for platform activity depending on the event type
3
+ */
4
+ declare enum PlatformActivityKeyType {
5
+ ADDRESSES = "addresses",
6
+ NODE_ID = "nodeId",
7
+ SUBNET_ID = "subnetId"
8
+ }
9
+
10
+ export { PlatformActivityKeyType };
@@ -0,0 +1 @@
1
+ var d=(d=>(d.ADDRESSES="addresses",d.NODE_ID="nodeId",d.SUBNET_ID="subnetId",d))(d||{});export{d as PlatformActivityKeyType};
@@ -0,0 +1,37 @@
1
+ import { PlatformActivityKeyType } from './PlatformActivityKeyType.js';
2
+ import { PlatformActivitySubEvents } from './PlatformActivitySubEvents.js';
3
+ import { PlatformBalanceThresholdFilter } from './PlatformBalanceThresholdFilter.js';
4
+
5
+ type PlatformActivityMetadata = {
6
+ keyType: PlatformActivityKeyType;
7
+ /**
8
+ * Array of keys like addresses, NodeID or SubnetID corresponding to the keyType being monitored. For PlatformAddressActivity event, an array of multiple addresses can be provided. ValidatorActivity event will only accept a single key
9
+ */
10
+ keys: Array<string>;
11
+ /**
12
+ * Sub-events to monitor
13
+ */
14
+ subEvents?: PlatformActivitySubEvents;
15
+ /**
16
+ * Array of hexadecimal strings of the event signatures.
17
+ */
18
+ eventSignatures?: Array<string>;
19
+ /**
20
+ * Array of node IDs to filter the events
21
+ */
22
+ nodeIds?: Array<string>;
23
+ /**
24
+ * Array of subnet IDs to filter the events
25
+ */
26
+ subnetIds?: Array<string>;
27
+ /**
28
+ * Balance threshold filter
29
+ */
30
+ balanceThresholdFilter?: PlatformBalanceThresholdFilter;
31
+ /**
32
+ * L1 validator fee balance threshold in nAVAX
33
+ */
34
+ l1ValidatorFeeBalanceThreshold?: string;
35
+ };
36
+
37
+ export { PlatformActivityMetadata };
@@ -0,0 +1,31 @@
1
+ import { PlatformActivityMetadata } from './PlatformActivityMetadata.js';
2
+ import { PrimaryNetworkType } from './PrimaryNetworkType.js';
3
+
4
+ type PlatformActivityRequest = {
5
+ eventType: PlatformActivityRequest.eventType;
6
+ url: string;
7
+ chainId: string;
8
+ network?: PrimaryNetworkType;
9
+ name?: string;
10
+ description?: string;
11
+ /**
12
+ * Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
13
+ */
14
+ includeInternalTxs?: boolean;
15
+ /**
16
+ * Whether to include logs in the webhook payload.
17
+ */
18
+ includeLogs?: boolean;
19
+ /**
20
+ * Metadata for platform activity
21
+ */
22
+ metadata: PlatformActivityMetadata;
23
+ };
24
+ declare namespace PlatformActivityRequest {
25
+ enum eventType {
26
+ PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
27
+ VALIDATOR_ACTIVITY = "validator_activity"
28
+ }
29
+ }
30
+
31
+ export { PlatformActivityRequest };
@@ -0,0 +1 @@
1
+ var t,e,T;e=t||(t={}),(T=e.eventType||(e.eventType={})).PLATFORM_ADDRESS_ACTIVITY="platform_address_activity",T.VALIDATOR_ACTIVITY="validator_activity";export{t as PlatformActivityRequest};
@@ -0,0 +1,17 @@
1
+ import { EventType } from './EventType.js';
2
+ import { PlatformActivityMetadata } from './PlatformActivityMetadata.js';
3
+ import { WebhookStatusType } from './WebhookStatusType.js';
4
+
5
+ type PlatformActivityResponse = {
6
+ id: string;
7
+ eventType: EventType;
8
+ url: string;
9
+ chainId: string;
10
+ status: WebhookStatusType;
11
+ createdAt: number;
12
+ name: string;
13
+ description: string;
14
+ metadata: PlatformActivityMetadata;
15
+ };
16
+
17
+ export { PlatformActivityResponse };
@@ -0,0 +1,11 @@
1
+ import { PlatformAddressActivitySubEventType } from './PlatformAddressActivitySubEventType.js';
2
+
3
+ type PlatformActivitySubEvents = {
4
+ /**
5
+ * Array of validator activity sub-event types
6
+ */
7
+ validatorActivitySubEvents?: Array<'validator_registration' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
8
+ addressActivitySubEvents?: Array<PlatformAddressActivitySubEventType>;
9
+ };
10
+
11
+ export { PlatformActivitySubEvents };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Array of address activity sub-event types
3
+ */
4
+ declare enum PlatformAddressActivitySubEventType {
5
+ BALANCE_CHANGE_PLATFORM = "balance_change_platform",
6
+ BALANCE_THRESHOLD_PLATFORM = "balance_threshold_platform"
7
+ }
8
+
9
+ export { PlatformAddressActivitySubEventType };
@@ -0,0 +1 @@
1
+ var a=(a=>(a.BALANCE_CHANGE_PLATFORM="balance_change_platform",a.BALANCE_THRESHOLD_PLATFORM="balance_threshold_platform",a))(a||{});export{a as PlatformAddressActivitySubEventType};
@@ -0,0 +1,11 @@
1
+ import { PChainBalanceType } from './PChainBalanceType.js';
2
+
3
+ type PlatformBalanceThresholdFilter = {
4
+ balanceType: PChainBalanceType;
5
+ /**
6
+ * Threshold for balance corresponding to balanceType in nAVAX
7
+ */
8
+ balanceThreshold: string;
9
+ };
10
+
11
+ export { PlatformBalanceThresholdFilter };
@@ -1,4 +1,5 @@
1
1
  declare enum PrimaryNetworkRpcMetricsGroupByEnum {
2
+ RPC_METHOD = "rpcMethod",
2
3
  REQUEST_PATH = "requestPath",
3
4
  RESPONSE_CODE = "responseCode",
4
5
  COUNTRY = "country",
@@ -1 +1 @@
1
- var e=(e=>(e.REQUEST_PATH="requestPath",e.RESPONSE_CODE="responseCode",e.COUNTRY="country",e.CONTINENT="continent",e.USER_AGENT="userAgent",e))(e||{});export{e as PrimaryNetworkRpcMetricsGroupByEnum};
1
+ var e=(e=>(e.RPC_METHOD="rpcMethod",e.REQUEST_PATH="requestPath",e.RESPONSE_CODE="responseCode",e.COUNTRY="country",e.CONTINENT="continent",e.USER_AGENT="userAgent",e))(e||{});export{e as PrimaryNetworkRpcMetricsGroupByEnum};
@@ -0,0 +1,8 @@
1
+ declare enum PrimaryNetworkRpcTimeIntervalGranularity {
2
+ HOURLY = "hourly",
3
+ DAILY = "daily",
4
+ WEEKLY = "weekly",
5
+ MONTHLY = "monthly"
6
+ }
7
+
8
+ export { PrimaryNetworkRpcTimeIntervalGranularity };
@@ -0,0 +1 @@
1
+ var l=(l=>(l.HOURLY="hourly",l.DAILY="daily",l.WEEKLY="weekly",l.MONTHLY="monthly",l))(l||{});export{l as PrimaryNetworkRpcTimeIntervalGranularity};