🌐 AI搜索 & 代理 主页
Skip to content

Commit faffcaf

Browse files
stainless-app[bot]meorphis
authored andcommitted
feat(zero_trust_organization): swap to upsert for creation (#2165)
1 parent 87066cf commit faffcaf

File tree

6 files changed

+209
-487
lines changed

6 files changed

+209
-487
lines changed

api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ Methods:
23452345

23462346
Types:
23472347

2348-
- <code><a href="./src/resources/api-gateway/operations/operations.ts">APIShieldOperation</a></code>
2348+
- <code><a href="./src/resources/api-gateway/operations/operations.ts">APIShield</a></code>
23492349
- <code><a href="./src/resources/api-gateway/operations/operations.ts">OperationCreateResponse</a></code>
23502350
- <code><a href="./src/resources/api-gateway/operations/operations.ts">OperationListResponse</a></code>
23512351
- <code><a href="./src/resources/api-gateway/operations/operations.ts">OperationDeleteResponse</a></code>

src/resources/api-gateway/api-gateway.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import * as ExpressionTemplateAPI from './expression-template/expression-templat
2222
import { ExpressionTemplate } from './expression-template/expression-template';
2323
import * as OperationsAPI from './operations/operations';
2424
import {
25-
APIShieldOperation,
25+
APIShield,
2626
OperationBulkDeleteParams,
2727
OperationBulkDeleteResponse,
2828
OperationCreateParams,
@@ -92,7 +92,7 @@ export declare namespace APIGateway {
9292

9393
export {
9494
Operations as Operations,
95-
type APIShieldOperation as APIShieldOperation,
95+
type APIShield as APIShield,
9696
type OperationCreateResponse as OperationCreateResponse,
9797
type OperationListResponse as OperationListResponse,
9898
type OperationDeleteResponse as OperationDeleteResponse,

src/resources/api-gateway/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export { ExpressionTemplate } from './expression-template/index';
1919
export {
2020
OperationListResponsesV4PagePaginationArray,
2121
Operations,
22-
type APIShieldOperation,
22+
type APIShield,
2323
type OperationCreateResponse,
2424
type OperationListResponse,
2525
type OperationDeleteResponse,

src/resources/api-gateway/operations/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export {
44
OperationListResponsesV4PagePaginationArray,
55
Operations,
6-
type APIShieldOperation,
6+
type APIShield,
77
type OperationCreateResponse,
88
type OperationListResponse,
99
type OperationDeleteResponse,

0 commit comments

Comments
 (0)