Skip to content

chore: 🐝 Update SDK - Generate 5.0.2#123

Merged
tmilewski merged 1 commit intomainfrom
speakeasy-sdk-regen-1770165884
Feb 6, 2026
Merged

chore: 🐝 Update SDK - Generate 5.0.2#123
tmilewski merged 1 commit intomainfrom
speakeasy-sdk-regen-1770165884

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2026

SDK update

Versioning

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

Ruby SDK Changes:

  • open_api_client.waitlist_entries.bulk_create(): Added
  • open_api_client.billing.list_prices(): Added
  • open_api_client.billing.create_price(): Added
  • open_api_client.users.list():
    • request Changed
    • response.[].external_accounts[].email_address_verified Added
  • open_api_client.users.create(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.count(): request Changed
  • open_api_client.users.get(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.update(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.ban(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.unban(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.bulk_ban(): response.[].external_accounts[].email_address_verified Added
  • open_api_client.users.bulk_unban(): response.[].external_accounts[].email_address_verified Added
  • open_api_client.users.lock(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.unlock(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.set_profile_image(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.delete_profile_image(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.update_metadata(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.set_password_compromised(): response.external_accounts[].email_address_verified Added
  • open_api_client.users.unset_password_compromised(): response.external_accounts[].email_address_verified Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (7156:3)
│ ├──[+] path (7193:3)
│ ├──[+] path (6993:3)
│ ├──[+] path (7157:3)
│ ├─┬/users
│ │ └─┬GET
│ │   ├──[+] parameters (1410:17)❌ 
│ │   ├──[+] parameters (1418:17)❌ 
│ │   ├──[+] parameters (1426:17)❌ 
│ │   └──[+] parameters (1435:17)❌ 
│ ├─┬/beta_features/instance_settings
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬progressive_sign_up
│ │           └──[🔀] description (3329:32)
│ └─┬/users/count
│   └─┬GET
│     ├──[+] parameters (1845:17)❌ 
│     ├──[+] parameters (1855:17)❌ 
│     ├──[+] parameters (1829:17)❌ 
│     └──[+] parameters (1837:17)❌ 
└─┬Components
  ├──[+] responses (15559:7)
  ├──[+] responses (15573:7)
  ├──[+] responses (15579:7)
  ├──[-] schemas (14191:13)❌ 
  ├──[+] schemas (13973:7)
  ├──[+] schemas (13917:7)
  ├──[+] schemas (13989:7)
  ├─┬CommercePriceTransitionDetails
  │ └─┬previous_price
  │   └──[🔀] $ref (13917:13)❌ 
  ├─┬ExternalAccountWithVerification
  │ ├──[+] properties (11137:9)
  │ ├─┬username
  │ │ ├──[🔀] type (11171:17)❌ 
  │ │ ├──[+] format (11172:19)❌ 
  │ │ ├──[+] description (11173:24)
  │ │ └──[-] nullable (10958:31)❌ 
  │ ├─┬provider
  │ │ └──[+] nullable (11158:21)❌ 
  │ ├─┬provider_user_id
  │ │ └──[-] description (10939:34)
  │ ├─┬last_name
  │ │ └──[+] nullable (11164:21)❌ 
  │ ├─┬verification
  │ │ ├──[-] discriminator (10985:25)❌ 
  │ │ ├──[🔀] type (11154:17)❌ 
  │ │ ├──[-] oneOf (10843:13)❌ 
  │ │ └──[-] oneOf (10885:13)❌ 
  │ ├─┬image_url
  │ │ └──[-] nullable (10955:31)❌ 
  │ ├─┬phone_number
  │ │ ├──[+] enum (11121:15)
  │ │ ├──[+] enum (11122:15)
  │ │ ├──[+] enum (11123:15)
  │ │ ├──[+] description (11119:24)
  │ │ └──[-] nullable (10961:31)❌ 
  │ ├─┬public_metadata
  │ │ ├──[-] additionalProperties (10964:43)❌ 
  │ │ ├──[🔀] type (11132:17)❌ 
  │ │ └──[+] description (11131:24)
  │ ├─┬first_name
  │ │ ├──[🔀] type (11138:17)❌ 
  │ │ ├──[+] description (11140:24)
  │ │ └──[+] nullable (11139:21)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (10929:27)❌ 
  │ │ ├──[-] enum (10930:27)❌ 
  │ │ ├──[-] enum (10931:27)❌ 
  │ │ └──[-] description (10927:34)
  │ └─┬updated_at
  │   ├──[+] additionalProperties (11161:33)❌ 
  │   ├──[🔀] type (11160:17)❌ 
  │   ├──[-] format (10975:29)❌ 
  │   └──[-] description (10976:34)
  └─┬OrganizationMembership
    └──[🔀] description (11528:20)
Document Element Total Changes Breaking Changes
paths 13 8
components 41 23

View full report

Linting Report 0 errors, 57 warnings, 31 hints

View full report

RUBY CHANGELOG

constsAndDefaults: 0.1.2 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.11.13 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.11.12 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

globalSecurity: 2.81.10 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.706.1

@github-actions github-actions bot added the patch Patch version bump label Feb 4, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770165884 branch from da41229 to 115830d Compare February 5, 2026 00:50
* `open_api_client.waitlist_entries.bulk_create()`: **Added**
* `open_api_client.billing.list_prices()`: **Added**
* `open_api_client.billing.create_price()`: **Added**
* `open_api_client.users.list()`: 
  *  `request` **Changed**
  *  `response.[].external_accounts[].email_address_verified` **Added**
* `open_api_client.users.create()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.count()`:  `request` **Changed**
* `open_api_client.users.get()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.update()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.ban()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.unban()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.bulk_ban()`:  `response.[].external_accounts[].email_address_verified` **Added**
* `open_api_client.users.bulk_unban()`:  `response.[].external_accounts[].email_address_verified` **Added**
* `open_api_client.users.lock()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.unlock()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.set_profile_image()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.delete_profile_image()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.update_metadata()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.set_password_compromised()`:  `response.external_accounts[].email_address_verified` **Added**
* `open_api_client.users.unset_password_compromised()`:  `response.external_accounts[].email_address_verified` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1770165884 branch from 115830d to 11fe297 Compare February 6, 2026 00:46
@tmilewski tmilewski merged commit 4e4bd73 into main Feb 6, 2026
5 checks passed
@tmilewski tmilewski deleted the speakeasy-sdk-regen-1770165884 branch February 6, 2026 15:45
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.

2 participants