Skip to content

Commit d50b403

Browse files
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.45.1 (#27)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 07facff commit d50b403

File tree

27 files changed

+412
-611
lines changed

27 files changed

+412
-611
lines changed

README.md

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

2525
s = orb.Orb(
2626
security=shared.Security(
27-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
27+
api_key_auth="",
2828
),
2929
)
3030

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,12 @@ Based on:
258258
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
259259
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
260260
### Releases
261-
- [PyPI v0.12.6] https://pypi.org/project/orb-billing/0.12.6 - .
261+
- [PyPI v0.12.6] https://pypi.org/project/orb-billing/0.12.6 - .
262+
263+
## 2023-06-08 18:15:52
264+
### Changes
265+
Based on:
266+
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
267+
- Speakeasy CLI 1.45.1 (2.37.2) https://github.com/speakeasy-api/speakeasy
268+
### Releases
269+
- [PyPI v0.13.0] https://pypi.org/project/orb-billing/0.13.0 - .

USAGE.md

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

66
s = orb.Orb(
77
security=shared.Security(
8-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
8+
api_key_auth="",
99
),
1010
)
1111

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-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
25+
api_key_auth="",
2626
),
2727
)
2828

docs/coupon/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from orb.models import operations
2424

2525
s = orb.Orb(
2626
security=shared.Security(
27-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
27+
api_key_auth="",
2828
),
2929
)
3030

@@ -47,7 +47,7 @@ from orb.models import shared
4747

4848
s = orb.Orb(
4949
security=shared.Security(
50-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
50+
api_key_auth="",
5151
),
5252
)
5353

@@ -88,7 +88,7 @@ from orb.models import operations
8888

8989
s = orb.Orb(
9090
security=shared.Security(
91-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
91+
api_key_auth="",
9292
),
9393
)
9494

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

114114
s = orb.Orb(
115115
security=shared.Security(
116-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
116+
api_key_auth="",
117117
),
118118
)
119119

@@ -136,7 +136,7 @@ from orb.models import operations
136136

137137
s = orb.Orb(
138138
security=shared.Security(
139-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
139+
api_key_auth="",
140140
),
141141
)
142142

docs/credit/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ from orb.models import operations, shared
2626

2727
s = orb.Orb(
2828
security=shared.Security(
29-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
29+
api_key_auth="",
3030
),
3131
)
3232

@@ -122,7 +122,7 @@ from orb.models import operations, shared
122122

123123
s = orb.Orb(
124124
security=shared.Security(
125-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
125+
api_key_auth="",
126126
),
127127
)
128128

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

169169
s = orb.Orb(
170170
security=shared.Security(
171-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
171+
api_key_auth="",
172172
),
173173
)
174174

@@ -191,7 +191,7 @@ from orb.models import operations
191191

192192
s = orb.Orb(
193193
security=shared.Security(
194-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
194+
api_key_auth="",
195195
),
196196
)
197197

@@ -244,7 +244,7 @@ from orb.models import operations, shared
244244

245245
s = orb.Orb(
246246
security=shared.Security(
247-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
247+
api_key_auth="",
248248
),
249249
)
250250

@@ -267,7 +267,7 @@ from orb.models import operations, shared
267267

268268
s = orb.Orb(
269269
security=shared.Security(
270-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
270+
api_key_auth="",
271271
),
272272
)
273273

docs/creditnote/README.md

Lines changed: 1 addition & 1 deletion
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-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
25+
api_key_auth="",
2626
),
2727
)
2828

docs/customer/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ from orb.models import operations, shared
8686

8787
s = orb.Orb(
8888
security=shared.Security(
89-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
89+
api_key_auth="",
9090
),
9191
)
9292

@@ -157,7 +157,7 @@ from orb.models import operations, shared
157157

158158
s = orb.Orb(
159159
security=shared.Security(
160-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
160+
api_key_auth="",
161161
),
162162
)
163163

@@ -223,7 +223,7 @@ from orb.models import shared
223223

224224
s = orb.Orb(
225225
security=shared.Security(
226-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
226+
api_key_auth="",
227227
),
228228
)
229229

@@ -282,7 +282,7 @@ from orb.models import operations, shared
282282

283283
s = orb.Orb(
284284
security=shared.Security(
285-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
285+
api_key_auth="",
286286
),
287287
)
288288

@@ -311,7 +311,7 @@ from orb.models import operations
311311

312312
s = orb.Orb(
313313
security=shared.Security(
314-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
314+
api_key_auth="",
315315
),
316316
)
317317

@@ -337,7 +337,7 @@ from orb.models import operations
337337

338338
s = orb.Orb(
339339
security=shared.Security(
340-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
340+
api_key_auth="",
341341
),
342342
)
343343

@@ -362,7 +362,7 @@ from orb.models import operations
362362

363363
s = orb.Orb(
364364
security=shared.Security(
365-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
365+
api_key_auth="",
366366
),
367367
)
368368

@@ -452,7 +452,7 @@ from orb.models import operations, shared
452452

453453
s = orb.Orb(
454454
security=shared.Security(
455-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
455+
api_key_auth="",
456456
),
457457
)
458458

@@ -483,7 +483,7 @@ from orb.models import operations, shared
483483

484484
s = orb.Orb(
485485
security=shared.Security(
486-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
486+
api_key_auth="",
487487
),
488488
)
489489

@@ -525,7 +525,7 @@ from orb.models import operations
525525

526526
s = orb.Orb(
527527
security=shared.Security(
528-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
528+
api_key_auth="",
529529
),
530530
)
531531

@@ -552,7 +552,7 @@ import orb
552552

553553
s = orb.Orb(
554554
security=shared.Security(
555-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
555+
api_key_auth="",
556556
),
557557
)
558558

@@ -577,7 +577,7 @@ from orb.models import operations, shared
577577

578578
s = orb.Orb(
579579
security=shared.Security(
580-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
580+
api_key_auth="",
581581
),
582582
)
583583

@@ -638,7 +638,7 @@ from orb.models import operations, shared
638638

639639
s = orb.Orb(
640640
security=shared.Security(
641-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
641+
api_key_auth="",
642642
),
643643
)
644644

docs/event/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ from orb.models import operations, shared
4242

4343
s = orb.Orb(
4444
security=shared.Security(
45-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
45+
api_key_auth="",
4646
),
4747
)
4848

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

7979
s = orb.Orb(
8080
security=shared.Security(
81-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
81+
api_key_auth="",
8282
),
8383
)
8484

@@ -112,7 +112,7 @@ from orb.models import shared
112112

113113
s = orb.Orb(
114114
security=shared.Security(
115-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
115+
api_key_auth="",
116116
),
117117
)
118118

@@ -158,7 +158,7 @@ from orb.models import operations
158158

159159
s = orb.Orb(
160160
security=shared.Security(
161-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
161+
api_key_auth="",
162162
),
163163
)
164164

@@ -317,7 +317,7 @@ from orb.models import operations, shared
317317

318318
s = orb.Orb(
319319
security=shared.Security(
320-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
320+
api_key_auth="",
321321
),
322322
)
323323

@@ -397,7 +397,7 @@ import orb
397397

398398
s = orb.Orb(
399399
security=shared.Security(
400-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
400+
api_key_auth="",
401401
),
402402
)
403403

@@ -422,7 +422,7 @@ from orb.models import operations
422422

423423
s = orb.Orb(
424424
security=shared.Security(
425-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
425+
api_key_auth="",
426426
),
427427
)
428428

@@ -455,7 +455,7 @@ from orb.models import shared
455455

456456
s = orb.Orb(
457457
security=shared.Security(
458-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
458+
api_key_auth="",
459459
),
460460
)
461461

docs/invoice/README.md

Lines changed: 5 additions & 5 deletions
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-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
28+
api_key_auth="",
2929
),
3030
)
3131

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

5757
s = orb.Orb(
5858
security=shared.Security(
59-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
59+
api_key_auth="",
6060
),
6161
)
6262

@@ -79,7 +79,7 @@ from orb.models import operations
7979

8080
s = orb.Orb(
8181
security=shared.Security(
82-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
82+
api_key_auth="",
8383
),
8484
)
8585

@@ -106,7 +106,7 @@ from orb.models import operations
106106

107107
s = orb.Orb(
108108
security=shared.Security(
109-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
109+
api_key_auth="",
110110
),
111111
)
112112

@@ -131,7 +131,7 @@ from orb.models import operations
131131

132132
s = orb.Orb(
133133
security=shared.Security(
134-
api_key_auth="YOUR_BEARER_TOKEN_HERE",
134+
api_key_auth="",
135135
),
136136
)
137137

0 commit comments

Comments
 (0)