@objectstack/spec 3.0.6 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/index.d.mts +2 -2
- package/dist/ai/index.d.ts +2 -2
- package/dist/ai/index.js +2 -0
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/index.mjs +2 -0
- package/dist/ai/index.mjs.map +1 -1
- package/dist/api/index.d.mts +4 -4
- package/dist/api/index.d.ts +4 -4
- package/dist/api/index.js +409 -5
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +389 -6
- package/dist/api/index.mjs.map +1 -1
- package/dist/automation/index.d.mts +1 -1
- package/dist/automation/index.d.ts +1 -1
- package/dist/cloud/index.d.mts +1 -1
- package/dist/cloud/index.d.ts +1 -1
- package/dist/contracts/index.d.mts +5 -5
- package/dist/contracts/index.d.ts +5 -5
- package/dist/data/index.d.mts +4 -4
- package/dist/data/index.d.ts +4 -4
- package/dist/data/index.js +125 -1
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +115 -2
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-D1NCePFb.d.ts → field.zod-BHxpAwVr.d.ts} +34 -0
- package/dist/{field.zod-CJdHL-BH.d.mts → field.zod-mxBoNxg8.d.mts} +34 -0
- package/dist/{index-CND4h8W_.d.mts → index-AqIVxuzT.d.mts} +15 -3
- package/dist/{index-OQl7qIFh.d.mts → index-B1AZWWcE.d.ts} +79 -60
- package/dist/{index-CTwYO4Y3.d.mts → index-BROcs0kJ.d.mts} +21 -4
- package/dist/{index-C3uKcXsS.d.mts → index-BRuf4O2a.d.ts} +198 -6
- package/dist/{index-BqzRvWzp.d.ts → index-Bh-dF2Ju.d.ts} +21 -4
- package/dist/{index-CSNXEPgT.d.ts → index-C7sOJ4RJ.d.mts} +131 -2
- package/dist/{index-CSNXEPgT.d.mts → index-C7sOJ4RJ.d.ts} +131 -2
- package/dist/{index-Be8CI66r.d.ts → index-CdgkfP4m.d.ts} +13 -2
- package/dist/{index-kAJ_i2Il.d.ts → index-Ci0RXmHz.d.mts} +79 -60
- package/dist/{index-C4vzygev.d.mts → index-ClaAfDgl.d.mts} +13 -2
- package/dist/{index-B3_U_17f.d.mts → index-CsTJO_xM.d.mts} +1699 -38
- package/dist/{index-DPm-ZIer.d.ts → index-CzktECeu.d.ts} +2100 -35
- package/dist/{index-DvpuLlpC.d.mts → index-D2Ax_A0R.d.mts} +2100 -35
- package/dist/{index-DywIgfSF.d.mts → index-DIgqySbe.d.mts} +236 -23
- package/dist/{index-QoFYi7l6.d.ts → index-DTc_NZfW.d.ts} +15 -3
- package/dist/{index-4NcJ3Ha4.d.ts → index-DYNhHUVz.d.mts} +198 -6
- package/dist/{index-DekIwhKw.d.ts → index-DsbZHCgH.d.ts} +236 -23
- package/dist/{index-BIVsi6pD.d.ts → index-SXEQtWmF.d.ts} +1699 -38
- package/dist/index.d.mts +837 -28
- package/dist/index.d.ts +837 -28
- package/dist/index.js +1101 -41
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1099 -42
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +1 -1
- package/dist/integration/index.d.ts +1 -1
- package/dist/kernel/index.d.mts +3 -3
- package/dist/kernel/index.d.ts +3 -3
- package/dist/kernel/index.js +23 -22
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +23 -22
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/{object.zod-CxpSoqwV.d.ts → object.zod-CXDcD0i1.d.ts} +3 -0
- package/dist/{object.zod-DufQEbpX.d.mts → object.zod-D5DAHp9X.d.mts} +3 -0
- package/dist/shared/index.d.mts +1 -1
- package/dist/shared/index.d.ts +1 -1
- package/dist/shared/index.js +7 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +7 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/studio/index.d.mts +1 -1
- package/dist/studio/index.d.ts +1 -1
- package/dist/studio/index.js +34 -0
- package/dist/studio/index.js.map +1 -1
- package/dist/studio/index.mjs +30 -1
- package/dist/studio/index.mjs.map +1 -1
- package/dist/{driver.zod-BOIvRcxq.d.ts → subscription.zod-DCztHI1t.d.ts} +251 -2
- package/dist/{driver.zod-CV-qswqr.d.mts → subscription.zod-DwAnxzbq.d.mts} +251 -2
- package/dist/system/index.d.mts +2 -2
- package/dist/system/index.d.ts +2 -2
- package/dist/system/index.js +142 -0
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +139 -1
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +601 -19
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +571 -20
- package/dist/ui/index.mjs.map +1 -1
- package/json-schema/ai/AICodeReviewResult.json +2 -2
- package/json-schema/ai/AIKnowledge.json +2 -2
- package/json-schema/ai/AIModelConfig.json +2 -2
- package/json-schema/ai/AIOperationCost.json +2 -2
- package/json-schema/ai/AIOpsAgentConfig.json +2 -2
- package/json-schema/ai/AIOrchestration.json +2 -2
- package/json-schema/ai/AIOrchestrationExecutionResult.json +2 -2
- package/json-schema/ai/AIOrchestrationTrigger.json +2 -2
- package/json-schema/ai/AITask.json +2 -2
- package/json-schema/ai/AITaskType.json +2 -2
- package/json-schema/ai/AITool.json +2 -2
- package/json-schema/ai/Agent.json +2 -2
- package/json-schema/ai/AgentAction.json +2 -2
- package/json-schema/ai/AgentActionResult.json +2 -2
- package/json-schema/ai/AgentActionSequence.json +2 -2
- package/json-schema/ai/AgentActionSequenceResult.json +2 -2
- package/json-schema/ai/AgentCommunicationProtocol.json +2 -2
- package/json-schema/ai/AgentGroupMember.json +2 -2
- package/json-schema/ai/AgentGroupRole.json +2 -2
- package/json-schema/ai/AnomalyDetectionConfig.json +2 -2
- package/json-schema/ai/AutoScalingPolicy.json +2 -2
- package/json-schema/ai/BatchAIOrchestrationExecution.json +2 -2
- package/json-schema/ai/BillingPeriod.json +2 -2
- package/json-schema/ai/BudgetLimit.json +2 -2
- package/json-schema/ai/BudgetStatus.json +2 -2
- package/json-schema/ai/BudgetType.json +2 -2
- package/json-schema/ai/CICDPipelineConfig.json +2 -2
- package/json-schema/ai/ChunkingStrategy.json +2 -2
- package/json-schema/ai/CodeContent.json +2 -2
- package/json-schema/ai/CodeGenerationConfig.json +2 -2
- package/json-schema/ai/CodeGenerationRequest.json +2 -2
- package/json-schema/ai/CodeGenerationTarget.json +2 -2
- package/json-schema/ai/ComponentActionParams.json +2 -2
- package/json-schema/ai/ComponentActionType.json +2 -2
- package/json-schema/ai/ComponentAgentAction.json +2 -2
- package/json-schema/ai/ConversationAnalytics.json +2 -2
- package/json-schema/ai/ConversationContext.json +2 -2
- package/json-schema/ai/ConversationMessage.json +2 -2
- package/json-schema/ai/ConversationSession.json +2 -2
- package/json-schema/ai/ConversationSummary.json +2 -2
- package/json-schema/ai/CostAlert.json +2 -2
- package/json-schema/ai/CostAlertType.json +2 -2
- package/json-schema/ai/CostAnalytics.json +2 -2
- package/json-schema/ai/CostBreakdownDimension.json +2 -2
- package/json-schema/ai/CostBreakdownEntry.json +2 -2
- package/json-schema/ai/CostEntry.json +2 -2
- package/json-schema/ai/CostMetricType.json +2 -2
- package/json-schema/ai/CostOptimizationRecommendation.json +2 -2
- package/json-schema/ai/CostQueryFilters.json +2 -2
- package/json-schema/ai/CostReport.json +2 -2
- package/json-schema/ai/DataActionParams.json +2 -2
- package/json-schema/ai/DataActionType.json +2 -2
- package/json-schema/ai/DataAgentAction.json +2 -2
- package/json-schema/ai/DeploymentStrategy.json +2 -2
- package/json-schema/ai/DevOpsAgent.json +2 -2
- package/json-schema/ai/DevOpsTool.json +2 -2
- package/json-schema/ai/DevelopmentConfig.json +2 -2
- package/json-schema/ai/DocumentChunk.json +2 -2
- package/json-schema/ai/DocumentLoaderConfig.json +2 -2
- package/json-schema/ai/DocumentMetadata.json +2 -2
- package/json-schema/ai/EmbeddingModel.json +2 -2
- package/json-schema/ai/Entity.json +2 -2
- package/json-schema/ai/EvaluationMetrics.json +2 -2
- package/json-schema/ai/FeedbackLoop.json +18 -2
- package/json-schema/ai/FieldSynonymConfig.json +2 -2
- package/json-schema/ai/FileContent.json +2 -2
- package/json-schema/ai/FilterExpression.json +2 -2
- package/json-schema/ai/FilterGroup.json +2 -2
- package/json-schema/ai/FormActionParams.json +2 -2
- package/json-schema/ai/FormActionType.json +2 -2
- package/json-schema/ai/FormAgentAction.json +2 -2
- package/json-schema/ai/FunctionCall.json +2 -2
- package/json-schema/ai/GeneratedCode.json +2 -2
- package/json-schema/ai/GitHubIntegration.json +2 -2
- package/json-schema/ai/Hyperparameters.json +2 -2
- package/json-schema/ai/ImageContent.json +2 -2
- package/json-schema/ai/IntegrationConfig.json +2 -2
- package/json-schema/ai/IntentActionMapping.json +2 -2
- package/json-schema/ai/Issue.json +2 -2
- package/json-schema/ai/MCPCapability.json +2 -2
- package/json-schema/ai/MCPClientConfig.json +2 -2
- package/json-schema/ai/MCPPrompt.json +2 -2
- package/json-schema/ai/MCPPromptArgument.json +2 -2
- package/json-schema/ai/MCPPromptMessage.json +2 -2
- package/json-schema/ai/MCPPromptRequest.json +2 -2
- package/json-schema/ai/MCPPromptResponse.json +2 -2
- package/json-schema/ai/MCPResource.json +2 -2
- package/json-schema/ai/MCPResourceRequest.json +2 -2
- package/json-schema/ai/MCPResourceResponse.json +2 -2
- package/json-schema/ai/MCPResourceTemplate.json +2 -2
- package/json-schema/ai/MCPResourceType.json +2 -2
- package/json-schema/ai/MCPRootEntry.json +2 -2
- package/json-schema/ai/MCPRootsConfig.json +2 -2
- package/json-schema/ai/MCPSamplingConfig.json +2 -2
- package/json-schema/ai/MCPServerConfig.json +2 -2
- package/json-schema/ai/MCPServerInfo.json +2 -2
- package/json-schema/ai/MCPStreamingConfig.json +2 -2
- package/json-schema/ai/MCPTool.json +2 -2
- package/json-schema/ai/MCPToolApproval.json +2 -2
- package/json-schema/ai/MCPToolCallRequest.json +2 -2
- package/json-schema/ai/MCPToolCallResponse.json +2 -2
- package/json-schema/ai/MCPToolParameter.json +2 -2
- package/json-schema/ai/MCPTransportConfig.json +2 -2
- package/json-schema/ai/MCPTransportType.json +2 -2
- package/json-schema/ai/MessageContent.json +2 -2
- package/json-schema/ai/MessageContentType.json +2 -2
- package/json-schema/ai/MessagePruningEvent.json +2 -2
- package/json-schema/ai/MessageRole.json +2 -2
- package/json-schema/ai/MetadataFilter.json +2 -2
- package/json-schema/ai/MetadataSource.json +2 -2
- package/json-schema/ai/ModelCapability.json +2 -2
- package/json-schema/ai/ModelConfig.json +2 -2
- package/json-schema/ai/ModelDrift.json +2 -2
- package/json-schema/ai/ModelFeature.json +2 -2
- package/json-schema/ai/ModelLimits.json +2 -2
- package/json-schema/ai/ModelPricing.json +2 -2
- package/json-schema/ai/ModelProvider.json +2 -2
- package/json-schema/ai/ModelRegistry.json +2 -2
- package/json-schema/ai/ModelRegistryEntry.json +2 -2
- package/json-schema/ai/ModelSelectionCriteria.json +2 -2
- package/json-schema/ai/MonitoringConfig.json +2 -2
- package/json-schema/ai/MultiAgentGroup.json +2 -2
- package/json-schema/ai/NLQAnalytics.json +2 -2
- package/json-schema/ai/NLQFieldMapping.json +2 -2
- package/json-schema/ai/NLQModelConfig.json +2 -2
- package/json-schema/ai/NLQParseResult.json +2 -2
- package/json-schema/ai/NLQRequest.json +2 -2
- package/json-schema/ai/NLQResponse.json +2 -2
- package/json-schema/ai/NLQTrainingExample.json +2 -2
- package/json-schema/ai/NavigationActionParams.json +2 -2
- package/json-schema/ai/NavigationActionType.json +2 -2
- package/json-schema/ai/NavigationAgentAction.json +2 -2
- package/json-schema/ai/PerformanceOptimization.json +2 -2
- package/json-schema/ai/PipelineStage.json +2 -2
- package/json-schema/ai/PluginCompositionRequest.json +2 -2
- package/json-schema/ai/PluginCompositionResult.json +2 -2
- package/json-schema/ai/PluginRecommendation.json +2 -2
- package/json-schema/ai/PluginRecommendationRequest.json +2 -2
- package/json-schema/ai/PluginScaffoldingTemplate.json +2 -2
- package/json-schema/ai/PostProcessingAction.json +2 -2
- package/json-schema/ai/PredictionRequest.json +2 -2
- package/json-schema/ai/PredictionResult.json +2 -2
- package/json-schema/ai/PredictiveModel.json +2 -2
- package/json-schema/ai/PredictiveModelType.json +2 -2
- package/json-schema/ai/PromptTemplate.json +2 -2
- package/json-schema/ai/PromptVariable.json +2 -2
- package/json-schema/ai/QueryContext.json +2 -2
- package/json-schema/ai/QueryIntent.json +2 -2
- package/json-schema/ai/QueryTemplate.json +2 -2
- package/json-schema/ai/RAGPipelineConfig.json +2 -2
- package/json-schema/ai/RAGPipelineStatus.json +2 -2
- package/json-schema/ai/RAGQueryRequest.json +2 -2
- package/json-schema/ai/RAGQueryResponse.json +2 -2
- package/json-schema/ai/RerankingConfig.json +2 -2
- package/json-schema/ai/Resolution.json +18 -2
- package/json-schema/ai/RetrievalStrategy.json +2 -2
- package/json-schema/ai/RootCauseAnalysisRequest.json +2 -2
- package/json-schema/ai/RootCauseAnalysisResult.json +2 -2
- package/json-schema/ai/SelfHealingAction.json +2 -2
- package/json-schema/ai/SelfHealingConfig.json +2 -2
- package/json-schema/ai/StructuredOutputConfig.json +2 -2
- package/json-schema/ai/StructuredOutputFormat.json +2 -2
- package/json-schema/ai/TestingConfig.json +2 -2
- package/json-schema/ai/TextContent.json +2 -2
- package/json-schema/ai/Timeframe.json +2 -2
- package/json-schema/ai/TokenBudgetConfig.json +2 -2
- package/json-schema/ai/TokenBudgetStrategy.json +2 -2
- package/json-schema/ai/TokenUsage.json +2 -2
- package/json-schema/ai/TokenUsageStats.json +2 -2
- package/json-schema/ai/ToolCall.json +2 -2
- package/json-schema/ai/TrainingConfig.json +2 -2
- package/json-schema/ai/TransformPipelineStep.json +2 -2
- package/json-schema/ai/TypedAgentAction.json +2 -2
- package/json-schema/ai/UIActionType.json +2 -2
- package/json-schema/ai/VectorStoreConfig.json +2 -2
- package/json-schema/ai/VectorStoreProvider.json +2 -2
- package/json-schema/ai/VercelIntegration.json +2 -2
- package/json-schema/ai/VersionManagement.json +2 -2
- package/json-schema/ai/ViewActionParams.json +2 -2
- package/json-schema/ai/ViewActionType.json +2 -2
- package/json-schema/ai/ViewAgentAction.json +2 -2
- package/json-schema/ai/WorkflowActionParams.json +2 -2
- package/json-schema/ai/WorkflowActionType.json +2 -2
- package/json-schema/ai/WorkflowAgentAction.json +2 -2
- package/json-schema/ai/WorkflowFieldCondition.json +2 -2
- package/json-schema/ai/WorkflowSchedule.json +2 -2
- package/json-schema/api/AckMessage.json +2 -2
- package/json-schema/api/AddReactionRequest.json +31 -0
- package/json-schema/api/AddReactionResponse.json +110 -0
- package/json-schema/api/AiChatRequest.json +2 -2
- package/json-schema/api/AiChatResponse.json +2 -2
- package/json-schema/api/AiInsightsRequest.json +2 -2
- package/json-schema/api/AiInsightsResponse.json +2 -2
- package/json-schema/api/AiNlqRequest.json +2 -2
- package/json-schema/api/AiNlqResponse.json +2 -2
- package/json-schema/api/AiSuggestRequest.json +2 -2
- package/json-schema/api/AiSuggestResponse.json +2 -2
- package/json-schema/api/AnalyticsEndpoint.json +2 -2
- package/json-schema/api/AnalyticsMetadataResponse.json +2 -2
- package/json-schema/api/AnalyticsQueryRequest.json +2 -2
- package/json-schema/api/AnalyticsResultResponse.json +2 -2
- package/json-schema/api/AnalyticsSqlResponse.json +2 -2
- package/json-schema/api/ApiChangelogEntry.json +2 -2
- package/json-schema/api/ApiDiscoveryQuery.json +2 -2
- package/json-schema/api/ApiDiscoveryResponse.json +2 -2
- package/json-schema/api/ApiDocumentationConfig.json +2 -2
- package/json-schema/api/ApiEndpoint.json +2 -2
- package/json-schema/api/ApiEndpointRegistration.json +2 -2
- package/json-schema/api/ApiError.json +2 -2
- package/json-schema/api/ApiMapping.json +2 -2
- package/json-schema/api/ApiMetadata.json +2 -2
- package/json-schema/api/ApiParameter.json +2 -2
- package/json-schema/api/ApiProtocolType.json +2 -2
- package/json-schema/api/ApiRegistry.json +2 -2
- package/json-schema/api/ApiRegistryEntry.json +2 -2
- package/json-schema/api/ApiResponse.json +2 -2
- package/json-schema/api/ApiRoutes.json +2 -2
- package/json-schema/api/ApiTestCollection.json +2 -2
- package/json-schema/api/ApiTestRequest.json +2 -2
- package/json-schema/api/ApiTestingUiConfig.json +2 -2
- package/json-schema/api/ApiTestingUiType.json +2 -2
- package/json-schema/api/AppDefinitionResponse.json +562 -3
- package/json-schema/api/AuthEndpoint.json +2 -2
- package/json-schema/api/AuthProvider.json +2 -2
- package/json-schema/api/AutomationTriggerRequest.json +2 -2
- package/json-schema/api/AutomationTriggerResponse.json +2 -2
- package/json-schema/api/BasePresence.json +2 -2
- package/json-schema/api/BaseResponse.json +2 -2
- package/json-schema/api/BatchConfig.json +2 -2
- package/json-schema/api/BatchDataRequest.json +2 -2
- package/json-schema/api/BatchDataResponse.json +2 -2
- package/json-schema/api/BatchEndpointsConfig.json +2 -2
- package/json-schema/api/BatchLoadingStrategy.json +2 -2
- package/json-schema/api/BatchOperationResult.json +2 -2
- package/json-schema/api/BatchOperationType.json +2 -2
- package/json-schema/api/BatchOptions.json +2 -2
- package/json-schema/api/BatchRecord.json +2 -2
- package/json-schema/api/BatchUpdateRequest.json +2 -2
- package/json-schema/api/BatchUpdateResponse.json +2 -2
- package/json-schema/api/BulkRequest.json +2 -2
- package/json-schema/api/BulkResponse.json +2 -2
- package/json-schema/api/CacheControl.json +2 -2
- package/json-schema/api/CacheDirective.json +2 -2
- package/json-schema/api/CacheInvalidationRequest.json +2 -2
- package/json-schema/api/CacheInvalidationResponse.json +2 -2
- package/json-schema/api/CacheInvalidationTarget.json +2 -2
- package/json-schema/api/Callback.json +2 -2
- package/json-schema/api/CheckPermissionRequest.json +2 -2
- package/json-schema/api/CheckPermissionResponse.json +2 -2
- package/json-schema/api/CodeGenerationTemplate.json +2 -2
- package/json-schema/api/CompleteUploadRequest.json +2 -2
- package/json-schema/api/ConceptListResponse.json +2 -2
- package/json-schema/api/ConflictResolutionStrategy.json +2 -2
- package/json-schema/api/CreateDataRequest.json +2 -2
- package/json-schema/api/CreateDataResponse.json +2 -2
- package/json-schema/api/CreateFeedItemRequest.json +106 -0
- package/json-schema/api/CreateFeedItemResponse.json +317 -0
- package/json-schema/api/CreateManyDataRequest.json +2 -2
- package/json-schema/api/CreateManyDataResponse.json +2 -2
- package/json-schema/api/CreateRequest.json +2 -2
- package/json-schema/api/CrudEndpointPattern.json +2 -2
- package/json-schema/api/CrudEndpointsConfig.json +2 -2
- package/json-schema/api/CrudOperation.json +2 -2
- package/json-schema/api/CursorMessage.json +2 -2
- package/json-schema/api/CursorPosition.json +2 -2
- package/json-schema/api/DataLoaderConfig.json +2 -2
- package/json-schema/api/DeleteDataRequest.json +2 -2
- package/json-schema/api/DeleteDataResponse.json +2 -2
- package/json-schema/api/DeleteFeedItemRequest.json +26 -0
- package/json-schema/api/DeleteFeedItemResponse.json +82 -0
- package/json-schema/api/DeleteManyDataRequest.json +2 -2
- package/json-schema/api/DeleteManyDataResponse.json +2 -2
- package/json-schema/api/DeleteManyRequest.json +2 -2
- package/json-schema/api/DeleteResponse.json +2 -2
- package/json-schema/api/DeleteViewRequest.json +2 -2
- package/json-schema/api/DeleteViewResponse.json +2 -2
- package/json-schema/api/DisablePackageRequest.json +2 -2
- package/json-schema/api/DisablePackageResponse.json +2 -2
- package/json-schema/api/Discovery.json +2 -2
- package/json-schema/api/DispatcherConfig.json +2 -2
- package/json-schema/api/DispatcherRoute.json +2 -2
- package/json-schema/api/DocumentState.json +2 -2
- package/json-schema/api/ETag.json +2 -2
- package/json-schema/api/EditMessage.json +2 -2
- package/json-schema/api/EditOperation.json +2 -2
- package/json-schema/api/EditOperationType.json +2 -2
- package/json-schema/api/EnablePackageRequest.json +2 -2
- package/json-schema/api/EnablePackageResponse.json +2 -2
- package/json-schema/api/EndpointRegistry.json +2 -2
- package/json-schema/api/EnhancedApiError.json +2 -2
- package/json-schema/api/ErrorCategory.json +2 -2
- package/json-schema/api/ErrorHandlingConfig.json +2 -2
- package/json-schema/api/ErrorMessage.json +2 -2
- package/json-schema/api/ErrorResponse.json +2 -2
- package/json-schema/api/EventFilter.json +2 -2
- package/json-schema/api/EventFilterCondition.json +2 -2
- package/json-schema/api/EventMessage.json +2 -2
- package/json-schema/api/EventPattern.json +2 -2
- package/json-schema/api/EventSubscription.json +2 -2
- package/json-schema/api/ExportRequest.json +2 -2
- package/json-schema/api/FederationEntity.json +2 -2
- package/json-schema/api/FederationEntityKey.json +2 -2
- package/json-schema/api/FederationExternalField.json +2 -2
- package/json-schema/api/FederationGateway.json +2 -2
- package/json-schema/api/FederationProvides.json +2 -2
- package/json-schema/api/FederationRequires.json +2 -2
- package/json-schema/api/FeedApiErrorCode.json +17 -0
- package/json-schema/api/FeedItemPathParams.json +26 -0
- package/json-schema/api/FeedListFilterType.json +12 -0
- package/json-schema/api/FeedPathParams.json +21 -0
- package/json-schema/api/FeedUnsubscribeRequest.json +21 -0
- package/json-schema/api/FieldError.json +2 -2
- package/json-schema/api/FileUploadResponse.json +2 -2
- package/json-schema/api/FilterOperator.json +2 -2
- package/json-schema/api/FindDataRequest.json +2 -2
- package/json-schema/api/FindDataResponse.json +2 -2
- package/json-schema/api/GeneratedApiDocumentation.json +2 -2
- package/json-schema/api/GeneratedEndpoint.json +2 -2
- package/json-schema/api/GetAnalyticsMetaRequest.json +2 -2
- package/json-schema/api/GetDataRequest.json +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +2 -2
- package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
- package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
- package/json-schema/api/GetFeedRequest.json +45 -0
- package/json-schema/api/GetFeedResponse.json +344 -0
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetLocalesRequest.json +2 -2
- package/json-schema/api/GetLocalesResponse.json +2 -2
- package/json-schema/api/GetMetaItemCachedRequest.json +2 -2
- package/json-schema/api/GetMetaItemCachedResponse.json +2 -2
- package/json-schema/api/GetMetaItemRequest.json +2 -2
- package/json-schema/api/GetMetaItemResponse.json +2 -2
- package/json-schema/api/GetMetaItemsRequest.json +2 -2
- package/json-schema/api/GetMetaItemsResponse.json +2 -2
- package/json-schema/api/GetMetaTypesRequest.json +2 -2
- package/json-schema/api/GetMetaTypesResponse.json +2 -2
- package/json-schema/api/GetNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/GetNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/GetObjectPermissionsRequest.json +2 -2
- package/json-schema/api/GetObjectPermissionsResponse.json +2 -2
- package/json-schema/api/GetPackageRequest.json +2 -2
- package/json-schema/api/GetPackageResponse.json +2 -2
- package/json-schema/api/GetPresenceRequest.json +2 -2
- package/json-schema/api/GetPresenceResponse.json +2 -2
- package/json-schema/api/GetPresignedUrlRequest.json +2 -2
- package/json-schema/api/GetTranslationsRequest.json +2 -2
- package/json-schema/api/GetTranslationsResponse.json +2 -2
- package/json-schema/api/GetUiViewRequest.json +2 -2
- package/json-schema/api/GetViewRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigResponse.json +2 -2
- package/json-schema/api/GetWorkflowStateRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateResponse.json +2 -2
- package/json-schema/api/GraphQLConfig.json +2 -2
- package/json-schema/api/GraphQLDataLoaderConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveLocation.json +2 -2
- package/json-schema/api/GraphQLMutationConfig.json +2 -2
- package/json-schema/api/GraphQLPersistedQuery.json +2 -2
- package/json-schema/api/GraphQLQueryAdapter.json +2 -2
- package/json-schema/api/GraphQLQueryComplexity.json +2 -2
- package/json-schema/api/GraphQLQueryConfig.json +2 -2
- package/json-schema/api/GraphQLQueryDepthLimit.json +2 -2
- package/json-schema/api/GraphQLRateLimit.json +2 -2
- package/json-schema/api/GraphQLResolverConfig.json +2 -2
- package/json-schema/api/GraphQLScalarType.json +2 -2
- package/json-schema/api/GraphQLSubscriptionConfig.json +2 -2
- package/json-schema/api/GraphQLTypeConfig.json +2 -2
- package/json-schema/api/HttpMethod.json +2 -2
- package/json-schema/api/HttpStatusCode.json +2 -2
- package/json-schema/api/IdRequest.json +2 -2
- package/json-schema/api/InstallPackageRequest.json +2 -2
- package/json-schema/api/InstallPackageResponse.json +2 -2
- package/json-schema/api/ListNotificationsRequest.json +2 -2
- package/json-schema/api/ListNotificationsResponse.json +2 -2
- package/json-schema/api/ListPackagesRequest.json +2 -2
- package/json-schema/api/ListPackagesResponse.json +2 -2
- package/json-schema/api/ListRecordResponse.json +2 -2
- package/json-schema/api/ListViewsRequest.json +2 -2
- package/json-schema/api/LoginRequest.json +2 -2
- package/json-schema/api/LoginType.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadResponse.json +2 -2
- package/json-schema/api/MarkNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkNotificationsReadResponse.json +2 -2
- package/json-schema/api/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/api/MetadataBulkResponse.json +2 -2
- package/json-schema/api/MetadataBulkUnregisterRequest.json +2 -2
- package/json-schema/api/MetadataCacheRequest.json +2 -2
- package/json-schema/api/MetadataCacheResponse.json +2 -2
- package/json-schema/api/MetadataDeleteResponse.json +2 -2
- package/json-schema/api/MetadataDependenciesResponse.json +2 -2
- package/json-schema/api/MetadataDependentsResponse.json +2 -2
- package/json-schema/api/MetadataEffectiveResponse.json +2 -2
- package/json-schema/api/MetadataEndpointsConfig.json +2 -2
- package/json-schema/api/MetadataExistsResponse.json +2 -2
- package/json-schema/api/MetadataExportRequest.json +2 -2
- package/json-schema/api/MetadataExportResponse.json +2 -2
- package/json-schema/api/MetadataImportRequest.json +2 -2
- package/json-schema/api/MetadataImportResponse.json +2 -2
- package/json-schema/api/MetadataItemResponse.json +2 -2
- package/json-schema/api/MetadataListResponse.json +2 -2
- package/json-schema/api/MetadataNamesResponse.json +2 -2
- package/json-schema/api/MetadataOverlayResponse.json +2 -2
- package/json-schema/api/MetadataOverlaySaveRequest.json +2 -2
- package/json-schema/api/MetadataQueryRequest.json +2 -2
- package/json-schema/api/MetadataQueryResponse.json +2 -2
- package/json-schema/api/MetadataRegisterRequest.json +2 -2
- package/json-schema/api/MetadataTypeInfoResponse.json +2 -2
- package/json-schema/api/MetadataTypesResponse.json +2 -2
- package/json-schema/api/MetadataValidateRequest.json +2 -2
- package/json-schema/api/MetadataValidateResponse.json +2 -2
- package/json-schema/api/ModificationResult.json +2 -2
- package/json-schema/api/Notification.json +2 -2
- package/json-schema/api/NotificationPreferences.json +2 -2
- package/json-schema/api/ODataConfig.json +2 -2
- package/json-schema/api/ODataError.json +2 -2
- package/json-schema/api/ODataFilterFunction.json +2 -2
- package/json-schema/api/ODataFilterOperator.json +2 -2
- package/json-schema/api/ODataMetadata.json +2 -2
- package/json-schema/api/ODataQuery.json +2 -2
- package/json-schema/api/ODataQueryAdapter.json +2 -2
- package/json-schema/api/ODataResponse.json +2 -2
- package/json-schema/api/ObjectDefinitionResponse.json +6 -2
- package/json-schema/api/ObjectQLReference.json +2 -2
- package/json-schema/api/OpenApi31Extensions.json +2 -2
- package/json-schema/api/OpenApiGenerationConfig.json +2 -2
- package/json-schema/api/OpenApiSecurityScheme.json +2 -2
- package/json-schema/api/OpenApiServer.json +2 -2
- package/json-schema/api/OpenApiSpec.json +2 -2
- package/json-schema/api/OperatorMapping.json +2 -2
- package/json-schema/api/PingMessage.json +2 -2
- package/json-schema/api/PongMessage.json +2 -2
- package/json-schema/api/PresenceMessage.json +2 -2
- package/json-schema/api/PresenceState.json +2 -2
- package/json-schema/api/PresenceStatus.json +2 -2
- package/json-schema/api/PresenceUpdate.json +2 -2
- package/json-schema/api/PresignedUrlResponse.json +2 -2
- package/json-schema/api/QueryAdapterConfig.json +2 -2
- package/json-schema/api/QueryAdapterTarget.json +2 -2
- package/json-schema/api/QueryOptimizationConfig.json +2 -2
- package/json-schema/api/RealtimeConfig.json +2 -2
- package/json-schema/api/RealtimeConnectRequest.json +2 -2
- package/json-schema/api/RealtimeConnectResponse.json +2 -2
- package/json-schema/api/RealtimeDisconnectRequest.json +2 -2
- package/json-schema/api/RealtimeDisconnectResponse.json +2 -2
- package/json-schema/api/RealtimeEvent.json +2 -2
- package/json-schema/api/RealtimeEventType.json +2 -2
- package/json-schema/api/RealtimePresence.json +2 -2
- package/json-schema/api/RealtimeRecordAction.json +2 -2
- package/json-schema/api/RealtimeSubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeSubscribeResponse.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeResponse.json +2 -2
- package/json-schema/api/RecordData.json +2 -2
- package/json-schema/api/RefreshTokenRequest.json +2 -2
- package/json-schema/api/RegisterDeviceRequest.json +2 -2
- package/json-schema/api/RegisterDeviceResponse.json +2 -2
- package/json-schema/api/RegisterRequest.json +2 -2
- package/json-schema/api/RemoveReactionRequest.json +31 -0
- package/json-schema/api/RemoveReactionResponse.json +110 -0
- package/json-schema/api/RequestValidationConfig.json +2 -2
- package/json-schema/api/ResponseEnvelopeConfig.json +2 -2
- package/json-schema/api/RestApiConfig.json +2 -2
- package/json-schema/api/RestApiEndpoint.json +2 -2
- package/json-schema/api/RestApiPluginConfig.json +2 -2
- package/json-schema/api/RestApiRouteCategory.json +2 -2
- package/json-schema/api/RestApiRouteRegistration.json +2 -2
- package/json-schema/api/RestQueryAdapter.json +2 -2
- package/json-schema/api/RestServerConfig.json +2 -2
- package/json-schema/api/RetryStrategy.json +2 -2
- package/json-schema/api/RouteCategory.json +2 -2
- package/json-schema/api/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.json +2 -2
- package/json-schema/api/RouterConfig.json +2 -2
- package/json-schema/api/SaveMetaItemRequest.json +2 -2
- package/json-schema/api/SaveMetaItemResponse.json +2 -2
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/ServiceInfo.json +2 -2
- package/json-schema/api/Session.json +2 -2
- package/json-schema/api/SessionResponse.json +2 -2
- package/json-schema/api/SessionUser.json +2 -2
- package/json-schema/api/SetPresenceRequest.json +2 -2
- package/json-schema/api/SetPresenceResponse.json +2 -2
- package/json-schema/api/SimpleCursorPosition.json +2 -2
- package/json-schema/api/SimplePresenceState.json +2 -2
- package/json-schema/api/SingleRecordResponse.json +2 -2
- package/json-schema/api/StandardErrorCode.json +2 -2
- package/json-schema/api/SubgraphConfig.json +2 -2
- package/json-schema/api/SubscribeMessage.json +2 -2
- package/json-schema/api/SubscribeRequest.json +57 -0
- package/json-schema/api/SubscribeResponse.json +142 -0
- package/json-schema/api/Subscription.json +2 -2
- package/json-schema/api/SubscriptionEvent.json +2 -2
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/UninstallPackageRequest.json +2 -2
- package/json-schema/api/UninstallPackageResponse.json +2 -2
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnsubscribeMessage.json +2 -2
- package/json-schema/api/UnsubscribeRequest.json +2 -2
- package/json-schema/api/UnsubscribeResponse.json +92 -0
- package/json-schema/api/UpdateDataRequest.json +2 -2
- package/json-schema/api/UpdateDataResponse.json +2 -2
- package/json-schema/api/UpdateFeedItemRequest.json +85 -0
- package/json-schema/api/UpdateFeedItemResponse.json +317 -0
- package/json-schema/api/UpdateManyDataRequest.json +2 -2
- package/json-schema/api/UpdateManyDataResponse.json +2 -2
- package/json-schema/api/UpdateManyRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/UpdateRequest.json +2 -2
- package/json-schema/api/UserProfileResponse.json +2 -2
- package/json-schema/api/ValidationMode.json +2 -2
- package/json-schema/api/VersionDefinition.json +2 -2
- package/json-schema/api/VersionNegotiationResponse.json +2 -2
- package/json-schema/api/VersionStatus.json +2 -2
- package/json-schema/api/VersioningConfig.json +2 -2
- package/json-schema/api/VersioningStrategy.json +2 -2
- package/json-schema/api/WebSocketConfig.json +2 -2
- package/json-schema/api/WebSocketEvent.json +2 -2
- package/json-schema/api/WebSocketMessage.json +2 -2
- package/json-schema/api/WebSocketMessageType.json +2 -2
- package/json-schema/api/WebSocketPresenceStatus.json +2 -2
- package/json-schema/api/WebSocketServerConfig.json +2 -2
- package/json-schema/api/WebhookConfig.json +2 -2
- package/json-schema/api/WebhookEvent.json +2 -2
- package/json-schema/api/WorkflowApproveRequest.json +2 -2
- package/json-schema/api/WorkflowApproveResponse.json +2 -2
- package/json-schema/api/WorkflowRejectRequest.json +2 -2
- package/json-schema/api/WorkflowRejectResponse.json +2 -2
- package/json-schema/api/WorkflowState.json +2 -2
- package/json-schema/api/WorkflowTransitionRequest.json +2 -2
- package/json-schema/api/WorkflowTransitionResponse.json +2 -2
- package/json-schema/automation/ActionRef.json +2 -2
- package/json-schema/automation/ApprovalAction.json +2 -2
- package/json-schema/automation/ApprovalActionType.json +2 -2
- package/json-schema/automation/ApprovalProcess.json +2 -2
- package/json-schema/automation/ApprovalStep.json +2 -2
- package/json-schema/automation/ApproverType.json +2 -2
- package/json-schema/automation/AuthField.json +2 -2
- package/json-schema/automation/Authentication.json +2 -2
- package/json-schema/automation/AuthenticationType.json +2 -2
- package/json-schema/automation/ConflictResolution.json +2 -2
- package/json-schema/automation/Connector.json +2 -2
- package/json-schema/automation/ConnectorActionRef.json +2 -2
- package/json-schema/automation/ConnectorCategory.json +2 -2
- package/json-schema/automation/ConnectorInstance.json +2 -2
- package/json-schema/automation/ConnectorOperation.json +2 -2
- package/json-schema/automation/ConnectorTrigger.json +2 -2
- package/json-schema/automation/CustomScriptAction.json +2 -2
- package/json-schema/automation/DataDestinationConfig.json +2 -2
- package/json-schema/automation/DataSourceConfig.json +2 -2
- package/json-schema/automation/DataSyncConfig.json +2 -2
- package/json-schema/automation/ETLDestination.json +2 -2
- package/json-schema/automation/ETLEndpointType.json +2 -2
- package/json-schema/automation/ETLPipeline.json +2 -2
- package/json-schema/automation/ETLPipelineRun.json +2 -2
- package/json-schema/automation/ETLRunStatus.json +2 -2
- package/json-schema/automation/ETLSource.json +2 -2
- package/json-schema/automation/ETLSyncMode.json +2 -2
- package/json-schema/automation/ETLTransformation.json +2 -2
- package/json-schema/automation/ETLTransformationType.json +2 -2
- package/json-schema/automation/EmailAlertAction.json +2 -2
- package/json-schema/automation/Event.json +2 -2
- package/json-schema/automation/FieldUpdateAction.json +2 -2
- package/json-schema/automation/Flow.json +2 -2
- package/json-schema/automation/FlowEdge.json +2 -2
- package/json-schema/automation/FlowNode.json +2 -2
- package/json-schema/automation/FlowNodeAction.json +2 -2
- package/json-schema/automation/FlowVariable.json +2 -2
- package/json-schema/automation/GuardRef.json +2 -2
- package/json-schema/automation/HttpCallAction.json +2 -2
- package/json-schema/automation/OAuth2Config.json +2 -2
- package/json-schema/automation/OperationParameter.json +2 -2
- package/json-schema/automation/OperationType.json +2 -2
- package/json-schema/automation/PushNotificationAction.json +2 -2
- package/json-schema/automation/StateMachine.json +2 -2
- package/json-schema/automation/StateNode.json +2 -2
- package/json-schema/automation/SyncDirection.json +2 -2
- package/json-schema/automation/SyncExecutionResult.json +2 -2
- package/json-schema/automation/SyncExecutionStatus.json +2 -2
- package/json-schema/automation/SyncMode.json +2 -2
- package/json-schema/automation/TaskCreationAction.json +2 -2
- package/json-schema/automation/TimeTrigger.json +2 -2
- package/json-schema/automation/Transition.json +2 -2
- package/json-schema/automation/Webhook.json +2 -2
- package/json-schema/automation/WebhookReceiver.json +2 -2
- package/json-schema/automation/WebhookTriggerType.json +2 -2
- package/json-schema/automation/WorkflowAction.json +2 -2
- package/json-schema/automation/WorkflowRule.json +2 -2
- package/json-schema/automation/WorkflowTriggerType.json +2 -2
- package/json-schema/cloud/AnalyticsTimeRange.json +2 -2
- package/json-schema/cloud/AppDiscoveryRequest.json +2 -2
- package/json-schema/cloud/AppDiscoveryResponse.json +2 -2
- package/json-schema/cloud/AppSubscription.json +2 -2
- package/json-schema/cloud/CreateListingRequest.json +2 -2
- package/json-schema/cloud/CuratedCollection.json +2 -2
- package/json-schema/cloud/FeaturedListing.json +2 -2
- package/json-schema/cloud/InstalledAppSummary.json +2 -2
- package/json-schema/cloud/ListInstalledAppsRequest.json +2 -2
- package/json-schema/cloud/ListInstalledAppsResponse.json +2 -2
- package/json-schema/cloud/ListReviewsRequest.json +2 -2
- package/json-schema/cloud/ListReviewsResponse.json +2 -2
- package/json-schema/cloud/ListingActionRequest.json +2 -2
- package/json-schema/cloud/ListingStatus.json +2 -2
- package/json-schema/cloud/MarketplaceCategory.json +2 -2
- package/json-schema/cloud/MarketplaceHealthMetrics.json +2 -2
- package/json-schema/cloud/MarketplaceInstallRequest.json +2 -2
- package/json-schema/cloud/MarketplaceInstallResponse.json +2 -2
- package/json-schema/cloud/MarketplaceListing.json +2 -2
- package/json-schema/cloud/MarketplaceSearchRequest.json +2 -2
- package/json-schema/cloud/MarketplaceSearchResponse.json +2 -2
- package/json-schema/cloud/PackageSubmission.json +2 -2
- package/json-schema/cloud/PolicyAction.json +2 -2
- package/json-schema/cloud/PolicyViolationType.json +2 -2
- package/json-schema/cloud/PricingModel.json +2 -2
- package/json-schema/cloud/Publisher.json +2 -2
- package/json-schema/cloud/PublisherProfile.json +2 -2
- package/json-schema/cloud/PublisherVerification.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsRequest.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsResponse.json +2 -2
- package/json-schema/cloud/RecommendationReason.json +2 -2
- package/json-schema/cloud/RecommendedApp.json +2 -2
- package/json-schema/cloud/RejectionReason.json +2 -2
- package/json-schema/cloud/ReleaseChannel.json +2 -2
- package/json-schema/cloud/ReviewCriterion.json +2 -2
- package/json-schema/cloud/ReviewDecision.json +2 -2
- package/json-schema/cloud/ReviewModerationStatus.json +2 -2
- package/json-schema/cloud/SubmissionReview.json +2 -2
- package/json-schema/cloud/SubmitReviewRequest.json +2 -2
- package/json-schema/cloud/SubscriptionStatus.json +2 -2
- package/json-schema/cloud/TimeSeriesPoint.json +2 -2
- package/json-schema/cloud/TrendingListing.json +2 -2
- package/json-schema/cloud/UpdateListingRequest.json +2 -2
- package/json-schema/cloud/UserReview.json +2 -2
- package/json-schema/cloud/VersionRelease.json +2 -2
- package/json-schema/data/Address.json +2 -2
- package/json-schema/data/AggregationFunction.json +2 -2
- package/json-schema/data/AggregationMetricType.json +2 -2
- package/json-schema/data/AggregationNode.json +2 -2
- package/json-schema/data/AggregationPipeline.json +2 -2
- package/json-schema/data/AggregationStage.json +2 -2
- package/json-schema/data/AnalyticsQuery.json +2 -2
- package/json-schema/data/ApiMethod.json +2 -2
- package/json-schema/data/AsyncValidation.json +2 -2
- package/json-schema/data/BaseEngineOptions.json +2 -2
- package/json-schema/data/CDCConfig.json +2 -2
- package/json-schema/data/ComputedFieldCache.json +2 -2
- package/json-schema/data/ConditionalValidation.json +2 -2
- package/json-schema/data/ConsistencyLevel.json +2 -2
- package/json-schema/data/CrossFieldValidation.json +2 -2
- package/json-schema/data/Cube.json +2 -2
- package/json-schema/data/CubeJoin.json +2 -2
- package/json-schema/data/CurrencyConfig.json +2 -2
- package/json-schema/data/CurrencyValue.json +2 -2
- package/json-schema/data/CustomValidator.json +2 -2
- package/json-schema/data/DataEngineAggregateOptions.json +2 -2
- package/json-schema/data/DataEngineAggregateRequest.json +2 -2
- package/json-schema/data/DataEngineBatchRequest.json +2 -2
- package/json-schema/data/DataEngineCountOptions.json +2 -2
- package/json-schema/data/DataEngineCountRequest.json +2 -2
- package/json-schema/data/DataEngineDeleteOptions.json +2 -2
- package/json-schema/data/DataEngineDeleteRequest.json +2 -2
- package/json-schema/data/DataEngineExecuteRequest.json +2 -2
- package/json-schema/data/DataEngineFilter.json +2 -2
- package/json-schema/data/DataEngineFindOneRequest.json +2 -2
- package/json-schema/data/DataEngineFindRequest.json +2 -2
- package/json-schema/data/DataEngineInsertOptions.json +2 -2
- package/json-schema/data/DataEngineInsertRequest.json +2 -2
- package/json-schema/data/DataEngineQueryOptions.json +2 -2
- package/json-schema/data/DataEngineRequest.json +2 -2
- package/json-schema/data/DataEngineSort.json +2 -2
- package/json-schema/data/DataEngineUpdateOptions.json +2 -2
- package/json-schema/data/DataEngineUpdateRequest.json +2 -2
- package/json-schema/data/DataEngineVectorFindRequest.json +2 -2
- package/json-schema/data/DataQualityRules.json +2 -2
- package/json-schema/data/DataTypeMapping.json +2 -2
- package/json-schema/data/Dataset.json +2 -2
- package/json-schema/data/DatasetMode.json +2 -2
- package/json-schema/data/Datasource.json +2 -2
- package/json-schema/data/DatasourceCapabilities.json +2 -2
- package/json-schema/data/Dimension.json +2 -2
- package/json-schema/data/DimensionType.json +2 -2
- package/json-schema/data/Document.json +2 -2
- package/json-schema/data/DocumentTemplate.json +2 -2
- package/json-schema/data/DocumentValidationSchema.json +2 -2
- package/json-schema/data/DocumentVersion.json +2 -2
- package/json-schema/data/DriverCapabilities.json +2 -2
- package/json-schema/data/DriverConfig.json +2 -2
- package/json-schema/data/DriverDefinition.json +2 -2
- package/json-schema/data/DriverOptions.json +2 -2
- package/json-schema/data/DriverType.json +2 -2
- package/json-schema/data/ESignatureConfig.json +2 -2
- package/json-schema/data/EqualityOperator.json +2 -2
- package/json-schema/data/ExternalDataSource.json +2 -2
- package/json-schema/data/ExternalFieldMapping.json +2 -2
- package/json-schema/data/ExternalLookup.json +2 -2
- package/json-schema/data/FeedActor.json +40 -0
- package/json-schema/data/FeedFilterMode.json +12 -0
- package/json-schema/data/FeedItem.json +250 -0
- package/json-schema/data/FeedItemType.json +21 -0
- package/json-schema/data/FeedVisibility.json +11 -0
- package/json-schema/data/Field.json +6 -2
- package/json-schema/data/FieldChangeEntry.json +34 -0
- package/json-schema/data/FieldMapping.json +2 -2
- package/json-schema/data/FieldNode.json +2 -2
- package/json-schema/data/FieldReference.json +2 -2
- package/json-schema/data/FieldType.json +2 -2
- package/json-schema/data/FileAttachmentConfig.json +2 -2
- package/json-schema/data/FilterCondition.json +2 -2
- package/json-schema/data/FormatValidation.json +2 -2
- package/json-schema/data/FullTextSearch.json +2 -2
- package/json-schema/data/HookContext.json +2 -2
- package/json-schema/data/HookEvent.json +2 -2
- package/json-schema/data/Index.json +2 -2
- package/json-schema/data/JSONValidation.json +2 -2
- package/json-schema/data/JoinNode.json +2 -2
- package/json-schema/data/JoinStrategy.json +2 -2
- package/json-schema/data/JoinType.json +2 -2
- package/json-schema/data/LocationCoordinates.json +2 -2
- package/json-schema/data/Mapping.json +2 -2
- package/json-schema/data/Mention.json +45 -0
- package/json-schema/data/Metric.json +2 -2
- package/json-schema/data/NoSQLDataTypeMapping.json +2 -2
- package/json-schema/data/NoSQLDatabaseType.json +2 -2
- package/json-schema/data/NoSQLDriverConfig.json +2 -2
- package/json-schema/data/NoSQLIndex.json +2 -2
- package/json-schema/data/NoSQLIndexType.json +2 -2
- package/json-schema/data/NoSQLOperationType.json +2 -2
- package/json-schema/data/NoSQLQueryOptions.json +2 -2
- package/json-schema/data/NoSQLTransactionOptions.json +2 -2
- package/json-schema/data/NotificationChannel.json +12 -0
- package/json-schema/data/Object.json +6 -2
- package/json-schema/data/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectExtension.json +6 -2
- package/json-schema/data/ObjectOwnershipEnum.json +2 -2
- package/json-schema/data/PartitioningConfig.json +2 -2
- package/json-schema/data/PoolConfig.json +2 -2
- package/json-schema/data/Query.json +2 -2
- package/json-schema/data/QueryFilter.json +2 -2
- package/json-schema/data/Reaction.json +31 -0
- package/json-schema/data/RecordSubscription.json +75 -0
- package/json-schema/data/ReplicationConfig.json +2 -2
- package/json-schema/data/SQLDialect.json +2 -2
- package/json-schema/data/SQLDriverConfig.json +2 -2
- package/json-schema/data/SSLConfig.json +2 -2
- package/json-schema/data/ScriptValidation.json +2 -2
- package/json-schema/data/SearchConfig.json +2 -2
- package/json-schema/data/SelectOption.json +2 -2
- package/json-schema/data/SetOperator.json +2 -2
- package/json-schema/data/ShardingConfig.json +2 -2
- package/json-schema/data/SoftDeleteConfig.json +2 -2
- package/json-schema/data/SortNode.json +2 -2
- package/json-schema/data/SpecialOperator.json +2 -2
- package/json-schema/data/StateMachineValidation.json +2 -2
- package/json-schema/data/StringOperator.json +2 -2
- package/json-schema/data/SubscriptionEventType.json +14 -0
- package/json-schema/data/TenancyConfig.json +2 -2
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/UniquenessValidation.json +2 -2
- package/json-schema/data/ValidationRule.json +2 -2
- package/json-schema/data/VectorConfig.json +2 -2
- package/json-schema/data/VersioningConfig.json +2 -2
- package/json-schema/data/WindowFunction.json +2 -2
- package/json-schema/data/WindowFunctionNode.json +2 -2
- package/json-schema/data/WindowSpec.json +2 -2
- package/json-schema/identity/Account.json +2 -2
- package/json-schema/identity/ApiKey.json +2 -2
- package/json-schema/identity/Invitation.json +2 -2
- package/json-schema/identity/InvitationStatus.json +2 -2
- package/json-schema/identity/Member.json +2 -2
- package/json-schema/identity/Organization.json +2 -2
- package/json-schema/identity/Role.json +2 -2
- package/json-schema/identity/SCIMAddress.json +2 -2
- package/json-schema/identity/SCIMBulkOperation.json +2 -2
- package/json-schema/identity/SCIMBulkRequest.json +2 -2
- package/json-schema/identity/SCIMBulkResponse.json +2 -2
- package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
- package/json-schema/identity/SCIMEmail.json +2 -2
- package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
- package/json-schema/identity/SCIMError.json +2 -2
- package/json-schema/identity/SCIMGroup.json +2 -2
- package/json-schema/identity/SCIMGroupReference.json +2 -2
- package/json-schema/identity/SCIMListResponse.json +2 -2
- package/json-schema/identity/SCIMMemberReference.json +2 -2
- package/json-schema/identity/SCIMMeta.json +2 -2
- package/json-schema/identity/SCIMName.json +2 -2
- package/json-schema/identity/SCIMPatchOperation.json +2 -2
- package/json-schema/identity/SCIMPatchRequest.json +2 -2
- package/json-schema/identity/SCIMPhoneNumber.json +2 -2
- package/json-schema/identity/SCIMUser.json +2 -2
- package/json-schema/identity/Session.json +2 -2
- package/json-schema/identity/User.json +2 -2
- package/json-schema/identity/VerificationToken.json +2 -2
- package/json-schema/integration/AckMode.json +2 -2
- package/json-schema/integration/ApiVersionConfig.json +2 -2
- package/json-schema/integration/BuildConfig.json +2 -2
- package/json-schema/integration/CdcConfig.json +2 -2
- package/json-schema/integration/CircuitBreakerConfig.json +2 -2
- package/json-schema/integration/ConflictResolution.json +2 -2
- package/json-schema/integration/Connector.json +2 -2
- package/json-schema/integration/ConnectorAction.json +2 -2
- package/json-schema/integration/ConnectorHealth.json +2 -2
- package/json-schema/integration/ConnectorStatus.json +2 -2
- package/json-schema/integration/ConnectorTrigger.json +2 -2
- package/json-schema/integration/ConnectorType.json +2 -2
- package/json-schema/integration/ConsumerConfig.json +2 -2
- package/json-schema/integration/DataSyncConfig.json +2 -2
- package/json-schema/integration/DatabaseConnector.json +2 -2
- package/json-schema/integration/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.json +2 -2
- package/json-schema/integration/DatabaseTable.json +2 -2
- package/json-schema/integration/DeliveryGuarantee.json +2 -2
- package/json-schema/integration/DeploymentConfig.json +2 -2
- package/json-schema/integration/DlqConfig.json +2 -2
- package/json-schema/integration/DomainConfig.json +2 -2
- package/json-schema/integration/EdgeFunctionConfig.json +2 -2
- package/json-schema/integration/EnvironmentVariables.json +2 -2
- package/json-schema/integration/ErrorCategory.json +2 -2
- package/json-schema/integration/ErrorMappingConfig.json +2 -2
- package/json-schema/integration/ErrorMappingRule.json +2 -2
- package/json-schema/integration/FieldMapping.json +2 -2
- package/json-schema/integration/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.json +2 -2
- package/json-schema/integration/FileStorageConnector.json +2 -2
- package/json-schema/integration/FileStorageProvider.json +2 -2
- package/json-schema/integration/FileVersioningConfig.json +2 -2
- package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
- package/json-schema/integration/GitHubCommitConfig.json +2 -2
- package/json-schema/integration/GitHubConnector.json +2 -2
- package/json-schema/integration/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.json +2 -2
- package/json-schema/integration/GitHubPullRequestConfig.json +2 -2
- package/json-schema/integration/GitHubReleaseConfig.json +2 -2
- package/json-schema/integration/GitHubRepository.json +2 -2
- package/json-schema/integration/GitRepositoryConfig.json +2 -2
- package/json-schema/integration/HealthCheckConfig.json +2 -2
- package/json-schema/integration/MessageFormat.json +2 -2
- package/json-schema/integration/MessageQueueConnector.json +2 -2
- package/json-schema/integration/MessageQueueProvider.json +2 -2
- package/json-schema/integration/MultipartUploadConfig.json +2 -2
- package/json-schema/integration/ProducerConfig.json +2 -2
- package/json-schema/integration/RateLimitConfig.json +2 -2
- package/json-schema/integration/RateLimitStrategy.json +2 -2
- package/json-schema/integration/RetryConfig.json +2 -2
- package/json-schema/integration/RetryStrategy.json +2 -2
- package/json-schema/integration/SaasConnector.json +2 -2
- package/json-schema/integration/SaasObjectType.json +2 -2
- package/json-schema/integration/SaasProvider.json +2 -2
- package/json-schema/integration/SslConfig.json +2 -2
- package/json-schema/integration/StorageBucket.json +2 -2
- package/json-schema/integration/SyncStrategy.json +2 -2
- package/json-schema/integration/TopicQueue.json +2 -2
- package/json-schema/integration/VercelConnector.json +2 -2
- package/json-schema/integration/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/BreakingChange.json +2 -2
- package/json-schema/kernel/CLICommandContribution.json +3 -3
- package/json-schema/kernel/CapabilityConformanceLevel.json +2 -2
- package/json-schema/kernel/CompatibilityLevel.json +2 -2
- package/json-schema/kernel/CompatibilityMatrixEntry.json +2 -2
- package/json-schema/kernel/CustomizationOrigin.json +2 -2
- package/json-schema/kernel/CustomizationPolicy.json +2 -2
- package/json-schema/kernel/DeadLetterQueueEntry.json +2 -2
- package/json-schema/kernel/DependencyConflict.json +2 -2
- package/json-schema/kernel/DependencyGraph.json +2 -2
- package/json-schema/kernel/DependencyGraphNode.json +2 -2
- package/json-schema/kernel/DependencyResolutionResult.json +2 -2
- package/json-schema/kernel/DeprecationNotice.json +2 -2
- package/json-schema/kernel/DevFixtureConfig.json +2 -2
- package/json-schema/kernel/DevPluginConfig.json +2 -2
- package/json-schema/kernel/DevPluginPreset.json +2 -2
- package/json-schema/kernel/DevServiceOverride.json +2 -2
- package/json-schema/kernel/DevToolsConfig.json +2 -2
- package/json-schema/kernel/DisablePackageRequest.json +2 -2
- package/json-schema/kernel/DisablePackageResponse.json +2 -2
- package/json-schema/kernel/DistributedStateConfig.json +2 -2
- package/json-schema/kernel/DynamicLoadRequest.json +2 -2
- package/json-schema/kernel/DynamicLoadingConfig.json +2 -2
- package/json-schema/kernel/DynamicPluginOperation.json +2 -2
- package/json-schema/kernel/DynamicPluginResult.json +2 -2
- package/json-schema/kernel/DynamicUnloadRequest.json +2 -2
- package/json-schema/kernel/EnablePackageRequest.json +2 -2
- package/json-schema/kernel/EnablePackageResponse.json +2 -2
- package/json-schema/kernel/Event.json +2 -2
- package/json-schema/kernel/EventBusConfig.json +2 -2
- package/json-schema/kernel/EventHandler.json +2 -2
- package/json-schema/kernel/EventLogEntry.json +2 -2
- package/json-schema/kernel/EventMessageQueueConfig.json +2 -2
- package/json-schema/kernel/EventMetadata.json +2 -2
- package/json-schema/kernel/EventPersistence.json +2 -2
- package/json-schema/kernel/EventPhase.json +2 -2
- package/json-schema/kernel/EventPriority.json +2 -2
- package/json-schema/kernel/EventQueueConfig.json +2 -2
- package/json-schema/kernel/EventReplayConfig.json +2 -2
- package/json-schema/kernel/EventRoute.json +2 -2
- package/json-schema/kernel/EventSourcingConfig.json +2 -2
- package/json-schema/kernel/EventTypeDefinition.json +2 -2
- package/json-schema/kernel/EventWebhookConfig.json +2 -2
- package/json-schema/kernel/ExecutionContext.json +2 -2
- package/json-schema/kernel/ExtensionPoint.json +2 -2
- package/json-schema/kernel/FeatureFlag.json +2 -2
- package/json-schema/kernel/FeatureStrategy.json +2 -2
- package/json-schema/kernel/FieldChange.json +2 -2
- package/json-schema/kernel/GetPackageRequest.json +2 -2
- package/json-schema/kernel/GetPackageResponse.json +2 -2
- package/json-schema/kernel/GracefulDegradation.json +2 -2
- package/json-schema/kernel/HealthStatus.json +2 -2
- package/json-schema/kernel/HookRegisteredEvent.json +2 -2
- package/json-schema/kernel/HookTriggeredEvent.json +2 -2
- package/json-schema/kernel/HotReloadConfig.json +2 -2
- package/json-schema/kernel/InstallPackageRequest.json +2 -2
- package/json-schema/kernel/InstallPackageResponse.json +2 -2
- package/json-schema/kernel/InstalledPackage.json +2 -2
- package/json-schema/kernel/KernelContext.json +2 -2
- package/json-schema/kernel/KernelEventBase.json +2 -2
- package/json-schema/kernel/KernelReadyEvent.json +2 -2
- package/json-schema/kernel/KernelSecurityPolicy.json +2 -2
- package/json-schema/kernel/KernelSecurityScanResult.json +2 -2
- package/json-schema/kernel/KernelSecurityVulnerability.json +2 -2
- package/json-schema/kernel/KernelShutdownEvent.json +2 -2
- package/json-schema/kernel/ListPackagesRequest.json +2 -2
- package/json-schema/kernel/ListPackagesResponse.json +2 -2
- package/json-schema/kernel/Manifest.json +2 -2
- package/json-schema/kernel/MergeConflict.json +2 -2
- package/json-schema/kernel/MergeResult.json +2 -2
- package/json-schema/kernel/MergeStrategyConfig.json +2 -2
- package/json-schema/kernel/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/kernel/MetadataBulkResult.json +2 -2
- package/json-schema/kernel/MetadataChangeType.json +2 -2
- package/json-schema/kernel/MetadataCollectionInfo.json +2 -2
- package/json-schema/kernel/MetadataDependency.json +2 -2
- package/json-schema/kernel/MetadataDiffItem.json +2 -2
- package/json-schema/kernel/MetadataEvent.json +2 -2
- package/json-schema/kernel/MetadataExportOptions.json +2 -2
- package/json-schema/kernel/MetadataFallbackStrategy.json +2 -2
- package/json-schema/kernel/MetadataFormat.json +2 -2
- package/json-schema/kernel/MetadataImportOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadResult.json +2 -2
- package/json-schema/kernel/MetadataLoaderContract.json +2 -2
- package/json-schema/kernel/MetadataManagerConfig.json +2 -2
- package/json-schema/kernel/MetadataOverlay.json +2 -2
- package/json-schema/kernel/MetadataPluginConfig.json +2 -2
- package/json-schema/kernel/MetadataPluginManifest.json +2 -2
- package/json-schema/kernel/MetadataQuery.json +2 -2
- package/json-schema/kernel/MetadataQueryResult.json +2 -2
- package/json-schema/kernel/MetadataSaveOptions.json +2 -2
- package/json-schema/kernel/MetadataSaveResult.json +2 -2
- package/json-schema/kernel/MetadataStats.json +2 -2
- package/json-schema/kernel/MetadataType.json +2 -2
- package/json-schema/kernel/MetadataTypeRegistryEntry.json +2 -2
- package/json-schema/kernel/MetadataValidationResult.json +2 -2
- package/json-schema/kernel/MetadataWatchEvent.json +2 -2
- package/json-schema/kernel/MultiVersionSupport.json +2 -2
- package/json-schema/kernel/OclifPluginConfig.json +38 -0
- package/json-schema/kernel/OpsDomainModule.json +2 -2
- package/json-schema/kernel/OpsFilePath.json +2 -2
- package/json-schema/kernel/OpsPluginStructure.json +2 -2
- package/json-schema/kernel/PackageDependency.json +2 -2
- package/json-schema/kernel/PackageDependencyConflict.json +2 -2
- package/json-schema/kernel/PackageDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PackageStatusEnum.json +2 -2
- package/json-schema/kernel/Permission.json +2 -2
- package/json-schema/kernel/PermissionAction.json +2 -2
- package/json-schema/kernel/PermissionScope.json +2 -2
- package/json-schema/kernel/PermissionSet.json +2 -2
- package/json-schema/kernel/PluginCaching.json +2 -2
- package/json-schema/kernel/PluginCapability.json +2 -2
- package/json-schema/kernel/PluginCapabilityManifest.json +2 -2
- package/json-schema/kernel/PluginCodeSplitting.json +2 -2
- package/json-schema/kernel/PluginCompatibilityMatrix.json +2 -2
- package/json-schema/kernel/PluginDependency.json +2 -2
- package/json-schema/kernel/PluginDependencyResolution.json +2 -2
- package/json-schema/kernel/PluginDiscoveryConfig.json +2 -2
- package/json-schema/kernel/PluginDiscoverySource.json +2 -2
- package/json-schema/kernel/PluginDynamicImport.json +2 -2
- package/json-schema/kernel/PluginErrorEvent.json +2 -2
- package/json-schema/kernel/PluginEventBase.json +2 -2
- package/json-schema/kernel/PluginHealthCheck.json +2 -2
- package/json-schema/kernel/PluginHealthReport.json +2 -2
- package/json-schema/kernel/PluginHealthStatus.json +2 -2
- package/json-schema/kernel/PluginHotReload.json +2 -2
- package/json-schema/kernel/PluginInitialization.json +2 -2
- package/json-schema/kernel/PluginInstallConfig.json +2 -2
- package/json-schema/kernel/PluginInterface.json +2 -2
- package/json-schema/kernel/PluginLifecycleEventType.json +2 -2
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingConfig.json +2 -2
- package/json-schema/kernel/PluginLoadingEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingState.json +2 -2
- package/json-schema/kernel/PluginLoadingStrategy.json +2 -2
- package/json-schema/kernel/PluginMetadata.json +2 -2
- package/json-schema/kernel/PluginPerformanceMonitoring.json +2 -2
- package/json-schema/kernel/PluginPreloadConfig.json +2 -2
- package/json-schema/kernel/PluginProvenance.json +2 -2
- package/json-schema/kernel/PluginQualityMetrics.json +2 -2
- package/json-schema/kernel/PluginRegisteredEvent.json +2 -2
- package/json-schema/kernel/PluginRegistryEntry.json +2 -2
- package/json-schema/kernel/PluginSandboxing.json +2 -2
- package/json-schema/kernel/PluginSearchFilters.json +2 -2
- package/json-schema/kernel/PluginSecurityManifest.json +2 -2
- package/json-schema/kernel/PluginSource.json +2 -2
- package/json-schema/kernel/PluginStartupResult.json +2 -2
- package/json-schema/kernel/PluginStateSnapshot.json +2 -2
- package/json-schema/kernel/PluginStatistics.json +2 -2
- package/json-schema/kernel/PluginTrustLevel.json +2 -2
- package/json-schema/kernel/PluginTrustScore.json +2 -2
- package/json-schema/kernel/PluginUpdateStrategy.json +2 -2
- package/json-schema/kernel/PluginVendor.json +2 -2
- package/json-schema/kernel/PluginVersionMetadata.json +2 -2
- package/json-schema/kernel/PreviewModeConfig.json +2 -2
- package/json-schema/kernel/ProtocolFeature.json +2 -2
- package/json-schema/kernel/ProtocolReference.json +2 -2
- package/json-schema/kernel/ProtocolVersion.json +2 -2
- package/json-schema/kernel/RealTimeNotificationConfig.json +2 -2
- package/json-schema/kernel/ResourceType.json +2 -2
- package/json-schema/kernel/RollbackPackageRequest.json +2 -2
- package/json-schema/kernel/RollbackPackageResponse.json +2 -2
- package/json-schema/kernel/RuntimeConfig.json +2 -2
- package/json-schema/kernel/RuntimeMode.json +2 -2
- package/json-schema/kernel/SBOM.json +2 -2
- package/json-schema/kernel/SBOMEntry.json +2 -2
- package/json-schema/kernel/SandboxConfig.json +2 -2
- package/json-schema/kernel/ScopeConfig.json +2 -2
- package/json-schema/kernel/ScopeInfo.json +2 -2
- package/json-schema/kernel/SecurityPolicy.json +2 -2
- package/json-schema/kernel/SecurityScanResult.json +2 -2
- package/json-schema/kernel/SecurityVulnerability.json +2 -2
- package/json-schema/kernel/SemanticVersion.json +2 -2
- package/json-schema/kernel/ServiceFactoryRegistration.json +2 -2
- package/json-schema/kernel/ServiceMetadata.json +2 -2
- package/json-schema/kernel/ServiceRegisteredEvent.json +2 -2
- package/json-schema/kernel/ServiceRegistryConfig.json +2 -2
- package/json-schema/kernel/ServiceScopeType.json +2 -2
- package/json-schema/kernel/ServiceUnregisteredEvent.json +2 -2
- package/json-schema/kernel/StartupOptions.json +2 -2
- package/json-schema/kernel/StartupOrchestrationResult.json +2 -2
- package/json-schema/kernel/UninstallPackageRequest.json +2 -2
- package/json-schema/kernel/UninstallPackageResponse.json +2 -2
- package/json-schema/kernel/UpgradeImpactLevel.json +2 -2
- package/json-schema/kernel/UpgradePackageRequest.json +2 -2
- package/json-schema/kernel/UpgradePackageResponse.json +2 -2
- package/json-schema/kernel/UpgradePhase.json +2 -2
- package/json-schema/kernel/UpgradePlan.json +2 -2
- package/json-schema/kernel/UpgradeSnapshot.json +2 -2
- package/json-schema/kernel/ValidationError.json +2 -2
- package/json-schema/kernel/ValidationResult.json +2 -2
- package/json-schema/kernel/ValidationWarning.json +2 -2
- package/json-schema/kernel/VersionConstraint.json +2 -2
- package/json-schema/kernel/VulnerabilitySeverity.json +2 -2
- package/json-schema/objectstack.json +13207 -3317
- package/json-schema/openapi.json +1 -1
- package/json-schema/qa/TestAction.json +2 -2
- package/json-schema/qa/TestActionType.json +2 -2
- package/json-schema/qa/TestAssertion.json +2 -2
- package/json-schema/qa/TestAssertionType.json +2 -2
- package/json-schema/qa/TestContext.json +2 -2
- package/json-schema/qa/TestScenario.json +2 -2
- package/json-schema/qa/TestStep.json +2 -2
- package/json-schema/qa/TestSuite.json +2 -2
- package/json-schema/security/AuditPolicy.json +2 -2
- package/json-schema/security/CriteriaSharingRule.json +2 -2
- package/json-schema/security/FieldPermission.json +2 -2
- package/json-schema/security/NetworkPolicy.json +2 -2
- package/json-schema/security/OWDModel.json +2 -2
- package/json-schema/security/ObjectPermission.json +2 -2
- package/json-schema/security/OwnerSharingRule.json +2 -2
- package/json-schema/security/PasswordPolicy.json +2 -2
- package/json-schema/security/PermissionSet.json +2 -2
- package/json-schema/security/Policy.json +2 -2
- package/json-schema/security/RLSAuditConfig.json +2 -2
- package/json-schema/security/RLSAuditEvent.json +2 -2
- package/json-schema/security/RLSConfig.json +2 -2
- package/json-schema/security/RLSEvaluationResult.json +2 -2
- package/json-schema/security/RLSOperation.json +2 -2
- package/json-schema/security/RLSUserContext.json +2 -2
- package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
- package/json-schema/security/SessionPolicy.json +2 -2
- package/json-schema/security/ShareRecipientType.json +2 -2
- package/json-schema/security/SharingLevel.json +2 -2
- package/json-schema/security/SharingRule.json +2 -2
- package/json-schema/security/SharingRuleType.json +2 -2
- package/json-schema/security/Territory.json +2 -2
- package/json-schema/security/TerritoryModel.json +2 -2
- package/json-schema/security/TerritoryType.json +2 -2
- package/json-schema/shared/AggregationFunctionEnum.json +2 -2
- package/json-schema/shared/AppName.json +2 -2
- package/json-schema/shared/BaseMetadataRecord.json +2 -2
- package/json-schema/shared/CacheStrategyEnum.json +2 -2
- package/json-schema/shared/CorsConfig.json +2 -2
- package/json-schema/shared/EventName.json +2 -2
- package/json-schema/shared/FieldMapping.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/IsolationLevelEnum.json +2 -2
- package/json-schema/shared/MetadataFormat.json +2 -2
- package/json-schema/shared/MutationEventEnum.json +2 -2
- package/json-schema/shared/ObjectName.json +2 -2
- package/json-schema/shared/RateLimitConfig.json +2 -2
- package/json-schema/shared/RoleName.json +2 -2
- package/json-schema/shared/SnakeCaseIdentifier.json +2 -2
- package/json-schema/shared/SortDirectionEnum.json +2 -2
- package/json-schema/shared/SortItem.json +26 -0
- package/json-schema/shared/StaticMount.json +2 -2
- package/json-schema/shared/SystemIdentifier.json +2 -2
- package/json-schema/shared/TransformType.json +2 -2
- package/json-schema/shared/ViewName.json +2 -2
- package/json-schema/studio/ActionContribution.json +2 -2
- package/json-schema/studio/ActionLocation.json +2 -2
- package/json-schema/studio/ActivationEvent.json +2 -2
- package/json-schema/studio/CanvasSnapSettings.json +37 -0
- package/json-schema/studio/CanvasZoomSettings.json +37 -0
- package/json-schema/studio/CommandContribution.json +2 -2
- package/json-schema/studio/ERDiagramConfig.json +2 -2
- package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
- package/json-schema/studio/ERNodeDisplay.json +2 -2
- package/json-schema/studio/ElementPaletteItem.json +52 -0
- package/json-schema/studio/FieldEditorConfig.json +2 -2
- package/json-schema/studio/FieldGroup.json +2 -2
- package/json-schema/studio/FieldPropertySection.json +2 -2
- package/json-schema/studio/InterfaceBuilderConfig.json +154 -0
- package/json-schema/studio/MetadataIconContribution.json +2 -2
- package/json-schema/studio/MetadataViewerContribution.json +2 -2
- package/json-schema/studio/ObjectDesignerConfig.json +2 -2
- package/json-schema/studio/ObjectDesignerDefaultView.json +2 -2
- package/json-schema/studio/ObjectFilter.json +2 -2
- package/json-schema/studio/ObjectListDisplayMode.json +2 -2
- package/json-schema/studio/ObjectManagerConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewTab.json +2 -2
- package/json-schema/studio/ObjectSortField.json +2 -2
- package/json-schema/studio/PageBuilderConfig.json +154 -0
- package/json-schema/studio/PanelContribution.json +2 -2
- package/json-schema/studio/PanelLocation.json +2 -2
- package/json-schema/studio/RelationshipDisplay.json +2 -2
- package/json-schema/studio/RelationshipMapperConfig.json +2 -2
- package/json-schema/studio/SidebarGroupContribution.json +2 -2
- package/json-schema/studio/StudioPluginContributions.json +2 -2
- package/json-schema/studio/StudioPluginManifest.json +2 -2
- package/json-schema/studio/ViewMode.json +2 -2
- package/json-schema/system/AccessControlConfig.json +2 -2
- package/json-schema/system/AddFieldOperation.json +6 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AuditConfig.json +2 -2
- package/json-schema/system/AuditEvent.json +2 -2
- package/json-schema/system/AuditEventActor.json +2 -2
- package/json-schema/system/AuditEventChange.json +2 -2
- package/json-schema/system/AuditEventFilter.json +2 -2
- package/json-schema/system/AuditEventSeverity.json +2 -2
- package/json-schema/system/AuditEventTarget.json +2 -2
- package/json-schema/system/AuditEventType.json +2 -2
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/BackupConfig.json +2 -2
- package/json-schema/system/BackupRetention.json +2 -2
- package/json-schema/system/BackupStrategy.json +2 -2
- package/json-schema/system/BatchProgress.json +2 -2
- package/json-schema/system/BucketConfig.json +2 -2
- package/json-schema/system/CRDTMergeResult.json +2 -2
- package/json-schema/system/CRDTState.json +2 -2
- package/json-schema/system/CRDTType.json +2 -2
- package/json-schema/system/CacheAvalanchePrevention.json +2 -2
- package/json-schema/system/CacheConfig.json +2 -2
- package/json-schema/system/CacheConsistency.json +2 -2
- package/json-schema/system/CacheInvalidation.json +2 -2
- package/json-schema/system/CacheStrategy.json +2 -2
- package/json-schema/system/CacheTier.json +2 -2
- package/json-schema/system/CacheWarmup.json +2 -2
- package/json-schema/system/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/ChangeSet.json +18 -2
- package/json-schema/system/ChangeStatus.json +2 -2
- package/json-schema/system/ChangeType.json +2 -2
- package/json-schema/system/CollaborationMode.json +2 -2
- package/json-schema/system/CollaborationSession.json +2 -2
- package/json-schema/system/CollaborationSessionConfig.json +2 -2
- package/json-schema/system/CollaborativeCursor.json +2 -2
- package/json-schema/system/ComplianceAuditRequirement.json +2 -2
- package/json-schema/system/ComplianceConfig.json +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/CreateObjectOperation.json +6 -2
- package/json-schema/system/CronSchedule.json +2 -2
- package/json-schema/system/CursorColorPreset.json +2 -2
- package/json-schema/system/CursorSelection.json +2 -2
- package/json-schema/system/CursorStyle.json +2 -2
- package/json-schema/system/CursorUpdate.json +2 -2
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DisasterRecoveryPlan.json +2 -2
- package/json-schema/system/DistributedCacheConfig.json +2 -2
- package/json-schema/system/EmailTemplate.json +2 -2
- package/json-schema/system/EncryptionAlgorithm.json +2 -2
- package/json-schema/system/EncryptionConfig.json +2 -2
- package/json-schema/system/ExecuteSqlOperation.json +2 -2
- package/json-schema/system/ExtendedLogLevel.json +2 -2
- package/json-schema/system/ExternalServiceDestinationConfig.json +2 -2
- package/json-schema/system/FacetConfig.json +2 -2
- package/json-schema/system/FailoverConfig.json +2 -2
- package/json-schema/system/FailoverMode.json +2 -2
- package/json-schema/system/Feature.json +2 -2
- package/json-schema/system/FieldEncryption.json +2 -2
- package/json-schema/system/FieldTranslation.json +2 -2
- package/json-schema/system/FileDestinationConfig.json +2 -2
- package/json-schema/system/FileMetadata.json +2 -2
- package/json-schema/system/GCounter.json +2 -2
- package/json-schema/system/GDPRConfig.json +2 -2
- package/json-schema/system/HIPAAConfig.json +2 -2
- package/json-schema/system/HistogramBucketConfig.json +2 -2
- package/json-schema/system/HttpDestinationConfig.json +2 -2
- package/json-schema/system/HttpServerConfig.json +2 -2
- package/json-schema/system/InAppNotification.json +2 -2
- package/json-schema/system/IntervalSchedule.json +2 -2
- package/json-schema/system/Job.json +2 -2
- package/json-schema/system/JobExecution.json +2 -2
- package/json-schema/system/JobExecutionStatus.json +2 -2
- package/json-schema/system/KernelServiceMap.json +2 -2
- package/json-schema/system/KeyManagementProvider.json +2 -2
- package/json-schema/system/KeyRotationPolicy.json +2 -2
- package/json-schema/system/LWWRegister.json +2 -2
- package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
- package/json-schema/system/License.json +2 -2
- package/json-schema/system/LicenseMetricType.json +2 -2
- package/json-schema/system/LifecycleAction.json +2 -2
- package/json-schema/system/LifecyclePolicyConfig.json +2 -2
- package/json-schema/system/LifecyclePolicyRule.json +2 -2
- package/json-schema/system/Locale.json +2 -2
- package/json-schema/system/LogDestination.json +2 -2
- package/json-schema/system/LogDestinationType.json +2 -2
- package/json-schema/system/LogEnrichmentConfig.json +2 -2
- package/json-schema/system/LogEntry.json +2 -2
- package/json-schema/system/LogFormat.json +2 -2
- package/json-schema/system/LogLevel.json +2 -2
- package/json-schema/system/LoggerConfig.json +2 -2
- package/json-schema/system/LoggingConfig.json +2 -2
- package/json-schema/system/MaskingConfig.json +2 -2
- package/json-schema/system/MaskingRule.json +2 -2
- package/json-schema/system/MaskingStrategy.json +2 -2
- package/json-schema/system/MaskingVisibilityRule.json +2 -2
- package/json-schema/system/MessageQueueConfig.json +2 -2
- package/json-schema/system/MessageQueueProvider.json +2 -2
- package/json-schema/system/MetadataCollectionInfo.json +2 -2
- package/json-schema/system/MetadataExportOptions.json +2 -2
- package/json-schema/system/MetadataFallbackStrategy.json +2 -2
- package/json-schema/system/MetadataFormat.json +2 -2
- package/json-schema/system/MetadataImportOptions.json +2 -2
- package/json-schema/system/MetadataLoadOptions.json +2 -2
- package/json-schema/system/MetadataLoadResult.json +2 -2
- package/json-schema/system/MetadataLoaderContract.json +2 -2
- package/json-schema/system/MetadataManagerConfig.json +2 -2
- package/json-schema/system/MetadataRecord.json +2 -2
- package/json-schema/system/MetadataSaveOptions.json +2 -2
- package/json-schema/system/MetadataSaveResult.json +2 -2
- package/json-schema/system/MetadataScope.json +2 -2
- package/json-schema/system/MetadataSource.json +2 -2
- package/json-schema/system/MetadataState.json +2 -2
- package/json-schema/system/MetadataStats.json +2 -2
- package/json-schema/system/MetadataWatchEvent.json +2 -2
- package/json-schema/system/MetricAggregationConfig.json +2 -2
- package/json-schema/system/MetricAggregationType.json +2 -2
- package/json-schema/system/MetricDataPoint.json +2 -2
- package/json-schema/system/MetricDefinition.json +2 -2
- package/json-schema/system/MetricExportConfig.json +2 -2
- package/json-schema/system/MetricLabels.json +2 -2
- package/json-schema/system/MetricType.json +2 -2
- package/json-schema/system/MetricUnit.json +2 -2
- package/json-schema/system/MetricsConfig.json +2 -2
- package/json-schema/system/MiddlewareConfig.json +2 -2
- package/json-schema/system/MiddlewareType.json +2 -2
- package/json-schema/system/MigrationDependency.json +2 -2
- package/json-schema/system/MigrationOperation.json +10 -2
- package/json-schema/system/ModifyFieldOperation.json +2 -2
- package/json-schema/system/MultipartUploadConfig.json +2 -2
- package/json-schema/system/MutualTLSConfig.json +2 -2
- package/json-schema/system/NotificationChannel.json +2 -2
- package/json-schema/system/NotificationConfig.json +2 -2
- package/json-schema/system/ORSet.json +2 -2
- package/json-schema/system/ORSetElement.json +2 -2
- package/json-schema/system/OTComponent.json +2 -2
- package/json-schema/system/OTOperation.json +2 -2
- package/json-schema/system/OTOperationType.json +2 -2
- package/json-schema/system/OTTransformResult.json +2 -2
- package/json-schema/system/ObjectMetadata.json +2 -2
- package/json-schema/system/ObjectStorageConfig.json +2 -2
- package/json-schema/system/ObjectTranslationData.json +2 -2
- package/json-schema/system/OnceSchedule.json +2 -2
- package/json-schema/system/OpenTelemetryCompatibility.json +2 -2
- package/json-schema/system/OtelExporterType.json +2 -2
- package/json-schema/system/PCIDSSConfig.json +2 -2
- package/json-schema/system/PNCounter.json +2 -2
- package/json-schema/system/Plan.json +2 -2
- package/json-schema/system/PresignedUrlConfig.json +2 -2
- package/json-schema/system/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/RetryPolicy.json +2 -2
- package/json-schema/system/RollbackPlan.json +2 -2
- package/json-schema/system/RouteHandlerMetadata.json +2 -2
- package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
- package/json-schema/system/SMSTemplate.json +2 -2
- package/json-schema/system/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.json +2 -2
- package/json-schema/system/Schedule.json +2 -2
- package/json-schema/system/SearchConfig.json +2 -2
- package/json-schema/system/SearchIndexConfig.json +2 -2
- package/json-schema/system/SearchProvider.json +2 -2
- package/json-schema/system/SecurityContextConfig.json +2 -2
- package/json-schema/system/SecurityEventCorrelation.json +2 -2
- package/json-schema/system/ServerCapabilities.json +2 -2
- package/json-schema/system/ServerEvent.json +2 -2
- package/json-schema/system/ServerEventType.json +2 -2
- package/json-schema/system/ServerStatus.json +2 -2
- package/json-schema/system/ServiceConfig.json +2 -2
- package/json-schema/system/ServiceCriticality.json +2 -2
- package/json-schema/system/ServiceLevelIndicator.json +2 -2
- package/json-schema/system/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/Span.json +2 -2
- package/json-schema/system/SpanAttributeValue.json +2 -2
- package/json-schema/system/SpanAttributes.json +2 -2
- package/json-schema/system/SpanEvent.json +2 -2
- package/json-schema/system/SpanKind.json +2 -2
- package/json-schema/system/SpanLink.json +2 -2
- package/json-schema/system/SpanStatus.json +2 -2
- package/json-schema/system/StorageAcl.json +2 -2
- package/json-schema/system/StorageClass.json +2 -2
- package/json-schema/system/StorageConnection.json +2 -2
- package/json-schema/system/StorageProvider.json +2 -2
- package/json-schema/system/StorageScope.json +2 -2
- package/json-schema/system/StructuredLogEntry.json +2 -2
- package/json-schema/system/SuspiciousActivityRule.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceSamplingConfig.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TracingConfig.json +2 -2
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationData.json +2 -2
- package/json-schema/system/TranslationFileOrganization.json +2 -2
- package/json-schema/system/UserActivityStatus.json +2 -2
- package/json-schema/system/VectorClock.json +2 -2
- package/json-schema/system/WorkerStats.json +2 -2
- package/json-schema/ui/AIChatWindowProps.json +2 -2
- package/json-schema/ui/Action.json +2 -2
- package/json-schema/ui/ActionNavItem.json +122 -0
- package/json-schema/ui/ActionParam.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +44 -0
- package/json-schema/ui/Animation.json +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/App.json +562 -3
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +35 -0
- package/json-schema/ui/AriaProps.json +2 -2
- package/json-schema/ui/BlankPageLayout.json +81 -0
- package/json-schema/ui/BlankPageLayoutItem.json +44 -0
- package/json-schema/ui/BorderRadius.json +2 -2
- package/json-schema/ui/BreakpointColumnMap.json +2 -2
- package/json-schema/ui/BreakpointName.json +2 -2
- package/json-schema/ui/BreakpointOrderMap.json +2 -2
- package/json-schema/ui/Breakpoints.json +2 -2
- package/json-schema/ui/CalendarConfig.json +2 -2
- package/json-schema/ui/ChartAnnotation.json +2 -2
- package/json-schema/ui/ChartAxis.json +2 -2
- package/json-schema/ui/ChartConfig.json +2 -2
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +2 -2
- package/json-schema/ui/ChartType.json +2 -2
- package/json-schema/ui/ColorPalette.json +2 -2
- package/json-schema/ui/ColumnSummary.json +2 -2
- package/json-schema/ui/ComponentAnimation.json +2 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +367 -4
- package/json-schema/ui/DashboardHeader.json +101 -0
- package/json-schema/ui/DashboardHeaderAction.json +76 -0
- package/json-schema/ui/DashboardNavItem.json +24 -2
- package/json-schema/ui/DashboardWidget.json +158 -2
- package/json-schema/ui/DateFormat.json +2 -2
- package/json-schema/ui/DensityMode.json +2 -2
- package/json-schema/ui/DndConfig.json +2 -2
- package/json-schema/ui/DragConstraint.json +2 -2
- package/json-schema/ui/DragHandle.json +2 -2
- package/json-schema/ui/DragItem.json +2 -2
- package/json-schema/ui/DropEffect.json +2 -2
- package/json-schema/ui/DropZone.json +2 -2
- package/json-schema/ui/EasingFunction.json +2 -2
- package/json-schema/ui/ElementButtonProps.json +161 -0
- package/json-schema/ui/ElementDataSource.json +56 -0
- package/json-schema/ui/ElementFilterProps.json +105 -0
- package/json-schema/ui/ElementFormProps.json +142 -0
- package/json-schema/ui/ElementImageProps.json +95 -0
- package/json-schema/ui/ElementNumberProps.json +112 -0
- package/json-schema/ui/ElementRecordPickerProps.json +146 -0
- package/json-schema/ui/ElementTextProps.json +99 -0
- package/json-schema/ui/EmbedConfig.json +54 -0
- package/json-schema/ui/EvictionPolicy.json +2 -2
- package/json-schema/ui/FocusManagement.json +2 -2
- package/json-schema/ui/FocusTrapConfig.json +2 -2
- package/json-schema/ui/FormField.json +2 -2
- package/json-schema/ui/GalleryConfig.json +2 -2
- package/json-schema/ui/GanttConfig.json +2 -2
- package/json-schema/ui/GestureConfig.json +2 -2
- package/json-schema/ui/GestureType.json +2 -2
- package/json-schema/ui/GlobalFilter.json +214 -0
- package/json-schema/ui/GlobalFilterOptionsFrom.json +65 -0
- package/json-schema/ui/GroupNavItem.json +24 -2
- package/json-schema/ui/GroupingConfig.json +2 -2
- package/json-schema/ui/GroupingField.json +2 -2
- package/json-schema/ui/HttpMethod.json +2 -2
- package/json-schema/ui/HttpRequest.json +2 -2
- package/json-schema/ui/I18nLabel.json +2 -2
- package/json-schema/ui/I18nObject.json +2 -2
- package/json-schema/ui/InterfacePageConfig.json +273 -0
- package/json-schema/ui/KanbanConfig.json +2 -2
- package/json-schema/ui/KeyboardNavigationConfig.json +2 -2
- package/json-schema/ui/KeyboardShortcut.json +2 -2
- package/json-schema/ui/ListColumn.json +2 -2
- package/json-schema/ui/ListView.json +231 -2
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +2 -2
- package/json-schema/ui/NavigationArea.json +905 -0
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationItem.json +332 -2
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +2 -2
- package/json-schema/ui/NotificationAction.json +2 -2
- package/json-schema/ui/NotificationConfig.json +2 -2
- package/json-schema/ui/NotificationPosition.json +2 -2
- package/json-schema/ui/NotificationSeverity.json +2 -2
- package/json-schema/ui/NotificationType.json +2 -2
- package/json-schema/ui/NumberFormat.json +2 -2
- package/json-schema/ui/ObjectNavItem.json +24 -2
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +2 -2
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/Page.json +549 -6
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +65 -3
- package/json-schema/ui/PageComponentType.json +11 -3
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageNavItem.json +24 -2
- package/json-schema/ui/PageRegion.json +65 -3
- package/json-schema/ui/PageTabsProps.json +2 -2
- package/json-schema/ui/PageTransition.json +2 -2
- package/json-schema/ui/PageType.json +25 -0
- package/json-schema/ui/PageVariable.json +9 -4
- package/json-schema/ui/PaginationConfig.json +2 -2
- package/json-schema/ui/PerformanceConfig.json +2 -2
- package/json-schema/ui/PersistStorage.json +2 -2
- package/json-schema/ui/PinchGestureConfig.json +2 -2
- package/json-schema/ui/PluralRule.json +2 -2
- package/json-schema/ui/RecordActivityProps.json +69 -7
- package/json-schema/ui/RecordChatterProps.json +264 -0
- package/json-schema/ui/RecordDetailsProps.json +2 -2
- package/json-schema/ui/RecordHighlightsProps.json +2 -2
- package/json-schema/ui/RecordPathProps.json +2 -2
- package/json-schema/ui/RecordRelatedListProps.json +2 -2
- package/json-schema/ui/RecordReviewConfig.json +112 -0
- package/json-schema/ui/Report.json +2 -2
- package/json-schema/ui/ReportChart.json +2 -2
- package/json-schema/ui/ReportColumn.json +2 -2
- package/json-schema/ui/ReportGrouping.json +2 -2
- package/json-schema/ui/ReportNavItem.json +104 -0
- package/json-schema/ui/ReportType.json +2 -2
- package/json-schema/ui/ResponsiveConfig.json +2 -2
- package/json-schema/ui/RowColorConfig.json +2 -2
- package/json-schema/ui/RowHeight.json +2 -2
- package/json-schema/ui/SelectionConfig.json +2 -2
- package/json-schema/ui/Shadow.json +2 -2
- package/json-schema/ui/SharingConfig.json +42 -0
- package/json-schema/ui/Spacing.json +2 -2
- package/json-schema/ui/SwipeDirection.json +2 -2
- package/json-schema/ui/SwipeGestureConfig.json +2 -2
- package/json-schema/ui/SyncConfig.json +2 -2
- package/json-schema/ui/Theme.json +2 -2
- package/json-schema/ui/ThemeMode.json +2 -2
- package/json-schema/ui/TimelineConfig.json +2 -2
- package/json-schema/ui/TouchInteraction.json +2 -2
- package/json-schema/ui/TouchTargetConfig.json +2 -2
- package/json-schema/ui/TransitionConfig.json +2 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UrlNavItem.json +24 -2
- package/json-schema/ui/UserActionsConfig.json +49 -0
- package/json-schema/ui/ViewData.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +101 -0
- package/json-schema/ui/VisualizationType.json +16 -0
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +12 -0
- package/json-schema/ui/WidgetColorVariant.json +17 -0
- package/json-schema/ui/WidgetEvent.json +2 -2
- package/json-schema/ui/WidgetLifecycle.json +2 -2
- package/json-schema/ui/WidgetManifest.json +2 -2
- package/json-schema/ui/WidgetMeasure.json +79 -0
- package/json-schema/ui/WidgetProperty.json +2 -2
- package/json-schema/ui/WidgetSource.json +2 -2
- package/json-schema/ui/ZIndex.json +2 -2
- package/package.json +2 -2
- package/json-schema/kernel/CLIExtensionExport.json +0 -24
- package/dist/{index-CGz6eD3q.d.mts → index-CO-W80wc.d.mts} +2 -2
- package/dist/{index-CGz6eD3q.d.ts → index-CO-W80wc.d.ts} +2 -2
- package/dist/{index-BX1zurbZ.d.ts → index-Clv7cLYS.d.ts} +3 -3
- package/dist/{index-DwA_tFsR.d.mts → index-DIaB52-2.d.mts} +3 -3
- package/dist/{index-DPHfwGua.d.ts → index-JCZedZdf.d.mts} +12 -12
- package/dist/{index-DPHfwGua.d.mts → index-JCZedZdf.d.ts} +12 -12
- package/dist/{metadata-plugin.zod-BhhsdezT.d.mts → metadata-plugin.zod-Cjm0qlEF.d.mts} +15 -15
- package/dist/{metadata-plugin.zod-BhhsdezT.d.ts → metadata-plugin.zod-Cjm0qlEF.d.ts} +15 -15
- package/dist/{package-registry.zod-rdVhQ23C.d.mts → package-registry.zod-CO7_ejFC.d.mts} +14 -14
- package/dist/{package-registry.zod-rdVhQ23C.d.ts → package-registry.zod-CO7_ejFC.d.ts} +14 -14
package/dist/index.js
CHANGED
|
@@ -31,6 +31,7 @@ __export(shared_exports, {
|
|
|
31
31
|
RoleNameSchema: () => RoleNameSchema,
|
|
32
32
|
SnakeCaseIdentifierSchema: () => SnakeCaseIdentifierSchema,
|
|
33
33
|
SortDirectionEnum: () => SortDirectionEnum,
|
|
34
|
+
SortItemSchema: () => SortItemSchema,
|
|
34
35
|
StaticMountSchema: () => StaticMountSchema,
|
|
35
36
|
SystemIdentifierSchema: () => SystemIdentifierSchema,
|
|
36
37
|
TransformTypeSchema: () => TransformTypeSchema,
|
|
@@ -173,6 +174,10 @@ var AggregationFunctionEnum = zod.z.enum([
|
|
|
173
174
|
"variance"
|
|
174
175
|
]).describe("Standard aggregation functions");
|
|
175
176
|
var SortDirectionEnum = zod.z.enum(["asc", "desc"]).describe("Sort order direction");
|
|
177
|
+
var SortItemSchema = zod.z.object({
|
|
178
|
+
field: zod.z.string().describe("Field name to sort by"),
|
|
179
|
+
order: SortDirectionEnum.describe("Sort direction")
|
|
180
|
+
}).describe("Sort field and direction pair");
|
|
176
181
|
var MutationEventEnum = zod.z.enum([
|
|
177
182
|
"insert",
|
|
178
183
|
"update",
|
|
@@ -472,6 +477,8 @@ var FieldSchema = zod.z.object({
|
|
|
472
477
|
type: FieldType.describe("Field Data Type"),
|
|
473
478
|
description: zod.z.string().optional().describe("Tooltip/Help text"),
|
|
474
479
|
format: zod.z.string().optional().describe("Format string (e.g. email, phone)"),
|
|
480
|
+
/** Storage Layer Mapping */
|
|
481
|
+
columnName: zod.z.string().optional().describe("Physical column name in the target datasource. Defaults to the field key when not set."),
|
|
475
482
|
/** Database Constraints */
|
|
476
483
|
required: zod.z.boolean().default(false).describe("Is required"),
|
|
477
484
|
searchable: zod.z.boolean().default(false).describe("Is searchable"),
|
|
@@ -1050,7 +1057,13 @@ __export(data_exports, {
|
|
|
1050
1057
|
ExternalFieldMappingSchema: () => ExternalFieldMappingSchema,
|
|
1051
1058
|
ExternalLookupSchema: () => ExternalLookupSchema,
|
|
1052
1059
|
FILTER_OPERATORS: () => FILTER_OPERATORS,
|
|
1060
|
+
FeedActorSchema: () => FeedActorSchema,
|
|
1061
|
+
FeedFilterMode: () => FeedFilterMode,
|
|
1062
|
+
FeedItemSchema: () => FeedItemSchema,
|
|
1063
|
+
FeedItemType: () => FeedItemType,
|
|
1064
|
+
FeedVisibility: () => FeedVisibility,
|
|
1053
1065
|
Field: () => Field,
|
|
1066
|
+
FieldChangeEntrySchema: () => FieldChangeEntrySchema,
|
|
1054
1067
|
FieldMappingSchema: () => FieldMappingSchema2,
|
|
1055
1068
|
FieldNodeSchema: () => FieldNodeSchema,
|
|
1056
1069
|
FieldOperatorsSchema: () => FieldOperatorsSchema,
|
|
@@ -1072,6 +1085,7 @@ __export(data_exports, {
|
|
|
1072
1085
|
LOGICAL_OPERATORS: () => LOGICAL_OPERATORS,
|
|
1073
1086
|
LocationCoordinatesSchema: () => LocationCoordinatesSchema,
|
|
1074
1087
|
MappingSchema: () => MappingSchema,
|
|
1088
|
+
MentionSchema: () => MentionSchema,
|
|
1075
1089
|
MetricSchema: () => MetricSchema,
|
|
1076
1090
|
NoSQLDataTypeMappingSchema: () => NoSQLDataTypeMappingSchema,
|
|
1077
1091
|
NoSQLDatabaseTypeSchema: () => NoSQLDatabaseTypeSchema,
|
|
@@ -1082,6 +1096,7 @@ __export(data_exports, {
|
|
|
1082
1096
|
NoSQLQueryOptionsSchema: () => NoSQLQueryOptionsSchema,
|
|
1083
1097
|
NoSQLTransactionOptionsSchema: () => NoSQLTransactionOptionsSchema,
|
|
1084
1098
|
NormalizedFilterSchema: () => NormalizedFilterSchema,
|
|
1099
|
+
NotificationChannel: () => NotificationChannel,
|
|
1085
1100
|
ObjectCapabilities: () => ObjectCapabilities,
|
|
1086
1101
|
ObjectExtensionSchema: () => ObjectExtensionSchema,
|
|
1087
1102
|
ObjectOwnershipEnum: () => ObjectOwnershipEnum,
|
|
@@ -1091,6 +1106,8 @@ __export(data_exports, {
|
|
|
1091
1106
|
QueryFilterSchema: () => QueryFilterSchema,
|
|
1092
1107
|
QuerySchema: () => QuerySchema,
|
|
1093
1108
|
RangeOperatorSchema: () => RangeOperatorSchema,
|
|
1109
|
+
ReactionSchema: () => ReactionSchema,
|
|
1110
|
+
RecordSubscriptionSchema: () => RecordSubscriptionSchema,
|
|
1094
1111
|
ReplicationConfigSchema: () => ReplicationConfigSchema,
|
|
1095
1112
|
SQLDialectSchema: () => SQLDialectSchema,
|
|
1096
1113
|
SQLDriverConfigSchema: () => SQLDriverConfigSchema,
|
|
@@ -1105,6 +1122,7 @@ __export(data_exports, {
|
|
|
1105
1122
|
SpecialOperatorSchema: () => SpecialOperatorSchema,
|
|
1106
1123
|
StateMachineValidationSchema: () => StateMachineValidationSchema,
|
|
1107
1124
|
StringOperatorSchema: () => StringOperatorSchema,
|
|
1125
|
+
SubscriptionEventType: () => SubscriptionEventType,
|
|
1108
1126
|
TenancyConfigSchema: () => TenancyConfigSchema,
|
|
1109
1127
|
TimeUpdateInterval: () => TimeUpdateInterval,
|
|
1110
1128
|
TransformType: () => TransformType,
|
|
@@ -3565,6 +3583,113 @@ var AnalyticsQuerySchema = zod.z.object({
|
|
|
3565
3583
|
offset: zod.z.number().optional(),
|
|
3566
3584
|
timezone: zod.z.string().optional().default("UTC")
|
|
3567
3585
|
});
|
|
3586
|
+
var FeedItemType = zod.z.enum([
|
|
3587
|
+
"comment",
|
|
3588
|
+
"field_change",
|
|
3589
|
+
"task",
|
|
3590
|
+
"event",
|
|
3591
|
+
"email",
|
|
3592
|
+
"call",
|
|
3593
|
+
"note",
|
|
3594
|
+
"file",
|
|
3595
|
+
"record_create",
|
|
3596
|
+
"record_delete",
|
|
3597
|
+
"approval",
|
|
3598
|
+
"sharing",
|
|
3599
|
+
"system"
|
|
3600
|
+
]);
|
|
3601
|
+
var MentionSchema = zod.z.object({
|
|
3602
|
+
type: zod.z.enum(["user", "team", "record"]).describe("Mention target type"),
|
|
3603
|
+
id: zod.z.string().describe("Target ID"),
|
|
3604
|
+
name: zod.z.string().describe("Display name for rendering"),
|
|
3605
|
+
offset: zod.z.number().int().min(0).describe("Character offset in body text"),
|
|
3606
|
+
length: zod.z.number().int().min(1).describe("Length of mention token in body text")
|
|
3607
|
+
});
|
|
3608
|
+
var FieldChangeEntrySchema = zod.z.object({
|
|
3609
|
+
field: zod.z.string().describe("Field machine name"),
|
|
3610
|
+
fieldLabel: zod.z.string().optional().describe("Field display label"),
|
|
3611
|
+
oldValue: zod.z.unknown().optional().describe("Previous value"),
|
|
3612
|
+
newValue: zod.z.unknown().optional().describe("New value"),
|
|
3613
|
+
oldDisplayValue: zod.z.string().optional().describe("Human-readable old value"),
|
|
3614
|
+
newDisplayValue: zod.z.string().optional().describe("Human-readable new value")
|
|
3615
|
+
});
|
|
3616
|
+
var ReactionSchema = zod.z.object({
|
|
3617
|
+
emoji: zod.z.string().describe('Emoji character or shortcode (e.g., "\u{1F44D}", ":thumbsup:")'),
|
|
3618
|
+
userIds: zod.z.array(zod.z.string()).describe("Users who reacted"),
|
|
3619
|
+
count: zod.z.number().int().min(1).describe("Total reaction count")
|
|
3620
|
+
});
|
|
3621
|
+
var FeedActorSchema = zod.z.object({
|
|
3622
|
+
type: zod.z.enum(["user", "system", "service", "automation"]).describe("Actor type"),
|
|
3623
|
+
id: zod.z.string().describe("Actor ID"),
|
|
3624
|
+
name: zod.z.string().optional().describe("Actor display name"),
|
|
3625
|
+
avatarUrl: zod.z.string().url().optional().describe("Actor avatar URL"),
|
|
3626
|
+
source: zod.z.string().optional().describe('Source application (e.g., "Omni", "API", "Studio")')
|
|
3627
|
+
});
|
|
3628
|
+
var FeedVisibility = zod.z.enum(["public", "internal", "private"]);
|
|
3629
|
+
var FeedItemSchema = zod.z.object({
|
|
3630
|
+
/** Unique identifier */
|
|
3631
|
+
id: zod.z.string().describe("Feed item ID"),
|
|
3632
|
+
/** Feed item type */
|
|
3633
|
+
type: FeedItemType.describe("Activity type"),
|
|
3634
|
+
/** Target record reference */
|
|
3635
|
+
object: zod.z.string().describe('Object name (e.g., "account")'),
|
|
3636
|
+
recordId: zod.z.string().describe("Record ID this feed item belongs to"),
|
|
3637
|
+
/** Actor (who performed the action) */
|
|
3638
|
+
actor: FeedActorSchema.describe("Who performed this action"),
|
|
3639
|
+
/** Content (for comments/notes) */
|
|
3640
|
+
body: zod.z.string().optional().describe("Rich text body (Markdown supported)"),
|
|
3641
|
+
/** @Mentions */
|
|
3642
|
+
mentions: zod.z.array(MentionSchema).optional().describe("Mentioned users/teams/records"),
|
|
3643
|
+
/** Field changes (for field_change type) */
|
|
3644
|
+
changes: zod.z.array(FieldChangeEntrySchema).optional().describe("Field-level changes"),
|
|
3645
|
+
/** Reactions */
|
|
3646
|
+
reactions: zod.z.array(ReactionSchema).optional().describe("Emoji reactions on this item"),
|
|
3647
|
+
/** Reply threading */
|
|
3648
|
+
parentId: zod.z.string().optional().describe("Parent feed item ID for threaded replies"),
|
|
3649
|
+
replyCount: zod.z.number().int().min(0).default(0).describe("Number of replies"),
|
|
3650
|
+
/** Visibility */
|
|
3651
|
+
visibility: FeedVisibility.default("public").describe("Visibility: public (all users), internal (team only), private (author + mentioned)"),
|
|
3652
|
+
/** Timestamps */
|
|
3653
|
+
createdAt: zod.z.string().datetime().describe("Creation timestamp"),
|
|
3654
|
+
updatedAt: zod.z.string().datetime().optional().describe("Last update timestamp"),
|
|
3655
|
+
editedAt: zod.z.string().datetime().optional().describe("When comment was last edited"),
|
|
3656
|
+
isEdited: zod.z.boolean().default(false).describe("Whether comment has been edited")
|
|
3657
|
+
});
|
|
3658
|
+
var FeedFilterMode = zod.z.enum([
|
|
3659
|
+
"all",
|
|
3660
|
+
"comments_only",
|
|
3661
|
+
"changes_only",
|
|
3662
|
+
"tasks_only"
|
|
3663
|
+
]);
|
|
3664
|
+
var SubscriptionEventType = zod.z.enum([
|
|
3665
|
+
"comment",
|
|
3666
|
+
"mention",
|
|
3667
|
+
"field_change",
|
|
3668
|
+
"task",
|
|
3669
|
+
"approval",
|
|
3670
|
+
"all"
|
|
3671
|
+
]);
|
|
3672
|
+
var NotificationChannel = zod.z.enum([
|
|
3673
|
+
"in_app",
|
|
3674
|
+
"email",
|
|
3675
|
+
"push",
|
|
3676
|
+
"slack"
|
|
3677
|
+
]);
|
|
3678
|
+
var RecordSubscriptionSchema = zod.z.object({
|
|
3679
|
+
/** Target */
|
|
3680
|
+
object: zod.z.string().describe("Object name"),
|
|
3681
|
+
recordId: zod.z.string().describe("Record ID"),
|
|
3682
|
+
/** Subscriber */
|
|
3683
|
+
userId: zod.z.string().describe("Subscribing user ID"),
|
|
3684
|
+
/** Events to subscribe to */
|
|
3685
|
+
events: zod.z.array(SubscriptionEventType).default(["all"]).describe("Event types to receive notifications for"),
|
|
3686
|
+
/** Notification channels */
|
|
3687
|
+
channels: zod.z.array(NotificationChannel).default(["in_app"]).describe("Notification delivery channels"),
|
|
3688
|
+
/** Active */
|
|
3689
|
+
active: zod.z.boolean().default(true).describe("Whether the subscription is active"),
|
|
3690
|
+
/** Timestamps */
|
|
3691
|
+
createdAt: zod.z.string().datetime().describe("Subscription creation timestamp")
|
|
3692
|
+
});
|
|
3568
3693
|
|
|
3569
3694
|
// src/security/index.ts
|
|
3570
3695
|
var security_exports = {};
|
|
@@ -4221,14 +4346,19 @@ var ui_exports = {};
|
|
|
4221
4346
|
__export(ui_exports, {
|
|
4222
4347
|
AIChatWindowProps: () => AIChatWindowProps,
|
|
4223
4348
|
Action: () => Action,
|
|
4349
|
+
ActionNavItemSchema: () => ActionNavItemSchema,
|
|
4224
4350
|
ActionParamSchema: () => ActionParamSchema,
|
|
4225
4351
|
ActionSchema: () => ActionSchema,
|
|
4352
|
+
AddRecordConfigSchema: () => AddRecordConfigSchema,
|
|
4226
4353
|
AnimationSchema: () => AnimationSchema,
|
|
4227
4354
|
AnimationTriggerSchema: () => AnimationTriggerSchema,
|
|
4228
4355
|
App: () => App,
|
|
4229
4356
|
AppBrandingSchema: () => AppBrandingSchema,
|
|
4230
4357
|
AppSchema: () => AppSchema,
|
|
4358
|
+
AppearanceConfigSchema: () => AppearanceConfigSchema,
|
|
4231
4359
|
AriaPropsSchema: () => AriaPropsSchema,
|
|
4360
|
+
BlankPageLayoutItemSchema: () => BlankPageLayoutItemSchema,
|
|
4361
|
+
BlankPageLayoutSchema: () => BlankPageLayoutSchema,
|
|
4232
4362
|
BorderRadiusSchema: () => BorderRadiusSchema,
|
|
4233
4363
|
BreakpointColumnMapSchema: () => BreakpointColumnMapSchema,
|
|
4234
4364
|
BreakpointName: () => BreakpointName,
|
|
@@ -4247,6 +4377,8 @@ __export(ui_exports, {
|
|
|
4247
4377
|
ComponentPropsMap: () => ComponentPropsMap,
|
|
4248
4378
|
ConflictResolutionSchema: () => ConflictResolutionSchema,
|
|
4249
4379
|
Dashboard: () => Dashboard,
|
|
4380
|
+
DashboardHeaderActionSchema: () => DashboardHeaderActionSchema,
|
|
4381
|
+
DashboardHeaderSchema: () => DashboardHeaderSchema,
|
|
4250
4382
|
DashboardNavItemSchema: () => DashboardNavItemSchema,
|
|
4251
4383
|
DashboardSchema: () => DashboardSchema,
|
|
4252
4384
|
DashboardWidgetSchema: () => DashboardWidgetSchema,
|
|
@@ -4259,6 +4391,15 @@ __export(ui_exports, {
|
|
|
4259
4391
|
DropEffectSchema: () => DropEffectSchema,
|
|
4260
4392
|
DropZoneSchema: () => DropZoneSchema,
|
|
4261
4393
|
EasingFunctionSchema: () => EasingFunctionSchema,
|
|
4394
|
+
ElementButtonPropsSchema: () => ElementButtonPropsSchema,
|
|
4395
|
+
ElementDataSourceSchema: () => ElementDataSourceSchema,
|
|
4396
|
+
ElementFilterPropsSchema: () => ElementFilterPropsSchema,
|
|
4397
|
+
ElementFormPropsSchema: () => ElementFormPropsSchema,
|
|
4398
|
+
ElementImagePropsSchema: () => ElementImagePropsSchema,
|
|
4399
|
+
ElementNumberPropsSchema: () => ElementNumberPropsSchema,
|
|
4400
|
+
ElementRecordPickerPropsSchema: () => ElementRecordPickerPropsSchema,
|
|
4401
|
+
ElementTextPropsSchema: () => ElementTextPropsSchema,
|
|
4402
|
+
EmbedConfigSchema: () => EmbedConfigSchema,
|
|
4262
4403
|
EvictionPolicySchema: () => EvictionPolicySchema,
|
|
4263
4404
|
FieldWidgetPropsSchema: () => FieldWidgetPropsSchema,
|
|
4264
4405
|
FocusManagementSchema: () => FocusManagementSchema,
|
|
@@ -4270,6 +4411,8 @@ __export(ui_exports, {
|
|
|
4270
4411
|
GanttConfigSchema: () => GanttConfigSchema,
|
|
4271
4412
|
GestureConfigSchema: () => GestureConfigSchema,
|
|
4272
4413
|
GestureTypeSchema: () => GestureTypeSchema,
|
|
4414
|
+
GlobalFilterOptionsFromSchema: () => GlobalFilterOptionsFromSchema,
|
|
4415
|
+
GlobalFilterSchema: () => GlobalFilterSchema,
|
|
4273
4416
|
GroupNavItemSchema: () => GroupNavItemSchema,
|
|
4274
4417
|
GroupingConfigSchema: () => GroupingConfigSchema,
|
|
4275
4418
|
GroupingFieldSchema: () => GroupingFieldSchema,
|
|
@@ -4277,6 +4420,7 @@ __export(ui_exports, {
|
|
|
4277
4420
|
HttpRequestSchema: () => HttpRequestSchema,
|
|
4278
4421
|
I18nLabelSchema: () => I18nLabelSchema,
|
|
4279
4422
|
I18nObjectSchema: () => I18nObjectSchema,
|
|
4423
|
+
InterfacePageConfigSchema: () => InterfacePageConfigSchema,
|
|
4280
4424
|
KanbanConfigSchema: () => KanbanConfigSchema,
|
|
4281
4425
|
KeyboardNavigationConfigSchema: () => KeyboardNavigationConfigSchema,
|
|
4282
4426
|
KeyboardShortcutSchema: () => KeyboardShortcutSchema,
|
|
@@ -4285,6 +4429,7 @@ __export(ui_exports, {
|
|
|
4285
4429
|
LocaleConfigSchema: () => LocaleConfigSchema,
|
|
4286
4430
|
LongPressGestureConfigSchema: () => LongPressGestureConfigSchema,
|
|
4287
4431
|
MotionConfigSchema: () => MotionConfigSchema,
|
|
4432
|
+
NavigationAreaSchema: () => NavigationAreaSchema,
|
|
4288
4433
|
NavigationConfigSchema: () => NavigationConfigSchema,
|
|
4289
4434
|
NavigationItemSchema: () => NavigationItemSchema,
|
|
4290
4435
|
NavigationModeSchema: () => NavigationModeSchema,
|
|
@@ -4309,6 +4454,7 @@ __export(ui_exports, {
|
|
|
4309
4454
|
PageSchema: () => PageSchema,
|
|
4310
4455
|
PageTabsProps: () => PageTabsProps,
|
|
4311
4456
|
PageTransitionSchema: () => PageTransitionSchema,
|
|
4457
|
+
PageTypeSchema: () => PageTypeSchema,
|
|
4312
4458
|
PageVariableSchema: () => PageVariableSchema,
|
|
4313
4459
|
PaginationConfigSchema: () => PaginationConfigSchema,
|
|
4314
4460
|
PerformanceConfigSchema: () => PerformanceConfigSchema,
|
|
@@ -4316,14 +4462,17 @@ __export(ui_exports, {
|
|
|
4316
4462
|
PinchGestureConfigSchema: () => PinchGestureConfigSchema,
|
|
4317
4463
|
PluralRuleSchema: () => PluralRuleSchema,
|
|
4318
4464
|
RecordActivityProps: () => RecordActivityProps,
|
|
4465
|
+
RecordChatterProps: () => RecordChatterProps,
|
|
4319
4466
|
RecordDetailsProps: () => RecordDetailsProps,
|
|
4320
4467
|
RecordHighlightsProps: () => RecordHighlightsProps,
|
|
4321
4468
|
RecordPathProps: () => RecordPathProps,
|
|
4322
4469
|
RecordRelatedListProps: () => RecordRelatedListProps,
|
|
4470
|
+
RecordReviewConfigSchema: () => RecordReviewConfigSchema,
|
|
4323
4471
|
Report: () => Report,
|
|
4324
4472
|
ReportChartSchema: () => ReportChartSchema,
|
|
4325
4473
|
ReportColumnSchema: () => ReportColumnSchema,
|
|
4326
4474
|
ReportGroupingSchema: () => ReportGroupingSchema,
|
|
4475
|
+
ReportNavItemSchema: () => ReportNavItemSchema,
|
|
4327
4476
|
ReportSchema: () => ReportSchema,
|
|
4328
4477
|
ReportType: () => ReportType,
|
|
4329
4478
|
ResponsiveConfigSchema: () => ResponsiveConfigSchema,
|
|
@@ -4331,6 +4480,7 @@ __export(ui_exports, {
|
|
|
4331
4480
|
RowHeightSchema: () => RowHeightSchema,
|
|
4332
4481
|
SelectionConfigSchema: () => SelectionConfigSchema,
|
|
4333
4482
|
ShadowSchema: () => ShadowSchema,
|
|
4483
|
+
SharingConfigSchema: () => SharingConfigSchema,
|
|
4334
4484
|
SpacingSchema: () => SpacingSchema,
|
|
4335
4485
|
SwipeDirectionSchema: () => SwipeDirectionSchema,
|
|
4336
4486
|
SwipeGestureConfigSchema: () => SwipeGestureConfigSchema,
|
|
@@ -4344,13 +4494,19 @@ __export(ui_exports, {
|
|
|
4344
4494
|
TransitionPresetSchema: () => TransitionPresetSchema,
|
|
4345
4495
|
TypographySchema: () => TypographySchema,
|
|
4346
4496
|
UrlNavItemSchema: () => UrlNavItemSchema,
|
|
4497
|
+
UserActionsConfigSchema: () => UserActionsConfigSchema,
|
|
4347
4498
|
ViewDataSchema: () => ViewDataSchema,
|
|
4348
4499
|
ViewSchema: () => ViewSchema,
|
|
4349
4500
|
ViewSharingSchema: () => ViewSharingSchema,
|
|
4501
|
+
ViewTabSchema: () => ViewTabSchema,
|
|
4502
|
+
VisualizationTypeSchema: () => VisualizationTypeSchema,
|
|
4350
4503
|
WcagContrastLevel: () => WcagContrastLevel,
|
|
4504
|
+
WidgetActionTypeSchema: () => WidgetActionTypeSchema,
|
|
4505
|
+
WidgetColorVariantSchema: () => WidgetColorVariantSchema,
|
|
4351
4506
|
WidgetEventSchema: () => WidgetEventSchema,
|
|
4352
4507
|
WidgetLifecycleSchema: () => WidgetLifecycleSchema,
|
|
4353
4508
|
WidgetManifestSchema: () => WidgetManifestSchema,
|
|
4509
|
+
WidgetMeasureSchema: () => WidgetMeasureSchema,
|
|
4354
4510
|
WidgetPropertySchema: () => WidgetPropertySchema,
|
|
4355
4511
|
WidgetSourceSchema: () => WidgetSourceSchema,
|
|
4356
4512
|
ZIndexSchema: () => ZIndexSchema,
|
|
@@ -4591,6 +4747,25 @@ var PerformanceConfigSchema = zod.z.object({
|
|
|
4591
4747
|
/** Debounce interval for user interactions (ms) */
|
|
4592
4748
|
debounceMs: zod.z.number().optional().describe("Debounce interval for user interactions in milliseconds")
|
|
4593
4749
|
}).describe("Performance optimization configuration");
|
|
4750
|
+
var SharingConfigSchema = zod.z.object({
|
|
4751
|
+
enabled: zod.z.boolean().default(false).describe("Enable public sharing"),
|
|
4752
|
+
publicLink: zod.z.string().optional().describe("Generated public share URL"),
|
|
4753
|
+
password: zod.z.string().optional().describe("Password required to access shared link"),
|
|
4754
|
+
allowedDomains: zod.z.array(zod.z.string()).optional().describe('Restrict access to specific email domains (e.g. ["example.com"])'),
|
|
4755
|
+
expiresAt: zod.z.string().optional().describe("Expiration date/time in ISO 8601 format"),
|
|
4756
|
+
allowAnonymous: zod.z.boolean().optional().default(false).describe("Allow access without authentication")
|
|
4757
|
+
});
|
|
4758
|
+
var EmbedConfigSchema = zod.z.object({
|
|
4759
|
+
enabled: zod.z.boolean().default(false).describe("Enable iframe embedding"),
|
|
4760
|
+
allowedOrigins: zod.z.array(zod.z.string()).optional().describe('Allowed iframe parent origins (e.g. ["https://example.com"])'),
|
|
4761
|
+
width: zod.z.string().optional().default("100%").describe("Embed width (CSS value)"),
|
|
4762
|
+
height: zod.z.string().optional().default("600px").describe("Embed height (CSS value)"),
|
|
4763
|
+
showHeader: zod.z.boolean().optional().default(true).describe("Show interface header in embed"),
|
|
4764
|
+
showNavigation: zod.z.boolean().optional().default(false).describe("Show navigation in embed"),
|
|
4765
|
+
responsive: zod.z.boolean().optional().default(true).describe("Enable responsive resizing")
|
|
4766
|
+
});
|
|
4767
|
+
|
|
4768
|
+
// src/ui/app.zod.ts
|
|
4594
4769
|
var BaseNavItemSchema = zod.z.object({
|
|
4595
4770
|
/** Unique identifier for the item */
|
|
4596
4771
|
id: SnakeCaseIdentifierSchema.describe("Unique identifier for this navigation item (lowercase snake_case)"),
|
|
@@ -4598,12 +4773,18 @@ var BaseNavItemSchema = zod.z.object({
|
|
|
4598
4773
|
label: I18nLabelSchema.describe("Display proper label"),
|
|
4599
4774
|
/** Icon name (Lucide) */
|
|
4600
4775
|
icon: zod.z.string().optional().describe("Icon name"),
|
|
4776
|
+
/** Sort order within the same level (lower numbers appear first) */
|
|
4777
|
+
order: zod.z.number().optional().describe("Sort order within the same level (lower = first)"),
|
|
4778
|
+
/** Badge text or count displayed on the navigation item (e.g. "3", "New") */
|
|
4779
|
+
badge: zod.z.union([zod.z.string(), zod.z.number()]).optional().describe("Badge text or count displayed on the item"),
|
|
4601
4780
|
/**
|
|
4602
4781
|
* Visibility condition.
|
|
4603
4782
|
* Formula expression returning boolean.
|
|
4604
4783
|
* e.g. "user.is_admin || user.department == 'sales'"
|
|
4605
4784
|
*/
|
|
4606
|
-
visible: zod.z.string().optional().describe("Visibility formula condition")
|
|
4785
|
+
visible: zod.z.string().optional().describe("Visibility formula condition"),
|
|
4786
|
+
/** Permissions required to see/access this navigation item */
|
|
4787
|
+
requiredPermissions: zod.z.array(zod.z.string()).optional().describe("Permissions required to access this item")
|
|
4607
4788
|
});
|
|
4608
4789
|
var ObjectNavItemSchema = BaseNavItemSchema.extend({
|
|
4609
4790
|
type: zod.z.literal("object"),
|
|
@@ -4624,6 +4805,17 @@ var UrlNavItemSchema = BaseNavItemSchema.extend({
|
|
|
4624
4805
|
url: zod.z.string().describe("Target external URL"),
|
|
4625
4806
|
target: zod.z.enum(["_self", "_blank"]).default("_self").describe("Link target window")
|
|
4626
4807
|
});
|
|
4808
|
+
var ReportNavItemSchema = BaseNavItemSchema.extend({
|
|
4809
|
+
type: zod.z.literal("report"),
|
|
4810
|
+
reportName: zod.z.string().describe("Target report name")
|
|
4811
|
+
});
|
|
4812
|
+
var ActionNavItemSchema = BaseNavItemSchema.extend({
|
|
4813
|
+
type: zod.z.literal("action"),
|
|
4814
|
+
actionDef: zod.z.object({
|
|
4815
|
+
actionName: zod.z.string().describe("Action machine name to execute"),
|
|
4816
|
+
params: zod.z.record(zod.z.string(), zod.z.unknown()).optional().describe("Parameters passed to the action")
|
|
4817
|
+
}).describe("Action definition to execute when clicked")
|
|
4818
|
+
});
|
|
4627
4819
|
var GroupNavItemSchema = BaseNavItemSchema.extend({
|
|
4628
4820
|
type: zod.z.literal("group"),
|
|
4629
4821
|
expanded: zod.z.boolean().default(false).describe("Default expansion state in sidebar")
|
|
@@ -4631,13 +4823,14 @@ var GroupNavItemSchema = BaseNavItemSchema.extend({
|
|
|
4631
4823
|
});
|
|
4632
4824
|
var NavigationItemSchema = zod.z.lazy(
|
|
4633
4825
|
() => zod.z.union([
|
|
4634
|
-
// Object Item can now have children (Airtable style: Object -> Views)
|
|
4635
4826
|
ObjectNavItemSchema.extend({
|
|
4636
4827
|
children: zod.z.array(NavigationItemSchema).optional().describe("Child navigation items (e.g. specific views)")
|
|
4637
4828
|
}),
|
|
4638
4829
|
DashboardNavItemSchema,
|
|
4639
4830
|
PageNavItemSchema,
|
|
4640
4831
|
UrlNavItemSchema,
|
|
4832
|
+
ReportNavItemSchema,
|
|
4833
|
+
ActionNavItemSchema,
|
|
4641
4834
|
GroupNavItemSchema.extend({
|
|
4642
4835
|
children: zod.z.array(NavigationItemSchema).describe("Child navigation items")
|
|
4643
4836
|
})
|
|
@@ -4648,6 +4841,27 @@ var AppBrandingSchema = zod.z.object({
|
|
|
4648
4841
|
logo: zod.z.string().optional().describe("Custom logo URL for this app"),
|
|
4649
4842
|
favicon: zod.z.string().optional().describe("Custom favicon URL for this app")
|
|
4650
4843
|
});
|
|
4844
|
+
var NavigationAreaSchema = zod.z.object({
|
|
4845
|
+
/** Unique area identifier */
|
|
4846
|
+
id: SnakeCaseIdentifierSchema.describe("Unique area identifier (lowercase snake_case)"),
|
|
4847
|
+
/** Display label */
|
|
4848
|
+
label: I18nLabelSchema.describe("Area display label"),
|
|
4849
|
+
/** Icon name (Lucide) */
|
|
4850
|
+
icon: zod.z.string().optional().describe("Area icon name"),
|
|
4851
|
+
/** Sort order among areas (lower = first) */
|
|
4852
|
+
order: zod.z.number().optional().describe("Sort order among areas (lower = first)"),
|
|
4853
|
+
/** Area description */
|
|
4854
|
+
description: I18nLabelSchema.optional().describe("Area description"),
|
|
4855
|
+
/**
|
|
4856
|
+
* Visibility condition.
|
|
4857
|
+
* Formula expression returning boolean.
|
|
4858
|
+
*/
|
|
4859
|
+
visible: zod.z.string().optional().describe("Visibility formula condition for this area"),
|
|
4860
|
+
/** Permissions required to access this area */
|
|
4861
|
+
requiredPermissions: zod.z.array(zod.z.string()).optional().describe("Permissions required to access this area"),
|
|
4862
|
+
/** Navigation items within this area */
|
|
4863
|
+
navigation: zod.z.array(NavigationItemSchema).describe("Navigation items within this area")
|
|
4864
|
+
});
|
|
4651
4865
|
var AppSchema = zod.z.object({
|
|
4652
4866
|
/** Machine name (id) */
|
|
4653
4867
|
name: SnakeCaseIdentifierSchema.describe("App unique machine name (lowercase snake_case)"),
|
|
@@ -4666,10 +4880,28 @@ var AppSchema = zod.z.object({
|
|
|
4666
4880
|
/** Is this the default app for new users? */
|
|
4667
4881
|
isDefault: zod.z.boolean().optional().default(false).describe("Is default app"),
|
|
4668
4882
|
/**
|
|
4669
|
-
* Navigation Tree
|
|
4670
|
-
*
|
|
4883
|
+
* Full Navigation Tree — supports unlimited nesting depth.
|
|
4884
|
+
* Pages are referenced by name via `type: 'page'` items.
|
|
4885
|
+
* Groups can contain other groups for arbitrary sidebar depth.
|
|
4886
|
+
*
|
|
4887
|
+
* For simple apps, use `navigation` directly.
|
|
4888
|
+
* For enterprise apps with multiple business domains, use `areas` instead.
|
|
4889
|
+
*/
|
|
4890
|
+
navigation: zod.z.array(NavigationItemSchema).optional().describe("Full navigation tree for the app sidebar"),
|
|
4891
|
+
/**
|
|
4892
|
+
* Navigation Areas — partitions navigation by business domain.
|
|
4893
|
+
* Each area defines an independent navigation tree (e.g. Sales, Service, Settings).
|
|
4894
|
+
* When areas are defined, they take precedence over the top-level `navigation` array.
|
|
4895
|
+
*
|
|
4896
|
+
* @example
|
|
4897
|
+
* ```ts
|
|
4898
|
+
* areas: [
|
|
4899
|
+
* { id: 'area_sales', label: 'Sales', icon: 'briefcase', order: 1, navigation: [...] },
|
|
4900
|
+
* { id: 'area_service', label: 'Service', icon: 'headset', order: 2, navigation: [...] },
|
|
4901
|
+
* ]
|
|
4902
|
+
* ```
|
|
4671
4903
|
*/
|
|
4672
|
-
|
|
4904
|
+
areas: zod.z.array(NavigationAreaSchema).optional().describe("Navigation areas for partitioning navigation by business domain"),
|
|
4673
4905
|
/**
|
|
4674
4906
|
* App-level Home Page Override
|
|
4675
4907
|
* ID of the navigation item to act as the landing page.
|
|
@@ -4689,6 +4921,10 @@ var AppSchema = zod.z.object({
|
|
|
4689
4921
|
*/
|
|
4690
4922
|
objects: zod.z.array(zod.z.unknown()).optional().describe("Objects belonging to this app"),
|
|
4691
4923
|
apis: zod.z.array(zod.z.unknown()).optional().describe("Custom APIs belonging to this app"),
|
|
4924
|
+
/** Sharing configuration for public access */
|
|
4925
|
+
sharing: SharingConfigSchema.optional().describe("Public sharing configuration"),
|
|
4926
|
+
/** Embed configuration for iframe embedding */
|
|
4927
|
+
embed: EmbedConfigSchema.optional().describe("Iframe embedding configuration"),
|
|
4692
4928
|
/** Mobile navigation mode */
|
|
4693
4929
|
mobileNavigation: zod.z.object({
|
|
4694
4930
|
mode: zod.z.enum(["drawer", "bottom_nav", "hamburger"]).default("drawer").describe("Mobile navigation mode: drawer sidebar, bottom navigation bar, or hamburger menu"),
|
|
@@ -4807,6 +5043,44 @@ var RowColorConfigSchema = zod.z.object({
|
|
|
4807
5043
|
field: zod.z.string().describe("Field to derive color from (typically a select/status field)"),
|
|
4808
5044
|
colors: zod.z.record(zod.z.string(), zod.z.string()).optional().describe("Map of field value to color (hex/token)")
|
|
4809
5045
|
}).describe("Row color configuration based on field values");
|
|
5046
|
+
var VisualizationTypeSchema = zod.z.enum([
|
|
5047
|
+
"grid",
|
|
5048
|
+
"kanban",
|
|
5049
|
+
"gallery",
|
|
5050
|
+
"calendar",
|
|
5051
|
+
"timeline",
|
|
5052
|
+
"gantt",
|
|
5053
|
+
"map"
|
|
5054
|
+
]).describe("Visualization type that users can switch to");
|
|
5055
|
+
var UserActionsConfigSchema = zod.z.object({
|
|
5056
|
+
sort: zod.z.boolean().default(true).describe("Allow users to sort records"),
|
|
5057
|
+
search: zod.z.boolean().default(true).describe("Allow users to search records"),
|
|
5058
|
+
filter: zod.z.boolean().default(true).describe("Allow users to filter records"),
|
|
5059
|
+
rowHeight: zod.z.boolean().default(true).describe("Allow users to toggle row height/density"),
|
|
5060
|
+
addRecordForm: zod.z.boolean().default(false).describe("Add records through a form instead of inline"),
|
|
5061
|
+
buttons: zod.z.array(zod.z.string()).optional().describe("Custom action button IDs to show in the toolbar")
|
|
5062
|
+
}).describe("User action toggles for the view toolbar");
|
|
5063
|
+
var AppearanceConfigSchema = zod.z.object({
|
|
5064
|
+
showDescription: zod.z.boolean().default(true).describe("Show the view description text"),
|
|
5065
|
+
allowedVisualizations: zod.z.array(VisualizationTypeSchema).optional().describe('Whitelist of visualization types users can switch between (e.g. ["grid", "gallery", "kanban"])')
|
|
5066
|
+
}).describe("Appearance and visualization configuration");
|
|
5067
|
+
var ViewTabSchema = zod.z.object({
|
|
5068
|
+
name: SnakeCaseIdentifierSchema.describe("Tab identifier (snake_case)"),
|
|
5069
|
+
label: I18nLabelSchema.optional().describe("Display label"),
|
|
5070
|
+
icon: zod.z.string().optional().describe("Tab icon name"),
|
|
5071
|
+
view: zod.z.string().optional().describe("Referenced list view name from listViews"),
|
|
5072
|
+
filter: zod.z.array(zod.z.unknown()).optional().describe("Tab-specific filter criteria"),
|
|
5073
|
+
order: zod.z.number().int().min(0).optional().describe("Tab display order"),
|
|
5074
|
+
pinned: zod.z.boolean().default(false).describe("Pin tab (cannot be removed by users)"),
|
|
5075
|
+
isDefault: zod.z.boolean().default(false).describe("Set as the default active tab"),
|
|
5076
|
+
visible: zod.z.boolean().default(true).describe("Tab visibility")
|
|
5077
|
+
}).describe("Tab configuration for multi-tab view interface");
|
|
5078
|
+
var AddRecordConfigSchema = zod.z.object({
|
|
5079
|
+
enabled: zod.z.boolean().default(true).describe("Show the add record entry point"),
|
|
5080
|
+
position: zod.z.enum(["top", "bottom", "both"]).default("bottom").describe("Position of the add record button"),
|
|
5081
|
+
mode: zod.z.enum(["inline", "form", "modal"]).default("inline").describe("How to add a new record"),
|
|
5082
|
+
formView: zod.z.string().optional().describe('Named form view to use when mode is "form" or "modal"')
|
|
5083
|
+
}).describe("Add record entry point configuration");
|
|
4810
5084
|
var KanbanConfigSchema = zod.z.object({
|
|
4811
5085
|
groupByField: zod.z.string().describe("Field to group columns by (usually status/select)"),
|
|
4812
5086
|
summarizeField: zod.z.string().optional().describe("Field to sum at top of column (e.g. amount)"),
|
|
@@ -4941,6 +5215,18 @@ var ListViewSchema = zod.z.object({
|
|
|
4941
5215
|
inlineEdit: zod.z.boolean().optional().describe("Allow inline editing of records directly in the list view"),
|
|
4942
5216
|
/** Export */
|
|
4943
5217
|
exportOptions: zod.z.array(zod.z.enum(["csv", "xlsx", "pdf", "json"])).optional().describe("Available export format options"),
|
|
5218
|
+
/** User Actions (Airtable Interface parity) */
|
|
5219
|
+
userActions: UserActionsConfigSchema.optional().describe("User action toggles for the view toolbar"),
|
|
5220
|
+
/** Appearance (Airtable Interface parity) */
|
|
5221
|
+
appearance: AppearanceConfigSchema.optional().describe("Appearance and visualization configuration"),
|
|
5222
|
+
/** Tabs (Airtable Interface parity) */
|
|
5223
|
+
tabs: zod.z.array(ViewTabSchema).optional().describe("Tab definitions for multi-tab view interface"),
|
|
5224
|
+
/** Add Record (Airtable Interface parity) */
|
|
5225
|
+
addRecord: AddRecordConfigSchema.optional().describe("Add record entry point configuration"),
|
|
5226
|
+
/** Record Count Display (Airtable Interface parity) */
|
|
5227
|
+
showRecordCount: zod.z.boolean().optional().describe("Show record count at the bottom of the list"),
|
|
5228
|
+
/** Advanced: Allow Printing (Airtable Interface parity) */
|
|
5229
|
+
allowPrinting: zod.z.boolean().optional().describe("Allow users to print the view"),
|
|
4944
5230
|
/** Empty State */
|
|
4945
5231
|
emptyState: zod.z.object({
|
|
4946
5232
|
title: I18nLabelSchema.optional(),
|
|
@@ -5001,6 +5287,8 @@ var FormViewSchema = zod.z.object({
|
|
|
5001
5287
|
field: zod.z.string().describe("Field name to sort by"),
|
|
5002
5288
|
order: zod.z.enum(["asc", "desc"]).default("desc").describe("Sort direction")
|
|
5003
5289
|
})).optional().describe("Default sort order for related list views within this form"),
|
|
5290
|
+
/** Public form sharing configuration */
|
|
5291
|
+
sharing: SharingConfigSchema.optional().describe("Public sharing configuration for this form"),
|
|
5004
5292
|
/** ARIA accessibility attributes */
|
|
5005
5293
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes for the form view")
|
|
5006
5294
|
});
|
|
@@ -5015,13 +5303,66 @@ var ViewSchema = zod.z.object({
|
|
|
5015
5303
|
function defineView(config) {
|
|
5016
5304
|
return ViewSchema.parse(config);
|
|
5017
5305
|
}
|
|
5306
|
+
var WidgetColorVariantSchema = zod.z.enum([
|
|
5307
|
+
"default",
|
|
5308
|
+
"blue",
|
|
5309
|
+
"teal",
|
|
5310
|
+
"orange",
|
|
5311
|
+
"purple",
|
|
5312
|
+
"success",
|
|
5313
|
+
"warning",
|
|
5314
|
+
"danger"
|
|
5315
|
+
]).describe("Widget color variant");
|
|
5316
|
+
var WidgetActionTypeSchema = zod.z.enum([
|
|
5317
|
+
"url",
|
|
5318
|
+
"modal",
|
|
5319
|
+
"flow"
|
|
5320
|
+
]).describe("Widget action type");
|
|
5321
|
+
var DashboardHeaderActionSchema = zod.z.object({
|
|
5322
|
+
/** Action label */
|
|
5323
|
+
label: I18nLabelSchema.describe("Action button label"),
|
|
5324
|
+
/** Action URL or target */
|
|
5325
|
+
actionUrl: zod.z.string().describe("URL or target for the action"),
|
|
5326
|
+
/** Action type */
|
|
5327
|
+
actionType: WidgetActionTypeSchema.optional().describe("Type of action"),
|
|
5328
|
+
/** Icon identifier */
|
|
5329
|
+
icon: zod.z.string().optional().describe("Icon identifier for the action button")
|
|
5330
|
+
}).describe("Dashboard header action");
|
|
5331
|
+
var DashboardHeaderSchema = zod.z.object({
|
|
5332
|
+
/** Whether to show the dashboard title in the header */
|
|
5333
|
+
showTitle: zod.z.boolean().default(true).describe("Show dashboard title in header"),
|
|
5334
|
+
/** Whether to show the dashboard description in the header */
|
|
5335
|
+
showDescription: zod.z.boolean().default(true).describe("Show dashboard description in header"),
|
|
5336
|
+
/** Action buttons displayed in the header */
|
|
5337
|
+
actions: zod.z.array(DashboardHeaderActionSchema).optional().describe("Header action buttons")
|
|
5338
|
+
}).describe("Dashboard header configuration");
|
|
5339
|
+
var WidgetMeasureSchema = zod.z.object({
|
|
5340
|
+
/** Value field to aggregate */
|
|
5341
|
+
valueField: zod.z.string().describe("Field to aggregate"),
|
|
5342
|
+
/** Aggregate function */
|
|
5343
|
+
aggregate: zod.z.enum(["count", "sum", "avg", "min", "max"]).default("count").describe("Aggregate function"),
|
|
5344
|
+
/** Display label for the measure */
|
|
5345
|
+
label: I18nLabelSchema.optional().describe("Measure display label"),
|
|
5346
|
+
/** Number format string (e.g., "$0,0.00", "0.0%") */
|
|
5347
|
+
format: zod.z.string().optional().describe("Number format string")
|
|
5348
|
+
}).describe("Widget measure definition");
|
|
5018
5349
|
var DashboardWidgetSchema = zod.z.object({
|
|
5019
5350
|
/** Widget Title */
|
|
5020
5351
|
title: I18nLabelSchema.optional().describe("Widget title"),
|
|
5352
|
+
/** Widget Description (displayed below the title) */
|
|
5353
|
+
description: I18nLabelSchema.optional().describe("Widget description text below the header"),
|
|
5021
5354
|
/** Visualization Type */
|
|
5022
5355
|
type: ChartTypeSchema.default("metric").describe("Visualization type"),
|
|
5023
5356
|
/** Chart Configuration */
|
|
5024
5357
|
chartConfig: ChartConfigSchema.optional().describe("Chart visualization configuration"),
|
|
5358
|
+
/** Color variant for the widget (e.g., KPI card accent color) */
|
|
5359
|
+
colorVariant: WidgetColorVariantSchema.optional().describe("Widget color variant for theming"),
|
|
5360
|
+
/** Action URL for the widget header action button */
|
|
5361
|
+
actionUrl: zod.z.string().optional().describe("URL or target for the widget action button"),
|
|
5362
|
+
/** Action type for the widget header action button */
|
|
5363
|
+
actionType: WidgetActionTypeSchema.optional().describe("Type of action for the widget action button"),
|
|
5364
|
+
/** Icon for the widget header action button */
|
|
5365
|
+
actionIcon: zod.z.string().optional().describe("Icon identifier for the widget action button"),
|
|
5025
5366
|
/** Data Source Object */
|
|
5026
5367
|
object: zod.z.string().optional().describe("Data source object name"),
|
|
5027
5368
|
/** Data Filter (MongoDB-style FilterCondition) */
|
|
@@ -5032,6 +5373,8 @@ var DashboardWidgetSchema = zod.z.object({
|
|
|
5032
5373
|
valueField: zod.z.string().optional().describe("Field for values (Y-Axis)"),
|
|
5033
5374
|
/** Aggregate operation */
|
|
5034
5375
|
aggregate: zod.z.enum(["count", "sum", "avg", "min", "max"]).optional().default("count").describe("Aggregate function"),
|
|
5376
|
+
/** Multi-measure definitions for pivot/matrix widgets */
|
|
5377
|
+
measures: zod.z.array(WidgetMeasureSchema).optional().describe("Multiple measures for pivot/matrix analysis"),
|
|
5035
5378
|
/**
|
|
5036
5379
|
* Layout Position (React-Grid-Layout style)
|
|
5037
5380
|
* x: column (0-11)
|
|
@@ -5052,6 +5395,37 @@ var DashboardWidgetSchema = zod.z.object({
|
|
|
5052
5395
|
/** ARIA accessibility attributes */
|
|
5053
5396
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
5054
5397
|
});
|
|
5398
|
+
var GlobalFilterOptionsFromSchema = zod.z.object({
|
|
5399
|
+
/** Source object name to fetch options from */
|
|
5400
|
+
object: zod.z.string().describe("Source object name"),
|
|
5401
|
+
/** Field to use as option value */
|
|
5402
|
+
valueField: zod.z.string().describe("Field to use as option value"),
|
|
5403
|
+
/** Field to use as option label */
|
|
5404
|
+
labelField: zod.z.string().describe("Field to use as option label"),
|
|
5405
|
+
/** Optional filter to apply when fetching options */
|
|
5406
|
+
filter: FilterConditionSchema.optional().describe("Filter to apply to source object")
|
|
5407
|
+
}).describe("Dynamic filter options from object");
|
|
5408
|
+
var GlobalFilterSchema = zod.z.object({
|
|
5409
|
+
/** Field name to filter on */
|
|
5410
|
+
field: zod.z.string().describe("Field name to filter on"),
|
|
5411
|
+
/** Display label for the filter */
|
|
5412
|
+
label: I18nLabelSchema.optional().describe("Display label for the filter"),
|
|
5413
|
+
/** Filter input type */
|
|
5414
|
+
type: zod.z.enum(["text", "select", "date", "number", "lookup"]).optional().describe("Filter input type"),
|
|
5415
|
+
/** Static options for select/lookup filters */
|
|
5416
|
+
options: zod.z.array(zod.z.object({
|
|
5417
|
+
value: zod.z.any(),
|
|
5418
|
+
label: I18nLabelSchema
|
|
5419
|
+
})).optional().describe("Static filter options"),
|
|
5420
|
+
/** Dynamic data binding for filter options */
|
|
5421
|
+
optionsFrom: GlobalFilterOptionsFromSchema.optional().describe("Dynamic filter options from object"),
|
|
5422
|
+
/** Default filter value */
|
|
5423
|
+
defaultValue: zod.z.any().optional().describe("Default filter value"),
|
|
5424
|
+
/** Filter application scope */
|
|
5425
|
+
scope: zod.z.enum(["dashboard", "widget"]).default("dashboard").describe("Filter application scope"),
|
|
5426
|
+
/** Widget IDs to apply this filter to (when scope is widget) */
|
|
5427
|
+
targetWidgets: zod.z.array(zod.z.string()).optional().describe("Widget IDs to apply this filter to")
|
|
5428
|
+
});
|
|
5055
5429
|
var DashboardSchema = zod.z.object({
|
|
5056
5430
|
/** Machine name */
|
|
5057
5431
|
name: SnakeCaseIdentifierSchema.describe("Dashboard unique name"),
|
|
@@ -5059,6 +5433,8 @@ var DashboardSchema = zod.z.object({
|
|
|
5059
5433
|
label: I18nLabelSchema.describe("Dashboard label"),
|
|
5060
5434
|
/** Description */
|
|
5061
5435
|
description: I18nLabelSchema.optional().describe("Dashboard description"),
|
|
5436
|
+
/** Structured header configuration */
|
|
5437
|
+
header: DashboardHeaderSchema.optional().describe("Dashboard header configuration"),
|
|
5062
5438
|
/** Collection of widgets */
|
|
5063
5439
|
widgets: zod.z.array(DashboardWidgetSchema).describe("Widgets to display"),
|
|
5064
5440
|
/** Auto-refresh */
|
|
@@ -5070,11 +5446,7 @@ var DashboardSchema = zod.z.object({
|
|
|
5070
5446
|
allowCustomRange: zod.z.boolean().default(true).describe("Allow users to pick a custom date range")
|
|
5071
5447
|
}).optional().describe("Global dashboard date range filter configuration"),
|
|
5072
5448
|
/** Global Filters */
|
|
5073
|
-
globalFilters: zod.z.array(
|
|
5074
|
-
field: zod.z.string().describe("Field name to filter on"),
|
|
5075
|
-
label: I18nLabelSchema.optional().describe("Display label for the filter"),
|
|
5076
|
-
type: zod.z.enum(["text", "select", "date", "number"]).optional().describe("Filter input type")
|
|
5077
|
-
})).optional().describe("Global filters that apply to all widgets in the dashboard"),
|
|
5449
|
+
globalFilters: zod.z.array(GlobalFilterSchema).optional().describe("Global filters that apply to all widgets in the dashboard"),
|
|
5078
5450
|
/** ARIA accessibility attributes */
|
|
5079
5451
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes"),
|
|
5080
5452
|
/** Performance optimization settings */
|
|
@@ -5234,8 +5606,25 @@ var PageComponentType = zod.z.enum([
|
|
|
5234
5606
|
"user:profile",
|
|
5235
5607
|
// AI
|
|
5236
5608
|
"ai:chat_window",
|
|
5237
|
-
"ai:suggestion"
|
|
5609
|
+
"ai:suggestion",
|
|
5610
|
+
// Content Elements (Airtable Interface parity)
|
|
5611
|
+
"element:text",
|
|
5612
|
+
"element:number",
|
|
5613
|
+
"element:image",
|
|
5614
|
+
"element:divider",
|
|
5615
|
+
// Interactive Elements (Phase B — Element Library)
|
|
5616
|
+
"element:button",
|
|
5617
|
+
"element:filter",
|
|
5618
|
+
"element:form",
|
|
5619
|
+
"element:record_picker"
|
|
5238
5620
|
]);
|
|
5621
|
+
var ElementDataSourceSchema = zod.z.object({
|
|
5622
|
+
object: zod.z.string().describe("Object to query"),
|
|
5623
|
+
view: zod.z.string().optional().describe("Named view to apply"),
|
|
5624
|
+
filter: zod.z.any().optional().describe("Additional filter criteria"),
|
|
5625
|
+
sort: zod.z.array(SortItemSchema).optional().describe("Sort order"),
|
|
5626
|
+
limit: zod.z.number().int().positive().optional().describe("Max records to display")
|
|
5627
|
+
});
|
|
5239
5628
|
var PageComponentSchema = zod.z.object({
|
|
5240
5629
|
/** Definition */
|
|
5241
5630
|
type: zod.z.union([
|
|
@@ -5258,6 +5647,8 @@ var PageComponentSchema = zod.z.object({
|
|
|
5258
5647
|
className: zod.z.string().optional().describe("CSS class names"),
|
|
5259
5648
|
/** Visibility Rule */
|
|
5260
5649
|
visibility: zod.z.string().optional().describe("Visibility filter/formula"),
|
|
5650
|
+
/** Per-element data binding, overrides page-level object context */
|
|
5651
|
+
dataSource: ElementDataSourceSchema.optional().describe("Per-element data binding for multi-object pages"),
|
|
5261
5652
|
/** Responsive layout overrides per breakpoint */
|
|
5262
5653
|
responsive: ResponsiveConfigSchema.optional().describe("Responsive layout configuration"),
|
|
5263
5654
|
/** ARIA accessibility attributes */
|
|
@@ -5265,19 +5656,112 @@ var PageComponentSchema = zod.z.object({
|
|
|
5265
5656
|
});
|
|
5266
5657
|
var PageVariableSchema = zod.z.object({
|
|
5267
5658
|
name: zod.z.string().describe("Variable name"),
|
|
5268
|
-
type: zod.z.enum(["string", "number", "boolean", "object", "array"]).default("string"),
|
|
5269
|
-
defaultValue: zod.z.unknown().optional()
|
|
5270
|
-
|
|
5659
|
+
type: zod.z.enum(["string", "number", "boolean", "object", "array", "record_id"]).default("string"),
|
|
5660
|
+
defaultValue: zod.z.unknown().optional(),
|
|
5661
|
+
/** Source element binding (e.g. element:record_picker writes to this variable) */
|
|
5662
|
+
source: zod.z.string().optional().describe("Component ID that writes to this variable")
|
|
5663
|
+
});
|
|
5664
|
+
var BlankPageLayoutItemSchema = zod.z.object({
|
|
5665
|
+
componentId: zod.z.string().describe("Reference to a PageComponent.id in the page"),
|
|
5666
|
+
x: zod.z.number().int().min(0).describe("Grid column position (0-based)"),
|
|
5667
|
+
y: zod.z.number().int().min(0).describe("Grid row position (0-based)"),
|
|
5668
|
+
width: zod.z.number().int().min(1).describe("Width in grid columns"),
|
|
5669
|
+
height: zod.z.number().int().min(1).describe("Height in grid rows")
|
|
5670
|
+
});
|
|
5671
|
+
var BlankPageLayoutSchema = zod.z.object({
|
|
5672
|
+
columns: zod.z.number().int().min(1).default(12).describe("Number of grid columns"),
|
|
5673
|
+
rowHeight: zod.z.number().int().min(1).default(40).describe("Height of each grid row in pixels"),
|
|
5674
|
+
gap: zod.z.number().int().min(0).default(8).describe("Gap between grid items in pixels"),
|
|
5675
|
+
items: zod.z.array(BlankPageLayoutItemSchema).describe("Positioned components on the canvas")
|
|
5676
|
+
});
|
|
5677
|
+
var PageTypeSchema = zod.z.enum([
|
|
5678
|
+
// Platform page types (Salesforce FlexiPage style)
|
|
5679
|
+
"record",
|
|
5680
|
+
// Component-based record layout page with regions
|
|
5681
|
+
"home",
|
|
5682
|
+
// Platform-level home/landing page
|
|
5683
|
+
"app",
|
|
5684
|
+
// App-level page with navigation context
|
|
5685
|
+
"utility",
|
|
5686
|
+
// Floating utility panel (e.g. notes, phone dialer)
|
|
5687
|
+
// Interface page types (Airtable Interface parity)
|
|
5688
|
+
"dashboard",
|
|
5689
|
+
// KPI summary with charts/metrics
|
|
5690
|
+
"grid",
|
|
5691
|
+
// Spreadsheet-like data table
|
|
5692
|
+
"list",
|
|
5693
|
+
// Record list with quick actions
|
|
5694
|
+
"gallery",
|
|
5695
|
+
// Card-based visual browsing
|
|
5696
|
+
"kanban",
|
|
5697
|
+
// Status-based board
|
|
5698
|
+
"calendar",
|
|
5699
|
+
// Date-based scheduling
|
|
5700
|
+
"timeline",
|
|
5701
|
+
// Gantt-like project timeline
|
|
5702
|
+
"form",
|
|
5703
|
+
// Data entry form
|
|
5704
|
+
"record_detail",
|
|
5705
|
+
// Auto-generated single record field display
|
|
5706
|
+
"record_review",
|
|
5707
|
+
// Sequential record review/approval
|
|
5708
|
+
"overview",
|
|
5709
|
+
// Interface-level navigation/landing hub
|
|
5710
|
+
"blank"
|
|
5711
|
+
// Free-form canvas for custom composition
|
|
5712
|
+
]).describe("Page type \u2014 platform or interface page types");
|
|
5713
|
+
var RecordReviewConfigSchema = zod.z.object({
|
|
5714
|
+
object: zod.z.string().describe("Target object for review"),
|
|
5715
|
+
filter: zod.z.any().optional().describe("Filter criteria for review queue"),
|
|
5716
|
+
sort: zod.z.array(SortItemSchema).optional().describe("Sort order for review queue"),
|
|
5717
|
+
displayFields: zod.z.array(zod.z.string()).optional().describe("Fields to display on the review page"),
|
|
5718
|
+
actions: zod.z.array(zod.z.object({
|
|
5719
|
+
label: zod.z.string().describe("Action button label"),
|
|
5720
|
+
type: zod.z.enum(["approve", "reject", "skip", "custom"]).describe("Action type"),
|
|
5721
|
+
field: zod.z.string().optional().describe("Field to update on action"),
|
|
5722
|
+
value: zod.z.any().optional().describe("Value to set on action"),
|
|
5723
|
+
nextRecord: zod.z.boolean().optional().default(true).describe("Auto-advance to next record after action")
|
|
5724
|
+
})).describe("Review actions"),
|
|
5725
|
+
navigation: zod.z.enum(["sequential", "random", "filtered"]).optional().default("sequential").describe("Record navigation mode"),
|
|
5726
|
+
showProgress: zod.z.boolean().optional().default(true).describe("Show review progress indicator")
|
|
5727
|
+
});
|
|
5728
|
+
var InterfacePageConfigSchema = zod.z.object({
|
|
5729
|
+
/** Data binding */
|
|
5730
|
+
source: zod.z.string().optional().describe("Source object name for the page"),
|
|
5731
|
+
levels: zod.z.number().int().min(1).optional().describe("Number of hierarchy levels to display"),
|
|
5732
|
+
filterBy: zod.z.array(zod.z.unknown()).optional().describe("Page-level filter criteria"),
|
|
5733
|
+
/** Appearance */
|
|
5734
|
+
appearance: AppearanceConfigSchema.optional().describe("Appearance and visualization configuration"),
|
|
5735
|
+
/** User filters */
|
|
5736
|
+
userFilters: zod.z.object({
|
|
5737
|
+
elements: zod.z.array(zod.z.enum(["grid", "gallery", "kanban"])).optional().describe("Visualization element types available in user filter bar"),
|
|
5738
|
+
tabs: zod.z.array(ViewTabSchema).optional().describe("User-configurable tabs")
|
|
5739
|
+
}).optional().describe("User filter configuration"),
|
|
5740
|
+
/** User actions */
|
|
5741
|
+
userActions: UserActionsConfigSchema.optional().describe("User action toggles"),
|
|
5742
|
+
/** Add record */
|
|
5743
|
+
addRecord: AddRecordConfigSchema.optional().describe("Add record entry point configuration"),
|
|
5744
|
+
/** Record count */
|
|
5745
|
+
showRecordCount: zod.z.boolean().optional().describe("Show record count at page bottom"),
|
|
5746
|
+
/** Advanced */
|
|
5747
|
+
allowPrinting: zod.z.boolean().optional().describe("Allow users to print the page")
|
|
5748
|
+
}).describe("Interface-level page configuration (Airtable parity)");
|
|
5271
5749
|
var PageSchema = zod.z.object({
|
|
5272
5750
|
name: SnakeCaseIdentifierSchema.describe("Page unique name (lowercase snake_case)"),
|
|
5273
5751
|
label: I18nLabelSchema,
|
|
5274
5752
|
description: I18nLabelSchema.optional(),
|
|
5753
|
+
/** Icon (used in interface navigation) */
|
|
5754
|
+
icon: zod.z.string().optional().describe("Page icon name"),
|
|
5275
5755
|
/** Page Type */
|
|
5276
|
-
type:
|
|
5756
|
+
type: PageTypeSchema.default("record").describe("Page type"),
|
|
5277
5757
|
/** Page State Definitions */
|
|
5278
5758
|
variables: zod.z.array(PageVariableSchema).optional().describe("Local page state variables"),
|
|
5279
5759
|
/** Context */
|
|
5280
5760
|
object: zod.z.string().optional().describe("Bound object (for Record pages)"),
|
|
5761
|
+
/** Record Review Configuration (only for record_review pages) */
|
|
5762
|
+
recordReview: RecordReviewConfigSchema.optional().describe('Record review configuration (required when type is "record_review")'),
|
|
5763
|
+
/** Blank Page Layout (only for blank pages) */
|
|
5764
|
+
blankLayout: BlankPageLayoutSchema.optional().describe('Free-form grid layout for blank pages (used when type is "blank")'),
|
|
5281
5765
|
/** Layout Template */
|
|
5282
5766
|
template: zod.z.string().default("default").describe('Layout template name (e.g. "header-sidebar-main")'),
|
|
5283
5767
|
/** Regions & Content */
|
|
@@ -5285,6 +5769,8 @@ var PageSchema = zod.z.object({
|
|
|
5285
5769
|
/** Activation */
|
|
5286
5770
|
isDefault: zod.z.boolean().default(false),
|
|
5287
5771
|
assignedProfiles: zod.z.array(zod.z.string()).optional(),
|
|
5772
|
+
/** Interface Page Configuration (Airtable Interface parity) */
|
|
5773
|
+
interfaceConfig: InterfacePageConfigSchema.optional().describe("Interface-level page configuration (for Airtable-style interface pages)"),
|
|
5288
5774
|
/** ARIA accessibility attributes */
|
|
5289
5775
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
5290
5776
|
});
|
|
@@ -5625,9 +6111,42 @@ var RecordHighlightsProps = zod.z.object({
|
|
|
5625
6111
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
5626
6112
|
});
|
|
5627
6113
|
var RecordActivityProps = zod.z.object({
|
|
5628
|
-
types
|
|
5629
|
-
|
|
6114
|
+
/** Activity types to display (unified enum including comment, field_change, etc.) */
|
|
6115
|
+
types: zod.z.array(FeedItemType).optional().describe("Feed item types to show (default: all)"),
|
|
6116
|
+
/** Default filter mode (Airtable-style dropdown) */
|
|
6117
|
+
filterMode: FeedFilterMode.default("all").describe("Default activity filter"),
|
|
6118
|
+
/** Allow user to switch filter modes */
|
|
6119
|
+
showFilterToggle: zod.z.boolean().default(true).describe("Show filter dropdown in panel header"),
|
|
6120
|
+
/** Pagination */
|
|
6121
|
+
limit: zod.z.number().int().positive().default(20).describe("Number of items to load per page"),
|
|
6122
|
+
/** Show completed activities */
|
|
5630
6123
|
showCompleted: zod.z.boolean().default(false).describe("Include completed activities"),
|
|
6124
|
+
/** Merge field_change + comment in a unified timeline */
|
|
6125
|
+
unifiedTimeline: zod.z.boolean().default(true).describe("Mix field changes and comments in one timeline (Airtable style)"),
|
|
6126
|
+
/** Show the comment input box at the bottom */
|
|
6127
|
+
showCommentInput: zod.z.boolean().default(true).describe('Show "Leave a comment" input at the bottom'),
|
|
6128
|
+
/** Enable @mentions in comments */
|
|
6129
|
+
enableMentions: zod.z.boolean().default(true).describe("Enable @mentions in comments"),
|
|
6130
|
+
/** Enable emoji reactions */
|
|
6131
|
+
enableReactions: zod.z.boolean().default(false).describe("Enable emoji reactions on feed items"),
|
|
6132
|
+
/** Enable threaded replies */
|
|
6133
|
+
enableThreading: zod.z.boolean().default(false).describe("Enable threaded replies on comments"),
|
|
6134
|
+
/** Show notification subscription toggle (bell icon) */
|
|
6135
|
+
showSubscriptionToggle: zod.z.boolean().default(true).describe("Show bell icon for record-level notification subscription"),
|
|
6136
|
+
/** ARIA accessibility */
|
|
6137
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6138
|
+
});
|
|
6139
|
+
var RecordChatterProps = zod.z.object({
|
|
6140
|
+
/** Panel position */
|
|
6141
|
+
position: zod.z.enum(["sidebar", "inline", "drawer"]).default("sidebar").describe("Where to render the chatter panel"),
|
|
6142
|
+
/** Panel width (for sidebar/drawer) */
|
|
6143
|
+
width: zod.z.union([zod.z.string(), zod.z.number()]).optional().describe('Panel width (e.g., "350px", "30%")'),
|
|
6144
|
+
/** Collapsible */
|
|
6145
|
+
collapsible: zod.z.boolean().default(true).describe("Whether the panel can be collapsed"),
|
|
6146
|
+
/** Default collapsed state */
|
|
6147
|
+
defaultCollapsed: zod.z.boolean().default(false).describe("Whether the panel starts collapsed"),
|
|
6148
|
+
/** Feed configuration (delegates to RecordActivityProps) */
|
|
6149
|
+
feed: RecordActivityProps.optional().describe("Embedded activity feed configuration"),
|
|
5631
6150
|
/** ARIA accessibility */
|
|
5632
6151
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
5633
6152
|
});
|
|
@@ -5658,6 +6177,71 @@ var AIChatWindowProps = zod.z.object({
|
|
|
5658
6177
|
/** ARIA accessibility */
|
|
5659
6178
|
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
5660
6179
|
});
|
|
6180
|
+
var ElementTextPropsSchema = zod.z.object({
|
|
6181
|
+
content: zod.z.string().describe("Text or Markdown content"),
|
|
6182
|
+
variant: zod.z.enum(["heading", "subheading", "body", "caption"]).optional().default("body").describe("Text style variant"),
|
|
6183
|
+
align: zod.z.enum(["left", "center", "right"]).optional().default("left").describe("Text alignment"),
|
|
6184
|
+
/** ARIA accessibility */
|
|
6185
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6186
|
+
});
|
|
6187
|
+
var ElementNumberPropsSchema = zod.z.object({
|
|
6188
|
+
object: zod.z.string().describe("Source object"),
|
|
6189
|
+
field: zod.z.string().optional().describe("Field to aggregate"),
|
|
6190
|
+
aggregate: zod.z.enum(["count", "sum", "avg", "min", "max"]).describe("Aggregation function"),
|
|
6191
|
+
filter: zod.z.any().optional().describe("Filter criteria"),
|
|
6192
|
+
format: zod.z.enum(["number", "currency", "percent"]).optional().describe("Number display format"),
|
|
6193
|
+
prefix: zod.z.string().optional().describe('Prefix text (e.g. "$")'),
|
|
6194
|
+
suffix: zod.z.string().optional().describe('Suffix text (e.g. "%")'),
|
|
6195
|
+
/** ARIA accessibility */
|
|
6196
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6197
|
+
});
|
|
6198
|
+
var ElementImagePropsSchema = zod.z.object({
|
|
6199
|
+
src: zod.z.string().describe("Image URL or attachment field"),
|
|
6200
|
+
alt: zod.z.string().optional().describe("Alt text for accessibility"),
|
|
6201
|
+
fit: zod.z.enum(["cover", "contain", "fill"]).optional().default("cover").describe("Image object-fit mode"),
|
|
6202
|
+
height: zod.z.number().optional().describe("Fixed height in pixels"),
|
|
6203
|
+
/** ARIA accessibility */
|
|
6204
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6205
|
+
});
|
|
6206
|
+
var ElementButtonPropsSchema = zod.z.object({
|
|
6207
|
+
label: I18nLabelSchema.describe("Button display label"),
|
|
6208
|
+
variant: zod.z.enum(["primary", "secondary", "danger", "ghost", "link"]).optional().default("primary").describe("Button visual variant"),
|
|
6209
|
+
size: zod.z.enum(["small", "medium", "large"]).optional().default("medium").describe("Button size"),
|
|
6210
|
+
icon: zod.z.string().optional().describe("Icon name (Lucide icon)"),
|
|
6211
|
+
iconPosition: zod.z.enum(["left", "right"]).optional().default("left").describe("Icon position relative to label"),
|
|
6212
|
+
disabled: zod.z.boolean().optional().default(false).describe("Disable the button"),
|
|
6213
|
+
/** ARIA accessibility */
|
|
6214
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6215
|
+
});
|
|
6216
|
+
var ElementFilterPropsSchema = zod.z.object({
|
|
6217
|
+
object: zod.z.string().describe("Object to filter"),
|
|
6218
|
+
fields: zod.z.array(zod.z.string()).describe("Filterable field names"),
|
|
6219
|
+
targetVariable: zod.z.string().optional().describe("Page variable to store filter state"),
|
|
6220
|
+
layout: zod.z.enum(["inline", "dropdown", "sidebar"]).optional().default("inline").describe("Filter display layout"),
|
|
6221
|
+
showSearch: zod.z.boolean().optional().default(true).describe("Show search input"),
|
|
6222
|
+
/** ARIA accessibility */
|
|
6223
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6224
|
+
});
|
|
6225
|
+
var ElementFormPropsSchema = zod.z.object({
|
|
6226
|
+
object: zod.z.string().describe("Object for the form"),
|
|
6227
|
+
fields: zod.z.array(zod.z.string()).optional().describe("Fields to display (defaults to all editable fields)"),
|
|
6228
|
+
mode: zod.z.enum(["create", "edit"]).optional().default("create").describe("Form mode"),
|
|
6229
|
+
submitLabel: I18nLabelSchema.optional().describe("Submit button label"),
|
|
6230
|
+
onSubmit: zod.z.string().optional().describe("Action expression on form submit"),
|
|
6231
|
+
/** ARIA accessibility */
|
|
6232
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6233
|
+
});
|
|
6234
|
+
var ElementRecordPickerPropsSchema = zod.z.object({
|
|
6235
|
+
object: zod.z.string().describe("Object to pick records from"),
|
|
6236
|
+
displayField: zod.z.string().describe("Field to display as the record label"),
|
|
6237
|
+
searchFields: zod.z.array(zod.z.string()).optional().describe("Fields to search against"),
|
|
6238
|
+
filter: zod.z.any().optional().describe("Filter criteria for available records"),
|
|
6239
|
+
multiple: zod.z.boolean().optional().default(false).describe("Allow multiple record selection"),
|
|
6240
|
+
targetVariable: zod.z.string().optional().describe("Page variable to bind selected record ID(s)"),
|
|
6241
|
+
placeholder: I18nLabelSchema.optional().describe("Placeholder text"),
|
|
6242
|
+
/** ARIA accessibility */
|
|
6243
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes")
|
|
6244
|
+
});
|
|
5661
6245
|
var ComponentPropsMap = {
|
|
5662
6246
|
// Structure
|
|
5663
6247
|
"page:header": PageHeaderProps,
|
|
@@ -5672,7 +6256,7 @@ var ComponentPropsMap = {
|
|
|
5672
6256
|
"record:related_list": RecordRelatedListProps,
|
|
5673
6257
|
"record:highlights": RecordHighlightsProps,
|
|
5674
6258
|
"record:activity": RecordActivityProps,
|
|
5675
|
-
"record:chatter":
|
|
6259
|
+
"record:chatter": RecordChatterProps,
|
|
5676
6260
|
"record:path": RecordPathProps,
|
|
5677
6261
|
// Navigation
|
|
5678
6262
|
"app:launcher": EmptyProps,
|
|
@@ -5684,7 +6268,17 @@ var ComponentPropsMap = {
|
|
|
5684
6268
|
"user:profile": EmptyProps,
|
|
5685
6269
|
// AI
|
|
5686
6270
|
"ai:chat_window": AIChatWindowProps,
|
|
5687
|
-
"ai:suggestion": zod.z.object({ context: zod.z.string().optional() })
|
|
6271
|
+
"ai:suggestion": zod.z.object({ context: zod.z.string().optional() }),
|
|
6272
|
+
// Content Elements
|
|
6273
|
+
"element:text": ElementTextPropsSchema,
|
|
6274
|
+
"element:number": ElementNumberPropsSchema,
|
|
6275
|
+
"element:image": ElementImagePropsSchema,
|
|
6276
|
+
"element:divider": EmptyProps,
|
|
6277
|
+
// Interactive Elements
|
|
6278
|
+
"element:button": ElementButtonPropsSchema,
|
|
6279
|
+
"element:filter": ElementFilterPropsSchema,
|
|
6280
|
+
"element:form": ElementFormPropsSchema,
|
|
6281
|
+
"element:record_picker": ElementRecordPickerPropsSchema
|
|
5688
6282
|
};
|
|
5689
6283
|
var TouchTargetConfigSchema = zod.z.object({
|
|
5690
6284
|
minWidth: zod.z.number().default(44).describe("Minimum touch target width in pixels (WCAG 2.5.5: 44px)"),
|
|
@@ -6286,6 +6880,7 @@ __export(system_exports, {
|
|
|
6286
6880
|
OpenTelemetryCompatibilitySchema: () => OpenTelemetryCompatibilitySchema,
|
|
6287
6881
|
OtelExporterType: () => OtelExporterType,
|
|
6288
6882
|
PCIDSSConfigSchema: () => PCIDSSConfigSchema,
|
|
6883
|
+
PKG_CONVENTIONS: () => PKG_CONVENTIONS,
|
|
6289
6884
|
PNCounterSchema: () => PNCounterSchema,
|
|
6290
6885
|
PlanSchema: () => PlanSchema,
|
|
6291
6886
|
PresignedUrlConfigSchema: () => PresignedUrlConfigSchema,
|
|
@@ -6333,10 +6928,13 @@ __export(system_exports, {
|
|
|
6333
6928
|
StorageAclSchema: () => StorageAclSchema,
|
|
6334
6929
|
StorageClassSchema: () => StorageClassSchema,
|
|
6335
6930
|
StorageConnectionSchema: () => StorageConnectionSchema,
|
|
6931
|
+
StorageNameMapping: () => StorageNameMapping,
|
|
6336
6932
|
StorageProviderSchema: () => StorageProviderSchema,
|
|
6337
6933
|
StorageScopeSchema: () => StorageScopeSchema,
|
|
6338
6934
|
StructuredLogEntrySchema: () => StructuredLogEntrySchema,
|
|
6339
6935
|
SuspiciousActivityRuleSchema: () => SuspiciousActivityRuleSchema,
|
|
6936
|
+
SystemFieldName: () => SystemFieldName,
|
|
6937
|
+
SystemObjectName: () => SystemObjectName,
|
|
6340
6938
|
TASK_PRIORITY_VALUES: () => TASK_PRIORITY_VALUES,
|
|
6341
6939
|
Task: () => Task,
|
|
6342
6940
|
TaskExecutionResultSchema: () => TaskExecutionResultSchema,
|
|
@@ -11634,6 +12232,142 @@ var RegistryConfigSchema = zod.z.object({
|
|
|
11634
12232
|
})).optional().describe("Mirror registries for redundancy")
|
|
11635
12233
|
});
|
|
11636
12234
|
|
|
12235
|
+
// src/system/constants/paths.ts
|
|
12236
|
+
var PKG_CONVENTIONS = {
|
|
12237
|
+
/**
|
|
12238
|
+
* Standard directories within ObjectStack packages.
|
|
12239
|
+
* All packages MUST follow these conventions for the runtime to locate resources.
|
|
12240
|
+
*/
|
|
12241
|
+
DIRS: {
|
|
12242
|
+
/**
|
|
12243
|
+
* Location for schema definitions (Zod schemas, JSON schemas).
|
|
12244
|
+
* Path: src/schemas
|
|
12245
|
+
*/
|
|
12246
|
+
SCHEMA: "src/schemas",
|
|
12247
|
+
/**
|
|
12248
|
+
* Location for server-side code and triggers.
|
|
12249
|
+
* Path: src/server
|
|
12250
|
+
*/
|
|
12251
|
+
SERVER: "src/server",
|
|
12252
|
+
/**
|
|
12253
|
+
* Location for server-side trigger functions.
|
|
12254
|
+
* Path: src/triggers
|
|
12255
|
+
*/
|
|
12256
|
+
TRIGGERS: "src/triggers",
|
|
12257
|
+
/**
|
|
12258
|
+
* Location for client-side code.
|
|
12259
|
+
* Path: src/client
|
|
12260
|
+
*/
|
|
12261
|
+
CLIENT: "src/client",
|
|
12262
|
+
/**
|
|
12263
|
+
* Location for client-side page components.
|
|
12264
|
+
* Path: src/client/pages
|
|
12265
|
+
*/
|
|
12266
|
+
PAGES: "src/client/pages",
|
|
12267
|
+
/**
|
|
12268
|
+
* Location for static assets (images, fonts, etc.).
|
|
12269
|
+
* Path: assets
|
|
12270
|
+
*/
|
|
12271
|
+
ASSETS: "assets"
|
|
12272
|
+
},
|
|
12273
|
+
/**
|
|
12274
|
+
* Standard file names within ObjectStack packages.
|
|
12275
|
+
*/
|
|
12276
|
+
FILES: {
|
|
12277
|
+
/**
|
|
12278
|
+
* Package manifest configuration file.
|
|
12279
|
+
* File: objectstack.config.ts
|
|
12280
|
+
*/
|
|
12281
|
+
MANIFEST: "objectstack.config.ts",
|
|
12282
|
+
/**
|
|
12283
|
+
* Main entry point for the package.
|
|
12284
|
+
* File: src/index.ts
|
|
12285
|
+
*/
|
|
12286
|
+
ENTRY: "src/index.ts"
|
|
12287
|
+
}
|
|
12288
|
+
};
|
|
12289
|
+
|
|
12290
|
+
// src/system/constants/system-names.ts
|
|
12291
|
+
var SystemObjectName = {
|
|
12292
|
+
/** Authentication: user identity */
|
|
12293
|
+
USER: "sys_user",
|
|
12294
|
+
/** Authentication: active session */
|
|
12295
|
+
SESSION: "sys_session",
|
|
12296
|
+
/** Authentication: OAuth / credential account */
|
|
12297
|
+
ACCOUNT: "sys_account",
|
|
12298
|
+
/** Authentication: email / phone verification */
|
|
12299
|
+
VERIFICATION: "sys_verification",
|
|
12300
|
+
/** System metadata storage */
|
|
12301
|
+
METADATA: "sys_metadata"
|
|
12302
|
+
};
|
|
12303
|
+
var SystemFieldName = {
|
|
12304
|
+
/** Primary key */
|
|
12305
|
+
ID: "id",
|
|
12306
|
+
/** Record creation timestamp */
|
|
12307
|
+
CREATED_AT: "created_at",
|
|
12308
|
+
/** Record last-updated timestamp */
|
|
12309
|
+
UPDATED_AT: "updated_at",
|
|
12310
|
+
/** Record owner (lookup to user) */
|
|
12311
|
+
OWNER_ID: "owner_id",
|
|
12312
|
+
/** Tenant isolation key */
|
|
12313
|
+
TENANT_ID: "tenant_id",
|
|
12314
|
+
/** Foreign key to user on session / account objects */
|
|
12315
|
+
USER_ID: "user_id",
|
|
12316
|
+
/** Soft-delete timestamp */
|
|
12317
|
+
DELETED_AT: "deleted_at"
|
|
12318
|
+
};
|
|
12319
|
+
var StorageNameMapping = {
|
|
12320
|
+
/**
|
|
12321
|
+
* Resolve the physical table name for an object.
|
|
12322
|
+
* Falls back to `object.name` when `tableName` is not set.
|
|
12323
|
+
*
|
|
12324
|
+
* @param object - Object definition (at minimum `{ name: string; tableName?: string }`)
|
|
12325
|
+
* @returns The physical table / collection name to use in storage operations.
|
|
12326
|
+
*/
|
|
12327
|
+
resolveTableName(object) {
|
|
12328
|
+
return object.tableName ?? object.name;
|
|
12329
|
+
},
|
|
12330
|
+
/**
|
|
12331
|
+
* Resolve the physical column name for a field.
|
|
12332
|
+
* Falls back to `fieldKey` when `columnName` is not set on the field.
|
|
12333
|
+
*
|
|
12334
|
+
* @param fieldKey - The protocol-level field key (snake_case identifier).
|
|
12335
|
+
* @param field - Field definition (at minimum `{ columnName?: string }`).
|
|
12336
|
+
* @returns The physical column name to use in storage operations.
|
|
12337
|
+
*/
|
|
12338
|
+
resolveColumnName(fieldKey, field) {
|
|
12339
|
+
return field.columnName ?? fieldKey;
|
|
12340
|
+
},
|
|
12341
|
+
/**
|
|
12342
|
+
* Build a complete field-key → column-name map for an entire object.
|
|
12343
|
+
*
|
|
12344
|
+
* @param fields - The fields record from an ObjectSchema.
|
|
12345
|
+
* @returns A record mapping every protocol field key to its physical column name.
|
|
12346
|
+
*/
|
|
12347
|
+
buildColumnMap(fields) {
|
|
12348
|
+
const map = {};
|
|
12349
|
+
for (const key of Object.keys(fields)) {
|
|
12350
|
+
map[key] = fields[key].columnName ?? key;
|
|
12351
|
+
}
|
|
12352
|
+
return map;
|
|
12353
|
+
},
|
|
12354
|
+
/**
|
|
12355
|
+
* Build a reverse column-name → field-key map for an entire object.
|
|
12356
|
+
* Useful for translating storage-layer results back to protocol-level field keys.
|
|
12357
|
+
*
|
|
12358
|
+
* @param fields - The fields record from an ObjectSchema.
|
|
12359
|
+
* @returns A record mapping every physical column name back to its protocol field key.
|
|
12360
|
+
*/
|
|
12361
|
+
buildReverseColumnMap(fields) {
|
|
12362
|
+
const map = {};
|
|
12363
|
+
for (const key of Object.keys(fields)) {
|
|
12364
|
+
const col = fields[key].columnName ?? key;
|
|
12365
|
+
map[col] = key;
|
|
12366
|
+
}
|
|
12367
|
+
return map;
|
|
12368
|
+
}
|
|
12369
|
+
};
|
|
12370
|
+
|
|
11637
12371
|
// src/kernel/index.ts
|
|
11638
12372
|
var kernel_exports = {};
|
|
11639
12373
|
__export(kernel_exports, {
|
|
@@ -11641,7 +12375,6 @@ __export(kernel_exports, {
|
|
|
11641
12375
|
AdvancedPluginLifecycleConfigSchema: () => AdvancedPluginLifecycleConfigSchema,
|
|
11642
12376
|
BreakingChangeSchema: () => BreakingChangeSchema,
|
|
11643
12377
|
CLICommandContributionSchema: () => CLICommandContributionSchema,
|
|
11644
|
-
CLIExtensionExportSchema: () => CLIExtensionExportSchema,
|
|
11645
12378
|
CORE_PLUGIN_TYPES: () => CORE_PLUGIN_TYPES,
|
|
11646
12379
|
CapabilityConformanceLevelSchema: () => CapabilityConformanceLevelSchema,
|
|
11647
12380
|
CompatibilityLevelSchema: () => CompatibilityLevelSchema,
|
|
@@ -11743,6 +12476,7 @@ __export(kernel_exports, {
|
|
|
11743
12476
|
MetadataValidationResultSchema: () => MetadataValidationResultSchema,
|
|
11744
12477
|
MetadataWatchEventSchema: () => MetadataWatchEventSchema2,
|
|
11745
12478
|
MultiVersionSupportSchema: () => MultiVersionSupportSchema,
|
|
12479
|
+
OclifPluginConfigSchema: () => OclifPluginConfigSchema,
|
|
11746
12480
|
OpsDomainModuleSchema: () => OpsDomainModuleSchema,
|
|
11747
12481
|
OpsFilePathSchema: () => OpsFilePathSchema,
|
|
11748
12482
|
OpsPluginStructureSchema: () => OpsPluginStructureSchema,
|
|
@@ -11856,28 +12590,29 @@ var CLICommandContributionSchema = zod.z.object({
|
|
|
11856
12590
|
/** Brief description shown in `os --help` output. */
|
|
11857
12591
|
description: zod.z.string().optional().describe("Command description for help text"),
|
|
11858
12592
|
/**
|
|
11859
|
-
* Module path that exports the
|
|
11860
|
-
* Relative to the plugin package root.
|
|
11861
|
-
*
|
|
11862
|
-
*
|
|
11863
|
-
* The module must export one of:
|
|
11864
|
-
* - `export const commands: Command[]`
|
|
11865
|
-
* - `export default Command | Command[]`
|
|
12593
|
+
* Module path that exports the oclif Command class(es).
|
|
12594
|
+
* Relative to the plugin package root. With oclif, this is typically
|
|
12595
|
+
* auto-discovered from the `commands` directory, but can be specified
|
|
12596
|
+
* for documentation or manifest purposes.
|
|
11866
12597
|
*
|
|
11867
|
-
* @example "./dist/
|
|
11868
|
-
* @example "./
|
|
11869
|
-
*/
|
|
11870
|
-
module: zod.z.string().optional().describe("Module path exporting
|
|
11871
|
-
});
|
|
11872
|
-
var
|
|
11873
|
-
/**
|
|
11874
|
-
commands: zod.z.
|
|
11875
|
-
|
|
11876
|
-
|
|
11877
|
-
|
|
11878
|
-
zod.z.
|
|
11879
|
-
|
|
11880
|
-
|
|
12598
|
+
* @example "./dist/commands/marketplace.js"
|
|
12599
|
+
* @example "./dist/commands"
|
|
12600
|
+
*/
|
|
12601
|
+
module: zod.z.string().optional().describe("Module path exporting oclif Command classes")
|
|
12602
|
+
});
|
|
12603
|
+
var OclifPluginConfigSchema = zod.z.object({
|
|
12604
|
+
/** Command discovery configuration */
|
|
12605
|
+
commands: zod.z.object({
|
|
12606
|
+
/** Discovery strategy — typically "pattern" for file-based discovery */
|
|
12607
|
+
strategy: zod.z.enum(["pattern", "explicit", "single"]).optional().describe("Command discovery strategy"),
|
|
12608
|
+
/** Directory path containing compiled command files */
|
|
12609
|
+
target: zod.z.string().optional().describe("Target directory for command files"),
|
|
12610
|
+
/** Glob pattern for matching command files */
|
|
12611
|
+
glob: zod.z.string().optional().describe("Glob pattern for command file matching")
|
|
12612
|
+
}).optional().describe("Command discovery configuration"),
|
|
12613
|
+
/** Topic separator character (default: space) */
|
|
12614
|
+
topicSeparator: zod.z.string().optional().describe("Character separating topic and command names")
|
|
12615
|
+
}).describe("oclif plugin configuration section");
|
|
11881
12616
|
var RuntimeMode = zod.z.enum([
|
|
11882
12617
|
"development",
|
|
11883
12618
|
// Hot-reload, verbose logging
|
|
@@ -24140,6 +24875,8 @@ var FeedbackLoopSchema = zod.z.object({
|
|
|
24140
24875
|
var api_exports = {};
|
|
24141
24876
|
__export(api_exports, {
|
|
24142
24877
|
AckMessageSchema: () => AckMessageSchema,
|
|
24878
|
+
AddReactionRequestSchema: () => AddReactionRequestSchema,
|
|
24879
|
+
AddReactionResponseSchema: () => AddReactionResponseSchema,
|
|
24143
24880
|
AiChatRequestSchema: () => AiChatRequestSchema,
|
|
24144
24881
|
AiChatResponseSchema: () => AiChatResponseSchema,
|
|
24145
24882
|
AiInsightsRequestSchema: () => AiInsightsRequestSchema,
|
|
@@ -24215,6 +24952,8 @@ __export(api_exports, {
|
|
|
24215
24952
|
ConflictResolutionStrategy: () => ConflictResolutionStrategy,
|
|
24216
24953
|
CreateDataRequestSchema: () => CreateDataRequestSchema,
|
|
24217
24954
|
CreateDataResponseSchema: () => CreateDataResponseSchema,
|
|
24955
|
+
CreateFeedItemRequestSchema: () => CreateFeedItemRequestSchema,
|
|
24956
|
+
CreateFeedItemResponseSchema: () => CreateFeedItemResponseSchema,
|
|
24218
24957
|
CreateManyDataRequestSchema: () => CreateManyDataRequestSchema,
|
|
24219
24958
|
CreateManyDataResponseSchema: () => CreateManyDataResponseSchema,
|
|
24220
24959
|
CreateRequestSchema: () => CreateRequestSchema,
|
|
@@ -24243,6 +24982,8 @@ __export(api_exports, {
|
|
|
24243
24982
|
DataLoaderConfigSchema: () => DataLoaderConfigSchema,
|
|
24244
24983
|
DeleteDataRequestSchema: () => DeleteDataRequestSchema,
|
|
24245
24984
|
DeleteDataResponseSchema: () => DeleteDataResponseSchema,
|
|
24985
|
+
DeleteFeedItemRequestSchema: () => DeleteFeedItemRequestSchema,
|
|
24986
|
+
DeleteFeedItemResponseSchema: () => DeleteFeedItemResponseSchema,
|
|
24246
24987
|
DeleteManyDataRequestSchema: () => DeleteManyDataRequestSchema,
|
|
24247
24988
|
DeleteManyDataResponseSchema: () => DeleteManyDataResponseSchema,
|
|
24248
24989
|
DeleteManyRequestSchema: () => DeleteManyRequestSchema,
|
|
@@ -24281,6 +25022,12 @@ __export(api_exports, {
|
|
|
24281
25022
|
FederationGatewaySchema: () => FederationGatewaySchema,
|
|
24282
25023
|
FederationProvidesSchema: () => FederationProvidesSchema,
|
|
24283
25024
|
FederationRequiresSchema: () => FederationRequiresSchema,
|
|
25025
|
+
FeedApiContracts: () => FeedApiContracts,
|
|
25026
|
+
FeedApiErrorCode: () => FeedApiErrorCode,
|
|
25027
|
+
FeedItemPathParamsSchema: () => FeedItemPathParamsSchema,
|
|
25028
|
+
FeedListFilterType: () => FeedListFilterType,
|
|
25029
|
+
FeedPathParamsSchema: () => FeedPathParamsSchema,
|
|
25030
|
+
FeedUnsubscribeRequestSchema: () => FeedUnsubscribeRequestSchema,
|
|
24284
25031
|
FieldErrorSchema: () => FieldErrorSchema,
|
|
24285
25032
|
FileUploadResponseSchema: () => FileUploadResponseSchema,
|
|
24286
25033
|
FilterOperator: () => FilterOperator,
|
|
@@ -24295,6 +25042,8 @@ __export(api_exports, {
|
|
|
24295
25042
|
GetDiscoveryResponseSchema: () => GetDiscoveryResponseSchema,
|
|
24296
25043
|
GetEffectivePermissionsRequestSchema: () => GetEffectivePermissionsRequestSchema,
|
|
24297
25044
|
GetEffectivePermissionsResponseSchema: () => GetEffectivePermissionsResponseSchema,
|
|
25045
|
+
GetFeedRequestSchema: () => GetFeedRequestSchema,
|
|
25046
|
+
GetFeedResponseSchema: () => GetFeedResponseSchema,
|
|
24298
25047
|
GetFieldLabelsRequestSchema: () => GetFieldLabelsRequestSchema,
|
|
24299
25048
|
GetFieldLabelsResponseSchema: () => GetFieldLabelsResponseSchema,
|
|
24300
25049
|
GetLocalesRequestSchema: () => GetLocalesRequestSchema,
|
|
@@ -24438,6 +25187,8 @@ __export(api_exports, {
|
|
|
24438
25187
|
RegisterDeviceRequestSchema: () => RegisterDeviceRequestSchema,
|
|
24439
25188
|
RegisterDeviceResponseSchema: () => RegisterDeviceResponseSchema,
|
|
24440
25189
|
RegisterRequestSchema: () => RegisterRequestSchema,
|
|
25190
|
+
RemoveReactionRequestSchema: () => RemoveReactionRequestSchema,
|
|
25191
|
+
RemoveReactionResponseSchema: () => RemoveReactionResponseSchema,
|
|
24441
25192
|
RequestValidationConfigSchema: () => RequestValidationConfigSchema,
|
|
24442
25193
|
ResponseEnvelopeConfigSchema: () => ResponseEnvelopeConfigSchema,
|
|
24443
25194
|
RestApiConfig: () => RestApiConfig,
|
|
@@ -24472,6 +25223,8 @@ __export(api_exports, {
|
|
|
24472
25223
|
StandardErrorCode: () => StandardErrorCode,
|
|
24473
25224
|
SubgraphConfigSchema: () => SubgraphConfigSchema,
|
|
24474
25225
|
SubscribeMessageSchema: () => SubscribeMessageSchema,
|
|
25226
|
+
SubscribeRequestSchema: () => SubscribeRequestSchema,
|
|
25227
|
+
SubscribeResponseSchema: () => SubscribeResponseSchema,
|
|
24475
25228
|
SubscriptionEventSchema: () => SubscriptionEventSchema,
|
|
24476
25229
|
SubscriptionSchema: () => SubscriptionSchema,
|
|
24477
25230
|
TransportProtocol: () => TransportProtocol,
|
|
@@ -24481,8 +25234,11 @@ __export(api_exports, {
|
|
|
24481
25234
|
UnregisterDeviceResponseSchema: () => UnregisterDeviceResponseSchema,
|
|
24482
25235
|
UnsubscribeMessageSchema: () => UnsubscribeMessageSchema,
|
|
24483
25236
|
UnsubscribeRequestSchema: () => UnsubscribeRequestSchema,
|
|
25237
|
+
UnsubscribeResponseSchema: () => UnsubscribeResponseSchema,
|
|
24484
25238
|
UpdateDataRequestSchema: () => UpdateDataRequestSchema,
|
|
24485
25239
|
UpdateDataResponseSchema: () => UpdateDataResponseSchema,
|
|
25240
|
+
UpdateFeedItemRequestSchema: () => UpdateFeedItemRequestSchema,
|
|
25241
|
+
UpdateFeedItemResponseSchema: () => UpdateFeedItemResponseSchema,
|
|
24486
25242
|
UpdateManyDataRequestSchema: () => UpdateManyDataRequestSchema,
|
|
24487
25243
|
UpdateManyDataResponseSchema: () => UpdateManyDataResponseSchema,
|
|
24488
25244
|
UpdateManyRequestSchema: () => UpdateManyRequestSchema,
|
|
@@ -30029,6 +30785,148 @@ var QueryAdapterConfigSchema = zod.z.object({
|
|
|
30029
30785
|
/** OData adapter configuration */
|
|
30030
30786
|
odata: ODataQueryAdapterSchema.optional().describe("OData query adapter configuration")
|
|
30031
30787
|
});
|
|
30788
|
+
var FeedPathParamsSchema = zod.z.object({
|
|
30789
|
+
object: zod.z.string().describe('Object name (e.g., "account")'),
|
|
30790
|
+
recordId: zod.z.string().describe("Record ID")
|
|
30791
|
+
});
|
|
30792
|
+
var FeedItemPathParamsSchema = FeedPathParamsSchema.extend({
|
|
30793
|
+
feedId: zod.z.string().describe("Feed item ID")
|
|
30794
|
+
});
|
|
30795
|
+
var FeedListFilterType = zod.z.enum([
|
|
30796
|
+
"all",
|
|
30797
|
+
"comments_only",
|
|
30798
|
+
"changes_only",
|
|
30799
|
+
"tasks_only"
|
|
30800
|
+
]);
|
|
30801
|
+
var GetFeedRequestSchema = FeedPathParamsSchema.extend({
|
|
30802
|
+
type: FeedListFilterType.default("all").describe("Filter by feed item category"),
|
|
30803
|
+
limit: zod.z.number().int().min(1).max(100).default(20).describe("Maximum number of items to return"),
|
|
30804
|
+
cursor: zod.z.string().optional().describe("Cursor for pagination (opaque string from previous response)")
|
|
30805
|
+
});
|
|
30806
|
+
var GetFeedResponseSchema = BaseResponseSchema.extend({
|
|
30807
|
+
data: zod.z.object({
|
|
30808
|
+
items: zod.z.array(FeedItemSchema).describe("Feed items in reverse chronological order"),
|
|
30809
|
+
total: zod.z.number().int().optional().describe("Total feed items matching filter"),
|
|
30810
|
+
nextCursor: zod.z.string().optional().describe("Cursor for the next page"),
|
|
30811
|
+
hasMore: zod.z.boolean().describe("Whether more items are available")
|
|
30812
|
+
})
|
|
30813
|
+
});
|
|
30814
|
+
var CreateFeedItemRequestSchema = FeedPathParamsSchema.extend({
|
|
30815
|
+
type: FeedItemType.describe("Type of feed item to create"),
|
|
30816
|
+
body: zod.z.string().optional().describe("Rich text body (Markdown supported)"),
|
|
30817
|
+
mentions: zod.z.array(MentionSchema).optional().describe("Mentioned users, teams, or records"),
|
|
30818
|
+
parentId: zod.z.string().optional().describe("Parent feed item ID for threaded replies"),
|
|
30819
|
+
visibility: FeedVisibility.default("public").describe("Visibility: public, internal, or private")
|
|
30820
|
+
});
|
|
30821
|
+
var CreateFeedItemResponseSchema = BaseResponseSchema.extend({
|
|
30822
|
+
data: FeedItemSchema.describe("The created feed item")
|
|
30823
|
+
});
|
|
30824
|
+
var UpdateFeedItemRequestSchema = FeedItemPathParamsSchema.extend({
|
|
30825
|
+
body: zod.z.string().optional().describe("Updated rich text body"),
|
|
30826
|
+
mentions: zod.z.array(MentionSchema).optional().describe("Updated mentions"),
|
|
30827
|
+
visibility: FeedVisibility.optional().describe("Updated visibility")
|
|
30828
|
+
});
|
|
30829
|
+
var UpdateFeedItemResponseSchema = BaseResponseSchema.extend({
|
|
30830
|
+
data: FeedItemSchema.describe("The updated feed item")
|
|
30831
|
+
});
|
|
30832
|
+
var DeleteFeedItemRequestSchema = FeedItemPathParamsSchema;
|
|
30833
|
+
var DeleteFeedItemResponseSchema = BaseResponseSchema.extend({
|
|
30834
|
+
data: zod.z.object({
|
|
30835
|
+
feedId: zod.z.string().describe("ID of the deleted feed item")
|
|
30836
|
+
})
|
|
30837
|
+
});
|
|
30838
|
+
var AddReactionRequestSchema = FeedItemPathParamsSchema.extend({
|
|
30839
|
+
emoji: zod.z.string().describe('Emoji character or shortcode (e.g., "\u{1F44D}", ":thumbsup:")')
|
|
30840
|
+
});
|
|
30841
|
+
var AddReactionResponseSchema = BaseResponseSchema.extend({
|
|
30842
|
+
data: zod.z.object({
|
|
30843
|
+
reactions: zod.z.array(ReactionSchema).describe("Updated reaction list for the feed item")
|
|
30844
|
+
})
|
|
30845
|
+
});
|
|
30846
|
+
var RemoveReactionRequestSchema = FeedItemPathParamsSchema.extend({
|
|
30847
|
+
emoji: zod.z.string().describe("Emoji character or shortcode to remove")
|
|
30848
|
+
});
|
|
30849
|
+
var RemoveReactionResponseSchema = BaseResponseSchema.extend({
|
|
30850
|
+
data: zod.z.object({
|
|
30851
|
+
reactions: zod.z.array(ReactionSchema).describe("Updated reaction list for the feed item")
|
|
30852
|
+
})
|
|
30853
|
+
});
|
|
30854
|
+
var SubscribeRequestSchema = FeedPathParamsSchema.extend({
|
|
30855
|
+
events: zod.z.array(SubscriptionEventType).default(["all"]).describe("Event types to subscribe to"),
|
|
30856
|
+
channels: zod.z.array(NotificationChannel).default(["in_app"]).describe("Notification delivery channels")
|
|
30857
|
+
});
|
|
30858
|
+
var SubscribeResponseSchema = BaseResponseSchema.extend({
|
|
30859
|
+
data: RecordSubscriptionSchema.describe("The created or updated subscription")
|
|
30860
|
+
});
|
|
30861
|
+
var FeedUnsubscribeRequestSchema = FeedPathParamsSchema;
|
|
30862
|
+
var UnsubscribeResponseSchema = BaseResponseSchema.extend({
|
|
30863
|
+
data: zod.z.object({
|
|
30864
|
+
object: zod.z.string().describe("Object name"),
|
|
30865
|
+
recordId: zod.z.string().describe("Record ID"),
|
|
30866
|
+
unsubscribed: zod.z.boolean().describe("Whether the user was unsubscribed")
|
|
30867
|
+
})
|
|
30868
|
+
});
|
|
30869
|
+
var FeedApiErrorCode = zod.z.enum([
|
|
30870
|
+
"feed_item_not_found",
|
|
30871
|
+
"feed_permission_denied",
|
|
30872
|
+
"feed_item_not_editable",
|
|
30873
|
+
"feed_invalid_parent",
|
|
30874
|
+
"reaction_already_exists",
|
|
30875
|
+
"reaction_not_found",
|
|
30876
|
+
"subscription_already_exists",
|
|
30877
|
+
"subscription_not_found",
|
|
30878
|
+
"invalid_feed_type"
|
|
30879
|
+
]);
|
|
30880
|
+
var FeedApiContracts = {
|
|
30881
|
+
listFeed: {
|
|
30882
|
+
method: "GET",
|
|
30883
|
+
path: "/api/data/:object/:recordId/feed",
|
|
30884
|
+
input: GetFeedRequestSchema,
|
|
30885
|
+
output: GetFeedResponseSchema
|
|
30886
|
+
},
|
|
30887
|
+
createFeedItem: {
|
|
30888
|
+
method: "POST",
|
|
30889
|
+
path: "/api/data/:object/:recordId/feed",
|
|
30890
|
+
input: CreateFeedItemRequestSchema,
|
|
30891
|
+
output: CreateFeedItemResponseSchema
|
|
30892
|
+
},
|
|
30893
|
+
updateFeedItem: {
|
|
30894
|
+
method: "PUT",
|
|
30895
|
+
path: "/api/data/:object/:recordId/feed/:feedId",
|
|
30896
|
+
input: UpdateFeedItemRequestSchema,
|
|
30897
|
+
output: UpdateFeedItemResponseSchema
|
|
30898
|
+
},
|
|
30899
|
+
deleteFeedItem: {
|
|
30900
|
+
method: "DELETE",
|
|
30901
|
+
path: "/api/data/:object/:recordId/feed/:feedId",
|
|
30902
|
+
input: DeleteFeedItemRequestSchema,
|
|
30903
|
+
output: DeleteFeedItemResponseSchema
|
|
30904
|
+
},
|
|
30905
|
+
addReaction: {
|
|
30906
|
+
method: "POST",
|
|
30907
|
+
path: "/api/data/:object/:recordId/feed/:feedId/reactions",
|
|
30908
|
+
input: AddReactionRequestSchema,
|
|
30909
|
+
output: AddReactionResponseSchema
|
|
30910
|
+
},
|
|
30911
|
+
removeReaction: {
|
|
30912
|
+
method: "DELETE",
|
|
30913
|
+
path: "/api/data/:object/:recordId/feed/:feedId/reactions/:emoji",
|
|
30914
|
+
input: RemoveReactionRequestSchema,
|
|
30915
|
+
output: RemoveReactionResponseSchema
|
|
30916
|
+
},
|
|
30917
|
+
subscribe: {
|
|
30918
|
+
method: "POST",
|
|
30919
|
+
path: "/api/data/:object/:recordId/subscribe",
|
|
30920
|
+
input: SubscribeRequestSchema,
|
|
30921
|
+
output: SubscribeResponseSchema
|
|
30922
|
+
},
|
|
30923
|
+
unsubscribe: {
|
|
30924
|
+
method: "DELETE",
|
|
30925
|
+
path: "/api/data/:object/:recordId/subscribe",
|
|
30926
|
+
input: FeedUnsubscribeRequestSchema,
|
|
30927
|
+
output: UnsubscribeResponseSchema
|
|
30928
|
+
}
|
|
30929
|
+
};
|
|
30032
30930
|
|
|
30033
30931
|
// src/automation/index.ts
|
|
30034
30932
|
var automation_exports = {};
|
|
@@ -33878,13 +34776,17 @@ __export(studio_exports, {
|
|
|
33878
34776
|
ActionContributionSchema: () => ActionContributionSchema,
|
|
33879
34777
|
ActionLocationSchema: () => ActionLocationSchema,
|
|
33880
34778
|
ActivationEventSchema: () => ActivationEventSchema2,
|
|
34779
|
+
CanvasSnapSettingsSchema: () => CanvasSnapSettingsSchema,
|
|
34780
|
+
CanvasZoomSettingsSchema: () => CanvasZoomSettingsSchema,
|
|
33881
34781
|
CommandContributionSchema: () => CommandContributionSchema,
|
|
33882
34782
|
ERDiagramConfigSchema: () => ERDiagramConfigSchema,
|
|
33883
34783
|
ERLayoutAlgorithmSchema: () => ERLayoutAlgorithmSchema,
|
|
33884
34784
|
ERNodeDisplaySchema: () => ERNodeDisplaySchema,
|
|
34785
|
+
ElementPaletteItemSchema: () => ElementPaletteItemSchema,
|
|
33885
34786
|
FieldEditorConfigSchema: () => FieldEditorConfigSchema,
|
|
33886
34787
|
FieldGroupSchema: () => FieldGroupSchema,
|
|
33887
34788
|
FieldPropertySectionSchema: () => FieldPropertySectionSchema,
|
|
34789
|
+
InterfaceBuilderConfigSchema: () => InterfaceBuilderConfigSchema,
|
|
33888
34790
|
MetadataIconContributionSchema: () => MetadataIconContributionSchema,
|
|
33889
34791
|
MetadataViewerContributionSchema: () => MetadataViewerContributionSchema,
|
|
33890
34792
|
ObjectDesignerConfigSchema: () => ObjectDesignerConfigSchema,
|
|
@@ -33895,6 +34797,7 @@ __export(studio_exports, {
|
|
|
33895
34797
|
ObjectPreviewConfigSchema: () => ObjectPreviewConfigSchema,
|
|
33896
34798
|
ObjectPreviewTabSchema: () => ObjectPreviewTabSchema,
|
|
33897
34799
|
ObjectSortFieldSchema: () => ObjectSortFieldSchema,
|
|
34800
|
+
PageBuilderConfigSchema: () => PageBuilderConfigSchema,
|
|
33898
34801
|
PanelContributionSchema: () => PanelContributionSchema,
|
|
33899
34802
|
PanelLocationSchema: () => PanelLocationSchema,
|
|
33900
34803
|
RelationshipDisplaySchema: () => RelationshipDisplaySchema,
|
|
@@ -34358,6 +35261,35 @@ var ObjectDesignerConfigSchema = zod.z.object({
|
|
|
34358
35261
|
function defineObjectDesignerConfig(input) {
|
|
34359
35262
|
return ObjectDesignerConfigSchema.parse(input);
|
|
34360
35263
|
}
|
|
35264
|
+
var CanvasSnapSettingsSchema = zod.z.object({
|
|
35265
|
+
enabled: zod.z.boolean().default(true).describe("Enable snap-to-grid"),
|
|
35266
|
+
gridSize: zod.z.number().int().min(1).default(8).describe("Snap grid size in pixels"),
|
|
35267
|
+
showGrid: zod.z.boolean().default(true).describe("Show grid overlay on canvas"),
|
|
35268
|
+
showGuides: zod.z.boolean().default(true).describe("Show alignment guides when dragging")
|
|
35269
|
+
});
|
|
35270
|
+
var CanvasZoomSettingsSchema = zod.z.object({
|
|
35271
|
+
min: zod.z.number().min(0.1).default(0.25).describe("Minimum zoom level"),
|
|
35272
|
+
max: zod.z.number().max(10).default(3).describe("Maximum zoom level"),
|
|
35273
|
+
default: zod.z.number().default(1).describe("Default zoom level"),
|
|
35274
|
+
step: zod.z.number().default(0.1).describe("Zoom step increment")
|
|
35275
|
+
});
|
|
35276
|
+
var ElementPaletteItemSchema = zod.z.object({
|
|
35277
|
+
type: zod.z.string().describe('Component type (e.g. "element:button", "element:text")'),
|
|
35278
|
+
label: zod.z.string().describe("Display label in palette"),
|
|
35279
|
+
icon: zod.z.string().optional().describe("Icon name for palette display"),
|
|
35280
|
+
category: zod.z.enum(["content", "interactive", "data", "layout"]).describe("Palette category grouping"),
|
|
35281
|
+
defaultWidth: zod.z.number().int().min(1).default(4).describe("Default width in grid columns"),
|
|
35282
|
+
defaultHeight: zod.z.number().int().min(1).default(2).describe("Default height in grid rows")
|
|
35283
|
+
});
|
|
35284
|
+
var PageBuilderConfigSchema = zod.z.object({
|
|
35285
|
+
snap: CanvasSnapSettingsSchema.optional().describe("Canvas snap settings"),
|
|
35286
|
+
zoom: CanvasZoomSettingsSchema.optional().describe("Canvas zoom settings"),
|
|
35287
|
+
palette: zod.z.array(ElementPaletteItemSchema).optional().describe("Custom element palette (defaults to all registered elements)"),
|
|
35288
|
+
showLayerPanel: zod.z.boolean().default(true).describe("Show layer ordering panel"),
|
|
35289
|
+
showPropertyPanel: zod.z.boolean().default(true).describe("Show property inspector panel"),
|
|
35290
|
+
undoLimit: zod.z.number().int().min(1).default(50).describe("Maximum undo history steps")
|
|
35291
|
+
});
|
|
35292
|
+
var InterfaceBuilderConfigSchema = PageBuilderConfigSchema;
|
|
34361
35293
|
var ObjectStackDefinitionSchema = zod.z.object({
|
|
34362
35294
|
/** System Configuration */
|
|
34363
35295
|
manifest: ManifestSchema.optional().describe("Project Package Configuration"),
|
|
@@ -34559,6 +35491,131 @@ ${lines.join("\n")}`);
|
|
|
34559
35491
|
}
|
|
34560
35492
|
return result.data;
|
|
34561
35493
|
}
|
|
35494
|
+
var ConflictStrategySchema = zod.z.enum(["error", "override", "merge"]);
|
|
35495
|
+
var ComposeStacksOptionsSchema = zod.z.object({
|
|
35496
|
+
/**
|
|
35497
|
+
* How to handle same-name objects across stacks.
|
|
35498
|
+
* @default 'error'
|
|
35499
|
+
*/
|
|
35500
|
+
objectConflict: ConflictStrategySchema.default("error"),
|
|
35501
|
+
/**
|
|
35502
|
+
* Which manifest to keep when multiple stacks provide one.
|
|
35503
|
+
* - `'first'` — Use the first manifest found.
|
|
35504
|
+
* - `'last'` — Use the last manifest found (default).
|
|
35505
|
+
* - A number — Use the manifest from the stack at the given index.
|
|
35506
|
+
* @default 'last'
|
|
35507
|
+
*/
|
|
35508
|
+
manifest: zod.z.union([zod.z.enum(["first", "last"]), zod.z.number().int().min(0)]).default("last"),
|
|
35509
|
+
/**
|
|
35510
|
+
* Optional namespace prefix (reserved for Phase 2 — Marketplace isolation).
|
|
35511
|
+
* When set, object names from this composition are prefixed for isolation.
|
|
35512
|
+
*/
|
|
35513
|
+
namespace: zod.z.string().optional()
|
|
35514
|
+
});
|
|
35515
|
+
var CONCAT_ARRAY_FIELDS = [
|
|
35516
|
+
"datasources",
|
|
35517
|
+
"translations",
|
|
35518
|
+
"objectExtensions",
|
|
35519
|
+
"apps",
|
|
35520
|
+
"views",
|
|
35521
|
+
"pages",
|
|
35522
|
+
"dashboards",
|
|
35523
|
+
"reports",
|
|
35524
|
+
"actions",
|
|
35525
|
+
"themes",
|
|
35526
|
+
"workflows",
|
|
35527
|
+
"approvals",
|
|
35528
|
+
"flows",
|
|
35529
|
+
"roles",
|
|
35530
|
+
"permissions",
|
|
35531
|
+
"sharingRules",
|
|
35532
|
+
"policies",
|
|
35533
|
+
"apis",
|
|
35534
|
+
"webhooks",
|
|
35535
|
+
"agents",
|
|
35536
|
+
"ragPipelines",
|
|
35537
|
+
"hooks",
|
|
35538
|
+
"mappings",
|
|
35539
|
+
"analyticsCubes",
|
|
35540
|
+
"connectors",
|
|
35541
|
+
"data",
|
|
35542
|
+
"plugins",
|
|
35543
|
+
"devPlugins"
|
|
35544
|
+
];
|
|
35545
|
+
function mergeObjects(stacks, strategy) {
|
|
35546
|
+
const map = /* @__PURE__ */ new Map();
|
|
35547
|
+
const result = [];
|
|
35548
|
+
for (const stack of stacks) {
|
|
35549
|
+
if (!stack.objects) continue;
|
|
35550
|
+
for (const obj of stack.objects) {
|
|
35551
|
+
const existing = map.get(obj.name);
|
|
35552
|
+
if (!existing) {
|
|
35553
|
+
map.set(obj.name, obj);
|
|
35554
|
+
result.push(obj);
|
|
35555
|
+
continue;
|
|
35556
|
+
}
|
|
35557
|
+
switch (strategy) {
|
|
35558
|
+
case "error":
|
|
35559
|
+
throw new Error(
|
|
35560
|
+
`composeStacks conflict: object '${obj.name}' is defined in multiple stacks. Use { objectConflict: 'override' } or { objectConflict: 'merge' } to resolve.`
|
|
35561
|
+
);
|
|
35562
|
+
case "override": {
|
|
35563
|
+
const idx = result.indexOf(existing);
|
|
35564
|
+
result[idx] = obj;
|
|
35565
|
+
map.set(obj.name, obj);
|
|
35566
|
+
break;
|
|
35567
|
+
}
|
|
35568
|
+
case "merge": {
|
|
35569
|
+
const merged = { ...existing, ...obj, fields: { ...existing.fields, ...obj.fields } };
|
|
35570
|
+
const idx = result.indexOf(existing);
|
|
35571
|
+
result[idx] = merged;
|
|
35572
|
+
map.set(obj.name, merged);
|
|
35573
|
+
break;
|
|
35574
|
+
}
|
|
35575
|
+
}
|
|
35576
|
+
}
|
|
35577
|
+
}
|
|
35578
|
+
return result.length > 0 ? result : void 0;
|
|
35579
|
+
}
|
|
35580
|
+
function selectManifest(stacks, strategy) {
|
|
35581
|
+
if (typeof strategy === "number") {
|
|
35582
|
+
return stacks[strategy]?.manifest;
|
|
35583
|
+
}
|
|
35584
|
+
if (strategy === "first") {
|
|
35585
|
+
for (const s of stacks) {
|
|
35586
|
+
if (s.manifest) return s.manifest;
|
|
35587
|
+
}
|
|
35588
|
+
return void 0;
|
|
35589
|
+
}
|
|
35590
|
+
for (let i = stacks.length - 1; i >= 0; i--) {
|
|
35591
|
+
if (stacks[i].manifest) return stacks[i].manifest;
|
|
35592
|
+
}
|
|
35593
|
+
return void 0;
|
|
35594
|
+
}
|
|
35595
|
+
function composeStacks(stacks, options) {
|
|
35596
|
+
if (stacks.length === 0) return {};
|
|
35597
|
+
if (stacks.length === 1) return stacks[0];
|
|
35598
|
+
const opts = ComposeStacksOptionsSchema.parse(options ?? {});
|
|
35599
|
+
const composed = {};
|
|
35600
|
+
composed.manifest = selectManifest(stacks, opts.manifest);
|
|
35601
|
+
for (let i = stacks.length - 1; i >= 0; i--) {
|
|
35602
|
+
if (stacks[i].i18n) {
|
|
35603
|
+
composed.i18n = stacks[i].i18n;
|
|
35604
|
+
break;
|
|
35605
|
+
}
|
|
35606
|
+
}
|
|
35607
|
+
const objects = mergeObjects(stacks, opts.objectConflict);
|
|
35608
|
+
if (objects) {
|
|
35609
|
+
composed.objects = objects;
|
|
35610
|
+
}
|
|
35611
|
+
for (const field of CONCAT_ARRAY_FIELDS) {
|
|
35612
|
+
const arrays = stacks.map((s) => s[field]).filter((v) => Array.isArray(v));
|
|
35613
|
+
if (arrays.length > 0) {
|
|
35614
|
+
composed[field] = arrays.flat();
|
|
35615
|
+
}
|
|
35616
|
+
}
|
|
35617
|
+
return composed;
|
|
35618
|
+
}
|
|
34562
35619
|
var ObjectQLCapabilitiesSchema = zod.z.object({
|
|
34563
35620
|
/** Query Capabilities */
|
|
34564
35621
|
queryFilters: zod.z.boolean().default(true).describe("Supports WHERE clause filtering"),
|
|
@@ -34679,6 +35736,8 @@ exports.AI = ai_exports;
|
|
|
34679
35736
|
exports.API = api_exports;
|
|
34680
35737
|
exports.Automation = automation_exports;
|
|
34681
35738
|
exports.Cloud = cloud_exports;
|
|
35739
|
+
exports.ComposeStacksOptionsSchema = ComposeStacksOptionsSchema;
|
|
35740
|
+
exports.ConflictStrategySchema = ConflictStrategySchema;
|
|
34682
35741
|
exports.Contracts = contracts_exports;
|
|
34683
35742
|
exports.Data = data_exports;
|
|
34684
35743
|
exports.Identity = identity_exports;
|
|
@@ -34698,6 +35757,7 @@ exports.Shared = shared_exports;
|
|
|
34698
35757
|
exports.Studio = studio_exports;
|
|
34699
35758
|
exports.System = system_exports;
|
|
34700
35759
|
exports.UI = ui_exports;
|
|
35760
|
+
exports.composeStacks = composeStacks;
|
|
34701
35761
|
exports.defineAgent = defineAgent;
|
|
34702
35762
|
exports.defineApp = defineApp;
|
|
34703
35763
|
exports.defineFlow = defineFlow;
|