@lssm/example.workflow-system 0.0.0-canary-20251221153314 → 0.0.0-canary-20251221165922

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,22 +1,22 @@
1
- import * as _lssm_lib_schema901 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema870 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/workflow/workflow.enum.d.ts
4
4
  /**
5
5
  * Workflow status enum.
6
6
  */
7
- declare const WorkflowStatusEnum: _lssm_lib_schema901.EnumType<[string, string, string, string]>;
7
+ declare const WorkflowStatusEnum: _lssm_lib_schema870.EnumType<[string, string, string, string]>;
8
8
  /**
9
9
  * Trigger type enum.
10
10
  */
11
- declare const TriggerTypeEnum: _lssm_lib_schema901.EnumType<[string, string, string, string]>;
11
+ declare const TriggerTypeEnum: _lssm_lib_schema870.EnumType<[string, string, string, string]>;
12
12
  /**
13
13
  * Step type enum.
14
14
  */
15
- declare const StepTypeEnum: _lssm_lib_schema901.EnumType<[string, string, string, string, string, string, string, string]>;
15
+ declare const StepTypeEnum: _lssm_lib_schema870.EnumType<[string, string, string, string, string, string, string, string]>;
16
16
  /**
17
17
  * Approval mode enum.
18
18
  */
19
- declare const ApprovalModeEnum: _lssm_lib_schema901.EnumType<[string, string, string, string]>;
19
+ declare const ApprovalModeEnum: _lssm_lib_schema870.EnumType<[string, string, string, string]>;
20
20
  //#endregion
21
21
  export { ApprovalModeEnum, StepTypeEnum, TriggerTypeEnum, WorkflowStatusEnum };
22
22
  //# sourceMappingURL=workflow.enum.d.ts.map
@@ -1,132 +1,132 @@
1
- import * as _lssm_lib_schema905 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts24 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema1118 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts30 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/workflow/workflow.event.d.ts
5
5
  /**
6
6
  * WorkflowCreatedEvent - A new workflow definition has been created.
7
7
  */
8
- declare const WorkflowCreatedEvent: _lssm_lib_contracts24.EventSpec<_lssm_lib_schema905.SchemaModel<{
8
+ declare const WorkflowCreatedEvent: _lssm_lib_contracts30.EventSpec<_lssm_lib_schema1118.SchemaModel<{
9
9
  workflowId: {
10
- type: _lssm_lib_schema905.FieldType<string, string>;
10
+ type: _lssm_lib_schema1118.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  key: {
14
- type: _lssm_lib_schema905.FieldType<string, string>;
14
+ type: _lssm_lib_schema1118.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  name: {
18
- type: _lssm_lib_schema905.FieldType<string, string>;
18
+ type: _lssm_lib_schema1118.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  version: {
22
- type: _lssm_lib_schema905.FieldType<number, number>;
22
+ type: _lssm_lib_schema1118.FieldType<number, number>;
23
23
  isOptional: false;
24
24
  };
25
25
  organizationId: {
26
- type: _lssm_lib_schema905.FieldType<string, string>;
26
+ type: _lssm_lib_schema1118.FieldType<string, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  createdBy: {
30
- type: _lssm_lib_schema905.FieldType<string, string>;
30
+ type: _lssm_lib_schema1118.FieldType<string, string>;
31
31
  isOptional: false;
32
32
  };
33
33
  timestamp: {
34
- type: _lssm_lib_schema905.FieldType<Date, string>;
34
+ type: _lssm_lib_schema1118.FieldType<Date, string>;
35
35
  isOptional: false;
36
36
  };
37
37
  }>>;
38
38
  /**
39
39
  * WorkflowUpdatedEvent - A workflow definition has been updated.
40
40
  */
41
- declare const WorkflowUpdatedEvent: _lssm_lib_contracts24.EventSpec<_lssm_lib_schema905.SchemaModel<{
41
+ declare const WorkflowUpdatedEvent: _lssm_lib_contracts30.EventSpec<_lssm_lib_schema1118.SchemaModel<{
42
42
  workflowId: {
43
- type: _lssm_lib_schema905.FieldType<string, string>;
43
+ type: _lssm_lib_schema1118.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  key: {
47
- type: _lssm_lib_schema905.FieldType<string, string>;
47
+ type: _lssm_lib_schema1118.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  name: {
51
- type: _lssm_lib_schema905.FieldType<string, string>;
51
+ type: _lssm_lib_schema1118.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  version: {
55
- type: _lssm_lib_schema905.FieldType<number, number>;
55
+ type: _lssm_lib_schema1118.FieldType<number, number>;
56
56
  isOptional: false;
57
57
  };
58
58
  organizationId: {
59
- type: _lssm_lib_schema905.FieldType<string, string>;
59
+ type: _lssm_lib_schema1118.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  createdBy: {
63
- type: _lssm_lib_schema905.FieldType<string, string>;
63
+ type: _lssm_lib_schema1118.FieldType<string, string>;
64
64
  isOptional: false;
65
65
  };
66
66
  timestamp: {
67
- type: _lssm_lib_schema905.FieldType<Date, string>;
67
+ type: _lssm_lib_schema1118.FieldType<Date, string>;
68
68
  isOptional: false;
69
69
  };
70
70
  }>>;
71
71
  /**
72
72
  * WorkflowPublishedEvent - A workflow definition has been published.
73
73
  */
74
- declare const WorkflowPublishedEvent: _lssm_lib_contracts24.EventSpec<_lssm_lib_schema905.SchemaModel<{
74
+ declare const WorkflowPublishedEvent: _lssm_lib_contracts30.EventSpec<_lssm_lib_schema1118.SchemaModel<{
75
75
  workflowId: {
76
- type: _lssm_lib_schema905.FieldType<string, string>;
76
+ type: _lssm_lib_schema1118.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  key: {
80
- type: _lssm_lib_schema905.FieldType<string, string>;
80
+ type: _lssm_lib_schema1118.FieldType<string, string>;
81
81
  isOptional: false;
82
82
  };
83
83
  name: {
84
- type: _lssm_lib_schema905.FieldType<string, string>;
84
+ type: _lssm_lib_schema1118.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  version: {
88
- type: _lssm_lib_schema905.FieldType<number, number>;
88
+ type: _lssm_lib_schema1118.FieldType<number, number>;
89
89
  isOptional: false;
90
90
  };
91
91
  organizationId: {
92
- type: _lssm_lib_schema905.FieldType<string, string>;
92
+ type: _lssm_lib_schema1118.FieldType<string, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  createdBy: {
96
- type: _lssm_lib_schema905.FieldType<string, string>;
96
+ type: _lssm_lib_schema1118.FieldType<string, string>;
97
97
  isOptional: false;
98
98
  };
99
99
  timestamp: {
100
- type: _lssm_lib_schema905.FieldType<Date, string>;
100
+ type: _lssm_lib_schema1118.FieldType<Date, string>;
101
101
  isOptional: false;
102
102
  };
103
103
  }>>;
104
104
  /**
105
105
  * StepAddedEvent - A step has been added to a workflow definition.
106
106
  */
107
- declare const StepAddedEvent: _lssm_lib_contracts24.EventSpec<_lssm_lib_schema905.SchemaModel<{
107
+ declare const StepAddedEvent: _lssm_lib_contracts30.EventSpec<_lssm_lib_schema1118.SchemaModel<{
108
108
  stepId: {
109
- type: _lssm_lib_schema905.FieldType<string, string>;
109
+ type: _lssm_lib_schema1118.FieldType<string, string>;
110
110
  isOptional: false;
111
111
  };
112
112
  workflowId: {
113
- type: _lssm_lib_schema905.FieldType<string, string>;
113
+ type: _lssm_lib_schema1118.FieldType<string, string>;
114
114
  isOptional: false;
115
115
  };
116
116
  stepKey: {
117
- type: _lssm_lib_schema905.FieldType<string, string>;
117
+ type: _lssm_lib_schema1118.FieldType<string, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  stepType: {
121
- type: _lssm_lib_schema905.FieldType<string, string>;
121
+ type: _lssm_lib_schema1118.FieldType<string, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  position: {
125
- type: _lssm_lib_schema905.FieldType<number, number>;
125
+ type: _lssm_lib_schema1118.FieldType<number, number>;
126
126
  isOptional: false;
127
127
  };
128
128
  timestamp: {
129
- type: _lssm_lib_schema905.FieldType<Date, string>;
129
+ type: _lssm_lib_schema1118.FieldType<Date, string>;
130
130
  isOptional: false;
131
131
  };
132
132
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"workflow.event.d.ts","names":[],"sources":["../../src/workflow/workflow.event.ts"],"sourcesContent":[],"mappings":";;;;;;;cA0Ca,sBAAoB,qBAAA,CAAA,8BAAA;EAApB,UAAA,EAAA;IAKX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;uCAL+B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAUpB,OAAA,EAAA;IAKX,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;uCAL+B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAUpB,SAAA,EAAA;IAKX,IAAA,+BAAA,KAAA,EAAA,MAAA,CAAA;;;;;;;cAfW,sBAAoB,qBAAA,CAAA,8BAAA;;IAUE,IAAA,EALjC,mBAAA,CAAA,SAKiC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAUtB,CAAA;EAKX,GAAA,EAAA;;;;;;;;EALyB,OAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;cAVd,wBAAsB,qBAAA,CAAA,8BAAA;;UAKjC,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,gBAAc,qBAAA,CAAA,8BAAA;;UAKzB,mBAAA,CAAA"}
1
+ {"version":3,"file":"workflow.event.d.ts","names":[],"sources":["../../src/workflow/workflow.event.ts"],"sourcesContent":[],"mappings":";;;;;;;cA0Ca,sBAAoB,qBAAA,CAAA,+BAAA;EAApB,UAAA,EAAA;IAKX,IAAA,EAAA,oBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;wCAL+B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAUpB,OAAA,EAAA;IAKX,IAAA,gCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;wCAL+B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAUpB,SAAA,EAAA;IAKX,IAAA,gCAAA,KAAA,EAAA,MAAA,CAAA;;;;;;;cAfW,sBAAoB,qBAAA,CAAA,+BAAA;;IAUE,IAAA,EALjC,oBAAA,CAAA,SAKiC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAUtB,CAAA;EAKX,GAAA,EAAA;;;;;;;;EALyB,OAAA,EAAA;IAAA,IAAA,gCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;cAVd,wBAAsB,qBAAA,CAAA,+BAAA;;UAKjC,oBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,gBAAc,qBAAA,CAAA,+BAAA;;UAKzB,oBAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.workflow-system",
3
- "version": "0.0.0-canary-20251221153314",
3
+ "version": "0.0.0-canary-20251221165922",
4
4
  "description": "Workflow and approval system example for ContractSpec - State machine with role-based transitions",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,19 +18,19 @@
18
18
  "lint:check": "eslint src"
19
19
  },
20
20
  "dependencies": {
21
- "@lssm/lib.schema": "0.0.0-canary-20251221153314",
22
- "@lssm/lib.contracts": "0.0.0-canary-20251221153314",
23
- "@lssm/lib.bus": "0.0.0-canary-20251221153314",
24
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251221153314",
25
- "@lssm/lib.feature-flags": "0.0.0-canary-20251221153314",
26
- "@lssm/lib.jobs": "0.0.0-canary-20251221153314",
27
- "@lssm/module.audit-trail": "0.0.0-canary-20251221153314",
28
- "@lssm/module.notifications": "0.0.0-canary-20251221153314",
21
+ "@lssm/lib.schema": "0.0.0-canary-20251221165922",
22
+ "@lssm/lib.contracts": "0.0.0-canary-20251221165922",
23
+ "@lssm/lib.bus": "0.0.0-canary-20251221165922",
24
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251221165922",
25
+ "@lssm/lib.feature-flags": "0.0.0-canary-20251221165922",
26
+ "@lssm/lib.jobs": "0.0.0-canary-20251221165922",
27
+ "@lssm/module.audit-trail": "0.0.0-canary-20251221165922",
28
+ "@lssm/module.notifications": "0.0.0-canary-20251221165922",
29
29
  "zod": "^4.1.13"
30
30
  },
31
31
  "devDependencies": {
32
- "@lssm/tool.typescript": "0.0.0-canary-20251221153314",
33
- "@lssm/tool.tsdown": "0.0.0-canary-20251221153314",
32
+ "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
33
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
34
34
  "typescript": "^5.9.3"
35
35
  },
36
36
  "exports": {