Releases: cloudflare/cloudflare-typescript
Release list
v5.1.0
5.1.0 (2025-09-12)
Full Changelog: v5.0.0...v5.1.0
Features
- Merge branch 'vaishak/skip-worker-test' into 'main' (a556698)
Bug Fixes
- coerce nullable values to undefined (7847e84)
- correctly handle sending multipart/form-data requests with JSON (e9deab6)
Chores
v5.0.0
Full Changelog: v4.5.0...v5.0.0
This is a retroactive changelog for our v5.0.0 release. Cloudflare recognizes that the changelog originally published did not provide the detail needed for users to feel confident in this release and failed to outline the meaningful amount of breaking changes it included.
The large amount of breaking changes in this release are primarily due to a change in OpenAPI definitions, which our libraries are based off of, bug fixes and codegen updates that we rely on to read those OpenAPI definitions and produce our SDK libraries. As the codegen is always evolving and improving, so are our code bases.
Breaking Changes
Abuse Reports
-
createreportTypeparameter changed from restricted literal union to genericstringtype'abuse_dmca' | 'abuse_trademark' | 'abuse_general' | 'abuse_phishing' | 'abuse_children' | 'abuse_threat' | 'abuse_registrar_whois' | 'abuse_ncsei'->string
-
AbuseReportsChildrenAbuseReport→AbuseReportsCsamReport -
All Report Types
- URL separator changed from space/newline to newline only in
urlsfield - IP address separator changed from space/newline to newline only in
source_ipsanddestination_ipsfields - Each report type now requires a specific
actvalue instead of a union of all types:AbuseReportsDmcaReport.act: must be'abuse_dmca'AbuseReportsTrademarkReport.act: must be'abuse_trademark'AbuseReportsGeneralReport.act: must be'abuse_general'AbuseReportsPhishingReport.act: must be'abuse_phishing'AbuseReportsCsamReport.act: must be'abuse_children'AbuseReportsThreatReport.act: must be'abuse_threat'AbuseReportsRegistrarWhoisReport.act: must be'abuse_registrar_whois'AbuseReportsNcseiReport.act: must be'abuse_ncsei'
- URL separator changed from space/newline to newline only in
-
AbuseReportsDmcaReport
agree: changed from0 | 1to1host_notification: changed from'send' | 'send-anon' | 'none'to'send'owner_notification: changed from'send' | 'send-anon' | 'none'to'send'- Optional → Required:
address1,agent_name,agree,city,country,original_work,signature,state,host_notification,owner_notification - Removed fields:
destination_ips,justification,ncmec_notification,ncsei_subject_representation,ports_protocols,source_ips,trademark_number,trademark_office,trademark_symbol
-
AbuseReportsTrademarkReport
host_notification: changed from'send' | 'send-anon' | 'none'to'send'onlyowner_notification: changed from'send' | 'send-anon' | 'none'to'send'only- Optional → Required:
host_notification,justification,owner_notification,trademark_number,trademark_office,trademark_symbol - Removed fields:
address1,agent_name,agree,city,country,destination_ips,ncmec_notification,ncsei_subject_representation,original_work,ports_protocols,signature,source_ips,state
-
AbuseReportsGeneralReport
host_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')- Optional → Required:
host_notification,justification,owner_notification - Removed fields:
address1,agent_name,agree,city,country,ncmec_notification,ncsei_subject_representation,original_work,signature,state,trademark_number,trademark_office,trademark_symbol
-
AbuseReportsPhishingReport
host_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')owner_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')- Optional → Required:
host_notification,justification,owner_notification - Removed fields:
address1,agent_name,agree,city,country,destination_ips,ncmec_notification,ncsei_subject_representation,ports_protocols,signature,source_ips,state,trademark_number,trademark_office,trademark_symbol
-
AbuseReportsCsamReport
host_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')ncmec_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')- Optional → Required:
host_notification,justification,ncmec_notification,owner_notification - Removed fields:
address1,agent_name,agree,city,destination_ips,ncsei_subject_representation,original_work,ports_protocols,signature,source_ips,state,trademark_number,trademark_office,trademark_symbol
-
AbuseReportsThreatReport
host_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')owner_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')- Optional → Required:
host_notification,justification,owner_notification - Removed fields:
address1,agent_name,agree,city,country,destination_ips,ncmec_notification,ncsei_subject_representation,original_work,ports_protocols,signature,source_ips,state,trademark_number,trademark_office,trademark_symbol
-
AbuseReportsRegistrarWhoisReport
- Optional → Required:
owner_notification - Removed fields:
address1,agent_name,agree,city,country,destination_ips,host_notification,justification,ncmec_notification,ncsei_subject_representation,original_work,ports_protocols,signature,source_ips,state,trademark_number,trademark_office,trademark_symbol
- Optional → Required:
-
AbuseReportsNcseiReport
host_notification: changed from'send' | 'send-anon' | 'none'to'send' | 'send-anon'(removed 'none')ncsei_subject_representation: changed from optional to requiredboolean- Optional → Required:
host_notification,ncsei_subject_representation,owner_notification - Removed fields:
address1,agent_name,agree,city,destination_ips,justification,ncmec_notification,original_work,ports_protocols,signature,source_ips,state,trademark_number,trademark_office,trademark_symbol
Accounts
Account- Added required field
type: 'standard' | 'enterprise'
- Added required field
AccountUpdateParams.type- Added required field
type: 'standard' | 'enterprise'
- Added required field
AuditListResponsesCursorLimitPagination→AuditListResponsesCursorPaginationAfterAuditListParams: now extendsCursorPaginationAfterParamsinstead ofCursorLimitPaginationParams
Addressing
-
BGPPrefix.withdraw_if_no_route→BGPPrefix.auto_advertise_withdraw -
BGPPrefixEditParams.withdraw_if_no_route→BGPPrefixEditParams.auto_advertise_withdrawNote: This is functionally a rename - the new
auto_advertise_withdrawfield provides the same functionality as the removedwithdraw_if_no_routefield.
AI
AssetCreateResponse: simplified from object to boolean success flag{ success: boolean }->{ id: string, bucket_name: string, created_at: string, file_name: string, finetune_id: string, modified_at: string }
Argo
SmartRoutingEditResponse: changed fromunknown | string | nullto structured interfaceid: stringeditable: booleanvalue: 'on' | 'off'modified_on?: string
SmartRoutingGetResponse: changed fromunknown | string | nullto structured interfaceid: stringeditable: booleanvalue: 'on' | 'off'modified_on?: string
Brand Protection
submit:BrandProtectionSubmitParams: removedurlparameter- Return type:
Submit→BrandProtectionSubmitResponseBrandProtectionSubmitResponsestructure:{ skipped_urls?: Array<{ [key: string]: unknown }>, submitted_urls?: Array<{ [key: string]: unknown }> }
urlInfo:BrandProtectionURLInfoParams: removedurlandurl_idparameters- Return type changed from
Core.APIPromise<Info>toCore.PagePromise<BrandProtectionURLInfoResponsesSinglePage, BrandProtectionURLInfoResponse>- Method now returns paginated results using
SinglePageinstead of a single object BrandProtectionURLInfoResponsetype:{ [key: string]: unknown }
- Method now returns paginated results using
RuleMatch→Info.RuleMatchScanStatus→Info.ScanStatusURLInfoModelResults→Info.ModelResult
Cache
VariantEditResponse.value: changed fromstringtoVariantEditResponse.ValueVariantGetResponse.value: changed fromstringtoVariantGetResponse.ValueVariantGetResponse.Value:avif?: Array<string>bmp?: Array<string>gif?: Array<string>jp2?: Array<string>jpeg?: Array<string>jpg?: Array<string>jpg2?: Array<string>png?: Array<string>tif?: Array<string>tiff?: Array<string>webp?: Array<string>
Cloudforce One
-
Insightsclass- Removed
createmethod - Removed
deletemethod - Removed
editmethod - Removed
getmethod - Removed all associated response and parameter types
- Removed
-
ThreatEventCreateResponse- removed fields
id,accountId,indicator,indicatorTypeId,rawId,releasabilityId
- removed fields
-
ThreatEventListResponse.ThreatEvent- removed fields
id,accountId,indicator,indicatorTypeId,rawId,releasabilityId
- removed fields
-
ThreatEventEditResponse- removed fields
id,accountId,indicator,indicatorTypeId,rawId,releasabilityId
- removed fields
-
ThreatEventGetResponse- removed fields
id,accountId,indicator, `indicat...
- removed fields
v4.5.0
4.5.0 (2025-07-16)
Full Changelog: v4.4.1...v4.5.0
Features
- api: Add DELETE and POST routes for Magic Connector (9963d9d)
- api: Add Radar Bots and Web Crawlers (9e82821)
- api: api update (764caca)
- api: api update (c23f828)
- api: api update (89b424d)
- api: api update (8b08c10)
- api: api update (cae4884)
- api: api update (0589b23)
- api: api update (06999f3)
- api: api update (72e72e2)
- api: api update (511790b)
- api: api update (822a6ca)
- api: api update (99e2090)
- api: api update (01e5785)
- api: api update (47a21fc)
- api: api update (150ee87)
- api: api update (9f9cb78)
- api: api update (25c67eb)
- api: api update (3640b39)
- api: api update (a3556ec)
- api: api update (3fae8c0)
- api: api update (eb17884)
- api: api update (58ea846)
- api: api update (7c37a85)
- api: api update (99fa93e)
- api: api update (59a17cf)
- api: api update (cbdd3e8)
- brand_protection: Add new routes (0017abd)
- clean up environment call outs (6bcaa57)
- client: add breaking change detection to CI (bd975b1)
- zero_trust_dlp: Added individual resources and new routes (132b56e)
Bug Fixes
- always use multipart/form-data for some endpoints (d4ce21e)
- api: add missing
itemsparam (d9937a1) - ci: correct conditional (5257b08)
- ci: release-doctor — report correct token name (c4f2ddf)
- client: don't send
Content-Typefor bodyless methods (cdfc263)
Chores
- api: Skip broken prism test for updating custom DLP entries (3c50a16)
- api: skip broken prism tests (0f0ba6e)
- api: TTL is required on DNS records (a492965)
- ci: enable for pull requests (6898174)
- ci: only run for pushes and fork pull requests (ed461eb)
- internal: codegen related update (6a94ed9)
- make some internal functions async (4e89649)
- mention unit type in timeout docs (a5ad7f3)
v4.4.1
4.4.1 (2025-06-16)
Full Changelog: v4.4.0...v4.4.1
Features
- client: add support for endpoint-specific base URLs (f399656)
Bug Fixes
- api: Update zone subscription paths (f0ff0b7)
v4.4.0
4.4.0 (2025-06-16)
Full Changelog: v4.3.0...v4.4.0
Features
- api: Add IAM User Groups and AutoRAG (ddaa2cf)
- api: Add new bulk deletion endpoint for ZT infra targets (9f1c3d4)
- api: api update (efc48f6)
- api: api update (b1b9980)
- api: api update (206e4c0)
- api: api update (b77b145)
- api: api update (4e21d4c)
- api: api update (7d60f61)
- api: api update (27a3eea)
- api: api update (ed6dbd8)
- api: api update (bddd0eb)
- api: api update (62cde77)
- api: api update (2d6d5cc)
- api: api update (b88ab0f)
- api: api update (5e19ba4)
- api: api update (7066108)
- api: api update (e51ec4c)
- api: api update (5e215f7)
- api: api update (3fccd42)
- api: api update (6e67cdf)
- api: api update (1b47452)
- api: api update (354969e)
- api: api update (d6ffe16)
- api: api update (1e91d99)
- api: api update (3306019)
- api: api update (fdff247)
- api: api update (31bc9f7)
- api: api update (f39cf09)
- api: api update (f51f6f7)
- api: api update (feaacff)
- api: api update (8e8267d)
- api: api update (eb3c9e2)
- api: api update (3cfe5e2)
- api: api update (251f100)
- api: fix account ID types (e18e7f0)
- infrastructure_targets: swap DELETE handler to new endpoint (cccb606)
Bug Fixes
- add back kv.namespaces bulk methods (d9218c8)
- add missing properties (289d3da)
- AI: Add explicit variant names for union types (9a0b96d)
- api: 'name' and 'type' are required on dns_record (113bfec)
- config: Diagnostic errors (383f29e)
- DLP: Add explicit variant names (557a827)
- publish script — handle NPM errors correctly (0c1aa10)
- types: generate missing types (7e6a67f)
- workers: send multipart as json (27be8af)
Chores
v4.3.0
4.3.0 (2025-05-21)
Full Changelog: v4.2.0...v4.3.0
Features
- access_settings: add CRUD support (f10edca)
- api: api update (4b92c4f)
- api: api update (8f538f0)
- api: api update (3383cee)
- api: api update (63c569a)
- api: api update (267933d)
- api: api update (f2248f5)
- api: api update (38c6642)
- api: api update (b6ed1cc)
- api: api update (2cd116d)
- api: api update (04b28c9)
- api: api update (32246fe)
- api: api update (610ee95)
- api: api update (b98e9dd)
- api: api update (d8a282f)
- api: api update (a63f486)
- api: api update (8833eee)
- api: api update (d0c063d)
- api: api update (04b1f4b)
- api: api update (fc0816e)
- api: api update (1645e91)
- api: api update (ee6d90f)
- api: api update (3d6233f)
- api: api update (2a65e03)
- api: api update (a06323d)
- api: api update (dd94764)
- api: api update (aa75d23)
- api: api update (fb8f01b)
- api: api update (515205e)
- api: api update (d30643b)
- api: api update (392ac4d)
- api: api update (ccf8894)
- api: api update (cceaf7f)
- api: api update (d9ca485)
- api: api update (f136fa7)
- api: api update (06205bd)
- api: api update (57e6a56)
- api: api update (7627ea8)
- api: api update (e273904)
- api: manual updates (9dba1b4)
- api: manual updates (3f56e74)
- api: manual updates (7f5a183)
- api: manual updates (2d164bc)
- api: update path placeholders (8419794)
- device_settings: swap list to get endpoint (9f4a764)
- schema_validation: add mapped endpoints (e95421c)
- threat_events: add list support (6de3b53)
Bug Fixes
- api: fix path placeholders (61b35dd)
- client: fix bug where subresource has the same name as its parent resource (1d17818)
- client: reexported types for subresource with the same name as its parent (a91a792)
- urlscanner: don't unwwrap scan response (643bd93)
Chores
- ci: bump node version for release workflows (57c53b4)
- docs: add missing deprecation warnings (6ddef2c)
Documentation
v4.2.0
4.2.0 (2025-03-18)
Full Changelog: v4.1.0...v4.2.0
Features
- add SKIP_BREW env var to ./scripts/bootstrap (#2480) (9cf8f0a)
- ai_gateway: add urls support (#2517) (a2624e6)
- api: api update (#2436) (e6f6e17)
- api: api update (#2439) (c03fa42)
- api: api update (#2441) (9c819a8)
- api: api update (#2444) (cd03eaa)
- api: api update (#2445) (eb4e5b2)
- api: api update (#2453) (4c8540b)
- api: api update (#2457) (7f00303)
- api: api update (#2458) (5eafe54)
- api: api update (#2459) (27e4048)
- api: api update (#2460) (cc704ac)
- api: api update (#2463) (3fb110d)
- api: api update (#2465) (c09dcf8)
- api: api update (#2468) (eb196c4)
- api: api update (#2469) (50486e4)
- api: api update (#2471) (33322e9)
- api: api update (#2473) (8e3df71)
- api: api update (#2474) (87c659a)
- api: api update (#2475) (6e65552)
- api: api update (#2476) (49a48d8)
- api: api update (#2478) (9402eb1)
- api: api update (#2479) (e78893a)
- api: api update (#2491) (95331f0)
- api: api update (#2492) (9c3ef42)
- api: api update (#2493) (0b006c6)
- api: api update (#2494) (91e7a25)
- api: api update (#2495) (57c7f54)
- api: api update (#2497) (aefc773)
- api: api update (#2498) (253dc00)
- api: api update (#2503) (e74872e)
- api: api update (#2504) (179b4dd)
- api: api update (#2505) (723a06b)
- api: api update (#2507) (35e4991)
- api: api update (#2509) (1eda18e)
- api: api update (#2510) (699f14f)
- api: api update (#2511) (ebe6695)
- api: api update (#2513) (a5b6b5f)
- api: api update (#2514) (240e90c)
- api: api update (#2515) (9196753)
- api: api update (#2521) (b8f3091)
- api: api update (#2522) (cb257d1)
- api: api update (#2524) (50f80fb)
- api: cloudforce one port scan APIs (#2464) (f346c6c)
- api: manual updates (#2456) (b2d54a0)
- api: manual updates (#2487) (e31950a)
- api: manual updates (#2501) ([e372a1d](https://git...
v4.1.0
4.1.0 (2025-02-11)
Full Changelog: v4.0.0...v4.1.0
Features
- access: make
access_requestssingular for model (#2395) (4ee3552) - access: move policy rules into policy namespace (#2368) (f44409c)
- account_roles: explicitly configure
page_paginationfor listing (#2375) (599e114) - api_token_permission_groups: define
getoperation for datasources (#2387) (b2fa16f) - api: add endpoint mappings (#2367) (fb28a4a)
- api: api update (#2329) (ce888a3)
- api: api update (#2333) (92f76f1)
- api: api update (#2334) (2898f78)
- api: api update (#2335) (00393b8)
- api: api update (#2337) (4c68949)
- api: api update (#2346) (d0d1f43)
- api: api update (#2348) (72d2e68)
- api: api update (#2349) (d69623e)
- api: api update (#2352) (3f74352)
- api: api update (#2353) (1ea74eb)
- api: api update (#2354) (4ecac84)
- api: api update (#2355) (e3664cd)
- api: api update (#2356) (b339146)
- api: api update (#2357) (bf1f8d6)
- api: api update (#2358) (d1233a8)
- api: api update (#2359) (2b2dea7)
- api: api update (#2360) (96a121d)
- api: api update (#2361) (c915617)
- api: api update (#2365) (4875e6f)
- api: api update (#2366) (478b5d7)
- api: api update (#2371) (63216c7)
- api: api update (#2374) (f44f933)
- api: api update (#2378) (41666da)
- api: api update (#2379) (91d9eb6)
- api: api update (#2382) (3f5a8f8)
- api: api update (#2385) (a0c6283)
- api: api update (#2386) (3dddd9d)
- api: api update (#2389) (cbbfd71)
- api: api update (#2393) (e99b603)
- api: api update (#2397) (0acede3)
- api: automatic updates (#2388) (0e954e2)
- api: manual updates (#2342) (2596a68)
- api: manual updates (#2377) (98b7b1f)
- api: update internal path (#2396) (6948a0b)
- client: send
X-Stainless-Timeoutheader (#2381) (d139336) - custom_ns: mark endpoints as deprecated (#2343) (0990a01)
- network_interconnects: add support for endpoints (#2351) (2603868)
- r2_bucket_event_notification: add resource and flatten method hierarchy (#2394) (506ee63)
- roles: enable correct pagination parameters (#2398) (378b12f)
- subscription: apply enums for rate_plan.id (#2376) (18fb3a6)...
v4.0.0
4.0.0 (2025-01-14)
Full Changelog: v3.5.0...v4.0.0
⚠ BREAKING CHANGES
- addressing: reshuffle relationship in the namespace to align with the product (#2290)
- r2: rename
cf-r2-jurisdictionto more usablejurisdictionparameter (#2279) - r2: rename
cf-r2-jurisdictionto more usablejurisdictionparameter (#2278) - r2: rename
cf-r2-jurisdictionto more usablejurisdictionparameter (#2277) - loa_documents: move download subresource into parent as
get(#2274) - addressing: move service bindings to dedicated namespace (#2273)
- ai: move to dedicated namespace (#2241)
- kv: move analytics under existing namespace (#2212)
- zone_transfers: move under DNS namespace (#2208)
- dnssec: move under DNS namespace (#2207)
- url_scanner: swap all methods to be v2 only (#2206)
- warp_connector: move under zero trust namespace (#2195)
- calls: split turn and sfu apps (#2099)
Features
- addressing: move service bindings to dedicated namespace (#2273) (66e2a04)
- addressing: reshuffle relationship in the namespace to align with the product (#2290) (af68b5d)
- ai: add support for search endpoints and finetunes (#2275) (7cbefee)
- ai: move AI back to dedicated namespace (#2246) (ef18a36)
- ai: move to dedicated namespace (#2241) (0e5231b)
- api: add more path mappings (#2153) (f95f175)
- api: Add new Aegis zone setting (#2287) (fc1c802)
- api: Add PATCH zone hold update method (#2240) (bf162ce)
- api: api shield operations updates; rename discovery resource (#2263) (6053b14)
- api: api update (#2095) (8bc3925)
- api: api update (#2096) (2ad4904)
- api: api update (#2097) (7b27dc1)
- api: api update (#2098) (6c37a3e)
- api: api update (#2102) (0317db2)
- api: api update (#2103) (a76563d)
- api: api update (#2104) (93ce20e)
- api: api update (#2105) (ad74309)
- api: api update (#2106) (2330530)
- api: api update (#2108) (5bef56e)
- api: api update (#2109) (04903fe)
- api: api update (#2111) (ead76b8)
- api: api update (#2112) (67cd748)
- api: api update (#2113) (b1749ec)
- api: api update (#2114) (1fe3d47)
- api: api update (#2115) (a0555ed)
- api: api update (#2119) (a31ec78)
- api: api update (#2120) (55849b2)
- api: api update (#2121) (c34e30a)
- api: api update (#2123) (9911931)
- api: api update (#2124) (025572d)
- api: api update (#2125) (b126dd9)
- api: api update (#2126) (93b93d8)
- api: api update (#2127) (c5ec717)
- api: api update (#2128) (62b07b5)
- api: api update (#2129) (7f1d762)
- api: api update (#2137) (a24a64d)
- api: api update (#2138) (caa573c)
- api: api update ([#2139](https:...
v3.5.0
3.5.0 (2024-07-16)
Warning
v3.x of this library is a ground-up rewrite of the SDK, using code generation from our OpenAPI spec.
This package should be in a usable state for many projects, but expect frequent minor breaking
changes as we rename methods and types. If this isn't suitable for you project, we recommend
pinning to a specific version until you have time to perform an upgrade.
Full Changelog: v3.4.0...v3.5.0
Features
- api: OpenAPI spec update via Stainless API (b67cbd4)
- api: OpenAPI spec update via Stainless API (0573c9a)
- api: OpenAPI spec update via Stainless API (c0a336b)
- api: OpenAPI spec update via Stainless API (66bb2da)
- api: OpenAPI spec update via Stainless API (ce4dc99)
- api: OpenAPI spec update via Stainless API (5dd6ed3)
- api: OpenAPI spec update via Stainless API (c484d6d)
- api: OpenAPI spec update via Stainless API (530ae23)
- api: OpenAPI spec update via Stainless API (d90fb99)
- api: OpenAPI spec update via Stainless API (a015022)
- api: OpenAPI spec update via Stainless API (cae94d5)
- api: OpenAPI spec update via Stainless API (57b19a2)
- api: OpenAPI spec update via Stainless API (1024eed)
- api: OpenAPI spec update via Stainless API (ad35a00)
- api: OpenAPI spec update via Stainless API (d6bc55c)
- api: OpenAPI spec update via Stainless API (846ba4c)
- api: OpenAPI spec update via Stainless API (3589da0)
- api: OpenAPI spec update via Stainless API (7c82074)
- api: OpenAPI spec update via Stainless API (9a7bac3)
- api: OpenAPI spec update via Stainless API (4a53973)
- api: OpenAPI spec update via Stainless API (d3d3125)
- api: OpenAPI spec update via Stainless API (e9898ce)
- api: OpenAPI spec update via Stainless API (d4540be)
- api: OpenAPI spec update via Stainless API (35596a7)
- api: OpenAPI spec update via Stainless API (9951ec9)
- api: OpenAPI spec update via Stainless API (5b2b222)
- api: OpenAPI spec update via Stainless API (6080523)
- api: OpenAPI spec update via Stainless API (145d3eb)
- api: OpenAPI spec update via Stainless API (b23a5e1)
- api: OpenAPI spec update via Stainless API (5e17f09)
- api: OpenAPI spec update via Stainless API (3d2c2b2)
- api: OpenAPI spec update via Stainless API (7559904)
- api: OpenAPI spec update via Stainless API (bbe6b56)
- api: OpenAPI spec update via Stainless API (2104c24)
- api: OpenAPI spec update via Stainless API (fbcfc52)
- api: OpenAPI spec update via Stainless API (60dafc2)
- api: OpenAPI spec update via Stainless API (05675d4)
- api: OpenAPI spec update via Stainless API (e0ac3b1)
- api: OpenAPI spec update via Stainless API (368febc)
- api: OpenAPI spec update via Stainless API (fcc6b93)
- api: OpenAPI spec update via Stainless API (0ab426d)
- api: OpenAPI spec update via Stainless API (6523582)
- api: OpenAPI spec update via Stainless API (a30adfb)
- api: OpenAPI spec update via Stainless API (de5a8db)
- api: OpenAPI spec update via Stainless API (876d149)
- api: OpenAPI spec update via Stainless API (eb1dbc3)
- api: OpenAPI spec update via Stainless API (0334d44)
- api: OpenAPI spec update via Stainless API (e093869)
- api: OpenAPI spec update via Stainless API (ad2584c)
- api: OpenAPI spec update via Stainless API (1dc01be)
- api: OpenAPI spec update via Stainless API (c32f63f)
- api: OpenAPI spec update via Stainless API (52dac9a)
- api: OpenAPI spec update via Stainless API (bf9ea87)
- api: OpenAPI spec update via Stainless API (979f007)
- api: OpenAPI spec update via Stainless API (daaa821)
- api: OpenAPI spec update via Stainless API (8df2fc5)
- api: OpenAPI spec update via Stainless API (bdd578b)
- api: OpenAPI spec update via Stainless API ([9c4f4a9](9c4f4a9...