chore(docs): Generated DML JSON files (automated) (#10436)
* chore(docs): Generated DML JSON files (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
35eeb18a99
commit
29e463e8c3
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"ProviderIdentity": {
|
||||
"filePath": "packages/modules/auth/src/models/provider-identity.ts",
|
||||
"properties": {
|
||||
"id": "The ID of the provider identity.",
|
||||
"entity_id": "The entity ID of the provider identity",
|
||||
"provider": "The ID of the provider that created this identity.",
|
||||
"auth_identity": "The associated `AuthIdentity`.\n\n@expandable",
|
||||
"user_metadata": "The user metadata of the provider identity.",
|
||||
"provider_metadata": "The provider metadata of the provider identity."
|
||||
}
|
||||
},
|
||||
"AuthIdentity": {
|
||||
"filePath": "packages/modules/auth/src/models/auth-identity.ts",
|
||||
"properties": {
|
||||
"id": "The ID of the auth identity.",
|
||||
"provider_identities": "The associated `ProviderIdentity` records.\n\n@expandable",
|
||||
"app_metadata": "The app metadata of the auth identity"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user