Skip to content

chore: 🐝 Update SDK - Generate 0.15.10#148

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

chore: 🐝 Update SDK - Generate 0.15.10#148
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1777077530

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 25, 2026

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->events->list():
    • request->partnerTagId Added
    • response.[]->union(SaleEvent)->sale->paymentProcessor Changed (Breaking ⚠️)
  • dub->partner applications->reject(): request Changed (Breaking ⚠️)
  • dub->commissions->list():
    • request Changed
    • response.[]->type->enum(referral) Added (Breaking ⚠️)
  • dub->commissions->update(): response.type->enum(referral) Added (Breaking ⚠️)
  • dub->analytics->retrieve(): request Changed
  • dub->folders->update():
    • requestBody->accessLevel Changed
  • dub->track->sale():
    • request->paymentProcessor Changed
  • dub->partners->list(): response.[] Changed
  • dub->partners->create(): response Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/bounties/{bountyId}/submissions/{submissionId}/reject
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬files
│ │             └─┬Schema
│ │               └─┬url
│ │                 └──[+] format (1:285578)❌ 
│ ├─┬/bounties/{bountyId}/submissions/{submissionId}/approve
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬files
│ │             └─┬Schema
│ │               └─┬url
│ │                 └──[+] format (1:281681)❌ 
│ ├─┬/events
│ │ └─┬GET
│ │   ├──[+] parameters (1:75443)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬ONEOF
│ │               └─┬sale
│ │                 └─┬paymentProcessor
│ │                   ├──[+] enum (1:109300)
│ │                   └──[+] enum (1:109321)
│ ├─┬/commissions
│ │ └─┬GET
│ │   ├──[+] parameters (1:244109)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[+] description (1:241934)
│ │   │ └─┬Schema
│ │   │   ├──[+] enum (1:241898)
│ │   │   └──[+] description (1:241659)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:242925)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (1:242606)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:243850)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (1:243583)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬type
│ │               └──[+] enum (1:248052)
│ ├─┬/track/sale
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬paymentProcessor
│ │           ├──[+] enum (1:148944)
│ │           └──[+] enum (1:148965)
│ ├─┬/bounties/{bountyId}/submissions
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬files
│ │               └─┬Schema
│ │                 └─┬url
│ │                   └──[+] format (1:277901)❌ 
│ ├─┬/track/open
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬clickId
│ │             └──[🔀] description (1:153180)
│ ├─┬/partners/links
│ │ └─┬GET
│ │   └──[🔀] operationId (1:221923)❌ 
│ ├─┬/commissions/{id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬type
│ │             └──[+] enum (1:253966)
│ ├─┬/partners/applications/reject
│ │ └─┬POST
│ │   ├──[🔀] operationId (1:235917)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (1:237144)
│ │         ├──[+] properties (1:237315)
│ │         ├──[+] properties (1:236793)
│ │         ├──[-] properties (1:234936)❌ 
│ │         ├─┬rejectionReason
│ │         │ ├──[+] enum (1:237113)
│ │         │ ├──[+] enum (1:237123)
│ │         │ ├──[+] enum (1:237134)
│ │         │ ├──[-] enum (1:234772)❌ 
│ │         │ ├──[-] enum (1:234711)❌ 
│ │         │ ├──[-] enum (1:234729)❌ 
│ │         │ ├──[-] enum (1:234755)❌ 
│ │         │ ├──[🔀] description (1:236854)
│ │         │ └──[+] default (1:236829)❌ 
│ │         ├─┬rejectionNote
│ │         │ ├──[-] maxLength (1:234931)❌ 
│ │         │ └──[🔀] description (1:236375)
│ │         └─┬partnerId
│ │           ├──[+] maxLength (1:237464)❌ 
│ │           └──[🔀] description (1:237351)
│ ├─┬/folders/{id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬accessLevel
│ │           └──[-] default (1:128720)❌ 
│ ├─┬/partners/applications/approve
│ │ └─┬POST
│ │   └──[🔀] operationId (1:234422)❌ 
│ ├─┬/analytics
│ │ └─┬GET
│ │   ├──[+] parameters (1:56520)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] enum (1:52858)
│ └─┬/partners
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬Schema
│   │           ├──[+] required (1:211227)❌ 
│   │           ├──[+] required (1:211278)❌ 
│   │           ├──[-] required (1:209527)❌ 
│   │           ├──[+] properties (1:199887)
│   │           ├──[+] properties (1:203270)
│   │           ├──[+] properties (1:208565)
│   │           ├──[+] properties (1:199149)
│   │           ├─┬tenantId
│   │           │ ├──[+] enum (1:201371)
│   │           │ ├──[+] enum (1:201382)
│   │           │ ├──[+] enum (1:201392)
│   │           │ ├──[+] enum (1:201403)
│   │           │ ├──[+] enum (1:201417)
│   │           │ ├──[+] enum (1:201426)
│   │           │ ├──[+] enum (1:201350)
│   │           │ ├──[+] enum (1:201360)
│   │           │ ├──[🔀] description (1:201452)
│   │           │ └──[-] nullable (1:199615)❌ 
│   │           ├─┬stripeConnectId
│   │           │ └──[-] description (1:198885)
│   │           ├─┬twitter
│   │           │ ├──[🔀] type (1:209386)❌ 
│   │           │ ├──[🔀] description (1:209318)
│   │           │ ├──[+] default (1:209377)❌ 
│   │           │ └──[-] nullable (1:209036)❌ 
│   │           ├─┬trustedAt
│   │           │ ├──[🔀] description (1:211126)
│   │           │ └──[+] deprecated (1:211107)
│   │           ├─┬youtube
│   │           │ ├──[🔀] description (1:211126)
│   │           │ └──[+] deprecated (1:211107)
│   │           ├─┬totalCommissions
│   │           │ ├──[🔀] type (1:201276)❌ 
│   │           │ ├──[🔀] description (1:201102)
│   │           │ ├──[-] default (1:201635)❌ 
│   │           │ └──[+] nullable (1:201083)❌ 
│   │           ├─┬payoutsEnabledAt
│   │           │ ├──[🔀] description (1:201025)
│   │           │ └──[-] nullable (1:199003)❌ 
│   │           ├─┬partnerId
│   │           │ ├──[+] enum (1:199928)
│   │           │ ├──[+] enum (1:199936)
│   │           │ ├──[+] enum (1:199948)
│   │           │ ├──[+] enum (1:199959)
│   │           │ ├──[+] enum (1:199970)
│   │           │ └──[🔀] description (1:199995)
│   │           ├─┬tiktok
│   │           │ └──[🔀] description (1:200492)
│   │           ├─┬returnOnAdSpend
│   │           │ ├──[+] additionalProperties (1:207899)❌ 
│   │           │ ├──[+] required (1:207866)❌ 
│   │           │ ├──[🔀] type (1:203943)❌ 
│   │           │ ├──[-] description (1:208615)
│   │           │ └──[+] properties (1:203966)
│   │           ├─┬totalClicks
│   │           │ ├──[+] items (1:208650)❌ 
│   │           │ ├──[🔀] type (1:208634)❌ 
│   │           │ ├──[🔀] description (1:208587)
│   │           │ └──[-] default (1:207119)❌ 
│   │           ├─┬totalSales
│   │           │ └──[🔀] description (1:209060)
│   │           ├─┬referralFormData
│   │           │ ├──[-] additionalProperties (1:206428)❌ 
│   │           │ ├──[-] required (1:206395)❌ 
│   │           │ ├──[🔀] type (1:200833)❌ 
│   │           │ ├──[+] description (1:200856)
│   │           │ ├──[-] nullable (1:202410)❌ 
│   │           │ └──[-] properties (1:202445)❌ 
│   │           ├─┬paypalEmail
│   │           │ └──[🔀] description (1:200629)
│   │           ├─┬status
│   │           │ ├──[-] enum (1:199924)❌ 
│   │           │ ├──[-] enum (1:199935)❌ 
│   │           │ ├──[-] enum (1:199949)❌ 
│   │           │ ├──[-] enum (1:199958)❌ 
│   │           │ ├──[-] enum (1:199882)❌ 
│   │           │ ├──[-] enum (1:199892)❌ 
│   │           │ ├──[-] enum (1:199903)❌ 
│   │           │ ├──[-] enum (1:199914)❌ 
│   │           │ ├──[🔀] type (1:210396)❌ 
│   │           │ ├──[🔀] description (1:210307)
│   │           │ └──[+] nullable (1:210384)❌ 
│   │           ├─┬totalConversions
│   │           │ ├──[🔀] type (1:211071)❌ 
│   │           │ ├──[🔀] description (1:210998)
│   │           │ ├──[-] default (1:207352)❌ 
│   │           │ └──[+] nullable (1:211059)❌ 
│   │           ├─┬totalLeads
│   │           │ └──[🔀] description (1:208827)
│   │           ├─┬website
│   │           │ ├──[🔀] type (1:209275)❌ 
│   │           │ ├──[🔀] description (1:209180)
│   │           │ ├──[+] default (1:209164)❌ 
│   │           │ └──[-] nullable (1:208810)❌ 
│   │           ├─┬programId
│   │           │ ├──[🔀] description (1:200361)
│   │           │ └──[+] nullable (1:200342)❌ 
│   │           └─┬totalSaleAmount
│   │             └──[🔀] description (1:203029)
│   └─┬POST
│     └─┬Responses
│       └─┬201
│         └─┬application/json
│           └─┬Schema
│             ├──[+] required (1:194880)❌ 
│             ├──[+] required (1:194931)❌ 
│             ├──[-] required (1:193648)❌ 
│             ├──[+] properties (1:183540)
│             ├──[+] properties (1:186923)
│             ├──[+] properties (1:192218)
│             ├──[+] properties (1:182802)
│             ├─┬totalCommissions
│             │ ├──[🔀] type (1:184929)❌ 
│             │ ├──[🔀] description (1:184755)
│             │ ├──[-] default (1:185756)❌ 
│             │ └──[+] nullable (1:184736)❌ 
│             ├─┬trustedAt
│             │ ├──[🔀] type (1:192657)❌ 
│             │ ├──[🔀] description (1:192589)
│             │ ├──[+] default (1:192573)❌ 
│             │ └──[-] nullable (1:183229)❌ 
│             ├─┬totalConversions
│             │ ├──[🔀] type (1:194724)❌ 
│             │ ├──[🔀] description (1:194651)
│             │ ├──[-] default (1:191473)❌ 
│             │ └──[+] nullable (1:194712)❌ 
│             ├─┬totalSales
│             │ └──[🔀] description (1:192713)
│             ├─┬status
│             │ ├──[-] enum (1:184013)❌ 
│             │ ├──[-] enum (1:184024)❌ 
│             │ ├──[-] enum (1:184035)❌ 
│             │ ├──[-] enum (1:184045)❌ 
│             │ ├──[-] enum (1:184056)❌ 
│             │ ├──[-] enum (1:184070)❌ 
│             │ ├──[-] enum (1:184079)❌ 
│             │ ├──[-] enum (1:184003)❌ 
│             │ ├──[🔀] type (1:194049)❌ 
│             │ ├──[🔀] description (1:193960)
│             │ └──[+] nullable (1:194037)❌ 
│             ├─┬returnOnAdSpend
│             │ ├──[+] additionalProperties (1:191552)❌ 
│             │ ├──[+] required (1:191519)❌ 
│             │ ├──[🔀] type (1:187596)❌ 
│             │ ├──[-] description (1:192736)
│             │ └──[+] properties (1:187619)
│             ├─┬paypalEmail
│             │ └──[🔀] description (1:184282)
│             ├─┬youtube
│             │ ├──[🔀] description (1:194779)
│             │ └──[+] deprecated (1:194760)
│             ├─┬website
│             │ ├──[🔀] type (1:192928)❌ 
│             │ ├──[🔀] description (1:192833)
│             │ ├──[+] default (1:192817)❌ 
│             │ └──[-] nullable (1:192931)❌ 
│             ├─┬totalLeads
│             │ └──[🔀] description (1:192480)
│             ├─┬stripeConnectId
│             │ └──[-] description (1:183006)
│             ├─┬twitter
│             │ ├──[🔀] type (1:193039)❌ 
│             │ ├──[🔀] description (1:192971)
│             │ ├──[+] default (1:193030)❌ 
│             │ └──[-] nullable (1:193157)❌ 
│             ├─┬partnerId
│             │ ├──[+] enum (1:183601)
│             │ ├──[+] enum (1:183612)
│             │ ├──[+] enum (1:183623)
│             │ ├──[+] enum (1:183581)
│             │ ├──[+] enum (1:183589)
│             │ └──[🔀] description (1:183648)
│             ├─┬tiktok
│             │ └──[🔀] description (1:184145)
│             ├─┬payoutsEnabledAt
│             │ ├──[🔀] description (1:184678)
│             │ └──[-] nullable (1:183124)❌ 
│             ├─┬tenantId
│             │ ├──[+] enum (1:185056)
│             │ ├──[+] enum (1:185070)
│             │ ├──[+] enum (1:185079)
│             │ ├──[+] enum (1:185003)
│             │ ├──[+] enum (1:185013)
│             │ ├──[+] enum (1:185024)
│             │ ├──[+] enum (1:185035)
│             │ ├──[+] enum (1:185045)
│             │ ├──[🔀] description (1:185105)
│             │ └──[-] nullable (1:183736)❌ 
│             ├─┬totalClicks
│             │ ├──[+] items (1:192303)❌ 
│             │ ├──[🔀] type (1:192287)❌ 
│             │ ├──[🔀] description (1:192240)
│             │ └──[-] default (1:191240)❌ 
│             ├─┬referralFormData
│             │ ├──[-] additionalProperties (1:190549)❌ 
│             │ ├──[-] required (1:190516)❌ 
│             │ ├──[🔀] type (1:184486)❌ 
│             │ ├──[+] description (1:184509)
│             │ ├──[-] nullable (1:186531)❌ 
│             │ └──[-] properties (1:186566)❌ 
│             ├─┬totalSaleAmount
│             │ └──[🔀] description (1:186682)
│             └─┬programId
│               ├──[🔀] description (1:184014)
│               └──[+] nullable (1:183995)❌ 
└─┬Components
  ├─┬CommissionCreatedEvent
  │ └─┬data
  │   └─┬type
  │     └──[+] enum (1:336814)
  └─┬PartnerEnrolledEvent
    └─┬data
      ├──[+] required (1:333525)❌ 
      ├──[+] required (1:333576)❌ 
      ├──[-] required (1:329157)❌ 
      ├──[+] properties (1:322688)
      ├──[+] properties (1:326003)
      ├──[+] properties (1:330892)
      ├──[+] properties (1:321950)
      ├─┬stripeConnectId
      │ └──[-] description (1:318989)
      ├─┬youtube
      │ ├──[🔀] description (1:333424)
      │ └──[+] deprecated (1:333405)
      ├─┬website
      │ ├──[🔀] type (1:331573)❌ 
      │ ├──[🔀] description (1:331478)
      │ ├──[+] default (1:331462)❌ 
      │ └──[-] nullable (1:328440)❌ 
      ├─┬referralFormData
      │ ├──[-] required (1:326083)❌ 
      │ ├──[🔀] type (1:323634)❌ 
      │ ├──[+] description (1:323657)
      │ ├──[-] nullable (1:322446)❌ 
      │ └──[-] properties (1:322481)❌ 
      ├─┬tenantId
      │ ├──[+] enum (1:324204)
      │ ├──[+] enum (1:324218)
      │ ├──[+] enum (1:324227)
      │ ├──[+] enum (1:324151)
      │ ├──[+] enum (1:324161)
      │ ├──[+] enum (1:324172)
      │ ├──[+] enum (1:324183)
      │ ├──[+] enum (1:324193)
      │ ├──[🔀] description (1:324253)
      │ └──[-] nullable (1:319719)❌ 
      ├─┬paypalEmail
      │ └──[🔀] description (1:323430)
      ├─┬totalClicks
      │ ├──[+] items (1:330977)❌ 
      │ ├──[🔀] type (1:330961)❌ 
      │ ├──[🔀] description (1:330914)
      │ └──[-] default (1:326749)❌ 
      ├─┬tiktok
      │ └──[🔀] description (1:323293)
      ├─┬trustedAt
      │ ├──[🔀] type (1:331302)❌ 
      │ ├──[🔀] description (1:331234)
      │ ├──[+] default (1:331218)❌ 
      │ └──[-] nullable (1:319212)❌ 
      ├─┬status
      │ ├──[-] enum (1:320062)❌ 
      │ ├──[-] enum (1:319986)❌ 
      │ ├──[-] enum (1:319996)❌ 
      │ ├──[-] enum (1:320007)❌ 
      │ ├──[-] enum (1:320018)❌ 
      │ ├──[-] enum (1:320028)❌ 
      │ ├──[-] enum (1:320039)❌ 
      │ ├──[-] enum (1:320053)❌ 
      │ ├──[🔀] type (1:332694)❌ 
      │ ├──[🔀] description (1:332605)
      │ └──[+] nullable (1:332682)❌ 
      ├─┬payoutsEnabledAt
      │ ├──[🔀] description (1:323826)
      │ └──[-] nullable (1:319107)❌ 
      ├─┬totalConversions
      │ ├──[🔀] type (1:333369)❌ 
      │ ├──[🔀] description (1:333296)
      │ ├──[-] default (1:326982)❌ 
      │ └──[+] nullable (1:333357)❌ 
      ├─┬partnerId
      │ ├──[+] enum (1:322729)
      │ ├──[+] enum (1:322737)
      │ ├──[+] enum (1:322749)
      │ ├──[+] enum (1:322760)
      │ ├──[+] enum (1:322771)
      │ └──[🔀] description (1:322796)
      ├─┬totalSales
      │ └──[🔀] description (1:331358)
      ├─┬totalSaleAmount
      │ └──[🔀] description (1:325762)
      ├─┬totalLeads
      │ └──[🔀] description (1:331125)
      ├─┬twitter
      │ ├──[🔀] type (1:331684)❌ 
      │ ├──[🔀] description (1:331616)
      │ ├──[+] default (1:331675)❌ 
      │ └──[-] nullable (1:328666)❌ 
      ├─┬returnOnAdSpend
      │ ├──[+] required (1:330251)❌ 
      │ ├──[🔀] type (1:326676)❌ 
      │ ├──[-] description (1:328245)
      │ └──[+] properties (1:326699)
      ├─┬programId
      │ ├──[🔀] description (1:323162)
      │ └──[+] nullable (1:323143)❌ 
      └─┬totalCommissions
        ├──[🔀] type (1:324077)❌ 
        ├──[🔀] description (1:323903)
        ├──[-] default (1:321671)❌ 
        └──[+] nullable (1:323884)❌ 
Document Element Total Changes Breaking Changes
components 80 40
paths 202 99

View full report

Linting Report 0 errors, 28 warnings, 23 hints

PHP CHANGELOG

core: 3.9.23 - 2026-05-26

🐝 New Features

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

examples: 2.81.8 - 2026-05-15

🐛 Bug Fixes

  • render OpenAPI 'example: null' values as the literal "null" in model docs instead of the Go-formatted '', which broke MDX renderers and leaked Go internals (commit by @AshGodfrey)

Based on Speakeasy CLI 1.768.2

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Apr 25, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch 7 times, most recently from 0e888e2 to 18c6ba3 Compare May 2, 2026 00:46
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch 7 times, most recently from 639131a to 68c8e96 Compare May 9, 2026 00:47
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch 7 times, most recently from 3362f26 to 0629559 Compare May 16, 2026 00:46
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch 7 times, most recently from ba1976a to de11d07 Compare May 23, 2026 00:51
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch from 3c6b31e to 4307ddb Compare May 24, 2026 00:53
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch 5 times, most recently from a0671f5 to 2092063 Compare May 29, 2026 00:57
* `dub->events->list()`: 
  *  `request->partnerTagId` **Added**
  *  `response.[]->union(SaleEvent)->sale->paymentProcessor` **Changed** (Breaking ⚠️)
* `dub->partner applications->reject()`:  `request` **Changed** (Breaking ⚠️)
* `dub->commissions->list()`: 
  *  `request` **Changed**
  *  `response.[]->type->enum(referral)` **Added** (Breaking ⚠️)
* `dub->commissions->update()`:  `response.type->enum(referral)` **Added** (Breaking ⚠️)
* `dub->analytics->retrieve()`:  `request` **Changed**
* `dub->folders->update()`: 
  *  `requestBody->accessLevel` **Changed**
* `dub->track->sale()`: 
  *  `request->paymentProcessor` **Changed**
* `dub->partners->list()`:  `response.[]` **Changed**
* `dub->partners->create()`:  `response` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1777077530 branch from c64da46 to 7ac4391 Compare May 30, 2026 00:52
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