Commit 9c322d9
authored
Merge pull request #133 from dodopayments/stlc-generated-28798952023
feat(api): add subscription period override fields to subscription update
Spec 1.105.23 -> 1.106.0. PatchSubscriptionRequest gains two optional
fields (subscription_period_count, subscription_period_interval) on the
subscription update endpoint; PatchAddonRequest image_id doc clarified.
Purely additive (no removed/required fields) -> minor. The spec's added
OPTIONS/docs routes and the doc-only connectors webhook are unconfigured
and skipped by generation.7 files changed
Lines changed: 253 additions & 7 deletions
File tree
- dodo-payments-java-core/src
- main/kotlin/com/dodopayments/api/models
- addons
- subscriptions
- test/kotlin/com/dodopayments/api
- models/subscriptions
- services
- async
- blocking
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
207 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
458 | 462 | | |
459 | 463 | | |
460 | 464 | | |
461 | | - | |
| 465 | + | |
| 466 | + | |
462 | 467 | | |
463 | 468 | | |
464 | 469 | | |
| |||
607 | 612 | | |
608 | 613 | | |
609 | 614 | | |
610 | | - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
611 | 619 | | |
612 | 620 | | |
613 | 621 | | |
| |||
0 commit comments