File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/resources/dns/zone-transfers Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1793
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4c332037b2e3a81eddd5e4a3679c6fed381e622f670e29ba8c253b3025ffcada .yml
3
- openapi_spec_hash : abf5539486b185e473486e76aaa77f1d
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5e5b26e5cf334f361471217b18dff786f8e79e4b5d43184666a390bfc3869021 .yml
3
+ openapi_spec_hash : 32d560f182d8fb9c03f555971a0775da
4
4
config_hash : 04c3e87def66bed3001640fca84ff9c5
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class ForceAXFRResource extends APIResource {
28
28
}
29
29
30
30
/**
31
- * When force_axfr query parameter is set to true, the response is a simple string
31
+ * When force_axfr query parameter is set to true, the response is a simple string.
32
32
*/
33
33
export type ForceAXFR = string ;
34
34
Original file line number Diff line number Diff line change @@ -179,12 +179,12 @@ export class OutgoingResource extends APIResource {
179
179
}
180
180
181
181
/**
182
- * The zone transfer status of a primary zone
182
+ * The zone transfer status of a primary zone.
183
183
*/
184
184
export type DisableTransfer = string ;
185
185
186
186
/**
187
- * The zone transfer status of a primary zone
187
+ * The zone transfer status of a primary zone.
188
188
*/
189
189
export type EnableTransfer = string ;
190
190
@@ -223,7 +223,7 @@ export interface Outgoing {
223
223
}
224
224
225
225
/**
226
- * The zone transfer status of a primary zone
226
+ * The zone transfer status of a primary zone.
227
227
*/
228
228
export type OutgoingStatus = string | null ;
229
229
@@ -301,7 +301,7 @@ export interface OutgoingDeleteResponse {
301
301
302
302
/**
303
303
* When force_notify query parameter is set to true, the response is a simple
304
- * string
304
+ * string.
305
305
*/
306
306
export type OutgoingForceNotifyResponse = string ;
307
307
You can’t perform that action at this time.
0 commit comments