From 7fcb0f2227e0f089de26dd53e16ae8f4ecafaa68 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:19:05 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API (#1477) --- .stats.yml | 2 +- .../r2/configuration/configuration.ts | 2 +- .../event-notifications/r2/configuration/queues.ts | 4 ++-- src/resources/queues/consumers.ts | 8 ++++---- src/resources/queues/messages.ts | 4 ++-- src/resources/queues/queues.ts | 10 +++++----- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.stats.yml b/.stats.yml index f94d8de726..823cd39f04 100755 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1312 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-63b28447958a12cc6f7df7d398921a6914cc4fd62cb2acbffa2ad3de481c3e03.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cf8b5a6a07ac68f0c7c5701d1f6f78132871b96e4e6d2b6daf6cebc4be46aa29.yml diff --git a/src/resources/event-notifications/r2/configuration/configuration.ts b/src/resources/event-notifications/r2/configuration/configuration.ts index 183265ef9c..c682458c88 100755 --- a/src/resources/event-notifications/r2/configuration/configuration.ts +++ b/src/resources/event-notifications/r2/configuration/configuration.ts @@ -66,7 +66,7 @@ export namespace ConfigurationGetResponse { export interface ConfigurationGetParams { /** - * Identifier. + * Identifier */ account_id: string; } diff --git a/src/resources/event-notifications/r2/configuration/queues.ts b/src/resources/event-notifications/r2/configuration/queues.ts index 8e325b8940..db0a7091a1 100755 --- a/src/resources/event-notifications/r2/configuration/queues.ts +++ b/src/resources/event-notifications/r2/configuration/queues.ts @@ -52,7 +52,7 @@ export type QueueDeleteResponse = unknown | Array | string; export interface QueueUpdateParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; @@ -85,7 +85,7 @@ export namespace QueueUpdateParams { export interface QueueDeleteParams { /** - * Identifier. + * Identifier */ account_id: string; } diff --git a/src/resources/queues/consumers.ts b/src/resources/queues/consumers.ts index 59f25c16e6..81cf653505 100755 --- a/src/resources/queues/consumers.ts +++ b/src/resources/queues/consumers.ts @@ -169,7 +169,7 @@ export type ConsumerGetResponse = Array; export interface ConsumerCreateParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; @@ -181,7 +181,7 @@ export interface ConsumerCreateParams { export interface ConsumerUpdateParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; @@ -193,14 +193,14 @@ export interface ConsumerUpdateParams { export interface ConsumerDeleteParams { /** - * Identifier. + * Identifier */ account_id: string; } export interface ConsumerGetParams { /** - * Identifier. + * Identifier */ account_id: string; } diff --git a/src/resources/queues/messages.ts b/src/resources/queues/messages.ts index 72f74d4a1e..4903743727 100755 --- a/src/resources/queues/messages.ts +++ b/src/resources/queues/messages.ts @@ -74,7 +74,7 @@ export namespace MessagePullResponse { export interface MessageAckParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; @@ -113,7 +113,7 @@ export namespace MessageAckParams { export interface MessagePullParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; diff --git a/src/resources/queues/queues.ts b/src/resources/queues/queues.ts index b2be9a46e5..7e415c4ac1 100755 --- a/src/resources/queues/queues.ts +++ b/src/resources/queues/queues.ts @@ -128,7 +128,7 @@ export type QueueDeleteResponse = unknown | Array | string; export interface QueueCreateParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; @@ -140,7 +140,7 @@ export interface QueueCreateParams { export interface QueueUpdateParams { /** - * Path param: Identifier. + * Path param: Identifier */ account_id: string; @@ -152,21 +152,21 @@ export interface QueueUpdateParams { export interface QueueListParams { /** - * Identifier. + * Identifier */ account_id: string; } export interface QueueDeleteParams { /** - * Identifier. + * Identifier */ account_id: string; } export interface QueueGetParams { /** - * Identifier. + * Identifier */ account_id: string; }