@authup/server-core 1.0.0-beta.56 → 1.0.0-beta.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/database/domains/role/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/role/entity.mjs +2 -1
- package/dist/adapters/database/domains/role/entity.mjs.map +1 -1
- package/dist/adapters/database/logger/module.mjs +2 -4
- package/dist/adapters/database/logger/module.mjs.map +1 -1
- package/dist/adapters/database/migrations/mysql/1784970000000-RoleClientForeignKey.d.ts +25 -0
- package/dist/adapters/database/migrations/mysql/1784970000000-RoleClientForeignKey.d.ts.map +1 -0
- package/dist/adapters/database/migrations/mysql/1784970000000-RoleClientForeignKey.mjs +60 -0
- package/dist/adapters/database/migrations/mysql/1784970000000-RoleClientForeignKey.mjs.map +1 -0
- package/dist/adapters/database/migrations/postgres/1784970000000-RoleClientForeignKey.d.ts +25 -0
- package/dist/adapters/database/migrations/postgres/1784970000000-RoleClientForeignKey.d.ts.map +1 -0
- package/dist/adapters/database/migrations/postgres/1784970000000-RoleClientForeignKey.mjs +60 -0
- package/dist/adapters/database/migrations/postgres/1784970000000-RoleClientForeignKey.mjs.map +1 -0
- package/dist/adapters/http/adapters/oauth2/grant-types/authorize.mjs +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/authorize.mjs.map +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/client-credentials.mjs +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/client-credentials.mjs.map +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/identity.mjs +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/identity.mjs.map +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/password.mjs +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/password.mjs.map +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/refresh_token.mjs +1 -1
- package/dist/adapters/http/adapters/oauth2/grant-types/refresh_token.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/client/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/client/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/client/module.mjs +30 -7
- package/dist/adapters/http/controllers/entities/client/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/client-permission/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/client-permission/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/client-permission/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/client-permission/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/client-role/module.d.ts +4 -4
- package/dist/adapters/http/controllers/entities/client-role/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/client-role/module.mjs +19 -4
- package/dist/adapters/http/controllers/entities/client-role/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/client-scope/module.d.ts +4 -4
- package/dist/adapters/http/controllers/entities/client-scope/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/client-scope/module.mjs +19 -4
- package/dist/adapters/http/controllers/entities/client-scope/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/consent/module.d.ts +3 -3
- package/dist/adapters/http/controllers/entities/consent/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/consent/module.mjs +15 -3
- package/dist/adapters/http/controllers/entities/consent/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/event/module.d.ts +2 -2
- package/dist/adapters/http/controllers/entities/event/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/event/module.mjs +11 -2
- package/dist/adapters/http/controllers/entities/event/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provide-role/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/identity-provide-role/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provide-role/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/identity-provide-role/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/identity-provider/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs +24 -8
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/key/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/key/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/key/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/key/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/permission/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/permission/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/permission/module.mjs +27 -6
- package/dist/adapters/http/controllers/entities/permission/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/permission-policy/module.d.ts +4 -4
- package/dist/adapters/http/controllers/entities/permission-policy/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/permission-policy/module.mjs +19 -4
- package/dist/adapters/http/controllers/entities/permission-policy/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/policy/module.d.ts +7 -7
- package/dist/adapters/http/controllers/entities/policy/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/policy/module.mjs +27 -6
- package/dist/adapters/http/controllers/entities/policy/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/realm/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/realm/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/realm/module.mjs +29 -8
- package/dist/adapters/http/controllers/entities/realm/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/role/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/role/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/role/module.mjs +27 -6
- package/dist/adapters/http/controllers/entities/role/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/role-attribute/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/role-attribute/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/role-attribute/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/role-attribute/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/role-permission/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/role-permission/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/role-permission/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/role-permission/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/scope/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/scope/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/scope/module.mjs +27 -6
- package/dist/adapters/http/controllers/entities/scope/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/session/module.d.ts +3 -3
- package/dist/adapters/http/controllers/entities/session/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/session/module.mjs +15 -3
- package/dist/adapters/http/controllers/entities/session/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/trust-anchor/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/trust-anchor/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/trust-anchor/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/trust-anchor/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/user/module.d.ts +6 -6
- package/dist/adapters/http/controllers/entities/user/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/user/module.mjs +27 -6
- package/dist/adapters/http/controllers/entities/user/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/user-attribute/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/user-attribute/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/user-attribute/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/user-attribute/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/user-authenticator/module.d.ts +4 -4
- package/dist/adapters/http/controllers/entities/user-authenticator/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/user-authenticator/module.mjs +19 -4
- package/dist/adapters/http/controllers/entities/user-authenticator/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/user-permission/module.d.ts +5 -5
- package/dist/adapters/http/controllers/entities/user-permission/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/user-permission/module.mjs +23 -5
- package/dist/adapters/http/controllers/entities/user-permission/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/user-role/module.d.ts +4 -4
- package/dist/adapters/http/controllers/entities/user-role/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/user-role/module.mjs +19 -4
- package/dist/adapters/http/controllers/entities/user-role/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/index.mjs +2 -1
- package/dist/adapters/http/controllers/workflows/authenticator-challenge/module.mjs +1 -1
- package/dist/adapters/http/controllers/workflows/authenticator-challenge/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/index.d.ts +1 -0
- package/dist/adapters/http/controllers/workflows/index.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/index.mjs +3 -1
- package/dist/adapters/http/controllers/workflows/logout/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/logout/module.mjs +5 -1
- package/dist/adapters/http/controllers/workflows/logout/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/userinfo/index.d.ts +2 -0
- package/dist/adapters/http/controllers/workflows/userinfo/index.d.ts.map +1 -0
- package/dist/adapters/http/controllers/workflows/userinfo/index.mjs +5 -0
- package/dist/adapters/http/controllers/workflows/userinfo/module.d.ts +18 -0
- package/dist/adapters/http/controllers/workflows/userinfo/module.d.ts.map +1 -0
- package/dist/adapters/http/controllers/workflows/userinfo/module.mjs +53 -0
- package/dist/adapters/http/controllers/workflows/userinfo/module.mjs.map +1 -0
- package/dist/adapters/http/index.mjs +2 -1
- package/dist/adapters/http/middleware/built-in/authorization/module.d.ts +1 -0
- package/dist/adapters/http/middleware/built-in/authorization/module.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/authorization/module.mjs +10 -1
- package/dist/adapters/http/middleware/built-in/authorization/module.mjs.map +1 -1
- package/dist/adapters/http/middleware/built-in/rate-limit.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/rate-limit.mjs +4 -2
- package/dist/adapters/http/middleware/built-in/rate-limit.mjs.map +1 -1
- package/dist/adapters/http/request/client-certificate.mjs +1 -1
- package/dist/adapters/http/request/client-certificate.mjs.map +1 -1
- package/dist/adapters/http/request/event-context.mjs +1 -1
- package/dist/adapters/http/request/event-context.mjs.map +1 -1
- package/dist/adapters/http/request/helpers/locations.mjs +1 -3
- package/dist/adapters/http/request/helpers/locations.mjs.map +1 -1
- package/dist/app/factory.d.ts +2 -1
- package/dist/app/factory.d.ts.map +1 -1
- package/dist/app/factory.mjs +2 -2
- package/dist/app/factory.mjs.map +1 -1
- package/dist/app/index.d.ts +1 -0
- package/dist/app/index.d.ts.map +1 -1
- package/dist/app/index.mjs +5 -1
- package/dist/app/modules/authentication/module.mjs +6 -3
- package/dist/app/modules/authentication/module.mjs.map +1 -1
- package/dist/app/modules/authentication/repositories/session.mjs +2 -2
- package/dist/app/modules/authentication/repositories/session.mjs.map +1 -1
- package/dist/app/modules/components/module.d.ts +3 -0
- package/dist/app/modules/components/module.d.ts.map +1 -1
- package/dist/app/modules/components/module.mjs +17 -2
- package/dist/app/modules/components/module.mjs.map +1 -1
- package/dist/app/modules/config/constants.d.ts +1 -0
- package/dist/app/modules/config/constants.d.ts.map +1 -1
- package/dist/app/modules/config/constants.mjs +1 -0
- package/dist/app/modules/config/constants.mjs.map +1 -1
- package/dist/app/modules/config/helpers.d.ts +9 -0
- package/dist/app/modules/config/helpers.d.ts.map +1 -0
- package/dist/app/modules/config/helpers.mjs +22 -0
- package/dist/app/modules/config/helpers.mjs.map +1 -0
- package/dist/app/modules/config/index.d.ts +2 -0
- package/dist/app/modules/config/index.d.ts.map +1 -1
- package/dist/app/modules/config/index.mjs +6 -1
- package/dist/app/modules/config/module.d.ts.map +1 -1
- package/dist/app/modules/config/module.mjs +2 -7
- package/dist/app/modules/config/module.mjs.map +1 -1
- package/dist/app/modules/config/normalize.d.ts.map +1 -1
- package/dist/app/modules/config/normalize.mjs +4 -0
- package/dist/app/modules/config/normalize.mjs.map +1 -1
- package/dist/app/modules/config/read/env.d.ts.map +1 -1
- package/dist/app/modules/config/read/env.mjs +2 -0
- package/dist/app/modules/config/read/env.mjs.map +1 -1
- package/dist/app/modules/config/read/fs.d.ts.map +1 -1
- package/dist/app/modules/config/read/fs.mjs +31 -8
- package/dist/app/modules/config/read/fs.mjs.map +1 -1
- package/dist/app/modules/config/read/module.mjs +8 -3
- package/dist/app/modules/config/read/module.mjs.map +1 -1
- package/dist/app/modules/config/trust-proxy.d.ts +28 -0
- package/dist/app/modules/config/trust-proxy.d.ts.map +1 -0
- package/dist/app/modules/config/trust-proxy.mjs +64 -0
- package/dist/app/modules/config/trust-proxy.mjs.map +1 -0
- package/dist/app/modules/config/types.d.ts +18 -0
- package/dist/app/modules/config/types.d.ts.map +1 -1
- package/dist/app/modules/config/validator.d.ts.map +1 -1
- package/dist/app/modules/config/validator.mjs +7 -0
- package/dist/app/modules/config/validator.mjs.map +1 -1
- package/dist/app/modules/database/module.mjs +2 -1
- package/dist/app/modules/database/module.mjs.map +1 -1
- package/dist/app/modules/database/repositories/client/repository.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/client/repository.mjs +3 -4
- package/dist/app/modules/database/repositories/client/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/client-permission/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/client-permission/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/client-role/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/client-role/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/client-scope/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/client-scope/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/event/repository.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/event/repository.mjs +4 -3
- package/dist/app/modules/database/repositories/event/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/identity-provider/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/identity-provider/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/identity-provider-role-mapping/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/identity-provider-role-mapping/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/key/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/key/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/permission/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/permission/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/permission-policy/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/permission-policy/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/policy/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/policy/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/query.d.ts +20 -0
- package/dist/app/modules/database/repositories/query.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/query.mjs +26 -3
- package/dist/app/modules/database/repositories/query.mjs.map +1 -1
- package/dist/app/modules/database/repositories/realm/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/realm/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/role/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/role/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/role-attribute/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/role-attribute/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/role-permission/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/role-permission/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/schema-validation.d.ts +17 -3
- package/dist/app/modules/database/repositories/schema-validation.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/schema-validation.mjs +29 -5
- package/dist/app/modules/database/repositories/schema-validation.mjs.map +1 -1
- package/dist/app/modules/database/repositories/scope/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/scope/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/trust-anchor/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/trust-anchor/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/user/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/user/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/user-attribute/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/user-attribute/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/user-authenticator/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/user-authenticator/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/user-permission/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/user-permission/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/user-role/repository.mjs +2 -2
- package/dist/app/modules/database/repositories/user-role/repository.mjs.map +1 -1
- package/dist/app/modules/http/constants.d.ts +2 -13
- package/dist/app/modules/http/constants.d.ts.map +1 -1
- package/dist/app/modules/http/constants.mjs.map +1 -1
- package/dist/app/modules/http/module.d.ts.map +1 -1
- package/dist/app/modules/http/module.mjs +7 -1
- package/dist/app/modules/http/module.mjs.map +1 -1
- package/dist/app/modules/http/modules/controller.d.ts +4 -2
- package/dist/app/modules/http/modules/controller.d.ts.map +1 -1
- package/dist/app/modules/http/modules/controller.mjs +208 -124
- package/dist/app/modules/http/modules/controller.mjs.map +1 -1
- package/dist/app/modules/http/modules/middleware.mjs +10 -5
- package/dist/app/modules/http/modules/middleware.mjs.map +1 -1
- package/dist/app/modules/identity/module.mjs +6 -3
- package/dist/app/modules/identity/module.mjs.map +1 -1
- package/dist/app/modules/index.mjs +5 -1
- package/dist/app/modules/oauth2/module.mjs +37 -17
- package/dist/app/modules/oauth2/module.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/authorize/state/repository.mjs +1 -1
- package/dist/app/modules/oauth2/repositories/authorize/state/repository.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/consent/repository.mjs +2 -2
- package/dist/app/modules/oauth2/repositories/consent/repository.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/token/repository.mjs +1 -1
- package/dist/app/modules/oauth2/repositories/token/repository.mjs.map +1 -1
- package/dist/app/modules/provisioning/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/module.mjs +21 -12
- package/dist/app/modules/provisioning/module.mjs.map +1 -1
- package/dist/app/modules/provisioning/sources/file/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/sources/file/module.mjs +11 -2
- package/dist/app/modules/provisioning/sources/file/module.mjs.map +1 -1
- package/dist/app/types.d.ts +5 -0
- package/dist/app/types.d.ts.map +1 -0
- package/dist/app/types.mjs +4 -0
- package/dist/cli/commands/healthcheck.d.ts +2 -1
- package/dist/cli/commands/healthcheck.d.ts.map +1 -1
- package/dist/cli/commands/healthcheck.mjs +3 -2
- package/dist/cli/commands/healthcheck.mjs.map +1 -1
- package/dist/cli/commands/index.d.ts +0 -1
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/commands/index.mjs +1 -2
- package/dist/cli/commands/migration.d.ts +2 -1
- package/dist/cli/commands/migration.d.ts.map +1 -1
- package/dist/cli/commands/migration.mjs +3 -2
- package/dist/cli/commands/migration.mjs.map +1 -1
- package/dist/cli/commands/start.d.ts +2 -1
- package/dist/cli/commands/start.d.ts.map +1 -1
- package/dist/cli/commands/start.mjs +3 -2
- package/dist/cli/commands/start.mjs.map +1 -1
- package/dist/cli/config.d.ts +18 -0
- package/dist/cli/config.d.ts.map +1 -0
- package/dist/cli/config.mjs +34 -0
- package/dist/cli/config.mjs.map +1 -0
- package/dist/cli/module.d.ts +8 -8
- package/dist/cli/module.d.ts.map +1 -1
- package/dist/cli/module.mjs +8 -28
- package/dist/cli/module.mjs.map +1 -1
- package/dist/cli/types.d.ts +5 -0
- package/dist/cli/types.d.ts.map +1 -0
- package/dist/cli/types.mjs +4 -0
- package/dist/components/event-cleaner/module.d.ts.map +1 -1
- package/dist/components/event-cleaner/module.mjs +26 -14
- package/dist/components/event-cleaner/module.mjs.map +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.mjs +1 -4
- package/dist/components/oauth2-cleaner/module.d.ts.map +1 -1
- package/dist/components/oauth2-cleaner/module.mjs +29 -17
- package/dist/components/oauth2-cleaner/module.mjs.map +1 -1
- package/dist/components/types.d.ts +1 -0
- package/dist/components/types.d.ts.map +1 -1
- package/dist/core/authentication/login-throttle/service.d.ts.map +1 -1
- package/dist/core/authentication/login-throttle/service.mjs +2 -1
- package/dist/core/authentication/login-throttle/service.mjs.map +1 -1
- package/dist/core/authentication/session/module.mjs +2 -4
- package/dist/core/authentication/session/module.mjs.map +1 -1
- package/dist/core/entities/client/constants.d.ts +10 -0
- package/dist/core/entities/client/constants.d.ts.map +1 -0
- package/dist/core/entities/client/constants.mjs +20 -0
- package/dist/core/entities/client/constants.mjs.map +1 -0
- package/dist/core/entities/client/index.d.ts +1 -0
- package/dist/core/entities/client/index.d.ts.map +1 -1
- package/dist/core/entities/client/index.mjs +3 -2
- package/dist/core/entities/client/schema.d.ts.map +1 -1
- package/dist/core/entities/client/schema.mjs +40 -3
- package/dist/core/entities/client/schema.mjs.map +1 -1
- package/dist/core/entities/client/service.d.ts.map +1 -1
- package/dist/core/entities/client/service.mjs +9 -61
- package/dist/core/entities/client/service.mjs.map +1 -1
- package/dist/core/entities/client/web-client.d.ts +39 -3
- package/dist/core/entities/client/web-client.d.ts.map +1 -1
- package/dist/core/entities/client/web-client.mjs +68 -12
- package/dist/core/entities/client/web-client.mjs.map +1 -1
- package/dist/core/entities/client-permission/service.mjs +12 -9
- package/dist/core/entities/client-permission/service.mjs.map +1 -1
- package/dist/core/entities/client-scope/schema.d.ts.map +1 -1
- package/dist/core/entities/client-scope/schema.mjs +3 -1
- package/dist/core/entities/client-scope/schema.mjs.map +1 -1
- package/dist/core/entities/event/constants.d.ts +7 -0
- package/dist/core/entities/event/constants.d.ts.map +1 -1
- package/dist/core/entities/event/constants.mjs +7 -1
- package/dist/core/entities/event/constants.mjs.map +1 -1
- package/dist/core/entities/event/index.mjs +2 -2
- package/dist/core/entities/event/service.mjs +1 -1
- package/dist/core/entities/event/service.mjs.map +1 -1
- package/dist/core/entities/index.mjs +4 -3
- package/dist/core/entities/key/service.mjs +4 -2
- package/dist/core/entities/key/service.mjs.map +1 -1
- package/dist/core/entities/permission/service.d.ts.map +1 -1
- package/dist/core/entities/permission/service.mjs +1 -1
- package/dist/core/entities/permission/service.mjs.map +1 -1
- package/dist/core/entities/policy/service.d.ts.map +1 -1
- package/dist/core/entities/policy/service.mjs +3 -2
- package/dist/core/entities/policy/service.mjs.map +1 -1
- package/dist/core/entities/realm/service.d.ts.map +1 -1
- package/dist/core/entities/realm/service.mjs +1 -1
- package/dist/core/entities/realm/service.mjs.map +1 -1
- package/dist/core/entities/role/schema.d.ts.map +1 -1
- package/dist/core/entities/role/schema.mjs +4 -0
- package/dist/core/entities/role/schema.mjs.map +1 -1
- package/dist/core/entities/role/service.d.ts.map +1 -1
- package/dist/core/entities/role/service.mjs +1 -1
- package/dist/core/entities/role/service.mjs.map +1 -1
- package/dist/core/entities/role-permission/service.mjs +12 -9
- package/dist/core/entities/role-permission/service.mjs.map +1 -1
- package/dist/core/entities/scope/service.d.ts.map +1 -1
- package/dist/core/entities/scope/service.mjs +1 -1
- package/dist/core/entities/scope/service.mjs.map +1 -1
- package/dist/core/entities/session/schema.d.ts.map +1 -1
- package/dist/core/entities/session/schema.mjs +2 -0
- package/dist/core/entities/session/schema.mjs.map +1 -1
- package/dist/core/entities/user/schema.d.ts.map +1 -1
- package/dist/core/entities/user/schema.mjs +2 -0
- package/dist/core/entities/user/schema.mjs.map +1 -1
- package/dist/core/entities/user/service.d.ts.map +1 -1
- package/dist/core/entities/user/service.mjs +1 -1
- package/dist/core/entities/user/service.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/helpers.mjs +1 -1
- package/dist/core/entities/user-authenticator/helpers.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/service.mjs +7 -7
- package/dist/core/entities/user-authenticator/service.mjs.map +1 -1
- package/dist/core/entities/user-permission/service.mjs +12 -9
- package/dist/core/entities/user-permission/service.mjs.map +1 -1
- package/dist/core/identity/password-recovery/check.mjs +4 -4
- package/dist/core/identity/password-recovery/check.mjs.map +1 -1
- package/dist/core/identity/password-recovery/service.mjs +1 -1
- package/dist/core/identity/password-recovery/service.mjs.map +1 -1
- package/dist/core/identity/registration/check.mjs +2 -2
- package/dist/core/identity/registration/check.mjs.map +1 -1
- package/dist/core/index.mjs +5 -3
- package/dist/core/key/check.mjs +2 -2
- package/dist/core/key/check.mjs.map +1 -1
- package/dist/core/provisioning/entities/client/relations-validator.d.ts.map +1 -1
- package/dist/core/provisioning/entities/client/relations-validator.mjs +2 -0
- package/dist/core/provisioning/entities/client/relations-validator.mjs.map +1 -1
- package/dist/core/provisioning/entities/client/types.d.ts +8 -0
- package/dist/core/provisioning/entities/client/types.d.ts.map +1 -1
- package/dist/core/provisioning/synchronizer/client/module.d.ts +3 -1
- package/dist/core/provisioning/synchronizer/client/module.d.ts.map +1 -1
- package/dist/core/provisioning/synchronizer/client/module.mjs +10 -1
- package/dist/core/provisioning/synchronizer/client/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/client/types.d.ts +3 -1
- package/dist/core/provisioning/synchronizer/client/types.d.ts.map +1 -1
- package/dist/core/provisioning/synchronizer/entity-resolver.d.ts +4 -1
- package/dist/core/provisioning/synchronizer/entity-resolver.d.ts.map +1 -1
- package/dist/core/provisioning/synchronizer/entity-resolver.mjs +14 -29
- package/dist/core/provisioning/synchronizer/entity-resolver.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/index.d.ts +1 -0
- package/dist/core/provisioning/synchronizer/index.d.ts.map +1 -1
- package/dist/core/provisioning/synchronizer/permission/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/permission/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/realm/module.d.ts.map +1 -1
- package/dist/core/provisioning/synchronizer/realm/module.mjs +8 -9
- package/dist/core/provisioning/synchronizer/realm/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/role/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/role/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/scope/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/scope/module.mjs.map +1 -1
- package/dist/core/provisioning/synchronizer/types.d.ts +11 -0
- package/dist/core/provisioning/synchronizer/types.d.ts.map +1 -0
- package/dist/core/provisioning/synchronizer/types.mjs +4 -0
- package/dist/core/provisioning/synchronizer/user/module.mjs +0 -1
- package/dist/core/provisioning/synchronizer/user/module.mjs.map +1 -1
- package/dist/core/query/describe.d.ts +25 -0
- package/dist/core/query/describe.d.ts.map +1 -0
- package/dist/core/query/describe.mjs +50 -0
- package/dist/core/query/describe.mjs.map +1 -0
- package/dist/core/query/fields.d.ts +44 -0
- package/dist/core/query/fields.d.ts.map +1 -0
- package/dist/core/query/fields.mjs +46 -0
- package/dist/core/query/fields.mjs.map +1 -0
- package/dist/core/query/index.d.ts +1 -0
- package/dist/core/query/index.d.ts.map +1 -1
- package/dist/core/query/index.mjs +2 -1
- package/dist/core/query/module.d.ts +1 -1
- package/dist/core/query/module.mjs +1 -1
- package/dist/core/query/module.mjs.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/path.mjs.map +1 -1
- package/dist/swagger.json +1324 -193
- package/dist/ui/client/.vite/ssr-manifest.json +1030 -760
- package/dist/ui/client/assets/index-BTK3GPZZ.js +106 -0
- package/dist/ui/client/assets/index-Cx_pI7BS.css +2 -0
- package/dist/ui/client/index.html +2 -2
- package/dist/ui/server/server.js +4465 -11501
- package/package.json +51 -50
- package/dist/cli/commands/reset.d.ts +0 -2
- package/dist/cli/commands/reset.d.ts.map +0 -1
- package/dist/cli/commands/reset.mjs +0 -23
- package/dist/cli/commands/reset.mjs.map +0 -1
- package/dist/components/database/index.d.ts +0 -2
- package/dist/components/database/index.d.ts.map +0 -1
- package/dist/components/database/index.mjs +0 -7
- package/dist/components/database/unique-entries/factory.d.ts +0 -4
- package/dist/components/database/unique-entries/factory.d.ts.map +0 -1
- package/dist/components/database/unique-entries/factory.mjs +0 -12
- package/dist/components/database/unique-entries/factory.mjs.map +0 -1
- package/dist/components/database/unique-entries/index.d.ts +0 -3
- package/dist/components/database/unique-entries/index.d.ts.map +0 -1
- package/dist/components/database/unique-entries/index.mjs +0 -6
- package/dist/components/database/unique-entries/module.d.ts +0 -15
- package/dist/components/database/unique-entries/module.d.ts.map +0 -1
- package/dist/components/database/unique-entries/module.mjs +0 -69
- package/dist/components/database/unique-entries/module.mjs.map +0 -1
- package/dist/ui/client/assets/index-C05uGFDe.js +0 -131
- package/dist/ui/client/assets/index-CiHrf73J.css +0 -2
package/dist/swagger.json
CHANGED
|
@@ -369,10 +369,216 @@
|
|
|
369
369
|
],
|
|
370
370
|
"type": "object"
|
|
371
371
|
},
|
|
372
|
+
"FieldsSchemaDescription": {
|
|
373
|
+
"properties": {
|
|
374
|
+
"allowed": {
|
|
375
|
+
"anyOf": [
|
|
376
|
+
{
|
|
377
|
+
"type": "array",
|
|
378
|
+
"items": {
|
|
379
|
+
"type": "string"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "null"
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"default": {
|
|
388
|
+
"anyOf": [
|
|
389
|
+
{
|
|
390
|
+
"type": "array",
|
|
391
|
+
"items": {
|
|
392
|
+
"type": "string"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"type": "null"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"required": [
|
|
402
|
+
"allowed",
|
|
403
|
+
"default"
|
|
404
|
+
],
|
|
405
|
+
"type": "object",
|
|
406
|
+
"description": "JSON-serializable snapshot of the fields constraints a schema\ndeclares. The shape is uniform across schemas: a `null` constraint\nwas never declared (fallback semantics apply); an empty array is an\nexplicit \"nothing\"."
|
|
407
|
+
},
|
|
408
|
+
"FiltersSchemaDescription": {
|
|
409
|
+
"properties": {
|
|
410
|
+
"allowed": {
|
|
411
|
+
"anyOf": [
|
|
412
|
+
{
|
|
413
|
+
"type": "array",
|
|
414
|
+
"items": {
|
|
415
|
+
"type": "string"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"type": "null"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"required": [
|
|
425
|
+
"allowed"
|
|
426
|
+
],
|
|
427
|
+
"type": "object",
|
|
428
|
+
"description": "JSON-serializable snapshot of the filter constraints a schema\ndeclares. Only the consumer-facing vocabulary is exposed — the\n`default` condition is a server-injected baseline, not something\na client can send, so it is deliberately absent. The shape is\nuniform across schemas: a `null` allow-list was never declared\n(fallback semantics apply); an empty array is an explicit\n\"nothing\"."
|
|
429
|
+
},
|
|
430
|
+
"PaginationSchemaDescription": {
|
|
431
|
+
"properties": {
|
|
432
|
+
"maxLimit": {
|
|
433
|
+
"anyOf": [
|
|
434
|
+
{
|
|
435
|
+
"type": "number",
|
|
436
|
+
"format": "double"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"type": "null"
|
|
440
|
+
}
|
|
441
|
+
]
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"required": [
|
|
445
|
+
"maxLimit"
|
|
446
|
+
],
|
|
447
|
+
"type": "object",
|
|
448
|
+
"description": "JSON-serializable snapshot of the pagination constraints a schema\ndeclares. The shape is uniform across schemas: a `null` `maxLimit`\nmeans no cap was declared."
|
|
449
|
+
},
|
|
450
|
+
"RelationsSchemaDescription": {
|
|
451
|
+
"properties": {
|
|
452
|
+
"schemas": {
|
|
453
|
+
"oneOf": [
|
|
454
|
+
{
|
|
455
|
+
"properties": {},
|
|
456
|
+
"additionalProperties": {
|
|
457
|
+
"type": "string"
|
|
458
|
+
},
|
|
459
|
+
"type": "object"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"type": "null"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
"allowed": {
|
|
467
|
+
"anyOf": [
|
|
468
|
+
{
|
|
469
|
+
"type": "array",
|
|
470
|
+
"items": {
|
|
471
|
+
"type": "string"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"type": "null"
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"required": [
|
|
481
|
+
"schemas",
|
|
482
|
+
"allowed"
|
|
483
|
+
],
|
|
484
|
+
"type": "object",
|
|
485
|
+
"description": "JSON-serializable snapshot of the relation constraints a schema\ndeclares. `schemas` maps each allowed relation to the name of the\nschema governing it (composed by {@link Schema.describe} via the\nparent `schemaMapping`; an unmapped relation maps to itself,\nmirroring registry resolution) — nested capabilities are looked up\non that schema's own description instead of being expanded inline.\nThe shape is uniform across schemas: a `null` allow-list was never\ndeclared (fallback semantics apply; the targets cannot be\nenumerated then, so `schemas` is `null` alongside it), an empty\narray is an explicit \"nothing\" (with an empty `schemas` record)."
|
|
486
|
+
},
|
|
487
|
+
"SortSchemaDescription": {
|
|
488
|
+
"properties": {
|
|
489
|
+
"default": {
|
|
490
|
+
"oneOf": [
|
|
491
|
+
{
|
|
492
|
+
"properties": {},
|
|
493
|
+
"additionalProperties": {
|
|
494
|
+
"type": "string",
|
|
495
|
+
"enum": [
|
|
496
|
+
"ASC",
|
|
497
|
+
"DESC"
|
|
498
|
+
]
|
|
499
|
+
},
|
|
500
|
+
"type": "object"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"type": "null"
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"allowed": {
|
|
508
|
+
"anyOf": [
|
|
509
|
+
{
|
|
510
|
+
"type": "array",
|
|
511
|
+
"items": {
|
|
512
|
+
"type": "string"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"type": "array",
|
|
517
|
+
"items": {
|
|
518
|
+
"type": "array",
|
|
519
|
+
"items": {
|
|
520
|
+
"type": "string"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"type": "null"
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
"required": [
|
|
531
|
+
"default",
|
|
532
|
+
"allowed"
|
|
533
|
+
],
|
|
534
|
+
"type": "object",
|
|
535
|
+
"description": "JSON-serializable snapshot of the sort constraints a schema\ndeclares. `allowed` may hold tuple groups (keys only usable\ntogether, in order). The shape is uniform across schemas: a `null`\nconstraint was never declared (fallback semantics apply); an empty\narray is an explicit \"nothing\"."
|
|
536
|
+
},
|
|
537
|
+
"SchemaDescription": {
|
|
538
|
+
"properties": {
|
|
539
|
+
"sort": {
|
|
540
|
+
"$ref": "#/components/schemas/SortSchemaDescription"
|
|
541
|
+
},
|
|
542
|
+
"relations": {
|
|
543
|
+
"$ref": "#/components/schemas/RelationsSchemaDescription"
|
|
544
|
+
},
|
|
545
|
+
"pagination": {
|
|
546
|
+
"$ref": "#/components/schemas/PaginationSchemaDescription"
|
|
547
|
+
},
|
|
548
|
+
"filters": {
|
|
549
|
+
"$ref": "#/components/schemas/FiltersSchemaDescription"
|
|
550
|
+
},
|
|
551
|
+
"fields": {
|
|
552
|
+
"$ref": "#/components/schemas/FieldsSchemaDescription"
|
|
553
|
+
},
|
|
554
|
+
"strict": {
|
|
555
|
+
"type": "boolean"
|
|
556
|
+
},
|
|
557
|
+
"name": {
|
|
558
|
+
"anyOf": [
|
|
559
|
+
{
|
|
560
|
+
"type": "string"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "null"
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"required": [
|
|
569
|
+
"strict",
|
|
570
|
+
"name"
|
|
571
|
+
],
|
|
572
|
+
"type": "object",
|
|
573
|
+
"description": "JSON-serializable snapshot of the constraints a schema declares —\nthe introspection surface an API can hand to its consumers so the\nqueryable vocabulary is discoverable without reading server code.\n\nThe shape is NORMALIZED so every schema describes identically:\n- a parameter key is present iff the description covers that\n parameter ({@link SchemaDescribeOptions.parameters}; all of them\n by default), and always carries every constraint key;\n- within a parameter, a `null` constraint was never declared\n (fallback semantics apply — by default the syntactic property-name\n check, under {@link BaseSchemaOptions.strict} a full reject);\n- an empty array is an explicit \"nothing allowed\".\n\nRelation capabilities are not expanded inline: `relations.schemas`\nnames the schema governing each relation, whose own description\ncovers the dotted vocabulary reachable through it.\n\nDynamic constraints (validate/validateMany hooks, e.g. per-actor\nauthorization gates) are deliberately not represented — the\ndescription is the static upper bound."
|
|
574
|
+
},
|
|
372
575
|
"EntityCollectionResponseClient": {
|
|
373
576
|
"properties": {
|
|
374
577
|
"meta": {
|
|
375
578
|
"properties": {
|
|
579
|
+
"schema": {
|
|
580
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
581
|
+
},
|
|
376
582
|
"total": {
|
|
377
583
|
"type": "number",
|
|
378
584
|
"format": "double"
|
|
@@ -471,54 +677,475 @@
|
|
|
471
677
|
"type": "number",
|
|
472
678
|
"format": "double"
|
|
473
679
|
},
|
|
474
|
-
"deflateDynamicTableSize": {
|
|
475
|
-
"type": "number",
|
|
476
|
-
"format": "double"
|
|
680
|
+
"deflateDynamicTableSize": {
|
|
681
|
+
"type": "number",
|
|
682
|
+
"format": "double"
|
|
683
|
+
},
|
|
684
|
+
"inflateDynamicTableSize": {
|
|
685
|
+
"type": "number",
|
|
686
|
+
"format": "double"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
"type": "object"
|
|
690
|
+
},
|
|
691
|
+
"StreamState": {
|
|
692
|
+
"properties": {
|
|
693
|
+
"localWindowSize": {
|
|
694
|
+
"type": "number",
|
|
695
|
+
"format": "double"
|
|
696
|
+
},
|
|
697
|
+
"state": {
|
|
698
|
+
"type": "number",
|
|
699
|
+
"format": "double"
|
|
700
|
+
},
|
|
701
|
+
"localClose": {
|
|
702
|
+
"type": "number",
|
|
703
|
+
"format": "double"
|
|
704
|
+
},
|
|
705
|
+
"remoteClose": {
|
|
706
|
+
"type": "number",
|
|
707
|
+
"format": "double"
|
|
708
|
+
},
|
|
709
|
+
"sumDependencyWeight": {
|
|
710
|
+
"type": "number",
|
|
711
|
+
"format": "double",
|
|
712
|
+
"deprecated": true
|
|
713
|
+
},
|
|
714
|
+
"weight": {
|
|
715
|
+
"type": "number",
|
|
716
|
+
"format": "double",
|
|
717
|
+
"deprecated": true
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"type": "object"
|
|
721
|
+
},
|
|
722
|
+
"NodeServerRequest": {
|
|
723
|
+
"anyOf": []
|
|
724
|
+
},
|
|
725
|
+
"NodeServerResponse": {
|
|
726
|
+
"anyOf": []
|
|
727
|
+
},
|
|
728
|
+
"DenoServeHandlerInfo": {
|
|
729
|
+
"description": "Second argument Deno passes to the fetch handler (`Deno.ServeHandlerInfo`).",
|
|
730
|
+
"properties": {
|
|
731
|
+
"remoteAddr": {
|
|
732
|
+
"properties": {
|
|
733
|
+
"transport": {
|
|
734
|
+
"type": "string"
|
|
735
|
+
},
|
|
736
|
+
"port": {
|
|
737
|
+
"type": "number",
|
|
738
|
+
"format": "double"
|
|
739
|
+
},
|
|
740
|
+
"hostname": {
|
|
741
|
+
"type": "string"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"required": [
|
|
745
|
+
"port",
|
|
746
|
+
"hostname"
|
|
747
|
+
],
|
|
748
|
+
"type": "object"
|
|
749
|
+
},
|
|
750
|
+
"completed": {}
|
|
751
|
+
},
|
|
752
|
+
"required": [
|
|
753
|
+
"remoteAddr"
|
|
754
|
+
],
|
|
755
|
+
"type": "object"
|
|
756
|
+
},
|
|
757
|
+
"BunHttpServer": {
|
|
758
|
+
"description": "Server instance returned by `Bun.serve()` (`Bun.Server`).",
|
|
759
|
+
"properties": {
|
|
760
|
+
"url": {
|
|
761
|
+
"additionalProperties": true
|
|
762
|
+
},
|
|
763
|
+
"port": {
|
|
764
|
+
"type": "number",
|
|
765
|
+
"format": "double"
|
|
766
|
+
},
|
|
767
|
+
"hostname": {
|
|
768
|
+
"type": "string"
|
|
769
|
+
},
|
|
770
|
+
"development": {
|
|
771
|
+
"type": "boolean"
|
|
772
|
+
},
|
|
773
|
+
"pendingRequests": {
|
|
774
|
+
"type": "number",
|
|
775
|
+
"format": "double"
|
|
776
|
+
},
|
|
777
|
+
"pendingWebSockets": {
|
|
778
|
+
"type": "number",
|
|
779
|
+
"format": "double"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"required": [
|
|
783
|
+
"url"
|
|
784
|
+
],
|
|
785
|
+
"type": "object"
|
|
786
|
+
},
|
|
787
|
+
"CloudflareExecutionContext": {
|
|
788
|
+
"description": "Cloudflare Workers execution context (`ExecutionContext`).",
|
|
789
|
+
"properties": {
|
|
790
|
+
"props": {
|
|
791
|
+
"additionalProperties": true
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"type": "object"
|
|
795
|
+
},
|
|
796
|
+
"CloudflareEnv": {
|
|
797
|
+
"description": "Cloudflare Workers environment bindings.\n\nAugment this interface to type your own bindings:\n\n```ts\ndeclare module \"srvx\" {\n interface CloudflareEnv {\n MY_KV: KVNamespace;\n }\n}\n```",
|
|
798
|
+
"properties": {},
|
|
799
|
+
"type": "object",
|
|
800
|
+
"additionalProperties": {
|
|
801
|
+
"additionalProperties": true
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"AWSLambdaContext": {
|
|
805
|
+
"description": "AWS Lambda invocation context (`aws-lambda`'s `Context`).",
|
|
806
|
+
"properties": {
|
|
807
|
+
"callbackWaitsForEmptyEventLoop": {
|
|
808
|
+
"type": "boolean"
|
|
809
|
+
},
|
|
810
|
+
"functionName": {
|
|
811
|
+
"type": "string"
|
|
812
|
+
},
|
|
813
|
+
"functionVersion": {
|
|
814
|
+
"type": "string"
|
|
815
|
+
},
|
|
816
|
+
"invokedFunctionArn": {
|
|
817
|
+
"type": "string"
|
|
818
|
+
},
|
|
819
|
+
"memoryLimitInMB": {
|
|
820
|
+
"type": "string"
|
|
821
|
+
},
|
|
822
|
+
"awsRequestId": {
|
|
823
|
+
"type": "string"
|
|
824
|
+
},
|
|
825
|
+
"logGroupName": {
|
|
826
|
+
"type": "string"
|
|
827
|
+
},
|
|
828
|
+
"logStreamName": {
|
|
829
|
+
"type": "string"
|
|
830
|
+
},
|
|
831
|
+
"identity": {
|
|
832
|
+
"additionalProperties": true
|
|
833
|
+
},
|
|
834
|
+
"clientContext": {
|
|
835
|
+
"additionalProperties": true
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"required": [
|
|
839
|
+
"callbackWaitsForEmptyEventLoop",
|
|
840
|
+
"functionName",
|
|
841
|
+
"functionVersion",
|
|
842
|
+
"invokedFunctionArn",
|
|
843
|
+
"memoryLimitInMB",
|
|
844
|
+
"awsRequestId",
|
|
845
|
+
"logGroupName",
|
|
846
|
+
"logStreamName"
|
|
847
|
+
],
|
|
848
|
+
"type": "object"
|
|
849
|
+
},
|
|
850
|
+
"AWSLambdaProxyEvent": {
|
|
851
|
+
"description": "API Gateway REST API (v1) proxy event (`APIGatewayProxyEvent`).",
|
|
852
|
+
"properties": {
|
|
853
|
+
"httpMethod": {
|
|
854
|
+
"type": "string"
|
|
855
|
+
},
|
|
856
|
+
"path": {
|
|
857
|
+
"type": "string"
|
|
858
|
+
},
|
|
859
|
+
"resource": {
|
|
860
|
+
"type": "string"
|
|
861
|
+
},
|
|
862
|
+
"headers": {
|
|
863
|
+
"properties": {},
|
|
864
|
+
"additionalProperties": {
|
|
865
|
+
"type": "string"
|
|
866
|
+
},
|
|
867
|
+
"type": "object"
|
|
868
|
+
},
|
|
869
|
+
"multiValueHeaders": {
|
|
870
|
+
"properties": {},
|
|
871
|
+
"additionalProperties": {
|
|
872
|
+
"type": "array",
|
|
873
|
+
"items": {
|
|
874
|
+
"type": "string"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"type": "object"
|
|
878
|
+
},
|
|
879
|
+
"queryStringParameters": {
|
|
880
|
+
"oneOf": [
|
|
881
|
+
{
|
|
882
|
+
"properties": {},
|
|
883
|
+
"additionalProperties": {
|
|
884
|
+
"type": "string"
|
|
885
|
+
},
|
|
886
|
+
"type": "object"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"type": "null"
|
|
890
|
+
}
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
"multiValueQueryStringParameters": {
|
|
894
|
+
"oneOf": [
|
|
895
|
+
{
|
|
896
|
+
"properties": {},
|
|
897
|
+
"additionalProperties": {
|
|
898
|
+
"type": "array",
|
|
899
|
+
"items": {
|
|
900
|
+
"type": "string"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"type": "object"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"type": "null"
|
|
907
|
+
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"pathParameters": {
|
|
911
|
+
"oneOf": [
|
|
912
|
+
{
|
|
913
|
+
"properties": {},
|
|
914
|
+
"additionalProperties": {
|
|
915
|
+
"type": "string"
|
|
916
|
+
},
|
|
917
|
+
"type": "object"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"type": "null"
|
|
921
|
+
}
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
"stageVariables": {
|
|
925
|
+
"oneOf": [
|
|
926
|
+
{
|
|
927
|
+
"properties": {},
|
|
928
|
+
"additionalProperties": {
|
|
929
|
+
"type": "string"
|
|
930
|
+
},
|
|
931
|
+
"type": "object"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"type": "null"
|
|
935
|
+
}
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"body": {
|
|
939
|
+
"anyOf": [
|
|
940
|
+
{
|
|
941
|
+
"type": "string"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"type": "null"
|
|
945
|
+
}
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
|
+
"isBase64Encoded": {
|
|
949
|
+
"type": "boolean"
|
|
950
|
+
},
|
|
951
|
+
"requestContext": {
|
|
952
|
+
"properties": {
|
|
953
|
+
"stage": {
|
|
954
|
+
"type": "string"
|
|
955
|
+
},
|
|
956
|
+
"resourcePath": {
|
|
957
|
+
"type": "string"
|
|
958
|
+
},
|
|
959
|
+
"requestTimeEpoch": {
|
|
960
|
+
"type": "number",
|
|
961
|
+
"format": "double"
|
|
962
|
+
},
|
|
963
|
+
"requestId": {
|
|
964
|
+
"type": "string"
|
|
965
|
+
},
|
|
966
|
+
"protocol": {
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"path": {
|
|
970
|
+
"type": "string"
|
|
971
|
+
},
|
|
972
|
+
"identity": {
|
|
973
|
+
"properties": {
|
|
974
|
+
"sourceIp": {
|
|
975
|
+
"type": "string"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"type": "object"
|
|
979
|
+
},
|
|
980
|
+
"httpMethod": {
|
|
981
|
+
"type": "string"
|
|
982
|
+
},
|
|
983
|
+
"domainName": {
|
|
984
|
+
"type": "string"
|
|
985
|
+
},
|
|
986
|
+
"authorizer": {
|
|
987
|
+
"additionalProperties": true
|
|
988
|
+
},
|
|
989
|
+
"apiId": {
|
|
990
|
+
"type": "string"
|
|
991
|
+
},
|
|
992
|
+
"accountId": {
|
|
993
|
+
"type": "string"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"type": "object"
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
"required": [
|
|
1000
|
+
"httpMethod",
|
|
1001
|
+
"path",
|
|
1002
|
+
"headers",
|
|
1003
|
+
"body",
|
|
1004
|
+
"isBase64Encoded",
|
|
1005
|
+
"requestContext"
|
|
1006
|
+
],
|
|
1007
|
+
"type": "object"
|
|
1008
|
+
},
|
|
1009
|
+
"AWSLambdaProxyEventV2": {
|
|
1010
|
+
"description": "API Gateway HTTP API (v2) proxy event (`APIGatewayProxyEventV2`).",
|
|
1011
|
+
"properties": {
|
|
1012
|
+
"version": {
|
|
1013
|
+
"type": "string"
|
|
1014
|
+
},
|
|
1015
|
+
"routeKey": {
|
|
1016
|
+
"type": "string"
|
|
1017
|
+
},
|
|
1018
|
+
"rawPath": {
|
|
1019
|
+
"type": "string"
|
|
1020
|
+
},
|
|
1021
|
+
"rawQueryString": {
|
|
1022
|
+
"type": "string"
|
|
1023
|
+
},
|
|
1024
|
+
"cookies": {
|
|
1025
|
+
"type": "array",
|
|
1026
|
+
"items": {
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"headers": {
|
|
1031
|
+
"properties": {},
|
|
1032
|
+
"additionalProperties": {
|
|
1033
|
+
"type": "string"
|
|
1034
|
+
},
|
|
1035
|
+
"type": "object"
|
|
1036
|
+
},
|
|
1037
|
+
"queryStringParameters": {
|
|
1038
|
+
"properties": {},
|
|
1039
|
+
"additionalProperties": {
|
|
1040
|
+
"type": "string"
|
|
1041
|
+
},
|
|
1042
|
+
"type": "object"
|
|
1043
|
+
},
|
|
1044
|
+
"pathParameters": {
|
|
1045
|
+
"properties": {},
|
|
1046
|
+
"additionalProperties": {
|
|
1047
|
+
"type": "string"
|
|
1048
|
+
},
|
|
1049
|
+
"type": "object"
|
|
1050
|
+
},
|
|
1051
|
+
"stageVariables": {
|
|
1052
|
+
"properties": {},
|
|
1053
|
+
"additionalProperties": {
|
|
1054
|
+
"type": "string"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "object"
|
|
1057
|
+
},
|
|
1058
|
+
"body": {
|
|
1059
|
+
"type": "string"
|
|
477
1060
|
},
|
|
478
|
-
"
|
|
479
|
-
"type": "
|
|
480
|
-
|
|
1061
|
+
"isBase64Encoded": {
|
|
1062
|
+
"type": "boolean"
|
|
1063
|
+
},
|
|
1064
|
+
"requestContext": {
|
|
1065
|
+
"properties": {
|
|
1066
|
+
"http": {
|
|
1067
|
+
"properties": {
|
|
1068
|
+
"userAgent": {
|
|
1069
|
+
"type": "string"
|
|
1070
|
+
},
|
|
1071
|
+
"sourceIp": {
|
|
1072
|
+
"type": "string"
|
|
1073
|
+
},
|
|
1074
|
+
"protocol": {
|
|
1075
|
+
"type": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"path": {
|
|
1078
|
+
"type": "string"
|
|
1079
|
+
},
|
|
1080
|
+
"method": {
|
|
1081
|
+
"type": "string"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"required": [
|
|
1085
|
+
"method"
|
|
1086
|
+
],
|
|
1087
|
+
"type": "object"
|
|
1088
|
+
},
|
|
1089
|
+
"timeEpoch": {
|
|
1090
|
+
"type": "number",
|
|
1091
|
+
"format": "double"
|
|
1092
|
+
},
|
|
1093
|
+
"time": {
|
|
1094
|
+
"type": "string"
|
|
1095
|
+
},
|
|
1096
|
+
"stage": {
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
"routeKey": {
|
|
1100
|
+
"type": "string"
|
|
1101
|
+
},
|
|
1102
|
+
"requestId": {
|
|
1103
|
+
"type": "string"
|
|
1104
|
+
},
|
|
1105
|
+
"domainPrefix": {
|
|
1106
|
+
"type": "string"
|
|
1107
|
+
},
|
|
1108
|
+
"domainName": {
|
|
1109
|
+
"type": "string"
|
|
1110
|
+
},
|
|
1111
|
+
"authorizer": {
|
|
1112
|
+
"additionalProperties": true
|
|
1113
|
+
},
|
|
1114
|
+
"apiId": {
|
|
1115
|
+
"type": "string"
|
|
1116
|
+
},
|
|
1117
|
+
"accountId": {
|
|
1118
|
+
"type": "string"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"type": "object"
|
|
481
1122
|
}
|
|
482
1123
|
},
|
|
1124
|
+
"required": [
|
|
1125
|
+
"version",
|
|
1126
|
+
"rawPath",
|
|
1127
|
+
"rawQueryString",
|
|
1128
|
+
"headers",
|
|
1129
|
+
"isBase64Encoded",
|
|
1130
|
+
"requestContext"
|
|
1131
|
+
],
|
|
483
1132
|
"type": "object"
|
|
484
1133
|
},
|
|
485
|
-
"
|
|
1134
|
+
"ServiceWorkerFetchEvent": {
|
|
1135
|
+
"description": "Service worker `fetch` event (`FetchEvent`).",
|
|
486
1136
|
"properties": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"format": "double"
|
|
490
|
-
},
|
|
491
|
-
"state": {
|
|
492
|
-
"type": "number",
|
|
493
|
-
"format": "double"
|
|
494
|
-
},
|
|
495
|
-
"localClose": {
|
|
496
|
-
"type": "number",
|
|
497
|
-
"format": "double"
|
|
498
|
-
},
|
|
499
|
-
"remoteClose": {
|
|
500
|
-
"type": "number",
|
|
501
|
-
"format": "double"
|
|
502
|
-
},
|
|
503
|
-
"sumDependencyWeight": {
|
|
504
|
-
"type": "number",
|
|
505
|
-
"format": "double",
|
|
506
|
-
"deprecated": true
|
|
1137
|
+
"request": {
|
|
1138
|
+
"$ref": "#/components/schemas/Request"
|
|
507
1139
|
},
|
|
508
|
-
"
|
|
509
|
-
"type": "
|
|
510
|
-
"format": "double",
|
|
511
|
-
"deprecated": true
|
|
1140
|
+
"clientId": {
|
|
1141
|
+
"type": "string"
|
|
512
1142
|
}
|
|
513
1143
|
},
|
|
1144
|
+
"required": [
|
|
1145
|
+
"request"
|
|
1146
|
+
],
|
|
514
1147
|
"type": "object"
|
|
515
1148
|
},
|
|
516
|
-
"NodeServerRequest": {
|
|
517
|
-
"anyOf": []
|
|
518
|
-
},
|
|
519
|
-
"NodeServerResponse": {
|
|
520
|
-
"anyOf": []
|
|
521
|
-
},
|
|
522
1149
|
"ServerRuntimeContext": {
|
|
523
1150
|
"properties": {
|
|
524
1151
|
"name": {
|
|
@@ -565,7 +1192,7 @@
|
|
|
565
1192
|
"deno": {
|
|
566
1193
|
"properties": {
|
|
567
1194
|
"info": {
|
|
568
|
-
"
|
|
1195
|
+
"$ref": "#/components/schemas/DenoServeHandlerInfo"
|
|
569
1196
|
}
|
|
570
1197
|
},
|
|
571
1198
|
"required": [
|
|
@@ -577,7 +1204,7 @@
|
|
|
577
1204
|
"bun": {
|
|
578
1205
|
"properties": {
|
|
579
1206
|
"server": {
|
|
580
|
-
"
|
|
1207
|
+
"$ref": "#/components/schemas/BunHttpServer"
|
|
581
1208
|
}
|
|
582
1209
|
},
|
|
583
1210
|
"required": [
|
|
@@ -589,14 +1216,10 @@
|
|
|
589
1216
|
"cloudflare": {
|
|
590
1217
|
"properties": {
|
|
591
1218
|
"env": {
|
|
592
|
-
"
|
|
593
|
-
"additionalProperties": {
|
|
594
|
-
"additionalProperties": true
|
|
595
|
-
},
|
|
596
|
-
"type": "object"
|
|
1219
|
+
"$ref": "#/components/schemas/CloudflareEnv"
|
|
597
1220
|
},
|
|
598
1221
|
"context": {
|
|
599
|
-
"
|
|
1222
|
+
"$ref": "#/components/schemas/CloudflareExecutionContext"
|
|
600
1223
|
}
|
|
601
1224
|
},
|
|
602
1225
|
"required": [
|
|
@@ -609,10 +1232,17 @@
|
|
|
609
1232
|
"awsLambda": {
|
|
610
1233
|
"properties": {
|
|
611
1234
|
"event": {
|
|
612
|
-
"
|
|
1235
|
+
"oneOf": [
|
|
1236
|
+
{
|
|
1237
|
+
"$ref": "#/components/schemas/AWSLambdaProxyEvent"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"$ref": "#/components/schemas/AWSLambdaProxyEventV2"
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
613
1243
|
},
|
|
614
1244
|
"context": {
|
|
615
|
-
"
|
|
1245
|
+
"$ref": "#/components/schemas/AWSLambdaContext"
|
|
616
1246
|
}
|
|
617
1247
|
},
|
|
618
1248
|
"required": [
|
|
@@ -624,7 +1254,7 @@
|
|
|
624
1254
|
"serviceWorker": {
|
|
625
1255
|
"properties": {
|
|
626
1256
|
"event": {
|
|
627
|
-
"
|
|
1257
|
+
"$ref": "#/components/schemas/ServiceWorkerFetchEvent"
|
|
628
1258
|
}
|
|
629
1259
|
},
|
|
630
1260
|
"required": [
|
|
@@ -692,11 +1322,11 @@
|
|
|
692
1322
|
"properties": {
|
|
693
1323
|
"_request": {
|
|
694
1324
|
"$ref": "#/components/schemas/Request",
|
|
695
|
-
"description": "
|
|
1325
|
+
"description": "The underlying web-standard `Request` backing this request.\n\nSee https://srvx.h3.dev/guide/node#noderequest"
|
|
696
1326
|
},
|
|
697
1327
|
"_url": {
|
|
698
1328
|
"additionalProperties": true,
|
|
699
|
-
"description": "Access to the parsed URL"
|
|
1329
|
+
"description": "Access to the parsed URL of this request."
|
|
700
1330
|
},
|
|
701
1331
|
"runtime": {
|
|
702
1332
|
"$ref": "#/components/schemas/ServerRuntimeContext",
|
|
@@ -896,6 +1526,42 @@
|
|
|
896
1526
|
],
|
|
897
1527
|
"type": "object"
|
|
898
1528
|
},
|
|
1529
|
+
"EntityRecordMeta": {
|
|
1530
|
+
"allOf": [
|
|
1531
|
+
{
|
|
1532
|
+
"properties": {},
|
|
1533
|
+
"additionalProperties": {
|
|
1534
|
+
"additionalProperties": true
|
|
1535
|
+
},
|
|
1536
|
+
"type": "object"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"properties": {
|
|
1540
|
+
"schema": {
|
|
1541
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
"type": "object"
|
|
1545
|
+
}
|
|
1546
|
+
],
|
|
1547
|
+
"description": "Response-scoped extras of an entity-record response. `schema` is the\nendpoint's queryable vocabulary (issue #1649) — the static allow-list\nupper bound; relation capabilities are referenced by target schema\nname (`relations.schemas`) instead of being expanded inline, so\nnested vocabulary is looked up on that entity's own endpoints."
|
|
1548
|
+
},
|
|
1549
|
+
"EntityRecordResponseClient": {
|
|
1550
|
+
"properties": {
|
|
1551
|
+
"meta": {
|
|
1552
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
1553
|
+
},
|
|
1554
|
+
"data": {
|
|
1555
|
+
"$ref": "#/components/schemas/Client"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"required": [
|
|
1559
|
+
"meta",
|
|
1560
|
+
"data"
|
|
1561
|
+
],
|
|
1562
|
+
"type": "object",
|
|
1563
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
1564
|
+
},
|
|
899
1565
|
"ClientCreatePayload": {
|
|
900
1566
|
"allOf": [
|
|
901
1567
|
{
|
|
@@ -1410,6 +2076,9 @@
|
|
|
1410
2076
|
"properties": {
|
|
1411
2077
|
"meta": {
|
|
1412
2078
|
"properties": {
|
|
2079
|
+
"schema": {
|
|
2080
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
2081
|
+
},
|
|
1413
2082
|
"total": {
|
|
1414
2083
|
"type": "number",
|
|
1415
2084
|
"format": "double"
|
|
@@ -1441,6 +2110,22 @@
|
|
|
1441
2110
|
],
|
|
1442
2111
|
"type": "object"
|
|
1443
2112
|
},
|
|
2113
|
+
"EntityRecordResponseClientPermission": {
|
|
2114
|
+
"properties": {
|
|
2115
|
+
"meta": {
|
|
2116
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
2117
|
+
},
|
|
2118
|
+
"data": {
|
|
2119
|
+
"$ref": "#/components/schemas/ClientPermission"
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"required": [
|
|
2123
|
+
"meta",
|
|
2124
|
+
"data"
|
|
2125
|
+
],
|
|
2126
|
+
"type": "object",
|
|
2127
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
2128
|
+
},
|
|
1444
2129
|
"ClientPermissionCreatePayload": {
|
|
1445
2130
|
"allOf": [
|
|
1446
2131
|
{
|
|
@@ -1689,6 +2374,9 @@
|
|
|
1689
2374
|
"properties": {
|
|
1690
2375
|
"meta": {
|
|
1691
2376
|
"properties": {
|
|
2377
|
+
"schema": {
|
|
2378
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
2379
|
+
},
|
|
1692
2380
|
"total": {
|
|
1693
2381
|
"type": "number",
|
|
1694
2382
|
"format": "double"
|
|
@@ -1720,6 +2408,22 @@
|
|
|
1720
2408
|
],
|
|
1721
2409
|
"type": "object"
|
|
1722
2410
|
},
|
|
2411
|
+
"EntityRecordResponseClientRole": {
|
|
2412
|
+
"properties": {
|
|
2413
|
+
"meta": {
|
|
2414
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
2415
|
+
},
|
|
2416
|
+
"data": {
|
|
2417
|
+
"$ref": "#/components/schemas/ClientRole"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"required": [
|
|
2421
|
+
"meta",
|
|
2422
|
+
"data"
|
|
2423
|
+
],
|
|
2424
|
+
"type": "object",
|
|
2425
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
2426
|
+
},
|
|
1723
2427
|
"ClientRoleCreatePayload": {
|
|
1724
2428
|
"properties": {
|
|
1725
2429
|
"roleId": {
|
|
@@ -1865,6 +2569,12 @@
|
|
|
1865
2569
|
"type": "null"
|
|
1866
2570
|
}
|
|
1867
2571
|
]
|
|
2572
|
+
},
|
|
2573
|
+
"createdAt": {
|
|
2574
|
+
"type": "string"
|
|
2575
|
+
},
|
|
2576
|
+
"updatedAt": {
|
|
2577
|
+
"type": "string"
|
|
1868
2578
|
}
|
|
1869
2579
|
},
|
|
1870
2580
|
"required": [
|
|
@@ -1877,7 +2587,9 @@
|
|
|
1877
2587
|
"scopeId",
|
|
1878
2588
|
"scope",
|
|
1879
2589
|
"scopeRealmId",
|
|
1880
|
-
"scopeRealm"
|
|
2590
|
+
"scopeRealm",
|
|
2591
|
+
"createdAt",
|
|
2592
|
+
"updatedAt"
|
|
1881
2593
|
],
|
|
1882
2594
|
"type": "object"
|
|
1883
2595
|
},
|
|
@@ -1885,6 +2597,9 @@
|
|
|
1885
2597
|
"properties": {
|
|
1886
2598
|
"meta": {
|
|
1887
2599
|
"properties": {
|
|
2600
|
+
"schema": {
|
|
2601
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
2602
|
+
},
|
|
1888
2603
|
"total": {
|
|
1889
2604
|
"type": "number",
|
|
1890
2605
|
"format": "double"
|
|
@@ -1916,6 +2631,22 @@
|
|
|
1916
2631
|
],
|
|
1917
2632
|
"type": "object"
|
|
1918
2633
|
},
|
|
2634
|
+
"EntityRecordResponseClientScope": {
|
|
2635
|
+
"properties": {
|
|
2636
|
+
"meta": {
|
|
2637
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
2638
|
+
},
|
|
2639
|
+
"data": {
|
|
2640
|
+
"$ref": "#/components/schemas/ClientScope"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
"required": [
|
|
2644
|
+
"meta",
|
|
2645
|
+
"data"
|
|
2646
|
+
],
|
|
2647
|
+
"type": "object",
|
|
2648
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
2649
|
+
},
|
|
1919
2650
|
"ClientScopeCreatePayload": {
|
|
1920
2651
|
"properties": {
|
|
1921
2652
|
"scopeId": {
|
|
@@ -2200,6 +2931,9 @@
|
|
|
2200
2931
|
"properties": {
|
|
2201
2932
|
"meta": {
|
|
2202
2933
|
"properties": {
|
|
2934
|
+
"schema": {
|
|
2935
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
2936
|
+
},
|
|
2203
2937
|
"total": {
|
|
2204
2938
|
"type": "number",
|
|
2205
2939
|
"format": "double"
|
|
@@ -2231,6 +2965,22 @@
|
|
|
2231
2965
|
],
|
|
2232
2966
|
"type": "object"
|
|
2233
2967
|
},
|
|
2968
|
+
"EntityRecordResponseConsent": {
|
|
2969
|
+
"properties": {
|
|
2970
|
+
"meta": {
|
|
2971
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
2972
|
+
},
|
|
2973
|
+
"data": {
|
|
2974
|
+
"$ref": "#/components/schemas/Consent"
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
"required": [
|
|
2978
|
+
"meta",
|
|
2979
|
+
"data"
|
|
2980
|
+
],
|
|
2981
|
+
"type": "object",
|
|
2982
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
2983
|
+
},
|
|
2234
2984
|
"Event": {
|
|
2235
2985
|
"properties": {
|
|
2236
2986
|
"id": {
|
|
@@ -2447,6 +3197,9 @@
|
|
|
2447
3197
|
"properties": {
|
|
2448
3198
|
"meta": {
|
|
2449
3199
|
"properties": {
|
|
3200
|
+
"schema": {
|
|
3201
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
3202
|
+
},
|
|
2450
3203
|
"total": {
|
|
2451
3204
|
"type": "number",
|
|
2452
3205
|
"format": "double"
|
|
@@ -2478,6 +3231,22 @@
|
|
|
2478
3231
|
],
|
|
2479
3232
|
"type": "object"
|
|
2480
3233
|
},
|
|
3234
|
+
"EntityRecordResponseEvent": {
|
|
3235
|
+
"properties": {
|
|
3236
|
+
"meta": {
|
|
3237
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
3238
|
+
},
|
|
3239
|
+
"data": {
|
|
3240
|
+
"$ref": "#/components/schemas/Event"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"required": [
|
|
3244
|
+
"meta",
|
|
3245
|
+
"data"
|
|
3246
|
+
],
|
|
3247
|
+
"type": "object",
|
|
3248
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
3249
|
+
},
|
|
2481
3250
|
"IdentityProvider": {
|
|
2482
3251
|
"properties": {
|
|
2483
3252
|
"id": {
|
|
@@ -2565,6 +3334,9 @@
|
|
|
2565
3334
|
"properties": {
|
|
2566
3335
|
"meta": {
|
|
2567
3336
|
"properties": {
|
|
3337
|
+
"schema": {
|
|
3338
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
3339
|
+
},
|
|
2568
3340
|
"total": {
|
|
2569
3341
|
"type": "number",
|
|
2570
3342
|
"format": "double"
|
|
@@ -2596,6 +3368,22 @@
|
|
|
2596
3368
|
],
|
|
2597
3369
|
"type": "object"
|
|
2598
3370
|
},
|
|
3371
|
+
"EntityRecordResponseIdentityProvider": {
|
|
3372
|
+
"properties": {
|
|
3373
|
+
"meta": {
|
|
3374
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
3375
|
+
},
|
|
3376
|
+
"data": {
|
|
3377
|
+
"$ref": "#/components/schemas/IdentityProvider"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"required": [
|
|
3381
|
+
"meta",
|
|
3382
|
+
"data"
|
|
3383
|
+
],
|
|
3384
|
+
"type": "object",
|
|
3385
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
3386
|
+
},
|
|
2599
3387
|
"IdentityProviderUpdatePayload": {
|
|
2600
3388
|
"allOf": [
|
|
2601
3389
|
{
|
|
@@ -2868,6 +3656,9 @@
|
|
|
2868
3656
|
"properties": {
|
|
2869
3657
|
"meta": {
|
|
2870
3658
|
"properties": {
|
|
3659
|
+
"schema": {
|
|
3660
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
3661
|
+
},
|
|
2871
3662
|
"total": {
|
|
2872
3663
|
"type": "number",
|
|
2873
3664
|
"format": "double"
|
|
@@ -2899,6 +3690,22 @@
|
|
|
2899
3690
|
],
|
|
2900
3691
|
"type": "object"
|
|
2901
3692
|
},
|
|
3693
|
+
"EntityRecordResponseIdentityProviderRoleMapping": {
|
|
3694
|
+
"properties": {
|
|
3695
|
+
"meta": {
|
|
3696
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
3697
|
+
},
|
|
3698
|
+
"data": {
|
|
3699
|
+
"$ref": "#/components/schemas/IdentityProviderRoleMapping"
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
"required": [
|
|
3703
|
+
"meta",
|
|
3704
|
+
"data"
|
|
3705
|
+
],
|
|
3706
|
+
"type": "object",
|
|
3707
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
3708
|
+
},
|
|
2902
3709
|
"IdentityProviderRoleMappingCreatePayload": {
|
|
2903
3710
|
"allOf": [
|
|
2904
3711
|
{
|
|
@@ -3141,6 +3948,9 @@
|
|
|
3141
3948
|
"properties": {
|
|
3142
3949
|
"meta": {
|
|
3143
3950
|
"properties": {
|
|
3951
|
+
"schema": {
|
|
3952
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
3953
|
+
},
|
|
3144
3954
|
"total": {
|
|
3145
3955
|
"type": "number",
|
|
3146
3956
|
"format": "double"
|
|
@@ -3172,6 +3982,22 @@
|
|
|
3172
3982
|
],
|
|
3173
3983
|
"type": "object"
|
|
3174
3984
|
},
|
|
3985
|
+
"EntityRecordResponseKey": {
|
|
3986
|
+
"properties": {
|
|
3987
|
+
"meta": {
|
|
3988
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
3989
|
+
},
|
|
3990
|
+
"data": {
|
|
3991
|
+
"$ref": "#/components/schemas/Key"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
"required": [
|
|
3995
|
+
"meta",
|
|
3996
|
+
"data"
|
|
3997
|
+
],
|
|
3998
|
+
"type": "object",
|
|
3999
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
4000
|
+
},
|
|
3175
4001
|
"KeyCreatePayload": {
|
|
3176
4002
|
"allOf": [
|
|
3177
4003
|
{
|
|
@@ -3292,6 +4118,9 @@
|
|
|
3292
4118
|
"properties": {
|
|
3293
4119
|
"meta": {
|
|
3294
4120
|
"properties": {
|
|
4121
|
+
"schema": {
|
|
4122
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
4123
|
+
},
|
|
3295
4124
|
"total": {
|
|
3296
4125
|
"type": "number",
|
|
3297
4126
|
"format": "double"
|
|
@@ -3323,6 +4152,22 @@
|
|
|
3323
4152
|
],
|
|
3324
4153
|
"type": "object"
|
|
3325
4154
|
},
|
|
4155
|
+
"EntityRecordResponsePermission": {
|
|
4156
|
+
"properties": {
|
|
4157
|
+
"meta": {
|
|
4158
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
4159
|
+
},
|
|
4160
|
+
"data": {
|
|
4161
|
+
"$ref": "#/components/schemas/Permission"
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
"required": [
|
|
4165
|
+
"meta",
|
|
4166
|
+
"data"
|
|
4167
|
+
],
|
|
4168
|
+
"type": "object",
|
|
4169
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
4170
|
+
},
|
|
3326
4171
|
"PermissionCreatePayload": {
|
|
3327
4172
|
"allOf": [
|
|
3328
4173
|
{
|
|
@@ -3569,6 +4414,9 @@
|
|
|
3569
4414
|
"properties": {
|
|
3570
4415
|
"meta": {
|
|
3571
4416
|
"properties": {
|
|
4417
|
+
"schema": {
|
|
4418
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
4419
|
+
},
|
|
3572
4420
|
"total": {
|
|
3573
4421
|
"type": "number",
|
|
3574
4422
|
"format": "double"
|
|
@@ -3600,6 +4448,22 @@
|
|
|
3600
4448
|
],
|
|
3601
4449
|
"type": "object"
|
|
3602
4450
|
},
|
|
4451
|
+
"EntityRecordResponsePermissionPolicy": {
|
|
4452
|
+
"properties": {
|
|
4453
|
+
"meta": {
|
|
4454
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
4455
|
+
},
|
|
4456
|
+
"data": {
|
|
4457
|
+
"$ref": "#/components/schemas/PermissionPolicy"
|
|
4458
|
+
}
|
|
4459
|
+
},
|
|
4460
|
+
"required": [
|
|
4461
|
+
"meta",
|
|
4462
|
+
"data"
|
|
4463
|
+
],
|
|
4464
|
+
"type": "object",
|
|
4465
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
4466
|
+
},
|
|
3603
4467
|
"PermissionPolicyCreatePayload": {
|
|
3604
4468
|
"properties": {
|
|
3605
4469
|
"policyId": {
|
|
@@ -4203,6 +5067,9 @@
|
|
|
4203
5067
|
"properties": {
|
|
4204
5068
|
"meta": {
|
|
4205
5069
|
"properties": {
|
|
5070
|
+
"schema": {
|
|
5071
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
5072
|
+
},
|
|
4206
5073
|
"total": {
|
|
4207
5074
|
"type": "number",
|
|
4208
5075
|
"format": "double"
|
|
@@ -4234,6 +5101,22 @@
|
|
|
4234
5101
|
],
|
|
4235
5102
|
"type": "object"
|
|
4236
5103
|
},
|
|
5104
|
+
"EntityRecordResponseRealm": {
|
|
5105
|
+
"properties": {
|
|
5106
|
+
"meta": {
|
|
5107
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
5108
|
+
},
|
|
5109
|
+
"data": {
|
|
5110
|
+
"$ref": "#/components/schemas/Realm"
|
|
5111
|
+
}
|
|
5112
|
+
},
|
|
5113
|
+
"required": [
|
|
5114
|
+
"meta",
|
|
5115
|
+
"data"
|
|
5116
|
+
],
|
|
5117
|
+
"type": "object",
|
|
5118
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
5119
|
+
},
|
|
4237
5120
|
"RealmCreatePayload": {
|
|
4238
5121
|
"allOf": [
|
|
4239
5122
|
{
|
|
@@ -4435,6 +5318,9 @@
|
|
|
4435
5318
|
"properties": {
|
|
4436
5319
|
"meta": {
|
|
4437
5320
|
"properties": {
|
|
5321
|
+
"schema": {
|
|
5322
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
5323
|
+
},
|
|
4438
5324
|
"total": {
|
|
4439
5325
|
"type": "number",
|
|
4440
5326
|
"format": "double"
|
|
@@ -4466,6 +5352,22 @@
|
|
|
4466
5352
|
],
|
|
4467
5353
|
"type": "object"
|
|
4468
5354
|
},
|
|
5355
|
+
"EntityRecordResponseRole": {
|
|
5356
|
+
"properties": {
|
|
5357
|
+
"meta": {
|
|
5358
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
5359
|
+
},
|
|
5360
|
+
"data": {
|
|
5361
|
+
"$ref": "#/components/schemas/Role"
|
|
5362
|
+
}
|
|
5363
|
+
},
|
|
5364
|
+
"required": [
|
|
5365
|
+
"meta",
|
|
5366
|
+
"data"
|
|
5367
|
+
],
|
|
5368
|
+
"type": "object",
|
|
5369
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
5370
|
+
},
|
|
4469
5371
|
"RoleCreatePayload": {
|
|
4470
5372
|
"allOf": [
|
|
4471
5373
|
{
|
|
@@ -4645,6 +5547,9 @@
|
|
|
4645
5547
|
"properties": {
|
|
4646
5548
|
"meta": {
|
|
4647
5549
|
"properties": {
|
|
5550
|
+
"schema": {
|
|
5551
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
5552
|
+
},
|
|
4648
5553
|
"total": {
|
|
4649
5554
|
"type": "number",
|
|
4650
5555
|
"format": "double"
|
|
@@ -4676,6 +5581,22 @@
|
|
|
4676
5581
|
],
|
|
4677
5582
|
"type": "object"
|
|
4678
5583
|
},
|
|
5584
|
+
"EntityRecordResponseRoleAttribute": {
|
|
5585
|
+
"properties": {
|
|
5586
|
+
"meta": {
|
|
5587
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
5588
|
+
},
|
|
5589
|
+
"data": {
|
|
5590
|
+
"$ref": "#/components/schemas/RoleAttribute"
|
|
5591
|
+
}
|
|
5592
|
+
},
|
|
5593
|
+
"required": [
|
|
5594
|
+
"meta",
|
|
5595
|
+
"data"
|
|
5596
|
+
],
|
|
5597
|
+
"type": "object",
|
|
5598
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
5599
|
+
},
|
|
4679
5600
|
"RoleAttributeCreatePayload": {
|
|
4680
5601
|
"allOf": [
|
|
4681
5602
|
{
|
|
@@ -4841,6 +5762,9 @@
|
|
|
4841
5762
|
"properties": {
|
|
4842
5763
|
"meta": {
|
|
4843
5764
|
"properties": {
|
|
5765
|
+
"schema": {
|
|
5766
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
5767
|
+
},
|
|
4844
5768
|
"total": {
|
|
4845
5769
|
"type": "number",
|
|
4846
5770
|
"format": "double"
|
|
@@ -4872,6 +5796,22 @@
|
|
|
4872
5796
|
],
|
|
4873
5797
|
"type": "object"
|
|
4874
5798
|
},
|
|
5799
|
+
"EntityRecordResponseRolePermission": {
|
|
5800
|
+
"properties": {
|
|
5801
|
+
"meta": {
|
|
5802
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
5803
|
+
},
|
|
5804
|
+
"data": {
|
|
5805
|
+
"$ref": "#/components/schemas/RolePermission"
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5808
|
+
"required": [
|
|
5809
|
+
"meta",
|
|
5810
|
+
"data"
|
|
5811
|
+
],
|
|
5812
|
+
"type": "object",
|
|
5813
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
5814
|
+
},
|
|
4875
5815
|
"RolePermissionCreatePayload": {
|
|
4876
5816
|
"allOf": [
|
|
4877
5817
|
{
|
|
@@ -4951,6 +5891,9 @@
|
|
|
4951
5891
|
"properties": {
|
|
4952
5892
|
"meta": {
|
|
4953
5893
|
"properties": {
|
|
5894
|
+
"schema": {
|
|
5895
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
5896
|
+
},
|
|
4954
5897
|
"total": {
|
|
4955
5898
|
"type": "number",
|
|
4956
5899
|
"format": "double"
|
|
@@ -4982,6 +5925,22 @@
|
|
|
4982
5925
|
],
|
|
4983
5926
|
"type": "object"
|
|
4984
5927
|
},
|
|
5928
|
+
"EntityRecordResponsePolicyResponse": {
|
|
5929
|
+
"properties": {
|
|
5930
|
+
"meta": {
|
|
5931
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
5932
|
+
},
|
|
5933
|
+
"data": {
|
|
5934
|
+
"$ref": "#/components/schemas/PolicyResponse"
|
|
5935
|
+
}
|
|
5936
|
+
},
|
|
5937
|
+
"required": [
|
|
5938
|
+
"meta",
|
|
5939
|
+
"data"
|
|
5940
|
+
],
|
|
5941
|
+
"type": "object",
|
|
5942
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
5943
|
+
},
|
|
4985
5944
|
"PolicyAPICheckResponse": {
|
|
4986
5945
|
"properties": {
|
|
4987
5946
|
"data": {
|
|
@@ -5137,6 +6096,9 @@
|
|
|
5137
6096
|
"properties": {
|
|
5138
6097
|
"meta": {
|
|
5139
6098
|
"properties": {
|
|
6099
|
+
"schema": {
|
|
6100
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6101
|
+
},
|
|
5140
6102
|
"total": {
|
|
5141
6103
|
"type": "number",
|
|
5142
6104
|
"format": "double"
|
|
@@ -5168,6 +6130,22 @@
|
|
|
5168
6130
|
],
|
|
5169
6131
|
"type": "object"
|
|
5170
6132
|
},
|
|
6133
|
+
"EntityRecordResponseScope": {
|
|
6134
|
+
"properties": {
|
|
6135
|
+
"meta": {
|
|
6136
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6137
|
+
},
|
|
6138
|
+
"data": {
|
|
6139
|
+
"$ref": "#/components/schemas/Scope"
|
|
6140
|
+
}
|
|
6141
|
+
},
|
|
6142
|
+
"required": [
|
|
6143
|
+
"meta",
|
|
6144
|
+
"data"
|
|
6145
|
+
],
|
|
6146
|
+
"type": "object",
|
|
6147
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6148
|
+
},
|
|
5171
6149
|
"ScopeCreatePayload": {
|
|
5172
6150
|
"allOf": [
|
|
5173
6151
|
{
|
|
@@ -5416,6 +6394,9 @@
|
|
|
5416
6394
|
"properties": {
|
|
5417
6395
|
"meta": {
|
|
5418
6396
|
"properties": {
|
|
6397
|
+
"schema": {
|
|
6398
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6399
|
+
},
|
|
5419
6400
|
"total": {
|
|
5420
6401
|
"type": "number",
|
|
5421
6402
|
"format": "double"
|
|
@@ -5447,6 +6428,22 @@
|
|
|
5447
6428
|
],
|
|
5448
6429
|
"type": "object"
|
|
5449
6430
|
},
|
|
6431
|
+
"EntityRecordResponseSession": {
|
|
6432
|
+
"properties": {
|
|
6433
|
+
"meta": {
|
|
6434
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6435
|
+
},
|
|
6436
|
+
"data": {
|
|
6437
|
+
"$ref": "#/components/schemas/Session"
|
|
6438
|
+
}
|
|
6439
|
+
},
|
|
6440
|
+
"required": [
|
|
6441
|
+
"meta",
|
|
6442
|
+
"data"
|
|
6443
|
+
],
|
|
6444
|
+
"type": "object",
|
|
6445
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6446
|
+
},
|
|
5450
6447
|
"SessionDeleteManyResponse": {
|
|
5451
6448
|
"properties": {
|
|
5452
6449
|
"count": {
|
|
@@ -5503,6 +6500,9 @@
|
|
|
5503
6500
|
"properties": {
|
|
5504
6501
|
"meta": {
|
|
5505
6502
|
"properties": {
|
|
6503
|
+
"schema": {
|
|
6504
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6505
|
+
},
|
|
5506
6506
|
"total": {
|
|
5507
6507
|
"type": "number",
|
|
5508
6508
|
"format": "double"
|
|
@@ -5534,6 +6534,22 @@
|
|
|
5534
6534
|
],
|
|
5535
6535
|
"type": "object"
|
|
5536
6536
|
},
|
|
6537
|
+
"EntityRecordResponseTrustAnchor": {
|
|
6538
|
+
"properties": {
|
|
6539
|
+
"meta": {
|
|
6540
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6541
|
+
},
|
|
6542
|
+
"data": {
|
|
6543
|
+
"$ref": "#/components/schemas/TrustAnchor"
|
|
6544
|
+
}
|
|
6545
|
+
},
|
|
6546
|
+
"required": [
|
|
6547
|
+
"meta",
|
|
6548
|
+
"data"
|
|
6549
|
+
],
|
|
6550
|
+
"type": "object",
|
|
6551
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6552
|
+
},
|
|
5537
6553
|
"TrustAnchorCreatePayload": {
|
|
5538
6554
|
"allOf": [
|
|
5539
6555
|
{
|
|
@@ -5579,6 +6595,9 @@
|
|
|
5579
6595
|
"properties": {
|
|
5580
6596
|
"meta": {
|
|
5581
6597
|
"properties": {
|
|
6598
|
+
"schema": {
|
|
6599
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6600
|
+
},
|
|
5582
6601
|
"total": {
|
|
5583
6602
|
"type": "number",
|
|
5584
6603
|
"format": "double"
|
|
@@ -5610,6 +6629,22 @@
|
|
|
5610
6629
|
],
|
|
5611
6630
|
"type": "object"
|
|
5612
6631
|
},
|
|
6632
|
+
"EntityRecordResponseUser": {
|
|
6633
|
+
"properties": {
|
|
6634
|
+
"meta": {
|
|
6635
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6636
|
+
},
|
|
6637
|
+
"data": {
|
|
6638
|
+
"$ref": "#/components/schemas/User"
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
6641
|
+
"required": [
|
|
6642
|
+
"meta",
|
|
6643
|
+
"data"
|
|
6644
|
+
],
|
|
6645
|
+
"type": "object",
|
|
6646
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6647
|
+
},
|
|
5613
6648
|
"UserCreatePayload": {
|
|
5614
6649
|
"allOf": [
|
|
5615
6650
|
{
|
|
@@ -5878,6 +6913,9 @@
|
|
|
5878
6913
|
"properties": {
|
|
5879
6914
|
"meta": {
|
|
5880
6915
|
"properties": {
|
|
6916
|
+
"schema": {
|
|
6917
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6918
|
+
},
|
|
5881
6919
|
"total": {
|
|
5882
6920
|
"type": "number",
|
|
5883
6921
|
"format": "double"
|
|
@@ -5909,6 +6947,22 @@
|
|
|
5909
6947
|
],
|
|
5910
6948
|
"type": "object"
|
|
5911
6949
|
},
|
|
6950
|
+
"EntityRecordResponseUserAttribute": {
|
|
6951
|
+
"properties": {
|
|
6952
|
+
"meta": {
|
|
6953
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6954
|
+
},
|
|
6955
|
+
"data": {
|
|
6956
|
+
"$ref": "#/components/schemas/UserAttribute"
|
|
6957
|
+
}
|
|
6958
|
+
},
|
|
6959
|
+
"required": [
|
|
6960
|
+
"meta",
|
|
6961
|
+
"data"
|
|
6962
|
+
],
|
|
6963
|
+
"type": "object",
|
|
6964
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6965
|
+
},
|
|
5912
6966
|
"UserAttributeCreatePayload": {
|
|
5913
6967
|
"allOf": [
|
|
5914
6968
|
{
|
|
@@ -6080,6 +7134,9 @@
|
|
|
6080
7134
|
"properties": {
|
|
6081
7135
|
"meta": {
|
|
6082
7136
|
"properties": {
|
|
7137
|
+
"schema": {
|
|
7138
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
7139
|
+
},
|
|
6083
7140
|
"total": {
|
|
6084
7141
|
"type": "number",
|
|
6085
7142
|
"format": "double"
|
|
@@ -6144,7 +7201,7 @@
|
|
|
6144
7201
|
"type": "object",
|
|
6145
7202
|
"description": "Shown-once provisioning material riding the enroll response `meta` —\nnever part of the entity record, never in a subsequent read."
|
|
6146
7203
|
},
|
|
6147
|
-
"
|
|
7204
|
+
"EntityRecordResponseUserAuthenticator.UserAuthenticatorEnrollResponseMeta": {
|
|
6148
7205
|
"properties": {
|
|
6149
7206
|
"meta": {
|
|
6150
7207
|
"$ref": "#/components/schemas/UserAuthenticatorEnrollResponseMeta"
|
|
@@ -6158,10 +7215,10 @@
|
|
|
6158
7215
|
"data"
|
|
6159
7216
|
],
|
|
6160
7217
|
"type": "object",
|
|
6161
|
-
"description": "The
|
|
7218
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6162
7219
|
},
|
|
6163
7220
|
"UserAuthenticatorEnrollResponse": {
|
|
6164
|
-
"$ref": "#/components/schemas/
|
|
7221
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAuthenticator.UserAuthenticatorEnrollResponseMeta"
|
|
6165
7222
|
},
|
|
6166
7223
|
"UserAuthenticatorCreatePayload": {
|
|
6167
7224
|
"properties": {
|
|
@@ -6193,6 +7250,22 @@
|
|
|
6193
7250
|
],
|
|
6194
7251
|
"type": "object"
|
|
6195
7252
|
},
|
|
7253
|
+
"EntityRecordResponseUserAuthenticator": {
|
|
7254
|
+
"properties": {
|
|
7255
|
+
"meta": {
|
|
7256
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
7257
|
+
},
|
|
7258
|
+
"data": {
|
|
7259
|
+
"$ref": "#/components/schemas/UserAuthenticator"
|
|
7260
|
+
}
|
|
7261
|
+
},
|
|
7262
|
+
"required": [
|
|
7263
|
+
"meta",
|
|
7264
|
+
"data"
|
|
7265
|
+
],
|
|
7266
|
+
"type": "object",
|
|
7267
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
7268
|
+
},
|
|
6196
7269
|
"UserAuthenticatorConfirmPayload": {
|
|
6197
7270
|
"properties": {
|
|
6198
7271
|
"code": {
|
|
@@ -6314,6 +7387,9 @@
|
|
|
6314
7387
|
"properties": {
|
|
6315
7388
|
"meta": {
|
|
6316
7389
|
"properties": {
|
|
7390
|
+
"schema": {
|
|
7391
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
7392
|
+
},
|
|
6317
7393
|
"total": {
|
|
6318
7394
|
"type": "number",
|
|
6319
7395
|
"format": "double"
|
|
@@ -6345,6 +7421,22 @@
|
|
|
6345
7421
|
],
|
|
6346
7422
|
"type": "object"
|
|
6347
7423
|
},
|
|
7424
|
+
"EntityRecordResponseUserPermission": {
|
|
7425
|
+
"properties": {
|
|
7426
|
+
"meta": {
|
|
7427
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
7428
|
+
},
|
|
7429
|
+
"data": {
|
|
7430
|
+
"$ref": "#/components/schemas/UserPermission"
|
|
7431
|
+
}
|
|
7432
|
+
},
|
|
7433
|
+
"required": [
|
|
7434
|
+
"meta",
|
|
7435
|
+
"data"
|
|
7436
|
+
],
|
|
7437
|
+
"type": "object",
|
|
7438
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
7439
|
+
},
|
|
6348
7440
|
"UserPermissionCreatePayload": {
|
|
6349
7441
|
"allOf": [
|
|
6350
7442
|
{
|
|
@@ -6489,6 +7581,9 @@
|
|
|
6489
7581
|
"properties": {
|
|
6490
7582
|
"meta": {
|
|
6491
7583
|
"properties": {
|
|
7584
|
+
"schema": {
|
|
7585
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
7586
|
+
},
|
|
6492
7587
|
"total": {
|
|
6493
7588
|
"type": "number",
|
|
6494
7589
|
"format": "double"
|
|
@@ -6520,6 +7615,22 @@
|
|
|
6520
7615
|
],
|
|
6521
7616
|
"type": "object"
|
|
6522
7617
|
},
|
|
7618
|
+
"EntityRecordResponseUserRole": {
|
|
7619
|
+
"properties": {
|
|
7620
|
+
"meta": {
|
|
7621
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
7622
|
+
},
|
|
7623
|
+
"data": {
|
|
7624
|
+
"$ref": "#/components/schemas/UserRole"
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
7627
|
+
"required": [
|
|
7628
|
+
"meta",
|
|
7629
|
+
"data"
|
|
7630
|
+
],
|
|
7631
|
+
"type": "object",
|
|
7632
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
7633
|
+
},
|
|
6523
7634
|
"UserRoleCreatePayload": {
|
|
6524
7635
|
"properties": {
|
|
6525
7636
|
"userId": {
|
|
@@ -6590,7 +7701,7 @@
|
|
|
6590
7701
|
"content": {
|
|
6591
7702
|
"application/json": {
|
|
6592
7703
|
"schema": {
|
|
6593
|
-
"$ref": "#/components/schemas/
|
|
7704
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6594
7705
|
}
|
|
6595
7706
|
}
|
|
6596
7707
|
}
|
|
@@ -6639,7 +7750,7 @@
|
|
|
6639
7750
|
"content": {
|
|
6640
7751
|
"application/json": {
|
|
6641
7752
|
"schema": {
|
|
6642
|
-
"$ref": "#/components/schemas/
|
|
7753
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6643
7754
|
}
|
|
6644
7755
|
}
|
|
6645
7756
|
}
|
|
@@ -6670,7 +7781,7 @@
|
|
|
6670
7781
|
"content": {
|
|
6671
7782
|
"application/json": {
|
|
6672
7783
|
"schema": {
|
|
6673
|
-
"$ref": "#/components/schemas/
|
|
7784
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6674
7785
|
}
|
|
6675
7786
|
}
|
|
6676
7787
|
}
|
|
@@ -6701,7 +7812,7 @@
|
|
|
6701
7812
|
"content": {
|
|
6702
7813
|
"application/json": {
|
|
6703
7814
|
"schema": {
|
|
6704
|
-
"$ref": "#/components/schemas/
|
|
7815
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6705
7816
|
}
|
|
6706
7817
|
}
|
|
6707
7818
|
}
|
|
@@ -6743,7 +7854,7 @@
|
|
|
6743
7854
|
"content": {
|
|
6744
7855
|
"application/json": {
|
|
6745
7856
|
"schema": {
|
|
6746
|
-
"$ref": "#/components/schemas/
|
|
7857
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6747
7858
|
}
|
|
6748
7859
|
}
|
|
6749
7860
|
}
|
|
@@ -6785,7 +7896,7 @@
|
|
|
6785
7896
|
"content": {
|
|
6786
7897
|
"application/json": {
|
|
6787
7898
|
"schema": {
|
|
6788
|
-
"$ref": "#/components/schemas/
|
|
7899
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6789
7900
|
}
|
|
6790
7901
|
}
|
|
6791
7902
|
}
|
|
@@ -6818,7 +7929,7 @@
|
|
|
6818
7929
|
"content": {
|
|
6819
7930
|
"application/json": {
|
|
6820
7931
|
"schema": {
|
|
6821
|
-
"$ref": "#/components/schemas/
|
|
7932
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6822
7933
|
}
|
|
6823
7934
|
}
|
|
6824
7935
|
}
|
|
@@ -6849,7 +7960,7 @@
|
|
|
6849
7960
|
"content": {
|
|
6850
7961
|
"application/json": {
|
|
6851
7962
|
"schema": {
|
|
6852
|
-
"$ref": "#/components/schemas/
|
|
7963
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6853
7964
|
}
|
|
6854
7965
|
}
|
|
6855
7966
|
}
|
|
@@ -6891,7 +8002,7 @@
|
|
|
6891
8002
|
"content": {
|
|
6892
8003
|
"application/json": {
|
|
6893
8004
|
"schema": {
|
|
6894
|
-
"$ref": "#/components/schemas/
|
|
8005
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6895
8006
|
}
|
|
6896
8007
|
}
|
|
6897
8008
|
}
|
|
@@ -6933,7 +8044,7 @@
|
|
|
6933
8044
|
"content": {
|
|
6934
8045
|
"application/json": {
|
|
6935
8046
|
"schema": {
|
|
6936
|
-
"$ref": "#/components/schemas/
|
|
8047
|
+
"$ref": "#/components/schemas/EntityRecordResponseClient"
|
|
6937
8048
|
}
|
|
6938
8049
|
}
|
|
6939
8050
|
}
|
|
@@ -6984,7 +8095,7 @@
|
|
|
6984
8095
|
"content": {
|
|
6985
8096
|
"application/json": {
|
|
6986
8097
|
"schema": {
|
|
6987
|
-
"$ref": "#/components/schemas/
|
|
8098
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientPermission"
|
|
6988
8099
|
}
|
|
6989
8100
|
}
|
|
6990
8101
|
}
|
|
@@ -7015,7 +8126,7 @@
|
|
|
7015
8126
|
"content": {
|
|
7016
8127
|
"application/json": {
|
|
7017
8128
|
"schema": {
|
|
7018
|
-
"$ref": "#/components/schemas/
|
|
8129
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientPermission"
|
|
7019
8130
|
}
|
|
7020
8131
|
}
|
|
7021
8132
|
}
|
|
@@ -7057,7 +8168,7 @@
|
|
|
7057
8168
|
"content": {
|
|
7058
8169
|
"application/json": {
|
|
7059
8170
|
"schema": {
|
|
7060
|
-
"$ref": "#/components/schemas/
|
|
8171
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientPermission"
|
|
7061
8172
|
}
|
|
7062
8173
|
}
|
|
7063
8174
|
}
|
|
@@ -7088,7 +8199,7 @@
|
|
|
7088
8199
|
"content": {
|
|
7089
8200
|
"application/json": {
|
|
7090
8201
|
"schema": {
|
|
7091
|
-
"$ref": "#/components/schemas/
|
|
8202
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientPermission"
|
|
7092
8203
|
}
|
|
7093
8204
|
}
|
|
7094
8205
|
}
|
|
@@ -7139,7 +8250,7 @@
|
|
|
7139
8250
|
"content": {
|
|
7140
8251
|
"application/json": {
|
|
7141
8252
|
"schema": {
|
|
7142
|
-
"$ref": "#/components/schemas/
|
|
8253
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientRole"
|
|
7143
8254
|
}
|
|
7144
8255
|
}
|
|
7145
8256
|
}
|
|
@@ -7170,7 +8281,7 @@
|
|
|
7170
8281
|
"content": {
|
|
7171
8282
|
"application/json": {
|
|
7172
8283
|
"schema": {
|
|
7173
|
-
"$ref": "#/components/schemas/
|
|
8284
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientRole"
|
|
7174
8285
|
}
|
|
7175
8286
|
}
|
|
7176
8287
|
}
|
|
@@ -7201,7 +8312,7 @@
|
|
|
7201
8312
|
"content": {
|
|
7202
8313
|
"application/json": {
|
|
7203
8314
|
"schema": {
|
|
7204
|
-
"$ref": "#/components/schemas/
|
|
8315
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientRole"
|
|
7205
8316
|
}
|
|
7206
8317
|
}
|
|
7207
8318
|
}
|
|
@@ -7252,7 +8363,7 @@
|
|
|
7252
8363
|
"content": {
|
|
7253
8364
|
"application/json": {
|
|
7254
8365
|
"schema": {
|
|
7255
|
-
"$ref": "#/components/schemas/
|
|
8366
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientScope"
|
|
7256
8367
|
}
|
|
7257
8368
|
}
|
|
7258
8369
|
}
|
|
@@ -7283,7 +8394,7 @@
|
|
|
7283
8394
|
"content": {
|
|
7284
8395
|
"application/json": {
|
|
7285
8396
|
"schema": {
|
|
7286
|
-
"$ref": "#/components/schemas/
|
|
8397
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientScope"
|
|
7287
8398
|
}
|
|
7288
8399
|
}
|
|
7289
8400
|
}
|
|
@@ -7314,7 +8425,7 @@
|
|
|
7314
8425
|
"content": {
|
|
7315
8426
|
"application/json": {
|
|
7316
8427
|
"schema": {
|
|
7317
|
-
"$ref": "#/components/schemas/
|
|
8428
|
+
"$ref": "#/components/schemas/EntityRecordResponseClientScope"
|
|
7318
8429
|
}
|
|
7319
8430
|
}
|
|
7320
8431
|
}
|
|
@@ -7387,7 +8498,7 @@
|
|
|
7387
8498
|
"content": {
|
|
7388
8499
|
"application/json": {
|
|
7389
8500
|
"schema": {
|
|
7390
|
-
"$ref": "#/components/schemas/
|
|
8501
|
+
"$ref": "#/components/schemas/EntityRecordResponseConsent"
|
|
7391
8502
|
}
|
|
7392
8503
|
}
|
|
7393
8504
|
}
|
|
@@ -7418,7 +8529,7 @@
|
|
|
7418
8529
|
"content": {
|
|
7419
8530
|
"application/json": {
|
|
7420
8531
|
"schema": {
|
|
7421
|
-
"$ref": "#/components/schemas/
|
|
8532
|
+
"$ref": "#/components/schemas/EntityRecordResponseConsent"
|
|
7422
8533
|
}
|
|
7423
8534
|
}
|
|
7424
8535
|
}
|
|
@@ -7451,7 +8562,7 @@
|
|
|
7451
8562
|
"content": {
|
|
7452
8563
|
"application/json": {
|
|
7453
8564
|
"schema": {
|
|
7454
|
-
"$ref": "#/components/schemas/
|
|
8565
|
+
"$ref": "#/components/schemas/EntityRecordResponseConsent"
|
|
7455
8566
|
}
|
|
7456
8567
|
}
|
|
7457
8568
|
}
|
|
@@ -7482,7 +8593,7 @@
|
|
|
7482
8593
|
"content": {
|
|
7483
8594
|
"application/json": {
|
|
7484
8595
|
"schema": {
|
|
7485
|
-
"$ref": "#/components/schemas/
|
|
8596
|
+
"$ref": "#/components/schemas/EntityRecordResponseConsent"
|
|
7486
8597
|
}
|
|
7487
8598
|
}
|
|
7488
8599
|
}
|
|
@@ -7555,7 +8666,7 @@
|
|
|
7555
8666
|
"content": {
|
|
7556
8667
|
"application/json": {
|
|
7557
8668
|
"schema": {
|
|
7558
|
-
"$ref": "#/components/schemas/
|
|
8669
|
+
"$ref": "#/components/schemas/EntityRecordResponseEvent"
|
|
7559
8670
|
}
|
|
7560
8671
|
}
|
|
7561
8672
|
}
|
|
@@ -7588,7 +8699,7 @@
|
|
|
7588
8699
|
"content": {
|
|
7589
8700
|
"application/json": {
|
|
7590
8701
|
"schema": {
|
|
7591
|
-
"$ref": "#/components/schemas/
|
|
8702
|
+
"$ref": "#/components/schemas/EntityRecordResponseEvent"
|
|
7592
8703
|
}
|
|
7593
8704
|
}
|
|
7594
8705
|
}
|
|
@@ -7639,7 +8750,7 @@
|
|
|
7639
8750
|
"content": {
|
|
7640
8751
|
"application/json": {
|
|
7641
8752
|
"schema": {
|
|
7642
|
-
"$ref": "#/components/schemas/
|
|
8753
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7643
8754
|
}
|
|
7644
8755
|
}
|
|
7645
8756
|
}
|
|
@@ -7688,7 +8799,7 @@
|
|
|
7688
8799
|
"content": {
|
|
7689
8800
|
"application/json": {
|
|
7690
8801
|
"schema": {
|
|
7691
|
-
"$ref": "#/components/schemas/
|
|
8802
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7692
8803
|
}
|
|
7693
8804
|
}
|
|
7694
8805
|
}
|
|
@@ -7719,7 +8830,7 @@
|
|
|
7719
8830
|
"content": {
|
|
7720
8831
|
"application/json": {
|
|
7721
8832
|
"schema": {
|
|
7722
|
-
"$ref": "#/components/schemas/
|
|
8833
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7723
8834
|
}
|
|
7724
8835
|
}
|
|
7725
8836
|
}
|
|
@@ -7750,7 +8861,7 @@
|
|
|
7750
8861
|
"content": {
|
|
7751
8862
|
"application/json": {
|
|
7752
8863
|
"schema": {
|
|
7753
|
-
"$ref": "#/components/schemas/
|
|
8864
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7754
8865
|
}
|
|
7755
8866
|
}
|
|
7756
8867
|
}
|
|
@@ -7792,7 +8903,7 @@
|
|
|
7792
8903
|
"content": {
|
|
7793
8904
|
"application/json": {
|
|
7794
8905
|
"schema": {
|
|
7795
|
-
"$ref": "#/components/schemas/
|
|
8906
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7796
8907
|
}
|
|
7797
8908
|
}
|
|
7798
8909
|
}
|
|
@@ -7834,7 +8945,7 @@
|
|
|
7834
8945
|
"content": {
|
|
7835
8946
|
"application/json": {
|
|
7836
8947
|
"schema": {
|
|
7837
|
-
"$ref": "#/components/schemas/
|
|
8948
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7838
8949
|
}
|
|
7839
8950
|
}
|
|
7840
8951
|
}
|
|
@@ -7867,7 +8978,7 @@
|
|
|
7867
8978
|
"content": {
|
|
7868
8979
|
"application/json": {
|
|
7869
8980
|
"schema": {
|
|
7870
|
-
"$ref": "#/components/schemas/
|
|
8981
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7871
8982
|
}
|
|
7872
8983
|
}
|
|
7873
8984
|
}
|
|
@@ -7898,7 +9009,7 @@
|
|
|
7898
9009
|
"content": {
|
|
7899
9010
|
"application/json": {
|
|
7900
9011
|
"schema": {
|
|
7901
|
-
"$ref": "#/components/schemas/
|
|
9012
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7902
9013
|
}
|
|
7903
9014
|
}
|
|
7904
9015
|
}
|
|
@@ -7940,7 +9051,7 @@
|
|
|
7940
9051
|
"content": {
|
|
7941
9052
|
"application/json": {
|
|
7942
9053
|
"schema": {
|
|
7943
|
-
"$ref": "#/components/schemas/
|
|
9054
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7944
9055
|
}
|
|
7945
9056
|
}
|
|
7946
9057
|
}
|
|
@@ -7982,7 +9093,7 @@
|
|
|
7982
9093
|
"content": {
|
|
7983
9094
|
"application/json": {
|
|
7984
9095
|
"schema": {
|
|
7985
|
-
"$ref": "#/components/schemas/
|
|
9096
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
7986
9097
|
}
|
|
7987
9098
|
}
|
|
7988
9099
|
}
|
|
@@ -8165,7 +9276,7 @@
|
|
|
8165
9276
|
"content": {
|
|
8166
9277
|
"application/json": {
|
|
8167
9278
|
"schema": {
|
|
8168
|
-
"$ref": "#/components/schemas/
|
|
9279
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderRoleMapping"
|
|
8169
9280
|
}
|
|
8170
9281
|
}
|
|
8171
9282
|
}
|
|
@@ -8196,7 +9307,7 @@
|
|
|
8196
9307
|
"content": {
|
|
8197
9308
|
"application/json": {
|
|
8198
9309
|
"schema": {
|
|
8199
|
-
"$ref": "#/components/schemas/
|
|
9310
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderRoleMapping"
|
|
8200
9311
|
}
|
|
8201
9312
|
}
|
|
8202
9313
|
}
|
|
@@ -8227,7 +9338,7 @@
|
|
|
8227
9338
|
"content": {
|
|
8228
9339
|
"application/json": {
|
|
8229
9340
|
"schema": {
|
|
8230
|
-
"$ref": "#/components/schemas/
|
|
9341
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderRoleMapping"
|
|
8231
9342
|
}
|
|
8232
9343
|
}
|
|
8233
9344
|
}
|
|
@@ -8269,7 +9380,7 @@
|
|
|
8269
9380
|
"content": {
|
|
8270
9381
|
"application/json": {
|
|
8271
9382
|
"schema": {
|
|
8272
|
-
"$ref": "#/components/schemas/
|
|
9383
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderRoleMapping"
|
|
8273
9384
|
}
|
|
8274
9385
|
}
|
|
8275
9386
|
}
|
|
@@ -8320,7 +9431,7 @@
|
|
|
8320
9431
|
"content": {
|
|
8321
9432
|
"application/json": {
|
|
8322
9433
|
"schema": {
|
|
8323
|
-
"$ref": "#/components/schemas/
|
|
9434
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8324
9435
|
}
|
|
8325
9436
|
}
|
|
8326
9437
|
}
|
|
@@ -8369,7 +9480,7 @@
|
|
|
8369
9480
|
"content": {
|
|
8370
9481
|
"application/json": {
|
|
8371
9482
|
"schema": {
|
|
8372
|
-
"$ref": "#/components/schemas/
|
|
9483
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8373
9484
|
}
|
|
8374
9485
|
}
|
|
8375
9486
|
}
|
|
@@ -8400,7 +9511,7 @@
|
|
|
8400
9511
|
"content": {
|
|
8401
9512
|
"application/json": {
|
|
8402
9513
|
"schema": {
|
|
8403
|
-
"$ref": "#/components/schemas/
|
|
9514
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8404
9515
|
}
|
|
8405
9516
|
}
|
|
8406
9517
|
}
|
|
@@ -8431,7 +9542,7 @@
|
|
|
8431
9542
|
"content": {
|
|
8432
9543
|
"application/json": {
|
|
8433
9544
|
"schema": {
|
|
8434
|
-
"$ref": "#/components/schemas/
|
|
9545
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8435
9546
|
}
|
|
8436
9547
|
}
|
|
8437
9548
|
}
|
|
@@ -8473,7 +9584,7 @@
|
|
|
8473
9584
|
"content": {
|
|
8474
9585
|
"application/json": {
|
|
8475
9586
|
"schema": {
|
|
8476
|
-
"$ref": "#/components/schemas/
|
|
9587
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8477
9588
|
}
|
|
8478
9589
|
}
|
|
8479
9590
|
}
|
|
@@ -8506,7 +9617,7 @@
|
|
|
8506
9617
|
"content": {
|
|
8507
9618
|
"application/json": {
|
|
8508
9619
|
"schema": {
|
|
8509
|
-
"$ref": "#/components/schemas/
|
|
9620
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8510
9621
|
}
|
|
8511
9622
|
}
|
|
8512
9623
|
}
|
|
@@ -8537,7 +9648,7 @@
|
|
|
8537
9648
|
"content": {
|
|
8538
9649
|
"application/json": {
|
|
8539
9650
|
"schema": {
|
|
8540
|
-
"$ref": "#/components/schemas/
|
|
9651
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8541
9652
|
}
|
|
8542
9653
|
}
|
|
8543
9654
|
}
|
|
@@ -8579,7 +9690,7 @@
|
|
|
8579
9690
|
"content": {
|
|
8580
9691
|
"application/json": {
|
|
8581
9692
|
"schema": {
|
|
8582
|
-
"$ref": "#/components/schemas/
|
|
9693
|
+
"$ref": "#/components/schemas/EntityRecordResponseKey"
|
|
8583
9694
|
}
|
|
8584
9695
|
}
|
|
8585
9696
|
}
|
|
@@ -8630,7 +9741,7 @@
|
|
|
8630
9741
|
"content": {
|
|
8631
9742
|
"application/json": {
|
|
8632
9743
|
"schema": {
|
|
8633
|
-
"$ref": "#/components/schemas/
|
|
9744
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8634
9745
|
}
|
|
8635
9746
|
}
|
|
8636
9747
|
}
|
|
@@ -8679,7 +9790,7 @@
|
|
|
8679
9790
|
"content": {
|
|
8680
9791
|
"application/json": {
|
|
8681
9792
|
"schema": {
|
|
8682
|
-
"$ref": "#/components/schemas/
|
|
9793
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8683
9794
|
}
|
|
8684
9795
|
}
|
|
8685
9796
|
}
|
|
@@ -8798,7 +9909,7 @@
|
|
|
8798
9909
|
"content": {
|
|
8799
9910
|
"application/json": {
|
|
8800
9911
|
"schema": {
|
|
8801
|
-
"$ref": "#/components/schemas/
|
|
9912
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8802
9913
|
}
|
|
8803
9914
|
}
|
|
8804
9915
|
}
|
|
@@ -8829,7 +9940,7 @@
|
|
|
8829
9940
|
"content": {
|
|
8830
9941
|
"application/json": {
|
|
8831
9942
|
"schema": {
|
|
8832
|
-
"$ref": "#/components/schemas/
|
|
9943
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8833
9944
|
}
|
|
8834
9945
|
}
|
|
8835
9946
|
}
|
|
@@ -8871,7 +9982,7 @@
|
|
|
8871
9982
|
"content": {
|
|
8872
9983
|
"application/json": {
|
|
8873
9984
|
"schema": {
|
|
8874
|
-
"$ref": "#/components/schemas/
|
|
9985
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8875
9986
|
}
|
|
8876
9987
|
}
|
|
8877
9988
|
}
|
|
@@ -8913,7 +10024,7 @@
|
|
|
8913
10024
|
"content": {
|
|
8914
10025
|
"application/json": {
|
|
8915
10026
|
"schema": {
|
|
8916
|
-
"$ref": "#/components/schemas/
|
|
10027
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8917
10028
|
}
|
|
8918
10029
|
}
|
|
8919
10030
|
}
|
|
@@ -8946,7 +10057,7 @@
|
|
|
8946
10057
|
"content": {
|
|
8947
10058
|
"application/json": {
|
|
8948
10059
|
"schema": {
|
|
8949
|
-
"$ref": "#/components/schemas/
|
|
10060
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8950
10061
|
}
|
|
8951
10062
|
}
|
|
8952
10063
|
}
|
|
@@ -8977,7 +10088,7 @@
|
|
|
8977
10088
|
"content": {
|
|
8978
10089
|
"application/json": {
|
|
8979
10090
|
"schema": {
|
|
8980
|
-
"$ref": "#/components/schemas/
|
|
10091
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
8981
10092
|
}
|
|
8982
10093
|
}
|
|
8983
10094
|
}
|
|
@@ -9019,7 +10130,7 @@
|
|
|
9019
10130
|
"content": {
|
|
9020
10131
|
"application/json": {
|
|
9021
10132
|
"schema": {
|
|
9022
|
-
"$ref": "#/components/schemas/
|
|
10133
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
9023
10134
|
}
|
|
9024
10135
|
}
|
|
9025
10136
|
}
|
|
@@ -9061,7 +10172,7 @@
|
|
|
9061
10172
|
"content": {
|
|
9062
10173
|
"application/json": {
|
|
9063
10174
|
"schema": {
|
|
9064
|
-
"$ref": "#/components/schemas/
|
|
10175
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermission"
|
|
9065
10176
|
}
|
|
9066
10177
|
}
|
|
9067
10178
|
}
|
|
@@ -9112,7 +10223,7 @@
|
|
|
9112
10223
|
"content": {
|
|
9113
10224
|
"application/json": {
|
|
9114
10225
|
"schema": {
|
|
9115
|
-
"$ref": "#/components/schemas/
|
|
10226
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermissionPolicy"
|
|
9116
10227
|
}
|
|
9117
10228
|
}
|
|
9118
10229
|
}
|
|
@@ -9143,7 +10254,7 @@
|
|
|
9143
10254
|
"content": {
|
|
9144
10255
|
"application/json": {
|
|
9145
10256
|
"schema": {
|
|
9146
|
-
"$ref": "#/components/schemas/
|
|
10257
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermissionPolicy"
|
|
9147
10258
|
}
|
|
9148
10259
|
}
|
|
9149
10260
|
}
|
|
@@ -9174,7 +10285,7 @@
|
|
|
9174
10285
|
"content": {
|
|
9175
10286
|
"application/json": {
|
|
9176
10287
|
"schema": {
|
|
9177
|
-
"$ref": "#/components/schemas/
|
|
10288
|
+
"$ref": "#/components/schemas/EntityRecordResponsePermissionPolicy"
|
|
9178
10289
|
}
|
|
9179
10290
|
}
|
|
9180
10291
|
}
|
|
@@ -9777,6 +10888,26 @@
|
|
|
9777
10888
|
"parameters": []
|
|
9778
10889
|
}
|
|
9779
10890
|
},
|
|
10891
|
+
"/userinfo": {
|
|
10892
|
+
"get": {
|
|
10893
|
+
"operationId": "Get_5",
|
|
10894
|
+
"responses": {
|
|
10895
|
+
"200": {
|
|
10896
|
+
"description": "Ok",
|
|
10897
|
+
"content": {
|
|
10898
|
+
"application/json": {
|
|
10899
|
+
"schema": {
|
|
10900
|
+
"$ref": "#/components/schemas/User"
|
|
10901
|
+
}
|
|
10902
|
+
}
|
|
10903
|
+
}
|
|
10904
|
+
}
|
|
10905
|
+
},
|
|
10906
|
+
"description": "",
|
|
10907
|
+
"tags": [],
|
|
10908
|
+
"parameters": []
|
|
10909
|
+
}
|
|
10910
|
+
},
|
|
9780
10911
|
"/realms": {
|
|
9781
10912
|
"get": {
|
|
9782
10913
|
"operationId": "GetMany_16",
|
|
@@ -9804,7 +10935,7 @@
|
|
|
9804
10935
|
"content": {
|
|
9805
10936
|
"application/json": {
|
|
9806
10937
|
"schema": {
|
|
9807
|
-
"$ref": "#/components/schemas/
|
|
10938
|
+
"$ref": "#/components/schemas/EntityRecordResponseRealm"
|
|
9808
10939
|
}
|
|
9809
10940
|
}
|
|
9810
10941
|
}
|
|
@@ -9828,14 +10959,14 @@
|
|
|
9828
10959
|
},
|
|
9829
10960
|
"/realms/{id}": {
|
|
9830
10961
|
"get": {
|
|
9831
|
-
"operationId": "
|
|
10962
|
+
"operationId": "Get_6",
|
|
9832
10963
|
"responses": {
|
|
9833
10964
|
"200": {
|
|
9834
10965
|
"description": "Ok",
|
|
9835
10966
|
"content": {
|
|
9836
10967
|
"application/json": {
|
|
9837
10968
|
"schema": {
|
|
9838
|
-
"$ref": "#/components/schemas/
|
|
10969
|
+
"$ref": "#/components/schemas/EntityRecordResponseRealm"
|
|
9839
10970
|
}
|
|
9840
10971
|
}
|
|
9841
10972
|
}
|
|
@@ -9866,7 +10997,7 @@
|
|
|
9866
10997
|
"content": {
|
|
9867
10998
|
"application/json": {
|
|
9868
10999
|
"schema": {
|
|
9869
|
-
"$ref": "#/components/schemas/
|
|
11000
|
+
"$ref": "#/components/schemas/EntityRecordResponseRealm"
|
|
9870
11001
|
}
|
|
9871
11002
|
}
|
|
9872
11003
|
}
|
|
@@ -9908,7 +11039,7 @@
|
|
|
9908
11039
|
"content": {
|
|
9909
11040
|
"application/json": {
|
|
9910
11041
|
"schema": {
|
|
9911
|
-
"$ref": "#/components/schemas/
|
|
11042
|
+
"$ref": "#/components/schemas/EntityRecordResponseRealm"
|
|
9912
11043
|
}
|
|
9913
11044
|
}
|
|
9914
11045
|
}
|
|
@@ -9950,7 +11081,7 @@
|
|
|
9950
11081
|
"content": {
|
|
9951
11082
|
"application/json": {
|
|
9952
11083
|
"schema": {
|
|
9953
|
-
"$ref": "#/components/schemas/
|
|
11084
|
+
"$ref": "#/components/schemas/EntityRecordResponseRealm"
|
|
9954
11085
|
}
|
|
9955
11086
|
}
|
|
9956
11087
|
}
|
|
@@ -10123,7 +11254,7 @@
|
|
|
10123
11254
|
"content": {
|
|
10124
11255
|
"application/json": {
|
|
10125
11256
|
"schema": {
|
|
10126
|
-
"$ref": "#/components/schemas/
|
|
11257
|
+
"$ref": "#/components/schemas/EntityRecordResponseRole"
|
|
10127
11258
|
}
|
|
10128
11259
|
}
|
|
10129
11260
|
}
|
|
@@ -10147,14 +11278,14 @@
|
|
|
10147
11278
|
},
|
|
10148
11279
|
"/roles/{id}": {
|
|
10149
11280
|
"get": {
|
|
10150
|
-
"operationId": "
|
|
11281
|
+
"operationId": "Get_7",
|
|
10151
11282
|
"responses": {
|
|
10152
11283
|
"200": {
|
|
10153
11284
|
"description": "Ok",
|
|
10154
11285
|
"content": {
|
|
10155
11286
|
"application/json": {
|
|
10156
11287
|
"schema": {
|
|
10157
|
-
"$ref": "#/components/schemas/
|
|
11288
|
+
"$ref": "#/components/schemas/EntityRecordResponseRole"
|
|
10158
11289
|
}
|
|
10159
11290
|
}
|
|
10160
11291
|
}
|
|
@@ -10185,7 +11316,7 @@
|
|
|
10185
11316
|
"content": {
|
|
10186
11317
|
"application/json": {
|
|
10187
11318
|
"schema": {
|
|
10188
|
-
"$ref": "#/components/schemas/
|
|
11319
|
+
"$ref": "#/components/schemas/EntityRecordResponseRole"
|
|
10189
11320
|
}
|
|
10190
11321
|
}
|
|
10191
11322
|
}
|
|
@@ -10227,7 +11358,7 @@
|
|
|
10227
11358
|
"content": {
|
|
10228
11359
|
"application/json": {
|
|
10229
11360
|
"schema": {
|
|
10230
|
-
"$ref": "#/components/schemas/
|
|
11361
|
+
"$ref": "#/components/schemas/EntityRecordResponseRole"
|
|
10231
11362
|
}
|
|
10232
11363
|
}
|
|
10233
11364
|
}
|
|
@@ -10269,7 +11400,7 @@
|
|
|
10269
11400
|
"content": {
|
|
10270
11401
|
"application/json": {
|
|
10271
11402
|
"schema": {
|
|
10272
|
-
"$ref": "#/components/schemas/
|
|
11403
|
+
"$ref": "#/components/schemas/EntityRecordResponseRole"
|
|
10273
11404
|
}
|
|
10274
11405
|
}
|
|
10275
11406
|
}
|
|
@@ -10320,7 +11451,7 @@
|
|
|
10320
11451
|
"content": {
|
|
10321
11452
|
"application/json": {
|
|
10322
11453
|
"schema": {
|
|
10323
|
-
"$ref": "#/components/schemas/
|
|
11454
|
+
"$ref": "#/components/schemas/EntityRecordResponseRoleAttribute"
|
|
10324
11455
|
}
|
|
10325
11456
|
}
|
|
10326
11457
|
}
|
|
@@ -10344,14 +11475,14 @@
|
|
|
10344
11475
|
},
|
|
10345
11476
|
"/role-attributes/{id}": {
|
|
10346
11477
|
"get": {
|
|
10347
|
-
"operationId": "
|
|
11478
|
+
"operationId": "Get_8",
|
|
10348
11479
|
"responses": {
|
|
10349
11480
|
"200": {
|
|
10350
11481
|
"description": "Ok",
|
|
10351
11482
|
"content": {
|
|
10352
11483
|
"application/json": {
|
|
10353
11484
|
"schema": {
|
|
10354
|
-
"$ref": "#/components/schemas/
|
|
11485
|
+
"$ref": "#/components/schemas/EntityRecordResponseRoleAttribute"
|
|
10355
11486
|
}
|
|
10356
11487
|
}
|
|
10357
11488
|
}
|
|
@@ -10382,7 +11513,7 @@
|
|
|
10382
11513
|
"content": {
|
|
10383
11514
|
"application/json": {
|
|
10384
11515
|
"schema": {
|
|
10385
|
-
"$ref": "#/components/schemas/
|
|
11516
|
+
"$ref": "#/components/schemas/EntityRecordResponseRoleAttribute"
|
|
10386
11517
|
}
|
|
10387
11518
|
}
|
|
10388
11519
|
}
|
|
@@ -10424,7 +11555,7 @@
|
|
|
10424
11555
|
"content": {
|
|
10425
11556
|
"application/json": {
|
|
10426
11557
|
"schema": {
|
|
10427
|
-
"$ref": "#/components/schemas/
|
|
11558
|
+
"$ref": "#/components/schemas/EntityRecordResponseRoleAttribute"
|
|
10428
11559
|
}
|
|
10429
11560
|
}
|
|
10430
11561
|
}
|
|
@@ -10475,7 +11606,7 @@
|
|
|
10475
11606
|
"content": {
|
|
10476
11607
|
"application/json": {
|
|
10477
11608
|
"schema": {
|
|
10478
|
-
"$ref": "#/components/schemas/
|
|
11609
|
+
"$ref": "#/components/schemas/EntityRecordResponseRolePermission"
|
|
10479
11610
|
}
|
|
10480
11611
|
}
|
|
10481
11612
|
}
|
|
@@ -10506,7 +11637,7 @@
|
|
|
10506
11637
|
"content": {
|
|
10507
11638
|
"application/json": {
|
|
10508
11639
|
"schema": {
|
|
10509
|
-
"$ref": "#/components/schemas/
|
|
11640
|
+
"$ref": "#/components/schemas/EntityRecordResponseRolePermission"
|
|
10510
11641
|
}
|
|
10511
11642
|
}
|
|
10512
11643
|
}
|
|
@@ -10548,7 +11679,7 @@
|
|
|
10548
11679
|
"content": {
|
|
10549
11680
|
"application/json": {
|
|
10550
11681
|
"schema": {
|
|
10551
|
-
"$ref": "#/components/schemas/
|
|
11682
|
+
"$ref": "#/components/schemas/EntityRecordResponseRolePermission"
|
|
10552
11683
|
}
|
|
10553
11684
|
}
|
|
10554
11685
|
}
|
|
@@ -10579,7 +11710,7 @@
|
|
|
10579
11710
|
"content": {
|
|
10580
11711
|
"application/json": {
|
|
10581
11712
|
"schema": {
|
|
10582
|
-
"$ref": "#/components/schemas/
|
|
11713
|
+
"$ref": "#/components/schemas/EntityRecordResponseRolePermission"
|
|
10583
11714
|
}
|
|
10584
11715
|
}
|
|
10585
11716
|
}
|
|
@@ -10630,7 +11761,7 @@
|
|
|
10630
11761
|
"content": {
|
|
10631
11762
|
"application/json": {
|
|
10632
11763
|
"schema": {
|
|
10633
|
-
"$ref": "#/components/schemas/
|
|
11764
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10634
11765
|
}
|
|
10635
11766
|
}
|
|
10636
11767
|
}
|
|
@@ -10679,7 +11810,7 @@
|
|
|
10679
11810
|
"content": {
|
|
10680
11811
|
"application/json": {
|
|
10681
11812
|
"schema": {
|
|
10682
|
-
"$ref": "#/components/schemas/
|
|
11813
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10683
11814
|
}
|
|
10684
11815
|
}
|
|
10685
11816
|
}
|
|
@@ -10710,7 +11841,7 @@
|
|
|
10710
11841
|
"content": {
|
|
10711
11842
|
"application/json": {
|
|
10712
11843
|
"schema": {
|
|
10713
|
-
"$ref": "#/components/schemas/
|
|
11844
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10714
11845
|
}
|
|
10715
11846
|
}
|
|
10716
11847
|
}
|
|
@@ -10743,7 +11874,7 @@
|
|
|
10743
11874
|
"content": {
|
|
10744
11875
|
"application/json": {
|
|
10745
11876
|
"schema": {
|
|
10746
|
-
"$ref": "#/components/schemas/
|
|
11877
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10747
11878
|
}
|
|
10748
11879
|
}
|
|
10749
11880
|
}
|
|
@@ -10776,7 +11907,7 @@
|
|
|
10776
11907
|
"content": {
|
|
10777
11908
|
"application/json": {
|
|
10778
11909
|
"schema": {
|
|
10779
|
-
"$ref": "#/components/schemas/
|
|
11910
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10780
11911
|
}
|
|
10781
11912
|
}
|
|
10782
11913
|
}
|
|
@@ -10823,7 +11954,7 @@
|
|
|
10823
11954
|
"content": {
|
|
10824
11955
|
"application/json": {
|
|
10825
11956
|
"schema": {
|
|
10826
|
-
"$ref": "#/components/schemas/
|
|
11957
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10827
11958
|
}
|
|
10828
11959
|
}
|
|
10829
11960
|
}
|
|
@@ -10865,7 +11996,7 @@
|
|
|
10865
11996
|
"content": {
|
|
10866
11997
|
"application/json": {
|
|
10867
11998
|
"schema": {
|
|
10868
|
-
"$ref": "#/components/schemas/
|
|
11999
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10869
12000
|
}
|
|
10870
12001
|
}
|
|
10871
12002
|
}
|
|
@@ -10907,7 +12038,7 @@
|
|
|
10907
12038
|
"content": {
|
|
10908
12039
|
"application/json": {
|
|
10909
12040
|
"schema": {
|
|
10910
|
-
"$ref": "#/components/schemas/
|
|
12041
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10911
12042
|
}
|
|
10912
12043
|
}
|
|
10913
12044
|
}
|
|
@@ -10940,7 +12071,7 @@
|
|
|
10940
12071
|
"content": {
|
|
10941
12072
|
"application/json": {
|
|
10942
12073
|
"schema": {
|
|
10943
|
-
"$ref": "#/components/schemas/
|
|
12074
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10944
12075
|
}
|
|
10945
12076
|
}
|
|
10946
12077
|
}
|
|
@@ -10987,7 +12118,7 @@
|
|
|
10987
12118
|
"content": {
|
|
10988
12119
|
"application/json": {
|
|
10989
12120
|
"schema": {
|
|
10990
|
-
"$ref": "#/components/schemas/
|
|
12121
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
10991
12122
|
}
|
|
10992
12123
|
}
|
|
10993
12124
|
}
|
|
@@ -11029,7 +12160,7 @@
|
|
|
11029
12160
|
"content": {
|
|
11030
12161
|
"application/json": {
|
|
11031
12162
|
"schema": {
|
|
11032
|
-
"$ref": "#/components/schemas/
|
|
12163
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
11033
12164
|
}
|
|
11034
12165
|
}
|
|
11035
12166
|
}
|
|
@@ -11071,7 +12202,7 @@
|
|
|
11071
12202
|
"content": {
|
|
11072
12203
|
"application/json": {
|
|
11073
12204
|
"schema": {
|
|
11074
|
-
"$ref": "#/components/schemas/
|
|
12205
|
+
"$ref": "#/components/schemas/EntityRecordResponsePolicyResponse"
|
|
11075
12206
|
}
|
|
11076
12207
|
}
|
|
11077
12208
|
}
|
|
@@ -11210,7 +12341,7 @@
|
|
|
11210
12341
|
"content": {
|
|
11211
12342
|
"application/json": {
|
|
11212
12343
|
"schema": {
|
|
11213
|
-
"$ref": "#/components/schemas/
|
|
12344
|
+
"$ref": "#/components/schemas/EntityRecordResponseScope"
|
|
11214
12345
|
}
|
|
11215
12346
|
}
|
|
11216
12347
|
}
|
|
@@ -11234,14 +12365,14 @@
|
|
|
11234
12365
|
},
|
|
11235
12366
|
"/scopes/{id}": {
|
|
11236
12367
|
"get": {
|
|
11237
|
-
"operationId": "
|
|
12368
|
+
"operationId": "Get_9",
|
|
11238
12369
|
"responses": {
|
|
11239
12370
|
"200": {
|
|
11240
12371
|
"description": "Ok",
|
|
11241
12372
|
"content": {
|
|
11242
12373
|
"application/json": {
|
|
11243
12374
|
"schema": {
|
|
11244
|
-
"$ref": "#/components/schemas/
|
|
12375
|
+
"$ref": "#/components/schemas/EntityRecordResponseScope"
|
|
11245
12376
|
}
|
|
11246
12377
|
}
|
|
11247
12378
|
}
|
|
@@ -11272,7 +12403,7 @@
|
|
|
11272
12403
|
"content": {
|
|
11273
12404
|
"application/json": {
|
|
11274
12405
|
"schema": {
|
|
11275
|
-
"$ref": "#/components/schemas/
|
|
12406
|
+
"$ref": "#/components/schemas/EntityRecordResponseScope"
|
|
11276
12407
|
}
|
|
11277
12408
|
}
|
|
11278
12409
|
}
|
|
@@ -11314,7 +12445,7 @@
|
|
|
11314
12445
|
"content": {
|
|
11315
12446
|
"application/json": {
|
|
11316
12447
|
"schema": {
|
|
11317
|
-
"$ref": "#/components/schemas/
|
|
12448
|
+
"$ref": "#/components/schemas/EntityRecordResponseScope"
|
|
11318
12449
|
}
|
|
11319
12450
|
}
|
|
11320
12451
|
}
|
|
@@ -11356,7 +12487,7 @@
|
|
|
11356
12487
|
"content": {
|
|
11357
12488
|
"application/json": {
|
|
11358
12489
|
"schema": {
|
|
11359
|
-
"$ref": "#/components/schemas/
|
|
12490
|
+
"$ref": "#/components/schemas/EntityRecordResponseScope"
|
|
11360
12491
|
}
|
|
11361
12492
|
}
|
|
11362
12493
|
}
|
|
@@ -11465,7 +12596,7 @@
|
|
|
11465
12596
|
"content": {
|
|
11466
12597
|
"application/json": {
|
|
11467
12598
|
"schema": {
|
|
11468
|
-
"$ref": "#/components/schemas/
|
|
12599
|
+
"$ref": "#/components/schemas/EntityRecordResponseSession"
|
|
11469
12600
|
}
|
|
11470
12601
|
}
|
|
11471
12602
|
}
|
|
@@ -11496,7 +12627,7 @@
|
|
|
11496
12627
|
"content": {
|
|
11497
12628
|
"application/json": {
|
|
11498
12629
|
"schema": {
|
|
11499
|
-
"$ref": "#/components/schemas/
|
|
12630
|
+
"$ref": "#/components/schemas/EntityRecordResponseSession"
|
|
11500
12631
|
}
|
|
11501
12632
|
}
|
|
11502
12633
|
}
|
|
@@ -11529,7 +12660,7 @@
|
|
|
11529
12660
|
"content": {
|
|
11530
12661
|
"application/json": {
|
|
11531
12662
|
"schema": {
|
|
11532
|
-
"$ref": "#/components/schemas/
|
|
12663
|
+
"$ref": "#/components/schemas/EntityRecordResponseSession"
|
|
11533
12664
|
}
|
|
11534
12665
|
}
|
|
11535
12666
|
}
|
|
@@ -11560,7 +12691,7 @@
|
|
|
11560
12691
|
"content": {
|
|
11561
12692
|
"application/json": {
|
|
11562
12693
|
"schema": {
|
|
11563
|
-
"$ref": "#/components/schemas/
|
|
12694
|
+
"$ref": "#/components/schemas/EntityRecordResponseSession"
|
|
11564
12695
|
}
|
|
11565
12696
|
}
|
|
11566
12697
|
}
|
|
@@ -11611,7 +12742,7 @@
|
|
|
11611
12742
|
"content": {
|
|
11612
12743
|
"application/json": {
|
|
11613
12744
|
"schema": {
|
|
11614
|
-
"$ref": "#/components/schemas/
|
|
12745
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11615
12746
|
}
|
|
11616
12747
|
}
|
|
11617
12748
|
}
|
|
@@ -11660,7 +12791,7 @@
|
|
|
11660
12791
|
"content": {
|
|
11661
12792
|
"application/json": {
|
|
11662
12793
|
"schema": {
|
|
11663
|
-
"$ref": "#/components/schemas/
|
|
12794
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11664
12795
|
}
|
|
11665
12796
|
}
|
|
11666
12797
|
}
|
|
@@ -11691,7 +12822,7 @@
|
|
|
11691
12822
|
"content": {
|
|
11692
12823
|
"application/json": {
|
|
11693
12824
|
"schema": {
|
|
11694
|
-
"$ref": "#/components/schemas/
|
|
12825
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11695
12826
|
}
|
|
11696
12827
|
}
|
|
11697
12828
|
}
|
|
@@ -11722,7 +12853,7 @@
|
|
|
11722
12853
|
"content": {
|
|
11723
12854
|
"application/json": {
|
|
11724
12855
|
"schema": {
|
|
11725
|
-
"$ref": "#/components/schemas/
|
|
12856
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11726
12857
|
}
|
|
11727
12858
|
}
|
|
11728
12859
|
}
|
|
@@ -11764,7 +12895,7 @@
|
|
|
11764
12895
|
"content": {
|
|
11765
12896
|
"application/json": {
|
|
11766
12897
|
"schema": {
|
|
11767
|
-
"$ref": "#/components/schemas/
|
|
12898
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11768
12899
|
}
|
|
11769
12900
|
}
|
|
11770
12901
|
}
|
|
@@ -11797,7 +12928,7 @@
|
|
|
11797
12928
|
"content": {
|
|
11798
12929
|
"application/json": {
|
|
11799
12930
|
"schema": {
|
|
11800
|
-
"$ref": "#/components/schemas/
|
|
12931
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11801
12932
|
}
|
|
11802
12933
|
}
|
|
11803
12934
|
}
|
|
@@ -11828,7 +12959,7 @@
|
|
|
11828
12959
|
"content": {
|
|
11829
12960
|
"application/json": {
|
|
11830
12961
|
"schema": {
|
|
11831
|
-
"$ref": "#/components/schemas/
|
|
12962
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11832
12963
|
}
|
|
11833
12964
|
}
|
|
11834
12965
|
}
|
|
@@ -11870,7 +13001,7 @@
|
|
|
11870
13001
|
"content": {
|
|
11871
13002
|
"application/json": {
|
|
11872
13003
|
"schema": {
|
|
11873
|
-
"$ref": "#/components/schemas/
|
|
13004
|
+
"$ref": "#/components/schemas/EntityRecordResponseTrustAnchor"
|
|
11874
13005
|
}
|
|
11875
13006
|
}
|
|
11876
13007
|
}
|
|
@@ -11921,7 +13052,7 @@
|
|
|
11921
13052
|
"content": {
|
|
11922
13053
|
"application/json": {
|
|
11923
13054
|
"schema": {
|
|
11924
|
-
"$ref": "#/components/schemas/
|
|
13055
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
11925
13056
|
}
|
|
11926
13057
|
}
|
|
11927
13058
|
}
|
|
@@ -11970,7 +13101,7 @@
|
|
|
11970
13101
|
"content": {
|
|
11971
13102
|
"application/json": {
|
|
11972
13103
|
"schema": {
|
|
11973
|
-
"$ref": "#/components/schemas/
|
|
13104
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
11974
13105
|
}
|
|
11975
13106
|
}
|
|
11976
13107
|
}
|
|
@@ -11994,14 +13125,14 @@
|
|
|
11994
13125
|
},
|
|
11995
13126
|
"/users/{id}": {
|
|
11996
13127
|
"get": {
|
|
11997
|
-
"operationId": "
|
|
13128
|
+
"operationId": "Get_10",
|
|
11998
13129
|
"responses": {
|
|
11999
13130
|
"200": {
|
|
12000
13131
|
"description": "Ok",
|
|
12001
13132
|
"content": {
|
|
12002
13133
|
"application/json": {
|
|
12003
13134
|
"schema": {
|
|
12004
|
-
"$ref": "#/components/schemas/
|
|
13135
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12005
13136
|
}
|
|
12006
13137
|
}
|
|
12007
13138
|
}
|
|
@@ -12032,7 +13163,7 @@
|
|
|
12032
13163
|
"content": {
|
|
12033
13164
|
"application/json": {
|
|
12034
13165
|
"schema": {
|
|
12035
|
-
"$ref": "#/components/schemas/
|
|
13166
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12036
13167
|
}
|
|
12037
13168
|
}
|
|
12038
13169
|
}
|
|
@@ -12074,7 +13205,7 @@
|
|
|
12074
13205
|
"content": {
|
|
12075
13206
|
"application/json": {
|
|
12076
13207
|
"schema": {
|
|
12077
|
-
"$ref": "#/components/schemas/
|
|
13208
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12078
13209
|
}
|
|
12079
13210
|
}
|
|
12080
13211
|
}
|
|
@@ -12116,7 +13247,7 @@
|
|
|
12116
13247
|
"content": {
|
|
12117
13248
|
"application/json": {
|
|
12118
13249
|
"schema": {
|
|
12119
|
-
"$ref": "#/components/schemas/
|
|
13250
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12120
13251
|
}
|
|
12121
13252
|
}
|
|
12122
13253
|
}
|
|
@@ -12142,14 +13273,14 @@
|
|
|
12142
13273
|
},
|
|
12143
13274
|
"/realms/{realmId}/users/{id}": {
|
|
12144
13275
|
"get": {
|
|
12145
|
-
"operationId": "
|
|
13276
|
+
"operationId": "Get_11",
|
|
12146
13277
|
"responses": {
|
|
12147
13278
|
"200": {
|
|
12148
13279
|
"description": "Ok",
|
|
12149
13280
|
"content": {
|
|
12150
13281
|
"application/json": {
|
|
12151
13282
|
"schema": {
|
|
12152
|
-
"$ref": "#/components/schemas/
|
|
13283
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12153
13284
|
}
|
|
12154
13285
|
}
|
|
12155
13286
|
}
|
|
@@ -12180,7 +13311,7 @@
|
|
|
12180
13311
|
"content": {
|
|
12181
13312
|
"application/json": {
|
|
12182
13313
|
"schema": {
|
|
12183
|
-
"$ref": "#/components/schemas/
|
|
13314
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12184
13315
|
}
|
|
12185
13316
|
}
|
|
12186
13317
|
}
|
|
@@ -12222,7 +13353,7 @@
|
|
|
12222
13353
|
"content": {
|
|
12223
13354
|
"application/json": {
|
|
12224
13355
|
"schema": {
|
|
12225
|
-
"$ref": "#/components/schemas/
|
|
13356
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12226
13357
|
}
|
|
12227
13358
|
}
|
|
12228
13359
|
}
|
|
@@ -12264,7 +13395,7 @@
|
|
|
12264
13395
|
"content": {
|
|
12265
13396
|
"application/json": {
|
|
12266
13397
|
"schema": {
|
|
12267
|
-
"$ref": "#/components/schemas/
|
|
13398
|
+
"$ref": "#/components/schemas/EntityRecordResponseUser"
|
|
12268
13399
|
}
|
|
12269
13400
|
}
|
|
12270
13401
|
}
|
|
@@ -12315,7 +13446,7 @@
|
|
|
12315
13446
|
"content": {
|
|
12316
13447
|
"application/json": {
|
|
12317
13448
|
"schema": {
|
|
12318
|
-
"$ref": "#/components/schemas/
|
|
13449
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAttribute"
|
|
12319
13450
|
}
|
|
12320
13451
|
}
|
|
12321
13452
|
}
|
|
@@ -12339,14 +13470,14 @@
|
|
|
12339
13470
|
},
|
|
12340
13471
|
"/user-attributes/{id}": {
|
|
12341
13472
|
"get": {
|
|
12342
|
-
"operationId": "
|
|
13473
|
+
"operationId": "Get_12",
|
|
12343
13474
|
"responses": {
|
|
12344
13475
|
"200": {
|
|
12345
13476
|
"description": "Ok",
|
|
12346
13477
|
"content": {
|
|
12347
13478
|
"application/json": {
|
|
12348
13479
|
"schema": {
|
|
12349
|
-
"$ref": "#/components/schemas/
|
|
13480
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAttribute"
|
|
12350
13481
|
}
|
|
12351
13482
|
}
|
|
12352
13483
|
}
|
|
@@ -12377,7 +13508,7 @@
|
|
|
12377
13508
|
"content": {
|
|
12378
13509
|
"application/json": {
|
|
12379
13510
|
"schema": {
|
|
12380
|
-
"$ref": "#/components/schemas/
|
|
13511
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAttribute"
|
|
12381
13512
|
}
|
|
12382
13513
|
}
|
|
12383
13514
|
}
|
|
@@ -12419,7 +13550,7 @@
|
|
|
12419
13550
|
"content": {
|
|
12420
13551
|
"application/json": {
|
|
12421
13552
|
"schema": {
|
|
12422
|
-
"$ref": "#/components/schemas/
|
|
13553
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAttribute"
|
|
12423
13554
|
}
|
|
12424
13555
|
}
|
|
12425
13556
|
}
|
|
@@ -12527,7 +13658,7 @@
|
|
|
12527
13658
|
"content": {
|
|
12528
13659
|
"application/json": {
|
|
12529
13660
|
"schema": {
|
|
12530
|
-
"$ref": "#/components/schemas/
|
|
13661
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAuthenticator"
|
|
12531
13662
|
}
|
|
12532
13663
|
}
|
|
12533
13664
|
}
|
|
@@ -12570,7 +13701,7 @@
|
|
|
12570
13701
|
"content": {
|
|
12571
13702
|
"application/json": {
|
|
12572
13703
|
"schema": {
|
|
12573
|
-
"$ref": "#/components/schemas/
|
|
13704
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAuthenticator"
|
|
12574
13705
|
}
|
|
12575
13706
|
}
|
|
12576
13707
|
}
|
|
@@ -12615,7 +13746,7 @@
|
|
|
12615
13746
|
"content": {
|
|
12616
13747
|
"application/json": {
|
|
12617
13748
|
"schema": {
|
|
12618
|
-
"$ref": "#/components/schemas/
|
|
13749
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserAuthenticator"
|
|
12619
13750
|
}
|
|
12620
13751
|
}
|
|
12621
13752
|
}
|
|
@@ -12689,7 +13820,7 @@
|
|
|
12689
13820
|
"content": {
|
|
12690
13821
|
"application/json": {
|
|
12691
13822
|
"schema": {
|
|
12692
|
-
"$ref": "#/components/schemas/
|
|
13823
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserPermission"
|
|
12693
13824
|
}
|
|
12694
13825
|
}
|
|
12695
13826
|
}
|
|
@@ -12720,7 +13851,7 @@
|
|
|
12720
13851
|
"content": {
|
|
12721
13852
|
"application/json": {
|
|
12722
13853
|
"schema": {
|
|
12723
|
-
"$ref": "#/components/schemas/
|
|
13854
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserPermission"
|
|
12724
13855
|
}
|
|
12725
13856
|
}
|
|
12726
13857
|
}
|
|
@@ -12762,7 +13893,7 @@
|
|
|
12762
13893
|
"content": {
|
|
12763
13894
|
"application/json": {
|
|
12764
13895
|
"schema": {
|
|
12765
|
-
"$ref": "#/components/schemas/
|
|
13896
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserPermission"
|
|
12766
13897
|
}
|
|
12767
13898
|
}
|
|
12768
13899
|
}
|
|
@@ -12793,7 +13924,7 @@
|
|
|
12793
13924
|
"content": {
|
|
12794
13925
|
"application/json": {
|
|
12795
13926
|
"schema": {
|
|
12796
|
-
"$ref": "#/components/schemas/
|
|
13927
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserPermission"
|
|
12797
13928
|
}
|
|
12798
13929
|
}
|
|
12799
13930
|
}
|
|
@@ -12844,7 +13975,7 @@
|
|
|
12844
13975
|
"content": {
|
|
12845
13976
|
"application/json": {
|
|
12846
13977
|
"schema": {
|
|
12847
|
-
"$ref": "#/components/schemas/
|
|
13978
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserRole"
|
|
12848
13979
|
}
|
|
12849
13980
|
}
|
|
12850
13981
|
}
|
|
@@ -12875,7 +14006,7 @@
|
|
|
12875
14006
|
"content": {
|
|
12876
14007
|
"application/json": {
|
|
12877
14008
|
"schema": {
|
|
12878
|
-
"$ref": "#/components/schemas/
|
|
14009
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserRole"
|
|
12879
14010
|
}
|
|
12880
14011
|
}
|
|
12881
14012
|
}
|
|
@@ -12906,7 +14037,7 @@
|
|
|
12906
14037
|
"content": {
|
|
12907
14038
|
"application/json": {
|
|
12908
14039
|
"schema": {
|
|
12909
|
-
"$ref": "#/components/schemas/
|
|
14040
|
+
"$ref": "#/components/schemas/EntityRecordResponseUserRole"
|
|
12910
14041
|
}
|
|
12911
14042
|
}
|
|
12912
14043
|
}
|