Skip to content

chore: 🐝 Update SDK - Generate 0.15.4#82

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771718927
Open

chore: 🐝 Update SDK - Generate 0.15.4#82
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771718927

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 22, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Csharp SDK Changes:

  • ClerkBackendApi.Users.GetBillingCreditBalance(): Added
  • ClerkBackendApi.Users.AdjustBillingCreditBalance(): Added
  • ClerkBackendApi.InstanceSettings.GetOAuthApplicationSettings(): Added
  • ClerkBackendApi.InstanceSettings.UpdateOAuthApplicationSettings(): Added
  • ClerkBackendApi.Organizations.GetBillingCreditBalance(): Added
  • ClerkBackendApi.Organizations.AdjustBillingCreditBalance(): Added
  • ClerkBackendApi.AgentTasks.Create(): Added
  • ClerkBackendApi.AgentTasks.Revoke(): Added
  • ClerkBackendApi.EmailAddresses.Create(): error.status[409] Added
  • ClerkBackendApi.EmailAddresses.Update(): error.status[409] Added
  • ClerkBackendApi.Users.Update(): error.status[409] Added
  • ClerkBackendApi.Users.GetBillingSubscription(): response.subscriptionItems[] Changed
  • ClerkBackendApi.Users.GetOrganizationInvitations(): request.status Changed
  • ClerkBackendApi.OrganizationInvitations.GetAll():
    • request.Status Changed
  • ClerkBackendApi.OrganizationInvitations.Create(): error.status[402] Added
  • ClerkBackendApi.OrganizationInvitations.List():
    • request.Status Changed
  • ClerkBackendApi.Organizations.Update(): error.status[400] Added
  • ClerkBackendApi.Organizations.GetBillingSubscription(): response.subscriptionItems[] Changed
  • ClerkBackendApi.Billing.ListPlans(): response.data[].UnitPrices Added
  • ClerkBackendApi.Billing.ListPrices(): response.data[].IsDefault Added
  • ClerkBackendApi.Billing.CreatePrice(): response.isDefault Added
  • ClerkBackendApi.Billing.ListSubscriptionItems(): response.data[] Changed
  • ClerkBackendApi.Billing.CancelSubscriptionItem(): response Changed
  • ClerkBackendApi.Billing.CreatePriceTransition(): response.transition.PreviousPrice.IsDefault Added
  • ClerkBackendApi.Billing.ListStatements(): response.data[] Changed
  • ClerkBackendApi.Billing.GetStatement(): response Changed
  • ClerkBackendApi.Billing.GetStatementPaymentAttempts(): response.data[].Totals Added
  • ClerkBackendApi.M2m.CreateToken():
    • request.TokenFormat Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[-] path (7466:3)❌ 
│ ├──[-] path (7471:3)❌ 
│ ├──[-] path (7457:3)❌ 
│ ├──[-] path (7478:3)❌ 
│ ├──[-] path (7480:3)❌ 
│ ├──[-] path (7462:3)❌ 
│ ├──[-] path (7470:3)❌ 
│ ├──[-] path (7467:3)❌ 
│ ├──[-] path (7475:3)❌ 
│ ├──[-] path (7481:3)❌ 
│ ├──[-] path (7458:3)❌ 
│ ├──[-] path (7461:3)❌ 
│ ├──[-] path (7472:3)❌ 
│ ├──[-] path (7464:3)❌ 
│ ├──[-] path (7476:3)❌ 
│ ├──[-] path (7468:3)❌ 
│ ├──[-] path (7473:3)❌ 
│ ├──[-] path (7456:3)❌ 
│ ├──[-] path (7469:3)❌ 
│ ├──[-] path (7459:3)❌ 
│ ├──[-] path (7465:3)❌ 
│ ├──[-] path (7477:3)❌ 
│ ├──[-] path (7479:3)❌ 
│ ├──[-] path (7460:3)❌ 
│ ├──[-] path (7474:3)❌ 
│ ├──[-] path (7463:3)❌ 
│ ├──[+] path (7487:3)
│ ├──[+] path (8685:3)
│ ├──[+] path (7399:3)
│ ├──[+] path (7398:3)
│ ├──[+] path (4007:3)
│ ├──[+] path (8686:3)
│ ├──[+] path (7412:3)
│ ├──[+] path (5196:3)
│ ├──[+] path (2544:3)
│ ├─┬/users/{user_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (16312:7)
│ ├─┬/email_addresses/{email_address_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (16312:7)
│ ├─┬/users/{user_id}/organization_invitations
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] enum (2711:17)
│ ├─┬/sessions
│ │ └─┬GET
│ │   └──[🔀] description (658:20)
│ ├─┬/organizations/{organization_id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (16264:7)
│ ├─┬/m2m_tokens/{m2m_token_id}/revoke
│ │ └─┬POST
│ │   └──[🔀] description (10327:20)
│ ├─┬/email_addresses
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (16312:7)
│ ├─┬/organization_invitations
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] enum (3363:17)
│ ├─┬/m2m_tokens
│ │ ├─┬GET
│ │ │ └──[🔀] description (10108:20)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[+] properties (9958:17)
│ └─┬/organizations/{organization_id}/invitations
│   ├─┬GET
│   │ └─┬Parameters
│   │   └─┬Schema
│   │     └──[+] enum (5409:17)
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (16365:7)
├─┬Tags
│ └──[+] Agent Tasks (143:5)
└─┬Components
  ├──[-] securitySchemes (10501:7)❌ 
  ├──[+] responses (16403:7)
  ├──[+] responses (16825:7)
  ├──[+] responses (16550:7)
  ├──[+] responses (16397:7)
  ├──[+] schemas (12748:7)
  ├──[+] schemas (13316:7)
  ├──[+] schemas (13012:7)
  ├──[+] schemas (12667:7)
  ├──[+] schemas (13041:7)
  ├──[+] schemas (15078:7)
  ├──[+] schemas (12678:7)
  ├──[+] schemas (13023:7)
  ├──[+] schemas (12729:7)
  ├──[+] schemas (13343:7)
  ├──[+] schemas (13061:7)
  ├──[+] schemas (13950:7)
  ├──[+] schemas (13301:7)
  ├──[+] schemas (12647:7)
  ├─┬BillingPriceResponse
  │ ├──[+] required (15178:11)❌ 
  │ ├──[+] properties (15217:9)
  │ ├─┬plan_id
  │ │ ├──[+] enum (15185:15)
  │ │ └──[🔀] description (15183:24)
  │ └─┬object
  │   ├──[-] enum (14581:15)❌ 
  │   ├──[🔀] type (15218:17)❌ 
  │   └──[🔀] description (15219:24)
  ├─┬BillingPaymentAttempt
  │ ├──[+] properties (15868:9)
  │ └─┬updated_at
  │   ├──[-] type (15300:17)❌ 
  │   ├──[-] format (15301:19)❌ 
  │   ├──[🔀] description (15872:24)
  │   ├──[+] nullable (15871:21)❌ 
  │   └──[+] allOf (13061:7)
  ├─┬BillingStatement
  │ └─┬totals
  │   ├──[+] required (15958:15)❌ 
  │   └──[+] properties (15967:13)
  ├─┬CommercePlan
  │ └──[+] properties (12853:9)
  └─┬CommerceSubscriptionItem
    ├──[+] properties (13129:9)
    ├──[+] properties (13208:9)
    ├──[+] properties (13213:9)
    ├─┬object
    │ ├──[-] enum (12646:15)❌ 
    │ ├──[-] type (12643:17)❌ 
    │ ├──[🔀] description (13162:24)
    │ ├──[+] nullable (13161:21)❌ 
    │ └──[+] allOf (12941:7)
    ├─┬period_start
    │ ├──[🔀] description (13180:24)
    │ └──[+] nullable (13179:21)❌ 
    ├─┬ended_at
    │ ├──[-] type (12730:17)❌ 
    │ ├──[-] format (12731:19)❌ 
    │ ├──[🔀] description (13133:24)
    │ └──[+] allOf (12678:7)
    ├─┬status
    │ ├──[-] enum (12658:15)❌ 
    │ ├──[-] enum (12659:15)❌ 
    │ ├──[-] enum (12660:15)❌ 
    │ ├──[-] enum (12661:15)❌ 
    │ ├──[-] enum (12662:15)❌ 
    │ ├──[-] enum (12663:15)❌ 
    │ ├──[-] enum (12664:15)❌ 
    │ ├──[-] enum (12657:15)❌ 
    │ ├──[+] format (13183:19)❌ 
    │ └──[🔀] description (13184:24)
    ├─┬payment_method
    │ └──[🔀] $ref (13164:11)❌ 
    ├─┬plan
    │ ├──[+] type (13173:17)❌ 
    │ ├──[+] format (13174:19)❌ 
    │ ├──[🔀] description (13175:24)
    │ ├──[-] nullable (12678:21)❌ 
    │ └──[-] allOf (12386:7)❌ 
    ├─┬updated_at
    │ ├──[-] type (12739:17)❌ 
    │ ├──[-] format (12740:19)❌ 
    │ ├──[🔀] description (13212:24)
    │ ├──[+] nullable (13211:21)❌ 
    │ └──[+] allOf (13012:7)
    ├─┬period_end
    │ └──[🔀] $ref (12859:13)❌ 
    ├─┬plan_id
    │ ├──[-] type (12669:17)❌ 
    │ ├──[🔀] description (13145:24)
    │ └──[+] allOf (12768:7)
    ├─┬past_due_at
    │ ├──[+] enum (13107:15)
    │ ├──[🔀] type (13104:17)❌ 
    │ ├──[-] format (12726:19)❌ 
    │ ├──[🔀] description (13105:24)
    │ └──[-] nullable (12727:21)❌ 
    ├─┬payer_id
    │ └──[🔀] $ref (12955:13)❌ 
    ├─┬payer
    │ └──[🔀] $ref (13191:11)❌ 
    ├─┬proration_date
    │ ├──[-] format (12717:19)❌ 
    │ └──[🔀] description (13140:24)
    ├─┬instance_id
    │ └──[🔀] description (13110:24)
    ├─┬is_free_trial
    │ ├──[🔀] type (13112:17)❌ 
    │ └──[🔀] description (13113:24)
    ├─┬next_payment
    │ └──[🔀] $ref (12612:13)❌ 
    ├─┬lifetime_paid
    │ └──[🔀] $ref (13170:11)❌ 
    ├─┬plan_period
    │ ├──[-] enum (12684:15)❌ 
    │ ├──[-] enum (12685:15)❌ 
    │ ├──[🔀] description (13136:24)
    │ └──[+] nullable (13137:21)❌ 
    ├─┬price_id
    │ ├──[+] enum (13150:15)
    │ ├──[+] enum (13151:15)
    │ └──[🔀] description (13148:24)
    └─┬id
      ├──[🔀] type (13196:17)❌ 
      ├──[+] format (13197:19)❌ 
      ├──[🔀] description (13199:24)
      └──[+] nullable (13198:21)❌ 
Document Element Total Changes Breaking Changes
paths 47 26
tags 1 0
components 99 48

View full report

Linting Report 0 errors, 9 warnings, 60 hints

View full report

CSHARP CHANGELOG

constsAndDefaults: 0.0.3 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

core: 3.15.19 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.15.18 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.15.17 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.15.15 - 2026-02-20

🐝 New Features

  • add embedded clang-format behind enableFormatting config flag (commit by @tristanspeakeasy)

core: 3.15.14 - 2026-02-18

🐛 Bug Fixes

  • truncate filenames that exceed OS limit to prevent build failures (commit by @danielkov)

examples: 2.81.7 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

globalSecurity: 2.83.10 - 2026-02-18

🐝 New Features

  • Ensure basic HTTP authentication details are always included in API requests when selected out of multiple security options (commit by @tristanspeakeasy)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

nameOverrides: 2.81.4 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 2.81.3 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

retries: 0.0.2 - 2026-03-02

🐝 New Features

  • support for Retry-After HTTP header (commit by @bflad)

Based on Speakeasy CLI 1.748.0

@github-actions github-actions bot added the minor Minor version bump label Feb 22, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771718927 branch 8 times, most recently from 29cceec to a98e6c1 Compare March 2, 2026 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771718927 branch 6 times, most recently from 8cdb11a to 913b4fc Compare March 6, 2026 16:31
* `ClerkBackendApi.Users.GetBillingCreditBalance()`: **Added**
* `ClerkBackendApi.Users.AdjustBillingCreditBalance()`: **Added**
* `ClerkBackendApi.InstanceSettings.GetOAuthApplicationSettings()`: **Added**
* `ClerkBackendApi.InstanceSettings.UpdateOAuthApplicationSettings()`: **Added**
* `ClerkBackendApi.Organizations.GetBillingCreditBalance()`: **Added**
* `ClerkBackendApi.Organizations.AdjustBillingCreditBalance()`: **Added**
* `ClerkBackendApi.AgentTasks.Create()`: **Added**
* `ClerkBackendApi.AgentTasks.Revoke()`: **Added**
* `ClerkBackendApi.EmailAddresses.Create()`:  `error.status[409]` **Added**
* `ClerkBackendApi.EmailAddresses.Update()`:  `error.status[409]` **Added**
* `ClerkBackendApi.Users.Update()`:  `error.status[409]` **Added**
* `ClerkBackendApi.Users.GetBillingSubscription()`:  `response.subscriptionItems[]` **Changed**
* `ClerkBackendApi.Users.GetOrganizationInvitations()`:  `request.status` **Changed**
* `ClerkBackendApi.OrganizationInvitations.GetAll()`: 
  *  `request.Status` **Changed**
* `ClerkBackendApi.OrganizationInvitations.Create()`:  `error.status[402]` **Added**
* `ClerkBackendApi.OrganizationInvitations.List()`: 
  *  `request.Status` **Changed**
* `ClerkBackendApi.Organizations.Update()`:  `error.status[400]` **Added**
* `ClerkBackendApi.Organizations.GetBillingSubscription()`:  `response.subscriptionItems[]` **Changed**
* `ClerkBackendApi.Billing.ListPlans()`:  `response.data[].UnitPrices` **Added**
* `ClerkBackendApi.Billing.ListPrices()`:  `response.data[].IsDefault` **Added**
* `ClerkBackendApi.Billing.CreatePrice()`:  `response.isDefault` **Added**
* `ClerkBackendApi.Billing.ListSubscriptionItems()`:  `response.data[]` **Changed**
* `ClerkBackendApi.Billing.CancelSubscriptionItem()`:  `response` **Changed**
* `ClerkBackendApi.Billing.CreatePriceTransition()`:  `response.transition.PreviousPrice.IsDefault` **Added**
* `ClerkBackendApi.Billing.ListStatements()`:  `response.data[]` **Changed**
* `ClerkBackendApi.Billing.GetStatement()`:  `response` **Changed**
* `ClerkBackendApi.Billing.GetStatementPaymentAttempts()`:  `response.data[].Totals` **Added**
* `ClerkBackendApi.M2m.CreateToken()`: 
  *  `request.TokenFormat` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771718927 branch from aea3289 to 5693f6f Compare March 7, 2026 00:11
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.16.0 chore: 🐝 Update SDK - Generate 0.15.4 Mar 7, 2026
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Mar 7, 2026
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