File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 5e062df85a3765c2c2d550f17ded999e
Original file line number Diff line number Diff 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
241243export interface EndpointCreateParams {
242244 /**
You can’t perform that action at this time.
0 commit comments