Skip to content

Commit 0acede3

Browse files
feat(api): api update (#2397)
1 parent 2b931c9 commit 0acede3

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1525
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-201a9d77b2e238cb2f8c2c952b00b976608e2a53fe4230369e801971fda29edc.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a19d8d47ccadec52630bf49d288b1a7a6280e882e04cc46b6e3a58291cdb06fb.yml

src/resources/zero-trust/tunnels/management.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export class Management extends APIResource {
2323
}
2424
}
2525

26+
/**
27+
* The Tunnel Token is used as a mechanism to authenticate the operation of a
28+
* tunnel.
29+
*/
2630
export type ManagementCreateResponse = string;
2731

2832
export interface ManagementCreateParams {

src/resources/zero-trust/tunnels/token.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export class Token extends APIResource {
2121
}
2222
}
2323

24+
/**
25+
* The Tunnel Token is used as a mechanism to authenticate the operation of a
26+
* tunnel.
27+
*/
2428
export type TokenGetResponse = string;
2529

2630
export interface TokenGetParams {

src/resources/zero-trust/tunnels/warp-connector.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,10 @@ export namespace WARPConnectorGetResponse {
716716
}
717717
}
718718

719+
/**
720+
* The Tunnel Token is used as a mechanism to authenticate the operation of a
721+
* tunnel.
722+
*/
719723
export type WARPConnectorTokenResponse = string;
720724

721725
export interface WARPConnectorCreateParams {

0 commit comments

Comments
 (0)