diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index a2205de..0514a6e 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 2b9c4bf6-4d87-4382-84d9-5fb3c84c7fad management: - docChecksum: db9613f0219a885fc1ba8605273a9769 + docChecksum: 97287b83c3df71da227371026b0ca5f5 docVersion: Beta - speakeasyVersion: 1.448.0 - generationVersion: 2.466.0 - releaseVersion: 0.8.0 - configChecksum: 394a61bb4e0cbd1d13af471e37d4926a + speakeasyVersion: 1.451.1 + generationVersion: 2.470.1 + releaseVersion: 0.8.1 + configChecksum: 285ce75251eed6cdd1f1a42789f32451 repoURL: https://github.com/ava-labs/avacloud-sdk-typescript.git installationURL: https://github.com/ava-labs/avacloud-sdk-typescript published: true @@ -15,7 +15,7 @@ features: additionalDependencies: 0.1.0 additionalProperties: 0.1.1 constsAndDefaults: 0.1.11 - core: 3.18.7 + core: 3.18.8 defaultEnabledRetries: 0.1.0 deprecations: 2.81.1 devContainers: 2.90.0 diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index f996dd1..03abe8d 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -16,7 +16,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false typescript: - version: 0.8.0 + version: 0.8.1 additionalDependencies: dependencies: json-canonicalize: ^1.0.6 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index dcef3e7..a63be79 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,12 +1,12 @@ -speakeasyVersion: 1.448.0 +speakeasyVersion: 1.451.1 sources: AvaCloudSDK-OAS: sourceNamespace: avacloud-sdk-oas - sourceRevisionDigest: sha256:3d6f6261030689e4ea51be4612a984123002cd86fe5436abf7f1bb398ade2be8 - sourceBlobDigest: sha256:97f80b223504129a544573a596a41c6ab8e64a83e4286312e5940a9560ee400d + sourceRevisionDigest: sha256:1f942016dfabea1e41163dbbfe389620b4bb95c11e68e6a655b5acb0f5531746 + sourceBlobDigest: sha256:66a75a454cf8c86f7cf220a62f1d786b2a40433aa18923ad069828b48419b1ef tags: - latest - - speakeasy-sdk-regen-1732667008 + - speakeasy-sdk-regen-1732753430 - Beta AvalancheSDK-OAS: sourceNamespace: avalanche-sdk-oas @@ -19,10 +19,10 @@ targets: avacloud-sdk: source: AvaCloudSDK-OAS sourceNamespace: avacloud-sdk-oas - sourceRevisionDigest: sha256:3d6f6261030689e4ea51be4612a984123002cd86fe5436abf7f1bb398ade2be8 - sourceBlobDigest: sha256:97f80b223504129a544573a596a41c6ab8e64a83e4286312e5940a9560ee400d + sourceRevisionDigest: sha256:1f942016dfabea1e41163dbbfe389620b4bb95c11e68e6a655b5acb0f5531746 + sourceBlobDigest: sha256:66a75a454cf8c86f7cf220a62f1d786b2a40433aa18923ad069828b48419b1ef codeSamplesNamespace: avacloud-sdk-ts-code-samples - codeSamplesRevisionDigest: sha256:ad0872cc07df7c0e3558a3190294c472c446a5dca17511125d0ee803ae73d34c + codeSamplesRevisionDigest: sha256:95b4ca8b385a623e6aa6ff02b883fc89534ef34e0915d5e80947c20cef153dde avalanche-sdk: source: AvalancheSDK-OAS sourceNamespace: avalanche-sdk-oas diff --git a/README.md b/README.md index 75c8402..f10a734 100644 --- a/README.md +++ b/README.md @@ -726,20 +726,25 @@ Data API: The Data API provides web3 application developers with multi-chain dat ## Table of Contents + + * [SDK Installation](#sdk-installation) + * [Requirements](#requirements) + * [SDK Example Usage](#sdk-example-usage) + * [Available Resources and Operations](#available-resources-and-operations) + * [Standalone functions](#standalone-functions) + * [Global Parameters](#global-parameters) + * [Pagination](#pagination) + * [Retries](#retries) + * [Error Handling](#error-handling) + * [Server Selection](#server-selection) + * [Custom HTTP Client](#custom-http-client) + * [Authentication](#authentication) + * [Debugging](#debugging) + * [Verify Webhook Signature](#verify-webhook-signature) +* [Development](#development) + * [Maturity](#maturity) + * [Contributions](#contributions) -* [SDK Installation](#sdk-installation) -* [Requirements](#requirements) -* [SDK Example Usage](#sdk-example-usage) -* [Available Resources and Operations](#available-resources-and-operations) -* [Standalone functions](#standalone-functions) -* [Global Parameters](#global-parameters) -* [Pagination](#pagination) -* [Retries](#retries) -* [Error Handling](#error-handling) -* [Server Selection](#server-selection) -* [Custom HTTP Client](#custom-http-client) -* [Authentication](#authentication) -* [Debugging](#debugging) diff --git a/RELEASES.md b/RELEASES.md index 2753201..99ae586 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -159,4 +159,14 @@ Based on: ### Generated - [typescript v0.8.0] . ### Releases -- [NPM v0.8.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.8.0 - . \ No newline at end of file +- [NPM v0.8.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.8.0 - . + +## 2024-12-04 00:23:58 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.8.1] . +### Releases +- [NPM v0.8.1] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.8.1 - . \ No newline at end of file diff --git a/docs/models/components/chaininfo.md b/docs/models/components/chaininfo.md index 89e04a0..2e90f3e 100644 --- a/docs/models/components/chaininfo.md +++ b/docs/models/components/chaininfo.md @@ -7,11 +7,11 @@ import { ChainInfo } from "@avalabs/avacloud-sdk/models/components"; let value: ChainInfo = { chainId: "", - status: "UNAVAILABLE", + status: "OK", chainName: "", - description: "bah hunt during up", - vmName: "ETHEREUM", - rpcUrl: "https://lost-character.info/", + description: "uproot storyboard joy unexpectedly sightseeing contravene", + vmName: "EVM", + rpcUrl: "https://lined-swing.net", isTestnet: false, networkToken: { name: "Wrapped AVAX", diff --git a/docs/models/components/chainstatus.md b/docs/models/components/chainstatus.md index e2b596e..6033373 100644 --- a/docs/models/components/chainstatus.md +++ b/docs/models/components/chainstatus.md @@ -7,7 +7,7 @@ Status of chain nodes. Chain nodes can become temporarily `UNAVAILABLE` for seve ```typescript import { ChainStatus } from "@avalabs/avacloud-sdk/models/components"; -let value: ChainStatus = "UNAVAILABLE"; +let value: ChainStatus = "OK"; ``` ## Values diff --git a/docs/models/components/collectiblebalances.md b/docs/models/components/collectiblebalances.md index ca03c8e..48cd2f5 100644 --- a/docs/models/components/collectiblebalances.md +++ b/docs/models/components/collectiblebalances.md @@ -12,9 +12,9 @@ const value: components.Erc721TokenBalance = { symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://grim-vision.com/", + tokenUri: "https://rubbery-diagram.com/", metadata: { - indexStatus: "MISSING_TOKEN", + indexStatus: "UNKNOWN", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", chainId: "43114", @@ -28,9 +28,9 @@ const value: components.Erc1155TokenBalance = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://palatable-permafrost.info/", + tokenUri: "https://untried-redesign.org/", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "INVALID_METADATA", }, chainId: "43114", balance: "2000000000000000000", diff --git a/docs/models/components/createwebhookrequest.md b/docs/models/components/createwebhookrequest.md index edf386f..99e3a9b 100644 --- a/docs/models/components/createwebhookrequest.md +++ b/docs/models/components/createwebhookrequest.md @@ -6,7 +6,7 @@ import { CreateWebhookRequest } from "@avalabs/avacloud-sdk/models/components"; let value: CreateWebhookRequest = { - url: "https://frivolous-coast.org", + url: "https://unfortunate-octave.com", chainId: "", eventType: "address_activity", metadata: { diff --git a/docs/models/components/datalistchainsresponse.md b/docs/models/components/datalistchainsresponse.md index 709bbda..2eeecb8 100644 --- a/docs/models/components/datalistchainsresponse.md +++ b/docs/models/components/datalistchainsresponse.md @@ -12,9 +12,9 @@ let value: DataListChainsResponse = { status: "UNAVAILABLE", chainName: "", description: - "swanling drat squiggly inventory sit since dilate uh-huh pluck slowly", + "scamper over after lady concerning incidentally regal given brochure hence", vmName: "BITCOIN", - rpcUrl: "https://abandoned-honesty.com/", + rpcUrl: "https://witty-tribe.info/", isTestnet: false, networkToken: { name: "Wrapped AVAX", diff --git a/docs/models/components/deliveredsourcenotindexedteleportermessage.md b/docs/models/components/deliveredsourcenotindexedteleportermessage.md index 20fbc3a..b4f5ca7 100644 --- a/docs/models/components/deliveredsourcenotindexedteleportermessage.md +++ b/docs/models/components/deliveredsourcenotindexedteleportermessage.md @@ -39,7 +39,7 @@ let value: DeliveredSourceNotIndexedTeleporterMessage = { }, destinationTransaction: { txHash: "", - timestamp: 6964.63, + timestamp: 9518.74, gasSpent: "", rewardRedeemer: "", delivererAddress: "", diff --git a/docs/models/components/deliveredteleportermessage.md b/docs/models/components/deliveredteleportermessage.md index cc2c3f8..3bee0fa 100644 --- a/docs/models/components/deliveredteleportermessage.md +++ b/docs/models/components/deliveredteleportermessage.md @@ -39,12 +39,12 @@ let value: DeliveredTeleporterMessage = { }, sourceTransaction: { txHash: "", - timestamp: 6611.18, + timestamp: 5909.84, gasSpent: "", }, destinationTransaction: { txHash: "", - timestamp: 4402.64, + timestamp: 8577.23, gasSpent: "", rewardRedeemer: "", delivererAddress: "", diff --git a/docs/models/components/erc1155tokenbalance.md b/docs/models/components/erc1155tokenbalance.md index 81d767f..8dee7aa 100644 --- a/docs/models/components/erc1155tokenbalance.md +++ b/docs/models/components/erc1155tokenbalance.md @@ -9,7 +9,7 @@ let value: Erc1155TokenBalance = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://focused-descent.name/", + tokenUri: "https://untried-coast.name/", metadata: { indexStatus: "UNREACHABLE_TOKEN_URI", }, diff --git a/docs/models/components/erc1155transfer.md b/docs/models/components/erc1155transfer.md index de7fea6..ae80fa7 100644 --- a/docs/models/components/erc1155transfer.md +++ b/docs/models/components/erc1155transfer.md @@ -27,15 +27,15 @@ let value: Erc1155Transfer = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 4042.44, + logIndex: 6713.83, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://helpful-cope.com", + tokenUri: "https://scornful-paintwork.info/", metadata: { - indexStatus: "THROTTLED_TOKEN_URI", + indexStatus: "UNREACHABLE_TOKEN_URI", }, }, }; diff --git a/docs/models/components/erc1155transferdetails.md b/docs/models/components/erc1155transferdetails.md index 3d35c4f..afe8db2 100644 --- a/docs/models/components/erc1155transferdetails.md +++ b/docs/models/components/erc1155transferdetails.md @@ -22,15 +22,15 @@ let value: Erc1155TransferDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 5810.82, + logIndex: 9762.26, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://deafening-stranger.com/", + tokenUri: "https://sneaky-precedent.info", metadata: { - indexStatus: "THROTTLED_TOKEN_URI", + indexStatus: "MISSING_TOKEN", }, }, }; diff --git a/docs/models/components/erc20transfer.md b/docs/models/components/erc20transfer.md index d441265..4f71d2d 100644 --- a/docs/models/components/erc20transfer.md +++ b/docs/models/components/erc20transfer.md @@ -27,7 +27,7 @@ let value: Erc20Transfer = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 7032.17, + logIndex: 9799.62, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/docs/models/components/erc20transferdetails.md b/docs/models/components/erc20transferdetails.md index 0dc828d..f9b7f03 100644 --- a/docs/models/components/erc20transferdetails.md +++ b/docs/models/components/erc20transferdetails.md @@ -22,7 +22,7 @@ let value: Erc20TransferDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 2712.52, + logIndex: 1173.20, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/docs/models/components/erc721tokenbalance.md b/docs/models/components/erc721tokenbalance.md index d4e365f..531f414 100644 --- a/docs/models/components/erc721tokenbalance.md +++ b/docs/models/components/erc721tokenbalance.md @@ -11,9 +11,9 @@ let value: Erc721TokenBalance = { symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://heavenly-instruction.info", + tokenUri: "https://wiggly-tooth.com", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "MISSING_TOKEN", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", chainId: "43114", diff --git a/docs/models/components/erc721transfer.md b/docs/models/components/erc721transfer.md index b8938a3..b9f016e 100644 --- a/docs/models/components/erc721transfer.md +++ b/docs/models/components/erc721transfer.md @@ -27,16 +27,16 @@ let value: Erc721Transfer = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 6347.86, + logIndex: 4237.06, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://careless-suitcase.com", + tokenUri: "https://clear-cut-dredger.info", metadata: { - indexStatus: "THROTTLED_TOKEN_URI", + indexStatus: "UNREACHABLE_TOKEN_URI", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, diff --git a/docs/models/components/erc721transferdetails.md b/docs/models/components/erc721transferdetails.md index c3df48e..ced97e3 100644 --- a/docs/models/components/erc721transferdetails.md +++ b/docs/models/components/erc721transferdetails.md @@ -22,16 +22,16 @@ let value: Erc721TransferDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 1158.34, + logIndex: 626.36, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://wordy-hierarchy.org/", + tokenUri: "https://ironclad-lender.net/", metadata: { - indexStatus: "MISSING_TOKEN", + indexStatus: "UNINDEXED", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, diff --git a/docs/models/components/evmblock.md b/docs/models/components/evmblock.md index 4abede5..62e7402 100644 --- a/docs/models/components/evmblock.md +++ b/docs/models/components/evmblock.md @@ -10,7 +10,7 @@ let value: EvmBlock = { blockTimestamp: 1648672486, blockHash: "0x17533aeb5193378b9ff441d61728e7a2ebaf10f61fd5310759451627dfca2e7c", - txCount: 6982.48, + txCount: 1746.58, baseFee: "", gasUsed: "", gasLimit: "", diff --git a/docs/models/components/getchainresponse.md b/docs/models/components/getchainresponse.md index 1c45bb6..22cf6f0 100644 --- a/docs/models/components/getchainresponse.md +++ b/docs/models/components/getchainresponse.md @@ -7,11 +7,11 @@ import { GetChainResponse } from "@avalabs/avacloud-sdk/models/components"; let value: GetChainResponse = { chainId: "", - status: "OK", + status: "UNAVAILABLE", chainName: "", - description: "apud who grown meanwhile heartbeat whoa burgeon", - vmName: "ETHEREUM", - rpcUrl: "https://hidden-flint.net", + description: "crossly whole aw shameful scotch since uh-huh beyond", + vmName: "EVM", + rpcUrl: "https://unripe-babushka.org/", isTestnet: false, networkToken: { name: "Wrapped AVAX", diff --git a/docs/models/components/getchainresponseenabledfeatures.md b/docs/models/components/getchainresponseenabledfeatures.md index 64e68f6..6a7e96c 100644 --- a/docs/models/components/getchainresponseenabledfeatures.md +++ b/docs/models/components/getchainresponseenabledfeatures.md @@ -5,7 +5,7 @@ ```typescript import { GetChainResponseEnabledFeatures } from "@avalabs/avacloud-sdk/models/components"; -let value: GetChainResponseEnabledFeatures = "nftIndexing"; +let value: GetChainResponseEnabledFeatures = "webhooks"; ``` ## Values diff --git a/docs/models/components/getevmblockresponse.md b/docs/models/components/getevmblockresponse.md index bf430c6..11e68d7 100644 --- a/docs/models/components/getevmblockresponse.md +++ b/docs/models/components/getevmblockresponse.md @@ -10,7 +10,7 @@ let value: GetEvmBlockResponse = { blockTimestamp: 1648672486, blockHash: "0x17533aeb5193378b9ff441d61728e7a2ebaf10f61fd5310759451627dfca2e7c", - txCount: 3354.98, + txCount: 3279.88, baseFee: "", gasUsed: "", gasLimit: "", diff --git a/docs/models/components/gettransactionresponse.md b/docs/models/components/gettransactionresponse.md index 5a4905f..fb00f21 100644 --- a/docs/models/components/gettransactionresponse.md +++ b/docs/models/components/gettransactionresponse.md @@ -24,7 +24,7 @@ let value: GetTransactionResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 1476.86, + logIndex: 6803.49, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", @@ -59,16 +59,16 @@ let value: GetTransactionResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 626.36, + logIndex: 632.08, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://ironclad-lender.net/", + tokenUri: "https://lively-ectoderm.biz", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "THROTTLED_TOKEN_URI", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, @@ -92,15 +92,15 @@ let value: GetTransactionResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 1173.20, + logIndex: 3679.28, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://overcooked-replacement.org/", + tokenUri: "https://grim-vision.com/", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "MISSING_TOKEN", }, }, }, @@ -123,7 +123,7 @@ let value: GetTransactionResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "STATICCALL", + internalTxType: "CREATE", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/components/groupedby.md b/docs/models/components/groupedby.md index 56b8f00..ff768a9 100644 --- a/docs/models/components/groupedby.md +++ b/docs/models/components/groupedby.md @@ -7,7 +7,7 @@ Column name used for data aggregation ```typescript import { GroupedBy } from "@avalabs/avacloud-sdk/models/components"; -let value: GroupedBy = "None"; +let value: GroupedBy = "responseCode"; ``` ## Values diff --git a/docs/models/components/groupvalue.md b/docs/models/components/groupvalue.md index 9aa15e3..bd5b289 100644 --- a/docs/models/components/groupvalue.md +++ b/docs/models/components/groupvalue.md @@ -14,6 +14,6 @@ const value: string = ""; ### `number` ```typescript -const value: number = 3553.69; +const value: number = 6144.65; ``` diff --git a/docs/models/components/internaltransaction.md b/docs/models/components/internaltransaction.md index 1f2c3f9..99de59f 100644 --- a/docs/models/components/internaltransaction.md +++ b/docs/models/components/internaltransaction.md @@ -27,7 +27,7 @@ let value: InternalTransaction = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "UNKNOWN", + internalTxType: "CREATE", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/components/internaltransactiondetails.md b/docs/models/components/internaltransactiondetails.md index eb9aaa0..8681d09 100644 --- a/docs/models/components/internaltransactiondetails.md +++ b/docs/models/components/internaltransactiondetails.md @@ -22,7 +22,7 @@ let value: InternalTransactionDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "UNKNOWN", + internalTxType: "CALLCODE", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/components/internaltransactionopcall.md b/docs/models/components/internaltransactionopcall.md index cac6ff5..e599f01 100644 --- a/docs/models/components/internaltransactionopcall.md +++ b/docs/models/components/internaltransactionopcall.md @@ -5,7 +5,7 @@ ```typescript import { InternalTransactionOpCall } from "@avalabs/avacloud-sdk/models/components"; -let value: InternalTransactionOpCall = "CREATE2"; +let value: InternalTransactionOpCall = "DELEGATECALL"; ``` ## Values diff --git a/docs/models/components/listaddresschainsresponse.md b/docs/models/components/listaddresschainsresponse.md index 3fa69d3..1a73cbc 100644 --- a/docs/models/components/listaddresschainsresponse.md +++ b/docs/models/components/listaddresschainsresponse.md @@ -12,9 +12,9 @@ let value: ListAddressChainsResponse = { status: "OK", chainName: "", description: - "apprehensive legitimize geez mmm forearm before substantiate mosh", + "inside sternly uh-huh bathrobe submissive meh nor mmm elevator", vmName: "EVM", - rpcUrl: "https://palatable-toothpick.net/", + rpcUrl: "https://utilized-shark.net", isTestnet: false, networkToken: { name: "Wrapped AVAX", diff --git a/docs/models/components/listcollectiblebalancesresponse.md b/docs/models/components/listcollectiblebalancesresponse.md index 531ebd2..341a232 100644 --- a/docs/models/components/listcollectiblebalancesresponse.md +++ b/docs/models/components/listcollectiblebalancesresponse.md @@ -9,16 +9,14 @@ let value: ListCollectibleBalancesResponse = { collectibleBalances: [ { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - name: "Wrapped AVAX", - symbol: "WAVAX", - ercType: "ERC-721", + ercType: "ERC-1155", tokenId: "", - tokenUri: "https://private-silk.org", + tokenUri: "https://zany-freckle.info/", metadata: { - indexStatus: "INDEXED", + indexStatus: "UNREACHABLE_TOKEN_URI", }, - ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", chainId: "43114", + balance: "2000000000000000000", }, ], }; diff --git a/docs/models/components/listcontractsresponse.md b/docs/models/components/listcontractsresponse.md index db3ca5c..e483f0b 100644 --- a/docs/models/components/listcontractsresponse.md +++ b/docs/models/components/listcontractsresponse.md @@ -14,7 +14,7 @@ let value: ListContractsResponse = { txHash: "", deployerAddress: "", }, - ercType: "ERC-1155", + ercType: "ERC-721", symbol: "WAVAX", }, ], diff --git a/docs/models/components/listerc1155balancesresponse.md b/docs/models/components/listerc1155balancesresponse.md index e3be3c7..c187dc6 100644 --- a/docs/models/components/listerc1155balancesresponse.md +++ b/docs/models/components/listerc1155balancesresponse.md @@ -11,9 +11,9 @@ let value: ListErc1155BalancesResponse = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://good-natured-platypus.com/", + tokenUri: "https://well-groomed-eternity.com/", metadata: { - indexStatus: "METADATA_CONTENT_TOO_LARGE", + indexStatus: "INDEXED", }, chainId: "43114", balance: "2000000000000000000", diff --git a/docs/models/components/listerc1155transactionsresponse.md b/docs/models/components/listerc1155transactionsresponse.md index 5494301..39cecd1 100644 --- a/docs/models/components/listerc1155transactionsresponse.md +++ b/docs/models/components/listerc1155transactionsresponse.md @@ -30,15 +30,15 @@ let value: ListErc1155TransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 1173.80, + logIndex: 5596.82, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://athletic-vision.com/", + tokenUri: "https://lasting-citizen.biz", metadata: { - indexStatus: "MISSING_TOKEN", + indexStatus: "UNREACHABLE_TOKEN_URI", }, }, }, diff --git a/docs/models/components/listerc20transactionsresponse.md b/docs/models/components/listerc20transactionsresponse.md index f5ec447..bc94d7c 100644 --- a/docs/models/components/listerc20transactionsresponse.md +++ b/docs/models/components/listerc20transactionsresponse.md @@ -30,7 +30,7 @@ let value: ListErc20TransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 3763.89, + logIndex: 2213.96, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/docs/models/components/listerc721balancesresponse.md b/docs/models/components/listerc721balancesresponse.md index aac8525..a2b4619 100644 --- a/docs/models/components/listerc721balancesresponse.md +++ b/docs/models/components/listerc721balancesresponse.md @@ -13,9 +13,9 @@ let value: ListErc721BalancesResponse = { symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://unrealistic-pilot.name", + tokenUri: "https://meager-topsail.name", metadata: { - indexStatus: "INVALID_TOKEN_URI_SCHEME", + indexStatus: "UNINDEXED", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", chainId: "43114", diff --git a/docs/models/components/listerc721transactionsresponse.md b/docs/models/components/listerc721transactionsresponse.md index f232886..9a2a172 100644 --- a/docs/models/components/listerc721transactionsresponse.md +++ b/docs/models/components/listerc721transactionsresponse.md @@ -30,16 +30,16 @@ let value: ListErc721TransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 3649.12, + logIndex: 1000.14, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://major-pleasure.biz/", + tokenUri: "https://biodegradable-baseboard.org/", metadata: { - indexStatus: "THROTTLED_TOKEN_URI", + indexStatus: "MISSING_TOKEN", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, diff --git a/docs/models/components/listevmblocksresponse.md b/docs/models/components/listevmblocksresponse.md index 9234356..46118e5 100644 --- a/docs/models/components/listevmblocksresponse.md +++ b/docs/models/components/listevmblocksresponse.md @@ -12,7 +12,7 @@ let value: ListEvmBlocksResponse = { blockTimestamp: 1648672486, blockHash: "0x17533aeb5193378b9ff441d61728e7a2ebaf10f61fd5310759451627dfca2e7c", - txCount: 7645.62, + txCount: 9795.27, baseFee: "", gasUsed: "", gasLimit: "", diff --git a/docs/models/components/listinternaltransactionsresponse.md b/docs/models/components/listinternaltransactionsresponse.md index 3075df3..c08ab5f 100644 --- a/docs/models/components/listinternaltransactionsresponse.md +++ b/docs/models/components/listinternaltransactionsresponse.md @@ -30,7 +30,7 @@ let value: ListInternalTransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "CALLCODE", + internalTxType: "CREATE2", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/components/listnativetransactionsresponse.md b/docs/models/components/listnativetransactionsresponse.md index c771e43..241acb1 100644 --- a/docs/models/components/listnativetransactionsresponse.md +++ b/docs/models/components/listnativetransactionsresponse.md @@ -38,7 +38,7 @@ let value: ListNativeTransactionsResponse = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, method: { - callType: "CONTRACT_CALL", + callType: "NATIVE_TRANSFER", methodHash: "0xa9059cbb", methodName: "transfer(address,uint256)", }, diff --git a/docs/models/components/listteleportermessagesresponse.md b/docs/models/components/listteleportermessagesresponse.md index ff9450d..b96bbb5 100644 --- a/docs/models/components/listteleportermessagesresponse.md +++ b/docs/models/components/listteleportermessagesresponse.md @@ -41,10 +41,17 @@ let value: ListTeleporterMessagesResponse = { }, sourceTransaction: { txHash: "", - timestamp: 9077.33, + timestamp: 1594.14, gasSpent: "", }, - status: "pending", + destinationTransaction: { + txHash: "", + timestamp: 6288.98, + gasSpent: "", + rewardRedeemer: "", + delivererAddress: "", + }, + status: "delivered", }, ], }; diff --git a/docs/models/components/listtransactiondetailsresponse.md b/docs/models/components/listtransactiondetailsresponse.md index 90ba54b..4c78c8f 100644 --- a/docs/models/components/listtransactiondetailsresponse.md +++ b/docs/models/components/listtransactiondetailsresponse.md @@ -39,7 +39,7 @@ let value: ListTransactionDetailsResponse = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, method: { - callType: "CONTRACT_CREATION", + callType: "CONTRACT_CALL", methodHash: "0xa9059cbb", methodName: "transfer(address,uint256)", }, @@ -63,7 +63,7 @@ let value: ListTransactionDetailsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 3732.16, + logIndex: 700.42, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", @@ -98,16 +98,16 @@ let value: ListTransactionDetailsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 2228.64, + logIndex: 8224.07, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://brave-dead.com/", + tokenUri: "https://severe-loyalty.com", metadata: { - indexStatus: "INVALID_TOKEN_URI", + indexStatus: "UNREACHABLE_TOKEN_URI", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, @@ -131,15 +131,15 @@ let value: ListTransactionDetailsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 661.49, + logIndex: 4053.74, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://timely-coil.name/", + tokenUri: "https://ample-reconsideration.com/", metadata: { - indexStatus: "INVALID_METADATA_JSON", + indexStatus: "METADATA_CONTENT_TOO_LARGE", }, }, }, @@ -162,7 +162,7 @@ let value: ListTransactionDetailsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "CREATE2", + internalTxType: "CALLCODE", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/components/listtransfersresponse.md b/docs/models/components/listtransfersresponse.md index 5628014..f1ee307 100644 --- a/docs/models/components/listtransfersresponse.md +++ b/docs/models/components/listtransfersresponse.md @@ -30,7 +30,7 @@ let value: ListTransfersResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 6063.08, + logIndex: 4570.59, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/docs/models/components/listwebhookaddressesresponse.md b/docs/models/components/listwebhookaddressesresponse.md index 12accfd..d0f0d45 100644 --- a/docs/models/components/listwebhookaddressesresponse.md +++ b/docs/models/components/listwebhookaddressesresponse.md @@ -9,7 +9,7 @@ let value: ListWebhookAddressesResponse = { addresses: [ "", ], - totalAddresses: 4463.94, + totalAddresses: 9805.80, }; ``` diff --git a/docs/models/components/listwebhooksresponse.md b/docs/models/components/listwebhooksresponse.md index f5b4c95..708489f 100644 --- a/docs/models/components/listwebhooksresponse.md +++ b/docs/models/components/listwebhooksresponse.md @@ -18,13 +18,13 @@ let value: ListWebhooksResponse = { "0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64", ], }, - url: "https://everlasting-knitting.org", + url: "https://cautious-unit.biz/", chainId: "", status: "inactive", - createdAt: 8672.89, + createdAt: 583.56, name: "", description: - "however vicinity firm lieu limply decide seemingly almost recount venture", + "huzzah print known instead improbable experience authentic onset", }, ], }; diff --git a/docs/models/components/logsformat.md b/docs/models/components/logsformat.md index eb7a7ad..231636e 100644 --- a/docs/models/components/logsformat.md +++ b/docs/models/components/logsformat.md @@ -8,18 +8,18 @@ import { LogsFormat } from "@avalabs/avacloud-sdk/models/components"; let value: LogsFormat = { orgId: "", logId: "", - eventTimestamp: 1154.84, + eventTimestamp: 2414.19, apiKeyId: "", apiKeyAlias: "", hostRegion: "", requestType: "rpc", requestPath: "", - apiCreditsConsumed: 9742.56, - requestDurationMsecs: 9903.45, - responseCode: 4090.54, + apiCreditsConsumed: 2460.63, + requestDurationMsecs: 6658.59, + responseCode: 5173.09, metadata: { - ipAddress: "163.125.253.16", - host: "spherical-electronics.biz", + ipAddress: "142.73.180.106", + host: "haunting-solvency.org", userAgent: "", }, }; diff --git a/docs/models/components/logsformatmetadata.md b/docs/models/components/logsformatmetadata.md index 2fa5014..7d3035e 100644 --- a/docs/models/components/logsformatmetadata.md +++ b/docs/models/components/logsformatmetadata.md @@ -6,8 +6,8 @@ import { LogsFormatMetadata } from "@avalabs/avacloud-sdk/models/components"; let value: LogsFormatMetadata = { - ipAddress: "5eb9:c6f9:7ce1:57bf:fd6f:52e5:f1ad:588a", - host: "everlasting-commodity.info", + ipAddress: "59.89.208.252", + host: "wiggly-term.biz", userAgent: "", }; ``` diff --git a/docs/models/components/logsresponsedto.md b/docs/models/components/logsresponsedto.md index 083ef9a..e7e8b1f 100644 --- a/docs/models/components/logsresponsedto.md +++ b/docs/models/components/logsresponsedto.md @@ -11,18 +11,18 @@ let value: LogsResponseDTO = { { orgId: "", logId: "", - eventTimestamp: 4541.62, + eventTimestamp: 120.36, apiKeyId: "", apiKeyAlias: "", hostRegion: "", requestType: "data", requestPath: "", - apiCreditsConsumed: 2327.44, - requestDurationMsecs: 6144.65, - responseCode: 330.75, + apiCreditsConsumed: 6184.80, + requestDurationMsecs: 9742.56, + responseCode: 9903.45, metadata: { - ipAddress: "109.17.64.56", - host: "fair-ceramic.com", + ipAddress: "41.163.125.253", + host: "big-scenario.biz", userAgent: "", }, }, diff --git a/docs/models/components/messages.md b/docs/models/components/messages.md index 45c14bb..3aae8eb 100644 --- a/docs/models/components/messages.md +++ b/docs/models/components/messages.md @@ -40,7 +40,7 @@ const value: components.PendingTeleporterMessage = { }, sourceTransaction: { txHash: "", - timestamp: 2473.99, + timestamp: 5757.51, gasSpent: "", }, status: "pending", @@ -84,12 +84,12 @@ const value: components.DeliveredTeleporterMessage = { }, sourceTransaction: { txHash: "", - timestamp: 396.16, + timestamp: 8207.67, gasSpent: "", }, destinationTransaction: { txHash: "", - timestamp: 599.44, + timestamp: 9088.44, gasSpent: "", rewardRedeemer: "", delivererAddress: "", diff --git a/docs/models/components/metric.md b/docs/models/components/metric.md index ac4c4b3..4e10d3e 100644 --- a/docs/models/components/metric.md +++ b/docs/models/components/metric.md @@ -6,17 +6,17 @@ import { Metric } from "@avalabs/avacloud-sdk/models/components"; let value: Metric = { - timestamp: 8155.24, + timestamp: 163.29, values: [ { - groupedBy: "requestPath", - totalRequests: 6288.98, - requestsPerSecond: 3984.34, - successRatePercent: 627.13, - medianResponseTimeMsecs: 4240.32, - invalidRequests: 2586.84, - apiCreditsUsed: 8490.38, - apiCreditsWasted: 333.05, + groupedBy: "responseCode", + totalRequests: 4012.60, + requestsPerSecond: 9292.91, + successRatePercent: 996.15, + medianResponseTimeMsecs: 9453.02, + invalidRequests: 8694.89, + apiCreditsUsed: 4541.62, + apiCreditsWasted: 3267.01, }, ], }; diff --git a/docs/models/components/nativetransaction.md b/docs/models/components/nativetransaction.md index 4ec49db..ee610bc 100644 --- a/docs/models/components/nativetransaction.md +++ b/docs/models/components/nativetransaction.md @@ -35,7 +35,7 @@ let value: NativeTransaction = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, method: { - callType: "CONTRACT_CALL", + callType: "NATIVE_TRANSFER", methodHash: "0xa9059cbb", methodName: "transfer(address,uint256)", }, diff --git a/docs/models/components/pendingteleportermessage.md b/docs/models/components/pendingteleportermessage.md index d863594..dcc4f71 100644 --- a/docs/models/components/pendingteleportermessage.md +++ b/docs/models/components/pendingteleportermessage.md @@ -39,7 +39,7 @@ let value: PendingTeleporterMessage = { }, sourceTransaction: { txHash: "", - timestamp: 9078.76, + timestamp: 9591.67, gasSpent: "", }, status: "pending", diff --git a/docs/models/components/requesttype.md b/docs/models/components/requesttype.md index 0e1c8b6..954eeb4 100644 --- a/docs/models/components/requesttype.md +++ b/docs/models/components/requesttype.md @@ -7,7 +7,7 @@ The type of request made by the client. ```typescript import { RequestType } from "@avalabs/avacloud-sdk/models/components"; -let value: RequestType = "data"; +let value: RequestType = "rpc"; ``` ## Values diff --git a/docs/models/components/resourcelink.md b/docs/models/components/resourcelink.md index ff58c67..bbc88c8 100644 --- a/docs/models/components/resourcelink.md +++ b/docs/models/components/resourcelink.md @@ -6,8 +6,8 @@ import { ResourceLink } from "@avalabs/avacloud-sdk/models/components"; let value: ResourceLink = { - type: "Instagram", - url: "https://grown-pronoun.name", + type: "Reddit", + url: "https://thick-trolley.org", }; ``` diff --git a/docs/models/components/teleporterdestinationtransaction.md b/docs/models/components/teleporterdestinationtransaction.md index 927c9e2..286f52b 100644 --- a/docs/models/components/teleporterdestinationtransaction.md +++ b/docs/models/components/teleporterdestinationtransaction.md @@ -7,7 +7,7 @@ import { TeleporterDestinationTransaction } from "@avalabs/avacloud-sdk/models/c let value: TeleporterDestinationTransaction = { txHash: "", - timestamp: 764.87, + timestamp: 4572.23, gasSpent: "", rewardRedeemer: "", delivererAddress: "", diff --git a/docs/models/components/teleportermessageinfo.md b/docs/models/components/teleportermessageinfo.md index e76f884..e8ddd10 100644 --- a/docs/models/components/teleportermessageinfo.md +++ b/docs/models/components/teleportermessageinfo.md @@ -7,7 +7,7 @@ import { TeleporterMessageInfo } from "@avalabs/avacloud-sdk/models/components"; let value: TeleporterMessageInfo = { teleporterMessageId: "", - direction: "SOURCE_TRANSACTION", + direction: "DESTINATION_TRANSACTION", }; ``` diff --git a/docs/models/components/teleportersourcetransaction.md b/docs/models/components/teleportersourcetransaction.md index cedf37b..06b4ed8 100644 --- a/docs/models/components/teleportersourcetransaction.md +++ b/docs/models/components/teleportersourcetransaction.md @@ -7,7 +7,7 @@ import { TeleporterSourceTransaction } from "@avalabs/avacloud-sdk/models/compon let value: TeleporterSourceTransaction = { txHash: "", - timestamp: 1602.30, + timestamp: 4581.39, gasSpent: "", }; ``` diff --git a/docs/models/components/transactiondetails.md b/docs/models/components/transactiondetails.md index a292c23..ddb4005 100644 --- a/docs/models/components/transactiondetails.md +++ b/docs/models/components/transactiondetails.md @@ -37,7 +37,7 @@ let value: TransactionDetails = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, method: { - callType: "NATIVE_TRANSFER", + callType: "CONTRACT_CALL", methodHash: "0xa9059cbb", methodName: "transfer(address,uint256)", }, @@ -61,7 +61,7 @@ let value: TransactionDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 1995.96, + logIndex: 9591.42, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", @@ -96,16 +96,16 @@ let value: TransactionDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 4329.84, + logIndex: 1032.98, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://gullible-scale.net", + tokenUri: "https://ample-louse.info", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "THROTTLED_TOKEN_URI", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, @@ -129,15 +129,15 @@ let value: TransactionDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 289.53, + logIndex: 3651.00, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://imaginative-swath.net", + tokenUri: "https://agreeable-legend.org/", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "UNREACHABLE_TOKEN_URI", }, }, }, @@ -160,7 +160,7 @@ let value: TransactionDetails = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "DELEGATECALL", + internalTxType: "CALL", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/components/transfers.md b/docs/models/components/transfers.md index 89e81fd..68751da 100644 --- a/docs/models/components/transfers.md +++ b/docs/models/components/transfers.md @@ -28,7 +28,7 @@ const value: components.Erc20Transfer = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 4317.60, + logIndex: 3803.35, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", @@ -71,14 +71,14 @@ const value: components.Erc721Transfer = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 6145.28, + logIndex: 1478.09, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://super-pendant.net/", + tokenUri: "https://querulous-stump.com", metadata: { indexStatus: "THROTTLED_TOKEN_URI", }, @@ -112,15 +112,15 @@ const value: components.Erc1155Transfer = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 1104.77, + logIndex: 5810.82, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://impressive-feather.com/", + tokenUri: "https://deafening-stranger.com/", metadata: { - indexStatus: "INVALID_METADATA_JSON", + indexStatus: "THROTTLED_TOKEN_URI", }, }, }; diff --git a/docs/models/components/usagemetricsresponsedto.md b/docs/models/components/usagemetricsresponsedto.md index 1240632..9aa8b72 100644 --- a/docs/models/components/usagemetricsresponsedto.md +++ b/docs/models/components/usagemetricsresponsedto.md @@ -10,17 +10,17 @@ let value: UsageMetricsResponseDTO = { orgId: "", metrics: [ { - timestamp: 9591.67, + timestamp: 3984.34, values: [ { - groupedBy: "chainId", - totalRequests: 5909.84, - requestsPerSecond: 8577.23, - successRatePercent: 4572.23, - medianResponseTimeMsecs: 9518.74, - invalidRequests: 5757.51, - apiCreditsUsed: 8207.67, - apiCreditsWasted: 9088.44, + groupedBy: "requestPath", + totalRequests: 4240.32, + requestsPerSecond: 2586.84, + successRatePercent: 8490.38, + medianResponseTimeMsecs: 333.05, + invalidRequests: 9589.83, + apiCreditsUsed: 3553.69, + apiCreditsWasted: 3567.07, }, ], }, diff --git a/docs/models/components/usagemetricsvaluedto.md b/docs/models/components/usagemetricsvaluedto.md index 42d6375..6a722c0 100644 --- a/docs/models/components/usagemetricsvaluedto.md +++ b/docs/models/components/usagemetricsvaluedto.md @@ -6,14 +6,14 @@ import { UsageMetricsValueDTO } from "@avalabs/avacloud-sdk/models/components"; let value: UsageMetricsValueDTO = { - groupedBy: "chainId", - totalRequests: 163.29, - requestsPerSecond: 1852.32, - successRatePercent: 4012.60, - medianResponseTimeMsecs: 9292.91, - invalidRequests: 996.15, - apiCreditsUsed: 9453.02, - apiCreditsWasted: 8694.89, + groupedBy: "requestPath", + totalRequests: 156.06, + requestsPerSecond: 4287.96, + successRatePercent: 680.74, + medianResponseTimeMsecs: 2519.41, + invalidRequests: 2211.61, + apiCreditsUsed: 2531.91, + apiCreditsWasted: 1310.55, }; ``` diff --git a/docs/models/components/vmname.md b/docs/models/components/vmname.md index 830d531..a38c1bd 100644 --- a/docs/models/components/vmname.md +++ b/docs/models/components/vmname.md @@ -5,7 +5,7 @@ ```typescript import { VmName } from "@avalabs/avacloud-sdk/models/components"; -let value: VmName = "ETHEREUM"; +let value: VmName = "BITCOIN"; ``` ## Values diff --git a/docs/models/components/webhookresponse.md b/docs/models/components/webhookresponse.md index 13f6ed3..bf6b7c9 100644 --- a/docs/models/components/webhookresponse.md +++ b/docs/models/components/webhookresponse.md @@ -16,12 +16,12 @@ let value: WebhookResponse = { "0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64", ], }, - url: "https://rubbery-silk.name/", + url: "https://downright-flight.net", chainId: "", - status: "active", - createdAt: 7908.40, + status: "inactive", + createdAt: 5436.78, name: "", - description: "questioningly topsail diligently", + description: "against captain supposing fidget faithfully", }; ``` diff --git a/docs/models/operations/getaddressesfromwebhookresponse.md b/docs/models/operations/getaddressesfromwebhookresponse.md index ba339df..9bd71f2 100644 --- a/docs/models/operations/getaddressesfromwebhookresponse.md +++ b/docs/models/operations/getaddressesfromwebhookresponse.md @@ -10,7 +10,7 @@ let value: GetAddressesFromWebhookResponse = { addresses: [ "", ], - totalAddresses: 7935.67, + totalAddresses: 357.43, }, }; ``` diff --git a/docs/models/operations/getapilogsresponse.md b/docs/models/operations/getapilogsresponse.md index abad9d5..a7578bc 100644 --- a/docs/models/operations/getapilogsresponse.md +++ b/docs/models/operations/getapilogsresponse.md @@ -12,18 +12,18 @@ let value: GetApiLogsResponse = { { orgId: "", logId: "", - eventTimestamp: 3695.24, + eventTimestamp: 5604.51, apiKeyId: "", apiKeyAlias: "", hostRegion: "", - requestType: "data", + requestType: "rpc", requestPath: "", - apiCreditsConsumed: 5604.51, - requestDurationMsecs: 6682.18, - responseCode: 2867.17, + apiCreditsConsumed: 2867.17, + requestDurationMsecs: 194.62, + responseCode: 3992.22, metadata: { - ipAddress: "102.78.241.227", - host: "torn-pecan.info", + ipAddress: "241.227.220.167", + host: "grown-mantua.net", userAgent: "", }, }, diff --git a/docs/models/operations/getbalancesbyaddressesresponsebody.md b/docs/models/operations/getbalancesbyaddressesresponsebody.md index 19396e2..b9a1faa 100644 --- a/docs/models/operations/getbalancesbyaddressesresponsebody.md +++ b/docs/models/operations/getbalancesbyaddressesresponsebody.md @@ -27,7 +27,7 @@ const value: components.ListPChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", utxoCount: 1, }, @@ -38,7 +38,7 @@ const value: components.ListPChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", utxoCount: 1, }, @@ -49,7 +49,7 @@ const value: components.ListPChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", utxoCount: 1, }, @@ -104,7 +104,7 @@ const value: components.ListPChainBalancesResponse = { ], }, chainInfo: { - chainName: "x-chain", + chainName: "c-chain", network: "mainnet", }, }; @@ -121,7 +121,7 @@ const value: components.ListXChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", utxoCount: 1, }, @@ -132,7 +132,7 @@ const value: components.ListXChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", utxoCount: 1, }, @@ -143,7 +143,7 @@ const value: components.ListXChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", utxoCount: 1, sharedWithChainId: "", @@ -155,7 +155,7 @@ const value: components.ListXChainBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", utxoCount: 1, sharedWithChainId: "", @@ -192,7 +192,7 @@ const value: components.ListCChainAtomicBalancesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", utxoCount: 1, sharedWithChainId: "", diff --git a/docs/models/operations/getevmchainmetricsresponse.md b/docs/models/operations/getevmchainmetricsresponse.md index a058a49..6b8b85f 100644 --- a/docs/models/operations/getevmchainmetricsresponse.md +++ b/docs/models/operations/getevmchainmetricsresponse.md @@ -9,8 +9,8 @@ let value: GetEvmChainMetricsResponse = { result: { results: [ { - value: 5591.74, - timestamp: 9222.99, + value: 9222.99, + timestamp: 4923.61, }, ], }, diff --git a/docs/models/operations/getlatestblocksresponse.md b/docs/models/operations/getlatestblocksresponse.md index 7184746..b4da715 100644 --- a/docs/models/operations/getlatestblocksresponse.md +++ b/docs/models/operations/getlatestblocksresponse.md @@ -13,7 +13,7 @@ let value: GetLatestBlocksResponse = { blockTimestamp: 1648672486, blockHash: "0x17533aeb5193378b9ff441d61728e7a2ebaf10f61fd5310759451627dfca2e7c", - txCount: 8671.15, + txCount: 510.53, baseFee: "", gasUsed: "", gasLimit: "", diff --git a/docs/models/operations/getsinglevalidatordetailsresponse.md b/docs/models/operations/getsinglevalidatordetailsresponse.md index c9ac68e..6130d54 100644 --- a/docs/models/operations/getsinglevalidatordetailsresponse.md +++ b/docs/models/operations/getsinglevalidatordetailsresponse.md @@ -13,14 +13,9 @@ let value: GetSingleValidatorDetailsResponse = { nodeId: "", subnetId: "", amountStaked: "", - startTimestamp: 7532.40, - endTimestamp: 2358.34, - delegatorCount: 6205.00, - rewards: { - validationRewardAmount: "", - delegationRewardAmount: "", - }, - validationStatus: "completed", + startTimestamp: 209.50, + endTimestamp: 4116.16, + validationStatus: "pending", }, ], }, diff --git a/docs/models/operations/getstakingmetricsresponse.md b/docs/models/operations/getstakingmetricsresponse.md index 9b5bdfc..60792da 100644 --- a/docs/models/operations/getstakingmetricsresponse.md +++ b/docs/models/operations/getstakingmetricsresponse.md @@ -9,8 +9,8 @@ let value: GetStakingMetricsResponse = { result: { results: [ { - value: 4923.61, - timestamp: 8738.32, + value: 8738.32, + timestamp: 8339.82, }, ], }, diff --git a/docs/models/operations/getteleportermessageresponsebody.md b/docs/models/operations/getteleportermessageresponsebody.md index 24b877e..5a75343 100644 --- a/docs/models/operations/getteleportermessageresponsebody.md +++ b/docs/models/operations/getteleportermessageresponsebody.md @@ -42,7 +42,7 @@ const value: components.PendingTeleporterMessage = { }, sourceTransaction: { txHash: "", - timestamp: 3006.51, + timestamp: 7068.72, gasSpent: "", }, status: "pending", @@ -86,12 +86,12 @@ const value: components.DeliveredTeleporterMessage = { }, sourceTransaction: { txHash: "", - timestamp: 8007.99, + timestamp: 6495.34, gasSpent: "", }, destinationTransaction: { txHash: "", - timestamp: 5488.46, + timestamp: 9279.76, gasSpent: "", rewardRedeemer: "", delivererAddress: "", @@ -137,7 +137,7 @@ const value: components.DeliveredSourceNotIndexedTeleporterMessage = { }, destinationTransaction: { txHash: "", - timestamp: 4733.26, + timestamp: 8668.61, gasSpent: "", rewardRedeemer: "", delivererAddress: "", diff --git a/docs/models/operations/gettokendetailsresponsebody.md b/docs/models/operations/gettokendetailsresponsebody.md index 79d062e..2429282 100644 --- a/docs/models/operations/gettokendetailsresponsebody.md +++ b/docs/models/operations/gettokendetailsresponsebody.md @@ -14,9 +14,9 @@ const value: components.Erc721Token = { symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://shoddy-brace.name", + tokenUri: "https://busy-lawmaker.org", metadata: { - indexStatus: "UNINDEXED", + indexStatus: "INVALID_TOKEN_URI", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }; @@ -29,9 +29,9 @@ const value: components.Erc1155Token = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://remarkable-mozzarella.com/", + tokenUri: "https://pale-adaptation.info", metadata: { - indexStatus: "THROTTLED_TOKEN_URI", + indexStatus: "INVALID_METADATA", }, }; ``` diff --git a/docs/models/operations/gettxbyhashresponsebody.md b/docs/models/operations/gettxbyhashresponsebody.md index add916c..fed17f4 100644 --- a/docs/models/operations/gettxbyhashresponsebody.md +++ b/docs/models/operations/gettxbyhashresponsebody.md @@ -10,7 +10,7 @@ Successful response ```typescript const value: components.PChainTransaction = { txHash: "3P91K6nuDFvDodcRuJTsgdf9SvYe5pMiKk38HppsoeAiEztCP", - txType: "RemoveSubnetValidatorTx", + txType: "RegisterL1ValidatorTx", blockTimestamp: 1648672486, blockNumber: "", blockHash: "", @@ -24,18 +24,18 @@ const value: components.PChainTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", consumingTxHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "943.86", + amount: "490.42", assetId: "", blockNumber: "", - blockTimestamp: 9649.25, - outputIndex: 7193.89, + blockTimestamp: 1853.49, + outputIndex: 9958.15, txHash: "", utxoType: "STAKE", }, @@ -57,13 +57,13 @@ const value: components.PChainTransaction = { consumingTxHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "265.30", + amount: "68.09", assetId: "", blockNumber: "", - blockTimestamp: 1272.94, - outputIndex: 5258.09, + blockTimestamp: 9438.51, + outputIndex: 9649.25, txHash: "", - utxoType: "STAKE", + utxoType: "TRANSFER", }, ], sourceChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -84,7 +84,7 @@ const value: components.PChainTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -94,7 +94,7 @@ const value: components.PChainTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -125,7 +125,7 @@ const value: components.XChainNonLinearTransaction = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", chainFormat: "non-linear", timestamp: 1600762738, - txType: "OperationTx", + txType: "ImportTx", memo: "0x546865204176616c616e6368652050726f6a656374", consumedUtxos: [ { @@ -137,7 +137,7 @@ const value: components.XChainNonLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -170,7 +170,7 @@ const value: components.XChainNonLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -199,7 +199,7 @@ const value: components.XChainNonLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, ], @@ -241,7 +241,7 @@ const value: components.XChainLinearTransaction = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", chainFormat: "non-linear", timestamp: 1600762738, - txType: "OperationTx", + txType: "ImportTx", memo: "0x546865204176616c616e6368652050726f6a656374", consumedUtxos: [ { @@ -253,7 +253,7 @@ const value: components.XChainLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -286,7 +286,7 @@ const value: components.XChainLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -315,7 +315,7 @@ const value: components.XChainLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, ], @@ -336,9 +336,9 @@ const value: components.XChainLinearTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", createdAtTimestamp: 1675444720, - cap: "variable", + cap: "fixed", }, blockHeight: 1005, blockHash: "82qPRREHmh8Cfta4PGD6GymY9ZLyvgYugqW6hj9FykpMVRz1S", @@ -361,7 +361,7 @@ const value: components.CChainExportTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -450,7 +450,7 @@ const value: components.CChainImportTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, ], @@ -475,7 +475,7 @@ const value: components.CChainImportTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, }, @@ -490,7 +490,7 @@ const value: components.CChainImportTransaction = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", diff --git a/docs/models/operations/getutxosbyaddressesresponse.md b/docs/models/operations/getutxosbyaddressesresponse.md index b3b42ae..746bbc0 100644 --- a/docs/models/operations/getutxosbyaddressesresponse.md +++ b/docs/models/operations/getutxosbyaddressesresponse.md @@ -17,31 +17,24 @@ let value: GetUtxosByAddressesResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", consumingTxHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - consumingTxTimestamp: 1599696000, - creationTxHash: "FvwEAhmxKfeiG8SnEvq42hc6whRyY3EFYAvebMqDNDGCgxN5Z", - credentials: [ - { - signature: - "bWWoZUu0Z3STjuk/+2az7M4vP0oqc9NtiA7kOdqINCIE/2+5va5R1KNCWwEX5jE1xVHLvAxU2LHTN5gK8m84HwA", - publicKey: "AdMQOtubgBFFJu++0faHPIIA6KmdZ2ERErMRGzyy6juI", - }, - ], - locktime: 0, - outputIndex: "38", - threshold: 1, - timestamp: 1599696000, - utxoType: "mint", + amount: "102.44", + assetId: "", + blockNumber: "", + blockTimestamp: 3970.26, + outputIndex: 2766.50, + txHash: "", + utxoType: "TRANSFER", }, ], chainInfo: { - chainName: "p-chain", + chainName: "x-chain", network: "mainnet", }, }, diff --git a/docs/models/operations/getutxosbyaddressesresponsebody.md b/docs/models/operations/getutxosbyaddressesresponsebody.md index 33046e1..ba0cead 100644 --- a/docs/models/operations/getutxosbyaddressesresponsebody.md +++ b/docs/models/operations/getutxosbyaddressesresponsebody.md @@ -26,17 +26,17 @@ const value: components.ListPChainUtxosResponse = { consumingTxHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "102.44", + amount: "280.86", assetId: "", blockNumber: "", - blockTimestamp: 3970.26, - outputIndex: 2766.50, + blockTimestamp: 9478.22, + outputIndex: 7285.59, txHash: "", - utxoType: "TRANSFER", + utxoType: "STAKE", }, ], chainInfo: { - chainName: "x-chain", + chainName: "c-chain", network: "mainnet", }, }; @@ -56,7 +56,7 @@ const value: components.ListUtxosResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, consumedOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -80,7 +80,7 @@ const value: components.ListUtxosResponse = { }, ], chainInfo: { - chainName: "p-chain", + chainName: "x-chain", network: "mainnet", }, }; diff --git a/docs/models/operations/getvertexbyheightresponse.md b/docs/models/operations/getvertexbyheightresponse.md index c8a26a7..f8c1aa3 100644 --- a/docs/models/operations/getvertexbyheightresponse.md +++ b/docs/models/operations/getvertexbyheightresponse.md @@ -13,18 +13,18 @@ let value: GetVertexByHeightResponse = { parentHashes: [ "", ], - vertexHeight: 3674.75, - vertexIndex: 7068.72, - vertexTimestamp: 6495.34, - txCount: 9279.76, + vertexHeight: 7202.66, + vertexIndex: 9253.95, + vertexTimestamp: 6646.66, + txCount: 4230.54, transactions: [ "", ], - vertexSizeBytes: 8668.61, + vertexSizeBytes: 1989.91, }, ], chainInfo: { - chainName: "c-chain", + chainName: "x-chain", network: "mainnet", }, }, diff --git a/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md b/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md index cd8596f..be60580 100644 --- a/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md +++ b/docs/models/operations/listactiveprimarynetworkstakingtransactionsresponse.md @@ -10,7 +10,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { transactions: [ { txHash: "3P91K6nuDFvDodcRuJTsgdf9SvYe5pMiKk38HppsoeAiEztCP", - txType: "RemoveSubnetValidatorTx", + txType: "AddPermissionlessValidatorTx", blockTimestamp: 1648672486, blockNumber: "", blockHash: "", @@ -34,13 +34,13 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "202.79", + amount: "929.30", assetId: "", blockNumber: "", - blockTimestamp: 4235.88, - outputIndex: 3577.58, + blockTimestamp: 2659.06, + outputIndex: 8281.47, txHash: "", - utxoType: "STAKE", + utxoType: "TRANSFER", }, ], emittedUtxos: [ @@ -53,7 +53,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: @@ -63,13 +63,13 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "262.80", + amount: "518.99", assetId: "", blockNumber: "", - blockTimestamp: 5220.62, - outputIndex: 351.60, + blockTimestamp: 660.74, + outputIndex: 4724.14, txHash: "", - utxoType: "TRANSFER", + utxoType: "STAKE", }, ], sourceChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", @@ -80,7 +80,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -90,7 +90,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -100,7 +100,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -110,7 +110,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -124,7 +124,7 @@ let value: ListActivePrimaryNetworkStakingTransactionsResponse = { }, ], chainInfo: { - chainName: "p-chain", + chainName: "x-chain", network: "mainnet", }, }, diff --git a/docs/models/operations/listassettransactionsresponse.md b/docs/models/operations/listassettransactionsresponse.md index 736b935..bc42d6e 100644 --- a/docs/models/operations/listassettransactionsresponse.md +++ b/docs/models/operations/listassettransactionsresponse.md @@ -12,7 +12,7 @@ let value: ListAssetTransactionsResponse = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", chainFormat: "non-linear", timestamp: 1600762738, - txType: "UNKNOWN", + txType: "ImportTx", memo: "0x546865204176616c616e6368652050726f6a656374", consumedUtxos: [ { @@ -24,7 +24,7 @@ let value: ListAssetTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, consumedOnChainId: @@ -92,7 +92,7 @@ let value: ListAssetTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, ], @@ -113,16 +113,21 @@ let value: ListAssetTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", createdAtTimestamp: 1675444720, - cap: "fixed", + cap: "variable", }, - blockHeight: 1005, - blockHash: "82qPRREHmh8Cfta4PGD6GymY9ZLyvgYugqW6hj9FykpMVRz1S", + vertices: [ + { + hash: "82qPRREHmh8Cfta4PGD6GymY9ZLyvgYugqW6hj9FykpMVRz1S", + height: 1961, + timestamp: 1600762738, + }, + ], }, ], chainInfo: { - chainName: "c-chain", + chainName: "p-chain", network: "mainnet", }, }, diff --git a/docs/models/operations/listblockchainsresponse.md b/docs/models/operations/listblockchainsresponse.md index 320f4da..8fc179f 100644 --- a/docs/models/operations/listblockchainsresponse.md +++ b/docs/models/operations/listblockchainsresponse.md @@ -9,7 +9,7 @@ let value: ListBlockchainsResponse = { result: { blockchains: [ { - createBlockTimestamp: 439.75, + createBlockTimestamp: 8795.21, createBlockNumber: "", blockchainId: "", vmId: "", diff --git a/docs/models/operations/listcollectiblebalancesresponse.md b/docs/models/operations/listcollectiblebalancesresponse.md index ada3e2a..2f432a6 100644 --- a/docs/models/operations/listcollectiblebalancesresponse.md +++ b/docs/models/operations/listcollectiblebalancesresponse.md @@ -14,9 +14,9 @@ let value: ListCollectibleBalancesResponse = { symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://quiet-circumference.org", + tokenUri: "https://frail-whack.com/", metadata: { - indexStatus: "MISSING_TOKEN", + indexStatus: "INVALID_TOKEN_URI_SCHEME", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", chainId: "43114", diff --git a/docs/models/operations/listdelegatorsresponse.md b/docs/models/operations/listdelegatorsresponse.md index 563f1e9..88160c9 100644 --- a/docs/models/operations/listdelegatorsresponse.md +++ b/docs/models/operations/listdelegatorsresponse.md @@ -16,8 +16,8 @@ let value: ListDelegatorsResponse = { ], amountDelegated: "", delegationFee: "", - startTimestamp: 9485.40, - endTimestamp: 7782.76, + startTimestamp: 2436.78, + endTimestamp: 5886.39, estimatedGrossReward: "", estimatedNetReward: "", delegationStatus: "pending", diff --git a/docs/models/operations/listerc1155balancesresponse.md b/docs/models/operations/listerc1155balancesresponse.md index 7f7ea63..ffe7ef1 100644 --- a/docs/models/operations/listerc1155balancesresponse.md +++ b/docs/models/operations/listerc1155balancesresponse.md @@ -12,9 +12,9 @@ let value: ListErc1155BalancesResponse = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://glittering-underpants.org/", + tokenUri: "https://sticky-mantua.info/", metadata: { - indexStatus: "UNREACHABLE_TOKEN_URI", + indexStatus: "INVALID_METADATA", }, chainId: "43114", balance: "2000000000000000000", diff --git a/docs/models/operations/listerc1155transactionsresponse.md b/docs/models/operations/listerc1155transactionsresponse.md index 4dd53d5..671e99e 100644 --- a/docs/models/operations/listerc1155transactionsresponse.md +++ b/docs/models/operations/listerc1155transactionsresponse.md @@ -31,15 +31,15 @@ let value: ListErc1155TransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 9824.45, + logIndex: 7005.29, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://rapid-guidance.net/", + tokenUri: "https://wide-sand.org", metadata: { - indexStatus: "THROTTLED_TOKEN_URI", + indexStatus: "METADATA_CONTENT_TOO_LARGE", }, }, }, diff --git a/docs/models/operations/listerc20transactionsresponse.md b/docs/models/operations/listerc20transactionsresponse.md index f81cfa3..d824238 100644 --- a/docs/models/operations/listerc20transactionsresponse.md +++ b/docs/models/operations/listerc20transactionsresponse.md @@ -31,7 +31,7 @@ let value: ListErc20TransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 8661.35, + logIndex: 8843.60, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", diff --git a/docs/models/operations/listerc721balancesresponse.md b/docs/models/operations/listerc721balancesresponse.md index b3e43cb..5d6435b 100644 --- a/docs/models/operations/listerc721balancesresponse.md +++ b/docs/models/operations/listerc721balancesresponse.md @@ -14,9 +14,9 @@ let value: ListErc721BalancesResponse = { symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://worst-chapel.biz/", + tokenUri: "https://meager-scholarship.net", metadata: { - indexStatus: "UNKNOWN", + indexStatus: "INVALID_METADATA_JSON", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", chainId: "43114", diff --git a/docs/models/operations/listerc721transactionsresponse.md b/docs/models/operations/listerc721transactionsresponse.md index 1944488..f4895cb 100644 --- a/docs/models/operations/listerc721transactionsresponse.md +++ b/docs/models/operations/listerc721transactionsresponse.md @@ -31,16 +31,16 @@ let value: ListErc721TransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 9608.13, + logIndex: 7691.56, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://assured-tinderbox.biz/", + tokenUri: "https://awesome-gripper.biz", metadata: { - indexStatus: "METADATA_CONTENT_TOO_LARGE", + indexStatus: "INDEXED", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, diff --git a/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md b/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md index 49da445..0cef3aa 100644 --- a/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md +++ b/docs/models/operations/listhistoricalprimarynetworkrewardsresponse.md @@ -15,11 +15,11 @@ let value: ListHistoricalPrimaryNetworkRewardsResponse = { txHash: "", amountStaked: "", nodeId: "", - startTimestamp: 3296.51, - endTimestamp: 7917.61, + startTimestamp: 5831.93, + endTimestamp: 20.65, rewardType: "VALIDATOR", utxoId: "", - outputIndex: 3923.19, + outputIndex: 9561.23, reward: { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", name: "Avalanche", diff --git a/docs/models/operations/listinternaltransactionsresponse.md b/docs/models/operations/listinternaltransactionsresponse.md index 22107fa..73efc2a 100644 --- a/docs/models/operations/listinternaltransactionsresponse.md +++ b/docs/models/operations/listinternaltransactionsresponse.md @@ -31,7 +31,7 @@ let value: ListInternalTransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "CALL", + internalTxType: "UNKNOWN", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/operations/listl1validatorsresponse.md b/docs/models/operations/listl1validatorsresponse.md index eb8a98c..8f24018 100644 --- a/docs/models/operations/listl1validatorsresponse.md +++ b/docs/models/operations/listl1validatorsresponse.md @@ -12,21 +12,21 @@ let value: ListL1ValidatorsResponse = { validationId: "", nodeId: "", subnetId: "", - weight: 8483.45, - remainingBalance: 4904.20, - creationTimestamp: 1853.49, + weight: 7532.40, + remainingBalance: 2358.34, + creationTimestamp: 6205.00, blsCredentials: {}, remainingBalanceOwner: { addresses: [ "", ], - threshold: 9958.15, + threshold: 6396.22, }, deactivationOwner: { addresses: [ "", ], - threshold: 1293.56, + threshold: 9485.40, }, }, ], diff --git a/docs/models/operations/listlatestprimarynetworkblocksresponse.md b/docs/models/operations/listlatestprimarynetworkblocksresponse.md index 830ecd4..c829d9c 100644 --- a/docs/models/operations/listlatestprimarynetworkblocksresponse.md +++ b/docs/models/operations/listlatestprimarynetworkblocksresponse.md @@ -12,17 +12,17 @@ let value: ListLatestPrimaryNetworkBlocksResponse = { blockNumber: "", blockHash: "", parentHash: "", - blockTimestamp: 6973.30, + blockTimestamp: 2991.54, blockType: "", - txCount: 3895.49, + txCount: 3884.04, transactions: [ "", ], - blockSizeBytes: 2637.68, + blockSizeBytes: 4862.72, }, ], chainInfo: { - chainName: "c-chain", + chainName: "x-chain", network: "mainnet", }, }, diff --git a/docs/models/operations/listlatestprimarynetworktransactionsresponse.md b/docs/models/operations/listlatestprimarynetworktransactionsresponse.md index 2f0ae66..b1b98be 100644 --- a/docs/models/operations/listlatestprimarynetworktransactionsresponse.md +++ b/docs/models/operations/listlatestprimarynetworktransactionsresponse.md @@ -10,47 +10,48 @@ let value: ListLatestPrimaryNetworkTransactionsResponse = { transactions: [ { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", - chainFormat: "non-linear", + blockHeight: 1005, + blockHash: + "0x57a5cb7704561d1d59bd563b6421021b7563960c05ba3ae0e36fc36917c742ee", timestamp: 1600762738, - txType: "CreateAssetTx", memo: "0x546865204176616c616e6368652050726f6a656374", - consumedUtxos: [ + amountUnlocked: [ { - addresses: [ - "avax1qm2a25eytsrj235hxg6jc0mwk99tss64eqevsw", - ], + assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", + name: "Avalanche", + symbol: "AVAX", + denomination: 9, + type: "secp256k1", + amount: "5001000", + }, + ], + amountCreated: [ + { + assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", + name: "Avalanche", + symbol: "AVAX", + denomination: 9, + type: "nft", + amount: "5001000", + }, + ], + sourceChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", + destinationChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", + txType: "ImportTx", + evmOutputs: [ + { + toAddress: "0xD0f2898e49d941D6d479B381d3C8F0bd8d983b4c", asset: { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, - consumedOnChainId: - "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", - consumingTxHash: - "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", - createdOnChainId: - "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", - utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - consumingTxTimestamp: 1599696000, - creationTxHash: "FvwEAhmxKfeiG8SnEvq42hc6whRyY3EFYAvebMqDNDGCgxN5Z", - credentials: [ - { - signature: - "bWWoZUu0Z3STjuk/+2az7M4vP0oqc9NtiA7kOdqINCIE/2+5va5R1KNCWwEX5jE1xVHLvAxU2LHTN5gK8m84HwA", - publicKey: "AdMQOtubgBFFJu++0faHPIIA6KmdZ2ERErMRGzyy6juI", - }, - ], - locktime: 0, - outputIndex: "38", - threshold: 1, - timestamp: 1599696000, - utxoType: "mint", }, ], - emittedUtxos: [ + consumedUtxos: [ { addresses: [ "avax1qm2a25eytsrj235hxg6jc0mwk99tss64eqevsw", @@ -60,7 +61,7 @@ let value: ListLatestPrimaryNetworkTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: @@ -86,43 +87,10 @@ let value: ListLatestPrimaryNetworkTransactionsResponse = { utxoType: "mint", }, ], - amountUnlocked: [ - { - assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", - name: "Avalanche", - symbol: "AVAX", - denomination: 9, - type: "nft", - amount: "5001000", - }, - ], - amountCreated: [ - { - assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", - name: "Avalanche", - symbol: "AVAX", - denomination: 9, - type: "nft", - amount: "5001000", - }, - ], - sourceChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", - destinationChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", - assetCreated: { - assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", - name: "Avalanche", - symbol: "AVAX", - denomination: 9, - type: "nft", - createdAtTimestamp: 1675444720, - cap: "variable", - }, - blockHeight: 1005, - blockHash: "82qPRREHmh8Cfta4PGD6GymY9ZLyvgYugqW6hj9FykpMVRz1S", }, ], chainInfo: { - chainName: "p-chain", + chainName: "x-chain", network: "mainnet", }, }, diff --git a/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md b/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md index b67b2f4..70f8ff0 100644 --- a/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md +++ b/docs/models/operations/listlatestprimarynetworktransactionsresponsebody.md @@ -12,7 +12,7 @@ const value: components.ListPChainTransactionsResponse = { transactions: [ { txHash: "3P91K6nuDFvDodcRuJTsgdf9SvYe5pMiKk38HppsoeAiEztCP", - txType: "UNKNOWN", + txType: "RewardValidatorTx", blockTimestamp: 1648672486, blockNumber: "", blockHash: "", @@ -26,7 +26,7 @@ const value: components.ListPChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, consumedOnChainId: @@ -35,11 +35,11 @@ const value: components.ListPChainTransactionsResponse = { createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "152.02", + amount: "11.35", assetId: "", blockNumber: "", - blockTimestamp: 6.64, - outputIndex: 9416.68, + blockTimestamp: 5112.22, + outputIndex: 832.91, txHash: "", utxoType: "STAKE", }, @@ -54,7 +54,7 @@ const value: components.ListPChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, consumedOnChainId: @@ -63,11 +63,11 @@ const value: components.ListPChainTransactionsResponse = { createdOnChainId: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", utxoId: "68vLva9kfKUsX88ZPM8jdbf8qHUZRoZSFH6NdpAVTspkfrXDC", - amount: "691.51", + amount: "859.01", assetId: "", blockNumber: "", - blockTimestamp: 1089.04, - outputIndex: 2646.50, + blockTimestamp: 1520.27, + outputIndex: 6.64, txHash: "", utxoType: "TRANSFER", }, @@ -80,7 +80,7 @@ const value: components.ListPChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -90,7 +90,7 @@ const value: components.ListPChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -100,7 +100,7 @@ const value: components.ListPChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, ], @@ -110,7 +110,7 @@ const value: components.ListPChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -139,7 +139,7 @@ const value: components.ListXChainTransactionsResponse = { txHash: "3j9JpF1aGuQtLLbo3YkvvKkWrCZViXZjdeJQWUSEY5hcqUn2c", chainFormat: "non-linear", timestamp: 1600762738, - txType: "UNKNOWN", + txType: "ImportTx", memo: "0x546865204176616c616e6368652050726f6a656374", consumedUtxos: [ { @@ -227,7 +227,7 @@ const value: components.ListXChainTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, ], @@ -240,14 +240,14 @@ const value: components.ListXChainTransactionsResponse = { denomination: 9, type: "nft", createdAtTimestamp: 1675444720, - cap: "fixed", + cap: "variable", }, blockHeight: 1005, blockHash: "82qPRREHmh8Cfta4PGD6GymY9ZLyvgYugqW6hj9FykpMVRz1S", }, ], chainInfo: { - chainName: "p-chain", + chainName: "x-chain", network: "mainnet", }, }; @@ -281,16 +281,16 @@ const value: components.ListCChainAtomicTransactionsResponse = { name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "secp256k1", + type: "nft", amount: "5001000", }, ], sourceChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", destinationChain: "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM", - txType: "ImportTx", - evmOutputs: [ + txType: "ExportTx", + evmInputs: [ { - toAddress: "0xD0f2898e49d941D6d479B381d3C8F0bd8d983b4c", + fromAddress: "0xD0f2898e49d941D6d479B381d3C8F0bd8d983b4c", asset: { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", name: "Avalanche", @@ -299,9 +299,16 @@ const value: components.ListCChainAtomicTransactionsResponse = { type: "nft", amount: "5001000", }, + credentials: [ + { + signature: + "bWWoZUu0Z3STjuk/+2az7M4vP0oqc9NtiA7kOdqINCIE/2+5va5R1KNCWwEX5jE1xVHLvAxU2LHTN5gK8m84HwA", + publicKey: "AdMQOtubgBFFJu++0faHPIIA6KmdZ2ERErMRGzyy6juI", + }, + ], }, ], - consumedUtxos: [ + emittedUtxos: [ { addresses: [ "avax1qm2a25eytsrj235hxg6jc0mwk99tss64eqevsw", @@ -339,7 +346,7 @@ const value: components.ListCChainAtomicTransactionsResponse = { }, ], chainInfo: { - chainName: "c-chain", + chainName: "p-chain", network: "mainnet", }, }; diff --git a/docs/models/operations/listlatestxchainverticesresponse.md b/docs/models/operations/listlatestxchainverticesresponse.md index 6c2ad65..4414471 100644 --- a/docs/models/operations/listlatestxchainverticesresponse.md +++ b/docs/models/operations/listlatestxchainverticesresponse.md @@ -13,14 +13,14 @@ let value: ListLatestXChainVerticesResponse = { parentHashes: [ "", ], - vertexHeight: 1355.48, - vertexIndex: 7202.66, - vertexTimestamp: 9253.95, - txCount: 6646.66, + vertexHeight: 9838.54, + vertexIndex: 6973.30, + vertexTimestamp: 3895.49, + txCount: 2637.68, transactions: [ "", ], - vertexSizeBytes: 4230.54, + vertexSizeBytes: 9446.26, }, ], chainInfo: { diff --git a/docs/models/operations/listnativetransactionsresponse.md b/docs/models/operations/listnativetransactionsresponse.md index 46fb531..d65e6ea 100644 --- a/docs/models/operations/listnativetransactionsresponse.md +++ b/docs/models/operations/listnativetransactionsresponse.md @@ -39,7 +39,7 @@ let value: ListNativeTransactionsResponse = { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, method: { - callType: "CONTRACT_CREATION", + callType: "NATIVE_TRANSFER", methodHash: "0xa9059cbb", methodName: "transfer(address,uint256)", }, diff --git a/docs/models/operations/listpendingprimarynetworkrewardsresponse.md b/docs/models/operations/listpendingprimarynetworkrewardsresponse.md index de1ed08..e7e48c3 100644 --- a/docs/models/operations/listpendingprimarynetworkrewardsresponse.md +++ b/docs/models/operations/listpendingprimarynetworkrewardsresponse.md @@ -15,16 +15,16 @@ let value: ListPendingPrimaryNetworkRewardsResponse = { txHash: "", amountStaked: "", nodeId: "", - startTimestamp: 3304.41, - endTimestamp: 6383.90, - rewardType: "VALIDATOR", - progress: 9478.22, + startTimestamp: 6308.32, + endTimestamp: 9979.94, + rewardType: "VALIDATOR_FEE", + progress: 6033.23, estimatedReward: { assetId: "th5aLdWLi32yS9ED6uLGoMMubqHjzMsXhKWwzP6yZTYQKYzof", name: "Avalanche", symbol: "AVAX", denomination: 9, - type: "nft", + type: "secp256k1", amount: "5001000", }, }, diff --git a/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md b/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md index 773dcd8..c08b8ac 100644 --- a/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md +++ b/docs/models/operations/listprimarynetworkblocksbynodeidresponse.md @@ -12,13 +12,13 @@ let value: ListPrimaryNetworkBlocksByNodeIdResponse = { blockNumber: "", blockHash: "", parentHash: "", - blockTimestamp: 3884.04, + blockTimestamp: 5905.85, blockType: "", - txCount: 4862.72, + txCount: 4355.32, transactions: [ "", ], - blockSizeBytes: 5881.51, + blockSizeBytes: 7986.89, }, ], chainInfo: { diff --git a/docs/models/operations/listsubnetsresponse.md b/docs/models/operations/listsubnetsresponse.md index 490b33c..bfc07cb 100644 --- a/docs/models/operations/listsubnetsresponse.md +++ b/docs/models/operations/listsubnetsresponse.md @@ -9,14 +9,14 @@ let value: ListSubnetsResponse = { result: { subnets: [ { - createBlockTimestamp: 8795.21, + createBlockTimestamp: 5200.81, createBlockIndex: "", subnetId: "", ownerAddresses: [ "", ], - threshold: 5200.81, - locktime: 306.61, + threshold: 306.61, + locktime: 2244.14, subnetOwnershipInfo: { locktime: 0, threshold: 1, diff --git a/docs/models/operations/listteleportermessagesresponse.md b/docs/models/operations/listteleportermessagesresponse.md index 27b7b5c..c53a9ba 100644 --- a/docs/models/operations/listteleportermessagesresponse.md +++ b/docs/models/operations/listteleportermessagesresponse.md @@ -42,12 +42,12 @@ let value: ListTeleporterMessagesResponse = { }, sourceTransaction: { txHash: "", - timestamp: 213.59, + timestamp: 9114.51, gasSpent: "", }, destinationTransaction: { txHash: "", - timestamp: 1023.17, + timestamp: 2763.37, gasSpent: "", rewardRedeemer: "", delivererAddress: "", diff --git a/docs/models/operations/listtokensresponse.md b/docs/models/operations/listtokensresponse.md index b510ed3..103eca8 100644 --- a/docs/models/operations/listtokensresponse.md +++ b/docs/models/operations/listtokensresponse.md @@ -10,12 +10,15 @@ let value: ListTokensResponse = { tokens: [ { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", - ercType: "ERC-1155", + name: "Wrapped AVAX", + symbol: "WAVAX", + ercType: "ERC-721", tokenId: "", - tokenUri: "https://some-adrenalin.biz/", + tokenUri: "https://affectionate-fedora.biz", metadata: { - indexStatus: "INVALID_TOKEN_URI", + indexStatus: "THROTTLED_TOKEN_URI", }, + ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, ], }, diff --git a/docs/models/operations/listtransactionsresponse.md b/docs/models/operations/listtransactionsresponse.md index 54e3a05..08303fb 100644 --- a/docs/models/operations/listtransactionsresponse.md +++ b/docs/models/operations/listtransactionsresponse.md @@ -64,7 +64,7 @@ let value: ListTransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 7118.70, + logIndex: 3827.64, value: "10000000000000000000", erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", @@ -99,16 +99,16 @@ let value: ListTransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 537.34, + logIndex: 247.69, erc721Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", ercType: "ERC-721", tokenId: "", - tokenUri: "https://dead-slime.net/", + tokenUri: "https://quiet-circumference.org", metadata: { - indexStatus: "INDEXED", + indexStatus: "MISSING_TOKEN", }, ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, @@ -132,15 +132,15 @@ let value: ListTransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 9665.75, + logIndex: 8671.15, value: "10000000000000000000", erc1155Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", ercType: "ERC-1155", tokenId: "", - tokenUri: "https://young-obesity.com", + tokenUri: "https://jam-packed-season.net/", metadata: { - indexStatus: "UNKNOWN", + indexStatus: "UNINDEXED", }, }, }, @@ -163,7 +163,7 @@ let value: ListTransactionsResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - internalTxType: "CREATE", + internalTxType: "CALLCODE", value: "10000000000000000000", isReverted: false, gasUsed: "", diff --git a/docs/models/operations/listtransfersresponse.md b/docs/models/operations/listtransfersresponse.md index e0c8660..2455bd3 100644 --- a/docs/models/operations/listtransfersresponse.md +++ b/docs/models/operations/listtransfersresponse.md @@ -31,18 +31,20 @@ let value: ListTransfersResponse = { "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, - logIndex: 7954.57, - erc721Token: { + logIndex: 9468.07, + value: "10000000000000000000", + erc20Token: { address: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", name: "Wrapped AVAX", symbol: "WAVAX", - ercType: "ERC-721", - tokenId: "", - tokenUri: "https://warm-omelet.com", - metadata: { - indexStatus: "INDEXED", + decimals: 18, + logoUri: + "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg", + ercType: "ERC-20", + price: { + currencyCode: "usd", + value: 42.42, }, - ownerAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", }, }, ], diff --git a/docs/models/operations/listvalidatorsresponse.md b/docs/models/operations/listvalidatorsresponse.md index 0c50a9b..460a98d 100644 --- a/docs/models/operations/listvalidatorsresponse.md +++ b/docs/models/operations/listvalidatorsresponse.md @@ -13,22 +13,11 @@ let value: ListValidatorsResponse = { nodeId: "", subnetId: "", amountStaked: "", - startTimestamp: 9536.76, - endTimestamp: 5823.20, - stakePercentage: 1074.73, - delegatorCount: 2875.45, - uptimePerformance: 4567.04, - potentialRewards: { - validationRewardAmount: "", - delegationRewardAmount: "", - }, - validationStatus: "active", - validatorHealth: { - reachabilityPercent: 209.50, - benchedPChainRequestsPercent: 4116.16, - benchedXChainRequestsPercent: 4894.59, - benchedCChainRequestsPercent: 2436.78, - }, + startTimestamp: 5823.20, + endTimestamp: 1074.73, + removeTxHash: "", + removeTimestamp: 2875.45, + validationStatus: "removed", }, ], }, diff --git a/docs/models/operations/listwebhooksresponse.md b/docs/models/operations/listwebhooksresponse.md index 46eaf74..709d26c 100644 --- a/docs/models/operations/listwebhooksresponse.md +++ b/docs/models/operations/listwebhooksresponse.md @@ -19,13 +19,13 @@ let value: ListWebhooksResponse = { "0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64", ], }, - url: "https://submissive-bracelet.net", + url: "https://stiff-apparatus.net/", chainId: "", - status: "active", - createdAt: 8164.21, + status: "inactive", + createdAt: 510.07, name: "", description: - "merit loosely fumigate duster laughter pastel solidly upwardly rue", + "whack fooey likewise willfully heavy likewise yippee internal", }, ], }, diff --git a/docs/models/operations/posttransactionexportjobrequestbody.md b/docs/models/operations/posttransactionexportjobrequestbody.md index e82948f..0b65f7a 100644 --- a/docs/models/operations/posttransactionexportjobrequestbody.md +++ b/docs/models/operations/posttransactionexportjobrequestbody.md @@ -25,7 +25,7 @@ const value: components.CreateEvmTransactionExportRequest = { ```typescript const value: components.CreatePrimaryNetworkTransactionExportRequest = { - type: "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE", + type: "TRANSACTION_EXPORT_PRIMARY_NETWORK", firstDate: "2023-05-01", lastDate: "2023-05-02", options: { diff --git a/docs/models/operations/requesttype.md b/docs/models/operations/requesttype.md index 20a9bba..785f3c2 100644 --- a/docs/models/operations/requesttype.md +++ b/docs/models/operations/requesttype.md @@ -7,7 +7,7 @@ Filter data by request type. ```typescript import { RequestType } from "@avalabs/avacloud-sdk/models/operations"; -let value: RequestType = "rpc"; +let value: RequestType = "data"; ``` ## Values diff --git a/package-lock.json b/package-lock.json index 6c4f898..4c680d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@avalabs/avacloud-sdk", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@avalabs/avacloud-sdk", - "version": "0.8.0", + "version": "0.8.1", "license": "SEE LICENSE", "dependencies": { "json-canonicalize": "^1.0.6" diff --git a/package.json b/package.json index bcab8c8..3ca5a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avalabs/avacloud-sdk", - "version": "0.8.0", + "version": "0.8.1", "author": "AvaCloud", "homepage": "https://developer.avacloud.io/avacloud-sdk/getting-started", "license": "SEE LICENSE", diff --git a/src/lib/config.ts b/src/lib/config.ts index 61914d9..cabbf44 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -50,8 +50,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "Beta", - sdkVersion: "0.8.0", - genVersion: "2.466.0", + sdkVersion: "0.8.1", + genVersion: "2.470.1", userAgent: - "speakeasy-sdk/typescript 0.8.0 2.466.0 Beta @avalabs/avacloud-sdk", + "speakeasy-sdk/typescript 0.8.1 2.470.1 Beta @avalabs/avacloud-sdk", } as const; diff --git a/src/models/errors/metricshealthcheck.ts b/src/models/errors/metricshealthcheck.ts index f2134fc..bf839bb 100644 --- a/src/models/errors/metricshealthcheck.ts +++ b/src/models/errors/metricshealthcheck.ts @@ -165,11 +165,11 @@ export namespace ErrorT$ { export type Outbound = ErrorT$Outbound; } -export function errorTToJSON(errorT: ErrorT): string { +export function errorToJSON(errorT: ErrorT): string { return JSON.stringify(ErrorT$outboundSchema.parse(errorT)); } -export function errorTFromJSON( +export function errorFromJSON( jsonString: string, ): SafeParseResult { return safeParse( diff --git a/src/models/operations/metricshealthcheck.ts b/src/models/operations/metricshealthcheck.ts index 5cbd201..78c267b 100644 --- a/src/models/operations/metricshealthcheck.ts +++ b/src/models/operations/metricshealthcheck.ts @@ -141,11 +141,11 @@ export namespace ErrorT$ { export type Outbound = ErrorT$Outbound; } -export function errorTToJSON(errorT: ErrorT): string { +export function errorToJSON(errorT: ErrorT): string { return JSON.stringify(ErrorT$outboundSchema.parse(errorT)); } -export function errorTFromJSON( +export function errorFromJSON( jsonString: string, ): SafeParseResult { return safeParse( diff --git a/src/sdk/data.ts b/src/sdk/data.ts index 9b86295..3532f77 100644 --- a/src/sdk/data.ts +++ b/src/sdk/data.ts @@ -33,6 +33,11 @@ export class Data extends ClientSDK { return (this._primaryNetwork ??= new PrimaryNetwork(this._options)); } + private _teleporter?: Teleporter; + get teleporter(): Teleporter { + return (this._teleporter ??= new Teleporter(this._options)); + } + private _usageMetrics?: UsageMetrics; get usageMetrics(): UsageMetrics { return (this._usageMetrics ??= new UsageMetrics(this._options)); @@ -43,11 +48,6 @@ export class Data extends ClientSDK { return (this._webhooks ??= new Webhooks(this._options)); } - private _teleporter?: Teleporter; - get teleporter(): Teleporter { - return (this._teleporter ??= new Teleporter(this._options)); - } - private _evm?: AvaCloudSDKEvm; get evm(): AvaCloudSDKEvm { return (this._evm ??= new AvaCloudSDKEvm(this._options));