Skip to content

Commit f137333

Browse files
feat(api): api update
1 parent 650101c commit f137333

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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: 1780
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4d23d05052d02bb368fe9c777172efa371c6be9d1855f3851d42f89c05b57370.yml
3-
openapi_spec_hash: 57e8b58a5c0f3ffa1dfb7a9e68486641
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e11ecd82283dd3f7b3656cad55808ac97ed1580774b39d374ad31e8177dd90d1.yml
3+
openapi_spec_hash: 7164ecdc98d777ab3e0fcff08126b34a
44
config_hash: d0e248ca79b5e8c02f412a9f5cbf5fc5

src/resources/network-interconnects/interconnects.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ export namespace InterconnectCreateResponse {
174174
type: string;
175175

176176
owner?: string;
177+
178+
/**
179+
* Bandwidth structure as visible through the customer-facing API.
180+
*/
181+
speed?: '50M' | '100M' | '200M' | '300M' | '400M' | '500M' | '1G' | '2G' | '5G' | '10G' | '20G' | '50G';
177182
}
178183
}
179184

@@ -226,6 +231,11 @@ export namespace InterconnectListResponse {
226231
type: string;
227232

228233
owner?: string;
234+
235+
/**
236+
* Bandwidth structure as visible through the customer-facing API.
237+
*/
238+
speed?: '50M' | '100M' | '200M' | '300M' | '400M' | '500M' | '1G' | '2G' | '5G' | '10G' | '20G' | '50G';
229239
}
230240
}
231241

@@ -273,6 +283,11 @@ export namespace InterconnectGetResponse {
273283
type: string;
274284

275285
owner?: string;
286+
287+
/**
288+
* Bandwidth structure as visible through the customer-facing API.
289+
*/
290+
speed?: '50M' | '100M' | '200M' | '300M' | '400M' | '500M' | '1G' | '2G' | '5G' | '10G' | '20G' | '50G';
276291
}
277292
}
278293

0 commit comments

Comments
 (0)