Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): OpenAPI spec update via Stainless API #1136

Merged
merged 1 commit into from
Jul 15, 2024
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
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