@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,382 +0,0 @@
|
|
|
1
|
-
import { EventSpec } from "../events.js";
|
|
2
|
-
import { ContractSpec } from "../spec.js";
|
|
3
|
-
import { SpecRegistry } from "../registry.js";
|
|
4
|
-
import "../index.js";
|
|
5
|
-
import * as _lssm_lib_schema102 from "@lssm/lib.schema";
|
|
6
|
-
import { SchemaModel } from "@lssm/lib.schema";
|
|
7
|
-
|
|
8
|
-
//#region src/app-config/lifecycle-contracts.d.ts
|
|
9
|
-
declare const CreateTenantConfigDraftCommand: ContractSpec<SchemaModel<{
|
|
10
|
-
tenantId: {
|
|
11
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
12
|
-
isOptional: false;
|
|
13
|
-
};
|
|
14
|
-
appId: {
|
|
15
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
16
|
-
isOptional: false;
|
|
17
|
-
};
|
|
18
|
-
blueprintName: {
|
|
19
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
20
|
-
isOptional: false;
|
|
21
|
-
};
|
|
22
|
-
blueprintVersion: {
|
|
23
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
24
|
-
isOptional: false;
|
|
25
|
-
};
|
|
26
|
-
environment: {
|
|
27
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
28
|
-
isOptional: true;
|
|
29
|
-
};
|
|
30
|
-
fromVersion: {
|
|
31
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
32
|
-
isOptional: true;
|
|
33
|
-
};
|
|
34
|
-
createdBy: {
|
|
35
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
36
|
-
isOptional: false;
|
|
37
|
-
};
|
|
38
|
-
}>, SchemaModel<{
|
|
39
|
-
version: {
|
|
40
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
41
|
-
isOptional: false;
|
|
42
|
-
};
|
|
43
|
-
status: {
|
|
44
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
45
|
-
isOptional: false;
|
|
46
|
-
};
|
|
47
|
-
createdAt: {
|
|
48
|
-
type: _lssm_lib_schema102.FieldType<Date, string>;
|
|
49
|
-
isOptional: false;
|
|
50
|
-
};
|
|
51
|
-
}>, {
|
|
52
|
-
ref: EventSpec<SchemaModel<{
|
|
53
|
-
tenantId: {
|
|
54
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
55
|
-
isOptional: false;
|
|
56
|
-
};
|
|
57
|
-
appId: {
|
|
58
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
59
|
-
isOptional: false;
|
|
60
|
-
};
|
|
61
|
-
version: {
|
|
62
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
63
|
-
isOptional: false;
|
|
64
|
-
};
|
|
65
|
-
blueprintName: {
|
|
66
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
67
|
-
isOptional: false;
|
|
68
|
-
};
|
|
69
|
-
blueprintVersion: {
|
|
70
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
71
|
-
isOptional: false;
|
|
72
|
-
};
|
|
73
|
-
createdBy: {
|
|
74
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
75
|
-
isOptional: false;
|
|
76
|
-
};
|
|
77
|
-
clonedFrom: {
|
|
78
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
79
|
-
isOptional: true;
|
|
80
|
-
};
|
|
81
|
-
}>>;
|
|
82
|
-
when: string;
|
|
83
|
-
}[]>;
|
|
84
|
-
declare const PromoteTenantConfigToPreviewCommand: ContractSpec<SchemaModel<{
|
|
85
|
-
tenantId: {
|
|
86
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
87
|
-
isOptional: false;
|
|
88
|
-
};
|
|
89
|
-
appId: {
|
|
90
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
91
|
-
isOptional: false;
|
|
92
|
-
};
|
|
93
|
-
version: {
|
|
94
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
95
|
-
isOptional: false;
|
|
96
|
-
};
|
|
97
|
-
promotedBy: {
|
|
98
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
99
|
-
isOptional: false;
|
|
100
|
-
};
|
|
101
|
-
}>, SchemaModel<{
|
|
102
|
-
version: {
|
|
103
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
104
|
-
isOptional: false;
|
|
105
|
-
};
|
|
106
|
-
status: {
|
|
107
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
108
|
-
isOptional: false;
|
|
109
|
-
};
|
|
110
|
-
warnings: {
|
|
111
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
112
|
-
isOptional: true;
|
|
113
|
-
isArray: true;
|
|
114
|
-
};
|
|
115
|
-
}>, {
|
|
116
|
-
ref: EventSpec<SchemaModel<{
|
|
117
|
-
tenantId: {
|
|
118
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
119
|
-
isOptional: false;
|
|
120
|
-
};
|
|
121
|
-
appId: {
|
|
122
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
123
|
-
isOptional: false;
|
|
124
|
-
};
|
|
125
|
-
version: {
|
|
126
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
127
|
-
isOptional: false;
|
|
128
|
-
};
|
|
129
|
-
promotedBy: {
|
|
130
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
131
|
-
isOptional: false;
|
|
132
|
-
};
|
|
133
|
-
warnings: {
|
|
134
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
135
|
-
isOptional: true;
|
|
136
|
-
isArray: true;
|
|
137
|
-
};
|
|
138
|
-
}>>;
|
|
139
|
-
when: string;
|
|
140
|
-
}[]>;
|
|
141
|
-
declare const PublishTenantConfigCommand: ContractSpec<SchemaModel<{
|
|
142
|
-
tenantId: {
|
|
143
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
144
|
-
isOptional: false;
|
|
145
|
-
};
|
|
146
|
-
appId: {
|
|
147
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
148
|
-
isOptional: false;
|
|
149
|
-
};
|
|
150
|
-
version: {
|
|
151
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
152
|
-
isOptional: false;
|
|
153
|
-
};
|
|
154
|
-
environment: {
|
|
155
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
156
|
-
isOptional: true;
|
|
157
|
-
};
|
|
158
|
-
publishedBy: {
|
|
159
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
160
|
-
isOptional: false;
|
|
161
|
-
};
|
|
162
|
-
changeSummary: {
|
|
163
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
164
|
-
isOptional: true;
|
|
165
|
-
};
|
|
166
|
-
}>, SchemaModel<{
|
|
167
|
-
version: {
|
|
168
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
169
|
-
isOptional: false;
|
|
170
|
-
};
|
|
171
|
-
status: {
|
|
172
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
173
|
-
isOptional: false;
|
|
174
|
-
};
|
|
175
|
-
previousVersion: {
|
|
176
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
177
|
-
isOptional: true;
|
|
178
|
-
};
|
|
179
|
-
publishedAt: {
|
|
180
|
-
type: _lssm_lib_schema102.FieldType<Date, string>;
|
|
181
|
-
isOptional: false;
|
|
182
|
-
};
|
|
183
|
-
}>, {
|
|
184
|
-
ref: EventSpec<SchemaModel<{
|
|
185
|
-
tenantId: {
|
|
186
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
187
|
-
isOptional: false;
|
|
188
|
-
};
|
|
189
|
-
appId: {
|
|
190
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
191
|
-
isOptional: false;
|
|
192
|
-
};
|
|
193
|
-
version: {
|
|
194
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
195
|
-
isOptional: false;
|
|
196
|
-
};
|
|
197
|
-
previousVersion: {
|
|
198
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
199
|
-
isOptional: true;
|
|
200
|
-
};
|
|
201
|
-
publishedBy: {
|
|
202
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
203
|
-
isOptional: false;
|
|
204
|
-
};
|
|
205
|
-
changeSummary: {
|
|
206
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
207
|
-
isOptional: true;
|
|
208
|
-
};
|
|
209
|
-
changedSections: {
|
|
210
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
211
|
-
isOptional: true;
|
|
212
|
-
isArray: true;
|
|
213
|
-
};
|
|
214
|
-
}>>;
|
|
215
|
-
when: string;
|
|
216
|
-
}[]>;
|
|
217
|
-
declare const RollbackTenantConfigCommand: ContractSpec<SchemaModel<{
|
|
218
|
-
tenantId: {
|
|
219
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
220
|
-
isOptional: false;
|
|
221
|
-
};
|
|
222
|
-
appId: {
|
|
223
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
224
|
-
isOptional: false;
|
|
225
|
-
};
|
|
226
|
-
toVersion: {
|
|
227
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
228
|
-
isOptional: false;
|
|
229
|
-
};
|
|
230
|
-
environment: {
|
|
231
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
232
|
-
isOptional: true;
|
|
233
|
-
};
|
|
234
|
-
rolledBackBy: {
|
|
235
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
236
|
-
isOptional: false;
|
|
237
|
-
};
|
|
238
|
-
reason: {
|
|
239
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
240
|
-
isOptional: false;
|
|
241
|
-
};
|
|
242
|
-
}>, SchemaModel<{
|
|
243
|
-
newVersion: {
|
|
244
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
245
|
-
isOptional: false;
|
|
246
|
-
};
|
|
247
|
-
status: {
|
|
248
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
249
|
-
isOptional: false;
|
|
250
|
-
};
|
|
251
|
-
rolledBackFrom: {
|
|
252
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
253
|
-
isOptional: false;
|
|
254
|
-
};
|
|
255
|
-
}>, {
|
|
256
|
-
ref: EventSpec<SchemaModel<{
|
|
257
|
-
tenantId: {
|
|
258
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
259
|
-
isOptional: false;
|
|
260
|
-
};
|
|
261
|
-
appId: {
|
|
262
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
263
|
-
isOptional: false;
|
|
264
|
-
};
|
|
265
|
-
newVersion: {
|
|
266
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
267
|
-
isOptional: false;
|
|
268
|
-
};
|
|
269
|
-
rolledBackFrom: {
|
|
270
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
271
|
-
isOptional: false;
|
|
272
|
-
};
|
|
273
|
-
rolledBackTo: {
|
|
274
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
275
|
-
isOptional: false;
|
|
276
|
-
};
|
|
277
|
-
rolledBackBy: {
|
|
278
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
279
|
-
isOptional: false;
|
|
280
|
-
};
|
|
281
|
-
reason: {
|
|
282
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
283
|
-
isOptional: false;
|
|
284
|
-
};
|
|
285
|
-
}>>;
|
|
286
|
-
when: string;
|
|
287
|
-
}[]>;
|
|
288
|
-
declare const ListTenantConfigVersionsQuery: ContractSpec<SchemaModel<{
|
|
289
|
-
tenantId: {
|
|
290
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
291
|
-
isOptional: false;
|
|
292
|
-
};
|
|
293
|
-
appId: {
|
|
294
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
295
|
-
isOptional: false;
|
|
296
|
-
};
|
|
297
|
-
}>, SchemaModel<{
|
|
298
|
-
versions: {
|
|
299
|
-
type: SchemaModel<{
|
|
300
|
-
meta: {
|
|
301
|
-
type: _lssm_lib_schema102.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
302
|
-
isOptional: false;
|
|
303
|
-
};
|
|
304
|
-
config: {
|
|
305
|
-
type: _lssm_lib_schema102.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
306
|
-
isOptional: false;
|
|
307
|
-
};
|
|
308
|
-
}>;
|
|
309
|
-
isOptional: false;
|
|
310
|
-
isArray: true;
|
|
311
|
-
};
|
|
312
|
-
transitions: {
|
|
313
|
-
type: SchemaModel<{
|
|
314
|
-
tenantId: {
|
|
315
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
316
|
-
isOptional: false;
|
|
317
|
-
};
|
|
318
|
-
appId: {
|
|
319
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
320
|
-
isOptional: false;
|
|
321
|
-
};
|
|
322
|
-
fromStatus: {
|
|
323
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
324
|
-
isOptional: false;
|
|
325
|
-
};
|
|
326
|
-
toStatus: {
|
|
327
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
328
|
-
isOptional: false;
|
|
329
|
-
};
|
|
330
|
-
version: {
|
|
331
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
332
|
-
isOptional: false;
|
|
333
|
-
};
|
|
334
|
-
timestamp: {
|
|
335
|
-
type: _lssm_lib_schema102.FieldType<Date, string>;
|
|
336
|
-
isOptional: false;
|
|
337
|
-
};
|
|
338
|
-
actor: {
|
|
339
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
340
|
-
isOptional: false;
|
|
341
|
-
};
|
|
342
|
-
reason: {
|
|
343
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
344
|
-
isOptional: true;
|
|
345
|
-
};
|
|
346
|
-
}>;
|
|
347
|
-
isOptional: true;
|
|
348
|
-
isArray: true;
|
|
349
|
-
};
|
|
350
|
-
}>, undefined>;
|
|
351
|
-
declare const GetTenantConfigVersionQuery: ContractSpec<SchemaModel<{
|
|
352
|
-
tenantId: {
|
|
353
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
354
|
-
isOptional: false;
|
|
355
|
-
};
|
|
356
|
-
appId: {
|
|
357
|
-
type: _lssm_lib_schema102.FieldType<string, string>;
|
|
358
|
-
isOptional: false;
|
|
359
|
-
};
|
|
360
|
-
version: {
|
|
361
|
-
type: _lssm_lib_schema102.FieldType<number, number>;
|
|
362
|
-
isOptional: false;
|
|
363
|
-
};
|
|
364
|
-
}>, SchemaModel<{
|
|
365
|
-
version: {
|
|
366
|
-
type: SchemaModel<{
|
|
367
|
-
meta: {
|
|
368
|
-
type: _lssm_lib_schema102.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
369
|
-
isOptional: false;
|
|
370
|
-
};
|
|
371
|
-
config: {
|
|
372
|
-
type: _lssm_lib_schema102.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
373
|
-
isOptional: false;
|
|
374
|
-
};
|
|
375
|
-
}>;
|
|
376
|
-
isOptional: false;
|
|
377
|
-
};
|
|
378
|
-
}>, undefined>;
|
|
379
|
-
declare const lifecycleContracts: Record<string, ContractSpec<any, any>>;
|
|
380
|
-
declare function registerAppConfigLifecycleContracts(registry: SpecRegistry): SpecRegistry;
|
|
381
|
-
//#endregion
|
|
382
|
-
export { CreateTenantConfigDraftCommand, GetTenantConfigVersionQuery, ListTenantConfigVersionsQuery, PromoteTenantConfigToPreviewCommand, PublishTenantConfigCommand, RollbackTenantConfigCommand, lifecycleContracts, registerAppConfigLifecycleContracts };
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { TenantAppConfig } from "./spec.js";
|
|
2
|
-
|
|
3
|
-
//#region src/app-config/lifecycle.d.ts
|
|
4
|
-
type ConfigStatus = 'draft' | 'preview' | 'published' | 'archived' | 'superseded';
|
|
5
|
-
interface TenantAppConfigVersion {
|
|
6
|
-
meta: TenantAppConfig['meta'];
|
|
7
|
-
config: TenantAppConfig;
|
|
8
|
-
}
|
|
9
|
-
interface ConfigTransition {
|
|
10
|
-
tenantId: string;
|
|
11
|
-
appId: string;
|
|
12
|
-
fromStatus: ConfigStatus;
|
|
13
|
-
toStatus: ConfigStatus;
|
|
14
|
-
version: number;
|
|
15
|
-
timestamp: string | Date;
|
|
16
|
-
actor: string;
|
|
17
|
-
reason?: string;
|
|
18
|
-
}
|
|
19
|
-
interface ConfigVersionHistory {
|
|
20
|
-
tenantId: string;
|
|
21
|
-
appId: string;
|
|
22
|
-
versions: TenantAppConfigVersion[];
|
|
23
|
-
transitions: ConfigTransition[];
|
|
24
|
-
currentPublished?: number;
|
|
25
|
-
}
|
|
26
|
-
//#endregion
|
|
27
|
-
export { ConfigStatus, ConfigTransition, ConfigVersionHistory, TenantAppConfigVersion };
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { ResolvedBranding } from "./branding.js";
|
|
2
|
-
import { PolicyRef, PolicyRegistry, PolicySpec } from "../policy/spec.js";
|
|
3
|
-
import { TelemetryRegistry, TelemetrySpec } from "../telemetry/spec.js";
|
|
4
|
-
import { CapabilityRef, CapabilityRegistry, CapabilitySpec } from "../capabilities.js";
|
|
5
|
-
import { ExperimentRef, ExperimentRegistry, ExperimentSpec } from "../experiments/spec.js";
|
|
6
|
-
import { FeatureModuleSpec, FeatureRef, FeatureRegistry } from "../features.js";
|
|
7
|
-
import { DataViewRegistry, DataViewSpec } from "../data-views.js";
|
|
8
|
-
import { WorkflowRegistry, WorkflowSpec } from "../workflow/spec.js";
|
|
9
|
-
import { ThemeRegistry, ThemeSpec } from "../themes.js";
|
|
10
|
-
import { IntegrationSpec, IntegrationSpecRegistry } from "../integrations/spec.js";
|
|
11
|
-
import { IntegrationConnection } from "../integrations/connection.js";
|
|
12
|
-
import { AppIntegrationBinding } from "../integrations/binding.js";
|
|
13
|
-
import { KnowledgeSpaceRegistry, KnowledgeSpaceSpec } from "../knowledge/spec.js";
|
|
14
|
-
import { KnowledgeSourceConfig } from "../knowledge/source.js";
|
|
15
|
-
import { AppKnowledgeBinding } from "../knowledge/binding.js";
|
|
16
|
-
import { Locale, TranslationEntry } from "../translations/catalog.js";
|
|
17
|
-
import { AppBlueprintSpec, AppIntegrationSlot, AppRouteConfig, AppThemeBinding, FeatureFlagState, SpecPointer, TelemetryBinding, TenantAppConfig, TranslationCatalogPointer } from "./spec.js";
|
|
18
|
-
|
|
19
|
-
//#region src/app-config/runtime.d.ts
|
|
20
|
-
interface ResolvedIntegration {
|
|
21
|
-
slot: AppIntegrationSlot;
|
|
22
|
-
binding: AppIntegrationBinding;
|
|
23
|
-
connection: IntegrationConnection;
|
|
24
|
-
spec: IntegrationSpec;
|
|
25
|
-
}
|
|
26
|
-
interface ResolvedKnowledge {
|
|
27
|
-
binding: AppKnowledgeBinding;
|
|
28
|
-
space: KnowledgeSpaceSpec;
|
|
29
|
-
sources: KnowledgeSourceConfig[];
|
|
30
|
-
}
|
|
31
|
-
interface ResolvedTranslation {
|
|
32
|
-
defaultLocale: Locale;
|
|
33
|
-
supportedLocales: Locale[];
|
|
34
|
-
blueprintCatalog?: TranslationCatalogPointer;
|
|
35
|
-
tenantOverrides: TranslationEntry[];
|
|
36
|
-
}
|
|
37
|
-
interface ResolvedAppConfig {
|
|
38
|
-
appId: string;
|
|
39
|
-
tenantId: string;
|
|
40
|
-
environment?: string;
|
|
41
|
-
blueprintName: string;
|
|
42
|
-
blueprintVersion: number;
|
|
43
|
-
configVersion: number;
|
|
44
|
-
capabilities: {
|
|
45
|
-
enabled: CapabilityRef[];
|
|
46
|
-
disabled: CapabilityRef[];
|
|
47
|
-
};
|
|
48
|
-
features: {
|
|
49
|
-
include: FeatureRef[];
|
|
50
|
-
exclude: FeatureRef[];
|
|
51
|
-
};
|
|
52
|
-
dataViews: Record<string, SpecPointer>;
|
|
53
|
-
workflows: Record<string, SpecPointer>;
|
|
54
|
-
policies: PolicyRef[];
|
|
55
|
-
theme?: AppThemeBinding;
|
|
56
|
-
telemetry?: TelemetryBinding;
|
|
57
|
-
experiments: {
|
|
58
|
-
catalog: ExperimentRef[];
|
|
59
|
-
active: ExperimentRef[];
|
|
60
|
-
paused: ExperimentRef[];
|
|
61
|
-
};
|
|
62
|
-
featureFlags: FeatureFlagState[];
|
|
63
|
-
routes: AppRouteConfig[];
|
|
64
|
-
integrations: ResolvedIntegration[];
|
|
65
|
-
knowledge: ResolvedKnowledge[];
|
|
66
|
-
translation: ResolvedTranslation;
|
|
67
|
-
branding: ResolvedBranding;
|
|
68
|
-
notes?: string;
|
|
69
|
-
}
|
|
70
|
-
interface AppComposition {
|
|
71
|
-
resolved: ResolvedAppConfig;
|
|
72
|
-
capabilities: CapabilitySpec[];
|
|
73
|
-
features: FeatureModuleSpec[];
|
|
74
|
-
dataViews: Record<string, DataViewSpec>;
|
|
75
|
-
workflows: Record<string, WorkflowSpec>;
|
|
76
|
-
policies: PolicySpec[];
|
|
77
|
-
theme?: ThemeSpec;
|
|
78
|
-
themeFallbacks: ThemeSpec[];
|
|
79
|
-
telemetry?: TelemetrySpec;
|
|
80
|
-
experiments: {
|
|
81
|
-
active: ExperimentSpec[];
|
|
82
|
-
paused: ExperimentSpec[];
|
|
83
|
-
};
|
|
84
|
-
integrations: ResolvedIntegration[];
|
|
85
|
-
knowledge: ResolvedKnowledge[];
|
|
86
|
-
missing: MissingReference[];
|
|
87
|
-
}
|
|
88
|
-
interface MissingReference {
|
|
89
|
-
type: 'capability' | 'feature' | 'dataView' | 'workflow' | 'policy' | 'theme' | 'telemetry' | 'experiment' | 'integrationConnection' | 'integrationSpec' | 'integrationSlot' | 'knowledgeSpace' | 'knowledgeSource';
|
|
90
|
-
identifier: string;
|
|
91
|
-
}
|
|
92
|
-
interface ResolveAppConfigDeps {
|
|
93
|
-
integrationSpecs?: IntegrationSpecRegistry;
|
|
94
|
-
integrationConnections?: IntegrationConnection[];
|
|
95
|
-
knowledgeSpaces?: KnowledgeSpaceRegistry;
|
|
96
|
-
knowledgeSources?: KnowledgeSourceConfig[];
|
|
97
|
-
}
|
|
98
|
-
interface AppCompositionDeps extends ResolveAppConfigDeps {
|
|
99
|
-
capabilities?: CapabilityRegistry;
|
|
100
|
-
features?: FeatureRegistry;
|
|
101
|
-
dataViews?: DataViewRegistry;
|
|
102
|
-
workflows?: WorkflowRegistry;
|
|
103
|
-
policies?: PolicyRegistry;
|
|
104
|
-
themes?: ThemeRegistry;
|
|
105
|
-
telemetry?: TelemetryRegistry;
|
|
106
|
-
experiments?: ExperimentRegistry;
|
|
107
|
-
}
|
|
108
|
-
interface ComposeOptions {
|
|
109
|
-
strict?: boolean;
|
|
110
|
-
}
|
|
111
|
-
declare function resolveAppConfig(blueprint: AppBlueprintSpec, tenant: TenantAppConfig, deps?: ResolveAppConfigDeps): ResolvedAppConfig;
|
|
112
|
-
declare function composeAppConfig(blueprint: AppBlueprintSpec, tenant: TenantAppConfig, deps: AppCompositionDeps, options?: ComposeOptions): AppComposition;
|
|
113
|
-
//#endregion
|
|
114
|
-
export { AppComposition, AppCompositionDeps, ComposeOptions, MissingReference, ResolveAppConfigDeps, ResolvedAppConfig, ResolvedIntegration, ResolvedKnowledge, ResolvedTranslation, composeAppConfig, resolveAppConfig };
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import { BrandingDefaults, TenantBrandingConfig } from "./branding.js";
|
|
2
|
-
import { OwnerShipMeta } from "../ownership.js";
|
|
3
|
-
import { PolicyRef } from "../policy/spec.js";
|
|
4
|
-
import { CapabilityRef } from "../capabilities.js";
|
|
5
|
-
import { ExperimentRef } from "../experiments/spec.js";
|
|
6
|
-
import { FeatureRef } from "../features.js";
|
|
7
|
-
import { ThemeRef } from "../themes.js";
|
|
8
|
-
import { IntegrationCategory, IntegrationOwnershipMode } from "../integrations/spec.js";
|
|
9
|
-
import { AppIntegrationBinding } from "../integrations/binding.js";
|
|
10
|
-
import { AppKnowledgeBinding } from "../knowledge/binding.js";
|
|
11
|
-
import { Locale, TranslationEntry } from "../translations/catalog.js";
|
|
12
|
-
import { ConfigStatus } from "./lifecycle.js";
|
|
13
|
-
|
|
14
|
-
//#region src/app-config/spec.d.ts
|
|
15
|
-
interface SpecPointer {
|
|
16
|
-
name: string;
|
|
17
|
-
version?: number;
|
|
18
|
-
}
|
|
19
|
-
interface AppRouteConfig {
|
|
20
|
-
path: string;
|
|
21
|
-
label?: string;
|
|
22
|
-
dataView?: string;
|
|
23
|
-
workflow?: string;
|
|
24
|
-
guard?: PolicyRef;
|
|
25
|
-
featureFlag?: string;
|
|
26
|
-
experiment?: ExperimentRef;
|
|
27
|
-
}
|
|
28
|
-
interface TranslationCatalogPointer {
|
|
29
|
-
name: string;
|
|
30
|
-
version: number;
|
|
31
|
-
}
|
|
32
|
-
interface AppIntegrationSlot {
|
|
33
|
-
/** Slot identifier unique within the blueprint (e.g., "primaryPayments"). */
|
|
34
|
-
slotId: string;
|
|
35
|
-
/** Integration category required to satisfy this slot. */
|
|
36
|
-
requiredCategory: IntegrationCategory;
|
|
37
|
-
/** Ownership modes allowed for this slot (defaults to any supported mode). */
|
|
38
|
-
allowedModes?: IntegrationOwnershipMode[];
|
|
39
|
-
/** Capabilities that must be provided by the integration spec. */
|
|
40
|
-
requiredCapabilities?: CapabilityRef[];
|
|
41
|
-
/** Whether this slot must be satisfied for the app to function. */
|
|
42
|
-
required?: boolean;
|
|
43
|
-
/** Description for App Studio UX. */
|
|
44
|
-
description?: string;
|
|
45
|
-
}
|
|
46
|
-
interface FeatureFlagState {
|
|
47
|
-
key: string;
|
|
48
|
-
enabled: boolean;
|
|
49
|
-
variant?: string;
|
|
50
|
-
description?: string;
|
|
51
|
-
}
|
|
52
|
-
interface TelemetryBinding {
|
|
53
|
-
spec?: SpecPointer;
|
|
54
|
-
disabledEvents?: string[];
|
|
55
|
-
samplingOverrides?: Record<string, number>;
|
|
56
|
-
}
|
|
57
|
-
interface AppThemeBinding {
|
|
58
|
-
primary: ThemeRef;
|
|
59
|
-
fallbacks?: ThemeRef[];
|
|
60
|
-
}
|
|
61
|
-
interface AppBlueprintMeta extends OwnerShipMeta {
|
|
62
|
-
/** Fully qualified blueprint name (e.g. "artisan.app"). */
|
|
63
|
-
name: string;
|
|
64
|
-
/** Versioned definition of the blueprint. Increment on breaking changes. */
|
|
65
|
-
version: number;
|
|
66
|
-
/** Logical application id (e.g. "artisan"). */
|
|
67
|
-
appId: string;
|
|
68
|
-
}
|
|
69
|
-
interface AppBlueprintSpec {
|
|
70
|
-
meta: AppBlueprintMeta;
|
|
71
|
-
capabilities?: {
|
|
72
|
-
enabled?: CapabilityRef[];
|
|
73
|
-
disabled?: CapabilityRef[];
|
|
74
|
-
};
|
|
75
|
-
features?: {
|
|
76
|
-
include?: FeatureRef[];
|
|
77
|
-
exclude?: FeatureRef[];
|
|
78
|
-
};
|
|
79
|
-
integrationSlots?: AppIntegrationSlot[];
|
|
80
|
-
branding?: BrandingDefaults;
|
|
81
|
-
translationCatalog?: TranslationCatalogPointer;
|
|
82
|
-
dataViews?: Record<string, SpecPointer>;
|
|
83
|
-
workflows?: Record<string, SpecPointer>;
|
|
84
|
-
policies?: PolicyRef[];
|
|
85
|
-
theme?: AppThemeBinding;
|
|
86
|
-
telemetry?: TelemetryBinding;
|
|
87
|
-
experiments?: {
|
|
88
|
-
active?: ExperimentRef[];
|
|
89
|
-
paused?: ExperimentRef[];
|
|
90
|
-
};
|
|
91
|
-
featureFlags?: FeatureFlagState[];
|
|
92
|
-
routes?: AppRouteConfig[];
|
|
93
|
-
notes?: string;
|
|
94
|
-
}
|
|
95
|
-
declare class AppBlueprintRegistry {
|
|
96
|
-
private readonly items;
|
|
97
|
-
register(spec: AppBlueprintSpec): this;
|
|
98
|
-
list(): AppBlueprintSpec[];
|
|
99
|
-
get(name: string, version?: number): AppBlueprintSpec | undefined;
|
|
100
|
-
}
|
|
101
|
-
declare function makeAppBlueprintKey(meta: AppBlueprintMeta): string;
|
|
102
|
-
interface TenantAppConfigMeta {
|
|
103
|
-
id: string;
|
|
104
|
-
tenantId: string;
|
|
105
|
-
appId: string;
|
|
106
|
-
blueprintName: string;
|
|
107
|
-
blueprintVersion: number;
|
|
108
|
-
environment?: string;
|
|
109
|
-
/** Monotonic version for auditing changes to the tenant config. */
|
|
110
|
-
version: number;
|
|
111
|
-
status: ConfigStatus;
|
|
112
|
-
createdBy?: string;
|
|
113
|
-
publishedBy?: string;
|
|
114
|
-
publishedAt?: string | Date;
|
|
115
|
-
rolledBackFrom?: number;
|
|
116
|
-
rolledBackTo?: number;
|
|
117
|
-
changeSummary?: string;
|
|
118
|
-
createdAt?: string | Date;
|
|
119
|
-
updatedAt?: string | Date;
|
|
120
|
-
}
|
|
121
|
-
interface TenantSpecOverride {
|
|
122
|
-
slot: string;
|
|
123
|
-
pointer?: SpecPointer | null;
|
|
124
|
-
}
|
|
125
|
-
interface TenantRouteOverride {
|
|
126
|
-
path: string;
|
|
127
|
-
label?: string | null;
|
|
128
|
-
dataView?: string | null;
|
|
129
|
-
workflow?: string | null;
|
|
130
|
-
guard?: PolicyRef | null;
|
|
131
|
-
featureFlag?: string | null;
|
|
132
|
-
experiment?: ExperimentRef | null;
|
|
133
|
-
}
|
|
134
|
-
interface TenantAppConfig {
|
|
135
|
-
meta: TenantAppConfigMeta;
|
|
136
|
-
capabilities?: {
|
|
137
|
-
enable?: CapabilityRef[];
|
|
138
|
-
disable?: CapabilityRef[];
|
|
139
|
-
};
|
|
140
|
-
features?: {
|
|
141
|
-
include?: FeatureRef[];
|
|
142
|
-
exclude?: FeatureRef[];
|
|
143
|
-
};
|
|
144
|
-
dataViewOverrides?: TenantSpecOverride[];
|
|
145
|
-
workflowOverrides?: TenantSpecOverride[];
|
|
146
|
-
additionalPolicies?: PolicyRef[];
|
|
147
|
-
themeOverride?: {
|
|
148
|
-
primary?: ThemeRef | null;
|
|
149
|
-
fallbacks?: ThemeRef[];
|
|
150
|
-
};
|
|
151
|
-
telemetryOverride?: {
|
|
152
|
-
spec?: SpecPointer | null;
|
|
153
|
-
disabledEvents?: string[];
|
|
154
|
-
samplingOverrides?: Record<string, number>;
|
|
155
|
-
};
|
|
156
|
-
experiments?: {
|
|
157
|
-
active?: ExperimentRef[];
|
|
158
|
-
paused?: ExperimentRef[];
|
|
159
|
-
};
|
|
160
|
-
featureFlags?: FeatureFlagState[];
|
|
161
|
-
routeOverrides?: TenantRouteOverride[];
|
|
162
|
-
integrations?: AppIntegrationBinding[];
|
|
163
|
-
knowledge?: AppKnowledgeBinding[];
|
|
164
|
-
locales?: {
|
|
165
|
-
defaultLocale: Locale;
|
|
166
|
-
enabledLocales: Locale[];
|
|
167
|
-
};
|
|
168
|
-
translationOverrides?: {
|
|
169
|
-
entries?: TranslationEntry[];
|
|
170
|
-
};
|
|
171
|
-
branding?: TenantBrandingConfig;
|
|
172
|
-
notes?: string;
|
|
173
|
-
}
|
|
174
|
-
//#endregion
|
|
175
|
-
export { AppBlueprintMeta, AppBlueprintRegistry, AppBlueprintSpec, AppIntegrationSlot, AppRouteConfig, AppThemeBinding, FeatureFlagState, SpecPointer, TelemetryBinding, TenantAppConfig, TenantAppConfigMeta, TenantRouteOverride, TenantSpecOverride, TranslationCatalogPointer, makeAppBlueprintKey };
|