Skip to content

Commit fe83e26

Browse files
feat(api): api update
1 parent 0d68c1f commit fe83e26

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-331baedc042497d9185a8161e2697f02086ca49f8bb15e6e8d162c881d493059.yml
3-
openapi_spec_hash: a37a2df2a9638363141188cdac38ea73
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/the-san-francisco-compute-company%2Fsfc-nodes-54af1b82f474ebc6f28e82b3ad603a8fd9c5f9c0ebcc6e72c6d53876126bc432.yml
3+
openapi_spec_hash: 105d4fa4782b22a506739072d6905df7
44
config_hash: a187153315a646ecf95709ee4a223df5

src/resources/nodes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ export type ErrorType =
203203
| 'upgrade_required'
204204
| 'payment_required'
205205
| 'service_unavailable'
206-
| 'unprocessable_entity';
206+
| 'unprocessable_entity'
207+
| 'resource_unavailable';
207208

208209
export interface ExtendNodeRequest {
209210
/**

0 commit comments

Comments
 (0)