@lssm/lib.contracts 1.5.0 → 1.7.0

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 (1) hide show
  1. package/package.json +170 -341
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.contracts",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "scripts": {
5
5
  "build": "bun build:bundle && bun build:types",
6
6
  "build:bundle": "tsdown",
@@ -30,7 +30,7 @@
30
30
  "stripe": "^19.1.0",
31
31
  "postmark": "^4.0.4",
32
32
  "twilio": "^5.10.5",
33
- "@lssm/lib.schema": "^1.5.0",
33
+ "@lssm/lib.schema": "^1.7.0",
34
34
  "@modelcontextprotocol/sdk": "^1.20.1",
35
35
  "mcp-handler": "^1.0.2",
36
36
  "zod": "^4.1.5"
@@ -53,348 +53,177 @@
53
53
  "main": "./dist/index.js",
54
54
  "module": "./dist/index.js",
55
55
  "types": "./dist/index.d.ts",
56
- "exports": {
57
- ".": "./src/index.ts",
58
- "./app-config": "./src/app-config/index.ts",
59
- "./app-config/branding": "./src/app-config/branding.ts",
60
- "./app-config/contracts": "./src/app-config/contracts.ts",
61
- "./app-config/events": "./src/app-config/events.ts",
62
- "./app-config/lifecycle": "./src/app-config/lifecycle.ts",
63
- "./app-config/lifecycle-contracts": "./src/app-config/lifecycle-contracts.ts",
64
- "./app-config/runtime": "./src/app-config/runtime.ts",
65
- "./app-config/spec": "./src/app-config/spec.ts",
66
- "./app-config/validation": "./src/app-config/validation.ts",
67
- "./capabilities": "./src/capabilities.ts",
68
- "./capabilities/openbanking": "./src/capabilities/openbanking.ts",
69
- "./client": "./src/client/index.ts",
70
- "./client/react": "./src/client/react/index.ts",
71
- "./client/react/drivers/rn-reusables": "./src/client/react/drivers/rn-reusables.ts",
72
- "./client/react/drivers/shadcn": "./src/client/react/drivers/shadcn.ts",
73
- "./client/react/feature-render": "./src/client/react/feature-render.ts",
74
- "./client/react/form-render": "./src/client/react/form-render.tsx",
75
- "./contracts-adapter-hydration": "./src/contracts-adapter-hydration.ts",
76
- "./contracts-adapter-input": "./src/contracts-adapter-input.ts",
77
- "./data-views": "./src/data-views.ts",
78
- "./events": "./src/events.ts",
79
- "./experiments/evaluator": "./src/experiments/evaluator.ts",
80
- "./experiments/spec": "./src/experiments/spec.ts",
81
- "./features": "./src/features.ts",
82
- "./forms": "./src/forms.ts",
83
- "./install": "./src/install.ts",
84
- "./integrations": "./src/integrations/index.ts",
85
- "./integrations/binding": "./src/integrations/binding.ts",
86
- "./integrations/connection": "./src/integrations/connection.ts",
87
- "./integrations/contracts": "./src/integrations/contracts.ts",
88
- "./integrations/health": "./src/integrations/health.ts",
89
- "./integrations/openbanking/contracts": "./src/integrations/openbanking/contracts/index.ts",
90
- "./integrations/openbanking/contracts/accounts": "./src/integrations/openbanking/contracts/accounts.ts",
91
- "./integrations/openbanking/contracts/balances": "./src/integrations/openbanking/contracts/balances.ts",
92
- "./integrations/openbanking/contracts/transactions": "./src/integrations/openbanking/contracts/transactions.ts",
93
- "./integrations/openbanking/guards": "./src/integrations/openbanking/guards.ts",
94
- "./integrations/openbanking/models": "./src/integrations/openbanking/models.ts",
95
- "./integrations/openbanking/telemetry": "./src/integrations/openbanking/telemetry.ts",
96
- "./integrations/providers": "./src/integrations/providers/index.ts",
97
- "./integrations/providers/calendar": "./src/integrations/providers/calendar.ts",
98
- "./integrations/providers/elevenlabs": "./src/integrations/providers/elevenlabs.ts",
99
- "./integrations/providers/email": "./src/integrations/providers/email.ts",
100
- "./integrations/providers/embedding": "./src/integrations/providers/embedding.ts",
101
- "./integrations/providers/gcs-storage": "./src/integrations/providers/gcs-storage.ts",
102
- "./integrations/providers/gmail": "./src/integrations/providers/gmail.ts",
103
- "./integrations/providers/google-calendar": "./src/integrations/providers/google-calendar.ts",
104
- "./integrations/providers/impls": "./src/integrations/providers/impls/index.ts",
105
- "./integrations/providers/impls/elevenlabs-voice": "./src/integrations/providers/impls/elevenlabs-voice.ts",
106
- "./integrations/providers/impls/gcs-storage": "./src/integrations/providers/impls/gcs-storage.ts",
107
- "./integrations/providers/impls/gmail-inbound": "./src/integrations/providers/impls/gmail-inbound.ts",
108
- "./integrations/providers/impls/gmail-outbound": "./src/integrations/providers/impls/gmail-outbound.ts",
109
- "./integrations/providers/impls/google-calendar": "./src/integrations/providers/impls/google-calendar.ts",
110
- "./integrations/providers/impls/mistral-embedding": "./src/integrations/providers/impls/mistral-embedding.ts",
111
- "./integrations/providers/impls/mistral-llm": "./src/integrations/providers/impls/mistral-llm.ts",
112
- "./integrations/providers/impls/postmark-email": "./src/integrations/providers/impls/postmark-email.ts",
113
- "./integrations/providers/impls/powens-client": "./src/integrations/providers/impls/powens-client.ts",
114
- "./integrations/providers/impls/powens-openbanking": "./src/integrations/providers/impls/powens-openbanking.ts",
115
- "./integrations/providers/impls/provider-factory": "./src/integrations/providers/impls/provider-factory.ts",
116
- "./integrations/providers/impls/qdrant-vector": "./src/integrations/providers/impls/qdrant-vector.ts",
117
- "./integrations/providers/impls/stripe-payments": "./src/integrations/providers/impls/stripe-payments.ts",
118
- "./integrations/providers/impls/twilio-sms": "./src/integrations/providers/impls/twilio-sms.ts",
119
- "./integrations/providers/llm": "./src/integrations/providers/llm.ts",
120
- "./integrations/providers/mistral": "./src/integrations/providers/mistral.ts",
121
- "./integrations/providers/openbanking": "./src/integrations/providers/openbanking.ts",
122
- "./integrations/providers/payments": "./src/integrations/providers/payments.ts",
123
- "./integrations/providers/postmark": "./src/integrations/providers/postmark.ts",
124
- "./integrations/providers/powens": "./src/integrations/providers/powens.ts",
125
- "./integrations/providers/qdrant": "./src/integrations/providers/qdrant.ts",
126
- "./integrations/providers/sms": "./src/integrations/providers/sms.ts",
127
- "./integrations/providers/storage": "./src/integrations/providers/storage.ts",
128
- "./integrations/providers/stripe": "./src/integrations/providers/stripe.ts",
129
- "./integrations/providers/twilio-sms": "./src/integrations/providers/twilio-sms.ts",
130
- "./integrations/providers/vector-store": "./src/integrations/providers/vector-store.ts",
131
- "./integrations/providers/voice": "./src/integrations/providers/voice.ts",
132
- "./integrations/runtime": "./src/integrations/runtime.ts",
133
- "./integrations/secrets": "./src/integrations/secrets/index.ts",
134
- "./integrations/secrets/env-secret-provider": "./src/integrations/secrets/env-secret-provider.ts",
135
- "./integrations/secrets/gcp-secret-manager": "./src/integrations/secrets/gcp-secret-manager.ts",
136
- "./integrations/secrets/manager": "./src/integrations/secrets/manager.ts",
137
- "./integrations/secrets/provider": "./src/integrations/secrets/provider.ts",
138
- "./integrations/spec": "./src/integrations/spec.ts",
139
- "./jobs": "./src/jobs/index.ts",
140
- "./jobs/gcp-cloud-tasks": "./src/jobs/gcp-cloud-tasks.ts",
141
- "./jobs/gcp-pubsub": "./src/jobs/gcp-pubsub.ts",
142
- "./jobs/handlers": "./src/jobs/handlers/index.ts",
143
- "./jobs/handlers/gmail-sync-handler": "./src/jobs/handlers/gmail-sync-handler.ts",
144
- "./jobs/handlers/storage-document-handler": "./src/jobs/handlers/storage-document-handler.ts",
145
- "./jobs/memory-queue": "./src/jobs/memory-queue.ts",
146
- "./jobs/queue": "./src/jobs/queue.ts",
147
- "./jsonschema": "./src/jsonschema.ts",
148
- "./knowledge": "./src/knowledge/index.ts",
149
- "./knowledge/binding": "./src/knowledge/binding.ts",
150
- "./knowledge/contracts": "./src/knowledge/contracts.ts",
151
- "./knowledge/ingestion": "./src/knowledge/ingestion/index.ts",
152
- "./knowledge/ingestion/document-processor": "./src/knowledge/ingestion/document-processor.ts",
153
- "./knowledge/ingestion/embedding-service": "./src/knowledge/ingestion/embedding-service.ts",
154
- "./knowledge/ingestion/gmail-adapter": "./src/knowledge/ingestion/gmail-adapter.ts",
155
- "./knowledge/ingestion/storage-adapter": "./src/knowledge/ingestion/storage-adapter.ts",
156
- "./knowledge/ingestion/vector-indexer": "./src/knowledge/ingestion/vector-indexer.ts",
157
- "./knowledge/query": "./src/knowledge/query/index.ts",
158
- "./knowledge/query/service": "./src/knowledge/query/service.ts",
159
- "./knowledge/runtime": "./src/knowledge/runtime.ts",
160
- "./knowledge/source": "./src/knowledge/source.ts",
161
- "./knowledge/spaces": "./src/knowledge/spaces/index.ts",
162
- "./knowledge/spaces/email-threads": "./src/knowledge/spaces/email-threads.ts",
163
- "./knowledge/spaces/financial-docs": "./src/knowledge/spaces/financial-docs.ts",
164
- "./knowledge/spaces/financial-overview": "./src/knowledge/spaces/financial-overview.ts",
165
- "./knowledge/spaces/product-canon": "./src/knowledge/spaces/product-canon.ts",
166
- "./knowledge/spaces/support-faq": "./src/knowledge/spaces/support-faq.ts",
167
- "./knowledge/spaces/uploaded-docs": "./src/knowledge/spaces/uploaded-docs.ts",
168
- "./knowledge/spec": "./src/knowledge/spec.ts",
169
- "./markdown": "./src/markdown.ts",
170
- "./migrations": "./src/migrations.ts",
171
- "./onboarding-base": "./src/onboarding-base.ts",
172
- "./ownership": "./src/ownership.ts",
173
- "./policy/engine": "./src/policy/engine.ts",
174
- "./policy/opa-adapter": "./src/policy/opa-adapter.ts",
175
- "./policy/spec": "./src/policy/spec.ts",
176
- "./presentations": "./src/presentations.ts",
177
- "./presentations.backcompat": "./src/presentations.backcompat.ts",
178
- "./presentations.v2": "./src/presentations.v2.ts",
179
- "./prompt": "./src/prompt.ts",
180
- "./promptRegistry": "./src/promptRegistry.ts",
181
- "./regenerator": "./src/regenerator/index.ts",
182
- "./regenerator/adapters": "./src/regenerator/adapters.ts",
183
- "./regenerator/executor": "./src/regenerator/executor.ts",
184
- "./regenerator/service": "./src/regenerator/service.ts",
185
- "./regenerator/sinks": "./src/regenerator/sinks.ts",
186
- "./regenerator/types": "./src/regenerator/types.ts",
187
- "./regenerator/utils": "./src/regenerator/utils.ts",
188
- "./registry": "./src/registry.ts",
189
- "./resources": "./src/resources.ts",
190
- "./server": "./src/server/index.ts",
191
- "./server/graphql-pothos": "./src/server/graphql-pothos.ts",
192
- "./server/graphql-schema-export": "./src/server/graphql-schema-export.ts",
193
- "./server/provider-mcp": "./src/server/provider-mcp.ts",
194
- "./server/rest-elysia": "./src/server/rest-elysia.ts",
195
- "./server/rest-express": "./src/server/rest-express.ts",
196
- "./server/rest-generic": "./src/server/rest-generic.ts",
197
- "./server/rest-next-app": "./src/server/rest-next-app.ts",
198
- "./server/rest-next-mcp": "./src/server/rest-next-mcp.ts",
199
- "./server/rest-next-pages": "./src/server/rest-next-pages.ts",
200
- "./spec": "./src/spec.ts",
201
- "./telemetry": "./src/telemetry/index.ts",
202
- "./telemetry/anomaly": "./src/telemetry/anomaly.ts",
203
- "./telemetry/spec": "./src/telemetry/spec.ts",
204
- "./telemetry/tracker": "./src/telemetry/tracker.ts",
205
- "./tests": "./src/tests/index.ts",
206
- "./tests/runner": "./src/tests/runner.ts",
207
- "./tests/spec": "./src/tests/spec.ts",
208
- "./themes": "./src/themes.ts",
209
- "./translations/catalog": "./src/translations/catalog.ts",
210
- "./translations/tenant": "./src/translations/tenant.ts",
211
- "./types": "./src/types.ts",
212
- "./types/all": "./src/types/all.ts",
213
- "./workflow": "./src/workflow/index.ts",
214
- "./workflow/adapters": "./src/workflow/adapters/index.ts",
215
- "./workflow/adapters/db-adapter": "./src/workflow/adapters/db-adapter.ts",
216
- "./workflow/adapters/file-adapter": "./src/workflow/adapters/file-adapter.ts",
217
- "./workflow/adapters/memory-store": "./src/workflow/adapters/memory-store.ts",
218
- "./workflow/expression": "./src/workflow/expression.ts",
219
- "./workflow/runner": "./src/workflow/runner.ts",
220
- "./workflow/spec": "./src/workflow/spec.ts",
221
- "./workflow/state": "./src/workflow/state.ts",
222
- "./workflow/validation": "./src/workflow/validation.ts",
223
- "./*": "./*"
224
- },
225
56
  "files": [
226
57
  "dist",
227
58
  "README.md"
228
59
  ],
229
- "publishConfig": {
230
- "exports": {
231
- ".": "./dist/index.js",
232
- "./app-config": "./dist/app-config/index.js",
233
- "./app-config/branding": "./dist/app-config/branding.js",
234
- "./app-config/contracts": "./dist/app-config/contracts.js",
235
- "./app-config/events": "./dist/app-config/events.js",
236
- "./app-config/lifecycle": "./dist/app-config/lifecycle.js",
237
- "./app-config/lifecycle-contracts": "./dist/app-config/lifecycle-contracts.js",
238
- "./app-config/runtime": "./dist/app-config/runtime.js",
239
- "./app-config/spec": "./dist/app-config/spec.js",
240
- "./app-config/validation": "./dist/app-config/validation.js",
241
- "./capabilities": "./dist/capabilities.js",
242
- "./capabilities/openbanking": "./dist/capabilities/openbanking.js",
243
- "./client": "./dist/client/index.js",
244
- "./client/react": "./dist/client/react/index.js",
245
- "./client/react/drivers/rn-reusables": "./dist/client/react/drivers/rn-reusables.js",
246
- "./client/react/drivers/shadcn": "./dist/client/react/drivers/shadcn.js",
247
- "./client/react/feature-render": "./dist/client/react/feature-render.js",
248
- "./client/react/form-render": "./dist/client/react/form-render.js",
249
- "./contracts-adapter-hydration": "./dist/contracts-adapter-hydration.js",
250
- "./contracts-adapter-input": "./dist/contracts-adapter-input.js",
251
- "./data-views": "./dist/data-views.js",
252
- "./events": "./dist/events.js",
253
- "./experiments/evaluator": "./dist/experiments/evaluator.js",
254
- "./experiments/spec": "./dist/experiments/spec.js",
255
- "./features": "./dist/features.js",
256
- "./forms": "./dist/forms.js",
257
- "./install": "./dist/install.js",
258
- "./integrations": "./dist/integrations/index.js",
259
- "./integrations/binding": "./dist/integrations/binding.js",
260
- "./integrations/connection": "./dist/integrations/connection.js",
261
- "./integrations/contracts": "./dist/integrations/contracts.js",
262
- "./integrations/health": "./dist/integrations/health.js",
263
- "./integrations/openbanking/contracts": "./dist/integrations/openbanking/contracts/index.js",
264
- "./integrations/openbanking/contracts/accounts": "./dist/integrations/openbanking/contracts/accounts.js",
265
- "./integrations/openbanking/contracts/balances": "./dist/integrations/openbanking/contracts/balances.js",
266
- "./integrations/openbanking/contracts/transactions": "./dist/integrations/openbanking/contracts/transactions.js",
267
- "./integrations/openbanking/guards": "./dist/integrations/openbanking/guards.js",
268
- "./integrations/openbanking/models": "./dist/integrations/openbanking/models.js",
269
- "./integrations/openbanking/telemetry": "./dist/integrations/openbanking/telemetry.js",
270
- "./integrations/providers": "./dist/integrations/providers/index.js",
271
- "./integrations/providers/calendar": "./dist/integrations/providers/calendar.js",
272
- "./integrations/providers/elevenlabs": "./dist/integrations/providers/elevenlabs.js",
273
- "./integrations/providers/email": "./dist/integrations/providers/email.js",
274
- "./integrations/providers/embedding": "./dist/integrations/providers/embedding.js",
275
- "./integrations/providers/gcs-storage": "./dist/integrations/providers/gcs-storage.js",
276
- "./integrations/providers/gmail": "./dist/integrations/providers/gmail.js",
277
- "./integrations/providers/google-calendar": "./dist/integrations/providers/google-calendar.js",
278
- "./integrations/providers/impls": "./dist/integrations/providers/impls/index.js",
279
- "./integrations/providers/impls/elevenlabs-voice": "./dist/integrations/providers/impls/elevenlabs-voice.js",
280
- "./integrations/providers/impls/gcs-storage": "./dist/integrations/providers/impls/gcs-storage.js",
281
- "./integrations/providers/impls/gmail-inbound": "./dist/integrations/providers/impls/gmail-inbound.js",
282
- "./integrations/providers/impls/gmail-outbound": "./dist/integrations/providers/impls/gmail-outbound.js",
283
- "./integrations/providers/impls/google-calendar": "./dist/integrations/providers/impls/google-calendar.js",
284
- "./integrations/providers/impls/mistral-embedding": "./dist/integrations/providers/impls/mistral-embedding.js",
285
- "./integrations/providers/impls/mistral-llm": "./dist/integrations/providers/impls/mistral-llm.js",
286
- "./integrations/providers/impls/postmark-email": "./dist/integrations/providers/impls/postmark-email.js",
287
- "./integrations/providers/impls/powens-client": "./dist/integrations/providers/impls/powens-client.js",
288
- "./integrations/providers/impls/powens-openbanking": "./dist/integrations/providers/impls/powens-openbanking.js",
289
- "./integrations/providers/impls/provider-factory": "./dist/integrations/providers/impls/provider-factory.js",
290
- "./integrations/providers/impls/qdrant-vector": "./dist/integrations/providers/impls/qdrant-vector.js",
291
- "./integrations/providers/impls/stripe-payments": "./dist/integrations/providers/impls/stripe-payments.js",
292
- "./integrations/providers/impls/twilio-sms": "./dist/integrations/providers/impls/twilio-sms.js",
293
- "./integrations/providers/llm": "./dist/integrations/providers/llm.js",
294
- "./integrations/providers/mistral": "./dist/integrations/providers/mistral.js",
295
- "./integrations/providers/openbanking": "./dist/integrations/providers/openbanking.js",
296
- "./integrations/providers/payments": "./dist/integrations/providers/payments.js",
297
- "./integrations/providers/postmark": "./dist/integrations/providers/postmark.js",
298
- "./integrations/providers/powens": "./dist/integrations/providers/powens.js",
299
- "./integrations/providers/qdrant": "./dist/integrations/providers/qdrant.js",
300
- "./integrations/providers/sms": "./dist/integrations/providers/sms.js",
301
- "./integrations/providers/storage": "./dist/integrations/providers/storage.js",
302
- "./integrations/providers/stripe": "./dist/integrations/providers/stripe.js",
303
- "./integrations/providers/twilio-sms": "./dist/integrations/providers/twilio-sms.js",
304
- "./integrations/providers/vector-store": "./dist/integrations/providers/vector-store.js",
305
- "./integrations/providers/voice": "./dist/integrations/providers/voice.js",
306
- "./integrations/runtime": "./dist/integrations/runtime.js",
307
- "./integrations/secrets": "./dist/integrations/secrets/index.js",
308
- "./integrations/secrets/env-secret-provider": "./dist/integrations/secrets/env-secret-provider.js",
309
- "./integrations/secrets/gcp-secret-manager": "./dist/integrations/secrets/gcp-secret-manager.js",
310
- "./integrations/secrets/manager": "./dist/integrations/secrets/manager.js",
311
- "./integrations/secrets/provider": "./dist/integrations/secrets/provider.js",
312
- "./integrations/spec": "./dist/integrations/spec.js",
313
- "./jobs": "./dist/jobs/index.js",
314
- "./jobs/gcp-cloud-tasks": "./dist/jobs/gcp-cloud-tasks.js",
315
- "./jobs/gcp-pubsub": "./dist/jobs/gcp-pubsub.js",
316
- "./jobs/handlers": "./dist/jobs/handlers/index.js",
317
- "./jobs/handlers/gmail-sync-handler": "./dist/jobs/handlers/gmail-sync-handler.js",
318
- "./jobs/handlers/storage-document-handler": "./dist/jobs/handlers/storage-document-handler.js",
319
- "./jobs/memory-queue": "./dist/jobs/memory-queue.js",
320
- "./jobs/queue": "./dist/jobs/queue.js",
321
- "./jsonschema": "./dist/jsonschema.js",
322
- "./knowledge": "./dist/knowledge/index.js",
323
- "./knowledge/binding": "./dist/knowledge/binding.js",
324
- "./knowledge/contracts": "./dist/knowledge/contracts.js",
325
- "./knowledge/ingestion": "./dist/knowledge/ingestion/index.js",
326
- "./knowledge/ingestion/document-processor": "./dist/knowledge/ingestion/document-processor.js",
327
- "./knowledge/ingestion/embedding-service": "./dist/knowledge/ingestion/embedding-service.js",
328
- "./knowledge/ingestion/gmail-adapter": "./dist/knowledge/ingestion/gmail-adapter.js",
329
- "./knowledge/ingestion/storage-adapter": "./dist/knowledge/ingestion/storage-adapter.js",
330
- "./knowledge/ingestion/vector-indexer": "./dist/knowledge/ingestion/vector-indexer.js",
331
- "./knowledge/query": "./dist/knowledge/query/index.js",
332
- "./knowledge/query/service": "./dist/knowledge/query/service.js",
333
- "./knowledge/runtime": "./dist/knowledge/runtime.js",
334
- "./knowledge/source": "./dist/knowledge/source.js",
335
- "./knowledge/spaces": "./dist/knowledge/spaces/index.js",
336
- "./knowledge/spaces/email-threads": "./dist/knowledge/spaces/email-threads.js",
337
- "./knowledge/spaces/financial-docs": "./dist/knowledge/spaces/financial-docs.js",
338
- "./knowledge/spaces/financial-overview": "./dist/knowledge/spaces/financial-overview.js",
339
- "./knowledge/spaces/product-canon": "./dist/knowledge/spaces/product-canon.js",
340
- "./knowledge/spaces/support-faq": "./dist/knowledge/spaces/support-faq.js",
341
- "./knowledge/spaces/uploaded-docs": "./dist/knowledge/spaces/uploaded-docs.js",
342
- "./knowledge/spec": "./dist/knowledge/spec.js",
343
- "./markdown": "./dist/markdown.js",
344
- "./migrations": "./dist/migrations.js",
345
- "./onboarding-base": "./dist/onboarding-base.js",
346
- "./ownership": "./dist/ownership.js",
347
- "./policy/engine": "./dist/policy/engine.js",
348
- "./policy/opa-adapter": "./dist/policy/opa-adapter.js",
349
- "./policy/spec": "./dist/policy/spec.js",
350
- "./presentations": "./dist/presentations.js",
351
- "./presentations.backcompat": "./dist/presentations.backcompat.js",
352
- "./presentations.v2": "./dist/presentations.v2.js",
353
- "./prompt": "./dist/prompt.js",
354
- "./promptRegistry": "./dist/promptRegistry.js",
355
- "./regenerator": "./dist/regenerator/index.js",
356
- "./regenerator/adapters": "./dist/regenerator/adapters.js",
357
- "./regenerator/executor": "./dist/regenerator/executor.js",
358
- "./regenerator/service": "./dist/regenerator/service.js",
359
- "./regenerator/sinks": "./dist/regenerator/sinks.js",
360
- "./regenerator/types": "./dist/regenerator/types.js",
361
- "./regenerator/utils": "./dist/regenerator/utils.js",
362
- "./registry": "./dist/registry.js",
363
- "./resources": "./dist/resources.js",
364
- "./server": "./dist/server/index.js",
365
- "./server/graphql-pothos": "./dist/server/graphql-pothos.js",
366
- "./server/graphql-schema-export": "./dist/server/graphql-schema-export.js",
367
- "./server/provider-mcp": "./dist/server/provider-mcp.js",
368
- "./server/rest-elysia": "./dist/server/rest-elysia.js",
369
- "./server/rest-express": "./dist/server/rest-express.js",
370
- "./server/rest-generic": "./dist/server/rest-generic.js",
371
- "./server/rest-next-app": "./dist/server/rest-next-app.js",
372
- "./server/rest-next-mcp": "./dist/server/rest-next-mcp.js",
373
- "./server/rest-next-pages": "./dist/server/rest-next-pages.js",
374
- "./spec": "./dist/spec.js",
375
- "./telemetry": "./dist/telemetry/index.js",
376
- "./telemetry/anomaly": "./dist/telemetry/anomaly.js",
377
- "./telemetry/spec": "./dist/telemetry/spec.js",
378
- "./telemetry/tracker": "./dist/telemetry/tracker.js",
379
- "./tests": "./dist/tests/index.js",
380
- "./tests/runner": "./dist/tests/runner.js",
381
- "./tests/spec": "./dist/tests/spec.js",
382
- "./themes": "./dist/themes.js",
383
- "./translations/catalog": "./dist/translations/catalog.js",
384
- "./translations/tenant": "./dist/translations/tenant.js",
385
- "./types": "./dist/types.js",
386
- "./types/all": "./dist/types/all.js",
387
- "./workflow": "./dist/workflow/index.js",
388
- "./workflow/adapters": "./dist/workflow/adapters/index.js",
389
- "./workflow/adapters/db-adapter": "./dist/workflow/adapters/db-adapter.js",
390
- "./workflow/adapters/file-adapter": "./dist/workflow/adapters/file-adapter.js",
391
- "./workflow/adapters/memory-store": "./dist/workflow/adapters/memory-store.js",
392
- "./workflow/expression": "./dist/workflow/expression.js",
393
- "./workflow/runner": "./dist/workflow/runner.js",
394
- "./workflow/spec": "./dist/workflow/spec.js",
395
- "./workflow/state": "./dist/workflow/state.js",
396
- "./workflow/validation": "./dist/workflow/validation.js",
397
- "./*": "./*"
398
- }
60
+ "exports": {
61
+ ".": "./dist/index.js",
62
+ "./app-config": "./dist/app-config/index.js",
63
+ "./app-config/branding": "./dist/app-config/branding.js",
64
+ "./app-config/contracts": "./dist/app-config/contracts.js",
65
+ "./app-config/events": "./dist/app-config/events.js",
66
+ "./app-config/lifecycle": "./dist/app-config/lifecycle.js",
67
+ "./app-config/lifecycle-contracts": "./dist/app-config/lifecycle-contracts.js",
68
+ "./app-config/runtime": "./dist/app-config/runtime.js",
69
+ "./app-config/spec": "./dist/app-config/spec.js",
70
+ "./app-config/validation": "./dist/app-config/validation.js",
71
+ "./capabilities": "./dist/capabilities.js",
72
+ "./capabilities/openbanking": "./dist/capabilities/openbanking.js",
73
+ "./client": "./dist/client/index.js",
74
+ "./client/react": "./dist/client/react/index.js",
75
+ "./client/react/drivers/rn-reusables": "./dist/client/react/drivers/rn-reusables.js",
76
+ "./client/react/drivers/shadcn": "./dist/client/react/drivers/shadcn.js",
77
+ "./client/react/feature-render": "./dist/client/react/feature-render.js",
78
+ "./client/react/form-render": "./dist/client/react/form-render.js",
79
+ "./contracts-adapter-hydration": "./dist/contracts-adapter-hydration.js",
80
+ "./contracts-adapter-input": "./dist/contracts-adapter-input.js",
81
+ "./data-views": "./dist/data-views.js",
82
+ "./events": "./dist/events.js",
83
+ "./experiments/evaluator": "./dist/experiments/evaluator.js",
84
+ "./experiments/spec": "./dist/experiments/spec.js",
85
+ "./features": "./dist/features.js",
86
+ "./forms": "./dist/forms.js",
87
+ "./install": "./dist/install.js",
88
+ "./integrations": "./dist/integrations/index.js",
89
+ "./integrations/binding": "./dist/integrations/binding.js",
90
+ "./integrations/connection": "./dist/integrations/connection.js",
91
+ "./integrations/contracts": "./dist/integrations/contracts.js",
92
+ "./integrations/health": "./dist/integrations/health.js",
93
+ "./integrations/openbanking/contracts": "./dist/integrations/openbanking/contracts/index.js",
94
+ "./integrations/openbanking/contracts/accounts": "./dist/integrations/openbanking/contracts/accounts.js",
95
+ "./integrations/openbanking/contracts/balances": "./dist/integrations/openbanking/contracts/balances.js",
96
+ "./integrations/openbanking/contracts/transactions": "./dist/integrations/openbanking/contracts/transactions.js",
97
+ "./integrations/openbanking/guards": "./dist/integrations/openbanking/guards.js",
98
+ "./integrations/openbanking/models": "./dist/integrations/openbanking/models.js",
99
+ "./integrations/openbanking/telemetry": "./dist/integrations/openbanking/telemetry.js",
100
+ "./integrations/providers": "./dist/integrations/providers/index.js",
101
+ "./integrations/providers/calendar": "./dist/integrations/providers/calendar.js",
102
+ "./integrations/providers/elevenlabs": "./dist/integrations/providers/elevenlabs.js",
103
+ "./integrations/providers/email": "./dist/integrations/providers/email.js",
104
+ "./integrations/providers/embedding": "./dist/integrations/providers/embedding.js",
105
+ "./integrations/providers/gcs-storage": "./dist/integrations/providers/gcs-storage.js",
106
+ "./integrations/providers/gmail": "./dist/integrations/providers/gmail.js",
107
+ "./integrations/providers/google-calendar": "./dist/integrations/providers/google-calendar.js",
108
+ "./integrations/providers/impls": "./dist/integrations/providers/impls/index.js",
109
+ "./integrations/providers/impls/elevenlabs-voice": "./dist/integrations/providers/impls/elevenlabs-voice.js",
110
+ "./integrations/providers/impls/gcs-storage": "./dist/integrations/providers/impls/gcs-storage.js",
111
+ "./integrations/providers/impls/gmail-inbound": "./dist/integrations/providers/impls/gmail-inbound.js",
112
+ "./integrations/providers/impls/gmail-outbound": "./dist/integrations/providers/impls/gmail-outbound.js",
113
+ "./integrations/providers/impls/google-calendar": "./dist/integrations/providers/impls/google-calendar.js",
114
+ "./integrations/providers/impls/mistral-embedding": "./dist/integrations/providers/impls/mistral-embedding.js",
115
+ "./integrations/providers/impls/mistral-llm": "./dist/integrations/providers/impls/mistral-llm.js",
116
+ "./integrations/providers/impls/postmark-email": "./dist/integrations/providers/impls/postmark-email.js",
117
+ "./integrations/providers/impls/powens-client": "./dist/integrations/providers/impls/powens-client.js",
118
+ "./integrations/providers/impls/powens-openbanking": "./dist/integrations/providers/impls/powens-openbanking.js",
119
+ "./integrations/providers/impls/provider-factory": "./dist/integrations/providers/impls/provider-factory.js",
120
+ "./integrations/providers/impls/qdrant-vector": "./dist/integrations/providers/impls/qdrant-vector.js",
121
+ "./integrations/providers/impls/stripe-payments": "./dist/integrations/providers/impls/stripe-payments.js",
122
+ "./integrations/providers/impls/twilio-sms": "./dist/integrations/providers/impls/twilio-sms.js",
123
+ "./integrations/providers/llm": "./dist/integrations/providers/llm.js",
124
+ "./integrations/providers/mistral": "./dist/integrations/providers/mistral.js",
125
+ "./integrations/providers/openbanking": "./dist/integrations/providers/openbanking.js",
126
+ "./integrations/providers/payments": "./dist/integrations/providers/payments.js",
127
+ "./integrations/providers/postmark": "./dist/integrations/providers/postmark.js",
128
+ "./integrations/providers/powens": "./dist/integrations/providers/powens.js",
129
+ "./integrations/providers/qdrant": "./dist/integrations/providers/qdrant.js",
130
+ "./integrations/providers/sms": "./dist/integrations/providers/sms.js",
131
+ "./integrations/providers/storage": "./dist/integrations/providers/storage.js",
132
+ "./integrations/providers/stripe": "./dist/integrations/providers/stripe.js",
133
+ "./integrations/providers/twilio-sms": "./dist/integrations/providers/twilio-sms.js",
134
+ "./integrations/providers/vector-store": "./dist/integrations/providers/vector-store.js",
135
+ "./integrations/providers/voice": "./dist/integrations/providers/voice.js",
136
+ "./integrations/runtime": "./dist/integrations/runtime.js",
137
+ "./integrations/secrets": "./dist/integrations/secrets/index.js",
138
+ "./integrations/secrets/env-secret-provider": "./dist/integrations/secrets/env-secret-provider.js",
139
+ "./integrations/secrets/gcp-secret-manager": "./dist/integrations/secrets/gcp-secret-manager.js",
140
+ "./integrations/secrets/manager": "./dist/integrations/secrets/manager.js",
141
+ "./integrations/secrets/provider": "./dist/integrations/secrets/provider.js",
142
+ "./integrations/spec": "./dist/integrations/spec.js",
143
+ "./jobs": "./dist/jobs/index.js",
144
+ "./jobs/gcp-cloud-tasks": "./dist/jobs/gcp-cloud-tasks.js",
145
+ "./jobs/gcp-pubsub": "./dist/jobs/gcp-pubsub.js",
146
+ "./jobs/handlers": "./dist/jobs/handlers/index.js",
147
+ "./jobs/handlers/gmail-sync-handler": "./dist/jobs/handlers/gmail-sync-handler.js",
148
+ "./jobs/handlers/storage-document-handler": "./dist/jobs/handlers/storage-document-handler.js",
149
+ "./jobs/memory-queue": "./dist/jobs/memory-queue.js",
150
+ "./jobs/queue": "./dist/jobs/queue.js",
151
+ "./jsonschema": "./dist/jsonschema.js",
152
+ "./knowledge": "./dist/knowledge/index.js",
153
+ "./knowledge/binding": "./dist/knowledge/binding.js",
154
+ "./knowledge/contracts": "./dist/knowledge/contracts.js",
155
+ "./knowledge/ingestion": "./dist/knowledge/ingestion/index.js",
156
+ "./knowledge/ingestion/document-processor": "./dist/knowledge/ingestion/document-processor.js",
157
+ "./knowledge/ingestion/embedding-service": "./dist/knowledge/ingestion/embedding-service.js",
158
+ "./knowledge/ingestion/gmail-adapter": "./dist/knowledge/ingestion/gmail-adapter.js",
159
+ "./knowledge/ingestion/storage-adapter": "./dist/knowledge/ingestion/storage-adapter.js",
160
+ "./knowledge/ingestion/vector-indexer": "./dist/knowledge/ingestion/vector-indexer.js",
161
+ "./knowledge/query": "./dist/knowledge/query/index.js",
162
+ "./knowledge/query/service": "./dist/knowledge/query/service.js",
163
+ "./knowledge/runtime": "./dist/knowledge/runtime.js",
164
+ "./knowledge/source": "./dist/knowledge/source.js",
165
+ "./knowledge/spaces": "./dist/knowledge/spaces/index.js",
166
+ "./knowledge/spaces/email-threads": "./dist/knowledge/spaces/email-threads.js",
167
+ "./knowledge/spaces/financial-docs": "./dist/knowledge/spaces/financial-docs.js",
168
+ "./knowledge/spaces/financial-overview": "./dist/knowledge/spaces/financial-overview.js",
169
+ "./knowledge/spaces/product-canon": "./dist/knowledge/spaces/product-canon.js",
170
+ "./knowledge/spaces/support-faq": "./dist/knowledge/spaces/support-faq.js",
171
+ "./knowledge/spaces/uploaded-docs": "./dist/knowledge/spaces/uploaded-docs.js",
172
+ "./knowledge/spec": "./dist/knowledge/spec.js",
173
+ "./markdown": "./dist/markdown.js",
174
+ "./migrations": "./dist/migrations.js",
175
+ "./onboarding-base": "./dist/onboarding-base.js",
176
+ "./ownership": "./dist/ownership.js",
177
+ "./policy/engine": "./dist/policy/engine.js",
178
+ "./policy/opa-adapter": "./dist/policy/opa-adapter.js",
179
+ "./policy/spec": "./dist/policy/spec.js",
180
+ "./presentations": "./dist/presentations.js",
181
+ "./presentations.backcompat": "./dist/presentations.backcompat.js",
182
+ "./presentations.v2": "./dist/presentations.v2.js",
183
+ "./prompt": "./dist/prompt.js",
184
+ "./promptRegistry": "./dist/promptRegistry.js",
185
+ "./regenerator": "./dist/regenerator/index.js",
186
+ "./regenerator/adapters": "./dist/regenerator/adapters.js",
187
+ "./regenerator/executor": "./dist/regenerator/executor.js",
188
+ "./regenerator/service": "./dist/regenerator/service.js",
189
+ "./regenerator/sinks": "./dist/regenerator/sinks.js",
190
+ "./regenerator/types": "./dist/regenerator/types.js",
191
+ "./regenerator/utils": "./dist/regenerator/utils.js",
192
+ "./registry": "./dist/registry.js",
193
+ "./resources": "./dist/resources.js",
194
+ "./server": "./dist/server/index.js",
195
+ "./server/graphql-pothos": "./dist/server/graphql-pothos.js",
196
+ "./server/graphql-schema-export": "./dist/server/graphql-schema-export.js",
197
+ "./server/provider-mcp": "./dist/server/provider-mcp.js",
198
+ "./server/rest-elysia": "./dist/server/rest-elysia.js",
199
+ "./server/rest-express": "./dist/server/rest-express.js",
200
+ "./server/rest-generic": "./dist/server/rest-generic.js",
201
+ "./server/rest-next-app": "./dist/server/rest-next-app.js",
202
+ "./server/rest-next-mcp": "./dist/server/rest-next-mcp.js",
203
+ "./server/rest-next-pages": "./dist/server/rest-next-pages.js",
204
+ "./spec": "./dist/spec.js",
205
+ "./telemetry": "./dist/telemetry/index.js",
206
+ "./telemetry/anomaly": "./dist/telemetry/anomaly.js",
207
+ "./telemetry/spec": "./dist/telemetry/spec.js",
208
+ "./telemetry/tracker": "./dist/telemetry/tracker.js",
209
+ "./tests": "./dist/tests/index.js",
210
+ "./tests/runner": "./dist/tests/runner.js",
211
+ "./tests/spec": "./dist/tests/spec.js",
212
+ "./themes": "./dist/themes.js",
213
+ "./translations/catalog": "./dist/translations/catalog.js",
214
+ "./translations/tenant": "./dist/translations/tenant.js",
215
+ "./types": "./dist/types.js",
216
+ "./types/all": "./dist/types/all.js",
217
+ "./workflow": "./dist/workflow/index.js",
218
+ "./workflow/adapters": "./dist/workflow/adapters/index.js",
219
+ "./workflow/adapters/db-adapter": "./dist/workflow/adapters/db-adapter.js",
220
+ "./workflow/adapters/file-adapter": "./dist/workflow/adapters/file-adapter.js",
221
+ "./workflow/adapters/memory-store": "./dist/workflow/adapters/memory-store.js",
222
+ "./workflow/expression": "./dist/workflow/expression.js",
223
+ "./workflow/runner": "./dist/workflow/runner.js",
224
+ "./workflow/spec": "./dist/workflow/spec.js",
225
+ "./workflow/state": "./dist/workflow/state.js",
226
+ "./workflow/validation": "./dist/workflow/validation.js",
227
+ "./*": "./*"
399
228
  }
400
229
  }