Commit b2cd071
authored
release: 0.47.0 (#268)
* feat(api): add event type 'card.reissued' (#267)
* feat(api): add methods to simulate enrollment review and enrollment document review (#269)
* feat(api)!: rename model property 'Statement.AccountStanding.state' to 'period_state' (#270)
feat(api)!: rename model `Statement.AccountState2` to `Statement.PeriodState`
# Migration
If you were relying on `Statement.AccountStanding.state`, use `period_state` instead.
If you were relying on the class `Statement.AccountState2`, use `Statement.PeriodState` instead.
Note: while it is technically breaking changes we do not expect that anyone was relying on the previous names.
* release: 0.47.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>1 parent 00c3616 commit b2cd071
37 files changed
Lines changed: 5925 additions & 91 deletions
File tree
- lithic-java-core/src
- main/kotlin/com/lithic/api
- models
- services
- async
- blocking
- test/kotlin/com/lithic/api
- models
- services/blocking
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 263 additions & 3 deletions
Large diffs are not rendered by default.
0 commit comments