Skip to content

Commit 23e549a

Browse files
authored
Merge pull request #22 from speakeasy-sdks/speakeasy-sdk-regen-1685644088
chore: speakeasy sdk regeneration - Generate
2 parents 73ef48e + ba64931 commit 23e549a

58 files changed

Lines changed: 994 additions & 1103 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,12 @@ Based on:
226226
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
227227
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
228228
### Releases
229-
- [PyPI v0.12.2] https://pypi.org/project/orb-billing/0.12.2 - .
229+
- [PyPI v0.12.2] https://pypi.org/project/orb-billing/0.12.2 - .
230+
231+
## 2023-06-01 18:28:07
232+
### Changes
233+
Based on:
234+
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
235+
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
236+
### Releases
237+
- [PyPI v0.12.3] https://pypi.org/project/orb-billing/0.12.3 - .

docs/coupon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ s = orb.Orb(
121121

122122
res = s.coupon.list('esse', False)
123123

124-
if res.list_coupons_200_application_json_object is not None:
124+
if res.coupons is not None:
125125
# handle response
126126
```
127127

@@ -144,6 +144,6 @@ s = orb.Orb(
144144

145145
res = s.coupon.list_subscriptions('totam')
146146

147-
if res.list_coupon_subscriptions_200_application_json_object is not None:
147+
if res.subscriptions is not None:
148148
# handle response
149149
```

docs/creditnote/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ s = orb.Orb(
2929

3030
res = s.credit_note.list('iure', 'saepe', 'quidem')
3131

32-
if res.list_credit_note_200_application_json_object is not None:
32+
if res.credit_notes is not None:
3333
# handle response
3434
```

0 commit comments

Comments
 (0)