@lssm/lib.contracts 0.0.0-canary-20251207012602 → 0.0.0-canary-20251207043720
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/rolldown_runtime.js +1 -0
- package/dist/app-config/contracts.js +1 -1
- package/dist/app-config/events.js +1 -1
- package/dist/app-config/lifecycle-contracts.js +1 -1
- package/dist/events.js +1 -1
- package/dist/index.js +1 -1
- package/dist/integrations/contracts.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/transactions.js +1 -1
- package/dist/integrations/openbanking/models.js +1 -1
- package/dist/integrations/secrets/gcp-secret-manager.js +1 -1
- package/dist/jobs/scaleway-sqs-queue.js +1 -1
- package/dist/knowledge/contracts.js +1 -1
- 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/node_modules/zod-to-json-schema/dist/esm/Options.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/Refs.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/index.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parseDef.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +3 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/selectParser.js +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +1 -0
- package/dist/onboarding-base.js +1 -1
- package/dist/server/graphql-pothos.js +1 -1
- package/dist/server/graphql-schema-export.js +1 -1
- package/dist/server/provider-mcp.js +1 -1
- package/package.json +183 -175
- 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 -19
- 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 -132
- 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/define-job.d.ts +0 -12
- 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 -9
- package/dist/jobs/handlers/ping-handler.d.ts +0 -10
- package/dist/jobs/handlers/storage-document-handler.d.ts +0 -12
- package/dist/jobs/index.d.ts +0 -10
- package/dist/jobs/memory-queue.d.ts +0 -18
- package/dist/jobs/queue.d.ts +0 -26
- package/dist/jobs/scaleway-sqs-queue.d.ts +0 -30
- 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 -115
- 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/entity/defineEntity.js +0 -1
- package/dist/schema/dist/entity/index.js +0 -1
- package/dist/schema/dist/entity/types.js +0 -1
- package/dist/schema/dist/index.js +0 -1
- package/dist/schema-to-markdown.d.ts +0 -54
- package/dist/server/graphql-pothos.d.ts +0 -31
- package/dist/server/graphql-schema-export.d.ts +0 -6
- 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/lib.contracts",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251207043720",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
6
6
|
"build": "bun build:bundle && bun build:types",
|
|
@@ -62,180 +62,180 @@
|
|
|
62
62
|
"README.md"
|
|
63
63
|
],
|
|
64
64
|
"exports": {
|
|
65
|
-
".": "./
|
|
66
|
-
"./app-config": "./
|
|
67
|
-
"./app-config/branding": "./
|
|
68
|
-
"./app-config/contracts": "./
|
|
69
|
-
"./app-config/events": "./
|
|
70
|
-
"./app-config/lifecycle": "./
|
|
71
|
-
"./app-config/lifecycle-contracts": "./
|
|
72
|
-
"./app-config/runtime": "./
|
|
73
|
-
"./app-config/spec": "./
|
|
74
|
-
"./app-config/validation": "./
|
|
75
|
-
"./capabilities": "./
|
|
76
|
-
"./capabilities/openbanking": "./
|
|
77
|
-
"./client": "./
|
|
78
|
-
"./client/react": "./
|
|
79
|
-
"./client/react/drivers/rn-reusables": "./
|
|
80
|
-
"./client/react/drivers/shadcn": "./
|
|
81
|
-
"./client/react/feature-render": "./
|
|
82
|
-
"./client/react/form-render": "./
|
|
83
|
-
"./contracts-adapter-hydration": "./
|
|
84
|
-
"./contracts-adapter-input": "./
|
|
85
|
-
"./data-views": "./
|
|
86
|
-
"./data-views/query-generator": "./
|
|
87
|
-
"./data-views/runtime": "./
|
|
88
|
-
"./events": "./
|
|
89
|
-
"./experiments/evaluator": "./
|
|
90
|
-
"./experiments/spec": "./
|
|
91
|
-
"./experiments/spec-resolver": "./
|
|
92
|
-
"./features": "./
|
|
93
|
-
"./forms": "./
|
|
94
|
-
"./install": "./
|
|
95
|
-
"./integrations": "./
|
|
96
|
-
"./integrations/binding": "./
|
|
97
|
-
"./integrations/connection": "./
|
|
98
|
-
"./integrations/contracts": "./
|
|
99
|
-
"./integrations/health": "./
|
|
100
|
-
"./integrations/openbanking/contracts": "./
|
|
101
|
-
"./integrations/openbanking/contracts/accounts": "./
|
|
102
|
-
"./integrations/openbanking/contracts/balances": "./
|
|
103
|
-
"./integrations/openbanking/contracts/transactions": "./
|
|
104
|
-
"./integrations/openbanking/guards": "./
|
|
105
|
-
"./integrations/openbanking/models": "./
|
|
106
|
-
"./integrations/openbanking/telemetry": "./
|
|
107
|
-
"./integrations/providers": "./
|
|
108
|
-
"./integrations/providers/calendar": "./
|
|
109
|
-
"./integrations/providers/elevenlabs": "./
|
|
110
|
-
"./integrations/providers/email": "./
|
|
111
|
-
"./integrations/providers/embedding": "./
|
|
112
|
-
"./integrations/providers/gcs-storage": "./
|
|
113
|
-
"./integrations/providers/gmail": "./
|
|
114
|
-
"./integrations/providers/google-calendar": "./
|
|
115
|
-
"./integrations/providers/impls": "./
|
|
116
|
-
"./integrations/providers/impls/elevenlabs-voice": "./
|
|
117
|
-
"./integrations/providers/impls/gcs-storage": "./
|
|
118
|
-
"./integrations/providers/impls/gmail-inbound": "./
|
|
119
|
-
"./integrations/providers/impls/gmail-outbound": "./
|
|
120
|
-
"./integrations/providers/impls/google-calendar": "./
|
|
121
|
-
"./integrations/providers/impls/mistral-embedding": "./
|
|
122
|
-
"./integrations/providers/impls/mistral-llm": "./
|
|
123
|
-
"./integrations/providers/impls/postmark-email": "./
|
|
124
|
-
"./integrations/providers/impls/powens-client": "./
|
|
125
|
-
"./integrations/providers/impls/powens-openbanking": "./
|
|
126
|
-
"./integrations/providers/impls/provider-factory": "./
|
|
127
|
-
"./integrations/providers/impls/qdrant-vector": "./
|
|
128
|
-
"./integrations/providers/impls/stripe-payments": "./
|
|
129
|
-
"./integrations/providers/impls/twilio-sms": "./
|
|
130
|
-
"./integrations/providers/llm": "./
|
|
131
|
-
"./integrations/providers/mistral": "./
|
|
132
|
-
"./integrations/providers/openbanking": "./
|
|
133
|
-
"./integrations/providers/payments": "./
|
|
134
|
-
"./integrations/providers/postmark": "./
|
|
135
|
-
"./integrations/providers/powens": "./
|
|
136
|
-
"./integrations/providers/qdrant": "./
|
|
137
|
-
"./integrations/providers/sms": "./
|
|
138
|
-
"./integrations/providers/storage": "./
|
|
139
|
-
"./integrations/providers/stripe": "./
|
|
140
|
-
"./integrations/providers/twilio-sms": "./
|
|
141
|
-
"./integrations/providers/vector-store": "./
|
|
142
|
-
"./integrations/providers/voice": "./
|
|
143
|
-
"./integrations/runtime": "./
|
|
144
|
-
"./integrations/secrets": "./
|
|
145
|
-
"./integrations/secrets/env-secret-provider": "./
|
|
146
|
-
"./integrations/secrets/gcp-secret-manager": "./
|
|
147
|
-
"./integrations/secrets/manager": "./
|
|
148
|
-
"./integrations/secrets/provider": "./
|
|
149
|
-
"./integrations/spec": "./
|
|
150
|
-
"./jobs": "./
|
|
151
|
-
"./jobs/define-job": "./
|
|
152
|
-
"./jobs/gcp-cloud-tasks": "./
|
|
153
|
-
"./jobs/gcp-pubsub": "./
|
|
154
|
-
"./jobs/handlers": "./
|
|
155
|
-
"./jobs/handlers/gmail-sync-handler": "./
|
|
156
|
-
"./jobs/handlers/ping-handler": "./
|
|
157
|
-
"./jobs/handlers/storage-document-handler": "./
|
|
158
|
-
"./jobs/memory-queue": "./
|
|
159
|
-
"./jobs/queue": "./
|
|
160
|
-
"./jobs/scaleway-sqs-queue": "./
|
|
161
|
-
"./jsonschema": "./
|
|
162
|
-
"./knowledge": "./
|
|
163
|
-
"./knowledge/binding": "./
|
|
164
|
-
"./knowledge/contracts": "./
|
|
165
|
-
"./knowledge/ingestion": "./
|
|
166
|
-
"./knowledge/ingestion/document-processor": "./
|
|
167
|
-
"./knowledge/ingestion/embedding-service": "./
|
|
168
|
-
"./knowledge/ingestion/gmail-adapter": "./
|
|
169
|
-
"./knowledge/ingestion/storage-adapter": "./
|
|
170
|
-
"./knowledge/ingestion/vector-indexer": "./
|
|
171
|
-
"./knowledge/query": "./
|
|
172
|
-
"./knowledge/query/service": "./
|
|
173
|
-
"./knowledge/runtime": "./
|
|
174
|
-
"./knowledge/source": "./
|
|
175
|
-
"./knowledge/spaces": "./
|
|
176
|
-
"./knowledge/spaces/email-threads": "./
|
|
177
|
-
"./knowledge/spaces/financial-docs": "./
|
|
178
|
-
"./knowledge/spaces/financial-overview": "./
|
|
179
|
-
"./knowledge/spaces/product-canon": "./
|
|
180
|
-
"./knowledge/spaces/support-faq": "./
|
|
181
|
-
"./knowledge/spaces/uploaded-docs": "./
|
|
182
|
-
"./knowledge/spec": "./
|
|
183
|
-
"./markdown": "./
|
|
184
|
-
"./migrations": "./
|
|
185
|
-
"./onboarding-base": "./
|
|
186
|
-
"./ownership": "./
|
|
187
|
-
"./policy/engine": "./
|
|
188
|
-
"./policy/opa-adapter": "./
|
|
189
|
-
"./policy/spec": "./
|
|
190
|
-
"./presentations": "./
|
|
191
|
-
"./presentations.backcompat": "./
|
|
192
|
-
"./presentations.v2": "./
|
|
193
|
-
"./prompt": "./
|
|
194
|
-
"./promptRegistry": "./
|
|
195
|
-
"./regenerator": "./
|
|
196
|
-
"./regenerator/adapters": "./
|
|
197
|
-
"./regenerator/executor": "./
|
|
198
|
-
"./regenerator/service": "./
|
|
199
|
-
"./regenerator/sinks": "./
|
|
200
|
-
"./regenerator/types": "./
|
|
201
|
-
"./regenerator/utils": "./
|
|
202
|
-
"./registry": "./
|
|
203
|
-
"./resources": "./
|
|
204
|
-
"./schema-to-markdown": "./
|
|
205
|
-
"./server": "./
|
|
206
|
-
"./server/graphql-pothos": "./
|
|
207
|
-
"./server/graphql-schema-export": "./
|
|
208
|
-
"./server/provider-mcp": "./
|
|
209
|
-
"./server/rest-elysia": "./
|
|
210
|
-
"./server/rest-express": "./
|
|
211
|
-
"./server/rest-generic": "./
|
|
212
|
-
"./server/rest-next-app": "./
|
|
213
|
-
"./server/rest-next-mcp": "./
|
|
214
|
-
"./server/rest-next-pages": "./
|
|
215
|
-
"./spec": "./
|
|
216
|
-
"./telemetry": "./
|
|
217
|
-
"./telemetry/anomaly": "./
|
|
218
|
-
"./telemetry/spec": "./
|
|
219
|
-
"./telemetry/tracker": "./
|
|
220
|
-
"./tests": "./
|
|
221
|
-
"./tests/runner": "./
|
|
222
|
-
"./tests/spec": "./
|
|
223
|
-
"./themes": "./
|
|
224
|
-
"./translations/catalog": "./
|
|
225
|
-
"./translations/tenant": "./
|
|
226
|
-
"./types": "./
|
|
227
|
-
"./types/all": "./
|
|
228
|
-
"./workflow": "./
|
|
229
|
-
"./workflow/adapters": "./
|
|
230
|
-
"./workflow/adapters/db-adapter": "./
|
|
231
|
-
"./workflow/adapters/file-adapter": "./
|
|
232
|
-
"./workflow/adapters/memory-store": "./
|
|
233
|
-
"./workflow/expression": "./
|
|
234
|
-
"./workflow/runner": "./
|
|
235
|
-
"./workflow/sla-monitor": "./
|
|
236
|
-
"./workflow/spec": "./
|
|
237
|
-
"./workflow/state": "./
|
|
238
|
-
"./workflow/validation": "./
|
|
65
|
+
".": "./src/index.ts",
|
|
66
|
+
"./app-config": "./src/app-config/index.ts",
|
|
67
|
+
"./app-config/branding": "./src/app-config/branding.ts",
|
|
68
|
+
"./app-config/contracts": "./src/app-config/contracts.ts",
|
|
69
|
+
"./app-config/events": "./src/app-config/events.ts",
|
|
70
|
+
"./app-config/lifecycle": "./src/app-config/lifecycle.ts",
|
|
71
|
+
"./app-config/lifecycle-contracts": "./src/app-config/lifecycle-contracts.ts",
|
|
72
|
+
"./app-config/runtime": "./src/app-config/runtime.ts",
|
|
73
|
+
"./app-config/spec": "./src/app-config/spec.ts",
|
|
74
|
+
"./app-config/validation": "./src/app-config/validation.ts",
|
|
75
|
+
"./capabilities": "./src/capabilities.ts",
|
|
76
|
+
"./capabilities/openbanking": "./src/capabilities/openbanking.ts",
|
|
77
|
+
"./client": "./src/client/index.ts",
|
|
78
|
+
"./client/react": "./src/client/react/index.ts",
|
|
79
|
+
"./client/react/drivers/rn-reusables": "./src/client/react/drivers/rn-reusables.ts",
|
|
80
|
+
"./client/react/drivers/shadcn": "./src/client/react/drivers/shadcn.ts",
|
|
81
|
+
"./client/react/feature-render": "./src/client/react/feature-render.ts",
|
|
82
|
+
"./client/react/form-render": "./src/client/react/form-render.tsx",
|
|
83
|
+
"./contracts-adapter-hydration": "./src/contracts-adapter-hydration.ts",
|
|
84
|
+
"./contracts-adapter-input": "./src/contracts-adapter-input.ts",
|
|
85
|
+
"./data-views": "./src/data-views.ts",
|
|
86
|
+
"./data-views/query-generator": "./src/data-views/query-generator.ts",
|
|
87
|
+
"./data-views/runtime": "./src/data-views/runtime.ts",
|
|
88
|
+
"./events": "./src/events.ts",
|
|
89
|
+
"./experiments/evaluator": "./src/experiments/evaluator.ts",
|
|
90
|
+
"./experiments/spec": "./src/experiments/spec.ts",
|
|
91
|
+
"./experiments/spec-resolver": "./src/experiments/spec-resolver.ts",
|
|
92
|
+
"./features": "./src/features.ts",
|
|
93
|
+
"./forms": "./src/forms.ts",
|
|
94
|
+
"./install": "./src/install.ts",
|
|
95
|
+
"./integrations": "./src/integrations/index.ts",
|
|
96
|
+
"./integrations/binding": "./src/integrations/binding.ts",
|
|
97
|
+
"./integrations/connection": "./src/integrations/connection.ts",
|
|
98
|
+
"./integrations/contracts": "./src/integrations/contracts.ts",
|
|
99
|
+
"./integrations/health": "./src/integrations/health.ts",
|
|
100
|
+
"./integrations/openbanking/contracts": "./src/integrations/openbanking/contracts/index.ts",
|
|
101
|
+
"./integrations/openbanking/contracts/accounts": "./src/integrations/openbanking/contracts/accounts.ts",
|
|
102
|
+
"./integrations/openbanking/contracts/balances": "./src/integrations/openbanking/contracts/balances.ts",
|
|
103
|
+
"./integrations/openbanking/contracts/transactions": "./src/integrations/openbanking/contracts/transactions.ts",
|
|
104
|
+
"./integrations/openbanking/guards": "./src/integrations/openbanking/guards.ts",
|
|
105
|
+
"./integrations/openbanking/models": "./src/integrations/openbanking/models.ts",
|
|
106
|
+
"./integrations/openbanking/telemetry": "./src/integrations/openbanking/telemetry.ts",
|
|
107
|
+
"./integrations/providers": "./src/integrations/providers/index.ts",
|
|
108
|
+
"./integrations/providers/calendar": "./src/integrations/providers/calendar.ts",
|
|
109
|
+
"./integrations/providers/elevenlabs": "./src/integrations/providers/elevenlabs.ts",
|
|
110
|
+
"./integrations/providers/email": "./src/integrations/providers/email.ts",
|
|
111
|
+
"./integrations/providers/embedding": "./src/integrations/providers/embedding.ts",
|
|
112
|
+
"./integrations/providers/gcs-storage": "./src/integrations/providers/gcs-storage.ts",
|
|
113
|
+
"./integrations/providers/gmail": "./src/integrations/providers/gmail.ts",
|
|
114
|
+
"./integrations/providers/google-calendar": "./src/integrations/providers/google-calendar.ts",
|
|
115
|
+
"./integrations/providers/impls": "./src/integrations/providers/impls/index.ts",
|
|
116
|
+
"./integrations/providers/impls/elevenlabs-voice": "./src/integrations/providers/impls/elevenlabs-voice.ts",
|
|
117
|
+
"./integrations/providers/impls/gcs-storage": "./src/integrations/providers/impls/gcs-storage.ts",
|
|
118
|
+
"./integrations/providers/impls/gmail-inbound": "./src/integrations/providers/impls/gmail-inbound.ts",
|
|
119
|
+
"./integrations/providers/impls/gmail-outbound": "./src/integrations/providers/impls/gmail-outbound.ts",
|
|
120
|
+
"./integrations/providers/impls/google-calendar": "./src/integrations/providers/impls/google-calendar.ts",
|
|
121
|
+
"./integrations/providers/impls/mistral-embedding": "./src/integrations/providers/impls/mistral-embedding.ts",
|
|
122
|
+
"./integrations/providers/impls/mistral-llm": "./src/integrations/providers/impls/mistral-llm.ts",
|
|
123
|
+
"./integrations/providers/impls/postmark-email": "./src/integrations/providers/impls/postmark-email.ts",
|
|
124
|
+
"./integrations/providers/impls/powens-client": "./src/integrations/providers/impls/powens-client.ts",
|
|
125
|
+
"./integrations/providers/impls/powens-openbanking": "./src/integrations/providers/impls/powens-openbanking.ts",
|
|
126
|
+
"./integrations/providers/impls/provider-factory": "./src/integrations/providers/impls/provider-factory.ts",
|
|
127
|
+
"./integrations/providers/impls/qdrant-vector": "./src/integrations/providers/impls/qdrant-vector.ts",
|
|
128
|
+
"./integrations/providers/impls/stripe-payments": "./src/integrations/providers/impls/stripe-payments.ts",
|
|
129
|
+
"./integrations/providers/impls/twilio-sms": "./src/integrations/providers/impls/twilio-sms.ts",
|
|
130
|
+
"./integrations/providers/llm": "./src/integrations/providers/llm.ts",
|
|
131
|
+
"./integrations/providers/mistral": "./src/integrations/providers/mistral.ts",
|
|
132
|
+
"./integrations/providers/openbanking": "./src/integrations/providers/openbanking.ts",
|
|
133
|
+
"./integrations/providers/payments": "./src/integrations/providers/payments.ts",
|
|
134
|
+
"./integrations/providers/postmark": "./src/integrations/providers/postmark.ts",
|
|
135
|
+
"./integrations/providers/powens": "./src/integrations/providers/powens.ts",
|
|
136
|
+
"./integrations/providers/qdrant": "./src/integrations/providers/qdrant.ts",
|
|
137
|
+
"./integrations/providers/sms": "./src/integrations/providers/sms.ts",
|
|
138
|
+
"./integrations/providers/storage": "./src/integrations/providers/storage.ts",
|
|
139
|
+
"./integrations/providers/stripe": "./src/integrations/providers/stripe.ts",
|
|
140
|
+
"./integrations/providers/twilio-sms": "./src/integrations/providers/twilio-sms.ts",
|
|
141
|
+
"./integrations/providers/vector-store": "./src/integrations/providers/vector-store.ts",
|
|
142
|
+
"./integrations/providers/voice": "./src/integrations/providers/voice.ts",
|
|
143
|
+
"./integrations/runtime": "./src/integrations/runtime.ts",
|
|
144
|
+
"./integrations/secrets": "./src/integrations/secrets/index.ts",
|
|
145
|
+
"./integrations/secrets/env-secret-provider": "./src/integrations/secrets/env-secret-provider.ts",
|
|
146
|
+
"./integrations/secrets/gcp-secret-manager": "./src/integrations/secrets/gcp-secret-manager.ts",
|
|
147
|
+
"./integrations/secrets/manager": "./src/integrations/secrets/manager.ts",
|
|
148
|
+
"./integrations/secrets/provider": "./src/integrations/secrets/provider.ts",
|
|
149
|
+
"./integrations/spec": "./src/integrations/spec.ts",
|
|
150
|
+
"./jobs": "./src/jobs/index.ts",
|
|
151
|
+
"./jobs/define-job": "./src/jobs/define-job.ts",
|
|
152
|
+
"./jobs/gcp-cloud-tasks": "./src/jobs/gcp-cloud-tasks.ts",
|
|
153
|
+
"./jobs/gcp-pubsub": "./src/jobs/gcp-pubsub.ts",
|
|
154
|
+
"./jobs/handlers": "./src/jobs/handlers/index.ts",
|
|
155
|
+
"./jobs/handlers/gmail-sync-handler": "./src/jobs/handlers/gmail-sync-handler.ts",
|
|
156
|
+
"./jobs/handlers/ping-handler": "./src/jobs/handlers/ping-handler.ts",
|
|
157
|
+
"./jobs/handlers/storage-document-handler": "./src/jobs/handlers/storage-document-handler.ts",
|
|
158
|
+
"./jobs/memory-queue": "./src/jobs/memory-queue.ts",
|
|
159
|
+
"./jobs/queue": "./src/jobs/queue.ts",
|
|
160
|
+
"./jobs/scaleway-sqs-queue": "./src/jobs/scaleway-sqs-queue.ts",
|
|
161
|
+
"./jsonschema": "./src/jsonschema.ts",
|
|
162
|
+
"./knowledge": "./src/knowledge/index.ts",
|
|
163
|
+
"./knowledge/binding": "./src/knowledge/binding.ts",
|
|
164
|
+
"./knowledge/contracts": "./src/knowledge/contracts.ts",
|
|
165
|
+
"./knowledge/ingestion": "./src/knowledge/ingestion/index.ts",
|
|
166
|
+
"./knowledge/ingestion/document-processor": "./src/knowledge/ingestion/document-processor.ts",
|
|
167
|
+
"./knowledge/ingestion/embedding-service": "./src/knowledge/ingestion/embedding-service.ts",
|
|
168
|
+
"./knowledge/ingestion/gmail-adapter": "./src/knowledge/ingestion/gmail-adapter.ts",
|
|
169
|
+
"./knowledge/ingestion/storage-adapter": "./src/knowledge/ingestion/storage-adapter.ts",
|
|
170
|
+
"./knowledge/ingestion/vector-indexer": "./src/knowledge/ingestion/vector-indexer.ts",
|
|
171
|
+
"./knowledge/query": "./src/knowledge/query/index.ts",
|
|
172
|
+
"./knowledge/query/service": "./src/knowledge/query/service.ts",
|
|
173
|
+
"./knowledge/runtime": "./src/knowledge/runtime.ts",
|
|
174
|
+
"./knowledge/source": "./src/knowledge/source.ts",
|
|
175
|
+
"./knowledge/spaces": "./src/knowledge/spaces/index.ts",
|
|
176
|
+
"./knowledge/spaces/email-threads": "./src/knowledge/spaces/email-threads.ts",
|
|
177
|
+
"./knowledge/spaces/financial-docs": "./src/knowledge/spaces/financial-docs.ts",
|
|
178
|
+
"./knowledge/spaces/financial-overview": "./src/knowledge/spaces/financial-overview.ts",
|
|
179
|
+
"./knowledge/spaces/product-canon": "./src/knowledge/spaces/product-canon.ts",
|
|
180
|
+
"./knowledge/spaces/support-faq": "./src/knowledge/spaces/support-faq.ts",
|
|
181
|
+
"./knowledge/spaces/uploaded-docs": "./src/knowledge/spaces/uploaded-docs.ts",
|
|
182
|
+
"./knowledge/spec": "./src/knowledge/spec.ts",
|
|
183
|
+
"./markdown": "./src/markdown.ts",
|
|
184
|
+
"./migrations": "./src/migrations.ts",
|
|
185
|
+
"./onboarding-base": "./src/onboarding-base.ts",
|
|
186
|
+
"./ownership": "./src/ownership.ts",
|
|
187
|
+
"./policy/engine": "./src/policy/engine.ts",
|
|
188
|
+
"./policy/opa-adapter": "./src/policy/opa-adapter.ts",
|
|
189
|
+
"./policy/spec": "./src/policy/spec.ts",
|
|
190
|
+
"./presentations": "./src/presentations.ts",
|
|
191
|
+
"./presentations.backcompat": "./src/presentations.backcompat.ts",
|
|
192
|
+
"./presentations.v2": "./src/presentations.v2.ts",
|
|
193
|
+
"./prompt": "./src/prompt.ts",
|
|
194
|
+
"./promptRegistry": "./src/promptRegistry.ts",
|
|
195
|
+
"./regenerator": "./src/regenerator/index.ts",
|
|
196
|
+
"./regenerator/adapters": "./src/regenerator/adapters.ts",
|
|
197
|
+
"./regenerator/executor": "./src/regenerator/executor.ts",
|
|
198
|
+
"./regenerator/service": "./src/regenerator/service.ts",
|
|
199
|
+
"./regenerator/sinks": "./src/regenerator/sinks.ts",
|
|
200
|
+
"./regenerator/types": "./src/regenerator/types.ts",
|
|
201
|
+
"./regenerator/utils": "./src/regenerator/utils.ts",
|
|
202
|
+
"./registry": "./src/registry.ts",
|
|
203
|
+
"./resources": "./src/resources.ts",
|
|
204
|
+
"./schema-to-markdown": "./src/schema-to-markdown.ts",
|
|
205
|
+
"./server": "./src/server/index.ts",
|
|
206
|
+
"./server/graphql-pothos": "./src/server/graphql-pothos.ts",
|
|
207
|
+
"./server/graphql-schema-export": "./src/server/graphql-schema-export.ts",
|
|
208
|
+
"./server/provider-mcp": "./src/server/provider-mcp.ts",
|
|
209
|
+
"./server/rest-elysia": "./src/server/rest-elysia.ts",
|
|
210
|
+
"./server/rest-express": "./src/server/rest-express.ts",
|
|
211
|
+
"./server/rest-generic": "./src/server/rest-generic.ts",
|
|
212
|
+
"./server/rest-next-app": "./src/server/rest-next-app.ts",
|
|
213
|
+
"./server/rest-next-mcp": "./src/server/rest-next-mcp.ts",
|
|
214
|
+
"./server/rest-next-pages": "./src/server/rest-next-pages.ts",
|
|
215
|
+
"./spec": "./src/spec.ts",
|
|
216
|
+
"./telemetry": "./src/telemetry/index.ts",
|
|
217
|
+
"./telemetry/anomaly": "./src/telemetry/anomaly.ts",
|
|
218
|
+
"./telemetry/spec": "./src/telemetry/spec.ts",
|
|
219
|
+
"./telemetry/tracker": "./src/telemetry/tracker.ts",
|
|
220
|
+
"./tests": "./src/tests/index.ts",
|
|
221
|
+
"./tests/runner": "./src/tests/runner.ts",
|
|
222
|
+
"./tests/spec": "./src/tests/spec.ts",
|
|
223
|
+
"./themes": "./src/themes.ts",
|
|
224
|
+
"./translations/catalog": "./src/translations/catalog.ts",
|
|
225
|
+
"./translations/tenant": "./src/translations/tenant.ts",
|
|
226
|
+
"./types": "./src/types.ts",
|
|
227
|
+
"./types/all": "./src/types/all.ts",
|
|
228
|
+
"./workflow": "./src/workflow/index.ts",
|
|
229
|
+
"./workflow/adapters": "./src/workflow/adapters/index.ts",
|
|
230
|
+
"./workflow/adapters/db-adapter": "./src/workflow/adapters/db-adapter.ts",
|
|
231
|
+
"./workflow/adapters/file-adapter": "./src/workflow/adapters/file-adapter.ts",
|
|
232
|
+
"./workflow/adapters/memory-store": "./src/workflow/adapters/memory-store.ts",
|
|
233
|
+
"./workflow/expression": "./src/workflow/expression.ts",
|
|
234
|
+
"./workflow/runner": "./src/workflow/runner.ts",
|
|
235
|
+
"./workflow/sla-monitor": "./src/workflow/sla-monitor.ts",
|
|
236
|
+
"./workflow/spec": "./src/workflow/spec.ts",
|
|
237
|
+
"./workflow/state": "./src/workflow/state.ts",
|
|
238
|
+
"./workflow/validation": "./src/workflow/validation.ts",
|
|
239
239
|
"./*": "./*"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": {
|
|
@@ -262,9 +262,12 @@
|
|
|
262
262
|
"./contracts-adapter-hydration": "./dist/contracts-adapter-hydration.js",
|
|
263
263
|
"./contracts-adapter-input": "./dist/contracts-adapter-input.js",
|
|
264
264
|
"./data-views": "./dist/data-views.js",
|
|
265
|
+
"./data-views/query-generator": "./dist/data-views/query-generator.js",
|
|
266
|
+
"./data-views/runtime": "./dist/data-views/runtime.js",
|
|
265
267
|
"./events": "./dist/events.js",
|
|
266
268
|
"./experiments/evaluator": "./dist/experiments/evaluator.js",
|
|
267
269
|
"./experiments/spec": "./dist/experiments/spec.js",
|
|
270
|
+
"./experiments/spec-resolver": "./dist/experiments/spec-resolver.js",
|
|
268
271
|
"./features": "./dist/features.js",
|
|
269
272
|
"./forms": "./dist/forms.js",
|
|
270
273
|
"./install": "./dist/install.js",
|
|
@@ -324,13 +327,16 @@
|
|
|
324
327
|
"./integrations/secrets/provider": "./dist/integrations/secrets/provider.js",
|
|
325
328
|
"./integrations/spec": "./dist/integrations/spec.js",
|
|
326
329
|
"./jobs": "./dist/jobs/index.js",
|
|
330
|
+
"./jobs/define-job": "./dist/jobs/define-job.js",
|
|
327
331
|
"./jobs/gcp-cloud-tasks": "./dist/jobs/gcp-cloud-tasks.js",
|
|
328
332
|
"./jobs/gcp-pubsub": "./dist/jobs/gcp-pubsub.js",
|
|
329
333
|
"./jobs/handlers": "./dist/jobs/handlers/index.js",
|
|
330
334
|
"./jobs/handlers/gmail-sync-handler": "./dist/jobs/handlers/gmail-sync-handler.js",
|
|
335
|
+
"./jobs/handlers/ping-handler": "./dist/jobs/handlers/ping-handler.js",
|
|
331
336
|
"./jobs/handlers/storage-document-handler": "./dist/jobs/handlers/storage-document-handler.js",
|
|
332
337
|
"./jobs/memory-queue": "./dist/jobs/memory-queue.js",
|
|
333
338
|
"./jobs/queue": "./dist/jobs/queue.js",
|
|
339
|
+
"./jobs/scaleway-sqs-queue": "./dist/jobs/scaleway-sqs-queue.js",
|
|
334
340
|
"./jsonschema": "./dist/jsonschema.js",
|
|
335
341
|
"./knowledge": "./dist/knowledge/index.js",
|
|
336
342
|
"./knowledge/binding": "./dist/knowledge/binding.js",
|
|
@@ -374,6 +380,7 @@
|
|
|
374
380
|
"./regenerator/utils": "./dist/regenerator/utils.js",
|
|
375
381
|
"./registry": "./dist/registry.js",
|
|
376
382
|
"./resources": "./dist/resources.js",
|
|
383
|
+
"./schema-to-markdown": "./dist/schema-to-markdown.js",
|
|
377
384
|
"./server": "./dist/server/index.js",
|
|
378
385
|
"./server/graphql-pothos": "./dist/server/graphql-pothos.js",
|
|
379
386
|
"./server/graphql-schema-export": "./dist/server/graphql-schema-export.js",
|
|
@@ -404,6 +411,7 @@
|
|
|
404
411
|
"./workflow/adapters/memory-store": "./dist/workflow/adapters/memory-store.js",
|
|
405
412
|
"./workflow/expression": "./dist/workflow/expression.js",
|
|
406
413
|
"./workflow/runner": "./dist/workflow/runner.js",
|
|
414
|
+
"./workflow/sla-monitor": "./dist/workflow/sla-monitor.js",
|
|
407
415
|
"./workflow/spec": "./dist/workflow/spec.js",
|
|
408
416
|
"./workflow/state": "./dist/workflow/state.js",
|
|
409
417
|
"./workflow/validation": "./dist/workflow/validation.js",
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
//#region src/app-config/branding.d.ts
|
|
2
|
-
interface BrandingAssetRef {
|
|
3
|
-
type: 'logo' | 'logo-dark' | 'favicon' | 'og-image';
|
|
4
|
-
url?: string;
|
|
5
|
-
dimensions?: {
|
|
6
|
-
width: number;
|
|
7
|
-
height: number;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
interface BrandingDefaults {
|
|
11
|
-
appNameKey: string;
|
|
12
|
-
assets?: BrandingAssetRef[];
|
|
13
|
-
colorTokens?: {
|
|
14
|
-
primary?: string;
|
|
15
|
-
secondary?: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
interface TenantBrandingAsset {
|
|
19
|
-
type: 'logo' | 'logo-dark' | 'favicon' | 'og-image';
|
|
20
|
-
url: string;
|
|
21
|
-
metadata?: {
|
|
22
|
-
mimeType?: string;
|
|
23
|
-
sizeBytes?: number;
|
|
24
|
-
dimensions?: {
|
|
25
|
-
width: number;
|
|
26
|
-
height: number;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
interface TenantBrandingConfig {
|
|
31
|
-
appName?: Record<string, string>;
|
|
32
|
-
assets?: TenantBrandingAsset[];
|
|
33
|
-
colors?: {
|
|
34
|
-
primary?: string;
|
|
35
|
-
secondary?: string;
|
|
36
|
-
};
|
|
37
|
-
customDomain?: string;
|
|
38
|
-
subdomain?: string;
|
|
39
|
-
}
|
|
40
|
-
interface ResolvedBranding {
|
|
41
|
-
appName: string;
|
|
42
|
-
assets: {
|
|
43
|
-
logo?: string;
|
|
44
|
-
logoDark?: string;
|
|
45
|
-
favicon?: string;
|
|
46
|
-
ogImage?: string;
|
|
47
|
-
};
|
|
48
|
-
colors: {
|
|
49
|
-
primary: string;
|
|
50
|
-
secondary: string;
|
|
51
|
-
};
|
|
52
|
-
domain: string;
|
|
53
|
-
}
|
|
54
|
-
//#endregion
|
|
55
|
-
export { BrandingAssetRef, BrandingDefaults, ResolvedBranding, TenantBrandingAsset, TenantBrandingConfig };
|