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.default_payout_method Added
  • 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.partners.list():
    • request Changed
    • response.[].default_payout_method Added
  • dub.customers.list(): request Changed
  • dub.links.list(): request Changed
  • dub.folders.list():
    • request.page Changed
  • dub.commissions.list(): request Changed
  • dub.payouts.list():
    • request.page Changed
    • response.[] Changed
  • dub.tags.list():
    • request.page 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
│ ├─┬/events
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             └─┬ONEOF
│ │               └─┬sale
│ │                 └─┬amount
│ │                   ├──[🔀] maximum (1:107657)❌ 
│ │                   └──[🔀] description (1:107688)
│ ├─┬/bounties/{bountyId}/submissions/{submissionId}/approve
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (1:267807)❌ 
│ │           ├──[+] required (1:267900)❌ 
│ │           ├──[+] properties (1:267570)
│ │           ├──[+] properties (1:266712)
│ │           ├──[+] properties (1:266902)
│ │           ├─┬urls
│ │           │ ├──[-] items (1:262139)❌ 
│ │           │ ├──[🔀] type (1:266836)❌ 
│ │           │ ├──[+] maximum (1:266884)❌ 
│ │           │ ├──[+] minimum (1:266856)❌ 
│ │           │ └──[🔀] description (1:266763)
│ │           ├─┬rejectionNote
│ │           │ ├──[🔀] type (1:267593)❌ 
│ │           │ ├──[+] maximum (1:267625)❌ 
│ │           │ ├──[+] minimum (1:267613)❌ 
│ │           │ ├──[🔀] description (1:267656)
│ │           │ └──[-] nullable (1:263243)❌ 
│ │           ├─┬status
│ │           │ ├──[-] enum (1:262598)❌ 
│ │           │ ├──[-] enum (1:262606)❌ 
│ │           │ ├──[-] enum (1:262618)❌ 
│ │           │ ├──[-] enum (1:262629)❌ 
│ │           │ ├──[🔀] description (1:267293)
│ │           │ └──[+] nullable (1:267274)❌ 
│ │           ├─┬rejectionReason
│ │           │ └──[🔀] description (1:267513)
│ │           └─┬reviewedAt
│ │             └──[🔀] description (1:267407)
│ ├─┬/partners/links
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:207321)❌ 
│ │           └─┬prefix
│ │             └──[🔀] description (1:210094)
│ ├─┬/tokens/embed/referrals
│ │ └─┬POST
│ │   ├──[🔀] description (1:249403)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬partner
│ │           └─┬linkProps
│ │             ├──[-] properties (1:248327)❌ 
│ │             └─┬prefix
│ │               └──[🔀] description (1:252421)
│ ├─┬/commissions
│ │ └─┬GET
│ │   ├──[+] parameters (1:233145)❌ 
│ │   ├──[+] parameters (1:233505)❌ 
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (1:234033)
│ │   │ └─┬Schema
│ │   │   ├──[🔀] description (1:233893)
│ │   │   ├──[-] default (1:231135)❌ 
│ │   │   └──[+] deprecated (1:233961)
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (1:229569)
│ ├─┬/bounties/{bountyId}/submissions
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] enum (1:260987)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] default (1:257921)❌ 
│ │   │   └──[+] deprecated (1:261384)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] required (1:264135)❌ 
│ │             ├──[+] required (1:264042)❌ 
│ │             ├──[+] properties (1:263805)
│ │             ├──[+] properties (1:262947)
│ │             ├──[+] properties (1:263137)
│ │             ├─┬reviewedAt
│ │             │ └──[🔀] description (1:263642)
│ │             ├─┬rejectionReason
│ │             │ └──[🔀] description (1:263748)
│ │             ├─┬rejectionNote
│ │             │ ├──[🔀] type (1:263828)❌ 
│ │             │ ├──[+] maximum (1:263860)❌ 
│ │             │ ├──[+] minimum (1:263848)❌ 
│ │             │ ├──[🔀] description (1:263891)
│ │             │ └──[-] nullable (1:259987)❌ 
│ │             ├─┬status
│ │             │ ├──[-] enum (1:259342)❌ 
│ │             │ ├──[-] enum (1:259350)❌ 
│ │             │ ├──[-] enum (1:259362)❌ 
│ │             │ ├──[-] enum (1:259373)❌ 
│ │             │ ├──[🔀] description (1:263528)
│ │             │ └──[+] nullable (1:263509)❌ 
│ │             └─┬urls
│ │               ├──[-] items (1:258883)❌ 
│ │               ├──[🔀] type (1:263071)❌ 
│ │               ├──[+] maximum (1:263119)❌ 
│ │               ├──[+] minimum (1:263091)❌ 
│ │               └──[🔀] description (1:262998)
│ ├─┬/domains
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[-] default (1:132850)❌ 
│ │       └──[+] deprecated (1:133673)
│ ├─┬/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)
│ ├─┬/partners/links/upsert
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:216188)❌ 
│ │           └─┬prefix
│ │             └──[🔀] description (1:218790)
│ ├─┬/bounties/{bountyId}/submissions/{submissionId}/reject
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] required (1:271689)❌ 
│ │           ├──[+] required (1:271782)❌ 
│ │           ├──[+] properties (1:271452)
│ │           ├──[+] properties (1:270594)
│ │           ├──[+] properties (1:270784)
│ │           ├─┬reviewedAt
│ │           │ └──[🔀] description (1:271289)
│ │           ├─┬urls
│ │           │ ├──[-] items (1:265512)❌ 
│ │           │ ├──[🔀] type (1:270718)❌ 
│ │           │ ├──[+] maximum (1:270766)❌ 
│ │           │ ├──[+] minimum (1:270738)❌ 
│ │           │ └──[🔀] description (1:270645)
│ │           ├─┬rejectionNote
│ │           │ ├──[🔀] type (1:271475)❌ 
│ │           │ ├──[+] maximum (1:271507)❌ 
│ │           │ ├──[+] minimum (1:271495)❌ 
│ │           │ ├──[🔀] description (1:271538)
│ │           │ └──[-] nullable (1:266616)❌ 
│ │           ├─┬rejectionReason
│ │           │ └──[🔀] description (1:271395)
│ │           └─┬status
│ │             ├──[-] enum (1:265971)❌ 
│ │             ├──[-] enum (1:265979)❌ 
│ │             ├──[-] enum (1:265991)❌ 
│ │             ├──[-] enum (1:266002)❌ 
│ │             ├──[🔀] description (1:271175)
│ │             └──[+] nullable (1:271156)❌ 
│ ├─┬/folders
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[-] default (1:126065)❌ 
│ │       └──[+] deprecated (1:126881)
│ ├─┬/payouts
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] default (1:242884)❌ 
│ │   │   └──[+] deprecated (1:245725)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] required (1:248776)❌ 
│ │             ├──[+] properties (1:246866)
│ │             ├──[+] properties (1:246950)
│ │             ├──[+] properties (1:246623)
│ │             ├─┬status
│ │             │ ├──[-] enum (1:243653)❌ 
│ │             │ ├──[-] enum (1:243590)❌ 
│ │             │ ├──[-] enum (1:243600)❌ 
│ │             │ ├──[-] enum (1:243613)❌ 
│ │             │ ├──[-] enum (1:243625)❌ 
│ │             │ ├──[-] enum (1:243632)❌ 
│ │             │ ├──[-] enum (1:243644)❌ 
│ │             │ └──[+] nullable (1:246525)❌ 
│ │             ├─┬user
│ │             │ ├──[-] additionalProperties (1:245396)❌ 
│ │             │ ├──[-] required (1:245344)❌ 
│ │             │ ├──[-] required (1:245349)❌ 
│ │             │ ├──[-] required (1:245356)❌ 
│ │             │ ├──[-] required (1:245364)❌ 
│ │             │ ├──[+] enum (1:246417)
│ │             │ ├──[+] enum (1:246429)
│ │             │ ├──[+] enum (1:246438)
│ │             │ ├──[+] enum (1:246375)
│ │             │ ├──[+] enum (1:246385)
│ │             │ ├──[+] enum (1:246398)
│ │             │ ├──[+] enum (1:246410)
│ │             │ ├──[🔀] type (1:246358)❌ 
│ │             │ ├──[-] nullable (1:245148)❌ 
│ │             │ ├──[-] properties (1:245247)❌ 
│ │             │ ├──[-] properties (1:245183)❌ 
│ │             │ ├──[-] properties (1:245289)❌ 
│ │             │ └──[-] properties (1:245206)❌ 
│ │             ├─┬periodEnd
│ │             │ ├──[+] additionalProperties (1:248368)❌ 
│ │             │ ├──[+] required (1:248274)❌ 
│ │             │ ├──[+] required (1:248282)❌ 
│ │             │ ├──[+] required (1:248304)❌ 
│ │             │ ├──[+] required (1:248323)❌ 
│ │             │ ├──[+] required (1:248333)❌ 
│ │             │ ├──[+] required (1:248254)❌ 
│ │             │ ├──[+] required (1:248259)❌ 
│ │             │ ├──[+] required (1:248266)❌ 
│ │             │ ├──[🔀] type (1:247012)❌ 
│ │             │ ├──[-] nullable (1:243786)❌ 
│ │             │ ├──[+] properties (1:247813)
│ │             │ ├──[+] properties (1:247420)
│ │             │ ├──[+] properties (1:247194)
│ │             │ ├──[+] properties (1:247924)
│ │             │ ├──[+] properties (1:247035)
│ │             │ ├──[+] properties (1:247334)
│ │             │ ├──[+] properties (1:247106)
│ │             │ ├──[+] properties (1:247701)
│ │             │ └──[+] properties (1:248015)
│ │             ├─┬paidAt
│ │             │ ├──[+] enum (1:246842)
│ │             │ └──[+] enum (1:246853)
│ │             ├─┬partner
│ │             │ ├──[+] required (1:248282)❌ 
│ │             │ ├──[+] properties (1:247420)
│ │             │ ├─┬tenantId
│ │             │ │ └──[🔀] description (1:247751)
│ │             │ ├─┬id
│ │             │ │ ├──[🔀] description (1:247949)
│ │             │ │ └──[+] nullable (1:247993)❌ 
│ │             │ ├─┬email
│ │             │ │ ├──[+] enum (1:247667)
│ │             │ │ ├──[+] enum (1:247677)
│ │             │ │ ├──[+] enum (1:247690)
│ │             │ │ ├──[-] maxLength (1:244386)❌ 
│ │             │ │ └──[🔀] description (1:247473)
│ │             │ ├─┬image
│ │             │ │ ├──[🔀] description (1:247071)
│ │             │ │ └──[-] nullable (1:244411)❌ 
│ │             │ ├─┬groupId
│ │             │ │ ├──[+] maxLength (1:247329)❌ 
│ │             │ │ └──[🔀] description (1:247233)
│ │             │ ├─┬name
│ │             │ │ ├──[-] maxLength (1:244199)❌ 
│ │             │ │ ├──[🔀] description (1:247373)
│ │             │ │ └──[+] nullable (1:247354)❌ 
│ │             │ └─┬payoutsEnabledAt
│ │             │   ├──[+] maxLength (1:247142)❌ 
│ │             │   ├──[🔀] description (1:247160)
│ │             │   └──[-] nullable (1:244508)❌ 
│ │             └─┬mode
│ │               ├──[+] enum (1:246916)
│ │               ├──[+] enum (1:246926)
│ │               ├──[+] enum (1:246939)
│ │               ├──[-] enum (1:244027)❌ 
│ │               └──[-] enum (1:244038)❌ 
│ ├─┬/links
│ │ └─┬GET
│ │   ├──[+] parameters (1:12016)❌ 
│ │   ├──[+] parameters (1:12381)❌ 
│ │   └─┬Parameters
│ │     ├──[🔀] description (1:12914)
│ │     └─┬Schema
│ │       ├──[🔀] description (1:12774)
│ │       ├──[-] default (1:12043)❌ 
│ │       └──[+] deprecated (1:12842)
│ ├─┬/track/sale
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬amount
│ │           ├──[🔀] maximum (1:146857)❌ 
│ │           └──[🔀] description (1:146888)
│ ├─┬/tags
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[-] default (1:120789)❌ 
│ │       └──[+] deprecated (1:121598)
│ └─┬/partners
│   ├─┬GET
│   │ ├──[+] parameters (1:193410)❌ 
│   │ ├─┬Parameters
│   │ │ └─┬Schema
│   │ │   ├──[-] default (1:193990)❌ 
│   │ │   └──[+] deprecated (1:196023)
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬Schema
│   │           ├──[+] required (1:207508)❌ 
│   │           ├──[+] properties (1:197313)
│   │           ├─┬leadToConversionRate
│   │           │ ├──[🔀] type (1:200506)❌ 
│   │           │ └──[-] description (1:204304)
│   │           ├─┬totalCommissions
│   │           │ └──[🔀] description (1:205189)
│   │           ├─┬totalSaleAmount
│   │           │ └──[🔀] description (1:205298)
│   │           ├─┬totalConversions
│   │           │ └──[🔀] description (1:200324)
│   │           ├─┬referralFormData
│   │           │ ├──[-] additionalProperties (1:202933)❌ 
│   │           │ ├──[-] required (1:202900)❌ 
│   │           │ ├──[🔀] type (1:198128)❌ 
│   │           │ ├──[+] description (1:198151)
│   │           │ ├──[-] nullable (1:198915)❌ 
│   │           │ └──[-] properties (1:198950)❌ 
│   │           ├─┬leadRewardId
│   │           │ └──[+] description (1:207250)
│   │           ├─┬paypalEmail
│   │           │ └──[🔀] description (1:197907)
│   │           ├─┬partnerId
│   │           │ ├──[🔀] type (1:205875)❌ 
│   │           │ ├──[🔀] description (1:205786)
│   │           │ └──[+] default (1:205866)❌ 
│   │           ├─┬saleRewardId
│   │           │ ├──[🔀] type (1:206758)❌ 
│   │           │ └──[+] description (1:206669)
│   │           ├─┬youtube
│   │           │ └──[🔀] description (1:206793)
│   │           ├─┬stripeConnectId
│   │           │ ├──[+] enum (1:198687)
│   │           │ ├──[+] enum (1:198698)
│   │           │ ├──[+] enum (1:198712)
│   │           │ ├──[+] enum (1:198721)
│   │           │ ├──[+] enum (1:198645)
│   │           │ ├──[+] enum (1:198655)
│   │           │ ├──[+] enum (1:198666)
│   │           │ ├──[+] enum (1:198677)
│   │           │ ├──[🔀] description (1:198747)
│   │           │ └──[-] nullable (1:195493)❌ 
│   │           ├─┬name
│   │           │ ├──[+] items (1:198915)❌ 
│   │           │ ├──[🔀] type (1:198899)❌ 
│   │           │ ├──[-] maxLength (1:194645)❌ 
│   │           │ ├──[🔀] description (1:198844)
│   │           │ └──[+] nullable (1:198825)❌ 
│   │           ├─┬payoutsEnabledAt
│   │           │ ├──[🔀] description (1:198320)
│   │           │ └──[-] nullable (1:195630)❌ 
│   │           ├─┬linkedin
│   │           │ ├──[🔀] type (1:206626)❌ 
│   │           │ └──[🔀] description (1:206512)
│   │           ├─┬programId
│   │           │ ├──[🔀] description (1:197639)
│   │           │ └──[+] nullable (1:197620)❌ 
│   │           ├─┬twitter
│   │           │ └──[🔀] description (1:198012)
│   │           ├─┬trustedAt
│   │           │ ├──[🔀] type (1:205637)❌ 
│   │           │ ├──[🔀] description (1:205542)
│   │           │ ├──[+] default (1:205526)❌ 
│   │           │ └──[-] nullable (1:195735)❌ 
│   │           ├─┬email
│   │           │ ├──[🔀] type (1:206002)❌ 
│   │           │ ├──[-] maxLength (1:194996)❌ 
│   │           │ └──[🔀] description (1:205919)
│   │           ├─┬netRevenue
│   │           │ ├──[🔀] type (1:196601)❌ 
│   │           │ ├──[+] maxLength (1:196622)❌ 
│   │           │ ├──[🔀] description (1:196640)
│   │           │ └──[-] default (1:203574)❌ 
│   │           ├─┬earningsPerClick
│   │           │ ├──[🔀] type (1:200602)❌ 
│   │           │ └──[-] description (1:203711)
│   │           ├─┬totalClicks
│   │           │ ├──[🔀] type (1:207433)❌ 
│   │           │ ├──[🔀] description (1:207360)
│   │           │ ├──[-] default (1:202965)❌ 
│   │           │ └──[+] nullable (1:207421)❌ 
│   │           ├─┬tiktok
│   │           │ └──[🔀] description (1:198397)
│   │           ├─┬id
│   │           │ ├──[🔀] description (1:198211)
│   │           │ └──[+] nullable (1:198255)❌ 
│   │           ├─┬totalLeads
│   │           │ └──[🔀] description (1:205422)
│   │           ├─┬tenantId
│   │           │ └──[🔀] description (1:197770)
│   │           ├─┬totalSales
│   │           │ └──[🔀] description (1:205680)
│   │           ├─┬returnOnAdSpend
│   │           │ ├──[+] additionalProperties (1:205141)❌ 
│   │           │ ├──[+] required (1:205108)❌ 
│   │           │ ├──[🔀] type (1:201185)❌ 
│   │           │ ├──[-] description (1:204461)
│   │           │ └──[+] properties (1:201208)
│   │           ├─┬website
│   │           │ └──[🔀] description (1:207028)
│   │           ├─┬groupId
│   │           │ ├──[+] maxLength (1:196973)❌ 
│   │           │ └──[🔀] description (1:196877)
│   │           ├─┬links
│   │           │ ├──[-] items (1:196657)❌ 
│   │           │ ├──[🔀] type (1:207213)❌ 
│   │           │ └──[🔀] description (1:207138)
│   │           ├─┬image
│   │           │ ├──[🔀] description (1:196551)
│   │           │ └──[-] nullable (1:195021)❌ 
│   │           ├─┬status
│   │           │ ├──[-] enum (1:196454)❌ 
│   │           │ ├──[-] enum (1:196463)❌ 
│   │           │ ├──[-] enum (1:196387)❌ 
│   │           │ ├──[-] enum (1:196397)❌ 
│   │           │ ├──[-] enum (1:196408)❌ 
│   │           │ ├──[-] enum (1:196419)❌ 
│   │           │ ├──[-] enum (1:196429)❌ 
│   │           │ ├──[-] enum (1:196440)❌ 
│   │           │ ├──[-] description (1:196489)
│   │           │ └──[+] nullable (1:200543)❌ 
│   │           ├─┬discountId
│   │           │ ├──[+] maxLength (1:197196)❌ 
│   │           │ └──[+] description (1:197093)
│   │           ├─┬description
│   │           │ ├──[+] enum (1:197560)
│   │           │ ├──[+] enum (1:197570)
│   │           │ ├──[+] enum (1:197583)
│   │           │ ├──[-] maxLength (1:195219)❌ 
│   │           │ └──[🔀] description (1:197366)
│   │           └─┬instagram
│   │             └──[🔀] description (1:197017)
│   └─┬POST
│     ├─┬Responses
│     │ └─┬201
│     │   └─┬application/json
│     │     └─┬Schema
│     │       ├──[+] required (1:192481)❌ 
│     │       ├──[+] properties (1:182286)
│     │       ├─┬image
│     │       │ ├──[🔀] description (1:181524)
│     │       │ └──[-] nullable (1:180488)❌ 
│     │       ├─┬programId
│     │       │ ├──[🔀] description (1:182612)
│     │       │ └──[+] nullable (1:182593)❌ 
│     │       ├─┬earningsPerClick
│     │       │ ├──[🔀] type (1:185575)❌ 
│     │       │ └──[-] description (1:189178)
│     │       ├─┬partnerId
│     │       │ ├──[🔀] type (1:190848)❌ 
│     │       │ ├──[🔀] description (1:190759)
│     │       │ └──[+] default (1:190839)❌ 
│     │       ├─┬totalSales
│     │       │ └──[🔀] description (1:190653)
│     │       ├─┬trustedAt
│     │       │ ├──[🔀] type (1:190610)❌ 
│     │       │ ├──[🔀] description (1:190515)
│     │       │ ├──[+] default (1:190499)❌ 
│     │       │ └──[-] nullable (1:181202)❌ 
│     │       ├─┬website
│     │       │ └──[🔀] description (1:192001)
│     │       ├─┬totalLeads
│     │       │ └──[🔀] description (1:190395)
│     │       ├─┬totalConversions
│     │       │ └──[🔀] description (1:185297)
│     │       ├─┬netRevenue
│     │       │ ├──[🔀] type (1:181574)❌ 
│     │       │ ├──[+] maxLength (1:181595)❌ 
│     │       │ ├──[🔀] description (1:181613)
│     │       │ └──[-] default (1:189041)❌ 
│     │       ├─┬returnOnAdSpend
│     │       │ ├──[+] additionalProperties (1:190114)❌ 
│     │       │ ├──[+] required (1:190081)❌ 
│     │       │ ├──[🔀] type (1:186158)❌ 
│     │       │ ├──[-] description (1:189928)
│     │       │ └──[+] properties (1:186181)
│     │       ├─┬description
│     │       │ ├──[+] enum (1:182533)
│     │       │ ├──[+] enum (1:182543)
│     │       │ ├──[+] enum (1:182556)
│     │       │ ├──[-] maxLength (1:180686)❌ 
│     │       │ └──[🔀] description (1:182339)
│     │       ├─┬tenantId
│     │       │ └──[🔀] description (1:182743)
│     │       ├─┬name
│     │       │ ├──[+] items (1:183888)❌ 
│     │       │ ├──[🔀] type (1:183872)❌ 
│     │       │ ├──[-] maxLength (1:180112)❌ 
│     │       │ ├──[🔀] description (1:183817)
│     │       │ └──[+] nullable (1:183798)❌ 
│     │       ├─┬tiktok
│     │       │ └──[🔀] description (1:183370)
│     │       ├─┬linkedin
│     │       │ ├──[🔀] type (1:191599)❌ 
│     │       │ └──[🔀] description (1:191485)
│     │       ├─┬instagram
│     │       │ └──[🔀] description (1:181990)
│     │       ├─┬saleRewardId
│     │       │ ├──[🔀] type (1:191731)❌ 
│     │       │ └──[+] description (1:191642)
│     │       ├─┬leadRewardId
│     │       │ └──[+] description (1:192223)
│     │       ├─┬youtube
│     │       │ └──[🔀] description (1:191766)
│     │       ├─┬payoutsEnabledAt
│     │       │ ├──[🔀] description (1:183293)
│     │       │ └──[-] nullable (1:181097)❌ 
│     │       ├─┬totalCommissions
│     │       │ └──[🔀] description (1:190162)
│     │       ├─┬status
│     │       │ ├──[-] enum (1:181896)❌ 
│     │       │ ├──[-] enum (1:181907)❌ 
│     │       │ ├──[-] enum (1:181921)❌ 
│     │       │ ├──[-] enum (1:181930)❌ 
│     │       │ ├──[-] enum (1:181854)❌ 
│     │       │ ├──[-] enum (1:181864)❌ 
│     │       │ ├──[-] enum (1:181875)❌ 
│     │       │ ├──[-] enum (1:181886)❌ 
│     │       │ ├──[-] description (1:181956)
│     │       │ └──[+] nullable (1:185516)❌ 
│     │       ├─┬paypalEmail
│     │       │ └──[🔀] description (1:182880)
│     │       ├─┬totalClicks
│     │       │ ├──[🔀] type (1:192406)❌ 
│     │       │ ├──[🔀] description (1:192333)
│     │       │ ├──[-] default (1:188432)❌ 
│     │       │ └──[+] nullable (1:192394)❌ 
│     │       ├─┬groupId
│     │       │ ├──[+] maxLength (1:181946)❌ 
│     │       │ └──[🔀] description (1:181850)
│     │       ├─┬twitter
│     │       │ └──[🔀] description (1:182985)
│     │       ├─┬totalSaleAmount
│     │       │ └──[🔀] description (1:190271)
│     │       ├─┬email
│     │       │ ├──[🔀] type (1:190975)❌ 
│     │       │ ├──[-] maxLength (1:180463)❌ 
│     │       │ └──[🔀] description (1:190892)
│     │       ├─┬referralFormData
│     │       │ ├──[-] additionalProperties (1:188400)❌ 
│     │       │ ├──[-] required (1:188367)❌ 
│     │       │ ├──[🔀] type (1:183101)❌ 
│     │       │ ├──[+] description (1:183124)
│     │       │ ├──[-] nullable (1:184382)❌ 
│     │       │ └──[-] properties (1:184417)❌ 
│     │       ├─┬discountId
│     │       │ ├──[+] maxLength (1:182169)❌ 
│     │       │ └──[+] description (1:182066)
│     │       ├─┬stripeConnectId
│     │       │ ├──[+] enum (1:183650)
│     │       │ ├──[+] enum (1:183660)
│     │       │ ├──[+] enum (1:183671)
│     │       │ ├──[+] enum (1:183685)
│     │       │ ├──[+] enum (1:183694)
│     │       │ ├──[+] enum (1:183618)
│     │       │ ├──[+] enum (1:183628)
│     │       │ ├──[+] enum (1:183639)
│     │       │ ├──[🔀] description (1:183720)
│     │       │ └──[-] nullable (1:180960)❌ 
│     │       ├─┬leadToConversionRate
│     │       │ ├──[🔀] type (1:185479)❌ 
│     │       │ └──[-] description (1:189771)
│     │       ├─┬links
│     │       │ ├──[-] items (1:182124)❌ 
│     │       │ ├──[🔀] type (1:192186)❌ 
│     │       │ └──[🔀] description (1:192111)
│     │       └─┬id
│     │         ├──[🔀] description (1:183184)
│     │         └──[+] nullable (1:183228)❌ 
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬linkProps
│             ├──[-] properties (1:175747)❌ 
│             └─┬prefix
│               └──[🔀] description (1:177944)
└─┬Components
  ├─┬LinkClickedEvent
  │ └─┬data
  │   └─┬link
  │     └──[+] required (1:285880)❌ 
  ├─┬LinkWebhookEvent
  │ └─┬data
  │   └──[+] required (1:278843)❌ 
  ├─┬PartnerEnrolledEvent
  │ └─┬data
  │   ├──[+] required (1:317016)❌ 
  │   ├──[+] required (1:317053)❌ 
  │   ├──[+] required (1:317035)❌ 
  │   ├──[+] required (1:316867)❌ 
  │   ├──[+] properties (1:307117)
  │   ├─┬linkedin
  │   │ ├──[🔀] type (1:315985)❌ 
  │   │ └──[🔀] description (1:315871)
  │   ├─┬description
  │   │ ├──[+] enum (1:307364)
  │   │ ├──[+] enum (1:307374)
  │   │ ├──[+] enum (1:307387)
  │   │ ├──[-] maxLength (1:301992)❌ 
  │   │ └──[🔀] description (1:307170)
  │   ├─┬partnerId
  │   │ ├──[🔀] type (1:315234)❌ 
  │   │ ├──[🔀] description (1:315145)
  │   │ └──[+] default (1:315225)❌ 
  │   ├─┬groupId
  │   │ ├──[+] maxLength (1:306777)❌ 
  │   │ └──[🔀] description (1:306681)
  │   ├─┬programId
  │   │ ├──[🔀] description (1:307443)
  │   │ └──[+] nullable (1:307424)❌ 
  │   ├─┬twitter
  │   │ └──[🔀] description (1:307816)
  │   ├─┬referralFormData
  │   │ ├──[-] required (1:309244)❌ 
  │   │ ├──[🔀] type (1:307932)❌ 
  │   │ ├──[+] description (1:307955)
  │   │ ├──[-] nullable (1:305607)❌ 
  │   │ └──[-] properties (1:305642)❌ 
  │   ├─┬totalSaleAmount
  │   │ └──[🔀] description (1:314657)
  │   ├─┬image
  │   │ ├──[🔀] description (1:306355)
  │   │ └──[-] nullable (1:301794)❌ 
  │   ├─┬discountId
  │   │ ├──[+] maxLength (1:307000)❌ 
  │   │ └──[+] description (1:306897)
  │   ├─┬id
  │   │ ├──[🔀] description (1:308015)
  │   │ └──[+] nullable (1:308059)❌ 
  │   ├─┬totalLeads
  │   │ └──[🔀] description (1:314781)
  │   ├─┬website
  │   │ └──[🔀] description (1:316387)
  │   ├─┬links
  │   │ ├──[-] items (1:303430)❌ 
  │   │ ├──[🔀] type (1:316572)❌ 
  │   │ └──[🔀] description (1:316497)
  │   ├─┬tenantId
  │   │ └──[🔀] description (1:307574)
  │   ├─┬status
  │   │ ├──[-] enum (1:303213)❌ 
  │   │ ├──[-] enum (1:303227)❌ 
  │   │ ├──[-] enum (1:303236)❌ 
  │   │ ├──[-] enum (1:303160)❌ 
  │   │ ├──[-] enum (1:303170)❌ 
  │   │ ├──[-] enum (1:303181)❌ 
  │   │ ├──[-] enum (1:303192)❌ 
  │   │ ├──[-] enum (1:303202)❌ 
  │   │ ├──[-] description (1:303262)
  │   │ └──[+] nullable (1:310279)❌ 
  │   ├─┬leadRewardId
  │   │ └──[+] description (1:316609)
  │   ├─┬totalCommissions
  │   │ └──[🔀] description (1:314548)
  │   ├─┬returnOnAdSpend
  │   │ ├──[+] required (1:314496)❌ 
  │   │ ├──[🔀] type (1:310921)❌ 
  │   │ ├──[-] description (1:310776)
  │   │ └──[+] properties (1:310944)
  │   ├─┬earningsPerClick
  │   │ ├──[🔀] type (1:310338)❌ 
  │   │ └──[-] description (1:310026)
  │   ├─┬trustedAt
  │   │ ├──[🔀] type (1:314996)❌ 
  │   │ ├──[🔀] description (1:314901)
  │   │ ├──[+] default (1:314885)❌ 
  │   │ └──[-] nullable (1:302508)❌ 
  │   ├─┬leadToConversionRate
  │   │ ├──[🔀] type (1:310242)❌ 
  │   │ └──[-] description (1:310619)
  │   ├─┬totalConversions
  │   │ └──[🔀] description (1:310060)
  │   ├─┬youtube
  │   │ └──[🔀] description (1:316152)
  │   ├─┬tiktok
  │   │ └──[🔀] description (1:308201)
  │   ├─┬payoutsEnabledAt
  │   │ ├──[🔀] description (1:308124)
  │   │ └──[-] nullable (1:302403)❌ 
  │   ├─┬email
  │   │ ├──[🔀] type (1:315361)❌ 
  │   │ ├──[-] maxLength (1:301769)❌ 
  │   │ └──[🔀] description (1:315278)
  │   ├─┬instagram
  │   │ └──[🔀] description (1:306821)
  │   ├─┬stripeConnectId
  │   │ ├──[+] enum (1:308481)
  │   │ ├──[+] enum (1:308491)
  │   │ ├──[+] enum (1:308502)
  │   │ ├──[+] enum (1:308516)
  │   │ ├──[+] enum (1:308525)
  │   │ ├──[+] enum (1:308449)
  │   │ ├──[+] enum (1:308459)
  │   │ ├──[+] enum (1:308470)
  │   │ ├──[🔀] description (1:308551)
  │   │ └──[-] nullable (1:302266)❌ 
  │   ├─┬paypalEmail
  │   │ └──[🔀] description (1:307711)
  │   ├─┬totalSales
  │   │ └──[🔀] description (1:315039)
  │   ├─┬netRevenue
  │   │ ├──[🔀] type (1:306405)❌ 
  │   │ ├──[+] maxLength (1:306426)❌ 
  │   │ ├──[🔀] description (1:306444)
  │   │ └──[-] default (1:309889)❌ 
  │   ├─┬name
  │   │ ├──[+] items (1:308719)❌ 
  │   │ ├──[🔀] type (1:308703)❌ 
  │   │ ├──[-] maxLength (1:301418)❌ 
  │   │ ├──[🔀] description (1:308648)
  │   │ └──[+] nullable (1:308629)❌ 
  │   ├─┬totalClicks
  │   │ ├──[🔀] type (1:316792)❌ 
  │   │ ├──[🔀] description (1:316719)
  │   │ ├──[-] default (1:309280)❌ 
  │   │ └──[+] nullable (1:316780)❌ 
  │   └─┬saleRewardId
  │     ├──[🔀] type (1:316117)❌ 
  │     └──[+] description (1:316028)
  ├─┬SaleCreatedEvent
  │ └─┬data
  │   ├──[+] required (1:306010)❌ 
  │   └─┬link
  │     └──[+] required (1:304469)❌ 
  └─┬LeadCreatedEvent
    └─┬data
      ├──[+] required (1:295865)❌ 
      └─┬link
        └──[+] required (1:294574)❌ 
Document Element Total Changes Breaking Changes
paths 387 207
components 104 56

View full report

Linting Report 0 errors, 26 warnings, 19 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)

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.759.3

@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 2 times, most recently from b05cdcf to 809f851 Compare March 29, 2026 00:49
* `dub.partners.create()`: 
  *  `request.link_props.key_length` **Removed** (Breaking ⚠️)
  *  `response.default_payout_method` **Added**
* `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.partners.list()`: 
  *  `request` **Changed**
  *  `response.[].default_payout_method` **Added**
* `dub.customers.list()`:  `request` **Changed**
* `dub.links.list()`:  `request` **Changed**
* `dub.folders.list()`: 
  *  `request.page` **Changed**
* `dub.commissions.list()`:  `request` **Changed**
* `dub.payouts.list()`: 
  *  `request.page` **Changed**
  *  `response.[]` **Changed**
* `dub.tags.list()`: 
  *  `request.page` **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 e340e6c to 395267e Compare March 30, 2026 00:48
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