Skip to content

Commit 7d842ba

Browse files
feat(api): api update
1 parent ee5db39 commit 7d842ba

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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: 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
44
config_hash: 04c3e87def66bed3001640fca84ff9c5

src/resources/dns/zone-transfers/force-axfr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class ForceAXFRResource extends APIResource {
2828
}
2929

3030
/**
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.
3232
*/
3333
export type ForceAXFR = string;
3434

src/resources/dns/zone-transfers/outgoing/outgoing.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ export class OutgoingResource extends APIResource {
179179
}
180180

181181
/**
182-
* The zone transfer status of a primary zone
182+
* The zone transfer status of a primary zone.
183183
*/
184184
export type DisableTransfer = string;
185185

186186
/**
187-
* The zone transfer status of a primary zone
187+
* The zone transfer status of a primary zone.
188188
*/
189189
export type EnableTransfer = string;
190190

@@ -223,7 +223,7 @@ export interface Outgoing {
223223
}
224224

225225
/**
226-
* The zone transfer status of a primary zone
226+
* The zone transfer status of a primary zone.
227227
*/
228228
export type OutgoingStatus = string | null;
229229

@@ -301,7 +301,7 @@ export interface OutgoingDeleteResponse {
301301

302302
/**
303303
* When force_notify query parameter is set to true, the response is a simple
304-
* string
304+
* string.
305305
*/
306306
export type OutgoingForceNotifyResponse = string;
307307

0 commit comments

Comments
 (0)