Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 7, 2024
1 parent 2157ac0 commit 1039d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 1266
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e202d9b1bb049167a2efb5c3981c53af7bab82b6411bbbd684557eef5b435880.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e04cfc56c4a869fdc91838cb9891046cf1686ec4e45d7f7fa558cfc7e4072700.yml
8 changes: 2 additions & 6 deletions src/resources/zones/zones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,14 @@ export interface Zone {
*/
name: string;

/**
* The name servers Cloudflare assigns to a zone
*/
name_servers: Array<string>;

/**
* DNS host at the time of switching to Cloudflare
*/
original_dnshost: string | null;

/**
* Original name servers before moving to Cloudflare
* Original name servers before moving to Cloudflare Notes: Is this only available
* for full zones?
*/
original_name_servers: Array<string> | null;

Expand Down

0 comments on commit 1039d82

Please sign in to comment.