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
360 changes: 229 additions & 131 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.768.2
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:d86df3c9bd604448c34853ed39872f00710adf94a49e28edb6969c2e69b3bcaf
sourceBlobDigest: sha256:e9f74dc104cf7ecd005a5bb81c2895fb57fc66b4781fea1c72750b7a3e1793b3
sourceRevisionDigest: sha256:ea136b23f93fdd5742b6080678049b581259c6e814186c18cce1e166f9d75251
sourceBlobDigest: sha256:52884c13f927c2f52c00f617898bea446f8bc55d8568c047d5f86b05510f9cdf
tags:
- latest
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:d86df3c9bd604448c34853ed39872f00710adf94a49e28edb6969c2e69b3bcaf
sourceBlobDigest: sha256:e9f74dc104cf7ecd005a5bb81c2895fb57fc66b4781fea1c72750b7a3e1793b3
sourceRevisionDigest: sha256:ea136b23f93fdd5742b6080678049b581259c6e814186c18cce1e166f9d75251
sourceBlobDigest: sha256:52884c13f927c2f52c00f617898bea446f8bc55d8568c047d5f86b05510f9cdf
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-30 01:03:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.768.2 (2.889.1) 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
13 changes: 7 additions & 6 deletions docs/models/components/commissioncreatedeventtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ value = CommissionCreatedEventType.CLICK

## Values

| Name | Value |
| -------- | -------- |
| `CLICK` | click |
| `LEAD` | lead |
| `SALE` | sale |
| `CUSTOM` | custom |
| Name | Value |
| ---------- | ---------- |
| `CLICK` | click |
| `LEAD` | lead |
| `SALE` | sale |
| `REFERRAL` | referral |
| `CUSTOM` | custom |
22 changes: 22 additions & 0 deletions docs/models/components/networkstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# NetworkStatus

The partner's network status on Dub.

## Example Usage

```python
from dub.models.components import NetworkStatus

value = NetworkStatus.DRAFT
```


## Values

| Name | Value |
| ----------- | ----------- |
| `DRAFT` | draft |
| `SUBMITTED` | submitted |
| `APPROVED` | approved |
| `REJECTED` | rejected |
| `TRUSTED` | trusted |
10 changes: 7 additions & 3 deletions docs/models/components/partnerenrolledeventdata.md

Large diffs are not rendered by default.

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
22 changes: 22 additions & 0 deletions docs/models/operations/createpartnernetworkstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# CreatePartnerNetworkStatus

The partner's network status on Dub.

## Example Usage

```python
from dub.models.operations import CreatePartnerNetworkStatus

value = CreatePartnerNetworkStatus.DRAFT
```


## Values

| Name | Value |
| ----------- | ----------- |
| `DRAFT` | draft |
| `SUBMITTED` | submitted |
| `APPROVED` | approved |
| `REJECTED` | rejected |
| `TRUSTED` | trusted |
Loading