Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0acede3

Browse files
feat(api): api update (#2397)
1 parent2b931c9 commit0acede3

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
exporttypeManagementCreateResponse=string;
2731

2832
exportinterfaceManagementCreateParams{

‎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
exporttypeTokenGetResponse=string;
2529

2630
exportinterfaceTokenGetParams{

‎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
exporttypeWARPConnectorTokenResponse=string;
720724

721725
exportinterfaceWARPConnectorCreateParams{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp