@contractspec/bundle.library 3.9.0 → 3.9.3
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/.turbo/turbo-build.log +612 -608
- package/CHANGELOG.md +89 -0
- package/README.md +2 -1
- package/dist/__tests__/mocks/prisma.d.ts +5 -5
- package/dist/application/context-storage/index.js +1 -1
- package/dist/application/index.js +6 -6
- package/dist/application/mcp/cliMcp.js +2 -2
- package/dist/application/mcp/cliMcp.onboarding.js +1 -1
- package/dist/application/mcp/common.js +1 -1
- package/dist/application/mcp/contractsMcp.js +2 -2
- package/dist/application/mcp/contractsMcpAdoptionTools.js +1 -1
- package/dist/application/mcp/contractsMcpResources.js +2 -2
- package/dist/application/mcp/contractsMcpTools.js +1 -1
- package/dist/application/mcp/docsMcp.catalog.js +2 -2
- package/dist/application/mcp/docsMcp.data.js +1 -1
- package/dist/application/mcp/docsMcp.js +3 -3
- package/dist/application/mcp/docsMcp.prompts.js +3 -3
- package/dist/application/mcp/docsMcp.reference.js +2 -2
- package/dist/application/mcp/docsMcp.resources.js +2 -2
- package/dist/application/mcp/docsMcp.tools.js +2 -2
- package/dist/application/mcp/index.js +6 -6
- package/dist/application/mcp/internalMcp.js +2 -2
- package/dist/application/mcp/normalizeMcpRequest.js +1 -1
- package/dist/application/mcp/providerRankingMcp.js +1 -1
- package/dist/bundles/LibraryBundle.d.ts +19 -111
- package/dist/bundles/LibraryBundle.js +1 -1
- package/dist/bundles/index.js +1 -1
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/advanced/AdvancedMCPPage.js +3 -3
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -1
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +2 -2
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -4
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +2 -2
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -2
- package/dist/components/docs/advanced/index.js +9 -9
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +6 -6
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +3 -3
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -7
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -6
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -2
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +1 -1
- package/dist/components/docs/architecture/index.js +20 -20
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -1
- package/dist/components/docs/comparison/index.js +1 -1
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/ecosystem/IntegrationsPage.js +2 -2
- package/dist/components/docs/ecosystem/PluginsPage.js +4 -4
- package/dist/components/docs/ecosystem/RegistryPage.js +4 -4
- package/dist/components/docs/ecosystem/TemplatesPage.js +3 -3
- package/dist/components/docs/ecosystem/index.js +11 -11
- package/dist/components/docs/examples/DocsExamplesPage.js +1 -1
- package/dist/components/docs/examples/ExampleShowcasePage.js +2 -2
- package/dist/components/docs/examples/exampleShowcaseData.js +2 -2
- package/dist/components/docs/examples/index.js +2 -2
- package/dist/components/docs/generated/docs-index.generated.js +1 -1
- package/dist/components/docs/generated/index.d.ts +7 -1
- package/dist/components/docs/generated/index.js +1 -1
- package/dist/components/docs/generated/loader.js +1 -1
- package/dist/components/docs/getting-started/CLIPage.js +4 -4
- package/dist/components/docs/getting-started/CompatibilityPage.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +4 -4
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +1 -1
- package/dist/components/docs/getting-started/HelloWorldPage.js +5 -5
- package/dist/components/docs/getting-started/InstallationPage.js +3 -3
- package/dist/components/docs/getting-started/StartHerePage.js +3 -3
- package/dist/components/docs/getting-started/TroubleshootingPage.js +2 -2
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +1 -1
- package/dist/components/docs/getting-started/getting-started.docblocks.js +2 -2
- package/dist/components/docs/getting-started/index.js +17 -17
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +2 -2
- package/dist/components/docs/guides/GuideConnectInRepoPage.js +6 -6
- package/dist/components/docs/guides/GuideContractTypesPage.js +6 -6
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +3 -3
- package/dist/components/docs/guides/GuideFirstModuleBundlePage.js +4 -4
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -2
- package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.js +7 -7
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -8
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
- package/dist/components/docs/guides/GuideReleaseCapsulesPage.js +3 -3
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +4 -4
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/index.js +43 -43
- package/dist/components/docs/index.js +375 -255
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +1 -1
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +5 -5
- package/dist/components/docs/integrations/IntegrationsResendPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsS3Page.js +4 -4
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsStripePage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -2
- package/dist/components/docs/integrations/index.js +39 -39
- package/dist/components/docs/intent/ContractFirstApiPage.js +2 -2
- package/dist/components/docs/intent/DeterministicCodegenPage.js +2 -2
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +7 -7
- package/dist/components/docs/intent/OpenapiAlternativePage.js +3 -3
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +4 -4
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -2
- package/dist/components/docs/intent/index.js +15 -15
- package/dist/components/docs/intent/intent-pages.docblocks.js +1 -1
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +2 -2
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +2 -2
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +1 -1
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +2 -2
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +2 -2
- package/dist/components/docs/knowledge/index.js +5 -5
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +4 -4
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesContractsPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.d.ts +67 -0
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js +86 -0
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.js +86 -0
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +38 -2
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +4 -4
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +5 -5
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -4
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +4 -4
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +4 -4
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +2 -2
- package/dist/components/docs/libraries/LibrariesSLOPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesTestingPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesUIKitWebPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +2 -2
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +173 -53
- package/dist/components/docs/manifesto/ManifestoPage.js +1 -1
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +2 -2
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +2 -2
- package/dist/components/docs/ops/index.js +3 -3
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-top.docs.js +2 -2
- package/dist/components/docs/ops/ops.docs.js +6 -6
- package/dist/components/docs/product/product.docblocks.js +2 -2
- package/dist/components/docs/reference/DocsMarkdownContent.js +2 -2
- package/dist/components/docs/reference/DocsReferenceContent.js +3 -3
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +2 -2
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +2 -2
- package/dist/components/docs/reference/DocsReferencePage.js +3 -3
- package/dist/components/docs/reference/docsMarkdownParser.js +2 -2
- package/dist/components/docs/reference/index.js +4 -4
- package/dist/components/docs/safety/SafetyAuditingPage.js +2 -2
- package/dist/components/docs/safety/SafetyMigrationsPage.js +2 -2
- package/dist/components/docs/safety/SafetyOverviewPage.js +1 -1
- package/dist/components/docs/safety/SafetyPDPPage.js +2 -2
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +1 -1
- package/dist/components/docs/safety/SafetySigningPage.js +3 -3
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +2 -2
- package/dist/components/docs/safety/index.js +7 -7
- package/dist/components/docs/shared/StudioPrompt.js +1 -1
- package/dist/components/docs/specs/SpecsBuilderControlPlanePage.js +4 -4
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +2 -2
- package/dist/components/docs/specs/SpecsConnectPage.js +2 -2
- package/dist/components/docs/specs/SpecsDataViewsPage.js +2 -2
- package/dist/components/docs/specs/SpecsModuleBundlesPage.js +3 -3
- package/dist/components/docs/specs/SpecsOverlaysPage.js +2 -2
- package/dist/components/docs/specs/SpecsOverviewPage.js +1 -1
- package/dist/components/docs/specs/SpecsPolicyPage.js +3 -3
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +2 -2
- package/dist/components/docs/specs/index.js +13 -13
- package/dist/components/docs/studio/StudioBYOKPage.js +1 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -1
- package/dist/components/docs/studio/StudioOverviewPage.js +1 -1
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -1
- package/dist/components/docs/studio/index.js +1 -1
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +2 -2
- package/dist/components/integrations/index.js +2 -2
- package/dist/components/integrations/molecules/IntegrationCard.js +1 -1
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +1 -1
- package/dist/components/integrations/organisms/IntegrationSettings.js +2 -2
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +1 -1
- package/dist/components/legal/PrivacyTemplate.js +1 -1
- package/dist/components/legal/TermsTemplate.js +1 -1
- package/dist/components/legal/index.js +1 -1
- package/dist/components/shared/FeatureGateNotice.js +1 -1
- package/dist/components/shared/index.js +1 -1
- package/dist/components/shell/WorkspaceHeader.js +1 -1
- package/dist/components/shell/WorkspaceProjectShellLayout.js +1 -1
- package/dist/components/shell/WorkspaceShellRenderer.js +1 -1
- package/dist/components/shell/WorkspaceSidebar.js +1 -1
- package/dist/components/shell/index.js +1 -1
- package/dist/components/templates/engine/index.js +1 -1
- package/dist/components/templates/index.js +11 -11
- package/dist/components/templates/messaging/ConversationList.js +2 -2
- package/dist/components/templates/messaging/MessageComposer.js +4 -4
- package/dist/components/templates/messaging/MessageThread.js +3 -3
- package/dist/components/templates/messaging/MessagingWorkspace.js +5 -5
- package/dist/components/templates/messaging/index.js +5 -5
- package/dist/components/templates/recipes/LanguageSwitcher.js +1 -1
- package/dist/components/templates/recipes/RecipeCard.js +1 -1
- package/dist/components/templates/recipes/RecipeDetail.js +1 -1
- package/dist/components/templates/recipes/RecipeList.js +3 -3
- package/dist/components/templates/recipes/index.js +3 -3
- package/dist/components/templates/todos/FilterBar.js +1 -1
- package/dist/components/templates/todos/TaskForm.js +2 -2
- package/dist/components/templates/todos/TaskItem.js +1 -1
- package/dist/components/templates/todos/TaskList.js +5 -5
- package/dist/components/templates/todos/index.js +5 -5
- package/dist/config/contractspec-blueprint.js +1 -1
- package/dist/config/contractspec-branding.js +1 -1
- package/dist/config/contractspec-routes.js +1 -1
- package/dist/config/index.js +1 -1
- package/dist/features/contracts-registry.js +1 -1
- package/dist/features/docs/docs.contracts.js +1 -1
- package/dist/features/docs/index.js +1 -1
- package/dist/features/docs.feature.js +1 -1
- package/dist/features/index.js +1 -1
- package/dist/features/mcp.feature.js +1 -1
- package/dist/features/presentations.feature.js +1 -1
- package/dist/features/registry.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +382 -262
- package/dist/infrastructure/elysia/index.js +1 -1
- package/dist/infrastructure/elysia/logger.js +1 -1
- package/dist/infrastructure/index.js +1 -1
- package/dist/libs/email/client.js +1 -1
- package/dist/libs/email/contact.js +3 -3
- package/dist/libs/email/newsletter.js +3 -3
- package/dist/libs/email/utils.js +2 -2
- package/dist/libs/email/waitlist-application.js +3 -3
- package/dist/libs/email/waitlist.js +3 -3
- package/dist/libs/email.js +6 -6
- package/dist/libs/posthog/client.js +1 -1
- package/dist/libs/posthog/native.js +1 -1
- package/dist/libs/posthog/server.js +1 -1
- package/dist/libs/pricing-examples.js +1 -1
- package/dist/node/application/context-storage/index.js +1 -1
- package/dist/node/application/index.js +6 -6
- package/dist/node/application/mcp/cliMcp.js +2 -2
- package/dist/node/application/mcp/cliMcp.onboarding.js +1 -1
- package/dist/node/application/mcp/common.js +1 -1
- package/dist/node/application/mcp/contractsMcp.js +2 -2
- package/dist/node/application/mcp/contractsMcpAdoptionTools.js +1 -1
- package/dist/node/application/mcp/contractsMcpResources.js +2 -2
- package/dist/node/application/mcp/contractsMcpTools.js +1 -1
- package/dist/node/application/mcp/docsMcp.catalog.js +2 -2
- package/dist/node/application/mcp/docsMcp.data.js +1 -1
- package/dist/node/application/mcp/docsMcp.js +3 -3
- package/dist/node/application/mcp/docsMcp.prompts.js +3 -3
- package/dist/node/application/mcp/docsMcp.reference.js +2 -2
- package/dist/node/application/mcp/docsMcp.resources.js +2 -2
- package/dist/node/application/mcp/docsMcp.tools.js +2 -2
- package/dist/node/application/mcp/index.js +6 -6
- package/dist/node/application/mcp/internalMcp.js +2 -2
- package/dist/node/application/mcp/normalizeMcpRequest.js +1 -1
- package/dist/node/application/mcp/providerRankingMcp.js +1 -1
- package/dist/node/bundles/LibraryBundle.js +1 -1
- package/dist/node/bundles/index.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +3 -3
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -1
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +2 -2
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -4
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +2 -2
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -2
- package/dist/node/components/docs/advanced/index.js +9 -9
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +6 -6
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +3 -3
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -7
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -6
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -2
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +1 -1
- package/dist/node/components/docs/architecture/index.js +20 -20
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -1
- package/dist/node/components/docs/comparison/index.js +1 -1
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +2 -2
- package/dist/node/components/docs/ecosystem/PluginsPage.js +4 -4
- package/dist/node/components/docs/ecosystem/RegistryPage.js +4 -4
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +3 -3
- package/dist/node/components/docs/ecosystem/index.js +11 -11
- package/dist/node/components/docs/examples/DocsExamplesPage.js +1 -1
- package/dist/node/components/docs/examples/ExampleShowcasePage.js +2 -2
- package/dist/node/components/docs/examples/exampleShowcaseData.js +2 -2
- package/dist/node/components/docs/examples/index.js +2 -2
- package/dist/node/components/docs/generated/docs-index.generated.js +1 -1
- package/dist/node/components/docs/generated/index.js +1 -1
- package/dist/node/components/docs/generated/loader.js +1 -1
- package/dist/node/components/docs/getting-started/CLIPage.js +4 -4
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +4 -4
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +1 -1
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +5 -5
- package/dist/node/components/docs/getting-started/InstallationPage.js +3 -3
- package/dist/node/components/docs/getting-started/StartHerePage.js +3 -3
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +2 -2
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +1 -1
- package/dist/node/components/docs/getting-started/getting-started.docblocks.js +2 -2
- package/dist/node/components/docs/getting-started/index.js +17 -17
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +2 -2
- package/dist/node/components/docs/guides/GuideConnectInRepoPage.js +6 -6
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -6
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +3 -3
- package/dist/node/components/docs/guides/GuideFirstModuleBundlePage.js +4 -4
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -2
- package/dist/node/components/docs/guides/GuideHostBuilderWorkbenchPage.js +7 -7
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -8
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
- package/dist/node/components/docs/guides/GuideReleaseCapsulesPage.js +3 -3
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +4 -4
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/index.js +43 -43
- package/dist/node/components/docs/index.js +375 -255
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +1 -1
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +5 -5
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +4 -4
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -2
- package/dist/node/components/docs/integrations/index.js +39 -39
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +2 -2
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +2 -2
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +7 -7
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +3 -3
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +4 -4
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -2
- package/dist/node/components/docs/intent/index.js +15 -15
- package/dist/node/components/docs/intent/intent-pages.docblocks.js +1 -1
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +2 -2
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +2 -2
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +1 -1
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +2 -2
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +2 -2
- package/dist/node/components/docs/knowledge/index.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js +85 -0
- package/dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.js +85 -0
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +38 -2
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesUIKitWebPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +2 -2
- package/dist/node/components/docs/libraries/index.js +173 -53
- package/dist/node/components/docs/manifesto/ManifestoPage.js +1 -1
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +2 -2
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +2 -2
- package/dist/node/components/docs/ops/index.js +3 -3
- package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-top.docs.js +2 -2
- package/dist/node/components/docs/ops/ops.docs.js +6 -6
- package/dist/node/components/docs/product/product.docblocks.js +2 -2
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +2 -2
- package/dist/node/components/docs/reference/DocsReferenceContent.js +3 -3
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +2 -2
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +2 -2
- package/dist/node/components/docs/reference/DocsReferencePage.js +3 -3
- package/dist/node/components/docs/reference/docsMarkdownParser.js +2 -2
- package/dist/node/components/docs/reference/index.js +4 -4
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +2 -2
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +2 -2
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +1 -1
- package/dist/node/components/docs/safety/SafetyPDPPage.js +2 -2
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +1 -1
- package/dist/node/components/docs/safety/SafetySigningPage.js +3 -3
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +2 -2
- package/dist/node/components/docs/safety/index.js +7 -7
- package/dist/node/components/docs/shared/StudioPrompt.js +1 -1
- package/dist/node/components/docs/specs/SpecsBuilderControlPlanePage.js +4 -4
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsConnectPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsModuleBundlesPage.js +3 -3
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +1 -1
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +3 -3
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +2 -2
- package/dist/node/components/docs/specs/index.js +13 -13
- package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -1
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -1
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -1
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -1
- package/dist/node/components/docs/studio/StudioOverviewPage.js +1 -1
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -1
- package/dist/node/components/docs/studio/index.js +1 -1
- package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +2 -2
- package/dist/node/components/integrations/index.js +2 -2
- package/dist/node/components/integrations/molecules/IntegrationCard.js +1 -1
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +1 -1
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +2 -2
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +1 -1
- package/dist/node/components/legal/PrivacyTemplate.js +1 -1
- package/dist/node/components/legal/TermsTemplate.js +1 -1
- package/dist/node/components/legal/index.js +1 -1
- package/dist/node/components/shared/FeatureGateNotice.js +1 -1
- package/dist/node/components/shared/index.js +1 -1
- package/dist/node/components/shell/WorkspaceHeader.js +1 -1
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +1 -1
- package/dist/node/components/shell/WorkspaceShellRenderer.js +1 -1
- package/dist/node/components/shell/WorkspaceSidebar.js +1 -1
- package/dist/node/components/shell/index.js +1 -1
- package/dist/node/components/templates/engine/index.js +1 -1
- package/dist/node/components/templates/index.js +11 -11
- package/dist/node/components/templates/messaging/ConversationList.js +2 -2
- package/dist/node/components/templates/messaging/MessageComposer.js +4 -4
- package/dist/node/components/templates/messaging/MessageThread.js +3 -3
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +5 -5
- package/dist/node/components/templates/messaging/index.js +5 -5
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -1
- package/dist/node/components/templates/recipes/RecipeCard.js +1 -1
- package/dist/node/components/templates/recipes/RecipeDetail.js +1 -1
- package/dist/node/components/templates/recipes/RecipeList.js +3 -3
- package/dist/node/components/templates/recipes/index.js +3 -3
- package/dist/node/components/templates/todos/FilterBar.js +1 -1
- package/dist/node/components/templates/todos/TaskForm.js +2 -2
- package/dist/node/components/templates/todos/TaskItem.js +1 -1
- package/dist/node/components/templates/todos/TaskList.js +5 -5
- package/dist/node/components/templates/todos/index.js +5 -5
- package/dist/node/config/contractspec-blueprint.js +1 -1
- package/dist/node/config/contractspec-branding.js +1 -1
- package/dist/node/config/contractspec-routes.js +1 -1
- package/dist/node/config/index.js +1 -1
- package/dist/node/features/contracts-registry.js +1 -1
- package/dist/node/features/docs/docs.contracts.js +1 -1
- package/dist/node/features/docs/index.js +1 -1
- package/dist/node/features/docs.feature.js +1 -1
- package/dist/node/features/index.js +1 -1
- package/dist/node/features/mcp.feature.js +1 -1
- package/dist/node/features/presentations.feature.js +1 -1
- package/dist/node/features/registry.js +1 -1
- package/dist/node/index.js +382 -262
- package/dist/node/infrastructure/elysia/index.js +1 -1
- package/dist/node/infrastructure/elysia/logger.js +1 -1
- package/dist/node/infrastructure/index.js +1 -1
- package/dist/node/libs/email/client.js +1 -1
- package/dist/node/libs/email/contact.js +3 -3
- package/dist/node/libs/email/newsletter.js +3 -3
- package/dist/node/libs/email/utils.js +2 -2
- package/dist/node/libs/email/waitlist-application.js +3 -3
- package/dist/node/libs/email/waitlist.js +3 -3
- package/dist/node/libs/email.js +6 -6
- package/dist/node/libs/posthog/client.js +1 -1
- package/dist/node/libs/posthog/native.js +1 -1
- package/dist/node/libs/posthog/server.js +1 -1
- package/dist/node/libs/pricing-examples.js +1 -1
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -1
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +1 -1
- package/dist/node/presentation/features/atoms/index.js +1 -1
- package/dist/node/presentation/features/hooks/index.js +1 -1
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -1
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -1
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -1
- package/dist/node/presentation/features/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +1 -1
- package/dist/node/presentation/features/molecules/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -1
- package/dist/node/presentation/features/organisms/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/index.js +1 -1
- package/dist/presentation/features/atoms/index.js +1 -1
- package/dist/presentation/features/hooks/index.js +1 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js +1 -1
- package/dist/presentation/features/hooks/useFeatureFilters.js +1 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js +1 -1
- package/dist/presentation/features/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -1
- package/dist/presentation/features/molecules/FeatureCard/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +1 -1
- package/dist/presentation/features/molecules/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureOperationsList.js +1 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -1
- package/dist/presentation/features/organisms/index.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
- package/package.json +49 -24
- package/src/application/mcp/internalMcp.ts +1 -1
- package/src/bundles/LibraryBundle.ts +19 -130
- package/src/components/docs/docsManifest.test.ts +14 -0
- package/src/components/docs/docsManifest.ts +10 -0
- package/src/components/docs/examples/DocsExamplesPage.tsx +3 -3
- package/src/components/docs/examples/ExampleShowcasePage.tsx +1 -1
- package/src/components/docs/examples/exampleShowcaseData.test.ts +5 -3
- package/src/components/docs/examples/exampleShowcaseData.ts +3 -3
- package/src/components/docs/generated/docs-index._common.json +1699 -2008
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.manifest.json +432 -432
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +42 -0
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/generated/index.ts +20 -5
- package/src/components/docs/generated/loader.ts +15 -8
- package/src/components/docs/getting-started/CompatibilityPage.tsx +14 -0
- package/src/components/docs/libraries/LibrariesCrossPlatformUIPage.content.ts +252 -0
- package/src/components/docs/libraries/LibrariesCrossPlatformUIPage.tsx +232 -0
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +79 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/LibrariesRuntimePage.tsx +15 -0
- package/src/components/docs/libraries/LibrariesUIKitPage.tsx +15 -0
- package/src/components/docs/libraries/LibrariesUIKitWebPage.tsx +14 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/reference/DocsReferenceIndexPage.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/components/docs/generated/docs-index.mobile-demo-tasks.json +0 -34
|
@@ -1,434 +1,434 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
]
|
|
2
|
+
{
|
|
3
|
+
"id": "workflow-system/approval",
|
|
4
|
+
"title": "approval",
|
|
5
|
+
"summary": "Approval workflows and user decisions\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: approval, workflow\n- **File**: `packages/examples/workflow-system/src/workflow-system.capability.ts`",
|
|
6
|
+
"route": "/docs/reference/workflow-system/approval",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "workflow-system/approval.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "workflow-system/state-machine",
|
|
12
|
+
"title": "state-machine",
|
|
13
|
+
"summary": "State machine orchestration and transitions\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: state-machine, workflow\n- **File**: `packages/examples/workflow-system/src/workflow-system.capability.ts`",
|
|
14
|
+
"route": "/docs/reference/workflow-system/state-machine",
|
|
15
|
+
"source": "generated",
|
|
16
|
+
"contentPath": "workflow-system/state-machine.md"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "workflow-system/workflow",
|
|
20
|
+
"title": "workflow",
|
|
21
|
+
"summary": "Workflow definitions and orchestration\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.core\n- **Tags**: workflow, automation\n- **File**: `packages/examples/workflow-system/src/workflow-system.capability.ts`",
|
|
22
|
+
"route": "/docs/reference/workflow-system/workflow",
|
|
23
|
+
"source": "generated",
|
|
24
|
+
"contentPath": "workflow-system/workflow.md"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "workflow-system/workflow-system",
|
|
28
|
+
"title": "workflow-system",
|
|
29
|
+
"summary": "State machine-based workflow engine with role-based approvals, delegation, and escalation\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, state-machine, automation",
|
|
30
|
+
"route": "/docs/reference/workflow-system/workflow-system",
|
|
31
|
+
"source": "generated",
|
|
32
|
+
"contentPath": "workflow-system/workflow-system.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "workflow-system/workflow.approval.badge",
|
|
36
|
+
"title": "workflow.approval.badge",
|
|
37
|
+
"summary": "Badge showing count of pending approvals\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, badge, widget\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
38
|
+
"route": "/docs/reference/workflow-system/workflow.approval.badge",
|
|
39
|
+
"source": "generated",
|
|
40
|
+
"contentPath": "workflow-system/workflow.approval.badge.md"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "workflow-system/workflow.approval.comment.add",
|
|
44
|
+
"title": "workflow.approval.comment.add",
|
|
45
|
+
"summary": "Add a comment to an approval request.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, comment\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
46
|
+
"route": "/docs/reference/workflow-system/workflow.approval.comment.add",
|
|
47
|
+
"source": "generated",
|
|
48
|
+
"contentPath": "workflow-system/workflow.approval.comment.add.md"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "workflow-system/workflow.approval.decide",
|
|
52
|
+
"title": "workflow.approval.decide",
|
|
53
|
+
"summary": "Submit an approval decision (approve/reject).\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, decision\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
54
|
+
"route": "/docs/reference/workflow-system/workflow.approval.decide",
|
|
55
|
+
"source": "generated",
|
|
56
|
+
"contentPath": "workflow-system/workflow.approval.decide.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "workflow-system/workflow.approval.decide.test",
|
|
60
|
+
"title": "workflow.approval.decide.test",
|
|
61
|
+
"summary": "Test for deciding on approval\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
62
|
+
"route": "/docs/reference/workflow-system/workflow.approval.decide.test",
|
|
63
|
+
"source": "generated",
|
|
64
|
+
"contentPath": "workflow-system/workflow.approval.decide.test.md"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "workflow-system/workflow.approval.decided",
|
|
68
|
+
"title": "workflow.approval.decided",
|
|
69
|
+
"summary": "An approval decision has been made.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, decided\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
70
|
+
"route": "/docs/reference/workflow-system/workflow.approval.decided",
|
|
71
|
+
"source": "generated",
|
|
72
|
+
"contentPath": "workflow-system/workflow.approval.decided.md"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "workflow-system/workflow.approval.delegate",
|
|
76
|
+
"title": "workflow.approval.delegate",
|
|
77
|
+
"summary": "Delegate an approval request to another user.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, delegate\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
78
|
+
"route": "/docs/reference/workflow-system/workflow.approval.delegate",
|
|
79
|
+
"source": "generated",
|
|
80
|
+
"contentPath": "workflow-system/workflow.approval.delegate.md"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "workflow-system/workflow.approval.delegated",
|
|
84
|
+
"title": "workflow.approval.delegated",
|
|
85
|
+
"summary": "An approval has been delegated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, delegated\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
86
|
+
"route": "/docs/reference/workflow-system/workflow.approval.delegated",
|
|
87
|
+
"source": "generated",
|
|
88
|
+
"contentPath": "workflow-system/workflow.approval.delegated.md"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "workflow-system/workflow.approval.detail",
|
|
92
|
+
"title": "workflow.approval.detail",
|
|
93
|
+
"summary": "Detailed approval request view with context and actions\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, detail\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
94
|
+
"route": "/docs/reference/workflow-system/workflow.approval.detail",
|
|
95
|
+
"source": "generated",
|
|
96
|
+
"contentPath": "workflow-system/workflow.approval.detail.md"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "workflow-system/workflow.approval.escalated",
|
|
100
|
+
"title": "workflow.approval.escalated",
|
|
101
|
+
"summary": "An approval has been escalated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, escalated\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
102
|
+
"route": "/docs/reference/workflow-system/workflow.approval.escalated",
|
|
103
|
+
"source": "generated",
|
|
104
|
+
"contentPath": "workflow-system/workflow.approval.escalated.md"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "workflow-system/workflow.approval.form",
|
|
108
|
+
"title": "workflow.approval.form",
|
|
109
|
+
"summary": "Form for submitting approval decisions\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, form\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
110
|
+
"route": "/docs/reference/workflow-system/workflow.approval.form",
|
|
111
|
+
"source": "generated",
|
|
112
|
+
"contentPath": "workflow-system/workflow.approval.form.md"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "workflow-system/workflow.approval.get",
|
|
116
|
+
"title": "workflow.approval.get",
|
|
117
|
+
"summary": "Get an approval request with details.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, get\n- **File**: `packages/examples/workflow-system/src/approval/approval.operations.ts`",
|
|
118
|
+
"route": "/docs/reference/workflow-system/workflow.approval.get",
|
|
119
|
+
"source": "generated",
|
|
120
|
+
"contentPath": "workflow-system/workflow.approval.get.md"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "workflow-system/workflow.approval.inbox",
|
|
124
|
+
"title": "workflow.approval.inbox",
|
|
125
|
+
"summary": "Inbox showing pending approval requests for current user\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, inbox\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
126
|
+
"route": "/docs/reference/workflow-system/workflow.approval.inbox",
|
|
127
|
+
"source": "generated",
|
|
128
|
+
"contentPath": "workflow-system/workflow.approval.inbox.md"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "workflow-system/workflow.approval.list.mine",
|
|
132
|
+
"title": "workflow.approval.list.mine",
|
|
133
|
+
"summary": "List approval requests assigned to current user.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, approval, list, inbox",
|
|
134
|
+
"route": "/docs/reference/workflow-system/workflow.approval.list.mine",
|
|
135
|
+
"source": "generated",
|
|
136
|
+
"contentPath": "workflow-system/workflow.approval.list.mine.md"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "workflow-system/workflow.approval.list.mine.test",
|
|
140
|
+
"title": "workflow.approval.list.mine.test",
|
|
141
|
+
"summary": "Test for listing my approvals\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
142
|
+
"route": "/docs/reference/workflow-system/workflow.approval.list.mine.test",
|
|
143
|
+
"source": "generated",
|
|
144
|
+
"contentPath": "workflow-system/workflow.approval.list.mine.test.md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "workflow-system/workflow.approval.requested",
|
|
148
|
+
"title": "workflow.approval.requested",
|
|
149
|
+
"summary": "An approval has been requested.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, approval, requested\n- **File**: `packages/examples/workflow-system/src/approval/approval.event.ts`",
|
|
150
|
+
"route": "/docs/reference/workflow-system/workflow.approval.requested",
|
|
151
|
+
"source": "generated",
|
|
152
|
+
"contentPath": "workflow-system/workflow.approval.requested.md"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "workflow-system/workflow.definition.create",
|
|
156
|
+
"title": "workflow.definition.create",
|
|
157
|
+
"summary": "Create a new workflow definition.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, create\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
158
|
+
"route": "/docs/reference/workflow-system/workflow.definition.create",
|
|
159
|
+
"source": "generated",
|
|
160
|
+
"contentPath": "workflow-system/workflow.definition.create.md"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "workflow-system/workflow.definition.created",
|
|
164
|
+
"title": "workflow.definition.created",
|
|
165
|
+
"summary": "A new workflow definition has been created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, definition, created\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
166
|
+
"route": "/docs/reference/workflow-system/workflow.definition.created",
|
|
167
|
+
"source": "generated",
|
|
168
|
+
"contentPath": "workflow-system/workflow.definition.created.md"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "workflow-system/workflow.definition.detail",
|
|
172
|
+
"title": "workflow.definition.detail",
|
|
173
|
+
"summary": "Detailed view of a workflow definition with steps\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, detail\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
174
|
+
"route": "/docs/reference/workflow-system/workflow.definition.detail",
|
|
175
|
+
"source": "generated",
|
|
176
|
+
"contentPath": "workflow-system/workflow.definition.detail.md"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "workflow-system/workflow.definition.get",
|
|
180
|
+
"title": "workflow.definition.get",
|
|
181
|
+
"summary": "Get a workflow definition with all steps.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, get\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
182
|
+
"route": "/docs/reference/workflow-system/workflow.definition.get",
|
|
183
|
+
"source": "generated",
|
|
184
|
+
"contentPath": "workflow-system/workflow.definition.get.md"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "workflow-system/workflow.definition.list",
|
|
188
|
+
"title": "workflow.definition.list",
|
|
189
|
+
"summary": "List workflow definitions with filtering.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, list\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
190
|
+
"route": "/docs/reference/workflow-system/workflow.definition.list",
|
|
191
|
+
"source": "generated",
|
|
192
|
+
"contentPath": "workflow-system/workflow.definition.list.md"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "workflow-system/workflow.definition.list.test",
|
|
196
|
+
"title": "workflow.definition.list.test",
|
|
197
|
+
"summary": "Test for listing workflow definitions\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
198
|
+
"route": "/docs/reference/workflow-system/workflow.definition.list.test",
|
|
199
|
+
"source": "generated",
|
|
200
|
+
"contentPath": "workflow-system/workflow.definition.list.test.md"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "workflow-system/workflow.definition.publish",
|
|
204
|
+
"title": "workflow.definition.publish",
|
|
205
|
+
"summary": "Publish a workflow definition to make it available for use.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, publish",
|
|
206
|
+
"route": "/docs/reference/workflow-system/workflow.definition.publish",
|
|
207
|
+
"source": "generated",
|
|
208
|
+
"contentPath": "workflow-system/workflow.definition.publish.md"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "workflow-system/workflow.definition.published",
|
|
212
|
+
"title": "workflow.definition.published",
|
|
213
|
+
"summary": "A workflow definition has been published and is now active.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, definition, published\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
214
|
+
"route": "/docs/reference/workflow-system/workflow.definition.published",
|
|
215
|
+
"source": "generated",
|
|
216
|
+
"contentPath": "workflow-system/workflow.definition.published.md"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "workflow-system/workflow.definition.update",
|
|
220
|
+
"title": "workflow.definition.update",
|
|
221
|
+
"summary": "Update an existing workflow definition.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, definition, update\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
222
|
+
"route": "/docs/reference/workflow-system/workflow.definition.update",
|
|
223
|
+
"source": "generated",
|
|
224
|
+
"contentPath": "workflow-system/workflow.definition.update.md"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "workflow-system/workflow.definition.updated",
|
|
228
|
+
"title": "workflow.definition.updated",
|
|
229
|
+
"summary": "A workflow definition has been updated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, definition, updated\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
230
|
+
"route": "/docs/reference/workflow-system/workflow.definition.updated",
|
|
231
|
+
"source": "generated",
|
|
232
|
+
"contentPath": "workflow-system/workflow.definition.updated.md"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "workflow-system/workflow.definition.viewList",
|
|
236
|
+
"title": "workflow.definition.viewList",
|
|
237
|
+
"summary": "List of workflow definitions with status and actions\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, list, admin\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
238
|
+
"route": "/docs/reference/workflow-system/workflow.definition.viewList",
|
|
239
|
+
"source": "generated",
|
|
240
|
+
"contentPath": "workflow-system/workflow.definition.viewList.md"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "workflow-system/workflow.designer",
|
|
244
|
+
"title": "workflow.designer",
|
|
245
|
+
"summary": "Visual workflow designer with drag-and-drop steps\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, designer, admin\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
246
|
+
"route": "/docs/reference/workflow-system/workflow.designer",
|
|
247
|
+
"source": "generated",
|
|
248
|
+
"contentPath": "workflow-system/workflow.designer.md"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "workflow-system/workflow.instance.cancel",
|
|
252
|
+
"title": "workflow.instance.cancel",
|
|
253
|
+
"summary": "Cancel a workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, cancel\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
254
|
+
"route": "/docs/reference/workflow-system/workflow.instance.cancel",
|
|
255
|
+
"source": "generated",
|
|
256
|
+
"contentPath": "workflow-system/workflow.instance.cancel.md"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "workflow-system/workflow.instance.cancelled",
|
|
260
|
+
"title": "workflow.instance.cancelled",
|
|
261
|
+
"summary": "A workflow instance has been cancelled.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, cancelled\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
262
|
+
"route": "/docs/reference/workflow-system/workflow.instance.cancelled",
|
|
263
|
+
"source": "generated",
|
|
264
|
+
"contentPath": "workflow-system/workflow.instance.cancelled.md"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "workflow-system/workflow.instance.completed",
|
|
268
|
+
"title": "workflow.instance.completed",
|
|
269
|
+
"summary": "A workflow instance has completed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, completed\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
270
|
+
"route": "/docs/reference/workflow-system/workflow.instance.completed",
|
|
271
|
+
"source": "generated",
|
|
272
|
+
"contentPath": "workflow-system/workflow.instance.completed.md"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "workflow-system/workflow.instance.detail",
|
|
276
|
+
"title": "workflow.instance.detail",
|
|
277
|
+
"summary": "Detailed view of a workflow instance with step timeline\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, detail, timeline\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
278
|
+
"route": "/docs/reference/workflow-system/workflow.instance.detail",
|
|
279
|
+
"source": "generated",
|
|
280
|
+
"contentPath": "workflow-system/workflow.instance.detail.md"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "workflow-system/workflow.instance.failed",
|
|
284
|
+
"title": "workflow.instance.failed",
|
|
285
|
+
"summary": "A workflow instance has failed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, failed\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
286
|
+
"route": "/docs/reference/workflow-system/workflow.instance.failed",
|
|
287
|
+
"source": "generated",
|
|
288
|
+
"contentPath": "workflow-system/workflow.instance.failed.md"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "workflow-system/workflow.instance.get",
|
|
292
|
+
"title": "workflow.instance.get",
|
|
293
|
+
"summary": "Get a workflow instance with details.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, get\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
294
|
+
"route": "/docs/reference/workflow-system/workflow.instance.get",
|
|
295
|
+
"source": "generated",
|
|
296
|
+
"contentPath": "workflow-system/workflow.instance.get.md"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "workflow-system/workflow.instance.list",
|
|
300
|
+
"title": "workflow.instance.list",
|
|
301
|
+
"summary": "List workflow instances with filtering.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, list\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
302
|
+
"route": "/docs/reference/workflow-system/workflow.instance.list",
|
|
303
|
+
"source": "generated",
|
|
304
|
+
"contentPath": "workflow-system/workflow.instance.list.md"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "workflow-system/workflow.instance.list.test",
|
|
308
|
+
"title": "workflow.instance.list.test",
|
|
309
|
+
"summary": "Test for listing workflow instances\n- **Type**: test-spec (test-spec)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.workflow-system\n- **Tags**: test\n- **File**: `packages/examples/workflow-system/src/tests/operations.test-spec.ts`",
|
|
310
|
+
"route": "/docs/reference/workflow-system/workflow.instance.list.test",
|
|
311
|
+
"source": "generated",
|
|
312
|
+
"contentPath": "workflow-system/workflow.instance.list.test.md"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "workflow-system/workflow.instance.pause",
|
|
316
|
+
"title": "workflow.instance.pause",
|
|
317
|
+
"summary": "Pause a running workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, pause\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
318
|
+
"route": "/docs/reference/workflow-system/workflow.instance.pause",
|
|
319
|
+
"source": "generated",
|
|
320
|
+
"contentPath": "workflow-system/workflow.instance.pause.md"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "workflow-system/workflow.instance.paused",
|
|
324
|
+
"title": "workflow.instance.paused",
|
|
325
|
+
"summary": "A workflow instance has been paused.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, paused\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
326
|
+
"route": "/docs/reference/workflow-system/workflow.instance.paused",
|
|
327
|
+
"source": "generated",
|
|
328
|
+
"contentPath": "workflow-system/workflow.instance.paused.md"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "workflow-system/workflow.instance.progress",
|
|
332
|
+
"title": "workflow.instance.progress",
|
|
333
|
+
"summary": "Visual progress tracker showing current step in workflow\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, progress, widget\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
334
|
+
"route": "/docs/reference/workflow-system/workflow.instance.progress",
|
|
335
|
+
"source": "generated",
|
|
336
|
+
"contentPath": "workflow-system/workflow.instance.progress.md"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "workflow-system/workflow.instance.resume",
|
|
340
|
+
"title": "workflow.instance.resume",
|
|
341
|
+
"summary": "Resume a paused workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, resume\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
342
|
+
"route": "/docs/reference/workflow-system/workflow.instance.resume",
|
|
343
|
+
"source": "generated",
|
|
344
|
+
"contentPath": "workflow-system/workflow.instance.resume.md"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "workflow-system/workflow.instance.resumed",
|
|
348
|
+
"title": "workflow.instance.resumed",
|
|
349
|
+
"summary": "A workflow instance has been resumed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, resumed\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
350
|
+
"route": "/docs/reference/workflow-system/workflow.instance.resumed",
|
|
351
|
+
"source": "generated",
|
|
352
|
+
"contentPath": "workflow-system/workflow.instance.resumed.md"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "workflow-system/workflow.instance.start",
|
|
356
|
+
"title": "workflow.instance.start",
|
|
357
|
+
"summary": "Start a new workflow instance.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, start\n- **File**: `packages/examples/workflow-system/src/instance/instance.operations.ts`",
|
|
358
|
+
"route": "/docs/reference/workflow-system/workflow.instance.start",
|
|
359
|
+
"source": "generated",
|
|
360
|
+
"contentPath": "workflow-system/workflow.instance.start.md"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "workflow-system/workflow.instance.started",
|
|
364
|
+
"title": "workflow.instance.started",
|
|
365
|
+
"summary": "A new workflow instance has been started.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, started\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
366
|
+
"route": "/docs/reference/workflow-system/workflow.instance.started",
|
|
367
|
+
"source": "generated",
|
|
368
|
+
"contentPath": "workflow-system/workflow.instance.started.md"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "workflow-system/workflow.instance.timedOut",
|
|
372
|
+
"title": "workflow.instance.timedOut",
|
|
373
|
+
"summary": "A workflow instance has timed out.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, timeout\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
374
|
+
"route": "/docs/reference/workflow-system/workflow.instance.timedOut",
|
|
375
|
+
"source": "generated",
|
|
376
|
+
"contentPath": "workflow-system/workflow.instance.timedOut.md"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"id": "workflow-system/workflow.instance.transition",
|
|
380
|
+
"title": "workflow.instance.transition",
|
|
381
|
+
"summary": "Transition a workflow instance to the next step.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, instance, transition, state-machine",
|
|
382
|
+
"route": "/docs/reference/workflow-system/workflow.instance.transition",
|
|
383
|
+
"source": "generated",
|
|
384
|
+
"contentPath": "workflow-system/workflow.instance.transition.md"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "workflow-system/workflow.instance.viewList",
|
|
388
|
+
"title": "workflow.instance.viewList",
|
|
389
|
+
"summary": "List of workflow instances with status and progress\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, instance, list\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
390
|
+
"route": "/docs/reference/workflow-system/workflow.instance.viewList",
|
|
391
|
+
"source": "generated",
|
|
392
|
+
"contentPath": "workflow-system/workflow.instance.viewList.md"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "workflow-system/workflow.metrics",
|
|
396
|
+
"title": "workflow.metrics",
|
|
397
|
+
"summary": "Dashboard widget showing workflow metrics and statistics\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Owners**: @workflow-team\n- **Tags**: workflow, metrics, dashboard\n- **File**: `packages/examples/workflow-system/src/presentations/index.ts`",
|
|
398
|
+
"route": "/docs/reference/workflow-system/workflow.metrics",
|
|
399
|
+
"source": "generated",
|
|
400
|
+
"contentPath": "workflow-system/workflow.metrics.md"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "workflow-system/workflow.step.add",
|
|
404
|
+
"title": "workflow.step.add",
|
|
405
|
+
"summary": "Add a step to a workflow definition.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @example.workflow-system\n- **Tags**: workflow, step, add\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.operations.ts`",
|
|
406
|
+
"route": "/docs/reference/workflow-system/workflow.step.add",
|
|
407
|
+
"source": "generated",
|
|
408
|
+
"contentPath": "workflow-system/workflow.step.add.md"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "workflow-system/workflow.step.added",
|
|
412
|
+
"title": "workflow.step.added",
|
|
413
|
+
"summary": "A step has been added to a workflow definition.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, step, added\n- **File**: `packages/examples/workflow-system/src/workflow/workflow.event.ts`",
|
|
414
|
+
"route": "/docs/reference/workflow-system/workflow.step.added",
|
|
415
|
+
"source": "generated",
|
|
416
|
+
"contentPath": "workflow-system/workflow.step.added.md"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "workflow-system/workflow.step.entered",
|
|
420
|
+
"title": "workflow.step.entered",
|
|
421
|
+
"summary": "A workflow instance has entered a new step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, step, entered\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
422
|
+
"route": "/docs/reference/workflow-system/workflow.step.entered",
|
|
423
|
+
"source": "generated",
|
|
424
|
+
"contentPath": "workflow-system/workflow.step.entered.md"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": "workflow-system/workflow.step.exited",
|
|
428
|
+
"title": "workflow.step.exited",
|
|
429
|
+
"summary": "A workflow instance has exited a step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @workflow-team\n- **Tags**: workflow, step, exited\n- **File**: `packages/examples/workflow-system/src/instance/instance.event.ts`",
|
|
430
|
+
"route": "/docs/reference/workflow-system/workflow.step.exited",
|
|
431
|
+
"source": "generated",
|
|
432
|
+
"contentPath": "workflow-system/workflow.step.exited.md"
|
|
433
|
+
}
|
|
434
|
+
]
|