Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jan 13, 2025
1 parent 109491f commit 87066cf
Show file tree
Hide file tree
Showing 6 changed files with 487 additions and 209 deletions.
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ Methods:

Types:

- <code><a href="./src/resources/api-gateway/operations/operations.ts">APIShield</a></code>
- <code><a href="./src/resources/api-gateway/operations/operations.ts">APIShieldOperation</a></code>
- <code><a href="./src/resources/api-gateway/operations/operations.ts">OperationCreateResponse</a></code>
- <code><a href="./src/resources/api-gateway/operations/operations.ts">OperationListResponse</a></code>
- <code><a href="./src/resources/api-gateway/operations/operations.ts">OperationDeleteResponse</a></code>
Expand Down
4 changes: 2 additions & 2 deletions src/resources/api-gateway/api-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as ExpressionTemplateAPI from './expression-template/expression-templat
import { ExpressionTemplate } from './expression-template/expression-template';
import * as OperationsAPI from './operations/operations';
import {
APIShield,
APIShieldOperation,
OperationBulkDeleteParams,
OperationBulkDeleteResponse,
OperationCreateParams,
Expand Down Expand Up @@ -92,7 +92,7 @@ export declare namespace APIGateway {

export {
Operations as Operations,
type APIShield as APIShield,
type APIShieldOperation as APIShieldOperation,
type OperationCreateResponse as OperationCreateResponse,
type OperationListResponse as OperationListResponse,
type OperationDeleteResponse as OperationDeleteResponse,
Expand Down
2 changes: 1 addition & 1 deletion src/resources/api-gateway/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export { ExpressionTemplate } from './expression-template/index';
export {
OperationListResponsesV4PagePaginationArray,
Operations,
type APIShield,
type APIShieldOperation,
type OperationCreateResponse,
type OperationListResponse,
type OperationDeleteResponse,
Expand Down
2 changes: 1 addition & 1 deletion src/resources/api-gateway/operations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export {
OperationListResponsesV4PagePaginationArray,
Operations,
type APIShield,
type APIShieldOperation,
type OperationCreateResponse,
type OperationListResponse,
type OperationDeleteResponse,
Expand Down
Loading

0 comments on commit 87066cf

Please sign in to comment.