Skip to content

Commit

Permalink
feat(api): api update (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jan 13, 2025
1 parent 84d580a commit 139259d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1436
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c5682a28c312411d32f5a8447e4c50880eabf7d71415128758e7924dc434c4da.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-83d644e928810036deb1b08729305b0adf41c6e1bfbb58e6427c999fdaa85eca.yml
2 changes: 1 addition & 1 deletion src/resources/dnssec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface DNSSEC {
status?: 'active' | 'pending' | 'disabled' | 'pending-disabled' | 'error';
}

export type DNSSECDeleteResponse = unknown | string;
export type DNSSECDeleteResponse = string;

export interface DNSSECDeleteParams {
/**
Expand Down

0 comments on commit 139259d

Please sign in to comment.