Skip to content

Commit a46cf0d

Browse files
feat(api): api update
1 parent 0e41683 commit a46cf0d

6 files changed

Lines changed: 28 additions & 28 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1769
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0f3bf6678e549722d633cef51241e71ea7038a6c5864f515828bd8ac3bfcfe56.yml
3-
openapi_spec_hash: c8f403dd109187ede2e9e53c4bc4828e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1808c87874336dc94c3a56c44a1817623312d1c6193bdeb0d23033eb008d8a96.yml
3+
openapi_spec_hash: 120985e048bb5be7a3c96033ed492a55
44
config_hash: 18e6b76de8b719dd7c9c28614ac32643

src/cloudflare/resources/api_gateway/operations/schema_validation.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def with_streaming_response(self) -> SchemaValidationResourceWithStreamingRespon
5454
return SchemaValidationResourceWithStreamingResponse(self)
5555

5656
@typing_extensions.deprecated(
57-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
57+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
5858
)
5959
def update(
6060
self,
@@ -110,7 +110,7 @@ def update(
110110
)
111111

112112
@typing_extensions.deprecated(
113-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
113+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
114114
)
115115
def edit(
116116
self,
@@ -154,7 +154,7 @@ def edit(
154154
)
155155

156156
@typing_extensions.deprecated(
157-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
157+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
158158
)
159159
def get(
160160
self,
@@ -218,7 +218,7 @@ def with_streaming_response(self) -> AsyncSchemaValidationResourceWithStreamingR
218218
return AsyncSchemaValidationResourceWithStreamingResponse(self)
219219

220220
@typing_extensions.deprecated(
221-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
221+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
222222
)
223223
async def update(
224224
self,
@@ -274,7 +274,7 @@ async def update(
274274
)
275275

276276
@typing_extensions.deprecated(
277-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
277+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
278278
)
279279
async def edit(
280280
self,
@@ -320,7 +320,7 @@ async def edit(
320320
)
321321

322322
@typing_extensions.deprecated(
323-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
323+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
324324
)
325325
async def get(
326326
self,

src/cloudflare/resources/api_gateway/settings/schema_validation.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def with_streaming_response(self) -> SchemaValidationResourceWithStreamingRespon
4646
return SchemaValidationResourceWithStreamingResponse(self)
4747

4848
@typing_extensions.deprecated(
49-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
49+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
5050
)
5151
def update(
5252
self,
@@ -111,7 +111,7 @@ def update(
111111
)
112112

113113
@typing_extensions.deprecated(
114-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
114+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
115115
)
116116
def edit(
117117
self,
@@ -177,7 +177,7 @@ def edit(
177177
)
178178

179179
@typing_extensions.deprecated(
180-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
180+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
181181
)
182182
def get(
183183
self,
@@ -236,7 +236,7 @@ def with_streaming_response(self) -> AsyncSchemaValidationResourceWithStreamingR
236236
return AsyncSchemaValidationResourceWithStreamingResponse(self)
237237

238238
@typing_extensions.deprecated(
239-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
239+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
240240
)
241241
async def update(
242242
self,
@@ -301,7 +301,7 @@ async def update(
301301
)
302302

303303
@typing_extensions.deprecated(
304-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
304+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
305305
)
306306
async def edit(
307307
self,
@@ -367,7 +367,7 @@ async def edit(
367367
)
368368

369369
@typing_extensions.deprecated(
370-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
370+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
371371
)
372372
async def get(
373373
self,

src/cloudflare/resources/api_gateway/user_schemas/hosts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def with_streaming_response(self) -> HostsResourceWithStreamingResponse:
4545
return HostsResourceWithStreamingResponse(self)
4646

4747
@typing_extensions.deprecated(
48-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
48+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
4949
)
5050
def list(
5151
self,
@@ -121,7 +121,7 @@ def with_streaming_response(self) -> AsyncHostsResourceWithStreamingResponse:
121121
return AsyncHostsResourceWithStreamingResponse(self)
122122

123123
@typing_extensions.deprecated(
124-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
124+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
125125
)
126126
def list(
127127
self,

src/cloudflare/resources/api_gateway/user_schemas/operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def with_streaming_response(self) -> OperationsResourceWithStreamingResponse:
4747
return OperationsResourceWithStreamingResponse(self)
4848

4949
@typing_extensions.deprecated(
50-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
50+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
5151
)
5252
def list(
5353
self,
@@ -153,7 +153,7 @@ def with_streaming_response(self) -> AsyncOperationsResourceWithStreamingRespons
153153
return AsyncOperationsResourceWithStreamingResponse(self)
154154

155155
@typing_extensions.deprecated(
156-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
156+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
157157
)
158158
def list(
159159
self,

src/cloudflare/resources/api_gateway/user_schemas/user_schemas.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def with_streaming_response(self) -> UserSchemasResourceWithStreamingResponse:
7979
return UserSchemasResourceWithStreamingResponse(self)
8080

8181
@typing_extensions.deprecated(
82-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
82+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
8383
)
8484
def create(
8585
self,
@@ -148,7 +148,7 @@ def create(
148148
)
149149

150150
@typing_extensions.deprecated(
151-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
151+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
152152
)
153153
def list(
154154
self,
@@ -211,7 +211,7 @@ def list(
211211
)
212212

213213
@typing_extensions.deprecated(
214-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
214+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
215215
)
216216
def delete(
217217
self,
@@ -252,7 +252,7 @@ def delete(
252252
)
253253

254254
@typing_extensions.deprecated(
255-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
255+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
256256
)
257257
def edit(
258258
self,
@@ -303,7 +303,7 @@ def edit(
303303
)
304304

305305
@typing_extensions.deprecated(
306-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
306+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
307307
)
308308
def get(
309309
self,
@@ -381,7 +381,7 @@ def with_streaming_response(self) -> AsyncUserSchemasResourceWithStreamingRespon
381381
return AsyncUserSchemasResourceWithStreamingResponse(self)
382382

383383
@typing_extensions.deprecated(
384-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
384+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
385385
)
386386
async def create(
387387
self,
@@ -450,7 +450,7 @@ async def create(
450450
)
451451

452452
@typing_extensions.deprecated(
453-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
453+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
454454
)
455455
def list(
456456
self,
@@ -513,7 +513,7 @@ def list(
513513
)
514514

515515
@typing_extensions.deprecated(
516-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
516+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
517517
)
518518
async def delete(
519519
self,
@@ -554,7 +554,7 @@ async def delete(
554554
)
555555

556556
@typing_extensions.deprecated(
557-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
557+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
558558
)
559559
async def edit(
560560
self,
@@ -605,7 +605,7 @@ async def edit(
605605
)
606606

607607
@typing_extensions.deprecated(
608-
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation) instead."
608+
"Use [Schema Validation API](https://developers.cloudflare.com/api/resources/schema_validation/) instead."
609609
)
610610
async def get(
611611
self,

0 commit comments

Comments
 (0)