@lssm/example.versioned-knowledge-base 0.0.0-canary-20251221114240 → 0.0.0-canary-20251221132705

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,118 +1,118 @@
1
- import * as _lssm_lib_schema15 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/contracts/kb.d.ts
5
- declare const KbIngestSourceContract: _lssm_lib_contracts3.OperationSpec<_lssm_lib_schema15.SchemaModel<{
5
+ declare const KbIngestSourceContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
6
6
  jurisdiction: {
7
- type: _lssm_lib_schema15.FieldType<string, string>;
7
+ type: _lssm_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  authority: {
11
- type: _lssm_lib_schema15.FieldType<string, string>;
11
+ type: _lssm_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  title: {
15
- type: _lssm_lib_schema15.FieldType<string, string>;
15
+ type: _lssm_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  fetchedAt: {
19
- type: _lssm_lib_schema15.FieldType<Date, string>;
19
+ type: _lssm_lib_schema0.FieldType<Date, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  hash: {
23
- type: _lssm_lib_schema15.FieldType<string, string>;
23
+ type: _lssm_lib_schema0.FieldType<string, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  fileId: {
27
- type: _lssm_lib_schema15.FieldType<string, string>;
27
+ type: _lssm_lib_schema0.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
- }>, _lssm_lib_schema15.SchemaModel<{
30
+ }>, _lssm_lib_schema0.SchemaModel<{
31
31
  id: {
32
- type: _lssm_lib_schema15.FieldType<string, string>;
32
+ type: _lssm_lib_schema0.FieldType<string, string>;
33
33
  isOptional: false;
34
34
  };
35
35
  jurisdiction: {
36
- type: _lssm_lib_schema15.FieldType<string, string>;
36
+ type: _lssm_lib_schema0.FieldType<string, string>;
37
37
  isOptional: false;
38
38
  };
39
39
  authority: {
40
- type: _lssm_lib_schema15.FieldType<string, string>;
40
+ type: _lssm_lib_schema0.FieldType<string, string>;
41
41
  isOptional: false;
42
42
  };
43
43
  title: {
44
- type: _lssm_lib_schema15.FieldType<string, string>;
44
+ type: _lssm_lib_schema0.FieldType<string, string>;
45
45
  isOptional: false;
46
46
  };
47
47
  fetchedAt: {
48
- type: _lssm_lib_schema15.FieldType<Date, string>;
48
+ type: _lssm_lib_schema0.FieldType<Date, string>;
49
49
  isOptional: false;
50
50
  };
51
51
  hash: {
52
- type: _lssm_lib_schema15.FieldType<string, string>;
52
+ type: _lssm_lib_schema0.FieldType<string, string>;
53
53
  isOptional: false;
54
54
  };
55
55
  fileId: {
56
- type: _lssm_lib_schema15.FieldType<string, string>;
56
+ type: _lssm_lib_schema0.FieldType<string, string>;
57
57
  isOptional: false;
58
58
  };
59
59
  }>, undefined>;
60
- declare const KbUpsertRuleVersionContract: _lssm_lib_contracts3.OperationSpec<_lssm_lib_schema15.SchemaModel<{
60
+ declare const KbUpsertRuleVersionContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
61
61
  ruleId: {
62
- type: _lssm_lib_schema15.FieldType<string, string>;
62
+ type: _lssm_lib_schema0.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  content: {
66
- type: _lssm_lib_schema15.FieldType<string, string>;
66
+ type: _lssm_lib_schema0.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  sourceRefs: {
70
- type: _lssm_lib_schema15.SchemaModel<{
70
+ type: _lssm_lib_schema0.SchemaModel<{
71
71
  sourceDocumentId: {
72
- type: _lssm_lib_schema15.FieldType<string, string>;
72
+ type: _lssm_lib_schema0.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  excerpt: {
76
- type: _lssm_lib_schema15.FieldType<string, string>;
76
+ type: _lssm_lib_schema0.FieldType<string, string>;
77
77
  isOptional: true;
78
78
  };
79
79
  }>;
80
80
  isArray: true;
81
81
  isOptional: false;
82
82
  };
83
- }>, _lssm_lib_schema15.SchemaModel<{
83
+ }>, _lssm_lib_schema0.SchemaModel<{
84
84
  id: {
85
- type: _lssm_lib_schema15.FieldType<string, string>;
85
+ type: _lssm_lib_schema0.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  ruleId: {
89
- type: _lssm_lib_schema15.FieldType<string, string>;
89
+ type: _lssm_lib_schema0.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  jurisdiction: {
93
- type: _lssm_lib_schema15.FieldType<string, string>;
93
+ type: _lssm_lib_schema0.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  topicKey: {
97
- type: _lssm_lib_schema15.FieldType<string, string>;
97
+ type: _lssm_lib_schema0.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  version: {
101
- type: _lssm_lib_schema15.FieldType<number, number>;
101
+ type: _lssm_lib_schema0.FieldType<number, number>;
102
102
  isOptional: false;
103
103
  };
104
104
  content: {
105
- type: _lssm_lib_schema15.FieldType<string, string>;
105
+ type: _lssm_lib_schema0.FieldType<string, string>;
106
106
  isOptional: false;
107
107
  };
108
108
  sourceRefs: {
109
- type: _lssm_lib_schema15.SchemaModel<{
109
+ type: _lssm_lib_schema0.SchemaModel<{
110
110
  sourceDocumentId: {
111
- type: _lssm_lib_schema15.FieldType<string, string>;
111
+ type: _lssm_lib_schema0.FieldType<string, string>;
112
112
  isOptional: false;
113
113
  };
114
114
  excerpt: {
115
- type: _lssm_lib_schema15.FieldType<string, string>;
115
+ type: _lssm_lib_schema0.FieldType<string, string>;
116
116
  isOptional: true;
117
117
  };
118
118
  }>;
@@ -120,64 +120,64 @@ declare const KbUpsertRuleVersionContract: _lssm_lib_contracts3.OperationSpec<_l
120
120
  isOptional: false;
121
121
  };
122
122
  status: {
123
- type: _lssm_lib_schema15.FieldType<string, string>;
123
+ type: _lssm_lib_schema0.FieldType<string, string>;
124
124
  isOptional: false;
125
125
  };
126
126
  approvedBy: {
127
- type: _lssm_lib_schema15.FieldType<string, string>;
127
+ type: _lssm_lib_schema0.FieldType<string, string>;
128
128
  isOptional: true;
129
129
  };
130
130
  approvedAt: {
131
- type: _lssm_lib_schema15.FieldType<Date, string>;
131
+ type: _lssm_lib_schema0.FieldType<Date, string>;
132
132
  isOptional: true;
133
133
  };
134
134
  createdAt: {
135
- type: _lssm_lib_schema15.FieldType<Date, string>;
135
+ type: _lssm_lib_schema0.FieldType<Date, string>;
136
136
  isOptional: false;
137
137
  };
138
138
  }>, undefined>;
139
- declare const KbApproveRuleVersionContract: _lssm_lib_contracts3.OperationSpec<_lssm_lib_schema15.SchemaModel<{
139
+ declare const KbApproveRuleVersionContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
140
140
  ruleVersionId: {
141
- type: _lssm_lib_schema15.FieldType<string, string>;
141
+ type: _lssm_lib_schema0.FieldType<string, string>;
142
142
  isOptional: false;
143
143
  };
144
144
  approver: {
145
- type: _lssm_lib_schema15.FieldType<string, string>;
145
+ type: _lssm_lib_schema0.FieldType<string, string>;
146
146
  isOptional: false;
147
147
  };
148
- }>, _lssm_lib_schema15.SchemaModel<{
148
+ }>, _lssm_lib_schema0.SchemaModel<{
149
149
  id: {
150
- type: _lssm_lib_schema15.FieldType<string, string>;
150
+ type: _lssm_lib_schema0.FieldType<string, string>;
151
151
  isOptional: false;
152
152
  };
153
153
  ruleId: {
154
- type: _lssm_lib_schema15.FieldType<string, string>;
154
+ type: _lssm_lib_schema0.FieldType<string, string>;
155
155
  isOptional: false;
156
156
  };
157
157
  jurisdiction: {
158
- type: _lssm_lib_schema15.FieldType<string, string>;
158
+ type: _lssm_lib_schema0.FieldType<string, string>;
159
159
  isOptional: false;
160
160
  };
161
161
  topicKey: {
162
- type: _lssm_lib_schema15.FieldType<string, string>;
162
+ type: _lssm_lib_schema0.FieldType<string, string>;
163
163
  isOptional: false;
164
164
  };
165
165
  version: {
166
- type: _lssm_lib_schema15.FieldType<number, number>;
166
+ type: _lssm_lib_schema0.FieldType<number, number>;
167
167
  isOptional: false;
168
168
  };
169
169
  content: {
170
- type: _lssm_lib_schema15.FieldType<string, string>;
170
+ type: _lssm_lib_schema0.FieldType<string, string>;
171
171
  isOptional: false;
172
172
  };
173
173
  sourceRefs: {
174
- type: _lssm_lib_schema15.SchemaModel<{
174
+ type: _lssm_lib_schema0.SchemaModel<{
175
175
  sourceDocumentId: {
176
- type: _lssm_lib_schema15.FieldType<string, string>;
176
+ type: _lssm_lib_schema0.FieldType<string, string>;
177
177
  isOptional: false;
178
178
  };
179
179
  excerpt: {
180
- type: _lssm_lib_schema15.FieldType<string, string>;
180
+ type: _lssm_lib_schema0.FieldType<string, string>;
181
181
  isOptional: true;
182
182
  };
183
183
  }>;
@@ -185,76 +185,76 @@ declare const KbApproveRuleVersionContract: _lssm_lib_contracts3.OperationSpec<_
185
185
  isOptional: false;
186
186
  };
187
187
  status: {
188
- type: _lssm_lib_schema15.FieldType<string, string>;
188
+ type: _lssm_lib_schema0.FieldType<string, string>;
189
189
  isOptional: false;
190
190
  };
191
191
  approvedBy: {
192
- type: _lssm_lib_schema15.FieldType<string, string>;
192
+ type: _lssm_lib_schema0.FieldType<string, string>;
193
193
  isOptional: true;
194
194
  };
195
195
  approvedAt: {
196
- type: _lssm_lib_schema15.FieldType<Date, string>;
196
+ type: _lssm_lib_schema0.FieldType<Date, string>;
197
197
  isOptional: true;
198
198
  };
199
199
  createdAt: {
200
- type: _lssm_lib_schema15.FieldType<Date, string>;
200
+ type: _lssm_lib_schema0.FieldType<Date, string>;
201
201
  isOptional: false;
202
202
  };
203
203
  }>, undefined>;
204
- declare const KbPublishSnapshotContract: _lssm_lib_contracts3.OperationSpec<_lssm_lib_schema15.SchemaModel<{
204
+ declare const KbPublishSnapshotContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
205
205
  jurisdiction: {
206
- type: _lssm_lib_schema15.FieldType<string, string>;
206
+ type: _lssm_lib_schema0.FieldType<string, string>;
207
207
  isOptional: false;
208
208
  };
209
209
  asOfDate: {
210
- type: _lssm_lib_schema15.FieldType<Date, string>;
210
+ type: _lssm_lib_schema0.FieldType<Date, string>;
211
211
  isOptional: false;
212
212
  };
213
- }>, _lssm_lib_schema15.SchemaModel<{
213
+ }>, _lssm_lib_schema0.SchemaModel<{
214
214
  id: {
215
- type: _lssm_lib_schema15.FieldType<string, string>;
215
+ type: _lssm_lib_schema0.FieldType<string, string>;
216
216
  isOptional: false;
217
217
  };
218
218
  jurisdiction: {
219
- type: _lssm_lib_schema15.FieldType<string, string>;
219
+ type: _lssm_lib_schema0.FieldType<string, string>;
220
220
  isOptional: false;
221
221
  };
222
222
  asOfDate: {
223
- type: _lssm_lib_schema15.FieldType<Date, string>;
223
+ type: _lssm_lib_schema0.FieldType<Date, string>;
224
224
  isOptional: false;
225
225
  };
226
226
  includedRuleVersionIds: {
227
- type: _lssm_lib_schema15.FieldType<string, string>;
227
+ type: _lssm_lib_schema0.FieldType<string, string>;
228
228
  isArray: true;
229
229
  isOptional: false;
230
230
  };
231
231
  publishedAt: {
232
- type: _lssm_lib_schema15.FieldType<Date, string>;
232
+ type: _lssm_lib_schema0.FieldType<Date, string>;
233
233
  isOptional: false;
234
234
  };
235
235
  }>, undefined>;
236
- declare const KbSearchContract: _lssm_lib_contracts3.OperationSpec<_lssm_lib_schema15.SchemaModel<{
236
+ declare const KbSearchContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
237
237
  snapshotId: {
238
- type: _lssm_lib_schema15.FieldType<string, string>;
238
+ type: _lssm_lib_schema0.FieldType<string, string>;
239
239
  isOptional: false;
240
240
  };
241
241
  jurisdiction: {
242
- type: _lssm_lib_schema15.FieldType<string, string>;
242
+ type: _lssm_lib_schema0.FieldType<string, string>;
243
243
  isOptional: false;
244
244
  };
245
245
  query: {
246
- type: _lssm_lib_schema15.FieldType<string, string>;
246
+ type: _lssm_lib_schema0.FieldType<string, string>;
247
247
  isOptional: false;
248
248
  };
249
- }>, _lssm_lib_schema15.SchemaModel<{
249
+ }>, _lssm_lib_schema0.SchemaModel<{
250
250
  items: {
251
- type: _lssm_lib_schema15.SchemaModel<{
251
+ type: _lssm_lib_schema0.SchemaModel<{
252
252
  ruleVersionId: {
253
- type: _lssm_lib_schema15.FieldType<string, string>;
253
+ type: _lssm_lib_schema0.FieldType<string, string>;
254
254
  isOptional: false;
255
255
  };
256
256
  excerpt: {
257
- type: _lssm_lib_schema15.FieldType<string, string>;
257
+ type: _lssm_lib_schema0.FieldType<string, string>;
258
258
  isOptional: true;
259
259
  };
260
260
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"kb.d.ts","names":[],"sources":["../../src/contracts/kb.ts"],"sourcesContent":[],"mappings":";;;;cAoFa,6CAAsB,iCAAA;;UAgBjC,kBAAA,CAAA;;EAhBW,CAAA;EAgBX,SAAA,EAAA;;;;;;;;EAhBiC,SAAA,EAAA;;;;;;;;;sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAkBtB,CAAA;CA8BX,CAAA,gCAAA,CAAA;;UAhDiC,kBAAA,CAAA;;;;IAkBK,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAgC3B,CAAA;EAgBX,MAAA,EAAA;;gBAhBuC,KAAA;EAAA,CAAA;;cAhC5B,kDAA2B,iCAAA;;UA8BtC,kBAAA,CAAA;;;;;;;;;;;;;MAEuC,OAAA,EAAA;QAkB5B,IAAA,8BAyBX,CAAA,MAAA,EAAA,MAAA,CAAA;QAAA,UAAA,EAAA,IAAA;;;iBAzBoC;IAAA,UAAA,EAAA,KAAA;;;;UAlDE,kBAAA,CAAA;;;;sCAkDF,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EA2BzB,CAAA;EAgBX,YAAA,EAAA;;;;EAhB2B,QAAA,EAAA;;;;;IAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA7ChB,mDAA4B,iCAAA;;UAgBvC,kBAAA,CAAA;;;;;;;;;UAhBuC,kBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkB5B,gDAAyB,iCAAA;;UAyBpC,kBAAA,CAAA;;;;;;;;;UAzBoC,kBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;cA2BzB,uCAAgB,iCAAA;;UAgB3B,kBAAA,CAAA;;;;;;;;;;;;;;;cAhB2B,kBAAA,CAAA"}
1
+ {"version":3,"file":"kb.d.ts","names":[],"sources":["../../src/contracts/kb.ts"],"sourcesContent":[],"mappings":";;;;cAoFa,6CAAsB,gCAAA;;UAgBjC,iBAAA,CAAA;;EAhBW,CAAA;EAgBX,SAAA,EAAA;;;;;;;;EAhBiC,SAAA,EAAA;;;;;;;;;qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAkBtB,CAAA;CA8BX,CAAA,+BAAA,CAAA;;UAhDiC,iBAAA,CAAA;;;;IAkBK,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;qCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAgC3B,CAAA;EAgBX,MAAA,EAAA;;gBAhBuC,KAAA;EAAA,CAAA;;cAhC5B,kDAA2B,gCAAA;;UA8BtC,iBAAA,CAAA;;;;;;;;;;;;;MAEuC,OAAA,EAAA;QAkB5B,IAAA,6BAyBX,CAAA,MAAA,EAAA,MAAA,CAAA;QAAA,UAAA,EAAA,IAAA;;;iBAzBoC;IAAA,UAAA,EAAA,KAAA;;;;UAlDE,iBAAA,CAAA;;;;qCAkDF,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EA2BzB,CAAA;EAgBX,YAAA,EAAA;;;;EAhB2B,QAAA,EAAA;;;;;IAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA7ChB,mDAA4B,gCAAA;;UAgBvC,iBAAA,CAAA;;;;;;;;;UAhBuC,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkB5B,gDAAyB,gCAAA;;UAyBpC,iBAAA,CAAA;;;;;;;;;UAzBoC,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;cA2BzB,uCAAgB,gCAAA;;UAgB3B,iBAAA,CAAA;;;;;;;;;;;;;;;cAhB2B,iBAAA,CAAA"}
@@ -1,93 +1,93 @@
1
- import * as _lssm_lib_schema84 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema68 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const SourceDocumentModel: _lssm_lib_schema84.SchemaModel<{
4
+ declare const SourceDocumentModel: _lssm_lib_schema68.SchemaModel<{
5
5
  id: {
6
- type: _lssm_lib_schema84.FieldType<string, string>;
6
+ type: _lssm_lib_schema68.FieldType<string, string>;
7
7
  isOptional: false;
8
8
  };
9
9
  jurisdiction: {
10
- type: _lssm_lib_schema84.FieldType<string, string>;
10
+ type: _lssm_lib_schema68.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  authority: {
14
- type: _lssm_lib_schema84.FieldType<string, string>;
14
+ type: _lssm_lib_schema68.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  title: {
18
- type: _lssm_lib_schema84.FieldType<string, string>;
18
+ type: _lssm_lib_schema68.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  fetchedAt: {
22
- type: _lssm_lib_schema84.FieldType<Date, string>;
22
+ type: _lssm_lib_schema68.FieldType<Date, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  hash: {
26
- type: _lssm_lib_schema84.FieldType<string, string>;
26
+ type: _lssm_lib_schema68.FieldType<string, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  fileId: {
30
- type: _lssm_lib_schema84.FieldType<string, string>;
30
+ type: _lssm_lib_schema68.FieldType<string, string>;
31
31
  isOptional: false;
32
32
  };
33
33
  }>;
34
- declare const SourceRefModel: _lssm_lib_schema84.SchemaModel<{
34
+ declare const SourceRefModel: _lssm_lib_schema68.SchemaModel<{
35
35
  sourceDocumentId: {
36
- type: _lssm_lib_schema84.FieldType<string, string>;
36
+ type: _lssm_lib_schema68.FieldType<string, string>;
37
37
  isOptional: false;
38
38
  };
39
39
  excerpt: {
40
- type: _lssm_lib_schema84.FieldType<string, string>;
40
+ type: _lssm_lib_schema68.FieldType<string, string>;
41
41
  isOptional: true;
42
42
  };
43
43
  }>;
44
- declare const RuleModel: _lssm_lib_schema84.SchemaModel<{
44
+ declare const RuleModel: _lssm_lib_schema68.SchemaModel<{
45
45
  id: {
46
- type: _lssm_lib_schema84.FieldType<string, string>;
46
+ type: _lssm_lib_schema68.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  jurisdiction: {
50
- type: _lssm_lib_schema84.FieldType<string, string>;
50
+ type: _lssm_lib_schema68.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  topicKey: {
54
- type: _lssm_lib_schema84.FieldType<string, string>;
54
+ type: _lssm_lib_schema68.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  }>;
58
- declare const RuleVersionModel: _lssm_lib_schema84.SchemaModel<{
58
+ declare const RuleVersionModel: _lssm_lib_schema68.SchemaModel<{
59
59
  id: {
60
- type: _lssm_lib_schema84.FieldType<string, string>;
60
+ type: _lssm_lib_schema68.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  ruleId: {
64
- type: _lssm_lib_schema84.FieldType<string, string>;
64
+ type: _lssm_lib_schema68.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  jurisdiction: {
68
- type: _lssm_lib_schema84.FieldType<string, string>;
68
+ type: _lssm_lib_schema68.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  topicKey: {
72
- type: _lssm_lib_schema84.FieldType<string, string>;
72
+ type: _lssm_lib_schema68.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  version: {
76
- type: _lssm_lib_schema84.FieldType<number, number>;
76
+ type: _lssm_lib_schema68.FieldType<number, number>;
77
77
  isOptional: false;
78
78
  };
79
79
  content: {
80
- type: _lssm_lib_schema84.FieldType<string, string>;
80
+ type: _lssm_lib_schema68.FieldType<string, string>;
81
81
  isOptional: false;
82
82
  };
83
83
  sourceRefs: {
84
- type: _lssm_lib_schema84.SchemaModel<{
84
+ type: _lssm_lib_schema68.SchemaModel<{
85
85
  sourceDocumentId: {
86
- type: _lssm_lib_schema84.FieldType<string, string>;
86
+ type: _lssm_lib_schema68.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  excerpt: {
90
- type: _lssm_lib_schema84.FieldType<string, string>;
90
+ type: _lssm_lib_schema68.FieldType<string, string>;
91
91
  isOptional: true;
92
92
  };
93
93
  }>;
@@ -95,42 +95,42 @@ declare const RuleVersionModel: _lssm_lib_schema84.SchemaModel<{
95
95
  isOptional: false;
96
96
  };
97
97
  status: {
98
- type: _lssm_lib_schema84.FieldType<string, string>;
98
+ type: _lssm_lib_schema68.FieldType<string, string>;
99
99
  isOptional: false;
100
100
  };
101
101
  approvedBy: {
102
- type: _lssm_lib_schema84.FieldType<string, string>;
102
+ type: _lssm_lib_schema68.FieldType<string, string>;
103
103
  isOptional: true;
104
104
  };
105
105
  approvedAt: {
106
- type: _lssm_lib_schema84.FieldType<Date, string>;
106
+ type: _lssm_lib_schema68.FieldType<Date, string>;
107
107
  isOptional: true;
108
108
  };
109
109
  createdAt: {
110
- type: _lssm_lib_schema84.FieldType<Date, string>;
110
+ type: _lssm_lib_schema68.FieldType<Date, string>;
111
111
  isOptional: false;
112
112
  };
113
113
  }>;
114
- declare const KBSnapshotModel: _lssm_lib_schema84.SchemaModel<{
114
+ declare const KBSnapshotModel: _lssm_lib_schema68.SchemaModel<{
115
115
  id: {
116
- type: _lssm_lib_schema84.FieldType<string, string>;
116
+ type: _lssm_lib_schema68.FieldType<string, string>;
117
117
  isOptional: false;
118
118
  };
119
119
  jurisdiction: {
120
- type: _lssm_lib_schema84.FieldType<string, string>;
120
+ type: _lssm_lib_schema68.FieldType<string, string>;
121
121
  isOptional: false;
122
122
  };
123
123
  asOfDate: {
124
- type: _lssm_lib_schema84.FieldType<Date, string>;
124
+ type: _lssm_lib_schema68.FieldType<Date, string>;
125
125
  isOptional: false;
126
126
  };
127
127
  includedRuleVersionIds: {
128
- type: _lssm_lib_schema84.FieldType<string, string>;
128
+ type: _lssm_lib_schema68.FieldType<string, string>;
129
129
  isArray: true;
130
130
  isOptional: false;
131
131
  };
132
132
  publishedAt: {
133
- type: _lssm_lib_schema84.FieldType<Date, string>;
133
+ type: _lssm_lib_schema68.FieldType<Date, string>;
134
134
  isOptional: false;
135
135
  };
136
136
  }>;
package/dist/events.d.ts CHANGED
@@ -1,60 +1,60 @@
1
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema103 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts4 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const KbSourceIngestedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
5
+ declare const KbSourceIngestedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema103.SchemaModel<{
6
6
  sourceDocumentId: {
7
- type: _lssm_lib_schema0.FieldType<string, string>;
7
+ type: _lssm_lib_schema103.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  jurisdiction: {
11
- type: _lssm_lib_schema0.FieldType<string, string>;
11
+ type: _lssm_lib_schema103.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  hash: {
15
- type: _lssm_lib_schema0.FieldType<string, string>;
15
+ type: _lssm_lib_schema103.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const KbRuleVersionCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
19
+ declare const KbRuleVersionCreatedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema103.SchemaModel<{
20
20
  ruleVersionId: {
21
- type: _lssm_lib_schema0.FieldType<string, string>;
21
+ type: _lssm_lib_schema103.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  ruleId: {
25
- type: _lssm_lib_schema0.FieldType<string, string>;
25
+ type: _lssm_lib_schema103.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  jurisdiction: {
29
- type: _lssm_lib_schema0.FieldType<string, string>;
29
+ type: _lssm_lib_schema103.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  status: {
33
- type: _lssm_lib_schema0.FieldType<string, string>;
33
+ type: _lssm_lib_schema103.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  }>>;
37
- declare const KbRuleVersionApprovedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
37
+ declare const KbRuleVersionApprovedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema103.SchemaModel<{
38
38
  ruleVersionId: {
39
- type: _lssm_lib_schema0.FieldType<string, string>;
39
+ type: _lssm_lib_schema103.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  approver: {
43
- type: _lssm_lib_schema0.FieldType<string, string>;
43
+ type: _lssm_lib_schema103.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  }>>;
47
- declare const KbSnapshotPublishedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
47
+ declare const KbSnapshotPublishedEvent: _lssm_lib_contracts4.EventSpec<_lssm_lib_schema103.SchemaModel<{
48
48
  snapshotId: {
49
- type: _lssm_lib_schema0.FieldType<string, string>;
49
+ type: _lssm_lib_schema103.FieldType<string, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  jurisdiction: {
53
- type: _lssm_lib_schema0.FieldType<string, string>;
53
+ type: _lssm_lib_schema103.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  includedRuleVersionsCount: {
57
- type: _lssm_lib_schema0.FieldType<number, number>;
57
+ type: _lssm_lib_schema103.FieldType<number, number>;
58
58
  isOptional: false;
59
59
  };
60
60
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAgBa,uBAAqB,oBAAA,CAAA,4BAAA;;UAKhC,iBAAA,CAAA;;EALW,CAAA;EAKX,YAAA,EAAA;;;;EALgC,IAAA,EAAA;IAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAqBrB,UAAA,EAAA,KAAA;EAKX,CAAA;;cALW,2BAAyB,oBAAA,CAAA,4BAAA;;UAKpC,iBAAA,CAAA,SALoC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAmBzB,MAAA,EAAA;IAKX,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EALqC,YAAA,EAAA;IAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAoB1B,UAAA,EAAA,KAAA;EAKX,CAAA;;;gBALmC,KAAA;EAAA,CAAA;CAAA,CAAA,CAAA;cApBxB,4BAA0B,oBAAA,CAAA,4BAAA;;UAKrC,iBAAA,CAAA;;;;;;;;cAeW,0BAAwB,oBAAA,CAAA,4BAAA;;UAKnC,iBAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAgBa,uBAAqB,oBAAA,CAAA,8BAAA;;UAKhC,mBAAA,CAAA;;EALW,CAAA;EAKX,YAAA,EAAA;;;;EALgC,IAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAqBrB,UAAA,EAAA,KAAA;EAKX,CAAA;;cALW,2BAAyB,oBAAA,CAAA,8BAAA;;UAKpC,mBAAA,CAAA,SALoC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAmBzB,MAAA,EAAA;IAKX,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EALqC,YAAA,EAAA;IAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAoB1B,UAAA,EAAA,KAAA;EAKX,CAAA;;;qBALmC;EAAA,CAAA;CAAA,CAAA,CAAA;cApBxB,4BAA0B,oBAAA,CAAA,8BAAA;;UAKrC,mBAAA,CAAA;;;;;;;;cAeW,0BAAwB,oBAAA,CAAA,8BAAA;;UAKnC,mBAAA,CAAA"}
@@ -0,0 +1,6 @@
1
+ //#region ../../libs/contracts/dist/_virtual/rolldown_runtime.js
2
+ var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
3
+
4
+ //#endregion
5
+ export { __esmMin };
6
+ //# sourceMappingURL=rolldown_runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolldown_runtime.js","names":[],"sources":["../../../../../../../libs/contracts/dist/_virtual/rolldown_runtime.js"],"sourcesContent":["//#region rolldown:runtime\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);\nvar __export = (all, symbols) => {\n\tlet target = {};\n\tfor (var name in all) {\n\t\t__defProp(target, name, {\n\t\t\tget: all[name],\n\t\t\tenumerable: true\n\t\t});\n\t}\n\tif (symbols) {\n\t\t__defProp(target, Symbol.toStringTag, { value: \"Module\" });\n\t}\n\treturn target;\n};\nvar __copyProps = (to, from, except, desc) => {\n\tif (from && typeof from === \"object\" || typeof from === \"function\") {\n\t\tfor (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {\n\t\t\tkey = keys[i];\n\t\t\tif (!__hasOwnProp.call(to, key) && key !== except) {\n\t\t\t\t__defProp(to, key, {\n\t\t\t\t\tget: ((k) => from[k]).bind(null, key),\n\t\t\t\t\tenumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\treturn to;\n};\nvar __toCommonJS = (mod) => __hasOwnProp.call(mod, \"module.exports\") ? mod[\"module.exports\"] : __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\n\n//#endregion\nexport { __esmMin, __export, __toCommonJS };"],"mappings":";AAKA,IAAI,YAAY,IAAI,eAAe,OAAO,MAAM,GAAG,KAAK,EAAE,GAAG"}
@@ -1,3 +1,4 @@
1
+ import "../../forms.js";
1
2
  import "react";
2
3
  import "react-hook-form";
3
4
  import "@hookform/resolvers/zod";
@@ -0,0 +1 @@
1
+ import "./registry-utils.js";
@@ -0,0 +1 @@
1
+ import "./registry-utils.js";
@@ -0,0 +1 @@
1
+ import "./registry-utils.js";
@@ -1,5 +1,9 @@
1
+ import { GroupingStrategies, init_registry_utils } from "./registry-utils.js";
2
+ import "./data-views.js";
1
3
  import { K5 } from "./schema/dist/index.js";
2
4
  import { defineEvent } from "./events.js";
5
+ import "./features.js";
6
+ import "./forms.js";
3
7
  import "./presentations.v2.js";
4
8
  import "./client/react/feature-render.js";
5
9
  import "./client/react/form-render.js";
@@ -64,6 +68,7 @@ import "./regenerator/service.js";
64
68
  import "./regenerator/index.js";
65
69
  import { FolderConventionsSchema, OpenApiConfigSchema, OpenApiExportConfigSchema, OpenApiSourceConfigSchema } from "./workspace-config/contractsrc-schema.js";
66
70
  import "./workspace-config/index.js";
71
+ import "./workflow/spec.js";
67
72
  import "./workflow/runner.js";
68
73
  import "./workflow/index.js";
69
74
  import { techContractsDocs } from "./docs/tech-contracts.docs.js";
@@ -72,3 +77,9 @@ import "./docs/index.js";
72
77
  import "./llm/exporters.js";
73
78
  import "./llm/prompts.js";
74
79
  import "./llm/index.js";
80
+
81
+ //#region ../../libs/contracts/dist/index.js
82
+ init_registry_utils();
83
+
84
+ //#endregion
85
+ //# sourceMappingURL=index.js.map