Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 15, 2024
1 parent c3fca86 commit b3df3a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 121 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
120 changes: 0 additions & 120 deletions src/resources/dns/records.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit b3df3a1

Please sign in to comment.