From aaaa578f6fabc65ebc89e7b94740932703b3c577 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 14:03:44 +0000 Subject: [PATCH] feat(api): api update --- .stats.yml | 4 ++-- src/resources/dns/settings/account/account.ts | 4 ++-- src/resources/dns/settings/account/views.ts | 20 +++++++++---------- src/resources/dns/settings/zone.ts | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.stats.yml b/.stats.yml index 58deec611b..5c6f45a88e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 1707 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f78a35abf9d278902c3a5eb8d4e7d4e95a2b140f2a4232fa1cdeb9903e0cb84a.yml -openapi_spec_hash: 92d871db6baffc6ddacbd694cb109414 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5c35402447e53718289f20efeb2057f3cdecd299425924ad251479d6c4852fc2.yml +openapi_spec_hash: ebb145ffdc717a5cc9391fd37a7eb0e8 config_hash: e30b863eac83985d5919f958f3cd8993 diff --git a/src/resources/dns/settings/account/account.ts b/src/resources/dns/settings/account/account.ts index a7d74ed0c5..97b5227fa9 100644 --- a/src/resources/dns/settings/account/account.ts +++ b/src/resources/dns/settings/account/account.ts @@ -294,7 +294,7 @@ export namespace AccountGetResponse { export interface AccountEditParams { /** - * Path param: Identifier + * Path param: Identifier. */ account_id: string; @@ -425,7 +425,7 @@ export namespace AccountEditParams { export interface AccountGetParams { /** - * Identifier + * Identifier. */ account_id: string; } diff --git a/src/resources/dns/settings/account/views.ts b/src/resources/dns/settings/account/views.ts index 7831d4d3e0..1023b8749b 100644 --- a/src/resources/dns/settings/account/views.ts +++ b/src/resources/dns/settings/account/views.ts @@ -88,7 +88,7 @@ export class ViewListResponsesV4PagePaginationArray extends V4PagePaginationArra export interface ViewCreateResponse { /** - * Identifier + * Identifier. */ id: string; @@ -115,7 +115,7 @@ export interface ViewCreateResponse { export interface ViewListResponse { /** - * Identifier + * Identifier. */ id: string; @@ -142,14 +142,14 @@ export interface ViewListResponse { export interface ViewDeleteResponse { /** - * Identifier + * Identifier. */ id?: string; } export interface ViewEditResponse { /** - * Identifier + * Identifier. */ id: string; @@ -176,7 +176,7 @@ export interface ViewEditResponse { export interface ViewGetResponse { /** - * Identifier + * Identifier. */ id: string; @@ -203,7 +203,7 @@ export interface ViewGetResponse { export interface ViewCreateParams { /** - * Path param: Identifier + * Path param: Identifier. */ account_id: string; @@ -220,7 +220,7 @@ export interface ViewCreateParams { export interface ViewListParams extends V4PagePaginationArrayParams { /** - * Path param: Identifier + * Path param: Identifier. */ account_id: string; @@ -283,14 +283,14 @@ export namespace ViewListParams { export interface ViewDeleteParams { /** - * Identifier + * Identifier. */ account_id: string; } export interface ViewEditParams { /** - * Path param: Identifier + * Path param: Identifier. */ account_id: string; @@ -307,7 +307,7 @@ export interface ViewEditParams { export interface ViewGetParams { /** - * Identifier + * Identifier. */ account_id: string; } diff --git a/src/resources/dns/settings/zone.ts b/src/resources/dns/settings/zone.ts index 5f338444af..b048edcf0e 100644 --- a/src/resources/dns/settings/zone.ts +++ b/src/resources/dns/settings/zone.ts @@ -275,7 +275,7 @@ export namespace ZoneGetResponse { export interface ZoneEditParams { /** - * Path param: Identifier + * Path param: Identifier. */ zone_id: string; @@ -403,7 +403,7 @@ export namespace ZoneEditParams { export interface ZoneGetParams { /** - * Identifier + * Identifier. */ zone_id: string; }