Skip to content

Commit

Permalink
Merge pull request #27 from ava-labs/speakeasy-sdk-regen-1725639166
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.4.1
  • Loading branch information
SayanKar authored Sep 6, 2024
2 parents ed978e0 + da75d33 commit c34a637
Show file tree
Hide file tree
Showing 8 changed files with 2,875 additions and 907 deletions.
3,737 changes: 2,849 additions & 888 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.390.7
speakeasyVersion: 1.391.3
sources:
AvaCloudSDK-OAS:
sourceNamespace: avacloud-sdk-oas
sourceRevisionDigest: sha256:ea6e603c0db7e27888a744ff8539a5acb6d380d612899714e4cda15d8cd5e2c7
sourceRevisionDigest: sha256:251c5b6aa9a651564e9b69411631eac5671c54cc8a45f3280da6957c8091a774
sourceBlobDigest: sha256:ba96ad26dd4ca0ced556d74cf2f2ecfaddc9516b8681f8f762e559ce4887befc
tags:
- latest
Expand All @@ -18,10 +18,10 @@ targets:
avacloud-sdk:
source: AvaCloudSDK-OAS
sourceNamespace: avacloud-sdk-oas
sourceRevisionDigest: sha256:ea6e603c0db7e27888a744ff8539a5acb6d380d612899714e4cda15d8cd5e2c7
sourceRevisionDigest: sha256:251c5b6aa9a651564e9b69411631eac5671c54cc8a45f3280da6957c8091a774
sourceBlobDigest: sha256:ba96ad26dd4ca0ced556d74cf2f2ecfaddc9516b8681f8f762e559ce4887befc
codeSamplesNamespace: avacloud-sdk-ts-code-samples
codeSamplesRevisionDigest: sha256:0ffc59bac65e5a1125137bdaf4098355df58c5e30f108125d5ad03b047202162
codeSamplesRevisionDigest: sha256:8553e88f180ae3ff9243d7785ab1143cd2038036fb0383a813d92f0af10a894f
outLocation: /github/workspace/repo
avalanche-sdk:
source: AvalancheSDK-OAS
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,14 @@ Based on:
### Generated
- [typescript v0.4.0] .
### Releases
- [NPM v0.4.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.4.0 - .
- [NPM v0.4.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.4.0 - .

## 2024-09-06 16:12:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.391.3 (2.411.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.4.1] .
### Releases
- [NPM v0.4.1] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.4.1 - .
7 changes: 2 additions & 5 deletions docs/sdks/operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,14 @@ const avaCloudSDK = new AvaCloudSDKCore({

async function run() {
const res = await dataOperationsPostTransactionExportJob(avaCloudSDK, {
type: "TRANSACTION_EXPORT_EVM",
type: "TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING",
firstDate: "2023-05-01",
lastDate: "2023-05-02",
startDate: "2023-05-01",
endDate: "2023-05-02",
options: {
addresses: [
"<value>",
],
includeChains: [
"43114",
"p-chain",
],
},
});
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/webhooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const avaCloudSDK = new AvaCloudSDKCore({

async function run() {
const res = await dataWebhooksCreateWebhook(avaCloudSDK, {
url: "http://revolving-inverse.net",
url: "https://unrealistic-well-being.name",
chainId: "<value>",
eventType: "address_activity",
metadata: {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@avalabs/avacloud-sdk",
"version": "0.4.0",
"version": "0.4.1",
"author": "AvaCloud",
"homepage": "https://developer.avacloud.io/avacloud-sdk/getting-started",
"license": "SEE LICENSE.md",
"license": "SEE LICENSE",
"main": "./index.js",
"sideEffects": false,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "Beta",
sdkVersion: "0.4.0",
genVersion: "2.409.8",
userAgent: "speakeasy-sdk/typescript 0.4.0 2.409.8 Beta @avalabs/avacloud-sdk",
sdkVersion: "0.4.1",
genVersion: "2.411.5",
userAgent: "speakeasy-sdk/typescript 0.4.1 2.411.5 Beta @avalabs/avacloud-sdk",
} as const;

0 comments on commit c34a637

Please sign in to comment.