Skip to content

chore: 🐝 Update SDK - Generate 0.3.0#6

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

chore: 🐝 Update SDK - Generate 0.3.0#6
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1778720223

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 14, 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.

Typescript SDK Changes:

  • attio.scimSchemas.list(): Removed (Breaking ⚠️)
  • attio.scimUsers.list(): Removed (Breaking ⚠️)
  • attio.scimUsers.create(): Removed (Breaking ⚠️)
  • attio.scimUsers.get(): Removed (Breaking ⚠️)
  • attio.scimUsers.patch(): Removed (Breaking ⚠️)
  • attio.scimUsers.update(): Removed (Breaking ⚠️)
  • attio.scimUsers.delete(): Removed (Breaking ⚠️)
  • attio.scimGroups.list(): Removed (Breaking ⚠️)
  • attio.scimGroups.create(): Removed (Breaking ⚠️)
  • attio.scimGroups.get(): Removed (Breaking ⚠️)
  • attio.scimGroups.patch(): Removed (Breaking ⚠️)
  • attio.scimGroups.update(): Removed (Breaking ⚠️)
  • attio.scimGroups.delete(): Removed (Breaking ⚠️)
  • attio.attributes.listAll(): response.data[] Changed
  • attio.attributes.createNew():
    • request.body.data.config.currency.defaultCurrencyCode.enum(try) Added
    • response.data Changed
  • attio.attributes.get(): response.data Changed
  • attio.attributes.update():
    • request.body.data.config.currency.defaultCurrencyCode.enum(try) Added
    • response.data Changed
  • attio.records.query(): response.data[].values.Map<Array<value>>[].union(currency).currencyCode.enum(try) Added
  • attio.records.create(): response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try) Added
  • attio.records.assert(): response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try) Added
  • attio.records.get(): response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try) Added
  • attio.records.update(): response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try) Added
  • attio.records.updateAppend(): response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try) Added
  • attio.records.listAttributeValues(): response.data[].union(currency).currencyCode.enum(try) Added
  • attio.entries.query(): response.data[].entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try) Added
  • attio.entries.create(): response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try) Added
  • attio.entries.assert(): response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try) Added
  • attio.entries.get(): response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try) Added
  • attio.entries.update(): response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try) Added
  • attio.entries.updateAppending(): response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try) Added
  • attio.entries.listAttributeValues(): response.data[].union(currency).currencyCode.enum(try) Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (31286:3)❌ 
│ ├──[-] path (31617:3)❌ 
│ ├──[-] path (31041:3)❌ 
│ ├──[-] path (31179:3)❌ 
│ ├──[-] path (30997:3)❌ 
│ ├─┬/v2/lists/{list}/entries/{entry_id}/attributes/{attribute}/values
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬ONEOF
│ │                 └─┬currency_code
│ │                   └──[+] enum (25839:35)
│ ├─┬/v2/{target}/{identifier}/attributes
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬config
│ │             └─┬currency
│ │               └─┬default_currency_code
│ │                 └──[+] enum (784:35)
│ ├─┬/v2/objects/{object}/records/{record_id}/attributes/{attribute}/values
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬ONEOF
│ │                 └─┬currency_code
│ │                   └──[+] enum (12677:35)
│ ├─┬/v2/lists/{list}/entries/query
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬entry_values
│ │                 └─┬Schema
│ │                   └─┬Schema
│ │                     └─┬ONEOF
│ │                       └─┬currency_code
│ │                         └──[+] enum (15352:43)
│ ├─┬/v2/objects/{object}/records
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬values
│ │ │             └─┬Schema
│ │ │               └─┬Schema
│ │ │                 └─┬ONEOF
│ │ │                   └─┬currency_code
│ │ │                     └──[+] enum (5838:41)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬values
│ │               └─┬Schema
│ │                 └─┬Schema
│ │                   └─┬ONEOF
│ │                     └─┬currency_code
│ │                       └──[+] enum (4121:41)
│ ├─┬/v2/lists/{list}/entries/{entry_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬entry_values
│ │ │             └─┬Schema
│ │ │               └─┬Schema
│ │ │                 └─┬ONEOF
│ │ │                   └─┬currency_code
│ │ │                     └──[+] enum (20576:41)
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬entry_values
│ │ │             └─┬Schema
│ │ │               └─┬Schema
│ │ │                 └─┬ONEOF
│ │ │                   └─┬currency_code
│ │ │                     └──[+] enum (22306:41)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬entry_values
│ │               └─┬Schema
│ │                 └─┬Schema
│ │                   └─┬ONEOF
│ │                     └─┬currency_code
│ │                       └──[+] enum (24125:41)
│ ├─┬/v2/files
│ │ └─┬GET
│ │   ├──[🔀] description (30498:20)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] description (30517:26)
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬config
│ │             └─┬currency
│ │               └─┬default_currency_code
│ │                 └──[+] enum (1144:35)
│ ├─┬/v2/lists/{list}/entries
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬entry_values
│ │ │             └─┬Schema
│ │ │               └─┬Schema
│ │ │                 └─┬ONEOF
│ │ │                   └─┬currency_code
│ │ │                     └──[+] enum (18844:41)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬entry_values
│ │               └─┬Schema
│ │                 └─┬Schema
│ │                   └─┬ONEOF
│ │                     └─┬currency_code
│ │                       └──[+] enum (17086:41)
│ ├─┬/v2/objects/{object}/records/query
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬values
│ │                 └─┬Schema
│ │                   └─┬Schema
│ │                     └─┬ONEOF
│ │                       └─┬currency_code
│ │                         └──[+] enum (2413:43)
│ └─┬/v2/objects/{object}/records/{record_id}
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬data
│   │           └─┬values
│   │             └─┬Schema
│   │               └─┬Schema
│   │                 └─┬ONEOF
│   │                   └─┬currency_code
│   │                     └──[+] enum (7530:41)
│   ├─┬PUT
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬data
│   │           └─┬values
│   │             └─┬Schema
│   │               └─┬Schema
│   │                 └─┬ONEOF
│   │                   └─┬currency_code
│   │                     └──[+] enum (9220:41)
│   └─┬PATCH
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬data
│               └─┬values
│                 └─┬Schema
│                   └─┬Schema
│                     └─┬ONEOF
│                       └─┬currency_code
│                         └──[+] enum (10998:41)
└─┬Components
  ├─┬output-value
  │ └─┬ANYOF
  │   └─┬currency_code
  │     └──[+] enum (33609:19)
  └─┬attribute
    └─┬config
      └─┬currency
        └─┬default_currency_code
          └──[+] enum (34769:23)
Document Element Total Changes Breaking Changes
paths 23 5
components 2 0

View full report

Linting Report 0 errors, 165 warnings, 428 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.27.0 - 2026-05-22

🐝 New Features

  • add zodVersion="none" no-zod variant that emits SDK with passthrough schemas, no validation/transforms, JSON.parse/stringify only (commit by @mfbx9da4)

core: 3.26.52 - 2026-05-22

🐝 New Features

  • add privateIdentifierPrefix gen.yaml option to override the prefix used for ECMAScript private fields (default '#') (commit by @2ynn)

core: 3.26.51 - 2026-05-19

🐛 Bug Fixes

  • prevent unhandled rejection when an APIPromise rejects but the caller does not call .catch (commit by @AshGodfrey)

Based on Speakeasy CLI 1.771.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label May 14, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 14, 2026

⚠️ No Changeset found

Latest commit: ab00d11

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch from 3d639f6 to c69d5ed Compare May 15, 2026 00:55
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.2.18 chore: 🐝 Update SDK - Generate 0.2.19 May 15, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch 5 times, most recently from 005429e to af54fff Compare May 20, 2026 01:01
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.2.19 chore: 🐝 Update SDK - Generate 0.2.20 May 20, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch 8 times, most recently from 18b6f7d to 29d542e Compare May 28, 2026 00:55
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.2.20 chore: 🐝 Update SDK - Generate 0.3.0 May 28, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels May 28, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch 7 times, most recently from ae6da69 to 13d2c39 Compare June 4, 2026 01:12
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch from e9163af to 6cd10c6 Compare June 5, 2026 01:03
* `attio.scimSchemas.list()`: **Removed** (Breaking ⚠️)
* `attio.scimUsers.list()`: **Removed** (Breaking ⚠️)
* `attio.scimUsers.create()`: **Removed** (Breaking ⚠️)
* `attio.scimUsers.get()`: **Removed** (Breaking ⚠️)
* `attio.scimUsers.patch()`: **Removed** (Breaking ⚠️)
* `attio.scimUsers.update()`: **Removed** (Breaking ⚠️)
* `attio.scimUsers.delete()`: **Removed** (Breaking ⚠️)
* `attio.scimGroups.list()`: **Removed** (Breaking ⚠️)
* `attio.scimGroups.create()`: **Removed** (Breaking ⚠️)
* `attio.scimGroups.get()`: **Removed** (Breaking ⚠️)
* `attio.scimGroups.patch()`: **Removed** (Breaking ⚠️)
* `attio.scimGroups.update()`: **Removed** (Breaking ⚠️)
* `attio.scimGroups.delete()`: **Removed** (Breaking ⚠️)
* `attio.attributes.listAll()`:  `response.data[]` **Changed**
* `attio.attributes.createNew()`: 
  *  `request.body.data.config.currency.defaultCurrencyCode.enum(try)` **Added**
  *  `response.data` **Changed**
* `attio.attributes.get()`:  `response.data` **Changed**
* `attio.attributes.update()`: 
  *  `request.body.data.config.currency.defaultCurrencyCode.enum(try)` **Added**
  *  `response.data` **Changed**
* `attio.records.query()`:  `response.data[].values.Map<Array<value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.records.create()`:  `response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.records.assert()`:  `response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.records.get()`:  `response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.records.update()`:  `response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.records.updateAppend()`:  `response.data.values.Map<Array<value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.records.listAttributeValues()`:  `response.data[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.query()`:  `response.data[].entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.create()`:  `response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.assert()`:  `response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.get()`:  `response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.update()`:  `response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.updateAppending()`:  `response.data.entryValues.Map<Array<entry_value>>[].union(currency).currencyCode.enum(try)` **Added**
* `attio.entries.listAttributeValues()`:  `response.data[].union(currency).currencyCode.enum(try)` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch from 267092c to 1385bcd Compare June 6, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Development

Successfully merging this pull request may close these issues.

1 participant