Skip to content

Commit 23c4f9e

Browse files
feat(api): api update
1 parent 3c039fc commit 23c4f9e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 44
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-b00834b91ce43616c6ae977d6297b98802c98486d1a21590e96e93f460ffe8d1.yml
3-
openapi_spec_hash: 48a34958d48a74ab36e753ce37665842
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-b267075162e1d64b6091299aad2fa4b4aaf2061839893e87e2c193e29e306eb8.yml
3+
openapi_spec_hash: d4b5dc6b33c4898cc49c67a62776d543
44
config_hash: 5e062df85a3765c2c2d550f17ded999e

src/resources/endpoints.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ export namespace EndpointListResponse {
236236
/**
237237
* List of unique availability zones
238238
*/
239-
export type EndpointListAvzonesResponse = Array<string>;
239+
export interface EndpointListAvzonesResponse {
240+
avzones: Array<string>;
241+
}
240242

241243
export interface EndpointCreateParams {
242244
/**

0 commit comments

Comments
 (0)