Skip to content

chore: 🐝 Update SDK - Generate 0.37.2 - #167

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

chore: 🐝 Update SDK - Generate 0.37.2#167
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783480748

Conversation

@github-actions

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

Python SDK Changes:

  • dub.links.list(): request Changed (Breaking ⚠️)
  • dub.events.list():
    • request Changed (Breaking ⚠️)
    • response.[] Changed (Breaking ⚠️)
  • dub.tags.list(): request Changed (Breaking ⚠️)
  • dub.folders.list(): request Changed (Breaking ⚠️)
  • dub.domains.list(): request Changed (Breaking ⚠️)
  • dub.customers.list(): request Changed (Breaking ⚠️)
  • dub.partners.list(): request Changed (Breaking ⚠️)
  • dub.partner_applications.list(): request Changed (Breaking ⚠️)
  • dub.commissions.list():
    • request Changed (Breaking ⚠️)
    • response.[] Changed (Breaking ⚠️)
  • dub.commissions.update(): response Changed (Breaking ⚠️)
  • dub.commissions.update_many(): response.[].status.enum(hold) Added (Breaking ⚠️)
  • dub.payouts.list(): request Changed (Breaking ⚠️)
  • dub.bounties.list_submissions(): request Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/tags/{id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] maxLength (1:126099)❌ 
│ │         └─┬tag
│ │           └──[+] maxLength (1:126441)❌ 
│ ├─┬/domains
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:137085)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:137009)❌ 
│ │   │   ├──[+] maximum (1:137053)❌ 
│ │   │   ├──[-] minimum (1:136345)❌ 
│ │   │   └──[🔀] description (1:136914)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (1:137265)❌ 
│ │       └──[-] minimum (1:136562)❌ 
│ ├─┬/payouts
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:271958)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:271882)❌ 
│ │   │   ├──[+] maximum (1:271926)❌ 
│ │   │   ├──[-] minimum (1:270935)❌ 
│ │   │   └──[🔀] description (1:271787)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (1:272139)❌ 
│ │       └──[-] minimum (1:271153)❌ 
│ ├─┬/tags
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (1:124707)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (1:124631)❌ 
│ │ │ │   ├──[+] maximum (1:124675)❌ 
│ │ │ │   ├──[-] minimum (1:124086)❌ 
│ │ │ │   └──[🔀] description (1:124536)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[🔀] type (1:124888)❌ 
│ │ │     └──[-] minimum (1:124304)❌ 
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬name
│ │         │ └──[🔀] maxLength (1:122534)❌ 
│ │         └─┬tag
│ │           └──[+] maxLength (1:122876)❌ 
│ ├─┬/partners/links
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬url
│ │               └──[-] format (1:225575)❌ 
│ ├─┬/folders
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:130449)❌ 
│ │   │   └──[-] minimum (1:129797)❌ 
│ │   └─┬Parameters
│ │     ├──[🔀] description (1:130269)
│ │     └─┬Schema
│ │       ├──[🔀] type (1:130193)❌ 
│ │       ├──[+] maximum (1:130237)❌ 
│ │       ├──[-] minimum (1:129580)❌ 
│ │       └──[🔀] description (1:130098)
│ ├─┬/customers
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:161021)❌ 
│ │   │   ├──[+] maximum (1:161065)❌ 
│ │   │   └──[-] minimum (1:160349)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:161264)❌ 
│ │   │   └──[-] minimum (1:160576)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬link
│ │               └─┬url
│ │                 └──[-] format (1:162978)❌ 
│ ├─┬/bounties/{bountyId}/submissions
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:287694)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:287618)❌ 
│ │   │   ├──[+] maximum (1:287662)❌ 
│ │   │   ├──[-] minimum (1:286620)❌ 
│ │   │   └──[🔀] description (1:287523)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (1:287875)❌ 
│ │       └──[-] minimum (1:286838)❌ 
│ ├─┬/partners/applications
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:215635)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:215559)❌ 
│ │   │   ├──[+] maximum (1:215603)❌ 
│ │   │   ├──[-] minimum (1:214967)❌ 
│ │   │   └──[🔀] description (1:215464)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (1:215816)❌ 
│ │       └──[-] minimum (1:215185)❌ 
│ ├─┬/commissions
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] enum (1:255069)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:257447)❌ 
│ │   │   └──[-] minimum (1:256819)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:257204)❌ 
│ │   │   ├──[+] maximum (1:257248)❌ 
│ │   │   └──[-] minimum (1:256592)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] required (1:261142)❌ 
│ │             ├──[+] properties (1:258376)
│ │             ├─┬userId
│ │             │ ├──[-] description (1:257594)
│ │             │ └──[-] nullable (1:257651)❌ 
│ │             ├─┬status
│ │             │ ├──[-] enum (1:257396)❌ 
│ │             │ ├──[-] enum (1:257403)❌ 
│ │             │ ├──[-] enum (1:257414)❌ 
│ │             │ ├──[-] enum (1:257426)❌ 
│ │             │ ├──[-] enum (1:257434)❌ 
│ │             │ ├──[-] enum (1:257374)❌ 
│ │             │ ├──[-] enum (1:257384)❌ 
│ │             │ └──[🔀] type (1:258203)❌ 
│ │             ├─┬quantity
│ │             │ ├──[+] additionalProperties (1:259344)❌ 
│ │             │ ├──[+] required (1:259268)❌ 
│ │             │ ├──[+] required (1:259275)❌ 
│ │             │ ├──[+] required (1:259283)❌ 
│ │             │ ├──[+] required (1:259291)❌ 
│ │             │ ├──[+] required (1:259310)❌ 
│ │             │ ├──[+] required (1:259263)❌ 
│ │             │ ├──[🔀] type (1:258528)❌ 
│ │             │ ├──[+] properties (1:259048)
│ │             │ ├──[+] properties (1:258710)
│ │             │ ├──[+] properties (1:259159)
│ │             │ ├──[+] properties (1:258551)
│ │             │ ├──[+] properties (1:258850)
│ │             │ ├──[+] properties (1:258622)
│ │             │ └──[+] properties (1:258936)
│ │             ├─┬type
│ │             │ ├──[+] enum (1:258032)
│ │             │ ├──[+] enum (1:258039)
│ │             │ ├──[+] enum (1:258050)
│ │             │ ├──[+] enum (1:258062)
│ │             │ ├──[+] enum (1:258070)
│ │             │ ├──[+] enum (1:258081)
│ │             │ ├──[+] enum (1:258010)
│ │             │ ├──[+] enum (1:258020)
│ │             │ ├──[-] enum (1:257211)❌ 
│ │             │ ├──[-] enum (1:257219)❌ 
│ │             │ ├──[-] enum (1:257226)❌ 
│ │             │ ├──[-] enum (1:257233)❌ 
│ │             │ └──[-] enum (1:257244)❌ 
│ │             ├─┬updatedAt
│ │             │ ├──[+] enum (1:257847)
│ │             │ ├──[+] enum (1:257855)
│ │             │ ├──[+] enum (1:257862)
│ │             │ ├──[+] enum (1:257869)
│ │             │ └──[+] enum (1:257880)
│ │             └─┬partner
│ │               ├──[-] additionalProperties (1:258567)❌ 
│ │               ├──[-] required (1:258498)❌ 
│ │               ├──[-] required (1:258506)❌ 
│ │               ├──[-] required (1:258514)❌ 
│ │               ├──[-] required (1:258533)❌ 
│ │               ├──[-] required (1:258486)❌ 
│ │               ├──[-] required (1:258491)❌ 
│ │               ├──[🔀] type (1:258500)❌ 
│ │               ├──[+] description (1:258416)
│ │               ├──[+] nullable (1:258397)❌ 
│ │               ├──[-] properties (1:258271)❌ 
│ │               ├──[-] properties (1:257933)❌ 
│ │               ├──[-] properties (1:258382)❌ 
│ │               ├──[-] properties (1:257774)❌ 
│ │               ├──[-] properties (1:258073)❌ 
│ │               ├──[-] properties (1:257845)❌ 
│ │               └──[-] properties (1:258159)❌ 
│ ├─┬/commissions/{id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (1:267215)❌ 
│ │           ├──[+] properties (1:264449)
│ │           ├─┬userId
│ │           │ ├──[-] description (1:263517)
│ │           │ └──[-] nullable (1:263574)❌ 
│ │           ├─┬quantity
│ │           │ ├──[+] additionalProperties (1:265417)❌ 
│ │           │ ├──[+] required (1:265348)❌ 
│ │           │ ├──[+] required (1:265356)❌ 
│ │           │ ├──[+] required (1:265364)❌ 
│ │           │ ├──[+] required (1:265383)❌ 
│ │           │ ├──[+] required (1:265336)❌ 
│ │           │ ├──[+] required (1:265341)❌ 
│ │           │ ├──[🔀] type (1:264601)❌ 
│ │           │ ├──[+] properties (1:265121)
│ │           │ ├──[+] properties (1:264783)
│ │           │ ├──[+] properties (1:265232)
│ │           │ ├──[+] properties (1:264624)
│ │           │ ├──[+] properties (1:264923)
│ │           │ ├──[+] properties (1:264695)
│ │           │ └──[+] properties (1:265009)
│ │           ├─┬partner
│ │           │ ├──[-] additionalProperties (1:264490)❌ 
│ │           │ ├──[-] required (1:264429)❌ 
│ │           │ ├──[-] required (1:264437)❌ 
│ │           │ ├──[-] required (1:264456)❌ 
│ │           │ ├──[-] required (1:264409)❌ 
│ │           │ ├──[-] required (1:264414)❌ 
│ │           │ ├──[-] required (1:264421)❌ 
│ │           │ ├──[🔀] type (1:264573)❌ 
│ │           │ ├──[+] description (1:264489)
│ │           │ ├──[+] nullable (1:264470)❌ 
│ │           │ ├──[-] properties (1:264194)❌ 
│ │           │ ├──[-] properties (1:263856)❌ 
│ │           │ ├──[-] properties (1:264305)❌ 
│ │           │ ├──[-] properties (1:263697)❌ 
│ │           │ ├──[-] properties (1:263996)❌ 
│ │           │ ├──[-] properties (1:263768)❌ 
│ │           │ └──[-] properties (1:264082)❌ 
│ │           ├─┬updatedAt
│ │           │ ├──[+] enum (1:263928)
│ │           │ ├──[+] enum (1:263935)
│ │           │ ├──[+] enum (1:263942)
│ │           │ ├──[+] enum (1:263953)
│ │           │ └──[+] enum (1:263920)
│ │           ├─┬type
│ │           │ ├──[+] enum (1:264093)
│ │           │ ├──[+] enum (1:264105)
│ │           │ ├──[+] enum (1:264112)
│ │           │ ├──[+] enum (1:264123)
│ │           │ ├──[+] enum (1:264135)
│ │           │ ├──[+] enum (1:264143)
│ │           │ ├──[+] enum (1:264154)
│ │           │ ├──[+] enum (1:264083)
│ │           │ ├──[-] enum (1:263167)❌ 
│ │           │ ├──[-] enum (1:263134)❌ 
│ │           │ ├──[-] enum (1:263142)❌ 
│ │           │ ├──[-] enum (1:263149)❌ 
│ │           │ └──[-] enum (1:263156)❌ 
│ │           └─┬status
│ │             ├──[-] enum (1:263349)❌ 
│ │             ├──[-] enum (1:263357)❌ 
│ │             ├──[-] enum (1:263297)❌ 
│ │             ├──[-] enum (1:263307)❌ 
│ │             ├──[-] enum (1:263319)❌ 
│ │             ├──[-] enum (1:263326)❌ 
│ │             ├──[-] enum (1:263337)❌ 
│ │             └──[🔀] type (1:264276)❌ 
│ ├─┬/partners
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (1:200895)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] description (1:200774)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (1:201193)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (1:201117)❌ 
│ │ │ │   ├──[+] maximum (1:201161)❌ 
│ │ │ │   ├──[-] minimum (1:200511)❌ 
│ │ │ │   └──[🔀] description (1:201022)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[🔀] type (1:201374)❌ 
│ │ │ │   └──[-] minimum (1:200729)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           └─┬links
│ │ │             └─┬Schema
│ │ │               └─┬url
│ │ │                 └──[-] format (1:204210)❌ 
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬links
│ │             └─┬Schema
│ │               └─┬url
│ │                 └──[-] format (1:187800)❌ 
│ ├─┬/links
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[🔀] type (1:12332)❌ 
│ │   │   ├──[+] maximum (1:12376)❌ 
│ │   │   └──[-] minimum (1:12351)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (1:12575)❌ 
│ │       └──[-] minimum (1:12578)❌ 
│ ├─┬/track/lead
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬link
│ │             └─┬url
│ │               └──[-] format (1:147810)❌ 
│ ├─┬/commissions/bulk
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬status
│ │               └──[+] enum (1:268683)
│ ├─┬/customers/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬link
│ │ │           └─┬url
│ │ │             └──[-] format (1:168195)❌ 
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬link
│ │             └─┬url
│ │               └──[-] format (1:174636)❌ 
│ └─┬/events
│   └─┬GET
│     ├─┬Parameters
│     │ ├──[+] description (1:89707)
│     │ └─┬Schema
│     │   ├──[+] exclusiveMinimum (1:89672)❌ 
│     │   ├──[🔀] type (1:89643)❌ 
│     │   ├──[+] description (1:89591)
│     │   └──[+] example (1:89633)
│     ├─┬Parameters
│     │ └─┬Schema
│     │   ├──[+] exclusiveMinimum (1:89489)❌ 
│     │   ├──[🔀] type (1:89460)❌ 
│     │   ├──[+] maximum (1:89504)❌ 
│     │   ├──[+] description (1:89365)
│     │   ├──[+] example (1:89432)
│     │   └──[+] deprecated (1:89447)
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬Schema
│               ├─┬ONEOF
│               │ └─┬link
│               │   ├─┬lastClicked
│               │   │ └──[+] nullable (1:96529)❌ 
│               │   ├─┬expiresAt
│               │   │ └──[+] nullable (1:92542)❌ 
│               │   ├─┬disabledAt
│               │   │ └──[+] nullable (1:92636)❌ 
│               │   ├─┬testStartedAt
│               │   │ └──[+] nullable (1:95720)❌ 
│               │   └─┬testCompletedAt
│               │     └──[+] nullable (1:95772)❌ 
│               ├─┬ONEOF
│               │ └─┬link
│               │   ├─┬testCompletedAt
│               │   │ └──[+] nullable (1:104612)❌ 
│               │   ├─┬disabledAt
│               │   │ └──[+] nullable (1:101476)❌ 
│               │   ├─┬testStartedAt
│               │   │ └──[+] nullable (1:104560)❌ 
│               │   ├─┬expiresAt
│               │   │ └──[+] nullable (1:101382)❌ 
│               │   └─┬lastClicked
│               │     └──[+] nullable (1:105369)❌ 
│               └─┬ONEOF
│                 └─┬link
│                   ├─┬expiresAt
│                   │ └──[+] nullable (1:112273)❌ 
│                   ├─┬disabledAt
│                   │ └──[+] nullable (1:112367)❌ 
│                   ├─┬lastClicked
│                   │ └──[+] nullable (1:116260)❌ 
│                   ├─┬testStartedAt
│                   │ └──[+] nullable (1:115451)❌ 
│                   └─┬testCompletedAt
│                     └──[+] nullable (1:115503)❌ 
└─┬Components
  ├─┬PartnerEnrolledEvent
  │ └─┬data
  │   └─┬links
  │     └─┬Schema
  │       └─┬url
  │         └──[-] format (1:335747)❌ 
  ├─┬LinkSchema
  │ └─┬url
  │   └──[-] format (1:365647)❌ 
  ├─┬SaleCreatedEvent
  │ └─┬data
  │   └─┬link
  │     ├─┬expiresAt
  │     │ └──[+] nullable (1:326867)❌ 
  │     ├─┬testStartedAt
  │     │ └──[+] nullable (1:330010)❌ 
  │     ├─┬disabledAt
  │     │ └──[+] nullable (1:326961)❌ 
  │     ├─┬testCompletedAt
  │     │ └──[+] nullable (1:330062)❌ 
  │     └─┬lastClicked
  │       └──[+] nullable (1:330819)❌ 
  ├─┬LinkWebhookEvent
  │ └─┬data
  │   ├─┬testStartedAt
  │   │ └──[+] nullable (1:303439)❌ 
  │   ├─┬testCompletedAt
  │   │ └──[+] nullable (1:303491)❌ 
  │   ├─┬expiresAt
  │   │ └──[+] nullable (1:300296)❌ 
  │   ├─┬lastClicked
  │   │ └──[+] nullable (1:304248)❌ 
  │   └─┬disabledAt
  │     └──[+] nullable (1:300390)❌ 
  ├─┬LinkClickedEvent
  │ └─┬data
  │   └─┬link
  │     ├─┬lastClicked
  │     │ └──[+] nullable (1:311594)❌ 
  │     ├─┬expiresAt
  │     │ └──[+] nullable (1:307642)❌ 
  │     ├─┬testCompletedAt
  │     │ └──[+] nullable (1:310837)❌ 
  │     ├─┬disabledAt
  │     │ └──[+] nullable (1:307736)❌ 
  │     └─┬testStartedAt
  │       └──[+] nullable (1:310785)❌ 
  ├─┬LeadCreatedEvent
  │ └─┬data
  │   └─┬link
  │     ├─┬lastClicked
  │     │ └──[+] nullable (1:320606)❌ 
  │     ├─┬testStartedAt
  │     │ └──[+] nullable (1:319797)❌ 
  │     ├─┬testCompletedAt
  │     │ └──[+] nullable (1:319849)❌ 
  │     ├─┬expiresAt
  │     │ └──[+] nullable (1:316654)❌ 
  │     └─┬disabledAt
  │       └──[+] nullable (1:316748)❌ 
  └─┬CommissionCreatedEvent
    └─┬data
      └─┬status
        └──[+] enum (1:349061)
Document Element Total Changes Breaking Changes
paths 229 159
components 23 22

View full report

Linting Report 0 errors, 31 warnings, 23 hints

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.791.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 8, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783480748 branch 8 times, most recently from 80d4669 to 4bbe571 Compare July 16, 2026 02:56
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783480748 branch 7 times, most recently from 6d9c6b6 to 647c189 Compare July 23, 2026 03:22
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783480748 branch 6 times, most recently from d798d3f to ae17b8e Compare July 29, 2026 02:59
* `dub.links.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.events.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.[]` **Changed** (Breaking ⚠️)
* `dub.tags.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.folders.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.domains.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.customers.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.partners.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.partner_applications.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.commissions.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.[]` **Changed** (Breaking ⚠️)
* `dub.commissions.update()`:  `response` **Changed** (Breaking ⚠️)
* `dub.commissions.update_many()`:  `response.[].status.enum(hold)` **Added** (Breaking ⚠️)
* `dub.payouts.list()`:  `request` **Changed** (Breaking ⚠️)
* `dub.bounties.list_submissions()`:  `request` **Changed** (Breaking ⚠️)
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783480748 branch from cefe151 to 2ebfdd5 Compare July 30, 2026 02:44
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