@lssm/example.kb-update-pipeline 0.0.0-canary-20251220015515 → 0.0.0-canary-20251220030446

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.
@@ -147,7 +147,7 @@ $ tsdown
147
147
  ℹ dist/libs/contracts/dist/ownership.js  0.68 kB │ gzip: 0.34 kB
148
148
  ℹ dist/libs/contracts/dist/integrations/openbanking/telemetry.js  0.60 kB │ gzip: 0.28 kB
149
149
  ℹ dist/libs/contracts/dist/events.js.map  0.53 kB │ gzip: 0.35 kB
150
- ℹ dist/entities/models.d.ts.map  0.47 kB │ gzip: 0.27 kB
150
+ ℹ dist/entities/models.d.ts.map  0.47 kB │ gzip: 0.28 kB
151
151
  ℹ dist/libs/contracts/dist/llm/exporters.js  0.46 kB │ gzip: 0.26 kB
152
152
  ℹ dist/libs/contracts/dist/presentations.v2.js  0.37 kB │ gzip: 0.26 kB
153
153
  ℹ dist/libs/contracts/dist/integrations/providers/index.js  0.27 kB │ gzip: 0.13 kB
@@ -197,9 +197,9 @@ $ tsdown
197
197
  ℹ dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
198
198
  ℹ dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
199
199
  ℹ dist/contracts/pipeline.d.ts  4.01 kB │ gzip: 0.57 kB
200
- ℹ dist/events.d.ts  2.31 kB │ gzip: 0.42 kB
200
+ ℹ dist/events.d.ts  2.29 kB │ gzip: 0.42 kB
201
201
  ℹ dist/handlers/memory.handlers.d.ts  1.94 kB │ gzip: 0.64 kB
202
- ℹ dist/entities/models.d.ts  1.83 kB │ gzip: 0.40 kB
202
+ ℹ dist/entities/models.d.ts  1.85 kB │ gzip: 0.41 kB
203
203
  ℹ dist/index.d.ts  1.22 kB │ gzip: 0.36 kB
204
204
  ℹ dist/example.d.ts  1.10 kB │ gzip: 0.47 kB
205
205
  ℹ dist/contracts/index.d.ts  0.31 kB │ gzip: 0.13 kB
@@ -210,22 +210,22 @@ $ tsdown
210
210
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
211
211
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
212
212
  ℹ 203 files, total: 1257.05 kB
213
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
214
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
213
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
214
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
215
215
  │
216
- 3 │ import TurndownService from "turndown";
217
-  │ ─────┬────
218
-  │ ╰────── Module not found, treating it as an external dependency
216
+ 2 │ import { deepStrictEqual } from "node:assert";
217
+  │ ──────┬──────
218
+  │ ╰──────── Module not found, treating it as an external dependency
219
219
   │
220
220
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
221
221
  ───╯
222
222
 
223
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
224
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
223
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
224
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
225
225
  │
226
- 1 │ import { createHash } from "node:crypto";
227
-  │ ──────┬──────
228
-  │ ╰──────── Module not found, treating it as an external dependency
226
+ 1 │ import { randomUUID } from "crypto";
227
+  │ ────┬───
228
+  │ ╰───── Module not found, treating it as an external dependency
229
229
   │
230
230
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
231
  ───╯
@@ -240,22 +240,12 @@ $ tsdown
240
240
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
241
  ───╯
242
242
 
243
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
244
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
245
- │
246
- 1 │ import { randomUUID } from "crypto";
247
-  │ ────┬───
248
-  │ ╰───── Module not found, treating it as an external dependency
249
-  │
250
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
- ───╯
252
-
253
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
254
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
243
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
244
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
255
245
  │
256
- 2 │ import { deepStrictEqual } from "node:assert";
257
-  │ ──────┬──────
258
-  │ ╰──────── Module not found, treating it as an external dependency
246
+ 1 │ import { createHash } from "node:crypto";
247
+  │ ──────┬──────
248
+  │ ╰──────── Module not found, treating it as an external dependency
259
249
   │
260
250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
251
  ───╯
@@ -270,6 +260,16 @@ $ tsdown
270
260
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
261
  ───╯
272
262
 
263
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
264
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
265
+ │
266
+ 3 │ import TurndownService from "turndown";
267
+  │ ─────┬────
268
+  │ ╰────── Module not found, treating it as an external dependency
269
+  │
270
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
+ ───╯
272
+
273
273
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
274
274
  â•­─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
275
275
  │
@@ -280,4 +280,4 @@ $ tsdown
280
280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
281
  ───╯
282
282
 
283
- ✔ Build complete in 39495ms
283
+ ✔ Build complete in 48836ms
@@ -196,8 +196,8 @@ $ tsdown
196
196
  ℹ dist/libs/contracts/dist/prompt.js  0.01 kB │ gzip: 0.03 kB
197
197
  ℹ dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
198
198
  ℹ dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
199
- ℹ dist/contracts/pipeline.d.ts  3.97 kB │ gzip: 0.57 kB
200
- ℹ dist/events.d.ts  2.31 kB │ gzip: 0.42 kB
199
+ ℹ dist/contracts/pipeline.d.ts  4.01 kB │ gzip: 0.57 kB
200
+ ℹ dist/events.d.ts  2.29 kB │ gzip: 0.42 kB
201
201
  ℹ dist/handlers/memory.handlers.d.ts  1.94 kB │ gzip: 0.64 kB
202
202
  ℹ dist/entities/models.d.ts  1.85 kB │ gzip: 0.41 kB
203
203
  ℹ dist/index.d.ts  1.22 kB │ gzip: 0.36 kB
@@ -209,7 +209,7 @@ $ tsdown
209
209
  ℹ dist/feature.d.ts  0.23 kB │ gzip: 0.16 kB
210
210
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
211
211
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
212
- ℹ 203 files, total: 1257.03 kB
212
+ ℹ 203 files, total: 1257.05 kB
213
213
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
214
214
  â•­─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
215
215
  │
@@ -220,6 +220,16 @@ $ tsdown
220
220
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
221
221
  ───╯
222
222
 
223
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
224
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
225
+ │
226
+ 2 │ import { deepStrictEqual } from "node:assert";
227
+  │ ──────┬──────
228
+  │ ╰──────── Module not found, treating it as an external dependency
229
+  │
230
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
231
+ ───╯
232
+
223
233
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
224
234
  â•­─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
225
235
  │
@@ -240,16 +250,6 @@ $ tsdown
240
250
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
251
  ───╯
242
252
 
243
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
244
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
245
- │
246
- 2 │ import { deepStrictEqual } from "node:assert";
247
-  │ ──────┬──────
248
-  │ ╰──────── Module not found, treating it as an external dependency
249
-  │
250
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
- ───╯
252
-
253
253
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
254
254
  â•­─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
255
255
  │
@@ -280,5 +280,5 @@ $ tsdown
280
280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
281
  ───╯
282
282
 
283
- ✔ Build complete in 53816ms
283
+ ✔ Build complete in 65045ms
284
284
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20251220015515
3
+ ## 0.0.0-canary-20251220030446
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251220015515
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251220015515
14
- - @lssm/lib.schema@0.0.0-canary-20251220015515
15
- - @lssm/module.notifications@0.0.0-canary-20251220015515
12
+ - @lssm/lib.contracts@0.0.0-canary-20251220030446
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251220030446
14
+ - @lssm/lib.schema@0.0.0-canary-20251220030446
15
+ - @lssm/module.notifications@0.0.0-canary-20251220030446
@@ -1,33 +1,33 @@
1
- import * as _lssm_lib_schema16 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema18 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts4 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/contracts/pipeline.d.ts
5
- declare const KbPipelineRunWatchContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema16.SchemaModel<{
5
+ declare const KbPipelineRunWatchContract: _lssm_lib_contracts4.ContractSpec<_lssm_lib_schema18.SchemaModel<{
6
6
  jurisdiction: {
7
- type: _lssm_lib_schema16.FieldType<string, string>;
7
+ type: _lssm_lib_schema18.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
- }>, _lssm_lib_schema16.SchemaModel<{
10
+ }>, _lssm_lib_schema18.SchemaModel<{
11
11
  candidates: {
12
- type: _lssm_lib_schema16.SchemaModel<{
12
+ type: _lssm_lib_schema18.SchemaModel<{
13
13
  id: {
14
- type: _lssm_lib_schema16.FieldType<string, string>;
14
+ type: _lssm_lib_schema18.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  sourceDocumentId: {
18
- type: _lssm_lib_schema16.FieldType<string, string>;
18
+ type: _lssm_lib_schema18.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  detectedAt: {
22
- type: _lssm_lib_schema16.FieldType<Date, string>;
22
+ type: _lssm_lib_schema18.FieldType<Date, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  diffSummary: {
26
- type: _lssm_lib_schema16.FieldType<string, string>;
26
+ type: _lssm_lib_schema18.FieldType<string, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  riskLevel: {
30
- type: _lssm_lib_schema16.EnumType<[string, string, string]>;
30
+ type: _lssm_lib_schema18.EnumType<[string, string, string]>;
31
31
  isOptional: false;
32
32
  };
33
33
  }>;
@@ -35,100 +35,100 @@ declare const KbPipelineRunWatchContract: _lssm_lib_contracts0.ContractSpec<_lss
35
35
  isOptional: false;
36
36
  };
37
37
  }>, undefined>;
38
- declare const KbPipelineCreateReviewTaskContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema16.SchemaModel<{
38
+ declare const KbPipelineCreateReviewTaskContract: _lssm_lib_contracts4.ContractSpec<_lssm_lib_schema18.SchemaModel<{
39
39
  changeCandidateId: {
40
- type: _lssm_lib_schema16.FieldType<string, string>;
40
+ type: _lssm_lib_schema18.FieldType<string, string>;
41
41
  isOptional: false;
42
42
  };
43
- }>, _lssm_lib_schema16.SchemaModel<{
43
+ }>, _lssm_lib_schema18.SchemaModel<{
44
44
  id: {
45
- type: _lssm_lib_schema16.FieldType<string, string>;
45
+ type: _lssm_lib_schema18.FieldType<string, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  changeCandidateId: {
49
- type: _lssm_lib_schema16.FieldType<string, string>;
49
+ type: _lssm_lib_schema18.FieldType<string, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  status: {
53
- type: _lssm_lib_schema16.FieldType<string, string>;
53
+ type: _lssm_lib_schema18.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  assignedRole: {
57
- type: _lssm_lib_schema16.EnumType<[string, string]>;
57
+ type: _lssm_lib_schema18.EnumType<[string, string]>;
58
58
  isOptional: false;
59
59
  };
60
60
  decision: {
61
- type: _lssm_lib_schema16.EnumType<[string, string]>;
61
+ type: _lssm_lib_schema18.EnumType<[string, string]>;
62
62
  isOptional: true;
63
63
  };
64
64
  decidedAt: {
65
- type: _lssm_lib_schema16.FieldType<Date, string>;
65
+ type: _lssm_lib_schema18.FieldType<Date, string>;
66
66
  isOptional: true;
67
67
  };
68
68
  decidedBy: {
69
- type: _lssm_lib_schema16.FieldType<string, string>;
69
+ type: _lssm_lib_schema18.FieldType<string, string>;
70
70
  isOptional: true;
71
71
  };
72
72
  }>, undefined>;
73
- declare const KbPipelineSubmitDecisionContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema16.SchemaModel<{
73
+ declare const KbPipelineSubmitDecisionContract: _lssm_lib_contracts4.ContractSpec<_lssm_lib_schema18.SchemaModel<{
74
74
  reviewTaskId: {
75
- type: _lssm_lib_schema16.FieldType<string, string>;
75
+ type: _lssm_lib_schema18.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  decision: {
79
- type: _lssm_lib_schema16.EnumType<[string, string]>;
79
+ type: _lssm_lib_schema18.EnumType<[string, string]>;
80
80
  isOptional: false;
81
81
  };
82
82
  decidedBy: {
83
- type: _lssm_lib_schema16.FieldType<string, string>;
83
+ type: _lssm_lib_schema18.FieldType<string, string>;
84
84
  isOptional: false;
85
85
  };
86
86
  decidedByRole: {
87
- type: _lssm_lib_schema16.FieldType<string, string>;
87
+ type: _lssm_lib_schema18.FieldType<string, string>;
88
88
  isOptional: false;
89
89
  };
90
- }>, _lssm_lib_schema16.SchemaModel<{
90
+ }>, _lssm_lib_schema18.SchemaModel<{
91
91
  id: {
92
- type: _lssm_lib_schema16.FieldType<string, string>;
92
+ type: _lssm_lib_schema18.FieldType<string, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  changeCandidateId: {
96
- type: _lssm_lib_schema16.FieldType<string, string>;
96
+ type: _lssm_lib_schema18.FieldType<string, string>;
97
97
  isOptional: false;
98
98
  };
99
99
  status: {
100
- type: _lssm_lib_schema16.FieldType<string, string>;
100
+ type: _lssm_lib_schema18.FieldType<string, string>;
101
101
  isOptional: false;
102
102
  };
103
103
  assignedRole: {
104
- type: _lssm_lib_schema16.EnumType<[string, string]>;
104
+ type: _lssm_lib_schema18.EnumType<[string, string]>;
105
105
  isOptional: false;
106
106
  };
107
107
  decision: {
108
- type: _lssm_lib_schema16.EnumType<[string, string]>;
108
+ type: _lssm_lib_schema18.EnumType<[string, string]>;
109
109
  isOptional: true;
110
110
  };
111
111
  decidedAt: {
112
- type: _lssm_lib_schema16.FieldType<Date, string>;
112
+ type: _lssm_lib_schema18.FieldType<Date, string>;
113
113
  isOptional: true;
114
114
  };
115
115
  decidedBy: {
116
- type: _lssm_lib_schema16.FieldType<string, string>;
116
+ type: _lssm_lib_schema18.FieldType<string, string>;
117
117
  isOptional: true;
118
118
  };
119
119
  }>, undefined>;
120
- declare const KbPipelinePublishIfReadyContract: _lssm_lib_contracts0.ContractSpec<_lssm_lib_schema16.SchemaModel<{
120
+ declare const KbPipelinePublishIfReadyContract: _lssm_lib_contracts4.ContractSpec<_lssm_lib_schema18.SchemaModel<{
121
121
  jurisdiction: {
122
- type: _lssm_lib_schema16.FieldType<string, string>;
122
+ type: _lssm_lib_schema18.FieldType<string, string>;
123
123
  isOptional: false;
124
124
  };
125
- }>, _lssm_lib_schema16.SchemaModel<{
125
+ }>, _lssm_lib_schema18.SchemaModel<{
126
126
  published: {
127
- type: _lssm_lib_schema16.FieldType<boolean, boolean>;
127
+ type: _lssm_lib_schema18.FieldType<boolean, boolean>;
128
128
  isOptional: false;
129
129
  };
130
130
  reason: {
131
- type: _lssm_lib_schema16.FieldType<string, string>;
131
+ type: _lssm_lib_schema18.FieldType<string, string>;
132
132
  isOptional: true;
133
133
  };
134
134
  }>, undefined>;
@@ -1,58 +1,58 @@
1
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema55 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const ChangeRiskLevelEnum: _lssm_lib_schema0.EnumType<[string, string, string]>;
5
- declare const ReviewAssignedRoleEnum: _lssm_lib_schema0.EnumType<[string, string]>;
6
- declare const ReviewDecisionEnum: _lssm_lib_schema0.EnumType<[string, string]>;
7
- declare const ChangeCandidateModel: _lssm_lib_schema0.SchemaModel<{
4
+ declare const ChangeRiskLevelEnum: _lssm_lib_schema55.EnumType<[string, string, string]>;
5
+ declare const ReviewAssignedRoleEnum: _lssm_lib_schema55.EnumType<[string, string]>;
6
+ declare const ReviewDecisionEnum: _lssm_lib_schema55.EnumType<[string, string]>;
7
+ declare const ChangeCandidateModel: _lssm_lib_schema55.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema0.FieldType<string, string>;
9
+ type: _lssm_lib_schema55.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  sourceDocumentId: {
13
- type: _lssm_lib_schema0.FieldType<string, string>;
13
+ type: _lssm_lib_schema55.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  detectedAt: {
17
- type: _lssm_lib_schema0.FieldType<Date, string>;
17
+ type: _lssm_lib_schema55.FieldType<Date, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  diffSummary: {
21
- type: _lssm_lib_schema0.FieldType<string, string>;
21
+ type: _lssm_lib_schema55.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  riskLevel: {
25
- type: _lssm_lib_schema0.EnumType<[string, string, string]>;
25
+ type: _lssm_lib_schema55.EnumType<[string, string, string]>;
26
26
  isOptional: false;
27
27
  };
28
28
  }>;
29
- declare const ReviewTaskModel: _lssm_lib_schema0.SchemaModel<{
29
+ declare const ReviewTaskModel: _lssm_lib_schema55.SchemaModel<{
30
30
  id: {
31
- type: _lssm_lib_schema0.FieldType<string, string>;
31
+ type: _lssm_lib_schema55.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  changeCandidateId: {
35
- type: _lssm_lib_schema0.FieldType<string, string>;
35
+ type: _lssm_lib_schema55.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  status: {
39
- type: _lssm_lib_schema0.FieldType<string, string>;
39
+ type: _lssm_lib_schema55.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  assignedRole: {
43
- type: _lssm_lib_schema0.EnumType<[string, string]>;
43
+ type: _lssm_lib_schema55.EnumType<[string, string]>;
44
44
  isOptional: false;
45
45
  };
46
46
  decision: {
47
- type: _lssm_lib_schema0.EnumType<[string, string]>;
47
+ type: _lssm_lib_schema55.EnumType<[string, string]>;
48
48
  isOptional: true;
49
49
  };
50
50
  decidedAt: {
51
- type: _lssm_lib_schema0.FieldType<Date, string>;
51
+ type: _lssm_lib_schema55.FieldType<Date, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  decidedBy: {
55
- type: _lssm_lib_schema0.FieldType<string, string>;
55
+ type: _lssm_lib_schema55.FieldType<string, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","names":[],"sources":["../../src/entities/models.ts"],"sourcesContent":[],"mappings":";;;cAMa,qBAIX,iBAAA,CAJ8B;cAMnB,wBAGX,iBAAA,CAHiC;cAKtB,oBAGX,iBAAA,CAH6B;AAXlB,cAgBA,oBAZX,oBAY+B,WAhBD,CAAA;EAMnB,EAAA,EAAA;IAKA,IAAA,EAkBX,iBAAA,CAAA,SAfA,CAAA,MAH6B,EAAA,MAAA,CAAA;IAKlB,UAAA,EAAA,KAAA;EAaX,CAAA;;;;;;qCAb+B,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAepB,CAAA;EAeX,WAAA,EAAA;;;;;;;;;AAf0B,cAAf,eAAe,oBAAA,WAAA,CAAA;;UAe1B,iBAAA,CAAA"}
1
+ {"version":3,"file":"models.d.ts","names":[],"sources":["../../src/entities/models.ts"],"sourcesContent":[],"mappings":";;;cAMa,qBAIX,kBAAA,CAJ8B;cAMnB,wBAGX,kBAAA,CAHiC;cAKtB,oBAGX,kBAAA,CAH6B;AAXlB,cAgBA,oBAZX,qBAY+B,WAhBD,CAAA;EAMnB,EAAA,EAAA;IAKA,IAAA,EAkBX,kBAAA,CAAA,SAfA,CAAA,MAH6B,EAAA,MAAA,CAAA;IAKlB,UAAA,EAAA,KAAA;EAaX,CAAA;;;;;;sCAb+B,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAepB,CAAA;EAeX,WAAA,EAAA;;;;;;;;;AAf0B,cAAf,eAAe,qBAAA,WAAA,CAAA;;UAe1B,kBAAA,CAAA"}
package/dist/events.d.ts CHANGED
@@ -1,71 +1,71 @@
1
- import * as _lssm_lib_schema53 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts3 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema0 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const KbChangeDetectedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
5
+ declare const KbChangeDetectedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
6
6
  changeCandidateId: {
7
- type: _lssm_lib_schema53.FieldType<string, string>;
7
+ type: _lssm_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  sourceDocumentId: {
11
- type: _lssm_lib_schema53.FieldType<string, string>;
11
+ type: _lssm_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  riskLevel: {
15
- type: _lssm_lib_schema53.FieldType<string, string>;
15
+ type: _lssm_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const KbChangeSummarizedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
19
+ declare const KbChangeSummarizedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
20
20
  changeCandidateId: {
21
- type: _lssm_lib_schema53.FieldType<string, string>;
21
+ type: _lssm_lib_schema0.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  summary: {
25
- type: _lssm_lib_schema53.FieldType<string, string>;
25
+ type: _lssm_lib_schema0.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  riskLevel: {
29
- type: _lssm_lib_schema53.FieldType<string, string>;
29
+ type: _lssm_lib_schema0.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  }>>;
33
- declare const KbPatchProposedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
33
+ declare const KbPatchProposedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
34
34
  changeCandidateId: {
35
- type: _lssm_lib_schema53.FieldType<string, string>;
35
+ type: _lssm_lib_schema0.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  proposedRuleVersionIds: {
39
- type: _lssm_lib_schema53.FieldType<string, string>;
39
+ type: _lssm_lib_schema0.FieldType<string, string>;
40
40
  isArray: true;
41
41
  isOptional: false;
42
42
  };
43
43
  }>>;
44
- declare const KbReviewRequestedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
44
+ declare const KbReviewRequestedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
45
45
  reviewTaskId: {
46
- type: _lssm_lib_schema53.FieldType<string, string>;
46
+ type: _lssm_lib_schema0.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  changeCandidateId: {
50
- type: _lssm_lib_schema53.FieldType<string, string>;
50
+ type: _lssm_lib_schema0.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  assignedRole: {
54
- type: _lssm_lib_schema53.FieldType<string, string>;
54
+ type: _lssm_lib_schema0.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  }>>;
58
- declare const KbReviewDecidedEvent: _lssm_lib_contracts3.EventSpec<_lssm_lib_schema53.SchemaModel<{
58
+ declare const KbReviewDecidedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
59
59
  reviewTaskId: {
60
- type: _lssm_lib_schema53.FieldType<string, string>;
60
+ type: _lssm_lib_schema0.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  decision: {
64
- type: _lssm_lib_schema53.FieldType<string, string>;
64
+ type: _lssm_lib_schema0.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  decidedBy: {
68
- type: _lssm_lib_schema53.FieldType<string, string>;
68
+ type: _lssm_lib_schema0.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAmBa,uBAAqB,oBAAA,CAAA,6BAAA;;UAKhC,kBAAA,CAAA;;EALW,CAAA;EAKX,gBAAA,EAAA;;;;EALgC,SAAA,EAAA;IAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAoBrB,UAAA,EAAA,KAAA;EAKX,CAAA;;cALW,yBAAuB,oBAAA,CAAA,6BAAA;mBAAA,EAAA;IAAA,IAAA,EAKlC,kBAAA,CAAA,SALkC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAuBvB,CAAA;EAKX,OAAA,EAAA;;gBAL+B,KAAA;EAAA,CAAA;EAAA,SAAA,EAAA;IAoBpB,IAAA,8BAKX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cAzBW,oBAoBsB,EApBF,oBAAA,CAAA,SAoBE,oBApBF,WAoBE,CAAA;EAAA,iBAAA,EAAA;IAAA,IAAA,EAfjC,kBAAA,CAAA,SAeiC,CAAA,MAAA,EAAA,MAAA,CAAA;IAiBtB,UAAA,EAAA,KAAA;EAKX,CAAA;;;iBAL+B;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;;cAjBpB,wBAAsB,oBAAA,CAAA,6BAAA;;UAKjC,kBAAA,CAAA;;;;;;;;;;;;cAYW,sBAAoB,oBAAA,CAAA,6BAAA;;UAK/B,kBAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAmBa,uBAAqB,oBAAA,CAAA,4BAAA;;UAKhC,iBAAA,CAAA;;EALW,CAAA;EAKX,gBAAA,EAAA;;;;EALgC,SAAA,EAAA;IAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAoBrB,UAAA,EAAA,KAAA;EAKX,CAAA;;cALW,yBAAuB,oBAAA,CAAA,4BAAA;mBAAA,EAAA;IAAA,IAAA,EAKlC,iBAAA,CAAA,SALkC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAuBvB,CAAA;EAKX,OAAA,EAAA;;gBAL+B,KAAA;EAAA,CAAA;EAAA,SAAA,EAAA;IAoBpB,IAAA,6BAKX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cAzBW,oBAoBsB,EApBF,oBAAA,CAAA,SAoBE,mBApBF,WAoBE,CAAA;EAAA,iBAAA,EAAA;IAAA,IAAA,EAfjC,iBAAA,CAAA,SAeiC,CAAA,MAAA,EAAA,MAAA,CAAA;IAiBtB,UAAA,EAAA,KAAA;EAKX,CAAA;;;iBAL+B;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;;cAjBpB,wBAAsB,oBAAA,CAAA,4BAAA;;UAKjC,iBAAA,CAAA;;;;;;;;;;;;cAYW,sBAAoB,oBAAA,CAAA,4BAAA;;UAK/B,iBAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251220015515",
3
+ "version": "0.0.0-canary-20251220030446",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,15 +36,15 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@lssm/lib.contracts": "0.0.0-canary-20251220015515",
40
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251220015515",
41
- "@lssm/lib.schema": "0.0.0-canary-20251220015515",
42
- "@lssm/module.notifications": "0.0.0-canary-20251220015515",
39
+ "@lssm/lib.contracts": "0.0.0-canary-20251220030446",
40
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251220030446",
41
+ "@lssm/lib.schema": "0.0.0-canary-20251220030446",
42
+ "@lssm/module.notifications": "0.0.0-canary-20251220030446",
43
43
  "zod": "^4.1.13"
44
44
  },
45
45
  "devDependencies": {
46
- "@lssm/tool.tsdown": "0.0.0-canary-20251220015515",
47
- "@lssm/tool.typescript": "0.0.0-canary-20251220015515",
46
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220030446",
47
+ "@lssm/tool.typescript": "0.0.0-canary-20251220030446",
48
48
  "tsdown": "^0.18.1",
49
49
  "typescript": "^5.9.3"
50
50
  },