@lssm/example.locale-jurisdiction-gate 0.0.0-canary-20251220041653 → 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.
Files changed (55) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +65 -53
  2. package/.turbo/turbo-build.log +69 -57
  3. package/CHANGELOG.md +3 -3
  4. package/dist/entities/models.d.ts +48 -48
  5. package/dist/index.d.ts +1 -1
  6. package/dist/index.js +2 -2
  7. package/dist/libs/contracts/dist/_virtual/rolldown_runtime.js +6 -0
  8. package/dist/libs/contracts/dist/_virtual/rolldown_runtime.js.map +1 -0
  9. package/dist/libs/contracts/dist/client/react/form-render.js +1 -0
  10. package/dist/libs/contracts/dist/data-views.js +1 -0
  11. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
  12. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
  13. package/dist/libs/contracts/dist/features.js +1 -0
  14. package/dist/libs/contracts/dist/forms.js +1 -0
  15. package/dist/libs/contracts/dist/index.js +14 -1
  16. package/dist/libs/contracts/dist/index.js.map +1 -0
  17. package/dist/libs/contracts/dist/integrations/contracts.js +1 -1
  18. package/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
  19. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
  20. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
  21. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
  22. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
  23. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
  24. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
  25. package/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
  26. package/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
  27. package/dist/libs/contracts/dist/llm/exporters.js.map +1 -1
  28. package/dist/libs/contracts/dist/onboarding-base.js +1 -1
  29. package/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
  30. package/dist/libs/contracts/dist/{spec.js → operation.js} +2 -2
  31. package/dist/libs/contracts/dist/operation.js.map +1 -0
  32. package/dist/libs/contracts/dist/presentations.js +1 -0
  33. package/dist/libs/contracts/dist/registry-utils.js +24 -0
  34. package/dist/libs/contracts/dist/registry-utils.js.map +1 -0
  35. package/dist/libs/contracts/dist/registry.js +1 -0
  36. package/dist/libs/contracts/dist/workflow/index.js +1 -0
  37. package/dist/libs/contracts/dist/workflow/spec.js +1 -0
  38. package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +122 -0
  39. package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
  40. package/dist/libs/contracts/dist/workspace-config/index.js +1 -0
  41. package/dist/operations/assistant.d.ts +245 -0
  42. package/dist/operations/assistant.d.ts.map +1 -0
  43. package/dist/{contracts → operations}/assistant.js +2 -2
  44. package/dist/operations/assistant.js.map +1 -0
  45. package/package.json +7 -7
  46. package/src/index.ts +1 -1
  47. package/tsconfig.tsbuildinfo +1 -1
  48. package/dist/contracts/assistant.d.ts +0 -245
  49. package/dist/contracts/assistant.d.ts.map +0 -1
  50. package/dist/contracts/assistant.js.map +0 -1
  51. package/dist/libs/contracts/dist/spec.js.map +0 -1
  52. /package/dist/{contracts → operations}/index.d.ts +0 -0
  53. /package/dist/{contracts → operations}/index.js +0 -0
  54. /package/src/{contracts → operations}/assistant.ts +0 -0
  55. /package/src/{contracts → operations}/index.ts +0 -0
@@ -2,12 +2,12 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.18.1 powered by rolldown v1.0.0-beta.55
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/locale-jurisdiction-gate/tsdown.config.js
5
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/locale-jurisdiction-gate.feature.ts, src/contracts/assistant.ts, src/contracts/index.ts, src/docs/index.ts, src/docs/locale-jurisdiction-gate.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/demo.handlers.ts, src/handlers/index.ts, src/policy/guard.ts, src/policy/index.ts, src/policy/types.ts
5
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/locale-jurisdiction-gate.feature.ts, src/docs/index.ts, src/docs/locale-jurisdiction-gate.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/demo.handlers.ts, src/handlers/index.ts, src/operations/assistant.ts, src/operations/index.ts, src/policy/guard.ts, src/policy/index.ts, src/policy/types.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
9
  ℹ dist/entities/models.js  3.55 kB │ gzip: 0.82 kB
10
- ℹ dist/contracts/assistant.js  3.18 kB │ gzip: 1.05 kB
10
+ ℹ dist/operations/assistant.js  3.19 kB │ gzip: 1.05 kB
11
11
  ℹ dist/events.js  2.57 kB │ gzip: 0.58 kB
12
12
  ℹ dist/handlers/demo.handlers.js  2.46 kB │ gzip: 0.90 kB
13
13
  ℹ dist/policy/guard.js  1.90 kB │ gzip: 0.76 kB
@@ -16,7 +16,7 @@ $ tsdown
16
16
  ℹ dist/locale-jurisdiction-gate.feature.js  1.03 kB │ gzip: 0.46 kB
17
17
  ℹ dist/example.js  0.93 kB │ gzip: 0.50 kB
18
18
  ℹ dist/entities/index.js  0.36 kB │ gzip: 0.16 kB
19
- ℹ dist/contracts/index.js  0.16 kB │ gzip: 0.10 kB
19
+ ℹ dist/operations/index.js  0.16 kB │ gzip: 0.10 kB
20
20
  ℹ dist/policy/index.js  0.15 kB │ gzip: 0.11 kB
21
21
  ℹ dist/handlers/index.js  0.11 kB │ gzip: 0.09 kB
22
22
  ℹ dist/docs/index.js  0.05 kB │ gzip: 0.07 kB
@@ -28,9 +28,10 @@ $ tsdown
28
28
  ℹ dist/libs/contracts/dist/llm/exporters.js.map  20.68 kB │ gzip: 4.71 kB
29
29
  ℹ dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js.map  17.88 kB │ gzip: 7.43 kB
30
30
  ℹ dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js  16.98 kB │ gzip: 7.25 kB
31
+ ℹ dist/libs/contracts/dist/index.js.map  15.61 kB │ gzip: 3.20 kB
31
32
  ℹ dist/libs/contracts/dist/integrations/contracts.js.map  14.80 kB │ gzip: 2.10 kB
32
33
  ℹ dist/libs/contracts/dist/docs/tech/schema/README.docblock.js.map  11.99 kB │ gzip: 4.51 kB
33
- ℹ dist/libs/contracts/dist/knowledge/contracts.js.map  11.88 kB │ gzip: 1.95 kB
34
+ ℹ dist/libs/contracts/dist/knowledge/contracts.js.map  11.89 kB │ gzip: 1.95 kB
34
35
  ℹ dist/libs/contracts/dist/presentations.v2.js.map  11.43 kB │ gzip: 3.42 kB
35
36
  ℹ dist/libs/contracts/dist/docs/tech/schema/README.docblock.js  11.26 kB │ gzip: 4.34 kB
36
37
  ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js.map  11.19 kB │ gzip: 3.74 kB
@@ -38,46 +39,49 @@ $ tsdown
38
39
  ℹ dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js  10.02 kB │ gzip: 3.85 kB
39
40
  ℹ dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js  9.58 kB │ gzip: 3.53 kB
40
41
  ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map  9.57 kB │ gzip: 2.17 kB
41
- ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map  8.71 kB │ gzip: 2.00 kB
42
- ℹ dist/libs/contracts/dist/integrations/contracts.js  8.32 kB │ gzip: 1.39 kB
42
+ ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map  8.72 kB │ gzip: 2.00 kB
43
+ ℹ dist/libs/contracts/dist/integrations/contracts.js  8.33 kB │ gzip: 1.39 kB
43
44
  ℹ dist/libs/contracts/dist/integrations/openbanking/models.js.map  8.13 kB │ gzip: 1.17 kB
44
45
  ℹ dist/libs/contracts/dist/onboarding-base.js.map  8.09 kB │ gzip: 1.77 kB
45
46
  ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map  6.95 kB │ gzip: 1.80 kB
46
- ℹ dist/libs/contracts/dist/knowledge/contracts.js  6.68 kB │ gzip: 1.33 kB
47
+ ℹ dist/libs/contracts/dist/knowledge/contracts.js  6.69 kB │ gzip: 1.33 kB
48
+ ℹ dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map  6.43 kB │ gzip: 1.71 kB
47
49
  ℹ dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js.map  6.33 kB │ gzip: 2.84 kB
48
50
  ℹ dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js.map  6.17 kB │ gzip: 2.52 kB
49
51
  ℹ dist/handlers/demo.handlers.js.map  5.97 kB │ gzip: 1.81 kB
50
52
  ℹ dist/entities/models.js.map  5.92 kB │ gzip: 1.22 kB
51
53
  ℹ dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js  5.90 kB │ gzip: 2.68 kB
52
54
  ℹ dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js  5.71 kB │ gzip: 2.36 kB
53
- ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js  5.63 kB │ gzip: 1.50 kB
55
+ ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js  5.64 kB │ gzip: 1.50 kB
54
56
  ℹ dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js.map  5.10 kB │ gzip: 1.98 kB
55
- ℹ dist/libs/contracts/dist/onboarding-base.js  5.04 kB │ gzip: 1.27 kB
56
- ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js  5.04 kB │ gzip: 1.34 kB
57
+ ℹ dist/libs/contracts/dist/onboarding-base.js  5.05 kB │ gzip: 1.27 kB
58
+ ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js  5.05 kB │ gzip: 1.34 kB
57
59
  ℹ dist/libs/contracts/dist/integrations/providers/powens.js.map  4.93 kB │ gzip: 1.65 kB
60
+ ℹ dist/libs/contracts/dist/registry-utils.js.map  4.72 kB │ gzip: 1.50 kB
58
61
  ℹ dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js.map  4.64 kB │ gzip: 1.68 kB
59
- ℹ dist/contracts/assistant.js.map  4.58 kB │ gzip: 1.39 kB
62
+ ℹ dist/operations/assistant.js.map  4.59 kB │ gzip: 1.40 kB
60
63
  ℹ dist/libs/contracts/dist/capabilities/openbanking.js.map  4.45 kB │ gzip: 1.14 kB
61
64
  ℹ dist/libs/contracts/dist/integrations/openbanking/models.js  4.43 kB │ gzip: 0.77 kB
62
65
  ℹ dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js.map  4.24 kB │ gzip: 1.72 kB
63
66
  ℹ dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js  4.21 kB │ gzip: 1.80 kB
64
67
  ℹ dist/policy/guard.js.map  4.12 kB │ gzip: 1.44 kB
65
68
  ℹ dist/libs/contracts/dist/docs/presentations.js.map  4.11 kB │ gzip: 1.30 kB
66
- ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js  4.09 kB │ gzip: 1.21 kB
69
+ ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js  4.10 kB │ gzip: 1.21 kB
67
70
  ℹ dist/libs/contracts/dist/docs/tech-contracts.docs.js.map  3.98 kB │ gzip: 1.72 kB
68
71
  ℹ dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js.map  3.97 kB │ gzip: 1.67 kB
69
72
  ℹ dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js.map  3.95 kB │ gzip: 1.61 kB
70
73
  ℹ dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js  3.91 kB │ gzip: 1.49 kB
74
+ ℹ dist/libs/contracts/dist/index.js  3.86 kB │ gzip: 1.04 kB
71
75
  ℹ dist/events.js.map  3.82 kB │ gzip: 0.80 kB
72
76
  ℹ dist/libs/contracts/dist/integrations/providers/gmail.js.map  3.76 kB │ gzip: 1.38 kB
73
77
  ℹ dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js  3.65 kB │ gzip: 1.56 kB
74
78
  ℹ dist/libs/contracts/dist/regenerator/service.js.map  3.54 kB │ gzip: 1.19 kB
75
79
  ℹ dist/libs/contracts/dist/docs/tech-contracts.docs.js  3.48 kB │ gzip: 1.57 kB
76
80
  ℹ dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js.map  3.45 kB │ gzip: 1.56 kB
81
+ ℹ dist/libs/contracts/dist/workspace-config/contractsrc-schema.js  3.44 kB │ gzip: 1.05 kB
77
82
  ℹ dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js  3.39 kB │ gzip: 1.49 kB
78
83
  ℹ dist/libs/contracts/dist/contract-registry/schemas.js.map  3.38 kB │ gzip: 0.95 kB
79
84
  ℹ dist/libs/contracts/dist/integrations/providers/stripe.js.map  3.36 kB │ gzip: 1.28 kB
80
- ℹ dist/libs/contracts/dist/index.js  3.36 kB │ gzip: 0.87 kB
81
85
  ℹ dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js  3.36 kB │ gzip: 1.44 kB
82
86
  ℹ dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js.map  3.35 kB │ gzip: 1.41 kB
83
87
  ℹ dist/libs/contracts/dist/integrations/providers/gcs-storage.js.map  3.35 kB │ gzip: 1.29 kB
@@ -94,8 +98,8 @@ $ tsdown
94
98
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js.map  2.68 kB │ gzip: 1.21 kB
95
99
  ℹ dist/libs/contracts/dist/integrations/providers/elevenlabs.js.map  2.60 kB │ gzip: 1.10 kB
96
100
  ℹ dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js.map  2.58 kB │ gzip: 1.16 kB
101
+ ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map  2.58 kB │ gzip: 1.16 kB
97
102
  ℹ dist/libs/contracts/dist/docs/registry.js.map  2.51 kB │ gzip: 1.01 kB
98
- ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map  2.51 kB │ gzip: 1.15 kB
99
103
  ℹ dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js  2.46 kB │ gzip: 1.15 kB
100
104
  ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js.map  2.41 kB │ gzip: 1.06 kB
101
105
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js.map  2.26 kB │ gzip: 1.00 kB
@@ -104,7 +108,7 @@ $ tsdown
104
108
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js  2.18 kB │ gzip: 1.04 kB
105
109
  ℹ dist/docs/locale-jurisdiction-gate.docblock.js.map  2.14 kB │ gzip: 0.93 kB
106
110
  ℹ dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js  2.09 kB │ gzip: 0.99 kB
107
- ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js  2.01 kB │ gzip: 0.99 kB
111
+ ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js  2.08 kB │ gzip: 1.00 kB
108
112
  ℹ dist/libs/contracts/dist/integrations/openbanking/telemetry.js.map  1.96 kB │ gzip: 0.79 kB
109
113
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map  1.95 kB │ gzip: 0.95 kB
110
114
  ℹ dist/libs/contracts/dist/knowledge/spaces/financial-overview.js.map  1.95 kB │ gzip: 0.92 kB
@@ -125,6 +129,7 @@ $ tsdown
125
129
  ℹ dist/locale-jurisdiction-gate.feature.js.map  1.65 kB │ gzip: 0.72 kB
126
130
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.64 kB │ gzip: 0.83 kB
127
131
  ℹ dist/libs/contracts/dist/integrations/providers/twilio-sms.js  1.56 kB │ gzip: 0.73 kB
132
+ ℹ dist/libs/contracts/dist/_virtual/rolldown_runtime.js.map  1.55 kB │ gzip: 0.72 kB
128
133
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
129
134
  ℹ dist/libs/contracts/dist/integrations/providers/elevenlabs.js  1.47 kB │ gzip: 0.72 kB
130
135
  ℹ dist/libs/contracts/dist/ownership.js.map  1.47 kB │ gzip: 0.63 kB
@@ -133,7 +138,7 @@ $ tsdown
133
138
  ℹ dist/example.js.map  1.33 kB │ gzip: 0.68 kB
134
139
  ℹ dist/libs/contracts/dist/docs/registry.js  1.29 kB │ gzip: 0.58 kB
135
140
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.20 kB │ gzip: 0.67 kB
136
- ℹ dist/libs/contracts/dist/spec.js.map  1.15 kB │ gzip: 0.51 kB
141
+ ℹ dist/libs/contracts/dist/operation.js.map  1.17 kB │ gzip: 0.51 kB
137
142
  ℹ dist/libs/contracts/dist/knowledge/spaces/financial-overview.js  1.15 kB │ gzip: 0.63 kB
138
143
  ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
139
144
  ℹ dist/libs/contracts/dist/knowledge/spaces/email-threads.js  1.00 kB │ gzip: 0.54 kB
@@ -142,11 +147,12 @@ $ tsdown
142
147
  ℹ dist/libs/contracts/dist/knowledge/spaces/product-canon.js  0.98 kB │ gzip: 0.54 kB
143
148
  ℹ dist/libs/contracts/dist/knowledge/spaces/support-faq.js  0.98 kB │ gzip: 0.54 kB
144
149
  ℹ dist/entities/models.d.ts.map  0.93 kB │ gzip: 0.40 kB
150
+ ℹ dist/libs/contracts/dist/registry-utils.js  0.86 kB │ gzip: 0.44 kB
145
151
  ℹ dist/libs/contracts/dist/integrations/index.js  0.78 kB │ gzip: 0.27 kB
146
152
  ℹ dist/policy/guard.d.ts.map  0.76 kB │ gzip: 0.39 kB
147
- ℹ dist/libs/contracts/dist/spec.js  0.68 kB │ gzip: 0.33 kB
153
+ ℹ dist/libs/contracts/dist/operation.js  0.69 kB │ gzip: 0.33 kB
148
154
  ℹ dist/libs/contracts/dist/ownership.js  0.68 kB │ gzip: 0.34 kB
149
- ℹ dist/contracts/assistant.d.ts.map  0.67 kB │ gzip: 0.28 kB
155
+ ℹ dist/operations/assistant.d.ts.map  0.67 kB │ gzip: 0.28 kB
150
156
  ℹ dist/libs/contracts/dist/integrations/openbanking/telemetry.js  0.60 kB │ gzip: 0.28 kB
151
157
  ℹ dist/events.d.ts.map  0.57 kB │ gzip: 0.25 kB
152
158
  ℹ dist/libs/contracts/dist/events.js.map  0.53 kB │ gzip: 0.35 kB
@@ -159,25 +165,33 @@ $ tsdown
159
165
  ℹ dist/libs/contracts/dist/knowledge/index.js  0.25 kB │ gzip: 0.12 kB
160
166
  ℹ dist/libs/contracts/dist/integrations/providers/registry.js  0.24 kB │ gzip: 0.12 kB
161
167
  ℹ dist/libs/contracts/dist/server/index.js  0.24 kB │ gzip: 0.13 kB
168
+ ℹ dist/libs/contracts/dist/_virtual/rolldown_runtime.js  0.21 kB │ gzip: 0.17 kB
162
169
  ℹ dist/libs/contracts/dist/server/graphql-pothos.js  0.20 kB │ gzip: 0.11 kB
163
170
  ℹ dist/libs/contracts/dist/regenerator/service.js  0.18 kB │ gzip: 0.17 kB
164
171
  ℹ dist/libs/contracts/dist/knowledge/spaces/index.js  0.18 kB │ gzip: 0.11 kB
165
172
  ℹ dist/locale-jurisdiction-gate.feature.d.ts.map  0.18 kB │ gzip: 0.14 kB
166
173
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
174
+ ℹ dist/libs/contracts/dist/workspace-config/index.js  0.14 kB │ gzip: 0.12 kB
167
175
  ℹ dist/libs/contracts/dist/server/mcp/createMcpServer.js  0.13 kB │ gzip: 0.08 kB
176
+ ℹ dist/libs/contracts/dist/client/react/form-render.js  0.13 kB │ gzip: 0.10 kB
177
+ ℹ dist/libs/contracts/dist/registry.js  0.13 kB │ gzip: 0.11 kB
168
178
  ℹ dist/libs/contracts/dist/contract-registry/index.js  0.12 kB │ gzip: 0.09 kB
169
179
  ℹ dist/libs/contracts/dist/client/index.js  0.11 kB │ gzip: 0.08 kB
170
- ℹ dist/libs/contracts/dist/client/react/form-render.js  0.10 kB │ gzip: 0.09 kB
171
- ℹ dist/libs/contracts/dist/registry.js  0.10 kB │ gzip: 0.10 kB
172
180
  ℹ dist/libs/contracts/dist/integrations/openbanking/contracts/index.js  0.08 kB │ gzip: 0.07 kB
173
181
  ℹ dist/libs/contracts/dist/client/react/index.js  0.07 kB │ gzip: 0.07 kB
174
182
  ℹ dist/libs/contracts/dist/server/mcp/registerResources.js  0.07 kB │ gzip: 0.09 kB
175
183
  ℹ dist/libs/contracts/dist/server/mcp/registerPresentations.js  0.07 kB │ gzip: 0.06 kB
176
184
  ℹ dist/libs/contracts/dist/client/react/feature-render.js  0.05 kB │ gzip: 0.07 kB
185
+ ℹ dist/libs/contracts/dist/presentations.js  0.05 kB │ gzip: 0.07 kB
177
186
  ℹ dist/libs/contracts/dist/llm/index.js  0.05 kB │ gzip: 0.05 kB
178
187
  ℹ dist/libs/contracts/dist/tests/runner.js  0.04 kB │ gzip: 0.06 kB
188
+ ℹ dist/libs/contracts/dist/workflow/index.js  0.04 kB │ gzip: 0.05 kB
179
189
  ℹ dist/libs/contracts/dist/install.js  0.04 kB │ gzip: 0.05 kB
180
190
  ℹ dist/libs/contracts/dist/server/provider-mcp.js  0.04 kB │ gzip: 0.06 kB
191
+ ℹ dist/libs/contracts/dist/workflow/spec.js  0.03 kB │ gzip: 0.05 kB
192
+ ℹ dist/libs/contracts/dist/data-views.js  0.03 kB │ gzip: 0.05 kB
193
+ ℹ dist/libs/contracts/dist/features.js  0.03 kB │ gzip: 0.05 kB
194
+ ℹ dist/libs/contracts/dist/forms.js  0.03 kB │ gzip: 0.05 kB
181
195
  ℹ dist/libs/contracts/dist/server/mcp/registerTools.js  0.03 kB │ gzip: 0.05 kB
182
196
  ℹ dist/libs/contracts/dist/server/rest-elysia.js  0.03 kB │ gzip: 0.05 kB
183
197
  ℹ dist/libs/contracts/dist/server/rest-express.js  0.03 kB │ gzip: 0.05 kB
@@ -190,51 +204,29 @@ $ tsdown
190
204
  ℹ dist/libs/contracts/dist/telemetry/index.js  0.02 kB │ gzip: 0.04 kB
191
205
  ℹ dist/libs/contracts/dist/experiments/evaluator.js  0.02 kB │ gzip: 0.04 kB
192
206
  ℹ dist/libs/contracts/dist/tests/index.js  0.02 kB │ gzip: 0.04 kB
193
- ℹ dist/libs/contracts/dist/workflow/index.js  0.02 kB │ gzip: 0.04 kB
194
207
  ℹ dist/libs/contracts/dist/workflow/runner.js  0.02 kB │ gzip: 0.04 kB
195
208
  ℹ dist/libs/contracts/dist/jsonschema.js  0.02 kB │ gzip: 0.04 kB
196
- ℹ dist/libs/contracts/dist/presentations.js  0.02 kB │ gzip: 0.04 kB
197
209
  ℹ dist/libs/contracts/dist/server/mcp/registerPrompts.js  0.02 kB │ gzip: 0.04 kB
198
210
  ℹ dist/libs/contracts/dist/telemetry/tracker.js  0.02 kB │ gzip: 0.04 kB
199
211
  ℹ dist/libs/contracts/dist/prompt.js  0.01 kB │ gzip: 0.03 kB
200
212
  ℹ dist/libs/contracts/dist/promptRegistry.js  0.01 kB │ gzip: 0.03 kB
201
213
  ℹ dist/libs/contracts/dist/resources.js  0.01 kB │ gzip: 0.03 kB
202
- ℹ dist/contracts/assistant.d.ts  6.77 kB │ gzip: 0.62 kB
214
+ ℹ dist/operations/assistant.d.ts  6.77 kB │ gzip: 0.63 kB
203
215
  ℹ dist/entities/models.d.ts  5.09 kB │ gzip: 0.67 kB
204
216
  ℹ dist/events.d.ts  2.01 kB │ gzip: 0.37 kB
205
217
  ℹ dist/handlers/demo.handlers.d.ts  1.48 kB │ gzip: 0.55 kB
206
- ℹ dist/index.d.ts  1.31 kB │ gzip: 0.40 kB
218
+ ℹ dist/index.d.ts  1.31 kB │ gzip: 0.41 kB
207
219
  ℹ dist/example.d.ts  1.19 kB │ gzip: 0.49 kB
208
220
  ℹ dist/policy/guard.d.ts  0.93 kB │ gzip: 0.42 kB
209
221
  ℹ dist/policy/types.d.ts  0.46 kB │ gzip: 0.31 kB
210
222
  ℹ dist/entities/index.d.ts  0.36 kB │ gzip: 0.16 kB
211
223
  ℹ dist/locale-jurisdiction-gate.feature.d.ts  0.29 kB │ gzip: 0.18 kB
212
224
  ℹ dist/policy/index.d.ts  0.26 kB │ gzip: 0.14 kB
213
- ℹ dist/contracts/index.d.ts  0.16 kB │ gzip: 0.10 kB
225
+ ℹ dist/operations/index.d.ts  0.16 kB │ gzip: 0.10 kB
214
226
  ℹ dist/handlers/index.d.ts  0.15 kB │ gzip: 0.09 kB
215
227
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
216
228
  ℹ dist/docs/locale-jurisdiction-gate.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
217
- ℹ 208 files, total: 1263.15 kB
218
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
219
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
220
- │
221
- 3 │ import TurndownService from "turndown";
222
-  │ ─────┬────
223
-  │ ╰────── Module not found, treating it as an external dependency
224
-  │
225
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
226
- ───╯
227
-
228
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
229
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
230
- │
231
- 2 │ import { setTimeout } from "node:timers/promises";
232
-  │ ───────────┬──────────
233
-  │ ╰──────────── Module not found, treating it as an external dependency
234
-  │
235
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
236
- ───╯
237
-
229
+ ℹ 220 files, total: 1297.09 kB
238
230
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
239
231
  ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
240
232
  │
@@ -245,6 +237,16 @@ $ tsdown
245
237
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
246
238
  ───╯
247
239
 
240
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
241
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
242
+ │
243
+ 1 │ import { randomUUID } from "crypto";
244
+  │ ────┬───
245
+  │ ╰───── Module not found, treating it as an external dependency
246
+  │
247
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
248
+ ───╯
249
+
248
250
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
249
251
  ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
250
252
  │
@@ -255,22 +257,32 @@ $ tsdown
255
257
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
256
258
  ───╯
257
259
 
258
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
259
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
260
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
261
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
260
262
  │
261
- 2 │ import { randomUUID } from "node:crypto";
262
-  │ ──────┬──────
263
-  │ ╰──────── Module not found, treating it as an external dependency
263
+ 2 │ import { setTimeout } from "node:timers/promises";
264
+  │ ───────────┬──────────
265
+  │ ╰──────────── Module not found, treating it as an external dependency
264
266
   │
265
267
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
266
268
  ───╯
267
269
 
268
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
269
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
270
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
271
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
270
272
  │
271
- 1 │ import { randomUUID } from "crypto";
272
-  │ ────┬───
273
-  │ ╰───── Module not found, treating it as an external dependency
273
+ 3 │ import TurndownService from "turndown";
274
+  │ ─────┬────
275
+  │ ╰────── Module not found, treating it as an external dependency
276
+  │
277
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
278
+ ───╯
279
+
280
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
281
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
282
+ │
283
+ 2 │ import { randomUUID } from "node:crypto";
284
+  │ ──────┬──────
285
+  │ ╰──────── Module not found, treating it as an external dependency
274
286
   │
275
287
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
276
288
  ───╯
@@ -285,5 +297,5 @@ $ tsdown
285
297
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
286
298
  ───╯
287
299
 
288
- ✔ Build complete in 49323ms
300
+ ✔ Build complete in 52236ms
289
301
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.locale-jurisdiction-gate
2
2
 
3
- ## 0.0.0-canary-20251220041653
3
+ ## 0.0.0-canary-20251221132705
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-20251220041653
13
- - @lssm/lib.schema@0.0.0-canary-20251220041653
12
+ - @lssm/lib.contracts@0.0.0-canary-20251221132705
13
+ - @lssm/lib.schema@0.0.0-canary-20251221132705
@@ -1,135 +1,135 @@
1
- import * as _lssm_lib_schema74 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_schema74.EnumType<[string, string, string]>;
5
- declare const UserProfileModel: _lssm_lib_schema74.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_schema74.FieldType<string, string>;
7
+ type: _lssm_lib_schema16.FieldType<string, string>;
8
8
  isOptional: true;
9
9
  };
10
10
  residencyCountry: {
11
- type: _lssm_lib_schema74.FieldType<string, string>;
11
+ type: _lssm_lib_schema16.FieldType<string, string>;
12
12
  isOptional: true;
13
13
  };
14
14
  taxResidenceCountry: {
15
- type: _lssm_lib_schema74.FieldType<string, string>;
15
+ type: _lssm_lib_schema16.FieldType<string, string>;
16
16
  isOptional: true;
17
17
  };
18
18
  clientType: {
19
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
23
+ declare const RegulatoryContextModel: _lssm_lib_schema16.SchemaModel<{
24
24
  jurisdiction: {
25
- type: _lssm_lib_schema74.FieldType<string, string>;
25
+ type: _lssm_lib_schema16.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  region: {
29
- type: _lssm_lib_schema74.FieldType<string, string>;
29
+ type: _lssm_lib_schema16.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  clientType: {
33
- type: _lssm_lib_schema74.FieldType<string, string>;
33
+ type: _lssm_lib_schema16.FieldType<string, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  allowedScope: {
37
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
41
+ declare const LLMCallEnvelopeModel: _lssm_lib_schema16.SchemaModel<{
42
42
  traceId: {
43
- type: _lssm_lib_schema74.FieldType<string, string>;
43
+ type: _lssm_lib_schema16.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  locale: {
47
- type: _lssm_lib_schema74.FieldType<string, string>;
47
+ type: _lssm_lib_schema16.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  regulatoryContext: {
51
- type: _lssm_lib_schema74.SchemaModel<{
51
+ type: _lssm_lib_schema16.SchemaModel<{
52
52
  jurisdiction: {
53
- type: _lssm_lib_schema74.FieldType<string, string>;
53
+ type: _lssm_lib_schema16.FieldType<string, string>;
54
54
  isOptional: false;
55
55
  };
56
56
  region: {
57
- type: _lssm_lib_schema74.FieldType<string, string>;
57
+ type: _lssm_lib_schema16.FieldType<string, string>;
58
58
  isOptional: true;
59
59
  };
60
60
  clientType: {
61
- type: _lssm_lib_schema74.FieldType<string, string>;
61
+ type: _lssm_lib_schema16.FieldType<string, string>;
62
62
  isOptional: true;
63
63
  };
64
64
  allowedScope: {
65
- type: _lssm_lib_schema74.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_schema74.FieldType<string, string>;
72
+ type: _lssm_lib_schema16.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  allowedScope: {
76
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
80
+ declare const AssistantCitationModel: _lssm_lib_schema16.SchemaModel<{
81
81
  kbSnapshotId: {
82
- type: _lssm_lib_schema74.FieldType<string, string>;
82
+ type: _lssm_lib_schema16.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  sourceType: {
86
- type: _lssm_lib_schema74.FieldType<string, string>;
86
+ type: _lssm_lib_schema16.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  sourceId: {
90
- type: _lssm_lib_schema74.FieldType<string, string>;
90
+ type: _lssm_lib_schema16.FieldType<string, string>;
91
91
  isOptional: false;
92
92
  };
93
93
  title: {
94
- type: _lssm_lib_schema74.FieldType<string, string>;
94
+ type: _lssm_lib_schema16.FieldType<string, string>;
95
95
  isOptional: true;
96
96
  };
97
97
  excerpt: {
98
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
102
+ declare const AssistantAnswerSectionModel: _lssm_lib_schema16.SchemaModel<{
103
103
  heading: {
104
- type: _lssm_lib_schema74.FieldType<string, string>;
104
+ type: _lssm_lib_schema16.FieldType<string, string>;
105
105
  isOptional: false;
106
106
  };
107
107
  body: {
108
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
112
+ declare const AssistantAnswerIRModel: _lssm_lib_schema16.SchemaModel<{
113
113
  locale: {
114
- type: _lssm_lib_schema74.FieldType<string, string>;
114
+ type: _lssm_lib_schema16.FieldType<string, string>;
115
115
  isOptional: false;
116
116
  };
117
117
  jurisdiction: {
118
- type: _lssm_lib_schema74.FieldType<string, string>;
118
+ type: _lssm_lib_schema16.FieldType<string, string>;
119
119
  isOptional: false;
120
120
  };
121
121
  allowedScope: {
122
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
126
+ type: _lssm_lib_schema16.SchemaModel<{
127
127
  heading: {
128
- type: _lssm_lib_schema74.FieldType<string, string>;
128
+ type: _lssm_lib_schema16.FieldType<string, string>;
129
129
  isOptional: false;
130
130
  };
131
131
  body: {
132
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
137
137
  isOptional: false;
138
138
  };
139
139
  citations: {
140
- type: _lssm_lib_schema74.SchemaModel<{
140
+ type: _lssm_lib_schema16.SchemaModel<{
141
141
  kbSnapshotId: {
142
- type: _lssm_lib_schema74.FieldType<string, string>;
142
+ type: _lssm_lib_schema16.FieldType<string, string>;
143
143
  isOptional: false;
144
144
  };
145
145
  sourceType: {
146
- type: _lssm_lib_schema74.FieldType<string, string>;
146
+ type: _lssm_lib_schema16.FieldType<string, string>;
147
147
  isOptional: false;
148
148
  };
149
149
  sourceId: {
150
- type: _lssm_lib_schema74.FieldType<string, string>;
150
+ type: _lssm_lib_schema16.FieldType<string, string>;
151
151
  isOptional: false;
152
152
  };
153
153
  title: {
154
- type: _lssm_lib_schema74.FieldType<string, string>;
154
+ type: _lssm_lib_schema16.FieldType<string, string>;
155
155
  isOptional: true;
156
156
  };
157
157
  excerpt: {
158
- type: _lssm_lib_schema74.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_schema74.SchemaModel<{
163
163
  isOptional: false;
164
164
  };
165
165
  disclaimers: {
166
- type: _lssm_lib_schema74.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_schema74.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_schema74.FieldType<boolean, boolean>;
176
+ type: _lssm_lib_schema16.FieldType<boolean, boolean>;
177
177
  isOptional: true;
178
178
  };
179
179
  refusalReason: {
180
- type: _lssm_lib_schema74.FieldType<string, string>;
180
+ type: _lssm_lib_schema16.FieldType<string, string>;
181
181
  isOptional: true;
182
182
  };
183
183
  }>;
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { AssistantAnswerContract, AssistantExplainConceptContract } from "./contracts/assistant.js";
2
1
  import { AllowedScopeEnum, AssistantAnswerIRModel, AssistantAnswerSectionModel, AssistantCitationModel, LLMCallEnvelopeModel, RegulatoryContextModel, UserProfileModel } from "./entities/models.js";
3
2
  import { AssistantAnswerBlockedEvent, AssistantAnswerDeliveredEvent, AssistantAnswerRequestedEvent } from "./events.js";
4
3
  import example from "./example.js";
5
4
  import { DemoAssistantHandlers, createDemoAssistantHandlers } from "./handlers/demo.handlers.js";
5
+ import { AssistantAnswerContract, AssistantExplainConceptContract } from "./operations/assistant.js";
6
6
  import { AllowedScope, GateError, GateResult } from "./policy/types.js";
7
7
  import { enforceAllowedScope, enforceCitations, validateEnvelope } from "./policy/guard.js";
8
8
  import { LocaleJurisdictionGateFeature } from "./locale-jurisdiction-gate.feature.js";
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@ import { AssistantAnswerBlockedEvent, AssistantAnswerDeliveredEvent, AssistantAn
2
2
  import example_default from "./example.js";
3
3
  import { AllowedScopeEnum, AssistantAnswerIRModel, AssistantAnswerSectionModel, AssistantCitationModel, LLMCallEnvelopeModel, RegulatoryContextModel, UserProfileModel } from "./entities/models.js";
4
4
  import "./entities/index.js";
5
- import { AssistantAnswerContract, AssistantExplainConceptContract } from "./contracts/assistant.js";
6
- import "./contracts/index.js";
5
+ import { AssistantAnswerContract, AssistantExplainConceptContract } from "./operations/assistant.js";
6
+ import "./operations/index.js";
7
7
  import { enforceAllowedScope, enforceCitations, validateEnvelope } from "./policy/guard.js";
8
8
  import { createDemoAssistantHandlers } from "./handlers/demo.handlers.js";
9
9
  import { LocaleJurisdictionGateFeature } from "./locale-jurisdiction-gate.feature.js";
@@ -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