@lssm/example.saas-boilerplate 0.0.0-canary-20251220030446 → 0.0.0-canary-20251221114240
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/.turbo/turbo-build$colon$bundle.log +903 -888
- package/.turbo/turbo-build.log +213 -198
- package/CHANGELOG.md +8 -8
- package/dist/billing/billing.contracts.d.ts +42 -42
- package/dist/billing/billing.contracts.d.ts.map +1 -1
- package/dist/billing/billing.contracts.js +1 -1
- package/dist/billing/billing.entity.d.ts +41 -41
- package/dist/billing/billing.entity.d.ts.map +1 -1
- package/dist/billing/billing.enum.d.ts +3 -3
- package/dist/billing/billing.enum.d.ts.map +1 -1
- package/dist/billing/billing.event.d.ts +21 -21
- package/dist/billing/billing.event.d.ts.map +1 -1
- package/dist/billing/billing.schema.d.ts +47 -47
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/contracts/dist/index.js +3 -1
- package/dist/libs/contracts/dist/integrations/contracts.js +1 -1
- package/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/libs/contracts/dist/llm/exporters.js.map +1 -1
- package/dist/libs/contracts/dist/onboarding-base.js +1 -1
- package/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/libs/contracts/dist/operation.js.map +1 -0
- package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +98 -0
- package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/libs/contracts/dist/workspace-config/index.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/identity-rbac/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/index.js +2 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/contracts.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/libs/identity-rbac/dist/contracts/dist/operation.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/libs/identity-rbac/dist/contracts/dist/workspace-config/index.js +1 -0
- package/dist/libs/identity-rbac/dist/contracts/organization.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/organization.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/rbac.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/rbac.js.map +1 -1
- package/dist/libs/identity-rbac/dist/contracts/user.js +1 -1
- package/dist/libs/identity-rbac/dist/contracts/user.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/libs/jobs/dist/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/index.js +2 -0
- package/dist/libs/jobs/dist/contracts/dist/integrations/contracts.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/onboarding-base.js +1 -1
- package/dist/libs/jobs/dist/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/libs/jobs/dist/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/libs/jobs/dist/contracts/dist/operation.js.map +1 -0
- package/dist/libs/jobs/dist/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/libs/jobs/dist/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/libs/jobs/dist/contracts/dist/workspace-config/index.js +1 -0
- package/dist/libs/jobs/dist/contracts/index.js +1 -1
- package/dist/libs/jobs/dist/contracts/index.js.map +1 -1
- package/dist/modules/audit-trail/dist/contracts/index.js +1 -1
- package/dist/modules/audit-trail/dist/contracts/index.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/modules/audit-trail/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/index.js +2 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/contracts.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/{spec.js → operation.js} +2 -2
- package/dist/modules/audit-trail/dist/libs/contracts/dist/operation.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/modules/audit-trail/dist/libs/contracts/dist/workspace-config/index.js +1 -0
- package/dist/modules/notifications/dist/contracts/index.js +1 -1
- package/dist/modules/notifications/dist/contracts/index.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
- package/dist/modules/notifications/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/index.js +2 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/contracts.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/onboarding-base.js +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/operation.js +35 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/operation.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +94 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
- package/dist/modules/notifications/dist/libs/contracts/dist/workspace-config/index.js +1 -0
- package/dist/project/project.contracts.d.ts +103 -103
- package/dist/project/project.contracts.d.ts.map +1 -1
- package/dist/project/project.contracts.js +1 -1
- package/dist/project/project.contracts.js.map +1 -1
- package/dist/project/project.entity.d.ts +24 -24
- package/dist/project/project.enum.d.ts +3 -3
- package/dist/project/project.event.d.ts +22 -22
- package/dist/project/project.event.d.ts.map +1 -1
- package/dist/project/project.schema.d.ts +54 -54
- package/dist/settings/settings.entity.d.ts +24 -24
- package/dist/settings/settings.enum.d.ts +2 -2
- package/package.json +12 -12
- package/src/project/project.contracts.ts +5 -5
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/libs/contracts/dist/spec.js.map +0 -1
- package/dist/libs/identity-rbac/dist/contracts/dist/spec.js.map +0 -1
- package/dist/libs/jobs/dist/contracts/dist/spec.js.map +0 -1
- package/dist/modules/audit-trail/dist/libs/contracts/dist/spec.js.map +0 -1
- package/dist/modules/notifications/dist/libs/contracts/dist/spec.js +0 -35
- package/dist/modules/notifications/dist/libs/contracts/dist/spec.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.contracts.js","names":[],"sources":["../../src/project/project.contracts.ts"],"sourcesContent":["import { defineCommand, defineQuery } from '@lssm/lib.contracts/
|
|
1
|
+
{"version":3,"file":"project.contracts.js","names":[],"sources":["../../src/project/project.contracts.ts"],"sourcesContent":["import { defineCommand, defineQuery } from '@lssm/lib.contracts/operation';\nimport {\n CreateProjectInputModel,\n DeleteProjectInputModel,\n DeleteProjectOutputModel,\n GetProjectInputModel,\n ListProjectsInputModel,\n ListProjectsOutputModel,\n ProjectDeletedPayloadModel,\n ProjectModel,\n UpdateProjectInputModel,\n} from './project.schema';\n\nconst OWNERS = ['example.saas-boilerplate'] as const;\n\n/**\n * Create a new project.\n */\nexport const CreateProjectContract = defineCommand({\n meta: {\n name: 'saas.project.create',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['saas', 'project', 'create'],\n description: 'Create a new project in the organization.',\n goal: 'Allow users to create projects for organizing work.',\n context: 'Called from project creation UI or API.',\n },\n io: {\n input: CreateProjectInputModel,\n output: ProjectModel,\n errors: {\n SLUG_EXISTS: {\n description: 'A project with this slug already exists',\n http: 409,\n gqlCode: 'SLUG_EXISTS',\n when: 'Slug is already taken in the organization',\n },\n LIMIT_REACHED: {\n description: 'Project limit reached for this plan',\n http: 403,\n gqlCode: 'LIMIT_REACHED',\n when: 'Organization has reached project limit',\n },\n },\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'project.created',\n version: 1,\n when: 'Project is created',\n payload: ProjectModel,\n },\n ],\n audit: ['project.created'],\n },\n});\n\n/**\n * Get project by ID.\n */\nexport const GetProjectContract = defineQuery({\n meta: {\n name: 'saas.project.get',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['saas', 'project', 'get'],\n description: 'Get a project by ID.',\n goal: 'Retrieve project details.',\n context: 'Project detail page, API calls.',\n },\n io: {\n input: GetProjectInputModel,\n output: ProjectModel,\n errors: {\n NOT_FOUND: {\n description: 'Project not found',\n http: 404,\n gqlCode: 'NOT_FOUND',\n when: 'Project ID is invalid or user lacks access',\n },\n },\n },\n policy: {\n auth: 'user',\n },\n});\n\n/**\n * Update a project.\n */\nexport const UpdateProjectContract = defineCommand({\n meta: {\n name: 'saas.project.update',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['saas', 'project', 'update'],\n description: 'Update project details.',\n goal: 'Allow project owners/editors to modify project.',\n context: 'Project settings page.',\n },\n io: {\n input: UpdateProjectInputModel,\n output: ProjectModel,\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'project.updated',\n version: 1,\n when: 'Project is updated',\n payload: ProjectModel,\n },\n ],\n audit: ['project.updated'],\n },\n});\n\n/**\n * Delete a project.\n */\nexport const DeleteProjectContract = defineCommand({\n meta: {\n name: 'saas.project.delete',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['saas', 'project', 'delete'],\n description: 'Delete a project (soft delete).',\n goal: 'Allow project owners to remove projects.',\n context: 'Project settings page.',\n },\n io: {\n input: DeleteProjectInputModel,\n output: DeleteProjectOutputModel,\n },\n policy: {\n auth: 'user',\n },\n sideEffects: {\n emits: [\n {\n name: 'project.deleted',\n version: 1,\n when: 'Project is deleted',\n payload: ProjectDeletedPayloadModel,\n },\n ],\n audit: ['project.deleted'],\n },\n});\n\n/**\n * List organization projects.\n */\nexport const ListProjectsContract = defineQuery({\n meta: {\n name: 'saas.project.list',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['saas', 'project', 'list'],\n description: 'List projects in the organization.',\n goal: 'Show all projects user has access to.',\n context: 'Project list page, dashboard.',\n },\n io: {\n input: ListProjectsInputModel,\n output: ListProjectsOutputModel,\n },\n policy: {\n auth: 'user',\n },\n});\n"],"mappings":";;;;AAaA,MAAM,SAAS,CAAC,2BAA2B;;;;AAK3C,MAAa,wBAAwB,cAAc;CACjD,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAQ;GAAW;GAAS;EACnC,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACR,QAAQ;GACN,aAAa;IACX,aAAa;IACb,MAAM;IACN,SAAS;IACT,MAAM;IACP;GACD,eAAe;IACb,aAAa;IACb,MAAM;IACN,SAAS;IACT,MAAM;IACP;GACF;EACF;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,kBAAkB;EAC3B;CACF,CAAC;;;;AAKF,MAAa,qBAAqB,YAAY;CAC5C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAQ;GAAW;GAAM;EAChC,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACR,QAAQ,EACN,WAAW;GACT,aAAa;GACb,MAAM;GACN,SAAS;GACT,MAAM;GACP,EACF;EACF;CACD,QAAQ,EACN,MAAM,QACP;CACF,CAAC;;;;AAKF,MAAa,wBAAwB,cAAc;CACjD,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAQ;GAAW;GAAS;EACnC,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,kBAAkB;EAC3B;CACF,CAAC;;;;AAKF,MAAa,wBAAwB,cAAc;CACjD,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAQ;GAAW;GAAS;EACnC,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACD,aAAa;EACX,OAAO,CACL;GACE,MAAM;GACN,SAAS;GACT,MAAM;GACN,SAAS;GACV,CACF;EACD,OAAO,CAAC,kBAAkB;EAC3B;CACF,CAAC;;;;AAKF,MAAa,uBAAuB,YAAY;CAC9C,MAAM;EACJ,MAAM;EACN,SAAS;EACT,WAAW;EACX,QAAQ,CAAC,GAAG,OAAO;EACnB,MAAM;GAAC;GAAQ;GAAW;GAAO;EACjC,aAAa;EACb,MAAM;EACN,SAAS;EACV;CACD,IAAI;EACF,OAAO;EACP,QAAQ;EACT;CACD,QAAQ,EACN,MAAM,QACP;CACF,CAAC"}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema100 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/project/project.entity.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Project status enum for entities.
|
|
6
6
|
*/
|
|
7
|
-
declare const ProjectStatusEnum:
|
|
7
|
+
declare const ProjectStatusEnum: _lssm_lib_schema100.EntityEnumDef;
|
|
8
8
|
/**
|
|
9
9
|
* Project entity - team-scoped work container.
|
|
10
10
|
*/
|
|
11
|
-
declare const ProjectEntity:
|
|
12
|
-
id:
|
|
13
|
-
name:
|
|
14
|
-
description:
|
|
15
|
-
slug:
|
|
16
|
-
organizationId:
|
|
17
|
-
createdBy:
|
|
18
|
-
status:
|
|
19
|
-
isPublic:
|
|
20
|
-
settings:
|
|
21
|
-
tags:
|
|
22
|
-
metadata:
|
|
23
|
-
createdAt:
|
|
24
|
-
updatedAt:
|
|
25
|
-
archivedAt:
|
|
11
|
+
declare const ProjectEntity: _lssm_lib_schema100.EntitySpec<{
|
|
12
|
+
id: _lssm_lib_schema100.EntityScalarField;
|
|
13
|
+
name: _lssm_lib_schema100.EntityScalarField;
|
|
14
|
+
description: _lssm_lib_schema100.EntityScalarField;
|
|
15
|
+
slug: _lssm_lib_schema100.EntityScalarField;
|
|
16
|
+
organizationId: _lssm_lib_schema100.EntityScalarField;
|
|
17
|
+
createdBy: _lssm_lib_schema100.EntityScalarField;
|
|
18
|
+
status: _lssm_lib_schema100.EntityEnumField;
|
|
19
|
+
isPublic: _lssm_lib_schema100.EntityScalarField;
|
|
20
|
+
settings: _lssm_lib_schema100.EntityScalarField;
|
|
21
|
+
tags: _lssm_lib_schema100.EntityScalarField;
|
|
22
|
+
metadata: _lssm_lib_schema100.EntityScalarField;
|
|
23
|
+
createdAt: _lssm_lib_schema100.EntityScalarField;
|
|
24
|
+
updatedAt: _lssm_lib_schema100.EntityScalarField;
|
|
25
|
+
archivedAt: _lssm_lib_schema100.EntityScalarField;
|
|
26
26
|
}>;
|
|
27
27
|
/**
|
|
28
28
|
* ProjectMember entity - project-level access.
|
|
29
29
|
*/
|
|
30
|
-
declare const ProjectMemberEntity:
|
|
31
|
-
id:
|
|
32
|
-
projectId:
|
|
33
|
-
userId:
|
|
34
|
-
role:
|
|
35
|
-
addedBy:
|
|
36
|
-
createdAt:
|
|
30
|
+
declare const ProjectMemberEntity: _lssm_lib_schema100.EntitySpec<{
|
|
31
|
+
id: _lssm_lib_schema100.EntityScalarField;
|
|
32
|
+
projectId: _lssm_lib_schema100.EntityScalarField;
|
|
33
|
+
userId: _lssm_lib_schema100.EntityScalarField;
|
|
34
|
+
role: _lssm_lib_schema100.EntityScalarField;
|
|
35
|
+
addedBy: _lssm_lib_schema100.EntityScalarField;
|
|
36
|
+
createdAt: _lssm_lib_schema100.EntityScalarField;
|
|
37
37
|
}>;
|
|
38
38
|
//#endregion
|
|
39
39
|
export { ProjectEntity, ProjectMemberEntity, ProjectStatusEnum };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema123 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/project/project.enum.d.ts
|
|
4
4
|
|
|
@@ -6,11 +6,11 @@ import * as _lssm_lib_schema271 from "@lssm/lib.schema";
|
|
|
6
6
|
* Project status enum for contract schemas.
|
|
7
7
|
* Note: Entity enum is defined separately in project.entity.ts
|
|
8
8
|
*/
|
|
9
|
-
declare const ProjectStatusSchemaEnum:
|
|
9
|
+
declare const ProjectStatusSchemaEnum: _lssm_lib_schema123.EnumType<[string, string, string, string]>;
|
|
10
10
|
/**
|
|
11
11
|
* Project status filter enum (includes 'all' option).
|
|
12
12
|
*/
|
|
13
|
-
declare const ProjectStatusFilterEnum:
|
|
13
|
+
declare const ProjectStatusFilterEnum: _lssm_lib_schema123.EnumType<[string, string, string, string]>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { ProjectStatusFilterEnum, ProjectStatusSchemaEnum };
|
|
16
16
|
//# sourceMappingURL=project.enum.d.ts.map
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema125 from "@lssm/lib.schema";
|
|
2
|
+
import * as _lssm_lib_contracts4 from "@lssm/lib.contracts";
|
|
3
3
|
|
|
4
4
|
//#region src/project/project.event.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Event: A new project has been created.
|
|
7
7
|
*/
|
|
8
|
-
declare const ProjectCreatedEvent:
|
|
8
|
+
declare const ProjectCreatedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema125.SchemaModel<{
|
|
9
9
|
projectId: {
|
|
10
|
-
type:
|
|
10
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
name: {
|
|
14
|
-
type:
|
|
14
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
15
15
|
isOptional: false;
|
|
16
16
|
};
|
|
17
17
|
organizationId: {
|
|
18
|
-
type:
|
|
18
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
createdBy: {
|
|
22
|
-
type:
|
|
22
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
23
23
|
isOptional: false;
|
|
24
24
|
};
|
|
25
25
|
createdAt: {
|
|
26
|
-
type:
|
|
26
|
+
type: _lssm_lib_schema125.FieldType<Date, string>;
|
|
27
27
|
isOptional: false;
|
|
28
28
|
};
|
|
29
29
|
}>>;
|
|
30
30
|
/**
|
|
31
31
|
* Event: A project has been updated.
|
|
32
32
|
*/
|
|
33
|
-
declare const ProjectUpdatedEvent:
|
|
33
|
+
declare const ProjectUpdatedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema125.SchemaModel<{
|
|
34
34
|
projectId: {
|
|
35
|
-
type:
|
|
35
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
updatedFields: {
|
|
39
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
40
40
|
isArray: true;
|
|
41
41
|
isOptional: false;
|
|
42
42
|
};
|
|
43
43
|
updatedBy: {
|
|
44
|
-
type:
|
|
44
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
45
45
|
isOptional: false;
|
|
46
46
|
};
|
|
47
47
|
updatedAt: {
|
|
48
|
-
type:
|
|
48
|
+
type: _lssm_lib_schema125.FieldType<Date, string>;
|
|
49
49
|
isOptional: false;
|
|
50
50
|
};
|
|
51
51
|
}>>;
|
|
52
52
|
/**
|
|
53
53
|
* Event: A project has been deleted.
|
|
54
54
|
*/
|
|
55
|
-
declare const ProjectDeletedEvent:
|
|
55
|
+
declare const ProjectDeletedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema125.SchemaModel<{
|
|
56
56
|
projectId: {
|
|
57
|
-
type:
|
|
57
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
58
58
|
isOptional: false;
|
|
59
59
|
};
|
|
60
60
|
organizationId: {
|
|
61
|
-
type:
|
|
61
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
62
62
|
isOptional: false;
|
|
63
63
|
};
|
|
64
64
|
deletedBy: {
|
|
65
|
-
type:
|
|
65
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
66
66
|
isOptional: false;
|
|
67
67
|
};
|
|
68
68
|
deletedAt: {
|
|
69
|
-
type:
|
|
69
|
+
type: _lssm_lib_schema125.FieldType<Date, string>;
|
|
70
70
|
isOptional: false;
|
|
71
71
|
};
|
|
72
72
|
}>>;
|
|
73
73
|
/**
|
|
74
74
|
* Event: A project has been archived.
|
|
75
75
|
*/
|
|
76
|
-
declare const ProjectArchivedEvent:
|
|
76
|
+
declare const ProjectArchivedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema125.SchemaModel<{
|
|
77
77
|
projectId: {
|
|
78
|
-
type:
|
|
78
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
79
79
|
isOptional: false;
|
|
80
80
|
};
|
|
81
81
|
archivedBy: {
|
|
82
|
-
type:
|
|
82
|
+
type: _lssm_lib_schema125.FieldType<string, string>;
|
|
83
83
|
isOptional: false;
|
|
84
84
|
};
|
|
85
85
|
archivedAt: {
|
|
86
|
-
type:
|
|
86
|
+
type: _lssm_lib_schema125.FieldType<Date, string>;
|
|
87
87
|
isOptional: false;
|
|
88
88
|
};
|
|
89
89
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.event.d.ts","names":[],"sources":["../../src/project/project.event.ts"],"sourcesContent":[],"mappings":";;;;;;;cAwEa,qBAAmB,
|
|
1
|
+
{"version":3,"file":"project.event.d.ts","names":[],"sources":["../../src/project/project.event.ts"],"sourcesContent":[],"mappings":";;;;;;;cAwEa,qBAAmB,oBAAA,CAAA,8BAAA;EAAnB,SAAA,EAAA;IAKX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAL8B,cAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAUnB,UAAA,EAAA,KAAA;EAKX,CAAA;;;;;;IAL8B,IAAA,+BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAUnB,CAAA;CAKX,CAAA,CAAA;;;;cAfW,qBAAmB,oBAAA,CAAA,8BAAA;;IAUA,IAAA,EAL9B,mBAAA,CAAA,SAK8B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAUnB,CAAA;EAKX,aAAA,EAAA;;;;;EAL+B,SAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;cAVpB,qBAAmB,oBAAA,CAAA,8BAAA;;UAK9B,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;cAKW,sBAAoB,oBAAA,CAAA,8BAAA;;UAK/B,mBAAA,CAAA"}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema145 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/project/project.schema.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* A project within an organization.
|
|
6
6
|
*/
|
|
7
|
-
declare const ProjectModel:
|
|
7
|
+
declare const ProjectModel: _lssm_lib_schema145.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
name: {
|
|
13
|
-
type:
|
|
13
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
description: {
|
|
17
|
-
type:
|
|
17
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
18
18
|
isOptional: true;
|
|
19
19
|
};
|
|
20
20
|
slug: {
|
|
21
|
-
type:
|
|
21
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
22
22
|
isOptional: true;
|
|
23
23
|
};
|
|
24
24
|
organizationId: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
createdBy: {
|
|
29
|
-
type:
|
|
29
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
30
30
|
isOptional: false;
|
|
31
31
|
};
|
|
32
32
|
status: {
|
|
33
|
-
type:
|
|
33
|
+
type: _lssm_lib_schema145.EnumType<[string, string, string, string]>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
isPublic: {
|
|
37
|
-
type:
|
|
37
|
+
type: _lssm_lib_schema145.FieldType<boolean, boolean>;
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
tags: {
|
|
41
|
-
type:
|
|
41
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
42
42
|
isArray: true;
|
|
43
43
|
isOptional: false;
|
|
44
44
|
};
|
|
45
45
|
createdAt: {
|
|
46
|
-
type:
|
|
46
|
+
type: _lssm_lib_schema145.FieldType<Date, string>;
|
|
47
47
|
isOptional: false;
|
|
48
48
|
};
|
|
49
49
|
updatedAt: {
|
|
50
|
-
type:
|
|
50
|
+
type: _lssm_lib_schema145.FieldType<Date, string>;
|
|
51
51
|
isOptional: false;
|
|
52
52
|
};
|
|
53
53
|
}>;
|
|
54
54
|
/**
|
|
55
55
|
* Input for creating a project.
|
|
56
56
|
*/
|
|
57
|
-
declare const CreateProjectInputModel:
|
|
57
|
+
declare const CreateProjectInputModel: _lssm_lib_schema145.SchemaModel<{
|
|
58
58
|
name: {
|
|
59
|
-
type:
|
|
59
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
60
60
|
isOptional: false;
|
|
61
61
|
};
|
|
62
62
|
description: {
|
|
63
|
-
type:
|
|
63
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
64
64
|
isOptional: true;
|
|
65
65
|
};
|
|
66
66
|
slug: {
|
|
67
|
-
type:
|
|
67
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
68
68
|
isOptional: true;
|
|
69
69
|
};
|
|
70
70
|
isPublic: {
|
|
71
|
-
type:
|
|
71
|
+
type: _lssm_lib_schema145.FieldType<boolean, boolean>;
|
|
72
72
|
isOptional: true;
|
|
73
73
|
};
|
|
74
74
|
tags: {
|
|
75
|
-
type:
|
|
75
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
76
76
|
isArray: true;
|
|
77
77
|
isOptional: true;
|
|
78
78
|
};
|
|
@@ -80,92 +80,92 @@ declare const CreateProjectInputModel: _lssm_lib_schema293.SchemaModel<{
|
|
|
80
80
|
/**
|
|
81
81
|
* Input for updating a project.
|
|
82
82
|
*/
|
|
83
|
-
declare const UpdateProjectInputModel:
|
|
83
|
+
declare const UpdateProjectInputModel: _lssm_lib_schema145.SchemaModel<{
|
|
84
84
|
projectId: {
|
|
85
|
-
type:
|
|
85
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
86
86
|
isOptional: false;
|
|
87
87
|
};
|
|
88
88
|
name: {
|
|
89
|
-
type:
|
|
89
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
90
90
|
isOptional: true;
|
|
91
91
|
};
|
|
92
92
|
description: {
|
|
93
|
-
type:
|
|
93
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
94
94
|
isOptional: true;
|
|
95
95
|
};
|
|
96
96
|
slug: {
|
|
97
|
-
type:
|
|
97
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
98
98
|
isOptional: true;
|
|
99
99
|
};
|
|
100
100
|
isPublic: {
|
|
101
|
-
type:
|
|
101
|
+
type: _lssm_lib_schema145.FieldType<boolean, boolean>;
|
|
102
102
|
isOptional: true;
|
|
103
103
|
};
|
|
104
104
|
tags: {
|
|
105
|
-
type:
|
|
105
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
106
106
|
isArray: true;
|
|
107
107
|
isOptional: true;
|
|
108
108
|
};
|
|
109
109
|
status: {
|
|
110
|
-
type:
|
|
110
|
+
type: _lssm_lib_schema145.EnumType<[string, string, string, string]>;
|
|
111
111
|
isOptional: true;
|
|
112
112
|
};
|
|
113
113
|
}>;
|
|
114
114
|
/**
|
|
115
115
|
* Input for getting a project.
|
|
116
116
|
*/
|
|
117
|
-
declare const GetProjectInputModel:
|
|
117
|
+
declare const GetProjectInputModel: _lssm_lib_schema145.SchemaModel<{
|
|
118
118
|
projectId: {
|
|
119
|
-
type:
|
|
119
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
120
120
|
isOptional: false;
|
|
121
121
|
};
|
|
122
122
|
}>;
|
|
123
123
|
/**
|
|
124
124
|
* Input for deleting a project.
|
|
125
125
|
*/
|
|
126
|
-
declare const DeleteProjectInputModel:
|
|
126
|
+
declare const DeleteProjectInputModel: _lssm_lib_schema145.SchemaModel<{
|
|
127
127
|
projectId: {
|
|
128
|
-
type:
|
|
128
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
129
129
|
isOptional: false;
|
|
130
130
|
};
|
|
131
131
|
}>;
|
|
132
132
|
/**
|
|
133
133
|
* Output for delete operation.
|
|
134
134
|
*/
|
|
135
|
-
declare const DeleteProjectOutputModel:
|
|
135
|
+
declare const DeleteProjectOutputModel: _lssm_lib_schema145.SchemaModel<{
|
|
136
136
|
success: {
|
|
137
|
-
type:
|
|
137
|
+
type: _lssm_lib_schema145.FieldType<boolean, boolean>;
|
|
138
138
|
isOptional: false;
|
|
139
139
|
};
|
|
140
140
|
}>;
|
|
141
141
|
/**
|
|
142
142
|
* Payload for project deleted event.
|
|
143
143
|
*/
|
|
144
|
-
declare const ProjectDeletedPayloadModel:
|
|
144
|
+
declare const ProjectDeletedPayloadModel: _lssm_lib_schema145.SchemaModel<{
|
|
145
145
|
projectId: {
|
|
146
|
-
type:
|
|
146
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
147
147
|
isOptional: false;
|
|
148
148
|
};
|
|
149
149
|
}>;
|
|
150
150
|
/**
|
|
151
151
|
* Input for listing projects.
|
|
152
152
|
*/
|
|
153
|
-
declare const ListProjectsInputModel:
|
|
153
|
+
declare const ListProjectsInputModel: _lssm_lib_schema145.SchemaModel<{
|
|
154
154
|
status: {
|
|
155
|
-
type:
|
|
155
|
+
type: _lssm_lib_schema145.EnumType<[string, string, string, string]>;
|
|
156
156
|
isOptional: true;
|
|
157
157
|
};
|
|
158
158
|
search: {
|
|
159
|
-
type:
|
|
159
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
160
160
|
isOptional: true;
|
|
161
161
|
};
|
|
162
162
|
limit: {
|
|
163
|
-
type:
|
|
163
|
+
type: _lssm_lib_schema145.FieldType<number, number>;
|
|
164
164
|
isOptional: true;
|
|
165
165
|
defaultValue: number;
|
|
166
166
|
};
|
|
167
167
|
offset: {
|
|
168
|
-
type:
|
|
168
|
+
type: _lssm_lib_schema145.FieldType<number, number>;
|
|
169
169
|
isOptional: true;
|
|
170
170
|
defaultValue: number;
|
|
171
171
|
};
|
|
@@ -173,52 +173,52 @@ declare const ListProjectsInputModel: _lssm_lib_schema293.SchemaModel<{
|
|
|
173
173
|
/**
|
|
174
174
|
* Output for listing projects.
|
|
175
175
|
*/
|
|
176
|
-
declare const ListProjectsOutputModel:
|
|
176
|
+
declare const ListProjectsOutputModel: _lssm_lib_schema145.SchemaModel<{
|
|
177
177
|
projects: {
|
|
178
|
-
type:
|
|
178
|
+
type: _lssm_lib_schema145.SchemaModel<{
|
|
179
179
|
id: {
|
|
180
|
-
type:
|
|
180
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
181
181
|
isOptional: false;
|
|
182
182
|
};
|
|
183
183
|
name: {
|
|
184
|
-
type:
|
|
184
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
185
185
|
isOptional: false;
|
|
186
186
|
};
|
|
187
187
|
description: {
|
|
188
|
-
type:
|
|
188
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
189
189
|
isOptional: true;
|
|
190
190
|
};
|
|
191
191
|
slug: {
|
|
192
|
-
type:
|
|
192
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
193
193
|
isOptional: true;
|
|
194
194
|
};
|
|
195
195
|
organizationId: {
|
|
196
|
-
type:
|
|
196
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
197
197
|
isOptional: false;
|
|
198
198
|
};
|
|
199
199
|
createdBy: {
|
|
200
|
-
type:
|
|
200
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
201
201
|
isOptional: false;
|
|
202
202
|
};
|
|
203
203
|
status: {
|
|
204
|
-
type:
|
|
204
|
+
type: _lssm_lib_schema145.EnumType<[string, string, string, string]>;
|
|
205
205
|
isOptional: false;
|
|
206
206
|
};
|
|
207
207
|
isPublic: {
|
|
208
|
-
type:
|
|
208
|
+
type: _lssm_lib_schema145.FieldType<boolean, boolean>;
|
|
209
209
|
isOptional: false;
|
|
210
210
|
};
|
|
211
211
|
tags: {
|
|
212
|
-
type:
|
|
212
|
+
type: _lssm_lib_schema145.FieldType<string, string>;
|
|
213
213
|
isArray: true;
|
|
214
214
|
isOptional: false;
|
|
215
215
|
};
|
|
216
216
|
createdAt: {
|
|
217
|
-
type:
|
|
217
|
+
type: _lssm_lib_schema145.FieldType<Date, string>;
|
|
218
218
|
isOptional: false;
|
|
219
219
|
};
|
|
220
220
|
updatedAt: {
|
|
221
|
-
type:
|
|
221
|
+
type: _lssm_lib_schema145.FieldType<Date, string>;
|
|
222
222
|
isOptional: false;
|
|
223
223
|
};
|
|
224
224
|
}>;
|
|
@@ -226,7 +226,7 @@ declare const ListProjectsOutputModel: _lssm_lib_schema293.SchemaModel<{
|
|
|
226
226
|
isOptional: false;
|
|
227
227
|
};
|
|
228
228
|
total: {
|
|
229
|
-
type:
|
|
229
|
+
type: _lssm_lib_schema145.FieldType<number, number>;
|
|
230
230
|
isOptional: false;
|
|
231
231
|
};
|
|
232
232
|
}>;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema198 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/settings/settings.entity.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Settings entity - key-value configuration store.
|
|
6
6
|
*/
|
|
7
|
-
declare const SettingsEntity:
|
|
8
|
-
id:
|
|
9
|
-
key:
|
|
10
|
-
scope:
|
|
11
|
-
scopeId:
|
|
12
|
-
value:
|
|
13
|
-
valueType:
|
|
14
|
-
schema:
|
|
15
|
-
description:
|
|
16
|
-
isSecret:
|
|
17
|
-
createdAt:
|
|
18
|
-
updatedAt:
|
|
7
|
+
declare const SettingsEntity: _lssm_lib_schema198.EntitySpec<{
|
|
8
|
+
id: _lssm_lib_schema198.EntityScalarField;
|
|
9
|
+
key: _lssm_lib_schema198.EntityScalarField;
|
|
10
|
+
scope: _lssm_lib_schema198.EntityEnumField;
|
|
11
|
+
scopeId: _lssm_lib_schema198.EntityScalarField;
|
|
12
|
+
value: _lssm_lib_schema198.EntityScalarField;
|
|
13
|
+
valueType: _lssm_lib_schema198.EntityScalarField;
|
|
14
|
+
schema: _lssm_lib_schema198.EntityScalarField;
|
|
15
|
+
description: _lssm_lib_schema198.EntityScalarField;
|
|
16
|
+
isSecret: _lssm_lib_schema198.EntityScalarField;
|
|
17
|
+
createdAt: _lssm_lib_schema198.EntityScalarField;
|
|
18
|
+
updatedAt: _lssm_lib_schema198.EntityScalarField;
|
|
19
19
|
}>;
|
|
20
20
|
/**
|
|
21
21
|
* FeatureFlag entity - feature toggles.
|
|
22
22
|
*/
|
|
23
|
-
declare const FeatureFlagEntity:
|
|
24
|
-
id:
|
|
25
|
-
key:
|
|
26
|
-
name:
|
|
27
|
-
description:
|
|
28
|
-
enabled:
|
|
29
|
-
defaultValue:
|
|
30
|
-
rules:
|
|
31
|
-
rolloutPercentage:
|
|
32
|
-
createdAt:
|
|
33
|
-
updatedAt:
|
|
23
|
+
declare const FeatureFlagEntity: _lssm_lib_schema198.EntitySpec<{
|
|
24
|
+
id: _lssm_lib_schema198.EntityScalarField;
|
|
25
|
+
key: _lssm_lib_schema198.EntityScalarField;
|
|
26
|
+
name: _lssm_lib_schema198.EntityScalarField;
|
|
27
|
+
description: _lssm_lib_schema198.EntityScalarField;
|
|
28
|
+
enabled: _lssm_lib_schema198.EntityScalarField;
|
|
29
|
+
defaultValue: _lssm_lib_schema198.EntityScalarField;
|
|
30
|
+
rules: _lssm_lib_schema198.EntityScalarField;
|
|
31
|
+
rolloutPercentage: _lssm_lib_schema198.EntityScalarField;
|
|
32
|
+
createdAt: _lssm_lib_schema198.EntityScalarField;
|
|
33
|
+
updatedAt: _lssm_lib_schema198.EntityScalarField;
|
|
34
34
|
}>;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { FeatureFlagEntity, SettingsEntity };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema221 from "@lssm/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/settings/settings.enum.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Settings scope enum.
|
|
6
6
|
*/
|
|
7
|
-
declare const SettingsScopeEnum:
|
|
7
|
+
declare const SettingsScopeEnum: _lssm_lib_schema221.EntityEnumDef;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { SettingsScopeEnum };
|
|
10
10
|
//# sourceMappingURL=settings.enum.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.saas-boilerplate",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251221114240",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"test": "bun run"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@lssm/lib.schema": "0.0.0-canary-
|
|
55
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
56
|
-
"@lssm/lib.bus": "0.0.0-canary-
|
|
57
|
-
"@lssm/lib.identity-rbac": "0.0.0-canary-
|
|
58
|
-
"@lssm/lib.jobs": "0.0.0-canary-
|
|
59
|
-
"@lssm/module.audit-trail": "0.0.0-canary-
|
|
60
|
-
"@lssm/module.notifications": "0.0.0-canary-
|
|
54
|
+
"@lssm/lib.schema": "0.0.0-canary-20251221114240",
|
|
55
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251221114240",
|
|
56
|
+
"@lssm/lib.bus": "0.0.0-canary-20251221114240",
|
|
57
|
+
"@lssm/lib.identity-rbac": "0.0.0-canary-20251221114240",
|
|
58
|
+
"@lssm/lib.jobs": "0.0.0-canary-20251221114240",
|
|
59
|
+
"@lssm/module.audit-trail": "0.0.0-canary-20251221114240",
|
|
60
|
+
"@lssm/module.notifications": "0.0.0-canary-20251221114240",
|
|
61
61
|
"zod": "^4.1.13"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
65
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
64
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251221114240",
|
|
65
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251221114240",
|
|
66
66
|
"tsdown": "^0.18.1",
|
|
67
67
|
"typescript": "^5.9.3"
|
|
68
68
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"exports": {
|
|
72
72
|
".": "./dist/index.js",
|
|
73
73
|
"./billing": "./dist/billing/index.js",
|
|
74
|
-
"./billing/billing.contracts": "./dist/billing/billing.
|
|
74
|
+
"./billing/billing.contracts": "./dist/billing/billing.operations.js",
|
|
75
75
|
"./billing/billing.entity": "./dist/billing/billing.entity.js",
|
|
76
76
|
"./billing/billing.enum": "./dist/billing/billing.enum.js",
|
|
77
77
|
"./billing/billing.event": "./dist/billing/billing.event.js",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"./handlers": "./dist/handlers/index.js",
|
|
87
87
|
"./presentations": "./dist/presentations/index.js",
|
|
88
88
|
"./project": "./dist/project/index.js",
|
|
89
|
-
"./project/project.contracts": "./dist/project/project.
|
|
89
|
+
"./project/project.contracts": "./dist/project/project.operations.js",
|
|
90
90
|
"./project/project.entity": "./dist/project/project.entity.js",
|
|
91
91
|
"./project/project.enum": "./dist/project/project.enum.js",
|
|
92
92
|
"./project/project.event": "./dist/project/project.event.js",
|