diff --git a/.stats.yml b/.stats.yml index 460712b217..b4d9bc39c4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1256 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d1c6ef4fb324b6507af8b79469a4b1e63bf323a0a7736cdcd39ae9d1217ed5fe.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e9e968f2bf05402754affac40563fb49a9f7979ad72579fd407bedb0ba702ff5.yml diff --git a/src/resources/dns/records.ts b/src/resources/dns/records.ts index 4415b8e19d..6351007a91 100644 --- a/src/resources/dns/records.ts +++ b/src/resources/dns/records.ts @@ -197,12 +197,6 @@ export interface ARecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -269,12 +263,6 @@ export interface AAAARecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -346,12 +334,6 @@ export interface CAARecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -439,12 +421,6 @@ export interface CERTRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -532,12 +508,6 @@ export interface CNAMERecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -609,12 +579,6 @@ export interface DNSKEYRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -707,12 +671,6 @@ export interface DSRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -805,12 +763,6 @@ export interface HTTPSRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -898,12 +850,6 @@ export interface LOCRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1037,12 +983,6 @@ export interface MXRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1108,12 +1048,6 @@ export interface NAPTRRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1211,12 +1145,6 @@ export interface NSRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1277,12 +1205,6 @@ export interface PTRRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1415,12 +1337,6 @@ export interface SMIMEARecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1516,12 +1432,6 @@ export interface SRVRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1636,12 +1546,6 @@ export interface SSHFPRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1729,12 +1633,6 @@ export interface SVCBRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1822,12 +1720,6 @@ export interface TLSARecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -1929,12 +1821,6 @@ export interface TXTRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */ @@ -2006,12 +1892,6 @@ export interface URIRecord { */ created_on?: string; - /** - * Whether this record can be modified/deleted (true means it's managed by - * Cloudflare). - */ - locked?: boolean; - /** * Extra Cloudflare-specific information about the record. */