8000 feat(api): api update · cloudflare/cloudflare-python@542b143 · GitHub
[go: up one dir, main page]

Skip to content

Commit 542b143

Browse files
feat(api): api update
1 parent a2f9775 commit 542b143

17 files changed

+88
-88
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: 1739
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-21fbf04b9222bd0059426c105b24c16b4775d5595c651a04e63fb78a1a686fab.yml
3-
openapi_spec_hash: f8d6920ea1ae1d014bf07d744a3c07cf
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0cdae9cd9fb10ee8c0e0782ff7b5455a016e370cca16c6513659c3403b701fee.yml
3+
openapi_spec_hash: 14cfbe2e05653562c8f046b797531303
44
config_hash: 832d410720874fa45f75366ae536db6c

src/cloudflare/resources/magic_cloud_networking/catalog_syncs/catalog_syncs.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def create(
8787
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
8888
) -> CatalogSyncCreateResponse:
8989
"""
90-
Create a new Catalog Sync (Closed Beta)
90+
Create a new Catalog Sync (Closed Beta).
9191
9292
Args:
9393
extra_headers: Send extra headers
@@ -140,7 +140,7 @@ def update(
140140
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
141141
) -> CatalogSyncUpdateResponse:
142142
"""
143-
Update a Catalog Sync (Closed Beta)
143+
Update a Catalog Sync (Closed Beta).
144144
145145
Args:
146146
extra_headers: Send extra headers
@@ -188,7 +188,7 @@ def list(
188188
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
189189
) -> SyncSinglePage[CatalogSyncListResponse]:
190190
"""
191-
List Catalog Syncs (Closed Beta)
191+
List Catalog Syncs (Closed Beta).
192192
193193
Args:
194194
extra_headers: Send extra headers
@@ -224,7 +224,7 @@ def delete(
224224
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
225225
) -> CatalogSyncDeleteResponse:
226226
"""
227-
Delete a Catalog Sync (Closed Beta)
227+
Delete a Catalog Sync (Closed Beta).
228228
229229
Args:
230230
extra_headers: Send extra headers
@@ -271,7 +271,7 @@ def edit(
271271
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
272272
) -> CatalogSyncEditResponse:
273273
"""
274-
Update a Catalog Sync (Closed Beta)
274+
Update a Catalog Sync (Closed Beta).
275275
276276
Args:
277277
extra_headers: Send extra headers
@@ -320,7 +320,7 @@ def get(
320320
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
321321
) -> CatalogSyncGetResponse:
322322
"""
323-
Read a Catalog Sync (Closed Beta)
323+
Read a Catalog Sync (Closed Beta).
324324
325325
Args:
326326
extra_headers: Send extra headers
@@ -361,7 +361,7 @@ def refresh(
361361
) -> str:
362362
"""
363363
Refresh a Catalog Sync's destination by running the sync policy against latest
364-
resource catalog (Closed Beta)
364+
resource catalog (Closed Beta).
365365
366366
Args:
367367
extra_headers: Send extra headers
@@ -431,7 +431,7 @@ async def create(
431431
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
432432
) -> CatalogSyncCreateResponse:
433433
"""
434-
Create a new Catalog Sync (Closed Beta)
434+
Create a new Catalog Sync (Closed Beta).
435435
436436
Args:
437437
extra_headers: Send extra headers
@@ -484,7 +484,7 @@ async def update(
484484
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
485485
) -> CatalogSyncUpdateResponse:
486486
"""
487-
Update a Catalog Sync (Closed Beta)
487+
Update a Catalog Sync (Closed Beta).
488488
489489
Args:
490490
extra_headers: Send extra headers
@@ -532,7 +532,7 @@ def list(
532532
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
533533
) -> AsyncPaginator[CatalogSyncListResponse, AsyncSinglePage[CatalogSyncListResponse]]:
534534
"""
535-
List Catalog Syncs (Closed Beta)
535+
List Catalog Syncs (Closed Beta).
536536
537537
Args:
538538
extra_headers: Send extra headers
@@ -568,7 +568,7 @@ async def delete(
568568
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
569569
) -> CatalogSyncDeleteResponse:
570570
"""
571-
Delete a Catalog Sync (Closed Beta)
571+
Delete a Catalog Sync (Closed Beta).
572572
573573
Args:
574574
extra_headers: Send extra headers
@@ -615,7 +615,7 @@ async def edit(
615615
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
616616
) -> CatalogSyncEditResponse:
617617
"""
618-
Update a Catalog Sync (Closed Beta)
618+
Update a Catalog Sync (Closed Beta).
619619
620620
Args:
621621
extra_headers: Send extra headers
@@ -664,7 +664,7 @@ async def get(
664664
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
665665
) -> CatalogSyncGetResponse:
666666
"""
667-
Read a Catalog Sync (Closed Beta)
667+
Read a Catalog Sync (Closed Beta).
668668
669669
Args:
670670
extra_headers: Send extra headers
@@ -705,7 +705,7 @@ async def refresh(
705705
) -> str:
706706
"""
707707
Refresh a Catalog Sync's destination by running the sync policy against latest
708-
resource catalog (Closed Beta)
708+
resource catalog (Closed Beta).
709709
710710
Args:
711711
extra_headers: Send extra headers

src/cloudflare/resources/magic_cloud_networking/catalog_syncs/prebuilt_policies.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def list(
5757
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5858
) -> SyncSinglePage[PrebuiltPolicyListResponse]:
5959
"""
60-
List prebuilt catalog sync policies (Closed Beta)
60+
List prebuilt catalog sync policies (Closed Beta).
6161
6262
Args:
63-
destination_type: specify type of destination, omit to return all
63+
destination_type: Specify type of destination, omit to return all.
6464
6565
extra_headers: Send extra headers
6666
@@ -121,10 +121,10 @@ def list(
121121
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
122122
) -> AsyncPaginator[PrebuiltPolicyListResponse, AsyncSinglePage[PrebuiltPolicyListResponse]]:
123123
"""
124-
List prebuilt catalog sync policies (Closed Beta)
124+
List prebuilt catalog sync policies (Closed Beta).
125125
126126
Args:
127-
destination_type: specify type of destination, omit to return all
127+
destination_type: Specify type of destination, omit to return all.
128128
129129
extra_headers: Send extra headers
130130

src/cloudflare/resources/magic_cloud_networking/cloud_integrations.py

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def create(
7979
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
8080
) -> CloudIntegrationCreateResponse:
8181
"""
82-
Create a new Cloud Integration (Closed Beta)
82+
Create a new Cloud Integration (Closed Beta).
8383
8484
Args:
8585
extra_headers: Send extra headers
@@ -133,7 +133,7 @@ def update(
133133
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
134134
) -> CloudIntegrationUpdateResponse:
135135
"""
136-
Update a Cloud Integration (Closed Beta)
136+
Update a Cloud Integration (Closed Beta).
137137
138138
Args:
139139
extra_headers: Send extra headers
@@ -188,10 +188,10 @@ def list(
188188
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
189189
) -> SyncSinglePage[CloudIntegrationListResponse]:
190190
"""
191-
List Cloud Integrations (Closed Beta)
191+
List Cloud Integrations (Closed Beta).
192192
193193
Args:
194-
order_by: one of ["updated_at", "id", "cloud_type", "name"]
194+
order_by: One of ["updated_at", "id", "cloud_type", "name"].
195195
196196
extra_headers: Send extra headers
197197
@@ -237,7 +237,7 @@ def delete(
237237
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
238238
) -> CloudIntegrationDeleteResponse:
239239
"""
240-
Delete a Cloud Integration (Closed Beta)
240+
Delete a Cloud Integration (Closed Beta).
241241
242242
Args:
243243
extra_headers: Send extra headers
@@ -278,7 +278,7 @@ def discover(
278278
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
279279
) -> CloudIntegrationDiscoverResponse:
280280
"""
281-
Run discovery for a Cloud Integration (Closed Beta)
281+
Run discovery for a Cloud Integration (Closed Beta).
282282
283283
Args:
284284
extra_headers: Send extra headers
@@ -317,7 +317,7 @@ def discover_all(
317317
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
318318
) -> CloudIntegrationDiscoverAllResponse:
319319
"""
320-
Run discovery for all Cloud Integrations in an account (Closed Beta)
320+
Run discovery for all Cloud Integrations in an account (Closed Beta).
321321
322322
Args:
323323
extra_headers: Send extra headers
@@ -358,7 +358,7 @@ def edit(
358358
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
359359
) -> CloudIntegrationEditResponse:
360360
"""
361-
Update a Cloud Integration (Closed Beta)
361+
Update a Cloud Integration (Closed Beta).
362362
363363
Args:
364364
extra_headers: Send extra headers
@@ -411,7 +411,7 @@ def get(
411411
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
412412
) -> CloudIntegrationGetResponse:
413413
"""
414-
Read a Cloud Integration (Closed Beta)
414+
Read a Cloud Integration (Closed Beta).
415415
416416
Args:
417417
extra_headers: Send extra headers
@@ -452,7 +452,7 @@ def initial_setup(
452452
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
453453
) -> CloudIntegrationInitialSetupResponse:
454454
"""
455-
Get initial configuration to complete Cloud Integration setup (Closed Beta)
455+
Get initial configuration to complete Cloud Integration setup (Closed Beta).
456456
457457
Args:
458458
extra_headers: Send extra headers
@@ -521,7 +521,7 @@ async def create(
521521
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
522522
) -> CloudIntegrationCreateResponse:
523523
"""
524-
Create a new Cloud Integration (Closed Beta)
524+
Create a new Cloud Integration (Closed Beta).
525525
526526
Args:
527527
extra_headers: Send extra headers
@@ -575,7 +575,7 @@ async def update(
575575
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
576576
) -> CloudIntegrationUpdateResponse:
577577
"""
578-
Update a Cloud Integration (Closed Beta)
578+
Update a Cloud Integration (Closed Beta).
579579
580580
Args:
581581
extra_headers: Send extra headers
@@ -630,10 +630,10 @@ def list(
630630
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
631631
) -> AsyncPaginator[CloudIntegrationListResponse, AsyncSinglePage[CloudIntegrationListResponse]]:
632632
"""
633-
List Cloud Integrations (Closed Beta)
633+
List Cloud Integrations (Closed Beta).
634634
635635
Args:
636-
order_by: one of ["updated_at", "id", "cloud_type", "name"]
636+
order_by: One of ["updated_at", "id", "cloud_type", "name"].
637637
638638
extra_headers: Send extra headers
639639
@@ -679,7 +679,7 @@ async def delete(
679679
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
680680
) -> CloudIntegrationDeleteResponse:
681681
"""
682-
Delete a Cloud Integration (Closed Beta)
682+
Delete a Cloud Integration (Closed Beta).
683683
684684
Args:
685685
extra_headers: Send extra headers
@@ -720,7 +720,7 @@ async def discover(
720720
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
721721
) -> CloudIntegrationDiscoverResponse:
722722
"""
723-
Run discovery for a Cloud Integration (Closed Beta)
723+
Run discovery for a Cloud Integration (Closed Beta).
724724
725725
Args:
726726
extra_headers: Send extra headers
@@ -761,7 +761,7 @@ async def discover_all(
761761
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
762762
) -> CloudIntegrationDiscoverAllResponse:
763763
"""
764-
Run discovery for all Cloud Integrations in an account (Closed Beta)
764+
Run discovery for all Cloud Integrations in an account (Closed Beta).
765765
766766
Args:
767767
extra_headers: Send extra headers
@@ -802,7 +802,7 @@ async def edit(
802802
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
803803
) -> CloudIntegrationEditResponse:
804804
"""
805-
Update a Cloud Integration (Closed Beta)
805+
Update a Cloud Integration (Closed Beta).
806806
807807
Args:
808808
extra_headers: Send extra headers
@@ -855,7 +855,7 @@ async def get(
855855
timeout: float 10000 | httpx.Timeout | None | NotGiven = NOT_GIVEN,
856856
) -> CloudIntegrationGetResponse:
857857
"""
858-
Read a Cloud Integration (Closed Beta)
858+
Read a Cloud Integration (Closed Beta).
859859
860860
Args:
861861
extra_headers: Send extra headers
@@ -898,7 +898,7 @@ async def initial_setup(
898898
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
899899
) -> CloudIntegrationInitialSetupResponse:
900900
"""
901-
Get initial configuration to complete Cloud Integration setup (Closed Beta)
901+
Get initial configuration to complete Cloud Integration setup (Closed Beta).
902902
903903
Args:
904904
extra_headers: Send extra headers

src/cloudflare/resources/magic_cloud_networking/on_ramps/address_spaces.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def update(
5959
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
6060
) -> AddressSpaceUpdateResponse:
6161
"""
62-
Update the Magic WAN Address Space (Closed Beta)
62+
Update the Magic WAN Address Space (Closed Beta).
6363
6464
Args:
6565
extra_headers: Send extra headers
@@ -97,7 +97,7 @@ def list(
9797
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
9898
) -> AddressSpaceListResponse:
9999
"""
100-
Read the Magic WAN Address Space (Closed Beta)
100+
Read the Magic WAN Address Space (Closed Beta).
101101
102102
Args:
103103
extra_headers: Send extra headers
@@ -135,7 +135,7 @@ def edit(
135135
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
136136
) -> AddressSpaceEditResponse:
137137
"""
138-
ECDD Update the Magic WAN Address Space (Closed Beta)
138+
Update the Magic WAN Address Space (Closed Beta).
139139
140140
Args:
141141
extra_headers: Send extra headers
@@ -195,7 +195,7 @@ async def update(
195195
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
196196
) -> AddressSpaceUpdateResponse:
197197
"""
198-
Update the Magic WAN Address Space (Closed Beta)
198+
Update the Magic WAN Address Space (Closed Beta).
199199
200200
Args:
201201
extra_headers: Send extra headers
@@ -235,7 +235,7 @@ async def list(
235235
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
236236
) -> AddressSpaceListResponse:
237237
"""
238-
Read the Magic WAN Address Space (Closed Beta)
238+
Read the Magic WAN Address Space (Closed Beta).
239239
240240
Args:
241241
extra_headers: Send extra headers
@@ -273,7 +273,7 @@ async def edit(
273273
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
274274
) -> AddressSpaceEditResponse:
275275
"""
276-
Update the Magic WAN Address Space (Closed Beta)
276+
Update the Magic WAN Address Space (Closed Beta).
277277
278278
Args:
279279
extra_headers: Send extra headers

0 commit comments

Comments
 (0)
0