Skip to content

chore: 🐝 Update SDK - Generate 0.3.1 - #10

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

chore: 🐝 Update SDK - Generate 0.3.1#10
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1783471330

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 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.

Typescript SDK Changes:

  • attio.meetings.findOrCreate():
    • request.data Changed (Breaking ⚠️)
    • response.data.participants[].name Added
  • attio.objects.delete/v2/objects/{object}(): Added
  • attio.activities.get/v2/activities(): Added
  • attio.activities.post/v2/activities(): Added
  • attio.activities.get/v2/activities/{activity}(): Added
  • attio.activities.delete/v2/activities/{activity}(): Added
  • attio.activities.patch/v2/activities/{activity}(): Added
  • attio.activityRecords.post/v2/activities/{activity}/records/query(): Added
  • attio.activityRecords.post/v2/activities/{activity}/records(): Added
  • attio.activityRecords.get/v2/activities/{activity}/records/{recordId}(): Added
  • attio.activityRecords.put/v2/activities/{activity}/records/{recordId}(): Added
  • attio.activityRecords.delete/v2/activities/{activity}/records/{recordId}(): Added
  • attio.activityRecords.patch/v2/activities/{activity}/records/{recordId}(): Added
  • attio.records.post/v2/objects/{object}/records/merge(): Added
  • attio.records.put/v2/objects/{object}/records/{recordId}/attributes/{attribute}/values(): Added
  • attio.sql.post/v2/sql(): Added
  • attio.entries.put/v2/lists/{list}/entries/{entryId}/attributes/{attribute}/values(): Added
  • attio.notes.patch/v2/notes/{noteId}(): Added
  • attio.emails.get/v2/emails(): Added
  • attio.sequences.post/v2/sequences/unsubscribedEmails(): Added
  • attio.objects.create(): error.status[403] Added
  • attio.objects.update(): error.status[403] Added
  • attio.attributes.listAll(): response.data[] Changed
  • attio.attributes.createNew():
    • request.body.data Changed
    • response.data Changed
    • error.status[403] Added
  • attio.attributes.get(): response.data Changed
  • attio.attributes.update():
    • request.body.data Changed
    • response.data Changed
    • error.status[403] Added
  • attio.attributes.updateSelectOption(): error.status[403] Added
  • attio.attributes.createStatus(): error.status[403] Added
  • attio.attributes.updateStatus(): error.status[403] Added
  • attio.attributes.options.create(): error.status[403] Added
  • attio.records.query(): response.data[].values.Map<Array<value>>[] Changed
  • attio.records.create():
    • response.data.values.Map<Array<value>>[] Changed
    • error.status[403] Added
  • attio.records.assert():
    • response.data.values.Map<Array<value>>[] Changed
    • error.status[403] Added
  • attio.records.get(): response.data.values.Map<Array<value>>[] Changed
  • attio.records.update():
    • response.data.values.Map<Array<value>>[] Changed
    • error.status[403] Added
  • attio.records.delete(): error.status[403] Added
  • attio.records.updateAppend():
    • response.data.values.Map<Array<value>>[] Changed
    • error.status[403] Added
  • attio.records.listAttributeValues(): response.data[] Changed
  • attio.entries.query(): response.data[].entryValues.Map<Array<entry_value>>[] Changed
  • attio.entries.create():
    • response.data.entryValues.Map<Array<entry_value>>[] Changed
    • error.status[403] Added
  • attio.entries.assert():
    • response.data.entryValues.Map<Array<entry_value>>[] Changed
    • error.status[403] Added
  • attio.entries.get(): response.data.entryValues.Map<Array<entry_value>>[] Changed
  • attio.entries.update():
    • response.data.entryValues.Map<Array<entry_value>>[] Changed
    • error.status[403] Added
  • attio.entries.delete(): error.status[403] Added
  • attio.entries.updateAppending():
    • response.data.entryValues.Map<Array<entry_value>>[] Changed
    • error.status[403] Added
  • attio.entries.listAttributeValues(): response.data[] Changed
  • attio.threads.get():
    • request Changed
    • response.pagination Added
  • attio.comments.delete(): error.status[403] Added
  • attio.meetings.list(): response.data[].participants[].name Added
  • attio.meetings.get(): response.data.participants[].name Added
  • attio.callRecordings.create():
    • request.body.data Changed
  • attio.callRecordings.get(): response.data Changed
  • attio.files.upload(): error.status[403] Added
  • attio.webhooks.create(): error.status[409] Added
  • attio.webhooks.update(): error.status[409] Added
  • attio.meta.identify(): response.union(class (1)).authorizedByWorkspaceMemberId Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (1173:3)
│ ├──[+] path (834:3)
│ ├──[+] path (43392:3)
│ ├──[+] path (2950:3)
│ ├──[+] path (654:3)
│ ├──[+] path (22169:3)
│ ├──[+] path (4686:3)
│ ├──[+] path (43274:3)
│ ├──[+] path (26166:3)
│ ├─┬/v2/threads/{thread_id}
│ │ └─┬GET
│ │   ├──[+] parameters (42842:17)❌ 
│ │   ├──[+] parameters (42849:17)❌ 
│ │   ├──[+] parameters (42857:17)❌ 
│ │   ├──[🔀] summary (42819:16)
│ │   ├──[🔀] description (42821:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (42876:21)❌ 
│ │           └──[+] properties (42880:19)
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}/options
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬message
│ │ │           └──[🔀] example (10823:30)
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[+] codes (10920:11)
│ │     └─┬404
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬message
│ │             └──[🔀] example (10967:30)
│ ├─┬/v2/webhooks/{webhook_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬subscriptions
│ │ │             ├──[🔀] description (45944:38)
│ │ │             └─┬Schema
│ │ │               └─┬filter
│ │ │                 └──[🔀] description (45987:44)
│ │ └─┬PATCH
│ │   ├──[🔀] description (46184:20)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (46545:11)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬data
│ │   │         └─┬subscriptions
│ │   │           ├──[🔀] description (46369:38)
│ │   │           └─┬Schema
│ │   │             └─┬filter
│ │   │               └──[🔀] description (46412:44)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬subscriptions
│ │             ├──[🔀] description (46219:36)
│ │             └─┬Schema
│ │               └─┬filter
│ │                 └──[🔀] description (46262:42)
│ ├─┬/v2/tasks
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬400
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬code
│ │             ├──[-] type (28215:27)❌ 
│ │             ├──[-] const (28216:28)❌ 
│ │             ├──[+] anyOf (42100:25)
│ │             └──[+] anyOf (42102:25)
│ ├─┬/v2/notes/{note_id}
│ │ └──[+] patch (41423:7)
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬message
│ │ │           └──[🔀] example (10446:30)
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ ├──[+] codes (10691:11)
│ │   │ └─┬404
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬message
│ │   │         └──[🔀] example (10738:30)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           ├─┬api_slug
│ │           │ └──[🔀] example (10509:32)
│ │           └─┬config
│ │             └─┬currency
│ │               └─┬default_currency_code
│ │                 ├──[+] enum (10606:35)
│ │                 ├──[+] enum (10612:35)
│ │                 ├──[+] enum (10587:35)
│ │                 ├──[+] enum (10590:35)
│ │                 └──[+] enum (10595:35)
│ ├─┬/v2/comments/{comment_id}
│ │ └─┬DELETE
│ │   ├──[🔀] description (43197:20)
│ │   └─┬Responses
│ │     └──[+] codes (43222:11)
│ ├─┬/v2/threads
│ │ └─┬GET
│ │   └──[🔀] description (42741:20)
│ ├─┬/v2/lists/{list}/entries/query
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬entry_values
│ │                 └─┬Schema
│ │                   └─┬Schema
│ │                     ├─┬ONEOF
│ │                     │ └─┬currency_code
│ │                     │   ├──[+] enum (27140:43)
│ │                     │   ├──[+] enum (27132:43)
│ │                     │   ├──[+] enum (27151:43)
│ │                     │   ├──[+] enum (27157:43)
│ │                     │   └──[+] enum (27135:43)
│ │                     └─┬ONEOF
│ │                       └─┬interaction_type
│ │                         └──[+] enum (27446:43)
│ ├─┬/v2/objects/{object}/records/query
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬values
│ │                 └─┬Schema
│ │                   └─┬Schema
│ │                     ├─┬ONEOF
│ │                     │ └─┬currency_code
│ │                     │   ├──[+] enum (11981:43)
│ │                     │   ├──[+] enum (11989:43)
│ │                     │   ├──[+] enum (11984:43)
│ │                     │   ├──[+] enum (12006:43)
│ │                     │   └──[+] enum (12000:43)
│ │                     └─┬ONEOF
│ │                       └─┬interaction_type
│ │                         └──[+] enum (12295:43)
│ ├─┬/v2/objects/{object}/records/{record_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └─┬Schema
│ │ │   │     └─┬data
│ │ │   │       └─┬values
│ │ │   │         └─┬Schema
│ │ │   │           └─┬Schema
│ │ │   │             ├─┬ONEOF
│ │ │   │             │ └─┬currency_code
│ │ │   │             │   ├──[+] enum (17174:41)
│ │ │   │             │   ├──[+] enum (17185:41)
│ │ │   │             │   ├──[+] enum (17166:41)
│ │ │   │             │   ├──[+] enum (17169:41)
│ │ │   │             │   └──[+] enum (17191:41)
│ │ │   │             └─┬ONEOF
│ │ │   │               └─┬interaction_type
│ │ │   │                 └──[+] enum (17480:41)
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬code
│ │ │           ├──[-] type (8905:27)❌ 
│ │ │           ├──[-] const (8906:28)❌ 
│ │ │           ├──[+] anyOf (18576:25)
│ │ │           └──[+] anyOf (18578:25)
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   ├──[+] codes (20281:11)
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └─┬Schema
│ │ │   │     └─┬data
│ │ │   │       └─┬values
│ │ │   │         └─┬Schema
│ │ │   │           └─┬Schema
│ │ │   │             ├─┬ONEOF
│ │ │   │             │ └─┬currency_code
│ │ │   │             │   ├──[+] enum (18883:41)
│ │ │   │             │   ├──[+] enum (18889:41)
│ │ │   │             │   ├──[+] enum (18867:41)
│ │ │   │             │   ├──[+] enum (18864:41)
│ │ │   │             │   └──[+] enum (18872:41)
│ │ │   │             └─┬ONEOF
│ │ │   │               └─┬interaction_type
│ │ │   │                 └──[+] enum (19178:41)
│ │ │   └─┬400
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬code
│ │ │           ├──[-] type (10595:27)❌ 
│ │ │           ├──[-] const (10596:28)❌ 
│ │ │           ├──[+] anyOf (20274:25)
│ │ │           └──[+] anyOf (20276:25)
│ │ ├─┬DELETE
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └──[+] format (20357:21)❌ 
│ │ │ └─┬Responses
│ │ │   └──[+] codes (20369:11)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     ├──[+] codes (22116:11)
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └─┬Schema
│ │     │     └─┬data
│ │     │       └─┬values
│ │     │         └─┬Schema
│ │     │           └─┬Schema
│ │     │             ├─┬ONEOF
│ │     │             │ └─┬currency_code
│ │     │             │   ├──[+] enum (20718:41)
│ │     │             │   ├──[+] enum (20724:41)
│ │     │             │   ├──[+] enum (20699:41)
│ │     │             │   ├──[+] enum (20707:41)
│ │     │             │   └──[+] enum (20702:41)
│ │     │             └─┬ONEOF
│ │     │               └─┬interaction_type
│ │     │                 └──[+] enum (21013:41)
│ │     └─┬400
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬code
│ │             ├──[-] type (12373:27)❌ 
│ │             ├──[-] const (12374:28)❌ 
│ │             ├──[+] anyOf (22109:25)
│ │             └──[+] anyOf (22111:25)
│ ├─┬/v2/lists/{list}/entries
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   ├──[+] codes (32112:11)
│ │ │   ├─┬200
│ │ │   │ └─┬application/json
│ │ │   │   └─┬Schema
│ │ │   │     └─┬data
│ │ │   │       └─┬entry_values
│ │ │   │         └─┬Schema
│ │ │   │           └─┬Schema
│ │ │   │             ├─┬ONEOF
│ │ │   │             │ └─┬currency_code
│ │ │   │             │   ├──[+] enum (30685:41)
│ │ │   │             │   ├──[+] enum (30660:41)
│ │ │   │             │   ├──[+] enum (30663:41)
│ │ │   │             │   ├──[+] enum (30679:41)
│ │ │   │             │   └──[+] enum (30668:41)
│ │ │   │             └─┬ONEOF
│ │ │   │               └─┬interaction_type
│ │ │   │                 └──[+] enum (30974:41)
│ │ │   └─┬400
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬code
│ │ │           ├──[-] type (20254:27)❌ 
│ │ │           ├──[-] const (20255:28)❌ 
│ │ │           ├──[+] anyOf (32105:25)
│ │ │           └──[+] anyOf (32107:25)
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[+] codes (30322:11)
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬entry_values
│ │               └─┬Schema
│ │                 └─┬Schema
│ │                   ├─┬ONEOF
│ │                   │ └─┬currency_code
│ │                   │   ├──[+] enum (28872:41)
│ │                   │   ├──[+] enum (28880:41)
│ │                   │   ├──[+] enum (28891:41)
│ │                   │   ├──[+] enum (28875:41)
│ │                   │   └──[+] enum (28897:41)
│ │                   └─┬ONEOF
│ │                     └─┬interaction_type
│ │                       └──[+] enum (29186:41)
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}/options/{option}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     ├──[+] codes (11099:11)
│ │     └─┬404
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬message
│ │             └──[🔀] example (11146:30)
│ ├─┬/v2/webhooks
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬Schema
│ │ │             └─┬subscriptions
│ │ │               ├──[🔀] description (45351:40)
│ │ │               └─┬Schema
│ │ │                 └─┬filter
│ │ │                   └──[🔀] description (45394:46)
│ │ └─┬POST
│ │   ├──[🔀] description (45510:20)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (45870:11)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └─┬data
│ │   │         └─┬subscriptions
│ │   │           ├──[🔀] description (45690:38)
│ │   │           └─┬Schema
│ │   │             └─┬filter
│ │   │               └──[🔀] description (45733:44)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬subscriptions
│ │             ├──[🔀] description (45539:36)
│ │             └─┬Schema
│ │               └─┬filter
│ │                 └──[🔀] description (45582:42)
│ ├─┬/v2/meetings/{meeting_id}/call_recordings/{call_recording_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           ├──[+] required (44314:25)❌ 
│ │ │           ├──[+] required (44315:25)❌ 
│ │ │           ├──[+] properties (44383:23)
│ │ │           ├──[+] properties (44376:23)
│ │ │           └─┬web_url
│ │ │             ├──[+] required (44389:29)❌ 
│ │ │             ├──[+] required (44390:29)❌ 
│ │ │             ├──[🔀] type (44385:27)❌ 
│ │ │             ├──[-] format (30165:33)❌ 
│ │ │             ├──[🔀] description (44387:38)
│ │ │             ├──[-] example (30166:34)
│ │ │             ├──[+] properties (44441:27)
│ │ │             └──[+] properties (44392:27)
│ │ └─┬DELETE
│ │   ├──[🔀] description (44486:20)
│ │   └─┬Extensions
│ │     ├──[-] x-hidden (30291:17)❌ 
│ │     └──[🔀] x-mint (44548:9)
│ ├─┬/v2/objects
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (181:11)
│ ├─┬/v2/objects/{object}/records/{record_id}/attributes/{attribute}/values
│ │ ├──[+] put (24032:7)
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └─┬Schema
│ │     │     └─┬data
│ │     │       └─┬Schema
│ │     │         ├─┬ONEOF
│ │     │         │ └─┬currency_code
│ │     │         │   ├──[+] enum (22612:35)
│ │     │         │   ├──[+] enum (22595:35)
│ │     │         │   ├──[+] enum (22587:35)
│ │     │         │   ├──[+] enum (22606:35)
│ │     │         │   └──[+] enum (22590:35)
│ │     │         └─┬ONEOF
│ │     │           └─┬interaction_type
│ │     │             └──[+] enum (22901:35)
│ │     └─┬404
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬message
│ │             └──[🔀] example (24025:30)
│ ├─┬/v2/tasks/{task_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬400
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬code
│ │             ├──[-] type (28810:27)❌ 
│ │             ├──[-] const (28811:28)❌ 
│ │             ├──[+] anyOf (42697:25)
│ │             └──[+] anyOf (42699:25)
│ ├─┬/v2/{target}/{identifier}/attributes
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └──[+] codes (10298:11)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           ├─┬api_slug
│ │           │ └──[🔀] example (10089:32)
│ │           └─┬config
│ │             └─┬currency
│ │               └─┬default_currency_code
│ │                 ├──[+] enum (10206:35)
│ │                 ├──[+] enum (10201:35)
│ │                 ├──[+] enum (10223:35)
│ │                 ├──[+] enum (10198:35)
│ │                 └──[+] enum (10217:35)
│ ├─┬/v2/objects/{object}
│ │ ├──[+] delete (294:7)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (480:11)
│ ├─┬/v2/objects/{object}/records/{record_id}/entries
│ │ └─┬GET
│ │   ├──[🔀] description (25804:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               └─┬list_api_slug
│ │                 └──[🔀] example (25867:36)
│ ├─┬/v2/files/upload
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (45079:11)
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}/statuses
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬404
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬message
│ │ │           └──[🔀] example (11257:30)
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[+] codes (11365:11)
│ │     └─┬404
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬message
│ │             └──[🔀] example (11412:30)
│ ├─┬/v2/objects/{object}/records
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   ├──[+] codes (16859:11)
│ │ │   ├─┬400
│ │ │   │ └─┬application/json
│ │ │   │   └─┬Schema
│ │ │   │     ├─┬message
│ │ │   │     │ └──[🔀] example (16857:30)
│ │ │   │     └─┬code
│ │ │   │       ├──[-] type (7213:27)❌ 
│ │ │   │       ├──[-] const (7214:28)❌ 
│ │ │   │       ├──[+] anyOf (16852:25)
│ │ │   │       └──[+] anyOf (16854:25)
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬data
│ │ │           └─┬values
│ │ │             └─┬Schema
│ │ │               └─┬Schema
│ │ │                 ├─┬ONEOF
│ │ │                 │ └─┬currency_code
│ │ │                 │   ├──[+] enum (15442:41)
│ │ │                 │   ├──[+] enum (15467:41)
│ │ │                 │   ├──[+] enum (15450:41)
│ │ │                 │   ├──[+] enum (15445:41)
│ │ │                 │   └──[+] enum (15461:41)
│ │ │                 └─┬ONEOF
│ │ │                   └─┬interaction_type
│ │ │                     └──[+] enum (15756:41)
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[+] codes (15110:11)
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬values
│ │               └─┬Schema
│ │                 └─┬Schema
│ │                   ├─┬ONEOF
│ │                   │ └─┬currency_code
│ │                   │   ├──[+] enum (13698:41)
│ │                   │   ├──[+] enum (13714:41)
│ │                   │   ├──[+] enum (13720:41)
│ │                   │   ├──[+] enum (13695:41)
│ │                   │   └──[+] enum (13703:41)
│ │                   └─┬ONEOF
│ │                     └─┬interaction_type
│ │                       └──[+] enum (14009:41)
│ ├─┬/v2/meetings/{meeting_id}/call_recordings/{call_recording_id}/transcript
│ │ └─┬GET
│ │   ├──[🔀] summary (44556:16)
│ │   ├──[🔀] description (44558:20)
│ │   └─┬Extensions
│ │     └──[+] x-hidden (44743:17)
│ ├─┬/v2/meetings/{meeting_id}/call_recordings
│ │ └─┬POST
│ │   ├──[🔀] description (44016:20)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬data
│ │   │       ├──[-] required (29903:23)❌ 
│ │   │       ├──[+] properties (44059:21)
│ │   │       └─┬video_url
│ │   │         ├──[+] items (44067:25)❌ 
│ │   │         ├──[🔀] type (44060:29)❌ 
│ │   │         ├──[-] format (29915:31)❌ 
│ │   │         ├──[+] maxItems (44065:33)❌ 
│ │   │         ├──[🔀] description (44061:36)
│ │   │         └──[-] example (29916:32)
│ │   └─┬Extensions
│ │     ├──[-] x-hidden (30077:17)❌ 
│ │     └──[🔀] x-mint (44262:9)
│ ├─┬/v2/{target}/{identifier}/attributes/{attribute}/statuses/{status}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     ├──[+] codes (11555:11)
│ │     └─┬404
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬message
│ │             └──[🔀] example (11602:30)
│ ├─┬/v2/notes
│ │ ├─┬GET
│ │ │ └──[🔀] description (41064:20)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬data
│ │           └─┬format
│ │             └──[+] example (41201:32)
│ ├─┬/v2/self
│ │ └─┬GET
│ │   ├──[🔀] description (46578:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         ├──[+] examples (46632:19)
│ │         ├──[+] examples (46598:19)
│ │         ├──[+] examples (46615:19)
│ │         └─┬Schema
│ │           └─┬ANYOF
│ │             ├──[-] required (32233:25)❌ 
│ │             ├─┬token_type
│ │             │ └──[🔀] description (46671:38)
│ │             ├─┬client_id
│ │             │ └──[🔀] description (46668:38)
│ │             ├─┬authorized_by_workspace_member_id
│ │             │ └──[🔀] description (46694:38)
│ │             └─┬exp
│ │               └──[🔀] description (46677:38)
│ ├─┬/v2/meetings
│ │ ├─┬GET
│ │ │ ├──[🔀] description (43493:20)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (43528:26)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     └──[🔀] description (43535:26)
│ │ └─┬POST
│ │   ├──[🔀] summary (43606:16)
│ │   ├──[🔀] description (43608:20)
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬data
│ │   │       ├──[-] required (29465:23)❌ 
│ │   │       ├──[-] properties (29588:21)❌ 
│ │   │       ├─┬title
│ │   │       │ └──[+] maxLength (43636:34)❌ 
│ │   │       ├─┬participants
│ │   │       │ ├──[+] maxItems (43709:33)❌ 
│ │   │       │ └─┬Schema
│ │   │       │   ├──[-] required (29544:29)❌ 
│ │   │       │   ├──[+] properties (43716:27)
│ │   │       │   ├─┬status
│ │   │       │   │ ├──[-] enum (29565:33)❌ 
│ │   │       │   │ ├──[-] enum (29566:33)❌ 
│ │   │       │   │ ├──[-] enum (29567:33)❌ 
│ │   │       │   │ ├──[-] enum (29568:33)❌ 
│ │   │       │   │ ├──[+] minLength (43719:40)❌ 
│ │   │       │   │ ├──[🔀] description (43718:42)
│ │   │       │   │ └──[🔀] example (43720:38)
│ │   │       │   └─┬email_address
│ │   │       │     └──[🔀] description (43723:42)
│ │   │       ├─┬linked_records
│ │   │       │ └──[+] maxItems (43746:33)❌ 
│ │   │       └─┬description
│ │   │         └──[+] maxLength (43641:34)❌ 
│ │   └─┬Extensions
│ │     ├──[-] x-hidden (29663:17)❌ 
│ │     └──[🔀] x-mint (43805:9)
│ ├─┬/v2/lists/{list}/entries/{entry_id}/attributes/{attribute}/values
│ │ ├──[+] put (39201:7)
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬data
│ │             └─┬Schema
│ │               ├─┬ONEOF
│ │               │ └─┬currency_code
│ │               │   ├──[+] enum (37784:35)
│ │               │   ├──[+] enum (37781:35)
│ │               │   ├──[+] enum (37800:35)
│ │               │   ├──[+] enum (37806:35)
│ │               │   └──[+] enum (37789:35)
│ │               └─┬ONEOF
│ │                 └─┬interaction_type
│ │                   └──[+] enum (38095:35)
│ └─┬/v2/lists/{list}/entries/{entry_id}
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬data
│   │           └─┬entry_values
│   │             └─┬Schema
│   │               └─┬Schema
│   │                 ├─┬ONEOF
│   │                 │ └─┬currency_code
│   │                 │   ├──[+] enum (32424:41)
│   │                 │   ├──[+] enum (32427:41)
│   │                 │   ├──[+] enum (32432:41)
│   │                 │   ├──[+] enum (32443:41)
│   │                 │   └──[+] enum (32449:41)
│   │                 └─┬ONEOF
│   │                   └─┬interaction_type
│   │                     └──[+] enum (32738:41)
│   ├─┬PUT
│   │ └─┬Responses
│   │   ├──[+] codes (35612:11)
│   │   ├─┬200
│   │   │ └─┬application/json
│   │   │   └─┬Schema
│   │   │     └─┬data
│   │   │       └─┬entry_values
│   │   │         └─┬Schema
│   │   │           └─┬Schema
│   │   │             ├─┬ONEOF
│   │   │             │ └─┬currency_code
│   │   │             │   ├──[+] enum (34179:41)
│   │   │             │   ├──[+] enum (34163:41)
│   │   │             │   ├──[+] enum (34168:41)
│   │   │             │   ├──[+] enum (34160:41)
│   │   │             │   └──[+] enum (34185:41)
│   │   │             └─┬ONEOF
│   │   │               └─┬interaction_type
│   │   │                 └──[+] enum (34474:41)
│   │   └─┬400
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬code
│   │           ├──[-] type (23716:27)❌ 
│   │           ├──[-] const (23717:28)❌ 
│   │           ├──[+] anyOf (35605:25)
│   │           └──[+] anyOf (35607:25)
│   ├─┬DELETE
│   │ └─┬Responses
│   │   └──[+] codes (35700:11)
│   └─┬PATCH
│     └─┬Responses
│       ├──[+] codes (37487:11)
│       ├─┬400
│       │ └─┬application/json
│       │   └─┬Schema
│       │     └─┬code
│       │       ├──[-] type (25535:27)❌ 
│       │       ├──[-] const (25536:28)❌ 
│       │       ├──[+] anyOf (37480:25)
│       │       └──[+] anyOf (37482:25)
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬data
│               └─┬entry_values
│                 └─┬Schema
│                   └─┬Schema
│                     ├─┬ONEOF
│                     │ └─┬currency_code
│                     │   ├──[+] enum (36060:41)
│                     │   ├──[+] enum (36038:41)
│                     │   ├──[+] enum (36054:41)
│                     │   ├──[+] enum (36043:41)
│                     │   └──[+] enum (36035:41)
│                     └─┬ONEOF
│                       └─┬interaction_type
│                         └──[+] enum (36349:41)
├─┬Tags
│ └──[+] SQL (71:5)
├─┬Tags
│ └──[+] Sequences (47:5)
├─┬Tags
│ └──[+] Emails (45:5)
└─┬Components
  ├──[+] schemas (49735:7)
  ├──[+] schemas (46716:7)
  ├─┬output-value
  │ ├─┬ANYOF
  │ │ └─┬currency_code
  │ │   ├──[+] enum (48076:19)
  │ │   ├──[+] enum (48068:19)
  │ │   ├──[+] enum (48087:19)
  │ │   ├──[+] enum (48093:19)
  │ │   └──[+] enum (48071:19)
  │ └─┬ANYOF
  │   └─┬interaction_type
  │     └──[+] enum (48207:19)
  ├─┬attribute
  │ ├─┬is_writable
  │ │ └──[🔀] description (49089:24)
  │ └─┬config
  │   └─┬currency
  │     └─┬default_currency_code
  │       ├──[+] enum (49234:23)
  │       ├──[+] enum (49242:23)
  │       ├──[+] enum (49237:23)
  │       ├──[+] enum (49259:23)
  │       └──[+] enum (49253:23)
  ├─┬input-value
  │ └─┬ANYOF
  │   └─┬interaction_type
  │     └──[+] enum (47288:19)
  ├─┬meeting
  │ └─┬participants
  │   └─┬Schema
  │     ├──[+] required (50332:17)❌ 
  │     ├──[+] properties (50334:15)
  │     └─┬status
  │       ├──[-] enum (35733:21)❌ 
  │       ├──[-] enum (35734:21)❌ 
  │       ├──[-] enum (35731:21)❌ 
  │       ├──[-] enum (35732:21)❌ 
  │       ├──[🔀] type (50336:19)❌ 
  │       ├──[🔀] description (50338:30)
  │       └──[🔀] example (50339:26)
  ├─┬list
  │ └─┬api_slug
  │   └──[🔀] example (49404:20)
  ├─┬thread
  │ └─┬comments
  │   ├──[-] minItems (36085:21)❌ 
  │   └──[🔀] description (50701:24)
  └─┬oauth2
    └─┬oAuth Flows
      └─┬oAuth Flow
        ├──[+] scopes (50742:25)
        ├──[+] scopes (50743:31)
        ├──[+] scopes (50744:42)
        ├──[+] scopes (50745:48)
        ├──[+] scopes (50746:35)
        ├──[+] scopes (50747:41)
        ├──[+] scopes (50748:40)
        └──[+] scopes (50749:46)
Document Element Total Changes Breaking Changes
components 35 7
paths 266 47
tags 3 0

View full report

Linting Report 0 errors, 247 warnings, 603 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.31.6 - 2026-08-21

🐛 Bug Fixes

  • keep process event listener registration compatible with updated bun type definitions (commit by @AshGodfrey)

core: 3.31.5 - 2026-08-12

🐝 New Features

core: 3.31.4 - 2026-07-09

🐛 Bug Fixes

  • emit erasable TypeScript syntax in http and security lib so SDKs type-check under erasableSyntaxOnly (commit by @AshGodfrey)

core: 3.31.3 - 2026-07-02

🐝 New Features

  • omit gen.lock checksums under versioningStrategy manual and persistentEdits never to prevent merge conflicts (commit by @ThomasRooney)

retries: 2.83.2 - 2026-09-01

🐛 Bug Fixes

  • support retry strategy none and operation-level disabled retry overrides (commit by @ThomasRooney)

unions: 2.86.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.4

Last updated by Speakeasy workflow

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

changeset-bot Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0bbb1a6

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-1783471330 branch 8 times, most recently from f704f56 to 4116130 Compare July 16, 2026 00:41
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 7 times, most recently from 0f5bd28 to 9ac015c Compare July 24, 2026 00:40
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 7 times, most recently from 70aa8f8 to 0395d45 Compare July 31, 2026 00:44
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 6 times, most recently from ca9c8e4 to 4ea8494 Compare August 6, 2026 00:38
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 8 times, most recently from 0a18779 to 0ea7361 Compare August 19, 2026 00:18
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 7 times, most recently from 9779519 to 9491089 Compare August 26, 2026 00:20
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 8 times, most recently from 9726247 to 3f6495d Compare September 3, 2026 00:42
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch 5 times, most recently from 2575dba to 7b6d234 Compare September 8, 2026 00:41
* `attio.meetings.findOrCreate()`: 
  *  `request.data` **Changed** (Breaking ⚠️)
  *  `response.data.participants[].name` **Added**
* `attio.objects.delete/v2/objects/{object}()`: **Added**
* `attio.activities.get/v2/activities()`: **Added**
* `attio.activities.post/v2/activities()`: **Added**
* `attio.activities.get/v2/activities/{activity}()`: **Added**
* `attio.activities.delete/v2/activities/{activity}()`: **Added**
* `attio.activities.patch/v2/activities/{activity}()`: **Added**
* `attio.activityRecords.post/v2/activities/{activity}/records/query()`: **Added**
* `attio.activityRecords.post/v2/activities/{activity}/records()`: **Added**
* `attio.activityRecords.get/v2/activities/{activity}/records/{recordId}()`: **Added**
* `attio.activityRecords.put/v2/activities/{activity}/records/{recordId}()`: **Added**
* `attio.activityRecords.delete/v2/activities/{activity}/records/{recordId}()`: **Added**
* `attio.activityRecords.patch/v2/activities/{activity}/records/{recordId}()`: **Added**
* `attio.records.post/v2/objects/{object}/records/merge()`: **Added**
* `attio.records.put/v2/objects/{object}/records/{recordId}/attributes/{attribute}/values()`: **Added**
* `attio.sql.post/v2/sql()`: **Added**
* `attio.entries.put/v2/lists/{list}/entries/{entryId}/attributes/{attribute}/values()`: **Added**
* `attio.notes.patch/v2/notes/{noteId}()`: **Added**
* `attio.emails.get/v2/emails()`: **Added**
* `attio.sequences.post/v2/sequences/unsubscribedEmails()`: **Added**
* `attio.objects.create()`:  `error.status[403]` **Added**
* `attio.objects.update()`:  `error.status[403]` **Added**
* `attio.attributes.listAll()`:  `response.data[]` **Changed**
* `attio.attributes.createNew()`: 
  *  `request.body.data` **Changed**
  *  `response.data` **Changed**
  *  `error.status[403]` **Added**
* `attio.attributes.get()`:  `response.data` **Changed**
* `attio.attributes.update()`: 
  *  `request.body.data` **Changed**
  *  `response.data` **Changed**
  *  `error.status[403]` **Added**
* `attio.attributes.updateSelectOption()`:  `error.status[403]` **Added**
* `attio.attributes.createStatus()`:  `error.status[403]` **Added**
* `attio.attributes.updateStatus()`:  `error.status[403]` **Added**
* `attio.attributes.options.create()`:  `error.status[403]` **Added**
* `attio.records.query()`:  `response.data[].values.Map<Array<value>>[]` **Changed**
* `attio.records.create()`: 
  *  `response.data.values.Map<Array<value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.records.assert()`: 
  *  `response.data.values.Map<Array<value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.records.get()`:  `response.data.values.Map<Array<value>>[]` **Changed**
* `attio.records.update()`: 
  *  `response.data.values.Map<Array<value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.records.delete()`:  `error.status[403]` **Added**
* `attio.records.updateAppend()`: 
  *  `response.data.values.Map<Array<value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.records.listAttributeValues()`:  `response.data[]` **Changed**
* `attio.entries.query()`:  `response.data[].entryValues.Map<Array<entry_value>>[]` **Changed**
* `attio.entries.create()`: 
  *  `response.data.entryValues.Map<Array<entry_value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.entries.assert()`: 
  *  `response.data.entryValues.Map<Array<entry_value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.entries.get()`:  `response.data.entryValues.Map<Array<entry_value>>[]` **Changed**
* `attio.entries.update()`: 
  *  `response.data.entryValues.Map<Array<entry_value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.entries.delete()`:  `error.status[403]` **Added**
* `attio.entries.updateAppending()`: 
  *  `response.data.entryValues.Map<Array<entry_value>>[]` **Changed**
  *  `error.status[403]` **Added**
* `attio.entries.listAttributeValues()`:  `response.data[]` **Changed**
* `attio.threads.get()`: 
  *  `request` **Changed**
  *  `response.pagination` **Added**
* `attio.comments.delete()`:  `error.status[403]` **Added**
* `attio.meetings.list()`:  `response.data[].participants[].name` **Added**
* `attio.meetings.get()`:  `response.data.participants[].name` **Added**
* `attio.callRecordings.create()`: 
  *  `request.body.data` **Changed**
* `attio.callRecordings.get()`:  `response.data` **Changed**
* `attio.files.upload()`:  `error.status[403]` **Added**
* `attio.webhooks.create()`:  `error.status[409]` **Added**
* `attio.webhooks.update()`:  `error.status[409]` **Added**
* `attio.meta.identify()`:  `response.union(class (1)).authorizedByWorkspaceMemberId` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783471330 branch from 7b6d234 to 0bbb1a6 Compare September 9, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Development

Successfully merging this pull request may close these issues.

1 participant