Skip to content

chore: 🐝 Update SDK - Generate 0.15.11#149

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

chore: 🐝 Update SDK - Generate 0.15.11#149
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1781485334

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 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.

Php SDK Changes:

  • dub->partners->list(): response.[]->defaultPayoutMethod->enum(tremendous) Added (Breaking ⚠️)
  • dub->partners->create(): response.defaultPayoutMethod->enum(tremendous) Added (Breaking ⚠️)
  • dub->payouts->list():
    • request->groupId Added
    • response.[] Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/partners
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           └─┬defaultPayoutMethod
│ │ │             └──[+] enum (1:199617)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬defaultPayoutMethod
│ │             └──[+] enum (1:183257)
│ └─┬/payouts
│   └─┬GET
│     ├──[+] parameters (1:267085)❌ 
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬Schema
│               ├─┬partner
│               │ └─┬defaultPayoutMethod
│               │   └──[+] enum (1:270162)
│               └─┬method
│                 └──[+] enum (1:269398)
└─┬Components
  └─┬PartnerEnrolledEvent
    └─┬data
      └─┬defaultPayoutMethod
        └──[+] enum (1:330182)
Document Element Total Changes Breaking Changes
paths 5 1
components 1 0

View full report

Linting Report 0 errors, 28 warnings, 23 hints

PHP CHANGELOG

unions: 0.1.8 - 2026-06-01

🐛 Bug Fixes

  • prevent a TypeError when serializing a union containing an empty array or a discriminated union member (commit by @AshGodfrey)

Based on Speakeasy CLI 1.784.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jun 15, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781485334 branch 5 times, most recently from ef54e83 to 54246e9 Compare June 20, 2026 00:56
* `dub->partners->list()`:  `response.[]->defaultPayoutMethod->enum(tremendous)` **Added** (Breaking ⚠️)
* `dub->partners->create()`:  `response.defaultPayoutMethod->enum(tremendous)` **Added** (Breaking ⚠️)
* `dub->payouts->list()`: 
  *  `request->groupId` **Added**
  *  `response.[]` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1781485334 branch from 92553a6 to f420638 Compare June 21, 2026 01:02
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