@revisium/core 0.9.0 → 0.9.1
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/package.json +6 -2
- package/dist/package.json +0 -125
- package/dist/prisma/migrations/000000000000_squashed_migrations/migration.sql +0 -298
- package/dist/prisma/migrations/migration_lock.toml +0 -3
- package/dist/prisma/schema.prisma +0 -208
- package/dist/prisma/seed/__generated__/seed.d.ts +0 -285
- package/dist/prisma/seed/__generated__/seed.js +0 -390
- package/dist/prisma/seed/__generated__/seed.js.map +0 -1
- package/dist/prisma/seed/generateSeedApi.d.ts +0 -1
- package/dist/prisma/seed/generateSeedApi.js +0 -17
- package/dist/prisma/seed/generateSeedApi.js.map +0 -1
- package/dist/prisma/seed/loadFromSeedApi.d.ts +0 -1
- package/dist/prisma/seed/loadFromSeedApi.js +0 -29
- package/dist/prisma/seed/loadFromSeedApi.js.map +0 -1
- package/dist/prisma/seed/permissions/add-user.json +0 -5
- package/dist/prisma/seed/permissions/create-branch.json +0 -5
- package/dist/prisma/seed/permissions/create-endpoint.json +0 -5
- package/dist/prisma/seed/permissions/create-project.json +0 -5
- package/dist/prisma/seed/permissions/create-revision.json +0 -5
- package/dist/prisma/seed/permissions/create-row.json +0 -5
- package/dist/prisma/seed/permissions/create-table.json +0 -5
- package/dist/prisma/seed/permissions/create-user.json +0 -5
- package/dist/prisma/seed/permissions/delete-endpoint.json +0 -5
- package/dist/prisma/seed/permissions/delete-organization.json +0 -5
- package/dist/prisma/seed/permissions/delete-project.json +0 -5
- package/dist/prisma/seed/permissions/delete-row.json +0 -5
- package/dist/prisma/seed/permissions/delete-table.json +0 -5
- package/dist/prisma/seed/permissions/delete-user.json +0 -5
- package/dist/prisma/seed/permissions/read-organization.json +0 -5
- package/dist/prisma/seed/permissions/read-project-private.json +0 -7
- package/dist/prisma/seed/permissions/read-project-public.json +0 -7
- package/dist/prisma/seed/permissions/read-user.json +0 -5
- package/dist/prisma/seed/permissions/revert-revision.json +0 -5
- package/dist/prisma/seed/permissions/update-organization.json +0 -5
- package/dist/prisma/seed/permissions/update-project.json +0 -5
- package/dist/prisma/seed/permissions/update-row.json +0 -5
- package/dist/prisma/seed/permissions/update-table.json +0 -5
- package/dist/prisma/seed/roles/developer.json +0 -21
- package/dist/prisma/seed/roles/editor.json +0 -15
- package/dist/prisma/seed/roles/guest.json +0 -8
- package/dist/prisma/seed/roles/organizationAdmin.json +0 -26
- package/dist/prisma/seed/roles/organizationOwner.json +0 -28
- package/dist/prisma/seed/roles/reader.json +0 -10
- package/dist/prisma/seed/roles/systemAdmin.json +0 -8
- package/dist/prisma/seed/roles/systemFullApiRead.json +0 -9
- package/dist/prisma/seed/roles/systemUser.json +0 -8
- package/dist/prisma/seed.d.ts +0 -1
- package/dist/prisma/seed.js +0 -140
- package/dist/prisma/seed.js.map +0 -1
- package/dist/src/__tests__/utils/createMocks.d.ts +0 -19
- package/dist/src/__tests__/utils/createMocks.js +0 -30
- package/dist/src/__tests__/utils/createMocks.js.map +0 -1
- package/dist/src/__tests__/utils/implementIdService.d.ts +0 -3
- package/dist/src/__tests__/utils/implementIdService.js +0 -9
- package/dist/src/__tests__/utils/implementIdService.js.map +0 -1
- package/dist/src/__tests__/utils/rowMocks.d.ts +0 -5
- package/dist/src/__tests__/utils/rowMocks.js +0 -12
- package/dist/src/__tests__/utils/rowMocks.js.map +0 -1
- package/dist/src/__tests__/utils/schema/schema.mocks.d.ts +0 -25
- package/dist/src/__tests__/utils/schema/schema.mocks.js +0 -61
- package/dist/src/__tests__/utils/schema/schema.mocks.js.map +0 -1
- package/dist/src/app.module.d.ts +0 -2
- package/dist/src/app.module.js +0 -21
- package/dist/src/app.module.js.map +0 -1
- package/dist/src/auth/auth.module.d.ts +0 -2
- package/dist/src/auth/auth.module.js +0 -51
- package/dist/src/auth/auth.module.js.map +0 -1
- package/dist/src/auth/auth.service.d.ts +0 -15
- package/dist/src/auth/auth.service.js +0 -42
- package/dist/src/auth/auth.service.js.map +0 -1
- package/dist/src/auth/casl-ability.factory.d.ts +0 -25
- package/dist/src/auth/casl-ability.factory.js +0 -45
- package/dist/src/auth/casl-ability.factory.js.map +0 -1
- package/dist/src/auth/commands/handlers/check-organization-permission.handler.d.ts +0 -12
- package/dist/src/auth/commands/handlers/check-organization-permission.handler.js +0 -67
- package/dist/src/auth/commands/handlers/check-organization-permission.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/check-project-permission.handler.d.ts +0 -17
- package/dist/src/auth/commands/handlers/check-project-permission.handler.js +0 -149
- package/dist/src/auth/commands/handlers/check-project-permission.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/check-system-permission.handler.d.ts +0 -11
- package/dist/src/auth/commands/handlers/check-system-permission.handler.js +0 -54
- package/dist/src/auth/commands/handlers/check-system-permission.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/confirm-email-code.handler.d.ts +0 -14
- package/dist/src/auth/commands/handlers/confirm-email-code.handler.js +0 -62
- package/dist/src/auth/commands/handlers/confirm-email-code.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/create-user.handler.d.ts +0 -15
- package/dist/src/auth/commands/handlers/create-user.handler.js +0 -103
- package/dist/src/auth/commands/handlers/create-user.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/index.d.ts +0 -9
- package/dist/src/auth/commands/handlers/index.js +0 -26
- package/dist/src/auth/commands/handlers/index.js.map +0 -1
- package/dist/src/auth/commands/handlers/login-github.handler.d.ts +0 -17
- package/dist/src/auth/commands/handlers/login-github.handler.js +0 -67
- package/dist/src/auth/commands/handlers/login-github.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/login-google.handler.d.ts +0 -17
- package/dist/src/auth/commands/handlers/login-google.handler.js +0 -67
- package/dist/src/auth/commands/handlers/login-google.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/login.handler.d.ts +0 -11
- package/dist/src/auth/commands/handlers/login.handler.js +0 -56
- package/dist/src/auth/commands/handlers/login.handler.js.map +0 -1
- package/dist/src/auth/commands/handlers/sign-up.handler.d.ts +0 -12
- package/dist/src/auth/commands/handlers/sign-up.handler.js +0 -48
- package/dist/src/auth/commands/handlers/sign-up.handler.js.map +0 -1
- package/dist/src/auth/commands/impl/check-organization-permission.command.d.ts +0 -13
- package/dist/src/auth/commands/impl/check-organization-permission.command.js +0 -10
- package/dist/src/auth/commands/impl/check-organization-permission.command.js.map +0 -1
- package/dist/src/auth/commands/impl/check-project-permission.command.d.ts +0 -25
- package/dist/src/auth/commands/impl/check-project-permission.command.js +0 -10
- package/dist/src/auth/commands/impl/check-project-permission.command.js.map +0 -1
- package/dist/src/auth/commands/impl/check-system-permission.command.d.ts +0 -12
- package/dist/src/auth/commands/impl/check-system-permission.command.js +0 -10
- package/dist/src/auth/commands/impl/check-system-permission.command.js.map +0 -1
- package/dist/src/auth/commands/impl/confirm-email-code.command.d.ts +0 -11
- package/dist/src/auth/commands/impl/confirm-email-code.command.js +0 -10
- package/dist/src/auth/commands/impl/confirm-email-code.command.js.map +0 -1
- package/dist/src/auth/commands/impl/create-user.command.d.ts +0 -20
- package/dist/src/auth/commands/impl/create-user.command.js +0 -10
- package/dist/src/auth/commands/impl/create-user.command.js.map +0 -1
- package/dist/src/auth/commands/impl/index.d.ts +0 -9
- package/dist/src/auth/commands/impl/index.js +0 -26
- package/dist/src/auth/commands/impl/index.js.map +0 -1
- package/dist/src/auth/commands/impl/login-github.command.d.ts +0 -11
- package/dist/src/auth/commands/impl/login-github.command.js +0 -10
- package/dist/src/auth/commands/impl/login-github.command.js.map +0 -1
- package/dist/src/auth/commands/impl/login-google.command.d.ts +0 -13
- package/dist/src/auth/commands/impl/login-google.command.js +0 -10
- package/dist/src/auth/commands/impl/login-google.command.js.map +0 -1
- package/dist/src/auth/commands/impl/login.command.d.ts +0 -13
- package/dist/src/auth/commands/impl/login.command.js +0 -10
- package/dist/src/auth/commands/impl/login.command.js.map +0 -1
- package/dist/src/auth/commands/impl/sign-up.command.d.ts +0 -13
- package/dist/src/auth/commands/impl/sign-up.command.js +0 -10
- package/dist/src/auth/commands/impl/sign-up.command.js.map +0 -1
- package/dist/src/auth/commands/index.d.ts +0 -2
- package/dist/src/auth/commands/index.js +0 -16
- package/dist/src/auth/commands/index.js.map +0 -1
- package/dist/src/auth/consts.d.ts +0 -50
- package/dist/src/auth/consts.js +0 -66
- package/dist/src/auth/consts.js.map +0 -1
- package/dist/src/auth/github-oauth.service.d.ts +0 -12
- package/dist/src/auth/github-oauth.service.js +0 -86
- package/dist/src/auth/github-oauth.service.js.map +0 -1
- package/dist/src/auth/google-oauth.service.d.ts +0 -13
- package/dist/src/auth/google-oauth.service.js +0 -57
- package/dist/src/auth/google-oauth.service.js.map +0 -1
- package/dist/src/auth/guards/base-persmission.guard.d.ts +0 -24
- package/dist/src/auth/guards/base-persmission.guard.js +0 -72
- package/dist/src/auth/guards/base-persmission.guard.js.map +0 -1
- package/dist/src/auth/guards/jwt/gql-jwt-auth-guard.service.d.ts +0 -6
- package/dist/src/auth/guards/jwt/gql-jwt-auth-guard.service.js +0 -23
- package/dist/src/auth/guards/jwt/gql-jwt-auth-guard.service.js.map +0 -1
- package/dist/src/auth/guards/jwt/http-jwt-auth-guard.service.d.ts +0 -4
- package/dist/src/auth/guards/jwt/http-jwt-auth-guard.service.js +0 -18
- package/dist/src/auth/guards/jwt/http-jwt-auth-guard.service.js.map +0 -1
- package/dist/src/auth/guards/jwt/local-auth.guard.d.ts +0 -4
- package/dist/src/auth/guards/jwt/local-auth.guard.js +0 -18
- package/dist/src/auth/guards/jwt/local-auth.guard.js.map +0 -1
- package/dist/src/auth/guards/jwt/optional-gql-jwt-auth-guard.service.d.ts +0 -7
- package/dist/src/auth/guards/jwt/optional-gql-jwt-auth-guard.service.js +0 -29
- package/dist/src/auth/guards/jwt/optional-gql-jwt-auth-guard.service.js.map +0 -1
- package/dist/src/auth/guards/jwt/optional-http-jwt-auth-guard.service.d.ts +0 -6
- package/dist/src/auth/guards/jwt/optional-http-jwt-auth-guard.service.js +0 -26
- package/dist/src/auth/guards/jwt/optional-http-jwt-auth-guard.service.js.map +0 -1
- package/dist/src/auth/guards/organization.guard.d.ts +0 -25
- package/dist/src/auth/guards/organization.guard.js +0 -31
- package/dist/src/auth/guards/organization.guard.js.map +0 -1
- package/dist/src/auth/guards/permission-params.d.ts +0 -7
- package/dist/src/auth/guards/permission-params.js +0 -8
- package/dist/src/auth/guards/permission-params.js.map +0 -1
- package/dist/src/auth/guards/project.guard.d.ts +0 -31
- package/dist/src/auth/guards/project.guard.js +0 -48
- package/dist/src/auth/guards/project.guard.js.map +0 -1
- package/dist/src/auth/guards/system.guard.d.ts +0 -20
- package/dist/src/auth/guards/system.guard.js +0 -26
- package/dist/src/auth/guards/system.guard.js.map +0 -1
- package/dist/src/auth/jwt-secret.service.d.ts +0 -7
- package/dist/src/auth/jwt-secret.service.js +0 -30
- package/dist/src/auth/jwt-secret.service.js.map +0 -1
- package/dist/src/auth/strategy/jwt.strategy.d.ts +0 -9
- package/dist/src/auth/strategy/jwt.strategy.js +0 -34
- package/dist/src/auth/strategy/jwt.strategy.js.map +0 -1
- package/dist/src/auth/types.d.ts +0 -8
- package/dist/src/auth/types.js +0 -3
- package/dist/src/auth/types.js.map +0 -1
- package/dist/src/auth/utils.d.ts +0 -2
- package/dist/src/auth/utils.js +0 -14
- package/dist/src/auth/utils.js.map +0 -1
- package/dist/src/branch/branch.module.d.ts +0 -2
- package/dist/src/branch/branch.module.js +0 -26
- package/dist/src/branch/branch.module.js.map +0 -1
- package/dist/src/branch/commands/handlers/api-create-branch-by-revision-id.handler.d.ts +0 -8
- package/dist/src/branch/commands/handlers/api-create-branch-by-revision-id.handler.js +0 -32
- package/dist/src/branch/commands/handlers/api-create-branch-by-revision-id.handler.js.map +0 -1
- package/dist/src/branch/commands/handlers/create-branch-by-revision-id.handler.d.ts +0 -32
- package/dist/src/branch/commands/handlers/create-branch-by-revision-id.handler.js +0 -134
- package/dist/src/branch/commands/handlers/create-branch-by-revision-id.handler.js.map +0 -1
- package/dist/src/branch/commands/handlers/index.d.ts +0 -3
- package/dist/src/branch/commands/handlers/index.js +0 -10
- package/dist/src/branch/commands/handlers/index.js.map +0 -1
- package/dist/src/branch/commands/impl/api-create-branch-by-revision-id.command.d.ts +0 -10
- package/dist/src/branch/commands/impl/api-create-branch-by-revision-id.command.js +0 -10
- package/dist/src/branch/commands/impl/api-create-branch-by-revision-id.command.js.map +0 -1
- package/dist/src/branch/commands/impl/create-branch-by-revision-id.command.d.ts +0 -10
- package/dist/src/branch/commands/impl/create-branch-by-revision-id.command.js +0 -10
- package/dist/src/branch/commands/impl/create-branch-by-revision-id.command.js.map +0 -1
- package/dist/src/branch/commands/impl/index.d.ts +0 -2
- package/dist/src/branch/commands/impl/index.js +0 -19
- package/dist/src/branch/commands/impl/index.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-branch-by-id.handler.d.ts +0 -15
- package/dist/src/branch/quieries/handlers/get-branch-by-id.handler.js +0 -29
- package/dist/src/branch/quieries/handlers/get-branch-by-id.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-branch.handler.d.ts +0 -14
- package/dist/src/branch/quieries/handlers/get-branch.handler.js +0 -49
- package/dist/src/branch/quieries/handlers/get-branch.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-branches.handler.d.ts +0 -22
- package/dist/src/branch/quieries/handlers/get-branches.handler.js +0 -65
- package/dist/src/branch/quieries/handlers/get-branches.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-draft-revision.handler.d.ts +0 -9
- package/dist/src/branch/quieries/handlers/get-draft-revision.handler.js +0 -31
- package/dist/src/branch/quieries/handlers/get-draft-revision.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-head-revision.handler.d.ts +0 -9
- package/dist/src/branch/quieries/handlers/get-head-revision.handler.js +0 -31
- package/dist/src/branch/quieries/handlers/get-head-revision.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-project-by-branch.handler.d.ts +0 -14
- package/dist/src/branch/quieries/handlers/get-project-by-branch.handler.js +0 -31
- package/dist/src/branch/quieries/handlers/get-project-by-branch.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-revisions-by-branch-id.handler.d.ts +0 -22
- package/dist/src/branch/quieries/handlers/get-revisions-by-branch-id.handler.js +0 -65
- package/dist/src/branch/quieries/handlers/get-revisions-by-branch-id.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-start-revision.handler.d.ts +0 -9
- package/dist/src/branch/quieries/handlers/get-start-revision.handler.js +0 -31
- package/dist/src/branch/quieries/handlers/get-start-revision.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/get-touched-by-branch-id.handler.d.ts +0 -13
- package/dist/src/branch/quieries/handlers/get-touched-by-branch-id.handler.js +0 -50
- package/dist/src/branch/quieries/handlers/get-touched-by-branch-id.handler.js.map +0 -1
- package/dist/src/branch/quieries/handlers/index.d.ts +0 -11
- package/dist/src/branch/quieries/handlers/index.js +0 -26
- package/dist/src/branch/quieries/handlers/index.js.map +0 -1
- package/dist/src/branch/quieries/handlers/resolve-parent-branch-by-branch.handler.d.ts +0 -16
- package/dist/src/branch/quieries/handlers/resolve-parent-branch-by-branch.handler.js +0 -53
- package/dist/src/branch/quieries/handlers/resolve-parent-branch-by-branch.handler.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-branch-by-id.query.d.ts +0 -4
- package/dist/src/branch/quieries/impl/get-branch-by-id.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-branch-by-id.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-branch.query.d.ts +0 -12
- package/dist/src/branch/quieries/impl/get-branch.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-branch.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-branches.query.d.ts +0 -14
- package/dist/src/branch/quieries/impl/get-branches.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-branches.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-draft-revision.query.d.ts +0 -4
- package/dist/src/branch/quieries/impl/get-draft-revision.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-draft-revision.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-head-revision.query.d.ts +0 -4
- package/dist/src/branch/quieries/impl/get-head-revision.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-head-revision.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-project-by-branch.query.d.ts +0 -4
- package/dist/src/branch/quieries/impl/get-project-by-branch.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-project-by-branch.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-revisions-by-branch-id.query.d.ts +0 -16
- package/dist/src/branch/quieries/impl/get-revisions-by-branch-id.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-revisions-by-branch-id.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-start-revision.query.d.ts +0 -4
- package/dist/src/branch/quieries/impl/get-start-revision.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-start-revision.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/get-touched-by-branch-id.query.d.ts +0 -4
- package/dist/src/branch/quieries/impl/get-touched-by-branch-id.query.js +0 -10
- package/dist/src/branch/quieries/impl/get-touched-by-branch-id.query.js.map +0 -1
- package/dist/src/branch/quieries/impl/index.d.ts +0 -10
- package/dist/src/branch/quieries/impl/index.js +0 -27
- package/dist/src/branch/quieries/impl/index.js.map +0 -1
- package/dist/src/branch/quieries/impl/resolve-parent-branch-by-branch.query.d.ts +0 -8
- package/dist/src/branch/quieries/impl/resolve-parent-branch-by-branch.query.js +0 -10
- package/dist/src/branch/quieries/impl/resolve-parent-branch-by-branch.query.js.map +0 -1
- package/dist/src/branch/quieries/types/get-branch-by-id.types.d.ts +0 -2
- package/dist/src/branch/quieries/types/get-branch-by-id.types.js +0 -3
- package/dist/src/branch/quieries/types/get-branch-by-id.types.js.map +0 -1
- package/dist/src/branch/quieries/types/get-branch.types.d.ts +0 -2
- package/dist/src/branch/quieries/types/get-branch.types.js +0 -3
- package/dist/src/branch/quieries/types/get-branch.types.js.map +0 -1
- package/dist/src/branch/quieries/types/get-draft-revision.types.d.ts +0 -2
- package/dist/src/branch/quieries/types/get-draft-revision.types.js +0 -3
- package/dist/src/branch/quieries/types/get-draft-revision.types.js.map +0 -1
- package/dist/src/branch/quieries/types/get-head-revision.types.d.ts +0 -2
- package/dist/src/branch/quieries/types/get-head-revision.types.js +0 -3
- package/dist/src/branch/quieries/types/get-head-revision.types.js.map +0 -1
- package/dist/src/branch/quieries/types/get-start-revision.types.d.ts +0 -2
- package/dist/src/branch/quieries/types/get-start-revision.types.js +0 -3
- package/dist/src/branch/quieries/types/get-start-revision.types.js.map +0 -1
- package/dist/src/branch/quieries/types/index.d.ts +0 -4
- package/dist/src/branch/quieries/types/index.js +0 -3
- package/dist/src/branch/quieries/types/index.js.map +0 -1
- package/dist/src/clean/clean.module.d.ts +0 -2
- package/dist/src/clean/clean.module.js +0 -24
- package/dist/src/clean/clean.module.js.map +0 -1
- package/dist/src/clean/clean.service.d.ts +0 -7
- package/dist/src/clean/clean.service.js +0 -46
- package/dist/src/clean/clean.service.js.map +0 -1
- package/dist/src/clean/commands/handlers/clean-rows.handler.d.ts +0 -8
- package/dist/src/clean/commands/handlers/clean-rows.handler.js +0 -35
- package/dist/src/clean/commands/handlers/clean-rows.handler.js.map +0 -1
- package/dist/src/clean/commands/handlers/clean-tables.handler.d.ts +0 -8
- package/dist/src/clean/commands/handlers/clean-tables.handler.js +0 -35
- package/dist/src/clean/commands/handlers/clean-tables.handler.js.map +0 -1
- package/dist/src/clean/commands/handlers/index.d.ts +0 -3
- package/dist/src/clean/commands/handlers/index.js +0 -7
- package/dist/src/clean/commands/handlers/index.js.map +0 -1
- package/dist/src/clean/commands/impl/clean-rows.command.d.ts +0 -2
- package/dist/src/clean/commands/impl/clean-rows.command.js +0 -7
- package/dist/src/clean/commands/impl/clean-rows.command.js.map +0 -1
- package/dist/src/clean/commands/impl/clean-tables.command.d.ts +0 -2
- package/dist/src/clean/commands/impl/clean-tables.command.js +0 -7
- package/dist/src/clean/commands/impl/clean-tables.command.js.map +0 -1
- package/dist/src/configuration/configuration.module.d.ts +0 -2
- package/dist/src/configuration/configuration.module.js +0 -24
- package/dist/src/configuration/configuration.module.js.map +0 -1
- package/dist/src/configuration/queries/handlers/get-configuration.handler.d.ts +0 -13
- package/dist/src/configuration/queries/handlers/get-configuration.handler.js +0 -48
- package/dist/src/configuration/queries/handlers/get-configuration.handler.js.map +0 -1
- package/dist/src/configuration/queries/handlers/index.d.ts +0 -1
- package/dist/src/configuration/queries/handlers/index.js +0 -18
- package/dist/src/configuration/queries/handlers/index.js.map +0 -1
- package/dist/src/configuration/queries/impl/get-configuration.query.d.ts +0 -14
- package/dist/src/configuration/queries/impl/get-configuration.query.js +0 -8
- package/dist/src/configuration/queries/impl/get-configuration.query.js.map +0 -1
- package/dist/src/configuration/queries/impl/index.d.ts +0 -1
- package/dist/src/configuration/queries/impl/index.js +0 -18
- package/dist/src/configuration/queries/impl/index.js.map +0 -1
- package/dist/src/configuration/queries/index.d.ts +0 -2
- package/dist/src/configuration/queries/index.js +0 -6
- package/dist/src/configuration/queries/index.js.map +0 -1
- package/dist/src/core/core.module.d.ts +0 -2
- package/dist/src/core/core.module.js +0 -67
- package/dist/src/core/core.module.js.map +0 -1
- package/dist/src/database/database.module.d.ts +0 -2
- package/dist/src/database/database.module.js +0 -24
- package/dist/src/database/database.module.js.map +0 -1
- package/dist/src/database/id.service.d.ts +0 -3
- package/dist/src/database/id.service.js +0 -21
- package/dist/src/database/id.service.js.map +0 -1
- package/dist/src/database/prisma.service.d.ts +0 -5
- package/dist/src/database/prisma.service.js +0 -21
- package/dist/src/database/prisma.service.js.map +0 -1
- package/dist/src/database/transaction-prisma.service.d.ts +0 -14
- package/dist/src/database/transaction-prisma.service.js +0 -39
- package/dist/src/database/transaction-prisma.service.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-create-revision.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-create-revision.handler.js +0 -45
- package/dist/src/draft/commands/handlers/api-create-revision.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-create-row.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-create-row.handler.js +0 -59
- package/dist/src/draft/commands/handlers/api-create-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-create-table.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-create-table.handler.js +0 -45
- package/dist/src/draft/commands/handlers/api-create-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-remove-row.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-remove-row.handler.js +0 -59
- package/dist/src/draft/commands/handlers/api-remove-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-remove-table.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-remove-table.handler.js +0 -43
- package/dist/src/draft/commands/handlers/api-remove-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-revert-changes.handler.d.ts +0 -12
- package/dist/src/draft/commands/handlers/api-revert-changes.handler.js +0 -40
- package/dist/src/draft/commands/handlers/api-revert-changes.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-update-row.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-update-row.handler.js +0 -57
- package/dist/src/draft/commands/handlers/api-update-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/api-update-table.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/api-update-table.handler.js +0 -45
- package/dist/src/draft/commands/handlers/api-update-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/create-revision.handler.d.ts +0 -24
- package/dist/src/draft/commands/handlers/create-revision.handler.js +0 -140
- package/dist/src/draft/commands/handlers/create-revision.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/create-row.handler.d.ts +0 -29
- package/dist/src/draft/commands/handlers/create-row.handler.js +0 -132
- package/dist/src/draft/commands/handlers/create-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/create-table.handler.d.ts +0 -30
- package/dist/src/draft/commands/handlers/create-table.handler.js +0 -123
- package/dist/src/draft/commands/handlers/create-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/index.d.ts +0 -25
- package/dist/src/draft/commands/handlers/index.js +0 -54
- package/dist/src/draft/commands/handlers/index.js.map +0 -1
- package/dist/src/draft/commands/handlers/remove-row.handler.d.ts +0 -33
- package/dist/src/draft/commands/handlers/remove-row.handler.js +0 -232
- package/dist/src/draft/commands/handlers/remove-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/remove-table.handler.d.ts +0 -33
- package/dist/src/draft/commands/handlers/remove-table.handler.js +0 -178
- package/dist/src/draft/commands/handlers/remove-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/revert-changes.handler.d.ts +0 -17
- package/dist/src/draft/commands/handlers/revert-changes.handler.js +0 -96
- package/dist/src/draft/commands/handlers/revert-changes.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-row.handler.d.ts +0 -26
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-row.handler.js +0 -115
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-rows.handler.d.ts +0 -26
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-rows.handler.js +0 -145
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-rows.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-table.handler.d.ts +0 -24
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-table.handler.js +0 -113
- package/dist/src/draft/commands/handlers/transactional/get-or-create-draft-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/resolve-draft-revision.handler.d.ts +0 -13
- package/dist/src/draft/commands/handlers/transactional/resolve-draft-revision.handler.js +0 -62
- package/dist/src/draft/commands/handlers/transactional/resolve-draft-revision.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/validate-data.handler.d.ts +0 -14
- package/dist/src/draft/commands/handlers/transactional/validate-data.handler.js +0 -67
- package/dist/src/draft/commands/handlers/transactional/validate-data.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/validate-not-system-table.handler.d.ts +0 -10
- package/dist/src/draft/commands/handlers/transactional/validate-not-system-table.handler.js +0 -35
- package/dist/src/draft/commands/handlers/transactional/validate-not-system-table.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/transactional/validate-schema.handler.d.ts +0 -14
- package/dist/src/draft/commands/handlers/transactional/validate-schema.handler.js +0 -51
- package/dist/src/draft/commands/handlers/transactional/validate-schema.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/update-row.handler.d.ts +0 -18
- package/dist/src/draft/commands/handlers/update-row.handler.js +0 -75
- package/dist/src/draft/commands/handlers/update-row.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/update-rows.handler.d.ts +0 -17
- package/dist/src/draft/commands/handlers/update-rows.handler.js +0 -74
- package/dist/src/draft/commands/handlers/update-rows.handler.js.map +0 -1
- package/dist/src/draft/commands/handlers/update-table.handler.d.ts +0 -29
- package/dist/src/draft/commands/handlers/update-table.handler.js +0 -166
- package/dist/src/draft/commands/handlers/update-table.handler.js.map +0 -1
- package/dist/src/draft/commands/impl/api-create-revision.command.d.ts +0 -14
- package/dist/src/draft/commands/impl/api-create-revision.command.js +0 -10
- package/dist/src/draft/commands/impl/api-create-revision.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-create-row.command.d.ts +0 -17
- package/dist/src/draft/commands/impl/api-create-row.command.js +0 -10
- package/dist/src/draft/commands/impl/api-create-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-create-table.command.d.ts +0 -13
- package/dist/src/draft/commands/impl/api-create-table.command.js +0 -10
- package/dist/src/draft/commands/impl/api-create-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-remove-row.command.d.ts +0 -14
- package/dist/src/draft/commands/impl/api-remove-row.command.js +0 -10
- package/dist/src/draft/commands/impl/api-remove-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-remove-table.command.d.ts +0 -10
- package/dist/src/draft/commands/impl/api-remove-table.command.js +0 -10
- package/dist/src/draft/commands/impl/api-remove-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-revert-changes.command.d.ts +0 -12
- package/dist/src/draft/commands/impl/api-revert-changes.command.js +0 -10
- package/dist/src/draft/commands/impl/api-revert-changes.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-update-row.command.d.ts +0 -17
- package/dist/src/draft/commands/impl/api-update-row.command.js +0 -10
- package/dist/src/draft/commands/impl/api-update-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/api-update-table.command.d.ts +0 -13
- package/dist/src/draft/commands/impl/api-update-table.command.js +0 -10
- package/dist/src/draft/commands/impl/api-update-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/create-revision.command.d.ts +0 -14
- package/dist/src/draft/commands/impl/create-revision.command.js +0 -10
- package/dist/src/draft/commands/impl/create-revision.command.js.map +0 -1
- package/dist/src/draft/commands/impl/create-row.command.d.ts +0 -17
- package/dist/src/draft/commands/impl/create-row.command.js +0 -10
- package/dist/src/draft/commands/impl/create-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/create-table.command.d.ts +0 -13
- package/dist/src/draft/commands/impl/create-table.command.js +0 -10
- package/dist/src/draft/commands/impl/create-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/remove-row.command.d.ts +0 -14
- package/dist/src/draft/commands/impl/remove-row.command.js +0 -10
- package/dist/src/draft/commands/impl/remove-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/remove-table.command.d.ts +0 -10
- package/dist/src/draft/commands/impl/remove-table.command.js +0 -10
- package/dist/src/draft/commands/impl/remove-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/revert-changes.command.d.ts +0 -12
- package/dist/src/draft/commands/impl/revert-changes.command.js +0 -10
- package/dist/src/draft/commands/impl/revert-changes.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-row.command.d.ts +0 -4
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-row.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-rows.command.d.ts +0 -4
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-rows.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-rows.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-table.command.d.ts +0 -4
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-table.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/get-or-create-draft-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/resolve-draft-revision.command.d.ts +0 -4
- package/dist/src/draft/commands/impl/transactional/resolve-draft-revision.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/resolve-draft-revision.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/validate-data.command.d.ts +0 -24
- package/dist/src/draft/commands/impl/transactional/validate-data.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/validate-data.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/validate-not-system-table.command.d.ts +0 -4
- package/dist/src/draft/commands/impl/transactional/validate-not-system-table.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/validate-not-system-table.command.js.map +0 -1
- package/dist/src/draft/commands/impl/transactional/validate-schema.command.d.ts +0 -5
- package/dist/src/draft/commands/impl/transactional/validate-schema.command.js +0 -10
- package/dist/src/draft/commands/impl/transactional/validate-schema.command.js.map +0 -1
- package/dist/src/draft/commands/impl/update-row.command.d.ts +0 -17
- package/dist/src/draft/commands/impl/update-row.command.js +0 -10
- package/dist/src/draft/commands/impl/update-row.command.js.map +0 -1
- package/dist/src/draft/commands/impl/update-rows.command.d.ts +0 -22
- package/dist/src/draft/commands/impl/update-rows.command.js +0 -10
- package/dist/src/draft/commands/impl/update-rows.command.js.map +0 -1
- package/dist/src/draft/commands/impl/update-table.command.d.ts +0 -13
- package/dist/src/draft/commands/impl/update-table.command.js +0 -10
- package/dist/src/draft/commands/impl/update-table.command.js.map +0 -1
- package/dist/src/draft/commands/types/api-create-row.handler.types.d.ts +0 -7
- package/dist/src/draft/commands/types/api-create-row.handler.types.js +0 -3
- package/dist/src/draft/commands/types/api-create-row.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/api-create-table.handler.types.d.ts +0 -5
- package/dist/src/draft/commands/types/api-create-table.handler.types.js +0 -3
- package/dist/src/draft/commands/types/api-create-table.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/api-remove-row.handler.types.d.ts +0 -7
- package/dist/src/draft/commands/types/api-remove-row.handler.types.js +0 -3
- package/dist/src/draft/commands/types/api-remove-row.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/api-remove-table.handler.types.d.ts +0 -4
- package/dist/src/draft/commands/types/api-remove-table.handler.types.js +0 -3
- package/dist/src/draft/commands/types/api-remove-table.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/api-update-row.handler.types.d.ts +0 -8
- package/dist/src/draft/commands/types/api-update-row.handler.types.js +0 -3
- package/dist/src/draft/commands/types/api-update-row.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/api-update-table.handler.types.d.ts +0 -5
- package/dist/src/draft/commands/types/api-update-table.handler.types.js +0 -3
- package/dist/src/draft/commands/types/api-update-table.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/create-revision.handler.types.d.ts +0 -5
- package/dist/src/draft/commands/types/create-revision.handler.types.js +0 -3
- package/dist/src/draft/commands/types/create-revision.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/create-row.handler.types.d.ts +0 -5
- package/dist/src/draft/commands/types/create-row.handler.types.js +0 -3
- package/dist/src/draft/commands/types/create-row.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/create-table.handler.types.d.ts +0 -5
- package/dist/src/draft/commands/types/create-table.handler.types.js +0 -3
- package/dist/src/draft/commands/types/create-table.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/remove-row.handler.types.d.ts +0 -5
- package/dist/src/draft/commands/types/remove-row.handler.types.js +0 -3
- package/dist/src/draft/commands/types/remove-row.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/remove-table.handler.types.d.ts +0 -4
- package/dist/src/draft/commands/types/remove-table.handler.types.js +0 -3
- package/dist/src/draft/commands/types/remove-table.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/revert-changes.handler.types.d.ts +0 -4
- package/dist/src/draft/commands/types/revert-changes.handler.types.js +0 -3
- package/dist/src/draft/commands/types/revert-changes.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/update-row.handler.types.d.ts +0 -6
- package/dist/src/draft/commands/types/update-row.handler.types.js +0 -3
- package/dist/src/draft/commands/types/update-row.handler.types.js.map +0 -1
- package/dist/src/draft/commands/types/update-table.handler.types.d.ts +0 -4
- package/dist/src/draft/commands/types/update-table.handler.types.js +0 -3
- package/dist/src/draft/commands/types/update-table.handler.types.js.map +0 -1
- package/dist/src/draft/draft-context.service.d.ts +0 -25
- package/dist/src/draft/draft-context.service.js +0 -75
- package/dist/src/draft/draft-context.service.js.map +0 -1
- package/dist/src/draft/draft-request-dto/draft-revision-request.dto.d.ts +0 -14
- package/dist/src/draft/draft-request-dto/draft-revision-request.dto.js +0 -52
- package/dist/src/draft/draft-request-dto/draft-revision-request.dto.js.map +0 -1
- package/dist/src/draft/draft-request-dto/index.d.ts +0 -5
- package/dist/src/draft/draft-request-dto/index.js +0 -14
- package/dist/src/draft/draft-request-dto/index.js.map +0 -1
- package/dist/src/draft/draft-request-dto/row-request.dto.d.ts +0 -11
- package/dist/src/draft/draft-request-dto/row-request.dto.js +0 -43
- package/dist/src/draft/draft-request-dto/row-request.dto.js.map +0 -1
- package/dist/src/draft/draft-request-dto/rows-request.dto.d.ts +0 -13
- package/dist/src/draft/draft-request-dto/rows-request.dto.js +0 -31
- package/dist/src/draft/draft-request-dto/rows-request.dto.js.map +0 -1
- package/dist/src/draft/draft-request-dto/table-request.dto.d.ts +0 -11
- package/dist/src/draft/draft-request-dto/table-request.dto.js +0 -43
- package/dist/src/draft/draft-request-dto/table-request.dto.js.map +0 -1
- package/dist/src/draft/draft.handler.d.ts +0 -13
- package/dist/src/draft/draft.handler.js +0 -23
- package/dist/src/draft/draft.handler.js.map +0 -1
- package/dist/src/draft/draft.module.d.ts +0 -2
- package/dist/src/draft/draft.module.js +0 -44
- package/dist/src/draft/draft.module.js.map +0 -1
- package/dist/src/draft/draft.transactional.commands.d.ts +0 -23
- package/dist/src/draft/draft.transactional.commands.js +0 -53
- package/dist/src/draft/draft.transactional.commands.js.map +0 -1
- package/dist/src/draft/json-schema-validator.service.d.ts +0 -24
- package/dist/src/draft/json-schema-validator.service.js +0 -76
- package/dist/src/draft/json-schema-validator.service.js.map +0 -1
- package/dist/src/draft/session-changelog.service.d.ts +0 -27
- package/dist/src/draft/session-changelog.service.js +0 -124
- package/dist/src/draft/session-changelog.service.js.map +0 -1
- package/dist/src/email/email.module.d.ts +0 -2
- package/dist/src/email/email.module.js +0 -25
- package/dist/src/email/email.module.js.map +0 -1
- package/dist/src/email/email.service.d.ts +0 -14
- package/dist/src/email/email.service.js +0 -55
- package/dist/src/email/email.service.js.map +0 -1
- package/dist/src/email/templates/registration.hbs +0 -286
- package/dist/src/email/templates.service.d.ts +0 -8
- package/dist/src/email/templates.service.js +0 -53
- package/dist/src/email/templates.service.js.map +0 -1
- package/dist/src/email/transporter.service.d.ts +0 -16
- package/dist/src/email/transporter.service.js +0 -49
- package/dist/src/email/transporter.service.js.map +0 -1
- package/dist/src/endpoint/commands/handlers/api-create-endpoint.handler.d.ts +0 -8
- package/dist/src/endpoint/commands/handlers/api-create-endpoint.handler.js +0 -32
- package/dist/src/endpoint/commands/handlers/api-create-endpoint.handler.js.map +0 -1
- package/dist/src/endpoint/commands/handlers/create-endpoint.handler.d.ts +0 -13
- package/dist/src/endpoint/commands/handlers/create-endpoint.handler.js +0 -61
- package/dist/src/endpoint/commands/handlers/create-endpoint.handler.js.map +0 -1
- package/dist/src/endpoint/commands/handlers/delete-endpoint.handler.d.ts +0 -12
- package/dist/src/endpoint/commands/handlers/delete-endpoint.handler.js +0 -50
- package/dist/src/endpoint/commands/handlers/delete-endpoint.handler.js.map +0 -1
- package/dist/src/endpoint/commands/handlers/index.d.ts +0 -4
- package/dist/src/endpoint/commands/handlers/index.js +0 -12
- package/dist/src/endpoint/commands/handlers/index.js.map +0 -1
- package/dist/src/endpoint/commands/impl/api-create-endpoint.command.d.ts +0 -11
- package/dist/src/endpoint/commands/impl/api-create-endpoint.command.js +0 -10
- package/dist/src/endpoint/commands/impl/api-create-endpoint.command.js.map +0 -1
- package/dist/src/endpoint/commands/impl/create-endpoint.command.d.ts +0 -11
- package/dist/src/endpoint/commands/impl/create-endpoint.command.js +0 -10
- package/dist/src/endpoint/commands/impl/create-endpoint.command.js.map +0 -1
- package/dist/src/endpoint/commands/impl/delete-endpoint.command.d.ts +0 -8
- package/dist/src/endpoint/commands/impl/delete-endpoint.command.js +0 -10
- package/dist/src/endpoint/commands/impl/delete-endpoint.command.js.map +0 -1
- package/dist/src/endpoint/commands/impl/index.d.ts +0 -3
- package/dist/src/endpoint/commands/impl/index.js +0 -20
- package/dist/src/endpoint/commands/impl/index.js.map +0 -1
- package/dist/src/endpoint/endpoint.module.d.ts +0 -2
- package/dist/src/endpoint/endpoint.module.js +0 -25
- package/dist/src/endpoint/endpoint.module.js.map +0 -1
- package/dist/src/endpoint/queries/handlers/get-created-endpoint.handler.d.ts +0 -14
- package/dist/src/endpoint/queries/handlers/get-created-endpoint.handler.js +0 -29
- package/dist/src/endpoint/queries/handlers/get-created-endpoint.handler.js.map +0 -1
- package/dist/src/endpoint/queries/handlers/get-revision-by-endpoint-id.handler.d.ts +0 -19
- package/dist/src/endpoint/queries/handlers/get-revision-by-endpoint-id.handler.js +0 -33
- package/dist/src/endpoint/queries/handlers/get-revision-by-endpoint-id.handler.js.map +0 -1
- package/dist/src/endpoint/queries/handlers/index.d.ts +0 -3
- package/dist/src/endpoint/queries/handlers/index.js +0 -10
- package/dist/src/endpoint/queries/handlers/index.js.map +0 -1
- package/dist/src/endpoint/queries/impl/get-created-endpoint.query.d.ts +0 -8
- package/dist/src/endpoint/queries/impl/get-created-endpoint.query.js +0 -10
- package/dist/src/endpoint/queries/impl/get-created-endpoint.query.js.map +0 -1
- package/dist/src/endpoint/queries/impl/get-revision-by-endpoint-id.query.d.ts +0 -4
- package/dist/src/endpoint/queries/impl/get-revision-by-endpoint-id.query.js +0 -10
- package/dist/src/endpoint/queries/impl/get-revision-by-endpoint-id.query.js.map +0 -1
- package/dist/src/endpoint/queries/impl/index.d.ts +0 -2
- package/dist/src/endpoint/queries/impl/index.js +0 -19
- package/dist/src/endpoint/queries/impl/index.js.map +0 -1
- package/dist/src/graphql-api/auth/auth.resolver.d.ts +0 -13
- package/dist/src/graphql-api/auth/auth.resolver.js +0 -103
- package/dist/src/graphql-api/auth/auth.resolver.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/confirm-email-code.input.d.ts +0 -3
- package/dist/src/graphql-api/auth/inputs/confirm-email-code.input.js +0 -24
- package/dist/src/graphql-api/auth/inputs/confirm-email-code.input.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/create-user.input.d.ts +0 -7
- package/dist/src/graphql-api/auth/inputs/create-user.input.js +0 -37
- package/dist/src/graphql-api/auth/inputs/create-user.input.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/index.d.ts +0 -6
- package/dist/src/graphql-api/auth/inputs/index.js +0 -23
- package/dist/src/graphql-api/auth/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/login-github.input.d.ts +0 -3
- package/dist/src/graphql-api/auth/inputs/login-github.input.js +0 -24
- package/dist/src/graphql-api/auth/inputs/login-github.input.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/login-google.input.d.ts +0 -4
- package/dist/src/graphql-api/auth/inputs/login-google.input.js +0 -28
- package/dist/src/graphql-api/auth/inputs/login-google.input.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/login.input.d.ts +0 -4
- package/dist/src/graphql-api/auth/inputs/login.input.js +0 -28
- package/dist/src/graphql-api/auth/inputs/login.input.js.map +0 -1
- package/dist/src/graphql-api/auth/inputs/sign-up.input.d.ts +0 -5
- package/dist/src/graphql-api/auth/inputs/sign-up.input.js +0 -32
- package/dist/src/graphql-api/auth/inputs/sign-up.input.js.map +0 -1
- package/dist/src/graphql-api/auth/model/index.d.ts +0 -1
- package/dist/src/graphql-api/auth/model/index.js +0 -18
- package/dist/src/graphql-api/auth/model/index.js.map +0 -1
- package/dist/src/graphql-api/auth/model/login.model.d.ts +0 -3
- package/dist/src/graphql-api/auth/model/login.model.js +0 -24
- package/dist/src/graphql-api/auth/model/login.model.js.map +0 -1
- package/dist/src/graphql-api/branch/branch.resolver.d.ts +0 -23
- package/dist/src/graphql-api/branch/branch.resolver.js +0 -176
- package/dist/src/graphql-api/branch/branch.resolver.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/create-branch-by-revision-id.input.d.ts +0 -5
- package/dist/src/graphql-api/branch/inputs/create-branch-by-revision-id.input.js +0 -30
- package/dist/src/graphql-api/branch/inputs/create-branch-by-revision-id.input.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/create-branch.input.d.ts +0 -4
- package/dist/src/graphql-api/branch/inputs/create-branch.input.js +0 -26
- package/dist/src/graphql-api/branch/inputs/create-branch.input.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/get-branch-revisions.input.d.ts +0 -6
- package/dist/src/graphql-api/branch/inputs/get-branch-revisions.input.js +0 -36
- package/dist/src/graphql-api/branch/inputs/get-branch-revisions.input.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/get-branch.input.d.ts +0 -5
- package/dist/src/graphql-api/branch/inputs/get-branch.input.js +0 -32
- package/dist/src/graphql-api/branch/inputs/get-branch.input.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/get-branches.input.d.ts +0 -6
- package/dist/src/graphql-api/branch/inputs/get-branches.input.js +0 -36
- package/dist/src/graphql-api/branch/inputs/get-branches.input.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/index.d.ts +0 -5
- package/dist/src/graphql-api/branch/inputs/index.js +0 -22
- package/dist/src/graphql-api/branch/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/branch/inputs/revert-changes.input.d.ts +0 -5
- package/dist/src/graphql-api/branch/inputs/revert-changes.input.js +0 -32
- package/dist/src/graphql-api/branch/inputs/revert-changes.input.js.map +0 -1
- package/dist/src/graphql-api/branch/model/branch.model.d.ts +0 -21
- package/dist/src/graphql-api/branch/model/branch.model.js +0 -78
- package/dist/src/graphql-api/branch/model/branch.model.js.map +0 -1
- package/dist/src/graphql-api/branch/model/parent-branch.model.d.ts +0 -6
- package/dist/src/graphql-api/branch/model/parent-branch.model.js +0 -30
- package/dist/src/graphql-api/branch/model/parent-branch.model.js.map +0 -1
- package/dist/src/graphql-api/branch/parent-branch.resolver.d.ts +0 -8
- package/dist/src/graphql-api/branch/parent-branch.resolver.js +0 -51
- package/dist/src/graphql-api/branch/parent-branch.resolver.js.map +0 -1
- package/dist/src/graphql-api/configuration/configuration.resolver.d.ts +0 -7
- package/dist/src/graphql-api/configuration/configuration.resolver.js +0 -36
- package/dist/src/graphql-api/configuration/configuration.resolver.js.map +0 -1
- package/dist/src/graphql-api/configuration/model/configuration.model.d.ts +0 -13
- package/dist/src/graphql-api/configuration/model/configuration.model.js +0 -60
- package/dist/src/graphql-api/configuration/model/configuration.model.js.map +0 -1
- package/dist/src/graphql-api/configuration/model/index.d.ts +0 -1
- package/dist/src/graphql-api/configuration/model/index.js +0 -18
- package/dist/src/graphql-api/configuration/model/index.js.map +0 -1
- package/dist/src/graphql-api/current-user.decorator.d.ts +0 -1
- package/dist/src/graphql-api/current-user.decorator.js +0 -10
- package/dist/src/graphql-api/current-user.decorator.js.map +0 -1
- package/dist/src/graphql-api/draft/draft.resolver.d.ts +0 -14
- package/dist/src/graphql-api/draft/draft.resolver.js +0 -142
- package/dist/src/graphql-api/draft/draft.resolver.js.map +0 -1
- package/dist/src/graphql-api/draft/input/create-row.input.d.ts +0 -5
- package/dist/src/graphql-api/draft/input/create-row.input.js +0 -27
- package/dist/src/graphql-api/draft/input/create-row.input.js.map +0 -1
- package/dist/src/graphql-api/draft/input/create-table.input.d.ts +0 -6
- package/dist/src/graphql-api/draft/input/create-table.input.js +0 -34
- package/dist/src/graphql-api/draft/input/create-table.input.js.map +0 -1
- package/dist/src/graphql-api/draft/input/index.d.ts +0 -5
- package/dist/src/graphql-api/draft/input/index.js +0 -22
- package/dist/src/graphql-api/draft/input/index.js.map +0 -1
- package/dist/src/graphql-api/draft/input/remove-row.input.d.ts +0 -3
- package/dist/src/graphql-api/draft/input/remove-row.input.js +0 -18
- package/dist/src/graphql-api/draft/input/remove-row.input.js.map +0 -1
- package/dist/src/graphql-api/draft/input/remove-table.input.d.ts +0 -4
- package/dist/src/graphql-api/draft/input/remove-table.input.js +0 -28
- package/dist/src/graphql-api/draft/input/remove-table.input.js.map +0 -1
- package/dist/src/graphql-api/draft/input/update-row.input.d.ts +0 -5
- package/dist/src/graphql-api/draft/input/update-row.input.js +0 -27
- package/dist/src/graphql-api/draft/input/update-row.input.js.map +0 -1
- package/dist/src/graphql-api/draft/input/update-table.input.d.ts +0 -6
- package/dist/src/graphql-api/draft/input/update-table.input.js +0 -33
- package/dist/src/graphql-api/draft/input/update-table.input.js.map +0 -1
- package/dist/src/graphql-api/draft/model/create-row-result.model.d.ts +0 -7
- package/dist/src/graphql-api/draft/model/create-row-result.model.js +0 -34
- package/dist/src/graphql-api/draft/model/create-row-result.model.js.map +0 -1
- package/dist/src/graphql-api/draft/model/create-table-result.model.d.ts +0 -6
- package/dist/src/graphql-api/draft/model/create-table-result.model.js +0 -30
- package/dist/src/graphql-api/draft/model/create-table-result.model.js.map +0 -1
- package/dist/src/graphql-api/draft/model/remove-row-result.model.d.ts +0 -7
- package/dist/src/graphql-api/draft/model/remove-row-result.model.js +0 -34
- package/dist/src/graphql-api/draft/model/remove-row-result.model.js.map +0 -1
- package/dist/src/graphql-api/draft/model/remove-table-result.model.d.ts +0 -4
- package/dist/src/graphql-api/draft/model/remove-table-result.model.js +0 -25
- package/dist/src/graphql-api/draft/model/remove-table-result.model.js.map +0 -1
- package/dist/src/graphql-api/draft/model/update-row-result.model.d.ts +0 -8
- package/dist/src/graphql-api/draft/model/update-row-result.model.js +0 -38
- package/dist/src/graphql-api/draft/model/update-row-result.model.js.map +0 -1
- package/dist/src/graphql-api/draft/model/update-table-result.model.d.ts +0 -5
- package/dist/src/graphql-api/draft/model/update-table-result.model.js +0 -29
- package/dist/src/graphql-api/draft/model/update-table-result.model.js.map +0 -1
- package/dist/src/graphql-api/endpoint/endpoint.resolver.d.ts +0 -11
- package/dist/src/graphql-api/endpoint/endpoint.resolver.js +0 -83
- package/dist/src/graphql-api/endpoint/endpoint.resolver.js.map +0 -1
- package/dist/src/graphql-api/endpoint/inputs/create-endpoint.input.d.ts +0 -5
- package/dist/src/graphql-api/endpoint/inputs/create-endpoint.input.js +0 -29
- package/dist/src/graphql-api/endpoint/inputs/create-endpoint.input.js.map +0 -1
- package/dist/src/graphql-api/endpoint/inputs/delete-endpoint.input.d.ts +0 -3
- package/dist/src/graphql-api/endpoint/inputs/delete-endpoint.input.js +0 -24
- package/dist/src/graphql-api/endpoint/inputs/delete-endpoint.input.js.map +0 -1
- package/dist/src/graphql-api/endpoint/inputs/get-endpoint.input.d.ts +0 -3
- package/dist/src/graphql-api/endpoint/inputs/get-endpoint.input.js +0 -24
- package/dist/src/graphql-api/endpoint/inputs/get-endpoint.input.js.map +0 -1
- package/dist/src/graphql-api/endpoint/inputs/index.d.ts +0 -3
- package/dist/src/graphql-api/endpoint/inputs/index.js +0 -20
- package/dist/src/graphql-api/endpoint/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/endpoint/model/endpoint.model.d.ts +0 -11
- package/dist/src/graphql-api/endpoint/model/endpoint.model.js +0 -42
- package/dist/src/graphql-api/endpoint/model/endpoint.model.js.map +0 -1
- package/dist/src/graphql-api/endpoint/model/index.d.ts +0 -1
- package/dist/src/graphql-api/endpoint/model/index.js +0 -18
- package/dist/src/graphql-api/endpoint/model/index.js.map +0 -1
- package/dist/src/graphql-api/graphql-api.module.d.ts +0 -2
- package/dist/src/graphql-api/graphql-api.module.js +0 -70
- package/dist/src/graphql-api/graphql-api.module.js.map +0 -1
- package/dist/src/graphql-api/organization/inputs/add-user-to-organization.input.d.ts +0 -6
- package/dist/src/graphql-api/organization/inputs/add-user-to-organization.input.js +0 -33
- package/dist/src/graphql-api/organization/inputs/add-user-to-organization.input.js.map +0 -1
- package/dist/src/graphql-api/organization/inputs/get-users-organization.input.d.ts +0 -5
- package/dist/src/graphql-api/organization/inputs/get-users-organization.input.js +0 -32
- package/dist/src/graphql-api/organization/inputs/get-users-organization.input.js.map +0 -1
- package/dist/src/graphql-api/organization/inputs/index.d.ts +0 -3
- package/dist/src/graphql-api/organization/inputs/index.js +0 -20
- package/dist/src/graphql-api/organization/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/organization/inputs/remove-user-from-organization.input.d.ts +0 -4
- package/dist/src/graphql-api/organization/inputs/remove-user-from-organization.input.js +0 -28
- package/dist/src/graphql-api/organization/inputs/remove-user-from-organization.input.js.map +0 -1
- package/dist/src/graphql-api/organization/model/users-organization.connection.d.ts +0 -5
- package/dist/src/graphql-api/organization/model/users-organization.connection.js +0 -19
- package/dist/src/graphql-api/organization/model/users-organization.connection.js.map +0 -1
- package/dist/src/graphql-api/organization/model/users-organization.model.d.ts +0 -7
- package/dist/src/graphql-api/organization/model/users-organization.model.js +0 -34
- package/dist/src/graphql-api/organization/model/users-organization.model.js.map +0 -1
- package/dist/src/graphql-api/organization/organization.resolver.d.ts +0 -15
- package/dist/src/graphql-api/organization/organization.resolver.js +0 -126
- package/dist/src/graphql-api/organization/organization.resolver.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/add-user-to-project.input.d.ts +0 -7
- package/dist/src/graphql-api/project/inputs/add-user-to-project.input.js +0 -37
- package/dist/src/graphql-api/project/inputs/add-user-to-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/create-project.input.d.ts +0 -6
- package/dist/src/graphql-api/project/inputs/create-project.input.js +0 -36
- package/dist/src/graphql-api/project/inputs/create-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/delete-project.input.d.ts +0 -4
- package/dist/src/graphql-api/project/inputs/delete-project.input.js +0 -28
- package/dist/src/graphql-api/project/inputs/delete-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/get-project-branches.input.d.ts +0 -4
- package/dist/src/graphql-api/project/inputs/get-project-branches.input.js +0 -28
- package/dist/src/graphql-api/project/inputs/get-project-branches.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/get-project.input.d.ts +0 -4
- package/dist/src/graphql-api/project/inputs/get-project.input.js +0 -28
- package/dist/src/graphql-api/project/inputs/get-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/get-projects.input.d.ts +0 -5
- package/dist/src/graphql-api/project/inputs/get-projects.input.js +0 -32
- package/dist/src/graphql-api/project/inputs/get-projects.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/get-users-project.input.d.ts +0 -6
- package/dist/src/graphql-api/project/inputs/get-users-project.input.js +0 -36
- package/dist/src/graphql-api/project/inputs/get-users-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/index.d.ts +0 -7
- package/dist/src/graphql-api/project/inputs/index.js +0 -24
- package/dist/src/graphql-api/project/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/remove-user-from-project.input.d.ts +0 -5
- package/dist/src/graphql-api/project/inputs/remove-user-from-project.input.js +0 -32
- package/dist/src/graphql-api/project/inputs/remove-user-from-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/inputs/update-project.input.d.ts +0 -5
- package/dist/src/graphql-api/project/inputs/update-project.input.js +0 -32
- package/dist/src/graphql-api/project/inputs/update-project.input.js.map +0 -1
- package/dist/src/graphql-api/project/model/index.d.ts +0 -1
- package/dist/src/graphql-api/project/model/index.js +0 -18
- package/dist/src/graphql-api/project/model/index.js.map +0 -1
- package/dist/src/graphql-api/project/model/project.model.d.ts +0 -10
- package/dist/src/graphql-api/project/model/project.model.js +0 -49
- package/dist/src/graphql-api/project/model/project.model.js.map +0 -1
- package/dist/src/graphql-api/project/model/projects.connection.d.ts +0 -5
- package/dist/src/graphql-api/project/model/projects.connection.js +0 -19
- package/dist/src/graphql-api/project/model/projects.connection.js.map +0 -1
- package/dist/src/graphql-api/project/model/users-project.connection.d.ts +0 -5
- package/dist/src/graphql-api/project/model/users-project.connection.js +0 -19
- package/dist/src/graphql-api/project/model/users-project.connection.js.map +0 -1
- package/dist/src/graphql-api/project/model/users-project.model.d.ts +0 -7
- package/dist/src/graphql-api/project/model/users-project.model.js +0 -34
- package/dist/src/graphql-api/project/model/users-project.model.js.map +0 -1
- package/dist/src/graphql-api/project/project.resolver.d.ts +0 -17
- package/dist/src/graphql-api/project/project.resolver.js +0 -154
- package/dist/src/graphql-api/project/project.resolver.js.map +0 -1
- package/dist/src/graphql-api/registerGraphqlEnums.d.ts +0 -1
- package/dist/src/graphql-api/registerGraphqlEnums.js +0 -14
- package/dist/src/graphql-api/registerGraphqlEnums.js.map +0 -1
- package/dist/src/graphql-api/revision/child-branch.resolver.d.ts +0 -8
- package/dist/src/graphql-api/revision/child-branch.resolver.js +0 -51
- package/dist/src/graphql-api/revision/child-branch.resolver.js.map +0 -1
- package/dist/src/graphql-api/revision/inputs/create-revision.input.d.ts +0 -6
- package/dist/src/graphql-api/revision/inputs/create-revision.input.js +0 -36
- package/dist/src/graphql-api/revision/inputs/create-revision.input.js.map +0 -1
- package/dist/src/graphql-api/revision/inputs/get-revision-tables.input.d.ts +0 -4
- package/dist/src/graphql-api/revision/inputs/get-revision-tables.input.js +0 -28
- package/dist/src/graphql-api/revision/inputs/get-revision-tables.input.js.map +0 -1
- package/dist/src/graphql-api/revision/inputs/get-revision.input.d.ts +0 -3
- package/dist/src/graphql-api/revision/inputs/get-revision.input.js +0 -24
- package/dist/src/graphql-api/revision/inputs/get-revision.input.js.map +0 -1
- package/dist/src/graphql-api/revision/model/child-branch.model.d.ts +0 -6
- package/dist/src/graphql-api/revision/model/child-branch.model.js +0 -30
- package/dist/src/graphql-api/revision/model/child-branch.model.js.map +0 -1
- package/dist/src/graphql-api/revision/model/revision.model.d.ts +0 -24
- package/dist/src/graphql-api/revision/model/revision.model.js +0 -87
- package/dist/src/graphql-api/revision/model/revision.model.js.map +0 -1
- package/dist/src/graphql-api/revision/revision.resolver.d.ts +0 -19
- package/dist/src/graphql-api/revision/revision.resolver.js +0 -150
- package/dist/src/graphql-api/revision/revision.resolver.js.map +0 -1
- package/dist/src/graphql-api/role/model/role.model.d.ts +0 -4
- package/dist/src/graphql-api/role/model/role.model.js +0 -28
- package/dist/src/graphql-api/role/model/role.model.js.map +0 -1
- package/dist/src/graphql-api/row/inputs/get-row-count-references-by.input.d.ts +0 -5
- package/dist/src/graphql-api/row/inputs/get-row-count-references-by.input.js +0 -32
- package/dist/src/graphql-api/row/inputs/get-row-count-references-by.input.js.map +0 -1
- package/dist/src/graphql-api/row/inputs/get-row-references.input.d.ts +0 -5
- package/dist/src/graphql-api/row/inputs/get-row-references.input.js +0 -32
- package/dist/src/graphql-api/row/inputs/get-row-references.input.js.map +0 -1
- package/dist/src/graphql-api/row/inputs/get-row.input.d.ts +0 -5
- package/dist/src/graphql-api/row/inputs/get-row.input.js +0 -32
- package/dist/src/graphql-api/row/inputs/get-row.input.js.map +0 -1
- package/dist/src/graphql-api/row/inputs/get-rows.input.d.ts +0 -6
- package/dist/src/graphql-api/row/inputs/get-rows.input.js +0 -36
- package/dist/src/graphql-api/row/inputs/get-rows.input.js.map +0 -1
- package/dist/src/graphql-api/row/inputs/index.d.ts +0 -3
- package/dist/src/graphql-api/row/inputs/index.js +0 -20
- package/dist/src/graphql-api/row/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/row/model/row-reference.model.d.ts +0 -6
- package/dist/src/graphql-api/row/model/row-reference.model.js +0 -30
- package/dist/src/graphql-api/row/model/row-reference.model.js.map +0 -1
- package/dist/src/graphql-api/row/model/row-references-connection.model.d.ts +0 -5
- package/dist/src/graphql-api/row/model/row-references-connection.model.js +0 -19
- package/dist/src/graphql-api/row/model/row-references-connection.model.js.map +0 -1
- package/dist/src/graphql-api/row/model/row.model.d.ts +0 -17
- package/dist/src/graphql-api/row/model/row.model.js +0 -55
- package/dist/src/graphql-api/row/model/row.model.js.map +0 -1
- package/dist/src/graphql-api/row/model/rows-connection.model.d.ts +0 -5
- package/dist/src/graphql-api/row/model/rows-connection.model.js +0 -19
- package/dist/src/graphql-api/row/model/rows-connection.model.js.map +0 -1
- package/dist/src/graphql-api/row/row.resolver.d.ts +0 -16
- package/dist/src/graphql-api/row/row.resolver.js +0 -128
- package/dist/src/graphql-api/row/row.resolver.js.map +0 -1
- package/dist/src/graphql-api/share/model/paginated.model.d.ts +0 -9
- package/dist/src/graphql-api/share/model/paginated.model.js +0 -70
- package/dist/src/graphql-api/share/model/paginated.model.js.map +0 -1
- package/dist/src/graphql-api/table/inputs/get-table-references.input.d.ts +0 -4
- package/dist/src/graphql-api/table/inputs/get-table-references.input.js +0 -28
- package/dist/src/graphql-api/table/inputs/get-table-references.input.js.map +0 -1
- package/dist/src/graphql-api/table/inputs/get-table-rows.input.d.ts +0 -4
- package/dist/src/graphql-api/table/inputs/get-table-rows.input.js +0 -28
- package/dist/src/graphql-api/table/inputs/get-table-rows.input.js.map +0 -1
- package/dist/src/graphql-api/table/inputs/get-table.input.d.ts +0 -4
- package/dist/src/graphql-api/table/inputs/get-table.input.js +0 -28
- package/dist/src/graphql-api/table/inputs/get-table.input.js.map +0 -1
- package/dist/src/graphql-api/table/inputs/get-tables.input.d.ts +0 -5
- package/dist/src/graphql-api/table/inputs/get-tables.input.js +0 -32
- package/dist/src/graphql-api/table/inputs/get-tables.input.js.map +0 -1
- package/dist/src/graphql-api/table/model/table-connection.model.d.ts +0 -5
- package/dist/src/graphql-api/table/model/table-connection.model.js +0 -19
- package/dist/src/graphql-api/table/model/table-connection.model.js.map +0 -1
- package/dist/src/graphql-api/table/model/table.model.d.ts +0 -20
- package/dist/src/graphql-api/table/model/table.model.js +0 -68
- package/dist/src/graphql-api/table/model/table.model.js.map +0 -1
- package/dist/src/graphql-api/table/table.resolver.d.ts +0 -20
- package/dist/src/graphql-api/table/table.resolver.js +0 -166
- package/dist/src/graphql-api/table/table.resolver.js.map +0 -1
- package/dist/src/graphql-api/user/inputs/index.d.ts +0 -3
- package/dist/src/graphql-api/user/inputs/index.js +0 -20
- package/dist/src/graphql-api/user/inputs/index.js.map +0 -1
- package/dist/src/graphql-api/user/inputs/me-projects.input.d.ts +0 -4
- package/dist/src/graphql-api/user/inputs/me-projects.input.js +0 -28
- package/dist/src/graphql-api/user/inputs/me-projects.input.js.map +0 -1
- package/dist/src/graphql-api/user/inputs/set-username.input.d.ts +0 -3
- package/dist/src/graphql-api/user/inputs/set-username.input.js +0 -24
- package/dist/src/graphql-api/user/inputs/set-username.input.js.map +0 -1
- package/dist/src/graphql-api/user/inputs/update-password.input.d.ts +0 -4
- package/dist/src/graphql-api/user/inputs/update-password.input.js +0 -28
- package/dist/src/graphql-api/user/inputs/update-password.input.js.map +0 -1
- package/dist/src/graphql-api/user/model/user.model.d.ts +0 -6
- package/dist/src/graphql-api/user/model/user.model.js +0 -36
- package/dist/src/graphql-api/user/model/user.model.js.map +0 -1
- package/dist/src/graphql-api/user/user.resolver.d.ts +0 -15
- package/dist/src/graphql-api/user/user.resolver.js +0 -104
- package/dist/src/graphql-api/user/user.resolver.js.map +0 -1
- package/dist/src/health/health.controller.d.ts +0 -3
- package/dist/src/health/health.controller.js +0 -31
- package/dist/src/health/health.controller.js.map +0 -1
- package/dist/src/health/health.module.d.ts +0 -2
- package/dist/src/health/health.module.js +0 -18
- package/dist/src/health/health.module.js.map +0 -1
- package/dist/src/index.d.ts +0 -2
- package/dist/src/index.js +0 -8
- package/dist/src/index.js.map +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/main.js +0 -41
- package/dist/src/main.js.map +0 -1
- package/dist/src/notification/endpoint-notification.service.d.ts +0 -10
- package/dist/src/notification/endpoint-notification.service.js +0 -46
- package/dist/src/notification/endpoint-notification.service.js.map +0 -1
- package/dist/src/notification/in-memory-client.d.ts +0 -10
- package/dist/src/notification/in-memory-client.js +0 -23
- package/dist/src/notification/in-memory-client.js.map +0 -1
- package/dist/src/notification/notification-event-emitter.d.ts +0 -2
- package/dist/src/notification/notification-event-emitter.js +0 -6
- package/dist/src/notification/notification-event-emitter.js.map +0 -1
- package/dist/src/notification/notification.module.d.ts +0 -2
- package/dist/src/notification/notification.module.js +0 -56
- package/dist/src/notification/notification.module.js.map +0 -1
- package/dist/src/organization/commands/handlers/add-user-to-organization.handler.d.ts +0 -12
- package/dist/src/organization/commands/handlers/add-user-to-organization.handler.js +0 -66
- package/dist/src/organization/commands/handlers/add-user-to-organization.handler.js.map +0 -1
- package/dist/src/organization/commands/handlers/index.d.ts +0 -2
- package/dist/src/organization/commands/handlers/index.js +0 -19
- package/dist/src/organization/commands/handlers/index.js.map +0 -1
- package/dist/src/organization/commands/handlers/remove-user-from-organization.handler.d.ts +0 -11
- package/dist/src/organization/commands/handlers/remove-user-from-organization.handler.js +0 -67
- package/dist/src/organization/commands/handlers/remove-user-from-organization.handler.js.map +0 -1
- package/dist/src/organization/commands/impl/add-user-to-organization.command.d.ts +0 -14
- package/dist/src/organization/commands/impl/add-user-to-organization.command.js +0 -10
- package/dist/src/organization/commands/impl/add-user-to-organization.command.js.map +0 -1
- package/dist/src/organization/commands/impl/index.d.ts +0 -2
- package/dist/src/organization/commands/impl/index.js +0 -19
- package/dist/src/organization/commands/impl/index.js.map +0 -1
- package/dist/src/organization/commands/impl/remove-user-from-organization.command.d.ts +0 -11
- package/dist/src/organization/commands/impl/remove-user-from-organization.command.js +0 -10
- package/dist/src/organization/commands/impl/remove-user-from-organization.command.js.map +0 -1
- package/dist/src/organization/commands/index.d.ts +0 -2
- package/dist/src/organization/commands/index.js +0 -9
- package/dist/src/organization/commands/index.js.map +0 -1
- package/dist/src/organization/organization.module.d.ts +0 -2
- package/dist/src/organization/organization.module.js +0 -24
- package/dist/src/organization/organization.module.js.map +0 -1
- package/dist/src/organization/queries/handlers/get-projects-by-organization-id.handler.d.ts +0 -17
- package/dist/src/organization/queries/handlers/get-projects-by-organization-id.handler.js +0 -70
- package/dist/src/organization/queries/handlers/get-projects-by-organization-id.handler.js.map +0 -1
- package/dist/src/organization/queries/handlers/get-users-organization.handler.d.ts +0 -30
- package/dist/src/organization/queries/handlers/get-users-organization.handler.js +0 -58
- package/dist/src/organization/queries/handlers/get-users-organization.handler.js.map +0 -1
- package/dist/src/organization/queries/handlers/index.d.ts +0 -1
- package/dist/src/organization/queries/handlers/index.js +0 -18
- package/dist/src/organization/queries/handlers/index.js.map +0 -1
- package/dist/src/organization/queries/impl/get-projects-by-organization-id.query.d.ts +0 -17
- package/dist/src/organization/queries/impl/get-projects-by-organization-id.query.js +0 -10
- package/dist/src/organization/queries/impl/get-projects-by-organization-id.query.js.map +0 -1
- package/dist/src/organization/queries/impl/get-users-organization.query.d.ts +0 -19
- package/dist/src/organization/queries/impl/get-users-organization.query.js +0 -10
- package/dist/src/organization/queries/impl/get-users-organization.query.js.map +0 -1
- package/dist/src/organization/queries/impl/index.d.ts +0 -2
- package/dist/src/organization/queries/impl/index.js +0 -19
- package/dist/src/organization/queries/impl/index.js.map +0 -1
- package/dist/src/organization/queries/index.d.ts +0 -3
- package/dist/src/organization/queries/index.js +0 -10
- package/dist/src/organization/queries/index.js.map +0 -1
- package/dist/src/project/commands/handlers/add-user-to-project.handler.d.ts +0 -13
- package/dist/src/project/commands/handlers/add-user-to-project.handler.js +0 -86
- package/dist/src/project/commands/handlers/add-user-to-project.handler.js.map +0 -1
- package/dist/src/project/commands/handlers/api-create-project.handler.d.ts +0 -8
- package/dist/src/project/commands/handlers/api-create-project.handler.js +0 -32
- package/dist/src/project/commands/handlers/api-create-project.handler.js.map +0 -1
- package/dist/src/project/commands/handlers/create-project.handler.d.ts +0 -38
- package/dist/src/project/commands/handlers/create-project.handler.js +0 -176
- package/dist/src/project/commands/handlers/create-project.handler.js.map +0 -1
- package/dist/src/project/commands/handlers/delete-project.handler.d.ts +0 -17
- package/dist/src/project/commands/handlers/delete-project.handler.js +0 -73
- package/dist/src/project/commands/handlers/delete-project.handler.js.map +0 -1
- package/dist/src/project/commands/handlers/index.d.ts +0 -7
- package/dist/src/project/commands/handlers/index.js +0 -18
- package/dist/src/project/commands/handlers/index.js.map +0 -1
- package/dist/src/project/commands/handlers/remove-user-from-project.handler.d.ts +0 -11
- package/dist/src/project/commands/handlers/remove-user-from-project.handler.js +0 -68
- package/dist/src/project/commands/handlers/remove-user-from-project.handler.js.map +0 -1
- package/dist/src/project/commands/handlers/update-project.handler.d.ts +0 -13
- package/dist/src/project/commands/handlers/update-project.handler.js +0 -52
- package/dist/src/project/commands/handlers/update-project.handler.js.map +0 -1
- package/dist/src/project/commands/impl/add-user-to-project.command.d.ts +0 -16
- package/dist/src/project/commands/impl/add-user-to-project.command.js +0 -10
- package/dist/src/project/commands/impl/add-user-to-project.command.js.map +0 -1
- package/dist/src/project/commands/impl/api-create-project.command.d.ts +0 -14
- package/dist/src/project/commands/impl/api-create-project.command.js +0 -10
- package/dist/src/project/commands/impl/api-create-project.command.js.map +0 -1
- package/dist/src/project/commands/impl/create-project.command.d.ts +0 -14
- package/dist/src/project/commands/impl/create-project.command.js +0 -10
- package/dist/src/project/commands/impl/create-project.command.js.map +0 -1
- package/dist/src/project/commands/impl/delete-project.command.d.ts +0 -10
- package/dist/src/project/commands/impl/delete-project.command.js +0 -10
- package/dist/src/project/commands/impl/delete-project.command.js.map +0 -1
- package/dist/src/project/commands/impl/index.d.ts +0 -6
- package/dist/src/project/commands/impl/index.js +0 -23
- package/dist/src/project/commands/impl/index.js.map +0 -1
- package/dist/src/project/commands/impl/remove-user-from-project.command.d.ts +0 -13
- package/dist/src/project/commands/impl/remove-user-from-project.command.js +0 -10
- package/dist/src/project/commands/impl/remove-user-from-project.command.js.map +0 -1
- package/dist/src/project/commands/impl/update-project.command.d.ts +0 -12
- package/dist/src/project/commands/impl/update-project.command.js +0 -10
- package/dist/src/project/commands/impl/update-project.command.js.map +0 -1
- package/dist/src/project/project.module.d.ts +0 -2
- package/dist/src/project/project.module.js +0 -34
- package/dist/src/project/project.module.js.map +0 -1
- package/dist/src/project/queries/handlers/get-all-branches-by-project.handler.d.ts +0 -16
- package/dist/src/project/queries/handlers/get-all-branches-by-project.handler.js +0 -47
- package/dist/src/project/queries/handlers/get-all-branches-by-project.handler.js.map +0 -1
- package/dist/src/project/queries/handlers/get-project-by-id.handler.d.ts +0 -14
- package/dist/src/project/queries/handlers/get-project-by-id.handler.js +0 -31
- package/dist/src/project/queries/handlers/get-project-by-id.handler.js.map +0 -1
- package/dist/src/project/queries/handlers/get-project.handler.d.ts +0 -12
- package/dist/src/project/queries/handlers/get-project.handler.js +0 -44
- package/dist/src/project/queries/handlers/get-project.handler.js.map +0 -1
- package/dist/src/project/queries/handlers/get-root-branch-by-project.handler.d.ts +0 -14
- package/dist/src/project/queries/handlers/get-root-branch-by-project.handler.js +0 -31
- package/dist/src/project/queries/handlers/get-root-branch-by-project.handler.js.map +0 -1
- package/dist/src/project/queries/handlers/get-users-project.handler.d.ts +0 -30
- package/dist/src/project/queries/handlers/get-users-project.handler.js +0 -61
- package/dist/src/project/queries/handlers/get-users-project.handler.js.map +0 -1
- package/dist/src/project/queries/handlers/index.d.ts +0 -6
- package/dist/src/project/queries/handlers/index.js +0 -16
- package/dist/src/project/queries/handlers/index.js.map +0 -1
- package/dist/src/project/queries/impl/get-all-branches-by-project.query.d.ts +0 -12
- package/dist/src/project/queries/impl/get-all-branches-by-project.query.js +0 -10
- package/dist/src/project/queries/impl/get-all-branches-by-project.query.js.map +0 -1
- package/dist/src/project/queries/impl/get-project-by-id.query.d.ts +0 -8
- package/dist/src/project/queries/impl/get-project-by-id.query.js +0 -10
- package/dist/src/project/queries/impl/get-project-by-id.query.js.map +0 -1
- package/dist/src/project/queries/impl/get-project.query.d.ts +0 -10
- package/dist/src/project/queries/impl/get-project.query.js +0 -10
- package/dist/src/project/queries/impl/get-project.query.js.map +0 -1
- package/dist/src/project/queries/impl/get-root-branch-by-project.query.d.ts +0 -4
- package/dist/src/project/queries/impl/get-root-branch-by-project.query.js +0 -10
- package/dist/src/project/queries/impl/get-root-branch-by-project.query.js.map +0 -1
- package/dist/src/project/queries/impl/get-users-project.query.d.ts +0 -21
- package/dist/src/project/queries/impl/get-users-project.query.js +0 -10
- package/dist/src/project/queries/impl/get-users-project.query.js.map +0 -1
- package/dist/src/project/queries/impl/index.d.ts +0 -5
- package/dist/src/project/queries/impl/index.js +0 -22
- package/dist/src/project/queries/impl/index.js.map +0 -1
- package/dist/src/rest-api/auth/auth.controller.d.ts +0 -13
- package/dist/src/rest-api/auth/auth.controller.js +0 -84
- package/dist/src/rest-api/auth/auth.controller.js.map +0 -1
- package/dist/src/rest-api/auth/dto/create-user.dto.d.ts +0 -7
- package/dist/src/rest-api/auth/dto/create-user.dto.js +0 -34
- package/dist/src/rest-api/auth/dto/create-user.dto.js.map +0 -1
- package/dist/src/rest-api/auth/dto/index.d.ts +0 -2
- package/dist/src/rest-api/auth/dto/index.js +0 -19
- package/dist/src/rest-api/auth/dto/index.js.map +0 -1
- package/dist/src/rest-api/auth/dto/login.dto.d.ts +0 -4
- package/dist/src/rest-api/auth/dto/login.dto.js +0 -25
- package/dist/src/rest-api/auth/dto/login.dto.js.map +0 -1
- package/dist/src/rest-api/auth/dto/update-password.dto.d.ts +0 -4
- package/dist/src/rest-api/auth/dto/update-password.dto.js +0 -25
- package/dist/src/rest-api/auth/dto/update-password.dto.js.map +0 -1
- package/dist/src/rest-api/auth/model/index.d.ts +0 -1
- package/dist/src/rest-api/auth/model/index.js +0 -18
- package/dist/src/rest-api/auth/model/index.js.map +0 -1
- package/dist/src/rest-api/auth/model/login.response.d.ts +0 -3
- package/dist/src/rest-api/auth/model/login.response.js +0 -21
- package/dist/src/rest-api/auth/model/login.response.js.map +0 -1
- package/dist/src/rest-api/branch/branch-by-name.controller.d.ts +0 -19
- package/dist/src/rest-api/branch/branch-by-name.controller.js +0 -223
- package/dist/src/rest-api/branch/branch-by-name.controller.js.map +0 -1
- package/dist/src/rest-api/branch/dto/create-branch-by-revision.dto.d.ts +0 -3
- package/dist/src/rest-api/branch/dto/create-branch-by-revision.dto.js +0 -21
- package/dist/src/rest-api/branch/dto/create-branch-by-revision.dto.js.map +0 -1
- package/dist/src/rest-api/branch/dto/create-revision.dto.d.ts +0 -3
- package/dist/src/rest-api/branch/dto/create-revision.dto.js +0 -21
- package/dist/src/rest-api/branch/dto/create-revision.dto.js.map +0 -1
- package/dist/src/rest-api/branch/dto/get-branch-revisions.dto.d.ts +0 -5
- package/dist/src/rest-api/branch/dto/get-branch-revisions.dto.js +0 -34
- package/dist/src/rest-api/branch/dto/get-branch-revisions.dto.js.map +0 -1
- package/dist/src/rest-api/branch/dto/index.d.ts +0 -3
- package/dist/src/rest-api/branch/dto/index.js +0 -20
- package/dist/src/rest-api/branch/dto/index.js.map +0 -1
- package/dist/src/rest-api/branch/model/branch.model.d.ts +0 -11
- package/dist/src/rest-api/branch/model/branch.model.js +0 -41
- package/dist/src/rest-api/branch/model/branch.model.js.map +0 -1
- package/dist/src/rest-api/branch/model/index.d.ts +0 -2
- package/dist/src/rest-api/branch/model/index.js +0 -19
- package/dist/src/rest-api/branch/model/index.js.map +0 -1
- package/dist/src/rest-api/branch/model/parent-branch.response.d.ts +0 -8
- package/dist/src/rest-api/branch/model/parent-branch.response.js +0 -31
- package/dist/src/rest-api/branch/model/parent-branch.response.js.map +0 -1
- package/dist/src/rest-api/configuration/configuration.controller.d.ts +0 -7
- package/dist/src/rest-api/configuration/configuration.controller.js +0 -40
- package/dist/src/rest-api/configuration/configuration.controller.js.map +0 -1
- package/dist/src/rest-api/configuration/model/configuration.response.d.ts +0 -14
- package/dist/src/rest-api/configuration/model/configuration.response.js +0 -49
- package/dist/src/rest-api/configuration/model/configuration.response.js.map +0 -1
- package/dist/src/rest-api/configuration/model/index.d.ts +0 -1
- package/dist/src/rest-api/configuration/model/index.js +0 -18
- package/dist/src/rest-api/configuration/model/index.js.map +0 -1
- package/dist/src/rest-api/endpoint/endpointByIdController.d.ts +0 -6
- package/dist/src/rest-api/endpoint/endpointByIdController.js +0 -58
- package/dist/src/rest-api/endpoint/endpointByIdController.js.map +0 -1
- package/dist/src/rest-api/endpoint/model/endpoint.model.d.ts +0 -6
- package/dist/src/rest-api/endpoint/model/endpoint.model.js +0 -30
- package/dist/src/rest-api/endpoint/model/endpoint.model.js.map +0 -1
- package/dist/src/rest-api/endpoint/model/index.d.ts +0 -1
- package/dist/src/rest-api/endpoint/model/index.js +0 -18
- package/dist/src/rest-api/endpoint/model/index.js.map +0 -1
- package/dist/src/rest-api/organization/dto/add-user-to-organization.dto.d.ts +0 -5
- package/dist/src/rest-api/organization/dto/add-user-to-organization.dto.js +0 -26
- package/dist/src/rest-api/organization/dto/add-user-to-organization.dto.js.map +0 -1
- package/dist/src/rest-api/organization/dto/create-project.dto.d.ts +0 -4
- package/dist/src/rest-api/organization/dto/create-project.dto.js +0 -25
- package/dist/src/rest-api/organization/dto/create-project.dto.js.map +0 -1
- package/dist/src/rest-api/organization/dto/get-projects.dto.d.ts +0 -4
- package/dist/src/rest-api/organization/dto/get-projects.dto.js +0 -30
- package/dist/src/rest-api/organization/dto/get-projects.dto.js.map +0 -1
- package/dist/src/rest-api/organization/dto/get-users-organization.dto.d.ts +0 -4
- package/dist/src/rest-api/organization/dto/get-users-organization.dto.js +0 -30
- package/dist/src/rest-api/organization/dto/get-users-organization.dto.js.map +0 -1
- package/dist/src/rest-api/organization/dto/index.d.ts +0 -5
- package/dist/src/rest-api/organization/dto/index.js +0 -22
- package/dist/src/rest-api/organization/dto/index.js.map +0 -1
- package/dist/src/rest-api/organization/dto/remove-user-from-organization.dto.d.ts +0 -3
- package/dist/src/rest-api/organization/dto/remove-user-from-organization.dto.js +0 -21
- package/dist/src/rest-api/organization/dto/remove-user-from-organization.dto.js.map +0 -1
- package/dist/src/rest-api/organization/model/index.d.ts +0 -3
- package/dist/src/rest-api/organization/model/index.js +0 -20
- package/dist/src/rest-api/organization/model/index.js.map +0 -1
- package/dist/src/rest-api/organization/model/project.connection.d.ts +0 -4
- package/dist/src/rest-api/organization/model/project.connection.js +0 -9
- package/dist/src/rest-api/organization/model/project.connection.js.map +0 -1
- package/dist/src/rest-api/organization/model/users-organization.connection.d.ts +0 -4
- package/dist/src/rest-api/organization/model/users-organization.connection.js +0 -9
- package/dist/src/rest-api/organization/model/users-organization.connection.js.map +0 -1
- package/dist/src/rest-api/organization/model/users-organization.model.d.ts +0 -7
- package/dist/src/rest-api/organization/model/users-organization.model.js +0 -31
- package/dist/src/rest-api/organization/model/users-organization.model.js.map +0 -1
- package/dist/src/rest-api/organization/organization.controller.d.ts +0 -16
- package/dist/src/rest-api/organization/organization.controller.js +0 -145
- package/dist/src/rest-api/organization/organization.controller.js.map +0 -1
- package/dist/src/rest-api/project/dto/add-user-to-project.dto.d.ts +0 -5
- package/dist/src/rest-api/project/dto/add-user-to-project.dto.js +0 -26
- package/dist/src/rest-api/project/dto/add-user-to-project.dto.js.map +0 -1
- package/dist/src/rest-api/project/dto/get-project-branches.dto.d.ts +0 -4
- package/dist/src/rest-api/project/dto/get-project-branches.dto.js +0 -30
- package/dist/src/rest-api/project/dto/get-project-branches.dto.js.map +0 -1
- package/dist/src/rest-api/project/dto/get-users-project.dto.d.ts +0 -4
- package/dist/src/rest-api/project/dto/get-users-project.dto.js +0 -30
- package/dist/src/rest-api/project/dto/get-users-project.dto.js.map +0 -1
- package/dist/src/rest-api/project/dto/update-project.dto.d.ts +0 -3
- package/dist/src/rest-api/project/dto/update-project.dto.js +0 -21
- package/dist/src/rest-api/project/dto/update-project.dto.js.map +0 -1
- package/dist/src/rest-api/project/model/index.d.ts +0 -3
- package/dist/src/rest-api/project/model/index.js +0 -20
- package/dist/src/rest-api/project/model/index.js.map +0 -1
- package/dist/src/rest-api/project/model/project.model.d.ts +0 -6
- package/dist/src/rest-api/project/model/project.model.js +0 -33
- package/dist/src/rest-api/project/model/project.model.js.map +0 -1
- package/dist/src/rest-api/project/model/users-project.connection.d.ts +0 -4
- package/dist/src/rest-api/project/model/users-project.connection.js +0 -9
- package/dist/src/rest-api/project/model/users-project.connection.js.map +0 -1
- package/dist/src/rest-api/project/model/users-project.model.d.ts +0 -7
- package/dist/src/rest-api/project/model/users-project.model.js +0 -31
- package/dist/src/rest-api/project/model/users-project.model.js.map +0 -1
- package/dist/src/rest-api/project/project.controller.d.ts +0 -19
- package/dist/src/rest-api/project/project.controller.js +0 -204
- package/dist/src/rest-api/project/project.controller.js.map +0 -1
- package/dist/src/rest-api/rest-api.module.d.ts +0 -2
- package/dist/src/rest-api/rest-api.module.js +0 -43
- package/dist/src/rest-api/rest-api.module.js.map +0 -1
- package/dist/src/rest-api/revision/dto/create-endpoint.dto.d.ts +0 -4
- package/dist/src/rest-api/revision/dto/create-endpoint.dto.js +0 -22
- package/dist/src/rest-api/revision/dto/create-endpoint.dto.js.map +0 -1
- package/dist/src/rest-api/revision/dto/create-table.dto.d.ts +0 -5
- package/dist/src/rest-api/revision/dto/create-table.dto.js +0 -26
- package/dist/src/rest-api/revision/dto/create-table.dto.js.map +0 -1
- package/dist/src/rest-api/revision/dto/get-revision-tables.dto.d.ts +0 -4
- package/dist/src/rest-api/revision/dto/get-revision-tables.dto.js +0 -30
- package/dist/src/rest-api/revision/dto/get-revision-tables.dto.js.map +0 -1
- package/dist/src/rest-api/revision/dto/index.d.ts +0 -3
- package/dist/src/rest-api/revision/dto/index.js +0 -20
- package/dist/src/rest-api/revision/dto/index.js.map +0 -1
- package/dist/src/rest-api/revision/model/child-branches.response.d.ts +0 -8
- package/dist/src/rest-api/revision/model/child-branches.response.js +0 -31
- package/dist/src/rest-api/revision/model/child-branches.response.js.map +0 -1
- package/dist/src/rest-api/revision/model/create-table.response.d.ts +0 -6
- package/dist/src/rest-api/revision/model/create-table.response.js +0 -27
- package/dist/src/rest-api/revision/model/create-table.response.js.map +0 -1
- package/dist/src/rest-api/revision/model/index.d.ts +0 -2
- package/dist/src/rest-api/revision/model/index.js +0 -19
- package/dist/src/rest-api/revision/model/index.js.map +0 -1
- package/dist/src/rest-api/revision/model/revision.model.d.ts +0 -10
- package/dist/src/rest-api/revision/model/revision.model.js +0 -37
- package/dist/src/rest-api/revision/model/revision.model.js.map +0 -1
- package/dist/src/rest-api/revision/revision-by-id.controller.d.ts +0 -21
- package/dist/src/rest-api/revision/revision-by-id.controller.js +0 -211
- package/dist/src/rest-api/revision/revision-by-id.controller.js.map +0 -1
- package/dist/src/rest-api/role/model/index.d.ts +0 -1
- package/dist/src/rest-api/role/model/index.js +0 -18
- package/dist/src/rest-api/role/model/index.js.map +0 -1
- package/dist/src/rest-api/role/model/role.model.d.ts +0 -4
- package/dist/src/rest-api/role/model/role.model.js +0 -25
- package/dist/src/rest-api/role/model/role.model.js.map +0 -1
- package/dist/src/rest-api/row/dto/get-row-references-by.dto.d.ts +0 -5
- package/dist/src/rest-api/row/dto/get-row-references-by.dto.js +0 -34
- package/dist/src/rest-api/row/dto/get-row-references-by.dto.js.map +0 -1
- package/dist/src/rest-api/row/dto/get-row-references-to.dto.d.ts +0 -5
- package/dist/src/rest-api/row/dto/get-row-references-to.dto.js +0 -34
- package/dist/src/rest-api/row/dto/get-row-references-to.dto.js.map +0 -1
- package/dist/src/rest-api/row/dto/index.d.ts +0 -2
- package/dist/src/rest-api/row/dto/index.js +0 -19
- package/dist/src/rest-api/row/dto/index.js.map +0 -1
- package/dist/src/rest-api/row/dto/update-row.dto.d.ts +0 -4
- package/dist/src/rest-api/row/dto/update-row.dto.js +0 -22
- package/dist/src/rest-api/row/dto/update-row.dto.js.map +0 -1
- package/dist/src/rest-api/row/model/index.d.ts +0 -3
- package/dist/src/rest-api/row/model/index.js +0 -20
- package/dist/src/rest-api/row/model/index.js.map +0 -1
- package/dist/src/rest-api/row/model/remove-row.response.d.ts +0 -7
- package/dist/src/rest-api/row/model/remove-row.response.js +0 -31
- package/dist/src/rest-api/row/model/remove-row.response.js.map +0 -1
- package/dist/src/rest-api/row/model/row.model.d.ts +0 -12
- package/dist/src/rest-api/row/model/row.model.js +0 -42
- package/dist/src/rest-api/row/model/row.model.js.map +0 -1
- package/dist/src/rest-api/row/model/update-row.response.d.ts +0 -8
- package/dist/src/rest-api/row/model/update-row.response.js +0 -35
- package/dist/src/rest-api/row/model/update-row.response.js.map +0 -1
- package/dist/src/rest-api/row/row-by-id.controller.d.ts +0 -17
- package/dist/src/rest-api/row/row-by-id.controller.js +0 -209
- package/dist/src/rest-api/row/row-by-id.controller.js.map +0 -1
- package/dist/src/rest-api/share/model/paginated.model.d.ts +0 -8
- package/dist/src/rest-api/share/model/paginated.model.js +0 -69
- package/dist/src/rest-api/share/model/paginated.model.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToBranchModel.d.ts +0 -3
- package/dist/src/rest-api/share/utils/transformFromPrismaToBranchModel.js +0 -10
- package/dist/src/rest-api/share/utils/transformFromPrismaToBranchModel.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToEndpointsModel.d.ts +0 -4
- package/dist/src/rest-api/share/utils/transformFromPrismaToEndpointsModel.js +0 -16
- package/dist/src/rest-api/share/utils/transformFromPrismaToEndpointsModel.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToRevisionModel.d.ts +0 -5
- package/dist/src/rest-api/share/utils/transformFromPrismaToRevisionModel.js +0 -24
- package/dist/src/rest-api/share/utils/transformFromPrismaToRevisionModel.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToRowModel.d.ts +0 -5
- package/dist/src/rest-api/share/utils/transformFromPrismaToRowModel.js +0 -25
- package/dist/src/rest-api/share/utils/transformFromPrismaToRowModel.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToTableModel.d.ts +0 -5
- package/dist/src/rest-api/share/utils/transformFromPrismaToTableModel.js +0 -24
- package/dist/src/rest-api/share/utils/transformFromPrismaToTableModel.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToUserOrganizationModel.d.ts +0 -5
- package/dist/src/rest-api/share/utils/transformFromPrismaToUserOrganizationModel.js +0 -30
- package/dist/src/rest-api/share/utils/transformFromPrismaToUserOrganizationModel.js.map +0 -1
- package/dist/src/rest-api/share/utils/transformFromPrismaToUserProjectModel.d.ts +0 -5
- package/dist/src/rest-api/share/utils/transformFromPrismaToUserProjectModel.js +0 -30
- package/dist/src/rest-api/share/utils/transformFromPrismaToUserProjectModel.js.map +0 -1
- package/dist/src/rest-api/table/dto/create-row.dto.d.ts +0 -5
- package/dist/src/rest-api/table/dto/create-row.dto.js +0 -26
- package/dist/src/rest-api/table/dto/create-row.dto.js.map +0 -1
- package/dist/src/rest-api/table/dto/get-table-references-by.dto.d.ts +0 -4
- package/dist/src/rest-api/table/dto/get-table-references-by.dto.js +0 -30
- package/dist/src/rest-api/table/dto/get-table-references-by.dto.js.map +0 -1
- package/dist/src/rest-api/table/dto/get-table-references-to.dto.d.ts +0 -4
- package/dist/src/rest-api/table/dto/get-table-references-to.dto.js +0 -30
- package/dist/src/rest-api/table/dto/get-table-references-to.dto.js.map +0 -1
- package/dist/src/rest-api/table/dto/get-table-rows.dto.d.ts +0 -4
- package/dist/src/rest-api/table/dto/get-table-rows.dto.js +0 -30
- package/dist/src/rest-api/table/dto/get-table-rows.dto.js.map +0 -1
- package/dist/src/rest-api/table/dto/index.d.ts +0 -5
- package/dist/src/rest-api/table/dto/index.js +0 -22
- package/dist/src/rest-api/table/dto/index.js.map +0 -1
- package/dist/src/rest-api/table/dto/update-table.dto.d.ts +0 -4
- package/dist/src/rest-api/table/dto/update-table.dto.js +0 -21
- package/dist/src/rest-api/table/dto/update-table.dto.js.map +0 -1
- package/dist/src/rest-api/table/model/create-row.response.d.ts +0 -6
- package/dist/src/rest-api/table/model/create-row.response.js +0 -31
- package/dist/src/rest-api/table/model/create-row.response.js.map +0 -1
- package/dist/src/rest-api/table/model/index.d.ts +0 -1
- package/dist/src/rest-api/table/model/index.js +0 -18
- package/dist/src/rest-api/table/model/index.js.map +0 -1
- package/dist/src/rest-api/table/model/table.model.d.ts +0 -10
- package/dist/src/rest-api/table/model/table.model.js +0 -37
- package/dist/src/rest-api/table/model/table.model.js.map +0 -1
- package/dist/src/rest-api/table/model/update-table.response.d.ts +0 -5
- package/dist/src/rest-api/table/model/update-table.response.js +0 -26
- package/dist/src/rest-api/table/model/update-table.response.js.map +0 -1
- package/dist/src/rest-api/table/table-by-id.controller.d.ts +0 -23
- package/dist/src/rest-api/table/table-by-id.controller.js +0 -262
- package/dist/src/rest-api/table/table-by-id.controller.js.map +0 -1
- package/dist/src/rest-api/user/model/index.d.ts +0 -1
- package/dist/src/rest-api/user/model/index.js +0 -18
- package/dist/src/rest-api/user/model/index.js.map +0 -1
- package/dist/src/rest-api/user/model/user.model.d.ts +0 -5
- package/dist/src/rest-api/user/model/user.model.js +0 -29
- package/dist/src/rest-api/user/model/user.model.js.map +0 -1
- package/dist/src/rest-api/user/user.controller.d.ts +0 -10
- package/dist/src/rest-api/user/user.controller.js +0 -47
- package/dist/src/rest-api/user/user.controller.js.map +0 -1
- package/dist/src/revision/queries/commands/get-children-by-revision.handler.d.ts +0 -19
- package/dist/src/revision/queries/commands/get-children-by-revision.handler.js +0 -31
- package/dist/src/revision/queries/commands/get-children-by-revision.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/get-endpoints-by-revision-id.handler.d.ts +0 -9
- package/dist/src/revision/queries/commands/get-endpoints-by-revision-id.handler.js +0 -31
- package/dist/src/revision/queries/commands/get-endpoints-by-revision-id.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/get-revision.handler.d.ts +0 -19
- package/dist/src/revision/queries/commands/get-revision.handler.js +0 -31
- package/dist/src/revision/queries/commands/get-revision.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/get-tables-by-revision-id.handler.d.ts +0 -20
- package/dist/src/revision/queries/commands/get-tables-by-revision-id.handler.js +0 -65
- package/dist/src/revision/queries/commands/get-tables-by-revision-id.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/index.d.ts +0 -9
- package/dist/src/revision/queries/commands/index.js +0 -22
- package/dist/src/revision/queries/commands/index.js.map +0 -1
- package/dist/src/revision/queries/commands/resolve-branch-by-revision.handler.d.ts +0 -14
- package/dist/src/revision/queries/commands/resolve-branch-by-revision.handler.js +0 -31
- package/dist/src/revision/queries/commands/resolve-branch-by-revision.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/resolve-child-branches-by-revision.handler.d.ts +0 -17
- package/dist/src/revision/queries/commands/resolve-child-branches-by-revision.handler.js +0 -53
- package/dist/src/revision/queries/commands/resolve-child-branches-by-revision.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/resolve-child-by-revision.handler.d.ts +0 -21
- package/dist/src/revision/queries/commands/resolve-child-by-revision.handler.js +0 -41
- package/dist/src/revision/queries/commands/resolve-child-by-revision.handler.js.map +0 -1
- package/dist/src/revision/queries/commands/resolve-parent-by-revision.handler.d.ts +0 -19
- package/dist/src/revision/queries/commands/resolve-parent-by-revision.handler.js +0 -31
- package/dist/src/revision/queries/commands/resolve-parent-by-revision.handler.js.map +0 -1
- package/dist/src/revision/queries/impl/get-children-by-revision.query.d.ts +0 -4
- package/dist/src/revision/queries/impl/get-children-by-revision.query.js +0 -10
- package/dist/src/revision/queries/impl/get-children-by-revision.query.js.map +0 -1
- package/dist/src/revision/queries/impl/get-endpoints-by-revision-id.query.d.ts +0 -4
- package/dist/src/revision/queries/impl/get-endpoints-by-revision-id.query.js +0 -10
- package/dist/src/revision/queries/impl/get-endpoints-by-revision-id.query.js.map +0 -1
- package/dist/src/revision/queries/impl/get-revision.query.d.ts +0 -8
- package/dist/src/revision/queries/impl/get-revision.query.js +0 -10
- package/dist/src/revision/queries/impl/get-revision.query.js.map +0 -1
- package/dist/src/revision/queries/impl/get-tables-by-revision-id.query.d.ts +0 -12
- package/dist/src/revision/queries/impl/get-tables-by-revision-id.query.js +0 -10
- package/dist/src/revision/queries/impl/get-tables-by-revision-id.query.js.map +0 -1
- package/dist/src/revision/queries/impl/index.d.ts +0 -7
- package/dist/src/revision/queries/impl/index.js +0 -24
- package/dist/src/revision/queries/impl/index.js.map +0 -1
- package/dist/src/revision/queries/impl/resolve-branch-by-revision.query.d.ts +0 -4
- package/dist/src/revision/queries/impl/resolve-branch-by-revision.query.js +0 -10
- package/dist/src/revision/queries/impl/resolve-branch-by-revision.query.js.map +0 -1
- package/dist/src/revision/queries/impl/resolve-child-branches-by-revision.query.d.ts +0 -4
- package/dist/src/revision/queries/impl/resolve-child-branches-by-revision.query.js +0 -10
- package/dist/src/revision/queries/impl/resolve-child-branches-by-revision.query.js.map +0 -1
- package/dist/src/revision/queries/impl/resolve-child-by-revision.query.d.ts +0 -4
- package/dist/src/revision/queries/impl/resolve-child-by-revision.query.js +0 -10
- package/dist/src/revision/queries/impl/resolve-child-by-revision.query.js.map +0 -1
- package/dist/src/revision/queries/impl/resolve-parent-by-revision.query.d.ts +0 -4
- package/dist/src/revision/queries/impl/resolve-parent-by-revision.query.js +0 -10
- package/dist/src/revision/queries/impl/resolve-parent-by-revision.query.js.map +0 -1
- package/dist/src/revision/queries/types/get-endpoints-by-revision-id.d.ts +0 -2
- package/dist/src/revision/queries/types/get-endpoints-by-revision-id.js +0 -3
- package/dist/src/revision/queries/types/get-endpoints-by-revision-id.js.map +0 -1
- package/dist/src/revision/queries/types/get-revision-tables.types.d.ts +0 -3
- package/dist/src/revision/queries/types/get-revision-tables.types.js +0 -3
- package/dist/src/revision/queries/types/get-revision-tables.types.js.map +0 -1
- package/dist/src/revision/queries/types/get-tables-by-revision-id.d.ts +0 -2
- package/dist/src/revision/queries/types/get-tables-by-revision-id.js +0 -3
- package/dist/src/revision/queries/types/get-tables-by-revision-id.js.map +0 -1
- package/dist/src/revision/queries/types/index.d.ts +0 -4
- package/dist/src/revision/queries/types/index.js +0 -3
- package/dist/src/revision/queries/types/index.js.map +0 -1
- package/dist/src/revision/revision.module.d.ts +0 -2
- package/dist/src/revision/revision.module.js +0 -25
- package/dist/src/revision/revision.module.js.map +0 -1
- package/dist/src/row/queries/handlers/get-row-by-id.handler.d.ts +0 -19
- package/dist/src/row/queries/handlers/get-row-by-id.handler.js +0 -43
- package/dist/src/row/queries/handlers/get-row-by-id.handler.js.map +0 -1
- package/dist/src/row/queries/handlers/get-row.handler.d.ts +0 -14
- package/dist/src/row/queries/handlers/get-row.handler.js +0 -59
- package/dist/src/row/queries/handlers/get-row.handler.js.map +0 -1
- package/dist/src/row/queries/handlers/get-rows.handler.d.ts +0 -15
- package/dist/src/row/queries/handlers/get-rows.handler.js +0 -71
- package/dist/src/row/queries/handlers/get-rows.handler.js.map +0 -1
- package/dist/src/row/queries/handlers/index.d.ts +0 -8
- package/dist/src/row/queries/handlers/index.js +0 -20
- package/dist/src/row/queries/handlers/index.js.map +0 -1
- package/dist/src/row/queries/handlers/resolve-row-count-references-by.handler.d.ts +0 -16
- package/dist/src/row/queries/handlers/resolve-row-count-references-by.handler.js +0 -67
- package/dist/src/row/queries/handlers/resolve-row-count-references-by.handler.js.map +0 -1
- package/dist/src/row/queries/handlers/resolve-row-count-references-to.handler.d.ts +0 -14
- package/dist/src/row/queries/handlers/resolve-row-count-references-to.handler.js +0 -59
- package/dist/src/row/queries/handlers/resolve-row-count-references-to.handler.js.map +0 -1
- package/dist/src/row/queries/handlers/resolve-row-references-by.handler.d.ts +0 -28
- package/dist/src/row/queries/handlers/resolve-row-references-by.handler.js +0 -78
- package/dist/src/row/queries/handlers/resolve-row-references-by.handler.js.map +0 -1
- package/dist/src/row/queries/handlers/resolve-row-references-to.handler.d.ts +0 -28
- package/dist/src/row/queries/handlers/resolve-row-references-to.handler.js +0 -91
- package/dist/src/row/queries/handlers/resolve-row-references-to.handler.js.map +0 -1
- package/dist/src/row/queries/impl/get-row-by-id.query.d.ts +0 -12
- package/dist/src/row/queries/impl/get-row-by-id.query.js +0 -10
- package/dist/src/row/queries/impl/get-row-by-id.query.js.map +0 -1
- package/dist/src/row/queries/impl/get-row.query.d.ts +0 -12
- package/dist/src/row/queries/impl/get-row.query.js +0 -10
- package/dist/src/row/queries/impl/get-row.query.js.map +0 -1
- package/dist/src/row/queries/impl/get-rows.query.d.ts +0 -14
- package/dist/src/row/queries/impl/get-rows.query.js +0 -10
- package/dist/src/row/queries/impl/get-rows.query.js.map +0 -1
- package/dist/src/row/queries/impl/index.d.ts +0 -7
- package/dist/src/row/queries/impl/index.js +0 -24
- package/dist/src/row/queries/impl/index.js.map +0 -1
- package/dist/src/row/queries/impl/resolve-row-count-references-by.query.d.ts +0 -12
- package/dist/src/row/queries/impl/resolve-row-count-references-by.query.js +0 -10
- package/dist/src/row/queries/impl/resolve-row-count-references-by.query.js.map +0 -1
- package/dist/src/row/queries/impl/resolve-row-count-references-to.query.d.ts +0 -12
- package/dist/src/row/queries/impl/resolve-row-count-references-to.query.js +0 -10
- package/dist/src/row/queries/impl/resolve-row-count-references-to.query.js.map +0 -1
- package/dist/src/row/queries/impl/resolve-row-references-by.query.d.ts +0 -18
- package/dist/src/row/queries/impl/resolve-row-references-by.query.js +0 -10
- package/dist/src/row/queries/impl/resolve-row-references-by.query.js.map +0 -1
- package/dist/src/row/queries/impl/resolve-row-references-to.query.d.ts +0 -18
- package/dist/src/row/queries/impl/resolve-row-references-to.query.js +0 -10
- package/dist/src/row/queries/impl/resolve-row-references-to.query.js.map +0 -1
- package/dist/src/row/queries/types/get-row-by-id.types.d.ts +0 -2
- package/dist/src/row/queries/types/get-row-by-id.types.js +0 -3
- package/dist/src/row/queries/types/get-row-by-id.types.js.map +0 -1
- package/dist/src/row/queries/types/get-row.types.d.ts +0 -2
- package/dist/src/row/queries/types/get-row.types.js +0 -3
- package/dist/src/row/queries/types/get-row.types.js.map +0 -1
- package/dist/src/row/queries/types/get-rows.types.d.ts +0 -3
- package/dist/src/row/queries/types/get-rows.types.js +0 -3
- package/dist/src/row/queries/types/get-rows.types.js.map +0 -1
- package/dist/src/row/queries/types/index.d.ts +0 -5
- package/dist/src/row/queries/types/index.js +0 -22
- package/dist/src/row/queries/types/index.js.map +0 -1
- package/dist/src/row/queries/types/resolve-row-references-by.types.d.ts +0 -3
- package/dist/src/row/queries/types/resolve-row-references-by.types.js +0 -3
- package/dist/src/row/queries/types/resolve-row-references-by.types.js.map +0 -1
- package/dist/src/row/queries/types/resolve-row-references-to.types.d.ts +0 -3
- package/dist/src/row/queries/types/resolve-row-references-to.types.js +0 -3
- package/dist/src/row/queries/types/resolve-row-references-to.types.js.map +0 -1
- package/dist/src/row/row.module.d.ts +0 -2
- package/dist/src/row/row.module.js +0 -24
- package/dist/src/row/row.module.js.map +0 -1
- package/dist/src/share/commands/handlers/index.d.ts +0 -3
- package/dist/src/share/commands/handlers/index.js +0 -10
- package/dist/src/share/commands/handlers/index.js.map +0 -1
- package/dist/src/share/commands/handlers/notify-endpoints.handler.d.ts +0 -12
- package/dist/src/share/commands/handlers/notify-endpoints.handler.js +0 -46
- package/dist/src/share/commands/handlers/notify-endpoints.handler.js.map +0 -1
- package/dist/src/share/commands/handlers/transactional/move-endpoints.handler.d.ts +0 -11
- package/dist/src/share/commands/handlers/transactional/move-endpoints.handler.js +0 -56
- package/dist/src/share/commands/handlers/transactional/move-endpoints.handler.js.map +0 -1
- package/dist/src/share/commands/impl/index.d.ts +0 -2
- package/dist/src/share/commands/impl/index.js +0 -19
- package/dist/src/share/commands/impl/index.js.map +0 -1
- package/dist/src/share/commands/impl/notify-endpoints.command.d.ts +0 -8
- package/dist/src/share/commands/impl/notify-endpoints.command.js +0 -10
- package/dist/src/share/commands/impl/notify-endpoints.command.js.map +0 -1
- package/dist/src/share/commands/impl/transactional/move-endpoints.command.d.ts +0 -10
- package/dist/src/share/commands/impl/transactional/move-endpoints.command.js +0 -10
- package/dist/src/share/commands/impl/transactional/move-endpoints.command.js.map +0 -1
- package/dist/src/share/commands/utils/getOffsetPagination.d.ts +0 -18
- package/dist/src/share/commands/utils/getOffsetPagination.js +0 -37
- package/dist/src/share/commands/utils/getOffsetPagination.js.map +0 -1
- package/dist/src/share/commands/utils/getRevisionCursorPagination.d.ts +0 -29
- package/dist/src/share/commands/utils/getRevisionCursorPagination.js +0 -70
- package/dist/src/share/commands/utils/getRevisionCursorPagination.js.map +0 -1
- package/dist/src/share/const.d.ts +0 -2
- package/dist/src/share/const.js +0 -14
- package/dist/src/share/const.js.map +0 -1
- package/dist/src/share/pagination.interface.d.ts +0 -15
- package/dist/src/share/pagination.interface.js +0 -3
- package/dist/src/share/pagination.interface.js.map +0 -1
- package/dist/src/share/queries/handlers/index.d.ts +0 -9
- package/dist/src/share/queries/handlers/index.js +0 -22
- package/dist/src/share/queries/handlers/index.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-branch-in-project-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-branch-in-project-or-throw.handler.js +0 -44
- package/dist/src/share/queries/handlers/transactional/find-branch-in-project-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-draft-revision-in-branch-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-draft-revision-in-branch-or-throw.handler.js +0 -39
- package/dist/src/share/queries/handlers/transactional/find-draft-revision-in-branch-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-head-revision-in-branch-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-head-revision-in-branch-or-throw.handler.js +0 -39
- package/dist/src/share/queries/handlers/transactional/find-head-revision-in-branch-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-project-in-organization-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-project-in-organization-or-throw.handler.js +0 -44
- package/dist/src/share/queries/handlers/transactional/find-project-in-organization-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-row-in-table-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-row-in-table-or-throw.handler.js +0 -42
- package/dist/src/share/queries/handlers/transactional/find-row-in-table-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-rows-in-table-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-rows-in-table-or-throw.handler.js +0 -42
- package/dist/src/share/queries/handlers/transactional/find-rows-in-table-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/find-table-in-revision-or-throw.handler.d.ts +0 -10
- package/dist/src/share/queries/handlers/transactional/find-table-in-revision-or-throw.handler.js +0 -42
- package/dist/src/share/queries/handlers/transactional/find-table-in-revision-or-throw.handler.js.map +0 -1
- package/dist/src/share/queries/handlers/transactional/get-table-schema.handler.d.ts +0 -11
- package/dist/src/share/queries/handlers/transactional/get-table-schema.handler.js +0 -57
- package/dist/src/share/queries/handlers/transactional/get-table-schema.handler.js.map +0 -1
- package/dist/src/share/queries/impl/index.d.ts +0 -7
- package/dist/src/share/queries/impl/index.js +0 -24
- package/dist/src/share/queries/impl/index.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-branch-in-project-or-throw.query.d.ts +0 -10
- package/dist/src/share/queries/impl/transactional/find-branch-in-project-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-branch-in-project-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-draft-revision-in-branch-or-throw.query.d.ts +0 -8
- package/dist/src/share/queries/impl/transactional/find-draft-revision-in-branch-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-draft-revision-in-branch-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-head-revision-in-branch-or-throw.query.d.ts +0 -8
- package/dist/src/share/queries/impl/transactional/find-head-revision-in-branch-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-head-revision-in-branch-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-project-in-organization-or-throw.query.d.ts +0 -10
- package/dist/src/share/queries/impl/transactional/find-project-in-organization-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-project-in-organization-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-row-in-table-or-throw.query.d.ts +0 -10
- package/dist/src/share/queries/impl/transactional/find-row-in-table-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-row-in-table-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-rows-in-table-or-throw.query.d.ts +0 -10
- package/dist/src/share/queries/impl/transactional/find-rows-in-table-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-rows-in-table-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/find-table-in-revision-or-throw.query.d.ts +0 -10
- package/dist/src/share/queries/impl/transactional/find-table-in-revision-or-throw.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/find-table-in-revision-or-throw.query.js.map +0 -1
- package/dist/src/share/queries/impl/transactional/get-table-schema.query.d.ts +0 -10
- package/dist/src/share/queries/impl/transactional/get-table-schema.query.js +0 -10
- package/dist/src/share/queries/impl/transactional/get-table-schema.query.js.map +0 -1
- package/dist/src/share/queries/types/find-branch-in-project.types.d.ts +0 -3
- package/dist/src/share/queries/types/find-branch-in-project.types.js +0 -3
- package/dist/src/share/queries/types/find-branch-in-project.types.js.map +0 -1
- package/dist/src/share/queries/types/find-draft-revision-in-branch.types.d.ts +0 -3
- package/dist/src/share/queries/types/find-draft-revision-in-branch.types.js +0 -3
- package/dist/src/share/queries/types/find-draft-revision-in-branch.types.js.map +0 -1
- package/dist/src/share/queries/types/find-head-revision-in-branch.types.d.ts +0 -3
- package/dist/src/share/queries/types/find-head-revision-in-branch.types.js +0 -3
- package/dist/src/share/queries/types/find-head-revision-in-branch.types.js.map +0 -1
- package/dist/src/share/queries/types/find-project-in-organization.types.d.ts +0 -3
- package/dist/src/share/queries/types/find-project-in-organization.types.js +0 -3
- package/dist/src/share/queries/types/find-project-in-organization.types.js.map +0 -1
- package/dist/src/share/queries/types/find-row-in-table.types.d.ts +0 -4
- package/dist/src/share/queries/types/find-row-in-table.types.js +0 -3
- package/dist/src/share/queries/types/find-row-in-table.types.js.map +0 -1
- package/dist/src/share/queries/types/find-rows-in-table.types.d.ts +0 -5
- package/dist/src/share/queries/types/find-rows-in-table.types.js +0 -3
- package/dist/src/share/queries/types/find-rows-in-table.types.js.map +0 -1
- package/dist/src/share/queries/types/find-table-in-revision.types.d.ts +0 -5
- package/dist/src/share/queries/types/find-table-in-revision.types.js +0 -3
- package/dist/src/share/queries/types/find-table-in-revision.types.js.map +0 -1
- package/dist/src/share/queries/types/index.d.ts +0 -7
- package/dist/src/share/queries/types/index.js +0 -3
- package/dist/src/share/queries/types/index.js.map +0 -1
- package/dist/src/share/references.service.d.ts +0 -22
- package/dist/src/share/references.service.js +0 -94
- package/dist/src/share/references.service.js.map +0 -1
- package/dist/src/share/schema/consts.d.ts +0 -3
- package/dist/src/share/schema/consts.js +0 -8
- package/dist/src/share/schema/consts.js.map +0 -1
- package/dist/src/share/schema/json-patch-schema.d.ts +0 -2
- package/dist/src/share/schema/json-patch-schema.js +0 -71
- package/dist/src/share/schema/json-patch-schema.js.map +0 -1
- package/dist/src/share/schema/meta-schema.d.ts +0 -9
- package/dist/src/share/schema/meta-schema.js +0 -143
- package/dist/src/share/schema/meta-schema.js.map +0 -1
- package/dist/src/share/share.commands.d.ts +0 -8
- package/dist/src/share/share.commands.js +0 -29
- package/dist/src/share/share.commands.js.map +0 -1
- package/dist/src/share/share.module.d.ts +0 -2
- package/dist/src/share/share.module.js +0 -42
- package/dist/src/share/share.module.js.map +0 -1
- package/dist/src/share/share.transactional.commands.d.ts +0 -9
- package/dist/src/share/share.transactional.commands.js +0 -29
- package/dist/src/share/share.transactional.commands.js.map +0 -1
- package/dist/src/share/share.transactional.queries.d.ts +0 -15
- package/dist/src/share/share.transactional.queries.js +0 -73
- package/dist/src/share/share.transactional.queries.js.map +0 -1
- package/dist/src/share/system-organizations.consts.d.ts +0 -3
- package/dist/src/share/system-organizations.consts.js +0 -8
- package/dist/src/share/system-organizations.consts.js.map +0 -1
- package/dist/src/share/system-tables.consts.d.ts +0 -5
- package/dist/src/share/system-tables.consts.js +0 -15
- package/dist/src/share/system-tables.consts.js.map +0 -1
- package/dist/src/share/types/row-with-context.types.d.ts +0 -7
- package/dist/src/share/types/row-with-context.types.js +0 -3
- package/dist/src/share/types/row-with-context.types.js.map +0 -1
- package/dist/src/share/types/table-with-context.types.d.ts +0 -6
- package/dist/src/share/types/table-with-context.types.js +0 -3
- package/dist/src/share/types/table-with-context.types.js.map +0 -1
- package/dist/src/share/types.d.ts +0 -3
- package/dist/src/share/types.js +0 -3
- package/dist/src/share/types.js.map +0 -1
- package/dist/src/share/utils/index.d.ts +0 -1
- package/dist/src/share/utils/index.js +0 -18
- package/dist/src/share/utils/index.js.map +0 -1
- package/dist/src/share/utils/schema/lib/applyPatches.d.ts +0 -6
- package/dist/src/share/utils/schema/lib/applyPatches.js +0 -89
- package/dist/src/share/utils/schema/lib/applyPatches.js.map +0 -1
- package/dist/src/share/utils/schema/lib/createJsonSchemaStore.d.ts +0 -6
- package/dist/src/share/utils/schema/lib/createJsonSchemaStore.js +0 -52
- package/dist/src/share/utils/schema/lib/createJsonSchemaStore.js.map +0 -1
- package/dist/src/share/utils/schema/lib/createJsonValueStore.d.ts +0 -11
- package/dist/src/share/utils/schema/lib/createJsonValueStore.js +0 -54
- package/dist/src/share/utils/schema/lib/createJsonValueStore.js.map +0 -1
- package/dist/src/share/utils/schema/lib/getJsonSchemaStoreByPath.d.ts +0 -2
- package/dist/src/share/utils/schema/lib/getJsonSchemaStoreByPath.js +0 -50
- package/dist/src/share/utils/schema/lib/getJsonSchemaStoreByPath.js.map +0 -1
- package/dist/src/share/utils/schema/lib/getParentForPath.d.ts +0 -4
- package/dist/src/share/utils/schema/lib/getParentForPath.js +0 -45
- package/dist/src/share/utils/schema/lib/getParentForPath.js.map +0 -1
- package/dist/src/share/utils/schema/lib/getPathByStore.d.ts +0 -2
- package/dist/src/share/utils/schema/lib/getPathByStore.js +0 -23
- package/dist/src/share/utils/schema/lib/getPathByStore.js.map +0 -1
- package/dist/src/share/utils/schema/lib/getReferencesFromSchema.d.ts +0 -2
- package/dist/src/share/utils/schema/lib/getReferencesFromSchema.js +0 -16
- package/dist/src/share/utils/schema/lib/getReferencesFromSchema.js.map +0 -1
- package/dist/src/share/utils/schema/lib/getReferencesFromValue.d.ts +0 -6
- package/dist/src/share/utils/schema/lib/getReferencesFromValue.js +0 -24
- package/dist/src/share/utils/schema/lib/getReferencesFromValue.js.map +0 -1
- package/dist/src/share/utils/schema/lib/getValuePathByStore.d.ts +0 -2
- package/dist/src/share/utils/schema/lib/getValuePathByStore.js +0 -23
- package/dist/src/share/utils/schema/lib/getValuePathByStore.js.map +0 -1
- package/dist/src/share/utils/schema/lib/schema-table.d.ts +0 -17
- package/dist/src/share/utils/schema/lib/schema-table.js +0 -69
- package/dist/src/share/utils/schema/lib/schema-table.js.map +0 -1
- package/dist/src/share/utils/schema/lib/traverseStore.d.ts +0 -2
- package/dist/src/share/utils/schema/lib/traverseStore.js +0 -17
- package/dist/src/share/utils/schema/lib/traverseStore.js.map +0 -1
- package/dist/src/share/utils/schema/lib/traverseValue.d.ts +0 -2
- package/dist/src/share/utils/schema/lib/traverseValue.js +0 -19
- package/dist/src/share/utils/schema/lib/traverseValue.js.map +0 -1
- package/dist/src/share/utils/schema/model/schema/json-array.store.d.ts +0 -30
- package/dist/src/share/utils/schema/model/schema/json-array.store.js +0 -70
- package/dist/src/share/utils/schema/model/schema/json-array.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/schema/json-boolean.store.d.ts +0 -17
- package/dist/src/share/utils/schema/model/schema/json-boolean.store.js +0 -40
- package/dist/src/share/utils/schema/model/schema/json-boolean.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/schema/json-number.store.d.ts +0 -17
- package/dist/src/share/utils/schema/model/schema/json-number.store.js +0 -40
- package/dist/src/share/utils/schema/model/schema/json-number.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/schema/json-object.store.d.ts +0 -45
- package/dist/src/share/utils/schema/model/schema/json-object.store.js +0 -142
- package/dist/src/share/utils/schema/model/schema/json-object.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/schema/json-schema.store.d.ts +0 -7
- package/dist/src/share/utils/schema/model/schema/json-schema.store.js +0 -3
- package/dist/src/share/utils/schema/model/schema/json-schema.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/schema/json-string.store.d.ts +0 -18
- package/dist/src/share/utils/schema/model/schema/json-string.store.js +0 -44
- package/dist/src/share/utils/schema/model/schema/json-string.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/json-array-value.store.d.ts +0 -16
- package/dist/src/share/utils/schema/model/value/json-array-value.store.js +0 -42
- package/dist/src/share/utils/schema/model/value/json-array-value.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/json-boolean-value.store.d.ts +0 -11
- package/dist/src/share/utils/schema/model/value/json-boolean-value.store.js +0 -18
- package/dist/src/share/utils/schema/model/value/json-boolean-value.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/json-number-value.store.d.ts +0 -11
- package/dist/src/share/utils/schema/model/value/json-number-value.store.js +0 -18
- package/dist/src/share/utils/schema/model/value/json-number-value.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/json-object-value.store.d.ts +0 -19
- package/dist/src/share/utils/schema/model/value/json-object-value.store.js +0 -55
- package/dist/src/share/utils/schema/model/value/json-object-value.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/json-string-value.store.d.ts +0 -12
- package/dist/src/share/utils/schema/model/value/json-string-value.store.js +0 -21
- package/dist/src/share/utils/schema/model/value/json-string-value.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/json-value.store.d.ts +0 -7
- package/dist/src/share/utils/schema/model/value/json-value.store.js +0 -3
- package/dist/src/share/utils/schema/model/value/json-value.store.js.map +0 -1
- package/dist/src/share/utils/schema/model/value/value-transformation.d.ts +0 -13
- package/dist/src/share/utils/schema/model/value/value-transformation.js +0 -110
- package/dist/src/share/utils/schema/model/value/value-transformation.js.map +0 -1
- package/dist/src/share/utils/schema/types/json-patch.types.d.ts +0 -21
- package/dist/src/share/utils/schema/types/json-patch.types.js +0 -3
- package/dist/src/share/utils/schema/types/json-patch.types.js.map +0 -1
- package/dist/src/share/utils/schema/types/json.types.d.ts +0 -7
- package/dist/src/share/utils/schema/types/json.types.js +0 -3
- package/dist/src/share/utils/schema/types/json.types.js.map +0 -1
- package/dist/src/share/utils/schema/types/schema.types.d.ts +0 -32
- package/dist/src/share/utils/schema/types/schema.types.js +0 -12
- package/dist/src/share/utils/schema/types/schema.types.js.map +0 -1
- package/dist/src/share/utils/sort-revisions/sort-revisions.d.ts +0 -6
- package/dist/src/share/utils/sort-revisions/sort-revisions.js +0 -36
- package/dist/src/share/utils/sort-revisions/sort-revisions.js.map +0 -1
- package/dist/src/table/queries/handlers/get-count-rows-in-table.handler.d.ts +0 -8
- package/dist/src/table/queries/handlers/get-count-rows-in-table.handler.js +0 -33
- package/dist/src/table/queries/handlers/get-count-rows-in-table.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/get-rows-by-table.handler.d.ts +0 -22
- package/dist/src/table/queries/handlers/get-rows-by-table.handler.js +0 -59
- package/dist/src/table/queries/handlers/get-rows-by-table.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/get-table-by-id.handler.d.ts +0 -18
- package/dist/src/table/queries/handlers/get-table-by-id.handler.js +0 -42
- package/dist/src/table/queries/handlers/get-table-by-id.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/get-table.handler.d.ts +0 -14
- package/dist/src/table/queries/handlers/get-table.handler.js +0 -58
- package/dist/src/table/queries/handlers/get-table.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/get-tables.handler.d.ts +0 -11
- package/dist/src/table/queries/handlers/get-tables.handler.js +0 -67
- package/dist/src/table/queries/handlers/get-tables.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/index.d.ts +0 -11
- package/dist/src/table/queries/handlers/index.js +0 -26
- package/dist/src/table/queries/handlers/index.js.map +0 -1
- package/dist/src/table/queries/handlers/resolve-table-count-references-by.handler.d.ts +0 -15
- package/dist/src/table/queries/handlers/resolve-table-count-references-by.handler.js +0 -54
- package/dist/src/table/queries/handlers/resolve-table-count-references-by.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/resolve-table-count-references-to.handler.d.ts +0 -12
- package/dist/src/table/queries/handlers/resolve-table-count-references-to.handler.js +0 -51
- package/dist/src/table/queries/handlers/resolve-table-count-references-to.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/resolve-table-references-by.handler.d.ts +0 -17
- package/dist/src/table/queries/handlers/resolve-table-references-by.handler.js +0 -80
- package/dist/src/table/queries/handlers/resolve-table-references-by.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/resolve-table-references-to.handler.d.ts +0 -14
- package/dist/src/table/queries/handlers/resolve-table-references-to.handler.js +0 -78
- package/dist/src/table/queries/handlers/resolve-table-references-to.handler.js.map +0 -1
- package/dist/src/table/queries/handlers/resolve-table-schema.handler.d.ts +0 -13
- package/dist/src/table/queries/handlers/resolve-table-schema.handler.js +0 -46
- package/dist/src/table/queries/handlers/resolve-table-schema.handler.js.map +0 -1
- package/dist/src/table/queries/impl/get-count-rows-in-table.query.d.ts +0 -8
- package/dist/src/table/queries/impl/get-count-rows-in-table.query.js +0 -10
- package/dist/src/table/queries/impl/get-count-rows-in-table.query.js.map +0 -1
- package/dist/src/table/queries/impl/get-rows-by-table.query.d.ts +0 -16
- package/dist/src/table/queries/impl/get-rows-by-table.query.js +0 -10
- package/dist/src/table/queries/impl/get-rows-by-table.query.js.map +0 -1
- package/dist/src/table/queries/impl/get-table-by-id.query.d.ts +0 -10
- package/dist/src/table/queries/impl/get-table-by-id.query.js +0 -10
- package/dist/src/table/queries/impl/get-table-by-id.query.js.map +0 -1
- package/dist/src/table/queries/impl/get-table.query.d.ts +0 -10
- package/dist/src/table/queries/impl/get-table.query.js +0 -10
- package/dist/src/table/queries/impl/get-table.query.js.map +0 -1
- package/dist/src/table/queries/impl/get-tables.query.d.ts +0 -12
- package/dist/src/table/queries/impl/get-tables.query.js +0 -10
- package/dist/src/table/queries/impl/get-tables.query.js.map +0 -1
- package/dist/src/table/queries/impl/index.d.ts +0 -6
- package/dist/src/table/queries/impl/index.js +0 -23
- package/dist/src/table/queries/impl/index.js.map +0 -1
- package/dist/src/table/queries/impl/resolve-table-count-references-by.query.d.ts +0 -10
- package/dist/src/table/queries/impl/resolve-table-count-references-by.query.js +0 -10
- package/dist/src/table/queries/impl/resolve-table-count-references-by.query.js.map +0 -1
- package/dist/src/table/queries/impl/resolve-table-count-references-to.query.d.ts +0 -10
- package/dist/src/table/queries/impl/resolve-table-count-references-to.query.js +0 -10
- package/dist/src/table/queries/impl/resolve-table-count-references-to.query.js.map +0 -1
- package/dist/src/table/queries/impl/resolve-table-references-by.query.d.ts +0 -14
- package/dist/src/table/queries/impl/resolve-table-references-by.query.js +0 -10
- package/dist/src/table/queries/impl/resolve-table-references-by.query.js.map +0 -1
- package/dist/src/table/queries/impl/resolve-table-references-to.query.d.ts +0 -14
- package/dist/src/table/queries/impl/resolve-table-references-to.query.js +0 -10
- package/dist/src/table/queries/impl/resolve-table-references-to.query.js.map +0 -1
- package/dist/src/table/queries/impl/resolve-table-schema.query.d.ts +0 -10
- package/dist/src/table/queries/impl/resolve-table-schema.query.js +0 -10
- package/dist/src/table/queries/impl/resolve-table-schema.query.js.map +0 -1
- package/dist/src/table/queries/types/get-table-by-id.types.d.ts +0 -2
- package/dist/src/table/queries/types/get-table-by-id.types.js +0 -3
- package/dist/src/table/queries/types/get-table-by-id.types.js.map +0 -1
- package/dist/src/table/queries/types/get-table-rows.types.d.ts +0 -3
- package/dist/src/table/queries/types/get-table-rows.types.js +0 -3
- package/dist/src/table/queries/types/get-table-rows.types.js.map +0 -1
- package/dist/src/table/queries/types/get-table.types.d.ts +0 -2
- package/dist/src/table/queries/types/get-table.types.js +0 -3
- package/dist/src/table/queries/types/get-table.types.js.map +0 -1
- package/dist/src/table/queries/types/get-tables.types.d.ts +0 -3
- package/dist/src/table/queries/types/get-tables.types.js +0 -3
- package/dist/src/table/queries/types/get-tables.types.js.map +0 -1
- package/dist/src/table/queries/types/index.d.ts +0 -6
- package/dist/src/table/queries/types/index.js +0 -23
- package/dist/src/table/queries/types/index.js.map +0 -1
- package/dist/src/table/queries/types/resolve-table-references-by.types.d.ts +0 -3
- package/dist/src/table/queries/types/resolve-table-references-by.types.js +0 -3
- package/dist/src/table/queries/types/resolve-table-references-by.types.js.map +0 -1
- package/dist/src/table/queries/types/resolve-table-references-to.types.d.ts +0 -3
- package/dist/src/table/queries/types/resolve-table-references-to.types.js +0 -3
- package/dist/src/table/queries/types/resolve-table-references-to.types.js.map +0 -1
- package/dist/src/table/table.module.d.ts +0 -2
- package/dist/src/table/table.module.js +0 -31
- package/dist/src/table/table.module.js.map +0 -1
- package/dist/src/user/commands/handlers/index.d.ts +0 -2
- package/dist/src/user/commands/handlers/index.js +0 -19
- package/dist/src/user/commands/handlers/index.js.map +0 -1
- package/dist/src/user/commands/handlers/set-username.handler.d.ts +0 -14
- package/dist/src/user/commands/handlers/set-username.handler.js +0 -101
- package/dist/src/user/commands/handlers/set-username.handler.js.map +0 -1
- package/dist/src/user/commands/handlers/update-password.handler.d.ts +0 -12
- package/dist/src/user/commands/handlers/update-password.handler.js +0 -59
- package/dist/src/user/commands/handlers/update-password.handler.js.map +0 -1
- package/dist/src/user/commands/impl/index.d.ts +0 -2
- package/dist/src/user/commands/impl/index.js +0 -19
- package/dist/src/user/commands/impl/index.js.map +0 -1
- package/dist/src/user/commands/impl/set-username.command.d.ts +0 -11
- package/dist/src/user/commands/impl/set-username.command.js +0 -10
- package/dist/src/user/commands/impl/set-username.command.js.map +0 -1
- package/dist/src/user/commands/impl/update-password.command.d.ts +0 -13
- package/dist/src/user/commands/impl/update-password.command.js +0 -10
- package/dist/src/user/commands/impl/update-password.command.js.map +0 -1
- package/dist/src/user/commands/index.d.ts +0 -2
- package/dist/src/user/commands/index.js +0 -6
- package/dist/src/user/commands/index.js.map +0 -1
- package/dist/src/user/queries/handlers/get-projects-by-user-id.handler.d.ts +0 -19
- package/dist/src/user/queries/handlers/get-projects-by-user-id.handler.js +0 -78
- package/dist/src/user/queries/handlers/get-projects-by-user-id.handler.js.map +0 -1
- package/dist/src/user/queries/handlers/get-user-organization.handler.d.ts +0 -8
- package/dist/src/user/queries/handlers/get-user-organization.handler.js +0 -39
- package/dist/src/user/queries/handlers/get-user-organization.handler.js.map +0 -1
- package/dist/src/user/queries/handlers/get-user.handler.d.ts +0 -12
- package/dist/src/user/queries/handlers/get-user.handler.js +0 -36
- package/dist/src/user/queries/handlers/get-user.handler.js.map +0 -1
- package/dist/src/user/queries/handlers/index.d.ts +0 -3
- package/dist/src/user/queries/handlers/index.js +0 -20
- package/dist/src/user/queries/handlers/index.js.map +0 -1
- package/dist/src/user/queries/impl/get-projects-by-user-id.query.d.ts +0 -15
- package/dist/src/user/queries/impl/get-projects-by-user-id.query.js +0 -10
- package/dist/src/user/queries/impl/get-projects-by-user-id.query.js.map +0 -1
- package/dist/src/user/queries/impl/get-user-organization.query.d.ts +0 -9
- package/dist/src/user/queries/impl/get-user-organization.query.js +0 -10
- package/dist/src/user/queries/impl/get-user-organization.query.js.map +0 -1
- package/dist/src/user/queries/impl/get-user.query.d.ts +0 -10
- package/dist/src/user/queries/impl/get-user.query.js +0 -10
- package/dist/src/user/queries/impl/get-user.query.js.map +0 -1
- package/dist/src/user/queries/impl/index.d.ts +0 -3
- package/dist/src/user/queries/impl/index.js +0 -20
- package/dist/src/user/queries/impl/index.js.map +0 -1
- package/dist/src/user/queries/index.d.ts +0 -2
- package/dist/src/user/queries/index.js +0 -10
- package/dist/src/user/queries/index.js.map +0 -1
- package/dist/src/user/user.module.d.ts +0 -2
- package/dist/src/user/user.module.js +0 -25
- package/dist/src/user/user.module.js.map +0 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
package/package.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revisium/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Revisium is a tool (UI/API) inspired by JSON (JSON Schema) and Git, designed to provide a flexible and low-level headless CMS solution.",
|
|
5
5
|
"private": false,
|
|
6
|
-
"homepage": "https
|
|
6
|
+
"homepage": "https://revisium.io",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"author": "Anton Kashirov",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/revisium/revisium-core.git"
|
|
12
|
+
},
|
|
9
13
|
"main": "dist/src/index.js",
|
|
10
14
|
"types": "dist/src/index.d.ts",
|
|
11
15
|
"files": [
|
package/dist/package.json
DELETED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@revisium/core",
|
|
3
|
-
"version": "0.9.0",
|
|
4
|
-
"description": "Revisium is a tool (UI/API) inspired by JSON (JSON Schema) and Git, designed to provide a flexible and low-level headless CMS solution.",
|
|
5
|
-
"private": true,
|
|
6
|
-
"homepage": "https:/revisium.io",
|
|
7
|
-
"license": "Apache-2.0",
|
|
8
|
-
"author": "Anton Kashirov",
|
|
9
|
-
"main": "dist/src/index.js",
|
|
10
|
-
"types": "dist/src/index.d.ts",
|
|
11
|
-
"files": [
|
|
12
|
-
"dist"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"prisma:db:push": "npx prisma db push",
|
|
16
|
-
"prisma:generate": "npx prisma generate",
|
|
17
|
-
"prisma:migrate:deploy": "npx prisma migrate deploy",
|
|
18
|
-
"generate:seed:api": "ts-node prisma/seed/generateSeedApi.ts",
|
|
19
|
-
"generate:seed:load": "ts-node prisma/seed/loadFromSeedApi.ts",
|
|
20
|
-
"seed": "ts-node prisma/seed.ts",
|
|
21
|
-
"seed:prod": "node dist/prisma/seed.js",
|
|
22
|
-
"build": "nest build",
|
|
23
|
-
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
24
|
-
"start": "nest start",
|
|
25
|
-
"start:dev": "nest start --watch",
|
|
26
|
-
"start:debug": "nest start --debug --watch",
|
|
27
|
-
"start:prod": "NODE_ENV=production npm run prisma:migrate:deploy && npm run seed:prod && node dist/src/main",
|
|
28
|
-
"lint:ci": "eslint \"{src,apps,libs,test}/**/*.ts\"",
|
|
29
|
-
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
30
|
-
"test": "jest",
|
|
31
|
-
"test:watch": "jest --watch",
|
|
32
|
-
"test:cov": "jest --coverage",
|
|
33
|
-
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
|
34
|
-
"test:e2e": "jest --config ./test/jest-e2e.json",
|
|
35
|
-
"tsc": "tsc -p tsconfig.json"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@apollo/server": "^4.10.1",
|
|
39
|
-
"@casl/ability": "^6.7.2",
|
|
40
|
-
"@casl/prisma": "^1.5.0",
|
|
41
|
-
"@nestjs/apollo": "^12.1.0",
|
|
42
|
-
"@nestjs/cache-manager": "^2.2.2",
|
|
43
|
-
"@nestjs/common": "^10.3.3",
|
|
44
|
-
"@nestjs/config": "^3.2.0",
|
|
45
|
-
"@nestjs/core": "^10.3.3",
|
|
46
|
-
"@nestjs/cqrs": "^10.2.7",
|
|
47
|
-
"@nestjs/graphql": "^12.1.1",
|
|
48
|
-
"@nestjs/jwt": "^10.2.0",
|
|
49
|
-
"@nestjs/microservices": "^10.3.3",
|
|
50
|
-
"@nestjs/passport": "^10.0.3",
|
|
51
|
-
"@nestjs/platform-express": "^10.3.3",
|
|
52
|
-
"@nestjs/schedule": "^4.0.1",
|
|
53
|
-
"@nestjs/swagger": "^7.4.2",
|
|
54
|
-
"@prisma/client": "^5.22.0",
|
|
55
|
-
"ajv": "^8.16.0",
|
|
56
|
-
"bcrypt": "^5.1.1",
|
|
57
|
-
"cache-manager": "^5.7.6",
|
|
58
|
-
"class-transformer": "^0.5.1",
|
|
59
|
-
"class-validator": "^0.14.1",
|
|
60
|
-
"graphql": "^16.8.1",
|
|
61
|
-
"graphql-type-json": "^0.3.2",
|
|
62
|
-
"handlebars": "^4.7.8",
|
|
63
|
-
"ioredis": "^5.3.2",
|
|
64
|
-
"nanoid": "^3.3.6",
|
|
65
|
-
"nodemailer": "^6.9.16",
|
|
66
|
-
"object-hash": "^3.0.0",
|
|
67
|
-
"passport": "^0.7.0",
|
|
68
|
-
"passport-jwt": "^4.0.1",
|
|
69
|
-
"reflect-metadata": "^0.2.1",
|
|
70
|
-
"rxjs": "^7.8.1"
|
|
71
|
-
},
|
|
72
|
-
"devDependencies": {
|
|
73
|
-
"@nestjs/cli": "^10.3.2",
|
|
74
|
-
"@nestjs/schematics": "^10.1.1",
|
|
75
|
-
"@nestjs/testing": "^10.3.3",
|
|
76
|
-
"@types/bcrypt": "^5.0.2",
|
|
77
|
-
"@types/express": "^4.17.21",
|
|
78
|
-
"@types/jest": "^29.5.12",
|
|
79
|
-
"@types/node": "^20.11.25",
|
|
80
|
-
"@types/nodemailer": "^6.4.17",
|
|
81
|
-
"@types/object-hash": "^3.0.6",
|
|
82
|
-
"@types/passport-jwt": "^4.0.1",
|
|
83
|
-
"@types/supertest": "^6.0.2",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
85
|
-
"@typescript-eslint/parser": "^7.1.1",
|
|
86
|
-
"eslint": "^8.57.0",
|
|
87
|
-
"eslint-config-prettier": "^9.1.0",
|
|
88
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
89
|
-
"jest": "^29.7.0",
|
|
90
|
-
"jest-mock-extended": "^3.0.5",
|
|
91
|
-
"prettier": "^3.2.5",
|
|
92
|
-
"prisma": "^5.22.0",
|
|
93
|
-
"source-map-support": "^0.5.21",
|
|
94
|
-
"supertest": "^6.3.4",
|
|
95
|
-
"swagger-typescript-api": "^13.0.22",
|
|
96
|
-
"ts-jest": "^29.1.2",
|
|
97
|
-
"ts-loader": "^9.5.1",
|
|
98
|
-
"ts-node": "^10.9.2",
|
|
99
|
-
"tsconfig-paths": "^4.2.0",
|
|
100
|
-
"typescript": "^5.4.2"
|
|
101
|
-
},
|
|
102
|
-
"directories": {
|
|
103
|
-
"dist": "dist"
|
|
104
|
-
},
|
|
105
|
-
"jest": {
|
|
106
|
-
"modulePaths": [
|
|
107
|
-
"<rootDir>"
|
|
108
|
-
],
|
|
109
|
-
"moduleFileExtensions": [
|
|
110
|
-
"js",
|
|
111
|
-
"json",
|
|
112
|
-
"ts"
|
|
113
|
-
],
|
|
114
|
-
"rootDir": "./",
|
|
115
|
-
"testRegex": ".*\\.spec\\.ts$",
|
|
116
|
-
"transform": {
|
|
117
|
-
"^.+\\.(t|j)s$": "ts-jest"
|
|
118
|
-
},
|
|
119
|
-
"collectCoverageFrom": [
|
|
120
|
-
"**/*.(t|j)s"
|
|
121
|
-
],
|
|
122
|
-
"coverageDirectory": "../coverage",
|
|
123
|
-
"testEnvironment": "node"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
@@ -1,298 +0,0 @@
|
|
|
1
|
-
-- CreateEnum
|
|
2
|
-
CREATE TYPE "RoleLevel" AS ENUM ('System', 'Organization', 'Project');
|
|
3
|
-
|
|
4
|
-
-- CreateEnum
|
|
5
|
-
CREATE TYPE "EndpointType" AS ENUM ('GRAPHQL', 'REST_API');
|
|
6
|
-
|
|
7
|
-
-- CreateTable
|
|
8
|
-
CREATE TABLE "User" (
|
|
9
|
-
"id" TEXT NOT NULL,
|
|
10
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
11
|
-
"email" TEXT,
|
|
12
|
-
"username" TEXT,
|
|
13
|
-
"password" TEXT NOT NULL,
|
|
14
|
-
"isEmailConfirmed" BOOLEAN NOT NULL DEFAULT false,
|
|
15
|
-
"emailCode" TEXT NOT NULL DEFAULT '',
|
|
16
|
-
"roleId" TEXT NOT NULL,
|
|
17
|
-
|
|
18
|
-
CONSTRAINT "User_pkey" PRIMARY KEY ("id")
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
-- CreateTable
|
|
22
|
-
CREATE TABLE "Role" (
|
|
23
|
-
"id" TEXT NOT NULL,
|
|
24
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
25
|
-
"name" TEXT NOT NULL,
|
|
26
|
-
"level" "RoleLevel" NOT NULL,
|
|
27
|
-
"isCustom" BOOLEAN NOT NULL DEFAULT false,
|
|
28
|
-
|
|
29
|
-
CONSTRAINT "Role_pkey" PRIMARY KEY ("id")
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
-- CreateTable
|
|
33
|
-
CREATE TABLE "Permission" (
|
|
34
|
-
"id" TEXT NOT NULL,
|
|
35
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
36
|
-
"action" TEXT NOT NULL,
|
|
37
|
-
"subject" TEXT NOT NULL,
|
|
38
|
-
"condition" JSONB,
|
|
39
|
-
|
|
40
|
-
CONSTRAINT "Permission_pkey" PRIMARY KEY ("id")
|
|
41
|
-
);
|
|
42
|
-
|
|
43
|
-
-- CreateTable
|
|
44
|
-
CREATE TABLE "Organization" (
|
|
45
|
-
"id" TEXT NOT NULL,
|
|
46
|
-
|
|
47
|
-
CONSTRAINT "Organization_pkey" PRIMARY KEY ("id")
|
|
48
|
-
);
|
|
49
|
-
|
|
50
|
-
-- CreateTable
|
|
51
|
-
CREATE TABLE "UserOrganization" (
|
|
52
|
-
"id" TEXT NOT NULL,
|
|
53
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
54
|
-
"organizationId" TEXT NOT NULL,
|
|
55
|
-
"userId" TEXT NOT NULL,
|
|
56
|
-
"roleId" TEXT NOT NULL,
|
|
57
|
-
|
|
58
|
-
CONSTRAINT "UserOrganization_pkey" PRIMARY KEY ("id")
|
|
59
|
-
);
|
|
60
|
-
|
|
61
|
-
-- CreateTable
|
|
62
|
-
CREATE TABLE "Project" (
|
|
63
|
-
"id" TEXT NOT NULL,
|
|
64
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
65
|
-
"name" TEXT NOT NULL,
|
|
66
|
-
"isPublic" BOOLEAN NOT NULL DEFAULT false,
|
|
67
|
-
"organizationId" TEXT NOT NULL,
|
|
68
|
-
|
|
69
|
-
CONSTRAINT "Project_pkey" PRIMARY KEY ("id")
|
|
70
|
-
);
|
|
71
|
-
|
|
72
|
-
-- CreateTable
|
|
73
|
-
CREATE TABLE "UserProject" (
|
|
74
|
-
"id" TEXT NOT NULL,
|
|
75
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
76
|
-
"projectId" TEXT NOT NULL,
|
|
77
|
-
"userId" TEXT NOT NULL,
|
|
78
|
-
"roleId" TEXT NOT NULL,
|
|
79
|
-
|
|
80
|
-
CONSTRAINT "UserProject_pkey" PRIMARY KEY ("id")
|
|
81
|
-
);
|
|
82
|
-
|
|
83
|
-
-- CreateTable
|
|
84
|
-
CREATE TABLE "Branch" (
|
|
85
|
-
"id" TEXT NOT NULL,
|
|
86
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
87
|
-
"isRoot" BOOLEAN NOT NULL DEFAULT false,
|
|
88
|
-
"name" TEXT NOT NULL,
|
|
89
|
-
"projectId" TEXT NOT NULL,
|
|
90
|
-
|
|
91
|
-
CONSTRAINT "Branch_pkey" PRIMARY KEY ("id")
|
|
92
|
-
);
|
|
93
|
-
|
|
94
|
-
-- CreateTable
|
|
95
|
-
CREATE TABLE "Revision" (
|
|
96
|
-
"id" TEXT NOT NULL,
|
|
97
|
-
"sequence" SERIAL NOT NULL,
|
|
98
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
99
|
-
"comment" TEXT NOT NULL DEFAULT '',
|
|
100
|
-
"isHead" BOOLEAN NOT NULL DEFAULT false,
|
|
101
|
-
"isDraft" BOOLEAN NOT NULL DEFAULT false,
|
|
102
|
-
"isStart" BOOLEAN NOT NULL DEFAULT false,
|
|
103
|
-
"branchId" TEXT NOT NULL,
|
|
104
|
-
"parentId" TEXT,
|
|
105
|
-
"changelogId" TEXT NOT NULL,
|
|
106
|
-
|
|
107
|
-
CONSTRAINT "Revision_pkey" PRIMARY KEY ("id")
|
|
108
|
-
);
|
|
109
|
-
|
|
110
|
-
-- CreateTable
|
|
111
|
-
CREATE TABLE "Changelog" (
|
|
112
|
-
"id" TEXT NOT NULL,
|
|
113
|
-
"tableInserts" JSONB NOT NULL DEFAULT '{}',
|
|
114
|
-
"rowInserts" JSONB NOT NULL DEFAULT '{}',
|
|
115
|
-
"tableUpdates" JSONB NOT NULL DEFAULT '{}',
|
|
116
|
-
"rowUpdates" JSONB NOT NULL DEFAULT '{}',
|
|
117
|
-
"tableDeletes" JSONB NOT NULL DEFAULT '{}',
|
|
118
|
-
"rowDeletes" JSONB NOT NULL DEFAULT '{}',
|
|
119
|
-
"tableInsertsCount" INTEGER NOT NULL DEFAULT 0,
|
|
120
|
-
"rowInsertsCount" INTEGER NOT NULL DEFAULT 0,
|
|
121
|
-
"tableUpdatesCount" INTEGER NOT NULL DEFAULT 0,
|
|
122
|
-
"rowUpdatesCount" INTEGER NOT NULL DEFAULT 0,
|
|
123
|
-
"tableDeletesCount" INTEGER NOT NULL DEFAULT 0,
|
|
124
|
-
"rowDeletesCount" INTEGER NOT NULL DEFAULT 0,
|
|
125
|
-
"hasChanges" BOOLEAN NOT NULL DEFAULT false,
|
|
126
|
-
"revisionId" TEXT,
|
|
127
|
-
|
|
128
|
-
CONSTRAINT "Changelog_pkey" PRIMARY KEY ("id")
|
|
129
|
-
);
|
|
130
|
-
|
|
131
|
-
-- CreateTable
|
|
132
|
-
CREATE TABLE "Endpoint" (
|
|
133
|
-
"id" TEXT NOT NULL,
|
|
134
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
135
|
-
"type" "EndpointType" NOT NULL,
|
|
136
|
-
"revisionId" TEXT NOT NULL,
|
|
137
|
-
"isDeleted" BOOLEAN NOT NULL DEFAULT false,
|
|
138
|
-
|
|
139
|
-
CONSTRAINT "Endpoint_pkey" PRIMARY KEY ("id")
|
|
140
|
-
);
|
|
141
|
-
|
|
142
|
-
-- CreateTable
|
|
143
|
-
CREATE TABLE "Table" (
|
|
144
|
-
"versionId" TEXT NOT NULL,
|
|
145
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
146
|
-
"readonly" BOOLEAN NOT NULL DEFAULT false,
|
|
147
|
-
"system" BOOLEAN NOT NULL DEFAULT false,
|
|
148
|
-
"id" TEXT NOT NULL,
|
|
149
|
-
|
|
150
|
-
CONSTRAINT "Table_pkey" PRIMARY KEY ("versionId")
|
|
151
|
-
);
|
|
152
|
-
|
|
153
|
-
-- CreateTable
|
|
154
|
-
CREATE TABLE "Row" (
|
|
155
|
-
"versionId" TEXT NOT NULL,
|
|
156
|
-
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
157
|
-
"readonly" BOOLEAN NOT NULL DEFAULT false,
|
|
158
|
-
"id" TEXT NOT NULL,
|
|
159
|
-
"data" JSONB NOT NULL,
|
|
160
|
-
|
|
161
|
-
CONSTRAINT "Row_pkey" PRIMARY KEY ("versionId")
|
|
162
|
-
);
|
|
163
|
-
|
|
164
|
-
-- CreateTable
|
|
165
|
-
CREATE TABLE "_PermissionToRole" (
|
|
166
|
-
"A" TEXT NOT NULL,
|
|
167
|
-
"B" TEXT NOT NULL
|
|
168
|
-
);
|
|
169
|
-
|
|
170
|
-
-- CreateTable
|
|
171
|
-
CREATE TABLE "_RevisionToTable" (
|
|
172
|
-
"A" TEXT NOT NULL,
|
|
173
|
-
"B" TEXT NOT NULL
|
|
174
|
-
);
|
|
175
|
-
|
|
176
|
-
-- CreateTable
|
|
177
|
-
CREATE TABLE "_RowToTable" (
|
|
178
|
-
"A" TEXT NOT NULL,
|
|
179
|
-
"B" TEXT NOT NULL
|
|
180
|
-
);
|
|
181
|
-
|
|
182
|
-
-- CreateIndex
|
|
183
|
-
CREATE UNIQUE INDEX "User_email_key" ON "User"("email");
|
|
184
|
-
|
|
185
|
-
-- CreateIndex
|
|
186
|
-
CREATE UNIQUE INDEX "User_username_key" ON "User"("username");
|
|
187
|
-
|
|
188
|
-
-- CreateIndex
|
|
189
|
-
CREATE UNIQUE INDEX "UserOrganization_organizationId_userId_key" ON "UserOrganization"("organizationId", "userId");
|
|
190
|
-
|
|
191
|
-
-- CreateIndex
|
|
192
|
-
CREATE UNIQUE INDEX "Project_organizationId_name_key" ON "Project"("organizationId", "name");
|
|
193
|
-
|
|
194
|
-
-- CreateIndex
|
|
195
|
-
CREATE UNIQUE INDEX "UserProject_projectId_userId_key" ON "UserProject"("projectId", "userId");
|
|
196
|
-
|
|
197
|
-
-- CreateIndex
|
|
198
|
-
CREATE UNIQUE INDEX "Branch_name_projectId_key" ON "Branch"("name", "projectId");
|
|
199
|
-
|
|
200
|
-
-- CreateIndex
|
|
201
|
-
CREATE UNIQUE INDEX "Revision_sequence_key" ON "Revision"("sequence");
|
|
202
|
-
|
|
203
|
-
-- CreateIndex
|
|
204
|
-
CREATE UNIQUE INDEX "Revision_changelogId_key" ON "Revision"("changelogId");
|
|
205
|
-
|
|
206
|
-
-- CreateIndex
|
|
207
|
-
CREATE INDEX "Revision_branchId_idx" ON "Revision"("branchId");
|
|
208
|
-
|
|
209
|
-
-- CreateIndex
|
|
210
|
-
CREATE INDEX "Changelog_tableInserts_rowInserts_tableUpdates_rowUpdates_t_idx" ON "Changelog" USING GIN ("tableInserts", "rowInserts", "tableUpdates", "rowUpdates", "tableDeletes", "rowDeletes");
|
|
211
|
-
|
|
212
|
-
-- CreateIndex
|
|
213
|
-
CREATE UNIQUE INDEX "Endpoint_revisionId_type_key" ON "Endpoint"("revisionId", "type");
|
|
214
|
-
|
|
215
|
-
-- CreateIndex
|
|
216
|
-
CREATE INDEX "Table_id_idx" ON "Table"("id");
|
|
217
|
-
|
|
218
|
-
-- CreateIndex
|
|
219
|
-
CREATE INDEX "Row_data_idx" ON "Row" USING GIN ("data");
|
|
220
|
-
|
|
221
|
-
-- CreateIndex
|
|
222
|
-
CREATE INDEX "Row_id_idx" ON "Row"("id");
|
|
223
|
-
|
|
224
|
-
-- CreateIndex
|
|
225
|
-
CREATE UNIQUE INDEX "_PermissionToRole_AB_unique" ON "_PermissionToRole"("A", "B");
|
|
226
|
-
|
|
227
|
-
-- CreateIndex
|
|
228
|
-
CREATE INDEX "_PermissionToRole_B_index" ON "_PermissionToRole"("B");
|
|
229
|
-
|
|
230
|
-
-- CreateIndex
|
|
231
|
-
CREATE UNIQUE INDEX "_RevisionToTable_AB_unique" ON "_RevisionToTable"("A", "B");
|
|
232
|
-
|
|
233
|
-
-- CreateIndex
|
|
234
|
-
CREATE INDEX "_RevisionToTable_B_index" ON "_RevisionToTable"("B");
|
|
235
|
-
|
|
236
|
-
-- CreateIndex
|
|
237
|
-
CREATE UNIQUE INDEX "_RowToTable_AB_unique" ON "_RowToTable"("A", "B");
|
|
238
|
-
|
|
239
|
-
-- CreateIndex
|
|
240
|
-
CREATE INDEX "_RowToTable_B_index" ON "_RowToTable"("B");
|
|
241
|
-
|
|
242
|
-
-- AddForeignKey
|
|
243
|
-
ALTER TABLE "User" ADD CONSTRAINT "User_roleId_fkey" FOREIGN KEY ("roleId") REFERENCES "Role"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
244
|
-
|
|
245
|
-
-- AddForeignKey
|
|
246
|
-
ALTER TABLE "UserOrganization" ADD CONSTRAINT "UserOrganization_organizationId_fkey" FOREIGN KEY ("organizationId") REFERENCES "Organization"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
247
|
-
|
|
248
|
-
-- AddForeignKey
|
|
249
|
-
ALTER TABLE "UserOrganization" ADD CONSTRAINT "UserOrganization_userId_fkey" FOREIGN KEY ("userId") REFERENCES "User"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
250
|
-
|
|
251
|
-
-- AddForeignKey
|
|
252
|
-
ALTER TABLE "UserOrganization" ADD CONSTRAINT "UserOrganization_roleId_fkey" FOREIGN KEY ("roleId") REFERENCES "Role"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
253
|
-
|
|
254
|
-
-- AddForeignKey
|
|
255
|
-
ALTER TABLE "Project" ADD CONSTRAINT "Project_organizationId_fkey" FOREIGN KEY ("organizationId") REFERENCES "Organization"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
256
|
-
|
|
257
|
-
-- AddForeignKey
|
|
258
|
-
ALTER TABLE "UserProject" ADD CONSTRAINT "UserProject_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
259
|
-
|
|
260
|
-
-- AddForeignKey
|
|
261
|
-
ALTER TABLE "UserProject" ADD CONSTRAINT "UserProject_userId_fkey" FOREIGN KEY ("userId") REFERENCES "User"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
262
|
-
|
|
263
|
-
-- AddForeignKey
|
|
264
|
-
ALTER TABLE "UserProject" ADD CONSTRAINT "UserProject_roleId_fkey" FOREIGN KEY ("roleId") REFERENCES "Role"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
265
|
-
|
|
266
|
-
-- AddForeignKey
|
|
267
|
-
ALTER TABLE "Branch" ADD CONSTRAINT "Branch_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
268
|
-
|
|
269
|
-
-- AddForeignKey
|
|
270
|
-
ALTER TABLE "Revision" ADD CONSTRAINT "Revision_branchId_fkey" FOREIGN KEY ("branchId") REFERENCES "Branch"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
271
|
-
|
|
272
|
-
-- AddForeignKey
|
|
273
|
-
ALTER TABLE "Revision" ADD CONSTRAINT "Revision_parentId_fkey" FOREIGN KEY ("parentId") REFERENCES "Revision"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
274
|
-
|
|
275
|
-
-- AddForeignKey
|
|
276
|
-
ALTER TABLE "Revision" ADD CONSTRAINT "Revision_changelogId_fkey" FOREIGN KEY ("changelogId") REFERENCES "Changelog"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
277
|
-
|
|
278
|
-
-- AddForeignKey
|
|
279
|
-
ALTER TABLE "Endpoint" ADD CONSTRAINT "Endpoint_revisionId_fkey" FOREIGN KEY ("revisionId") REFERENCES "Revision"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
280
|
-
|
|
281
|
-
-- AddForeignKey
|
|
282
|
-
ALTER TABLE "_PermissionToRole" ADD CONSTRAINT "_PermissionToRole_A_fkey" FOREIGN KEY ("A") REFERENCES "Permission"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
283
|
-
|
|
284
|
-
-- AddForeignKey
|
|
285
|
-
ALTER TABLE "_PermissionToRole" ADD CONSTRAINT "_PermissionToRole_B_fkey" FOREIGN KEY ("B") REFERENCES "Role"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
286
|
-
|
|
287
|
-
-- AddForeignKey
|
|
288
|
-
ALTER TABLE "_RevisionToTable" ADD CONSTRAINT "_RevisionToTable_A_fkey" FOREIGN KEY ("A") REFERENCES "Revision"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
289
|
-
|
|
290
|
-
-- AddForeignKey
|
|
291
|
-
ALTER TABLE "_RevisionToTable" ADD CONSTRAINT "_RevisionToTable_B_fkey" FOREIGN KEY ("B") REFERENCES "Table"("versionId") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
292
|
-
|
|
293
|
-
-- AddForeignKey
|
|
294
|
-
ALTER TABLE "_RowToTable" ADD CONSTRAINT "_RowToTable_A_fkey" FOREIGN KEY ("A") REFERENCES "Row"("versionId") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
295
|
-
|
|
296
|
-
-- AddForeignKey
|
|
297
|
-
ALTER TABLE "_RowToTable" ADD CONSTRAINT "_RowToTable_B_fkey" FOREIGN KEY ("B") REFERENCES "Table"("versionId") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
298
|
-
|
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
// This is your Prisma schema file,
|
|
2
|
-
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
|
3
|
-
|
|
4
|
-
generator client {
|
|
5
|
-
provider = "prisma-client-js"
|
|
6
|
-
previewFeatures = ["fullTextSearch"]
|
|
7
|
-
binaryTargets = ["linux-arm64-openssl-1.1.x", "linux-arm64-openssl-3.0.x", "debian-openssl-1.1.x", "debian-openssl-3.0.x", "native", "darwin", "darwin-arm64", "windows"]
|
|
8
|
-
engineType = "binary"
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
datasource db {
|
|
12
|
-
provider = "postgresql"
|
|
13
|
-
url = env("DATABASE_URL")
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
model User {
|
|
17
|
-
id String @id
|
|
18
|
-
createdAt DateTime @default(now())
|
|
19
|
-
email String? @unique
|
|
20
|
-
username String? @unique
|
|
21
|
-
password String
|
|
22
|
-
|
|
23
|
-
isEmailConfirmed Boolean @default(false)
|
|
24
|
-
emailCode String @default("")
|
|
25
|
-
|
|
26
|
-
role Role @relation(fields: [roleId], references: [id])
|
|
27
|
-
roleId String
|
|
28
|
-
|
|
29
|
-
userOrganizations UserOrganization[]
|
|
30
|
-
userProjects UserProject[]
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
enum RoleLevel {
|
|
34
|
-
System
|
|
35
|
-
Organization
|
|
36
|
-
Project
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
model Role {
|
|
40
|
-
id String @id
|
|
41
|
-
createdAt DateTime @default(now())
|
|
42
|
-
name String
|
|
43
|
-
level RoleLevel
|
|
44
|
-
isCustom Boolean @default(false)
|
|
45
|
-
|
|
46
|
-
userOrganizations UserOrganization[]
|
|
47
|
-
userProjects UserProject[]
|
|
48
|
-
permissions Permission[]
|
|
49
|
-
users User[]
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
model Permission {
|
|
53
|
-
id String @id
|
|
54
|
-
createdAt DateTime @default(now())
|
|
55
|
-
|
|
56
|
-
action String
|
|
57
|
-
subject String
|
|
58
|
-
condition Json?
|
|
59
|
-
|
|
60
|
-
roles Role[]
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
model Organization {
|
|
64
|
-
id String @id
|
|
65
|
-
projects Project[]
|
|
66
|
-
|
|
67
|
-
userOrganizations UserOrganization[]
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
model UserOrganization {
|
|
71
|
-
id String @id
|
|
72
|
-
createdAt DateTime @default(now())
|
|
73
|
-
|
|
74
|
-
organization Organization @relation(fields: [organizationId], references: [id])
|
|
75
|
-
organizationId String
|
|
76
|
-
|
|
77
|
-
user User @relation(fields: [userId], references: [id])
|
|
78
|
-
userId String
|
|
79
|
-
|
|
80
|
-
role Role @relation(fields: [roleId], references: [id])
|
|
81
|
-
roleId String
|
|
82
|
-
|
|
83
|
-
@@unique([organizationId, userId])
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
model Project {
|
|
87
|
-
id String @id
|
|
88
|
-
createdAt DateTime @default(now())
|
|
89
|
-
name String
|
|
90
|
-
isPublic Boolean @default(false)
|
|
91
|
-
|
|
92
|
-
branches Branch[]
|
|
93
|
-
organization Organization @relation(fields: [organizationId], references: [id])
|
|
94
|
-
organizationId String
|
|
95
|
-
userProjects UserProject[]
|
|
96
|
-
|
|
97
|
-
@@unique([organizationId, name])
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
model UserProject {
|
|
101
|
-
id String @id
|
|
102
|
-
createdAt DateTime @default(now())
|
|
103
|
-
|
|
104
|
-
project Project @relation(fields: [projectId], references: [id])
|
|
105
|
-
projectId String
|
|
106
|
-
|
|
107
|
-
user User @relation(fields: [userId], references: [id])
|
|
108
|
-
userId String
|
|
109
|
-
|
|
110
|
-
role Role @relation(fields: [roleId], references: [id])
|
|
111
|
-
roleId String
|
|
112
|
-
|
|
113
|
-
@@unique([projectId, userId])
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
model Branch {
|
|
117
|
-
id String @id
|
|
118
|
-
createdAt DateTime @default(now())
|
|
119
|
-
isRoot Boolean @default(false)
|
|
120
|
-
name String
|
|
121
|
-
projectId String
|
|
122
|
-
project Project @relation(fields: [projectId], references: [id], onDelete: Cascade)
|
|
123
|
-
revisions Revision[]
|
|
124
|
-
|
|
125
|
-
@@unique([name, projectId])
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
model Revision {
|
|
129
|
-
id String @id
|
|
130
|
-
sequence Int @unique @default(autoincrement())
|
|
131
|
-
createdAt DateTime @default(now())
|
|
132
|
-
comment String @default("")
|
|
133
|
-
isHead Boolean @default(false)
|
|
134
|
-
isDraft Boolean @default(false)
|
|
135
|
-
isStart Boolean @default(false)
|
|
136
|
-
branchId String
|
|
137
|
-
branch Branch @relation(fields: [branchId], references: [id], onDelete: Cascade)
|
|
138
|
-
parentId String?
|
|
139
|
-
parent Revision? @relation("parentRevision", fields: [parentId], references: [id], onDelete: SetNull)
|
|
140
|
-
children Revision[] @relation("parentRevision")
|
|
141
|
-
tables Table[]
|
|
142
|
-
endpoints Endpoint[]
|
|
143
|
-
changelogId String @unique
|
|
144
|
-
changelog Changelog @relation(fields: [changelogId], references: [id], onDelete: Cascade)
|
|
145
|
-
|
|
146
|
-
@@index([branchId])
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
model Changelog {
|
|
150
|
-
id String @id
|
|
151
|
-
tableInserts Json @default("{}")
|
|
152
|
-
rowInserts Json @default("{}")
|
|
153
|
-
tableUpdates Json @default("{}")
|
|
154
|
-
rowUpdates Json @default("{}")
|
|
155
|
-
tableDeletes Json @default("{}")
|
|
156
|
-
rowDeletes Json @default("{}")
|
|
157
|
-
tableInsertsCount Int @default(0)
|
|
158
|
-
rowInsertsCount Int @default(0)
|
|
159
|
-
tableUpdatesCount Int @default(0)
|
|
160
|
-
rowUpdatesCount Int @default(0)
|
|
161
|
-
tableDeletesCount Int @default(0)
|
|
162
|
-
rowDeletesCount Int @default(0)
|
|
163
|
-
hasChanges Boolean @default(false)
|
|
164
|
-
revision Revision?
|
|
165
|
-
revisionId String?
|
|
166
|
-
|
|
167
|
-
@@index([tableInserts, rowInserts, tableUpdates, rowUpdates, tableDeletes, rowDeletes], type: Gin)
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
enum EndpointType {
|
|
171
|
-
GRAPHQL
|
|
172
|
-
REST_API
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
model Endpoint {
|
|
176
|
-
id String @id
|
|
177
|
-
createdAt DateTime @default(now())
|
|
178
|
-
type EndpointType
|
|
179
|
-
revisionId String
|
|
180
|
-
revision Revision @relation(fields: [revisionId], references: [id], onDelete: Cascade)
|
|
181
|
-
isDeleted Boolean @default(false)
|
|
182
|
-
|
|
183
|
-
@@unique([revisionId, type])
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
model Table {
|
|
187
|
-
versionId String @id
|
|
188
|
-
createdAt DateTime @default(now())
|
|
189
|
-
readonly Boolean @default(false)
|
|
190
|
-
system Boolean @default(false)
|
|
191
|
-
id String
|
|
192
|
-
revisions Revision[]
|
|
193
|
-
rows Row[]
|
|
194
|
-
|
|
195
|
-
@@index([id])
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
model Row {
|
|
199
|
-
versionId String @id
|
|
200
|
-
createdAt DateTime @default(now())
|
|
201
|
-
readonly Boolean @default(false)
|
|
202
|
-
id String
|
|
203
|
-
tables Table[]
|
|
204
|
-
data Json
|
|
205
|
-
|
|
206
|
-
@@index([data], type: Gin)
|
|
207
|
-
@@index([id])
|
|
208
|
-
}
|