Migrate some trust_center_access columns to profiles

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-04 17:01:55 +04:00
parent 9e106a8875
commit 909beeb606
12 changed files with 282 additions and 167 deletions

View File

@@ -151,7 +151,9 @@ components:
$ref: "#/components/schemas/EmailAddress"
description: Additional email addresses
kind:
$ref: "#/components/schemas/ProfileKind"
anyOf:
- $ref: "#/components/schemas/ProfileKind"
- type: "null"
description: Profile kind
position:
type:
@@ -828,7 +830,9 @@ components:
$ref: "#/components/schemas/EmailAddress"
description: Additional email addresses
kind:
$ref: "#/components/schemas/ProfileKind"
anyOf:
- $ref: "#/components/schemas/ProfileKind"
- type: "null"
description: User kind
position:
type: ["string", "null"]
@@ -893,7 +897,9 @@ components:
- type: "null"
description: Additional email addresses
kind:
$ref: "#/components/schemas/ProfileKind"
anyOf:
- $ref: "#/components/schemas/ProfileKind"
- type: "null"
description: User kind
position:
type: ["string", "null"]