Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#394)
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 431d2a9 commit d65f036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1259
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1f0167c5fee5c0cadf72c222f47f8fc3ba43905607b21f6a88853c061117b77b.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-543a9898a4efc4501e7101d78908dcfaa303efd8f2abb7164299dd85be87749d.yml
4 changes: 2 additions & 2 deletions src/resources/intel/dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ export interface DNSListResponse {

messages: Array<Shared.ResponseInfo>;

result: DNS;

/**
* Whether the API call was successful
*/
success: true;

result?: DNS;
}

export interface DNSListParams extends V4PagePaginationParams {
Expand Down

0 comments on commit d65f036

Please sign in to comment.