Skip to content

chore: 🐝 Update SDK - Generate 0.7.0#2

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776731878
Open

chore: 🐝 Update SDK - Generate 0.7.0#2
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1776731878

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 21, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Mcp-typescript SDK Changes:

  • CloudinaryEnvConfig.upload_presets.createUploadPreset(): request Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.upload_presets.listUploadPresets():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.upload_presets.getUploadPreset(): response Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.upload_presets.updateUploadPreset(): request Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.upload_mappings.listUploadMappings(): response Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.triggers.listTrigger():
    • request.event_type Changed (Breaking ⚠️)
    • response.triggers[].event_type Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.triggers.createTrigger():
    • request.event_type Changed (Breaking ⚠️)
    • response.event_type Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.triggers.updateTrigger(): request Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.triggers.testTrigger(): request Changed (Breaking ⚠️)
  • CloudinaryEnvConfig.transformations.createTransformation(): response.message Changed
  • CloudinaryEnvConfig.transformations.updateTransformation(): response.message Changed
  • CloudinaryEnvConfig.transformations.deleteTransformation(): response.message Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (4:12)
├─┬Paths
│ ├─┬/v1_1/{cloud_name}/triggers
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (767:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] $ref (2248:13)❌ 
│ │ │ └─┬Responses
│ │ │   ├─┬400
│ │ │   │ └─┬application/json
│ │ │   │   └──[+] example (793:17)
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └─┬Schema
│ │ │   │     └──[🔀] $ref (2315:13)❌ 
│ │ │   └─┬401
│ │ │     └─┬application/json
│ │ │       └──[+] example (802:17)
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ ├─┬400
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[+] example (838:17)
│ │ │ │ ├─┬401
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[+] example (847:17)
│ │ │ │ └─┬409
│ │ │ │   └─┬application/json
│ │ │ │     └──[+] example (856:17)
│ │ │ └─┬Requestbody
│ │ │   ├──[+] description (818:22)
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └──[🔀] $ref (2331:13)❌ 
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/upload_presets/{name}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (2121:13)❌ 
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (2141:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   ├──[+] description (481:22)
│ │ │   ├─┬application/json
│ │ │   │ └─┬Schema
│ │ │   │   └──[🔀] $ref (1992:20)❌ 
│ │ │   └─┬application/x-www-form-urlencoded
│ │ │     └─┬Schema
│ │ │       └──[🔀] $ref (1992:20)❌ 
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (2141:13)❌ 
│ │ ├─┬Parameters
│ │ │ └──[+] description (402:22)
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/streaming_profiles
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──application/json
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └──application/json
│ │ │ └─┬Requestbody
│ │ │   └──[+] description (1076:22)
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/upload_mappings/replace
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     ├──[+] example (733:17)
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (1452:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   ├──[+] description (747:22)
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └──[🔀] $ref (2239:13)❌ 
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/transformations
│ │ ├─┬GET
│ │ │ └──[🔀] summary (58:16)
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/upload_mappings
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬ONEOF
│ │ │           └──[🔀] $ref (2179:13)❌ 
│ │ ├─┬PUT
│ │ │ ├──[🔀] summary (636:16)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     ├──[+] example (655:17)
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (2211:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   ├──[+] description (641:22)
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └──[🔀] $ref (2197:13)❌ 
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     ├──[+] example (607:17)
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (2223:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   ├──[+] description (593:22)
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └──[🔀] $ref (2197:13)❌ 
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├──[+] example (703:17)
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (2211:13)❌ 
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/transformations/{transformation}
│ │ ├─┬PUT
│ │ │ ├──[🔀] summary (207:16)
│ │ │ ├──[🔀] description (208:20)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (1452:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   └──[+] description (216:22)
│ │ ├─┬POST
│ │ │ ├──[🔀] summary (154:16)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] example (1312:16)
│ │ │ │ ├──[🔀] description (1311:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[-] example (1529:18)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (1452:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   └──[+] description (163:22)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (1452:13)❌ 
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/upload_presets
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1274:13)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] description (368:24)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] enum (374:17)
│ │ │ │   └──[-] enum (390:17)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ ├──[+] description (1319:20)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] $ref (1472:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (1503:13)❌ 
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (2018:13)❌ 
│ │ │ └─┬Requestbody
│ │ │   ├──[+] description (343:22)
│ │ │   ├─┬application/json
│ │ │   │ └─┬Schema
│ │ │   │   └──[🔀] $ref (1992:20)❌ 
│ │ │   └─┬application/x-www-form-urlencoded
│ │ │     └─┬Schema
│ │ │       └──[🔀] $ref (1992:20)❌ 
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/triggers/{id}/test
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └──application/json
│ │ │ │ ├─┬404
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └──[+] example (1034:17)
│ │ │ │ └─┬401
│ │ │ │   └─┬application/json
│ │ │ │     └──[+] example (1025:17)
│ │ │ ├─┬Requestbody
│ │ │ │ ├──[+] description (994:22)
│ │ │ │ └──application/json
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-speakeasy-mcp (980:9)
│ │ ├─┬Parameters
│ │ │ ├──[+] example (976:18)
│ │ │ ├──[+] description (975:22)
│ │ │ └─┬Schema
│ │ │   ├──[-] description (1141:24)
│ │ │   └──[-] example (1142:20)
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ ├─┬/v1_1/{cloud_name}/streaming_profiles/{name}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──application/json
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └──application/json
│ │ │ └─┬Requestbody
│ │ │   └──[+] description (1189:22)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (1452:13)❌ 
│ │ ├─┬Parameters
│ │ │ ├──[+] description (1118:22)
│ │ │ └─┬Schema
│ │ │   └──[-] description (1319:24)
│ │ └─┬Parameters
│ │   ├──[+] example (1271:16)
│ │   └─┬Schema
│ │     └──[-] description (1488:22)
│ └─┬/v1_1/{cloud_name}/triggers/{id}
│   ├─┬PUT
│   │ ├─┬Responses
│   │ │ ├─┬200
│   │ │ │ └─┬application/json
│   │ │ │   └─┬Schema
│   │ │ │     └──[🔀] $ref (1452:13)❌ 
│   │ │ ├─┬404
│   │ │ │ └─┬application/json
│   │ │ │   └──[+] example (919:17)
│   │ │ └─┬401
│   │ │   └─┬application/json
│   │ │     └──[+] example (910:17)
│   │ └─┬Requestbody
│   │   ├──[+] description (881:22)
│   │   └──application/json
│   ├─┬DELETE
│   │ └─┬Responses
│   │   ├─┬401
│   │   │ └─┬application/json
│   │   │   └──[+] example (957:17)
│   │   ├─┬200
│   │   │ └─┬application/json
│   │   │   └─┬Schema
│   │   │     └──[🔀] $ref (1452:13)❌ 
│   │   ├─┬400
│   │   │ └─┬application/json
│   │   │   └──[+] example (948:17)
│   │   └─┬404
│   │     └─┬application/json
│   │       └──[+] example (966:17)
│   ├─┬Parameters
│   │ ├──[+] example (866:18)
│   │ ├──[+] description (865:22)
│   │ └─┬Schema
│   │   ├──[-] description (1012:24)
│   │   └──[-] example (1013:20)
│   └─┬Parameters
│     ├──[+] example (1271:16)
│     └─┬Schema
│       └──[-] description (1488:22)
├─┬Components
│ ├──[+] parameters (1314:7)
│ ├──[-] schemas (2021:7)❌ 
│ ├──[+] schemas (1923:7)
│ ├──[+] schemas (1970:7)
│ ├──[+] schemas (2044:7)
│ ├──[+] schemas (2315:7)
│ ├──[+] schemas (1909:7)
│ ├──[+] schemas (1980:7)
│ ├──[+] schemas (2115:7)
│ ├──[+] schemas (2466:7)
│ ├──[+] schemas (1958:7)
│ ├──[+] schemas (2037:7)
│ ├──[+] schemas (1576:7)
│ ├──[+] schemas (1559:7)
│ ├──[+] schemas (1963:7)
│ ├──[+] schemas (2051:7)
│ ├──[+] schemas (2248:7)
│ ├──[+] schemas (1584:7)
│ ├──[+] schemas (2367:7)
│ ├──[+] schemas (2223:7)
│ ├──[+] schemas (2346:7)
│ ├──[+] schemas (2356:7)
│ ├──[+] schemas (2179:7)
│ ├──[+] schemas (2331:7)
│ ├──[+] schemas (1640:7)
│ ├──[+] schemas (1975:7)
│ ├──[+] schemas (1987:7)
│ ├──[+] schemas (1992:7)
│ ├──[+] schemas (2239:7)
│ ├──[+] schemas (2499:7)
│ ├──[-] schemas (1863:7)❌ 
│ ├──[+] schemas (2121:7)
│ ├──[+] schemas (1597:7)
│ ├──[+] schemas (1919:7)
│ ├──[-] schemas (1675:7)❌ 
│ ├──[+] schemas (2018:7)
│ ├──[+] schemas (1503:7)
│ ├──[+] schemas (1478:7)
│ ├──[+] schemas (2211:7)
│ ├──[+] schemas (2524:7)
│ ├──[+] schemas (1619:7)
│ ├──[+] schemas (1452:7)
│ ├──[+] schemas (2141:7)
│ ├──[+] schemas (1472:7)
│ ├──[+] schemas (1591:7)
│ ├──[+] schemas (2197:7)
│ ├─┬access_control_item
│ │ ├─┬end
│ │ │ ├──[-] type (1846:17)❌ 
│ │ │ ├──[🔀] description (1543:24)
│ │ │ ├──[+] oneOf (1541:15)
│ │ │ └──[+] oneOf (1542:15)
│ │ └─┬start
│ │   ├──[-] type (1842:17)❌ 
│ │   ├──[🔀] description (1537:24)
│ │   ├──[+] oneOf (1535:15)
│ │   └──[+] oneOf (1536:15)
│ └─┬trigger_info
│   └─┬event_type
│     └──[🔀] $ref (2248:13)❌ 
└─┬Extensions
  └──[🔀] x-speakeasy-globals (2534:3)
Document Element Total Changes Breaking Changes
info 1 0
paths 103 29
components 55 6

View full report

Linting Report 0 errors, 0 warnings, 1 hints

View full report

MCP-TYPESCRIPT CHANGELOG

core: 1.2.28 - 2026-05-01

🐛 Bug Fixes

  • wrap bigintOptional/decimalOptional helpers with .optional() for Zod 4.4 object-level compatibility (commit by @AshGodfrey)

core: 1.2.27 - 2026-04-23

🐛 Bug Fixes

  • build landing page origin from protocol and Host header so GET / no longer 500s (commit by @AshGodfrey)

core: 1.2.26 - 2026-04-17

🐛 Bug Fixes

  • debug logger no longer buffers JSONL/NDJSON streaming responses (commit by @AshGodfrey)

core: 1.2.25 - 2026-04-09

🐛 Bug Fixes

  • normalize cross-realm Blob-like objects in appendForm for Next.js/webpack compatibility (commit by @AshGodfrey)

core: 1.2.23 - 2026-03-23

🐛 Bug Fixes

  • resolve 422 errors on file uploads by using duck-typed Blob checks in appendForm and passing filename in isBlobLike code path (commit by @AshGodfrey)

core: 1.2.24 - 2026-03-19

🐛 Bug Fixes

  • add fixEnumNameSanitization config to preserve custom x-speakeasy-enums names with proper PascalCase (commit by @AshGodfrey)

globalSecurity: 0.1.3 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

Based on Speakeasy CLI 1.761.11

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Apr 21, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776731878 branch 7 times, most recently from 7403225 to 00d8cb8 Compare April 28, 2026 00:43
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776731878 branch 6 times, most recently from 495a056 to 6532e9b Compare May 4, 2026 00:43
* `CloudinaryEnvConfig.upload_presets.createUploadPreset()`:  `request` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.upload_presets.listUploadPresets()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.upload_presets.getUploadPreset()`:  `response` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.upload_presets.updateUploadPreset()`:  `request` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.upload_mappings.listUploadMappings()`:  `response` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.triggers.listTrigger()`: 
  *  `request.event_type` **Changed** (Breaking ⚠️)
  *  `response.triggers[].event_type` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.triggers.createTrigger()`: 
  *  `request.event_type` **Changed** (Breaking ⚠️)
  *  `response.event_type` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.triggers.updateTrigger()`:  `request` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.triggers.testTrigger()`:  `request` **Changed** (Breaking ⚠️)
* `CloudinaryEnvConfig.transformations.createTransformation()`:  `response.message` **Changed**
* `CloudinaryEnvConfig.transformations.updateTransformation()`:  `response.message` **Changed**
* `CloudinaryEnvConfig.transformations.deleteTransformation()`:  `response.message` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776731878 branch from 6532e9b to 3920f1a Compare May 5, 2026 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant