Files
medusa-store/www/utils/generated/dml-output/auth.json
github-actions[bot] 29e463e8c3 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>
2024-12-04 20:26:43 +02:00

21 lines
803 B
JSON

{
"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"
}
}
}