Skip to content

Commit 5a5c4e1

Browse files
committed
Add timezone overlay
1 parent c3b75c1 commit 5a5c4e1

1 file changed

Lines changed: 23 additions & 22 deletions

File tree

.speakeasy/workflow.yaml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
workflowVersion: 1.0.0
22
speakeasyVersion: latest
33
sources:
4-
Polar-OAS:
5-
inputs:
6-
- location: https://api.polar.sh/openapi.json
7-
overlays:
8-
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/security.yml
9-
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/type_parameter.yml
10-
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/read_only.yml
11-
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/event_discriminator.yml
12-
registry:
13-
location: registry.speakeasyapi.dev/polar/polar/polar-oas
4+
Polar-OAS:
5+
inputs:
6+
- location: https://api.polar.sh/openapi.json
7+
overlays:
8+
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/security.yml
9+
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/type_parameter.yml
10+
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/read_only.yml
11+
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/event_discriminator.yml
12+
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/timezone_enum.yml
13+
registry:
14+
location: registry.speakeasyapi.dev/polar/polar/polar-oas
1415
targets:
15-
polar:
16-
target: python
17-
source: Polar-OAS
18-
publish:
19-
pypi:
20-
token: $pypi_token
21-
codeSamples:
22-
output: codeSamples.yaml
23-
registry:
24-
location: registry.speakeasyapi.dev/polar/polar/polar-oas-py-code-samples
25-
labelOverride:
26-
fixedValue: Python (SDK)
16+
polar:
17+
target: python
18+
source: Polar-OAS
19+
publish:
20+
pypi:
21+
token: $pypi_token
22+
codeSamples:
23+
output: codeSamples.yaml
24+
registry:
25+
location: registry.speakeasyapi.dev/polar/polar/polar-oas-py-code-samples
26+
labelOverride:
27+
fixedValue: Python (SDK)

0 commit comments

Comments
 (0)