Skip to content

chore: 🐝 Update SDK - Generate API-TS 2.5.1 - #87

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784853703
Open

chore: 🐝 Update SDK - Generate API-TS 2.5.1#87
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784853703

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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.

Typescript SDK Changes:

  • unkey.apps.listApps(): response.data[] Changed (Breaking ⚠️)
  • unkey.analytics.getVerifications(): error.status[404] Removed (Breaking ⚠️)
  • unkey.apps.updateApp():
    • request Changed (Breaking ⚠️)
    • response.data Changed (Breaking ⚠️)
  • unkey.apps.getApp(): response.data Changed (Breaking ⚠️)
  • unkey.github.installApp(): Added
  • unkey.permissions.setRolePermissions(): Added
  • unkey.domains.listDomains(): Added
  • unkey.environments.listEnvironments(): response.data[].kind Added
  • unkey.domains.createDomain(): Added
  • unkey.analytics.getRatelimits(): Added
  • unkey.domains.getDomain(): Added
  • unkey.environments.getEnvironment(): response.data.kind Added
  • unkey.apps.createApp():
    • request.git Added
  • unkey.permissions.createRole():
    • request.permissions Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (8743:5)
│ ├──[+] path (9304:5)
│ ├──[+] path (10595:5)
│ ├──[+] path (9018:5)
│ ├──[+] path (12984:5)
│ ├──[+] path (6775:5)
│ ├─┬/v2/portal.listKeys
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13338:25)
│ ├─┬/v2/portal.createSession
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13132:25)
│ ├─┬/v2/portal.getVerifications
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13269:25)
│ ├─┬/v2/permissions.createRole
│ │ └─┬POST
│ │   ├──[🔀] description (12495:26)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬basic
│ │         └──[+] value (12518:37)
│ ├─┬/v2/portal.exchangeSession
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13200:25)
│ ├─┬/v2/analytics.getVerifications
│ │ └─┬POST
│ │   ├──[🔀] description (6851:26)
│ │   └─┬Responses
│ │     ├──[-] codes (6269:21)❌ 
│ │     ├─┬400
│ │     │ └──[🔀] description (6875:34)
│ │     └─┬401
│ │       └──[🔀] description (6881:34)
│ └─┬/v2/portal.rerollKey
│   └─┬POST
│     └─┬Extensions
│       └──[+] x-excluded (13413:25)
├─┬Tags
│ └──[+] domains (14750:7)
├─┬Tags
│ └──[+] github (14768:7)
└─┬Components
  ├──[+] schemas (895:13)
  ├──[+] schemas (906:13)
  ├──[+] schemas (866:13)
  ├──[+] schemas (877:13)
  ├──[+] schemas (4058:13)
  ├──[+] schemas (4589:13)
  ├──[+] schemas (4849:13)
  ├──[+] schemas (4659:13)
  ├──[+] schemas (4692:13)
  ├──[+] schemas (939:13)
  ├──[+] schemas (5491:13)
  ├──[+] schemas (838:13)
  ├──[+] schemas (4564:13)
  ├──[+] schemas (2853:13)
  ├──[+] schemas (1437:13)
  ├──[+] schemas (35:13)
  ├──[+] schemas (4040:13)
  ├──[+] schemas (3510:13)
  ├──[+] schemas (48:13)
  ├──[+] schemas (6313:13)
  ├──[+] schemas (2871:13)
  ├──[+] schemas (3928:13)
  ├─┬V2KeysVerifyKeyRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2429:37)
  ├─┬V2RatelimitSetOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3468:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3438:32)❌ 
  ├─┬V2AppsUpdateAppRequestBody
  │ ├──[-] properties (510:17)❌ 
  │ └──[+] properties (535:17)
  ├─┬V2PermissionsGetRoleRequestBody
  │ └─┬role
  │   ├──[🔀] maxLength (2748:32)❌ 
  │   ├──[🔀] minLength (2747:32)❌ 
  │   └──[-] pattern (2581:30)❌ 
  ├─┬V2KeysCreateKeyRequestBody
  │ ├─┬roles
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (1794:36)❌ 
  │ │   └──[-] pattern (1637:34)❌ 
  │ └─┬permissions
  │   ├──[-] pattern (1653:30)❌ 
  │   └─┬Schema
  │     ├──[🔀] maxLength (1809:36)❌ 
  │     └──[+] pattern (1810:34)❌ 
  ├─┬EnvironmentVariable
  │ └─┬value
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5000:37)
  ├─┬V2RatelimitDeleteOverrideRequestBody
  │ ├─┬namespace
  │ │ └──[🔀] maxLength (3208:32)❌ 
  │ └─┬identifier
  │   └──[🔀] maxLength (3221:32)❌ 
  ├─┬V2AnalyticsGetVerificationsRequestBody
  │ └─┬query
  │   └──[🔀] description (197:34)
  ├─┬V2KeysSetRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2212:36)❌ 
  │     ├──[🔀] minLength (2211:36)❌ 
  │     └──[-] pattern (2053:34)❌ 
  ├─┬V2ApisGetApiResponseData
  │ └─┬name
  │   └──[🔀] maxLength (3644:32)❌ 
  ├─┬V2PermissionsDeleteRoleRequestBody
  │ └─┬role
  │   ├──[🔀] maxLength (2687:32)❌ 
  │   ├──[🔀] minLength (2686:32)❌ 
  │   └──[-] pattern (2517:30)❌ 
  ├─┬App
  │ ├──[-] required (3741:19)❌ 
  │ ├──[-] properties (3762:17)❌ 
  │ └──[+] properties (3993:17)
  ├─┬V2KeysAddPermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (1657:36)❌ 
  │     └──[🔀] minLength (1656:36)❌ 
  ├─┬V2PortalExchangeSessionResponseData
  │ └─┬token
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (6345:37)
  ├─┬KeyResponseData
  │ └─┬plaintext
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (3780:37)
  ├─┬V2KeysWhoamiRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2499:37)
  ├─┬V2KeysRemoveRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2073:36)❌ 
  │     ├──[🔀] minLength (2072:36)❌ 
  │     └──[-] pattern (1914:34)❌ 
  ├─┬V2KeysSetPermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (2168:36)❌ 
  │     └──[🔀] minLength (2167:36)❌ 
  ├─┬V2PortalCreateSessionResponseData
  │ ├─┬url
  │ │ └─┬Extensions
  │ │   └──[+] x-unkey-redact (6332:37)
  │ └─┬sessionId
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (6325:37)
  ├─┬V2KeysRemovePermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (2029:36)❌ 
  │     └──[🔀] minLength (2028:36)❌ 
  ├─┬V2RatelimitGetOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3265:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3252:32)❌ 
  ├─┬V2PortalExchangeSessionRequestBody
  │ └─┬sessionId
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2954:37)
  ├─┬V2KeysRerollKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5924:37)
  ├─┬V2KeysMigrateKeyData
  │ ├─┬permissions
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (5783:36)❌ 
  │ │   └──[+] pattern (5784:34)❌ 
  │ └─┬roles
  │   └─┬Schema
  │     └──[🔀] maxLength (5768:36)❌ 
  ├─┬V2KeysUpdateKeyRequestBody
  │ ├─┬roles
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (2382:36)❌ 
  │ │   └──[-] pattern (2226:34)❌ 
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[🔀] maxLength (2397:36)❌ 
  │     └──[🔀] minLength (2396:36)❌ 
  ├─┬V2PermissionsGetPermissionRequestBody
  │ └─┬permission
  │   ├──[🔀] maxLength (2723:32)❌ 
  │   ├──[🔀] minLength (2722:32)❌ 
  │   └──[🔀] pattern (2724:30)❌ 
  ├─┬Environment
  │ ├──[+] required (4787:19)❌ 
  │ ├──[+] properties (4807:17)
  │ ├─┬regions
  │ │ └──[🔀] $ref (4849:19)❌ 
  │ ├─┬updatedAt
  │ │ ├──[🔀] type (4797:27)❌ 
  │ │ ├──[-] maximum (4331:30)❌ 
  │ │ ├──[-] minimum (4330:30)❌ 
  │ │ ├──[-] format (4329:29)❌ 
  │ │ ├──[🔀] description (4798:34)
  │ │ ├──[🔀] example (4800:30)
  │ │ └─┬Extensions
  │ │   ├──[-] x-go-type-skip-optional-pointer-with-omitzero (4337:68)❌ 
  │ │   └──[-] x-go-type-skip-optional-pointer (4336:54)❌ 
  │ ├─┬runtime
  │ │ └──[🔀] $ref (4841:21)❌ 
  │ └─┬slug
  │   └──[🔀] $ref (4860:19)❌ 
  ├─┬V2RatelimitLimitRequestBody
  │ ├─┬namespace
  │ │ └──[🔀] maxLength (3286:32)❌ 
  │ └─┬identifier
  │   └──[🔀] maxLength (3314:32)❌ 
  ├─┬V2PermissionsCreatePermissionRequestBody
  │ └─┬slug
  │   └──[🔀] pattern (2550:30)❌ 
  ├─┬V2ApisCreateApiRequestBody
  │ └─┬name
  │   ├──[🔀] maxLength (220:32)❌ 
  │   ├──[-] pattern (197:30)❌ 
  │   ├──[🔀] description (221:34)
  │   └──[🔀] example (224:30)
  ├─┬EnvironmentVariableInput
  │ └─┬value
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5050:37)
  ├─┬V2AppsCreateAppRequestBody
  │ ├──[+] properties (395:17)
  │ ├─┬name
  │ │ └──[🔀] $ref (3928:19)❌ 
  │ └─┬project
  │   └──[🔀] $ref (386:21)❌ 
  ├─┬V2PermissionsCreateRoleRequestBody
  │ ├──[+] properties (2617:17)
  │ └─┬name
  │   ├──[🔀] maxLength (2595:32)❌ 
  │   ├──[-] pattern (2438:30)❌ 
  │   └──[🔀] description (2596:34)
  ├─┬V2RatelimitListOverridesRequestBody
  │ └─┬namespace
  │   └──[🔀] maxLength (3372:32)❌ 
  ├─┬V2KeysCreateKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5710:37)
  ├─┬V2PermissionsDeletePermissionRequestBody
  │ └─┬permission
  │   ├──[🔀] maxLength (2649:32)❌ 
  │   ├──[🔀] minLength (2648:32)❌ 
  │   └──[🔀] pattern (2650:30)❌ 
  └─┬V2KeysAddRolesRequestBody
    └─┬roles
      └─┬Schema
        ├──[🔀] maxLength (1701:36)❌ 
        ├──[🔀] minLength (1700:36)❌ 
        └──[-] pattern (1543:34)❌ 
Document Element Total Changes Breaking Changes
paths 17 1
tags 2 0
components 113 67

View full report

Linting Report 0 errors, 3 warnings, 1 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.793.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 24, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853703 branch 7 times, most recently from cac2bf1 to 9f323ed Compare July 31, 2026 00:46
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853703 branch 8 times, most recently from 49458b4 to 14bb45c Compare August 8, 2026 00:25
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853703 branch 3 times, most recently from 99cafa9 to 3446cf2 Compare August 11, 2026 00:26
* `unkey.apps.listApps()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `unkey.analytics.getVerifications()`:  `error.status[404]` **Removed** (Breaking ⚠️)
* `unkey.apps.updateApp()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.data` **Changed** (Breaking ⚠️)
* `unkey.apps.getApp()`:  `response.data` **Changed** (Breaking ⚠️)
* `unkey.github.installApp()`: **Added**
* `unkey.permissions.setRolePermissions()`: **Added**
* `unkey.domains.listDomains()`: **Added**
* `unkey.environments.listEnvironments()`:  `response.data[].kind` **Added**
* `unkey.domains.createDomain()`: **Added**
* `unkey.analytics.getRatelimits()`: **Added**
* `unkey.domains.getDomain()`: **Added**
* `unkey.environments.getEnvironment()`:  `response.data.kind` **Added**
* `unkey.apps.createApp()`: 
  *  `request.git` **Added**
* `unkey.permissions.createRole()`: 
  *  `request.permissions` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784853703 branch from 1834219 to 0a5988c Compare August 12, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant