@contractspec/lib.contracts 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/_virtual/rolldown_runtime.js +37 -0
- package/dist/app-config/app-config.feature.d.ts +12 -0
- package/dist/app-config/app-config.feature.js +54 -0
- package/dist/app-config/branding.d.ts +55 -0
- package/dist/app-config/branding.js +0 -0
- package/dist/app-config/contracts.d.ts +245 -0
- package/dist/app-config/contracts.js +395 -0
- package/dist/app-config/docs/app-config.docblock.d.ts +6 -0
- package/dist/app-config/docs/app-config.docblock.js +21 -0
- package/dist/app-config/events.d.ts +122 -0
- package/dist/app-config/events.js +174 -0
- package/dist/app-config/index.d.ts +9 -0
- package/dist/app-config/index.js +8 -0
- package/dist/app-config/lifecycle-contracts.d.ts +273 -0
- package/dist/app-config/lifecycle-contracts.js +440 -0
- package/dist/app-config/lifecycle.d.ts +27 -0
- package/dist/app-config/lifecycle.js +0 -0
- package/dist/app-config/runtime.d.ts +120 -0
- package/dist/app-config/runtime.js +617 -0
- package/dist/app-config/spec.d.ts +173 -0
- package/dist/app-config/spec.js +36 -0
- package/dist/app-config/validation.d.ts +49 -0
- package/dist/app-config/validation.js +538 -0
- package/dist/capabilities/capabilities.d.ts +48 -0
- package/dist/capabilities/capabilities.js +50 -0
- package/dist/capabilities/docs/capabilities.docblock.d.ts +6 -0
- package/dist/capabilities/docs/capabilities.docblock.js +21 -0
- package/dist/capabilities/index.d.ts +3 -0
- package/dist/capabilities/index.js +4 -0
- package/dist/capabilities/openbanking.d.ts +10 -0
- package/dist/capabilities/openbanking.js +92 -0
- package/dist/client/index.d.ts +6 -0
- package/dist/client/index.js +9 -0
- package/dist/client/react/drivers/rn-reusables.d.ts +22 -0
- package/dist/client/react/drivers/rn-reusables.js +21 -0
- package/dist/client/react/drivers/shadcn.d.ts +12 -0
- package/dist/client/react/drivers/shadcn.js +11 -0
- package/dist/client/react/feature-render.d.ts +23 -0
- package/dist/client/react/feature-render.js +44 -0
- package/dist/client/react/form-render.d.ts +92 -0
- package/dist/client/react/form-render.js +298 -0
- package/dist/client/react/index.d.ts +5 -0
- package/dist/client/react/index.js +8 -0
- package/dist/contract-registry/index.d.ts +3 -0
- package/dist/contract-registry/index.js +3 -0
- package/dist/contract-registry/schemas.d.ts +124 -0
- package/dist/contract-registry/schemas.js +61 -0
- package/dist/contract-registry/types.d.ts +46 -0
- package/dist/contract-registry/types.js +0 -0
- package/dist/data-views/data-views.d.ts +5 -0
- package/dist/data-views/data-views.js +4 -0
- package/dist/data-views/docs/data-views.docblock.d.ts +6 -0
- package/dist/data-views/docs/data-views.docblock.js +21 -0
- package/dist/data-views/index.d.ts +4 -0
- package/dist/data-views/index.js +4 -0
- package/dist/data-views/query-generator.d.ts +40 -0
- package/dist/data-views/query-generator.js +48 -0
- package/dist/data-views/registry.d.ts +51 -0
- package/dist/data-views/registry.js +82 -0
- package/dist/data-views/runtime.d.ts +28 -0
- package/dist/data-views/runtime.js +39 -0
- package/dist/data-views/spec.d.ts +32 -0
- package/dist/data-views/spec.js +10 -0
- package/dist/data-views/types.d.ts +157 -0
- package/dist/data-views/types.js +0 -0
- package/dist/docs/accessibility_wcag_compliance_specs.docblock.d.ts +6 -0
- package/dist/docs/accessibility_wcag_compliance_specs.docblock.js +17 -0
- package/dist/docs/index.d.ts +6 -0
- package/dist/docs/index.js +29 -0
- package/dist/docs/meta.docs.d.ts +6 -0
- package/dist/docs/meta.docs.js +29 -0
- package/dist/docs/presentations.d.ts +33 -0
- package/dist/docs/presentations.js +64 -0
- package/dist/docs/registry.d.ts +23 -0
- package/dist/docs/registry.js +51 -0
- package/dist/docs/tech/auth/better-auth-nextjs.docblock.d.ts +6 -0
- package/dist/docs/tech/auth/better-auth-nextjs.docblock.js +81 -0
- package/dist/docs/tech/contracts/README.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/README.docblock.js +21 -0
- package/dist/docs/tech/contracts/create-subscription.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/create-subscription.docblock.js +21 -0
- package/dist/docs/tech/contracts/graphql-typed-outputs.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/graphql-typed-outputs.docblock.js +21 -0
- package/dist/docs/tech/contracts/migrations.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/migrations.docblock.js +21 -0
- package/dist/docs/tech/contracts/openapi-export.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/openapi-export.docblock.js +58 -0
- package/dist/docs/tech/contracts/openapi-import.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/openapi-import.docblock.js +65 -0
- package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js +21 -0
- package/dist/docs/tech/contracts/overlays.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/overlays.docblock.js +21 -0
- package/dist/docs/tech/contracts/tests.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/tests.docblock.js +21 -0
- package/dist/docs/tech/contracts/themes.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/themes.docblock.js +21 -0
- package/dist/docs/tech/contracts/vertical-pocket-family-office.docblock.d.ts +6 -0
- package/dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js +21 -0
- package/dist/docs/tech/lifecycle-stage-system.docblock.d.ts +6 -0
- package/dist/docs/tech/lifecycle-stage-system.docblock.js +17 -0
- package/dist/docs/tech/llm/llm-integration.docblock.d.ts +7 -0
- package/dist/docs/tech/llm/llm-integration.docblock.js +358 -0
- package/dist/docs/tech/mcp-endpoints.docblock.d.ts +6 -0
- package/dist/docs/tech/mcp-endpoints.docblock.js +38 -0
- package/dist/docs/tech/presentation-runtime.docblock.d.ts +6 -0
- package/dist/docs/tech/presentation-runtime.docblock.js +17 -0
- package/dist/docs/tech/schema/README.docblock.d.ts +6 -0
- package/dist/docs/tech/schema/README.docblock.js +21 -0
- package/dist/docs/tech/studio/learning-events.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/learning-events.docblock.js +49 -0
- package/dist/docs/tech/studio/learning-journeys.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/learning-journeys.docblock.js +80 -0
- package/dist/docs/tech/studio/platform-admin-panel.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/platform-admin-panel.docblock.js +85 -0
- package/dist/docs/tech/studio/project-access-teams.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/project-access-teams.docblock.js +46 -0
- package/dist/docs/tech/studio/project-routing.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/project-routing.docblock.js +68 -0
- package/dist/docs/tech/studio/sandbox-unlogged.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/sandbox-unlogged.docblock.js +41 -0
- package/dist/docs/tech/studio/team-invitations.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/team-invitations.docblock.js +70 -0
- package/dist/docs/tech/studio/workspace-ops.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/workspace-ops.docblock.js +48 -0
- package/dist/docs/tech/studio/workspaces.docblock.d.ts +6 -0
- package/dist/docs/tech/studio/workspaces.docblock.js +63 -0
- package/dist/docs/tech/telemetry-ingest.docblock.d.ts +6 -0
- package/dist/docs/tech/telemetry-ingest.docblock.js +156 -0
- package/dist/docs/tech/templates/runtime.docblock.d.ts +6 -0
- package/dist/docs/tech/templates/runtime.docblock.js +21 -0
- package/dist/docs/tech/vscode-extension.docblock.d.ts +6 -0
- package/dist/docs/tech/vscode-extension.docblock.js +102 -0
- package/dist/docs/tech-contracts.docs.d.ts +6 -0
- package/dist/docs/tech-contracts.docs.js +96 -0
- package/dist/docs/types.d.ts +41 -0
- package/dist/docs/types.js +0 -0
- package/dist/events.d.ts +47 -0
- package/dist/events.js +19 -0
- package/dist/experiments/docs/experiments.docblock.d.ts +6 -0
- package/dist/experiments/docs/experiments.docblock.js +21 -0
- package/dist/experiments/evaluator.d.ts +37 -0
- package/dist/experiments/evaluator.js +101 -0
- package/dist/experiments/spec-resolver.d.ts +17 -0
- package/dist/experiments/spec-resolver.js +0 -0
- package/dist/experiments/spec.d.ts +82 -0
- package/dist/experiments/spec.js +33 -0
- package/dist/features/index.d.ts +5 -0
- package/dist/features/index.js +5 -0
- package/dist/features/install.d.ts +22 -0
- package/dist/features/install.js +36 -0
- package/dist/features/registry.d.ts +26 -0
- package/dist/features/registry.js +49 -0
- package/dist/features/types.d.ts +88 -0
- package/dist/features/types.js +0 -0
- package/dist/features/validation.d.ts +8 -0
- package/dist/features/validation.js +14 -0
- package/dist/forms/docs/forms.docblock.d.ts +6 -0
- package/dist/forms/docs/forms.docblock.js +21 -0
- package/dist/forms/forms.d.ts +266 -0
- package/dist/forms/forms.js +146 -0
- package/dist/forms/index.d.ts +2 -0
- package/dist/forms/index.js +3 -0
- package/dist/index.d.ts +147 -0
- package/dist/index.js +121 -0
- package/dist/install.d.ts +77 -0
- package/dist/install.js +40 -0
- package/dist/integrations/binding.d.ts +17 -0
- package/dist/integrations/binding.js +0 -0
- package/dist/integrations/connection.d.ts +51 -0
- package/dist/integrations/connection.js +0 -0
- package/dist/integrations/docs/integrations.docblock.d.ts +6 -0
- package/dist/integrations/docs/integrations.docblock.js +94 -0
- package/dist/integrations/health.d.ts +21 -0
- package/dist/integrations/health.js +69 -0
- package/dist/integrations/index.d.ts +34 -0
- package/dist/integrations/index.js +23 -0
- package/dist/integrations/integrations.feature.d.ts +12 -0
- package/dist/integrations/integrations.feature.js +60 -0
- package/dist/integrations/openbanking/contracts/accounts.d.ts +289 -0
- package/dist/integrations/openbanking/contracts/accounts.js +236 -0
- package/dist/integrations/openbanking/contracts/balances.d.ts +165 -0
- package/dist/integrations/openbanking/contracts/balances.js +166 -0
- package/dist/integrations/openbanking/contracts/index.d.ts +10 -0
- package/dist/integrations/openbanking/contracts/index.js +12 -0
- package/dist/integrations/openbanking/contracts/transactions.d.ts +213 -0
- package/dist/integrations/openbanking/contracts/transactions.js +217 -0
- package/dist/integrations/openbanking/guards.d.ts +12 -0
- package/dist/integrations/openbanking/guards.js +33 -0
- package/dist/integrations/openbanking/models.d.ts +228 -0
- package/dist/integrations/openbanking/models.js +240 -0
- package/dist/integrations/openbanking/openbanking.feature.d.ts +12 -0
- package/dist/integrations/openbanking/openbanking.feature.js +69 -0
- package/dist/integrations/openbanking/telemetry.d.ts +15 -0
- package/dist/integrations/openbanking/telemetry.js +39 -0
- package/dist/integrations/operations.d.ts +437 -0
- package/dist/integrations/operations.js +392 -0
- package/dist/integrations/providers/calendar.d.ts +78 -0
- package/dist/integrations/providers/calendar.js +0 -0
- package/dist/integrations/providers/elevenlabs.d.ts +7 -0
- package/dist/integrations/providers/elevenlabs.js +55 -0
- package/dist/integrations/providers/email.d.ts +86 -0
- package/dist/integrations/providers/email.js +0 -0
- package/dist/integrations/providers/embedding.d.ts +24 -0
- package/dist/integrations/providers/embedding.js +0 -0
- package/dist/integrations/providers/gcs-storage.d.ts +7 -0
- package/dist/integrations/providers/gcs-storage.js +78 -0
- package/dist/integrations/providers/gmail.d.ts +7 -0
- package/dist/integrations/providers/gmail.js +90 -0
- package/dist/integrations/providers/google-calendar.d.ts +7 -0
- package/dist/integrations/providers/google-calendar.js +69 -0
- package/dist/integrations/providers/impls/elevenlabs-voice.d.ts +20 -0
- package/dist/integrations/providers/impls/elevenlabs-voice.js +95 -0
- package/dist/integrations/providers/impls/gcs-storage.d.ts +24 -0
- package/dist/integrations/providers/impls/gcs-storage.js +88 -0
- package/dist/integrations/providers/impls/gmail-inbound.d.ts +26 -0
- package/dist/integrations/providers/impls/gmail-inbound.js +200 -0
- package/dist/integrations/providers/impls/gmail-outbound.d.ts +18 -0
- package/dist/integrations/providers/impls/gmail-outbound.js +105 -0
- package/dist/integrations/providers/impls/google-calendar.d.ts +23 -0
- package/dist/integrations/providers/impls/google-calendar.js +154 -0
- package/dist/integrations/providers/impls/index.d.ts +15 -0
- package/dist/integrations/providers/impls/index.js +16 -0
- package/dist/integrations/providers/impls/mistral-embedding.d.ts +23 -0
- package/dist/integrations/providers/impls/mistral-embedding.js +41 -0
- package/dist/integrations/providers/impls/mistral-llm.d.ts +31 -0
- package/dist/integrations/providers/impls/mistral-llm.js +247 -0
- package/dist/integrations/providers/impls/postmark-email.d.ts +19 -0
- package/dist/integrations/providers/impls/postmark-email.js +55 -0
- package/dist/integrations/providers/impls/powens-client.d.ts +124 -0
- package/dist/integrations/providers/impls/powens-client.js +171 -0
- package/dist/integrations/providers/impls/powens-openbanking.d.ts +27 -0
- package/dist/integrations/providers/impls/powens-openbanking.js +218 -0
- package/dist/integrations/providers/impls/provider-factory.d.ts +26 -0
- package/dist/integrations/providers/impls/provider-factory.js +145 -0
- package/dist/integrations/providers/impls/qdrant-vector.d.ts +24 -0
- package/dist/integrations/providers/impls/qdrant-vector.js +69 -0
- package/dist/integrations/providers/impls/stripe-payments.d.ts +28 -0
- package/dist/integrations/providers/impls/stripe-payments.js +202 -0
- package/dist/integrations/providers/impls/twilio-sms.d.ts +20 -0
- package/dist/integrations/providers/impls/twilio-sms.js +58 -0
- package/dist/integrations/providers/index.d.ts +22 -0
- package/dist/integrations/providers/index.js +13 -0
- package/dist/integrations/providers/llm.d.ts +82 -0
- package/dist/integrations/providers/llm.js +0 -0
- package/dist/integrations/providers/mistral.d.ts +7 -0
- package/dist/integrations/providers/mistral.js +71 -0
- package/dist/integrations/providers/openbanking.d.ts +128 -0
- package/dist/integrations/providers/openbanking.js +0 -0
- package/dist/integrations/providers/payments.d.ts +109 -0
- package/dist/integrations/providers/payments.js +0 -0
- package/dist/integrations/providers/postmark.d.ts +7 -0
- package/dist/integrations/providers/postmark.js +71 -0
- package/dist/integrations/providers/powens.d.ts +7 -0
- package/dist/integrations/providers/powens.js +119 -0
- package/dist/integrations/providers/qdrant.d.ts +7 -0
- package/dist/integrations/providers/qdrant.js +76 -0
- package/dist/integrations/providers/registry.d.ts +11 -0
- package/dist/integrations/providers/registry.js +34 -0
- package/dist/integrations/providers/sms.d.ts +34 -0
- package/dist/integrations/providers/sms.js +0 -0
- package/dist/integrations/providers/storage.d.ts +60 -0
- package/dist/integrations/providers/storage.js +0 -0
- package/dist/integrations/providers/stripe.d.ts +7 -0
- package/dist/integrations/providers/stripe.js +86 -0
- package/dist/integrations/providers/twilio-sms.d.ts +7 -0
- package/dist/integrations/providers/twilio-sms.js +64 -0
- package/dist/integrations/providers/vector-store.d.ts +43 -0
- package/dist/integrations/providers/vector-store.js +0 -0
- package/dist/integrations/providers/voice.d.ts +34 -0
- package/dist/integrations/providers/voice.js +0 -0
- package/dist/integrations/runtime.d.ts +99 -0
- package/dist/integrations/runtime.js +186 -0
- package/dist/integrations/secrets/aws-secret-manager.d.ts +31 -0
- package/dist/integrations/secrets/aws-secret-manager.js +231 -0
- package/dist/integrations/secrets/env-secret-provider.d.ts +31 -0
- package/dist/integrations/secrets/env-secret-provider.js +81 -0
- package/dist/integrations/secrets/gcp-secret-manager.d.ts +32 -0
- package/dist/integrations/secrets/gcp-secret-manager.js +229 -0
- package/dist/integrations/secrets/index.d.ts +7 -0
- package/dist/integrations/secrets/index.js +8 -0
- package/dist/integrations/secrets/manager.d.ts +47 -0
- package/dist/integrations/secrets/manager.js +103 -0
- package/dist/integrations/secrets/provider.d.ts +52 -0
- package/dist/integrations/secrets/provider.js +58 -0
- package/dist/integrations/secrets/scaleway-secret-manager.d.ts +38 -0
- package/dist/integrations/secrets/scaleway-secret-manager.js +247 -0
- package/dist/integrations/secrets-types.d.ts +17 -0
- package/dist/integrations/secrets-types.js +0 -0
- package/dist/integrations/spec.d.ts +75 -0
- package/dist/integrations/spec.js +39 -0
- package/dist/jobs/define-job.d.ts +18 -0
- package/dist/jobs/define-job.js +16 -0
- package/dist/jobs/gcp-cloud-tasks.d.ts +41 -0
- package/dist/jobs/gcp-cloud-tasks.js +53 -0
- package/dist/jobs/gcp-pubsub.d.ts +25 -0
- package/dist/jobs/gcp-pubsub.js +39 -0
- package/dist/jobs/handlers/gmail-sync-handler.d.ts +9 -0
- package/dist/jobs/handlers/gmail-sync-handler.js +9 -0
- package/dist/jobs/handlers/index.d.ts +9 -0
- package/dist/jobs/handlers/index.js +12 -0
- package/dist/jobs/handlers/ping-handler.d.ts +10 -0
- package/dist/jobs/handlers/ping-handler.js +15 -0
- package/dist/jobs/handlers/storage-document-handler.d.ts +12 -0
- package/dist/jobs/handlers/storage-document-handler.js +14 -0
- package/dist/jobs/index.d.ts +3 -0
- package/dist/jobs/index.js +4 -0
- package/dist/jobs/memory-queue.d.ts +18 -0
- package/dist/jobs/memory-queue.js +71 -0
- package/dist/jobs/queue.d.ts +131 -0
- package/dist/jobs/queue.js +33 -0
- package/dist/jobs/scaleway-sqs-queue.d.ts +30 -0
- package/dist/jobs/scaleway-sqs-queue.js +153 -0
- package/dist/jsonschema.d.ts +27 -0
- package/dist/jsonschema.js +32 -0
- package/dist/knowledge/binding.d.ts +25 -0
- package/dist/knowledge/binding.js +0 -0
- package/dist/knowledge/docs/knowledge.docblock.d.ts +6 -0
- package/dist/knowledge/docs/knowledge.docblock.js +21 -0
- package/dist/knowledge/index.d.ts +11 -0
- package/dist/knowledge/index.js +10 -0
- package/dist/knowledge/ingestion/document-processor.d.ts +24 -0
- package/dist/knowledge/ingestion/document-processor.js +54 -0
- package/dist/knowledge/ingestion/embedding-service.d.ts +12 -0
- package/dist/knowledge/ingestion/embedding-service.js +25 -0
- package/dist/knowledge/ingestion/gmail-adapter.d.ts +18 -0
- package/dist/knowledge/ingestion/gmail-adapter.js +51 -0
- package/dist/knowledge/ingestion/index.d.ts +6 -0
- package/dist/knowledge/ingestion/index.js +7 -0
- package/dist/knowledge/ingestion/storage-adapter.d.ts +15 -0
- package/dist/knowledge/ingestion/storage-adapter.js +26 -0
- package/dist/knowledge/ingestion/vector-indexer.d.ts +18 -0
- package/dist/knowledge/ingestion/vector-indexer.js +32 -0
- package/dist/knowledge/knowledge.feature.d.ts +12 -0
- package/dist/knowledge/knowledge.feature.js +61 -0
- package/dist/knowledge/operations.d.ts +318 -0
- package/dist/knowledge/operations.js +321 -0
- package/dist/knowledge/query/index.d.ts +2 -0
- package/dist/knowledge/query/index.js +3 -0
- package/dist/knowledge/query/service.d.ts +29 -0
- package/dist/knowledge/query/service.js +65 -0
- package/dist/knowledge/runtime.d.ts +32 -0
- package/dist/knowledge/runtime.js +49 -0
- package/dist/knowledge/source.d.ts +32 -0
- package/dist/knowledge/source.js +0 -0
- package/dist/knowledge/spaces/email-threads.d.ts +7 -0
- package/dist/knowledge/spaces/email-threads.js +37 -0
- package/dist/knowledge/spaces/financial-docs.d.ts +7 -0
- package/dist/knowledge/spaces/financial-docs.js +37 -0
- package/dist/knowledge/spaces/financial-overview.d.ts +7 -0
- package/dist/knowledge/spaces/financial-overview.js +41 -0
- package/dist/knowledge/spaces/index.d.ts +7 -0
- package/dist/knowledge/spaces/index.js +8 -0
- package/dist/knowledge/spaces/product-canon.d.ts +7 -0
- package/dist/knowledge/spaces/product-canon.js +37 -0
- package/dist/knowledge/spaces/support-faq.d.ts +7 -0
- package/dist/knowledge/spaces/support-faq.js +40 -0
- package/dist/knowledge/spaces/uploaded-docs.d.ts +7 -0
- package/dist/knowledge/spaces/uploaded-docs.js +37 -0
- package/dist/knowledge/spec.d.ts +48 -0
- package/dist/knowledge/spec.js +39 -0
- package/dist/llm/exporters.d.ts +70 -0
- package/dist/llm/exporters.js +542 -0
- package/dist/llm/index.d.ts +4 -0
- package/dist/llm/index.js +4 -0
- package/dist/llm/prompts.d.ts +52 -0
- package/dist/llm/prompts.js +410 -0
- package/dist/llm/types.d.ts +215 -0
- package/dist/llm/types.js +0 -0
- package/dist/markdown.d.ts +22 -0
- package/dist/markdown.js +119 -0
- package/dist/migrations.d.ts +52 -0
- package/dist/migrations.js +33 -0
- package/dist/model-registry.d.ts +13 -0
- package/dist/model-registry.js +33 -0
- package/dist/onboarding-base.d.ts +138 -0
- package/dist/onboarding-base.js +195 -0
- package/dist/openapi.d.ts +31 -0
- package/dist/openapi.js +75 -0
- package/dist/operations/index.d.ts +3 -0
- package/dist/operations/index.js +4 -0
- package/dist/operations/operation.d.ts +186 -0
- package/dist/operations/operation.js +35 -0
- package/dist/operations/registry.d.ts +103 -0
- package/dist/operations/registry.js +252 -0
- package/dist/ownership.d.ts +84 -0
- package/dist/ownership.js +38 -0
- package/dist/policy/docs/policy.docblock.d.ts +6 -0
- package/dist/policy/docs/policy.docblock.js +21 -0
- package/dist/policy/engine.d.ts +40 -0
- package/dist/policy/engine.js +223 -0
- package/dist/policy/index.d.ts +5 -0
- package/dist/policy/index.js +5 -0
- package/dist/policy/opa-adapter.d.ts +45 -0
- package/dist/policy/opa-adapter.js +71 -0
- package/dist/policy/registry.d.ts +9 -0
- package/dist/policy/registry.js +11 -0
- package/dist/policy/spec.d.ts +103 -0
- package/dist/policy/spec.js +0 -0
- package/dist/presentations/docs/presentations-conventions.docblock.d.ts +6 -0
- package/dist/presentations/docs/presentations-conventions.docblock.js +21 -0
- package/dist/presentations/index.d.ts +4 -0
- package/dist/presentations/index.js +5 -0
- package/dist/presentations/presentations.d.ts +50 -0
- package/dist/presentations/presentations.js +7 -0
- package/dist/presentations/registry.d.ts +10 -0
- package/dist/presentations/registry.js +12 -0
- package/dist/presentations/transform-engine.d.ts +66 -0
- package/dist/presentations/transform-engine.js +282 -0
- package/dist/prompt.d.ts +60 -0
- package/dist/prompt.js +10 -0
- package/dist/promptRegistry.d.ts +15 -0
- package/dist/promptRegistry.js +34 -0
- package/dist/regenerator/adapters.d.ts +19 -0
- package/dist/regenerator/adapters.js +0 -0
- package/dist/regenerator/docs/regenerator.docblock.d.ts +6 -0
- package/dist/regenerator/docs/regenerator.docblock.js +21 -0
- package/dist/regenerator/executor.d.ts +70 -0
- package/dist/regenerator/executor.js +86 -0
- package/dist/regenerator/index.d.ts +7 -0
- package/dist/regenerator/index.js +6 -0
- package/dist/regenerator/service.d.ts +33 -0
- package/dist/regenerator/service.js +93 -0
- package/dist/regenerator/sinks.d.ts +26 -0
- package/dist/regenerator/sinks.js +32 -0
- package/dist/regenerator/types.d.ts +107 -0
- package/dist/regenerator/types.js +0 -0
- package/dist/regenerator/utils.d.ts +9 -0
- package/dist/regenerator/utils.js +51 -0
- package/dist/registry-utils.d.ts +106 -0
- package/dist/registry-utils.js +122 -0
- package/dist/registry.d.ts +31 -0
- package/dist/registry.js +61 -0
- package/dist/resources.d.ts +64 -0
- package/dist/resources.js +50 -0
- package/dist/schema-to-markdown.d.ts +54 -0
- package/dist/schema-to-markdown.js +217 -0
- package/dist/server/contracts-adapter-hydration.d.ts +15 -0
- package/dist/server/contracts-adapter-hydration.js +41 -0
- package/dist/server/contracts-adapter-input.d.ts +9 -0
- package/dist/server/contracts-adapter-input.js +83 -0
- package/dist/server/graphql-pothos.d.ts +31 -0
- package/dist/server/graphql-pothos.js +134 -0
- package/dist/server/index.d.ts +9 -0
- package/dist/server/index.js +10 -0
- package/dist/server/mcp/createMcpServer.d.ts +15 -0
- package/dist/server/mcp/createMcpServer.js +27 -0
- package/dist/server/mcp/mcpTypes.d.ts +27 -0
- package/dist/server/mcp/mcpTypes.js +0 -0
- package/dist/server/mcp/registerPresentations.d.ts +7 -0
- package/dist/server/mcp/registerPresentations.js +63 -0
- package/dist/server/mcp/registerPrompts.d.ts +8 -0
- package/dist/server/mcp/registerPrompts.js +37 -0
- package/dist/server/mcp/registerResources.d.ts +8 -0
- package/dist/server/mcp/registerResources.js +35 -0
- package/dist/server/mcp/registerTools.d.ts +8 -0
- package/dist/server/mcp/registerTools.js +22 -0
- package/dist/server/provider-mcp.d.ts +2 -0
- package/dist/server/provider-mcp.js +3 -0
- package/dist/server/rest-elysia.d.ts +40 -0
- package/dist/server/rest-elysia.js +20 -0
- package/dist/server/rest-express.d.ts +16 -0
- package/dist/server/rest-express.js +36 -0
- package/dist/server/rest-generic.d.ts +32 -0
- package/dist/server/rest-generic.js +124 -0
- package/dist/server/rest-next-app.d.ts +35 -0
- package/dist/server/rest-next-app.js +38 -0
- package/dist/server/rest-next-mcp.d.ts +11 -0
- package/dist/server/rest-next-mcp.js +45 -0
- package/dist/server/rest-next-pages.d.ts +9 -0
- package/dist/server/rest-next-pages.js +22 -0
- package/dist/telemetry/anomaly.d.ts +27 -0
- package/dist/telemetry/anomaly.js +48 -0
- package/dist/telemetry/docs/telemetry.docblock.d.ts +6 -0
- package/dist/telemetry/docs/telemetry.docblock.js +21 -0
- package/dist/telemetry/index.d.ts +4 -0
- package/dist/telemetry/index.js +5 -0
- package/dist/telemetry/spec.d.ts +91 -0
- package/dist/telemetry/spec.js +69 -0
- package/dist/telemetry/tracker.d.ts +51 -0
- package/dist/telemetry/tracker.js +76 -0
- package/dist/tests/index.d.ts +3 -0
- package/dist/tests/index.js +4 -0
- package/dist/tests/runner.d.ts +43 -0
- package/dist/tests/runner.js +150 -0
- package/dist/tests/spec.d.ts +81 -0
- package/dist/tests/spec.js +33 -0
- package/dist/themes.d.ts +53 -0
- package/dist/themes.js +39 -0
- package/dist/translations/catalog.d.ts +28 -0
- package/dist/translations/catalog.js +0 -0
- package/dist/translations/tenant.d.ts +15 -0
- package/dist/translations/tenant.js +0 -0
- package/dist/types.d.ts +92 -0
- package/dist/types.js +0 -0
- package/dist/workflow/adapters/db-adapter.d.ts +46 -0
- package/dist/workflow/adapters/db-adapter.js +83 -0
- package/dist/workflow/adapters/file-adapter.d.ts +14 -0
- package/dist/workflow/adapters/file-adapter.js +11 -0
- package/dist/workflow/adapters/index.d.ts +4 -0
- package/dist/workflow/adapters/index.js +5 -0
- package/dist/workflow/adapters/memory-store.d.ts +18 -0
- package/dist/workflow/adapters/memory-store.js +58 -0
- package/dist/workflow/expression.d.ts +9 -0
- package/dist/workflow/expression.js +99 -0
- package/dist/workflow/index.d.ts +10 -0
- package/dist/workflow/index.js +9 -0
- package/dist/workflow/overview.docblock.d.ts +6 -0
- package/dist/workflow/overview.docblock.js +21 -0
- package/dist/workflow/runner.d.ts +75 -0
- package/dist/workflow/runner.js +337 -0
- package/dist/workflow/sla-monitor.d.ts +20 -0
- package/dist/workflow/sla-monitor.js +47 -0
- package/dist/workflow/spec.d.ts +106 -0
- package/dist/workflow/spec.js +55 -0
- package/dist/workflow/state.d.ts +35 -0
- package/dist/workflow/state.js +0 -0
- package/dist/workflow/validation.d.ts +29 -0
- package/dist/workflow/validation.js +176 -0
- package/dist/workspace-config/contractsrc-schema.d.ts +862 -0
- package/dist/workspace-config/contractsrc-schema.js +281 -0
- package/dist/workspace-config/index.d.ts +2 -0
- package/dist/workspace-config/index.js +3 -0
- package/dist/workspace-config/workspace-config.docblock.d.ts +6 -0
- package/dist/workspace-config/workspace-config.docblock.js +45 -0
- package/package.json +598 -0
|
@@ -0,0 +1,862 @@
|
|
|
1
|
+
import * as z$1 from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/workspace-config/contractsrc-schema.d.ts
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Schema output format for code generation.
|
|
7
|
+
* Controls how imported/generated schemas are written.
|
|
8
|
+
*/
|
|
9
|
+
declare const SchemaFormatSchema: z$1.ZodEnum<{
|
|
10
|
+
contractspec: "contractspec";
|
|
11
|
+
zod: "zod";
|
|
12
|
+
"json-schema": "json-schema";
|
|
13
|
+
graphql: "graphql";
|
|
14
|
+
}>;
|
|
15
|
+
/**
|
|
16
|
+
* OpenAPI source configuration for import/sync/validate operations.
|
|
17
|
+
*/
|
|
18
|
+
declare const OpenApiSourceConfigSchema: z$1.ZodObject<{
|
|
19
|
+
name: z$1.ZodString;
|
|
20
|
+
url: z$1.ZodOptional<z$1.ZodURL>;
|
|
21
|
+
file: z$1.ZodOptional<z$1.ZodString>;
|
|
22
|
+
syncMode: z$1.ZodDefault<z$1.ZodEnum<{
|
|
23
|
+
import: "import";
|
|
24
|
+
sync: "sync";
|
|
25
|
+
validate: "validate";
|
|
26
|
+
}>>;
|
|
27
|
+
tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
28
|
+
exclude: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
29
|
+
include: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
30
|
+
prefix: z$1.ZodOptional<z$1.ZodString>;
|
|
31
|
+
defaultStability: z$1.ZodOptional<z$1.ZodEnum<{
|
|
32
|
+
experimental: "experimental";
|
|
33
|
+
beta: "beta";
|
|
34
|
+
stable: "stable";
|
|
35
|
+
deprecated: "deprecated";
|
|
36
|
+
}>>;
|
|
37
|
+
defaultAuth: z$1.ZodOptional<z$1.ZodEnum<{
|
|
38
|
+
anonymous: "anonymous";
|
|
39
|
+
user: "user";
|
|
40
|
+
admin: "admin";
|
|
41
|
+
}>>;
|
|
42
|
+
defaultOwners: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
43
|
+
schemaFormat: z$1.ZodDefault<z$1.ZodEnum<{
|
|
44
|
+
contractspec: "contractspec";
|
|
45
|
+
zod: "zod";
|
|
46
|
+
"json-schema": "json-schema";
|
|
47
|
+
graphql: "graphql";
|
|
48
|
+
}>>;
|
|
49
|
+
}, z$1.core.$strip>;
|
|
50
|
+
declare const OpenApiExportConfigSchema: z$1.ZodObject<{
|
|
51
|
+
outputPath: z$1.ZodDefault<z$1.ZodString>;
|
|
52
|
+
format: z$1.ZodDefault<z$1.ZodEnum<{
|
|
53
|
+
json: "json";
|
|
54
|
+
yaml: "yaml";
|
|
55
|
+
}>>;
|
|
56
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
57
|
+
version: z$1.ZodOptional<z$1.ZodString>;
|
|
58
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
59
|
+
servers: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
60
|
+
url: z$1.ZodString;
|
|
61
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
62
|
+
}, z$1.core.$strip>>>;
|
|
63
|
+
}, z$1.core.$strip>;
|
|
64
|
+
/**
|
|
65
|
+
* OpenAPI configuration section.
|
|
66
|
+
*/
|
|
67
|
+
declare const OpenApiConfigSchema: z$1.ZodObject<{
|
|
68
|
+
sources: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
69
|
+
name: z$1.ZodString;
|
|
70
|
+
url: z$1.ZodOptional<z$1.ZodURL>;
|
|
71
|
+
file: z$1.ZodOptional<z$1.ZodString>;
|
|
72
|
+
syncMode: z$1.ZodDefault<z$1.ZodEnum<{
|
|
73
|
+
import: "import";
|
|
74
|
+
sync: "sync";
|
|
75
|
+
validate: "validate";
|
|
76
|
+
}>>;
|
|
77
|
+
tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
78
|
+
exclude: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
79
|
+
include: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
80
|
+
prefix: z$1.ZodOptional<z$1.ZodString>;
|
|
81
|
+
defaultStability: z$1.ZodOptional<z$1.ZodEnum<{
|
|
82
|
+
experimental: "experimental";
|
|
83
|
+
beta: "beta";
|
|
84
|
+
stable: "stable";
|
|
85
|
+
deprecated: "deprecated";
|
|
86
|
+
}>>;
|
|
87
|
+
defaultAuth: z$1.ZodOptional<z$1.ZodEnum<{
|
|
88
|
+
anonymous: "anonymous";
|
|
89
|
+
user: "user";
|
|
90
|
+
admin: "admin";
|
|
91
|
+
}>>;
|
|
92
|
+
defaultOwners: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
93
|
+
schemaFormat: z$1.ZodDefault<z$1.ZodEnum<{
|
|
94
|
+
contractspec: "contractspec";
|
|
95
|
+
zod: "zod";
|
|
96
|
+
"json-schema": "json-schema";
|
|
97
|
+
graphql: "graphql";
|
|
98
|
+
}>>;
|
|
99
|
+
}, z$1.core.$strip>>>;
|
|
100
|
+
export: z$1.ZodOptional<z$1.ZodObject<{
|
|
101
|
+
outputPath: z$1.ZodDefault<z$1.ZodString>;
|
|
102
|
+
format: z$1.ZodDefault<z$1.ZodEnum<{
|
|
103
|
+
json: "json";
|
|
104
|
+
yaml: "yaml";
|
|
105
|
+
}>>;
|
|
106
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
107
|
+
version: z$1.ZodOptional<z$1.ZodString>;
|
|
108
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
109
|
+
servers: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
110
|
+
url: z$1.ZodString;
|
|
111
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
112
|
+
}, z$1.core.$strip>>>;
|
|
113
|
+
}, z$1.core.$strip>>;
|
|
114
|
+
}, z$1.core.$strip>;
|
|
115
|
+
/**
|
|
116
|
+
* Grouping strategy for organizing specs.
|
|
117
|
+
*/
|
|
118
|
+
declare const GroupingStrategySchema: z$1.ZodEnum<{
|
|
119
|
+
"by-tag": "by-tag";
|
|
120
|
+
"by-owner": "by-owner";
|
|
121
|
+
"by-domain": "by-domain";
|
|
122
|
+
"by-url-path-single": "by-url-path-single";
|
|
123
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
124
|
+
"by-feature": "by-feature";
|
|
125
|
+
none: "none";
|
|
126
|
+
}>;
|
|
127
|
+
/**
|
|
128
|
+
* Grouping rule configuration.
|
|
129
|
+
*/
|
|
130
|
+
declare const GroupingRuleSchema: z$1.ZodObject<{
|
|
131
|
+
strategy: z$1.ZodEnum<{
|
|
132
|
+
"by-tag": "by-tag";
|
|
133
|
+
"by-owner": "by-owner";
|
|
134
|
+
"by-domain": "by-domain";
|
|
135
|
+
"by-url-path-single": "by-url-path-single";
|
|
136
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
137
|
+
"by-feature": "by-feature";
|
|
138
|
+
none: "none";
|
|
139
|
+
}>;
|
|
140
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
141
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
142
|
+
}, z$1.core.$strip>;
|
|
143
|
+
/**
|
|
144
|
+
* Output directory conventions for generated specs.
|
|
145
|
+
*/
|
|
146
|
+
declare const FolderConventionsSchema: z$1.ZodObject<{
|
|
147
|
+
models: z$1.ZodDefault<z$1.ZodString>;
|
|
148
|
+
operations: z$1.ZodDefault<z$1.ZodString>;
|
|
149
|
+
events: z$1.ZodDefault<z$1.ZodString>;
|
|
150
|
+
presentations: z$1.ZodDefault<z$1.ZodString>;
|
|
151
|
+
forms: z$1.ZodDefault<z$1.ZodString>;
|
|
152
|
+
groupByFeature: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
153
|
+
operationsGrouping: z$1.ZodOptional<z$1.ZodObject<{
|
|
154
|
+
strategy: z$1.ZodEnum<{
|
|
155
|
+
"by-tag": "by-tag";
|
|
156
|
+
"by-owner": "by-owner";
|
|
157
|
+
"by-domain": "by-domain";
|
|
158
|
+
"by-url-path-single": "by-url-path-single";
|
|
159
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
160
|
+
"by-feature": "by-feature";
|
|
161
|
+
none: "none";
|
|
162
|
+
}>;
|
|
163
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
164
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
165
|
+
}, z$1.core.$strip>>;
|
|
166
|
+
modelsGrouping: z$1.ZodOptional<z$1.ZodObject<{
|
|
167
|
+
strategy: z$1.ZodEnum<{
|
|
168
|
+
"by-tag": "by-tag";
|
|
169
|
+
"by-owner": "by-owner";
|
|
170
|
+
"by-domain": "by-domain";
|
|
171
|
+
"by-url-path-single": "by-url-path-single";
|
|
172
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
173
|
+
"by-feature": "by-feature";
|
|
174
|
+
none: "none";
|
|
175
|
+
}>;
|
|
176
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
177
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
178
|
+
}, z$1.core.$strip>>;
|
|
179
|
+
eventsGrouping: z$1.ZodOptional<z$1.ZodObject<{
|
|
180
|
+
strategy: z$1.ZodEnum<{
|
|
181
|
+
"by-tag": "by-tag";
|
|
182
|
+
"by-owner": "by-owner";
|
|
183
|
+
"by-domain": "by-domain";
|
|
184
|
+
"by-url-path-single": "by-url-path-single";
|
|
185
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
186
|
+
"by-feature": "by-feature";
|
|
187
|
+
none: "none";
|
|
188
|
+
}>;
|
|
189
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
190
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
191
|
+
}, z$1.core.$strip>>;
|
|
192
|
+
}, z$1.core.$strip>;
|
|
193
|
+
/**
|
|
194
|
+
* PR comment configuration for CI/CD.
|
|
195
|
+
*/
|
|
196
|
+
declare const PrCommentConfigSchema: z$1.ZodObject<{
|
|
197
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
198
|
+
template: z$1.ZodDefault<z$1.ZodEnum<{
|
|
199
|
+
minimal: "minimal";
|
|
200
|
+
detailed: "detailed";
|
|
201
|
+
}>>;
|
|
202
|
+
updateExisting: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
203
|
+
}, z$1.core.$strip>;
|
|
204
|
+
/**
|
|
205
|
+
* GitHub check run configuration for CI/CD.
|
|
206
|
+
*/
|
|
207
|
+
declare const CheckRunConfigSchema: z$1.ZodObject<{
|
|
208
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
209
|
+
name: z$1.ZodDefault<z$1.ZodString>;
|
|
210
|
+
failOnBreaking: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
211
|
+
failOnChanges: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
212
|
+
}, z$1.core.$strip>;
|
|
213
|
+
/**
|
|
214
|
+
* Impact detection configuration for CI/CD.
|
|
215
|
+
*/
|
|
216
|
+
declare const ImpactConfigSchema: z$1.ZodObject<{
|
|
217
|
+
baseline: z$1.ZodDefault<z$1.ZodString>;
|
|
218
|
+
include: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
219
|
+
exclude: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
220
|
+
}, z$1.core.$strip>;
|
|
221
|
+
/**
|
|
222
|
+
* CI/CD configuration section.
|
|
223
|
+
*/
|
|
224
|
+
declare const CiConfigSchema: z$1.ZodObject<{
|
|
225
|
+
checks: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
226
|
+
skipChecks: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
227
|
+
failOnWarnings: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
228
|
+
uploadSarif: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
229
|
+
prComment: z$1.ZodOptional<z$1.ZodObject<{
|
|
230
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
231
|
+
template: z$1.ZodDefault<z$1.ZodEnum<{
|
|
232
|
+
minimal: "minimal";
|
|
233
|
+
detailed: "detailed";
|
|
234
|
+
}>>;
|
|
235
|
+
updateExisting: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
236
|
+
}, z$1.core.$strip>>;
|
|
237
|
+
checkRun: z$1.ZodOptional<z$1.ZodObject<{
|
|
238
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
239
|
+
name: z$1.ZodDefault<z$1.ZodString>;
|
|
240
|
+
failOnBreaking: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
241
|
+
failOnChanges: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
242
|
+
}, z$1.core.$strip>>;
|
|
243
|
+
impact: z$1.ZodOptional<z$1.ZodObject<{
|
|
244
|
+
baseline: z$1.ZodDefault<z$1.ZodString>;
|
|
245
|
+
include: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
246
|
+
exclude: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
247
|
+
}, z$1.core.$strip>>;
|
|
248
|
+
}, z$1.core.$strip>;
|
|
249
|
+
/**
|
|
250
|
+
* External workspace reference for cross-workspace dependencies in meta-repos.
|
|
251
|
+
*/
|
|
252
|
+
declare const ExternalWorkspaceSchema: z$1.ZodObject<{
|
|
253
|
+
alias: z$1.ZodString;
|
|
254
|
+
submodule: z$1.ZodString;
|
|
255
|
+
packages: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
256
|
+
autoResolve: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
257
|
+
}, z$1.core.$strip>;
|
|
258
|
+
/**
|
|
259
|
+
* Meta-repo configuration section.
|
|
260
|
+
*/
|
|
261
|
+
declare const MetaRepoConfigSchema: z$1.ZodObject<{
|
|
262
|
+
activeScope: z$1.ZodOptional<z$1.ZodString>;
|
|
263
|
+
externalWorkspaces: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
264
|
+
alias: z$1.ZodString;
|
|
265
|
+
submodule: z$1.ZodString;
|
|
266
|
+
packages: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
267
|
+
autoResolve: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
268
|
+
}, z$1.core.$strip>>>;
|
|
269
|
+
crossWorkspaceSearch: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
270
|
+
}, z$1.core.$strip>;
|
|
271
|
+
/**
|
|
272
|
+
* Supported formatter tools.
|
|
273
|
+
*/
|
|
274
|
+
declare const FormatterTypeSchema: z$1.ZodEnum<{
|
|
275
|
+
custom: "custom";
|
|
276
|
+
prettier: "prettier";
|
|
277
|
+
eslint: "eslint";
|
|
278
|
+
biome: "biome";
|
|
279
|
+
dprint: "dprint";
|
|
280
|
+
}>;
|
|
281
|
+
/**
|
|
282
|
+
* Formatter configuration for code generation.
|
|
283
|
+
*/
|
|
284
|
+
declare const FormatterConfigSchema: z$1.ZodObject<{
|
|
285
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
286
|
+
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
287
|
+
custom: "custom";
|
|
288
|
+
prettier: "prettier";
|
|
289
|
+
eslint: "eslint";
|
|
290
|
+
biome: "biome";
|
|
291
|
+
dprint: "dprint";
|
|
292
|
+
}>>;
|
|
293
|
+
command: z$1.ZodOptional<z$1.ZodString>;
|
|
294
|
+
args: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
295
|
+
timeout: z$1.ZodDefault<z$1.ZodNumber>;
|
|
296
|
+
}, z$1.core.$strip>;
|
|
297
|
+
/**
|
|
298
|
+
* Rule severity levels (inspired by ESLint).
|
|
299
|
+
*/
|
|
300
|
+
declare const RuleSeveritySchema: z$1.ZodEnum<{
|
|
301
|
+
off: "off";
|
|
302
|
+
warn: "warn";
|
|
303
|
+
error: "error";
|
|
304
|
+
}>;
|
|
305
|
+
/**
|
|
306
|
+
* Contract kinds for per-kind rule overrides.
|
|
307
|
+
*/
|
|
308
|
+
declare const SpecKindSchema: z$1.ZodEnum<{
|
|
309
|
+
operation: "operation";
|
|
310
|
+
event: "event";
|
|
311
|
+
presentation: "presentation";
|
|
312
|
+
feature: "feature";
|
|
313
|
+
workflow: "workflow";
|
|
314
|
+
"data-view": "data-view";
|
|
315
|
+
migration: "migration";
|
|
316
|
+
telemetry: "telemetry";
|
|
317
|
+
experiment: "experiment";
|
|
318
|
+
"app-config": "app-config";
|
|
319
|
+
}>;
|
|
320
|
+
/**
|
|
321
|
+
* Available lint rules with their severity.
|
|
322
|
+
*/
|
|
323
|
+
declare const LintRulesSchema: z$1.ZodObject<{
|
|
324
|
+
'require-acceptance': z$1.ZodOptional<z$1.ZodEnum<{
|
|
325
|
+
off: "off";
|
|
326
|
+
warn: "warn";
|
|
327
|
+
error: "error";
|
|
328
|
+
}>>;
|
|
329
|
+
'require-examples': z$1.ZodOptional<z$1.ZodEnum<{
|
|
330
|
+
off: "off";
|
|
331
|
+
warn: "warn";
|
|
332
|
+
error: "error";
|
|
333
|
+
}>>;
|
|
334
|
+
'require-stability': z$1.ZodOptional<z$1.ZodEnum<{
|
|
335
|
+
off: "off";
|
|
336
|
+
warn: "warn";
|
|
337
|
+
error: "error";
|
|
338
|
+
}>>;
|
|
339
|
+
'require-owners-format': z$1.ZodOptional<z$1.ZodEnum<{
|
|
340
|
+
off: "off";
|
|
341
|
+
warn: "warn";
|
|
342
|
+
error: "error";
|
|
343
|
+
}>>;
|
|
344
|
+
'event-past-tense': z$1.ZodOptional<z$1.ZodEnum<{
|
|
345
|
+
off: "off";
|
|
346
|
+
warn: "warn";
|
|
347
|
+
error: "error";
|
|
348
|
+
}>>;
|
|
349
|
+
'no-todo': z$1.ZodOptional<z$1.ZodEnum<{
|
|
350
|
+
off: "off";
|
|
351
|
+
warn: "warn";
|
|
352
|
+
error: "error";
|
|
353
|
+
}>>;
|
|
354
|
+
'workflow-transitions': z$1.ZodOptional<z$1.ZodEnum<{
|
|
355
|
+
off: "off";
|
|
356
|
+
warn: "warn";
|
|
357
|
+
error: "error";
|
|
358
|
+
}>>;
|
|
359
|
+
'telemetry-privacy': z$1.ZodOptional<z$1.ZodEnum<{
|
|
360
|
+
off: "off";
|
|
361
|
+
warn: "warn";
|
|
362
|
+
error: "error";
|
|
363
|
+
}>>;
|
|
364
|
+
'experiment-allocation': z$1.ZodOptional<z$1.ZodEnum<{
|
|
365
|
+
off: "off";
|
|
366
|
+
warn: "warn";
|
|
367
|
+
error: "error";
|
|
368
|
+
}>>;
|
|
369
|
+
'app-config-appid': z$1.ZodOptional<z$1.ZodEnum<{
|
|
370
|
+
off: "off";
|
|
371
|
+
warn: "warn";
|
|
372
|
+
error: "error";
|
|
373
|
+
}>>;
|
|
374
|
+
'app-config-capabilities': z$1.ZodOptional<z$1.ZodEnum<{
|
|
375
|
+
off: "off";
|
|
376
|
+
warn: "warn";
|
|
377
|
+
error: "error";
|
|
378
|
+
}>>;
|
|
379
|
+
'data-view-fields': z$1.ZodOptional<z$1.ZodEnum<{
|
|
380
|
+
off: "off";
|
|
381
|
+
warn: "warn";
|
|
382
|
+
error: "error";
|
|
383
|
+
}>>;
|
|
384
|
+
}, z$1.core.$strip>;
|
|
385
|
+
/**
|
|
386
|
+
* Full rules configuration with global defaults and per-kind overrides.
|
|
387
|
+
*/
|
|
388
|
+
declare const RulesConfigSchema: z$1.ZodObject<{
|
|
389
|
+
defaults: z$1.ZodOptional<z$1.ZodObject<{
|
|
390
|
+
'require-acceptance': z$1.ZodOptional<z$1.ZodEnum<{
|
|
391
|
+
off: "off";
|
|
392
|
+
warn: "warn";
|
|
393
|
+
error: "error";
|
|
394
|
+
}>>;
|
|
395
|
+
'require-examples': z$1.ZodOptional<z$1.ZodEnum<{
|
|
396
|
+
off: "off";
|
|
397
|
+
warn: "warn";
|
|
398
|
+
error: "error";
|
|
399
|
+
}>>;
|
|
400
|
+
'require-stability': z$1.ZodOptional<z$1.ZodEnum<{
|
|
401
|
+
off: "off";
|
|
402
|
+
warn: "warn";
|
|
403
|
+
error: "error";
|
|
404
|
+
}>>;
|
|
405
|
+
'require-owners-format': z$1.ZodOptional<z$1.ZodEnum<{
|
|
406
|
+
off: "off";
|
|
407
|
+
warn: "warn";
|
|
408
|
+
error: "error";
|
|
409
|
+
}>>;
|
|
410
|
+
'event-past-tense': z$1.ZodOptional<z$1.ZodEnum<{
|
|
411
|
+
off: "off";
|
|
412
|
+
warn: "warn";
|
|
413
|
+
error: "error";
|
|
414
|
+
}>>;
|
|
415
|
+
'no-todo': z$1.ZodOptional<z$1.ZodEnum<{
|
|
416
|
+
off: "off";
|
|
417
|
+
warn: "warn";
|
|
418
|
+
error: "error";
|
|
419
|
+
}>>;
|
|
420
|
+
'workflow-transitions': z$1.ZodOptional<z$1.ZodEnum<{
|
|
421
|
+
off: "off";
|
|
422
|
+
warn: "warn";
|
|
423
|
+
error: "error";
|
|
424
|
+
}>>;
|
|
425
|
+
'telemetry-privacy': z$1.ZodOptional<z$1.ZodEnum<{
|
|
426
|
+
off: "off";
|
|
427
|
+
warn: "warn";
|
|
428
|
+
error: "error";
|
|
429
|
+
}>>;
|
|
430
|
+
'experiment-allocation': z$1.ZodOptional<z$1.ZodEnum<{
|
|
431
|
+
off: "off";
|
|
432
|
+
warn: "warn";
|
|
433
|
+
error: "error";
|
|
434
|
+
}>>;
|
|
435
|
+
'app-config-appid': z$1.ZodOptional<z$1.ZodEnum<{
|
|
436
|
+
off: "off";
|
|
437
|
+
warn: "warn";
|
|
438
|
+
error: "error";
|
|
439
|
+
}>>;
|
|
440
|
+
'app-config-capabilities': z$1.ZodOptional<z$1.ZodEnum<{
|
|
441
|
+
off: "off";
|
|
442
|
+
warn: "warn";
|
|
443
|
+
error: "error";
|
|
444
|
+
}>>;
|
|
445
|
+
'data-view-fields': z$1.ZodOptional<z$1.ZodEnum<{
|
|
446
|
+
off: "off";
|
|
447
|
+
warn: "warn";
|
|
448
|
+
error: "error";
|
|
449
|
+
}>>;
|
|
450
|
+
}, z$1.core.$strip>>;
|
|
451
|
+
overrides: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
452
|
+
operation: "operation";
|
|
453
|
+
event: "event";
|
|
454
|
+
presentation: "presentation";
|
|
455
|
+
feature: "feature";
|
|
456
|
+
workflow: "workflow";
|
|
457
|
+
"data-view": "data-view";
|
|
458
|
+
migration: "migration";
|
|
459
|
+
telemetry: "telemetry";
|
|
460
|
+
experiment: "experiment";
|
|
461
|
+
"app-config": "app-config";
|
|
462
|
+
}>, z$1.ZodObject<{
|
|
463
|
+
'require-acceptance': z$1.ZodOptional<z$1.ZodEnum<{
|
|
464
|
+
off: "off";
|
|
465
|
+
warn: "warn";
|
|
466
|
+
error: "error";
|
|
467
|
+
}>>;
|
|
468
|
+
'require-examples': z$1.ZodOptional<z$1.ZodEnum<{
|
|
469
|
+
off: "off";
|
|
470
|
+
warn: "warn";
|
|
471
|
+
error: "error";
|
|
472
|
+
}>>;
|
|
473
|
+
'require-stability': z$1.ZodOptional<z$1.ZodEnum<{
|
|
474
|
+
off: "off";
|
|
475
|
+
warn: "warn";
|
|
476
|
+
error: "error";
|
|
477
|
+
}>>;
|
|
478
|
+
'require-owners-format': z$1.ZodOptional<z$1.ZodEnum<{
|
|
479
|
+
off: "off";
|
|
480
|
+
warn: "warn";
|
|
481
|
+
error: "error";
|
|
482
|
+
}>>;
|
|
483
|
+
'event-past-tense': z$1.ZodOptional<z$1.ZodEnum<{
|
|
484
|
+
off: "off";
|
|
485
|
+
warn: "warn";
|
|
486
|
+
error: "error";
|
|
487
|
+
}>>;
|
|
488
|
+
'no-todo': z$1.ZodOptional<z$1.ZodEnum<{
|
|
489
|
+
off: "off";
|
|
490
|
+
warn: "warn";
|
|
491
|
+
error: "error";
|
|
492
|
+
}>>;
|
|
493
|
+
'workflow-transitions': z$1.ZodOptional<z$1.ZodEnum<{
|
|
494
|
+
off: "off";
|
|
495
|
+
warn: "warn";
|
|
496
|
+
error: "error";
|
|
497
|
+
}>>;
|
|
498
|
+
'telemetry-privacy': z$1.ZodOptional<z$1.ZodEnum<{
|
|
499
|
+
off: "off";
|
|
500
|
+
warn: "warn";
|
|
501
|
+
error: "error";
|
|
502
|
+
}>>;
|
|
503
|
+
'experiment-allocation': z$1.ZodOptional<z$1.ZodEnum<{
|
|
504
|
+
off: "off";
|
|
505
|
+
warn: "warn";
|
|
506
|
+
error: "error";
|
|
507
|
+
}>>;
|
|
508
|
+
'app-config-appid': z$1.ZodOptional<z$1.ZodEnum<{
|
|
509
|
+
off: "off";
|
|
510
|
+
warn: "warn";
|
|
511
|
+
error: "error";
|
|
512
|
+
}>>;
|
|
513
|
+
'app-config-capabilities': z$1.ZodOptional<z$1.ZodEnum<{
|
|
514
|
+
off: "off";
|
|
515
|
+
warn: "warn";
|
|
516
|
+
error: "error";
|
|
517
|
+
}>>;
|
|
518
|
+
'data-view-fields': z$1.ZodOptional<z$1.ZodEnum<{
|
|
519
|
+
off: "off";
|
|
520
|
+
warn: "warn";
|
|
521
|
+
error: "error";
|
|
522
|
+
}>>;
|
|
523
|
+
}, z$1.core.$strip>>>;
|
|
524
|
+
}, z$1.core.$strip>;
|
|
525
|
+
/**
|
|
526
|
+
* Full ContractSpec configuration schema (.contractsrc.json).
|
|
527
|
+
*/
|
|
528
|
+
declare const ContractsrcSchema: z$1.ZodObject<{
|
|
529
|
+
aiProvider: z$1.ZodDefault<z$1.ZodEnum<{
|
|
530
|
+
custom: "custom";
|
|
531
|
+
claude: "claude";
|
|
532
|
+
openai: "openai";
|
|
533
|
+
ollama: "ollama";
|
|
534
|
+
}>>;
|
|
535
|
+
aiModel: z$1.ZodOptional<z$1.ZodString>;
|
|
536
|
+
agentMode: z$1.ZodDefault<z$1.ZodEnum<{
|
|
537
|
+
simple: "simple";
|
|
538
|
+
cursor: "cursor";
|
|
539
|
+
"claude-code": "claude-code";
|
|
540
|
+
"openai-codex": "openai-codex";
|
|
541
|
+
}>>;
|
|
542
|
+
customEndpoint: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodURL>>;
|
|
543
|
+
customApiKey: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
544
|
+
outputDir: z$1.ZodDefault<z$1.ZodString>;
|
|
545
|
+
conventions: z$1.ZodObject<{
|
|
546
|
+
models: z$1.ZodDefault<z$1.ZodString>;
|
|
547
|
+
operations: z$1.ZodDefault<z$1.ZodString>;
|
|
548
|
+
events: z$1.ZodDefault<z$1.ZodString>;
|
|
549
|
+
presentations: z$1.ZodDefault<z$1.ZodString>;
|
|
550
|
+
forms: z$1.ZodDefault<z$1.ZodString>;
|
|
551
|
+
groupByFeature: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
552
|
+
operationsGrouping: z$1.ZodOptional<z$1.ZodObject<{
|
|
553
|
+
strategy: z$1.ZodEnum<{
|
|
554
|
+
"by-tag": "by-tag";
|
|
555
|
+
"by-owner": "by-owner";
|
|
556
|
+
"by-domain": "by-domain";
|
|
557
|
+
"by-url-path-single": "by-url-path-single";
|
|
558
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
559
|
+
"by-feature": "by-feature";
|
|
560
|
+
none: "none";
|
|
561
|
+
}>;
|
|
562
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
563
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
564
|
+
}, z$1.core.$strip>>;
|
|
565
|
+
modelsGrouping: z$1.ZodOptional<z$1.ZodObject<{
|
|
566
|
+
strategy: z$1.ZodEnum<{
|
|
567
|
+
"by-tag": "by-tag";
|
|
568
|
+
"by-owner": "by-owner";
|
|
569
|
+
"by-domain": "by-domain";
|
|
570
|
+
"by-url-path-single": "by-url-path-single";
|
|
571
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
572
|
+
"by-feature": "by-feature";
|
|
573
|
+
none: "none";
|
|
574
|
+
}>;
|
|
575
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
576
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
577
|
+
}, z$1.core.$strip>>;
|
|
578
|
+
eventsGrouping: z$1.ZodOptional<z$1.ZodObject<{
|
|
579
|
+
strategy: z$1.ZodEnum<{
|
|
580
|
+
"by-tag": "by-tag";
|
|
581
|
+
"by-owner": "by-owner";
|
|
582
|
+
"by-domain": "by-domain";
|
|
583
|
+
"by-url-path-single": "by-url-path-single";
|
|
584
|
+
"by-url-path-multi": "by-url-path-multi";
|
|
585
|
+
"by-feature": "by-feature";
|
|
586
|
+
none: "none";
|
|
587
|
+
}>;
|
|
588
|
+
urlPathLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
589
|
+
pattern: z$1.ZodOptional<z$1.ZodString>;
|
|
590
|
+
}, z$1.core.$strip>>;
|
|
591
|
+
}, z$1.core.$strip>;
|
|
592
|
+
defaultOwners: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
593
|
+
defaultTags: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
594
|
+
packages: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
595
|
+
excludePackages: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
596
|
+
recursive: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
597
|
+
openapi: z$1.ZodOptional<z$1.ZodObject<{
|
|
598
|
+
sources: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
599
|
+
name: z$1.ZodString;
|
|
600
|
+
url: z$1.ZodOptional<z$1.ZodURL>;
|
|
601
|
+
file: z$1.ZodOptional<z$1.ZodString>;
|
|
602
|
+
syncMode: z$1.ZodDefault<z$1.ZodEnum<{
|
|
603
|
+
import: "import";
|
|
604
|
+
sync: "sync";
|
|
605
|
+
validate: "validate";
|
|
606
|
+
}>>;
|
|
607
|
+
tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
608
|
+
exclude: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
609
|
+
include: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
610
|
+
prefix: z$1.ZodOptional<z$1.ZodString>;
|
|
611
|
+
defaultStability: z$1.ZodOptional<z$1.ZodEnum<{
|
|
612
|
+
experimental: "experimental";
|
|
613
|
+
beta: "beta";
|
|
614
|
+
stable: "stable";
|
|
615
|
+
deprecated: "deprecated";
|
|
616
|
+
}>>;
|
|
617
|
+
defaultAuth: z$1.ZodOptional<z$1.ZodEnum<{
|
|
618
|
+
anonymous: "anonymous";
|
|
619
|
+
user: "user";
|
|
620
|
+
admin: "admin";
|
|
621
|
+
}>>;
|
|
622
|
+
defaultOwners: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
623
|
+
schemaFormat: z$1.ZodDefault<z$1.ZodEnum<{
|
|
624
|
+
contractspec: "contractspec";
|
|
625
|
+
zod: "zod";
|
|
626
|
+
"json-schema": "json-schema";
|
|
627
|
+
graphql: "graphql";
|
|
628
|
+
}>>;
|
|
629
|
+
}, z$1.core.$strip>>>;
|
|
630
|
+
export: z$1.ZodOptional<z$1.ZodObject<{
|
|
631
|
+
outputPath: z$1.ZodDefault<z$1.ZodString>;
|
|
632
|
+
format: z$1.ZodDefault<z$1.ZodEnum<{
|
|
633
|
+
json: "json";
|
|
634
|
+
yaml: "yaml";
|
|
635
|
+
}>>;
|
|
636
|
+
title: z$1.ZodOptional<z$1.ZodString>;
|
|
637
|
+
version: z$1.ZodOptional<z$1.ZodString>;
|
|
638
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
639
|
+
servers: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
640
|
+
url: z$1.ZodString;
|
|
641
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
642
|
+
}, z$1.core.$strip>>>;
|
|
643
|
+
}, z$1.core.$strip>>;
|
|
644
|
+
}, z$1.core.$strip>>;
|
|
645
|
+
ci: z$1.ZodOptional<z$1.ZodObject<{
|
|
646
|
+
checks: z$1.ZodDefault<z$1.ZodArray<z$1.ZodString>>;
|
|
647
|
+
skipChecks: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
648
|
+
failOnWarnings: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
649
|
+
uploadSarif: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
650
|
+
prComment: z$1.ZodOptional<z$1.ZodObject<{
|
|
651
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
652
|
+
template: z$1.ZodDefault<z$1.ZodEnum<{
|
|
653
|
+
minimal: "minimal";
|
|
654
|
+
detailed: "detailed";
|
|
655
|
+
}>>;
|
|
656
|
+
updateExisting: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
657
|
+
}, z$1.core.$strip>>;
|
|
658
|
+
checkRun: z$1.ZodOptional<z$1.ZodObject<{
|
|
659
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
660
|
+
name: z$1.ZodDefault<z$1.ZodString>;
|
|
661
|
+
failOnBreaking: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
662
|
+
failOnChanges: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
663
|
+
}, z$1.core.$strip>>;
|
|
664
|
+
impact: z$1.ZodOptional<z$1.ZodObject<{
|
|
665
|
+
baseline: z$1.ZodDefault<z$1.ZodString>;
|
|
666
|
+
include: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
667
|
+
exclude: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
668
|
+
}, z$1.core.$strip>>;
|
|
669
|
+
}, z$1.core.$strip>>;
|
|
670
|
+
metaRepo: z$1.ZodOptional<z$1.ZodObject<{
|
|
671
|
+
activeScope: z$1.ZodOptional<z$1.ZodString>;
|
|
672
|
+
externalWorkspaces: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
673
|
+
alias: z$1.ZodString;
|
|
674
|
+
submodule: z$1.ZodString;
|
|
675
|
+
packages: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
676
|
+
autoResolve: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
677
|
+
}, z$1.core.$strip>>>;
|
|
678
|
+
crossWorkspaceSearch: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
679
|
+
}, z$1.core.$strip>>;
|
|
680
|
+
rules: z$1.ZodOptional<z$1.ZodObject<{
|
|
681
|
+
defaults: z$1.ZodOptional<z$1.ZodObject<{
|
|
682
|
+
'require-acceptance': z$1.ZodOptional<z$1.ZodEnum<{
|
|
683
|
+
off: "off";
|
|
684
|
+
warn: "warn";
|
|
685
|
+
error: "error";
|
|
686
|
+
}>>;
|
|
687
|
+
'require-examples': z$1.ZodOptional<z$1.ZodEnum<{
|
|
688
|
+
off: "off";
|
|
689
|
+
warn: "warn";
|
|
690
|
+
error: "error";
|
|
691
|
+
}>>;
|
|
692
|
+
'require-stability': z$1.ZodOptional<z$1.ZodEnum<{
|
|
693
|
+
off: "off";
|
|
694
|
+
warn: "warn";
|
|
695
|
+
error: "error";
|
|
696
|
+
}>>;
|
|
697
|
+
'require-owners-format': z$1.ZodOptional<z$1.ZodEnum<{
|
|
698
|
+
off: "off";
|
|
699
|
+
warn: "warn";
|
|
700
|
+
error: "error";
|
|
701
|
+
}>>;
|
|
702
|
+
'event-past-tense': z$1.ZodOptional<z$1.ZodEnum<{
|
|
703
|
+
off: "off";
|
|
704
|
+
warn: "warn";
|
|
705
|
+
error: "error";
|
|
706
|
+
}>>;
|
|
707
|
+
'no-todo': z$1.ZodOptional<z$1.ZodEnum<{
|
|
708
|
+
off: "off";
|
|
709
|
+
warn: "warn";
|
|
710
|
+
error: "error";
|
|
711
|
+
}>>;
|
|
712
|
+
'workflow-transitions': z$1.ZodOptional<z$1.ZodEnum<{
|
|
713
|
+
off: "off";
|
|
714
|
+
warn: "warn";
|
|
715
|
+
error: "error";
|
|
716
|
+
}>>;
|
|
717
|
+
'telemetry-privacy': z$1.ZodOptional<z$1.ZodEnum<{
|
|
718
|
+
off: "off";
|
|
719
|
+
warn: "warn";
|
|
720
|
+
error: "error";
|
|
721
|
+
}>>;
|
|
722
|
+
'experiment-allocation': z$1.ZodOptional<z$1.ZodEnum<{
|
|
723
|
+
off: "off";
|
|
724
|
+
warn: "warn";
|
|
725
|
+
error: "error";
|
|
726
|
+
}>>;
|
|
727
|
+
'app-config-appid': z$1.ZodOptional<z$1.ZodEnum<{
|
|
728
|
+
off: "off";
|
|
729
|
+
warn: "warn";
|
|
730
|
+
error: "error";
|
|
731
|
+
}>>;
|
|
732
|
+
'app-config-capabilities': z$1.ZodOptional<z$1.ZodEnum<{
|
|
733
|
+
off: "off";
|
|
734
|
+
warn: "warn";
|
|
735
|
+
error: "error";
|
|
736
|
+
}>>;
|
|
737
|
+
'data-view-fields': z$1.ZodOptional<z$1.ZodEnum<{
|
|
738
|
+
off: "off";
|
|
739
|
+
warn: "warn";
|
|
740
|
+
error: "error";
|
|
741
|
+
}>>;
|
|
742
|
+
}, z$1.core.$strip>>;
|
|
743
|
+
overrides: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
744
|
+
operation: "operation";
|
|
745
|
+
event: "event";
|
|
746
|
+
presentation: "presentation";
|
|
747
|
+
feature: "feature";
|
|
748
|
+
workflow: "workflow";
|
|
749
|
+
"data-view": "data-view";
|
|
750
|
+
migration: "migration";
|
|
751
|
+
telemetry: "telemetry";
|
|
752
|
+
experiment: "experiment";
|
|
753
|
+
"app-config": "app-config";
|
|
754
|
+
}>, z$1.ZodObject<{
|
|
755
|
+
'require-acceptance': z$1.ZodOptional<z$1.ZodEnum<{
|
|
756
|
+
off: "off";
|
|
757
|
+
warn: "warn";
|
|
758
|
+
error: "error";
|
|
759
|
+
}>>;
|
|
760
|
+
'require-examples': z$1.ZodOptional<z$1.ZodEnum<{
|
|
761
|
+
off: "off";
|
|
762
|
+
warn: "warn";
|
|
763
|
+
error: "error";
|
|
764
|
+
}>>;
|
|
765
|
+
'require-stability': z$1.ZodOptional<z$1.ZodEnum<{
|
|
766
|
+
off: "off";
|
|
767
|
+
warn: "warn";
|
|
768
|
+
error: "error";
|
|
769
|
+
}>>;
|
|
770
|
+
'require-owners-format': z$1.ZodOptional<z$1.ZodEnum<{
|
|
771
|
+
off: "off";
|
|
772
|
+
warn: "warn";
|
|
773
|
+
error: "error";
|
|
774
|
+
}>>;
|
|
775
|
+
'event-past-tense': z$1.ZodOptional<z$1.ZodEnum<{
|
|
776
|
+
off: "off";
|
|
777
|
+
warn: "warn";
|
|
778
|
+
error: "error";
|
|
779
|
+
}>>;
|
|
780
|
+
'no-todo': z$1.ZodOptional<z$1.ZodEnum<{
|
|
781
|
+
off: "off";
|
|
782
|
+
warn: "warn";
|
|
783
|
+
error: "error";
|
|
784
|
+
}>>;
|
|
785
|
+
'workflow-transitions': z$1.ZodOptional<z$1.ZodEnum<{
|
|
786
|
+
off: "off";
|
|
787
|
+
warn: "warn";
|
|
788
|
+
error: "error";
|
|
789
|
+
}>>;
|
|
790
|
+
'telemetry-privacy': z$1.ZodOptional<z$1.ZodEnum<{
|
|
791
|
+
off: "off";
|
|
792
|
+
warn: "warn";
|
|
793
|
+
error: "error";
|
|
794
|
+
}>>;
|
|
795
|
+
'experiment-allocation': z$1.ZodOptional<z$1.ZodEnum<{
|
|
796
|
+
off: "off";
|
|
797
|
+
warn: "warn";
|
|
798
|
+
error: "error";
|
|
799
|
+
}>>;
|
|
800
|
+
'app-config-appid': z$1.ZodOptional<z$1.ZodEnum<{
|
|
801
|
+
off: "off";
|
|
802
|
+
warn: "warn";
|
|
803
|
+
error: "error";
|
|
804
|
+
}>>;
|
|
805
|
+
'app-config-capabilities': z$1.ZodOptional<z$1.ZodEnum<{
|
|
806
|
+
off: "off";
|
|
807
|
+
warn: "warn";
|
|
808
|
+
error: "error";
|
|
809
|
+
}>>;
|
|
810
|
+
'data-view-fields': z$1.ZodOptional<z$1.ZodEnum<{
|
|
811
|
+
off: "off";
|
|
812
|
+
warn: "warn";
|
|
813
|
+
error: "error";
|
|
814
|
+
}>>;
|
|
815
|
+
}, z$1.core.$strip>>>;
|
|
816
|
+
}, z$1.core.$strip>>;
|
|
817
|
+
schemaFormat: z$1.ZodDefault<z$1.ZodEnum<{
|
|
818
|
+
contractspec: "contractspec";
|
|
819
|
+
zod: "zod";
|
|
820
|
+
"json-schema": "json-schema";
|
|
821
|
+
graphql: "graphql";
|
|
822
|
+
}>>;
|
|
823
|
+
formatter: z$1.ZodOptional<z$1.ZodObject<{
|
|
824
|
+
enabled: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
825
|
+
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
826
|
+
custom: "custom";
|
|
827
|
+
prettier: "prettier";
|
|
828
|
+
eslint: "eslint";
|
|
829
|
+
biome: "biome";
|
|
830
|
+
dprint: "dprint";
|
|
831
|
+
}>>;
|
|
832
|
+
command: z$1.ZodOptional<z$1.ZodString>;
|
|
833
|
+
args: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
834
|
+
timeout: z$1.ZodDefault<z$1.ZodNumber>;
|
|
835
|
+
}, z$1.core.$strip>>;
|
|
836
|
+
}, z$1.core.$strip>;
|
|
837
|
+
type OpenApiSourceConfig = z$1.infer<typeof OpenApiSourceConfigSchema>;
|
|
838
|
+
type OpenApiExportConfig = z$1.infer<typeof OpenApiExportConfigSchema>;
|
|
839
|
+
type OpenApiConfig = z$1.infer<typeof OpenApiConfigSchema>;
|
|
840
|
+
type FolderConventions = z$1.infer<typeof FolderConventionsSchema>;
|
|
841
|
+
type ContractsrcConfig = z$1.infer<typeof ContractsrcSchema>;
|
|
842
|
+
type GroupingStrategy = z$1.infer<typeof GroupingStrategySchema>;
|
|
843
|
+
type GroupingRule = z$1.infer<typeof GroupingRuleSchema>;
|
|
844
|
+
type PrCommentConfig = z$1.infer<typeof PrCommentConfigSchema>;
|
|
845
|
+
type CheckRunConfig = z$1.infer<typeof CheckRunConfigSchema>;
|
|
846
|
+
type ImpactConfig = z$1.infer<typeof ImpactConfigSchema>;
|
|
847
|
+
type CiConfig = z$1.infer<typeof CiConfigSchema>;
|
|
848
|
+
type ExternalWorkspace = z$1.infer<typeof ExternalWorkspaceSchema>;
|
|
849
|
+
type MetaRepoConfig = z$1.infer<typeof MetaRepoConfigSchema>;
|
|
850
|
+
type RuleSeverity = z$1.infer<typeof RuleSeveritySchema>;
|
|
851
|
+
type SpecKind = z$1.infer<typeof SpecKindSchema>;
|
|
852
|
+
type LintRules = z$1.infer<typeof LintRulesSchema>;
|
|
853
|
+
type RulesConfig = z$1.infer<typeof RulesConfigSchema>;
|
|
854
|
+
type SchemaFormat = z$1.infer<typeof SchemaFormatSchema>;
|
|
855
|
+
type FormatterType = z$1.infer<typeof FormatterTypeSchema>;
|
|
856
|
+
type FormatterConfig = z$1.infer<typeof FormatterConfigSchema>;
|
|
857
|
+
/**
|
|
858
|
+
* Default configuration values.
|
|
859
|
+
*/
|
|
860
|
+
declare const DEFAULT_CONTRACTSRC: ContractsrcConfig;
|
|
861
|
+
//#endregion
|
|
862
|
+
export { CheckRunConfig, CheckRunConfigSchema, CiConfig, CiConfigSchema, ContractsrcConfig, ContractsrcSchema, DEFAULT_CONTRACTSRC, ExternalWorkspace, ExternalWorkspaceSchema, FolderConventions, FolderConventionsSchema, FormatterConfig, FormatterConfigSchema, FormatterType, FormatterTypeSchema, GroupingRule, GroupingRuleSchema, GroupingStrategy, GroupingStrategySchema, ImpactConfig, ImpactConfigSchema, LintRules, LintRulesSchema, MetaRepoConfig, MetaRepoConfigSchema, OpenApiConfig, OpenApiConfigSchema, OpenApiExportConfig, OpenApiExportConfigSchema, OpenApiSourceConfig, OpenApiSourceConfigSchema, PrCommentConfig, PrCommentConfigSchema, RuleSeverity, RuleSeveritySchema, RulesConfig, RulesConfigSchema, SchemaFormat, SchemaFormatSchema, SpecKind, SpecKindSchema };
|