@lssm/lib.contracts 0.0.0-canary-20251207012602 → 0.0.0-canary-20251207043720

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 (404) hide show
  1. package/dist/_virtual/rolldown_runtime.js +1 -0
  2. package/dist/app-config/contracts.js +1 -1
  3. package/dist/app-config/events.js +1 -1
  4. package/dist/app-config/lifecycle-contracts.js +1 -1
  5. package/dist/events.js +1 -1
  6. package/dist/index.js +1 -1
  7. package/dist/integrations/contracts.js +1 -1
  8. package/dist/integrations/openbanking/contracts/accounts.js +1 -1
  9. package/dist/integrations/openbanking/contracts/balances.js +1 -1
  10. package/dist/integrations/openbanking/contracts/transactions.js +1 -1
  11. package/dist/integrations/openbanking/models.js +1 -1
  12. package/dist/integrations/secrets/gcp-secret-manager.js +1 -1
  13. package/dist/jobs/scaleway-sqs-queue.js +1 -1
  14. package/dist/knowledge/contracts.js +1 -1
  15. package/dist/node_modules/@pothos/plugin-complexity/esm/calculate-complexity.js +1 -0
  16. package/dist/node_modules/@pothos/plugin-complexity/esm/defaults.js +1 -0
  17. package/dist/node_modules/@pothos/plugin-complexity/esm/index.js +1 -0
  18. package/dist/node_modules/@pothos/plugin-complexity/esm/types.js +1 -0
  19. package/dist/node_modules/@pothos/plugin-complexity/esm/util.js +1 -0
  20. package/dist/node_modules/@pothos/plugin-complexity/esm/validator.js +1 -0
  21. package/dist/node_modules/@pothos/plugin-dataloader/esm/field-builder.js +1 -0
  22. package/dist/node_modules/@pothos/plugin-dataloader/esm/index.js +1 -0
  23. package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/index.js +1 -0
  24. package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/interface.js +1 -0
  25. package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/node.js +1 -0
  26. package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/object.js +1 -0
  27. package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/union.js +1 -0
  28. package/dist/node_modules/@pothos/plugin-dataloader/esm/schema-builder.js +1 -0
  29. package/dist/node_modules/@pothos/plugin-dataloader/esm/util.js +1 -0
  30. package/dist/node_modules/@pothos/plugin-prisma/esm/connection-helpers.js +1 -0
  31. package/dist/node_modules/@pothos/plugin-prisma/esm/field-builder.js +1 -0
  32. package/dist/node_modules/@pothos/plugin-prisma/esm/index.js +1 -0
  33. package/dist/node_modules/@pothos/plugin-prisma/esm/interface-ref.js +1 -0
  34. package/dist/node_modules/@pothos/plugin-prisma/esm/model-loader.js +1 -0
  35. package/dist/node_modules/@pothos/plugin-prisma/esm/node-ref.js +1 -0
  36. package/dist/node_modules/@pothos/plugin-prisma/esm/object-ref.js +1 -0
  37. package/dist/node_modules/@pothos/plugin-prisma/esm/prisma-field-builder.js +1 -0
  38. package/dist/node_modules/@pothos/plugin-prisma/esm/schema-builder.js +1 -0
  39. package/dist/node_modules/@pothos/plugin-prisma/esm/types.js +0 -0
  40. package/dist/node_modules/@pothos/plugin-prisma/esm/util/cursors.js +1 -0
  41. package/dist/node_modules/@pothos/plugin-prisma/esm/util/datamodel.js +1 -0
  42. package/dist/node_modules/@pothos/plugin-prisma/esm/util/deep-equal.js +1 -0
  43. package/dist/node_modules/@pothos/plugin-prisma/esm/util/description.js +1 -0
  44. package/dist/node_modules/@pothos/plugin-prisma/esm/util/get-client.js +1 -0
  45. package/dist/node_modules/@pothos/plugin-prisma/esm/util/loader-map.js +1 -0
  46. package/dist/node_modules/@pothos/plugin-prisma/esm/util/map-query.js +1 -0
  47. package/dist/node_modules/@pothos/plugin-prisma/esm/util/relation-map.js +1 -0
  48. package/dist/node_modules/@pothos/plugin-prisma/esm/util/selections.js +1 -0
  49. package/dist/node_modules/@pothos/plugin-prisma/esm/util/usage.js +1 -0
  50. package/dist/node_modules/@pothos/plugin-tracing/esm/index.js +1 -0
  51. package/dist/node_modules/@pothos/plugin-tracing/esm/util.js +1 -0
  52. package/dist/node_modules/dataloader/index.js +7 -0
  53. package/dist/node_modules/graphql/error/GraphQLError.js +5 -0
  54. package/dist/node_modules/graphql/error/index.js +1 -0
  55. package/dist/node_modules/graphql/error/locatedError.js +1 -0
  56. package/dist/node_modules/graphql/error/syntaxError.js +1 -0
  57. package/dist/node_modules/graphql/execution/collectFields.js +1 -0
  58. package/dist/node_modules/graphql/execution/execute.js +1 -0
  59. package/dist/node_modules/graphql/execution/index.js +1 -0
  60. package/dist/node_modules/graphql/execution/mapAsyncIterator.js +1 -0
  61. package/dist/node_modules/graphql/execution/subscribe.js +1 -0
  62. package/dist/node_modules/graphql/execution/values.js +1 -0
  63. package/dist/node_modules/graphql/graphql.js +1 -0
  64. package/dist/node_modules/graphql/index.js +1 -0
  65. package/dist/node_modules/graphql/jsutils/Path.js +1 -0
  66. package/dist/node_modules/graphql/jsutils/devAssert.js +1 -0
  67. package/dist/node_modules/graphql/jsutils/didYouMean.js +1 -0
  68. package/dist/node_modules/graphql/jsutils/groupBy.js +1 -0
  69. package/dist/node_modules/graphql/jsutils/identityFunc.js +1 -0
  70. package/dist/node_modules/graphql/jsutils/inspect.js +1 -0
  71. package/dist/node_modules/graphql/jsutils/instanceOf.js +12 -0
  72. package/dist/node_modules/graphql/jsutils/invariant.js +1 -0
  73. package/dist/node_modules/graphql/jsutils/isAsyncIterable.js +1 -0
  74. package/dist/node_modules/graphql/jsutils/isIterableObject.js +1 -0
  75. package/dist/node_modules/graphql/jsutils/isObjectLike.js +1 -0
  76. package/dist/node_modules/graphql/jsutils/isPromise.js +1 -0
  77. package/dist/node_modules/graphql/jsutils/keyMap.js +1 -0
  78. package/dist/node_modules/graphql/jsutils/keyValMap.js +1 -0
  79. package/dist/node_modules/graphql/jsutils/mapValue.js +1 -0
  80. package/dist/node_modules/graphql/jsutils/memoize3.js +1 -0
  81. package/dist/node_modules/graphql/jsutils/naturalCompare.js +1 -0
  82. package/dist/node_modules/graphql/jsutils/printPathArray.js +1 -0
  83. package/dist/node_modules/graphql/jsutils/promiseForObject.js +1 -0
  84. package/dist/node_modules/graphql/jsutils/promiseReduce.js +1 -0
  85. package/dist/node_modules/graphql/jsutils/suggestionList.js +1 -0
  86. package/dist/node_modules/graphql/jsutils/toError.js +1 -0
  87. package/dist/node_modules/graphql/jsutils/toObjMap.js +1 -0
  88. package/dist/node_modules/graphql/language/ast.js +1 -0
  89. package/dist/node_modules/graphql/language/blockString.js +3 -0
  90. package/dist/node_modules/graphql/language/characterClasses.js +1 -0
  91. package/dist/node_modules/graphql/language/directiveLocation.js +1 -0
  92. package/dist/node_modules/graphql/language/index.js +1 -0
  93. package/dist/node_modules/graphql/language/kinds.js +1 -0
  94. package/dist/node_modules/graphql/language/lexer.js +3 -0
  95. package/dist/node_modules/graphql/language/location.js +1 -0
  96. package/dist/node_modules/graphql/language/parser.js +1 -0
  97. package/dist/node_modules/graphql/language/predicates.js +1 -0
  98. package/dist/node_modules/graphql/language/printLocation.js +2 -0
  99. package/dist/node_modules/graphql/language/printString.js +1 -0
  100. package/dist/node_modules/graphql/language/printer.js +34 -0
  101. package/dist/node_modules/graphql/language/schemaCoordinateLexer.js +1 -0
  102. package/dist/node_modules/graphql/language/source.js +1 -0
  103. package/dist/node_modules/graphql/language/tokenKind.js +1 -0
  104. package/dist/node_modules/graphql/language/visitor.js +1 -0
  105. package/dist/node_modules/graphql/type/assertName.js +1 -0
  106. package/dist/node_modules/graphql/type/definition.js +1 -0
  107. package/dist/node_modules/graphql/type/directives.js +1 -0
  108. package/dist/node_modules/graphql/type/index.js +1 -0
  109. package/dist/node_modules/graphql/type/introspection.js +3 -0
  110. package/dist/node_modules/graphql/type/scalars.js +1 -0
  111. package/dist/node_modules/graphql/type/schema.js +1 -0
  112. package/dist/node_modules/graphql/type/validate.js +3 -0
  113. package/dist/node_modules/graphql/utilities/TypeInfo.js +1 -0
  114. package/dist/node_modules/graphql/utilities/assertValidName.js +1 -0
  115. package/dist/node_modules/graphql/utilities/astFromValue.js +1 -0
  116. package/dist/node_modules/graphql/utilities/buildASTSchema.js +1 -0
  117. package/dist/node_modules/graphql/utilities/buildClientSchema.js +1 -0
  118. package/dist/node_modules/graphql/utilities/coerceInputValue.js +1 -0
  119. package/dist/node_modules/graphql/utilities/concatAST.js +1 -0
  120. package/dist/node_modules/graphql/utilities/extendSchema.js +1 -0
  121. package/dist/node_modules/graphql/utilities/findBreakingChanges.js +1 -0
  122. package/dist/node_modules/graphql/utilities/getIntrospectionQuery.js +107 -0
  123. package/dist/node_modules/graphql/utilities/getOperationAST.js +1 -0
  124. package/dist/node_modules/graphql/utilities/getOperationRootType.js +1 -0
  125. package/dist/node_modules/graphql/utilities/index.js +1 -0
  126. package/dist/node_modules/graphql/utilities/introspectionFromSchema.js +1 -0
  127. package/dist/node_modules/graphql/utilities/lexicographicSortSchema.js +1 -0
  128. package/dist/node_modules/graphql/utilities/printSchema.js +13 -0
  129. package/dist/node_modules/graphql/utilities/resolveSchemaCoordinate.js +1 -0
  130. package/dist/node_modules/graphql/utilities/separateOperations.js +1 -0
  131. package/dist/node_modules/graphql/utilities/sortValueNode.js +1 -0
  132. package/dist/node_modules/graphql/utilities/stripIgnoredCharacters.js +1 -0
  133. package/dist/node_modules/graphql/utilities/typeComparators.js +1 -0
  134. package/dist/node_modules/graphql/utilities/typeFromAST.js +1 -0
  135. package/dist/node_modules/graphql/utilities/valueFromAST.js +1 -0
  136. package/dist/node_modules/graphql/utilities/valueFromASTUntyped.js +1 -0
  137. package/dist/node_modules/graphql/validation/ValidationContext.js +1 -0
  138. package/dist/node_modules/graphql/validation/index.js +1 -0
  139. package/dist/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +1 -0
  140. package/dist/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +1 -0
  141. package/dist/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +1 -0
  142. package/dist/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +1 -0
  143. package/dist/node_modules/graphql/validation/rules/KnownDirectivesRule.js +1 -0
  144. package/dist/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +1 -0
  145. package/dist/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +1 -0
  146. package/dist/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +1 -0
  147. package/dist/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +1 -0
  148. package/dist/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.js +1 -0
  149. package/dist/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +1 -0
  150. package/dist/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +1 -0
  151. package/dist/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +1 -0
  152. package/dist/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +1 -0
  153. package/dist/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +1 -0
  154. package/dist/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +1 -0
  155. package/dist/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +1 -0
  156. package/dist/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +1 -0
  157. package/dist/node_modules/graphql/validation/rules/ScalarLeafsRule.js +1 -0
  158. package/dist/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +1 -0
  159. package/dist/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +1 -0
  160. package/dist/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +1 -0
  161. package/dist/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +1 -0
  162. package/dist/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +1 -0
  163. package/dist/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +1 -0
  164. package/dist/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +1 -0
  165. package/dist/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +1 -0
  166. package/dist/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +1 -0
  167. package/dist/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +1 -0
  168. package/dist/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +1 -0
  169. package/dist/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +1 -0
  170. package/dist/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +1 -0
  171. package/dist/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +1 -0
  172. package/dist/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +1 -0
  173. package/dist/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +1 -0
  174. package/dist/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +1 -0
  175. package/dist/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +1 -0
  176. package/dist/node_modules/graphql/validation/specifiedRules.js +1 -0
  177. package/dist/node_modules/graphql/validation/validate.js +5 -0
  178. package/dist/node_modules/graphql/version.js +1 -0
  179. package/dist/node_modules/zod-to-json-schema/dist/esm/Options.js +1 -0
  180. package/dist/node_modules/zod-to-json-schema/dist/esm/Refs.js +1 -0
  181. package/dist/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +1 -0
  182. package/dist/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +1 -0
  183. package/dist/node_modules/zod-to-json-schema/dist/esm/index.js +1 -0
  184. package/dist/node_modules/zod-to-json-schema/dist/esm/parseDef.js +1 -0
  185. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +1 -0
  186. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +1 -0
  187. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +1 -0
  188. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +1 -0
  189. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +1 -0
  190. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +1 -0
  191. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +1 -0
  192. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +1 -0
  193. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +1 -0
  194. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +1 -0
  195. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +1 -0
  196. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +1 -0
  197. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +1 -0
  198. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +1 -0
  199. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +1 -0
  200. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +1 -0
  201. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +1 -0
  202. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +1 -0
  203. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +1 -0
  204. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +1 -0
  205. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +1 -0
  206. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +1 -0
  207. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +1 -0
  208. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +1 -0
  209. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +1 -0
  210. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +3 -0
  211. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +1 -0
  212. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +1 -0
  213. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +1 -0
  214. package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +1 -0
  215. package/dist/node_modules/zod-to-json-schema/dist/esm/selectParser.js +1 -0
  216. package/dist/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +1 -0
  217. package/dist/onboarding-base.js +1 -1
  218. package/dist/server/graphql-pothos.js +1 -1
  219. package/dist/server/graphql-schema-export.js +1 -1
  220. package/dist/server/provider-mcp.js +1 -1
  221. package/package.json +183 -175
  222. package/dist/app-config/branding.d.ts +0 -55
  223. package/dist/app-config/contracts.d.ts +0 -244
  224. package/dist/app-config/events.d.ts +0 -122
  225. package/dist/app-config/index.d.ts +0 -8
  226. package/dist/app-config/lifecycle-contracts.d.ts +0 -382
  227. package/dist/app-config/lifecycle.d.ts +0 -27
  228. package/dist/app-config/runtime.d.ts +0 -114
  229. package/dist/app-config/spec.d.ts +0 -175
  230. package/dist/app-config/validation.d.ts +0 -47
  231. package/dist/capabilities/openbanking.d.ts +0 -9
  232. package/dist/capabilities.d.ts +0 -45
  233. package/dist/client/index.d.ts +0 -6
  234. package/dist/client/react/drivers/rn-reusables.d.ts +0 -22
  235. package/dist/client/react/drivers/shadcn.d.ts +0 -12
  236. package/dist/client/react/feature-render.d.ts +0 -19
  237. package/dist/client/react/form-render.d.ts +0 -91
  238. package/dist/client/react/index.d.ts +0 -5
  239. package/dist/contracts-adapter-hydration.d.ts +0 -15
  240. package/dist/contracts-adapter-input.d.ts +0 -10
  241. package/dist/data-views/query-generator.d.ts +0 -39
  242. package/dist/data-views/runtime.d.ts +0 -26
  243. package/dist/data-views.d.ts +0 -131
  244. package/dist/events.d.ts +0 -44
  245. package/dist/experiments/evaluator.d.ts +0 -37
  246. package/dist/experiments/spec-resolver.d.ts +0 -16
  247. package/dist/experiments/spec.d.ts +0 -89
  248. package/dist/features.d.ts +0 -87
  249. package/dist/forms.d.ts +0 -258
  250. package/dist/graphql-federation/dist/index.js +0 -1
  251. package/dist/index.d.ts +0 -132
  252. package/dist/install.d.ts +0 -76
  253. package/dist/integrations/binding.d.ts +0 -17
  254. package/dist/integrations/connection.d.ts +0 -51
  255. package/dist/integrations/contracts.d.ts +0 -435
  256. package/dist/integrations/health.d.ts +0 -21
  257. package/dist/integrations/index.d.ts +0 -53
  258. package/dist/integrations/openbanking/contracts/accounts.d.ts +0 -287
  259. package/dist/integrations/openbanking/contracts/balances.d.ts +0 -163
  260. package/dist/integrations/openbanking/contracts/index.d.ts +0 -9
  261. package/dist/integrations/openbanking/contracts/transactions.d.ts +0 -211
  262. package/dist/integrations/openbanking/guards.d.ts +0 -12
  263. package/dist/integrations/openbanking/models.d.ts +0 -228
  264. package/dist/integrations/openbanking/telemetry.d.ts +0 -15
  265. package/dist/integrations/providers/calendar.d.ts +0 -78
  266. package/dist/integrations/providers/elevenlabs.d.ts +0 -7
  267. package/dist/integrations/providers/email.d.ts +0 -86
  268. package/dist/integrations/providers/embedding.d.ts +0 -24
  269. package/dist/integrations/providers/gcs-storage.d.ts +0 -7
  270. package/dist/integrations/providers/gmail.d.ts +0 -7
  271. package/dist/integrations/providers/google-calendar.d.ts +0 -7
  272. package/dist/integrations/providers/impls/elevenlabs-voice.d.ts +0 -20
  273. package/dist/integrations/providers/impls/gcs-storage.d.ts +0 -24
  274. package/dist/integrations/providers/impls/gmail-inbound.d.ts +0 -26
  275. package/dist/integrations/providers/impls/gmail-outbound.d.ts +0 -18
  276. package/dist/integrations/providers/impls/google-calendar.d.ts +0 -23
  277. package/dist/integrations/providers/impls/index.d.ts +0 -15
  278. package/dist/integrations/providers/impls/mistral-embedding.d.ts +0 -23
  279. package/dist/integrations/providers/impls/mistral-llm.d.ts +0 -31
  280. package/dist/integrations/providers/impls/postmark-email.d.ts +0 -19
  281. package/dist/integrations/providers/impls/powens-client.d.ts +0 -124
  282. package/dist/integrations/providers/impls/powens-openbanking.d.ts +0 -27
  283. package/dist/integrations/providers/impls/provider-factory.d.ts +0 -26
  284. package/dist/integrations/providers/impls/qdrant-vector.d.ts +0 -24
  285. package/dist/integrations/providers/impls/stripe-payments.d.ts +0 -28
  286. package/dist/integrations/providers/impls/twilio-sms.d.ts +0 -20
  287. package/dist/integrations/providers/index.d.ts +0 -36
  288. package/dist/integrations/providers/llm.d.ts +0 -82
  289. package/dist/integrations/providers/mistral.d.ts +0 -7
  290. package/dist/integrations/providers/openbanking.d.ts +0 -128
  291. package/dist/integrations/providers/payments.d.ts +0 -109
  292. package/dist/integrations/providers/postmark.d.ts +0 -7
  293. package/dist/integrations/providers/powens.d.ts +0 -7
  294. package/dist/integrations/providers/qdrant.d.ts +0 -7
  295. package/dist/integrations/providers/sms.d.ts +0 -34
  296. package/dist/integrations/providers/storage.d.ts +0 -60
  297. package/dist/integrations/providers/stripe.d.ts +0 -7
  298. package/dist/integrations/providers/twilio-sms.d.ts +0 -7
  299. package/dist/integrations/providers/vector-store.d.ts +0 -43
  300. package/dist/integrations/providers/voice.d.ts +0 -34
  301. package/dist/integrations/runtime.d.ts +0 -99
  302. package/dist/integrations/secrets/env-secret-provider.d.ts +0 -31
  303. package/dist/integrations/secrets/gcp-secret-manager.d.ts +0 -32
  304. package/dist/integrations/secrets/index.d.ts +0 -5
  305. package/dist/integrations/secrets/manager.d.ts +0 -47
  306. package/dist/integrations/secrets/provider.d.ts +0 -52
  307. package/dist/integrations/spec.d.ts +0 -79
  308. package/dist/jobs/define-job.d.ts +0 -12
  309. package/dist/jobs/gcp-cloud-tasks.d.ts +0 -41
  310. package/dist/jobs/gcp-pubsub.d.ts +0 -25
  311. package/dist/jobs/handlers/gmail-sync-handler.d.ts +0 -9
  312. package/dist/jobs/handlers/index.d.ts +0 -9
  313. package/dist/jobs/handlers/ping-handler.d.ts +0 -10
  314. package/dist/jobs/handlers/storage-document-handler.d.ts +0 -12
  315. package/dist/jobs/index.d.ts +0 -10
  316. package/dist/jobs/memory-queue.d.ts +0 -18
  317. package/dist/jobs/queue.d.ts +0 -26
  318. package/dist/jobs/scaleway-sqs-queue.d.ts +0 -30
  319. package/dist/jsonschema.d.ts +0 -26
  320. package/dist/knowledge/binding.d.ts +0 -25
  321. package/dist/knowledge/contracts.d.ts +0 -316
  322. package/dist/knowledge/index.d.ts +0 -10
  323. package/dist/knowledge/ingestion/document-processor.d.ts +0 -24
  324. package/dist/knowledge/ingestion/embedding-service.d.ts +0 -12
  325. package/dist/knowledge/ingestion/gmail-adapter.d.ts +0 -18
  326. package/dist/knowledge/ingestion/index.d.ts +0 -6
  327. package/dist/knowledge/ingestion/storage-adapter.d.ts +0 -15
  328. package/dist/knowledge/ingestion/vector-indexer.d.ts +0 -18
  329. package/dist/knowledge/query/index.d.ts +0 -2
  330. package/dist/knowledge/query/service.d.ts +0 -29
  331. package/dist/knowledge/runtime.d.ts +0 -32
  332. package/dist/knowledge/source.d.ts +0 -32
  333. package/dist/knowledge/spaces/email-threads.d.ts +0 -7
  334. package/dist/knowledge/spaces/financial-docs.d.ts +0 -7
  335. package/dist/knowledge/spaces/financial-overview.d.ts +0 -7
  336. package/dist/knowledge/spaces/index.d.ts +0 -7
  337. package/dist/knowledge/spaces/product-canon.d.ts +0 -7
  338. package/dist/knowledge/spaces/support-faq.d.ts +0 -7
  339. package/dist/knowledge/spaces/uploaded-docs.d.ts +0 -7
  340. package/dist/knowledge/spec.d.ts +0 -52
  341. package/dist/markdown.d.ts +0 -21
  342. package/dist/migrations.d.ts +0 -52
  343. package/dist/onboarding-base.d.ts +0 -137
  344. package/dist/ownership.d.ts +0 -75
  345. package/dist/policy/engine.d.ts +0 -39
  346. package/dist/policy/opa-adapter.d.ts +0 -45
  347. package/dist/policy/spec.d.ts +0 -114
  348. package/dist/presentations.backcompat.d.ts +0 -7
  349. package/dist/presentations.d.ts +0 -96
  350. package/dist/presentations.v2.d.ts +0 -115
  351. package/dist/prompt.d.ts +0 -60
  352. package/dist/promptRegistry.d.ts +0 -15
  353. package/dist/regenerator/adapters.d.ts +0 -19
  354. package/dist/regenerator/executor.d.ts +0 -70
  355. package/dist/regenerator/index.d.ts +0 -7
  356. package/dist/regenerator/service.d.ts +0 -33
  357. package/dist/regenerator/sinks.d.ts +0 -26
  358. package/dist/regenerator/types.d.ts +0 -107
  359. package/dist/regenerator/utils.d.ts +0 -9
  360. package/dist/registry.d.ts +0 -72
  361. package/dist/resources.d.ts +0 -64
  362. package/dist/schema/dist/EnumType.js +0 -1
  363. package/dist/schema/dist/FieldType.js +0 -1
  364. package/dist/schema/dist/ScalarTypeEnum.js +0 -1
  365. package/dist/schema/dist/SchemaModel.js +0 -1
  366. package/dist/schema/dist/entity/defineEntity.js +0 -1
  367. package/dist/schema/dist/entity/index.js +0 -1
  368. package/dist/schema/dist/entity/types.js +0 -1
  369. package/dist/schema/dist/index.js +0 -1
  370. package/dist/schema-to-markdown.d.ts +0 -54
  371. package/dist/server/graphql-pothos.d.ts +0 -31
  372. package/dist/server/graphql-schema-export.d.ts +0 -6
  373. package/dist/server/index.d.ts +0 -9
  374. package/dist/server/provider-mcp.d.ts +0 -51
  375. package/dist/server/rest-elysia.d.ts +0 -40
  376. package/dist/server/rest-express.d.ts +0 -16
  377. package/dist/server/rest-generic.d.ts +0 -32
  378. package/dist/server/rest-next-app.d.ts +0 -35
  379. package/dist/server/rest-next-mcp.d.ts +0 -11
  380. package/dist/server/rest-next-pages.d.ts +0 -9
  381. package/dist/spec.d.ts +0 -171
  382. package/dist/telemetry/anomaly.d.ts +0 -27
  383. package/dist/telemetry/index.d.ts +0 -4
  384. package/dist/telemetry/spec.d.ts +0 -98
  385. package/dist/telemetry/tracker.d.ts +0 -51
  386. package/dist/tests/index.d.ts +0 -3
  387. package/dist/tests/runner.d.ts +0 -43
  388. package/dist/tests/spec.d.ts +0 -89
  389. package/dist/themes.d.ts +0 -55
  390. package/dist/translations/catalog.d.ts +0 -28
  391. package/dist/translations/tenant.d.ts +0 -15
  392. package/dist/types/all.d.ts +0 -60
  393. package/dist/types.d.ts +0 -88
  394. package/dist/workflow/adapters/db-adapter.d.ts +0 -34
  395. package/dist/workflow/adapters/file-adapter.d.ts +0 -14
  396. package/dist/workflow/adapters/index.d.ts +0 -4
  397. package/dist/workflow/adapters/memory-store.d.ts +0 -18
  398. package/dist/workflow/expression.d.ts +0 -9
  399. package/dist/workflow/index.d.ts +0 -10
  400. package/dist/workflow/runner.d.ts +0 -74
  401. package/dist/workflow/sla-monitor.d.ts +0 -20
  402. package/dist/workflow/spec.d.ts +0 -99
  403. package/dist/workflow/state.d.ts +0 -35
  404. package/dist/workflow/validation.d.ts +0 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.contracts",
3
- "version": "0.0.0-canary-20251207012602",
3
+ "version": "0.0.0-canary-20251207043720",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "build": "bun build:bundle && bun build:types",
@@ -62,180 +62,180 @@
62
62
  "README.md"
63
63
  ],
64
64
  "exports": {
65
- ".": "./dist/index.js",
66
- "./app-config": "./dist/app-config/index.js",
67
- "./app-config/branding": "./dist/app-config/branding.js",
68
- "./app-config/contracts": "./dist/app-config/contracts.js",
69
- "./app-config/events": "./dist/app-config/events.js",
70
- "./app-config/lifecycle": "./dist/app-config/lifecycle.js",
71
- "./app-config/lifecycle-contracts": "./dist/app-config/lifecycle-contracts.js",
72
- "./app-config/runtime": "./dist/app-config/runtime.js",
73
- "./app-config/spec": "./dist/app-config/spec.js",
74
- "./app-config/validation": "./dist/app-config/validation.js",
75
- "./capabilities": "./dist/capabilities.js",
76
- "./capabilities/openbanking": "./dist/capabilities/openbanking.js",
77
- "./client": "./dist/client/index.js",
78
- "./client/react": "./dist/client/react/index.js",
79
- "./client/react/drivers/rn-reusables": "./dist/client/react/drivers/rn-reusables.js",
80
- "./client/react/drivers/shadcn": "./dist/client/react/drivers/shadcn.js",
81
- "./client/react/feature-render": "./dist/client/react/feature-render.js",
82
- "./client/react/form-render": "./dist/client/react/form-render.js",
83
- "./contracts-adapter-hydration": "./dist/contracts-adapter-hydration.js",
84
- "./contracts-adapter-input": "./dist/contracts-adapter-input.js",
85
- "./data-views": "./dist/data-views.js",
86
- "./data-views/query-generator": "./dist/data-views/query-generator.js",
87
- "./data-views/runtime": "./dist/data-views/runtime.js",
88
- "./events": "./dist/events.js",
89
- "./experiments/evaluator": "./dist/experiments/evaluator.js",
90
- "./experiments/spec": "./dist/experiments/spec.js",
91
- "./experiments/spec-resolver": "./dist/experiments/spec-resolver.js",
92
- "./features": "./dist/features.js",
93
- "./forms": "./dist/forms.js",
94
- "./install": "./dist/install.js",
95
- "./integrations": "./dist/integrations/index.js",
96
- "./integrations/binding": "./dist/integrations/binding.js",
97
- "./integrations/connection": "./dist/integrations/connection.js",
98
- "./integrations/contracts": "./dist/integrations/contracts.js",
99
- "./integrations/health": "./dist/integrations/health.js",
100
- "./integrations/openbanking/contracts": "./dist/integrations/openbanking/contracts/index.js",
101
- "./integrations/openbanking/contracts/accounts": "./dist/integrations/openbanking/contracts/accounts.js",
102
- "./integrations/openbanking/contracts/balances": "./dist/integrations/openbanking/contracts/balances.js",
103
- "./integrations/openbanking/contracts/transactions": "./dist/integrations/openbanking/contracts/transactions.js",
104
- "./integrations/openbanking/guards": "./dist/integrations/openbanking/guards.js",
105
- "./integrations/openbanking/models": "./dist/integrations/openbanking/models.js",
106
- "./integrations/openbanking/telemetry": "./dist/integrations/openbanking/telemetry.js",
107
- "./integrations/providers": "./dist/integrations/providers/index.js",
108
- "./integrations/providers/calendar": "./dist/integrations/providers/calendar.js",
109
- "./integrations/providers/elevenlabs": "./dist/integrations/providers/elevenlabs.js",
110
- "./integrations/providers/email": "./dist/integrations/providers/email.js",
111
- "./integrations/providers/embedding": "./dist/integrations/providers/embedding.js",
112
- "./integrations/providers/gcs-storage": "./dist/integrations/providers/gcs-storage.js",
113
- "./integrations/providers/gmail": "./dist/integrations/providers/gmail.js",
114
- "./integrations/providers/google-calendar": "./dist/integrations/providers/google-calendar.js",
115
- "./integrations/providers/impls": "./dist/integrations/providers/impls/index.js",
116
- "./integrations/providers/impls/elevenlabs-voice": "./dist/integrations/providers/impls/elevenlabs-voice.js",
117
- "./integrations/providers/impls/gcs-storage": "./dist/integrations/providers/impls/gcs-storage.js",
118
- "./integrations/providers/impls/gmail-inbound": "./dist/integrations/providers/impls/gmail-inbound.js",
119
- "./integrations/providers/impls/gmail-outbound": "./dist/integrations/providers/impls/gmail-outbound.js",
120
- "./integrations/providers/impls/google-calendar": "./dist/integrations/providers/impls/google-calendar.js",
121
- "./integrations/providers/impls/mistral-embedding": "./dist/integrations/providers/impls/mistral-embedding.js",
122
- "./integrations/providers/impls/mistral-llm": "./dist/integrations/providers/impls/mistral-llm.js",
123
- "./integrations/providers/impls/postmark-email": "./dist/integrations/providers/impls/postmark-email.js",
124
- "./integrations/providers/impls/powens-client": "./dist/integrations/providers/impls/powens-client.js",
125
- "./integrations/providers/impls/powens-openbanking": "./dist/integrations/providers/impls/powens-openbanking.js",
126
- "./integrations/providers/impls/provider-factory": "./dist/integrations/providers/impls/provider-factory.js",
127
- "./integrations/providers/impls/qdrant-vector": "./dist/integrations/providers/impls/qdrant-vector.js",
128
- "./integrations/providers/impls/stripe-payments": "./dist/integrations/providers/impls/stripe-payments.js",
129
- "./integrations/providers/impls/twilio-sms": "./dist/integrations/providers/impls/twilio-sms.js",
130
- "./integrations/providers/llm": "./dist/integrations/providers/llm.js",
131
- "./integrations/providers/mistral": "./dist/integrations/providers/mistral.js",
132
- "./integrations/providers/openbanking": "./dist/integrations/providers/openbanking.js",
133
- "./integrations/providers/payments": "./dist/integrations/providers/payments.js",
134
- "./integrations/providers/postmark": "./dist/integrations/providers/postmark.js",
135
- "./integrations/providers/powens": "./dist/integrations/providers/powens.js",
136
- "./integrations/providers/qdrant": "./dist/integrations/providers/qdrant.js",
137
- "./integrations/providers/sms": "./dist/integrations/providers/sms.js",
138
- "./integrations/providers/storage": "./dist/integrations/providers/storage.js",
139
- "./integrations/providers/stripe": "./dist/integrations/providers/stripe.js",
140
- "./integrations/providers/twilio-sms": "./dist/integrations/providers/twilio-sms.js",
141
- "./integrations/providers/vector-store": "./dist/integrations/providers/vector-store.js",
142
- "./integrations/providers/voice": "./dist/integrations/providers/voice.js",
143
- "./integrations/runtime": "./dist/integrations/runtime.js",
144
- "./integrations/secrets": "./dist/integrations/secrets/index.js",
145
- "./integrations/secrets/env-secret-provider": "./dist/integrations/secrets/env-secret-provider.js",
146
- "./integrations/secrets/gcp-secret-manager": "./dist/integrations/secrets/gcp-secret-manager.js",
147
- "./integrations/secrets/manager": "./dist/integrations/secrets/manager.js",
148
- "./integrations/secrets/provider": "./dist/integrations/secrets/provider.js",
149
- "./integrations/spec": "./dist/integrations/spec.js",
150
- "./jobs": "./dist/jobs/index.js",
151
- "./jobs/define-job": "./dist/jobs/define-job.js",
152
- "./jobs/gcp-cloud-tasks": "./dist/jobs/gcp-cloud-tasks.js",
153
- "./jobs/gcp-pubsub": "./dist/jobs/gcp-pubsub.js",
154
- "./jobs/handlers": "./dist/jobs/handlers/index.js",
155
- "./jobs/handlers/gmail-sync-handler": "./dist/jobs/handlers/gmail-sync-handler.js",
156
- "./jobs/handlers/ping-handler": "./dist/jobs/handlers/ping-handler.js",
157
- "./jobs/handlers/storage-document-handler": "./dist/jobs/handlers/storage-document-handler.js",
158
- "./jobs/memory-queue": "./dist/jobs/memory-queue.js",
159
- "./jobs/queue": "./dist/jobs/queue.js",
160
- "./jobs/scaleway-sqs-queue": "./dist/jobs/scaleway-sqs-queue.js",
161
- "./jsonschema": "./dist/jsonschema.js",
162
- "./knowledge": "./dist/knowledge/index.js",
163
- "./knowledge/binding": "./dist/knowledge/binding.js",
164
- "./knowledge/contracts": "./dist/knowledge/contracts.js",
165
- "./knowledge/ingestion": "./dist/knowledge/ingestion/index.js",
166
- "./knowledge/ingestion/document-processor": "./dist/knowledge/ingestion/document-processor.js",
167
- "./knowledge/ingestion/embedding-service": "./dist/knowledge/ingestion/embedding-service.js",
168
- "./knowledge/ingestion/gmail-adapter": "./dist/knowledge/ingestion/gmail-adapter.js",
169
- "./knowledge/ingestion/storage-adapter": "./dist/knowledge/ingestion/storage-adapter.js",
170
- "./knowledge/ingestion/vector-indexer": "./dist/knowledge/ingestion/vector-indexer.js",
171
- "./knowledge/query": "./dist/knowledge/query/index.js",
172
- "./knowledge/query/service": "./dist/knowledge/query/service.js",
173
- "./knowledge/runtime": "./dist/knowledge/runtime.js",
174
- "./knowledge/source": "./dist/knowledge/source.js",
175
- "./knowledge/spaces": "./dist/knowledge/spaces/index.js",
176
- "./knowledge/spaces/email-threads": "./dist/knowledge/spaces/email-threads.js",
177
- "./knowledge/spaces/financial-docs": "./dist/knowledge/spaces/financial-docs.js",
178
- "./knowledge/spaces/financial-overview": "./dist/knowledge/spaces/financial-overview.js",
179
- "./knowledge/spaces/product-canon": "./dist/knowledge/spaces/product-canon.js",
180
- "./knowledge/spaces/support-faq": "./dist/knowledge/spaces/support-faq.js",
181
- "./knowledge/spaces/uploaded-docs": "./dist/knowledge/spaces/uploaded-docs.js",
182
- "./knowledge/spec": "./dist/knowledge/spec.js",
183
- "./markdown": "./dist/markdown.js",
184
- "./migrations": "./dist/migrations.js",
185
- "./onboarding-base": "./dist/onboarding-base.js",
186
- "./ownership": "./dist/ownership.js",
187
- "./policy/engine": "./dist/policy/engine.js",
188
- "./policy/opa-adapter": "./dist/policy/opa-adapter.js",
189
- "./policy/spec": "./dist/policy/spec.js",
190
- "./presentations": "./dist/presentations.js",
191
- "./presentations.backcompat": "./dist/presentations.backcompat.js",
192
- "./presentations.v2": "./dist/presentations.v2.js",
193
- "./prompt": "./dist/prompt.js",
194
- "./promptRegistry": "./dist/promptRegistry.js",
195
- "./regenerator": "./dist/regenerator/index.js",
196
- "./regenerator/adapters": "./dist/regenerator/adapters.js",
197
- "./regenerator/executor": "./dist/regenerator/executor.js",
198
- "./regenerator/service": "./dist/regenerator/service.js",
199
- "./regenerator/sinks": "./dist/regenerator/sinks.js",
200
- "./regenerator/types": "./dist/regenerator/types.js",
201
- "./regenerator/utils": "./dist/regenerator/utils.js",
202
- "./registry": "./dist/registry.js",
203
- "./resources": "./dist/resources.js",
204
- "./schema-to-markdown": "./dist/schema-to-markdown.js",
205
- "./server": "./dist/server/index.js",
206
- "./server/graphql-pothos": "./dist/server/graphql-pothos.js",
207
- "./server/graphql-schema-export": "./dist/server/graphql-schema-export.js",
208
- "./server/provider-mcp": "./dist/server/provider-mcp.js",
209
- "./server/rest-elysia": "./dist/server/rest-elysia.js",
210
- "./server/rest-express": "./dist/server/rest-express.js",
211
- "./server/rest-generic": "./dist/server/rest-generic.js",
212
- "./server/rest-next-app": "./dist/server/rest-next-app.js",
213
- "./server/rest-next-mcp": "./dist/server/rest-next-mcp.js",
214
- "./server/rest-next-pages": "./dist/server/rest-next-pages.js",
215
- "./spec": "./dist/spec.js",
216
- "./telemetry": "./dist/telemetry/index.js",
217
- "./telemetry/anomaly": "./dist/telemetry/anomaly.js",
218
- "./telemetry/spec": "./dist/telemetry/spec.js",
219
- "./telemetry/tracker": "./dist/telemetry/tracker.js",
220
- "./tests": "./dist/tests/index.js",
221
- "./tests/runner": "./dist/tests/runner.js",
222
- "./tests/spec": "./dist/tests/spec.js",
223
- "./themes": "./dist/themes.js",
224
- "./translations/catalog": "./dist/translations/catalog.js",
225
- "./translations/tenant": "./dist/translations/tenant.js",
226
- "./types": "./dist/types.js",
227
- "./types/all": "./dist/types/all.js",
228
- "./workflow": "./dist/workflow/index.js",
229
- "./workflow/adapters": "./dist/workflow/adapters/index.js",
230
- "./workflow/adapters/db-adapter": "./dist/workflow/adapters/db-adapter.js",
231
- "./workflow/adapters/file-adapter": "./dist/workflow/adapters/file-adapter.js",
232
- "./workflow/adapters/memory-store": "./dist/workflow/adapters/memory-store.js",
233
- "./workflow/expression": "./dist/workflow/expression.js",
234
- "./workflow/runner": "./dist/workflow/runner.js",
235
- "./workflow/sla-monitor": "./dist/workflow/sla-monitor.js",
236
- "./workflow/spec": "./dist/workflow/spec.js",
237
- "./workflow/state": "./dist/workflow/state.js",
238
- "./workflow/validation": "./dist/workflow/validation.js",
65
+ ".": "./src/index.ts",
66
+ "./app-config": "./src/app-config/index.ts",
67
+ "./app-config/branding": "./src/app-config/branding.ts",
68
+ "./app-config/contracts": "./src/app-config/contracts.ts",
69
+ "./app-config/events": "./src/app-config/events.ts",
70
+ "./app-config/lifecycle": "./src/app-config/lifecycle.ts",
71
+ "./app-config/lifecycle-contracts": "./src/app-config/lifecycle-contracts.ts",
72
+ "./app-config/runtime": "./src/app-config/runtime.ts",
73
+ "./app-config/spec": "./src/app-config/spec.ts",
74
+ "./app-config/validation": "./src/app-config/validation.ts",
75
+ "./capabilities": "./src/capabilities.ts",
76
+ "./capabilities/openbanking": "./src/capabilities/openbanking.ts",
77
+ "./client": "./src/client/index.ts",
78
+ "./client/react": "./src/client/react/index.ts",
79
+ "./client/react/drivers/rn-reusables": "./src/client/react/drivers/rn-reusables.ts",
80
+ "./client/react/drivers/shadcn": "./src/client/react/drivers/shadcn.ts",
81
+ "./client/react/feature-render": "./src/client/react/feature-render.ts",
82
+ "./client/react/form-render": "./src/client/react/form-render.tsx",
83
+ "./contracts-adapter-hydration": "./src/contracts-adapter-hydration.ts",
84
+ "./contracts-adapter-input": "./src/contracts-adapter-input.ts",
85
+ "./data-views": "./src/data-views.ts",
86
+ "./data-views/query-generator": "./src/data-views/query-generator.ts",
87
+ "./data-views/runtime": "./src/data-views/runtime.ts",
88
+ "./events": "./src/events.ts",
89
+ "./experiments/evaluator": "./src/experiments/evaluator.ts",
90
+ "./experiments/spec": "./src/experiments/spec.ts",
91
+ "./experiments/spec-resolver": "./src/experiments/spec-resolver.ts",
92
+ "./features": "./src/features.ts",
93
+ "./forms": "./src/forms.ts",
94
+ "./install": "./src/install.ts",
95
+ "./integrations": "./src/integrations/index.ts",
96
+ "./integrations/binding": "./src/integrations/binding.ts",
97
+ "./integrations/connection": "./src/integrations/connection.ts",
98
+ "./integrations/contracts": "./src/integrations/contracts.ts",
99
+ "./integrations/health": "./src/integrations/health.ts",
100
+ "./integrations/openbanking/contracts": "./src/integrations/openbanking/contracts/index.ts",
101
+ "./integrations/openbanking/contracts/accounts": "./src/integrations/openbanking/contracts/accounts.ts",
102
+ "./integrations/openbanking/contracts/balances": "./src/integrations/openbanking/contracts/balances.ts",
103
+ "./integrations/openbanking/contracts/transactions": "./src/integrations/openbanking/contracts/transactions.ts",
104
+ "./integrations/openbanking/guards": "./src/integrations/openbanking/guards.ts",
105
+ "./integrations/openbanking/models": "./src/integrations/openbanking/models.ts",
106
+ "./integrations/openbanking/telemetry": "./src/integrations/openbanking/telemetry.ts",
107
+ "./integrations/providers": "./src/integrations/providers/index.ts",
108
+ "./integrations/providers/calendar": "./src/integrations/providers/calendar.ts",
109
+ "./integrations/providers/elevenlabs": "./src/integrations/providers/elevenlabs.ts",
110
+ "./integrations/providers/email": "./src/integrations/providers/email.ts",
111
+ "./integrations/providers/embedding": "./src/integrations/providers/embedding.ts",
112
+ "./integrations/providers/gcs-storage": "./src/integrations/providers/gcs-storage.ts",
113
+ "./integrations/providers/gmail": "./src/integrations/providers/gmail.ts",
114
+ "./integrations/providers/google-calendar": "./src/integrations/providers/google-calendar.ts",
115
+ "./integrations/providers/impls": "./src/integrations/providers/impls/index.ts",
116
+ "./integrations/providers/impls/elevenlabs-voice": "./src/integrations/providers/impls/elevenlabs-voice.ts",
117
+ "./integrations/providers/impls/gcs-storage": "./src/integrations/providers/impls/gcs-storage.ts",
118
+ "./integrations/providers/impls/gmail-inbound": "./src/integrations/providers/impls/gmail-inbound.ts",
119
+ "./integrations/providers/impls/gmail-outbound": "./src/integrations/providers/impls/gmail-outbound.ts",
120
+ "./integrations/providers/impls/google-calendar": "./src/integrations/providers/impls/google-calendar.ts",
121
+ "./integrations/providers/impls/mistral-embedding": "./src/integrations/providers/impls/mistral-embedding.ts",
122
+ "./integrations/providers/impls/mistral-llm": "./src/integrations/providers/impls/mistral-llm.ts",
123
+ "./integrations/providers/impls/postmark-email": "./src/integrations/providers/impls/postmark-email.ts",
124
+ "./integrations/providers/impls/powens-client": "./src/integrations/providers/impls/powens-client.ts",
125
+ "./integrations/providers/impls/powens-openbanking": "./src/integrations/providers/impls/powens-openbanking.ts",
126
+ "./integrations/providers/impls/provider-factory": "./src/integrations/providers/impls/provider-factory.ts",
127
+ "./integrations/providers/impls/qdrant-vector": "./src/integrations/providers/impls/qdrant-vector.ts",
128
+ "./integrations/providers/impls/stripe-payments": "./src/integrations/providers/impls/stripe-payments.ts",
129
+ "./integrations/providers/impls/twilio-sms": "./src/integrations/providers/impls/twilio-sms.ts",
130
+ "./integrations/providers/llm": "./src/integrations/providers/llm.ts",
131
+ "./integrations/providers/mistral": "./src/integrations/providers/mistral.ts",
132
+ "./integrations/providers/openbanking": "./src/integrations/providers/openbanking.ts",
133
+ "./integrations/providers/payments": "./src/integrations/providers/payments.ts",
134
+ "./integrations/providers/postmark": "./src/integrations/providers/postmark.ts",
135
+ "./integrations/providers/powens": "./src/integrations/providers/powens.ts",
136
+ "./integrations/providers/qdrant": "./src/integrations/providers/qdrant.ts",
137
+ "./integrations/providers/sms": "./src/integrations/providers/sms.ts",
138
+ "./integrations/providers/storage": "./src/integrations/providers/storage.ts",
139
+ "./integrations/providers/stripe": "./src/integrations/providers/stripe.ts",
140
+ "./integrations/providers/twilio-sms": "./src/integrations/providers/twilio-sms.ts",
141
+ "./integrations/providers/vector-store": "./src/integrations/providers/vector-store.ts",
142
+ "./integrations/providers/voice": "./src/integrations/providers/voice.ts",
143
+ "./integrations/runtime": "./src/integrations/runtime.ts",
144
+ "./integrations/secrets": "./src/integrations/secrets/index.ts",
145
+ "./integrations/secrets/env-secret-provider": "./src/integrations/secrets/env-secret-provider.ts",
146
+ "./integrations/secrets/gcp-secret-manager": "./src/integrations/secrets/gcp-secret-manager.ts",
147
+ "./integrations/secrets/manager": "./src/integrations/secrets/manager.ts",
148
+ "./integrations/secrets/provider": "./src/integrations/secrets/provider.ts",
149
+ "./integrations/spec": "./src/integrations/spec.ts",
150
+ "./jobs": "./src/jobs/index.ts",
151
+ "./jobs/define-job": "./src/jobs/define-job.ts",
152
+ "./jobs/gcp-cloud-tasks": "./src/jobs/gcp-cloud-tasks.ts",
153
+ "./jobs/gcp-pubsub": "./src/jobs/gcp-pubsub.ts",
154
+ "./jobs/handlers": "./src/jobs/handlers/index.ts",
155
+ "./jobs/handlers/gmail-sync-handler": "./src/jobs/handlers/gmail-sync-handler.ts",
156
+ "./jobs/handlers/ping-handler": "./src/jobs/handlers/ping-handler.ts",
157
+ "./jobs/handlers/storage-document-handler": "./src/jobs/handlers/storage-document-handler.ts",
158
+ "./jobs/memory-queue": "./src/jobs/memory-queue.ts",
159
+ "./jobs/queue": "./src/jobs/queue.ts",
160
+ "./jobs/scaleway-sqs-queue": "./src/jobs/scaleway-sqs-queue.ts",
161
+ "./jsonschema": "./src/jsonschema.ts",
162
+ "./knowledge": "./src/knowledge/index.ts",
163
+ "./knowledge/binding": "./src/knowledge/binding.ts",
164
+ "./knowledge/contracts": "./src/knowledge/contracts.ts",
165
+ "./knowledge/ingestion": "./src/knowledge/ingestion/index.ts",
166
+ "./knowledge/ingestion/document-processor": "./src/knowledge/ingestion/document-processor.ts",
167
+ "./knowledge/ingestion/embedding-service": "./src/knowledge/ingestion/embedding-service.ts",
168
+ "./knowledge/ingestion/gmail-adapter": "./src/knowledge/ingestion/gmail-adapter.ts",
169
+ "./knowledge/ingestion/storage-adapter": "./src/knowledge/ingestion/storage-adapter.ts",
170
+ "./knowledge/ingestion/vector-indexer": "./src/knowledge/ingestion/vector-indexer.ts",
171
+ "./knowledge/query": "./src/knowledge/query/index.ts",
172
+ "./knowledge/query/service": "./src/knowledge/query/service.ts",
173
+ "./knowledge/runtime": "./src/knowledge/runtime.ts",
174
+ "./knowledge/source": "./src/knowledge/source.ts",
175
+ "./knowledge/spaces": "./src/knowledge/spaces/index.ts",
176
+ "./knowledge/spaces/email-threads": "./src/knowledge/spaces/email-threads.ts",
177
+ "./knowledge/spaces/financial-docs": "./src/knowledge/spaces/financial-docs.ts",
178
+ "./knowledge/spaces/financial-overview": "./src/knowledge/spaces/financial-overview.ts",
179
+ "./knowledge/spaces/product-canon": "./src/knowledge/spaces/product-canon.ts",
180
+ "./knowledge/spaces/support-faq": "./src/knowledge/spaces/support-faq.ts",
181
+ "./knowledge/spaces/uploaded-docs": "./src/knowledge/spaces/uploaded-docs.ts",
182
+ "./knowledge/spec": "./src/knowledge/spec.ts",
183
+ "./markdown": "./src/markdown.ts",
184
+ "./migrations": "./src/migrations.ts",
185
+ "./onboarding-base": "./src/onboarding-base.ts",
186
+ "./ownership": "./src/ownership.ts",
187
+ "./policy/engine": "./src/policy/engine.ts",
188
+ "./policy/opa-adapter": "./src/policy/opa-adapter.ts",
189
+ "./policy/spec": "./src/policy/spec.ts",
190
+ "./presentations": "./src/presentations.ts",
191
+ "./presentations.backcompat": "./src/presentations.backcompat.ts",
192
+ "./presentations.v2": "./src/presentations.v2.ts",
193
+ "./prompt": "./src/prompt.ts",
194
+ "./promptRegistry": "./src/promptRegistry.ts",
195
+ "./regenerator": "./src/regenerator/index.ts",
196
+ "./regenerator/adapters": "./src/regenerator/adapters.ts",
197
+ "./regenerator/executor": "./src/regenerator/executor.ts",
198
+ "./regenerator/service": "./src/regenerator/service.ts",
199
+ "./regenerator/sinks": "./src/regenerator/sinks.ts",
200
+ "./regenerator/types": "./src/regenerator/types.ts",
201
+ "./regenerator/utils": "./src/regenerator/utils.ts",
202
+ "./registry": "./src/registry.ts",
203
+ "./resources": "./src/resources.ts",
204
+ "./schema-to-markdown": "./src/schema-to-markdown.ts",
205
+ "./server": "./src/server/index.ts",
206
+ "./server/graphql-pothos": "./src/server/graphql-pothos.ts",
207
+ "./server/graphql-schema-export": "./src/server/graphql-schema-export.ts",
208
+ "./server/provider-mcp": "./src/server/provider-mcp.ts",
209
+ "./server/rest-elysia": "./src/server/rest-elysia.ts",
210
+ "./server/rest-express": "./src/server/rest-express.ts",
211
+ "./server/rest-generic": "./src/server/rest-generic.ts",
212
+ "./server/rest-next-app": "./src/server/rest-next-app.ts",
213
+ "./server/rest-next-mcp": "./src/server/rest-next-mcp.ts",
214
+ "./server/rest-next-pages": "./src/server/rest-next-pages.ts",
215
+ "./spec": "./src/spec.ts",
216
+ "./telemetry": "./src/telemetry/index.ts",
217
+ "./telemetry/anomaly": "./src/telemetry/anomaly.ts",
218
+ "./telemetry/spec": "./src/telemetry/spec.ts",
219
+ "./telemetry/tracker": "./src/telemetry/tracker.ts",
220
+ "./tests": "./src/tests/index.ts",
221
+ "./tests/runner": "./src/tests/runner.ts",
222
+ "./tests/spec": "./src/tests/spec.ts",
223
+ "./themes": "./src/themes.ts",
224
+ "./translations/catalog": "./src/translations/catalog.ts",
225
+ "./translations/tenant": "./src/translations/tenant.ts",
226
+ "./types": "./src/types.ts",
227
+ "./types/all": "./src/types/all.ts",
228
+ "./workflow": "./src/workflow/index.ts",
229
+ "./workflow/adapters": "./src/workflow/adapters/index.ts",
230
+ "./workflow/adapters/db-adapter": "./src/workflow/adapters/db-adapter.ts",
231
+ "./workflow/adapters/file-adapter": "./src/workflow/adapters/file-adapter.ts",
232
+ "./workflow/adapters/memory-store": "./src/workflow/adapters/memory-store.ts",
233
+ "./workflow/expression": "./src/workflow/expression.ts",
234
+ "./workflow/runner": "./src/workflow/runner.ts",
235
+ "./workflow/sla-monitor": "./src/workflow/sla-monitor.ts",
236
+ "./workflow/spec": "./src/workflow/spec.ts",
237
+ "./workflow/state": "./src/workflow/state.ts",
238
+ "./workflow/validation": "./src/workflow/validation.ts",
239
239
  "./*": "./*"
240
240
  },
241
241
  "publishConfig": {
@@ -262,9 +262,12 @@
262
262
  "./contracts-adapter-hydration": "./dist/contracts-adapter-hydration.js",
263
263
  "./contracts-adapter-input": "./dist/contracts-adapter-input.js",
264
264
  "./data-views": "./dist/data-views.js",
265
+ "./data-views/query-generator": "./dist/data-views/query-generator.js",
266
+ "./data-views/runtime": "./dist/data-views/runtime.js",
265
267
  "./events": "./dist/events.js",
266
268
  "./experiments/evaluator": "./dist/experiments/evaluator.js",
267
269
  "./experiments/spec": "./dist/experiments/spec.js",
270
+ "./experiments/spec-resolver": "./dist/experiments/spec-resolver.js",
268
271
  "./features": "./dist/features.js",
269
272
  "./forms": "./dist/forms.js",
270
273
  "./install": "./dist/install.js",
@@ -324,13 +327,16 @@
324
327
  "./integrations/secrets/provider": "./dist/integrations/secrets/provider.js",
325
328
  "./integrations/spec": "./dist/integrations/spec.js",
326
329
  "./jobs": "./dist/jobs/index.js",
330
+ "./jobs/define-job": "./dist/jobs/define-job.js",
327
331
  "./jobs/gcp-cloud-tasks": "./dist/jobs/gcp-cloud-tasks.js",
328
332
  "./jobs/gcp-pubsub": "./dist/jobs/gcp-pubsub.js",
329
333
  "./jobs/handlers": "./dist/jobs/handlers/index.js",
330
334
  "./jobs/handlers/gmail-sync-handler": "./dist/jobs/handlers/gmail-sync-handler.js",
335
+ "./jobs/handlers/ping-handler": "./dist/jobs/handlers/ping-handler.js",
331
336
  "./jobs/handlers/storage-document-handler": "./dist/jobs/handlers/storage-document-handler.js",
332
337
  "./jobs/memory-queue": "./dist/jobs/memory-queue.js",
333
338
  "./jobs/queue": "./dist/jobs/queue.js",
339
+ "./jobs/scaleway-sqs-queue": "./dist/jobs/scaleway-sqs-queue.js",
334
340
  "./jsonschema": "./dist/jsonschema.js",
335
341
  "./knowledge": "./dist/knowledge/index.js",
336
342
  "./knowledge/binding": "./dist/knowledge/binding.js",
@@ -374,6 +380,7 @@
374
380
  "./regenerator/utils": "./dist/regenerator/utils.js",
375
381
  "./registry": "./dist/registry.js",
376
382
  "./resources": "./dist/resources.js",
383
+ "./schema-to-markdown": "./dist/schema-to-markdown.js",
377
384
  "./server": "./dist/server/index.js",
378
385
  "./server/graphql-pothos": "./dist/server/graphql-pothos.js",
379
386
  "./server/graphql-schema-export": "./dist/server/graphql-schema-export.js",
@@ -404,6 +411,7 @@
404
411
  "./workflow/adapters/memory-store": "./dist/workflow/adapters/memory-store.js",
405
412
  "./workflow/expression": "./dist/workflow/expression.js",
406
413
  "./workflow/runner": "./dist/workflow/runner.js",
414
+ "./workflow/sla-monitor": "./dist/workflow/sla-monitor.js",
407
415
  "./workflow/spec": "./dist/workflow/spec.js",
408
416
  "./workflow/state": "./dist/workflow/state.js",
409
417
  "./workflow/validation": "./dist/workflow/validation.js",
@@ -1,55 +0,0 @@
1
- //#region src/app-config/branding.d.ts
2
- interface BrandingAssetRef {
3
- type: 'logo' | 'logo-dark' | 'favicon' | 'og-image';
4
- url?: string;
5
- dimensions?: {
6
- width: number;
7
- height: number;
8
- };
9
- }
10
- interface BrandingDefaults {
11
- appNameKey: string;
12
- assets?: BrandingAssetRef[];
13
- colorTokens?: {
14
- primary?: string;
15
- secondary?: string;
16
- };
17
- }
18
- interface TenantBrandingAsset {
19
- type: 'logo' | 'logo-dark' | 'favicon' | 'og-image';
20
- url: string;
21
- metadata?: {
22
- mimeType?: string;
23
- sizeBytes?: number;
24
- dimensions?: {
25
- width: number;
26
- height: number;
27
- };
28
- };
29
- }
30
- interface TenantBrandingConfig {
31
- appName?: Record<string, string>;
32
- assets?: TenantBrandingAsset[];
33
- colors?: {
34
- primary?: string;
35
- secondary?: string;
36
- };
37
- customDomain?: string;
38
- subdomain?: string;
39
- }
40
- interface ResolvedBranding {
41
- appName: string;
42
- assets: {
43
- logo?: string;
44
- logoDark?: string;
45
- favicon?: string;
46
- ogImage?: string;
47
- };
48
- colors: {
49
- primary: string;
50
- secondary: string;
51
- };
52
- domain: string;
53
- }
54
- //#endregion
55
- export { BrandingAssetRef, BrandingDefaults, ResolvedBranding, TenantBrandingAsset, TenantBrandingConfig };