@contractspec/example.crm-pipeline 1.45.6 → 1.46.0

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,64 +1,64 @@
1
- import * as _contractspec_lib_schema308 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/entities/task.entity.d.ts
4
4
  /**
5
5
  * Task type enum.
6
6
  */
7
- declare const TaskTypeEnum: _contractspec_lib_schema308.EntityEnumDef;
7
+ declare const TaskTypeEnum: _contractspec_lib_schema0.EntityEnumDef;
8
8
  /**
9
9
  * Task priority enum.
10
10
  */
11
- declare const TaskPriorityEnum: _contractspec_lib_schema308.EntityEnumDef;
11
+ declare const TaskPriorityEnum: _contractspec_lib_schema0.EntityEnumDef;
12
12
  /**
13
13
  * Task status enum.
14
14
  */
15
- declare const TaskStatusEnum: _contractspec_lib_schema308.EntityEnumDef;
15
+ declare const TaskStatusEnum: _contractspec_lib_schema0.EntityEnumDef;
16
16
  /**
17
17
  * Task entity - follow-up activities.
18
18
  */
19
- declare const TaskEntity: _contractspec_lib_schema308.EntitySpec<{
20
- id: _contractspec_lib_schema308.EntityScalarField;
21
- title: _contractspec_lib_schema308.EntityScalarField;
22
- description: _contractspec_lib_schema308.EntityScalarField;
23
- type: _contractspec_lib_schema308.EntityEnumField;
24
- priority: _contractspec_lib_schema308.EntityEnumField;
25
- status: _contractspec_lib_schema308.EntityEnumField;
26
- dueDate: _contractspec_lib_schema308.EntityScalarField;
27
- reminderAt: _contractspec_lib_schema308.EntityScalarField;
28
- contactId: _contractspec_lib_schema308.EntityScalarField;
29
- dealId: _contractspec_lib_schema308.EntityScalarField;
30
- companyId: _contractspec_lib_schema308.EntityScalarField;
31
- organizationId: _contractspec_lib_schema308.EntityScalarField;
32
- assignedTo: _contractspec_lib_schema308.EntityScalarField;
33
- createdBy: _contractspec_lib_schema308.EntityScalarField;
34
- completedAt: _contractspec_lib_schema308.EntityScalarField;
35
- completedBy: _contractspec_lib_schema308.EntityScalarField;
36
- createdAt: _contractspec_lib_schema308.EntityScalarField;
37
- updatedAt: _contractspec_lib_schema308.EntityScalarField;
38
- contact: _contractspec_lib_schema308.EntityRelationField;
39
- deal: _contractspec_lib_schema308.EntityRelationField;
40
- company: _contractspec_lib_schema308.EntityRelationField;
19
+ declare const TaskEntity: _contractspec_lib_schema0.EntitySpec<{
20
+ id: _contractspec_lib_schema0.EntityScalarField;
21
+ title: _contractspec_lib_schema0.EntityScalarField;
22
+ description: _contractspec_lib_schema0.EntityScalarField;
23
+ type: _contractspec_lib_schema0.EntityEnumField;
24
+ priority: _contractspec_lib_schema0.EntityEnumField;
25
+ status: _contractspec_lib_schema0.EntityEnumField;
26
+ dueDate: _contractspec_lib_schema0.EntityScalarField;
27
+ reminderAt: _contractspec_lib_schema0.EntityScalarField;
28
+ contactId: _contractspec_lib_schema0.EntityScalarField;
29
+ dealId: _contractspec_lib_schema0.EntityScalarField;
30
+ companyId: _contractspec_lib_schema0.EntityScalarField;
31
+ organizationId: _contractspec_lib_schema0.EntityScalarField;
32
+ assignedTo: _contractspec_lib_schema0.EntityScalarField;
33
+ createdBy: _contractspec_lib_schema0.EntityScalarField;
34
+ completedAt: _contractspec_lib_schema0.EntityScalarField;
35
+ completedBy: _contractspec_lib_schema0.EntityScalarField;
36
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
37
+ updatedAt: _contractspec_lib_schema0.EntityScalarField;
38
+ contact: _contractspec_lib_schema0.EntityRelationField;
39
+ deal: _contractspec_lib_schema0.EntityRelationField;
40
+ company: _contractspec_lib_schema0.EntityRelationField;
41
41
  }>;
42
42
  /**
43
43
  * Activity entity - interaction history.
44
44
  */
45
- declare const ActivityEntity: _contractspec_lib_schema308.EntitySpec<{
46
- id: _contractspec_lib_schema308.EntityScalarField;
47
- type: _contractspec_lib_schema308.EntityEnumField;
48
- subject: _contractspec_lib_schema308.EntityScalarField;
49
- description: _contractspec_lib_schema308.EntityScalarField;
50
- contactId: _contractspec_lib_schema308.EntityScalarField;
51
- dealId: _contractspec_lib_schema308.EntityScalarField;
52
- companyId: _contractspec_lib_schema308.EntityScalarField;
53
- organizationId: _contractspec_lib_schema308.EntityScalarField;
54
- performedBy: _contractspec_lib_schema308.EntityScalarField;
55
- outcome: _contractspec_lib_schema308.EntityScalarField;
56
- occurredAt: _contractspec_lib_schema308.EntityScalarField;
57
- duration: _contractspec_lib_schema308.EntityScalarField;
58
- createdAt: _contractspec_lib_schema308.EntityScalarField;
59
- contact: _contractspec_lib_schema308.EntityRelationField;
60
- deal: _contractspec_lib_schema308.EntityRelationField;
61
- company: _contractspec_lib_schema308.EntityRelationField;
45
+ declare const ActivityEntity: _contractspec_lib_schema0.EntitySpec<{
46
+ id: _contractspec_lib_schema0.EntityScalarField;
47
+ type: _contractspec_lib_schema0.EntityEnumField;
48
+ subject: _contractspec_lib_schema0.EntityScalarField;
49
+ description: _contractspec_lib_schema0.EntityScalarField;
50
+ contactId: _contractspec_lib_schema0.EntityScalarField;
51
+ dealId: _contractspec_lib_schema0.EntityScalarField;
52
+ companyId: _contractspec_lib_schema0.EntityScalarField;
53
+ organizationId: _contractspec_lib_schema0.EntityScalarField;
54
+ performedBy: _contractspec_lib_schema0.EntityScalarField;
55
+ outcome: _contractspec_lib_schema0.EntityScalarField;
56
+ occurredAt: _contractspec_lib_schema0.EntityScalarField;
57
+ duration: _contractspec_lib_schema0.EntityScalarField;
58
+ createdAt: _contractspec_lib_schema0.EntityScalarField;
59
+ contact: _contractspec_lib_schema0.EntityRelationField;
60
+ deal: _contractspec_lib_schema0.EntityRelationField;
61
+ company: _contractspec_lib_schema0.EntityRelationField;
62
62
  }>;
63
63
  //#endregion
64
64
  export { ActivityEntity, TaskEntity, TaskPriorityEnum, TaskStatusEnum, TaskTypeEnum };
@@ -1 +1 @@
1
- {"version":3,"file":"task.entity.d.ts","names":[],"sources":["../../src/entities/task.entity.ts"],"sourcesContent":[],"mappings":";;;;;;AAUa,cAAA,YAKX,EAAA,2BAAA,CALuB,aAKvB;AAKF;AAUA;AAUA;AAiDE,cArEW,gBAqEX,EAhEA,2BAAA,CAL2B,aAqE3B;;;;cA3DW,gBAKX,2BAAA,CALyB;;;;cAUd,wCAAU;MAiDrB,2BAAA,CAAA;;;;;;;;;;;;2DAjDqB;EAAA,SAAA,+CAAA;EAsDV,WAAA,+CA0CX;EAAA,WAAA,+CAAA;;;;;;;;;;cA1CW,4CAAc;MA0CzB,2BAAA,CAAA;;;;;uDA1CyB;EAAA,SAAA,+CAAA"}
1
+ {"version":3,"file":"task.entity.d.ts","names":[],"sources":["../../src/entities/task.entity.ts"],"sourcesContent":[],"mappings":";;;;;;AAUa,cAAA,YAKX,EAAA,yBAAA,CALuB,aAKvB;AAKF;AAUA;AAUA;AAiDE,cArEW,gBAqEX,EAhEA,yBAAA,CAL2B,aAqE3B;;;;cA3DW,gBAKX,yBAAA,CALyB;;;;cAUd,sCAAU;MAiDrB,yBAAA,CAAA;;;;;;;;;;;;yDAjDqB;EAAA,SAAA,6CAAA;EAsDV,WAAA,6CA0CX;EAAA,WAAA,6CAAA;;;;;;;;;;cA1CW,0CAAc;MA0CzB,yBAAA,CAAA;;;;;qDA1CyB;EAAA,SAAA,6CAAA"}
@@ -1,26 +1,26 @@
1
- import * as _contractspec_lib_schema350 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema68 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/events/contact.event.d.ts
5
- declare const ContactCreatedEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema350.SchemaModel<{
5
+ declare const ContactCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema68.SchemaModel<{
6
6
  contactId: {
7
- type: _contractspec_lib_schema350.FieldType<string, string>;
7
+ type: _contractspec_lib_schema68.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  email: {
11
- type: _contractspec_lib_schema350.FieldType<string, string>;
11
+ type: _contractspec_lib_schema68.FieldType<string, string>;
12
12
  isOptional: true;
13
13
  };
14
14
  organizationId: {
15
- type: _contractspec_lib_schema350.FieldType<string, string>;
15
+ type: _contractspec_lib_schema68.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  ownerId: {
19
- type: _contractspec_lib_schema350.FieldType<string, string>;
19
+ type: _contractspec_lib_schema68.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  createdAt: {
23
- type: _contractspec_lib_schema350.FieldType<Date, string>;
23
+ type: _contractspec_lib_schema68.FieldType<Date, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"contact.event.d.ts","names":[],"sources":["../../src/events/contact.event.ts"],"sourcesContent":[],"mappings":";;;;cAoBa,qBAAmB,4BAAA,CAAA,sCAAA;;UAU9B,2BAAA,CAAA;;EAVW,CAAA;EAUX,KAAA,EAAA;;;;;;;EAV8B,CAAA;EAAA,OAAA,EAAA"}
1
+ {"version":3,"file":"contact.event.d.ts","names":[],"sources":["../../src/events/contact.event.ts"],"sourcesContent":[],"mappings":";;;;cAoBa,qBAAmB,4BAAA,CAAA,qCAAA;;UAU9B,0BAAA,CAAA;;EAVW,CAAA;EAUX,KAAA,EAAA;;;;;;;EAV8B,CAAA;EAAA,OAAA,EAAA"}
@@ -1,108 +1,108 @@
1
- import * as _contractspec_lib_schema362 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts6 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema105 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/events/deal.event.d.ts
5
- declare const DealCreatedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema362.SchemaModel<{
5
+ declare const DealCreatedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema105.SchemaModel<{
6
6
  dealId: {
7
- type: _contractspec_lib_schema362.FieldType<string, string>;
7
+ type: _contractspec_lib_schema105.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  name: {
11
- type: _contractspec_lib_schema362.FieldType<string, string>;
11
+ type: _contractspec_lib_schema105.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  value: {
15
- type: _contractspec_lib_schema362.FieldType<number, number>;
15
+ type: _contractspec_lib_schema105.FieldType<number, number>;
16
16
  isOptional: false;
17
17
  };
18
18
  pipelineId: {
19
- type: _contractspec_lib_schema362.FieldType<string, string>;
19
+ type: _contractspec_lib_schema105.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  stageId: {
23
- type: _contractspec_lib_schema362.FieldType<string, string>;
23
+ type: _contractspec_lib_schema105.FieldType<string, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  ownerId: {
27
- type: _contractspec_lib_schema362.FieldType<string, string>;
27
+ type: _contractspec_lib_schema105.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  createdAt: {
31
- type: _contractspec_lib_schema362.FieldType<Date, string>;
31
+ type: _contractspec_lib_schema105.FieldType<Date, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  }>>;
35
- declare const DealMovedEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema362.SchemaModel<{
35
+ declare const DealMovedEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema105.SchemaModel<{
36
36
  dealId: {
37
- type: _contractspec_lib_schema362.FieldType<string, string>;
37
+ type: _contractspec_lib_schema105.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  fromStageId: {
41
- type: _contractspec_lib_schema362.FieldType<string, string>;
41
+ type: _contractspec_lib_schema105.FieldType<string, string>;
42
42
  isOptional: false;
43
43
  };
44
44
  toStageId: {
45
- type: _contractspec_lib_schema362.FieldType<string, string>;
45
+ type: _contractspec_lib_schema105.FieldType<string, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  movedBy: {
49
- type: _contractspec_lib_schema362.FieldType<string, string>;
49
+ type: _contractspec_lib_schema105.FieldType<string, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  movedAt: {
53
- type: _contractspec_lib_schema362.FieldType<Date, string>;
53
+ type: _contractspec_lib_schema105.FieldType<Date, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  }>>;
57
- declare const DealWonEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema362.SchemaModel<{
57
+ declare const DealWonEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema105.SchemaModel<{
58
58
  dealId: {
59
- type: _contractspec_lib_schema362.FieldType<string, string>;
59
+ type: _contractspec_lib_schema105.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  value: {
63
- type: _contractspec_lib_schema362.FieldType<number, number>;
63
+ type: _contractspec_lib_schema105.FieldType<number, number>;
64
64
  isOptional: false;
65
65
  };
66
66
  currency: {
67
- type: _contractspec_lib_schema362.FieldType<string, string>;
67
+ type: _contractspec_lib_schema105.FieldType<string, string>;
68
68
  isOptional: false;
69
69
  };
70
70
  contactId: {
71
- type: _contractspec_lib_schema362.FieldType<string, string>;
71
+ type: _contractspec_lib_schema105.FieldType<string, string>;
72
72
  isOptional: true;
73
73
  };
74
74
  companyId: {
75
- type: _contractspec_lib_schema362.FieldType<string, string>;
75
+ type: _contractspec_lib_schema105.FieldType<string, string>;
76
76
  isOptional: true;
77
77
  };
78
78
  ownerId: {
79
- type: _contractspec_lib_schema362.FieldType<string, string>;
79
+ type: _contractspec_lib_schema105.FieldType<string, string>;
80
80
  isOptional: false;
81
81
  };
82
82
  wonAt: {
83
- type: _contractspec_lib_schema362.FieldType<Date, string>;
83
+ type: _contractspec_lib_schema105.FieldType<Date, string>;
84
84
  isOptional: false;
85
85
  };
86
86
  }>>;
87
- declare const DealLostEvent: _contractspec_lib_contracts6.EventSpec<_contractspec_lib_schema362.SchemaModel<{
87
+ declare const DealLostEvent: _contractspec_lib_contracts0.EventSpec<_contractspec_lib_schema105.SchemaModel<{
88
88
  dealId: {
89
- type: _contractspec_lib_schema362.FieldType<string, string>;
89
+ type: _contractspec_lib_schema105.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  value: {
93
- type: _contractspec_lib_schema362.FieldType<number, number>;
93
+ type: _contractspec_lib_schema105.FieldType<number, number>;
94
94
  isOptional: false;
95
95
  };
96
96
  reason: {
97
- type: _contractspec_lib_schema362.FieldType<string, string>;
97
+ type: _contractspec_lib_schema105.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  ownerId: {
101
- type: _contractspec_lib_schema362.FieldType<string, string>;
101
+ type: _contractspec_lib_schema105.FieldType<string, string>;
102
102
  isOptional: false;
103
103
  };
104
104
  lostAt: {
105
- type: _contractspec_lib_schema362.FieldType<Date, string>;
105
+ type: _contractspec_lib_schema105.FieldType<Date, string>;
106
106
  isOptional: false;
107
107
  };
108
108
  }>>;
@@ -1,26 +1,26 @@
1
- import * as _contractspec_lib_schema356 from "@contractspec/lib.schema";
2
- import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_schema185 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_contracts4 from "@contractspec/lib.contracts";
3
3
 
4
4
  //#region src/events/task.event.d.ts
5
- declare const TaskCompletedEvent: _contractspec_lib_contracts5.EventSpec<_contractspec_lib_schema356.SchemaModel<{
5
+ declare const TaskCompletedEvent: _contractspec_lib_contracts4.EventSpec<_contractspec_lib_schema185.SchemaModel<{
6
6
  taskId: {
7
- type: _contractspec_lib_schema356.FieldType<string, string>;
7
+ type: _contractspec_lib_schema185.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  type: {
11
- type: _contractspec_lib_schema356.FieldType<string, string>;
11
+ type: _contractspec_lib_schema185.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  assignedTo: {
15
- type: _contractspec_lib_schema356.FieldType<string, string>;
15
+ type: _contractspec_lib_schema185.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  completedBy: {
19
- type: _contractspec_lib_schema356.FieldType<string, string>;
19
+ type: _contractspec_lib_schema185.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  completedAt: {
23
- type: _contractspec_lib_schema356.FieldType<Date, string>;
23
+ type: _contractspec_lib_schema185.FieldType<Date, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
package/dist/index.d.ts CHANGED
@@ -18,14 +18,14 @@ import "./operations/index.js";
18
18
  import { CrmDashboardPresentation, PipelineMetricsPresentation } from "./presentations/dashboard.presentation.js";
19
19
  import { DealCardPresentation, DealDetailPresentation, DealListPresentation, PipelineKanbanPresentation } from "./presentations/pipeline.presentation.js";
20
20
  import "./presentations/index.js";
21
- import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
21
+ import * as _contractspec_lib_schema193 from "@contractspec/lib.schema";
22
22
 
23
23
  //#region src/index.d.ts
24
24
  /**
25
25
  * Complete schema composition for CRM Pipeline.
26
26
  */
27
27
  declare const schemaComposition: {
28
- modules: _contractspec_lib_schema0.ModuleSchemaContribution[];
28
+ modules: _contractspec_lib_schema193.ModuleSchemaContribution[];
29
29
  provider: "postgresql";
30
30
  outputPath: string;
31
31
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;cAqBa;WASZ,yBAAA,CAAA,wBAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;cAqBa;WASZ,2BAAA,CAAA,wBAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "1.45.6",
3
+ "version": "1.46.0",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -47,15 +47,15 @@
47
47
  "test": "bun run"
48
48
  },
49
49
  "dependencies": {
50
- "@contractspec/lib.schema": "1.45.6",
51
- "@contractspec/lib.contracts": "1.45.6",
52
- "@contractspec/lib.identity-rbac": "1.45.6",
53
- "@contractspec/module.audit-trail": "1.45.6",
54
- "@contractspec/module.notifications": "1.45.6"
50
+ "@contractspec/lib.schema": "1.46.0",
51
+ "@contractspec/lib.contracts": "1.46.0",
52
+ "@contractspec/lib.identity-rbac": "1.46.0",
53
+ "@contractspec/module.audit-trail": "1.46.0",
54
+ "@contractspec/module.notifications": "1.46.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@contractspec/tool.tsdown": "1.45.6",
58
- "@contractspec/tool.typescript": "1.45.6",
57
+ "@contractspec/tool.tsdown": "1.46.0",
58
+ "@contractspec/tool.typescript": "1.46.0",
59
59
  "tsdown": "^0.18.3",
60
60
  "typescript": "^5.9.3"
61
61
  },