@lssm/lib.contracts 1.11.1 → 1.41.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.
- package/README.md +1 -1
- package/dist/_virtual/rolldown_runtime.js +1 -0
- package/dist/app-config/app-config.feature.js +1 -0
- package/dist/app-config/contracts.js +1 -1
- package/dist/app-config/docs/app-config.docblock.js +220 -0
- package/dist/app-config/events.js +1 -1
- package/dist/app-config/index.js +1 -1
- package/dist/app-config/lifecycle-contracts.js +1 -1
- package/dist/capabilities/docs/capabilities.docblock.js +1 -0
- package/dist/contract-registry/index.js +1 -0
- package/dist/contract-registry/schemas.js +1 -0
- package/dist/contract-registry/types.js +0 -0
- package/dist/data-views/docs/data-views.docblock.js +1 -0
- package/dist/docs/PUBLISHING.docblock.js +76 -0
- package/dist/docs/accessibility_wcag_compliance_specs.docblock.js +350 -0
- package/dist/docs/index.js +1 -0
- package/dist/docs/meta.docs.js +13 -0
- package/dist/docs/presentations.js +1 -0
- package/dist/docs/registry.js +1 -0
- package/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +383 -0
- package/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +68 -0
- package/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +140 -0
- package/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +86 -0
- package/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +1 -0
- package/dist/docs/tech/auth/better-auth-nextjs.docblock.js +58 -0
- package/dist/docs/tech/contracts/README.docblock.js +1 -0
- package/dist/docs/tech/contracts/create-subscription.docblock.js +1 -0
- package/dist/docs/tech/contracts/graphql-typed-outputs.docblock.js +180 -0
- package/dist/docs/tech/contracts/migrations.docblock.js +1 -0
- package/dist/docs/tech/contracts/openapi-export.docblock.js +38 -0
- package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js +62 -0
- package/dist/docs/tech/contracts/overlays.docblock.js +68 -0
- package/dist/docs/tech/contracts/tests.docblock.js +132 -0
- package/dist/docs/tech/contracts/themes.docblock.js +1 -0
- package/dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js +106 -0
- package/dist/docs/tech/lifecycle-stage-system.docblock.js +213 -0
- package/dist/docs/tech/llm/llm-integration.docblock.js +289 -0
- package/dist/docs/tech/mcp-endpoints.docblock.js +1 -0
- package/dist/docs/tech/presentation-runtime.docblock.js +1 -0
- package/dist/docs/tech/schema/README.docblock.js +262 -0
- package/dist/docs/tech/studio/learning-events.docblock.js +1 -0
- package/dist/docs/tech/studio/learning-journeys.docblock.js +57 -0
- package/dist/docs/tech/studio/platform-admin-panel.docblock.js +63 -0
- package/dist/docs/tech/studio/project-access-teams.docblock.js +36 -0
- package/dist/docs/tech/studio/project-routing.docblock.js +1 -0
- package/dist/docs/tech/studio/sandbox-unlogged.docblock.js +20 -0
- package/dist/docs/tech/studio/team-invitations.docblock.js +65 -0
- package/dist/docs/tech/studio/workspace-ops.docblock.js +1 -0
- package/dist/docs/tech/studio/workspaces.docblock.js +41 -0
- package/dist/docs/tech/telemetry-ingest.docblock.js +122 -0
- package/dist/docs/tech/templates/runtime.docblock.js +1 -0
- package/dist/docs/tech/vscode-extension.docblock.js +68 -0
- package/dist/docs/tech/workflows/overview.docblock.js +1 -0
- package/dist/docs/tech-contracts.docs.js +76 -0
- package/dist/docs/types.js +0 -0
- package/dist/events.js +1 -1
- package/dist/experiments/docs/experiments.docblock.js +128 -0
- package/dist/forms/docs/forms.docblock.js +1 -0
- package/dist/index.js +1 -1
- package/dist/install.js +1 -1
- package/dist/integrations/contracts.js +1 -1
- package/dist/integrations/docs/integrations.docblock.js +1 -0
- package/dist/integrations/index.js +1 -1
- package/dist/integrations/openbanking/contracts/accounts.js +1 -1
- package/dist/integrations/openbanking/contracts/balances.js +1 -1
- package/dist/integrations/openbanking/contracts/index.js +1 -1
- package/dist/integrations/openbanking/contracts/transactions.js +1 -1
- package/dist/integrations/openbanking/models.js +1 -1
- package/dist/integrations/openbanking/openbanking.feature.js +1 -0
- package/dist/integrations/providers/impls/index.js +1 -1
- package/dist/integrations/providers/impls/provider-factory.js +1 -1
- package/dist/integrations/providers/index.js +1 -1
- package/dist/integrations/providers/registry.js +1 -0
- package/dist/integrations/secrets/aws-secret-manager.js +1 -0
- package/dist/integrations/secrets/gcp-secret-manager.js +1 -1
- package/dist/integrations/secrets/index.js +1 -1
- package/dist/integrations/secrets/scaleway-secret-manager.js +1 -0
- package/dist/jobs/define-job.js +1 -0
- package/dist/jobs/gcp-cloud-tasks.js +1 -1
- package/dist/jobs/gcp-pubsub.js +1 -1
- package/dist/jobs/handlers/index.js +1 -1
- package/dist/jobs/handlers/ping-handler.js +1 -0
- package/dist/jobs/index.js +1 -1
- package/dist/jobs/memory-queue.js +1 -1
- package/dist/jobs/queue.js +1 -0
- package/dist/jobs/scaleway-sqs-queue.js +1 -0
- package/dist/knowledge/contracts.js +1 -1
- package/dist/knowledge/docs/knowledge.docblock.js +138 -0
- package/dist/llm/exporters.js +8 -0
- package/dist/llm/index.js +1 -0
- package/dist/llm/prompts.js +220 -0
- package/dist/llm/types.js +0 -0
- package/dist/node_modules/@pothos/plugin-complexity/esm/calculate-complexity.js +1 -0
- package/dist/node_modules/@pothos/plugin-complexity/esm/defaults.js +1 -0
- package/dist/node_modules/@pothos/plugin-complexity/esm/index.js +1 -0
- package/dist/node_modules/@pothos/plugin-complexity/esm/types.js +1 -0
- package/dist/node_modules/@pothos/plugin-complexity/esm/util.js +1 -0
- package/dist/node_modules/@pothos/plugin-complexity/esm/validator.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/field-builder.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/index.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/index.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/interface.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/node.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/object.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/refs/union.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/schema-builder.js +1 -0
- package/dist/node_modules/@pothos/plugin-dataloader/esm/util.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/connection-helpers.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/field-builder.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/index.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/interface-ref.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/model-loader.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/node-ref.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/object-ref.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/prisma-field-builder.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/schema-builder.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/types.js +0 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/cursors.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/datamodel.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/deep-equal.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/description.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/get-client.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/loader-map.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/map-query.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/relation-map.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/selections.js +1 -0
- package/dist/node_modules/@pothos/plugin-prisma/esm/util/usage.js +1 -0
- package/dist/node_modules/@pothos/plugin-tracing/esm/index.js +1 -0
- package/dist/node_modules/@pothos/plugin-tracing/esm/util.js +1 -0
- package/dist/node_modules/dataloader/index.js +7 -0
- package/dist/node_modules/graphql/error/GraphQLError.js +5 -0
- package/dist/node_modules/graphql/error/index.js +1 -0
- package/dist/node_modules/graphql/error/locatedError.js +1 -0
- package/dist/node_modules/graphql/error/syntaxError.js +1 -0
- package/dist/node_modules/graphql/execution/collectFields.js +1 -0
- package/dist/node_modules/graphql/execution/execute.js +1 -0
- package/dist/node_modules/graphql/execution/index.js +1 -0
- package/dist/node_modules/graphql/execution/mapAsyncIterator.js +1 -0
- package/dist/node_modules/graphql/execution/subscribe.js +1 -0
- package/dist/node_modules/graphql/execution/values.js +1 -0
- package/dist/node_modules/graphql/graphql.js +1 -0
- package/dist/node_modules/graphql/index.js +1 -0
- package/dist/node_modules/graphql/jsutils/Path.js +1 -0
- package/dist/node_modules/graphql/jsutils/devAssert.js +1 -0
- package/dist/node_modules/graphql/jsutils/didYouMean.js +1 -0
- package/dist/node_modules/graphql/jsutils/groupBy.js +1 -0
- package/dist/node_modules/graphql/jsutils/identityFunc.js +1 -0
- package/dist/node_modules/graphql/jsutils/inspect.js +1 -0
- package/dist/node_modules/graphql/jsutils/instanceOf.js +12 -0
- package/dist/node_modules/graphql/jsutils/invariant.js +1 -0
- package/dist/node_modules/graphql/jsutils/isAsyncIterable.js +1 -0
- package/dist/node_modules/graphql/jsutils/isIterableObject.js +1 -0
- package/dist/node_modules/graphql/jsutils/isObjectLike.js +1 -0
- package/dist/node_modules/graphql/jsutils/isPromise.js +1 -0
- package/dist/node_modules/graphql/jsutils/keyMap.js +1 -0
- package/dist/node_modules/graphql/jsutils/keyValMap.js +1 -0
- package/dist/node_modules/graphql/jsutils/mapValue.js +1 -0
- package/dist/node_modules/graphql/jsutils/memoize3.js +1 -0
- package/dist/node_modules/graphql/jsutils/naturalCompare.js +1 -0
- package/dist/node_modules/graphql/jsutils/printPathArray.js +1 -0
- package/dist/node_modules/graphql/jsutils/promiseForObject.js +1 -0
- package/dist/node_modules/graphql/jsutils/promiseReduce.js +1 -0
- package/dist/node_modules/graphql/jsutils/suggestionList.js +1 -0
- package/dist/node_modules/graphql/jsutils/toError.js +1 -0
- package/dist/node_modules/graphql/jsutils/toObjMap.js +1 -0
- package/dist/node_modules/graphql/language/ast.js +1 -0
- package/dist/node_modules/graphql/language/blockString.js +3 -0
- package/dist/node_modules/graphql/language/characterClasses.js +1 -0
- package/dist/node_modules/graphql/language/directiveLocation.js +1 -0
- package/dist/node_modules/graphql/language/index.js +1 -0
- package/dist/node_modules/graphql/language/kinds.js +1 -0
- package/dist/node_modules/graphql/language/lexer.js +3 -0
- package/dist/node_modules/graphql/language/location.js +1 -0
- package/dist/node_modules/graphql/language/parser.js +1 -0
- package/dist/node_modules/graphql/language/predicates.js +1 -0
- package/dist/node_modules/graphql/language/printLocation.js +2 -0
- package/dist/node_modules/graphql/language/printString.js +1 -0
- package/dist/node_modules/graphql/language/printer.js +34 -0
- package/dist/node_modules/graphql/language/schemaCoordinateLexer.js +1 -0
- package/dist/node_modules/graphql/language/source.js +1 -0
- package/dist/node_modules/graphql/language/tokenKind.js +1 -0
- package/dist/node_modules/graphql/language/visitor.js +1 -0
- package/dist/node_modules/graphql/type/assertName.js +1 -0
- package/dist/node_modules/graphql/type/definition.js +1 -0
- package/dist/node_modules/graphql/type/directives.js +1 -0
- package/dist/node_modules/graphql/type/index.js +1 -0
- package/dist/node_modules/graphql/type/introspection.js +3 -0
- package/dist/node_modules/graphql/type/scalars.js +1 -0
- package/dist/node_modules/graphql/type/schema.js +1 -0
- package/dist/node_modules/graphql/type/validate.js +3 -0
- package/dist/node_modules/graphql/utilities/TypeInfo.js +1 -0
- package/dist/node_modules/graphql/utilities/assertValidName.js +1 -0
- package/dist/node_modules/graphql/utilities/astFromValue.js +1 -0
- package/dist/node_modules/graphql/utilities/buildASTSchema.js +1 -0
- package/dist/node_modules/graphql/utilities/buildClientSchema.js +1 -0
- package/dist/node_modules/graphql/utilities/coerceInputValue.js +1 -0
- package/dist/node_modules/graphql/utilities/concatAST.js +1 -0
- package/dist/node_modules/graphql/utilities/extendSchema.js +1 -0
- package/dist/node_modules/graphql/utilities/findBreakingChanges.js +1 -0
- package/dist/node_modules/graphql/utilities/getIntrospectionQuery.js +107 -0
- package/dist/node_modules/graphql/utilities/getOperationAST.js +1 -0
- package/dist/node_modules/graphql/utilities/getOperationRootType.js +1 -0
- package/dist/node_modules/graphql/utilities/index.js +1 -0
- package/dist/node_modules/graphql/utilities/introspectionFromSchema.js +1 -0
- package/dist/node_modules/graphql/utilities/lexicographicSortSchema.js +1 -0
- package/dist/node_modules/graphql/utilities/printSchema.js +13 -0
- package/dist/node_modules/graphql/utilities/resolveSchemaCoordinate.js +1 -0
- package/dist/node_modules/graphql/utilities/separateOperations.js +1 -0
- package/dist/node_modules/graphql/utilities/sortValueNode.js +1 -0
- package/dist/node_modules/graphql/utilities/stripIgnoredCharacters.js +1 -0
- package/dist/node_modules/graphql/utilities/typeComparators.js +1 -0
- package/dist/node_modules/graphql/utilities/typeFromAST.js +1 -0
- package/dist/node_modules/graphql/utilities/valueFromAST.js +1 -0
- package/dist/node_modules/graphql/utilities/valueFromASTUntyped.js +1 -0
- package/dist/node_modules/graphql/validation/ValidationContext.js +1 -0
- package/dist/node_modules/graphql/validation/index.js +1 -0
- package/dist/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownDirectivesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/ScalarLeafsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +1 -0
- package/dist/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +1 -0
- package/dist/node_modules/graphql/validation/specifiedRules.js +1 -0
- package/dist/node_modules/graphql/validation/validate.js +5 -0
- package/dist/node_modules/graphql/version.js +1 -0
- package/dist/onboarding-base.js +1 -1
- package/dist/openapi.js +1 -0
- package/dist/openbanking/docs/openbanking.docblock.js +109 -0
- package/dist/policy/docs/policy.docblock.js +1 -0
- package/dist/presentations/docs/presentations-conventions.docblock.js +8 -0
- package/dist/presentations.js +1 -1
- package/dist/presentations.v2.js +7 -1
- package/dist/prompt.js +1 -1
- package/dist/promptRegistry.js +1 -1
- package/dist/regenerator/docs/regenerator.docblock.js +184 -0
- package/dist/registry.js +1 -1
- package/dist/resources.js +1 -1
- package/dist/schema-to-markdown.js +10 -0
- package/dist/server/graphql-pothos.js +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/mcp/createMcpServer.js +1 -0
- package/dist/server/mcp/mcpTypes.js +0 -0
- package/dist/server/mcp/registerPresentations.js +1 -0
- package/dist/server/mcp/registerPrompts.js +3 -0
- package/dist/server/mcp/registerResources.js +1 -0
- package/dist/server/mcp/registerTools.js +1 -0
- package/dist/server/provider-mcp.js +1 -1
- package/dist/telemetry/docs/telemetry.docblock.js +139 -0
- package/package.json +353 -193
- package/dist/app-config/branding.d.ts +0 -55
- package/dist/app-config/contracts.d.ts +0 -244
- package/dist/app-config/events.d.ts +0 -122
- package/dist/app-config/index.d.ts +0 -8
- package/dist/app-config/lifecycle-contracts.d.ts +0 -382
- package/dist/app-config/lifecycle.d.ts +0 -27
- package/dist/app-config/runtime.d.ts +0 -114
- package/dist/app-config/spec.d.ts +0 -175
- package/dist/app-config/validation.d.ts +0 -47
- package/dist/capabilities/openbanking.d.ts +0 -9
- package/dist/capabilities.d.ts +0 -45
- package/dist/client/index.d.ts +0 -6
- package/dist/client/react/drivers/rn-reusables.d.ts +0 -22
- package/dist/client/react/drivers/shadcn.d.ts +0 -12
- package/dist/client/react/feature-render.d.ts +0 -20
- package/dist/client/react/form-render.d.ts +0 -91
- package/dist/client/react/index.d.ts +0 -5
- package/dist/contracts-adapter-hydration.d.ts +0 -15
- package/dist/contracts-adapter-input.d.ts +0 -10
- package/dist/data-views/query-generator.d.ts +0 -39
- package/dist/data-views/runtime.d.ts +0 -26
- package/dist/data-views.d.ts +0 -131
- package/dist/events.d.ts +0 -44
- package/dist/experiments/evaluator.d.ts +0 -37
- package/dist/experiments/spec-resolver.d.ts +0 -16
- package/dist/experiments/spec.d.ts +0 -89
- package/dist/features.d.ts +0 -87
- package/dist/forms.d.ts +0 -258
- package/dist/graphql-federation/dist/index.js +0 -1
- package/dist/index.d.ts +0 -130
- package/dist/install.d.ts +0 -76
- package/dist/integrations/binding.d.ts +0 -17
- package/dist/integrations/connection.d.ts +0 -51
- package/dist/integrations/contracts.d.ts +0 -435
- package/dist/integrations/health.d.ts +0 -21
- package/dist/integrations/index.d.ts +0 -53
- package/dist/integrations/openbanking/contracts/accounts.d.ts +0 -287
- package/dist/integrations/openbanking/contracts/balances.d.ts +0 -163
- package/dist/integrations/openbanking/contracts/index.d.ts +0 -9
- package/dist/integrations/openbanking/contracts/transactions.d.ts +0 -211
- package/dist/integrations/openbanking/guards.d.ts +0 -12
- package/dist/integrations/openbanking/models.d.ts +0 -228
- package/dist/integrations/openbanking/telemetry.d.ts +0 -15
- package/dist/integrations/providers/calendar.d.ts +0 -78
- package/dist/integrations/providers/elevenlabs.d.ts +0 -7
- package/dist/integrations/providers/email.d.ts +0 -86
- package/dist/integrations/providers/embedding.d.ts +0 -24
- package/dist/integrations/providers/gcs-storage.d.ts +0 -7
- package/dist/integrations/providers/gmail.d.ts +0 -7
- package/dist/integrations/providers/google-calendar.d.ts +0 -7
- package/dist/integrations/providers/impls/elevenlabs-voice.d.ts +0 -20
- package/dist/integrations/providers/impls/gcs-storage.d.ts +0 -24
- package/dist/integrations/providers/impls/gmail-inbound.d.ts +0 -26
- package/dist/integrations/providers/impls/gmail-outbound.d.ts +0 -18
- package/dist/integrations/providers/impls/google-calendar.d.ts +0 -23
- package/dist/integrations/providers/impls/index.d.ts +0 -15
- package/dist/integrations/providers/impls/mistral-embedding.d.ts +0 -23
- package/dist/integrations/providers/impls/mistral-llm.d.ts +0 -31
- package/dist/integrations/providers/impls/postmark-email.d.ts +0 -19
- package/dist/integrations/providers/impls/powens-client.d.ts +0 -124
- package/dist/integrations/providers/impls/powens-openbanking.d.ts +0 -27
- package/dist/integrations/providers/impls/provider-factory.d.ts +0 -26
- package/dist/integrations/providers/impls/qdrant-vector.d.ts +0 -24
- package/dist/integrations/providers/impls/stripe-payments.d.ts +0 -28
- package/dist/integrations/providers/impls/twilio-sms.d.ts +0 -20
- package/dist/integrations/providers/index.d.ts +0 -36
- package/dist/integrations/providers/llm.d.ts +0 -82
- package/dist/integrations/providers/mistral.d.ts +0 -7
- package/dist/integrations/providers/openbanking.d.ts +0 -128
- package/dist/integrations/providers/payments.d.ts +0 -109
- package/dist/integrations/providers/postmark.d.ts +0 -7
- package/dist/integrations/providers/powens.d.ts +0 -7
- package/dist/integrations/providers/qdrant.d.ts +0 -7
- package/dist/integrations/providers/sms.d.ts +0 -34
- package/dist/integrations/providers/storage.d.ts +0 -60
- package/dist/integrations/providers/stripe.d.ts +0 -7
- package/dist/integrations/providers/twilio-sms.d.ts +0 -7
- package/dist/integrations/providers/vector-store.d.ts +0 -43
- package/dist/integrations/providers/voice.d.ts +0 -34
- package/dist/integrations/runtime.d.ts +0 -99
- package/dist/integrations/secrets/env-secret-provider.d.ts +0 -31
- package/dist/integrations/secrets/gcp-secret-manager.d.ts +0 -32
- package/dist/integrations/secrets/index.d.ts +0 -5
- package/dist/integrations/secrets/manager.d.ts +0 -47
- package/dist/integrations/secrets/provider.d.ts +0 -52
- package/dist/integrations/spec.d.ts +0 -79
- package/dist/jobs/gcp-cloud-tasks.d.ts +0 -41
- package/dist/jobs/gcp-pubsub.d.ts +0 -25
- package/dist/jobs/handlers/gmail-sync-handler.d.ts +0 -9
- package/dist/jobs/handlers/index.d.ts +0 -3
- package/dist/jobs/handlers/storage-document-handler.d.ts +0 -12
- package/dist/jobs/index.d.ts +0 -7
- package/dist/jobs/memory-queue.d.ts +0 -18
- package/dist/jobs/queue.d.ts +0 -26
- package/dist/jsonschema.d.ts +0 -26
- package/dist/knowledge/binding.d.ts +0 -25
- package/dist/knowledge/contracts.d.ts +0 -316
- package/dist/knowledge/index.d.ts +0 -10
- package/dist/knowledge/ingestion/document-processor.d.ts +0 -24
- package/dist/knowledge/ingestion/embedding-service.d.ts +0 -12
- package/dist/knowledge/ingestion/gmail-adapter.d.ts +0 -18
- package/dist/knowledge/ingestion/index.d.ts +0 -6
- package/dist/knowledge/ingestion/storage-adapter.d.ts +0 -15
- package/dist/knowledge/ingestion/vector-indexer.d.ts +0 -18
- package/dist/knowledge/query/index.d.ts +0 -2
- package/dist/knowledge/query/service.d.ts +0 -29
- package/dist/knowledge/runtime.d.ts +0 -32
- package/dist/knowledge/source.d.ts +0 -32
- package/dist/knowledge/spaces/email-threads.d.ts +0 -7
- package/dist/knowledge/spaces/financial-docs.d.ts +0 -7
- package/dist/knowledge/spaces/financial-overview.d.ts +0 -7
- package/dist/knowledge/spaces/index.d.ts +0 -7
- package/dist/knowledge/spaces/product-canon.d.ts +0 -7
- package/dist/knowledge/spaces/support-faq.d.ts +0 -7
- package/dist/knowledge/spaces/uploaded-docs.d.ts +0 -7
- package/dist/knowledge/spec.d.ts +0 -52
- package/dist/markdown.d.ts +0 -21
- package/dist/migrations.d.ts +0 -52
- package/dist/onboarding-base.d.ts +0 -137
- package/dist/ownership.d.ts +0 -75
- package/dist/policy/engine.d.ts +0 -39
- package/dist/policy/opa-adapter.d.ts +0 -45
- package/dist/policy/spec.d.ts +0 -114
- package/dist/presentations.backcompat.d.ts +0 -7
- package/dist/presentations.d.ts +0 -96
- package/dist/presentations.v2.d.ts +0 -95
- package/dist/prompt.d.ts +0 -60
- package/dist/promptRegistry.d.ts +0 -15
- package/dist/regenerator/adapters.d.ts +0 -19
- package/dist/regenerator/executor.d.ts +0 -70
- package/dist/regenerator/index.d.ts +0 -7
- package/dist/regenerator/service.d.ts +0 -33
- package/dist/regenerator/sinks.d.ts +0 -26
- package/dist/regenerator/types.d.ts +0 -107
- package/dist/regenerator/utils.d.ts +0 -9
- package/dist/registry.d.ts +0 -72
- package/dist/resources.d.ts +0 -64
- package/dist/schema/dist/EnumType.js +0 -1
- package/dist/schema/dist/FieldType.js +0 -1
- package/dist/schema/dist/ScalarTypeEnum.js +0 -1
- package/dist/schema/dist/SchemaModel.js +0 -1
- package/dist/schema/dist/index.js +0 -1
- package/dist/server/graphql-pothos.d.ts +0 -31
- package/dist/server/graphql-schema-export.d.ts +0 -6
- package/dist/server/graphql-schema-export.js +0 -1
- package/dist/server/index.d.ts +0 -9
- package/dist/server/provider-mcp.d.ts +0 -51
- package/dist/server/rest-elysia.d.ts +0 -40
- package/dist/server/rest-express.d.ts +0 -16
- package/dist/server/rest-generic.d.ts +0 -32
- package/dist/server/rest-next-app.d.ts +0 -35
- package/dist/server/rest-next-mcp.d.ts +0 -11
- package/dist/server/rest-next-pages.d.ts +0 -9
- package/dist/spec.d.ts +0 -171
- package/dist/telemetry/anomaly.d.ts +0 -27
- package/dist/telemetry/index.d.ts +0 -4
- package/dist/telemetry/spec.d.ts +0 -98
- package/dist/telemetry/tracker.d.ts +0 -51
- package/dist/tests/index.d.ts +0 -3
- package/dist/tests/runner.d.ts +0 -43
- package/dist/tests/spec.d.ts +0 -89
- package/dist/themes.d.ts +0 -55
- package/dist/translations/catalog.d.ts +0 -28
- package/dist/translations/tenant.d.ts +0 -15
- package/dist/types/all.d.ts +0 -60
- package/dist/types.d.ts +0 -88
- package/dist/workflow/adapters/db-adapter.d.ts +0 -34
- package/dist/workflow/adapters/file-adapter.d.ts +0 -14
- package/dist/workflow/adapters/index.d.ts +0 -4
- package/dist/workflow/adapters/memory-store.d.ts +0 -18
- package/dist/workflow/expression.d.ts +0 -9
- package/dist/workflow/index.d.ts +0 -10
- package/dist/workflow/runner.d.ts +0 -74
- package/dist/workflow/sla-monitor.d.ts +0 -20
- package/dist/workflow/spec.d.ts +0 -99
- package/dist/workflow/state.d.ts +0 -35
- package/dist/workflow/validation.d.ts +0 -28
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { OwnerShipMeta } from "../ownership.js";
|
|
2
|
-
import { PolicyRef } from "../policy/spec.js";
|
|
3
|
-
import { TelemetryEventDef } from "../telemetry/spec.js";
|
|
4
|
-
|
|
5
|
-
//#region src/experiments/spec.d.ts
|
|
6
|
-
interface ExperimentMeta extends OwnerShipMeta {
|
|
7
|
-
/** Fully-qualified experiment name (e.g., "sigil.onboarding.variant"). */
|
|
8
|
-
name: string;
|
|
9
|
-
/** Version of the experiment; bump when allocation or variants change materially. */
|
|
10
|
-
version: number;
|
|
11
|
-
/** Domain/bounded context (e.g., "onboarding"). */
|
|
12
|
-
domain: string;
|
|
13
|
-
}
|
|
14
|
-
interface ExperimentRef {
|
|
15
|
-
name: string;
|
|
16
|
-
version?: number;
|
|
17
|
-
}
|
|
18
|
-
type ExperimentOverrideType = 'dataView' | 'workflow' | 'theme' | 'policy' | 'presentation';
|
|
19
|
-
interface ExperimentOverride {
|
|
20
|
-
type: ExperimentOverrideType;
|
|
21
|
-
/** Target spec meta name (e.g., DataViewSpec.meta.name). */
|
|
22
|
-
target: string;
|
|
23
|
-
/** Target version. Optional; evaluator may choose latest when omitted. */
|
|
24
|
-
version?: number;
|
|
25
|
-
/** Optional configuration applied when this variant is active. */
|
|
26
|
-
config?: Record<string, unknown>;
|
|
27
|
-
}
|
|
28
|
-
interface ExperimentVariant {
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
description?: string;
|
|
32
|
-
/** Relative weight for random allocation (defaults to 1). */
|
|
33
|
-
weight?: number;
|
|
34
|
-
overrides?: ExperimentOverride[];
|
|
35
|
-
/** Optional metadata for downstream analytics/UI. */
|
|
36
|
-
metadata?: Record<string, unknown>;
|
|
37
|
-
}
|
|
38
|
-
interface TargetingRule {
|
|
39
|
-
/** Variant to assign when rule matches. */
|
|
40
|
-
variantId: string;
|
|
41
|
-
/** Optional percentage of matching traffic (0-1). If omitted, 100%. */
|
|
42
|
-
percentage?: number;
|
|
43
|
-
/** Policies that must allow the assignment. */
|
|
44
|
-
policy?: PolicyRef;
|
|
45
|
-
/** Expression evaluated against context (see evaluator for details). */
|
|
46
|
-
expression?: string;
|
|
47
|
-
}
|
|
48
|
-
type AllocationStrategy = {
|
|
49
|
-
type: 'random';
|
|
50
|
-
/** Optional salt for deterministic hashing. */
|
|
51
|
-
salt?: string;
|
|
52
|
-
} | {
|
|
53
|
-
type: 'sticky';
|
|
54
|
-
/** Which attribute to hash for sticky assignment. */
|
|
55
|
-
attribute: 'userId' | 'organizationId' | 'sessionId';
|
|
56
|
-
salt?: string;
|
|
57
|
-
} | {
|
|
58
|
-
type: 'targeted';
|
|
59
|
-
rules: TargetingRule[];
|
|
60
|
-
fallback?: 'control' | 'random';
|
|
61
|
-
};
|
|
62
|
-
type MetricAggregation = 'count' | 'avg' | 'p75' | 'p90' | 'p95' | 'p99';
|
|
63
|
-
interface SuccessMetric {
|
|
64
|
-
name: string;
|
|
65
|
-
telemetryEvent: {
|
|
66
|
-
name: TelemetryEventDef['name'];
|
|
67
|
-
version: number;
|
|
68
|
-
};
|
|
69
|
-
aggregation: MetricAggregation;
|
|
70
|
-
target?: number;
|
|
71
|
-
}
|
|
72
|
-
interface ExperimentSpec {
|
|
73
|
-
meta: ExperimentMeta;
|
|
74
|
-
/** Identifier of the control variant (must exist in variants array). */
|
|
75
|
-
controlVariant: string;
|
|
76
|
-
variants: ExperimentVariant[];
|
|
77
|
-
allocation: AllocationStrategy;
|
|
78
|
-
successMetrics?: SuccessMetric[];
|
|
79
|
-
tags?: string[];
|
|
80
|
-
}
|
|
81
|
-
declare class ExperimentRegistry {
|
|
82
|
-
private readonly items;
|
|
83
|
-
register(spec: ExperimentSpec): this;
|
|
84
|
-
list(): ExperimentSpec[];
|
|
85
|
-
get(name: string, version?: number): ExperimentSpec | undefined;
|
|
86
|
-
}
|
|
87
|
-
declare function makeExperimentKey(meta: ExperimentMeta): string;
|
|
88
|
-
//#endregion
|
|
89
|
-
export { AllocationStrategy, ExperimentMeta, ExperimentOverride, ExperimentOverrideType, ExperimentRef, ExperimentRegistry, ExperimentSpec, ExperimentVariant, MetricAggregation, SuccessMetric, TargetingRule, makeExperimentKey };
|
package/dist/features.d.ts
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { OwnerShipMeta } from "./ownership.js";
|
|
2
|
-
import { CapabilityRef, CapabilityRegistry, CapabilityRequirement } from "./capabilities.js";
|
|
3
|
-
import { PresentationRegistry } from "./presentations.js";
|
|
4
|
-
import { PresentationDescriptorV2, PresentationTarget } from "./presentations.v2.js";
|
|
5
|
-
import { ExperimentRef } from "./experiments/spec.js";
|
|
6
|
-
import { SpecRegistry } from "./registry.js";
|
|
7
|
-
|
|
8
|
-
//#region src/features.d.ts
|
|
9
|
-
/** Minimal metadata to identify and categorize a feature module. */
|
|
10
|
-
interface FeatureModuleMeta extends OwnerShipMeta {
|
|
11
|
-
/** Stable slug key used to identify this feature (e.g., "weekly_pulse"). */
|
|
12
|
-
key: string;
|
|
13
|
-
}
|
|
14
|
-
interface OpRef {
|
|
15
|
-
/** Operation name (ContractSpec.meta.name). */
|
|
16
|
-
name: string;
|
|
17
|
-
/** Operation version (ContractSpec.meta.version). */
|
|
18
|
-
version: number;
|
|
19
|
-
}
|
|
20
|
-
interface EventRef {
|
|
21
|
-
/** Event name. */
|
|
22
|
-
name: string;
|
|
23
|
-
/** Event version. */
|
|
24
|
-
version: number;
|
|
25
|
-
}
|
|
26
|
-
interface PresentationRef {
|
|
27
|
-
/** Presentation name. */
|
|
28
|
-
name: string;
|
|
29
|
-
/** Presentation version. */
|
|
30
|
-
version: number;
|
|
31
|
-
}
|
|
32
|
-
/** Group operations/events/presentations into an installable feature. */
|
|
33
|
-
interface FeatureModuleSpec {
|
|
34
|
-
meta: FeatureModuleMeta;
|
|
35
|
-
/** Contract operations included in this feature. */
|
|
36
|
-
operations?: OpRef[];
|
|
37
|
-
/** Events declared/emitted by this feature. */
|
|
38
|
-
events?: EventRef[];
|
|
39
|
-
/** Presentations associated to this feature. */
|
|
40
|
-
presentations?: PresentationRef[];
|
|
41
|
-
/** Experiments related to this feature. */
|
|
42
|
-
experiments?: ExperimentRef[];
|
|
43
|
-
/** Capability bindings exposed/required by this feature. */
|
|
44
|
-
capabilities?: {
|
|
45
|
-
provides?: CapabilityRef[];
|
|
46
|
-
requires?: CapabilityRequirement[];
|
|
47
|
-
};
|
|
48
|
-
/** Optional: link ops to presentations for traceability (e.g., ui for op) */
|
|
49
|
-
opToPresentation?: {
|
|
50
|
-
op: OpRef;
|
|
51
|
-
pres: PresentationRef;
|
|
52
|
-
}[];
|
|
53
|
-
/** Optional: declare per-presentation target requirements (V2 descriptors) */
|
|
54
|
-
presentationsTargets?: {
|
|
55
|
-
/** Presentation name. */
|
|
56
|
-
name: string;
|
|
57
|
-
/** Presentation version. */
|
|
58
|
-
version: number;
|
|
59
|
-
/** Required targets that must be supported by the descriptor. */
|
|
60
|
-
targets: PresentationTarget[];
|
|
61
|
-
}[];
|
|
62
|
-
}
|
|
63
|
-
interface FeatureRef {
|
|
64
|
-
key: string;
|
|
65
|
-
}
|
|
66
|
-
/** In-memory registry for FeatureModuleSpec. */
|
|
67
|
-
declare class FeatureRegistry {
|
|
68
|
-
private items;
|
|
69
|
-
/** Register a feature module. Throws when the key already exists. */
|
|
70
|
-
register(f: FeatureModuleSpec): this;
|
|
71
|
-
/** List all registered feature modules. */
|
|
72
|
-
list(): FeatureModuleSpec[];
|
|
73
|
-
/** Get a feature by its key (slug). */
|
|
74
|
-
get(key: string): FeatureModuleSpec | undefined;
|
|
75
|
-
}
|
|
76
|
-
/** Validate and register a feature against optional registries/descriptors. */
|
|
77
|
-
declare function installFeature(feature: FeatureModuleSpec, deps: {
|
|
78
|
-
features: FeatureRegistry;
|
|
79
|
-
ops?: SpecRegistry;
|
|
80
|
-
presentations?: PresentationRegistry;
|
|
81
|
-
descriptorsV2?: PresentationDescriptorV2[];
|
|
82
|
-
capabilities?: CapabilityRegistry;
|
|
83
|
-
}): FeatureRegistry;
|
|
84
|
-
/** Ensure declared target requirements exist on the provided descriptors. */
|
|
85
|
-
declare function validateFeatureTargetsV2(feature: FeatureModuleSpec, descriptors: PresentationDescriptorV2[]): boolean;
|
|
86
|
-
//#endregion
|
|
87
|
-
export { EventRef, FeatureModuleMeta, FeatureModuleSpec, FeatureRef, FeatureRegistry, OpRef, PresentationRef, installFeature, validateFeatureTargetsV2 };
|
package/dist/forms.d.ts
DELETED
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
import { OwnerShipMeta } from "./ownership.js";
|
|
2
|
-
import { AnySchemaModel, ZodSchemaModel } from "@lssm/lib.schema";
|
|
3
|
-
|
|
4
|
-
//#region src/forms.d.ts
|
|
5
|
-
type PredicateOp = 'equals' | 'notEquals' | 'in' | 'notIn' | 'gt' | 'gte' | 'lt' | 'lte' | 'truthy' | 'empty' | 'lengthGt' | 'lengthGte' | 'lengthLt' | 'lengthLte';
|
|
6
|
-
interface WhenClause {
|
|
7
|
-
/** Dot path in form values; arrays may use `$index` within array context. */
|
|
8
|
-
path: string;
|
|
9
|
-
op?: PredicateOp;
|
|
10
|
-
value?: unknown;
|
|
11
|
-
}
|
|
12
|
-
interface Predicate {
|
|
13
|
-
when?: WhenClause;
|
|
14
|
-
all?: Predicate[];
|
|
15
|
-
any?: Predicate[];
|
|
16
|
-
not?: Predicate;
|
|
17
|
-
}
|
|
18
|
-
interface FormOption {
|
|
19
|
-
labelI18n: string;
|
|
20
|
-
value: string | number | boolean;
|
|
21
|
-
descriptionI18n?: string;
|
|
22
|
-
disabled?: boolean;
|
|
23
|
-
}
|
|
24
|
-
type OptionsSource = {
|
|
25
|
-
kind: 'static';
|
|
26
|
-
options: readonly FormOption[];
|
|
27
|
-
} | {
|
|
28
|
-
kind: 'resolver';
|
|
29
|
-
resolverKey: string;
|
|
30
|
-
/** Dot paths in form values to watch */
|
|
31
|
-
deps: string[];
|
|
32
|
-
args?: Record<string, unknown>;
|
|
33
|
-
};
|
|
34
|
-
interface BaseFieldSpec {
|
|
35
|
-
/** Field kind discriminator. */
|
|
36
|
-
kind: 'text' | 'textarea' | 'select' | 'checkbox' | 'radio' | 'switch' | 'group' | 'array';
|
|
37
|
-
/** Field name (dot path relative to the form root or parent context). */
|
|
38
|
-
name?: string;
|
|
39
|
-
labelI18n?: string;
|
|
40
|
-
descriptionI18n?: string;
|
|
41
|
-
placeholderI18n?: string;
|
|
42
|
-
required?: boolean;
|
|
43
|
-
/** Conditional UI behavior */
|
|
44
|
-
visibleWhen?: Predicate;
|
|
45
|
-
enabledWhen?: Predicate;
|
|
46
|
-
requiredWhen?: Predicate;
|
|
47
|
-
/** UI hints */
|
|
48
|
-
uiKey?: string;
|
|
49
|
-
uiProps?: Record<string, unknown>;
|
|
50
|
-
wrapper?: {
|
|
51
|
-
orientation?: 'horizontal' | 'vertical';
|
|
52
|
-
};
|
|
53
|
-
/** HTML/Native autofill token (supports custom tokens) */
|
|
54
|
-
autoComplete?: string;
|
|
55
|
-
/** Keyboard/adaptation hints (web/native). Shape mirrors design-system KeyboardOptions but stays decoupled. */
|
|
56
|
-
keyboard?: {
|
|
57
|
-
kind?: string;
|
|
58
|
-
autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters';
|
|
59
|
-
autoComplete?: string;
|
|
60
|
-
autoCorrect?: boolean;
|
|
61
|
-
enterKeyHint?: 'enter' | 'done' | 'go' | 'next' | 'search' | 'send';
|
|
62
|
-
};
|
|
63
|
-
/** Optional computed value hook, provided by host computations map */
|
|
64
|
-
computeFrom?: {
|
|
65
|
-
computeKey: string;
|
|
66
|
-
deps: string[];
|
|
67
|
-
mode?: 'change' | 'blur-xs' | 'submit';
|
|
68
|
-
readOnly?: boolean;
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
interface TextFieldSpec extends BaseFieldSpec {
|
|
72
|
-
kind: 'text';
|
|
73
|
-
name: string;
|
|
74
|
-
inputMode?: 'text' | 'email' | 'tel' | 'url' | 'numeric' | 'decimal' | 'search';
|
|
75
|
-
autoComplete?: string;
|
|
76
|
-
maxLength?: number;
|
|
77
|
-
minLength?: number;
|
|
78
|
-
}
|
|
79
|
-
interface TextareaFieldSpec extends BaseFieldSpec {
|
|
80
|
-
kind: 'textarea';
|
|
81
|
-
name: string;
|
|
82
|
-
rows?: number;
|
|
83
|
-
maxLength?: number;
|
|
84
|
-
minLength?: number;
|
|
85
|
-
}
|
|
86
|
-
interface SelectFieldSpec extends BaseFieldSpec {
|
|
87
|
-
kind: 'select';
|
|
88
|
-
name: string;
|
|
89
|
-
options: OptionsSource | readonly FormOption[];
|
|
90
|
-
}
|
|
91
|
-
interface CheckboxFieldSpec extends BaseFieldSpec {
|
|
92
|
-
kind: 'checkbox';
|
|
93
|
-
name: string;
|
|
94
|
-
}
|
|
95
|
-
interface RadioFieldSpec extends BaseFieldSpec {
|
|
96
|
-
kind: 'radio';
|
|
97
|
-
name: string;
|
|
98
|
-
options: OptionsSource | readonly FormOption[];
|
|
99
|
-
}
|
|
100
|
-
interface SwitchFieldSpec extends BaseFieldSpec {
|
|
101
|
-
kind: 'switch';
|
|
102
|
-
name: string;
|
|
103
|
-
}
|
|
104
|
-
interface GroupFieldSpec extends BaseFieldSpec {
|
|
105
|
-
kind: 'group';
|
|
106
|
-
/** Optional legend/label at group level */
|
|
107
|
-
labelI18n?: string;
|
|
108
|
-
fields: FieldSpec[];
|
|
109
|
-
}
|
|
110
|
-
interface ArrayFieldSpec extends BaseFieldSpec {
|
|
111
|
-
kind: 'array';
|
|
112
|
-
/** Root-level field that is an array in the model (e.g., "emails") */
|
|
113
|
-
name: string;
|
|
114
|
-
/** Child field spec for each item (e.g., address inside emails[i].address). */
|
|
115
|
-
of: Exclude<FieldSpec, ArrayFieldSpec | GroupFieldSpec>;
|
|
116
|
-
min?: number;
|
|
117
|
-
max?: number;
|
|
118
|
-
}
|
|
119
|
-
type FieldSpec = TextFieldSpec | TextareaFieldSpec | SelectFieldSpec | CheckboxFieldSpec | RadioFieldSpec | SwitchFieldSpec | GroupFieldSpec | ArrayFieldSpec;
|
|
120
|
-
interface FormAction {
|
|
121
|
-
key: string;
|
|
122
|
-
labelI18n: string;
|
|
123
|
-
op?: {
|
|
124
|
-
name: string;
|
|
125
|
-
version: number;
|
|
126
|
-
};
|
|
127
|
-
success?: {
|
|
128
|
-
navigateTo?: string;
|
|
129
|
-
toastI18n?: string;
|
|
130
|
-
};
|
|
131
|
-
}
|
|
132
|
-
interface ConstraintDecl {
|
|
133
|
-
key: string;
|
|
134
|
-
messageI18n: string;
|
|
135
|
-
paths: string[];
|
|
136
|
-
args?: Record<string, unknown>;
|
|
137
|
-
}
|
|
138
|
-
type FormValuesFor<M extends AnySchemaModel> = ZodSchemaModel<M>;
|
|
139
|
-
interface FormSpec<M extends AnySchemaModel = AnySchemaModel> {
|
|
140
|
-
meta: OwnerShipMeta & {
|
|
141
|
-
key: string;
|
|
142
|
-
version: number;
|
|
143
|
-
};
|
|
144
|
-
/** Canonical form data shape */
|
|
145
|
-
model: M;
|
|
146
|
-
/** Flat list or tree using groups/arrays */
|
|
147
|
-
fields: FieldSpec[];
|
|
148
|
-
policy?: {
|
|
149
|
-
flags?: string[];
|
|
150
|
-
pii?: string[];
|
|
151
|
-
};
|
|
152
|
-
actions?: FormAction[];
|
|
153
|
-
renderHints?: {
|
|
154
|
-
ui: 'shadcn' | 'custom';
|
|
155
|
-
form: 'react-hook-form';
|
|
156
|
-
};
|
|
157
|
-
constraints?: ConstraintDecl[];
|
|
158
|
-
}
|
|
159
|
-
declare class FormRegistry {
|
|
160
|
-
private items;
|
|
161
|
-
register(spec: FormSpec): this;
|
|
162
|
-
list(): FormSpec[];
|
|
163
|
-
get(key: string, version?: number): FormSpec<AnySchemaModel> | undefined;
|
|
164
|
-
}
|
|
165
|
-
declare function evalPredicate(values: unknown, pred?: Predicate): boolean;
|
|
166
|
-
type ConstraintHandler = (values: Record<string, unknown>, paths: string[], args?: Record<string, unknown>) => {
|
|
167
|
-
ok: true;
|
|
168
|
-
} | {
|
|
169
|
-
ok: false;
|
|
170
|
-
message?: string;
|
|
171
|
-
path?: string;
|
|
172
|
-
};
|
|
173
|
-
/**
|
|
174
|
-
* Wrap the base zod schema with relation-driven refinements (requiredWhen, array min/max)
|
|
175
|
-
* and optional custom constraints. Call this when wiring RHF resolver.
|
|
176
|
-
*/
|
|
177
|
-
declare function buildZodWithRelations(spec: FormSpec, handlers?: Record<string, ConstraintHandler>): any;
|
|
178
|
-
interface AnyFieldLike {
|
|
179
|
-
kind: string;
|
|
180
|
-
name?: string;
|
|
181
|
-
fields?: readonly AnyFieldLike[];
|
|
182
|
-
of?: AnyFieldLike;
|
|
183
|
-
}
|
|
184
|
-
type TopLevelNames<F extends readonly AnyFieldLike[]> = F[number] extends {
|
|
185
|
-
name: infer N extends string;
|
|
186
|
-
} ? N : never;
|
|
187
|
-
type ArrayChildren<F extends readonly AnyFieldLike[]> = F[number] extends {
|
|
188
|
-
kind: 'array';
|
|
189
|
-
name: infer N extends string;
|
|
190
|
-
of: infer C;
|
|
191
|
-
} ? C extends {
|
|
192
|
-
name: infer CN extends string;
|
|
193
|
-
} ? `${N}.$index.${CN}` : never : never;
|
|
194
|
-
type GroupTopLevelNames<F extends readonly AnyFieldLike[]> = F[number] extends {
|
|
195
|
-
kind: 'group';
|
|
196
|
-
fields: infer G extends readonly AnyFieldLike[];
|
|
197
|
-
} ? TopLevelNames<G> : never;
|
|
198
|
-
type GroupArrayChildren<F extends readonly AnyFieldLike[]> = F[number] extends {
|
|
199
|
-
kind: 'group';
|
|
200
|
-
fields: infer G extends readonly AnyFieldLike[];
|
|
201
|
-
} ? ArrayChildren<G> : never;
|
|
202
|
-
type PathOfFields<F extends readonly AnyFieldLike[]> = TopLevelNames<F> | ArrayChildren<F> | GroupTopLevelNames<F> | GroupArrayChildren<F>;
|
|
203
|
-
interface TypedWhenClause<P extends string> {
|
|
204
|
-
path: P;
|
|
205
|
-
op?: PredicateOp;
|
|
206
|
-
value?: unknown;
|
|
207
|
-
}
|
|
208
|
-
interface TypedPredicate<P extends string> {
|
|
209
|
-
when?: TypedWhenClause<P>;
|
|
210
|
-
all?: TypedPredicate<P>[];
|
|
211
|
-
any?: TypedPredicate<P>[];
|
|
212
|
-
not?: TypedPredicate<P>;
|
|
213
|
-
}
|
|
214
|
-
type TypedOptionsSource<P extends string> = {
|
|
215
|
-
kind: 'static';
|
|
216
|
-
options: readonly FormOption[];
|
|
217
|
-
} | {
|
|
218
|
-
kind: 'resolver';
|
|
219
|
-
resolverKey: string;
|
|
220
|
-
deps: P[];
|
|
221
|
-
args?: Record<string, unknown>;
|
|
222
|
-
};
|
|
223
|
-
type EnhanceFields<F extends readonly AnyFieldLike[], P extends string> = { [K in keyof F]: F[K] & {
|
|
224
|
-
visibleWhen?: TypedPredicate<P>;
|
|
225
|
-
enabledWhen?: TypedPredicate<P>;
|
|
226
|
-
requiredWhen?: TypedPredicate<P>;
|
|
227
|
-
} & (F[K] extends {
|
|
228
|
-
kind: 'select';
|
|
229
|
-
} ? {
|
|
230
|
-
options: TypedOptionsSource<P> | readonly FormOption[];
|
|
231
|
-
} : {}) & (F[K] extends {
|
|
232
|
-
kind: 'radio';
|
|
233
|
-
} ? {
|
|
234
|
-
options: TypedOptionsSource<P> | readonly FormOption[];
|
|
235
|
-
} : {}) & {
|
|
236
|
-
computeFrom?: {
|
|
237
|
-
computeKey: string;
|
|
238
|
-
deps: P[];
|
|
239
|
-
mode?: 'change' | 'blur-xs' | 'submit';
|
|
240
|
-
readOnly?: boolean;
|
|
241
|
-
};
|
|
242
|
-
} };
|
|
243
|
-
declare function defineFormSpec<M extends AnySchemaModel, F extends readonly AnyFieldLike[]>(spec: {
|
|
244
|
-
meta: FormSpec<M>['meta'];
|
|
245
|
-
model: M;
|
|
246
|
-
fields: EnhanceFields<F, PathOfFields<F>>;
|
|
247
|
-
policy?: FormSpec<M>['policy'];
|
|
248
|
-
actions?: FormSpec<M>['actions'];
|
|
249
|
-
renderHints?: FormSpec<M>['renderHints'];
|
|
250
|
-
constraints?: {
|
|
251
|
-
key: string;
|
|
252
|
-
messageI18n: string;
|
|
253
|
-
paths: PathOfFields<F>[];
|
|
254
|
-
args?: Record<string, unknown>;
|
|
255
|
-
}[];
|
|
256
|
-
}): FormSpec<M>;
|
|
257
|
-
//#endregion
|
|
258
|
-
export { ArrayFieldSpec, BaseFieldSpec, CheckboxFieldSpec, ConstraintDecl, ConstraintHandler, EnhanceFields, FieldSpec, FormAction, FormOption, FormRegistry, FormSpec, FormValuesFor, GroupFieldSpec, OptionsSource, Predicate, PredicateOp, RadioFieldSpec, SelectFieldSpec, SwitchFieldSpec, TextFieldSpec, TextareaFieldSpec, TypedOptionsSource, TypedPredicate, TypedWhenClause, WhenClause, buildZodWithRelations, defineFormSpec, evalPredicate };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"@pothos/plugin-federation";import{printSubgraphSchema as e}from"@apollo/subgraph";function t(t){return e(t)}export{t};
|
package/dist/index.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { Owner, OwnerShipMeta, Owners, OwnersEnum, Stability, StabilityEnum, Tag, Tags, TagsEnum } from "./ownership.js";
|
|
2
|
-
import { EventEnvelope, EventKey, EventSpec, defineEvent, eventKey } from "./events.js";
|
|
3
|
-
import { ResourceMeta, ResourceRefDescriptor, ResourceRegistry, ResourceTemplateSpec, defineResourceTemplate, isResourceRef, resourceRef } from "./resources.js";
|
|
4
|
-
import { AttributeMatcher, ConsentDefinition, FieldPolicyRule, PIIPolicy, PolicyCondition, PolicyEffect, PolicyMeta, PolicyOPAConfig, PolicyRef, PolicyRegistry, PolicyRule, PolicySpec, RateLimitDefinition, RelationshipDefinition, RelationshipMatcher, ResourceMatcher, SubjectMatcher, makePolicyKey } from "./policy/spec.js";
|
|
5
|
-
import { Action, Assertion, CoverageRequirement, ExpectErrorAssertion, ExpectEventsAssertion, ExpectOutputAssertion, ExpectedEvent, Fixture, OperationTargetRef, TestRegistry, TestScenario, TestSpec, TestSpecMeta, TestSpecRef, TestTarget, WorkflowTargetRef, makeTestKey } from "./tests/spec.js";
|
|
6
|
-
import { AnyContractSpec, ContractSpec, EmitDecl, EmitDeclInline, EmitDeclRef, OpKind, TelemetryTrigger, defineCommand, defineQuery, isEmitDeclRef } from "./spec.js";
|
|
7
|
-
import { TelemetryAnomalyAction, TelemetryAnomalyDetectionConfig, TelemetryAnomalyThreshold, TelemetryConfig, TelemetryEventDef, TelemetryMeta, TelemetryPrivacyLevel, TelemetryPropertyDef, TelemetryProviderConfig, TelemetryRegistry, TelemetryRetentionConfig, TelemetrySamplingConfig, TelemetrySpec, makeTelemetryKey } from "./telemetry/spec.js";
|
|
8
|
-
import { TelemetryAnomalyEvent, TelemetryAnomalyMonitor, TelemetryAnomalyMonitorOptions } from "./telemetry/anomaly.js";
|
|
9
|
-
import { RuntimeTelemetryProvider, TelemetryDispatch, TelemetryEventContext, TelemetryTracker, TelemetryTrackerOptions } from "./telemetry/tracker.js";
|
|
10
|
-
import { CapabilityKind, CapabilityMeta, CapabilityRef, CapabilityRegistry, CapabilityRequirement, CapabilitySpec, CapabilitySurface, CapabilitySurfaceRef, capabilityKey, defineCapability } from "./capabilities.js";
|
|
11
|
-
import { DataPresentation, MarkdownPresentation, PresentationContent, PresentationKind, PresentationMeta, PresentationPolicy, PresentationRegistry, PresentationSpec, WebComponentPresentation, jsonSchemaForPresentation } from "./presentations.js";
|
|
12
|
-
import { PresentationDescriptorV2, PresentationRenderer, PresentationSource, PresentationSourceBlocknotejs, PresentationSourceComponentReact, PresentationTarget, PresentationV2Meta, PresentationValidator, ReactRenderDescriptor, RenderContext, TransformEngine, createDefaultTransformEngine, registerBasicValidation, registerDefaultReactRenderer } from "./presentations.v2.js";
|
|
13
|
-
import { AllocationStrategy, ExperimentMeta, ExperimentOverride, ExperimentOverrideType, ExperimentRef, ExperimentRegistry, ExperimentSpec, ExperimentVariant, MetricAggregation, SuccessMetric, TargetingRule, makeExperimentKey } from "./experiments/spec.js";
|
|
14
|
-
import { EventRef, FeatureModuleMeta, FeatureModuleSpec, FeatureRef, FeatureRegistry, OpRef, PresentationRef, installFeature, validateFeatureTargetsV2 } from "./features.js";
|
|
15
|
-
import { DataViewAction, DataViewBaseConfig, DataViewConfig, DataViewDetailConfig, DataViewField, DataViewFieldFormat, DataViewFilter, DataViewGridConfig, DataViewKind, DataViewListConfig, DataViewMeta, DataViewRegistry, DataViewSections, DataViewSource, DataViewSpec, DataViewStates, DataViewTableColumn, DataViewTableConfig, dataViewKey } from "./data-views.js";
|
|
16
|
-
import { CompensationStep, CompensationStrategy, FormRef, GuardCondition, GuardConditionKind, RetryPolicy, SLA, Step, StepAction, StepType, Transition, WorkflowDefinition, WorkflowMeta, WorkflowRegistry, WorkflowSpec, WorkflowStatus } from "./workflow/spec.js";
|
|
17
|
-
import { ComponentVariantDefinition, ComponentVariantSpec, ThemeMeta, ThemeOverride, ThemeRef, ThemeRegistry, ThemeScope, ThemeSpec, ThemeToken, ThemeTokens, makeThemeRef } from "./themes.js";
|
|
18
|
-
import { IntegrationByokSetup, IntegrationCapabilityMapping, IntegrationCategory, IntegrationConfigSchema, IntegrationHealthCheck, IntegrationMeta, IntegrationOwnershipMode, IntegrationSecretSchema, IntegrationSpec, IntegrationSpecRegistry, makeIntegrationSpecKey } from "./integrations/spec.js";
|
|
19
|
-
import { ConnectionStatus, IntegrationConnection, IntegrationConnectionHealth, IntegrationConnectionMeta, IntegrationUsageMetrics } from "./integrations/connection.js";
|
|
20
|
-
import { AppIntegrationBinding } from "./integrations/binding.js";
|
|
21
|
-
import { KnowledgeAccessPolicy, KnowledgeCategory, KnowledgeIndexingConfig, KnowledgeRetentionPolicy, KnowledgeSpaceMeta, KnowledgeSpaceRegistry, KnowledgeSpaceSpec, makeKnowledgeSpaceKey } from "./knowledge/spec.js";
|
|
22
|
-
import { KnowledgeSourceConfig, KnowledgeSourceMeta, KnowledgeSourceType } from "./knowledge/source.js";
|
|
23
|
-
import { AppKnowledgeBinding } from "./knowledge/binding.js";
|
|
24
|
-
import { BlueprintTranslationCatalog, Locale, MessageKey, PlatformTranslationCatalog, TranslationCatalogMeta, TranslationEntry } from "./translations/catalog.js";
|
|
25
|
-
import { AppBlueprintMeta, AppBlueprintRegistry, AppBlueprintSpec, AppIntegrationSlot, AppRouteConfig, AppThemeBinding, FeatureFlagState, SpecPointer, TelemetryBinding, TenantAppConfig, TenantAppConfigMeta, TenantRouteOverride, TenantSpecOverride, TranslationCatalogPointer, makeAppBlueprintKey } from "./app-config/spec.js";
|
|
26
|
-
import { AppComposition, AppCompositionDeps, ComposeOptions, MissingReference, ResolveAppConfigDeps, ResolvedAppConfig, ResolvedIntegration, ResolvedKnowledge, ResolvedTranslation, composeAppConfig, resolveAppConfig } from "./app-config/runtime.js";
|
|
27
|
-
import { ParsedSecretUri, SecretFetchOptions, SecretPayloadEncoding, SecretProvider, SecretProviderError, SecretReference, SecretRotationResult, SecretValue, SecretWritePayload, normalizeSecretPayload, parseSecretUri } from "./integrations/secrets/provider.js";
|
|
28
|
-
import { RuntimeContract, SpecVariantResolver } from "./experiments/spec-resolver.js";
|
|
29
|
-
import { Actor, Channel, EventPublisher, FieldLevelDecision, HandlerCtx, PolicyDecider, PolicyDeciderInput, PolicyDecision, RateLimiter, TranslationResolver } from "./types.js";
|
|
30
|
-
import { EventParam, HandlerFor, RuntimeSpecOutput, SpecInput, SpecOutput, ZodSpecInput, installOp, makeEmit, op } from "./install.js";
|
|
31
|
-
import { OperationKey, SpecRegistry, opKey } from "./registry.js";
|
|
32
|
-
import { ComponentMap, createEngineWithDefaults, createFeatureModule, registerFeature, renderFeaturePresentation } from "./client/react/feature-render.js";
|
|
33
|
-
import { ArrayFieldSpec, BaseFieldSpec, CheckboxFieldSpec, ConstraintDecl, ConstraintHandler, EnhanceFields, FieldSpec, FormAction, FormOption, FormRegistry, FormSpec, FormValuesFor, GroupFieldSpec, OptionsSource, Predicate, PredicateOp, RadioFieldSpec, SelectFieldSpec, SwitchFieldSpec, TextFieldSpec, TextareaFieldSpec, TypedOptionsSource, TypedPredicate, TypedWhenClause, WhenClause, buildZodWithRelations, defineFormSpec, evalPredicate } from "./forms.js";
|
|
34
|
-
import { ComputationMap, CreateRendererOptions, DriverSlots, RenderOptions, ResolverMap, createFormRenderer } from "./client/react/form-render.js";
|
|
35
|
-
import { ShadcnDriver, shadcnDriver } from "./client/react/drivers/shadcn.js";
|
|
36
|
-
import { RnReusablesDriver, rnReusablesDriver } from "./client/react/drivers/rn-reusables.js";
|
|
37
|
-
import "./client/index.js";
|
|
38
|
-
import { registerContractsOnBuilder } from "./server/graphql-pothos.js";
|
|
39
|
-
import { exportContractsToGraphQLSchema } from "./server/graphql-schema-export.js";
|
|
40
|
-
import { PromptArg, PromptContentPart, PromptMeta, PromptPolicy, PromptSpec, PromptStability, definePrompt } from "./prompt.js";
|
|
41
|
-
import { PromptRegistry } from "./promptRegistry.js";
|
|
42
|
-
import { createMcpServer } from "./server/provider-mcp.js";
|
|
43
|
-
import { RestOptions, createFetchHandler } from "./server/rest-generic.js";
|
|
44
|
-
import { elysiaPlugin } from "./server/rest-elysia.js";
|
|
45
|
-
import { expressRouter } from "./server/rest-express.js";
|
|
46
|
-
import { makeNextAppHandler } from "./server/rest-next-app.js";
|
|
47
|
-
import { makeNextPagesHandler } from "./server/rest-next-pages.js";
|
|
48
|
-
import "./server/index.js";
|
|
49
|
-
import { defaultGqlField, defaultMcpTool, defaultRestPath, jsonSchemaForSpec } from "./jsonschema.js";
|
|
50
|
-
import { toV2FromV1 } from "./presentations.backcompat.js";
|
|
51
|
-
import { CompleteOnboardingBaseInput, CompleteOnboardingBaseOutput, CompleteOnboardingBaseSpec, DeleteOnboardingDraftBaseSpec, DeleteOnboardingDraftOutput, GetOnboardingDraftBaseSpec, GetOnboardingDraftOutput, SaveOnboardingDraftBaseSpec, SaveOnboardingDraftInput, SaveOnboardingDraftOutput } from "./onboarding-base.js";
|
|
52
|
-
import { openBankingAccountsReadCapability, openBankingBalancesReadCapability, openBankingTransactionsReadCapability, registerOpenBankingCapabilities } from "./capabilities/openbanking.js";
|
|
53
|
-
import { DecisionContext, PolicyEngine, ResourceContext, SubjectContext, SubjectRelationship } from "./policy/engine.js";
|
|
54
|
-
import { OPAAdapterOptions, OPAClient, OPAEvaluationResult, OPAPolicyAdapter, buildOPAInput } from "./policy/opa-adapter.js";
|
|
55
|
-
import { DataMigrationStep, MigrationCheck, MigrationMeta, MigrationPlan, MigrationRegistry, MigrationSpec, MigrationStep, MigrationStepBase, MigrationStepKind, SchemaMigrationStep, ValidationMigrationStep } from "./migrations.js";
|
|
56
|
-
import { AssertionResult, ScenarioRunResult, TestRunResult, TestRunner, TestRunnerConfig } from "./tests/runner.js";
|
|
57
|
-
import "./tests/index.js";
|
|
58
|
-
import { ExperimentContext, ExperimentEvaluation, ExperimentEvaluator, ExperimentEvaluatorConfig } from "./experiments/evaluator.js";
|
|
59
|
-
import { CapturePaymentInput, CreateCustomerInput, CreatePaymentIntentInput, ListInvoicesQuery, ListTransactionsQuery, Money, PaymentCustomer, PaymentIntent, PaymentIntentStatus, PaymentInvoice, PaymentRefund, PaymentTransaction, PaymentsProvider, RefundPaymentInput } from "./integrations/providers/payments.js";
|
|
60
|
-
import { LLMChatOptions, LLMContentPart, LLMMessage, LLMProvider, LLMResponse, LLMRole, LLMStreamChunk, LLMTextPart, LLMTokenUsage, LLMToolCallPart, LLMToolDefinition, LLMToolResultPart, TokenCountResult } from "./integrations/providers/llm.js";
|
|
61
|
-
import { EmbeddingDocument, EmbeddingProvider, EmbeddingResult, EmbeddingVector } from "./integrations/providers/embedding.js";
|
|
62
|
-
import { VectorDeleteRequest, VectorDocument, VectorSearchQuery, VectorSearchResult, VectorStoreProvider, VectorUpsertRequest } from "./integrations/providers/vector-store.js";
|
|
63
|
-
import { EmailAddress, EmailAttachment, EmailInboundProvider, EmailMessage, EmailMessagesSinceQuery, EmailOutboundMessage, EmailOutboundProvider, EmailOutboundResult, EmailThread, EmailThreadListQuery } from "./integrations/providers/email.js";
|
|
64
|
-
import { CalendarAttendee, CalendarEvent, CalendarEventInput, CalendarEventUpdateInput, CalendarListEventsQuery, CalendarListEventsResult, CalendarProvider, CalendarReminder } from "./integrations/providers/calendar.js";
|
|
65
|
-
import { SendSmsInput, SmsDeliveryStatus, SmsMessage, SmsProvider } from "./integrations/providers/sms.js";
|
|
66
|
-
import { Voice, VoiceProvider, VoiceSynthesisInput, VoiceSynthesisResult } from "./integrations/providers/voice.js";
|
|
67
|
-
import { DeleteObjectInput, GetObjectResult, ListObjectsQuery, ListObjectsResult, ObjectStorageProvider, PutObjectInput, SignedUrlOptions, StorageObjectBody, StorageObjectMetadata } from "./integrations/providers/storage.js";
|
|
68
|
-
import { registerStripeIntegration, stripeIntegrationSpec } from "./integrations/providers/stripe.js";
|
|
69
|
-
import { postmarkIntegrationSpec, registerPostmarkIntegration } from "./integrations/providers/postmark.js";
|
|
70
|
-
import { qdrantIntegrationSpec, registerQdrantIntegration } from "./integrations/providers/qdrant.js";
|
|
71
|
-
import { mistralIntegrationSpec, registerMistralIntegration } from "./integrations/providers/mistral.js";
|
|
72
|
-
import { elevenLabsIntegrationSpec, registerElevenLabsIntegration } from "./integrations/providers/elevenlabs.js";
|
|
73
|
-
import { gmailIntegrationSpec, registerGmailIntegration } from "./integrations/providers/gmail.js";
|
|
74
|
-
import { googleCalendarIntegrationSpec, registerGoogleCalendarIntegration } from "./integrations/providers/google-calendar.js";
|
|
75
|
-
import { registerTwilioSmsIntegration, twilioSmsIntegrationSpec } from "./integrations/providers/twilio-sms.js";
|
|
76
|
-
import { gcsStorageIntegrationSpec, registerGcsStorageIntegration } from "./integrations/providers/gcs-storage.js";
|
|
77
|
-
import { powensIntegrationSpec, registerPowensIntegration } from "./integrations/providers/powens.js";
|
|
78
|
-
import { MistralLLMProvider, MistralLLMProviderOptions } from "./integrations/providers/impls/mistral-llm.js";
|
|
79
|
-
import { MistralEmbeddingProvider, MistralEmbeddingProviderOptions } from "./integrations/providers/impls/mistral-embedding.js";
|
|
80
|
-
import { QdrantVectorProvider, QdrantVectorProviderOptions } from "./integrations/providers/impls/qdrant-vector.js";
|
|
81
|
-
import { GmailInboundProvider, GmailInboundProviderOptions } from "./integrations/providers/impls/gmail-inbound.js";
|
|
82
|
-
import { GmailOutboundProvider, GmailOutboundProviderOptions } from "./integrations/providers/impls/gmail-outbound.js";
|
|
83
|
-
import { GoogleCalendarProvider, GoogleCalendarProviderOptions } from "./integrations/providers/impls/google-calendar.js";
|
|
84
|
-
import { ElevenLabsVoiceProvider, ElevenLabsVoiceProviderOptions } from "./integrations/providers/impls/elevenlabs-voice.js";
|
|
85
|
-
import { GoogleCloudStorageProvider, GoogleCloudStorageProviderOptions } from "./integrations/providers/impls/gcs-storage.js";
|
|
86
|
-
import { StripePaymentsProvider, StripePaymentsProviderOptions } from "./integrations/providers/impls/stripe-payments.js";
|
|
87
|
-
import { PostmarkEmailProvider, PostmarkEmailProviderOptions } from "./integrations/providers/impls/postmark-email.js";
|
|
88
|
-
import { TwilioSmsProvider, TwilioSmsProviderOptions } from "./integrations/providers/impls/twilio-sms.js";
|
|
89
|
-
import { PowensAccount, PowensAccountListResponse, PowensBalance, PowensClient, PowensClientError, PowensClientOptions, PowensConnectionStatusResponse, PowensEnvironment, PowensTransaction, PowensTransactionListResponse } from "./integrations/providers/impls/powens-client.js";
|
|
90
|
-
import { OpenBankingAccountBalance, OpenBankingAccountDetails, OpenBankingAccountOwnership, OpenBankingAccountSummary, OpenBankingBalanceType, OpenBankingConnectionStatus, OpenBankingGetAccountDetailsParams, OpenBankingGetBalancesParams, OpenBankingGetConnectionStatusParams, OpenBankingListAccountsParams, OpenBankingListAccountsResult, OpenBankingListTransactionsParams, OpenBankingListTransactionsResult, OpenBankingProvider, OpenBankingTransaction } from "./integrations/providers/openbanking.js";
|
|
91
|
-
import { PowensOpenBankingProvider, PowensOpenBankingProviderOptions } from "./integrations/providers/impls/powens-openbanking.js";
|
|
92
|
-
import { IntegrationCallContext, IntegrationCallError, IntegrationCallGuard, IntegrationCallGuardOptions, IntegrationCallResult, IntegrationContext, IntegrationInvocationStatus, IntegrationTelemetryEmitter, IntegrationTelemetryEvent, IntegrationTraceMetadata, connectionStatusLabel, ensureConnectionReady } from "./integrations/runtime.js";
|
|
93
|
-
import { IntegrationProviderFactory } from "./integrations/providers/impls/provider-factory.js";
|
|
94
|
-
import { GcpSecretManagerProvider } from "./integrations/secrets/gcp-secret-manager.js";
|
|
95
|
-
import { EnvSecretProvider } from "./integrations/secrets/env-secret-provider.js";
|
|
96
|
-
import { SecretProviderManager, SecretProviderManagerOptions } from "./integrations/secrets/manager.js";
|
|
97
|
-
import { IntegrationHealthCheckExecutor, IntegrationHealthCheckResult, IntegrationHealthService, IntegrationHealthServiceOptions } from "./integrations/health.js";
|
|
98
|
-
import { AccountBalanceRecord, BankAccountRecord, BankTransactionRecord } from "./integrations/openbanking/models.js";
|
|
99
|
-
import { OpenBankingGetAccount, OpenBankingListAccounts, OpenBankingSyncAccounts } from "./integrations/openbanking/contracts/accounts.js";
|
|
100
|
-
import { OpenBankingListTransactions, OpenBankingSyncTransactions } from "./integrations/openbanking/contracts/transactions.js";
|
|
101
|
-
import { OpenBankingGetBalances, OpenBankingRefreshBalances } from "./integrations/openbanking/contracts/balances.js";
|
|
102
|
-
import { registerOpenBankingContracts } from "./integrations/openbanking/contracts/index.js";
|
|
103
|
-
import { OpenBankingGuardResult, assertPrimaryOpenBankingReady, ensurePrimaryOpenBankingIntegration } from "./integrations/openbanking/guards.js";
|
|
104
|
-
import { OPENBANKING_PII_FIELDS, OPENBANKING_TELEMETRY_EVENTS, OpenBankingTelemetryEvent, redactOpenBankingTelemetryPayload } from "./integrations/openbanking/telemetry.js";
|
|
105
|
-
import "./integrations/index.js";
|
|
106
|
-
import { productCanonKnowledgeSpace, registerProductCanonKnowledgeSpace } from "./knowledge/spaces/product-canon.js";
|
|
107
|
-
import { registerSupportFaqKnowledgeSpace, supportFaqKnowledgeSpace } from "./knowledge/spaces/support-faq.js";
|
|
108
|
-
import { emailThreadsKnowledgeSpace, registerEmailThreadsKnowledgeSpace } from "./knowledge/spaces/email-threads.js";
|
|
109
|
-
import { registerUploadedDocsKnowledgeSpace, uploadedDocsKnowledgeSpace } from "./knowledge/spaces/uploaded-docs.js";
|
|
110
|
-
import { financialDocsKnowledgeSpace, registerFinancialDocsKnowledgeSpace } from "./knowledge/spaces/financial-docs.js";
|
|
111
|
-
import { financialOverviewKnowledgeSpace, registerFinancialOverviewKnowledgeSpace } from "./knowledge/spaces/financial-overview.js";
|
|
112
|
-
import { CreateIntegrationConnection, DeleteIntegrationConnection, ListIntegrationConnections, TestIntegrationConnection, UpdateIntegrationConnection, integrationContracts, registerIntegrationContracts } from "./integrations/contracts.js";
|
|
113
|
-
import { CreateKnowledgeSource, DeleteKnowledgeSource, ListKnowledgeSources, TriggerKnowledgeSourceSync, UpdateKnowledgeSource, knowledgeContracts, registerKnowledgeContracts } from "./knowledge/contracts.js";
|
|
114
|
-
import { BehaviorSignal, BehaviorSignalEnvelope, ErrorSignal, ErrorSignalEnvelope, ProposalAction, ProposalBlocker, ProposalConfidence, ProposalSink, ProposalTarget, RegenerationContext, RegenerationRule, RegeneratorSignal, SpecChangeProposal, TelemetrySignal, TelemetrySignalEnvelope } from "./regenerator/types.js";
|
|
115
|
-
import { BehaviorSignalProvider, ErrorSignalProvider, SignalAdapters, TelemetrySignalProvider } from "./regenerator/adapters.js";
|
|
116
|
-
import { RegeneratorOptions, RegeneratorService } from "./regenerator/service.js";
|
|
117
|
-
import { ActionExecutionResult, BlueprintUpdater, ExecutionStatus, MigrationExecutor, ProposalExecutionResult, ProposalExecutor, ProposalExecutorDeps, ProposalExecutorOptions, RegenerationTrigger, RunMigrationsAction, RunTestsAction, TenantConfigUpdater, TestExecutor, TriggerRegenerationAction, UpdateBlueprintAction, UpdateTenantConfigAction } from "./regenerator/executor.js";
|
|
118
|
-
import { behaviorToEnvelope, errorToEnvelope, telemetryToEnvelope } from "./regenerator/utils.js";
|
|
119
|
-
import { ExecutorProposalSink, ExecutorResultPayload, ExecutorSinkLogger, ExecutorSinkOptions } from "./regenerator/sinks.js";
|
|
120
|
-
import "./regenerator/index.js";
|
|
121
|
-
import { TenantTranslationOverride } from "./translations/tenant.js";
|
|
122
|
-
import { ValidateWorkflowSpecOptions, WorkflowValidationError, WorkflowValidationIssue, WorkflowValidationLevel, assertWorkflowSpecValid, validateWorkflowSpec } from "./workflow/validation.js";
|
|
123
|
-
import { StateStore, StepExecution, WorkflowState, WorkflowStateFilters } from "./workflow/state.js";
|
|
124
|
-
import { GuardContext, GuardEvaluator, OperationExecutor, OperationExecutorContext, WorkflowPreFlightError, WorkflowPreFlightIssue, WorkflowPreFlightIssueSeverity, WorkflowPreFlightIssueType, WorkflowPreFlightResult, WorkflowRunner, WorkflowRunnerConfig } from "./workflow/runner.js";
|
|
125
|
-
import { ExpressionContext, evaluateExpression } from "./workflow/expression.js";
|
|
126
|
-
import { InMemoryStateStore } from "./workflow/adapters/memory-store.js";
|
|
127
|
-
import { PrismaStateStore } from "./workflow/adapters/db-adapter.js";
|
|
128
|
-
import { FileStateStoreOptions, createFileStateStore } from "./workflow/adapters/file-adapter.js";
|
|
129
|
-
import "./workflow/index.js";
|
|
130
|
-
export { AccountBalanceRecord, Action, ActionExecutionResult, Actor, AllocationStrategy, AnyContractSpec, AppBlueprintMeta, AppBlueprintRegistry, AppBlueprintSpec, AppComposition, AppCompositionDeps, AppIntegrationBinding, AppIntegrationSlot, AppKnowledgeBinding, AppRouteConfig, AppThemeBinding, ArrayFieldSpec, Assertion, AssertionResult, AttributeMatcher, BankAccountRecord, BankTransactionRecord, BaseFieldSpec, BehaviorSignal, BehaviorSignalEnvelope, BehaviorSignalProvider, BlueprintTranslationCatalog, BlueprintUpdater, CalendarAttendee, CalendarEvent, CalendarEventInput, CalendarEventUpdateInput, CalendarListEventsQuery, CalendarListEventsResult, CalendarProvider, CalendarReminder, CapabilityKind, CapabilityMeta, CapabilityRef, CapabilityRegistry, CapabilityRequirement, CapabilitySpec, CapabilitySurface, CapabilitySurfaceRef, CapturePaymentInput, Channel, CheckboxFieldSpec, CompensationStep, CompensationStrategy, CompleteOnboardingBaseInput, CompleteOnboardingBaseOutput, CompleteOnboardingBaseSpec, ComponentMap, ComponentVariantDefinition, ComponentVariantSpec, ComposeOptions, ComputationMap, ConnectionStatus, ConsentDefinition, ConstraintDecl, ConstraintHandler, ContractSpec, CoverageRequirement, CreateCustomerInput, CreateIntegrationConnection, CreateKnowledgeSource, CreatePaymentIntentInput, CreateRendererOptions, DataMigrationStep, DataPresentation, DataViewAction, DataViewBaseConfig, DataViewConfig, DataViewDetailConfig, DataViewField, DataViewFieldFormat, DataViewFilter, DataViewGridConfig, DataViewKind, DataViewListConfig, DataViewMeta, DataViewRegistry, DataViewSections, DataViewSource, DataViewSpec, DataViewStates, DataViewTableColumn, DataViewTableConfig, DecisionContext, DeleteIntegrationConnection, DeleteKnowledgeSource, DeleteObjectInput, DeleteOnboardingDraftBaseSpec, DeleteOnboardingDraftOutput, DriverSlots, ElevenLabsVoiceProvider, ElevenLabsVoiceProviderOptions, EmailAddress, EmailAttachment, EmailInboundProvider, EmailMessage, EmailMessagesSinceQuery, EmailOutboundMessage, EmailOutboundProvider, EmailOutboundResult, EmailThread, EmailThreadListQuery, EmbeddingDocument, EmbeddingProvider, EmbeddingResult, EmbeddingVector, EmitDecl, EmitDeclInline, EmitDeclRef, EnhanceFields, EnvSecretProvider, ErrorSignal, ErrorSignalEnvelope, ErrorSignalProvider, EventEnvelope, EventKey, EventParam, EventPublisher, EventRef, EventSpec, ExecutionStatus, ExecutorProposalSink, ExecutorResultPayload, ExecutorSinkLogger, ExecutorSinkOptions, ExpectErrorAssertion, ExpectEventsAssertion, ExpectOutputAssertion, ExpectedEvent, ExperimentContext, ExperimentEvaluation, ExperimentEvaluator, ExperimentEvaluatorConfig, ExperimentMeta, ExperimentOverride, ExperimentOverrideType, ExperimentRef, ExperimentRegistry, ExperimentSpec, ExperimentVariant, ExpressionContext, FeatureFlagState, FeatureModuleMeta, FeatureModuleSpec, FeatureRef, FeatureRegistry, FieldLevelDecision, FieldPolicyRule, FieldSpec, FileStateStoreOptions, Fixture, FormAction, FormOption, FormRef, FormRegistry, FormSpec, FormValuesFor, GcpSecretManagerProvider, GetObjectResult, GetOnboardingDraftBaseSpec, GetOnboardingDraftOutput, GmailInboundProvider, GmailInboundProviderOptions, GmailOutboundProvider, GmailOutboundProviderOptions, GoogleCalendarProvider, GoogleCalendarProviderOptions, GoogleCloudStorageProvider, GoogleCloudStorageProviderOptions, GroupFieldSpec, GuardCondition, GuardConditionKind, GuardContext, GuardEvaluator, HandlerCtx, HandlerFor, InMemoryStateStore, IntegrationByokSetup, IntegrationCallContext, IntegrationCallError, IntegrationCallGuard, IntegrationCallGuardOptions, IntegrationCallResult, IntegrationCapabilityMapping, IntegrationCategory, IntegrationConfigSchema, IntegrationConnection, IntegrationConnectionHealth, IntegrationConnectionMeta, IntegrationContext, IntegrationHealthCheck, IntegrationHealthCheckExecutor, IntegrationHealthCheckResult, IntegrationHealthService, IntegrationHealthServiceOptions, IntegrationInvocationStatus, IntegrationMeta, IntegrationOwnershipMode, IntegrationProviderFactory, IntegrationSecretSchema, IntegrationSpec, IntegrationSpecRegistry, IntegrationTelemetryEmitter, IntegrationTelemetryEvent, IntegrationTraceMetadata, IntegrationUsageMetrics, KnowledgeAccessPolicy, KnowledgeCategory, KnowledgeIndexingConfig, KnowledgeRetentionPolicy, KnowledgeSourceConfig, KnowledgeSourceMeta, KnowledgeSourceType, KnowledgeSpaceMeta, KnowledgeSpaceRegistry, KnowledgeSpaceSpec, LLMChatOptions, LLMContentPart, LLMMessage, LLMProvider, LLMResponse, LLMRole, LLMStreamChunk, LLMTextPart, LLMTokenUsage, LLMToolCallPart, LLMToolDefinition, LLMToolResultPart, ListIntegrationConnections, ListInvoicesQuery, ListKnowledgeSources, ListObjectsQuery, ListObjectsResult, ListTransactionsQuery, Locale, MarkdownPresentation, MessageKey, MetricAggregation, MigrationCheck, MigrationExecutor, MigrationMeta, MigrationPlan, MigrationRegistry, MigrationSpec, MigrationStep, MigrationStepBase, MigrationStepKind, MissingReference, MistralEmbeddingProvider, MistralEmbeddingProviderOptions, MistralLLMProvider, MistralLLMProviderOptions, Money, OPAAdapterOptions, OPAClient, OPAEvaluationResult, OPAPolicyAdapter, OPENBANKING_PII_FIELDS, OPENBANKING_TELEMETRY_EVENTS, ObjectStorageProvider, OpKind, OpRef, OpenBankingAccountBalance, OpenBankingAccountDetails, OpenBankingAccountOwnership, OpenBankingAccountSummary, OpenBankingBalanceType, OpenBankingConnectionStatus, OpenBankingGetAccount, OpenBankingGetAccountDetailsParams, OpenBankingGetBalances, OpenBankingGetBalancesParams, OpenBankingGetConnectionStatusParams, OpenBankingGuardResult, OpenBankingListAccounts, OpenBankingListAccountsParams, OpenBankingListAccountsResult, OpenBankingListTransactions, OpenBankingListTransactionsParams, OpenBankingListTransactionsResult, OpenBankingProvider, OpenBankingRefreshBalances, OpenBankingSyncAccounts, OpenBankingSyncTransactions, OpenBankingTelemetryEvent, OpenBankingTransaction, OperationExecutor, OperationExecutorContext, OperationKey, OperationTargetRef, OptionsSource, Owner, OwnerShipMeta, Owners, OwnersEnum, PIIPolicy, ParsedSecretUri, PaymentCustomer, PaymentIntent, PaymentIntentStatus, PaymentInvoice, PaymentRefund, PaymentTransaction, PaymentsProvider, PlatformTranslationCatalog, PolicyCondition, PolicyDecider, PolicyDeciderInput, PolicyDecision, PolicyEffect, PolicyEngine, PolicyMeta, PolicyOPAConfig, PolicyRef, PolicyRegistry, PolicyRule, PolicySpec, PostmarkEmailProvider, PostmarkEmailProviderOptions, PowensAccount, PowensAccountListResponse, PowensBalance, PowensClient, PowensClientError, PowensClientOptions, PowensConnectionStatusResponse, PowensEnvironment, PowensOpenBankingProvider, PowensOpenBankingProviderOptions, PowensTransaction, PowensTransactionListResponse, Predicate, PredicateOp, PresentationContent, PresentationDescriptorV2, PresentationKind, PresentationMeta, PresentationPolicy, PresentationRef, PresentationRegistry, PresentationRenderer, PresentationSource, PresentationSourceBlocknotejs, PresentationSourceComponentReact, PresentationSpec, PresentationTarget, PresentationV2Meta, PresentationValidator, PrismaStateStore, PromptArg, PromptContentPart, PromptMeta, PromptPolicy, PromptRegistry, PromptSpec, PromptStability, ProposalAction, ProposalBlocker, ProposalConfidence, ProposalExecutionResult, ProposalExecutor, ProposalExecutorDeps, ProposalExecutorOptions, ProposalSink, ProposalTarget, PutObjectInput, QdrantVectorProvider, QdrantVectorProviderOptions, RadioFieldSpec, RateLimitDefinition, RateLimiter, ReactRenderDescriptor, RefundPaymentInput, RegenerationContext, RegenerationRule, RegenerationTrigger, RegeneratorOptions, RegeneratorService, RegeneratorSignal, RelationshipDefinition, RelationshipMatcher, RenderContext, RenderOptions, ResolveAppConfigDeps, ResolvedAppConfig, ResolvedIntegration, ResolvedKnowledge, ResolvedTranslation, ResolverMap, ResourceContext, ResourceMatcher, ResourceMeta, ResourceRefDescriptor, ResourceRegistry, ResourceTemplateSpec, RestOptions, RetryPolicy, RnReusablesDriver, RunMigrationsAction, RunTestsAction, RuntimeContract, RuntimeSpecOutput, RuntimeTelemetryProvider, SLA, SaveOnboardingDraftBaseSpec, SaveOnboardingDraftInput, SaveOnboardingDraftOutput, ScenarioRunResult, SchemaMigrationStep, SecretFetchOptions, SecretPayloadEncoding, SecretProvider, SecretProviderError, SecretProviderManager, SecretProviderManagerOptions, SecretReference, SecretRotationResult, SecretValue, SecretWritePayload, SelectFieldSpec, SendSmsInput, ShadcnDriver, SignalAdapters, SignedUrlOptions, SmsDeliveryStatus, SmsMessage, SmsProvider, SpecChangeProposal, SpecInput, SpecOutput, SpecPointer, SpecRegistry, SpecVariantResolver, Stability, StabilityEnum, StateStore, Step, StepAction, StepExecution, StepType, StorageObjectBody, StorageObjectMetadata, StripePaymentsProvider, StripePaymentsProviderOptions, SubjectContext, SubjectMatcher, SubjectRelationship, SuccessMetric, SwitchFieldSpec, Tag, Tags, TagsEnum, TargetingRule, TelemetryAnomalyAction, TelemetryAnomalyDetectionConfig, TelemetryAnomalyEvent, TelemetryAnomalyMonitor, TelemetryAnomalyMonitorOptions, TelemetryAnomalyThreshold, TelemetryBinding, TelemetryConfig, TelemetryDispatch, TelemetryEventContext, TelemetryEventDef, TelemetryMeta, TelemetryPrivacyLevel, TelemetryPropertyDef, TelemetryProviderConfig, TelemetryRegistry, TelemetryRetentionConfig, TelemetrySamplingConfig, TelemetrySignal, TelemetrySignalEnvelope, TelemetrySignalProvider, TelemetrySpec, TelemetryTracker, TelemetryTrackerOptions, TelemetryTrigger, TenantAppConfig, TenantAppConfigMeta, TenantConfigUpdater, TenantRouteOverride, TenantSpecOverride, TenantTranslationOverride, TestExecutor, TestIntegrationConnection, TestRegistry, TestRunResult, TestRunner, TestRunnerConfig, TestScenario, TestSpec, TestSpecMeta, TestSpecRef, TestTarget, TextFieldSpec, TextareaFieldSpec, ThemeMeta, ThemeOverride, ThemeRef, ThemeRegistry, ThemeScope, ThemeSpec, ThemeToken, ThemeTokens, TokenCountResult, TransformEngine, Transition, TranslationCatalogMeta, TranslationCatalogPointer, TranslationEntry, TranslationResolver, TriggerKnowledgeSourceSync, TriggerRegenerationAction, TwilioSmsProvider, TwilioSmsProviderOptions, TypedOptionsSource, TypedPredicate, TypedWhenClause, UpdateBlueprintAction, UpdateIntegrationConnection, UpdateKnowledgeSource, UpdateTenantConfigAction, ValidateWorkflowSpecOptions, ValidationMigrationStep, VectorDeleteRequest, VectorDocument, VectorSearchQuery, VectorSearchResult, VectorStoreProvider, VectorUpsertRequest, Voice, VoiceProvider, VoiceSynthesisInput, VoiceSynthesisResult, WebComponentPresentation, WhenClause, WorkflowDefinition, WorkflowMeta, WorkflowPreFlightError, WorkflowPreFlightIssue, WorkflowPreFlightIssueSeverity, WorkflowPreFlightIssueType, WorkflowPreFlightResult, WorkflowRegistry, WorkflowRunner, WorkflowRunnerConfig, WorkflowSpec, WorkflowState, WorkflowStateFilters, WorkflowStatus, WorkflowTargetRef, WorkflowValidationError, WorkflowValidationIssue, WorkflowValidationLevel, ZodSpecInput, assertPrimaryOpenBankingReady, assertWorkflowSpecValid, behaviorToEnvelope, buildOPAInput, buildZodWithRelations, capabilityKey, composeAppConfig, connectionStatusLabel, createDefaultTransformEngine, createEngineWithDefaults, createFeatureModule, createFetchHandler, createFileStateStore, createFormRenderer, createMcpServer, dataViewKey, defaultGqlField, defaultMcpTool, defaultRestPath, defineCapability, defineCommand, defineEvent, defineFormSpec, definePrompt, defineQuery, defineResourceTemplate, elevenLabsIntegrationSpec, elysiaPlugin, emailThreadsKnowledgeSpace, ensureConnectionReady, ensurePrimaryOpenBankingIntegration, errorToEnvelope, evalPredicate, evaluateExpression, eventKey, exportContractsToGraphQLSchema, expressRouter, financialDocsKnowledgeSpace, financialOverviewKnowledgeSpace, gcsStorageIntegrationSpec, gmailIntegrationSpec, googleCalendarIntegrationSpec, installFeature, installOp, integrationContracts, isEmitDeclRef, isResourceRef, jsonSchemaForPresentation, jsonSchemaForSpec, knowledgeContracts, makeAppBlueprintKey, makeEmit, makeExperimentKey, makeIntegrationSpecKey, makeKnowledgeSpaceKey, makeNextAppHandler, makeNextPagesHandler, makePolicyKey, makeTelemetryKey, makeTestKey, makeThemeRef, mistralIntegrationSpec, normalizeSecretPayload, op, opKey, openBankingAccountsReadCapability, openBankingBalancesReadCapability, openBankingTransactionsReadCapability, parseSecretUri, postmarkIntegrationSpec, powensIntegrationSpec, productCanonKnowledgeSpace, qdrantIntegrationSpec, redactOpenBankingTelemetryPayload, registerBasicValidation, registerContractsOnBuilder, registerDefaultReactRenderer, registerElevenLabsIntegration, registerEmailThreadsKnowledgeSpace, registerFeature, registerFinancialDocsKnowledgeSpace, registerFinancialOverviewKnowledgeSpace, registerGcsStorageIntegration, registerGmailIntegration, registerGoogleCalendarIntegration, registerIntegrationContracts, registerKnowledgeContracts, registerMistralIntegration, registerOpenBankingCapabilities, registerOpenBankingContracts, registerPostmarkIntegration, registerPowensIntegration, registerProductCanonKnowledgeSpace, registerQdrantIntegration, registerStripeIntegration, registerSupportFaqKnowledgeSpace, registerTwilioSmsIntegration, registerUploadedDocsKnowledgeSpace, renderFeaturePresentation, resolveAppConfig, resourceRef, rnReusablesDriver, shadcnDriver, stripeIntegrationSpec, supportFaqKnowledgeSpace, telemetryToEnvelope, toV2FromV1, twilioSmsIntegrationSpec, uploadedDocsKnowledgeSpace, validateFeatureTargetsV2, validateWorkflowSpec };
|