Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/resources/dns/settings/account/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export namespace AccountGetResponse {

export interface AccountEditParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
account_id: string;

Expand Down Expand Up @@ -425,7 +425,7 @@ export namespace AccountEditParams {

export interface AccountGetParams {
/**
* Identifier
* Identifier.
*/
account_id: string;
}
Expand Down
20 changes: 10 additions & 10 deletions src/resources/dns/settings/account/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class ViewListResponsesV4PagePaginationArray extends V4PagePaginationArra

export interface ViewCreateResponse {
/**
* Identifier
* Identifier.
*/
id: string;

Expand All @@ -115,7 +115,7 @@ export interface ViewCreateResponse {

export interface ViewListResponse {
/**
* Identifier
* Identifier.
*/
id: string;

Expand All @@ -142,14 +142,14 @@ export interface ViewListResponse {

export interface ViewDeleteResponse {
/**
* Identifier
* Identifier.
*/
id?: string;
}

export interface ViewEditResponse {
/**
* Identifier
* Identifier.
*/
id: string;

Expand All @@ -176,7 +176,7 @@ export interface ViewEditResponse {

export interface ViewGetResponse {
/**
* Identifier
* Identifier.
*/
id: string;

Expand All @@ -203,7 +203,7 @@ export interface ViewGetResponse {

export interface ViewCreateParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
account_id: string;

Expand All @@ -220,7 +220,7 @@ export interface ViewCreateParams {

export interface ViewListParams extends V4PagePaginationArrayParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
account_id: string;

Expand Down Expand Up @@ -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;

Expand All @@ -307,7 +307,7 @@ export interface ViewEditParams {

export interface ViewGetParams {
/**
* Identifier
* Identifier.
*/
account_id: string;
}
Expand Down
4 changes: 2 additions & 2 deletions src/resources/dns/settings/zone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export namespace ZoneGetResponse {

export interface ZoneEditParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down Expand Up @@ -403,7 +403,7 @@ export namespace ZoneEditParams {

export interface ZoneGetParams {
/**
* Identifier
* Identifier.
*/
zone_id: string;
}
Expand Down