mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.394.0
This commit is contained in:
@@ -8,10 +8,16 @@ success response
|
||||
import { GetUserEmailsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: GetUserEmailsResponseBody = {
|
||||
associatedAccounts: ["<value>"],
|
||||
email: "Flossie.Hartmann@hotmail.com",
|
||||
secondaryEmails: ["<value>"],
|
||||
unconfirmedEmails: ["<value>"],
|
||||
associatedAccounts: [
|
||||
"<value>",
|
||||
],
|
||||
email: "Flossie.Hartmann@hotmail.com",
|
||||
secondaryEmails: [
|
||||
"<value>",
|
||||
],
|
||||
unconfirmedEmails: [
|
||||
"<value>",
|
||||
],
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user