Skip to content

Commit e3beee1

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.13.1 (#77)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.759.2 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 733363e commit e3beee1

124 files changed

Lines changed: 588 additions & 363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 251 additions & 252 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
python:
32-
version: 0.13.0
32+
version: 0.13.1
3333
additionalDependencies:
3434
dev: {}
3535
main: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
speakeasyVersion: 1.725.0
1+
speakeasyVersion: 1.759.2
22
sources:
33
Workflows API:
44
sourceNamespace: workflows-api
55
sourceRevisionDigest: sha256:40877694ac3d99e51b35b5cee200ced0570394fce870d6fbb26c759cafd5dc11
66
sourceBlobDigest: sha256:0a7ac2528defdba4173204f12d018d4c9a8f2b9df3891c2fd5ce54daba639a3d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1765241396
109
- v1
1110
targets:
1211
workflows:
@@ -15,7 +14,7 @@ targets:
1514
sourceRevisionDigest: sha256:40877694ac3d99e51b35b5cee200ced0570394fce870d6fbb26c759cafd5dc11
1615
sourceBlobDigest: sha256:0a7ac2528defdba4173204f12d018d4c9a8f2b9df3891c2fd5ce54daba639a3d
1716
codeSamplesNamespace: workflows-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:ffa7aef2cdfe595d27460be8108381e7e3461518622cd7ce803973eeee310db5
17+
codeSamplesRevisionDigest: sha256:ee6ad2de864e62ead60cbfd800d95add5c671af261bf666342da1a58e3404cd4
1918
workflow:
2019
workflowVersion: 1.0.0
2120
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [python v0.13.0] .
270270
### Releases
271-
- [PyPI v0.13.0] https://pypi.org/project/ttd-workflows/0.13.0 - .
271+
- [PyPI v0.13.0] https://pypi.org/project/ttd-workflows/0.13.0 - .
272+
273+
## 2026-03-25 01:07:59
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.759.2 (2.869.23) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [python v0.13.1] .
280+
### Releases
281+
- [PyPI v0.13.1] https://pypi.org/project/ttd-workflows/0.13.1 - .

docs/models/adgroupchannel.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AdGroupChannel
22

3+
## Example Usage
4+
5+
```python
6+
from ttd_workflows.models import AdGroupChannel
7+
8+
value = AdGroupChannel.OTHER
9+
```
10+
311

412
## Values
513

docs/models/adgroupfunnellocation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AdGroupFunnelLocation
22

3+
## Example Usage
4+
5+
```python
6+
from ttd_workflows.models import AdGroupFunnelLocation
7+
8+
value = AdGroupFunnelLocation.NONE
9+
```
10+
311

412
## Values
513

docs/models/allocationtype.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AllocationType
22

3+
## Example Usage
4+
5+
```python
6+
from ttd_workflows.models import AllocationType
7+
8+
value = AllocationType.MINIMUM
9+
```
10+
311

412
## Values
513

docs/models/bulkjobstatus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# BulkJobStatus
22

3+
## Example Usage
4+
5+
```python
6+
from ttd_workflows.models import BulkJobStatus
7+
8+
value = BulkJobStatus.QUEUED
9+
```
10+
311

412
## Values
513

docs/models/campaignchanneltype.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CampaignChannelType
22

3+
## Example Usage
4+
5+
```python
6+
from ttd_workflows.models import CampaignChannelType
7+
8+
value = CampaignChannelType.NONE
9+
```
10+
311

412
## Values
513

docs/models/campaignpacingmode.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CampaignPacingMode
22

3+
## Example Usage
4+
5+
```python
6+
from ttd_workflows.models import CampaignPacingMode
7+
8+
value = CampaignPacingMode.PACE_AHEAD
9+
```
10+
311

412
## Values
513

0 commit comments

Comments
 (0)