Skip to content

Commit 114825f

Browse files
authored
Merge pull request #24 from speakeasy-sdks/speakeasy-sdk-regen-1685646298
chore: speakeasy sdk regeneration - Generate
2 parents daad01a + 2513117 commit 114825f

36 files changed

+409
-372
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,12 @@ Based on:
242242
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
243243
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
244244
### Releases
245-
- [PyPI v0.12.4] https://pypi.org/project/orb-billing/0.12.4 - .
245+
- [PyPI v0.12.4] https://pypi.org/project/orb-billing/0.12.4 - .
246+
247+
## 2023-06-01 19:04:56
248+
### Changes
249+
Based on:
250+
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
251+
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
252+
### Releases
253+
- [PyPI v0.12.5] https://pypi.org/project/orb-billing/0.12.5 - .

docs/credit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ res = s.credit.add_by_external_id('porro', shared.NewCreditLedgerEntry(
3535
amount=6788.8,
3636
block_id='dicta',
3737
description='nam',
38-
entry_type=shared.EntryType1.DECREMENT,
38+
entry_type=shared.EntryType.EXPIRATION_CHANGE,
3939
expiry_date=dateutil.parser.parse('2023-01-01').date(),
4040
invoice_settings=shared.NewCreditLedgerEntryInvoiceSettings(
4141
auto_collection=False,
@@ -133,7 +133,7 @@ res = s.credit.create('qui', shared.NewCreditLedgerEntry(
133133
amount=7742.34,
134134
block_id='cum',
135135
description='esse',
136-
entry_type=shared.EntryType1.INCREMENT,
136+
entry_type=shared.EntryType.INCREMENT,
137137
expiry_date=dateutil.parser.parse('2023-01-01').date(),
138138
invoice_settings=shared.NewCreditLedgerEntryInvoiceSettings(
139139
auto_collection=False,
@@ -248,7 +248,7 @@ s = orb.Orb(
248248
)
249249

250250

251-
res = s.credit.fetch_ledger('natus', shared.EntryStatus.COMMITTED, shared.EntryType.CREDIT_BLOCK_EXPIRY, 9025.99)
251+
res = s.credit.fetch_ledger('natus', shared.EntryStatus.COMMITTED, 'hic', 9025.99)
252252

253253
if res.credit_ledger_entries is not None:
254254
# handle response
@@ -271,7 +271,7 @@ s = orb.Orb(
271271
)
272272

273273

274-
res = s.credit.fetch_ledger_by_external_id('fuga', shared.EntryStatus.COMMITTED, shared.EntryType.DECREMENT, 6130.64)
274+
res = s.credit.fetch_ledger_by_external_id('fuga', shared.EntryStatus.COMMITTED, 'corporis', 6130.64)
275275

276276
if res.credit_ledger_entries is not None:
277277
# handle response

docs/event/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,15 @@ res = s.event.ingest([
334334
},
335335
timestamp='2020-12-09T16:09:53Z',
336336
),
337-
], 'backfill_123', operations.IngestDebug.TRUE)
337+
], 'backfill_123', shared.Debug(
338+
duplicate=[
339+
'totam',
340+
'dignissimos',
341+
],
342+
ingested=[
343+
'quis',
344+
],
345+
))
338346

339347
if res.ingestion_response is not None:
340348
# handle response
@@ -384,7 +392,7 @@ s = orb.Orb(
384392
)
385393

386394

387-
res = s.event.revert_backfill('totam')
395+
res = s.event.revert_backfill('nesciunt')
388396

389397
if res.backfill is not None:
390398
# handle response
@@ -418,10 +426,9 @@ s = orb.Orb(
418426

419427
req = shared.EventSearchCriteria(
420428
event_ids=[
421-
'eaque',
422-
'quis',
429+
'perferendis',
423430
],
424-
invoice_id='nesciunt',
431+
invoice_id='dolores',
425432
)
426433

427434
res = s.event.search(req)

docs/invoice/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ s = orb.Orb(
3030
)
3131

3232
req = shared.NewInvoiceLineItem(
33-
amount='eos',
34-
end_date=dateutil.parser.parse('2022-10-30').date(),
33+
amount='minus',
34+
end_date=dateutil.parser.parse('2022-10-11').date(),
3535
invoice_id='4khy3nwzktxv7',
36-
name='Darryl Fadel',
36+
name='Dean Welch',
3737
quantity=47hhsws4z2i13,
38-
start_date=dateutil.parser.parse('2020-03-20').date(),
38+
start_date=dateutil.parser.parse('2021-10-22').date(),
3939
)
4040

4141
res = s.invoice.create(req)
@@ -61,7 +61,7 @@ s = orb.Orb(
6161
)
6262

6363

64-
res = s.invoice.fetch('omnis')
64+
res = s.invoice.fetch('voluptatem')
6565

6666
if res.invoice is not None:
6767
# handle response
@@ -84,7 +84,7 @@ s = orb.Orb(
8484
)
8585

8686

87-
res = s.invoice.fetch_upcoming('facilis')
87+
res = s.invoice.fetch_upcoming('porro')
8888

8989
if res.upcoming_invoice is not None:
9090
# handle response
@@ -111,7 +111,7 @@ s = orb.Orb(
111111
)
112112

113113

114-
res = s.invoice.list('perspiciatis', 'voluptatem', 'porro', 'consequuntur')
114+
res = s.invoice.list('consequuntur', 'blanditiis', 'error', 'eaque')
115115

116116
if res.invoices is not None:
117117
# handle response
@@ -136,7 +136,7 @@ s = orb.Orb(
136136
)
137137

138138

139-
res = s.invoice.void('blanditiis')
139+
res = s.invoice.void('occaecati')
140140

141141
if res.invoice is not None:
142142
# handle response

0 commit comments

Comments
 (0)