Skip to content

Commit 997f7ae

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.382.0
1 parent dbb8bee commit 997f7ae

10 files changed

Lines changed: 419 additions & 377 deletions

File tree

.devcontainer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/polarsource/polar-python.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

.speakeasy/gen.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ management:
55
docVersion: 0.1.0
66
speakeasyVersion: 1.382.0
77
generationVersion: 2.404.11
8-
releaseVersion: 0.0.0
9-
configChecksum: 516597e48edc0a9ff444195c8c4264c3
8+
releaseVersion: 0.0.1
9+
configChecksum: b9bbc4a366d1f6a816c91bfb3fa2326a
10+
repoURL: https://github.com/polarsource/polar-python.git
11+
installationURL: https://github.com/polarsource/polar-python.git
1012
features:
1113
python:
1214
additionalDependencies: 1.0.0

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
auth:
1616
oAuth2ClientCredentialsEnabled: true
1717
python:
18-
version: 0.0.0
18+
version: 0.0.1
1919
additionalDependencies:
2020
dev: {}
2121
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ speakeasyVersion: 1.382.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:80deb00134bbd166622e97b5106be3e2360cc8e598d74696c1d5fb1b687bf9ac
6-
sourceBlobDigest: sha256:2e445b28e1c8f9fe80a9f4cfd04b44748fc6daa3cc521d13d73ea571bec616f2
5+
sourceRevisionDigest: sha256:1e252550ec6627ad40066e15bdc3f66bd2dc2206614e6d8d0cb5fa11cff9900f
6+
sourceBlobDigest: sha256:3303542239bcd6692ae1b85934483e76917bf962b7ffdddbe792c78718887a36
77
tags:
88
- latest
9+
- main
910
targets:
1011
polar:
1112
source: Polar-OAS
1213
sourceNamespace: polar-oas
13-
sourceRevisionDigest: sha256:80deb00134bbd166622e97b5106be3e2360cc8e598d74696c1d5fb1b687bf9ac
14-
sourceBlobDigest: sha256:2e445b28e1c8f9fe80a9f4cfd04b44748fc6daa3cc521d13d73ea571bec616f2
15-
outLocation: /Users/fvoron/Development/polar-python
14+
sourceRevisionDigest: sha256:1e252550ec6627ad40066e15bdc3f66bd2dc2206614e6d8d0cb5fa11cff9900f
15+
sourceBlobDigest: sha256:3303542239bcd6692ae1b85934483e76917bf962b7ffdddbe792c78718887a36
16+
outLocation: /github/workspace/repo
1617
workflow:
1718
workflowVersion: 1.0.0
1819
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
2121

2222
PIP
2323
```bash
24-
pip install git+<UNSET>.git
24+
pip install git+https://github.com/polarsource/polar-python.git
2525
```
2626

2727
Poetry
2828
```bash
29-
poetry add git+<UNSET>.git
29+
poetry add git+https://github.com/polarsource/polar-python.git
3030
```
3131
<!-- End SDK Installation [installation] -->
3232

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
## 2024-08-29 15:59:32
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.382.0 (2.404.11) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [python v0.0.1] .

0 commit comments

Comments
 (0)