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

@github-actions github-actions Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

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 (31041:3)❌ 
│ ├──[-] path (31179:3)❌ 
│ ├──[-] path (30997:3)❌ 
│ ├──[-] path (31617:3)❌ 
│ ├──[-] path (31286:3)❌ 
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬config
│ │             └─┬currency
│ │               └─┬default_currency_code
│ │                 └──[+] enum (1144:35)
│ ├─┬/v2/files
│ │ └─┬GET
│ │   ├──[🔀] description (30498:20)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] description (30517:26)
│ ├─┬/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
│ │ ├─┬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/lists/{list}/entries/query
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬entry_values
│ │                 └─┬Schema
│ │                   └─┬Schema
│ │                     └─┬ONEOF
│ │                       └─┬currency_code
│ │                         └──[+] enum (15352:43)
│ ├─┬/v2/lists/{list}/entries/{entry_id}/attributes/{attribute}/values
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬ONEOF
│ │                 └─┬currency_code
│ │                   └──[+] enum (25839:35)
│ ├─┬/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/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)
│ └─┬/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)
└─┬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.31.1 - 2026-06-11

🔧 Chores

  • remove third-party isPlainObject helper from runtime (commit by @2ynn)

core: 3.31.0 - 2026-06-11

🐝 New Features

  • replace runtime dlv helper with generation-time inlined property access (commit by @ThomasRooney)

core: 3.30.0 - 2026-06-10

🐝 New Features

  • add opt-in APIPromise helpers for accessing the raw Response object alongside the parsed body (commit by @2ynn)

core: 3.29.0 - 2026-06-10

🐛 Bug Fixes

  • preserve server URL query params and apply deterministic query precedence (server URL, then operation params, then security) replacing duplicate keys instead of sending both (commit by @ThomasRooney)

core: 3.28.0 - 2026-06-10

🐝 New Features

  • add opt-in requestExtras config with extraQuery and extraBody request options (commit by @TristanSpeakEasy)

core: 3.27.1 - 2026-06-10

🐛 Bug Fixes

  • only emit env-var fallbacks for string-typed custom security scheme fields (commit by @ThomasRooney)

core: 3.26.53 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

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.777.1

Last updated by Speakeasy workflow

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

changeset-bot Bot commented May 14, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 67ffdb5

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 2 times, most recently from 267092c to 1385bcd Compare June 6, 2026 01:00
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1778720223 branch 5 times, most recently from 10777c0 to 58a7fd0 Compare June 11, 2026 01:05
* `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 feda3a2 to 7e512b4 Compare June 12, 2026 01:08
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