Skip to content

Commit e51ec4c

Browse files
feat(api): api update
1 parent 0614a85 commit e51ec4c

File tree

6 files changed

+1506
-2965
lines changed

6 files changed

+1506
-2965
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1751
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-37793ea0affb7c20693224555f407c8bf2acd5347ec09bcfde81b99eb516e30d.yml
3-
openapi_spec_hash: 8001963097c104db68370a69266bc160
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1fe23c2b96b28c275d9fa9aa84c80204d1c133b05d8bd06576490b744717bebd.yml
3+
openapi_spec_hash: f1f25f232107e95c1df69870abfc0cc9
44
config_hash: 259b5eeae0358ea7d7756b294847f140

api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,6 @@ Types:
960960
- <code><a href="./src/resources/dns/records.ts">NAPTRRecord</a></code>
961961
- <code><a href="./src/resources/dns/records.ts">NSRecord</a></code>
962962
- <code><a href="./src/resources/dns/records.ts">PTRRecord</a></code>
963-
- <code><a href="./src/resources/dns/records.ts">Record</a></code>
964963
- <code><a href="./src/resources/dns/records.ts">RecordResponse</a></code>
965964
- <code><a href="./src/resources/dns/records.ts">RecordTags</a></code>
966965
- <code><a href="./src/resources/dns/records.ts">SMIMEARecord</a></code>

src/resources/dns/dns.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import {
2727
NAPTRRecord,
2828
NSRecord,
2929
PTRRecord,
30-
Record,
3130
RecordBatchParams,
3231
RecordBatchResponse,
3332
RecordCreateParams,
@@ -168,7 +167,6 @@ export declare namespace DNS {
168167
type NAPTRRecord as NAPTRRecord,
169168
type NSRecord as NSRecord,
170169
type PTRRecord as PTRRecord,
171-
type Record as Record,
172170
type RecordResponse as RecordResponse,
173171
type RecordTags as RecordTags,
174172
type SMIMEARecord as SMIMEARecord,

src/resources/dns/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export {
2828
type NAPTRRecord,
2929
type NSRecord,
3030
type PTRRecord,
31-
type Record,
3231
type RecordResponse,
3332
type RecordTags,
3433
type SMIMEARecord,

0 commit comments

Comments
 (0)