Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.413.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 9, 2024
1 parent a82b89e commit 11bc486
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 103 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 2b9c4bf6-4d87-4382-84d9-5fb3c84c7fad
management:
docChecksum: 8c4d190a1bb4c0404c840c648989cfcf
docChecksum: 32e7c1517c0a2985e506f97f3eb9deb3
docVersion: Beta
speakeasyVersion: 1.406.0
generationVersion: 2.429.0
releaseVersion: 0.6.1
configChecksum: e7a878f44183448a7a63a40cda87a099
speakeasyVersion: 1.413.0
generationVersion: 2.436.3
releaseVersion: 0.6.2
configChecksum: 0fa6f689b643b5e89057877c4a757ce6
repoURL: https://github.com/ava-labs/avacloud-sdk-typescript.git
installationURL: https://github.com/ava-labs/avacloud-sdk-typescript
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.6.1
version: 0.6.2
additionalDependencies:
dependencies:
json-canonicalize: ^1.0.6
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.406.0
speakeasyVersion: 1.413.0
sources:
AvaCloudSDK-OAS:
sourceNamespace: avacloud-sdk-oas
sourceRevisionDigest: sha256:04a696b86fa5043a10de55c6898c9cfe0a57cd27b90950463820a24e8cf1375c
sourceBlobDigest: sha256:4785b6d15e8230d8b66dfaef1b9c7161937b6c9c694060c41fd5dcda2d7f5dc6
sourceRevisionDigest: sha256:943d56a6cb6448dbe9eda1b3824a06f78b95b87b35d04fff2f82baab9ad5f25f
sourceBlobDigest: sha256:a4912e4d49c0545c2aee736f5ecee65b80554885841c0d05772e19d6f3ee7a21
tags:
- latest
- main
Expand All @@ -18,10 +18,10 @@ targets:
avacloud-sdk:
source: AvaCloudSDK-OAS
sourceNamespace: avacloud-sdk-oas
sourceRevisionDigest: sha256:04a696b86fa5043a10de55c6898c9cfe0a57cd27b90950463820a24e8cf1375c
sourceBlobDigest: sha256:4785b6d15e8230d8b66dfaef1b9c7161937b6c9c694060c41fd5dcda2d7f5dc6
sourceRevisionDigest: sha256:943d56a6cb6448dbe9eda1b3824a06f78b95b87b35d04fff2f82baab9ad5f25f
sourceBlobDigest: sha256:a4912e4d49c0545c2aee736f5ecee65b80554885841c0d05772e19d6f3ee7a21
codeSamplesNamespace: avacloud-sdk-ts-code-samples
codeSamplesRevisionDigest: sha256:8715d9c2cf5a391a5abde9af053f4a08bc84a1df1cf85db3b976a10e91ab9f3a
codeSamplesRevisionDigest: sha256:8ac39f349c976ac87782c1872dbee646456121f6dc7a147367bc9df812f4f3ad
avalanche-sdk:
source: AvalancheSDK-OAS
sourceNamespace: avalanche-sdk-oas
Expand Down
157 changes: 78 additions & 79 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,14 @@ Based on:
### Generated
- [typescript v0.6.1] .
### Releases
- [NPM v0.6.1] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.6.1 - .
- [NPM v0.6.1] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.6.1 - .

## 2024-10-09 00:21:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.413.0 (2.436.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.6.2] .
### Releases
- [NPM v0.6.2] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.6.2 - .
8 changes: 4 additions & 4 deletions docs/models/components/metricsvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let value: MetricsValue = {

## Fields

| Field | Type | Required | Description |
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| `value` | *number* | :heavy_check_mark: | Aggregated value for the current metrics. |
| `timestamp` | *number* | :heavy_check_mark: | Timestamp at which metrics are aggregated. |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `value` | *number* | :heavy_check_mark: | Aggregated value for the current metrics. |
| `timestamp` | *number* | :heavy_check_mark: | Unix Epoch timestamp for which metrics are aggregated. Depending on the interval of the metric this can be at the start of the relevant hour, day, month, year, etc. |
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avalabs/avacloud-sdk",
"version": "0.6.1",
"version": "0.6.2",
"author": "AvaCloud",
"homepage": "https://developer.avacloud.io/avacloud-sdk/getting-started",
"license": "SEE LICENSE",
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,8 +50,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "Beta",
sdkVersion: "0.6.1",
genVersion: "2.429.0",
sdkVersion: "0.6.2",
genVersion: "2.436.3",
userAgent:
"speakeasy-sdk/typescript 0.6.1 2.429.0 Beta @avalabs/avacloud-sdk",
"speakeasy-sdk/typescript 0.6.2 2.436.3 Beta @avalabs/avacloud-sdk",
} as const;
2 changes: 1 addition & 1 deletion src/models/components/metricsvalue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type MetricsValue = {
*/
value: number;
/**
* Timestamp at which metrics are aggregated.
* Unix Epoch timestamp for which metrics are aggregated. Depending on the interval of the metric this can be at the start of the relevant hour, day, month, year, etc.
*/
timestamp: number;
};
Expand Down

0 comments on commit 11bc486

Please sign in to comment.