Skip to content

Commit

Permalink
feat(api): api update (#2260)
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 bfbfdcf commit c0259cd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 23 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: 1480
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-44c89a561938bdc3a04bf86b60afa04650b1b9c246c07987e9ae26ca3cdf18fe.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-64d4fa2d88511612fbb26659965c2b7b2d016b10e3a96a786e93066817865e4f.yml
1 change: 0 additions & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,6 @@ Types:
- <code><a href="./src/resources/dns/records.ts">NSRecord</a></code>
- <code><a href="./src/resources/dns/records.ts">PTRRecord</a></code>
- <code><a href="./src/resources/dns/records.ts">Record</a></code>
- <code><a href="./src/resources/dns/records.ts">RecordProcessTiming</a></code>
- <code><a href="./src/resources/dns/records.ts">RecordTags</a></code>
- <code><a href="./src/resources/dns/records.ts">SMIMEARecord</a></code>
- <code><a href="./src/resources/dns/records.ts">SRVRecord</a></code>
Expand Down
2 changes: 0 additions & 2 deletions src/resources/dns/dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
RecordListParams,
RecordListResponse,
RecordListResponsesV4PagePaginationArray,
RecordProcessTiming,
RecordScanParams,
RecordScanResponse,
RecordTags,
Expand Down Expand Up @@ -172,7 +171,6 @@ export declare namespace DNS {
type NSRecord as NSRecord,
type PTRRecord as PTRRecord,
type Record as Record,
type RecordProcessTiming as RecordProcessTiming,
type RecordTags as RecordTags,
type SMIMEARecord as SMIMEARecord,
type SRVRecord as SRVRecord,
Expand Down
1 change: 0 additions & 1 deletion src/resources/dns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export {
type NSRecord,
type PTRRecord,
type Record,
type RecordProcessTiming,
type RecordTags,
type SMIMEARecord,
type SRVRecord,
Expand Down
18 changes: 0 additions & 18 deletions src/resources/dns/records.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2677,23 +2677,6 @@ export namespace RecordParam {
}
}

export interface RecordProcessTiming {
/**
* When the file parsing ended.
*/
end_time?: string;

/**
* Processing time of the file in seconds.
*/
process_time?: number;

/**
* When the file parsing started.
*/
start_time?: string;
}

/**
* Individual tag of the form name:value (the name must consist of only letters,
* numbers, underscores and hyphens)
Expand Down Expand Up @@ -11124,7 +11107,6 @@ export declare namespace Records {
type NSRecord as NSRecord,
type PTRRecord as PTRRecord,
type Record as Record,
type RecordProcessTiming as RecordProcessTiming,
type RecordTags as RecordTags,
type SMIMEARecord as SMIMEARecord,
type SRVRecord as SRVRecord,
Expand Down

0 comments on commit c0259cd

Please sign in to comment.