Skip to content

Commit 2c73d41

Browse files
chore: speakeasy sdk regeneration - Generate (#14)
* ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.30.1 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.31.1 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent f1cbb33 commit 2c73d41

File tree

14 files changed

+68
-52
lines changed

14 files changed

+68
-52
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from orb.models import shared
2525

2626
s = orb.Orb(
2727
security=shared.Security(
28-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
28+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
2929
),
3030
)
3131

RELEASES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,20 @@ Based on:
178178
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
179179
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
180180
### Releases
181-
- [PyPI v0.9.4] https://pypi.org/project/orb-billing/0.9.4 - .
181+
- [PyPI v0.9.4] https://pypi.org/project/orb-billing/0.9.4 - .
182+
183+
## 2023-05-12 01:21:15
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
187+
- Speakeasy CLI 1.30.1 (2.26.4) https://github.com/speakeasy-api/speakeasy
188+
### Releases
189+
- [PyPI v0.9.5] https://pypi.org/project/orb-billing/0.9.5 - .
190+
191+
## 2023-05-13 01:19:39
192+
### Changes
193+
Based on:
194+
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
195+
- Speakeasy CLI 1.31.1 (2.27.0) https://github.com/speakeasy-api/speakeasy
196+
### Releases
197+
- [PyPI v0.10.0] https://pypi.org/project/orb-billing/0.10.0 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from orb.models import shared
66

77
s = orb.Orb(
88
security=shared.Security(
9-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
9+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
1010
),
1111
)
1212

docs/availability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import orb
2222

2323
s = orb.Orb(
2424
security=shared.Security(
25-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
25+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
2626
),
2727
)
2828

docs/credits/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ from orb.models import operations
7676

7777
s = orb.Orb(
7878
security=shared.Security(
79-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
79+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
8080
),
8181
)
8282

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

112112
s = orb.Orb(
113113
security=shared.Security(
114-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
114+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
115115
),
116116
)
117117

@@ -162,7 +162,7 @@ from orb.models import operations
162162

163163
s = orb.Orb(
164164
security=shared.Security(
165-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
165+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
166166
),
167167
)
168168

docs/customer/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from orb.models import shared
3636

3737
s = orb.Orb(
3838
security=shared.Security(
39-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
39+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
4040
),
4141
)
4242

@@ -89,7 +89,7 @@ from orb.models import operations
8989

9090
s = orb.Orb(
9191
security=shared.Security(
92-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
92+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
9393
),
9494
)
9595

@@ -124,7 +124,7 @@ from orb.models import operations
124124

125125
s = orb.Orb(
126126
security=shared.Security(
127-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
127+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
128128
),
129129
)
130130

@@ -149,7 +149,7 @@ from orb.models import operations
149149

150150
s = orb.Orb(
151151
security=shared.Security(
152-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
152+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
153153
),
154154
)
155155

@@ -239,7 +239,7 @@ from orb.models import operations
239239

240240
s = orb.Orb(
241241
security=shared.Security(
242-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
242+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
243243
),
244244
)
245245

@@ -270,7 +270,7 @@ from orb.models import operations
270270

271271
s = orb.Orb(
272272
security=shared.Security(
273-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
273+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
274274
),
275275
)
276276

@@ -304,7 +304,7 @@ import orb
304304

305305
s = orb.Orb(
306306
security=shared.Security(
307-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
307+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
308308
),
309309
)
310310

@@ -329,7 +329,7 @@ from orb.models import operations
329329

330330
s = orb.Orb(
331331
security=shared.Security(
332-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
332+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
333333
),
334334
)
335335

@@ -375,7 +375,7 @@ from orb.models import operations
375375

376376
s = orb.Orb(
377377
security=shared.Security(
378-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
378+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
379379
),
380380
)
381381

@@ -473,7 +473,7 @@ from orb.models import operations
473473

474474
s = orb.Orb(
475475
security=shared.Security(
476-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
476+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
477477
),
478478
)
479479

@@ -517,7 +517,7 @@ from orb.models import operations
517517

518518
s = orb.Orb(
519519
security=shared.Security(
520-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
520+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
521521
),
522522
)
523523

docs/event/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ from orb.models import operations
3838

3939
s = orb.Orb(
4040
security=shared.Security(
41-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
41+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
4242
),
4343
)
4444

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

198198
s = orb.Orb(
199199
security=shared.Security(
200-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
200+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
201201
),
202202
)
203203

@@ -246,7 +246,7 @@ from orb.models import operations
246246

247247
s = orb.Orb(
248248
security=shared.Security(
249-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
249+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
250250
),
251251
)
252252

@@ -293,7 +293,7 @@ from orb.models import operations
293293

294294
s = orb.Orb(
295295
security=shared.Security(
296-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
296+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
297297
),
298298
)
299299

docs/invoice/README.md

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

2323
s = orb.Orb(
2424
security=shared.Security(
25-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
25+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
2626
),
2727
)
2828

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

4646
s = orb.Orb(
4747
security=shared.Security(
48-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
48+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
4949
),
5050
)
5151

@@ -70,7 +70,7 @@ from orb.models import operations
7070

7171
s = orb.Orb(
7272
security=shared.Security(
73-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
73+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
7474
),
7575
)
7676

docs/plan/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ from orb.models import operations
2828

2929
s = orb.Orb(
3030
security=shared.Security(
31-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
31+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
3232
),
3333
)
3434

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

5656
s = orb.Orb(
5757
security=shared.Security(
58-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
58+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
5959
),
6060
)
6161

@@ -508,7 +508,7 @@ from orb.models import operations, shared
508508

509509
s = orb.Orb(
510510
security=shared.Security(
511-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
511+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
512512
),
513513
)
514514

docs/subscription/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ from orb.models import operations
4343

4444
s = orb.Orb(
4545
security=shared.Security(
46-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
46+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
4747
),
4848
)
4949

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

8686
s = orb.Orb(
8787
security=shared.Security(
88-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
88+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
8989
),
9090
)
9191

@@ -481,7 +481,7 @@ from orb.models import operations
481481

482482
s = orb.Orb(
483483
security=shared.Security(
484-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
484+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
485485
),
486486
)
487487

@@ -585,7 +585,7 @@ from orb.models import operations
585585

586586
s = orb.Orb(
587587
security=shared.Security(
588-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
588+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
589589
),
590590
)
591591

@@ -612,7 +612,7 @@ from orb.models import operations
612612

613613
s = orb.Orb(
614614
security=shared.Security(
615-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
615+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
616616
),
617617
)
618618

@@ -642,7 +642,7 @@ from orb.models import operations
642642

643643
s = orb.Orb(
644644
security=shared.Security(
645-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
645+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
646646
),
647647
)
648648

@@ -788,7 +788,7 @@ from orb.models import operations
788788

789789
s = orb.Orb(
790790
security=shared.Security(
791-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
791+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
792792
),
793793
)
794794

@@ -821,7 +821,7 @@ from orb.models import operations
821821

822822
s = orb.Orb(
823823
security=shared.Security(
824-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
824+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
825825
),
826826
)
827827

@@ -844,7 +844,7 @@ from orb.models import operations
844844

845845
s = orb.Orb(
846846
security=shared.Security(
847-
bearer_auth="Bearer YOUR_BEARER_TOKEN_HERE",
847+
bearer_auth="YOUR_BEARER_TOKEN_HERE",
848848
),
849849
)
850850

0 commit comments

Comments
 (0)