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:
github-actions[bot]
2024-12-04 20:26:43 +02:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 35eeb18a99
commit 29e463e8c3
4 changed files with 114 additions and 1 deletions
+21
View File
@@ -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"
}
}
}