Skip to content

Commit 567602f

Browse files
feat(api): update via SDK Studio
1 parent ef99764 commit 567602f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-aac74422364f9d25e30fcefd510297580b77be4b84c71416c5b9de5b882e5945.yml
3-
openapi_spec_hash: 4d42a5d93bd82754acf11e32e7438a04
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-2fed6c2aef6fb20a2815d0ed36d801c566a73ea11a66db5d892b1533a1fac19e.yml
3+
openapi_spec_hash: 55559a2ca985ed36cb8a13b09f80dcb5
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

src/resources/apps/apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export namespace AppListResponse {
5757
/**
5858
* Deployment region code
5959
*/
60-
region: string;
60+
region: 'aws.us-east-1a';
6161

6262
/**
6363
* Version label for the application

src/resources/deployments.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface DeploymentCreateResponse {
7373
/**
7474
* Deployment region code
7575
*/
76-
region: string;
76+
region: 'aws.us-east-1a';
7777

7878
/**
7979
* Current status of the deployment
@@ -118,7 +118,7 @@ export interface DeploymentRetrieveResponse {
118118
/**
119119
* Deployment region code
120120
*/
121-
region: string;
121+
region: 'aws.us-east-1a';
122122

123123
/**
124124
* Current status of the deployment
@@ -214,7 +214,7 @@ export namespace DeploymentFollowResponse {
214214
/**
215215
* Deployment region code
216216
*/
217-
region: string;
217+
region: 'aws.us-east-1a';
218218

219219
/**
220220
* Current status of the deployment
@@ -265,7 +265,7 @@ export namespace DeploymentFollowResponse {
265265
/**
266266
* Deployment region code
267267
*/
268-
region: string;
268+
region: 'aws.us-east-1a';
269269

270270
/**
271271
* Time the state was reported.

0 commit comments

Comments
 (0)