Commit e488ea6
authored
Add passkey authentication events (#1392)
## Description
A bug in our API prevented these from being returned but also we are
missing them from the types in this library. The API bug has been fixed
and this fixes the SDK.
## Documentation
Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/reference) or code snippets need
updates.
```
[ ] Yes
```
If yes, link a related docs PR and add a docs maintainer as a reviewer.
Their approval is required.1 parent 9ba9795 commit e488ea6
File tree
2 files changed
+28
-0
lines changed- src/common
- interfaces
- serializers
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
124 | 146 | | |
125 | 147 | | |
126 | 148 | | |
| |||
640 | 662 | | |
641 | 663 | | |
642 | 664 | | |
| 665 | + | |
| 666 | + | |
643 | 667 | | |
644 | 668 | | |
645 | 669 | | |
| |||
695 | 719 | | |
696 | 720 | | |
697 | 721 | | |
| 722 | + | |
| 723 | + | |
698 | 724 | | |
699 | 725 | | |
700 | 726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments