Skip to content

Commit 9c70187

Browse files
yly-ttdgithub-actions[bot]speakeasybotspeakeasy-github[bot]
authored
fetch overlay from config repo #patch (#67)
* fetch overlay from config repo * chore: 🐝 Update SDK - Generate 0.9.2 (#68) * ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.592.1 * 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> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 7485980 commit 9c70187

25 files changed

+142
-329
lines changed

.speakeasy/api-spec-overlay.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.speakeasy/gen.lock

Lines changed: 12 additions & 12 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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
python:
24-
version: 0.9.1
24+
version: 0.9.2
2525
additionalDependencies:
2626
dev: {}
2727
main: {}

.speakeasy/speakeasy-config-overlay.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.speakeasy/workflow.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.582.0
1+
speakeasyVersion: 1.592.1
22
sources:
33
Workflows API:
44
sourceNamespace: workflows-api
5-
sourceRevisionDigest: sha256:8596f79dc413093b811fa4b87bb66a545b1f1cb41cd47443f8d309458ff64f2f
6-
sourceBlobDigest: sha256:590abe121b4b043f374580262e64052a42d525a05730fd6f55c89e1e20a591cf
5+
sourceRevisionDigest: sha256:d4eb6a99293eae0ceafccca8cd7c509dcf73c463a6f298b1499aedfdc3cfe423
6+
sourceBlobDigest: sha256:e4a757fc3849ac5f69f6af423aaa3670ca70960e2a1abcae324b643527959b78
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752681913
9+
- speakeasy-sdk-regen-1753729717
1010
- v1
1111
targets:
1212
workflows:
1313
source: Workflows API
1414
sourceNamespace: workflows-api
15-
sourceRevisionDigest: sha256:8596f79dc413093b811fa4b87bb66a545b1f1cb41cd47443f8d309458ff64f2f
16-
sourceBlobDigest: sha256:590abe121b4b043f374580262e64052a42d525a05730fd6f55c89e1e20a591cf
15+
sourceRevisionDigest: sha256:d4eb6a99293eae0ceafccca8cd7c509dcf73c463a6f298b1499aedfdc3cfe423
16+
sourceBlobDigest: sha256:e4a757fc3849ac5f69f6af423aaa3670ca70960e2a1abcae324b643527959b78
1717
codeSamplesNamespace: workflows-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:c0dc68be595768534f8ab347b7fbc46907893b2517224f3b1ec6fd0fbc9d2aeb
18+
codeSamplesRevisionDigest: sha256:a4fde030ac5b329ef0f16a8a99b41a3e8e738541131a42994bd8733fe7a83c20
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -27,8 +27,8 @@ workflow:
2727
authSecret: $openapi_doc_auth_token
2828
overlays:
2929
- location: .speakeasy/speakeasy-modifications-overlay.yaml
30-
- location: .speakeasy/speakeasy-config-overlay.yaml
31-
- location: .speakeasy/api-spec-overlay.yaml
30+
- location: https://raw.githubusercontent.com/thetradedesk/ttd-workflows-config/refs/heads/main/overlays/speakeasy-config-overlay.yaml
31+
- location: https://raw.githubusercontent.com/thetradedesk/ttd-workflows-config/refs/heads/main/overlays/api-spec-overlay.yaml
3232
registry:
3333
location: registry.speakeasyapi.dev/thetradedesk/workflows/workflows-api
3434
targets:

.speakeasy/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
88
authSecret: $openapi_doc_auth_token
99
overlays:
1010
- location: .speakeasy/speakeasy-modifications-overlay.yaml
11-
- location: .speakeasy/speakeasy-config-overlay.yaml
12-
- location: .speakeasy/api-spec-overlay.yaml
11+
- location: https://raw.githubusercontent.com/thetradedesk/ttd-workflows-config/refs/heads/main/overlays/speakeasy-config-overlay.yaml
12+
- location: https://raw.githubusercontent.com/thetradedesk/ttd-workflows-config/refs/heads/main/overlays/api-spec-overlay.yaml
1313
registry:
1414
location: registry.speakeasyapi.dev/thetradedesk/workflows/workflows-api
1515
targets:

0 commit comments

Comments
 (0)