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
580 changes: 292 additions & 288 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.5
version: 0.35.6
additionalDependencies:
dev: {}
main: {}
Expand Down
13 changes: 6 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
speakeasyVersion: 1.728.0
speakeasyVersion: 1.744.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:f8da375124ffea8156bb04da0496d60d8a14e75146e2534fa31005772fecf75e
sourceBlobDigest: sha256:4182b72c2891ce5345ccdc87a9bb4ea8710bc8fea6b3683baa70fdfcc9565256
sourceRevisionDigest: sha256:b4a665da9706062ec4b3b5357c43e1362af8cc7f974fc6e8819176df9d6add00
sourceBlobDigest: sha256:538e7fe319f31d0539240aa4492a76bbf2252389b9ee5ad2ea512bfc2e1ec788
tags:
- latest
- speakeasy-sdk-regen-1771461763
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:f8da375124ffea8156bb04da0496d60d8a14e75146e2534fa31005772fecf75e
sourceBlobDigest: sha256:4182b72c2891ce5345ccdc87a9bb4ea8710bc8fea6b3683baa70fdfcc9565256
sourceRevisionDigest: sha256:b4a665da9706062ec4b3b5357c43e1362af8cc7f974fc6e8819176df9d6add00
sourceBlobDigest: sha256:538e7fe319f31d0539240aa4492a76bbf2252389b9ee5ad2ea512bfc2e1ec788
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:d753ec485bdf84e7b3b9ab9775cff8ba82dcea9c13dbb630b773011e8a60ff26
codeSamplesRevisionDigest: sha256:a665820bc9c82e9686582e37d4d23cd47ca94faada46b74f8081b0a3b1c18107
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 @@ -1516,4 +1516,14 @@ Based on:
### Generated
- [python v0.35.5] .
### Releases
- [PyPI v0.35.5] https://pypi.org/project/dub/0.35.5 - .
- [PyPI v0.35.5] https://pypi.org/project/dub/0.35.5 - .

## 2026-03-06 00:44:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.744.0 (2.850.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.35.6] .
### Releases
- [PyPI v0.35.6] https://pypi.org/project/dub/0.35.6 - .
8 changes: 8 additions & 0 deletions docs/models/components/accesslevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The access level of the folder within the workspace.

## Example Usage

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

value = AccessLevel.WRITE
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/analyticsregionscity.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AnalyticsRegionsCity

## Example Usage

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

value = AnalyticsRegionsCity.WILDCARD_
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/bannedreason.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

If the partner was banned from the program, this is the reason for the ban.

## Example Usage

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

value = BannedReason.TOS_VIOLATION
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/city.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# City

## Example Usage

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

value = City.WILDCARD_
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The error code.

## Example Usage

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

value = Code.BAD_REQUEST
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The color of the tag.

## Example Usage

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

value = Color.RED
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/commissioncreatedeventevent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CommissionCreatedEventEvent

## Example Usage

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

value = CommissionCreatedEventEvent.COMMISSION_CREATED
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/commissioncreatedeventstatus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CommissionCreatedEventStatus

## Example Usage

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

value = CommissionCreatedEventStatus.PENDING
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/commissioncreatedeventtype.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CommissionCreatedEventType

## Example Usage

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

value = CommissionCreatedEventType.CLICK
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/continent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The 2-letter ISO 3166-1 code representing the continent associated with the location of the user.

## Example Usage

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

value = Continent.AF
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/fieldstype.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# FieldsType

## Example Usage

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

value = FieldsType.TEXT
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/leadcreatedeventevent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# LeadCreatedEventEvent

## Example Usage

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

value = LeadCreatedEventEvent.LEAD_CREATED
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/linkclickedeventevent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# LinkClickedEventEvent

## Example Usage

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

value = LinkClickedEventEvent.LINK_CLICKED
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/linktagschemacolor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The color of the tag.

## Example Usage

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

value = LinkTagSchemaColor.RED
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/one.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# One

## Example Usage

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

value = One.LINK_CREATED
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerApplicationSubmittedEventEvent

## Example Usage

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

value = PartnerApplicationSubmittedEventEvent.PARTNER_APPLICATION_SUBMITTED
```


## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The status of the partner's enrollment in the program.

## Example Usage

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

value = PartnerApplicationSubmittedEventStatus.PENDING
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/partnerenrolledeventevent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventEvent

## Example Usage

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

value = PartnerEnrolledEventEvent.PARTNER_ENROLLED
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventFieldsDataReferralFormData5Type

## Example Usage

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

value = PartnerEnrolledEventFieldsDataReferralFormData5Type.DATE
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventFieldsDataReferralFormData6Type

## Example Usage

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

value = PartnerEnrolledEventFieldsDataReferralFormData6Type.MULTI_SELECT
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventFieldsDataReferralFormData7Type

## Example Usage

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

value = PartnerEnrolledEventFieldsDataReferralFormData7Type.NUMBER
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventFieldsDataReferralFormData8Type

## Example Usage

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

value = PartnerEnrolledEventFieldsDataReferralFormData8Type.PHONE
```


## Values

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventFieldsDataReferralFormDataType

## Example Usage

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

value = PartnerEnrolledEventFieldsDataReferralFormDataType.COUNTRY
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions docs/models/components/partnerenrolledeventfieldsdatatype.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PartnerEnrolledEventFieldsDataType

## Example Usage

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

value = PartnerEnrolledEventFieldsDataType.SELECT
```


## Values

Expand Down
Loading