Skip to content

chore: 🐝 Update SDK - Generate 1.3.1#28

Merged
mezotv merged 2 commits into
mainfrom
speakeasy-sdk-regen-1782873503
Jul 2, 2026
Merged

chore: 🐝 Update SDK - Generate 1.3.1#28
mezotv merged 2 commits into
mainfrom
speakeasy-sdk-regen-1782873503

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

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:

  • notra.skills.createSkill():
    • request Changed (Breaking ⚠️)
    • error Changed
  • notra.skills.patchSkill():
    • request.body Changed (Breaking ⚠️)
    • error Changed
  • notra.content.deletePost(): error Changed (Breaking ⚠️)
  • notra.content.deleteIntegration(): error Changed
  • notra.schedules.createSchedule(): error Changed
  • notra.content.getPostGeneration(): error Changed
  • notra.content.listBrandIdentities(): error Changed
  • notra.content.createBrandIdentity(): error Changed
  • notra.content.getBrandIdentityGeneration(): error Changed
  • notra.content.getBrandIdentity(): error Changed
  • notra.content.deleteBrandIdentity(): error Changed
  • notra.content.updateBrandIdentity(): error Changed
  • notra.content.listIntegrations(): error Changed
  • notra.content.createGitHubIntegration(): error Changed
  • notra.content.listPosts(): error Changed
  • notra.schedules.listSchedules(): error Changed
  • notra.content.createPostGeneration(): error Changed
  • notra.schedules.deleteSchedule(): error Changed
  • notra.schedules.updateSchedule(): error Changed
  • notra.chats.listChats(): error Changed
  • notra.chats.createChat(): error Changed
  • notra.chats.getChatByExternalChannel(): error Changed
  • notra.chats.getChat(): error Changed
  • notra.chats.postChatMessage(): error Changed
  • notra.skills.listSkills(): error Changed
  • notra.content.updatePost(): error Changed
  • notra.skills.getSkill(): error Changed
  • notra.skills.deleteSkill(): error Changed
  • notra.content.getPost(): error Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/skills/{name}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └──[+] required (1:69926)❌ 
│ ├─┬/v1/posts/generate/{jobId}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:26629)
│ ├─┬/v1/posts/{postId}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[-] codes (1:15312)❌ 
│ ├─┬/v1/integrations/{integrationId}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (1:48224)
│ ├─┬/v1/skills
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └──[+] required (1:67286)❌ 
│ ├─┬/v1/schedules/{scheduleId}
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   ├──[+] codes (1:60603)
│ │ │   └──[+] codes (1:60063)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (1:59267)
│ └─┬/v1/schedules
│   ├─┬GET
│   │ └─┬Responses
│   │   ├──[+] codes (1:51733)
│   │   ├──[+] codes (1:51870)
│   │   └──[+] codes (1:51204)
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (1:56086)
└─┬Components
  └─┬ErrorResponse
    ├──[+] properties (1:1625)
    └──[+] properties (1:1650)
Document Element Total Changes Breaking Changes
paths 12 3
components 2 0

View full report

Linting Report 0 errors, 3 warnings, 3 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 1, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

* `notra.skills.createSkill()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `notra.skills.patchSkill()`: 
  *  `request.body` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `notra.content.deletePost()`:  `error` **Changed** (Breaking ⚠️)
* `notra.content.deleteIntegration()`:  `error` **Changed**
* `notra.schedules.createSchedule()`:  `error` **Changed**
* `notra.content.getPostGeneration()`:  `error` **Changed**
* `notra.content.listBrandIdentities()`:  `error` **Changed**
* `notra.content.createBrandIdentity()`:  `error` **Changed**
* `notra.content.getBrandIdentityGeneration()`:  `error` **Changed**
* `notra.content.getBrandIdentity()`:  `error` **Changed**
* `notra.content.deleteBrandIdentity()`:  `error` **Changed**
* `notra.content.updateBrandIdentity()`:  `error` **Changed**
* `notra.content.listIntegrations()`:  `error` **Changed**
* `notra.content.createGitHubIntegration()`:  `error` **Changed**
* `notra.content.listPosts()`:  `error` **Changed**
* `notra.schedules.listSchedules()`:  `error` **Changed**
* `notra.content.createPostGeneration()`:  `error` **Changed**
* `notra.schedules.deleteSchedule()`:  `error` **Changed**
* `notra.schedules.updateSchedule()`:  `error` **Changed**
* `notra.chats.listChats()`:  `error` **Changed**
* `notra.chats.createChat()`:  `error` **Changed**
* `notra.chats.getChatByExternalChannel()`:  `error` **Changed**
* `notra.chats.getChat()`:  `error` **Changed**
* `notra.chats.postChatMessage()`:  `error` **Changed**
* `notra.skills.listSkills()`:  `error` **Changed**
* `notra.content.updatePost()`:  `error` **Changed**
* `notra.skills.getSkill()`:  `error` **Changed**
* `notra.skills.deleteSkill()`:  `error` **Changed**
* `notra.content.getPost()`:  `error` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1782873503 branch from 71de68f to 88c158e Compare July 2, 2026 02:28
@mezotv mezotv merged commit 20aa5d8 into main Jul 2, 2026
3 of 4 checks passed
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.

3 participants