Skip to content

Commit b676a9e

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.45.0
1 parent 96e6665 commit b676a9e

File tree

22 files changed

+88
-79
lines changed

22 files changed

+88
-79
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from speakeasy.models import operations
1616

1717
s = speakeasy.Speakeasy(
1818
security=shared.Security(
19-
api_key="YOUR_API_KEY_HERE",
19+
api_key="",
2020
),
2121
)
2222

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,12 @@ Based on:
526526
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
527527
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
528528
### Releases
529-
- [PyPI v1.31.1] https://pypi.org/project/speakeasy-client-sdk-python/1.31.1 - .
529+
- [PyPI v1.31.1] https://pypi.org/project/speakeasy-client-sdk-python/1.31.1 - .
530+
531+
## 2023-06-08 00:10:48
532+
### Changes
533+
Based on:
534+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
535+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
536+
### Releases
537+
- [PyPI v1.32.0] https://pypi.org/project/speakeasy-client-sdk-python/1.32.0 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from speakeasy.models import operations
55

66
s = speakeasy.Speakeasy(
77
security=shared.Security(
8-
api_key="YOUR_API_KEY_HERE",
8+
api_key="",
99
),
1010
)
1111

docs/apiendpoints/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ from speakeasy.models import operations
2727

2828
s = speakeasy.Speakeasy(
2929
security=shared.Security(
30-
api_key="YOUR_API_KEY_HERE",
30+
api_key="",
3131
),
3232
)
3333

@@ -56,7 +56,7 @@ from speakeasy.models import operations
5656

5757
s = speakeasy.Speakeasy(
5858
security=shared.Security(
59-
api_key="YOUR_API_KEY_HERE",
59+
api_key="",
6060
),
6161
)
6262

@@ -85,7 +85,7 @@ from speakeasy.models import operations
8585

8686
s = speakeasy.Speakeasy(
8787
security=shared.Security(
88-
api_key="YOUR_API_KEY_HERE",
88+
api_key="",
8989
),
9090
)
9191

@@ -113,7 +113,7 @@ from speakeasy.models import operations
113113

114114
s = speakeasy.Speakeasy(
115115
security=shared.Security(
116-
api_key="YOUR_API_KEY_HERE",
116+
api_key="",
117117
),
118118
)
119119

@@ -141,7 +141,7 @@ from speakeasy.models import operations
141141

142142
s = speakeasy.Speakeasy(
143143
security=shared.Security(
144-
api_key="YOUR_API_KEY_HERE",
144+
api_key="",
145145
),
146146
)
147147

@@ -167,7 +167,7 @@ from speakeasy.models import operations
167167

168168
s = speakeasy.Speakeasy(
169169
security=shared.Security(
170-
api_key="YOUR_API_KEY_HERE",
170+
api_key="",
171171
),
172172
)
173173

@@ -194,7 +194,7 @@ from speakeasy.models import operations
194194

195195
s = speakeasy.Speakeasy(
196196
security=shared.Security(
197-
api_key="YOUR_API_KEY_HERE",
197+
api_key="",
198198
),
199199
)
200200

@@ -222,7 +222,7 @@ from speakeasy.models import operations, shared
222222

223223
s = speakeasy.Speakeasy(
224224
security=shared.Security(
225-
api_key="YOUR_API_KEY_HERE",
225+
api_key="",
226226
),
227227
)
228228

docs/apis/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from speakeasy.models import operations
2525

2626
s = speakeasy.Speakeasy(
2727
security=shared.Security(
28-
api_key="YOUR_API_KEY_HERE",
28+
api_key="",
2929
),
3030
)
3131

@@ -53,7 +53,7 @@ from speakeasy.models import operations
5353

5454
s = speakeasy.Speakeasy(
5555
security=shared.Security(
56-
api_key="YOUR_API_KEY_HERE",
56+
api_key="",
5757
),
5858
)
5959

@@ -80,7 +80,7 @@ from speakeasy.models import operations
8080

8181
s = speakeasy.Speakeasy(
8282
security=shared.Security(
83-
api_key="YOUR_API_KEY_HERE",
83+
api_key="",
8484
),
8585
)
8686

@@ -108,7 +108,7 @@ from speakeasy.models import operations
108108

109109
s = speakeasy.Speakeasy(
110110
security=shared.Security(
111-
api_key="YOUR_API_KEY_HERE",
111+
api_key="",
112112
),
113113
)
114114

@@ -152,7 +152,7 @@ from speakeasy.models import operations
152152

153153
s = speakeasy.Speakeasy(
154154
security=shared.Security(
155-
api_key="YOUR_API_KEY_HERE",
155+
api_key="",
156156
),
157157
)
158158

@@ -192,7 +192,7 @@ from speakeasy.models import operations, shared
192192

193193
s = speakeasy.Speakeasy(
194194
security=shared.Security(
195-
api_key="YOUR_API_KEY_HERE",
195+
api_key="",
196196
),
197197
)
198198

docs/embeds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from speakeasy.models import operations, shared
2323

2424
s = speakeasy.Speakeasy(
2525
security=shared.Security(
26-
api_key="YOUR_API_KEY_HERE",
26+
api_key="",
2727
),
2828
)
2929

@@ -62,7 +62,7 @@ import speakeasy
6262

6363
s = speakeasy.Speakeasy(
6464
security=shared.Security(
65-
api_key="YOUR_API_KEY_HERE",
65+
api_key="",
6666
),
6767
)
6868

@@ -85,7 +85,7 @@ from speakeasy.models import operations
8585

8686
s = speakeasy.Speakeasy(
8787
security=shared.Security(
88-
api_key="YOUR_API_KEY_HERE",
88+
api_key="",
8989
),
9090
)
9191

docs/metadata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from speakeasy.models import operations
2222

2323
s = speakeasy.Speakeasy(
2424
security=shared.Security(
25-
api_key="YOUR_API_KEY_HERE",
25+
api_key="",
2626
),
2727
)
2828

@@ -51,7 +51,7 @@ from speakeasy.models import operations
5151

5252
s = speakeasy.Speakeasy(
5353
security=shared.Security(
54-
api_key="YOUR_API_KEY_HERE",
54+
api_key="",
5555
),
5656
)
5757

@@ -78,7 +78,7 @@ from speakeasy.models import operations, shared
7878

7979
s = speakeasy.Speakeasy(
8080
security=shared.Security(
81-
api_key="YOUR_API_KEY_HERE",
81+
api_key="",
8282
),
8383
)
8484

docs/plugins/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import speakeasy
2222

2323
s = speakeasy.Speakeasy(
2424
security=shared.Security(
25-
api_key="YOUR_API_KEY_HERE",
25+
api_key="",
2626
),
2727
)
2828

@@ -45,7 +45,7 @@ from speakeasy.models import operations, shared
4545

4646
s = speakeasy.Speakeasy(
4747
security=shared.Security(
48-
api_key="YOUR_API_KEY_HERE",
48+
api_key="",
4949
),
5050
)
5151

@@ -84,7 +84,7 @@ from speakeasy.models import shared
8484

8585
s = speakeasy.Speakeasy(
8686
security=shared.Security(
87-
api_key="YOUR_API_KEY_HERE",
87+
api_key="",
8888
),
8989
)
9090

docs/requests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from speakeasy.models import operations
2323

2424
s = speakeasy.Speakeasy(
2525
security=shared.Security(
26-
api_key="YOUR_API_KEY_HERE",
26+
api_key="",
2727
),
2828
)
2929

@@ -49,7 +49,7 @@ from speakeasy.models import operations
4949

5050
s = speakeasy.Speakeasy(
5151
security=shared.Security(
52-
api_key="YOUR_API_KEY_HERE",
52+
api_key="",
5353
),
5454
)
5555

@@ -76,7 +76,7 @@ from speakeasy.models import operations, shared
7676

7777
s = speakeasy.Speakeasy(
7878
security=shared.Security(
79-
api_key="YOUR_API_KEY_HERE",
79+
api_key="",
8080
),
8181
)
8282

docs/schemas/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ from speakeasy.models import operations
2727

2828
s = speakeasy.Speakeasy(
2929
security=shared.Security(
30-
api_key="YOUR_API_KEY_HERE",
30+
api_key="",
3131
),
3232
)
3333

@@ -55,7 +55,7 @@ from speakeasy.models import operations
5555

5656
s = speakeasy.Speakeasy(
5757
security=shared.Security(
58-
api_key="YOUR_API_KEY_HERE",
58+
api_key="",
5959
),
6060
)
6161

@@ -82,7 +82,7 @@ from speakeasy.models import operations
8282

8383
s = speakeasy.Speakeasy(
8484
security=shared.Security(
85-
api_key="YOUR_API_KEY_HERE",
85+
api_key="",
8686
),
8787
)
8888

@@ -111,7 +111,7 @@ from speakeasy.models import operations
111111

112112
s = speakeasy.Speakeasy(
113113
security=shared.Security(
114-
api_key="YOUR_API_KEY_HERE",
114+
api_key="",
115115
),
116116
)
117117

@@ -138,7 +138,7 @@ from speakeasy.models import operations
138138

139139
s = speakeasy.Speakeasy(
140140
security=shared.Security(
141-
api_key="YOUR_API_KEY_HERE",
141+
api_key="",
142142
),
143143
)
144144

@@ -168,7 +168,7 @@ from speakeasy.models import operations
168168

169169
s = speakeasy.Speakeasy(
170170
security=shared.Security(
171-
api_key="YOUR_API_KEY_HERE",
171+
api_key="",
172172
),
173173
)
174174

@@ -197,7 +197,7 @@ from speakeasy.models import operations
197197

198198
s = speakeasy.Speakeasy(
199199
security=shared.Security(
200-
api_key="YOUR_API_KEY_HERE",
200+
api_key="",
201201
),
202202
)
203203

@@ -225,7 +225,7 @@ from speakeasy.models import operations
225225

226226
s = speakeasy.Speakeasy(
227227
security=shared.Security(
228-
api_key="YOUR_API_KEY_HERE",
228+
api_key="",
229229
),
230230
)
231231

0 commit comments

Comments
 (0)