@lssm/example.locale-jurisdiction-gate 0.0.0-canary-20251221153314 → 0.0.0-canary-20251221164004

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.
@@ -154,7 +154,7 @@ $ tsdown
154
154
  ℹ dist/libs/contracts/dist/ownership.js  0.68 kB │ gzip: 0.34 kB
155
155
  ℹ dist/operations/assistant.d.ts.map  0.67 kB │ gzip: 0.28 kB
156
156
  ℹ dist/libs/contracts/dist/integrations/openbanking/telemetry.js  0.60 kB │ gzip: 0.28 kB
157
- ℹ dist/events.d.ts.map  0.57 kB │ gzip: 0.26 kB
157
+ ℹ dist/events.d.ts.map  0.57 kB │ gzip: 0.25 kB
158
158
  ℹ dist/libs/contracts/dist/events.js.map  0.53 kB │ gzip: 0.35 kB
159
159
  ℹ dist/libs/contracts/dist/llm/exporters.js  0.49 kB │ gzip: 0.28 kB
160
160
  ℹ dist/handlers/demo.handlers.d.ts.map  0.45 kB │ gzip: 0.26 kB
@@ -215,8 +215,8 @@ $ tsdown
215
215
  ℹ dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
216
216
  ℹ dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
217
217
  ℹ dist/operations/assistant.d.ts  6.77 kB │ gzip: 0.63 kB
218
- ℹ dist/entities/models.d.ts  5.04 kB │ gzip: 0.67 kB
219
- ℹ dist/events.d.ts  2.05 kB │ gzip: 0.38 kB
218
+ ℹ dist/entities/models.d.ts  5.09 kB │ gzip: 0.67 kB
219
+ ℹ dist/events.d.ts  2.01 kB │ gzip: 0.37 kB
220
220
  ℹ dist/handlers/demo.handlers.d.ts  1.48 kB │ gzip: 0.55 kB
221
221
  ℹ dist/index.d.ts  1.31 kB │ gzip: 0.41 kB
222
222
  ℹ dist/example.d.ts  1.19 kB │ gzip: 0.49 kB
@@ -229,27 +229,7 @@ $ tsdown
229
229
  ℹ dist/handlers/index.d.ts  0.15 kB │ gzip: 0.09 kB
230
230
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
231
231
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
232
- ℹ 223 files, total: 1298.84 kB
233
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
234
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
235
- │
236
- 2 │ import { deepStrictEqual } from "node:assert";
237
-  │ ──────┬──────
238
-  │ ╰──────── Module not found, treating it as an external dependency
239
-  │
240
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
- ───╯
242
-
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 ]
245
- │
246
- 1 │ import { createHash } from "node: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
-
232
+ ℹ 223 files, total: 1298.85 kB
253
233
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
254
234
  â•­─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
255
235
  │
@@ -260,6 +240,16 @@ $ tsdown
260
240
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
261
241
  ───╯
262
242
 
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
+
263
253
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
264
254
  â•­─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
265
255
  │
@@ -270,12 +260,12 @@ $ 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
 
273
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
274
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
263
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
264
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
275
265
  │
276
- 2 │ import { setTimeout } from "node:timers/promises";
277
-  │ ───────────┬──────────
278
-  │ ╰──────────── Module not found, treating it as an external dependency
266
+ 1 │ import { createHash } from "node:crypto";
267
+  │ ──────┬──────
268
+  │ ╰──────── Module not found, treating it as an external dependency
279
269
   │
280
270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
271
  ───╯
@@ -290,6 +280,16 @@ $ tsdown
290
280
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
291
281
  ───╯
292
282
 
283
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
284
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
285
+ │
286
+ 2 │ import { setTimeout } from "node:timers/promises";
287
+  │ ───────────┬──────────
288
+  │ ╰──────────── Module not found, treating it as an external dependency
289
+  │
290
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
291
+ ───╯
292
+
293
293
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
294
294
  â•­─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
295
295
  │
@@ -300,4 +300,4 @@ $ tsdown
300
300
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
301
  ───╯
302
302
 
303
- ✔ Build complete in 20264ms
303
+ ✔ Build complete in 20515ms
@@ -230,42 +230,32 @@ $ tsdown
230
230
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
231
231
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
232
232
  ℹ 223 files, total: 1298.85 kB
233
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
234
- ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
235
- │
236
- 3 │ import TurndownService from "turndown";
237
-  │ ─────┬────
238
-  │ ╰────── Module not found, treating it as an external dependency
239
-  │
240
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
241
- ───╯
242
-
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 ]
233
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
234
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
245
235
  │
246
- 2 │ import { deepStrictEqual } from "node:assert";
247
-  │ ──────┬──────
248
-  │ ╰──────── Module not found, treating it as an external dependency
236
+ 2 │ import { setTimeout } from "node:timers/promises";
237
+  │ ───────────┬──────────
238
+  │ ╰──────────── Module not found, treating it as an external dependency
249
239
   │
250
240
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
251
241
  ───╯
252
242
 
253
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
254
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
243
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
244
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
255
245
  │
256
- 1 │ import { createHash } from "node:crypto";
246
+ 2 │ import { randomUUID } from "node:crypto";
257
247
   │ ──────┬──────
258
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
  ───╯
262
252
 
263
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
264
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
253
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
254
+ ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
265
255
  │
266
- 2 │ import { setTimeout } from "node:timers/promises";
267
-  │ ───────────┬──────────
268
-  │ ╰──────────── Module not found, treating it as an external dependency
256
+ 3 │ import TurndownService from "turndown";
257
+  │ ─────┬────
258
+  │ ╰────── Module not found, treating it as an external dependency
269
259
   │
270
260
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
271
261
  ───╯
@@ -280,10 +270,20 @@ $ tsdown
280
270
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
271
  ───╯
282
272
 
283
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
284
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
273
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
274
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
285
275
  │
286
- 2 │ import { randomUUID } from "node:crypto";
276
+ 2 │ import { deepStrictEqual } from "node:assert";
277
+  │ ──────┬──────
278
+  │ ╰──────── Module not found, treating it as an external dependency
279
+  │
280
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
281
+ ───╯
282
+
283
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
284
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
285
+ │
286
+ 1 │ import { createHash } from "node:crypto";
287
287
   │ ──────┬──────
288
288
   │ ╰──────── Module not found, treating it as an external dependency
289
289
   │
@@ -300,5 +300,5 @@ $ tsdown
300
300
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
301
301
  ───╯
302
302
 
303
- ✔ Build complete in 24189ms
303
+ ✔ Build complete in 23357ms
304
304
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.locale-jurisdiction-gate
2
2
 
3
- ## 0.0.0-canary-20251221153314
3
+ ## 0.0.0-canary-20251221164004
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,5 +9,5 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251221153314
13
- - @lssm/lib.schema@0.0.0-canary-20251221153314
12
+ - @lssm/lib.contracts@0.0.0-canary-20251221164004
13
+ - @lssm/lib.schema@0.0.0-canary-20251221164004
@@ -1,135 +1,135 @@
1
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema16 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const AllowedScopeEnum: _lssm_lib_schema0.EnumType<[string, string, string]>;
5
- declare const UserProfileModel: _lssm_lib_schema0.SchemaModel<{
4
+ declare const AllowedScopeEnum: _lssm_lib_schema16.EnumType<[string, string, string]>;
5
+ declare const UserProfileModel: _lssm_lib_schema16.SchemaModel<{
6
6
  preferredLocale: {
7
- type: _lssm_lib_schema0.FieldType<string, string>;
7
+ type: _lssm_lib_schema16.FieldType<string, string>;
8
8
  isOptional: true;
9
9
  };
10
10
  residencyCountry: {
11
- type: _lssm_lib_schema0.FieldType<string, string>;
11
+ type: _lssm_lib_schema16.FieldType<string, string>;
12
12
  isOptional: true;
13
13
  };
14
14
  taxResidenceCountry: {
15
- type: _lssm_lib_schema0.FieldType<string, string>;
15
+ type: _lssm_lib_schema16.FieldType<string, string>;
16
16
  isOptional: true;
17
17
  };
18
18
  clientType: {
19
- type: _lssm_lib_schema0.FieldType<string, string>;
19
+ type: _lssm_lib_schema16.FieldType<string, string>;
20
20
  isOptional: true;
21
21
  };
22
22
  }>;
23
- declare const RegulatoryContextModel: _lssm_lib_schema0.SchemaModel<{
23
+ declare const RegulatoryContextModel: _lssm_lib_schema16.SchemaModel<{
24
24
  jurisdiction: {
25
- type: _lssm_lib_schema0.FieldType<string, string>;
25
+ type: _lssm_lib_schema16.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  region: {
29
- type: _lssm_lib_schema0.FieldType<string, string>;
29
+ type: _lssm_lib_schema16.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  clientType: {
33
- type: _lssm_lib_schema0.FieldType<string, string>;
33
+ type: _lssm_lib_schema16.FieldType<string, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  allowedScope: {
37
- type: _lssm_lib_schema0.EnumType<[string, string, string]>;
37
+ type: _lssm_lib_schema16.EnumType<[string, string, string]>;
38
38
  isOptional: false;
39
39
  };
40
40
  }>;
41
- declare const LLMCallEnvelopeModel: _lssm_lib_schema0.SchemaModel<{
41
+ declare const LLMCallEnvelopeModel: _lssm_lib_schema16.SchemaModel<{
42
42
  traceId: {
43
- type: _lssm_lib_schema0.FieldType<string, string>;
43
+ type: _lssm_lib_schema16.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  locale: {
47
- type: _lssm_lib_schema0.FieldType<string, string>;
47
+ type: _lssm_lib_schema16.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  regulatoryContext: {
51
- type: _lssm_lib_schema0.SchemaModel<{
51
+ type: _lssm_lib_schema16.SchemaModel<{
52
52
  jurisdiction: {
53
- type: _lssm_lib_schema0.FieldType<string, string>;
53
+ type: _lssm_lib_schema16.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  region: {
57
- type: _lssm_lib_schema0.FieldType<string, string>;
57
+ type: _lssm_lib_schema16.FieldType<string, string>;
58
58
  isOptional: true;
59
59
  };
60
60
  clientType: {
61
- type: _lssm_lib_schema0.FieldType<string, string>;
61
+ type: _lssm_lib_schema16.FieldType<string, string>;
62
62
  isOptional: true;
63
63
  };
64
64
  allowedScope: {
65
- type: _lssm_lib_schema0.EnumType<[string, string, string]>;
65
+ type: _lssm_lib_schema16.EnumType<[string, string, string]>;
66
66
  isOptional: false;
67
67
  };
68
68
  }>;
69
69
  isOptional: false;
70
70
  };
71
71
  kbSnapshotId: {
72
- type: _lssm_lib_schema0.FieldType<string, string>;
72
+ type: _lssm_lib_schema16.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  allowedScope: {
76
- type: _lssm_lib_schema0.EnumType<[string, string, string]>;
76
+ type: _lssm_lib_schema16.EnumType<[string, string, string]>;
77
77
  isOptional: false;
78
78
  };
79
79
  }>;
80
- declare const AssistantCitationModel: _lssm_lib_schema0.SchemaModel<{
80
+ declare const AssistantCitationModel: _lssm_lib_schema16.SchemaModel<{
81
81
  kbSnapshotId: {
82
- type: _lssm_lib_schema0.FieldType<string, string>;
82
+ type: _lssm_lib_schema16.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  sourceType: {
86
- type: _lssm_lib_schema0.FieldType<string, string>;
86
+ type: _lssm_lib_schema16.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  sourceId: {
90
- type: _lssm_lib_schema0.FieldType<string, string>;
90
+ type: _lssm_lib_schema16.FieldType<string, string>;
91
91
  isOptional: false;
92
92
  };
93
93
  title: {
94
- type: _lssm_lib_schema0.FieldType<string, string>;
94
+ type: _lssm_lib_schema16.FieldType<string, string>;
95
95
  isOptional: true;
96
96
  };
97
97
  excerpt: {
98
- type: _lssm_lib_schema0.FieldType<string, string>;
98
+ type: _lssm_lib_schema16.FieldType<string, string>;
99
99
  isOptional: true;
100
100
  };
101
101
  }>;
102
- declare const AssistantAnswerSectionModel: _lssm_lib_schema0.SchemaModel<{
102
+ declare const AssistantAnswerSectionModel: _lssm_lib_schema16.SchemaModel<{
103
103
  heading: {
104
- type: _lssm_lib_schema0.FieldType<string, string>;
104
+ type: _lssm_lib_schema16.FieldType<string, string>;
105
105
  isOptional: false;
106
106
  };
107
107
  body: {
108
- type: _lssm_lib_schema0.FieldType<string, string>;
108
+ type: _lssm_lib_schema16.FieldType<string, string>;
109
109
  isOptional: false;
110
110
  };
111
111
  }>;
112
- declare const AssistantAnswerIRModel: _lssm_lib_schema0.SchemaModel<{
112
+ declare const AssistantAnswerIRModel: _lssm_lib_schema16.SchemaModel<{
113
113
  locale: {
114
- type: _lssm_lib_schema0.FieldType<string, string>;
114
+ type: _lssm_lib_schema16.FieldType<string, string>;
115
115
  isOptional: false;
116
116
  };
117
117
  jurisdiction: {
118
- type: _lssm_lib_schema0.FieldType<string, string>;
118
+ type: _lssm_lib_schema16.FieldType<string, string>;
119
119
  isOptional: false;
120
120
  };
121
121
  allowedScope: {
122
- type: _lssm_lib_schema0.EnumType<[string, string, string]>;
122
+ type: _lssm_lib_schema16.EnumType<[string, string, string]>;
123
123
  isOptional: false;
124
124
  };
125
125
  sections: {
126
- type: _lssm_lib_schema0.SchemaModel<{
126
+ type: _lssm_lib_schema16.SchemaModel<{
127
127
  heading: {
128
- type: _lssm_lib_schema0.FieldType<string, string>;
128
+ type: _lssm_lib_schema16.FieldType<string, string>;
129
129
  isOptional: false;
130
130
  };
131
131
  body: {
132
- type: _lssm_lib_schema0.FieldType<string, string>;
132
+ type: _lssm_lib_schema16.FieldType<string, string>;
133
133
  isOptional: false;
134
134
  };
135
135
  }>;
@@ -137,25 +137,25 @@ declare const AssistantAnswerIRModel: _lssm_lib_schema0.SchemaModel<{
137
137
  isOptional: false;
138
138
  };
139
139
  citations: {
140
- type: _lssm_lib_schema0.SchemaModel<{
140
+ type: _lssm_lib_schema16.SchemaModel<{
141
141
  kbSnapshotId: {
142
- type: _lssm_lib_schema0.FieldType<string, string>;
142
+ type: _lssm_lib_schema16.FieldType<string, string>;
143
143
  isOptional: false;
144
144
  };
145
145
  sourceType: {
146
- type: _lssm_lib_schema0.FieldType<string, string>;
146
+ type: _lssm_lib_schema16.FieldType<string, string>;
147
147
  isOptional: false;
148
148
  };
149
149
  sourceId: {
150
- type: _lssm_lib_schema0.FieldType<string, string>;
150
+ type: _lssm_lib_schema16.FieldType<string, string>;
151
151
  isOptional: false;
152
152
  };
153
153
  title: {
154
- type: _lssm_lib_schema0.FieldType<string, string>;
154
+ type: _lssm_lib_schema16.FieldType<string, string>;
155
155
  isOptional: true;
156
156
  };
157
157
  excerpt: {
158
- type: _lssm_lib_schema0.FieldType<string, string>;
158
+ type: _lssm_lib_schema16.FieldType<string, string>;
159
159
  isOptional: true;
160
160
  };
161
161
  }>;
@@ -163,21 +163,21 @@ declare const AssistantAnswerIRModel: _lssm_lib_schema0.SchemaModel<{
163
163
  isOptional: false;
164
164
  };
165
165
  disclaimers: {
166
- type: _lssm_lib_schema0.FieldType<string, string>;
166
+ type: _lssm_lib_schema16.FieldType<string, string>;
167
167
  isArray: true;
168
168
  isOptional: true;
169
169
  };
170
170
  riskFlags: {
171
- type: _lssm_lib_schema0.FieldType<string, string>;
171
+ type: _lssm_lib_schema16.FieldType<string, string>;
172
172
  isArray: true;
173
173
  isOptional: true;
174
174
  };
175
175
  refused: {
176
- type: _lssm_lib_schema0.FieldType<boolean, boolean>;
176
+ type: _lssm_lib_schema16.FieldType<boolean, boolean>;
177
177
  isOptional: true;
178
178
  };
179
179
  refusalReason: {
180
- type: _lssm_lib_schema0.FieldType<string, string>;
180
+ type: _lssm_lib_schema16.FieldType<string, string>;
181
181
  isOptional: true;
182
182
  };
183
183
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","names":[],"sources":["../../src/entities/models.ts"],"sourcesContent":[],"mappings":";;;cAMa,kBAIX,iBAAA,CAJ2B;cAMhB,oCAAgB;;IANhB,IAAA,EAwBX,iBAAA,CAAA,SApBA,CAAA,MAJ2B,EAAA,MAAA,CAAA;IAMhB,UAAA,EAAA,IAkBX;EAAA,CAAA;;;;;EAlB2B,mBAAA,EAAA;IAoBhB,IAAA,6BASX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;gBATiC,IAAA;EAAA,CAAA;AAWnC,CAAA,CAAA;AAWE,cAtBW,sBAsBX,oBAtBiC,WAsBjC,CAAA;;UAbA,iBAAA,CAAA;;;;;;;;IAE+B,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAapB,UAAA,EAAA,IAAA;EAWX,CAAA;;;;;;AAXiC,cAbtB,oBAasB,oBAbF,WAaE,CAAA;EAatB,OAAA,EAAA;IAOX,IAAA,EAtBA,iBAAA,CAAA,SAsBA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EAPsC,MAAA,EAAA;IAS3B,IAAA,6BA+BX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;kBA/BiC,EAAA;QAAA,IAAA,4BAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;cAtBtB,0CAAsB;;UAWjC,iBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,+CAA2B;;UAOtC,iBAAA,CAAA;;;;;;;;cAEW,0CAAsB;;UA+BjC,iBAAA,CAAA"}
1
+ {"version":3,"file":"models.d.ts","names":[],"sources":["../../src/entities/models.ts"],"sourcesContent":[],"mappings":";;;cAMa,kBAIX,kBAAA,CAJ2B;cAMhB,qCAAgB;;IANhB,IAAA,EAwBX,kBAAA,CAAA,SApBA,CAAA,MAJ2B,EAAA,MAAA,CAAA;IAMhB,UAAA,EAAA,IAkBX;EAAA,CAAA;;;;;EAlB2B,mBAAA,EAAA;IAoBhB,IAAA,8BASX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;gBATiC,IAAA;EAAA,CAAA;AAWnC,CAAA,CAAA;AAWE,cAtBW,sBAsBX,qBAtBiC,WAsBjC,CAAA;;UAbA,kBAAA,CAAA;;;;;;;;IAE+B,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAapB,UAAA,EAAA,IAAA;EAWX,CAAA;;;;;;AAXiC,cAbtB,oBAasB,qBAbF,WAaE,CAAA;EAatB,OAAA,EAAA;IAOX,IAAA,EAtBA,kBAAA,CAAA,SAsBA,CAAA,MAAA,EAAA,MAAA,CAAA;;;EAPsC,MAAA,EAAA;IAS3B,IAAA,8BA+BX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;kBA/BiC,EAAA;QAAA,IAAA,6BAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;cAtBtB,2CAAsB;;UAWjC,kBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAEW,gDAA2B;;UAOtC,kBAAA,CAAA;;;;;;;;cAEW,2CAAsB;;UA+BjC,kBAAA,CAAA"}
package/dist/events.d.ts CHANGED
@@ -1,66 +1,66 @@
1
- import * as _lssm_lib_schema104 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts1 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 AssistantAnswerRequestedEvent: _lssm_lib_contracts1.EventSpec<_lssm_lib_schema104.SchemaModel<{
5
+ declare const AssistantAnswerRequestedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
6
6
  traceId: {
7
- type: _lssm_lib_schema104.FieldType<string, string>;
7
+ type: _lssm_lib_schema0.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  locale: {
11
- type: _lssm_lib_schema104.FieldType<string, string>;
11
+ type: _lssm_lib_schema0.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  jurisdiction: {
15
- type: _lssm_lib_schema104.FieldType<string, string>;
15
+ type: _lssm_lib_schema0.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  kbSnapshotId: {
19
- type: _lssm_lib_schema104.FieldType<string, string>;
19
+ type: _lssm_lib_schema0.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  allowedScope: {
23
- type: _lssm_lib_schema104.FieldType<string, string>;
23
+ type: _lssm_lib_schema0.FieldType<string, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
27
- declare const AssistantAnswerBlockedEvent: _lssm_lib_contracts1.EventSpec<_lssm_lib_schema104.SchemaModel<{
27
+ declare const AssistantAnswerBlockedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
28
28
  traceId: {
29
- type: _lssm_lib_schema104.FieldType<string, string>;
29
+ type: _lssm_lib_schema0.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  reasonCode: {
33
- type: _lssm_lib_schema104.FieldType<string, string>;
33
+ type: _lssm_lib_schema0.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  reason: {
37
- type: _lssm_lib_schema104.FieldType<string, string>;
37
+ type: _lssm_lib_schema0.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  }>>;
41
- declare const AssistantAnswerDeliveredEvent: _lssm_lib_contracts1.EventSpec<_lssm_lib_schema104.SchemaModel<{
41
+ declare const AssistantAnswerDeliveredEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
42
42
  traceId: {
43
- type: _lssm_lib_schema104.FieldType<string, string>;
43
+ type: _lssm_lib_schema0.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  locale: {
47
- type: _lssm_lib_schema104.FieldType<string, string>;
47
+ type: _lssm_lib_schema0.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  jurisdiction: {
51
- type: _lssm_lib_schema104.FieldType<string, string>;
51
+ type: _lssm_lib_schema0.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  kbSnapshotId: {
55
- type: _lssm_lib_schema104.FieldType<string, string>;
55
+ type: _lssm_lib_schema0.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  allowedScope: {
59
- type: _lssm_lib_schema104.FieldType<string, string>;
59
+ type: _lssm_lib_schema0.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  citationsCount: {
63
- type: _lssm_lib_schema104.FieldType<number, number>;
63
+ type: _lssm_lib_schema0.FieldType<number, number>;
64
64
  isOptional: false;
65
65
  };
66
66
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAea,+BAA6B,oBAAA,CAAA,8BAAA;;UAKxC,mBAAA,CAAA;;EALW,CAAA;EAKX,MAAA,EAAA;;;;;uCALwC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAiB7B,YAAA,EAAA;IAKX,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;IALsC,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAoB3B,CAAA;CAMX,CAAA,CAAA;cA1BW,6BAA2B,oBAAA,CAAA,8BAAA;;UAKtC,mBAAA,CAAA;;;;IAewC,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;cAA7B,+BAA6B,oBAAA,CAAA,8BAAA;;UAMxC,mBAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAea,+BAA6B,oBAAA,CAAA,4BAAA;;UAKxC,iBAAA,CAAA;;EALW,CAAA;EAKX,MAAA,EAAA;;;;;qCALwC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAiB7B,YAAA,EAAA;IAKX,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;IALsC,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAoB3B,CAAA;CAMX,CAAA,CAAA;cA1BW,6BAA2B,oBAAA,CAAA,4BAAA;;UAKtC,iBAAA,CAAA;;;;IAewC,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;cAA7B,+BAA6B,oBAAA,CAAA,4BAAA;;UAMxC,iBAAA,CAAA"}