Skip to content

chore: 🐝 Update SDK - Generate 0.35.6#162

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

chore: 🐝 Update SDK - Generate 0.35.6#162
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1772066332

Conversation

@github-actions
Copy link
Copy Markdown

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

SDK update

Versioning

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

Python SDK Changes:

  • dub.partners.create():
    • request.link_props.key_length Removed (Breaking ⚠️)
    • response Changed
  • dub.embed_tokens.referrals():
    • request.partner.link_props.key_length Removed (Breaking ⚠️)
  • dub.partners.upsert_link():
    • request.link_props.key_length Removed (Breaking ⚠️)
  • dub.partners.create_link():
    • request.link_props.key_length Removed (Breaking ⚠️)
  • dub.domains.list():
    • request.page Changed
  • dub.customers.list(): request Changed
  • dub.partners.list():
    • request Changed
    • response.[] Changed
  • dub.commissions.update_many(): Added
  • dub.folders.list():
    • request.page Changed
  • dub.tags.list():
    • request.page Changed
  • dub.commissions.list(): request Changed
  • dub.commissions.update():
    • request.request_body Changed
  • dub.payouts.list():
    • request.page Changed
    • response.[] Changed
  • dub.links.list(): request Changed
  • dub.bounties.list_submissions():
    • request Changed
    • response.[] Changed
  • dub.bounties.approve_submission(): response Changed
  • dub.bounties.reject_submission(): response Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (1:245328)
│ ├─┬/commissions/{id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (1:240496)
│ │         ├──[+] properties (1:240263)
│ │         ├──[+] properties (1:240130)
│ │         ├─┬modifyAmount
│ │         │ ├──[🔀] description (1:241387)
│ │         │ └──[+] deprecated (1:241446)
│ │         ├─┬amount
│ │         │ ├──[🔀] description (1:241270)
│ │         │ └──[+] deprecated (1:241323)
│ │         └─┬status
│ │           ├──[+] enum (1:241192)
│ │           └──[🔀] description (1:240803)
│ ├─┬/events
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬ONEOF
│ │               └─┬sale
│ │                 └─┬amount
│ │                   ├──[🔀] maximum (1:107657)❌ 
│ │                   └──[🔀] description (1:107688)
│ ├─┬/bounties/{bountyId}/submissions
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] enum (1:264200)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] default (1:257921)❌ 
│ │   │   └──[+] deprecated (1:264597)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] required (1:267348)❌ 
│ │             ├──[+] required (1:267255)❌ 
│ │             ├──[+] properties (1:267018)
│ │             ├──[+] properties (1:266160)
│ │             ├──[+] properties (1:266350)
│ │             ├─┬urls
│ │             │ ├──[-] items (1:258883)❌ 
│ │             │ ├──[🔀] type (1:266284)❌ 
│ │             │ ├──[+] maximum (1:266332)❌ 
│ │             │ ├──[+] minimum (1:266304)❌ 
│ │             │ └──[🔀] description (1:266211)
│ │             ├─┬rejectionNote
│ │             │ ├──[🔀] type (1:267041)❌ 
│ │             │ ├──[+] maximum (1:267073)❌ 
│ │             │ ├──[+] minimum (1:267061)❌ 
│ │             │ ├──[🔀] description (1:267104)
│ │             │ └──[-] nullable (1:259987)❌ 
│ │             ├─┬reviewedAt
│ │             │ └──[🔀] description (1:266855)
│ │             ├─┬status
│ │             │ ├──[-] enum (1:259342)❌ 
│ │             │ ├──[-] enum (1:259350)❌ 
│ │             │ ├──[-] enum (1:259362)❌ 
│ │             │ ├──[-] enum (1:259373)❌ 
│ │             │ ├──[🔀] description (1:266741)
│ │             │ └──[+] nullable (1:266722)❌ 
│ │             └─┬rejectionReason
│ │               └──[🔀] description (1:266961)
│ ├─┬/links
│ │ └─┬GET
│ │   ├──[+] parameters (1:12016)❌ 
│ │   ├──[+] parameters (1:12381)❌ 
│ │   └─┬Parameters
│ │     ├──[🔀] description (1:12914)
│ │     └─┬Schema
│ │       ├──[🔀] description (1:12774)
│ │       ├──[-] default (1:12043)❌ 
│ │       └──[+] deprecated (1:12842)
│ ├─┬/folders
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[-] default (1:126065)❌ 
│ │       └──[+] deprecated (1:126881)
│ ├─┬/tokens/embed/referrals
│ │ └─┬POST
│ │   ├──[🔀] description (1:252616)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬partner
│ │           └─┬linkProps
│ │             ├──[-] properties (1:248327)❌ 
│ │             └─┬prefix
│ │               └──[🔀] description (1:255634)
│ ├─┬/partners/links
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:207321)❌ 
│ │           └─┬prefix
│ │             └──[🔀] description (1:211412)
│ ├─┬/track/sale
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬amount
│ │           ├──[🔀] maximum (1:146857)❌ 
│ │           └──[🔀] description (1:146888)
│ ├─┬/partners/links/upsert
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:216188)❌ 
│ │           └─┬prefix
│ │             └──[🔀] description (1:220108)
│ ├─┬/commissions
│ │ └─┬GET
│ │   ├──[+] parameters (1:234463)❌ 
│ │   ├──[+] parameters (1:234823)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:235351)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] description (1:235211)
│ │   │   ├──[-] default (1:231135)❌ 
│ │   │   └──[+] deprecated (1:235279)
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (1:230887)
│ ├─┬/payouts
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] default (1:242884)❌ 
│ │   │   └──[+] deprecated (1:248938)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] required (1:251989)❌ 
│ │             ├──[+] properties (1:250079)
│ │             ├──[+] properties (1:250163)
│ │             ├──[+] properties (1:249836)
│ │             ├─┬user
│ │             │ ├──[-] additionalProperties (1:245396)❌ 
│ │             │ ├──[-] required (1:245344)❌ 
│ │             │ ├──[-] required (1:245349)❌ 
│ │             │ ├──[-] required (1:245356)❌ 
│ │             │ ├──[-] required (1:245364)❌ 
│ │             │ ├──[+] enum (1:249651)
│ │             │ ├──[+] enum (1:249588)
│ │             │ ├──[+] enum (1:249598)
│ │             │ ├──[+] enum (1:249611)
│ │             │ ├──[+] enum (1:249623)
│ │             │ ├──[+] enum (1:249630)
│ │             │ ├──[+] enum (1:249642)
│ │             │ ├──[🔀] type (1:249571)❌ 
│ │             │ ├──[-] nullable (1:245148)❌ 
│ │             │ ├──[-] properties (1:245247)❌ 
│ │             │ ├──[-] properties (1:245183)❌ 
│ │             │ ├──[-] properties (1:245289)❌ 
│ │             │ └──[-] properties (1:245206)❌ 
│ │             ├─┬partner
│ │             │ ├──[+] required (1:251495)❌ 
│ │             │ ├──[+] properties (1:250633)
│ │             │ ├─┬name
│ │             │ │ ├──[-] maxLength (1:244199)❌ 
│ │             │ │ ├──[🔀] description (1:250586)
│ │             │ │ └──[+] nullable (1:250567)❌ 
│ │             │ ├─┬groupId
│ │             │ │ ├──[+] maxLength (1:250542)❌ 
│ │             │ │ └──[🔀] description (1:250446)
│ │             │ ├─┬payoutsEnabledAt
│ │             │ │ ├──[+] maxLength (1:250355)❌ 
│ │             │ │ ├──[🔀] description (1:250373)
│ │             │ │ └──[-] nullable (1:244508)❌ 
│ │             │ ├─┬id
│ │             │ │ ├──[🔀] description (1:251162)
│ │             │ │ └──[+] nullable (1:251206)❌ 
│ │             │ ├─┬image
│ │             │ │ ├──[🔀] description (1:250284)
│ │             │ │ └──[-] nullable (1:244411)❌ 
│ │             │ ├─┬tenantId
│ │             │ │ └──[🔀] description (1:250964)
│ │             │ └─┬email
│ │             │   ├──[+] enum (1:250880)
│ │             │   ├──[+] enum (1:250890)
│ │             │   ├──[+] enum (1:250903)
│ │             │   ├──[-] maxLength (1:244386)❌ 
│ │             │   └──[🔀] description (1:250686)
│ │             ├─┬mode
│ │             │ ├──[+] enum (1:250129)
│ │             │ ├──[+] enum (1:250139)
│ │             │ ├──[+] enum (1:250152)
│ │             │ ├──[-] enum (1:244027)❌ 
│ │             │ └──[-] enum (1:244038)❌ 
│ │             ├─┬paidAt
│ │             │ ├──[+] enum (1:250055)
│ │             │ └──[+] enum (1:250066)
│ │             ├─┬status
│ │             │ ├──[-] enum (1:243653)❌ 
│ │             │ ├──[-] enum (1:243590)❌ 
│ │             │ ├──[-] enum (1:243600)❌ 
│ │             │ ├──[-] enum (1:243613)❌ 
│ │             │ ├──[-] enum (1:243625)❌ 
│ │             │ ├──[-] enum (1:243632)❌ 
│ │             │ ├──[-] enum (1:243644)❌ 
│ │             │ └──[+] nullable (1:249738)❌ 
│ │             └─┬periodEnd
│ │               ├──[+] additionalProperties (1:251581)❌ 
│ │               ├──[+] required (1:251467)❌ 
│ │               ├──[+] required (1:251472)❌ 
│ │               ├──[+] required (1:251479)❌ 
│ │               ├──[+] required (1:251487)❌ 
│ │               ├──[+] required (1:251495)❌ 
│ │               ├──[+] required (1:251517)❌ 
│ │               ├──[+] required (1:251536)❌ 
│ │               ├──[+] required (1:251546)❌ 
│ │               ├──[🔀] type (1:250225)❌ 
│ │               ├──[-] nullable (1:243786)❌ 
│ │               ├──[+] properties (1:251026)
│ │               ├──[+] properties (1:250633)
│ │               ├──[+] properties (1:250407)
│ │               ├──[+] properties (1:251137)
│ │               ├──[+] properties (1:250248)
│ │               ├──[+] properties (1:250547)
│ │               ├──[+] properties (1:250319)
│ │               ├──[+] properties (1:250914)
│ │               └──[+] properties (1:251228)
│ ├─┬/partners
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1:194069)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] default (1:193990)❌ 
│ │ │ │   └──[+] deprecated (1:196682)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           ├──[+] required (1:208826)❌ 
│ │ │           ├──[+] properties (1:205807)
│ │ │           ├──[+] properties (1:197972)
│ │ │           ├─┬clickToConversionRate
│ │ │           │ ├──[🔀] type (1:201116)❌ 
│ │ │           │ └──[-] description (1:204140)
│ │ │           ├─┬clickRewardId
│ │ │           │ ├──[+] enum (1:201715)
│ │ │           │ ├──[+] enum (1:201731)
│ │ │           │ ├──[+] enum (1:201755)
│ │ │           │ ├──[+] enum (1:201770)
│ │ │           │ ├──[+] enum (1:201778)
│ │ │           │ ├──[+] enum (1:201785)
│ │ │           │ └──[+] description (1:201597)
│ │ │           ├─┬tenantId
│ │ │           │ ├──[+] enum (1:199357)
│ │ │           │ ├──[+] enum (1:199371)
│ │ │           │ ├──[+] enum (1:199380)
│ │ │           │ ├──[+] enum (1:199304)
│ │ │           │ ├──[+] enum (1:199314)
│ │ │           │ ├──[+] enum (1:199325)
│ │ │           │ ├──[+] enum (1:199336)
│ │ │           │ ├──[+] enum (1:199346)
│ │ │           │ ├──[🔀] description (1:199406)
│ │ │           │ └──[-] nullable (1:196120)❌ 
│ │ │           ├─┬name
│ │ │           │ ├──[-] maxLength (1:194645)❌ 
│ │ │           │ ├──[🔀] description (1:208456)
│ │ │           │ └──[+] nullable (1:208519)❌ 
│ │ │           ├─┬status
│ │ │           │ ├──[-] enum (1:196419)❌ 
│ │ │           │ ├──[-] enum (1:196429)❌ 
│ │ │           │ ├──[-] enum (1:196440)❌ 
│ │ │           │ ├──[-] enum (1:196454)❌ 
│ │ │           │ ├──[-] enum (1:196463)❌ 
│ │ │           │ ├──[-] enum (1:196387)❌ 
│ │ │           │ ├──[-] enum (1:196397)❌ 
│ │ │           │ ├──[-] enum (1:196408)❌ 
│ │ │           │ ├──[🔀] type (1:208076)❌ 
│ │ │           │ ├──[🔀] description (1:207987)
│ │ │           │ └──[+] nullable (1:208064)❌ 
│ │ │           ├─┬bannedReason
│ │ │           │ ├──[-] enum (1:198868)❌ 
│ │ │           │ ├──[-] enum (1:198798)❌ 
│ │ │           │ ├──[-] enum (1:198814)❌ 
│ │ │           │ ├──[-] enum (1:198838)❌ 
│ │ │           │ ├──[-] enum (1:198853)❌ 
│ │ │           │ ├──[-] enum (1:198861)❌ 
│ │ │           │ └──[🔀] description (1:201459)
│ │ │           ├─┬discountId
│ │ │           │ ├──[+] enum (1:198219)
│ │ │           │ ├──[+] enum (1:198229)
│ │ │           │ ├──[+] enum (1:198242)
│ │ │           │ └──[+] description (1:198025)
│ │ │           ├─┬bannedAt
│ │ │           │ ├──[🔀] type (1:207479)❌ 
│ │ │           │ └──[🔀] description (1:207368)
│ │ │           ├─┬totalCommissions
│ │ │           │ ├──[🔀] type (1:208751)❌ 
│ │ │           │ ├──[🔀] description (1:208678)
│ │ │           │ ├──[-] default (1:198062)❌ 
│ │ │           │ └──[+] nullable (1:208739)❌ 
│ │ │           ├─┬id
│ │ │           │ ├──[+] maxLength (1:197632)❌ 
│ │ │           │ ├──[🔀] description (1:197536)
│ │ │           │ └──[+] nullable (1:197517)❌ 
│ │ │           ├─┬paypalEmail
│ │ │           │ ├──[🔀] description (1:198979)
│ │ │           │ └──[-] nullable (1:195362)❌ 
│ │ │           ├─┬tiktok
│ │ │           │ └──[🔀] description (1:198429)
│ │ │           ├─┬leadToConversionRate
│ │ │           │ ├──[🔀] type (1:208644)❌ 
│ │ │           │ └──[🔀] description (1:208568)
│ │ │           ├─┬twitter
│ │ │           │ ├──[🔀] type (1:206955)❌ 
│ │ │           │ ├──[🔀] description (1:206860)
│ │ │           │ ├──[+] default (1:206844)❌ 
│ │ │           │ └──[-] nullable (1:204882)❌ 
│ │ │           ├─┬totalLeads
│ │ │           │ └──[🔀] description (1:200983)
│ │ │           ├─┬saleRewardId
│ │ │           │ ├──[+] additionalProperties (1:205800)❌ 
│ │ │           │ ├──[+] required (1:205767)❌ 
│ │ │           │ ├──[🔀] type (1:201844)❌ 
│ │ │           │ └──[+] properties (1:201867)
│ │ │           ├─┬youtube
│ │ │           │ └──[🔀] description (1:208346)
│ │ │           ├─┬totalSaleAmount
│ │ │           │ └──[🔀] description (1:206740)
│ │ │           ├─┬returnOnAdSpend
│ │ │           │ ├──[🔀] type (1:198787)❌ 
│ │ │           │ ├──[🔀] description (1:198810)
│ │ │           │ └──[-] nullable (1:204538)❌ 
│ │ │           ├─┬links
│ │ │           │ ├──[-] items (1:196657)❌ 
│ │ │           │ ├──[🔀] type (1:207944)❌ 
│ │ │           │ └──[🔀] description (1:207830)
│ │ │           ├─┬instagram
│ │ │           │ ├──[🔀] description (1:197210)
│ │ │           │ └──[-] nullable (1:205106)❌ 
│ │ │           ├─┬totalClicks
│ │ │           │ ├──[🔀] type (1:199230)❌ 
│ │ │           │ ├──[🔀] description (1:199056)
│ │ │           │ ├──[-] default (1:202965)❌ 
│ │ │           │ └──[+] nullable (1:199037)❌ 
│ │ │           ├─┬applicationId
│ │ │           │ ├──[+] additionalProperties (1:206459)❌ 
│ │ │           │ ├──[+] required (1:206388)❌ 
│ │ │           │ ├──[+] required (1:206406)❌ 
│ │ │           │ ├──[+] required (1:206422)❌ 
│ │ │           │ ├──[🔀] type (1:205931)❌ 
│ │ │           │ ├──[🔀] description (1:205836)
│ │ │           │ ├──[+] properties (1:206149)
│ │ │           │ ├──[+] properties (1:205954)
│ │ │           │ └──[+] properties (1:206265)
│ │ │           ├─┬payoutsEnabledAt
│ │ │           │ ├──[🔀] type (1:207193)❌ 
│ │ │           │ ├──[🔀] description (1:207104)
│ │ │           │ ├──[+] default (1:207184)❌ 
│ │ │           │ └──[-] nullable (1:195630)❌ 
│ │ │           ├─┬stripeConnectId
│ │ │           │ └──[-] description (1:195512)
│ │ │           ├─┬image
│ │ │           │ └──[🔀] description (1:198870)
│ │ │           ├─┬totalConversions
│ │ │           │ └──[🔀] description (1:206507)
│ │ │           ├─┬partnerId
│ │ │           │ ├──[+] maxLength (1:197281)❌ 
│ │ │           │ └──[🔀] description (1:197299)
│ │ │           ├─┬referralFormData
│ │ │           │ ├──[-] additionalProperties (1:202933)❌ 
│ │ │           │ ├──[-] required (1:202900)❌ 
│ │ │           │ ├──[🔀] type (1:198370)❌ 
│ │ │           │ ├──[+] description (1:198298)
│ │ │           │ └──[-] properties (1:198950)❌ 
│ │ │           ├─┬groupId
│ │ │           │ ├──[🔀] type (1:207320)❌ 
│ │ │           │ └──[🔀] description (1:207237)
│ │ │           ├─┬clickToLeadRate
│ │ │           │ └──[🔀] description (1:207666)
│ │ │           ├─┬email
│ │ │           │ ├──[-] maxLength (1:194996)❌ 
│ │ │           │ └──[-] description (1:194900)
│ │ │           ├─┬website
│ │ │           │ └──[🔀] description (1:198671)
│ │ │           ├─┬leadRewardId
│ │ │           │ └──[+] description (1:197676)
│ │ │           ├─┬country
│ │ │           │ ├──[+] maxLength (1:197492)❌ 
│ │ │           │ └──[🔀] description (1:197378)
│ │ │           ├─┬trustedAt
│ │ │           │ ├──[🔀] type (1:207066)❌ 
│ │ │           │ ├──[🔀] description (1:206998)
│ │ │           │ ├──[+] default (1:207057)❌ 
│ │ │           │ └──[-] nullable (1:195735)❌ 
│ │ │           ├─┬programId
│ │ │           │ ├──[🔀] description (1:198566)
│ │ │           │ └──[+] nullable (1:198547)❌ 
│ │ │           ├─┬earningsPerClick
│ │ │           │ ├──[🔀] type (1:197834)❌ 
│ │ │           │ ├──[+] maxLength (1:197855)❌ 
│ │ │           │ └──[🔀] description (1:197752)
│ │ │           ├─┬linkedin
│ │ │           │ └──[-] description (1:204930)
│ │ │           ├─┬companyName
│ │ │           │ ├──[🔀] type (1:207617)❌ 
│ │ │           │ ├──[-] maxLength (1:194856)❌ 
│ │ │           │ └──[🔀] description (1:207522)
│ │ │           ├─┬netRevenue
│ │ │           │ ├──[+] items (1:199574)❌ 
│ │ │           │ ├──[🔀] type (1:199558)❌ 
│ │ │           │ ├──[🔀] description (1:199503)
│ │ │           │ ├──[-] default (1:203574)❌ 
│ │ │           │ └──[+] nullable (1:199484)❌ 
│ │ │           ├─┬averageLifetimeValue
│ │ │           │ ├──[🔀] type (1:201423)❌ 
│ │ │           │ └──[🔀] description (1:201302)
│ │ │           ├─┬totalSales
│ │ │           │ └──[🔀] description (1:206616)
│ │ │           ├─┬createdAt
│ │ │           │ ├──[+] description (1:197902)
│ │ │           │ └──[+] nullable (1:197883)❌ 
│ │ │           └─┬description
│ │ │             ├──[-] maxLength (1:195219)❌ 
│ │ │             ├──[-] description (1:195116)
│ │ │             └──[-] nullable (1:195186)❌ 
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[+] required (1:193140)❌ 
│ │   │       ├──[+] properties (1:190121)
│ │   │       ├──[+] properties (1:182286)
│ │   │       ├─┬tenantId
│ │   │       │ ├──[+] enum (1:183639)
│ │   │       │ ├──[+] enum (1:183650)
│ │   │       │ ├──[+] enum (1:183660)
│ │   │       │ ├──[+] enum (1:183671)
│ │   │       │ ├──[+] enum (1:183685)
│ │   │       │ ├──[+] enum (1:183694)
│ │   │       │ ├──[+] enum (1:183618)
│ │   │       │ ├──[+] enum (1:183628)
│ │   │       │ ├──[🔀] description (1:183720)
│ │   │       │ └──[-] nullable (1:181587)❌ 
│ │   │       ├─┬totalSaleAmount
│ │   │       │ └──[🔀] description (1:191054)
│ │   │       ├─┬returnOnAdSpend
│ │   │       │ ├──[🔀] type (1:183101)❌ 
│ │   │       │ ├──[🔀] description (1:183124)
│ │   │       │ └──[-] nullable (1:190005)❌ 
│ │   │       ├─┬id
│ │   │       │ ├──[+] maxLength (1:181946)❌ 
│ │   │       │ ├──[🔀] description (1:181850)
│ │   │       │ └──[+] nullable (1:181831)❌ 
│ │   │       ├─┬tiktok
│ │   │       │ └──[🔀] description (1:182743)
│ │   │       ├─┬discountId
│ │   │       │ ├──[+] enum (1:182533)
│ │   │       │ ├──[+] enum (1:182543)
│ │   │       │ ├──[+] enum (1:182556)
│ │   │       │ └──[+] description (1:182339)
│ │   │       ├─┬totalSales
│ │   │       │ └──[🔀] description (1:190930)
│ │   │       ├─┬name
│ │   │       │ ├──[-] maxLength (1:180112)❌ 
│ │   │       │ ├──[🔀] description (1:192770)
│ │   │       │ └──[+] nullable (1:192833)❌ 
│ │   │       ├─┬leadRewardId
│ │   │       │ └──[+] description (1:181990)
│ │   │       ├─┬saleRewardId
│ │   │       │ ├──[+] additionalProperties (1:190114)❌ 
│ │   │       │ ├──[+] required (1:190081)❌ 
│ │   │       │ ├──[🔀] type (1:186158)❌ 
│ │   │       │ └──[+] properties (1:186181)
│ │   │       ├─┬leadToConversionRate
│ │   │       │ ├──[🔀] type (1:192958)❌ 
│ │   │       │ └──[🔀] description (1:192882)
│ │   │       ├─┬partnerId
│ │   │       │ ├──[+] maxLength (1:181595)❌ 
│ │   │       │ └──[🔀] description (1:181613)
│ │   │       ├─┬groupId
│ │   │       │ ├──[🔀] type (1:191634)❌ 
│ │   │       │ └──[🔀] description (1:191551)
│ │   │       ├─┬createdAt
│ │   │       │ ├──[+] description (1:182216)
│ │   │       │ └──[+] nullable (1:182197)❌ 
│ │   │       ├─┬bannedAt
│ │   │       │ ├──[🔀] type (1:191793)❌ 
│ │   │       │ └──[🔀] description (1:191682)
│ │   │       ├─┬clickRewardId
│ │   │       │ ├──[+] enum (1:186084)
│ │   │       │ ├──[+] enum (1:186092)
│ │   │       │ ├──[+] enum (1:186099)
│ │   │       │ ├──[+] enum (1:186029)
│ │   │       │ ├──[+] enum (1:186045)
│ │   │       │ ├──[+] enum (1:186069)
│ │   │       │ └──[+] description (1:185911)
│ │   │       ├─┬programId
│ │   │       │ ├──[🔀] description (1:182880)
│ │   │       │ └──[+] nullable (1:182861)❌ 
│ │   │       ├─┬clickToLeadRate
│ │   │       │ └──[🔀] description (1:191980)
│ │   │       ├─┬applicationId
│ │   │       │ ├──[+] additionalProperties (1:190773)❌ 
│ │   │       │ ├──[+] required (1:190702)❌ 
│ │   │       │ ├──[+] required (1:190720)❌ 
│ │   │       │ ├──[+] required (1:190736)❌ 
│ │   │       │ ├──[🔀] type (1:190245)❌ 
│ │   │       │ ├──[🔀] description (1:190150)
│ │   │       │ ├──[+] properties (1:190463)
│ │   │       │ ├──[+] properties (1:190268)
│ │   │       │ └──[+] properties (1:190579)
│ │   │       ├─┬paypalEmail
│ │   │       │ ├──[🔀] description (1:183293)
│ │   │       │ └──[-] nullable (1:180829)❌ 
│ │   │       ├─┬clickToConversionRate
│ │   │       │ ├──[🔀] type (1:185430)❌ 
│ │   │       │ └──[-] description (1:189607)
│ │   │       ├─┬trustedAt
│ │   │       │ ├──[🔀] type (1:191380)❌ 
│ │   │       │ ├──[🔀] description (1:191312)
│ │   │       │ ├──[+] default (1:191371)❌ 
│ │   │       │ └──[-] nullable (1:181202)❌ 
│ │   │       ├─┬country
│ │   │       │ ├──[+] maxLength (1:181806)❌ 
│ │   │       │ └──[🔀] description (1:181692)
│ │   │       ├─┬image
│ │   │       │ └──[🔀] description (1:183184)
│ │   │       ├─┬netRevenue
│ │   │       │ ├──[+] items (1:183888)❌ 
│ │   │       │ ├──[🔀] type (1:183872)❌ 
│ │   │       │ ├──[🔀] description (1:183817)
│ │   │       │ ├──[-] default (1:189041)❌ 
│ │   │       │ └──[+] nullable (1:183798)❌ 
│ │   │       ├─┬twitter
│ │   │       │ ├──[🔀] type (1:191269)❌ 
│ │   │       │ ├──[🔀] description (1:191174)
│ │   │       │ ├──[+] default (1:191158)❌ 
│ │   │       │ └──[-] nullable (1:190349)❌ 
│ │   │       ├─┬totalConversions
│ │   │       │ └──[🔀] description (1:190821)
│ │   │       ├─┬email
│ │   │       │ ├──[-] maxLength (1:180463)❌ 
│ │   │       │ └──[-] description (1:180367)
│ │   │       ├─┬payoutsEnabledAt
│ │   │       │ ├──[🔀] type (1:191507)❌ 
│ │   │       │ ├──[🔀] description (1:191418)
│ │   │       │ ├──[+] default (1:191498)❌ 
│ │   │       │ └──[-] nullable (1:181097)❌ 
│ │   │       ├─┬youtube
│ │   │       │ └──[🔀] description (1:192660)
│ │   │       ├─┬links
│ │   │       │ ├──[-] items (1:182124)❌ 
│ │   │       │ ├──[🔀] type (1:192258)❌ 
│ │   │       │ └──[🔀] description (1:192144)
│ │   │       ├─┬earningsPerClick
│ │   │       │ ├──[🔀] type (1:182148)❌ 
│ │   │       │ ├──[+] maxLength (1:182169)❌ 
│ │   │       │ └──[🔀] description (1:182066)
│ │   │       ├─┬description
│ │   │       │ ├──[-] maxLength (1:180686)❌ 
│ │   │       │ ├──[-] description (1:180583)
│ │   │       │ └──[-] nullable (1:180653)❌ 
│ │   │       ├─┬totalClicks
│ │   │       │ ├──[🔀] type (1:183544)❌ 
│ │   │       │ ├──[🔀] description (1:183370)
│ │   │       │ ├──[-] default (1:188432)❌ 
│ │   │       │ └──[+] nullable (1:183351)❌ 
│ │   │       ├─┬instagram
│ │   │       │ ├──[🔀] description (1:181524)
│ │   │       │ └──[-] nullable (1:190573)❌ 
│ │   │       ├─┬linkedin
│ │   │       │ └──[-] description (1:190397)
│ │   │       ├─┬totalCommissions
│ │   │       │ ├──[🔀] type (1:193065)❌ 
│ │   │       │ ├──[🔀] description (1:192992)
│ │   │       │ ├──[-] default (1:183529)❌ 
│ │   │       │ └──[+] nullable (1:193053)❌ 
│ │   │       ├─┬referralFormData
│ │   │       │ ├──[-] additionalProperties (1:188400)❌ 
│ │   │       │ ├──[-] required (1:188367)❌ 
│ │   │       │ ├──[🔀] type (1:182684)❌ 
│ │   │       │ ├──[+] description (1:182612)
│ │   │       │ └──[-] properties (1:184417)❌ 
│ │   │       ├─┬status
│ │   │       │ ├──[-] enum (1:181864)❌ 
│ │   │       │ ├──[-] enum (1:181875)❌ 
│ │   │       │ ├──[-] enum (1:181886)❌ 
│ │   │       │ ├──[-] enum (1:181896)❌ 
│ │   │       │ ├──[-] enum (1:181907)❌ 
│ │   │       │ ├──[-] enum (1:181921)❌ 
│ │   │       │ ├──[-] enum (1:181930)❌ 
│ │   │       │ ├──[-] enum (1:181854)❌ 
│ │   │       │ ├──[🔀] type (1:192390)❌ 
│ │   │       │ ├──[🔀] description (1:192301)
│ │   │       │ └──[+] nullable (1:192378)❌ 
│ │   │       ├─┬bannedReason
│ │   │       │ ├──[-] enum (1:184305)❌ 
│ │   │       │ ├──[-] enum (1:184320)❌ 
│ │   │       │ ├──[-] enum (1:184328)❌ 
│ │   │       │ ├──[-] enum (1:184335)❌ 
│ │   │       │ ├──[-] enum (1:184265)❌ 
│ │   │       │ ├──[-] enum (1:184281)❌ 
│ │   │       │ └──[🔀] description (1:185773)
│ │   │       ├─┬totalLeads
│ │   │       │ └──[🔀] description (1:185297)
│ │   │       ├─┬averageLifetimeValue
│ │   │       │ ├──[🔀] type (1:185737)❌ 
│ │   │       │ └──[🔀] description (1:185616)
│ │   │       ├─┬website
│ │   │       │ └──[🔀] description (1:182985)
│ │   │       ├─┬stripeConnectId
│ │   │       │ └──[-] description (1:180979)
│ │   │       └─┬companyName
│ │   │         ├──[🔀] type (1:191931)❌ 
│ │   │         ├──[-] maxLength (1:180323)❌ 
│ │   │         └──[🔀] description (1:191836)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:175747)❌ 
│ │           └─┬prefix
│ │             └──[🔀] description (1:177944)
│ ├─┬/bounties/{bountyId}/submissions/{submissionId}/approve
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (1:271020)❌ 
│ │           ├──[+] required (1:271113)❌ 
│ │           ├──[+] properties (1:270783)
│ │           ├──[+] properties (1:269925)
│ │           ├──[+] properties (1:270115)
│ │           ├─┬rejectionNote
│ │           │ ├──[🔀] type (1:270806)❌ 
│ │           │ ├──[+] maximum (1:270838)❌ 
│ │           │ ├──[+] minimum (1:270826)❌ 
│ │           │ ├──[🔀] description (1:270869)
│ │           │ └──[-] nullable (1:263243)❌ 
│ │           ├─┬reviewedAt
│ │           │ └──[🔀] description (1:270620)
│ │           ├─┬urls
│ │           │ ├──[-] items (1:262139)❌ 
│ │           │ ├──[🔀] type (1:270049)❌ 
│ │           │ ├──[+] maximum (1:270097)❌ 
│ │           │ ├──[+] minimum (1:270069)❌ 
│ │           │ └──[🔀] description (1:269976)
│ │           ├─┬status
│ │           │ ├──[-] enum (1:262598)❌ 
│ │           │ ├──[-] enum (1:262606)❌ 
│ │           │ ├──[-] enum (1:262618)❌ 
│ │           │ ├──[-] enum (1:262629)❌ 
│ │           │ ├──[🔀] description (1:270506)
│ │           │ └──[+] nullable (1:270487)❌ 
│ │           └─┬rejectionReason
│ │             └──[🔀] description (1:270726)
│ ├─┬/customers
│ │ └─┬GET
│ │   ├──[+] parameters (1:156520)❌ 
│ │   ├──[+] parameters (1:156881)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:157410)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] description (1:157270)
│ │   │   ├──[-] default (1:155636)❌ 
│ │   │   └──[+] deprecated (1:157338)
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (1:153542)
│ ├─┬/tags
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[-] default (1:120789)❌ 
│ │       └──[+] deprecated (1:121598)
│ ├─┬/domains
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[-] default (1:132850)❌ 
│ │       └──[+] deprecated (1:133673)
│ └─┬/bounties/{bountyId}/submissions/{submissionId}/reject
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             ├──[+] required (1:274995)❌ 
│             ├──[+] required (1:274902)❌ 
│             ├──[+] properties (1:274665)
│             ├──[+] properties (1:273807)
│             ├──[+] properties (1:273997)
│             ├─┬reviewedAt
│             │ └──[🔀] description (1:274502)
│             ├─┬status
│             │ ├──[-] enum (1:265991)❌ 
│             │ ├──[-] enum (1:266002)❌ 
│             │ ├──[-] enum (1:265971)❌ 
│             │ ├──[-] enum (1:265979)❌ 
│             │ ├──[🔀] description (1:274388)
│             │ └──[+] nullable (1:274369)❌ 
│             ├─┬rejectionNote
│             │ ├──[🔀] type (1:274688)❌ 
│             │ ├──[+] maximum (1:274720)❌ 
│             │ ├──[+] minimum (1:274708)❌ 
│             │ ├──[🔀] description (1:274751)
│             │ └──[-] nullable (1:266616)❌ 
│             ├─┬rejectionReason
│             │ └──[🔀] description (1:274608)
│             └─┬urls
│               ├──[-] items (1:265512)❌ 
│               ├──[🔀] type (1:273931)❌ 
│               ├──[+] maximum (1:273979)❌ 
│               ├──[+] minimum (1:273951)❌ 
│               └──[🔀] description (1:273858)
└─┬Components
  ├─┬LinkClickedEvent
  │ └─┬data
  │   └─┬link
  │     └──[+] required (1:289093)❌ 
  ├─┬SaleCreatedEvent
  │ └─┬data
  │   ├──[+] required (1:309223)❌ 
  │   └─┬link
  │     └──[+] required (1:307682)❌ 
  ├─┬LinkWebhookEvent
  │ └─┬data
  │   └──[+] required (1:282056)❌ 
  ├─┬LeadCreatedEvent
  │ └─┬data
  │   ├──[+] required (1:299078)❌ 
  │   └─┬link
  │     └──[+] required (1:297787)❌ 
  └─┬PartnerEnrolledEvent
    └─┬data
      ├──[+] required (1:320896)❌ 
      ├──[+] required (1:320859)❌ 
      ├──[+] required (1:320710)❌ 
      ├──[+] required (1:320878)❌ 
      ├──[+] properties (1:317720)
      ├──[+] properties (1:310330)
      ├─┬programId
      │ ├──[🔀] description (1:310924)
      │ └──[+] nullable (1:310905)❌ 
      ├─┬email
      │ ├──[-] maxLength (1:301769)❌ 
      │ └──[-] description (1:301673)
      ├─┬companyName
      │ ├──[🔀] type (1:319501)❌ 
      │ ├──[-] maxLength (1:301629)❌ 
      │ └──[🔀] description (1:319406)
      ├─┬totalCommissions
      │ ├──[🔀] type (1:320635)❌ 
      │ ├──[🔀] description (1:320562)
      │ ├──[-] default (1:304754)❌ 
      │ └──[+] nullable (1:320623)❌ 
      ├─┬tiktok
      │ └──[🔀] description (1:310787)
      ├─┬createdAt
      │ ├──[+] description (1:310260)
      │ └──[+] nullable (1:310241)❌ 
      ├─┬discountId
      │ ├──[+] enum (1:310577)
      │ ├──[+] enum (1:310587)
      │ ├──[+] enum (1:310600)
      │ └──[+] description (1:310383)
      ├─┬netRevenue
      │ ├──[+] items (1:311932)❌ 
      │ ├──[🔀] type (1:311916)❌ 
      │ ├──[🔀] description (1:311861)
      │ ├──[-] default (1:309889)❌ 
      │ └──[+] nullable (1:311842)❌ 
      ├─┬groupId
      │ ├──[🔀] type (1:319204)❌ 
      │ └──[🔀] description (1:319121)
      ├─┬averageLifetimeValue
      │ ├──[🔀] type (1:313713)❌ 
      │ └──[🔀] description (1:313592)
      ├─┬id
      │ ├──[+] maxLength (1:309990)❌ 
      │ ├──[🔀] description (1:309894)
      │ └──[+] nullable (1:309875)❌ 
      ├─┬bannedReason
      │ ├──[-] enum (1:305530)❌ 
      │ ├──[-] enum (1:305545)❌ 
      │ ├──[-] enum (1:305553)❌ 
      │ ├──[-] enum (1:305560)❌ 
      │ ├──[-] enum (1:305490)❌ 
      │ ├──[-] enum (1:305506)❌ 
      │ └──[🔀] description (1:313749)
      ├─┬totalLeads
      │ └──[🔀] description (1:313273)
      ├─┬applicationId
      │ ├──[+] required (1:318319)❌ 
      │ ├──[+] required (1:318335)❌ 
      │ ├──[+] required (1:318301)❌ 
      │ ├──[🔀] type (1:317844)❌ 
      │ ├──[🔀] description (1:317749)
      │ ├──[+] properties (1:318062)
      │ ├──[+] properties (1:317867)
      │ └──[+] properties (1:318178)
      ├─┬totalSaleAmount
      │ └──[🔀] description (1:318624)
      ├─┬instagram
      │ ├──[🔀] description (1:309568)
      │ └──[-] nullable (1:311421)❌ 
      ├─┬trustedAt
      │ ├──[🔀] type (1:318950)❌ 
      │ ├──[🔀] description (1:318882)
      │ ├──[+] default (1:318941)❌ 
      │ └──[-] nullable (1:302508)❌ 
      ├─┬totalConversions
      │ └──[🔀] description (1:318391)
      ├─┬earningsPerClick
      │ ├──[🔀] type (1:310192)❌ 
      │ ├──[+] maxLength (1:310213)❌ 
      │ └──[🔀] description (1:310110)
      ├─┬tenantId
      │ ├──[+] enum (1:311729)
      │ ├──[+] enum (1:311738)
      │ ├──[+] enum (1:311662)
      │ ├──[+] enum (1:311672)
      │ ├──[+] enum (1:311683)
      │ ├──[+] enum (1:311694)
      │ ├──[+] enum (1:311704)
      │ ├──[+] enum (1:311715)
      │ ├──[🔀] description (1:311764)
      │ └──[-] nullable (1:302893)❌ 
      ├─┬returnOnAdSpend
      │ ├──[🔀] type (1:311145)❌ 
      │ ├──[🔀] description (1:311168)
      │ └──[-] nullable (1:310853)❌ 
      ├─┬leadRewardId
      │ └──[+] description (1:310034)
      ├─┬clickToConversionRate
      │ ├──[🔀] type (1:313406)❌ 
      │ └──[-] description (1:310455)
      ├─┬description
      │ ├──[-] maxLength (1:301992)❌ 
      │ ├──[-] description (1:301889)
      │ └──[-] nullable (1:301959)❌ 
      ├─┬clickToLeadRate
      │ └──[🔀] description (1:319550)
      ├─┬payoutsEnabledAt
      │ ├──[🔀] type (1:319077)❌ 
      │ ├──[🔀] description (1:318988)
      │ ├──[+] default (1:319068)❌ 
      │ └──[-] nullable (1:302403)❌ 
      ├─┬country
      │ ├──[+] maxLength (1:309850)❌ 
      │ └──[🔀] description (1:309736)
      ├─┬website
      │ └──[🔀] description (1:311029)
      ├─┬youtube
      │ └──[🔀] description (1:320230)
      ├─┬stripeConnectId
      │ └──[-] description (1:302285)
      ├─┬clickRewardId
      │ ├──[+] enum (1:314005)
      │ ├──[+] enum (1:314021)
      │ ├──[+] enum (1:314045)
      │ ├──[+] enum (1:314060)
      │ ├──[+] enum (1:314068)
      │ ├──[+] enum (1:314075)
      │ └──[+] description (1:313887)
      ├─┬linkedin
      │ └──[-] description (1:311245)
      ├─┬bannedAt
      │ ├──[🔀] type (1:319363)❌ 
      │ └──[🔀] description (1:319252)
      ├─┬partnerId
      │ ├──[+] maxLength (1:309639)❌ 
      │ └──[🔀] description (1:309657)
      ├─┬leadToConversionRate
      │ ├──[🔀] type (1:320528)❌ 
      │ └──[🔀] description (1:320452)
      ├─┬twitter
      │ ├──[🔀] type (1:318839)❌ 
      │ ├──[🔀] description (1:318744)
      │ ├──[+] default (1:318728)❌ 
      │ └──[-] nullable (1:311197)❌ 
      ├─┬status
      │ ├──[-] enum (1:303170)❌ 
      │ ├──[-] enum (1:303181)❌ 
      │ ├──[-] enum (1:303192)❌ 
      │ ├──[-] enum (1:303202)❌ 
      │ ├──[-] enum (1:303213)❌ 
      │ ├──[-] enum (1:303227)❌ 
      │ ├──[-] enum (1:303236)❌ 
      │ ├──[-] enum (1:303160)❌ 
      │ ├──[🔀] type (1:319960)❌ 
      │ ├──[🔀] description (1:319871)
      │ └──[+] nullable (1:319948)❌ 
      ├─┬paypalEmail
      │ ├──[🔀] description (1:311337)
      │ └──[-] nullable (1:302135)❌ 
      ├─┬saleRewardId
      │ ├──[+] required (1:317709)❌ 
      │ ├──[🔀] type (1:314134)❌ 
      │ └──[+] properties (1:314157)
      ├─┬totalClicks
      │ ├──[🔀] type (1:311588)❌ 
      │ ├──[🔀] description (1:311414)
      │ ├──[-] default (1:309280)❌ 
      │ └──[+] nullable (1:311395)❌ 
      ├─┬referralFormData
      │ ├──[-] required (1:309244)❌ 
      │ ├──[🔀] type (1:310728)❌ 
      │ ├──[+] description (1:310656)
      │ └──[-] properties (1:305642)❌ 
      ├─┬image
      │ └──[🔀] description (1:311228)
      ├─┬totalSales
      │ └──[🔀] description (1:318500)
      ├─┬links
      │ └─┬Schema
      │   └──[+] required (1:313223)❌ 
      └─┬name
        ├──[-] maxLength (1:301418)❌ 
        ├──[🔀] description (1:320340)
        └──[+] nullable (1:320403)❌ 
Document Element Total Changes Breaking Changes
paths 487 259
components 146 80

View full report

Linting Report 0 errors, 26 warnings, 22 hints

PYTHON CHANGELOG

core: 6.0.20 - 2026-03-20

🐛 Bug Fixes

  • rename model_serializer method to avoid name collision with field serializer for fields named model (commit by @subomi)

core: 6.0.19 - 2026-03-17

🐝 New Features

  • add compileCommands config option to allow overriding the compile pipeline, preventing OOM from pylint parallelism (commit by @vishalg0wda)

core: 6.0.18 - 2026-03-11

🐛 Bug Fixes

  • reserve datetime for pythonv2 fields (commit by @danielkov)

core: 6.0.17 - 2026-03-05

🐛 Bug Fixes

  • fix model serializer dropping aliased fields when model_dump() is called without by_alias=True by falling back to field name lookup

core: 6.0.16 - 2026-03-04

🐛 Bug Fixes

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

core: 6.0.15 - 2026-02-27

🐛 Bug Fixes

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

core: 6.0.14 - 2026-02-27

🐛 Bug Fixes

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

enumUnions: 0.1.1 - 2026-03-06

🐛 Bug Fixes

  • show literal values in enum docs when enumFormat is union (commit by @bflad)

examples: 3.0.3 - 2026-02-27

🐛 Bug Fixes

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

globalSecurity: 3.0.7 - 2026-03-25

🐛 Bug Fixes

  • basic-http handling when used as a security option wrapper (commit by @2ynn)

globalSecurity: 3.0.6 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

globalServerURLs: 3.2.1 - 2026-02-27

🐛 Bug Fixes

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

pagination: 3.0.8 - 2026-03-20

🐛 Bug Fixes

  • prevented linter warnings with nullable limit (commit by @bflad)

Based on Speakeasy CLI 1.761.0

@github-actions github-actions bot added the patch Patch version bump label Feb 26, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772066332 branch 7 times, most recently from 7efd148 to e73e237 Compare March 5, 2026 00:42
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772066332 branch 8 times, most recently from b8163c7 to 34126ce Compare March 13, 2026 00:41
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772066332 branch 7 times, most recently from 2373545 to 590c485 Compare March 20, 2026 00:42
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772066332 branch 7 times, most recently from 2273ddc to 5d8faaf Compare March 27, 2026 00:46
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772066332 branch 4 times, most recently from 8bfbefd to 5eb2857 Compare March 31, 2026 00:47
* `dub.partners.create()`: 
  *  `request.link_props.key_length` **Removed** (Breaking ⚠️)
  *  `response` **Changed**
* `dub.embed_tokens.referrals()`: 
  *  `request.partner.link_props.key_length` **Removed** (Breaking ⚠️)
* `dub.partners.upsert_link()`: 
  *  `request.link_props.key_length` **Removed** (Breaking ⚠️)
* `dub.partners.create_link()`: 
  *  `request.link_props.key_length` **Removed** (Breaking ⚠️)
* `dub.domains.list()`: 
  *  `request.page` **Changed**
* `dub.customers.list()`:  `request` **Changed**
* `dub.partners.list()`: 
  *  `request` **Changed**
  *  `response.[]` **Changed**
* `dub.commissions.update_many()`: **Added**
* `dub.folders.list()`: 
  *  `request.page` **Changed**
* `dub.tags.list()`: 
  *  `request.page` **Changed**
* `dub.commissions.list()`:  `request` **Changed**
* `dub.commissions.update()`: 
  *  `request.request_body` **Changed**
* `dub.payouts.list()`: 
  *  `request.page` **Changed**
  *  `response.[]` **Changed**
* `dub.links.list()`:  `request` **Changed**
* `dub.bounties.list_submissions()`: 
  *  `request` **Changed**
  *  `response.[]` **Changed**
* `dub.bounties.approve_submission()`:  `response` **Changed**
* `dub.bounties.reject_submission()`:  `response` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772066332 branch from 97a8ddd to f9fd92e Compare April 1, 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