@lssm/lib.contracts 0.0.0-canary-20251207013726 → 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/dist/workflow/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CompensationStep, CompensationStrategy, FormRef, GuardCondition, GuardConditionKind, RetryPolicy, SLA, Step, StepAction, StepType, Transition, WorkflowDefinition, WorkflowMeta, WorkflowRegistry, WorkflowSpec, WorkflowStatus } from "./spec.js";
|
|
2
|
-
import { ValidateWorkflowSpecOptions, WorkflowValidationError, WorkflowValidationIssue, WorkflowValidationLevel, assertWorkflowSpecValid, validateWorkflowSpec } from "./validation.js";
|
|
3
|
-
import { StateStore, StepExecution, WorkflowState, WorkflowStateFilters } from "./state.js";
|
|
4
|
-
import { GuardContext, GuardEvaluator, OperationExecutor, OperationExecutorContext, WorkflowPreFlightError, WorkflowPreFlightIssue, WorkflowPreFlightIssueSeverity, WorkflowPreFlightIssueType, WorkflowPreFlightResult, WorkflowRunner, WorkflowRunnerConfig } from "./runner.js";
|
|
5
|
-
import { ExpressionContext, evaluateExpression } from "./expression.js";
|
|
6
|
-
import { InMemoryStateStore } from "./adapters/memory-store.js";
|
|
7
|
-
import { PrismaStateStore } from "./adapters/db-adapter.js";
|
|
8
|
-
import { FileStateStoreOptions, createFileStateStore } from "./adapters/file-adapter.js";
|
|
9
|
-
import "./adapters/index.js";
|
|
10
|
-
export { CompensationStep, CompensationStrategy, ExpressionContext, FileStateStoreOptions, FormRef, GuardCondition, GuardConditionKind, GuardContext, GuardEvaluator, InMemoryStateStore, OperationExecutor, OperationExecutorContext, PrismaStateStore, RetryPolicy, SLA, StateStore, Step, StepAction, StepExecution, StepType, Transition, ValidateWorkflowSpecOptions, WorkflowDefinition, WorkflowMeta, WorkflowPreFlightError, WorkflowPreFlightIssue, WorkflowPreFlightIssueSeverity, WorkflowPreFlightIssueType, WorkflowPreFlightResult, WorkflowRegistry, WorkflowRunner, WorkflowRunnerConfig, WorkflowSpec, WorkflowState, WorkflowStateFilters, WorkflowStatus, WorkflowValidationError, WorkflowValidationIssue, WorkflowValidationLevel, assertWorkflowSpecValid, createFileStateStore, evaluateExpression, validateWorkflowSpec };
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { ResolvedBranding } from "../app-config/branding.js";
|
|
2
|
-
import { OpRef } from "../features.js";
|
|
3
|
-
import { GuardCondition, Step, WorkflowRegistry } from "./spec.js";
|
|
4
|
-
import { ResolvedAppConfig, ResolvedIntegration, ResolvedKnowledge, ResolvedTranslation } from "../app-config/runtime.js";
|
|
5
|
-
import { SecretProvider } from "../integrations/secrets/provider.js";
|
|
6
|
-
import { TranslationResolver } from "../types.js";
|
|
7
|
-
import { StateStore, WorkflowState } from "./state.js";
|
|
8
|
-
|
|
9
|
-
//#region src/workflow/runner.d.ts
|
|
10
|
-
interface OperationExecutorContext {
|
|
11
|
-
workflow: WorkflowState;
|
|
12
|
-
step: Step;
|
|
13
|
-
resolvedAppConfig?: ResolvedAppConfig;
|
|
14
|
-
integrations?: ResolvedIntegration[];
|
|
15
|
-
knowledge?: ResolvedKnowledge[];
|
|
16
|
-
branding?: ResolvedBranding;
|
|
17
|
-
translation?: ResolvedTranslation;
|
|
18
|
-
translationResolver?: TranslationResolver;
|
|
19
|
-
secretProvider?: SecretProvider;
|
|
20
|
-
}
|
|
21
|
-
type OperationExecutor = (op: OpRef, input: unknown, context: OperationExecutorContext) => Promise<unknown>;
|
|
22
|
-
type WorkflowPreFlightIssueType = 'integration' | 'capability';
|
|
23
|
-
type WorkflowPreFlightIssueSeverity = 'error' | 'warning';
|
|
24
|
-
interface WorkflowPreFlightIssue {
|
|
25
|
-
stepId: string;
|
|
26
|
-
type: WorkflowPreFlightIssueType;
|
|
27
|
-
identifier: string;
|
|
28
|
-
severity: WorkflowPreFlightIssueSeverity;
|
|
29
|
-
reason: string;
|
|
30
|
-
}
|
|
31
|
-
interface WorkflowPreFlightResult {
|
|
32
|
-
canStart: boolean;
|
|
33
|
-
issues: WorkflowPreFlightIssue[];
|
|
34
|
-
}
|
|
35
|
-
interface GuardContext {
|
|
36
|
-
workflow: WorkflowState;
|
|
37
|
-
step: Step;
|
|
38
|
-
input?: unknown;
|
|
39
|
-
}
|
|
40
|
-
type GuardEvaluator = (guard: GuardCondition, context: GuardContext) => Promise<boolean> | boolean;
|
|
41
|
-
interface WorkflowRunnerConfig {
|
|
42
|
-
registry: WorkflowRegistry;
|
|
43
|
-
stateStore: StateStore;
|
|
44
|
-
opExecutor: OperationExecutor;
|
|
45
|
-
guardEvaluator?: GuardEvaluator;
|
|
46
|
-
eventEmitter?: (event: string, payload: Record<string, unknown>) => void;
|
|
47
|
-
appConfigProvider?: (state: WorkflowState) => ResolvedAppConfig | undefined | Promise<ResolvedAppConfig | undefined>;
|
|
48
|
-
enforceCapabilities?: (operation: OpRef, context: OperationExecutorContext) => void | Promise<void>;
|
|
49
|
-
secretProvider?: SecretProvider;
|
|
50
|
-
translationResolver?: TranslationResolver;
|
|
51
|
-
}
|
|
52
|
-
declare class WorkflowRunner {
|
|
53
|
-
private readonly config;
|
|
54
|
-
constructor(config: WorkflowRunnerConfig);
|
|
55
|
-
preFlightCheck(workflowName: string, version?: number, resolvedConfig?: ResolvedAppConfig): Promise<WorkflowPreFlightResult>;
|
|
56
|
-
start(workflowName: string, version?: number, initialData?: Record<string, unknown>): Promise<string>;
|
|
57
|
-
executeStep(workflowId: string, input?: unknown): Promise<void>;
|
|
58
|
-
rollback(workflowId: string): Promise<void>;
|
|
59
|
-
getState(workflowId: string): Promise<WorkflowState>;
|
|
60
|
-
cancel(workflowId: string): Promise<void>;
|
|
61
|
-
private performPreFlight;
|
|
62
|
-
private evaluateGuard;
|
|
63
|
-
private runStepAction;
|
|
64
|
-
private pickNextStepId;
|
|
65
|
-
private getSpec;
|
|
66
|
-
private getStateOrThrow;
|
|
67
|
-
private emit;
|
|
68
|
-
}
|
|
69
|
-
declare class WorkflowPreFlightError extends Error {
|
|
70
|
-
readonly issues: WorkflowPreFlightIssue[];
|
|
71
|
-
constructor(issues: WorkflowPreFlightIssue[]);
|
|
72
|
-
}
|
|
73
|
-
//#endregion
|
|
74
|
-
export { GuardContext, GuardEvaluator, OperationExecutor, OperationExecutorContext, WorkflowPreFlightError, WorkflowPreFlightIssue, WorkflowPreFlightIssueSeverity, WorkflowPreFlightIssueType, WorkflowPreFlightResult, WorkflowRunner, WorkflowRunnerConfig };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { WorkflowSpec } from "./spec.js";
|
|
2
|
-
import { WorkflowState } from "./state.js";
|
|
3
|
-
|
|
4
|
-
//#region src/workflow/sla-monitor.d.ts
|
|
5
|
-
interface SLABreachEvent {
|
|
6
|
-
workflowId: string;
|
|
7
|
-
workflowName: string;
|
|
8
|
-
type: 'workflow_duration' | 'step_duration';
|
|
9
|
-
stepId?: string;
|
|
10
|
-
expectedMs: number;
|
|
11
|
-
actualMs: number;
|
|
12
|
-
breachedAt: Date;
|
|
13
|
-
}
|
|
14
|
-
declare class SLAMonitor {
|
|
15
|
-
private readonly eventEmitter;
|
|
16
|
-
constructor(eventEmitter: (event: string, payload: SLABreachEvent) => void);
|
|
17
|
-
check(state: WorkflowState, spec: WorkflowSpec): void;
|
|
18
|
-
}
|
|
19
|
-
//#endregion
|
|
20
|
-
export { SLABreachEvent, SLAMonitor };
|
package/dist/workflow/spec.d.ts
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { OwnerShipMeta } from "../ownership.js";
|
|
2
|
-
import { CapabilityRef } from "../capabilities.js";
|
|
3
|
-
import { ExperimentRef } from "../experiments/spec.js";
|
|
4
|
-
import { OpRef } from "../features.js";
|
|
5
|
-
|
|
6
|
-
//#region src/workflow/spec.d.ts
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Reference to a form spec declared in {@link FormRegistry}.
|
|
10
|
-
*/
|
|
11
|
-
interface FormRef {
|
|
12
|
-
key: string;
|
|
13
|
-
version: number;
|
|
14
|
-
}
|
|
15
|
-
type StepType = 'human' | 'automation' | 'decision';
|
|
16
|
-
type WorkflowStatus = 'running' | 'paused' | 'completed' | 'failed' | 'cancelled';
|
|
17
|
-
type GuardConditionKind = 'policy' | 'expression';
|
|
18
|
-
interface GuardCondition {
|
|
19
|
-
type: GuardConditionKind;
|
|
20
|
-
/** Policy name or expression string depending on the type. */
|
|
21
|
-
value: string;
|
|
22
|
-
}
|
|
23
|
-
interface RetryPolicy {
|
|
24
|
-
maxAttempts: number;
|
|
25
|
-
backoff: 'linear' | 'exponential';
|
|
26
|
-
delayMs: number;
|
|
27
|
-
/** Optional max delay cap for exponential backoff. */
|
|
28
|
-
maxDelayMs?: number;
|
|
29
|
-
}
|
|
30
|
-
interface StepAction {
|
|
31
|
-
/** Operation executed for automation steps. */
|
|
32
|
-
operation?: OpRef;
|
|
33
|
-
/** Form rendered for human input steps. */
|
|
34
|
-
form?: FormRef;
|
|
35
|
-
}
|
|
36
|
-
interface Step {
|
|
37
|
-
id: string;
|
|
38
|
-
type: StepType;
|
|
39
|
-
label: string;
|
|
40
|
-
description?: string;
|
|
41
|
-
action?: StepAction;
|
|
42
|
-
guard?: GuardCondition;
|
|
43
|
-
timeoutMs?: number;
|
|
44
|
-
retry?: RetryPolicy;
|
|
45
|
-
/** Integration slot identifiers required before this step can execute. */
|
|
46
|
-
requiredIntegrations?: string[];
|
|
47
|
-
/** Capabilities that must be enabled for this step to execute. */
|
|
48
|
-
requiredCapabilities?: CapabilityRef[];
|
|
49
|
-
}
|
|
50
|
-
interface Transition {
|
|
51
|
-
from: string;
|
|
52
|
-
to: string;
|
|
53
|
-
label?: string;
|
|
54
|
-
/** Expression evaluated against workflow data (e.g., `data.approved === true`). */
|
|
55
|
-
condition?: string;
|
|
56
|
-
}
|
|
57
|
-
interface SLA {
|
|
58
|
-
totalDurationMs?: number;
|
|
59
|
-
stepDurationMs?: Record<string, number>;
|
|
60
|
-
}
|
|
61
|
-
interface CompensationStep {
|
|
62
|
-
stepId: string;
|
|
63
|
-
operation: OpRef;
|
|
64
|
-
description?: string;
|
|
65
|
-
}
|
|
66
|
-
interface CompensationStrategy {
|
|
67
|
-
trigger?: 'on_failure' | 'manual';
|
|
68
|
-
steps: CompensationStep[];
|
|
69
|
-
}
|
|
70
|
-
interface WorkflowDefinition {
|
|
71
|
-
steps: Step[];
|
|
72
|
-
transitions: Transition[];
|
|
73
|
-
/** Optional explicit entry step. Defaults to the first step when omitted. */
|
|
74
|
-
entryStepId?: string;
|
|
75
|
-
sla?: SLA;
|
|
76
|
-
compensation?: CompensationStrategy;
|
|
77
|
-
}
|
|
78
|
-
interface WorkflowMeta extends OwnerShipMeta {
|
|
79
|
-
/** Fully-qualified workflow name (e.g., `sigil.onboarding.basic`). */
|
|
80
|
-
name: string;
|
|
81
|
-
/** Version of the workflow. Increment on breaking changes. */
|
|
82
|
-
version: number;
|
|
83
|
-
}
|
|
84
|
-
interface WorkflowSpec {
|
|
85
|
-
meta: WorkflowMeta;
|
|
86
|
-
definition: WorkflowDefinition;
|
|
87
|
-
policy?: {
|
|
88
|
-
flags?: string[];
|
|
89
|
-
};
|
|
90
|
-
experiments?: ExperimentRef[];
|
|
91
|
-
}
|
|
92
|
-
declare class WorkflowRegistry {
|
|
93
|
-
private readonly items;
|
|
94
|
-
register(spec: WorkflowSpec): this;
|
|
95
|
-
list(): WorkflowSpec[];
|
|
96
|
-
get(name: string, version?: number): WorkflowSpec | undefined;
|
|
97
|
-
}
|
|
98
|
-
//#endregion
|
|
99
|
-
export { CompensationStep, CompensationStrategy, FormRef, GuardCondition, GuardConditionKind, RetryPolicy, SLA, Step, StepAction, StepType, Transition, WorkflowDefinition, WorkflowMeta, WorkflowRegistry, WorkflowSpec, WorkflowStatus };
|
package/dist/workflow/state.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { WorkflowStatus } from "./spec.js";
|
|
2
|
-
|
|
3
|
-
//#region src/workflow/state.d.ts
|
|
4
|
-
interface StepExecution {
|
|
5
|
-
stepId: string;
|
|
6
|
-
startedAt: Date;
|
|
7
|
-
completedAt?: Date;
|
|
8
|
-
status: 'pending' | 'running' | 'completed' | 'failed';
|
|
9
|
-
input?: unknown;
|
|
10
|
-
output?: unknown;
|
|
11
|
-
error?: string;
|
|
12
|
-
}
|
|
13
|
-
interface WorkflowState {
|
|
14
|
-
workflowId: string;
|
|
15
|
-
workflowName: string;
|
|
16
|
-
workflowVersion: number;
|
|
17
|
-
currentStep: string;
|
|
18
|
-
data: Record<string, unknown>;
|
|
19
|
-
retryCounts?: Record<string, number>;
|
|
20
|
-
history: StepExecution[];
|
|
21
|
-
status: WorkflowStatus;
|
|
22
|
-
createdAt: Date;
|
|
23
|
-
updatedAt: Date;
|
|
24
|
-
}
|
|
25
|
-
interface WorkflowStateFilters {
|
|
26
|
-
status?: WorkflowStatus;
|
|
27
|
-
}
|
|
28
|
-
interface StateStore {
|
|
29
|
-
create(state: WorkflowState): Promise<void>;
|
|
30
|
-
get(workflowId: string): Promise<WorkflowState | undefined>;
|
|
31
|
-
update(workflowId: string, updater: (current: WorkflowState) => WorkflowState): Promise<WorkflowState>;
|
|
32
|
-
list(filters?: WorkflowStateFilters): Promise<WorkflowState[]>;
|
|
33
|
-
}
|
|
34
|
-
//#endregion
|
|
35
|
-
export { StateStore, StepExecution, WorkflowState, WorkflowStateFilters };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { WorkflowSpec } from "./spec.js";
|
|
2
|
-
import { SpecRegistry } from "../registry.js";
|
|
3
|
-
import { FormRegistry } from "../forms.js";
|
|
4
|
-
|
|
5
|
-
//#region src/workflow/validation.d.ts
|
|
6
|
-
type WorkflowValidationLevel = 'error' | 'warning';
|
|
7
|
-
interface WorkflowValidationIssue {
|
|
8
|
-
level: WorkflowValidationLevel;
|
|
9
|
-
message: string;
|
|
10
|
-
context?: Record<string, unknown>;
|
|
11
|
-
}
|
|
12
|
-
interface ValidateWorkflowSpecOptions {
|
|
13
|
-
operations?: SpecRegistry;
|
|
14
|
-
forms?: FormRegistry;
|
|
15
|
-
}
|
|
16
|
-
declare class WorkflowValidationError extends Error {
|
|
17
|
-
readonly issues: WorkflowValidationIssue[];
|
|
18
|
-
constructor(message: string, issues: WorkflowValidationIssue[]);
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Validate workflow structure, references, and reachability.
|
|
22
|
-
* Returns the collected issues. Consumers may call {@link assertWorkflowSpecValid}
|
|
23
|
-
* to throw on validation errors.
|
|
24
|
-
*/
|
|
25
|
-
declare function validateWorkflowSpec(spec: WorkflowSpec, options?: ValidateWorkflowSpecOptions): WorkflowValidationIssue[];
|
|
26
|
-
declare function assertWorkflowSpecValid(spec: WorkflowSpec, options?: ValidateWorkflowSpecOptions): void;
|
|
27
|
-
//#endregion
|
|
28
|
-
export { ValidateWorkflowSpecOptions, WorkflowValidationError, WorkflowValidationIssue, WorkflowValidationLevel, assertWorkflowSpecValid, validateWorkflowSpec };
|