@lssm/lib.contracts 0.0.0-canary-20251120170226 → 0.0.0-canary-20251206160926
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 +3 -1
- package/dist/app-config/branding.d.ts +1 -2
- package/dist/app-config/contracts.d.ts +51 -52
- package/dist/app-config/contracts.js +1 -2
- package/dist/app-config/events.d.ts +28 -29
- package/dist/app-config/events.js +1 -2
- package/dist/app-config/lifecycle-contracts.d.ts +81 -82
- package/dist/app-config/lifecycle-contracts.js +1 -2
- package/dist/app-config/lifecycle.d.ts +1 -2
- package/dist/app-config/runtime.d.ts +1 -2
- package/dist/app-config/runtime.js +1 -2
- package/dist/app-config/spec.d.ts +3 -4
- package/dist/app-config/spec.js +1 -2
- package/dist/app-config/validation.d.ts +1 -2
- package/dist/app-config/validation.js +1 -2
- package/dist/capabilities/openbanking.d.ts +1 -2
- package/dist/capabilities/openbanking.js +1 -2
- package/dist/capabilities.d.ts +2 -2
- package/dist/capabilities.js +1 -2
- package/dist/client/index.d.ts +2 -2
- package/dist/client/react/drivers/rn-reusables.d.ts +1 -2
- package/dist/client/react/drivers/rn-reusables.js +1 -2
- package/dist/client/react/drivers/shadcn.d.ts +1 -2
- package/dist/client/react/drivers/shadcn.js +1 -2
- package/dist/client/react/feature-render.d.ts +2 -4
- package/dist/client/react/feature-render.js +1 -2
- package/dist/client/react/form-render.d.ts +1 -2
- package/dist/client/react/form-render.js +1 -2
- package/dist/client/react/index.d.ts +2 -2
- package/dist/contracts-adapter-hydration.d.ts +1 -2
- package/dist/contracts-adapter-hydration.js +1 -2
- package/dist/contracts-adapter-input.d.ts +1 -2
- package/dist/contracts-adapter-input.js +1 -2
- package/dist/data-views/query-generator.d.ts +1 -2
- package/dist/data-views/query-generator.js +1 -2
- package/dist/data-views/runtime.d.ts +1 -2
- package/dist/data-views/runtime.js +1 -2
- package/dist/data-views.d.ts +1 -2
- package/dist/data-views.js +1 -2
- package/dist/events.d.ts +1 -2
- package/dist/events.js +1 -2
- package/dist/experiments/evaluator.d.ts +1 -2
- package/dist/experiments/evaluator.js +1 -2
- package/dist/experiments/spec-resolver.d.ts +16 -0
- package/dist/experiments/spec-resolver.js +0 -0
- package/dist/experiments/spec.d.ts +1 -2
- package/dist/experiments/spec.js +1 -2
- package/dist/features.d.ts +1 -2
- package/dist/features.js +1 -2
- package/dist/forms.d.ts +1 -2
- package/dist/forms.js +1 -2
- package/dist/graphql-federation/dist/index.js +1 -2
- package/dist/index.d.ts +7 -4
- package/dist/index.js +1 -1
- package/dist/install.d.ts +1 -2
- package/dist/install.js +1 -2
- package/dist/integrations/binding.d.ts +1 -2
- package/dist/integrations/connection.d.ts +1 -2
- package/dist/integrations/contracts.d.ts +103 -104
- package/dist/integrations/contracts.js +1 -2
- package/dist/integrations/health.d.ts +1 -2
- package/dist/integrations/health.js +1 -2
- package/dist/integrations/openbanking/contracts/accounts.d.ts +67 -68
- package/dist/integrations/openbanking/contracts/accounts.js +1 -2
- package/dist/integrations/openbanking/contracts/balances.d.ts +35 -36
- package/dist/integrations/openbanking/contracts/balances.js +1 -2
- package/dist/integrations/openbanking/contracts/index.d.ts +1 -2
- package/dist/integrations/openbanking/contracts/index.js +1 -2
- package/dist/integrations/openbanking/contracts/transactions.d.ts +49 -50
- package/dist/integrations/openbanking/contracts/transactions.js +1 -2
- package/dist/integrations/openbanking/guards.d.ts +1 -2
- package/dist/integrations/openbanking/guards.js +1 -2
- package/dist/integrations/openbanking/models.d.ts +56 -57
- package/dist/integrations/openbanking/models.js +1 -2
- package/dist/integrations/openbanking/telemetry.d.ts +1 -2
- package/dist/integrations/openbanking/telemetry.js +1 -2
- package/dist/integrations/providers/calendar.d.ts +1 -2
- package/dist/integrations/providers/elevenlabs.d.ts +1 -2
- package/dist/integrations/providers/elevenlabs.js +1 -2
- package/dist/integrations/providers/email.d.ts +1 -2
- package/dist/integrations/providers/embedding.d.ts +1 -2
- package/dist/integrations/providers/gcs-storage.d.ts +1 -2
- package/dist/integrations/providers/gcs-storage.js +1 -2
- package/dist/integrations/providers/gmail.d.ts +1 -2
- package/dist/integrations/providers/gmail.js +1 -2
- package/dist/integrations/providers/google-calendar.d.ts +1 -2
- package/dist/integrations/providers/google-calendar.js +1 -2
- package/dist/integrations/providers/impls/elevenlabs-voice.d.ts +1 -2
- package/dist/integrations/providers/impls/elevenlabs-voice.js +1 -2
- package/dist/integrations/providers/impls/gcs-storage.d.ts +1 -2
- package/dist/integrations/providers/impls/gcs-storage.js +1 -2
- package/dist/integrations/providers/impls/gmail-inbound.d.ts +1 -2
- package/dist/integrations/providers/impls/gmail-inbound.js +1 -2
- package/dist/integrations/providers/impls/gmail-outbound.d.ts +1 -2
- package/dist/integrations/providers/impls/gmail-outbound.js +1 -2
- package/dist/integrations/providers/impls/google-calendar.d.ts +1 -2
- package/dist/integrations/providers/impls/google-calendar.js +1 -2
- package/dist/integrations/providers/impls/mistral-embedding.d.ts +1 -2
- package/dist/integrations/providers/impls/mistral-embedding.js +1 -2
- package/dist/integrations/providers/impls/mistral-llm.d.ts +1 -2
- package/dist/integrations/providers/impls/mistral-llm.js +1 -2
- package/dist/integrations/providers/impls/postmark-email.d.ts +1 -2
- package/dist/integrations/providers/impls/postmark-email.js +1 -2
- package/dist/integrations/providers/impls/powens-client.d.ts +1 -2
- package/dist/integrations/providers/impls/powens-client.js +1 -2
- package/dist/integrations/providers/impls/powens-openbanking.d.ts +1 -2
- package/dist/integrations/providers/impls/powens-openbanking.js +1 -2
- package/dist/integrations/providers/impls/provider-factory.d.ts +1 -2
- package/dist/integrations/providers/impls/provider-factory.js +1 -2
- package/dist/integrations/providers/impls/qdrant-vector.d.ts +1 -2
- package/dist/integrations/providers/impls/qdrant-vector.js +1 -2
- package/dist/integrations/providers/impls/stripe-payments.d.ts +1 -2
- package/dist/integrations/providers/impls/stripe-payments.js +1 -2
- package/dist/integrations/providers/impls/twilio-sms.d.ts +1 -2
- package/dist/integrations/providers/impls/twilio-sms.js +1 -2
- package/dist/integrations/providers/llm.d.ts +1 -2
- package/dist/integrations/providers/mistral.d.ts +1 -2
- package/dist/integrations/providers/mistral.js +1 -2
- package/dist/integrations/providers/openbanking.d.ts +1 -2
- package/dist/integrations/providers/payments.d.ts +1 -2
- package/dist/integrations/providers/postmark.d.ts +1 -2
- package/dist/integrations/providers/postmark.js +1 -2
- package/dist/integrations/providers/powens.d.ts +1 -2
- package/dist/integrations/providers/powens.js +1 -2
- package/dist/integrations/providers/qdrant.d.ts +1 -2
- package/dist/integrations/providers/qdrant.js +1 -2
- package/dist/integrations/providers/sms.d.ts +1 -2
- package/dist/integrations/providers/storage.d.ts +1 -2
- package/dist/integrations/providers/stripe.d.ts +1 -2
- package/dist/integrations/providers/stripe.js +1 -2
- package/dist/integrations/providers/twilio-sms.d.ts +1 -2
- package/dist/integrations/providers/twilio-sms.js +1 -2
- package/dist/integrations/providers/vector-store.d.ts +1 -2
- package/dist/integrations/providers/voice.d.ts +1 -2
- package/dist/integrations/runtime.d.ts +1 -2
- package/dist/integrations/runtime.js +1 -2
- package/dist/integrations/secrets/env-secret-provider.d.ts +1 -2
- package/dist/integrations/secrets/env-secret-provider.js +1 -2
- package/dist/integrations/secrets/gcp-secret-manager.d.ts +1 -2
- package/dist/integrations/secrets/gcp-secret-manager.js +1 -2
- package/dist/integrations/secrets/manager.d.ts +3 -4
- package/dist/integrations/secrets/manager.js +1 -2
- package/dist/integrations/secrets/provider.d.ts +1 -2
- package/dist/integrations/secrets/provider.js +1 -2
- package/dist/integrations/spec.d.ts +1 -2
- package/dist/integrations/spec.js +1 -2
- package/dist/jobs/gcp-cloud-tasks.d.ts +1 -2
- package/dist/jobs/gcp-cloud-tasks.js +1 -2
- package/dist/jobs/gcp-pubsub.d.ts +1 -2
- package/dist/jobs/gcp-pubsub.js +1 -2
- package/dist/jobs/handlers/gmail-sync-handler.d.ts +1 -2
- package/dist/jobs/handlers/gmail-sync-handler.js +1 -2
- package/dist/jobs/handlers/storage-document-handler.d.ts +1 -2
- package/dist/jobs/handlers/storage-document-handler.js +1 -2
- package/dist/jobs/memory-queue.d.ts +1 -2
- package/dist/jobs/memory-queue.js +1 -2
- package/dist/jobs/queue.d.ts +1 -2
- package/dist/jsonschema.d.ts +1 -2
- package/dist/jsonschema.js +1 -2
- package/dist/knowledge/binding.d.ts +1 -2
- package/dist/knowledge/contracts.d.ts +67 -68
- package/dist/knowledge/contracts.js +1 -2
- package/dist/knowledge/ingestion/document-processor.d.ts +1 -2
- package/dist/knowledge/ingestion/document-processor.js +1 -2
- package/dist/knowledge/ingestion/embedding-service.d.ts +1 -2
- package/dist/knowledge/ingestion/embedding-service.js +1 -2
- package/dist/knowledge/ingestion/gmail-adapter.d.ts +1 -2
- package/dist/knowledge/ingestion/gmail-adapter.js +1 -2
- package/dist/knowledge/ingestion/storage-adapter.d.ts +1 -2
- package/dist/knowledge/ingestion/storage-adapter.js +1 -2
- package/dist/knowledge/ingestion/vector-indexer.d.ts +1 -2
- package/dist/knowledge/ingestion/vector-indexer.js +1 -2
- package/dist/knowledge/query/service.d.ts +3 -4
- package/dist/knowledge/query/service.js +1 -2
- package/dist/knowledge/runtime.d.ts +1 -2
- package/dist/knowledge/runtime.js +1 -2
- package/dist/knowledge/source.d.ts +1 -2
- package/dist/knowledge/spaces/email-threads.d.ts +1 -2
- package/dist/knowledge/spaces/email-threads.js +1 -2
- package/dist/knowledge/spaces/financial-docs.d.ts +1 -2
- package/dist/knowledge/spaces/financial-docs.js +1 -2
- package/dist/knowledge/spaces/financial-overview.d.ts +1 -2
- package/dist/knowledge/spaces/financial-overview.js +1 -2
- package/dist/knowledge/spaces/product-canon.d.ts +1 -2
- package/dist/knowledge/spaces/product-canon.js +1 -2
- package/dist/knowledge/spaces/support-faq.d.ts +1 -2
- package/dist/knowledge/spaces/support-faq.js +1 -2
- package/dist/knowledge/spaces/uploaded-docs.d.ts +1 -2
- package/dist/knowledge/spaces/uploaded-docs.js +1 -2
- package/dist/knowledge/spec.d.ts +1 -2
- package/dist/knowledge/spec.js +1 -2
- package/dist/markdown.d.ts +1 -2
- package/dist/markdown.js +1 -2
- package/dist/migrations.d.ts +1 -2
- package/dist/migrations.js +1 -2
- package/dist/onboarding-base.d.ts +30 -31
- package/dist/onboarding-base.js +1 -2
- package/dist/ownership.d.ts +1 -2
- package/dist/ownership.js +1 -2
- package/dist/policy/engine.d.ts +1 -2
- package/dist/policy/engine.js +1 -2
- package/dist/policy/opa-adapter.d.ts +1 -2
- package/dist/policy/opa-adapter.js +1 -2
- package/dist/policy/spec.d.ts +1 -2
- package/dist/policy/spec.js +1 -2
- package/dist/presentations.backcompat.d.ts +1 -2
- package/dist/presentations.backcompat.js +1 -2
- package/dist/presentations.d.ts +1 -2
- package/dist/presentations.js +1 -2
- package/dist/presentations.v2.d.ts +21 -2
- package/dist/presentations.v2.js +1 -2
- package/dist/prompt.d.ts +1 -2
- package/dist/prompt.js +1 -2
- package/dist/promptRegistry.d.ts +1 -2
- package/dist/promptRegistry.js +1 -2
- package/dist/regenerator/adapters.d.ts +1 -2
- package/dist/regenerator/executor.d.ts +1 -2
- package/dist/regenerator/executor.js +1 -2
- package/dist/regenerator/service.d.ts +1 -2
- package/dist/regenerator/service.js +1 -2
- package/dist/regenerator/sinks.d.ts +1 -2
- package/dist/regenerator/sinks.js +1 -2
- package/dist/regenerator/types.d.ts +1 -2
- package/dist/regenerator/utils.d.ts +1 -2
- package/dist/regenerator/utils.js +1 -2
- package/dist/registry.d.ts +1 -2
- package/dist/registry.js +1 -2
- package/dist/resources.d.ts +1 -2
- package/dist/resources.js +1 -2
- package/dist/schema/dist/FieldType.js +1 -2
- package/dist/schema/dist/ScalarTypeEnum.js +1 -2
- package/dist/schema/dist/SchemaModel.js +1 -2
- package/dist/schema/dist/entity/defineEntity.js +1 -0
- package/dist/schema/dist/entity/index.js +1 -0
- package/dist/schema/dist/entity/types.js +1 -0
- package/dist/schema/dist/index.js +1 -1
- package/dist/schema-to-markdown.d.ts +54 -0
- package/dist/schema-to-markdown.js +10 -0
- package/dist/server/graphql-pothos.d.ts +1 -2
- package/dist/server/graphql-pothos.js +1 -2
- package/dist/server/graphql-schema-export.d.ts +1 -2
- package/dist/server/graphql-schema-export.js +1 -2
- package/dist/server/provider-mcp.d.ts +1 -2
- package/dist/server/provider-mcp.js +1 -2
- package/dist/server/rest-elysia.d.ts +1 -2
- package/dist/server/rest-elysia.js +1 -2
- package/dist/server/rest-express.d.ts +1 -2
- package/dist/server/rest-express.js +1 -2
- package/dist/server/rest-generic.d.ts +1 -2
- package/dist/server/rest-generic.js +1 -2
- package/dist/server/rest-next-app.d.ts +1 -2
- package/dist/server/rest-next-app.js +1 -2
- package/dist/server/rest-next-mcp.d.ts +1 -2
- package/dist/server/rest-next-mcp.js +1 -2
- package/dist/server/rest-next-pages.d.ts +1 -2
- package/dist/server/rest-next-pages.js +1 -2
- package/dist/spec.d.ts +1 -2
- package/dist/spec.js +1 -2
- package/dist/telemetry/anomaly.d.ts +1 -2
- package/dist/telemetry/anomaly.js +1 -2
- package/dist/telemetry/spec.d.ts +1 -2
- package/dist/telemetry/spec.js +1 -2
- package/dist/telemetry/tracker.d.ts +1 -2
- package/dist/telemetry/tracker.js +1 -2
- package/dist/tests/runner.d.ts +1 -2
- package/dist/tests/runner.js +1 -2
- package/dist/tests/spec.d.ts +1 -2
- package/dist/tests/spec.js +1 -2
- package/dist/themes.d.ts +1 -2
- package/dist/themes.js +1 -2
- package/dist/translations/catalog.d.ts +1 -2
- package/dist/translations/tenant.d.ts +1 -2
- package/dist/types/all.d.ts +3 -3
- package/dist/types.d.ts +4 -2
- package/dist/workflow/adapters/db-adapter.d.ts +1 -2
- package/dist/workflow/adapters/db-adapter.js +1 -2
- package/dist/workflow/adapters/file-adapter.d.ts +1 -2
- package/dist/workflow/adapters/file-adapter.js +1 -2
- package/dist/workflow/adapters/memory-store.d.ts +1 -2
- package/dist/workflow/adapters/memory-store.js +1 -2
- package/dist/workflow/expression.d.ts +1 -2
- package/dist/workflow/expression.js +1 -2
- package/dist/workflow/runner.d.ts +1 -2
- package/dist/workflow/runner.js +1 -2
- package/dist/workflow/sla-monitor.d.ts +1 -2
- package/dist/workflow/sla-monitor.js +1 -2
- package/dist/workflow/spec.d.ts +1 -2
- package/dist/workflow/spec.js +1 -2
- package/dist/workflow/state.d.ts +1 -2
- package/dist/workflow/validation.d.ts +1 -2
- package/dist/workflow/validation.js +1 -2
- package/package.json +31 -25
- package/dist/app-config/branding.d.ts.map +0 -1
- package/dist/app-config/contracts.d.ts.map +0 -1
- package/dist/app-config/contracts.js.map +0 -1
- package/dist/app-config/events.d.ts.map +0 -1
- package/dist/app-config/events.js.map +0 -1
- package/dist/app-config/lifecycle-contracts.d.ts.map +0 -1
- package/dist/app-config/lifecycle-contracts.js.map +0 -1
- package/dist/app-config/lifecycle.d.ts.map +0 -1
- package/dist/app-config/runtime.d.ts.map +0 -1
- package/dist/app-config/runtime.js.map +0 -1
- package/dist/app-config/spec.d.ts.map +0 -1
- package/dist/app-config/spec.js.map +0 -1
- package/dist/app-config/validation.d.ts.map +0 -1
- package/dist/app-config/validation.js.map +0 -1
- package/dist/capabilities/openbanking.d.ts.map +0 -1
- package/dist/capabilities/openbanking.js.map +0 -1
- package/dist/capabilities.d.ts.map +0 -1
- package/dist/capabilities.js.map +0 -1
- package/dist/client/react/drivers/rn-reusables.d.ts.map +0 -1
- package/dist/client/react/drivers/rn-reusables.js.map +0 -1
- package/dist/client/react/drivers/shadcn.d.ts.map +0 -1
- package/dist/client/react/drivers/shadcn.js.map +0 -1
- package/dist/client/react/feature-render.d.ts.map +0 -1
- package/dist/client/react/feature-render.js.map +0 -1
- package/dist/client/react/form-render.d.ts.map +0 -1
- package/dist/client/react/form-render.js.map +0 -1
- package/dist/contracts-adapter-hydration.d.ts.map +0 -1
- package/dist/contracts-adapter-hydration.js.map +0 -1
- package/dist/contracts-adapter-input.d.ts.map +0 -1
- package/dist/contracts-adapter-input.js.map +0 -1
- package/dist/data-views/query-generator.d.ts.map +0 -1
- package/dist/data-views/query-generator.js.map +0 -1
- package/dist/data-views/runtime.d.ts.map +0 -1
- package/dist/data-views/runtime.js.map +0 -1
- package/dist/data-views.d.ts.map +0 -1
- package/dist/data-views.js.map +0 -1
- package/dist/events.d.ts.map +0 -1
- package/dist/events.js.map +0 -1
- package/dist/experiments/evaluator.d.ts.map +0 -1
- package/dist/experiments/evaluator.js.map +0 -1
- package/dist/experiments/spec.d.ts.map +0 -1
- package/dist/experiments/spec.js.map +0 -1
- package/dist/features.d.ts.map +0 -1
- package/dist/features.js.map +0 -1
- package/dist/forms.d.ts.map +0 -1
- package/dist/forms.js.map +0 -1
- package/dist/graphql-federation/dist/index.js.map +0 -1
- package/dist/install.d.ts.map +0 -1
- package/dist/install.js.map +0 -1
- package/dist/integrations/binding.d.ts.map +0 -1
- package/dist/integrations/connection.d.ts.map +0 -1
- package/dist/integrations/contracts.d.ts.map +0 -1
- package/dist/integrations/contracts.js.map +0 -1
- package/dist/integrations/health.d.ts.map +0 -1
- package/dist/integrations/health.js.map +0 -1
- package/dist/integrations/openbanking/contracts/accounts.d.ts.map +0 -1
- package/dist/integrations/openbanking/contracts/accounts.js.map +0 -1
- package/dist/integrations/openbanking/contracts/balances.d.ts.map +0 -1
- package/dist/integrations/openbanking/contracts/balances.js.map +0 -1
- package/dist/integrations/openbanking/contracts/index.d.ts.map +0 -1
- package/dist/integrations/openbanking/contracts/index.js.map +0 -1
- package/dist/integrations/openbanking/contracts/transactions.d.ts.map +0 -1
- package/dist/integrations/openbanking/contracts/transactions.js.map +0 -1
- package/dist/integrations/openbanking/guards.d.ts.map +0 -1
- package/dist/integrations/openbanking/guards.js.map +0 -1
- package/dist/integrations/openbanking/models.d.ts.map +0 -1
- package/dist/integrations/openbanking/models.js.map +0 -1
- package/dist/integrations/openbanking/telemetry.d.ts.map +0 -1
- package/dist/integrations/openbanking/telemetry.js.map +0 -1
- package/dist/integrations/providers/calendar.d.ts.map +0 -1
- package/dist/integrations/providers/elevenlabs.d.ts.map +0 -1
- package/dist/integrations/providers/elevenlabs.js.map +0 -1
- package/dist/integrations/providers/email.d.ts.map +0 -1
- package/dist/integrations/providers/embedding.d.ts.map +0 -1
- package/dist/integrations/providers/gcs-storage.d.ts.map +0 -1
- package/dist/integrations/providers/gcs-storage.js.map +0 -1
- package/dist/integrations/providers/gmail.d.ts.map +0 -1
- package/dist/integrations/providers/gmail.js.map +0 -1
- package/dist/integrations/providers/google-calendar.d.ts.map +0 -1
- package/dist/integrations/providers/google-calendar.js.map +0 -1
- package/dist/integrations/providers/impls/elevenlabs-voice.d.ts.map +0 -1
- package/dist/integrations/providers/impls/elevenlabs-voice.js.map +0 -1
- package/dist/integrations/providers/impls/gcs-storage.d.ts.map +0 -1
- package/dist/integrations/providers/impls/gcs-storage.js.map +0 -1
- package/dist/integrations/providers/impls/gmail-inbound.d.ts.map +0 -1
- package/dist/integrations/providers/impls/gmail-inbound.js.map +0 -1
- package/dist/integrations/providers/impls/gmail-outbound.d.ts.map +0 -1
- package/dist/integrations/providers/impls/gmail-outbound.js.map +0 -1
- package/dist/integrations/providers/impls/google-calendar.d.ts.map +0 -1
- package/dist/integrations/providers/impls/google-calendar.js.map +0 -1
- package/dist/integrations/providers/impls/mistral-embedding.d.ts.map +0 -1
- package/dist/integrations/providers/impls/mistral-embedding.js.map +0 -1
- package/dist/integrations/providers/impls/mistral-llm.d.ts.map +0 -1
- package/dist/integrations/providers/impls/mistral-llm.js.map +0 -1
- package/dist/integrations/providers/impls/postmark-email.d.ts.map +0 -1
- package/dist/integrations/providers/impls/postmark-email.js.map +0 -1
- package/dist/integrations/providers/impls/powens-client.d.ts.map +0 -1
- package/dist/integrations/providers/impls/powens-client.js.map +0 -1
- package/dist/integrations/providers/impls/powens-openbanking.d.ts.map +0 -1
- package/dist/integrations/providers/impls/powens-openbanking.js.map +0 -1
- package/dist/integrations/providers/impls/provider-factory.d.ts.map +0 -1
- package/dist/integrations/providers/impls/provider-factory.js.map +0 -1
- package/dist/integrations/providers/impls/qdrant-vector.d.ts.map +0 -1
- package/dist/integrations/providers/impls/qdrant-vector.js.map +0 -1
- package/dist/integrations/providers/impls/stripe-payments.d.ts.map +0 -1
- package/dist/integrations/providers/impls/stripe-payments.js.map +0 -1
- package/dist/integrations/providers/impls/twilio-sms.d.ts.map +0 -1
- package/dist/integrations/providers/impls/twilio-sms.js.map +0 -1
- package/dist/integrations/providers/llm.d.ts.map +0 -1
- package/dist/integrations/providers/mistral.d.ts.map +0 -1
- package/dist/integrations/providers/mistral.js.map +0 -1
- package/dist/integrations/providers/openbanking.d.ts.map +0 -1
- package/dist/integrations/providers/payments.d.ts.map +0 -1
- package/dist/integrations/providers/postmark.d.ts.map +0 -1
- package/dist/integrations/providers/postmark.js.map +0 -1
- package/dist/integrations/providers/powens.d.ts.map +0 -1
- package/dist/integrations/providers/powens.js.map +0 -1
- package/dist/integrations/providers/qdrant.d.ts.map +0 -1
- package/dist/integrations/providers/qdrant.js.map +0 -1
- package/dist/integrations/providers/sms.d.ts.map +0 -1
- package/dist/integrations/providers/storage.d.ts.map +0 -1
- package/dist/integrations/providers/stripe.d.ts.map +0 -1
- package/dist/integrations/providers/stripe.js.map +0 -1
- package/dist/integrations/providers/twilio-sms.d.ts.map +0 -1
- package/dist/integrations/providers/twilio-sms.js.map +0 -1
- package/dist/integrations/providers/vector-store.d.ts.map +0 -1
- package/dist/integrations/providers/voice.d.ts.map +0 -1
- package/dist/integrations/runtime.d.ts.map +0 -1
- package/dist/integrations/runtime.js.map +0 -1
- package/dist/integrations/secrets/env-secret-provider.d.ts.map +0 -1
- package/dist/integrations/secrets/env-secret-provider.js.map +0 -1
- package/dist/integrations/secrets/gcp-secret-manager.d.ts.map +0 -1
- package/dist/integrations/secrets/gcp-secret-manager.js.map +0 -1
- package/dist/integrations/secrets/manager.d.ts.map +0 -1
- package/dist/integrations/secrets/manager.js.map +0 -1
- package/dist/integrations/secrets/provider.d.ts.map +0 -1
- package/dist/integrations/secrets/provider.js.map +0 -1
- package/dist/integrations/spec.d.ts.map +0 -1
- package/dist/integrations/spec.js.map +0 -1
- package/dist/jobs/gcp-cloud-tasks.d.ts.map +0 -1
- package/dist/jobs/gcp-cloud-tasks.js.map +0 -1
- package/dist/jobs/gcp-pubsub.d.ts.map +0 -1
- package/dist/jobs/gcp-pubsub.js.map +0 -1
- package/dist/jobs/handlers/gmail-sync-handler.d.ts.map +0 -1
- package/dist/jobs/handlers/gmail-sync-handler.js.map +0 -1
- package/dist/jobs/handlers/storage-document-handler.d.ts.map +0 -1
- package/dist/jobs/handlers/storage-document-handler.js.map +0 -1
- package/dist/jobs/memory-queue.d.ts.map +0 -1
- package/dist/jobs/memory-queue.js.map +0 -1
- package/dist/jobs/queue.d.ts.map +0 -1
- package/dist/jsonschema.d.ts.map +0 -1
- package/dist/jsonschema.js.map +0 -1
- package/dist/knowledge/binding.d.ts.map +0 -1
- package/dist/knowledge/contracts.d.ts.map +0 -1
- package/dist/knowledge/contracts.js.map +0 -1
- package/dist/knowledge/ingestion/document-processor.d.ts.map +0 -1
- package/dist/knowledge/ingestion/document-processor.js.map +0 -1
- package/dist/knowledge/ingestion/embedding-service.d.ts.map +0 -1
- package/dist/knowledge/ingestion/embedding-service.js.map +0 -1
- package/dist/knowledge/ingestion/gmail-adapter.d.ts.map +0 -1
- package/dist/knowledge/ingestion/gmail-adapter.js.map +0 -1
- package/dist/knowledge/ingestion/storage-adapter.d.ts.map +0 -1
- package/dist/knowledge/ingestion/storage-adapter.js.map +0 -1
- package/dist/knowledge/ingestion/vector-indexer.d.ts.map +0 -1
- package/dist/knowledge/ingestion/vector-indexer.js.map +0 -1
- package/dist/knowledge/query/service.d.ts.map +0 -1
- package/dist/knowledge/query/service.js.map +0 -1
- package/dist/knowledge/runtime.d.ts.map +0 -1
- package/dist/knowledge/runtime.js.map +0 -1
- package/dist/knowledge/source.d.ts.map +0 -1
- package/dist/knowledge/spaces/email-threads.d.ts.map +0 -1
- package/dist/knowledge/spaces/email-threads.js.map +0 -1
- package/dist/knowledge/spaces/financial-docs.d.ts.map +0 -1
- package/dist/knowledge/spaces/financial-docs.js.map +0 -1
- package/dist/knowledge/spaces/financial-overview.d.ts.map +0 -1
- package/dist/knowledge/spaces/financial-overview.js.map +0 -1
- package/dist/knowledge/spaces/product-canon.d.ts.map +0 -1
- package/dist/knowledge/spaces/product-canon.js.map +0 -1
- package/dist/knowledge/spaces/support-faq.d.ts.map +0 -1
- package/dist/knowledge/spaces/support-faq.js.map +0 -1
- package/dist/knowledge/spaces/uploaded-docs.d.ts.map +0 -1
- package/dist/knowledge/spaces/uploaded-docs.js.map +0 -1
- package/dist/knowledge/spec.d.ts.map +0 -1
- package/dist/knowledge/spec.js.map +0 -1
- package/dist/markdown.d.ts.map +0 -1
- package/dist/markdown.js.map +0 -1
- package/dist/migrations.d.ts.map +0 -1
- package/dist/migrations.js.map +0 -1
- package/dist/onboarding-base.d.ts.map +0 -1
- package/dist/onboarding-base.js.map +0 -1
- package/dist/ownership.d.ts.map +0 -1
- package/dist/ownership.js.map +0 -1
- package/dist/policy/engine.d.ts.map +0 -1
- package/dist/policy/engine.js.map +0 -1
- package/dist/policy/opa-adapter.d.ts.map +0 -1
- package/dist/policy/opa-adapter.js.map +0 -1
- package/dist/policy/spec.d.ts.map +0 -1
- package/dist/policy/spec.js.map +0 -1
- package/dist/presentations.backcompat.d.ts.map +0 -1
- package/dist/presentations.backcompat.js.map +0 -1
- package/dist/presentations.d.ts.map +0 -1
- package/dist/presentations.js.map +0 -1
- package/dist/presentations.v2.d.ts.map +0 -1
- package/dist/presentations.v2.js.map +0 -1
- package/dist/prompt.d.ts.map +0 -1
- package/dist/prompt.js.map +0 -1
- package/dist/promptRegistry.d.ts.map +0 -1
- package/dist/promptRegistry.js.map +0 -1
- package/dist/regenerator/adapters.d.ts.map +0 -1
- package/dist/regenerator/executor.d.ts.map +0 -1
- package/dist/regenerator/executor.js.map +0 -1
- package/dist/regenerator/service.d.ts.map +0 -1
- package/dist/regenerator/service.js.map +0 -1
- package/dist/regenerator/sinks.d.ts.map +0 -1
- package/dist/regenerator/sinks.js.map +0 -1
- package/dist/regenerator/types.d.ts.map +0 -1
- package/dist/regenerator/utils.d.ts.map +0 -1
- package/dist/regenerator/utils.js.map +0 -1
- package/dist/registry.d.ts.map +0 -1
- package/dist/registry.js.map +0 -1
- package/dist/resources.d.ts.map +0 -1
- package/dist/resources.js.map +0 -1
- package/dist/schema/dist/FieldType.js.map +0 -1
- package/dist/schema/dist/ScalarTypeEnum.js.map +0 -1
- package/dist/schema/dist/SchemaModel.js.map +0 -1
- package/dist/server/graphql-pothos.d.ts.map +0 -1
- package/dist/server/graphql-pothos.js.map +0 -1
- package/dist/server/graphql-schema-export.d.ts.map +0 -1
- package/dist/server/graphql-schema-export.js.map +0 -1
- package/dist/server/provider-mcp.d.ts.map +0 -1
- package/dist/server/provider-mcp.js.map +0 -1
- package/dist/server/rest-elysia.d.ts.map +0 -1
- package/dist/server/rest-elysia.js.map +0 -1
- package/dist/server/rest-express.d.ts.map +0 -1
- package/dist/server/rest-express.js.map +0 -1
- package/dist/server/rest-generic.d.ts.map +0 -1
- package/dist/server/rest-generic.js.map +0 -1
- package/dist/server/rest-next-app.d.ts.map +0 -1
- package/dist/server/rest-next-app.js.map +0 -1
- package/dist/server/rest-next-mcp.d.ts.map +0 -1
- package/dist/server/rest-next-mcp.js.map +0 -1
- package/dist/server/rest-next-pages.d.ts.map +0 -1
- package/dist/server/rest-next-pages.js.map +0 -1
- package/dist/spec.d.ts.map +0 -1
- package/dist/spec.js.map +0 -1
- package/dist/telemetry/anomaly.d.ts.map +0 -1
- package/dist/telemetry/anomaly.js.map +0 -1
- package/dist/telemetry/spec.d.ts.map +0 -1
- package/dist/telemetry/spec.js.map +0 -1
- package/dist/telemetry/tracker.d.ts.map +0 -1
- package/dist/telemetry/tracker.js.map +0 -1
- package/dist/tests/runner.d.ts.map +0 -1
- package/dist/tests/runner.js.map +0 -1
- package/dist/tests/spec.d.ts.map +0 -1
- package/dist/tests/spec.js.map +0 -1
- package/dist/themes.d.ts.map +0 -1
- package/dist/themes.js.map +0 -1
- package/dist/translations/catalog.d.ts.map +0 -1
- package/dist/translations/tenant.d.ts.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/workflow/adapters/db-adapter.d.ts.map +0 -1
- package/dist/workflow/adapters/db-adapter.js.map +0 -1
- package/dist/workflow/adapters/file-adapter.d.ts.map +0 -1
- package/dist/workflow/adapters/file-adapter.js.map +0 -1
- package/dist/workflow/adapters/memory-store.d.ts.map +0 -1
- package/dist/workflow/adapters/memory-store.js.map +0 -1
- package/dist/workflow/expression.d.ts.map +0 -1
- package/dist/workflow/expression.js.map +0 -1
- package/dist/workflow/runner.d.ts.map +0 -1
- package/dist/workflow/runner.js.map +0 -1
- package/dist/workflow/sla-monitor.d.ts.map +0 -1
- package/dist/workflow/sla-monitor.js.map +0 -1
- package/dist/workflow/spec.d.ts.map +0 -1
- package/dist/workflow/spec.js.map +0 -1
- package/dist/workflow/state.d.ts.map +0 -1
- package/dist/workflow/validation.d.ts.map +0 -1
- package/dist/workflow/validation.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{CapabilityRegistry as e,capabilityKey as t}from"./capabilities.js";import{DataViewRegistry as n,dataViewKey as r}from"./data-views.js";import{defineEvent as i,eventKey as a}from"./events.js";import{FeatureRegistry as o,installFeature as s,validateFeatureTargetsV2 as c}from"./features.js";import{FormRegistry as l,buildZodWithRelations as u,defineFormSpec as d,evalPredicate as f}from"./forms.js";import{TransformEngine as p,createDefaultTransformEngine as m,registerBasicValidation as h,registerDefaultReactRenderer as g}from"./presentations.v2.js";import{createEngineWithDefaults as _,createFeatureModule as v,registerFeature as y,renderFeaturePresentation as b}from"./client/react/feature-render.js";import{createFormRenderer as x}from"./client/react/form-render.js";import{shadcnDriver as S}from"./client/react/drivers/shadcn.js";import{rnReusablesDriver as C}from"./client/react/drivers/rn-reusables.js";import"./client/index.js";import{defaultGqlField as w,defaultMcpTool as T,defaultRestPath as E,jsonSchemaForSpec as D}from"./jsonschema.js";import{registerContractsOnBuilder as O}from"./server/graphql-pothos.js";import{exportContractsToGraphQLSchema as k}from"./server/graphql-schema-export.js";import{PresentationRegistry as A,jsonSchemaForPresentation as j}from"./presentations.js";import{createMcpServer as M}from"./server/provider-mcp.js";import{createFetchHandler as N}from"./server/rest-generic.js";import{elysiaPlugin as P}from"./server/rest-elysia.js";import{expressRouter as F}from"./server/rest-express.js";import{makeNextAppHandler as I}from"./server/rest-next-app.js";import{makeNextPagesHandler as L}from"./server/rest-next-pages.js";import"./server/index.js";import{defineCommand as R,defineQuery as z,isEmitDeclRef as B}from"./spec.js";import{SpecRegistry as V,opKey as H}from"./registry.js";import{installOp as U,makeEmit as W,op as G}from"./install.js";import{definePrompt as K}from"./prompt.js";import{PromptRegistry as q}from"./promptRegistry.js";import{ResourceRegistry as J,defineResourceTemplate as Y,isResourceRef as X,resourceRef as Z}from"./resources.js";import{toV2FromV1 as Q}from"./presentations.backcompat.js";import{Owners as $,OwnersEnum as ee,StabilityEnum as te,Tags as ne,TagsEnum as re}from"./ownership.js";import{CompleteOnboardingBaseInput as ie,CompleteOnboardingBaseOutput as ae,CompleteOnboardingBaseSpec as oe,DeleteOnboardingDraftBaseSpec as se,DeleteOnboardingDraftOutput as ce,GetOnboardingDraftBaseSpec as le,GetOnboardingDraftOutput as ue,SaveOnboardingDraftBaseSpec as de,SaveOnboardingDraftInput as fe,SaveOnboardingDraftOutput as pe}from"./onboarding-base.js";import{openBankingAccountsReadCapability as me,openBankingBalancesReadCapability as he,openBankingTransactionsReadCapability as ge,registerOpenBankingCapabilities as _e}from"./capabilities/openbanking.js";import{PolicyRegistry as ve,makePolicyKey as ye}from"./policy/spec.js";import{PolicyEngine as be}from"./policy/engine.js";import{OPAPolicyAdapter as xe,buildOPAInput as Se}from"./policy/opa-adapter.js";import{ThemeRegistry as Ce,makeThemeRef as we}from"./themes.js";import{MigrationRegistry as Te}from"./migrations.js";import{TelemetryRegistry as Ee,makeTelemetryKey as De}from"./telemetry/spec.js";import{TelemetryTracker as Oe}from"./telemetry/tracker.js";import{TelemetryAnomalyMonitor as ke}from"./telemetry/anomaly.js";import"./telemetry/index.js";import{TestRegistry as Ae,makeTestKey as je}from"./tests/spec.js";import{TestRunner as Me}from"./tests/runner.js";import"./tests/index.js";import{ExperimentRegistry as Ne,makeExperimentKey as Pe}from"./experiments/spec.js";import{ExperimentEvaluator as Fe}from"./experiments/evaluator.js";import{AppBlueprintRegistry as Ie,makeAppBlueprintKey as Le}from"./app-config/spec.js";import{composeAppConfig as Re,resolveAppConfig as ze}from"./app-config/runtime.js";import{IntegrationSpecRegistry as Be,makeIntegrationSpecKey as Ve}from"./integrations/spec.js";import{registerStripeIntegration as He,stripeIntegrationSpec as Ue}from"./integrations/providers/stripe.js";import{postmarkIntegrationSpec as We,registerPostmarkIntegration as Ge}from"./integrations/providers/postmark.js";import{qdrantIntegrationSpec as Ke,registerQdrantIntegration as qe}from"./integrations/providers/qdrant.js";import{mistralIntegrationSpec as Je,registerMistralIntegration as Ye}from"./integrations/providers/mistral.js";import{elevenLabsIntegrationSpec as Xe,registerElevenLabsIntegration as Ze}from"./integrations/providers/elevenlabs.js";import{gmailIntegrationSpec as Qe,registerGmailIntegration as $e}from"./integrations/providers/gmail.js";import{googleCalendarIntegrationSpec as et,registerGoogleCalendarIntegration as tt}from"./integrations/providers/google-calendar.js";import{registerTwilioSmsIntegration as nt,twilioSmsIntegrationSpec as rt}from"./integrations/providers/twilio-sms.js";import{gcsStorageIntegrationSpec as it,registerGcsStorageIntegration as at}from"./integrations/providers/gcs-storage.js";import{powensIntegrationSpec as ot,registerPowensIntegration as st}from"./integrations/providers/powens.js";import{MistralLLMProvider as ct}from"./integrations/providers/impls/mistral-llm.js";import{MistralEmbeddingProvider as lt}from"./integrations/providers/impls/mistral-embedding.js";import{QdrantVectorProvider as ut}from"./integrations/providers/impls/qdrant-vector.js";import{GmailInboundProvider as dt}from"./integrations/providers/impls/gmail-inbound.js";import{GmailOutboundProvider as ft}from"./integrations/providers/impls/gmail-outbound.js";import{GoogleCalendarProvider as pt}from"./integrations/providers/impls/google-calendar.js";import{ElevenLabsVoiceProvider as mt}from"./integrations/providers/impls/elevenlabs-voice.js";import{GoogleCloudStorageProvider as ht}from"./integrations/providers/impls/gcs-storage.js";import{StripePaymentsProvider as gt}from"./integrations/providers/impls/stripe-payments.js";import{PostmarkEmailProvider as _t}from"./integrations/providers/impls/postmark-email.js";import{TwilioSmsProvider as vt}from"./integrations/providers/impls/twilio-sms.js";import{PowensClient as yt,PowensClientError as bt}from"./integrations/providers/impls/powens-client.js";import{PowensOpenBankingProvider as xt}from"./integrations/providers/impls/powens-openbanking.js";import{IntegrationProviderFactory as St}from"./integrations/providers/impls/provider-factory.js";import{SecretProviderError as Ct,normalizeSecretPayload as wt,parseSecretUri as Tt}from"./integrations/secrets/provider.js";import{GcpSecretManagerProvider as Et}from"./integrations/secrets/gcp-secret-manager.js";import{EnvSecretProvider as Dt}from"./integrations/secrets/env-secret-provider.js";import{SecretProviderManager as Ot}from"./integrations/secrets/manager.js";import{IntegrationCallGuard as kt,connectionStatusLabel as At,ensureConnectionReady as jt}from"./integrations/runtime.js";import{IntegrationHealthService as Mt}from"./integrations/health.js";import{AccountBalanceRecord as Nt,BankAccountRecord as Pt,BankTransactionRecord as Ft}from"./integrations/openbanking/models.js";import{OPENBANKING_PII_FIELDS as It,OPENBANKING_TELEMETRY_EVENTS as Lt,redactOpenBankingTelemetryPayload as Rt}from"./integrations/openbanking/telemetry.js";import{OpenBankingGetAccount as zt,OpenBankingListAccounts as Bt,OpenBankingSyncAccounts as Vt}from"./integrations/openbanking/contracts/accounts.js";import{OpenBankingListTransactions as Ht,OpenBankingSyncTransactions as Ut}from"./integrations/openbanking/contracts/transactions.js";import{OpenBankingGetBalances as Wt,OpenBankingRefreshBalances as Gt}from"./integrations/openbanking/contracts/balances.js";import{registerOpenBankingContracts as Kt}from"./integrations/openbanking/contracts/index.js";import{assertPrimaryOpenBankingReady as qt,ensurePrimaryOpenBankingIntegration as Jt}from"./integrations/openbanking/guards.js";import"./integrations/index.js";import{KnowledgeSpaceRegistry as Yt,makeKnowledgeSpaceKey as Xt}from"./knowledge/spec.js";import{productCanonKnowledgeSpace as Zt,registerProductCanonKnowledgeSpace as Qt}from"./knowledge/spaces/product-canon.js";import{registerSupportFaqKnowledgeSpace as $t,supportFaqKnowledgeSpace as en}from"./knowledge/spaces/support-faq.js";import{emailThreadsKnowledgeSpace as tn,registerEmailThreadsKnowledgeSpace as nn}from"./knowledge/spaces/email-threads.js";import{registerUploadedDocsKnowledgeSpace as rn,uploadedDocsKnowledgeSpace as an}from"./knowledge/spaces/uploaded-docs.js";import{financialDocsKnowledgeSpace as on,registerFinancialDocsKnowledgeSpace as sn}from"./knowledge/spaces/financial-docs.js";import{financialOverviewKnowledgeSpace as cn,registerFinancialOverviewKnowledgeSpace as ln}from"./knowledge/spaces/financial-overview.js";import"./knowledge/index.js";import{CreateIntegrationConnection as un,DeleteIntegrationConnection as dn,ListIntegrationConnections as fn,TestIntegrationConnection as pn,UpdateIntegrationConnection as mn,integrationContracts as hn,registerIntegrationContracts as gn}from"./integrations/contracts.js";import{CreateKnowledgeSource as _n,DeleteKnowledgeSource as vn,ListKnowledgeSources as yn,TriggerKnowledgeSourceSync as bn,UpdateKnowledgeSource as xn,knowledgeContracts as Sn,registerKnowledgeContracts as Cn}from"./knowledge/contracts.js";import{behaviorToEnvelope as wn,errorToEnvelope as Tn,telemetryToEnvelope as En}from"./regenerator/utils.js";import{RegeneratorService as Dn}from"./regenerator/service.js";import{ProposalExecutor as On}from"./regenerator/executor.js";import{ExecutorProposalSink as kn}from"./regenerator/sinks.js";import"./regenerator/index.js";import{WorkflowRegistry as An}from"./workflow/spec.js";import{WorkflowValidationError as jn,assertWorkflowSpecValid as Mn,validateWorkflowSpec as Nn}from"./workflow/validation.js";import{evaluateExpression as Pn}from"./workflow/expression.js";import{WorkflowPreFlightError as Fn,WorkflowRunner as In}from"./workflow/runner.js";import{InMemoryStateStore as Ln}from"./workflow/adapters/memory-store.js";import{PrismaStateStore as Rn}from"./workflow/adapters/db-adapter.js";import{createFileStateStore as zn}from"./workflow/adapters/file-adapter.js";import"./workflow/index.js";export{Nt as AccountBalanceRecord,Ie as AppBlueprintRegistry,Pt as BankAccountRecord,Ft as BankTransactionRecord,e as CapabilityRegistry,ie as CompleteOnboardingBaseInput,ae as CompleteOnboardingBaseOutput,oe as CompleteOnboardingBaseSpec,un as CreateIntegrationConnection,_n as CreateKnowledgeSource,n as DataViewRegistry,dn as DeleteIntegrationConnection,vn as DeleteKnowledgeSource,se as DeleteOnboardingDraftBaseSpec,ce as DeleteOnboardingDraftOutput,mt as ElevenLabsVoiceProvider,Dt as EnvSecretProvider,kn as ExecutorProposalSink,Fe as ExperimentEvaluator,Ne as ExperimentRegistry,o as FeatureRegistry,l as FormRegistry,Et as GcpSecretManagerProvider,le as GetOnboardingDraftBaseSpec,ue as GetOnboardingDraftOutput,dt as GmailInboundProvider,ft as GmailOutboundProvider,pt as GoogleCalendarProvider,ht as GoogleCloudStorageProvider,Ln as InMemoryStateStore,kt as IntegrationCallGuard,Mt as IntegrationHealthService,St as IntegrationProviderFactory,Be as IntegrationSpecRegistry,Yt as KnowledgeSpaceRegistry,fn as ListIntegrationConnections,yn as ListKnowledgeSources,Te as MigrationRegistry,lt as MistralEmbeddingProvider,ct as MistralLLMProvider,xe as OPAPolicyAdapter,It as OPENBANKING_PII_FIELDS,Lt as OPENBANKING_TELEMETRY_EVENTS,zt as OpenBankingGetAccount,Wt as OpenBankingGetBalances,Bt as OpenBankingListAccounts,Ht as OpenBankingListTransactions,Gt as OpenBankingRefreshBalances,Vt as OpenBankingSyncAccounts,Ut as OpenBankingSyncTransactions,$ as Owners,ee as OwnersEnum,be as PolicyEngine,ve as PolicyRegistry,_t as PostmarkEmailProvider,yt as PowensClient,bt as PowensClientError,xt as PowensOpenBankingProvider,A as PresentationRegistry,Rn as PrismaStateStore,q as PromptRegistry,On as ProposalExecutor,ut as QdrantVectorProvider,Dn as RegeneratorService,J as ResourceRegistry,de as SaveOnboardingDraftBaseSpec,fe as SaveOnboardingDraftInput,pe as SaveOnboardingDraftOutput,Ct as SecretProviderError,Ot as SecretProviderManager,V as SpecRegistry,te as StabilityEnum,gt as StripePaymentsProvider,ne as Tags,re as TagsEnum,ke as TelemetryAnomalyMonitor,Ee as TelemetryRegistry,Oe as TelemetryTracker,pn as TestIntegrationConnection,Ae as TestRegistry,Me as TestRunner,Ce as ThemeRegistry,p as TransformEngine,bn as TriggerKnowledgeSourceSync,vt as TwilioSmsProvider,mn as UpdateIntegrationConnection,xn as UpdateKnowledgeSource,Fn as WorkflowPreFlightError,An as WorkflowRegistry,In as WorkflowRunner,jn as WorkflowValidationError,qt as assertPrimaryOpenBankingReady,Mn as assertWorkflowSpecValid,wn as behaviorToEnvelope,Se as buildOPAInput,u as buildZodWithRelations,t as capabilityKey,Re as composeAppConfig,At as connectionStatusLabel,m as createDefaultTransformEngine,_ as createEngineWithDefaults,v as createFeatureModule,N as createFetchHandler,zn as createFileStateStore,x as createFormRenderer,M as createMcpServer,r as dataViewKey,w as defaultGqlField,T as defaultMcpTool,E as defaultRestPath,R as defineCommand,i as defineEvent,d as defineFormSpec,K as definePrompt,z as defineQuery,Y as defineResourceTemplate,Xe as elevenLabsIntegrationSpec,P as elysiaPlugin,tn as emailThreadsKnowledgeSpace,jt as ensureConnectionReady,Jt as ensurePrimaryOpenBankingIntegration,Tn as errorToEnvelope,f as evalPredicate,Pn as evaluateExpression,a as eventKey,k as exportContractsToGraphQLSchema,F as expressRouter,on as financialDocsKnowledgeSpace,cn as financialOverviewKnowledgeSpace,it as gcsStorageIntegrationSpec,Qe as gmailIntegrationSpec,et as googleCalendarIntegrationSpec,s as installFeature,U as installOp,hn as integrationContracts,B as isEmitDeclRef,X as isResourceRef,j as jsonSchemaForPresentation,D as jsonSchemaForSpec,Sn as knowledgeContracts,Le as makeAppBlueprintKey,W as makeEmit,Pe as makeExperimentKey,Ve as makeIntegrationSpecKey,Xt as makeKnowledgeSpaceKey,I as makeNextAppHandler,L as makeNextPagesHandler,ye as makePolicyKey,De as makeTelemetryKey,je as makeTestKey,we as makeThemeRef,Je as mistralIntegrationSpec,wt as normalizeSecretPayload,G as op,H as opKey,me as openBankingAccountsReadCapability,he as openBankingBalancesReadCapability,ge as openBankingTransactionsReadCapability,Tt as parseSecretUri,We as postmarkIntegrationSpec,ot as powensIntegrationSpec,Zt as productCanonKnowledgeSpace,Ke as qdrantIntegrationSpec,Rt as redactOpenBankingTelemetryPayload,h as registerBasicValidation,O as registerContractsOnBuilder,g as registerDefaultReactRenderer,Ze as registerElevenLabsIntegration,nn as registerEmailThreadsKnowledgeSpace,y as registerFeature,sn as registerFinancialDocsKnowledgeSpace,ln as registerFinancialOverviewKnowledgeSpace,at as registerGcsStorageIntegration,$e as registerGmailIntegration,tt as registerGoogleCalendarIntegration,gn as registerIntegrationContracts,Cn as registerKnowledgeContracts,Ye as registerMistralIntegration,_e as registerOpenBankingCapabilities,Kt as registerOpenBankingContracts,Ge as registerPostmarkIntegration,st as registerPowensIntegration,Qt as registerProductCanonKnowledgeSpace,qe as registerQdrantIntegration,He as registerStripeIntegration,$t as registerSupportFaqKnowledgeSpace,nt as registerTwilioSmsIntegration,rn as registerUploadedDocsKnowledgeSpace,b as renderFeaturePresentation,ze as resolveAppConfig,Z as resourceRef,C as rnReusablesDriver,S as shadcnDriver,Ue as stripeIntegrationSpec,en as supportFaqKnowledgeSpace,En as telemetryToEnvelope,Q as toV2FromV1,rt as twilioSmsIntegrationSpec,an as uploadedDocsKnowledgeSpace,c as validateFeatureTargetsV2,Nn as validateWorkflowSpec};
|
|
1
|
+
import{CapabilityRegistry as e,capabilityKey as t,defineCapability as n}from"./capabilities.js";import{DataViewRegistry as r,dataViewKey as i}from"./data-views.js";import{n as a}from"./schema/dist/SchemaModel.js";import"./schema/dist/index.js";import{defineEvent as o,eventKey as s}from"./events.js";import{FeatureRegistry as c,installFeature as l,validateFeatureTargetsV2 as u}from"./features.js";import{FormRegistry as d,buildZodWithRelations as f,defineFormSpec as p,evalPredicate as m}from"./forms.js";import{schemaToMarkdown as h,schemaToMarkdownDetail as g,schemaToMarkdownList as _,schemaToMarkdownSummary as v,schemaToMarkdownTable as y}from"./schema-to-markdown.js";import{TransformEngine as b,createDefaultTransformEngine as x,registerBasicValidation as S,registerDefaultReactRenderer as C,registerReactToMarkdownRenderer as w}from"./presentations.v2.js";import{createEngineWithDefaults as T,createFeatureModule as E,registerFeature as D,renderFeaturePresentation as O}from"./client/react/feature-render.js";import{createFormRenderer as k}from"./client/react/form-render.js";import{shadcnDriver as A}from"./client/react/drivers/shadcn.js";import{rnReusablesDriver as j}from"./client/react/drivers/rn-reusables.js";import"./client/index.js";import{defaultGqlField as M,defaultMcpTool as N,defaultRestPath as P,jsonSchemaForSpec as F}from"./jsonschema.js";import{registerContractsOnBuilder as I}from"./server/graphql-pothos.js";import{exportContractsToGraphQLSchema as L}from"./server/graphql-schema-export.js";import{PresentationRegistry as R,jsonSchemaForPresentation as z}from"./presentations.js";import{createMcpServer as B}from"./server/provider-mcp.js";import{createFetchHandler as V}from"./server/rest-generic.js";import{elysiaPlugin as H}from"./server/rest-elysia.js";import{expressRouter as U}from"./server/rest-express.js";import{makeNextAppHandler as W}from"./server/rest-next-app.js";import{makeNextPagesHandler as G}from"./server/rest-next-pages.js";import"./server/index.js";import{defineCommand as K,defineQuery as q,isEmitDeclRef as J}from"./spec.js";import{SpecRegistry as Y,opKey as X}from"./registry.js";import{installOp as Z,makeEmit as Q,op as $}from"./install.js";import{definePrompt as ee}from"./prompt.js";import{PromptRegistry as te}from"./promptRegistry.js";import{ResourceRegistry as ne,defineResourceTemplate as re,isResourceRef as ie,resourceRef as ae}from"./resources.js";import{toV2FromV1 as oe}from"./presentations.backcompat.js";import{Owners as se,OwnersEnum as ce,StabilityEnum as le,Tags as ue,TagsEnum as de}from"./ownership.js";import{CompleteOnboardingBaseInput as fe,CompleteOnboardingBaseOutput as pe,CompleteOnboardingBaseSpec as me,DeleteOnboardingDraftBaseSpec as he,DeleteOnboardingDraftOutput as ge,GetOnboardingDraftBaseSpec as _e,GetOnboardingDraftOutput as ve,SaveOnboardingDraftBaseSpec as ye,SaveOnboardingDraftInput as be,SaveOnboardingDraftOutput as xe}from"./onboarding-base.js";import{openBankingAccountsReadCapability as Se,openBankingBalancesReadCapability as Ce,openBankingTransactionsReadCapability as we,registerOpenBankingCapabilities as Te}from"./capabilities/openbanking.js";import{PolicyRegistry as Ee,makePolicyKey as De}from"./policy/spec.js";import{PolicyEngine as Oe}from"./policy/engine.js";import{OPAPolicyAdapter as ke,buildOPAInput as Ae}from"./policy/opa-adapter.js";import{ThemeRegistry as je,makeThemeRef as Me}from"./themes.js";import{MigrationRegistry as Ne}from"./migrations.js";import{TelemetryRegistry as Pe,makeTelemetryKey as Fe}from"./telemetry/spec.js";import{TelemetryTracker as Ie}from"./telemetry/tracker.js";import{TelemetryAnomalyMonitor as Le}from"./telemetry/anomaly.js";import"./telemetry/index.js";import{TestRegistry as Re,makeTestKey as ze}from"./tests/spec.js";import{TestRunner as Be}from"./tests/runner.js";import"./tests/index.js";import{ExperimentRegistry as Ve,makeExperimentKey as He}from"./experiments/spec.js";import{ExperimentEvaluator as Ue}from"./experiments/evaluator.js";import{AppBlueprintRegistry as We,makeAppBlueprintKey as Ge}from"./app-config/spec.js";import{composeAppConfig as Ke,resolveAppConfig as qe}from"./app-config/runtime.js";import{IntegrationSpecRegistry as Je,makeIntegrationSpecKey as Ye}from"./integrations/spec.js";import{registerStripeIntegration as Xe,stripeIntegrationSpec as Ze}from"./integrations/providers/stripe.js";import{postmarkIntegrationSpec as Qe,registerPostmarkIntegration as $e}from"./integrations/providers/postmark.js";import{qdrantIntegrationSpec as et,registerQdrantIntegration as tt}from"./integrations/providers/qdrant.js";import{mistralIntegrationSpec as nt,registerMistralIntegration as rt}from"./integrations/providers/mistral.js";import{elevenLabsIntegrationSpec as it,registerElevenLabsIntegration as at}from"./integrations/providers/elevenlabs.js";import{gmailIntegrationSpec as ot,registerGmailIntegration as st}from"./integrations/providers/gmail.js";import{googleCalendarIntegrationSpec as ct,registerGoogleCalendarIntegration as lt}from"./integrations/providers/google-calendar.js";import{registerTwilioSmsIntegration as ut,twilioSmsIntegrationSpec as dt}from"./integrations/providers/twilio-sms.js";import{gcsStorageIntegrationSpec as ft,registerGcsStorageIntegration as pt}from"./integrations/providers/gcs-storage.js";import{powensIntegrationSpec as mt,registerPowensIntegration as ht}from"./integrations/providers/powens.js";import{MistralLLMProvider as gt}from"./integrations/providers/impls/mistral-llm.js";import{MistralEmbeddingProvider as _t}from"./integrations/providers/impls/mistral-embedding.js";import{QdrantVectorProvider as vt}from"./integrations/providers/impls/qdrant-vector.js";import{GmailInboundProvider as yt}from"./integrations/providers/impls/gmail-inbound.js";import{GmailOutboundProvider as bt}from"./integrations/providers/impls/gmail-outbound.js";import{GoogleCalendarProvider as xt}from"./integrations/providers/impls/google-calendar.js";import{ElevenLabsVoiceProvider as St}from"./integrations/providers/impls/elevenlabs-voice.js";import{GoogleCloudStorageProvider as Ct}from"./integrations/providers/impls/gcs-storage.js";import{StripePaymentsProvider as wt}from"./integrations/providers/impls/stripe-payments.js";import{PostmarkEmailProvider as Tt}from"./integrations/providers/impls/postmark-email.js";import{TwilioSmsProvider as Et}from"./integrations/providers/impls/twilio-sms.js";import{PowensClient as Dt,PowensClientError as Ot}from"./integrations/providers/impls/powens-client.js";import{PowensOpenBankingProvider as kt}from"./integrations/providers/impls/powens-openbanking.js";import{IntegrationProviderFactory as At}from"./integrations/providers/impls/provider-factory.js";import{SecretProviderError as jt,normalizeSecretPayload as Mt,parseSecretUri as Nt}from"./integrations/secrets/provider.js";import{GcpSecretManagerProvider as Pt}from"./integrations/secrets/gcp-secret-manager.js";import{EnvSecretProvider as Ft}from"./integrations/secrets/env-secret-provider.js";import{SecretProviderManager as It}from"./integrations/secrets/manager.js";import{IntegrationCallGuard as Lt,connectionStatusLabel as Rt,ensureConnectionReady as zt}from"./integrations/runtime.js";import{IntegrationHealthService as Bt}from"./integrations/health.js";import{AccountBalanceRecord as Vt,BankAccountRecord as Ht,BankTransactionRecord as Ut}from"./integrations/openbanking/models.js";import{OPENBANKING_PII_FIELDS as Wt,OPENBANKING_TELEMETRY_EVENTS as Gt,redactOpenBankingTelemetryPayload as Kt}from"./integrations/openbanking/telemetry.js";import{OpenBankingGetAccount as qt,OpenBankingListAccounts as Jt,OpenBankingSyncAccounts as Yt}from"./integrations/openbanking/contracts/accounts.js";import{OpenBankingListTransactions as Xt,OpenBankingSyncTransactions as Zt}from"./integrations/openbanking/contracts/transactions.js";import{OpenBankingGetBalances as Qt,OpenBankingRefreshBalances as $t}from"./integrations/openbanking/contracts/balances.js";import{registerOpenBankingContracts as en}from"./integrations/openbanking/contracts/index.js";import{assertPrimaryOpenBankingReady as tn,ensurePrimaryOpenBankingIntegration as nn}from"./integrations/openbanking/guards.js";import"./integrations/index.js";import{KnowledgeSpaceRegistry as rn,makeKnowledgeSpaceKey as an}from"./knowledge/spec.js";import{productCanonKnowledgeSpace as on,registerProductCanonKnowledgeSpace as sn}from"./knowledge/spaces/product-canon.js";import{registerSupportFaqKnowledgeSpace as cn,supportFaqKnowledgeSpace as ln}from"./knowledge/spaces/support-faq.js";import{emailThreadsKnowledgeSpace as un,registerEmailThreadsKnowledgeSpace as dn}from"./knowledge/spaces/email-threads.js";import{registerUploadedDocsKnowledgeSpace as fn,uploadedDocsKnowledgeSpace as pn}from"./knowledge/spaces/uploaded-docs.js";import{financialDocsKnowledgeSpace as mn,registerFinancialDocsKnowledgeSpace as hn}from"./knowledge/spaces/financial-docs.js";import{financialOverviewKnowledgeSpace as gn,registerFinancialOverviewKnowledgeSpace as _n}from"./knowledge/spaces/financial-overview.js";import"./knowledge/index.js";import{CreateIntegrationConnection as vn,DeleteIntegrationConnection as yn,ListIntegrationConnections as bn,TestIntegrationConnection as xn,UpdateIntegrationConnection as Sn,integrationContracts as Cn,registerIntegrationContracts as wn}from"./integrations/contracts.js";import{CreateKnowledgeSource as Tn,DeleteKnowledgeSource as En,ListKnowledgeSources as Dn,TriggerKnowledgeSourceSync as On,UpdateKnowledgeSource as kn,knowledgeContracts as An,registerKnowledgeContracts as jn}from"./knowledge/contracts.js";import{behaviorToEnvelope as Mn,errorToEnvelope as Nn,telemetryToEnvelope as Pn}from"./regenerator/utils.js";import{RegeneratorService as Fn}from"./regenerator/service.js";import{ProposalExecutor as In}from"./regenerator/executor.js";import{ExecutorProposalSink as Ln}from"./regenerator/sinks.js";import"./regenerator/index.js";import{WorkflowRegistry as Rn}from"./workflow/spec.js";import{WorkflowValidationError as zn,assertWorkflowSpecValid as Bn,validateWorkflowSpec as Vn}from"./workflow/validation.js";import{evaluateExpression as Hn}from"./workflow/expression.js";import{WorkflowPreFlightError as Un,WorkflowRunner as Wn}from"./workflow/runner.js";import{InMemoryStateStore as Gn}from"./workflow/adapters/memory-store.js";import{PrismaStateStore as Kn}from"./workflow/adapters/db-adapter.js";import{createFileStateStore as qn}from"./workflow/adapters/file-adapter.js";import"./workflow/index.js";export{Vt as AccountBalanceRecord,We as AppBlueprintRegistry,Ht as BankAccountRecord,Ut as BankTransactionRecord,e as CapabilityRegistry,fe as CompleteOnboardingBaseInput,pe as CompleteOnboardingBaseOutput,me as CompleteOnboardingBaseSpec,vn as CreateIntegrationConnection,Tn as CreateKnowledgeSource,r as DataViewRegistry,yn as DeleteIntegrationConnection,En as DeleteKnowledgeSource,he as DeleteOnboardingDraftBaseSpec,ge as DeleteOnboardingDraftOutput,St as ElevenLabsVoiceProvider,Ft as EnvSecretProvider,Ln as ExecutorProposalSink,Ue as ExperimentEvaluator,Ve as ExperimentRegistry,c as FeatureRegistry,d as FormRegistry,Pt as GcpSecretManagerProvider,_e as GetOnboardingDraftBaseSpec,ve as GetOnboardingDraftOutput,yt as GmailInboundProvider,bt as GmailOutboundProvider,xt as GoogleCalendarProvider,Ct as GoogleCloudStorageProvider,Gn as InMemoryStateStore,Lt as IntegrationCallGuard,Bt as IntegrationHealthService,At as IntegrationProviderFactory,Je as IntegrationSpecRegistry,rn as KnowledgeSpaceRegistry,bn as ListIntegrationConnections,Dn as ListKnowledgeSources,Ne as MigrationRegistry,_t as MistralEmbeddingProvider,gt as MistralLLMProvider,ke as OPAPolicyAdapter,Wt as OPENBANKING_PII_FIELDS,Gt as OPENBANKING_TELEMETRY_EVENTS,qt as OpenBankingGetAccount,Qt as OpenBankingGetBalances,Jt as OpenBankingListAccounts,Xt as OpenBankingListTransactions,$t as OpenBankingRefreshBalances,Yt as OpenBankingSyncAccounts,Zt as OpenBankingSyncTransactions,se as Owners,ce as OwnersEnum,Oe as PolicyEngine,Ee as PolicyRegistry,Tt as PostmarkEmailProvider,Dt as PowensClient,Ot as PowensClientError,kt as PowensOpenBankingProvider,R as PresentationRegistry,Kn as PrismaStateStore,te as PromptRegistry,In as ProposalExecutor,vt as QdrantVectorProvider,Fn as RegeneratorService,ne as ResourceRegistry,ye as SaveOnboardingDraftBaseSpec,be as SaveOnboardingDraftInput,xe as SaveOnboardingDraftOutput,jt as SecretProviderError,It as SecretProviderManager,Y as SpecRegistry,le as StabilityEnum,wt as StripePaymentsProvider,ue as Tags,de as TagsEnum,Le as TelemetryAnomalyMonitor,Pe as TelemetryRegistry,Ie as TelemetryTracker,xn as TestIntegrationConnection,Re as TestRegistry,Be as TestRunner,je as ThemeRegistry,b as TransformEngine,On as TriggerKnowledgeSourceSync,Et as TwilioSmsProvider,Sn as UpdateIntegrationConnection,kn as UpdateKnowledgeSource,Un as WorkflowPreFlightError,Rn as WorkflowRegistry,Wn as WorkflowRunner,zn as WorkflowValidationError,tn as assertPrimaryOpenBankingReady,Bn as assertWorkflowSpecValid,Mn as behaviorToEnvelope,Ae as buildOPAInput,f as buildZodWithRelations,t as capabilityKey,Ke as composeAppConfig,Rt as connectionStatusLabel,x as createDefaultTransformEngine,T as createEngineWithDefaults,E as createFeatureModule,V as createFetchHandler,qn as createFileStateStore,k as createFormRenderer,B as createMcpServer,i as dataViewKey,M as defaultGqlField,N as defaultMcpTool,P as defaultRestPath,n as defineCapability,K as defineCommand,o as defineEvent,p as defineFormSpec,ee as definePrompt,q as defineQuery,re as defineResourceTemplate,a as defineSchemaModel,it as elevenLabsIntegrationSpec,H as elysiaPlugin,un as emailThreadsKnowledgeSpace,zt as ensureConnectionReady,nn as ensurePrimaryOpenBankingIntegration,Nn as errorToEnvelope,m as evalPredicate,Hn as evaluateExpression,s as eventKey,L as exportContractsToGraphQLSchema,U as expressRouter,mn as financialDocsKnowledgeSpace,gn as financialOverviewKnowledgeSpace,ft as gcsStorageIntegrationSpec,ot as gmailIntegrationSpec,ct as googleCalendarIntegrationSpec,l as installFeature,Z as installOp,Cn as integrationContracts,J as isEmitDeclRef,ie as isResourceRef,z as jsonSchemaForPresentation,F as jsonSchemaForSpec,An as knowledgeContracts,Ge as makeAppBlueprintKey,Q as makeEmit,He as makeExperimentKey,Ye as makeIntegrationSpecKey,an as makeKnowledgeSpaceKey,W as makeNextAppHandler,G as makeNextPagesHandler,De as makePolicyKey,Fe as makeTelemetryKey,ze as makeTestKey,Me as makeThemeRef,nt as mistralIntegrationSpec,Mt as normalizeSecretPayload,$ as op,X as opKey,Se as openBankingAccountsReadCapability,Ce as openBankingBalancesReadCapability,we as openBankingTransactionsReadCapability,Nt as parseSecretUri,Qe as postmarkIntegrationSpec,mt as powensIntegrationSpec,on as productCanonKnowledgeSpace,et as qdrantIntegrationSpec,Kt as redactOpenBankingTelemetryPayload,S as registerBasicValidation,I as registerContractsOnBuilder,C as registerDefaultReactRenderer,at as registerElevenLabsIntegration,dn as registerEmailThreadsKnowledgeSpace,D as registerFeature,hn as registerFinancialDocsKnowledgeSpace,_n as registerFinancialOverviewKnowledgeSpace,pt as registerGcsStorageIntegration,st as registerGmailIntegration,lt as registerGoogleCalendarIntegration,wn as registerIntegrationContracts,jn as registerKnowledgeContracts,rt as registerMistralIntegration,Te as registerOpenBankingCapabilities,en as registerOpenBankingContracts,$e as registerPostmarkIntegration,ht as registerPowensIntegration,sn as registerProductCanonKnowledgeSpace,tt as registerQdrantIntegration,w as registerReactToMarkdownRenderer,Xe as registerStripeIntegration,cn as registerSupportFaqKnowledgeSpace,ut as registerTwilioSmsIntegration,fn as registerUploadedDocsKnowledgeSpace,O as renderFeaturePresentation,qe as resolveAppConfig,ae as resourceRef,j as rnReusablesDriver,h as schemaToMarkdown,g as schemaToMarkdownDetail,_ as schemaToMarkdownList,v as schemaToMarkdownSummary,y as schemaToMarkdownTable,A as shadcnDriver,Ze as stripeIntegrationSpec,ln as supportFaqKnowledgeSpace,Pn as telemetryToEnvelope,oe as toV2FromV1,dt as twilioSmsIntegrationSpec,pn as uploadedDocsKnowledgeSpace,u as validateFeatureTargetsV2,Vn as validateWorkflowSpec};
|
package/dist/install.d.ts
CHANGED
|
@@ -73,5 +73,4 @@ declare function op<S extends AnyContractSpec>(spec: S, handler: HandlerFor<AnyC
|
|
|
73
73
|
install: (reg: SpecRegistry) => SpecRegistry;
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
|
-
export { EventParam, HandlerFor, RuntimeSpecOutput, SpecInput, SpecOutput, ZodSpecInput, installOp, makeEmit, op };
|
|
77
|
-
//# sourceMappingURL=install.d.ts.map
|
|
76
|
+
export { EventParam, HandlerFor, RuntimeSpecOutput, SpecInput, SpecOutput, ZodSpecInput, installOp, makeEmit, op };
|
package/dist/install.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
import"./registry.js";import{z as e}from"zod";function t(e,t){return{ref:async(e,n)=>{await t.__emitGuard__?.(e.name,e.version,n)},named:async(e,n,r)=>{await t.__emitGuard__?.(e,n,r)},object:async e=>{await t.__emitGuard__?.(e.name,e.version,e.payload)}}}function n(e,t,n){return e.register(t).bind(t,n)}function r(e,t){return{spec:e,handler:t,install:r=>n(r,e,t)}}export{n as installOp,t as makeEmit,r as op};
|
|
2
|
-
//# sourceMappingURL=install.js.map
|
|
1
|
+
import"./registry.js";import{z as e}from"zod";function t(e,t){return{ref:async(e,n)=>{await t.__emitGuard__?.(e.name,e.version,n)},named:async(e,n,r)=>{await t.__emitGuard__?.(e,n,r)},object:async e=>{await t.__emitGuard__?.(e.name,e.version,e.payload)}}}function n(e,t,n){return e.register(t).bind(t,n)}function r(e,t){return{spec:e,handler:t,install:r=>n(r,e,t)}}export{n as installOp,t as makeEmit,r as op};
|
|
@@ -48,5 +48,4 @@ interface IntegrationConnection {
|
|
|
48
48
|
usage?: IntegrationUsageMetrics;
|
|
49
49
|
}
|
|
50
50
|
//#endregion
|
|
51
|
-
export { ConnectionStatus, IntegrationConnection, IntegrationConnectionHealth, IntegrationConnectionMeta, IntegrationUsageMetrics };
|
|
52
|
-
//# sourceMappingURL=connection.d.ts.map
|
|
51
|
+
export { ConnectionStatus, IntegrationConnection, IntegrationConnectionHealth, IntegrationConnectionMeta, IntegrationUsageMetrics };
|
|
@@ -1,400 +1,400 @@
|
|
|
1
1
|
import { ContractSpec } from "../spec.js";
|
|
2
2
|
import { SpecRegistry } from "../registry.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _lssm_lib_schema181 from "@lssm/lib.schema";
|
|
4
4
|
import { SchemaModel } from "@lssm/lib.schema";
|
|
5
5
|
|
|
6
6
|
//#region src/integrations/contracts.d.ts
|
|
7
7
|
declare const CreateIntegrationConnection: ContractSpec<SchemaModel<{
|
|
8
8
|
tenantId: {
|
|
9
|
-
type:
|
|
9
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
integrationKey: {
|
|
13
|
-
type:
|
|
13
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
integrationVersion: {
|
|
17
|
-
type:
|
|
17
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
18
18
|
isOptional: false;
|
|
19
19
|
};
|
|
20
20
|
label: {
|
|
21
|
-
type:
|
|
21
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
ownershipMode: {
|
|
25
|
-
type:
|
|
25
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
externalAccountId: {
|
|
29
|
-
type:
|
|
29
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
30
30
|
isOptional: true;
|
|
31
31
|
};
|
|
32
32
|
secretProvider: {
|
|
33
|
-
type:
|
|
33
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
secretRef: {
|
|
37
|
-
type:
|
|
37
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
environment: {
|
|
41
|
-
type:
|
|
41
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
42
42
|
isOptional: true;
|
|
43
43
|
};
|
|
44
44
|
config: {
|
|
45
|
-
type:
|
|
45
|
+
type: _lssm_lib_schema181.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
46
46
|
isOptional: false;
|
|
47
47
|
};
|
|
48
48
|
}>, SchemaModel<{
|
|
49
49
|
id: {
|
|
50
|
-
type:
|
|
50
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
51
51
|
isOptional: false;
|
|
52
52
|
};
|
|
53
53
|
tenantId: {
|
|
54
|
-
type:
|
|
54
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
55
55
|
isOptional: false;
|
|
56
56
|
};
|
|
57
57
|
integrationKey: {
|
|
58
|
-
type:
|
|
58
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
59
59
|
isOptional: false;
|
|
60
60
|
};
|
|
61
61
|
integrationVersion: {
|
|
62
|
-
type:
|
|
62
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
63
63
|
isOptional: false;
|
|
64
64
|
};
|
|
65
65
|
label: {
|
|
66
|
-
type:
|
|
66
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
67
67
|
isOptional: false;
|
|
68
68
|
};
|
|
69
69
|
ownershipMode: {
|
|
70
|
-
type:
|
|
70
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
71
71
|
isOptional: false;
|
|
72
72
|
};
|
|
73
73
|
externalAccountId: {
|
|
74
|
-
type:
|
|
74
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
75
75
|
isOptional: true;
|
|
76
76
|
};
|
|
77
77
|
secretProvider: {
|
|
78
|
-
type:
|
|
78
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
79
79
|
isOptional: false;
|
|
80
80
|
};
|
|
81
81
|
secretRef: {
|
|
82
|
-
type:
|
|
82
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
83
83
|
isOptional: false;
|
|
84
84
|
};
|
|
85
85
|
status: {
|
|
86
|
-
type:
|
|
86
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
87
87
|
isOptional: false;
|
|
88
88
|
};
|
|
89
89
|
environment: {
|
|
90
|
-
type:
|
|
90
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
91
91
|
isOptional: true;
|
|
92
92
|
};
|
|
93
93
|
healthStatus: {
|
|
94
|
-
type:
|
|
94
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
95
95
|
isOptional: true;
|
|
96
96
|
};
|
|
97
97
|
healthCheckedAt: {
|
|
98
|
-
type:
|
|
98
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
99
99
|
isOptional: true;
|
|
100
100
|
};
|
|
101
101
|
healthLatencyMs: {
|
|
102
|
-
type:
|
|
102
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
103
103
|
isOptional: true;
|
|
104
104
|
};
|
|
105
105
|
healthErrorCode: {
|
|
106
|
-
type:
|
|
106
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
107
107
|
isOptional: true;
|
|
108
108
|
};
|
|
109
109
|
healthErrorMessage: {
|
|
110
|
-
type:
|
|
110
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
111
111
|
isOptional: true;
|
|
112
112
|
};
|
|
113
113
|
usageRequestCount: {
|
|
114
|
-
type:
|
|
114
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
115
115
|
isOptional: true;
|
|
116
116
|
};
|
|
117
117
|
usageSuccessCount: {
|
|
118
|
-
type:
|
|
118
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
119
119
|
isOptional: true;
|
|
120
120
|
};
|
|
121
121
|
usageErrorCount: {
|
|
122
|
-
type:
|
|
122
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
123
123
|
isOptional: true;
|
|
124
124
|
};
|
|
125
125
|
usageLastUsedAt: {
|
|
126
|
-
type:
|
|
126
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
127
127
|
isOptional: true;
|
|
128
128
|
};
|
|
129
129
|
usageLastErrorAt: {
|
|
130
|
-
type:
|
|
130
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
131
131
|
isOptional: true;
|
|
132
132
|
};
|
|
133
133
|
usageLastErrorCode: {
|
|
134
|
-
type:
|
|
134
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
135
135
|
isOptional: true;
|
|
136
136
|
};
|
|
137
137
|
createdAt: {
|
|
138
|
-
type:
|
|
138
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
139
139
|
isOptional: true;
|
|
140
140
|
};
|
|
141
141
|
updatedAt: {
|
|
142
|
-
type:
|
|
142
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
143
143
|
isOptional: true;
|
|
144
144
|
};
|
|
145
145
|
}>, undefined>;
|
|
146
146
|
declare const UpdateIntegrationConnection: ContractSpec<SchemaModel<{
|
|
147
147
|
connectionId: {
|
|
148
|
-
type:
|
|
148
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
149
149
|
isOptional: false;
|
|
150
150
|
};
|
|
151
151
|
label: {
|
|
152
|
-
type:
|
|
152
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
153
153
|
isOptional: true;
|
|
154
154
|
};
|
|
155
155
|
status: {
|
|
156
|
-
type:
|
|
156
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
157
157
|
isOptional: true;
|
|
158
158
|
};
|
|
159
159
|
ownershipMode: {
|
|
160
|
-
type:
|
|
160
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
161
161
|
isOptional: true;
|
|
162
162
|
};
|
|
163
163
|
externalAccountId: {
|
|
164
|
-
type:
|
|
164
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
165
165
|
isOptional: true;
|
|
166
166
|
};
|
|
167
167
|
secretProvider: {
|
|
168
|
-
type:
|
|
168
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
169
169
|
isOptional: true;
|
|
170
170
|
};
|
|
171
171
|
secretRef: {
|
|
172
|
-
type:
|
|
172
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
173
173
|
isOptional: true;
|
|
174
174
|
};
|
|
175
175
|
config: {
|
|
176
|
-
type:
|
|
176
|
+
type: _lssm_lib_schema181.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
177
177
|
isOptional: true;
|
|
178
178
|
};
|
|
179
179
|
}>, SchemaModel<{
|
|
180
180
|
id: {
|
|
181
|
-
type:
|
|
181
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
182
182
|
isOptional: false;
|
|
183
183
|
};
|
|
184
184
|
tenantId: {
|
|
185
|
-
type:
|
|
185
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
186
186
|
isOptional: false;
|
|
187
187
|
};
|
|
188
188
|
integrationKey: {
|
|
189
|
-
type:
|
|
189
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
190
190
|
isOptional: false;
|
|
191
191
|
};
|
|
192
192
|
integrationVersion: {
|
|
193
|
-
type:
|
|
193
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
194
194
|
isOptional: false;
|
|
195
195
|
};
|
|
196
196
|
label: {
|
|
197
|
-
type:
|
|
197
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
198
198
|
isOptional: false;
|
|
199
199
|
};
|
|
200
200
|
ownershipMode: {
|
|
201
|
-
type:
|
|
201
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
202
202
|
isOptional: false;
|
|
203
203
|
};
|
|
204
204
|
externalAccountId: {
|
|
205
|
-
type:
|
|
205
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
206
206
|
isOptional: true;
|
|
207
207
|
};
|
|
208
208
|
secretProvider: {
|
|
209
|
-
type:
|
|
209
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
210
210
|
isOptional: false;
|
|
211
211
|
};
|
|
212
212
|
secretRef: {
|
|
213
|
-
type:
|
|
213
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
214
214
|
isOptional: false;
|
|
215
215
|
};
|
|
216
216
|
status: {
|
|
217
|
-
type:
|
|
217
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
218
218
|
isOptional: false;
|
|
219
219
|
};
|
|
220
220
|
environment: {
|
|
221
|
-
type:
|
|
221
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
222
222
|
isOptional: true;
|
|
223
223
|
};
|
|
224
224
|
healthStatus: {
|
|
225
|
-
type:
|
|
225
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
226
226
|
isOptional: true;
|
|
227
227
|
};
|
|
228
228
|
healthCheckedAt: {
|
|
229
|
-
type:
|
|
229
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
230
230
|
isOptional: true;
|
|
231
231
|
};
|
|
232
232
|
healthLatencyMs: {
|
|
233
|
-
type:
|
|
233
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
234
234
|
isOptional: true;
|
|
235
235
|
};
|
|
236
236
|
healthErrorCode: {
|
|
237
|
-
type:
|
|
237
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
238
238
|
isOptional: true;
|
|
239
239
|
};
|
|
240
240
|
healthErrorMessage: {
|
|
241
|
-
type:
|
|
241
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
242
242
|
isOptional: true;
|
|
243
243
|
};
|
|
244
244
|
usageRequestCount: {
|
|
245
|
-
type:
|
|
245
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
246
246
|
isOptional: true;
|
|
247
247
|
};
|
|
248
248
|
usageSuccessCount: {
|
|
249
|
-
type:
|
|
249
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
250
250
|
isOptional: true;
|
|
251
251
|
};
|
|
252
252
|
usageErrorCount: {
|
|
253
|
-
type:
|
|
253
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
254
254
|
isOptional: true;
|
|
255
255
|
};
|
|
256
256
|
usageLastUsedAt: {
|
|
257
|
-
type:
|
|
257
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
258
258
|
isOptional: true;
|
|
259
259
|
};
|
|
260
260
|
usageLastErrorAt: {
|
|
261
|
-
type:
|
|
261
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
262
262
|
isOptional: true;
|
|
263
263
|
};
|
|
264
264
|
usageLastErrorCode: {
|
|
265
|
-
type:
|
|
265
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
266
266
|
isOptional: true;
|
|
267
267
|
};
|
|
268
268
|
createdAt: {
|
|
269
|
-
type:
|
|
269
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
270
270
|
isOptional: true;
|
|
271
271
|
};
|
|
272
272
|
updatedAt: {
|
|
273
|
-
type:
|
|
273
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
274
274
|
isOptional: true;
|
|
275
275
|
};
|
|
276
276
|
}>, undefined>;
|
|
277
277
|
declare const DeleteIntegrationConnection: ContractSpec<SchemaModel<{
|
|
278
278
|
connectionId: {
|
|
279
|
-
type:
|
|
279
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
280
280
|
isOptional: false;
|
|
281
281
|
};
|
|
282
282
|
}>, SchemaModel<{
|
|
283
283
|
success: {
|
|
284
|
-
type:
|
|
284
|
+
type: _lssm_lib_schema181.FieldType<boolean, boolean>;
|
|
285
285
|
isOptional: false;
|
|
286
286
|
};
|
|
287
287
|
}>, undefined>;
|
|
288
288
|
declare const ListIntegrationConnections: ContractSpec<SchemaModel<{
|
|
289
289
|
tenantId: {
|
|
290
|
-
type:
|
|
290
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
291
291
|
isOptional: false;
|
|
292
292
|
};
|
|
293
293
|
category: {
|
|
294
|
-
type:
|
|
294
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
295
295
|
isOptional: true;
|
|
296
296
|
};
|
|
297
297
|
status: {
|
|
298
|
-
type:
|
|
298
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
299
299
|
isOptional: true;
|
|
300
300
|
};
|
|
301
301
|
}>, SchemaModel<{
|
|
302
302
|
connections: {
|
|
303
303
|
type: SchemaModel<{
|
|
304
304
|
id: {
|
|
305
|
-
type:
|
|
305
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
306
306
|
isOptional: false;
|
|
307
307
|
};
|
|
308
308
|
tenantId: {
|
|
309
|
-
type:
|
|
309
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
310
310
|
isOptional: false;
|
|
311
311
|
};
|
|
312
312
|
integrationKey: {
|
|
313
|
-
type:
|
|
313
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
314
314
|
isOptional: false;
|
|
315
315
|
};
|
|
316
316
|
integrationVersion: {
|
|
317
|
-
type:
|
|
317
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
318
318
|
isOptional: false;
|
|
319
319
|
};
|
|
320
320
|
label: {
|
|
321
|
-
type:
|
|
321
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
322
322
|
isOptional: false;
|
|
323
323
|
};
|
|
324
324
|
ownershipMode: {
|
|
325
|
-
type:
|
|
325
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
326
326
|
isOptional: false;
|
|
327
327
|
};
|
|
328
328
|
externalAccountId: {
|
|
329
|
-
type:
|
|
329
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
330
330
|
isOptional: true;
|
|
331
331
|
};
|
|
332
332
|
secretProvider: {
|
|
333
|
-
type:
|
|
333
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
334
334
|
isOptional: false;
|
|
335
335
|
};
|
|
336
336
|
secretRef: {
|
|
337
|
-
type:
|
|
337
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
338
338
|
isOptional: false;
|
|
339
339
|
};
|
|
340
340
|
status: {
|
|
341
|
-
type:
|
|
341
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
342
342
|
isOptional: false;
|
|
343
343
|
};
|
|
344
344
|
environment: {
|
|
345
|
-
type:
|
|
345
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
346
346
|
isOptional: true;
|
|
347
347
|
};
|
|
348
348
|
healthStatus: {
|
|
349
|
-
type:
|
|
349
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
350
350
|
isOptional: true;
|
|
351
351
|
};
|
|
352
352
|
healthCheckedAt: {
|
|
353
|
-
type:
|
|
353
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
354
354
|
isOptional: true;
|
|
355
355
|
};
|
|
356
356
|
healthLatencyMs: {
|
|
357
|
-
type:
|
|
357
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
358
358
|
isOptional: true;
|
|
359
359
|
};
|
|
360
360
|
healthErrorCode: {
|
|
361
|
-
type:
|
|
361
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
362
362
|
isOptional: true;
|
|
363
363
|
};
|
|
364
364
|
healthErrorMessage: {
|
|
365
|
-
type:
|
|
365
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
366
366
|
isOptional: true;
|
|
367
367
|
};
|
|
368
368
|
usageRequestCount: {
|
|
369
|
-
type:
|
|
369
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
370
370
|
isOptional: true;
|
|
371
371
|
};
|
|
372
372
|
usageSuccessCount: {
|
|
373
|
-
type:
|
|
373
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
374
374
|
isOptional: true;
|
|
375
375
|
};
|
|
376
376
|
usageErrorCount: {
|
|
377
|
-
type:
|
|
377
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
378
378
|
isOptional: true;
|
|
379
379
|
};
|
|
380
380
|
usageLastUsedAt: {
|
|
381
|
-
type:
|
|
381
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
382
382
|
isOptional: true;
|
|
383
383
|
};
|
|
384
384
|
usageLastErrorAt: {
|
|
385
|
-
type:
|
|
385
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
386
386
|
isOptional: true;
|
|
387
387
|
};
|
|
388
388
|
usageLastErrorCode: {
|
|
389
|
-
type:
|
|
389
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
390
390
|
isOptional: true;
|
|
391
391
|
};
|
|
392
392
|
createdAt: {
|
|
393
|
-
type:
|
|
393
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
394
394
|
isOptional: true;
|
|
395
395
|
};
|
|
396
396
|
updatedAt: {
|
|
397
|
-
type:
|
|
397
|
+
type: _lssm_lib_schema181.FieldType<Date, string>;
|
|
398
398
|
isOptional: true;
|
|
399
399
|
};
|
|
400
400
|
}>;
|
|
@@ -404,33 +404,32 @@ declare const ListIntegrationConnections: ContractSpec<SchemaModel<{
|
|
|
404
404
|
}>, undefined>;
|
|
405
405
|
declare const TestIntegrationConnection: ContractSpec<SchemaModel<{
|
|
406
406
|
connectionId: {
|
|
407
|
-
type:
|
|
407
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
408
408
|
isOptional: false;
|
|
409
409
|
};
|
|
410
410
|
}>, SchemaModel<{
|
|
411
411
|
success: {
|
|
412
|
-
type:
|
|
412
|
+
type: _lssm_lib_schema181.FieldType<boolean, boolean>;
|
|
413
413
|
isOptional: false;
|
|
414
414
|
};
|
|
415
415
|
status: {
|
|
416
|
-
type:
|
|
416
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
417
417
|
isOptional: true;
|
|
418
418
|
};
|
|
419
419
|
latencyMs: {
|
|
420
|
-
type:
|
|
420
|
+
type: _lssm_lib_schema181.FieldType<number, number>;
|
|
421
421
|
isOptional: true;
|
|
422
422
|
};
|
|
423
423
|
error: {
|
|
424
|
-
type:
|
|
424
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
425
425
|
isOptional: true;
|
|
426
426
|
};
|
|
427
427
|
errorCode: {
|
|
428
|
-
type:
|
|
428
|
+
type: _lssm_lib_schema181.FieldType<string, string>;
|
|
429
429
|
isOptional: true;
|
|
430
430
|
};
|
|
431
431
|
}>, undefined>;
|
|
432
432
|
declare const integrationContracts: Record<string, ContractSpec<any, any>>;
|
|
433
433
|
declare function registerIntegrationContracts(registry: SpecRegistry): SpecRegistry;
|
|
434
434
|
//#endregion
|
|
435
|
-
export { CreateIntegrationConnection, DeleteIntegrationConnection, ListIntegrationConnections, TestIntegrationConnection, UpdateIntegrationConnection, integrationContracts, registerIntegrationContracts };
|
|
436
|
-
//# sourceMappingURL=contracts.d.ts.map
|
|
435
|
+
export { CreateIntegrationConnection, DeleteIntegrationConnection, ListIntegrationConnections, TestIntegrationConnection, UpdateIntegrationConnection, integrationContracts, registerIntegrationContracts };
|