Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
282 changes: 180 additions & 102 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.35.7
version: 0.35.8
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.761.9
speakeasyVersion: 1.762.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:d86df3c9bd604448c34853ed39872f00710adf94a49e28edb6969c2e69b3bcaf
sourceBlobDigest: sha256:e9f74dc104cf7ecd005a5bb81c2895fb57fc66b4781fea1c72750b7a3e1793b3
sourceRevisionDigest: sha256:4badcba1fa6bce2df5da92bd12de1d53614d7f0c1253cc669fca4a9b8e7f32b5
sourceBlobDigest: sha256:526f218bc24f4946a20f3a1d8bfd793055a5b89171a4006d7e2e8a446db261e1
tags:
- latest
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:d86df3c9bd604448c34853ed39872f00710adf94a49e28edb6969c2e69b3bcaf
sourceBlobDigest: sha256:e9f74dc104cf7ecd005a5bb81c2895fb57fc66b4781fea1c72750b7a3e1793b3
sourceRevisionDigest: sha256:4badcba1fa6bce2df5da92bd12de1d53614d7f0c1253cc669fca4a9b8e7f32b5
sourceBlobDigest: sha256:526f218bc24f4946a20f3a1d8bfd793055a5b89171a4006d7e2e8a446db261e1
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:0632b8446052d67e5b3081429d995751095c4553926d6ff4cc3ac86de32565d9
codeSamplesRevisionDigest: sha256:7c242b113ff05e6df93fe552f1fab6cced0d8f29ebc59595473b118b93b867b8
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1536,4 +1536,14 @@ Based on:
### Generated
- [python v0.35.7] .
### Releases
- [PyPI v0.35.7] https://pypi.org/project/dub/0.35.7 - .
- [PyPI v0.35.7] https://pypi.org/project/dub/0.35.7 - .

## 2026-05-06 00:53:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.762.0 (2.882.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.35.8] .
### Releases
- [PyPI v0.35.8] https://pypi.org/project/dub/0.35.8 - .
6 changes: 3 additions & 3 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: approvePartner
label: approvePartnerApplication
source: |-
from dub import Dub

Expand All @@ -861,7 +861,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: rejectPartner
label: rejectPartnerApplication
source: |-
from dub import Dub

Expand Down Expand Up @@ -914,7 +914,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: retrieveLinks
label: retrievePartnerLinks
source: |-
from dub import Dub

Expand Down
1 change: 1 addition & 0 deletions docs/models/components/partnerenrolledeventdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
| `banned_reason` | [OptionalNullable[components.BannedReason]](../../models/components/bannedreason.md) | :heavy_minus_sign: | If the partner was banned from the program, this is the reason for the ban. |
| `referral_form_data` | [OptionalNullable[components.ReferralFormData]](../../models/components/referralformdata.md) | :heavy_minus_sign: | N/A |
| `application` | [OptionalNullable[components.Application]](../../models/components/application.md) | :heavy_minus_sign: | Linked program application, including review outcome when applicable. |
| `tags` | List[[components.Tags](../../models/components/tags.md)] | :heavy_minus_sign: | The tags associated with the partner. |
| `total_clicks` | *Optional[float]* | :heavy_minus_sign: | The total number of clicks on the partner's links |
| `total_leads` | *Optional[float]* | :heavy_minus_sign: | The total number of leads generated by the partner's links |
| `total_conversions` | *Optional[float]* | :heavy_minus_sign: | The total number of leads that converted to paying customers |
Expand Down
9 changes: 9 additions & 0 deletions docs/models/components/tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Tags


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ApprovePartnerRequestBody
# ApprovePartnerApplicationRequestBody


## Fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ApprovePartnerResponseBody
# ApprovePartnerApplicationResponseBody

The approved partner

Expand Down
1 change: 1 addition & 0 deletions docs/models/operations/createpartnerresponsebody.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The created or updated partner
| `banned_reason` | [OptionalNullable[operations.CreatePartnerBannedReason]](../../models/operations/createpartnerbannedreason.md) | :heavy_minus_sign: | If the partner was banned from the program, this is the reason for the ban. |
| `referral_form_data` | [OptionalNullable[operations.CreatePartnerReferralFormData]](../../models/operations/createpartnerreferralformdata.md) | :heavy_minus_sign: | N/A |
| `application` | [OptionalNullable[operations.CreatePartnerApplication]](../../models/operations/createpartnerapplication.md) | :heavy_minus_sign: | Linked program application, including review outcome when applicable. |
| `tags` | List[[operations.CreatePartnerTags](../../models/operations/createpartnertags.md)] | :heavy_minus_sign: | The tags associated with the partner. |
| `total_clicks` | *Optional[float]* | :heavy_minus_sign: | The total number of clicks on the partner's links |
| `total_leads` | *Optional[float]* | :heavy_minus_sign: | The total number of leads generated by the partner's links |
| `total_conversions` | *Optional[float]* | :heavy_minus_sign: | The total number of leads that converted to paying customers |
Expand Down
9 changes: 9 additions & 0 deletions docs/models/operations/createpartnertags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CreatePartnerTags


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
Loading