Commit c2f7ea0
committed
fix(api)!: authentication method type is an enum, not a plain string (#442)
# Migration
`AuthenticationMethod.type` was incorrectly defined as a string. Instead the API defines it as a string enum with values `assisted, credential, api_token, api_credential, oauth`1 parent 1c8248c commit c2f7ea0
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments