@contractspec/example.saas-boilerplate 0.0.0-canary-20260113173657 → 0.0.0-canary-20260119222405

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.
@@ -1,39 +1,39 @@
1
- import * as _contractspec_lib_schema60 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema101 from "@contractspec/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: _contractspec_lib_schema60.EntityEnumDef;
7
+ declare const ProjectStatusEnum: _contractspec_lib_schema101.EntityEnumDef;
8
8
  /**
9
9
  * Project entity - team-scoped work container.
10
10
  */
11
- declare const ProjectEntity: _contractspec_lib_schema60.EntitySpec<{
12
- id: _contractspec_lib_schema60.EntityScalarField;
13
- name: _contractspec_lib_schema60.EntityScalarField;
14
- description: _contractspec_lib_schema60.EntityScalarField;
15
- slug: _contractspec_lib_schema60.EntityScalarField;
16
- organizationId: _contractspec_lib_schema60.EntityScalarField;
17
- createdBy: _contractspec_lib_schema60.EntityScalarField;
18
- status: _contractspec_lib_schema60.EntityEnumField;
19
- isPublic: _contractspec_lib_schema60.EntityScalarField;
20
- settings: _contractspec_lib_schema60.EntityScalarField;
21
- tags: _contractspec_lib_schema60.EntityScalarField;
22
- metadata: _contractspec_lib_schema60.EntityScalarField;
23
- createdAt: _contractspec_lib_schema60.EntityScalarField;
24
- updatedAt: _contractspec_lib_schema60.EntityScalarField;
25
- archivedAt: _contractspec_lib_schema60.EntityScalarField;
11
+ declare const ProjectEntity: _contractspec_lib_schema101.EntitySpec<{
12
+ id: _contractspec_lib_schema101.EntityScalarField;
13
+ name: _contractspec_lib_schema101.EntityScalarField;
14
+ description: _contractspec_lib_schema101.EntityScalarField;
15
+ slug: _contractspec_lib_schema101.EntityScalarField;
16
+ organizationId: _contractspec_lib_schema101.EntityScalarField;
17
+ createdBy: _contractspec_lib_schema101.EntityScalarField;
18
+ status: _contractspec_lib_schema101.EntityEnumField;
19
+ isPublic: _contractspec_lib_schema101.EntityScalarField;
20
+ settings: _contractspec_lib_schema101.EntityScalarField;
21
+ tags: _contractspec_lib_schema101.EntityScalarField;
22
+ metadata: _contractspec_lib_schema101.EntityScalarField;
23
+ createdAt: _contractspec_lib_schema101.EntityScalarField;
24
+ updatedAt: _contractspec_lib_schema101.EntityScalarField;
25
+ archivedAt: _contractspec_lib_schema101.EntityScalarField;
26
26
  }>;
27
27
  /**
28
28
  * ProjectMember entity - project-level access.
29
29
  */
30
- declare const ProjectMemberEntity: _contractspec_lib_schema60.EntitySpec<{
31
- id: _contractspec_lib_schema60.EntityScalarField;
32
- projectId: _contractspec_lib_schema60.EntityScalarField;
33
- userId: _contractspec_lib_schema60.EntityScalarField;
34
- role: _contractspec_lib_schema60.EntityScalarField;
35
- addedBy: _contractspec_lib_schema60.EntityScalarField;
36
- createdAt: _contractspec_lib_schema60.EntityScalarField;
30
+ declare const ProjectMemberEntity: _contractspec_lib_schema101.EntitySpec<{
31
+ id: _contractspec_lib_schema101.EntityScalarField;
32
+ projectId: _contractspec_lib_schema101.EntityScalarField;
33
+ userId: _contractspec_lib_schema101.EntityScalarField;
34
+ role: _contractspec_lib_schema101.EntityScalarField;
35
+ addedBy: _contractspec_lib_schema101.EntityScalarField;
36
+ createdAt: _contractspec_lib_schema101.EntityScalarField;
37
37
  }>;
38
38
  //#endregion
39
39
  export { ProjectEntity, ProjectMemberEntity, ProjectStatusEnum };
@@ -1 +1 @@
1
- {"version":3,"file":"project.entity.d.ts","names":[],"sources":["../../src/project/project.entity.ts"],"sourcesContent":[],"mappings":";;;;;;AAUa,cAAA,iBAKX,EAAA,0BAAA,CAL4B,aAK5B;AAKF;;;cAAa,0CAAa;MAmDxB,0BAAA,CAAA;;;;;;;;;;;yDAnDwB;EAAA,SAAA,8CAAA;EAwDb,UAAA,8CAgBX;CAAA,CAAA;;;;cAhBW,gDAAmB;MAgB9B,0BAAA,CAAA;yDAhB8B;EAAA,MAAA,8CAAA"}
1
+ {"version":3,"file":"project.entity.d.ts","names":[],"sources":["../../src/project/project.entity.ts"],"sourcesContent":[],"mappings":";;;;;;AAUa,cAAA,iBAKX,EAAA,2BAAA,CAL4B,aAK5B;AAKF;;;cAAa,2CAAa;MAmDxB,2BAAA,CAAA;;;;;;;;;;;0DAnDwB;EAAA,SAAA,+CAAA;EAwDb,UAAA,+CAgBX;CAAA,CAAA;;;;cAhBW,iDAAmB;MAgB9B,2BAAA,CAAA;0DAhB8B;EAAA,MAAA,+CAAA"}
@@ -1,89 +1,89 @@
1
1
  import * as _contractspec_lib_contracts10 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema126 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_schema172 from "@contractspec/lib.schema";
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: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema126.SchemaModel<{
8
+ declare const ProjectCreatedEvent: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema172.SchemaModel<{
9
9
  projectId: {
10
- type: _contractspec_lib_schema126.FieldType<string, string>;
10
+ type: _contractspec_lib_schema172.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  name: {
14
- type: _contractspec_lib_schema126.FieldType<string, string>;
14
+ type: _contractspec_lib_schema172.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  organizationId: {
18
- type: _contractspec_lib_schema126.FieldType<string, string>;
18
+ type: _contractspec_lib_schema172.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  createdBy: {
22
- type: _contractspec_lib_schema126.FieldType<string, string>;
22
+ type: _contractspec_lib_schema172.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  createdAt: {
26
- type: _contractspec_lib_schema126.FieldType<Date, string>;
26
+ type: _contractspec_lib_schema172.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: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema126.SchemaModel<{
33
+ declare const ProjectUpdatedEvent: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema172.SchemaModel<{
34
34
  projectId: {
35
- type: _contractspec_lib_schema126.FieldType<string, string>;
35
+ type: _contractspec_lib_schema172.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  updatedFields: {
39
- type: _contractspec_lib_schema126.FieldType<string, string>;
39
+ type: _contractspec_lib_schema172.FieldType<string, string>;
40
40
  isArray: true;
41
41
  isOptional: false;
42
42
  };
43
43
  updatedBy: {
44
- type: _contractspec_lib_schema126.FieldType<string, string>;
44
+ type: _contractspec_lib_schema172.FieldType<string, string>;
45
45
  isOptional: false;
46
46
  };
47
47
  updatedAt: {
48
- type: _contractspec_lib_schema126.FieldType<Date, string>;
48
+ type: _contractspec_lib_schema172.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: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema126.SchemaModel<{
55
+ declare const ProjectDeletedEvent: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema172.SchemaModel<{
56
56
  projectId: {
57
- type: _contractspec_lib_schema126.FieldType<string, string>;
57
+ type: _contractspec_lib_schema172.FieldType<string, string>;
58
58
  isOptional: false;
59
59
  };
60
60
  organizationId: {
61
- type: _contractspec_lib_schema126.FieldType<string, string>;
61
+ type: _contractspec_lib_schema172.FieldType<string, string>;
62
62
  isOptional: false;
63
63
  };
64
64
  deletedBy: {
65
- type: _contractspec_lib_schema126.FieldType<string, string>;
65
+ type: _contractspec_lib_schema172.FieldType<string, string>;
66
66
  isOptional: false;
67
67
  };
68
68
  deletedAt: {
69
- type: _contractspec_lib_schema126.FieldType<Date, string>;
69
+ type: _contractspec_lib_schema172.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: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema126.SchemaModel<{
76
+ declare const ProjectArchivedEvent: _contractspec_lib_contracts10.EventSpec<_contractspec_lib_schema172.SchemaModel<{
77
77
  projectId: {
78
- type: _contractspec_lib_schema126.FieldType<string, string>;
78
+ type: _contractspec_lib_schema172.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  archivedBy: {
82
- type: _contractspec_lib_schema126.FieldType<string, string>;
82
+ type: _contractspec_lib_schema172.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  archivedAt: {
86
- type: _contractspec_lib_schema126.FieldType<Date, string>;
86
+ type: _contractspec_lib_schema172.FieldType<Date, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.saas-boilerplate",
3
- "version": "0.0.0-canary-20260113173657",
3
+ "version": "0.0.0-canary-20260119222405",
4
4
  "description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -69,21 +69,21 @@
69
69
  "test": "bun test"
70
70
  },
71
71
  "dependencies": {
72
- "@contractspec/lib.identity-rbac": "0.0.0-canary-20260113173657",
73
- "@contractspec/lib.jobs": "0.0.0-canary-20260113173657",
74
- "@contractspec/module.audit-trail": "0.0.0-canary-20260113173657",
75
- "@contractspec/module.notifications": "0.0.0-canary-20260113173657",
76
- "@contractspec/lib.contracts": "0.0.0-canary-20260113173657",
77
- "@contractspec/lib.schema": "0.0.0-canary-20260113173657",
78
- "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260113173657",
79
- "@contractspec/lib.design-system": "0.0.0-canary-20260113173657",
80
- "@contractspec/lib.runtime-sandbox": "0.0.0-canary-20260113173657",
72
+ "@contractspec/lib.identity-rbac": "0.0.0-canary-20260119222405",
73
+ "@contractspec/lib.jobs": "0.0.0-canary-20260119222405",
74
+ "@contractspec/module.audit-trail": "0.0.0-canary-20260119222405",
75
+ "@contractspec/module.notifications": "0.0.0-canary-20260119222405",
76
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119222405",
77
+ "@contractspec/lib.schema": "1.48.0",
78
+ "@contractspec/lib.example-shared-ui": "0.0.0-canary-20260119222405",
79
+ "@contractspec/lib.design-system": "0.0.0-canary-20260119222405",
80
+ "@contractspec/lib.runtime-sandbox": "0.3.0",
81
81
  "react": "19.2.3",
82
82
  "react-dom": "19.2.3"
83
83
  },
84
84
  "devDependencies": {
85
- "@contractspec/tool.tsdown": "0.0.0-canary-20260113173657",
86
- "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
85
+ "@contractspec/tool.tsdown": "1.48.0",
86
+ "@contractspec/tool.typescript": "1.48.0",
87
87
  "tsdown": "^0.19.0",
88
88
  "typescript": "^5.9.3",
89
89
  "@types/react": "^19.2.8",