File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
tests/api-resources/accounts Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1348
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c5cb74975efe9667b51432b86c1468bc759577818f1ccf6058493344f433cb23 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-60eaec2f4029582531bbb45c66bb499e91203845eeeb3d507ae7ed5675a6bbe6 .yml
Original file line number Diff line number Diff line change @@ -86,11 +86,6 @@ export namespace Account {
86
86
* Account settings
87
87
*/
88
88
export interface Settings {
89
- /**
90
- * Sets an abuse contact email to notify for abuse reports.
91
- */
92
- abuse_contact_email ?: string ;
93
-
94
89
/**
95
90
* Specifies the default nameservers to be used for new zones added to this
96
91
* account.
@@ -149,11 +144,6 @@ export namespace AccountUpdateParams {
149
144
* Account settings
150
145
*/
151
146
export interface Settings {
152
- /**
153
- * Sets an abuse contact email to notify for abuse reports.
154
- */
155
- abuse_contact_email ?: string ;
156
-
157
147
/**
158
148
* Specifies the default nameservers to be used for new zones added to this
159
149
* account.
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ describe('resource accounts', () => {
26
26
account_id : { } ,
27
27
name : 'Demo Account' ,
28
28
settings : {
29
- abuse_contact_email : 'string' ,
30
29
default_nameservers : 'cloudflare.standard' ,
31
30
enforce_twofactor : true ,
32
31
use_account_custom_ns_by_default : true ,
You can’t perform that action at this time.
0 commit comments