Skip to content

chore: 🐝 Update SDK - Generate 8.0.1 - #141

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1786581429
Open

chore: 🐝 Update SDK - Generate 8.0.1#141
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1786581429

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

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.

Ruby SDK Changes:

  • open_api_client.billing.apply_subscription_item_discount(): Added
  • open_api_client.billing.remove_subscription_item_discount(): Added
  • open_api_client.directories.list(): Added
  • open_api_client.directories.create(): Added
  • open_api_client.directories.get(): Added
  • open_api_client.directories.update(): Added
  • open_api_client.directories.delete(): Added
  • open_api_client.directories.rotate_api_key(): Added
  • open_api_client.directories.list_group_role_mappings(): Added
  • open_api_client.directories.create_group_role_mapping(): Added
  • open_api_client.directories.replace_group_role_mappings(): Added
  • open_api_client.directories.delete_group_role_mapping(): Added
  • open_api_client.users.list():
    • request.starting_after Added
  • open_api_client.instance_settings.get(): response.workspace_id Added
  • open_api_client.enterprise_connections.list(): response.data[].custom_attributes[].directory_path Added
  • open_api_client.enterprise_connections.create():
    • request.custom_attributes[].directory_path Added
    • response.custom_attributes[].directory_path Added
  • open_api_client.enterprise_connections.get(): response.custom_attributes[].directory_path Added
  • open_api_client.enterprise_connections.update():
    • request.body.custom_attributes[].directory_path Added
    • response.custom_attributes[].directory_path Added
  • open_api_client.scim_directories.list(): response.data[].custom_attributes[].directory_path Added
  • open_api_client.scim_directories.create(): response.custom_attributes[].directory_path Added
  • open_api_client.scim_directories.get(): response.custom_attributes[].directory_path Added
  • open_api_client.scim_directories.update(): response.custom_attributes[].directory_path Added
  • open_api_client.scim_directories.rotate_api_key(): response.custom_attributes[].directory_path Added
  • open_api_client.scim_directories.list_group_role_mappings(): response.data[] Changed
  • open_api_client.scim_directories.create_group_role_mapping(): response Changed
  • open_api_client.scim_directories.replace_group_role_mappings(): response.data[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (9234:3)
│ ├──[+] path (10557:3)
│ ├──[+] path (10695:3)
│ ├──[+] path (10525:3)
│ ├──[+] path (10555:3)
│ ├──[+] path (10420:3)
│ ├──[+] path (10556:3)
│ ├──[+] path (9278:3)
│ ├──[+] path (10554:3)
│ ├──[+] path (10335:3)
│ ├─┬/oauth_applications
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (7331:24)
│ ├─┬/scim_directories
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (9957:16)
│ │ │ ├──[🔀] description (9958:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     ├──[🔀] description (20383:20)
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬total_count
│ │ │           └──[🔀] description (20393:30)
│ │ └─┬POST
│ │   ├──[🔀] summary (9975:16)
│ │   ├──[🔀] description (9976:20)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (20398:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] description (9988:32)
│ │         ├─┬provider
│ │         │ └──[🔀] description (9991:32)
│ │         └─┬enterprise_connection_id
│ │           └──[🔀] description (9985:32)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings/{mapping_id}
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (10314:24)
│ ├─┬/users/{user_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬bypass_client_trust
│ │           └──[🔀] description (2481:32)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings
│ │ ├─┬GET
│ │ │ ├──[🔀] description (10174:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10178:24)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10259:24)
│ │ └─┬POST
│ │   ├──[🔀] description (10198:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (10204:24)
│ ├─┬/scim_directories/{scim_directory_id}/rotate_api_key
│ │ └─┬POST
│ │   ├──[🔀] summary (10141:16)
│ │   ├──[🔀] description (10142:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10150:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (20398:20)
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8231:23)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8221:31)❌ 
│ │             │ ├──[+] minLength (8223:36)❌ 
│ │             │ ├──[+] pattern (8224:34)❌ 
│ │             │ └──[🔀] description (8222:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8235:31)❌ 
│ │             │ ├──[-] minLength (8196:36)❌ 
│ │             │ └──[🔀] description (8236:38)
│ │             ├─┬key
│ │             │ ├──[-] minLength (8200:36)❌ 
│ │             │ ├──[-] pattern (8201:34)❌ 
│ │             │ └──[🔀] description (8233:38)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8219:36)❌ 
│ │             │ └──[🔀] description (8218:38)
│ │             └─┬sso_path
│ │               └──[🔀] description (8230:38)
│ ├─┬/scim_directories/{scim_directory_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (10036:16)
│ │ │ ├──[🔀] description (10037:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (10041:24)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (20398:20)
│ │ ├─┬DELETE
│ │ │ ├──[🔀] summary (10114:16)
│ │ │ ├──[🔀] description (10115:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10121:24)
│ │ └─┬PATCH
│ │   ├──[🔀] summary (10060:16)
│ │   ├──[🔀] description (10061:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10065:24)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (20398:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬group_role_mapping_enabled
│ │         │ └──[🔀] description (10094:32)
│ │         ├─┬enabled
│ │         │ └──[🔀] description (10080:32)
│ │         ├─┬provider
│ │         │ └──[🔀] description (10083:32)
│ │         └─┬name
│ │           └──[🔀] description (10077:32)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8469:23)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8473:31)❌ 
│ │             │ ├──[-] minLength (8431:36)❌ 
│ │             │ └──[🔀] description (8474:38)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8457:36)❌ 
│ │             │ └──[🔀] description (8456:38)
│ │             ├─┬key
│ │             │ ├──[-] minLength (8435:36)❌ 
│ │             │ ├──[-] pattern (8436:34)❌ 
│ │             │ └──[🔀] description (8471:38)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8459:31)❌ 
│ │             │ ├──[+] minLength (8461:36)❌ 
│ │             │ ├──[+] pattern (8462:34)❌ 
│ │             │ └──[🔀] description (8460:38)
│ │             └─┬sso_path
│ │               └──[🔀] description (8468:38)
│ └─┬/users
│   ├─┬GET
│   │ ├──[+] parameters (1832:17)❌ 
│   │ ├──[🔀] description (1607:20)
│   │ └─┬Parameters
│   │   └──[🔀] description (1848:24)
│   └─┬POST
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬bypass_client_trust
│             └──[🔀] description (2068:32)
└─┬Components
  ├──[+] responses (20335:7)
  ├──[+] responses (20465:7)
  ├──[+] responses (20450:7)
  ├──[+] responses (20493:7)
  ├──[+] responses (20471:7)
  ├──[+] responses (20487:7)
  ├──[+] schemas (19437:7)
  ├──[+] schemas (18751:7)
  ├──[+] schemas (19579:7)
  ├──[+] schemas (18760:7)
  ├──[+] schemas (19520:7)
  ├──[+] schemas (19524:7)
  ├─┬User
  │ └─┬bypass_client_trust
  │   └──[🔀] description (14939:24)
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ └──[🔀] description (18193:24)
  │ └─┬amount
  │   └──[🔀] description (18188:24)
  ├─┬SCIMDirectory
  │ ├──[🔀] description (19292:20)
  │ ├─┬provider
  │ │ └──[🔀] description (19314:24)
  │ ├─┬group_role_mapping_enabled
  │ │ └──[🔀] description (19320:24)
  │ ├─┬created_at
  │ │ └──[🔀] description (19357:24)
  │ ├─┬custom_attributes
  │ │ └─┬Schema
  │ │   ├──[+] properties (19344:15)
  │ │   ├─┬key
  │ │   │ └──[🔀] description (19346:30)
  │ │   ├─┬multi_valued
  │ │   │ ├──[🔀] type (19336:23)❌ 
  │ │   │ └──[🔀] description (19337:30)
  │ │   ├─┬scim_path
  │ │   │ └──[🔀] description (19334:30)
  │ │   ├─┬name
  │ │   │ ├──[🔀] type (19348:23)❌ 
  │ │   │ └──[🔀] description (19349:30)
  │ │   └─┬sso_path
  │ │     └──[🔀] description (19343:30)
  │ ├─┬name
  │ │ └──[🔀] description (19304:24)
  │ ├─┬id
  │ │ └──[🔀] description (19301:24)
  │ ├─┬updated_at
  │ │ └──[🔀] description (19361:24)
  │ └─┬enabled
  │   └──[🔀] description (19317:24)
  ├─┬EnterpriseConnection
  │ └─┬custom_attributes
  │   └─┬Schema
  │     ├──[+] properties (17718:15)
  │     ├─┬scim_path
  │     │ └──[🔀] description (17708:30)
  │     ├─┬key
  │     │ └──[🔀] description (17720:30)
  │     ├─┬name
  │     │ ├──[🔀] type (17722:23)❌ 
  │     │ └──[🔀] description (17723:30)
  │     ├─┬multi_valued
  │     │ ├──[🔀] type (17710:23)❌ 
  │     │ └──[🔀] description (17711:30)
  │     └─┬sso_path
  │       └──[🔀] description (17717:30)
  ├─┬Instance
  │ ├──[+] required (16488:11)❌ 
  │ └──[+] properties (16478:9)
  ├─┬SCIMGroupRoleMapping
  │ ├──[+] required (19424:11)❌ 
  │ ├──[+] required (19428:11)❌ 
  │ ├──[+] required (19426:11)❌ 
  │ ├──[+] properties (19404:9)
  │ ├──[+] properties (19398:9)
  │ ├──[+] properties (19392:9)
  │ ├─┬role
  │ │ └──[🔀] $ref (19387:11)❌ 
  │ ├─┬scim_directory_id
  │ │ ├──[+] enum (19385:15)
  │ │ └──[🔀] description (19383:24)
  │ ├─┬scim_group_display_name
  │ │ ├──[🔀] type (19410:17)❌ 
  │ │ └──[🔀] description (19411:24)
  │ ├─┬object
  │ │ ├──[-] enum (18767:15)❌ 
  │ │ └──[🔀] description (19400:24)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (19390:17)❌ 
  │ │ ├──[-] format (18791:19)❌ 
  │ │ └──[🔀] description (19391:24)
  │ ├─┬scim_group_id
  │ │ └──[🔀] $ref (16917:13)❌ 
  │ ├─┬precedence
  │ │ ├──[🔀] type (19393:17)❌ 
  │ │ └──[🔀] description (19394:24)
  │ └─┬id
  │   └──[🔀] description (19406:24)
  └─┬SCIMUserMetadata
    ├──[🔀] description (14740:20)
    ├─┬directory_enabled
    │ └──[🔀] description (14749:24)
    ├─┬directory_id
    │ └──[🔀] description (14745:24)
    └─┬external_id
      └──[🔀] description (14754:24)
Document Element Total Changes Breaking Changes
paths 79 17
components 65 15

View full report

Linting Report 0 errors, 12 warnings, 77 hints

View full report

RUBY CHANGELOG

core: 3.11.35 - 2026-08-17

🐛 Bug Fixes

  • handle a nullable request body in paginated operations (commit by @AshGodfrey)

core: 3.11.34 - 2026-08-12

🐝 New Features

unions: 0.1.5 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.796.2

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 13, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786581429 branch 8 times, most recently from 235c0de to e26be4a Compare August 21, 2026 00:25
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786581429 branch 7 times, most recently from fef2458 to f3c8e17 Compare August 29, 2026 00:47
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786581429 branch 3 times, most recently from 19cf50c to 1ccabb4 Compare September 1, 2026 01:04
* `open_api_client.billing.apply_subscription_item_discount()`: **Added**
* `open_api_client.billing.remove_subscription_item_discount()`: **Added**
* `open_api_client.directories.list()`: **Added**
* `open_api_client.directories.create()`: **Added**
* `open_api_client.directories.get()`: **Added**
* `open_api_client.directories.update()`: **Added**
* `open_api_client.directories.delete()`: **Added**
* `open_api_client.directories.rotate_api_key()`: **Added**
* `open_api_client.directories.list_group_role_mappings()`: **Added**
* `open_api_client.directories.create_group_role_mapping()`: **Added**
* `open_api_client.directories.replace_group_role_mappings()`: **Added**
* `open_api_client.directories.delete_group_role_mapping()`: **Added**
* `open_api_client.users.list()`: 
  *  `request.starting_after` **Added**
* `open_api_client.instance_settings.get()`:  `response.workspace_id` **Added**
* `open_api_client.enterprise_connections.list()`:  `response.data[].custom_attributes[].directory_path` **Added**
* `open_api_client.enterprise_connections.create()`: 
  *  `request.custom_attributes[].directory_path` **Added**
  *  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.enterprise_connections.get()`:  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.enterprise_connections.update()`: 
  *  `request.body.custom_attributes[].directory_path` **Added**
  *  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.scim_directories.list()`:  `response.data[].custom_attributes[].directory_path` **Added**
* `open_api_client.scim_directories.create()`:  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.scim_directories.get()`:  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.scim_directories.update()`:  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.scim_directories.rotate_api_key()`:  `response.custom_attributes[].directory_path` **Added**
* `open_api_client.scim_directories.list_group_role_mappings()`:  `response.data[]` **Changed**
* `open_api_client.scim_directories.create_group_role_mapping()`:  `response` **Changed**
* `open_api_client.scim_directories.replace_group_role_mappings()`:  `response.data[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786581429 branch from 1ccabb4 to 45fd6f5 Compare September 2, 2026 00:54
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