@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
|
@@ -731,7 +731,10 @@ declare const ObjectNavItemSchema: z.ZodObject<{
|
|
|
731
731
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
732
732
|
}, z.core.$strip>]>;
|
|
733
733
|
icon: z.ZodOptional<z.ZodString>;
|
|
734
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
735
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
734
736
|
visible: z.ZodOptional<z.ZodString>;
|
|
737
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
735
738
|
type: z.ZodLiteral<"object">;
|
|
736
739
|
objectName: z.ZodString;
|
|
737
740
|
viewName: z.ZodOptional<z.ZodString>;
|
|
@@ -748,7 +751,10 @@ declare const DashboardNavItemSchema: z.ZodObject<{
|
|
|
748
751
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
749
752
|
}, z.core.$strip>]>;
|
|
750
753
|
icon: z.ZodOptional<z.ZodString>;
|
|
754
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
755
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
751
756
|
visible: z.ZodOptional<z.ZodString>;
|
|
757
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
752
758
|
type: z.ZodLiteral<"dashboard">;
|
|
753
759
|
dashboardName: z.ZodString;
|
|
754
760
|
}, z.core.$strip>;
|
|
@@ -764,7 +770,10 @@ declare const PageNavItemSchema: z.ZodObject<{
|
|
|
764
770
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
765
771
|
}, z.core.$strip>]>;
|
|
766
772
|
icon: z.ZodOptional<z.ZodString>;
|
|
773
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
774
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
767
775
|
visible: z.ZodOptional<z.ZodString>;
|
|
776
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
768
777
|
type: z.ZodLiteral<"page">;
|
|
769
778
|
pageName: z.ZodString;
|
|
770
779
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -781,7 +790,10 @@ declare const UrlNavItemSchema: z.ZodObject<{
|
|
|
781
790
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
782
791
|
}, z.core.$strip>]>;
|
|
783
792
|
icon: z.ZodOptional<z.ZodString>;
|
|
793
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
794
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
784
795
|
visible: z.ZodOptional<z.ZodString>;
|
|
796
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
785
797
|
type: z.ZodLiteral<"url">;
|
|
786
798
|
url: z.ZodString;
|
|
787
799
|
target: z.ZodDefault<z.ZodEnum<{
|
|
@@ -790,7 +802,48 @@ declare const UrlNavItemSchema: z.ZodObject<{
|
|
|
790
802
|
}>>;
|
|
791
803
|
}, z.core.$strip>;
|
|
792
804
|
/**
|
|
793
|
-
* 5.
|
|
805
|
+
* 5. Report Navigation Item
|
|
806
|
+
* Navigates to a specific report.
|
|
807
|
+
*/
|
|
808
|
+
declare const ReportNavItemSchema: z.ZodObject<{
|
|
809
|
+
id: z.ZodString;
|
|
810
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
811
|
+
key: z.ZodString;
|
|
812
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
813
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
814
|
+
}, z.core.$strip>]>;
|
|
815
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
816
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
817
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
818
|
+
visible: z.ZodOptional<z.ZodString>;
|
|
819
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
820
|
+
type: z.ZodLiteral<"report">;
|
|
821
|
+
reportName: z.ZodString;
|
|
822
|
+
}, z.core.$strip>;
|
|
823
|
+
/**
|
|
824
|
+
* 6. Action Navigation Item
|
|
825
|
+
* Triggers an action (e.g. opening a flow, running a script, or launching a screen action).
|
|
826
|
+
*/
|
|
827
|
+
declare const ActionNavItemSchema: z.ZodObject<{
|
|
828
|
+
id: z.ZodString;
|
|
829
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
830
|
+
key: z.ZodString;
|
|
831
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
832
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
833
|
+
}, z.core.$strip>]>;
|
|
834
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
835
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
836
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
837
|
+
visible: z.ZodOptional<z.ZodString>;
|
|
838
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
839
|
+
type: z.ZodLiteral<"action">;
|
|
840
|
+
actionDef: z.ZodObject<{
|
|
841
|
+
actionName: z.ZodString;
|
|
842
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
843
|
+
}, z.core.$strip>;
|
|
844
|
+
}, z.core.$strip>;
|
|
845
|
+
/**
|
|
846
|
+
* 7. Group Navigation Item
|
|
794
847
|
* A container for child navigation items (Sub-menu).
|
|
795
848
|
* Does not perform navigation itself.
|
|
796
849
|
*/
|
|
@@ -802,13 +855,16 @@ declare const GroupNavItemSchema: z.ZodObject<{
|
|
|
802
855
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
803
856
|
}, z.core.$strip>]>;
|
|
804
857
|
icon: z.ZodOptional<z.ZodString>;
|
|
858
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
859
|
+
badge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
805
860
|
visible: z.ZodOptional<z.ZodString>;
|
|
861
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
806
862
|
type: z.ZodLiteral<"group">;
|
|
807
863
|
expanded: z.ZodDefault<z.ZodBoolean>;
|
|
808
864
|
}, z.core.$strip>;
|
|
809
865
|
/**
|
|
810
866
|
* Recursive Union of all navigation item types.
|
|
811
|
-
* Allows constructing
|
|
867
|
+
* Allows constructing an unlimited-depth navigation tree.
|
|
812
868
|
*/
|
|
813
869
|
declare const NavigationItemSchema: z.ZodType<any>;
|
|
814
870
|
/**
|
|
@@ -820,6 +876,49 @@ declare const AppBrandingSchema: z.ZodObject<{
|
|
|
820
876
|
logo: z.ZodOptional<z.ZodString>;
|
|
821
877
|
favicon: z.ZodOptional<z.ZodString>;
|
|
822
878
|
}, z.core.$strip>;
|
|
879
|
+
/**
|
|
880
|
+
* Navigation Area Schema
|
|
881
|
+
*
|
|
882
|
+
* A logical grouping (zone/section) of navigation items, similar to Salesforce "App Areas"
|
|
883
|
+
* or Dynamics 365 "Site Map Areas". Each area represents a business domain (e.g. Sales, Service, Settings)
|
|
884
|
+
* and contains its own independent navigation tree.
|
|
885
|
+
*
|
|
886
|
+
* Areas allow large applications to partition navigation by business function while
|
|
887
|
+
* keeping a single AppSchema definition. The runtime may render areas as top-level tabs,
|
|
888
|
+
* sidebar sections, or a switchable navigation context.
|
|
889
|
+
*
|
|
890
|
+
* @example
|
|
891
|
+
* ```ts
|
|
892
|
+
* const salesArea: NavigationArea = {
|
|
893
|
+
* id: 'area_sales',
|
|
894
|
+
* label: 'Sales',
|
|
895
|
+
* icon: 'briefcase',
|
|
896
|
+
* order: 1,
|
|
897
|
+
* navigation: [
|
|
898
|
+
* { id: 'nav_leads', type: 'object', label: 'Leads', objectName: 'lead' },
|
|
899
|
+
* { id: 'nav_opportunities', type: 'object', label: 'Opportunities', objectName: 'opportunity' },
|
|
900
|
+
* ],
|
|
901
|
+
* };
|
|
902
|
+
* ```
|
|
903
|
+
*/
|
|
904
|
+
declare const NavigationAreaSchema: z.ZodObject<{
|
|
905
|
+
id: z.ZodString;
|
|
906
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
907
|
+
key: z.ZodString;
|
|
908
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
909
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
910
|
+
}, z.core.$strip>]>;
|
|
911
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
912
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
913
|
+
description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
914
|
+
key: z.ZodString;
|
|
915
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
916
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
917
|
+
}, z.core.$strip>]>>;
|
|
918
|
+
visible: z.ZodOptional<z.ZodString>;
|
|
919
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
920
|
+
navigation: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
921
|
+
}, z.core.$strip>;
|
|
823
922
|
/**
|
|
824
923
|
* Schema for Applications (Apps).
|
|
825
924
|
* A logical container for business functionality (e.g., "Sales CRM", "HR Portal").
|
|
@@ -843,16 +942,22 @@ declare const AppBrandingSchema: z.ZodObject<{
|
|
|
843
942
|
* App Configuration Schema
|
|
844
943
|
* Defines a business application container, including its navigation, branding, and permissions.
|
|
845
944
|
*
|
|
846
|
-
*
|
|
945
|
+
* The App is the top-level navigation shell. The `navigation[]` field holds the complete
|
|
946
|
+
* sidebar tree with unlimited nesting depth via `type: 'group'` items. Pages are referenced
|
|
947
|
+
* by name via `type: 'page'` items and defined independently.
|
|
948
|
+
*
|
|
949
|
+
* @example CRM App with nested navigation tree
|
|
847
950
|
* {
|
|
848
951
|
* name: "crm",
|
|
849
952
|
* label: "Sales CRM",
|
|
850
953
|
* icon: "briefcase",
|
|
851
954
|
* navigation: [
|
|
852
|
-
* { type: "
|
|
853
|
-
*
|
|
854
|
-
*
|
|
855
|
-
*
|
|
955
|
+
* { type: "group", id: "grp_sales", label: "Sales Cloud", expanded: true, children: [
|
|
956
|
+
* { type: "page", id: "nav_pipeline", label: "Pipeline", pageName: "page_pipeline" },
|
|
957
|
+
* { type: "page", id: "nav_accounts", label: "Accounts", pageName: "page_accounts" },
|
|
958
|
+
* ]},
|
|
959
|
+
* { type: "page", id: "nav_settings", label: "Settings", pageName: "admin_settings" },
|
|
960
|
+
* ]
|
|
856
961
|
* }
|
|
857
962
|
*/
|
|
858
963
|
declare const AppSchema: z.ZodObject<{
|
|
@@ -877,10 +982,45 @@ declare const AppSchema: z.ZodObject<{
|
|
|
877
982
|
active: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
878
983
|
isDefault: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
879
984
|
navigation: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
985
|
+
areas: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
986
|
+
id: z.ZodString;
|
|
987
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
988
|
+
key: z.ZodString;
|
|
989
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
990
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
991
|
+
}, z.core.$strip>]>;
|
|
992
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
993
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
994
|
+
description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
995
|
+
key: z.ZodString;
|
|
996
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
997
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
998
|
+
}, z.core.$strip>]>>;
|
|
999
|
+
visible: z.ZodOptional<z.ZodString>;
|
|
1000
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1001
|
+
navigation: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
1002
|
+
}, z.core.$strip>>>;
|
|
880
1003
|
homePageId: z.ZodOptional<z.ZodString>;
|
|
881
1004
|
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
882
1005
|
objects: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
883
1006
|
apis: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
1007
|
+
sharing: z.ZodOptional<z.ZodObject<{
|
|
1008
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1009
|
+
publicLink: z.ZodOptional<z.ZodString>;
|
|
1010
|
+
password: z.ZodOptional<z.ZodString>;
|
|
1011
|
+
allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1012
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
1013
|
+
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1014
|
+
}, z.core.$strip>>;
|
|
1015
|
+
embed: z.ZodOptional<z.ZodObject<{
|
|
1016
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1017
|
+
allowedOrigins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1018
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1019
|
+
height: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1020
|
+
showHeader: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1021
|
+
showNavigation: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1022
|
+
responsive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1023
|
+
}, z.core.$strip>>;
|
|
884
1024
|
mobileNavigation: z.ZodOptional<z.ZodObject<{
|
|
885
1025
|
mode: z.ZodDefault<z.ZodEnum<{
|
|
886
1026
|
drawer: "drawer";
|
|
@@ -904,14 +1044,17 @@ declare const AppSchema: z.ZodObject<{
|
|
|
904
1044
|
*
|
|
905
1045
|
* Validates the config at creation time using Zod `.parse()`.
|
|
906
1046
|
*
|
|
907
|
-
* @example
|
|
1047
|
+
* @example CRM App with nested navigation tree
|
|
908
1048
|
* ```ts
|
|
909
1049
|
* const crmApp = defineApp({
|
|
910
1050
|
* name: 'crm',
|
|
911
|
-
* label: 'CRM',
|
|
1051
|
+
* label: 'Sales CRM',
|
|
912
1052
|
* navigation: [
|
|
913
|
-
* { id: '
|
|
914
|
-
*
|
|
1053
|
+
* { id: 'grp_sales', type: 'group', label: 'Sales Cloud', expanded: true, children: [
|
|
1054
|
+
* { id: 'nav_pipeline', type: 'page', label: 'Pipeline', pageName: 'page_pipeline' },
|
|
1055
|
+
* { id: 'nav_accounts', type: 'page', label: 'Accounts', pageName: 'page_accounts' },
|
|
1056
|
+
* ]},
|
|
1057
|
+
* { id: 'nav_settings', type: 'page', label: 'Settings', pageName: 'admin_settings' },
|
|
915
1058
|
* ],
|
|
916
1059
|
* });
|
|
917
1060
|
* ```
|
|
@@ -927,10 +1070,13 @@ type App = z.infer<typeof AppSchema>;
|
|
|
927
1070
|
type AppInput = z.input<typeof AppSchema>;
|
|
928
1071
|
type AppBranding = z.infer<typeof AppBrandingSchema>;
|
|
929
1072
|
type NavigationItem = z.infer<typeof NavigationItemSchema>;
|
|
1073
|
+
type NavigationArea = z.infer<typeof NavigationAreaSchema>;
|
|
930
1074
|
type ObjectNavItem = z.infer<typeof ObjectNavItemSchema>;
|
|
931
1075
|
type DashboardNavItem = z.infer<typeof DashboardNavItemSchema>;
|
|
932
1076
|
type PageNavItem = z.infer<typeof PageNavItemSchema>;
|
|
933
1077
|
type UrlNavItem = z.infer<typeof UrlNavItemSchema>;
|
|
1078
|
+
type ReportNavItem = z.infer<typeof ReportNavItemSchema>;
|
|
1079
|
+
type ActionNavItem = z.infer<typeof ActionNavItemSchema>;
|
|
934
1080
|
type GroupNavItem = z.infer<typeof GroupNavItemSchema> & {
|
|
935
1081
|
children: NavigationItem[];
|
|
936
1082
|
};
|
|
@@ -1172,6 +1318,95 @@ declare const RowColorConfigSchema: z.ZodObject<{
|
|
|
1172
1318
|
field: z.ZodString;
|
|
1173
1319
|
colors: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1174
1320
|
}, z.core.$strip>;
|
|
1321
|
+
/**
|
|
1322
|
+
* Visualization Type Schema
|
|
1323
|
+
* Whitelist of visualization types the user can switch between.
|
|
1324
|
+
* Maps to Airtable's "Visualizations" setting in Appearance panel.
|
|
1325
|
+
*/
|
|
1326
|
+
declare const VisualizationTypeSchema: z.ZodEnum<{
|
|
1327
|
+
map: "map";
|
|
1328
|
+
grid: "grid";
|
|
1329
|
+
kanban: "kanban";
|
|
1330
|
+
gallery: "gallery";
|
|
1331
|
+
calendar: "calendar";
|
|
1332
|
+
timeline: "timeline";
|
|
1333
|
+
gantt: "gantt";
|
|
1334
|
+
}>;
|
|
1335
|
+
/**
|
|
1336
|
+
* User Actions Configuration Schema (Airtable Interface parity)
|
|
1337
|
+
* Controls which interactive actions are available to users in the view toolbar.
|
|
1338
|
+
* Each boolean toggles the corresponding toolbar element on/off.
|
|
1339
|
+
*
|
|
1340
|
+
* @see Airtable Interface → "User actions" panel
|
|
1341
|
+
*/
|
|
1342
|
+
declare const UserActionsConfigSchema: z.ZodObject<{
|
|
1343
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
1344
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
1345
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
1346
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
1347
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
1348
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1349
|
+
}, z.core.$strip>;
|
|
1350
|
+
/**
|
|
1351
|
+
* Appearance Configuration Schema (Airtable Interface parity)
|
|
1352
|
+
* Controls visual presentation options for the view.
|
|
1353
|
+
*
|
|
1354
|
+
* @see Airtable Interface → "Appearance" panel
|
|
1355
|
+
*/
|
|
1356
|
+
declare const AppearanceConfigSchema: z.ZodObject<{
|
|
1357
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
1358
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1359
|
+
map: "map";
|
|
1360
|
+
grid: "grid";
|
|
1361
|
+
kanban: "kanban";
|
|
1362
|
+
gallery: "gallery";
|
|
1363
|
+
calendar: "calendar";
|
|
1364
|
+
timeline: "timeline";
|
|
1365
|
+
gantt: "gantt";
|
|
1366
|
+
}>>>;
|
|
1367
|
+
}, z.core.$strip>;
|
|
1368
|
+
/**
|
|
1369
|
+
* View Tab Schema (Airtable Interface parity)
|
|
1370
|
+
* Defines a tab in a multi-tab view interface.
|
|
1371
|
+
* Each tab references a named list view and can be ordered, pinned, or set as default.
|
|
1372
|
+
*
|
|
1373
|
+
* @see Airtable Interface → "Tabs" panel
|
|
1374
|
+
*/
|
|
1375
|
+
declare const ViewTabSchema: z.ZodObject<{
|
|
1376
|
+
name: z.ZodString;
|
|
1377
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1378
|
+
key: z.ZodString;
|
|
1379
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
1380
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
1381
|
+
}, z.core.$strip>]>>;
|
|
1382
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1383
|
+
view: z.ZodOptional<z.ZodString>;
|
|
1384
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
1385
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
1386
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
1387
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
1388
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
1389
|
+
}, z.core.$strip>;
|
|
1390
|
+
/**
|
|
1391
|
+
* Add Record Configuration Schema (Airtable Interface parity)
|
|
1392
|
+
* Configures the "Add Record" entry point for a list view.
|
|
1393
|
+
*
|
|
1394
|
+
* @see Airtable Interface → "+ Add record" button
|
|
1395
|
+
*/
|
|
1396
|
+
declare const AddRecordConfigSchema: z.ZodObject<{
|
|
1397
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1398
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
1399
|
+
top: "top";
|
|
1400
|
+
bottom: "bottom";
|
|
1401
|
+
both: "both";
|
|
1402
|
+
}>>;
|
|
1403
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
1404
|
+
inline: "inline";
|
|
1405
|
+
form: "form";
|
|
1406
|
+
modal: "modal";
|
|
1407
|
+
}>>;
|
|
1408
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
1409
|
+
}, z.core.$strip>;
|
|
1175
1410
|
/**
|
|
1176
1411
|
* Kanban Settings
|
|
1177
1412
|
*/
|
|
@@ -1494,6 +1729,57 @@ declare const ListViewSchema: z.ZodObject<{
|
|
|
1494
1729
|
xlsx: "xlsx";
|
|
1495
1730
|
pdf: "pdf";
|
|
1496
1731
|
}>>>;
|
|
1732
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
1733
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
1734
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
1735
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
1736
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
1737
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
1738
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1739
|
+
}, z.core.$strip>>;
|
|
1740
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
1741
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
1742
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1743
|
+
map: "map";
|
|
1744
|
+
grid: "grid";
|
|
1745
|
+
kanban: "kanban";
|
|
1746
|
+
gallery: "gallery";
|
|
1747
|
+
calendar: "calendar";
|
|
1748
|
+
timeline: "timeline";
|
|
1749
|
+
gantt: "gantt";
|
|
1750
|
+
}>>>;
|
|
1751
|
+
}, z.core.$strip>>;
|
|
1752
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1753
|
+
name: z.ZodString;
|
|
1754
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1755
|
+
key: z.ZodString;
|
|
1756
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
1757
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
1758
|
+
}, z.core.$strip>]>>;
|
|
1759
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1760
|
+
view: z.ZodOptional<z.ZodString>;
|
|
1761
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
1762
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
1763
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
1764
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
1765
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
1766
|
+
}, z.core.$strip>>>;
|
|
1767
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
1768
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1769
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
1770
|
+
top: "top";
|
|
1771
|
+
bottom: "bottom";
|
|
1772
|
+
both: "both";
|
|
1773
|
+
}>>;
|
|
1774
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
1775
|
+
inline: "inline";
|
|
1776
|
+
form: "form";
|
|
1777
|
+
modal: "modal";
|
|
1778
|
+
}>>;
|
|
1779
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
1780
|
+
}, z.core.$strip>>;
|
|
1781
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
1782
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
1497
1783
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
1498
1784
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1499
1785
|
key: z.ZodString;
|
|
@@ -1740,6 +2026,14 @@ declare const FormViewSchema: z.ZodObject<{
|
|
|
1740
2026
|
desc: "desc";
|
|
1741
2027
|
}>>;
|
|
1742
2028
|
}, z.core.$strip>>>;
|
|
2029
|
+
sharing: z.ZodOptional<z.ZodObject<{
|
|
2030
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2031
|
+
publicLink: z.ZodOptional<z.ZodString>;
|
|
2032
|
+
password: z.ZodOptional<z.ZodString>;
|
|
2033
|
+
allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2034
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
2035
|
+
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2036
|
+
}, z.core.$strip>>;
|
|
1743
2037
|
aria: z.ZodOptional<z.ZodObject<{
|
|
1744
2038
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1745
2039
|
key: z.ZodString;
|
|
@@ -2006,6 +2300,57 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2006
2300
|
xlsx: "xlsx";
|
|
2007
2301
|
pdf: "pdf";
|
|
2008
2302
|
}>>>;
|
|
2303
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
2304
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
2305
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
2306
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
2307
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
2308
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
2309
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2310
|
+
}, z.core.$strip>>;
|
|
2311
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
2312
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
2313
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2314
|
+
map: "map";
|
|
2315
|
+
grid: "grid";
|
|
2316
|
+
kanban: "kanban";
|
|
2317
|
+
gallery: "gallery";
|
|
2318
|
+
calendar: "calendar";
|
|
2319
|
+
timeline: "timeline";
|
|
2320
|
+
gantt: "gantt";
|
|
2321
|
+
}>>>;
|
|
2322
|
+
}, z.core.$strip>>;
|
|
2323
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2324
|
+
name: z.ZodString;
|
|
2325
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2326
|
+
key: z.ZodString;
|
|
2327
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
2328
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
2329
|
+
}, z.core.$strip>]>>;
|
|
2330
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
2331
|
+
view: z.ZodOptional<z.ZodString>;
|
|
2332
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
2333
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
2334
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
2335
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
2336
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2337
|
+
}, z.core.$strip>>>;
|
|
2338
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
2339
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2340
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
2341
|
+
top: "top";
|
|
2342
|
+
bottom: "bottom";
|
|
2343
|
+
both: "both";
|
|
2344
|
+
}>>;
|
|
2345
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
2346
|
+
inline: "inline";
|
|
2347
|
+
form: "form";
|
|
2348
|
+
modal: "modal";
|
|
2349
|
+
}>>;
|
|
2350
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
2351
|
+
}, z.core.$strip>>;
|
|
2352
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
2353
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
2009
2354
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
2010
2355
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2011
2356
|
key: z.ZodString;
|
|
@@ -2160,6 +2505,14 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2160
2505
|
desc: "desc";
|
|
2161
2506
|
}>>;
|
|
2162
2507
|
}, z.core.$strip>>>;
|
|
2508
|
+
sharing: z.ZodOptional<z.ZodObject<{
|
|
2509
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2510
|
+
publicLink: z.ZodOptional<z.ZodString>;
|
|
2511
|
+
password: z.ZodOptional<z.ZodString>;
|
|
2512
|
+
allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2513
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
2514
|
+
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2515
|
+
}, z.core.$strip>>;
|
|
2163
2516
|
aria: z.ZodOptional<z.ZodObject<{
|
|
2164
2517
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2165
2518
|
key: z.ZodString;
|
|
@@ -2407,6 +2760,57 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2407
2760
|
xlsx: "xlsx";
|
|
2408
2761
|
pdf: "pdf";
|
|
2409
2762
|
}>>>;
|
|
2763
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
2764
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
2765
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
2766
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
2767
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
2768
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
2769
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2770
|
+
}, z.core.$strip>>;
|
|
2771
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
2772
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
2773
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2774
|
+
map: "map";
|
|
2775
|
+
grid: "grid";
|
|
2776
|
+
kanban: "kanban";
|
|
2777
|
+
gallery: "gallery";
|
|
2778
|
+
calendar: "calendar";
|
|
2779
|
+
timeline: "timeline";
|
|
2780
|
+
gantt: "gantt";
|
|
2781
|
+
}>>>;
|
|
2782
|
+
}, z.core.$strip>>;
|
|
2783
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2784
|
+
name: z.ZodString;
|
|
2785
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2786
|
+
key: z.ZodString;
|
|
2787
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
2788
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
2789
|
+
}, z.core.$strip>]>>;
|
|
2790
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
2791
|
+
view: z.ZodOptional<z.ZodString>;
|
|
2792
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
2793
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
2794
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
2795
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
2796
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
2797
|
+
}, z.core.$strip>>>;
|
|
2798
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
2799
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2800
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
2801
|
+
top: "top";
|
|
2802
|
+
bottom: "bottom";
|
|
2803
|
+
both: "both";
|
|
2804
|
+
}>>;
|
|
2805
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
2806
|
+
inline: "inline";
|
|
2807
|
+
form: "form";
|
|
2808
|
+
modal: "modal";
|
|
2809
|
+
}>>;
|
|
2810
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
2811
|
+
}, z.core.$strip>>;
|
|
2812
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
2813
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
2410
2814
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
2411
2815
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2412
2816
|
key: z.ZodString;
|
|
@@ -2561,6 +2965,14 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2561
2965
|
desc: "desc";
|
|
2562
2966
|
}>>;
|
|
2563
2967
|
}, z.core.$strip>>>;
|
|
2968
|
+
sharing: z.ZodOptional<z.ZodObject<{
|
|
2969
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2970
|
+
publicLink: z.ZodOptional<z.ZodString>;
|
|
2971
|
+
password: z.ZodOptional<z.ZodString>;
|
|
2972
|
+
allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2973
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
2974
|
+
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2975
|
+
}, z.core.$strip>>;
|
|
2564
2976
|
aria: z.ZodOptional<z.ZodObject<{
|
|
2565
2977
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2566
2978
|
key: z.ZodString;
|
|
@@ -2612,19 +3024,110 @@ type GalleryConfig = z.infer<typeof GalleryConfigSchema>;
|
|
|
2612
3024
|
type TimelineConfig = z.infer<typeof TimelineConfigSchema>;
|
|
2613
3025
|
type ViewSharing = z.infer<typeof ViewSharingSchema>;
|
|
2614
3026
|
type RowColorConfig = z.infer<typeof RowColorConfigSchema>;
|
|
3027
|
+
type VisualizationType = z.infer<typeof VisualizationTypeSchema>;
|
|
3028
|
+
type UserActionsConfig = z.infer<typeof UserActionsConfigSchema>;
|
|
3029
|
+
type AppearanceConfig = z.infer<typeof AppearanceConfigSchema>;
|
|
3030
|
+
type ViewTab = z.infer<typeof ViewTabSchema>;
|
|
3031
|
+
type AddRecordConfig = z.infer<typeof AddRecordConfigSchema>;
|
|
2615
3032
|
|
|
2616
3033
|
/**
|
|
2617
|
-
*
|
|
2618
|
-
* A single component on the dashboard grid.
|
|
3034
|
+
* Color variant for dashboard widgets (e.g., KPI cards).
|
|
2619
3035
|
*/
|
|
2620
|
-
declare const
|
|
2621
|
-
|
|
3036
|
+
declare const WidgetColorVariantSchema: z.ZodEnum<{
|
|
3037
|
+
success: "success";
|
|
3038
|
+
default: "default";
|
|
3039
|
+
warning: "warning";
|
|
3040
|
+
blue: "blue";
|
|
3041
|
+
teal: "teal";
|
|
3042
|
+
orange: "orange";
|
|
3043
|
+
purple: "purple";
|
|
3044
|
+
danger: "danger";
|
|
3045
|
+
}>;
|
|
3046
|
+
/**
|
|
3047
|
+
* Action type for widget action buttons.
|
|
3048
|
+
*/
|
|
3049
|
+
declare const WidgetActionTypeSchema: z.ZodEnum<{
|
|
3050
|
+
url: "url";
|
|
3051
|
+
modal: "modal";
|
|
3052
|
+
flow: "flow";
|
|
3053
|
+
}>;
|
|
3054
|
+
/**
|
|
3055
|
+
* Dashboard Header Action Schema
|
|
3056
|
+
* An action button displayed in the dashboard header area.
|
|
3057
|
+
*/
|
|
3058
|
+
declare const DashboardHeaderActionSchema: z.ZodObject<{
|
|
3059
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3060
|
+
key: z.ZodString;
|
|
3061
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3062
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3063
|
+
}, z.core.$strip>]>;
|
|
3064
|
+
actionUrl: z.ZodString;
|
|
3065
|
+
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3066
|
+
url: "url";
|
|
3067
|
+
modal: "modal";
|
|
3068
|
+
flow: "flow";
|
|
3069
|
+
}>>;
|
|
3070
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
3071
|
+
}, z.core.$strip>;
|
|
3072
|
+
/**
|
|
3073
|
+
* Dashboard Header Schema
|
|
3074
|
+
* Structured header configuration for the dashboard.
|
|
3075
|
+
*/
|
|
3076
|
+
declare const DashboardHeaderSchema: z.ZodObject<{
|
|
3077
|
+
showTitle: z.ZodDefault<z.ZodBoolean>;
|
|
3078
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
3079
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3080
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3081
|
+
key: z.ZodString;
|
|
3082
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3083
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3084
|
+
}, z.core.$strip>]>;
|
|
3085
|
+
actionUrl: z.ZodString;
|
|
3086
|
+
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3087
|
+
url: "url";
|
|
3088
|
+
modal: "modal";
|
|
3089
|
+
flow: "flow";
|
|
3090
|
+
}>>;
|
|
3091
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
3092
|
+
}, z.core.$strip>>>;
|
|
3093
|
+
}, z.core.$strip>;
|
|
3094
|
+
/**
|
|
3095
|
+
* Widget Measure Schema
|
|
3096
|
+
* A single measure definition for multi-measure pivot/matrix widgets.
|
|
3097
|
+
*/
|
|
3098
|
+
declare const WidgetMeasureSchema: z.ZodObject<{
|
|
3099
|
+
valueField: z.ZodString;
|
|
3100
|
+
aggregate: z.ZodDefault<z.ZodEnum<{
|
|
3101
|
+
count: "count";
|
|
3102
|
+
sum: "sum";
|
|
3103
|
+
avg: "avg";
|
|
3104
|
+
min: "min";
|
|
3105
|
+
max: "max";
|
|
3106
|
+
}>>;
|
|
3107
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2622
3108
|
key: z.ZodString;
|
|
2623
3109
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
2624
3110
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
2625
3111
|
}, z.core.$strip>]>>;
|
|
2626
|
-
|
|
2627
|
-
|
|
3112
|
+
format: z.ZodOptional<z.ZodString>;
|
|
3113
|
+
}, z.core.$strip>;
|
|
3114
|
+
/**
|
|
3115
|
+
* Dashboard Widget Schema
|
|
3116
|
+
* A single component on the dashboard grid.
|
|
3117
|
+
*/
|
|
3118
|
+
declare const DashboardWidgetSchema: z.ZodObject<{
|
|
3119
|
+
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3120
|
+
key: z.ZodString;
|
|
3121
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3122
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3123
|
+
}, z.core.$strip>]>>;
|
|
3124
|
+
description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3125
|
+
key: z.ZodString;
|
|
3126
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3127
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3128
|
+
}, z.core.$strip>]>>;
|
|
3129
|
+
type: z.ZodDefault<z.ZodEnum<{
|
|
3130
|
+
table: "table";
|
|
2628
3131
|
bar: "bar";
|
|
2629
3132
|
"horizontal-bar": "horizontal-bar";
|
|
2630
3133
|
column: "column";
|
|
@@ -2856,6 +3359,23 @@ declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
2856
3359
|
role: z.ZodOptional<z.ZodString>;
|
|
2857
3360
|
}, z.core.$strip>>;
|
|
2858
3361
|
}, z.core.$strip>>;
|
|
3362
|
+
colorVariant: z.ZodOptional<z.ZodEnum<{
|
|
3363
|
+
success: "success";
|
|
3364
|
+
default: "default";
|
|
3365
|
+
warning: "warning";
|
|
3366
|
+
blue: "blue";
|
|
3367
|
+
teal: "teal";
|
|
3368
|
+
orange: "orange";
|
|
3369
|
+
purple: "purple";
|
|
3370
|
+
danger: "danger";
|
|
3371
|
+
}>>;
|
|
3372
|
+
actionUrl: z.ZodOptional<z.ZodString>;
|
|
3373
|
+
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3374
|
+
url: "url";
|
|
3375
|
+
modal: "modal";
|
|
3376
|
+
flow: "flow";
|
|
3377
|
+
}>>;
|
|
3378
|
+
actionIcon: z.ZodOptional<z.ZodString>;
|
|
2859
3379
|
object: z.ZodOptional<z.ZodString>;
|
|
2860
3380
|
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
2861
3381
|
categoryField: z.ZodOptional<z.ZodString>;
|
|
@@ -2867,6 +3387,22 @@ declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
2867
3387
|
min: "min";
|
|
2868
3388
|
max: "max";
|
|
2869
3389
|
}>>>;
|
|
3390
|
+
measures: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3391
|
+
valueField: z.ZodString;
|
|
3392
|
+
aggregate: z.ZodDefault<z.ZodEnum<{
|
|
3393
|
+
count: "count";
|
|
3394
|
+
sum: "sum";
|
|
3395
|
+
avg: "avg";
|
|
3396
|
+
min: "min";
|
|
3397
|
+
max: "max";
|
|
3398
|
+
}>>;
|
|
3399
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3400
|
+
key: z.ZodString;
|
|
3401
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3402
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3403
|
+
}, z.core.$strip>]>>;
|
|
3404
|
+
format: z.ZodOptional<z.ZodString>;
|
|
3405
|
+
}, z.core.$strip>>>;
|
|
2870
3406
|
layout: z.ZodObject<{
|
|
2871
3407
|
x: z.ZodNumber;
|
|
2872
3408
|
y: z.ZodNumber;
|
|
@@ -2918,6 +3454,55 @@ declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
2918
3454
|
role: z.ZodOptional<z.ZodString>;
|
|
2919
3455
|
}, z.core.$strip>>;
|
|
2920
3456
|
}, z.core.$strip>;
|
|
3457
|
+
/**
|
|
3458
|
+
* Dynamic options binding for global filters.
|
|
3459
|
+
* Allows dropdown options to be fetched from an object at runtime.
|
|
3460
|
+
*/
|
|
3461
|
+
declare const GlobalFilterOptionsFromSchema: z.ZodObject<{
|
|
3462
|
+
object: z.ZodString;
|
|
3463
|
+
valueField: z.ZodString;
|
|
3464
|
+
labelField: z.ZodString;
|
|
3465
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
3466
|
+
}, z.core.$strip>;
|
|
3467
|
+
/**
|
|
3468
|
+
* Global Filter Schema
|
|
3469
|
+
* Defines a single global filter control for the dashboard filter bar.
|
|
3470
|
+
*/
|
|
3471
|
+
declare const GlobalFilterSchema: z.ZodObject<{
|
|
3472
|
+
field: z.ZodString;
|
|
3473
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3474
|
+
key: z.ZodString;
|
|
3475
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3476
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3477
|
+
}, z.core.$strip>]>>;
|
|
3478
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
3479
|
+
number: "number";
|
|
3480
|
+
date: "date";
|
|
3481
|
+
lookup: "lookup";
|
|
3482
|
+
text: "text";
|
|
3483
|
+
select: "select";
|
|
3484
|
+
}>>;
|
|
3485
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3486
|
+
value: z.ZodAny;
|
|
3487
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3488
|
+
key: z.ZodString;
|
|
3489
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3490
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3491
|
+
}, z.core.$strip>]>;
|
|
3492
|
+
}, z.core.$strip>>>;
|
|
3493
|
+
optionsFrom: z.ZodOptional<z.ZodObject<{
|
|
3494
|
+
object: z.ZodString;
|
|
3495
|
+
valueField: z.ZodString;
|
|
3496
|
+
labelField: z.ZodString;
|
|
3497
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
3498
|
+
}, z.core.$strip>>;
|
|
3499
|
+
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
3500
|
+
scope: z.ZodDefault<z.ZodEnum<{
|
|
3501
|
+
dashboard: "dashboard";
|
|
3502
|
+
widget: "widget";
|
|
3503
|
+
}>>;
|
|
3504
|
+
targetWidgets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3505
|
+
}, z.core.$strip>;
|
|
2921
3506
|
/**
|
|
2922
3507
|
* Dashboard Schema
|
|
2923
3508
|
* Represents a page containing multiple visualizations.
|
|
@@ -2959,12 +3544,35 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
2959
3544
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
2960
3545
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
2961
3546
|
}, z.core.$strip>]>>;
|
|
3547
|
+
header: z.ZodOptional<z.ZodObject<{
|
|
3548
|
+
showTitle: z.ZodDefault<z.ZodBoolean>;
|
|
3549
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
3550
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3551
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3552
|
+
key: z.ZodString;
|
|
3553
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3554
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3555
|
+
}, z.core.$strip>]>;
|
|
3556
|
+
actionUrl: z.ZodString;
|
|
3557
|
+
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3558
|
+
url: "url";
|
|
3559
|
+
modal: "modal";
|
|
3560
|
+
flow: "flow";
|
|
3561
|
+
}>>;
|
|
3562
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
3563
|
+
}, z.core.$strip>>>;
|
|
3564
|
+
}, z.core.$strip>>;
|
|
2962
3565
|
widgets: z.ZodArray<z.ZodObject<{
|
|
2963
3566
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2964
3567
|
key: z.ZodString;
|
|
2965
3568
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
2966
3569
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
2967
3570
|
}, z.core.$strip>]>>;
|
|
3571
|
+
description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3572
|
+
key: z.ZodString;
|
|
3573
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3574
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3575
|
+
}, z.core.$strip>]>>;
|
|
2968
3576
|
type: z.ZodDefault<z.ZodEnum<{
|
|
2969
3577
|
table: "table";
|
|
2970
3578
|
bar: "bar";
|
|
@@ -3198,6 +3806,23 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3198
3806
|
role: z.ZodOptional<z.ZodString>;
|
|
3199
3807
|
}, z.core.$strip>>;
|
|
3200
3808
|
}, z.core.$strip>>;
|
|
3809
|
+
colorVariant: z.ZodOptional<z.ZodEnum<{
|
|
3810
|
+
success: "success";
|
|
3811
|
+
default: "default";
|
|
3812
|
+
warning: "warning";
|
|
3813
|
+
blue: "blue";
|
|
3814
|
+
teal: "teal";
|
|
3815
|
+
orange: "orange";
|
|
3816
|
+
purple: "purple";
|
|
3817
|
+
danger: "danger";
|
|
3818
|
+
}>>;
|
|
3819
|
+
actionUrl: z.ZodOptional<z.ZodString>;
|
|
3820
|
+
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3821
|
+
url: "url";
|
|
3822
|
+
modal: "modal";
|
|
3823
|
+
flow: "flow";
|
|
3824
|
+
}>>;
|
|
3825
|
+
actionIcon: z.ZodOptional<z.ZodString>;
|
|
3201
3826
|
object: z.ZodOptional<z.ZodString>;
|
|
3202
3827
|
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
3203
3828
|
categoryField: z.ZodOptional<z.ZodString>;
|
|
@@ -3209,6 +3834,22 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3209
3834
|
min: "min";
|
|
3210
3835
|
max: "max";
|
|
3211
3836
|
}>>>;
|
|
3837
|
+
measures: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3838
|
+
valueField: z.ZodString;
|
|
3839
|
+
aggregate: z.ZodDefault<z.ZodEnum<{
|
|
3840
|
+
count: "count";
|
|
3841
|
+
sum: "sum";
|
|
3842
|
+
avg: "avg";
|
|
3843
|
+
min: "min";
|
|
3844
|
+
max: "max";
|
|
3845
|
+
}>>;
|
|
3846
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3847
|
+
key: z.ZodString;
|
|
3848
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3849
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3850
|
+
}, z.core.$strip>]>>;
|
|
3851
|
+
format: z.ZodOptional<z.ZodString>;
|
|
3852
|
+
}, z.core.$strip>>>;
|
|
3212
3853
|
layout: z.ZodObject<{
|
|
3213
3854
|
x: z.ZodNumber;
|
|
3214
3855
|
y: z.ZodNumber;
|
|
@@ -3291,9 +3932,30 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3291
3932
|
type: z.ZodOptional<z.ZodEnum<{
|
|
3292
3933
|
number: "number";
|
|
3293
3934
|
date: "date";
|
|
3935
|
+
lookup: "lookup";
|
|
3294
3936
|
text: "text";
|
|
3295
3937
|
select: "select";
|
|
3296
3938
|
}>>;
|
|
3939
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3940
|
+
value: z.ZodAny;
|
|
3941
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3942
|
+
key: z.ZodString;
|
|
3943
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
3944
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
3945
|
+
}, z.core.$strip>]>;
|
|
3946
|
+
}, z.core.$strip>>>;
|
|
3947
|
+
optionsFrom: z.ZodOptional<z.ZodObject<{
|
|
3948
|
+
object: z.ZodString;
|
|
3949
|
+
valueField: z.ZodString;
|
|
3950
|
+
labelField: z.ZodString;
|
|
3951
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
3952
|
+
}, z.core.$strip>>;
|
|
3953
|
+
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
3954
|
+
scope: z.ZodDefault<z.ZodEnum<{
|
|
3955
|
+
dashboard: "dashboard";
|
|
3956
|
+
widget: "widget";
|
|
3957
|
+
}>>;
|
|
3958
|
+
targetWidgets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3297
3959
|
}, z.core.$strip>>>;
|
|
3298
3960
|
aria: z.ZodOptional<z.ZodObject<{
|
|
3299
3961
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -3324,6 +3986,13 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3324
3986
|
}, z.core.$strip>;
|
|
3325
3987
|
type DashboardInput = z.input<typeof DashboardSchema>;
|
|
3326
3988
|
type DashboardWidget = z.infer<typeof DashboardWidgetSchema>;
|
|
3989
|
+
type DashboardHeader = z.infer<typeof DashboardHeaderSchema>;
|
|
3990
|
+
type DashboardHeaderAction = z.infer<typeof DashboardHeaderActionSchema>;
|
|
3991
|
+
type WidgetMeasure = z.infer<typeof WidgetMeasureSchema>;
|
|
3992
|
+
type WidgetColorVariant = z.infer<typeof WidgetColorVariantSchema>;
|
|
3993
|
+
type WidgetActionType = z.infer<typeof WidgetActionTypeSchema>;
|
|
3994
|
+
type GlobalFilter = z.infer<typeof GlobalFilterSchema>;
|
|
3995
|
+
type GlobalFilterOptionsFrom = z.infer<typeof GlobalFilterOptionsFromSchema>;
|
|
3327
3996
|
type Dashboard = z.infer<typeof DashboardSchema>;
|
|
3328
3997
|
/**
|
|
3329
3998
|
* Dashboard Factory Helper
|
|
@@ -4140,6 +4809,14 @@ declare const PageRegionSchema: z.ZodObject<{
|
|
|
4140
4809
|
"user:profile": "user:profile";
|
|
4141
4810
|
"ai:chat_window": "ai:chat_window";
|
|
4142
4811
|
"ai:suggestion": "ai:suggestion";
|
|
4812
|
+
"element:text": "element:text";
|
|
4813
|
+
"element:number": "element:number";
|
|
4814
|
+
"element:image": "element:image";
|
|
4815
|
+
"element:divider": "element:divider";
|
|
4816
|
+
"element:button": "element:button";
|
|
4817
|
+
"element:filter": "element:filter";
|
|
4818
|
+
"element:form": "element:form";
|
|
4819
|
+
"element:record_picker": "element:record_picker";
|
|
4143
4820
|
}>, z.ZodString]>;
|
|
4144
4821
|
id: z.ZodOptional<z.ZodString>;
|
|
4145
4822
|
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -4152,6 +4829,19 @@ declare const PageRegionSchema: z.ZodObject<{
|
|
|
4152
4829
|
style: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4153
4830
|
className: z.ZodOptional<z.ZodString>;
|
|
4154
4831
|
visibility: z.ZodOptional<z.ZodString>;
|
|
4832
|
+
dataSource: z.ZodOptional<z.ZodObject<{
|
|
4833
|
+
object: z.ZodString;
|
|
4834
|
+
view: z.ZodOptional<z.ZodString>;
|
|
4835
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
4836
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4837
|
+
field: z.ZodString;
|
|
4838
|
+
order: z.ZodEnum<{
|
|
4839
|
+
asc: "asc";
|
|
4840
|
+
desc: "desc";
|
|
4841
|
+
}>;
|
|
4842
|
+
}, z.core.$strip>>>;
|
|
4843
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
4844
|
+
}, z.core.$strip>>;
|
|
4155
4845
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
4156
4846
|
breakpoint: z.ZodOptional<z.ZodEnum<{
|
|
4157
4847
|
md: "md";
|
|
@@ -4222,7 +4912,33 @@ declare const PageComponentType: z.ZodEnum<{
|
|
|
4222
4912
|
"user:profile": "user:profile";
|
|
4223
4913
|
"ai:chat_window": "ai:chat_window";
|
|
4224
4914
|
"ai:suggestion": "ai:suggestion";
|
|
4915
|
+
"element:text": "element:text";
|
|
4916
|
+
"element:number": "element:number";
|
|
4917
|
+
"element:image": "element:image";
|
|
4918
|
+
"element:divider": "element:divider";
|
|
4919
|
+
"element:button": "element:button";
|
|
4920
|
+
"element:filter": "element:filter";
|
|
4921
|
+
"element:form": "element:form";
|
|
4922
|
+
"element:record_picker": "element:record_picker";
|
|
4225
4923
|
}>;
|
|
4924
|
+
/**
|
|
4925
|
+
* Element Data Source Schema
|
|
4926
|
+
* Per-element data binding for multi-object pages.
|
|
4927
|
+
* Overrides page-level object context so each element can query a different object.
|
|
4928
|
+
*/
|
|
4929
|
+
declare const ElementDataSourceSchema: z.ZodObject<{
|
|
4930
|
+
object: z.ZodString;
|
|
4931
|
+
view: z.ZodOptional<z.ZodString>;
|
|
4932
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
4933
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4934
|
+
field: z.ZodString;
|
|
4935
|
+
order: z.ZodEnum<{
|
|
4936
|
+
asc: "asc";
|
|
4937
|
+
desc: "desc";
|
|
4938
|
+
}>;
|
|
4939
|
+
}, z.core.$strip>>>;
|
|
4940
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
4941
|
+
}, z.core.$strip>;
|
|
4226
4942
|
/**
|
|
4227
4943
|
* Page Component Schema
|
|
4228
4944
|
* A configured instance of a UI component.
|
|
@@ -4250,6 +4966,14 @@ declare const PageComponentSchema: z.ZodObject<{
|
|
|
4250
4966
|
"user:profile": "user:profile";
|
|
4251
4967
|
"ai:chat_window": "ai:chat_window";
|
|
4252
4968
|
"ai:suggestion": "ai:suggestion";
|
|
4969
|
+
"element:text": "element:text";
|
|
4970
|
+
"element:number": "element:number";
|
|
4971
|
+
"element:image": "element:image";
|
|
4972
|
+
"element:divider": "element:divider";
|
|
4973
|
+
"element:button": "element:button";
|
|
4974
|
+
"element:filter": "element:filter";
|
|
4975
|
+
"element:form": "element:form";
|
|
4976
|
+
"element:record_picker": "element:record_picker";
|
|
4253
4977
|
}>, z.ZodString]>;
|
|
4254
4978
|
id: z.ZodOptional<z.ZodString>;
|
|
4255
4979
|
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -4262,6 +4986,19 @@ declare const PageComponentSchema: z.ZodObject<{
|
|
|
4262
4986
|
style: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4263
4987
|
className: z.ZodOptional<z.ZodString>;
|
|
4264
4988
|
visibility: z.ZodOptional<z.ZodString>;
|
|
4989
|
+
dataSource: z.ZodOptional<z.ZodObject<{
|
|
4990
|
+
object: z.ZodString;
|
|
4991
|
+
view: z.ZodOptional<z.ZodString>;
|
|
4992
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
4993
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4994
|
+
field: z.ZodString;
|
|
4995
|
+
order: z.ZodEnum<{
|
|
4996
|
+
asc: "asc";
|
|
4997
|
+
desc: "desc";
|
|
4998
|
+
}>;
|
|
4999
|
+
}, z.core.$strip>>>;
|
|
5000
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
5001
|
+
}, z.core.$strip>>;
|
|
4265
5002
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
4266
5003
|
breakpoint: z.ZodOptional<z.ZodEnum<{
|
|
4267
5004
|
md: "md";
|
|
@@ -4309,6 +5046,7 @@ declare const PageComponentSchema: z.ZodObject<{
|
|
|
4309
5046
|
/**
|
|
4310
5047
|
* Page Variable Schema
|
|
4311
5048
|
* Defines local state for the page.
|
|
5049
|
+
* Variables can be bound to interactive elements (e.g. element:record_picker, element:filter).
|
|
4312
5050
|
*/
|
|
4313
5051
|
declare const PageVariableSchema: z.ZodObject<{
|
|
4314
5052
|
name: z.ZodString;
|
|
@@ -4318,13 +5056,185 @@ declare const PageVariableSchema: z.ZodObject<{
|
|
|
4318
5056
|
boolean: "boolean";
|
|
4319
5057
|
object: "object";
|
|
4320
5058
|
array: "array";
|
|
5059
|
+
record_id: "record_id";
|
|
4321
5060
|
}>>;
|
|
4322
5061
|
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
5062
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5063
|
+
}, z.core.$strip>;
|
|
5064
|
+
/**
|
|
5065
|
+
* Blank Page Layout Item Schema
|
|
5066
|
+
* Positions a component on a free-form grid canvas.
|
|
5067
|
+
*/
|
|
5068
|
+
declare const BlankPageLayoutItemSchema: z.ZodObject<{
|
|
5069
|
+
componentId: z.ZodString;
|
|
5070
|
+
x: z.ZodNumber;
|
|
5071
|
+
y: z.ZodNumber;
|
|
5072
|
+
width: z.ZodNumber;
|
|
5073
|
+
height: z.ZodNumber;
|
|
5074
|
+
}, z.core.$strip>;
|
|
5075
|
+
/**
|
|
5076
|
+
* Blank Page Layout Schema
|
|
5077
|
+
* Free-form canvas composition with grid-based positioning.
|
|
5078
|
+
* Used when page type is 'blank' to enable drag-and-drop element placement.
|
|
5079
|
+
*/
|
|
5080
|
+
declare const BlankPageLayoutSchema: z.ZodObject<{
|
|
5081
|
+
columns: z.ZodDefault<z.ZodNumber>;
|
|
5082
|
+
rowHeight: z.ZodDefault<z.ZodNumber>;
|
|
5083
|
+
gap: z.ZodDefault<z.ZodNumber>;
|
|
5084
|
+
items: z.ZodArray<z.ZodObject<{
|
|
5085
|
+
componentId: z.ZodString;
|
|
5086
|
+
x: z.ZodNumber;
|
|
5087
|
+
y: z.ZodNumber;
|
|
5088
|
+
width: z.ZodNumber;
|
|
5089
|
+
height: z.ZodNumber;
|
|
5090
|
+
}, z.core.$strip>>;
|
|
5091
|
+
}, z.core.$strip>;
|
|
5092
|
+
/**
|
|
5093
|
+
* Page Type Schema
|
|
5094
|
+
* Unified page type enum covering both platform pages (Salesforce FlexiPage style)
|
|
5095
|
+
* and Airtable-inspired interface page types.
|
|
5096
|
+
*
|
|
5097
|
+
* **Disambiguation of similar types:**
|
|
5098
|
+
* - `record` vs `record_detail`: `record` is a component-based layout page (FlexiPage style with regions),
|
|
5099
|
+
* `record_detail` is a field-display page showing all fields of a single record (Airtable style).
|
|
5100
|
+
* Use `record` for custom record pages with regions/components, `record_detail` for auto-generated detail views.
|
|
5101
|
+
* - `home` vs `overview`: `home` is the platform-level landing page (tab landing),
|
|
5102
|
+
* `overview` is an interface-level navigation hub with links/instructions.
|
|
5103
|
+
* Use `home` for app-level landing, `overview` for in-interface navigation hubs.
|
|
5104
|
+
* - `app` vs `utility` vs `blank`: `app` is an app-level page with navigation context,
|
|
5105
|
+
* `utility` is a floating utility panel (e.g. notes, phone), `blank` is a free-form canvas
|
|
5106
|
+
* for custom composition. They serve distinct layout purposes.
|
|
5107
|
+
*/
|
|
5108
|
+
declare const PageTypeSchema: z.ZodEnum<{
|
|
5109
|
+
record: "record";
|
|
5110
|
+
list: "list";
|
|
5111
|
+
dashboard: "dashboard";
|
|
5112
|
+
grid: "grid";
|
|
5113
|
+
kanban: "kanban";
|
|
5114
|
+
gallery: "gallery";
|
|
5115
|
+
calendar: "calendar";
|
|
5116
|
+
timeline: "timeline";
|
|
5117
|
+
form: "form";
|
|
5118
|
+
home: "home";
|
|
5119
|
+
app: "app";
|
|
5120
|
+
utility: "utility";
|
|
5121
|
+
record_detail: "record_detail";
|
|
5122
|
+
record_review: "record_review";
|
|
5123
|
+
overview: "overview";
|
|
5124
|
+
blank: "blank";
|
|
5125
|
+
}>;
|
|
5126
|
+
/**
|
|
5127
|
+
* Record Review Config Schema
|
|
5128
|
+
* Configuration for a sequential record review/approval page.
|
|
5129
|
+
* Users navigate through records one-by-one, taking actions (approve/reject/skip).
|
|
5130
|
+
* Only applicable when page type is 'record_review'.
|
|
5131
|
+
*/
|
|
5132
|
+
declare const RecordReviewConfigSchema: z.ZodObject<{
|
|
5133
|
+
object: z.ZodString;
|
|
5134
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
5135
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5136
|
+
field: z.ZodString;
|
|
5137
|
+
order: z.ZodEnum<{
|
|
5138
|
+
asc: "asc";
|
|
5139
|
+
desc: "desc";
|
|
5140
|
+
}>;
|
|
5141
|
+
}, z.core.$strip>>>;
|
|
5142
|
+
displayFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5143
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
5144
|
+
label: z.ZodString;
|
|
5145
|
+
type: z.ZodEnum<{
|
|
5146
|
+
custom: "custom";
|
|
5147
|
+
skip: "skip";
|
|
5148
|
+
approve: "approve";
|
|
5149
|
+
reject: "reject";
|
|
5150
|
+
}>;
|
|
5151
|
+
field: z.ZodOptional<z.ZodString>;
|
|
5152
|
+
value: z.ZodOptional<z.ZodAny>;
|
|
5153
|
+
nextRecord: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5154
|
+
}, z.core.$strip>>;
|
|
5155
|
+
navigation: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
5156
|
+
sequential: "sequential";
|
|
5157
|
+
random: "random";
|
|
5158
|
+
filtered: "filtered";
|
|
5159
|
+
}>>>;
|
|
5160
|
+
showProgress: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5161
|
+
}, z.core.$strip>;
|
|
5162
|
+
/**
|
|
5163
|
+
* Interface Page Configuration Schema (Airtable Interface parity)
|
|
5164
|
+
* Page-level declarative configuration for Airtable-style interface pages.
|
|
5165
|
+
* Covers title/data binding, levels, filter by, appearance, user actions,
|
|
5166
|
+
* tabs, record count, add record, and advanced options (printing).
|
|
5167
|
+
*
|
|
5168
|
+
* @see Airtable Interface → right panel (Page / Data / Appearance / User filters / User actions / Advanced)
|
|
5169
|
+
*/
|
|
5170
|
+
declare const InterfacePageConfigSchema: z.ZodObject<{
|
|
5171
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5172
|
+
levels: z.ZodOptional<z.ZodNumber>;
|
|
5173
|
+
filterBy: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
5174
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
5175
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
5176
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5177
|
+
map: "map";
|
|
5178
|
+
grid: "grid";
|
|
5179
|
+
kanban: "kanban";
|
|
5180
|
+
gallery: "gallery";
|
|
5181
|
+
calendar: "calendar";
|
|
5182
|
+
timeline: "timeline";
|
|
5183
|
+
gantt: "gantt";
|
|
5184
|
+
}>>>;
|
|
5185
|
+
}, z.core.$strip>>;
|
|
5186
|
+
userFilters: z.ZodOptional<z.ZodObject<{
|
|
5187
|
+
elements: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5188
|
+
grid: "grid";
|
|
5189
|
+
kanban: "kanban";
|
|
5190
|
+
gallery: "gallery";
|
|
5191
|
+
}>>>;
|
|
5192
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5193
|
+
name: z.ZodString;
|
|
5194
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5195
|
+
key: z.ZodString;
|
|
5196
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
5197
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
5198
|
+
}, z.core.$strip>]>>;
|
|
5199
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
5200
|
+
view: z.ZodOptional<z.ZodString>;
|
|
5201
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
5202
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
5203
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
5204
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
5205
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
5206
|
+
}, z.core.$strip>>>;
|
|
5207
|
+
}, z.core.$strip>>;
|
|
5208
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
5209
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
5210
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
5211
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
5212
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
5213
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
5214
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5215
|
+
}, z.core.$strip>>;
|
|
5216
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
5217
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
5218
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
5219
|
+
top: "top";
|
|
5220
|
+
bottom: "bottom";
|
|
5221
|
+
both: "both";
|
|
5222
|
+
}>>;
|
|
5223
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
5224
|
+
inline: "inline";
|
|
5225
|
+
form: "form";
|
|
5226
|
+
modal: "modal";
|
|
5227
|
+
}>>;
|
|
5228
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
5229
|
+
}, z.core.$strip>>;
|
|
5230
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
5231
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
4323
5232
|
}, z.core.$strip>;
|
|
4324
5233
|
/**
|
|
4325
5234
|
* Page Schema
|
|
4326
|
-
* Defines a composition of components for a specific context
|
|
4327
|
-
*
|
|
5235
|
+
* Defines a composition of components for a specific context.
|
|
5236
|
+
* Supports both platform pages (Salesforce FlexiPage style: record, home, app, utility)
|
|
5237
|
+
* and interface pages (Airtable Interface style: dashboard, grid, kanban, record_review, etc.).
|
|
4328
5238
|
*
|
|
4329
5239
|
* **NAMING CONVENTION:**
|
|
4330
5240
|
* Page names are used in routing and must be lowercase snake_case.
|
|
@@ -4352,11 +5262,24 @@ declare const PageSchema: z.ZodObject<{
|
|
|
4352
5262
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
4353
5263
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
4354
5264
|
}, z.core.$strip>]>>;
|
|
5265
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
4355
5266
|
type: z.ZodDefault<z.ZodEnum<{
|
|
4356
5267
|
record: "record";
|
|
5268
|
+
list: "list";
|
|
5269
|
+
dashboard: "dashboard";
|
|
5270
|
+
grid: "grid";
|
|
5271
|
+
kanban: "kanban";
|
|
5272
|
+
gallery: "gallery";
|
|
5273
|
+
calendar: "calendar";
|
|
5274
|
+
timeline: "timeline";
|
|
5275
|
+
form: "form";
|
|
4357
5276
|
home: "home";
|
|
4358
5277
|
app: "app";
|
|
4359
5278
|
utility: "utility";
|
|
5279
|
+
record_detail: "record_detail";
|
|
5280
|
+
record_review: "record_review";
|
|
5281
|
+
overview: "overview";
|
|
5282
|
+
blank: "blank";
|
|
4360
5283
|
}>>;
|
|
4361
5284
|
variables: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4362
5285
|
name: z.ZodString;
|
|
@@ -4366,10 +5289,54 @@ declare const PageSchema: z.ZodObject<{
|
|
|
4366
5289
|
boolean: "boolean";
|
|
4367
5290
|
object: "object";
|
|
4368
5291
|
array: "array";
|
|
5292
|
+
record_id: "record_id";
|
|
4369
5293
|
}>>;
|
|
4370
5294
|
defaultValue: z.ZodOptional<z.ZodUnknown>;
|
|
5295
|
+
source: z.ZodOptional<z.ZodString>;
|
|
4371
5296
|
}, z.core.$strip>>>;
|
|
4372
5297
|
object: z.ZodOptional<z.ZodString>;
|
|
5298
|
+
recordReview: z.ZodOptional<z.ZodObject<{
|
|
5299
|
+
object: z.ZodString;
|
|
5300
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
5301
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5302
|
+
field: z.ZodString;
|
|
5303
|
+
order: z.ZodEnum<{
|
|
5304
|
+
asc: "asc";
|
|
5305
|
+
desc: "desc";
|
|
5306
|
+
}>;
|
|
5307
|
+
}, z.core.$strip>>>;
|
|
5308
|
+
displayFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5309
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
5310
|
+
label: z.ZodString;
|
|
5311
|
+
type: z.ZodEnum<{
|
|
5312
|
+
custom: "custom";
|
|
5313
|
+
skip: "skip";
|
|
5314
|
+
approve: "approve";
|
|
5315
|
+
reject: "reject";
|
|
5316
|
+
}>;
|
|
5317
|
+
field: z.ZodOptional<z.ZodString>;
|
|
5318
|
+
value: z.ZodOptional<z.ZodAny>;
|
|
5319
|
+
nextRecord: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5320
|
+
}, z.core.$strip>>;
|
|
5321
|
+
navigation: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
5322
|
+
sequential: "sequential";
|
|
5323
|
+
random: "random";
|
|
5324
|
+
filtered: "filtered";
|
|
5325
|
+
}>>>;
|
|
5326
|
+
showProgress: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5327
|
+
}, z.core.$strip>>;
|
|
5328
|
+
blankLayout: z.ZodOptional<z.ZodObject<{
|
|
5329
|
+
columns: z.ZodDefault<z.ZodNumber>;
|
|
5330
|
+
rowHeight: z.ZodDefault<z.ZodNumber>;
|
|
5331
|
+
gap: z.ZodDefault<z.ZodNumber>;
|
|
5332
|
+
items: z.ZodArray<z.ZodObject<{
|
|
5333
|
+
componentId: z.ZodString;
|
|
5334
|
+
x: z.ZodNumber;
|
|
5335
|
+
y: z.ZodNumber;
|
|
5336
|
+
width: z.ZodNumber;
|
|
5337
|
+
height: z.ZodNumber;
|
|
5338
|
+
}, z.core.$strip>>;
|
|
5339
|
+
}, z.core.$strip>>;
|
|
4373
5340
|
template: z.ZodDefault<z.ZodString>;
|
|
4374
5341
|
regions: z.ZodArray<z.ZodObject<{
|
|
4375
5342
|
name: z.ZodString;
|
|
@@ -4402,6 +5369,14 @@ declare const PageSchema: z.ZodObject<{
|
|
|
4402
5369
|
"user:profile": "user:profile";
|
|
4403
5370
|
"ai:chat_window": "ai:chat_window";
|
|
4404
5371
|
"ai:suggestion": "ai:suggestion";
|
|
5372
|
+
"element:text": "element:text";
|
|
5373
|
+
"element:number": "element:number";
|
|
5374
|
+
"element:image": "element:image";
|
|
5375
|
+
"element:divider": "element:divider";
|
|
5376
|
+
"element:button": "element:button";
|
|
5377
|
+
"element:filter": "element:filter";
|
|
5378
|
+
"element:form": "element:form";
|
|
5379
|
+
"element:record_picker": "element:record_picker";
|
|
4405
5380
|
}>, z.ZodString]>;
|
|
4406
5381
|
id: z.ZodOptional<z.ZodString>;
|
|
4407
5382
|
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -4414,6 +5389,19 @@ declare const PageSchema: z.ZodObject<{
|
|
|
4414
5389
|
style: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4415
5390
|
className: z.ZodOptional<z.ZodString>;
|
|
4416
5391
|
visibility: z.ZodOptional<z.ZodString>;
|
|
5392
|
+
dataSource: z.ZodOptional<z.ZodObject<{
|
|
5393
|
+
object: z.ZodString;
|
|
5394
|
+
view: z.ZodOptional<z.ZodString>;
|
|
5395
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
5396
|
+
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5397
|
+
field: z.ZodString;
|
|
5398
|
+
order: z.ZodEnum<{
|
|
5399
|
+
asc: "asc";
|
|
5400
|
+
desc: "desc";
|
|
5401
|
+
}>;
|
|
5402
|
+
}, z.core.$strip>>>;
|
|
5403
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
5404
|
+
}, z.core.$strip>>;
|
|
4417
5405
|
responsive: z.ZodOptional<z.ZodObject<{
|
|
4418
5406
|
breakpoint: z.ZodOptional<z.ZodEnum<{
|
|
4419
5407
|
md: "md";
|
|
@@ -4461,20 +5449,89 @@ declare const PageSchema: z.ZodObject<{
|
|
|
4461
5449
|
}, z.core.$strip>>;
|
|
4462
5450
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
4463
5451
|
assignedProfiles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
5452
|
+
interfaceConfig: z.ZodOptional<z.ZodObject<{
|
|
5453
|
+
source: z.ZodOptional<z.ZodString>;
|
|
5454
|
+
levels: z.ZodOptional<z.ZodNumber>;
|
|
5455
|
+
filterBy: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
5456
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
5457
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
5458
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5459
|
+
map: "map";
|
|
5460
|
+
grid: "grid";
|
|
5461
|
+
kanban: "kanban";
|
|
5462
|
+
gallery: "gallery";
|
|
5463
|
+
calendar: "calendar";
|
|
5464
|
+
timeline: "timeline";
|
|
5465
|
+
gantt: "gantt";
|
|
5466
|
+
}>>>;
|
|
5467
|
+
}, z.core.$strip>>;
|
|
5468
|
+
userFilters: z.ZodOptional<z.ZodObject<{
|
|
5469
|
+
elements: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5470
|
+
grid: "grid";
|
|
5471
|
+
kanban: "kanban";
|
|
5472
|
+
gallery: "gallery";
|
|
5473
|
+
}>>>;
|
|
5474
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5475
|
+
name: z.ZodString;
|
|
5476
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5477
|
+
key: z.ZodString;
|
|
5478
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
5479
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
5480
|
+
}, z.core.$strip>]>>;
|
|
5481
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
5482
|
+
view: z.ZodOptional<z.ZodString>;
|
|
5483
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
5484
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
5485
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
5486
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
5487
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
5488
|
+
}, z.core.$strip>>>;
|
|
5489
|
+
}, z.core.$strip>>;
|
|
5490
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
5491
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
5492
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
5493
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
5494
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
5495
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
5496
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5497
|
+
}, z.core.$strip>>;
|
|
5498
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
5499
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
5500
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
5501
|
+
top: "top";
|
|
5502
|
+
bottom: "bottom";
|
|
5503
|
+
both: "both";
|
|
5504
|
+
}>>;
|
|
5505
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
5506
|
+
inline: "inline";
|
|
5507
|
+
form: "form";
|
|
5508
|
+
modal: "modal";
|
|
5509
|
+
}>>;
|
|
5510
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
5511
|
+
}, z.core.$strip>>;
|
|
5512
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
5513
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
5514
|
+
}, z.core.$strip>>;
|
|
5515
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
5516
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5517
|
+
key: z.ZodString;
|
|
5518
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
5519
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
5520
|
+
}, z.core.$strip>]>>;
|
|
5521
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
5522
|
+
role: z.ZodOptional<z.ZodString>;
|
|
5523
|
+
}, z.core.$strip>>;
|
|
5524
|
+
}, z.core.$strip>;
|
|
5525
|
+
type Page = z.infer<typeof PageSchema>;
|
|
5526
|
+
type PageType = z.infer<typeof PageTypeSchema>;
|
|
5527
|
+
type PageComponent = z.infer<typeof PageComponentSchema>;
|
|
5528
|
+
type PageRegion = z.infer<typeof PageRegionSchema>;
|
|
5529
|
+
type PageVariable = z.infer<typeof PageVariableSchema>;
|
|
5530
|
+
type ElementDataSource = z.infer<typeof ElementDataSourceSchema>;
|
|
5531
|
+
type RecordReviewConfig = z.infer<typeof RecordReviewConfigSchema>;
|
|
5532
|
+
type BlankPageLayoutItem = z.infer<typeof BlankPageLayoutItemSchema>;
|
|
5533
|
+
type BlankPageLayout = z.infer<typeof BlankPageLayoutSchema>;
|
|
5534
|
+
type InterfacePageConfig = z.infer<typeof InterfacePageConfigSchema>;
|
|
4478
5535
|
|
|
4479
5536
|
/**
|
|
4480
5537
|
* Widget Lifecycle Hooks Schema
|
|
@@ -4828,6 +5885,7 @@ declare const FieldWidgetPropsSchema: z.ZodObject<{
|
|
|
4828
5885
|
}>;
|
|
4829
5886
|
description: z.ZodOptional<z.ZodString>;
|
|
4830
5887
|
format: z.ZodOptional<z.ZodString>;
|
|
5888
|
+
columnName: z.ZodOptional<z.ZodString>;
|
|
4831
5889
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
4832
5890
|
searchable: z.ZodDefault<z.ZodBoolean>;
|
|
4833
5891
|
multiple: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -5213,14 +6271,95 @@ declare const RecordHighlightsProps: z.ZodObject<{
|
|
|
5213
6271
|
}, z.core.$strip>;
|
|
5214
6272
|
declare const RecordActivityProps: z.ZodObject<{
|
|
5215
6273
|
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6274
|
+
file: "file";
|
|
5216
6275
|
email: "email";
|
|
5217
6276
|
event: "event";
|
|
6277
|
+
comment: "comment";
|
|
6278
|
+
field_change: "field_change";
|
|
5218
6279
|
task: "task";
|
|
5219
6280
|
call: "call";
|
|
5220
6281
|
note: "note";
|
|
6282
|
+
record_create: "record_create";
|
|
6283
|
+
record_delete: "record_delete";
|
|
6284
|
+
approval: "approval";
|
|
6285
|
+
sharing: "sharing";
|
|
6286
|
+
system: "system";
|
|
5221
6287
|
}>>>;
|
|
6288
|
+
filterMode: z.ZodDefault<z.ZodEnum<{
|
|
6289
|
+
all: "all";
|
|
6290
|
+
comments_only: "comments_only";
|
|
6291
|
+
changes_only: "changes_only";
|
|
6292
|
+
tasks_only: "tasks_only";
|
|
6293
|
+
}>>;
|
|
6294
|
+
showFilterToggle: z.ZodDefault<z.ZodBoolean>;
|
|
5222
6295
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
5223
6296
|
showCompleted: z.ZodDefault<z.ZodBoolean>;
|
|
6297
|
+
unifiedTimeline: z.ZodDefault<z.ZodBoolean>;
|
|
6298
|
+
showCommentInput: z.ZodDefault<z.ZodBoolean>;
|
|
6299
|
+
enableMentions: z.ZodDefault<z.ZodBoolean>;
|
|
6300
|
+
enableReactions: z.ZodDefault<z.ZodBoolean>;
|
|
6301
|
+
enableThreading: z.ZodDefault<z.ZodBoolean>;
|
|
6302
|
+
showSubscriptionToggle: z.ZodDefault<z.ZodBoolean>;
|
|
6303
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6304
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6305
|
+
key: z.ZodString;
|
|
6306
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6307
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6308
|
+
}, z.core.$strip>]>>;
|
|
6309
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6310
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6311
|
+
}, z.core.$strip>>;
|
|
6312
|
+
}, z.core.$strip>;
|
|
6313
|
+
declare const RecordChatterProps: z.ZodObject<{
|
|
6314
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
6315
|
+
drawer: "drawer";
|
|
6316
|
+
inline: "inline";
|
|
6317
|
+
sidebar: "sidebar";
|
|
6318
|
+
}>>;
|
|
6319
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
6320
|
+
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
6321
|
+
defaultCollapsed: z.ZodDefault<z.ZodBoolean>;
|
|
6322
|
+
feed: z.ZodOptional<z.ZodObject<{
|
|
6323
|
+
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6324
|
+
file: "file";
|
|
6325
|
+
email: "email";
|
|
6326
|
+
event: "event";
|
|
6327
|
+
comment: "comment";
|
|
6328
|
+
field_change: "field_change";
|
|
6329
|
+
task: "task";
|
|
6330
|
+
call: "call";
|
|
6331
|
+
note: "note";
|
|
6332
|
+
record_create: "record_create";
|
|
6333
|
+
record_delete: "record_delete";
|
|
6334
|
+
approval: "approval";
|
|
6335
|
+
sharing: "sharing";
|
|
6336
|
+
system: "system";
|
|
6337
|
+
}>>>;
|
|
6338
|
+
filterMode: z.ZodDefault<z.ZodEnum<{
|
|
6339
|
+
all: "all";
|
|
6340
|
+
comments_only: "comments_only";
|
|
6341
|
+
changes_only: "changes_only";
|
|
6342
|
+
tasks_only: "tasks_only";
|
|
6343
|
+
}>>;
|
|
6344
|
+
showFilterToggle: z.ZodDefault<z.ZodBoolean>;
|
|
6345
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
6346
|
+
showCompleted: z.ZodDefault<z.ZodBoolean>;
|
|
6347
|
+
unifiedTimeline: z.ZodDefault<z.ZodBoolean>;
|
|
6348
|
+
showCommentInput: z.ZodDefault<z.ZodBoolean>;
|
|
6349
|
+
enableMentions: z.ZodDefault<z.ZodBoolean>;
|
|
6350
|
+
enableReactions: z.ZodDefault<z.ZodBoolean>;
|
|
6351
|
+
enableThreading: z.ZodDefault<z.ZodBoolean>;
|
|
6352
|
+
showSubscriptionToggle: z.ZodDefault<z.ZodBoolean>;
|
|
6353
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6354
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6355
|
+
key: z.ZodString;
|
|
6356
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6357
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6358
|
+
}, z.core.$strip>]>>;
|
|
6359
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6360
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6361
|
+
}, z.core.$strip>>;
|
|
6362
|
+
}, z.core.$strip>>;
|
|
5224
6363
|
aria: z.ZodOptional<z.ZodObject<{
|
|
5225
6364
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5226
6365
|
key: z.ZodString;
|
|
@@ -5291,6 +6430,185 @@ declare const AIChatWindowProps: z.ZodObject<{
|
|
|
5291
6430
|
role: z.ZodOptional<z.ZodString>;
|
|
5292
6431
|
}, z.core.$strip>>;
|
|
5293
6432
|
}, z.core.$strip>;
|
|
6433
|
+
/**
|
|
6434
|
+
* ----------------------------------------------------------------------
|
|
6435
|
+
* 3. Content Element Components (Airtable Interface Parity)
|
|
6436
|
+
* ----------------------------------------------------------------------
|
|
6437
|
+
*/
|
|
6438
|
+
declare const ElementTextPropsSchema: z.ZodObject<{
|
|
6439
|
+
content: z.ZodString;
|
|
6440
|
+
variant: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6441
|
+
body: "body";
|
|
6442
|
+
heading: "heading";
|
|
6443
|
+
subheading: "subheading";
|
|
6444
|
+
caption: "caption";
|
|
6445
|
+
}>>>;
|
|
6446
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6447
|
+
left: "left";
|
|
6448
|
+
right: "right";
|
|
6449
|
+
center: "center";
|
|
6450
|
+
}>>>;
|
|
6451
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6452
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6453
|
+
key: z.ZodString;
|
|
6454
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6455
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6456
|
+
}, z.core.$strip>]>>;
|
|
6457
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6458
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6459
|
+
}, z.core.$strip>>;
|
|
6460
|
+
}, z.core.$strip>;
|
|
6461
|
+
declare const ElementNumberPropsSchema: z.ZodObject<{
|
|
6462
|
+
object: z.ZodString;
|
|
6463
|
+
field: z.ZodOptional<z.ZodString>;
|
|
6464
|
+
aggregate: z.ZodEnum<{
|
|
6465
|
+
count: "count";
|
|
6466
|
+
sum: "sum";
|
|
6467
|
+
avg: "avg";
|
|
6468
|
+
min: "min";
|
|
6469
|
+
max: "max";
|
|
6470
|
+
}>;
|
|
6471
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
6472
|
+
format: z.ZodOptional<z.ZodEnum<{
|
|
6473
|
+
number: "number";
|
|
6474
|
+
currency: "currency";
|
|
6475
|
+
percent: "percent";
|
|
6476
|
+
}>>;
|
|
6477
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
6478
|
+
suffix: z.ZodOptional<z.ZodString>;
|
|
6479
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6480
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6481
|
+
key: z.ZodString;
|
|
6482
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6483
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6484
|
+
}, z.core.$strip>]>>;
|
|
6485
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6486
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6487
|
+
}, z.core.$strip>>;
|
|
6488
|
+
}, z.core.$strip>;
|
|
6489
|
+
declare const ElementImagePropsSchema: z.ZodObject<{
|
|
6490
|
+
src: z.ZodString;
|
|
6491
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
6492
|
+
fit: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6493
|
+
fill: "fill";
|
|
6494
|
+
cover: "cover";
|
|
6495
|
+
contain: "contain";
|
|
6496
|
+
}>>>;
|
|
6497
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
6498
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6499
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6500
|
+
key: z.ZodString;
|
|
6501
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6502
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6503
|
+
}, z.core.$strip>]>>;
|
|
6504
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6505
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6506
|
+
}, z.core.$strip>>;
|
|
6507
|
+
}, z.core.$strip>;
|
|
6508
|
+
/**
|
|
6509
|
+
* ----------------------------------------------------------------------
|
|
6510
|
+
* 4. Interactive Element Components (Phase B — Element Library)
|
|
6511
|
+
* ----------------------------------------------------------------------
|
|
6512
|
+
*/
|
|
6513
|
+
declare const ElementButtonPropsSchema: z.ZodObject<{
|
|
6514
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6515
|
+
key: z.ZodString;
|
|
6516
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6517
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6518
|
+
}, z.core.$strip>]>;
|
|
6519
|
+
variant: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6520
|
+
link: "link";
|
|
6521
|
+
primary: "primary";
|
|
6522
|
+
secondary: "secondary";
|
|
6523
|
+
danger: "danger";
|
|
6524
|
+
ghost: "ghost";
|
|
6525
|
+
}>>>;
|
|
6526
|
+
size: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6527
|
+
small: "small";
|
|
6528
|
+
medium: "medium";
|
|
6529
|
+
large: "large";
|
|
6530
|
+
}>>>;
|
|
6531
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
6532
|
+
iconPosition: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6533
|
+
left: "left";
|
|
6534
|
+
right: "right";
|
|
6535
|
+
}>>>;
|
|
6536
|
+
disabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6537
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6538
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6539
|
+
key: z.ZodString;
|
|
6540
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6541
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6542
|
+
}, z.core.$strip>]>>;
|
|
6543
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6544
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6545
|
+
}, z.core.$strip>>;
|
|
6546
|
+
}, z.core.$strip>;
|
|
6547
|
+
declare const ElementFilterPropsSchema: z.ZodObject<{
|
|
6548
|
+
object: z.ZodString;
|
|
6549
|
+
fields: z.ZodArray<z.ZodString>;
|
|
6550
|
+
targetVariable: z.ZodOptional<z.ZodString>;
|
|
6551
|
+
layout: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6552
|
+
dropdown: "dropdown";
|
|
6553
|
+
inline: "inline";
|
|
6554
|
+
sidebar: "sidebar";
|
|
6555
|
+
}>>>;
|
|
6556
|
+
showSearch: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6557
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6558
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6559
|
+
key: z.ZodString;
|
|
6560
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6561
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6562
|
+
}, z.core.$strip>]>>;
|
|
6563
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6564
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6565
|
+
}, z.core.$strip>>;
|
|
6566
|
+
}, z.core.$strip>;
|
|
6567
|
+
declare const ElementFormPropsSchema: z.ZodObject<{
|
|
6568
|
+
object: z.ZodString;
|
|
6569
|
+
fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6570
|
+
mode: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6571
|
+
create: "create";
|
|
6572
|
+
edit: "edit";
|
|
6573
|
+
}>>>;
|
|
6574
|
+
submitLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6575
|
+
key: z.ZodString;
|
|
6576
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6577
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6578
|
+
}, z.core.$strip>]>>;
|
|
6579
|
+
onSubmit: z.ZodOptional<z.ZodString>;
|
|
6580
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6581
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6582
|
+
key: z.ZodString;
|
|
6583
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6584
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6585
|
+
}, z.core.$strip>]>>;
|
|
6586
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6587
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6588
|
+
}, z.core.$strip>>;
|
|
6589
|
+
}, z.core.$strip>;
|
|
6590
|
+
declare const ElementRecordPickerPropsSchema: z.ZodObject<{
|
|
6591
|
+
object: z.ZodString;
|
|
6592
|
+
displayField: z.ZodString;
|
|
6593
|
+
searchFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6594
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
6595
|
+
multiple: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6596
|
+
targetVariable: z.ZodOptional<z.ZodString>;
|
|
6597
|
+
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6598
|
+
key: z.ZodString;
|
|
6599
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6600
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6601
|
+
}, z.core.$strip>]>>;
|
|
6602
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6603
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6604
|
+
key: z.ZodString;
|
|
6605
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6606
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6607
|
+
}, z.core.$strip>]>>;
|
|
6608
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6609
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6610
|
+
}, z.core.$strip>>;
|
|
6611
|
+
}, z.core.$strip>;
|
|
5294
6612
|
/**
|
|
5295
6613
|
* ----------------------------------------------------------------------
|
|
5296
6614
|
* Component Props Map
|
|
@@ -5467,14 +6785,95 @@ declare const ComponentPropsMap: {
|
|
|
5467
6785
|
}, z.core.$strip>;
|
|
5468
6786
|
readonly 'record:activity': z.ZodObject<{
|
|
5469
6787
|
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6788
|
+
file: "file";
|
|
5470
6789
|
email: "email";
|
|
5471
6790
|
event: "event";
|
|
6791
|
+
comment: "comment";
|
|
6792
|
+
field_change: "field_change";
|
|
5472
6793
|
task: "task";
|
|
5473
6794
|
call: "call";
|
|
5474
6795
|
note: "note";
|
|
6796
|
+
record_create: "record_create";
|
|
6797
|
+
record_delete: "record_delete";
|
|
6798
|
+
approval: "approval";
|
|
6799
|
+
sharing: "sharing";
|
|
6800
|
+
system: "system";
|
|
5475
6801
|
}>>>;
|
|
6802
|
+
filterMode: z.ZodDefault<z.ZodEnum<{
|
|
6803
|
+
all: "all";
|
|
6804
|
+
comments_only: "comments_only";
|
|
6805
|
+
changes_only: "changes_only";
|
|
6806
|
+
tasks_only: "tasks_only";
|
|
6807
|
+
}>>;
|
|
6808
|
+
showFilterToggle: z.ZodDefault<z.ZodBoolean>;
|
|
5476
6809
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
5477
6810
|
showCompleted: z.ZodDefault<z.ZodBoolean>;
|
|
6811
|
+
unifiedTimeline: z.ZodDefault<z.ZodBoolean>;
|
|
6812
|
+
showCommentInput: z.ZodDefault<z.ZodBoolean>;
|
|
6813
|
+
enableMentions: z.ZodDefault<z.ZodBoolean>;
|
|
6814
|
+
enableReactions: z.ZodDefault<z.ZodBoolean>;
|
|
6815
|
+
enableThreading: z.ZodDefault<z.ZodBoolean>;
|
|
6816
|
+
showSubscriptionToggle: z.ZodDefault<z.ZodBoolean>;
|
|
6817
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6818
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6819
|
+
key: z.ZodString;
|
|
6820
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6821
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6822
|
+
}, z.core.$strip>]>>;
|
|
6823
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6824
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6825
|
+
}, z.core.$strip>>;
|
|
6826
|
+
}, z.core.$strip>;
|
|
6827
|
+
readonly 'record:chatter': z.ZodObject<{
|
|
6828
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
6829
|
+
drawer: "drawer";
|
|
6830
|
+
inline: "inline";
|
|
6831
|
+
sidebar: "sidebar";
|
|
6832
|
+
}>>;
|
|
6833
|
+
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
6834
|
+
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
6835
|
+
defaultCollapsed: z.ZodDefault<z.ZodBoolean>;
|
|
6836
|
+
feed: z.ZodOptional<z.ZodObject<{
|
|
6837
|
+
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6838
|
+
file: "file";
|
|
6839
|
+
email: "email";
|
|
6840
|
+
event: "event";
|
|
6841
|
+
comment: "comment";
|
|
6842
|
+
field_change: "field_change";
|
|
6843
|
+
task: "task";
|
|
6844
|
+
call: "call";
|
|
6845
|
+
note: "note";
|
|
6846
|
+
record_create: "record_create";
|
|
6847
|
+
record_delete: "record_delete";
|
|
6848
|
+
approval: "approval";
|
|
6849
|
+
sharing: "sharing";
|
|
6850
|
+
system: "system";
|
|
6851
|
+
}>>>;
|
|
6852
|
+
filterMode: z.ZodDefault<z.ZodEnum<{
|
|
6853
|
+
all: "all";
|
|
6854
|
+
comments_only: "comments_only";
|
|
6855
|
+
changes_only: "changes_only";
|
|
6856
|
+
tasks_only: "tasks_only";
|
|
6857
|
+
}>>;
|
|
6858
|
+
showFilterToggle: z.ZodDefault<z.ZodBoolean>;
|
|
6859
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
6860
|
+
showCompleted: z.ZodDefault<z.ZodBoolean>;
|
|
6861
|
+
unifiedTimeline: z.ZodDefault<z.ZodBoolean>;
|
|
6862
|
+
showCommentInput: z.ZodDefault<z.ZodBoolean>;
|
|
6863
|
+
enableMentions: z.ZodDefault<z.ZodBoolean>;
|
|
6864
|
+
enableReactions: z.ZodDefault<z.ZodBoolean>;
|
|
6865
|
+
enableThreading: z.ZodDefault<z.ZodBoolean>;
|
|
6866
|
+
showSubscriptionToggle: z.ZodDefault<z.ZodBoolean>;
|
|
6867
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6868
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6869
|
+
key: z.ZodString;
|
|
6870
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6871
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6872
|
+
}, z.core.$strip>]>>;
|
|
6873
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6874
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6875
|
+
}, z.core.$strip>>;
|
|
6876
|
+
}, z.core.$strip>>;
|
|
5478
6877
|
aria: z.ZodOptional<z.ZodObject<{
|
|
5479
6878
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5480
6879
|
key: z.ZodString;
|
|
@@ -5485,7 +6884,6 @@ declare const ComponentPropsMap: {
|
|
|
5485
6884
|
role: z.ZodOptional<z.ZodString>;
|
|
5486
6885
|
}, z.core.$strip>>;
|
|
5487
6886
|
}, z.core.$strip>;
|
|
5488
|
-
readonly 'record:chatter': z.ZodObject<{}, z.core.$strip>;
|
|
5489
6887
|
readonly 'record:path': z.ZodObject<{
|
|
5490
6888
|
statusField: z.ZodString;
|
|
5491
6889
|
stages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5533,6 +6931,176 @@ declare const ComponentPropsMap: {
|
|
|
5533
6931
|
readonly 'ai:suggestion': z.ZodObject<{
|
|
5534
6932
|
context: z.ZodOptional<z.ZodString>;
|
|
5535
6933
|
}, z.core.$strip>;
|
|
6934
|
+
readonly 'element:text': z.ZodObject<{
|
|
6935
|
+
content: z.ZodString;
|
|
6936
|
+
variant: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6937
|
+
body: "body";
|
|
6938
|
+
heading: "heading";
|
|
6939
|
+
subheading: "subheading";
|
|
6940
|
+
caption: "caption";
|
|
6941
|
+
}>>>;
|
|
6942
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6943
|
+
left: "left";
|
|
6944
|
+
right: "right";
|
|
6945
|
+
center: "center";
|
|
6946
|
+
}>>>;
|
|
6947
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6948
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6949
|
+
key: z.ZodString;
|
|
6950
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6951
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6952
|
+
}, z.core.$strip>]>>;
|
|
6953
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6954
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6955
|
+
}, z.core.$strip>>;
|
|
6956
|
+
}, z.core.$strip>;
|
|
6957
|
+
readonly 'element:number': z.ZodObject<{
|
|
6958
|
+
object: z.ZodString;
|
|
6959
|
+
field: z.ZodOptional<z.ZodString>;
|
|
6960
|
+
aggregate: z.ZodEnum<{
|
|
6961
|
+
count: "count";
|
|
6962
|
+
sum: "sum";
|
|
6963
|
+
avg: "avg";
|
|
6964
|
+
min: "min";
|
|
6965
|
+
max: "max";
|
|
6966
|
+
}>;
|
|
6967
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
6968
|
+
format: z.ZodOptional<z.ZodEnum<{
|
|
6969
|
+
number: "number";
|
|
6970
|
+
currency: "currency";
|
|
6971
|
+
percent: "percent";
|
|
6972
|
+
}>>;
|
|
6973
|
+
prefix: z.ZodOptional<z.ZodString>;
|
|
6974
|
+
suffix: z.ZodOptional<z.ZodString>;
|
|
6975
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6976
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6977
|
+
key: z.ZodString;
|
|
6978
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6979
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6980
|
+
}, z.core.$strip>]>>;
|
|
6981
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
6982
|
+
role: z.ZodOptional<z.ZodString>;
|
|
6983
|
+
}, z.core.$strip>>;
|
|
6984
|
+
}, z.core.$strip>;
|
|
6985
|
+
readonly 'element:image': z.ZodObject<{
|
|
6986
|
+
src: z.ZodString;
|
|
6987
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
6988
|
+
fit: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6989
|
+
fill: "fill";
|
|
6990
|
+
cover: "cover";
|
|
6991
|
+
contain: "contain";
|
|
6992
|
+
}>>>;
|
|
6993
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
6994
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
6995
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6996
|
+
key: z.ZodString;
|
|
6997
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6998
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6999
|
+
}, z.core.$strip>]>>;
|
|
7000
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7001
|
+
role: z.ZodOptional<z.ZodString>;
|
|
7002
|
+
}, z.core.$strip>>;
|
|
7003
|
+
}, z.core.$strip>;
|
|
7004
|
+
readonly 'element:divider': z.ZodObject<{}, z.core.$strip>;
|
|
7005
|
+
readonly 'element:button': z.ZodObject<{
|
|
7006
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7007
|
+
key: z.ZodString;
|
|
7008
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7009
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7010
|
+
}, z.core.$strip>]>;
|
|
7011
|
+
variant: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7012
|
+
link: "link";
|
|
7013
|
+
primary: "primary";
|
|
7014
|
+
secondary: "secondary";
|
|
7015
|
+
danger: "danger";
|
|
7016
|
+
ghost: "ghost";
|
|
7017
|
+
}>>>;
|
|
7018
|
+
size: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7019
|
+
small: "small";
|
|
7020
|
+
medium: "medium";
|
|
7021
|
+
large: "large";
|
|
7022
|
+
}>>>;
|
|
7023
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
7024
|
+
iconPosition: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7025
|
+
left: "left";
|
|
7026
|
+
right: "right";
|
|
7027
|
+
}>>>;
|
|
7028
|
+
disabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7029
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
7030
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7031
|
+
key: z.ZodString;
|
|
7032
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7033
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7034
|
+
}, z.core.$strip>]>>;
|
|
7035
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7036
|
+
role: z.ZodOptional<z.ZodString>;
|
|
7037
|
+
}, z.core.$strip>>;
|
|
7038
|
+
}, z.core.$strip>;
|
|
7039
|
+
readonly 'element:filter': z.ZodObject<{
|
|
7040
|
+
object: z.ZodString;
|
|
7041
|
+
fields: z.ZodArray<z.ZodString>;
|
|
7042
|
+
targetVariable: z.ZodOptional<z.ZodString>;
|
|
7043
|
+
layout: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7044
|
+
dropdown: "dropdown";
|
|
7045
|
+
inline: "inline";
|
|
7046
|
+
sidebar: "sidebar";
|
|
7047
|
+
}>>>;
|
|
7048
|
+
showSearch: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7049
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
7050
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7051
|
+
key: z.ZodString;
|
|
7052
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7053
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7054
|
+
}, z.core.$strip>]>>;
|
|
7055
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7056
|
+
role: z.ZodOptional<z.ZodString>;
|
|
7057
|
+
}, z.core.$strip>>;
|
|
7058
|
+
}, z.core.$strip>;
|
|
7059
|
+
readonly 'element:form': z.ZodObject<{
|
|
7060
|
+
object: z.ZodString;
|
|
7061
|
+
fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7062
|
+
mode: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7063
|
+
create: "create";
|
|
7064
|
+
edit: "edit";
|
|
7065
|
+
}>>>;
|
|
7066
|
+
submitLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7067
|
+
key: z.ZodString;
|
|
7068
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7069
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7070
|
+
}, z.core.$strip>]>>;
|
|
7071
|
+
onSubmit: z.ZodOptional<z.ZodString>;
|
|
7072
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
7073
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7074
|
+
key: z.ZodString;
|
|
7075
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7076
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7077
|
+
}, z.core.$strip>]>>;
|
|
7078
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7079
|
+
role: z.ZodOptional<z.ZodString>;
|
|
7080
|
+
}, z.core.$strip>>;
|
|
7081
|
+
}, z.core.$strip>;
|
|
7082
|
+
readonly 'element:record_picker': z.ZodObject<{
|
|
7083
|
+
object: z.ZodString;
|
|
7084
|
+
displayField: z.ZodString;
|
|
7085
|
+
searchFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7086
|
+
filter: z.ZodOptional<z.ZodAny>;
|
|
7087
|
+
multiple: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7088
|
+
targetVariable: z.ZodOptional<z.ZodString>;
|
|
7089
|
+
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7090
|
+
key: z.ZodString;
|
|
7091
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7092
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7093
|
+
}, z.core.$strip>]>>;
|
|
7094
|
+
aria: z.ZodOptional<z.ZodObject<{
|
|
7095
|
+
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7096
|
+
key: z.ZodString;
|
|
7097
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7098
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7099
|
+
}, z.core.$strip>]>>;
|
|
7100
|
+
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7101
|
+
role: z.ZodOptional<z.ZodString>;
|
|
7102
|
+
}, z.core.$strip>>;
|
|
7103
|
+
}, z.core.$strip>;
|
|
5536
7104
|
};
|
|
5537
7105
|
/**
|
|
5538
7106
|
* Type Helper to extract props from map
|
|
@@ -6247,9 +7815,9 @@ declare const KeyboardShortcutSchema: z.ZodObject<{
|
|
|
6247
7815
|
}, z.core.$strip>]>>;
|
|
6248
7816
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
6249
7817
|
list: "list";
|
|
6250
|
-
modal: "modal";
|
|
6251
7818
|
view: "view";
|
|
6252
7819
|
form: "form";
|
|
7820
|
+
modal: "modal";
|
|
6253
7821
|
global: "global";
|
|
6254
7822
|
}>>;
|
|
6255
7823
|
}, z.core.$strip>;
|
|
@@ -6289,9 +7857,9 @@ declare const KeyboardNavigationConfigSchema: z.ZodObject<{
|
|
|
6289
7857
|
}, z.core.$strip>]>>;
|
|
6290
7858
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
6291
7859
|
list: "list";
|
|
6292
|
-
modal: "modal";
|
|
6293
7860
|
view: "view";
|
|
6294
7861
|
form: "form";
|
|
7862
|
+
modal: "modal";
|
|
6295
7863
|
global: "global";
|
|
6296
7864
|
}>>;
|
|
6297
7865
|
}, z.core.$strip>>>;
|
|
@@ -7011,6 +8579,45 @@ declare const DndConfigSchema: z.ZodObject<{
|
|
|
7011
8579
|
}, z.core.$strip>;
|
|
7012
8580
|
type DndConfig = z.infer<typeof DndConfigSchema>;
|
|
7013
8581
|
|
|
8582
|
+
/**
|
|
8583
|
+
* @module ui/sharing
|
|
8584
|
+
*
|
|
8585
|
+
* Sharing & Embedding Protocol
|
|
8586
|
+
*
|
|
8587
|
+
* Defines schemas for public link sharing, embed configuration,
|
|
8588
|
+
* domain restrictions, and password protection for apps, pages, and forms.
|
|
8589
|
+
*/
|
|
8590
|
+
|
|
8591
|
+
/**
|
|
8592
|
+
* Sharing Config Schema
|
|
8593
|
+
* Configuration for public sharing of an app, page, or form.
|
|
8594
|
+
* Supports public links, password protection, domain restrictions, and expiration.
|
|
8595
|
+
*/
|
|
8596
|
+
declare const SharingConfigSchema: z.ZodObject<{
|
|
8597
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
8598
|
+
publicLink: z.ZodOptional<z.ZodString>;
|
|
8599
|
+
password: z.ZodOptional<z.ZodString>;
|
|
8600
|
+
allowedDomains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8601
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
8602
|
+
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8603
|
+
}, z.core.$strip>;
|
|
8604
|
+
/**
|
|
8605
|
+
* Embed Config Schema
|
|
8606
|
+
* Configuration for iframe embedding of an app, page, or form.
|
|
8607
|
+
* Supports origin restrictions, display options, and responsive sizing.
|
|
8608
|
+
*/
|
|
8609
|
+
declare const EmbedConfigSchema: z.ZodObject<{
|
|
8610
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
8611
|
+
allowedOrigins: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8612
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8613
|
+
height: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8614
|
+
showHeader: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8615
|
+
showNavigation: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8616
|
+
responsive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8617
|
+
}, z.core.$strip>;
|
|
8618
|
+
type SharingConfig = z.infer<typeof SharingConfigSchema>;
|
|
8619
|
+
type EmbedConfig = z.infer<typeof EmbedConfigSchema>;
|
|
8620
|
+
|
|
7014
8621
|
/**
|
|
7015
8622
|
* UI Protocol Exports
|
|
7016
8623
|
*
|
|
@@ -7024,9 +8631,13 @@ type DndConfig = z.infer<typeof DndConfigSchema>;
|
|
|
7024
8631
|
declare const index_AIChatWindowProps: typeof AIChatWindowProps;
|
|
7025
8632
|
declare const index_Action: typeof Action;
|
|
7026
8633
|
type index_ActionInput = ActionInput;
|
|
8634
|
+
type index_ActionNavItem = ActionNavItem;
|
|
8635
|
+
declare const index_ActionNavItemSchema: typeof ActionNavItemSchema;
|
|
7027
8636
|
type index_ActionParam = ActionParam;
|
|
7028
8637
|
declare const index_ActionParamSchema: typeof ActionParamSchema;
|
|
7029
8638
|
declare const index_ActionSchema: typeof ActionSchema;
|
|
8639
|
+
type index_AddRecordConfig = AddRecordConfig;
|
|
8640
|
+
declare const index_AddRecordConfigSchema: typeof AddRecordConfigSchema;
|
|
7030
8641
|
type index_Animation = Animation;
|
|
7031
8642
|
declare const index_AnimationSchema: typeof AnimationSchema;
|
|
7032
8643
|
type index_AnimationTrigger = AnimationTrigger;
|
|
@@ -7036,8 +8647,14 @@ type index_AppBranding = AppBranding;
|
|
|
7036
8647
|
declare const index_AppBrandingSchema: typeof AppBrandingSchema;
|
|
7037
8648
|
type index_AppInput = AppInput;
|
|
7038
8649
|
declare const index_AppSchema: typeof AppSchema;
|
|
8650
|
+
type index_AppearanceConfig = AppearanceConfig;
|
|
8651
|
+
declare const index_AppearanceConfigSchema: typeof AppearanceConfigSchema;
|
|
7039
8652
|
type index_AriaProps = AriaProps;
|
|
7040
8653
|
declare const index_AriaPropsSchema: typeof AriaPropsSchema;
|
|
8654
|
+
type index_BlankPageLayout = BlankPageLayout;
|
|
8655
|
+
type index_BlankPageLayoutItem = BlankPageLayoutItem;
|
|
8656
|
+
declare const index_BlankPageLayoutItemSchema: typeof BlankPageLayoutItemSchema;
|
|
8657
|
+
declare const index_BlankPageLayoutSchema: typeof BlankPageLayoutSchema;
|
|
7041
8658
|
type index_BorderRadius = BorderRadius;
|
|
7042
8659
|
declare const index_BorderRadiusSchema: typeof BorderRadiusSchema;
|
|
7043
8660
|
declare const index_BreakpointColumnMapSchema: typeof BreakpointColumnMapSchema;
|
|
@@ -7070,6 +8687,10 @@ declare const index_ComponentPropsMap: typeof ComponentPropsMap;
|
|
|
7070
8687
|
type index_ConflictResolution = ConflictResolution;
|
|
7071
8688
|
declare const index_ConflictResolutionSchema: typeof ConflictResolutionSchema;
|
|
7072
8689
|
declare const index_Dashboard: typeof Dashboard;
|
|
8690
|
+
type index_DashboardHeader = DashboardHeader;
|
|
8691
|
+
type index_DashboardHeaderAction = DashboardHeaderAction;
|
|
8692
|
+
declare const index_DashboardHeaderActionSchema: typeof DashboardHeaderActionSchema;
|
|
8693
|
+
declare const index_DashboardHeaderSchema: typeof DashboardHeaderSchema;
|
|
7073
8694
|
type index_DashboardInput = DashboardInput;
|
|
7074
8695
|
type index_DashboardNavItem = DashboardNavItem;
|
|
7075
8696
|
declare const index_DashboardNavItemSchema: typeof DashboardNavItemSchema;
|
|
@@ -7093,6 +8714,17 @@ type index_DropZone = DropZone;
|
|
|
7093
8714
|
declare const index_DropZoneSchema: typeof DropZoneSchema;
|
|
7094
8715
|
type index_EasingFunction = EasingFunction;
|
|
7095
8716
|
declare const index_EasingFunctionSchema: typeof EasingFunctionSchema;
|
|
8717
|
+
declare const index_ElementButtonPropsSchema: typeof ElementButtonPropsSchema;
|
|
8718
|
+
type index_ElementDataSource = ElementDataSource;
|
|
8719
|
+
declare const index_ElementDataSourceSchema: typeof ElementDataSourceSchema;
|
|
8720
|
+
declare const index_ElementFilterPropsSchema: typeof ElementFilterPropsSchema;
|
|
8721
|
+
declare const index_ElementFormPropsSchema: typeof ElementFormPropsSchema;
|
|
8722
|
+
declare const index_ElementImagePropsSchema: typeof ElementImagePropsSchema;
|
|
8723
|
+
declare const index_ElementNumberPropsSchema: typeof ElementNumberPropsSchema;
|
|
8724
|
+
declare const index_ElementRecordPickerPropsSchema: typeof ElementRecordPickerPropsSchema;
|
|
8725
|
+
declare const index_ElementTextPropsSchema: typeof ElementTextPropsSchema;
|
|
8726
|
+
type index_EmbedConfig = EmbedConfig;
|
|
8727
|
+
declare const index_EmbedConfigSchema: typeof EmbedConfigSchema;
|
|
7096
8728
|
type index_EvictionPolicy = EvictionPolicy;
|
|
7097
8729
|
declare const index_EvictionPolicySchema: typeof EvictionPolicySchema;
|
|
7098
8730
|
type index_FieldWidgetProps = FieldWidgetProps;
|
|
@@ -7114,6 +8746,10 @@ type index_GestureConfig = GestureConfig;
|
|
|
7114
8746
|
declare const index_GestureConfigSchema: typeof GestureConfigSchema;
|
|
7115
8747
|
type index_GestureType = GestureType;
|
|
7116
8748
|
declare const index_GestureTypeSchema: typeof GestureTypeSchema;
|
|
8749
|
+
type index_GlobalFilter = GlobalFilter;
|
|
8750
|
+
type index_GlobalFilterOptionsFrom = GlobalFilterOptionsFrom;
|
|
8751
|
+
declare const index_GlobalFilterOptionsFromSchema: typeof GlobalFilterOptionsFromSchema;
|
|
8752
|
+
declare const index_GlobalFilterSchema: typeof GlobalFilterSchema;
|
|
7117
8753
|
type index_GroupNavItem = GroupNavItem;
|
|
7118
8754
|
declare const index_GroupNavItemSchema: typeof GroupNavItemSchema;
|
|
7119
8755
|
type index_GroupingConfig = GroupingConfig;
|
|
@@ -7127,6 +8763,8 @@ type index_I18nLabel = I18nLabel;
|
|
|
7127
8763
|
declare const index_I18nLabelSchema: typeof I18nLabelSchema;
|
|
7128
8764
|
type index_I18nObject = I18nObject;
|
|
7129
8765
|
declare const index_I18nObjectSchema: typeof I18nObjectSchema;
|
|
8766
|
+
type index_InterfacePageConfig = InterfacePageConfig;
|
|
8767
|
+
declare const index_InterfacePageConfigSchema: typeof InterfacePageConfigSchema;
|
|
7130
8768
|
declare const index_KanbanConfigSchema: typeof KanbanConfigSchema;
|
|
7131
8769
|
type index_KeyboardNavigationConfig = KeyboardNavigationConfig;
|
|
7132
8770
|
declare const index_KeyboardNavigationConfigSchema: typeof KeyboardNavigationConfigSchema;
|
|
@@ -7142,6 +8780,8 @@ type index_LongPressGestureConfig = LongPressGestureConfig;
|
|
|
7142
8780
|
declare const index_LongPressGestureConfigSchema: typeof LongPressGestureConfigSchema;
|
|
7143
8781
|
type index_MotionConfig = MotionConfig;
|
|
7144
8782
|
declare const index_MotionConfigSchema: typeof MotionConfigSchema;
|
|
8783
|
+
type index_NavigationArea = NavigationArea;
|
|
8784
|
+
declare const index_NavigationAreaSchema: typeof NavigationAreaSchema;
|
|
7145
8785
|
type index_NavigationConfig = NavigationConfig;
|
|
7146
8786
|
declare const index_NavigationConfigSchema: typeof NavigationConfigSchema;
|
|
7147
8787
|
type index_NavigationItem = NavigationItem;
|
|
@@ -7184,6 +8824,8 @@ declare const index_PageSchema: typeof PageSchema;
|
|
|
7184
8824
|
declare const index_PageTabsProps: typeof PageTabsProps;
|
|
7185
8825
|
type index_PageTransition = PageTransition;
|
|
7186
8826
|
declare const index_PageTransitionSchema: typeof PageTransitionSchema;
|
|
8827
|
+
type index_PageType = PageType;
|
|
8828
|
+
declare const index_PageTypeSchema: typeof PageTypeSchema;
|
|
7187
8829
|
type index_PageVariable = PageVariable;
|
|
7188
8830
|
declare const index_PageVariableSchema: typeof PageVariableSchema;
|
|
7189
8831
|
type index_PaginationConfig = PaginationConfig;
|
|
@@ -7197,10 +8839,13 @@ declare const index_PinchGestureConfigSchema: typeof PinchGestureConfigSchema;
|
|
|
7197
8839
|
type index_PluralRule = PluralRule;
|
|
7198
8840
|
declare const index_PluralRuleSchema: typeof PluralRuleSchema;
|
|
7199
8841
|
declare const index_RecordActivityProps: typeof RecordActivityProps;
|
|
8842
|
+
declare const index_RecordChatterProps: typeof RecordChatterProps;
|
|
7200
8843
|
declare const index_RecordDetailsProps: typeof RecordDetailsProps;
|
|
7201
8844
|
declare const index_RecordHighlightsProps: typeof RecordHighlightsProps;
|
|
7202
8845
|
declare const index_RecordPathProps: typeof RecordPathProps;
|
|
7203
8846
|
declare const index_RecordRelatedListProps: typeof RecordRelatedListProps;
|
|
8847
|
+
type index_RecordReviewConfig = RecordReviewConfig;
|
|
8848
|
+
declare const index_RecordReviewConfigSchema: typeof RecordReviewConfigSchema;
|
|
7204
8849
|
declare const index_Report: typeof Report;
|
|
7205
8850
|
type index_ReportChart = ReportChart;
|
|
7206
8851
|
type index_ReportChartInput = ReportChartInput;
|
|
@@ -7212,6 +8857,8 @@ type index_ReportGrouping = ReportGrouping;
|
|
|
7212
8857
|
type index_ReportGroupingInput = ReportGroupingInput;
|
|
7213
8858
|
declare const index_ReportGroupingSchema: typeof ReportGroupingSchema;
|
|
7214
8859
|
type index_ReportInput = ReportInput;
|
|
8860
|
+
type index_ReportNavItem = ReportNavItem;
|
|
8861
|
+
declare const index_ReportNavItemSchema: typeof ReportNavItemSchema;
|
|
7215
8862
|
declare const index_ReportSchema: typeof ReportSchema;
|
|
7216
8863
|
declare const index_ReportType: typeof ReportType;
|
|
7217
8864
|
type index_ResponsiveConfig = ResponsiveConfig;
|
|
@@ -7224,6 +8871,8 @@ type index_SelectionConfig = SelectionConfig;
|
|
|
7224
8871
|
declare const index_SelectionConfigSchema: typeof SelectionConfigSchema;
|
|
7225
8872
|
type index_Shadow = Shadow;
|
|
7226
8873
|
declare const index_ShadowSchema: typeof ShadowSchema;
|
|
8874
|
+
type index_SharingConfig = SharingConfig;
|
|
8875
|
+
declare const index_SharingConfigSchema: typeof SharingConfigSchema;
|
|
7227
8876
|
type index_Spacing = Spacing;
|
|
7228
8877
|
declare const index_SpacingSchema: typeof SpacingSchema;
|
|
7229
8878
|
type index_SwipeDirection = SwipeDirection;
|
|
@@ -7249,19 +8898,31 @@ type index_Typography = Typography;
|
|
|
7249
8898
|
declare const index_TypographySchema: typeof TypographySchema;
|
|
7250
8899
|
type index_UrlNavItem = UrlNavItem;
|
|
7251
8900
|
declare const index_UrlNavItemSchema: typeof UrlNavItemSchema;
|
|
8901
|
+
type index_UserActionsConfig = UserActionsConfig;
|
|
8902
|
+
declare const index_UserActionsConfigSchema: typeof UserActionsConfigSchema;
|
|
7252
8903
|
type index_View = View;
|
|
7253
8904
|
type index_ViewData = ViewData;
|
|
7254
8905
|
declare const index_ViewDataSchema: typeof ViewDataSchema;
|
|
7255
8906
|
declare const index_ViewSchema: typeof ViewSchema;
|
|
7256
8907
|
type index_ViewSharing = ViewSharing;
|
|
7257
8908
|
declare const index_ViewSharingSchema: typeof ViewSharingSchema;
|
|
8909
|
+
type index_ViewTab = ViewTab;
|
|
8910
|
+
declare const index_ViewTabSchema: typeof ViewTabSchema;
|
|
8911
|
+
type index_VisualizationType = VisualizationType;
|
|
8912
|
+
declare const index_VisualizationTypeSchema: typeof VisualizationTypeSchema;
|
|
7258
8913
|
type index_WcagContrastLevel = WcagContrastLevel;
|
|
8914
|
+
type index_WidgetActionType = WidgetActionType;
|
|
8915
|
+
declare const index_WidgetActionTypeSchema: typeof WidgetActionTypeSchema;
|
|
8916
|
+
type index_WidgetColorVariant = WidgetColorVariant;
|
|
8917
|
+
declare const index_WidgetColorVariantSchema: typeof WidgetColorVariantSchema;
|
|
7259
8918
|
type index_WidgetEvent = WidgetEvent;
|
|
7260
8919
|
declare const index_WidgetEventSchema: typeof WidgetEventSchema;
|
|
7261
8920
|
type index_WidgetLifecycle = WidgetLifecycle;
|
|
7262
8921
|
declare const index_WidgetLifecycleSchema: typeof WidgetLifecycleSchema;
|
|
7263
8922
|
type index_WidgetManifest = WidgetManifest;
|
|
7264
8923
|
declare const index_WidgetManifestSchema: typeof WidgetManifestSchema;
|
|
8924
|
+
type index_WidgetMeasure = WidgetMeasure;
|
|
8925
|
+
declare const index_WidgetMeasureSchema: typeof WidgetMeasureSchema;
|
|
7265
8926
|
type index_WidgetProperty = WidgetProperty;
|
|
7266
8927
|
declare const index_WidgetPropertySchema: typeof WidgetPropertySchema;
|
|
7267
8928
|
type index_WidgetSource = WidgetSource;
|
|
@@ -7271,7 +8932,7 @@ declare const index_ZIndexSchema: typeof ZIndexSchema;
|
|
|
7271
8932
|
declare const index_defineApp: typeof defineApp;
|
|
7272
8933
|
declare const index_defineView: typeof defineView;
|
|
7273
8934
|
declare namespace index {
|
|
7274
|
-
export { index_AIChatWindowProps as AIChatWindowProps, index_Action as Action, type index_ActionInput as ActionInput, type index_ActionParam as ActionParam, index_ActionParamSchema as ActionParamSchema, index_ActionSchema as ActionSchema, type index_Animation as Animation, index_AnimationSchema as AnimationSchema, type index_AnimationTrigger as AnimationTrigger, index_AnimationTriggerSchema as AnimationTriggerSchema, type index_App as App, type index_AppBranding as AppBranding, index_AppBrandingSchema as AppBrandingSchema, type index_AppInput as AppInput, index_AppSchema as AppSchema, type index_AriaProps as AriaProps, index_AriaPropsSchema as AriaPropsSchema, type index_BorderRadius as BorderRadius, index_BorderRadiusSchema as BorderRadiusSchema, index_BreakpointColumnMapSchema as BreakpointColumnMapSchema, type index_BreakpointName as BreakpointName, index_BreakpointOrderMapSchema as BreakpointOrderMapSchema, type index_Breakpoints as Breakpoints, index_BreakpointsSchema as BreakpointsSchema, index_CalendarConfigSchema as CalendarConfigSchema, type index_ChartAnnotation as ChartAnnotation, index_ChartAnnotationSchema as ChartAnnotationSchema, type index_ChartAxis as ChartAxis, index_ChartAxisSchema as ChartAxisSchema, type index_ChartConfig as ChartConfig, index_ChartConfigSchema as ChartConfigSchema, type index_ChartInteraction as ChartInteraction, index_ChartInteractionSchema as ChartInteractionSchema, type index_ChartSeries as ChartSeries, index_ChartSeriesSchema as ChartSeriesSchema, type index_ChartType as ChartType, index_ChartTypeSchema as ChartTypeSchema, type index_ColorPalette as ColorPalette, index_ColorPaletteSchema as ColorPaletteSchema, type index_ColumnSummary as ColumnSummary, index_ColumnSummarySchema as ColumnSummarySchema, type index_ComponentAnimation as ComponentAnimation, index_ComponentAnimationSchema as ComponentAnimationSchema, type index_ComponentProps as ComponentProps, type index_ComponentPropsInput as ComponentPropsInput, index_ComponentPropsMap as ComponentPropsMap, type index_ConflictResolution as ConflictResolution, index_ConflictResolutionSchema as ConflictResolutionSchema, index_Dashboard as Dashboard, type index_DashboardInput as DashboardInput, type index_DashboardNavItem as DashboardNavItem, index_DashboardNavItemSchema as DashboardNavItemSchema, index_DashboardSchema as DashboardSchema, type index_DashboardWidget as DashboardWidget, index_DashboardWidgetSchema as DashboardWidgetSchema, type index_DateFormat as DateFormat, index_DateFormatSchema as DateFormatSchema, type index_DensityMode as DensityMode, type index_DndConfig as DndConfig, index_DndConfigSchema as DndConfigSchema, type index_DragConstraint as DragConstraint, index_DragConstraintSchema as DragConstraintSchema, type index_DragHandle as DragHandle, index_DragHandleSchema as DragHandleSchema, type index_DragItem as DragItem, index_DragItemSchema as DragItemSchema, type index_DropEffect as DropEffect, index_DropEffectSchema as DropEffectSchema, type index_DropZone as DropZone, index_DropZoneSchema as DropZoneSchema, type index_EasingFunction as EasingFunction, index_EasingFunctionSchema as EasingFunctionSchema, type index_EvictionPolicy as EvictionPolicy, index_EvictionPolicySchema as EvictionPolicySchema, type index_FieldWidgetProps as FieldWidgetProps, index_FieldWidgetPropsSchema as FieldWidgetPropsSchema, type index_FocusManagement as FocusManagement, index_FocusManagementSchema as FocusManagementSchema, type index_FocusTrapConfig as FocusTrapConfig, index_FocusTrapConfigSchema as FocusTrapConfigSchema, type index_FormField as FormField, index_FormFieldSchema as FormFieldSchema, type index_FormSection as FormSection, index_FormSectionSchema as FormSectionSchema, type index_FormView as FormView, index_FormViewSchema as FormViewSchema, type index_GalleryConfig as GalleryConfig, index_GalleryConfigSchema as GalleryConfigSchema, index_GanttConfigSchema as GanttConfigSchema, type index_GestureConfig as GestureConfig, index_GestureConfigSchema as GestureConfigSchema, type index_GestureType as GestureType, index_GestureTypeSchema as GestureTypeSchema, type index_GroupNavItem as GroupNavItem, index_GroupNavItemSchema as GroupNavItemSchema, type index_GroupingConfig as GroupingConfig, index_GroupingConfigSchema as GroupingConfigSchema, index_GroupingFieldSchema as GroupingFieldSchema, type index_HttpMethod as HttpMethod, index_HttpMethodSchema as HttpMethodSchema, type index_HttpRequest as HttpRequest, index_HttpRequestSchema as HttpRequestSchema, type index_I18nLabel as I18nLabel, index_I18nLabelSchema as I18nLabelSchema, type index_I18nObject as I18nObject, index_I18nObjectSchema as I18nObjectSchema, index_KanbanConfigSchema as KanbanConfigSchema, type index_KeyboardNavigationConfig as KeyboardNavigationConfig, index_KeyboardNavigationConfigSchema as KeyboardNavigationConfigSchema, type index_KeyboardShortcut as KeyboardShortcut, index_KeyboardShortcutSchema as KeyboardShortcutSchema, type index_ListColumn as ListColumn, index_ListColumnSchema as ListColumnSchema, type index_ListView as ListView, index_ListViewSchema as ListViewSchema, type index_LocaleConfig as LocaleConfig, index_LocaleConfigSchema as LocaleConfigSchema, type index_LongPressGestureConfig as LongPressGestureConfig, index_LongPressGestureConfigSchema as LongPressGestureConfigSchema, type index_MotionConfig as MotionConfig, index_MotionConfigSchema as MotionConfigSchema, type index_NavigationConfig as NavigationConfig, index_NavigationConfigSchema as NavigationConfigSchema, type index_NavigationItem as NavigationItem, index_NavigationItemSchema as NavigationItemSchema, index_NavigationModeSchema as NavigationModeSchema, type index_Notification as Notification, type index_NotificationAction as NotificationAction, index_NotificationActionSchema as NotificationActionSchema, type index_NotificationConfig as NotificationConfig, index_NotificationConfigSchema as NotificationConfigSchema, type index_NotificationPosition as NotificationPosition, index_NotificationPositionSchema as NotificationPositionSchema, index_NotificationSchema as NotificationSchema, type index_NotificationSeverity as NotificationSeverity, index_NotificationSeveritySchema as NotificationSeveritySchema, type index_NotificationType as NotificationType, index_NotificationTypeSchema as NotificationTypeSchema, type index_NumberFormat as NumberFormat, index_NumberFormatSchema as NumberFormatSchema, type index_ObjectNavItem as ObjectNavItem, index_ObjectNavItemSchema as ObjectNavItemSchema, type index_OfflineCacheConfig as OfflineCacheConfig, index_OfflineCacheConfigSchema as OfflineCacheConfigSchema, type index_OfflineConfig as OfflineConfig, index_OfflineConfigSchema as OfflineConfigSchema, type index_OfflineStrategy as OfflineStrategy, index_OfflineStrategySchema as OfflineStrategySchema, type index_Page as Page, index_PageAccordionProps as PageAccordionProps, index_PageCardProps as PageCardProps, type index_PageComponent as PageComponent, index_PageComponentSchema as PageComponentSchema, index_PageComponentType as PageComponentType, index_PageHeaderProps as PageHeaderProps, type index_PageNavItem as PageNavItem, index_PageNavItemSchema as PageNavItemSchema, type index_PageRegion as PageRegion, index_PageRegionSchema as PageRegionSchema, index_PageSchema as PageSchema, index_PageTabsProps as PageTabsProps, type index_PageTransition as PageTransition, index_PageTransitionSchema as PageTransitionSchema, type index_PageVariable as PageVariable, index_PageVariableSchema as PageVariableSchema, type index_PaginationConfig as PaginationConfig, index_PaginationConfigSchema as PaginationConfigSchema, type index_PerformanceConfig as PerformanceConfig, index_PerformanceConfigSchema as PerformanceConfigSchema, type index_PersistStorage as PersistStorage, index_PersistStorageSchema as PersistStorageSchema, type index_PinchGestureConfig as PinchGestureConfig, index_PinchGestureConfigSchema as PinchGestureConfigSchema, type index_PluralRule as PluralRule, index_PluralRuleSchema as PluralRuleSchema, index_RecordActivityProps as RecordActivityProps, index_RecordDetailsProps as RecordDetailsProps, index_RecordHighlightsProps as RecordHighlightsProps, index_RecordPathProps as RecordPathProps, index_RecordRelatedListProps as RecordRelatedListProps, index_Report as Report, type index_ReportChart as ReportChart, type index_ReportChartInput as ReportChartInput, index_ReportChartSchema as ReportChartSchema, type index_ReportColumn as ReportColumn, type index_ReportColumnInput as ReportColumnInput, index_ReportColumnSchema as ReportColumnSchema, type index_ReportGrouping as ReportGrouping, type index_ReportGroupingInput as ReportGroupingInput, index_ReportGroupingSchema as ReportGroupingSchema, type index_ReportInput as ReportInput, index_ReportSchema as ReportSchema, index_ReportType as ReportType, type index_ResponsiveConfig as ResponsiveConfig, index_ResponsiveConfigSchema as ResponsiveConfigSchema, type index_RowColorConfig as RowColorConfig, index_RowColorConfigSchema as RowColorConfigSchema, type index_RowHeight as RowHeight, index_RowHeightSchema as RowHeightSchema, type index_SelectionConfig as SelectionConfig, index_SelectionConfigSchema as SelectionConfigSchema, type index_Shadow as Shadow, index_ShadowSchema as ShadowSchema, type index_Spacing as Spacing, index_SpacingSchema as SpacingSchema, type index_SwipeDirection as SwipeDirection, index_SwipeDirectionSchema as SwipeDirectionSchema, type index_SwipeGestureConfig as SwipeGestureConfig, index_SwipeGestureConfigSchema as SwipeGestureConfigSchema, type index_SyncConfig as SyncConfig, index_SyncConfigSchema as SyncConfigSchema, type index_Theme as Theme, type index_ThemeMode as ThemeMode, index_ThemeSchema as ThemeSchema, type index_TimelineConfig as TimelineConfig, index_TimelineConfigSchema as TimelineConfigSchema, type index_TouchInteraction as TouchInteraction, index_TouchInteractionSchema as TouchInteractionSchema, type index_TouchTargetConfig as TouchTargetConfig, index_TouchTargetConfigSchema as TouchTargetConfigSchema, type index_TransitionConfig as TransitionConfig, index_TransitionConfigSchema as TransitionConfigSchema, type index_TransitionPreset as TransitionPreset, index_TransitionPresetSchema as TransitionPresetSchema, type index_Typography as Typography, index_TypographySchema as TypographySchema, type index_UrlNavItem as UrlNavItem, index_UrlNavItemSchema as UrlNavItemSchema, type index_View as View, type index_ViewData as ViewData, index_ViewDataSchema as ViewDataSchema, index_ViewSchema as ViewSchema, type index_ViewSharing as ViewSharing, index_ViewSharingSchema as ViewSharingSchema, type index_WcagContrastLevel as WcagContrastLevel, type index_WidgetEvent as WidgetEvent, index_WidgetEventSchema as WidgetEventSchema, type index_WidgetLifecycle as WidgetLifecycle, index_WidgetLifecycleSchema as WidgetLifecycleSchema, type index_WidgetManifest as WidgetManifest, index_WidgetManifestSchema as WidgetManifestSchema, type index_WidgetProperty as WidgetProperty, index_WidgetPropertySchema as WidgetPropertySchema, type index_WidgetSource as WidgetSource, index_WidgetSourceSchema as WidgetSourceSchema, type index_ZIndex as ZIndex, index_ZIndexSchema as ZIndexSchema, index_defineApp as defineApp, index_defineView as defineView };
|
|
8935
|
+
export { index_AIChatWindowProps as AIChatWindowProps, index_Action as Action, type index_ActionInput as ActionInput, type index_ActionNavItem as ActionNavItem, index_ActionNavItemSchema as ActionNavItemSchema, type index_ActionParam as ActionParam, index_ActionParamSchema as ActionParamSchema, index_ActionSchema as ActionSchema, type index_AddRecordConfig as AddRecordConfig, index_AddRecordConfigSchema as AddRecordConfigSchema, type index_Animation as Animation, index_AnimationSchema as AnimationSchema, type index_AnimationTrigger as AnimationTrigger, index_AnimationTriggerSchema as AnimationTriggerSchema, type index_App as App, type index_AppBranding as AppBranding, index_AppBrandingSchema as AppBrandingSchema, type index_AppInput as AppInput, index_AppSchema as AppSchema, type index_AppearanceConfig as AppearanceConfig, index_AppearanceConfigSchema as AppearanceConfigSchema, type index_AriaProps as AriaProps, index_AriaPropsSchema as AriaPropsSchema, type index_BlankPageLayout as BlankPageLayout, type index_BlankPageLayoutItem as BlankPageLayoutItem, index_BlankPageLayoutItemSchema as BlankPageLayoutItemSchema, index_BlankPageLayoutSchema as BlankPageLayoutSchema, type index_BorderRadius as BorderRadius, index_BorderRadiusSchema as BorderRadiusSchema, index_BreakpointColumnMapSchema as BreakpointColumnMapSchema, type index_BreakpointName as BreakpointName, index_BreakpointOrderMapSchema as BreakpointOrderMapSchema, type index_Breakpoints as Breakpoints, index_BreakpointsSchema as BreakpointsSchema, index_CalendarConfigSchema as CalendarConfigSchema, type index_ChartAnnotation as ChartAnnotation, index_ChartAnnotationSchema as ChartAnnotationSchema, type index_ChartAxis as ChartAxis, index_ChartAxisSchema as ChartAxisSchema, type index_ChartConfig as ChartConfig, index_ChartConfigSchema as ChartConfigSchema, type index_ChartInteraction as ChartInteraction, index_ChartInteractionSchema as ChartInteractionSchema, type index_ChartSeries as ChartSeries, index_ChartSeriesSchema as ChartSeriesSchema, type index_ChartType as ChartType, index_ChartTypeSchema as ChartTypeSchema, type index_ColorPalette as ColorPalette, index_ColorPaletteSchema as ColorPaletteSchema, type index_ColumnSummary as ColumnSummary, index_ColumnSummarySchema as ColumnSummarySchema, type index_ComponentAnimation as ComponentAnimation, index_ComponentAnimationSchema as ComponentAnimationSchema, type index_ComponentProps as ComponentProps, type index_ComponentPropsInput as ComponentPropsInput, index_ComponentPropsMap as ComponentPropsMap, type index_ConflictResolution as ConflictResolution, index_ConflictResolutionSchema as ConflictResolutionSchema, index_Dashboard as Dashboard, type index_DashboardHeader as DashboardHeader, type index_DashboardHeaderAction as DashboardHeaderAction, index_DashboardHeaderActionSchema as DashboardHeaderActionSchema, index_DashboardHeaderSchema as DashboardHeaderSchema, type index_DashboardInput as DashboardInput, type index_DashboardNavItem as DashboardNavItem, index_DashboardNavItemSchema as DashboardNavItemSchema, index_DashboardSchema as DashboardSchema, type index_DashboardWidget as DashboardWidget, index_DashboardWidgetSchema as DashboardWidgetSchema, type index_DateFormat as DateFormat, index_DateFormatSchema as DateFormatSchema, type index_DensityMode as DensityMode, type index_DndConfig as DndConfig, index_DndConfigSchema as DndConfigSchema, type index_DragConstraint as DragConstraint, index_DragConstraintSchema as DragConstraintSchema, type index_DragHandle as DragHandle, index_DragHandleSchema as DragHandleSchema, type index_DragItem as DragItem, index_DragItemSchema as DragItemSchema, type index_DropEffect as DropEffect, index_DropEffectSchema as DropEffectSchema, type index_DropZone as DropZone, index_DropZoneSchema as DropZoneSchema, type index_EasingFunction as EasingFunction, index_EasingFunctionSchema as EasingFunctionSchema, index_ElementButtonPropsSchema as ElementButtonPropsSchema, type index_ElementDataSource as ElementDataSource, index_ElementDataSourceSchema as ElementDataSourceSchema, index_ElementFilterPropsSchema as ElementFilterPropsSchema, index_ElementFormPropsSchema as ElementFormPropsSchema, index_ElementImagePropsSchema as ElementImagePropsSchema, index_ElementNumberPropsSchema as ElementNumberPropsSchema, index_ElementRecordPickerPropsSchema as ElementRecordPickerPropsSchema, index_ElementTextPropsSchema as ElementTextPropsSchema, type index_EmbedConfig as EmbedConfig, index_EmbedConfigSchema as EmbedConfigSchema, type index_EvictionPolicy as EvictionPolicy, index_EvictionPolicySchema as EvictionPolicySchema, type index_FieldWidgetProps as FieldWidgetProps, index_FieldWidgetPropsSchema as FieldWidgetPropsSchema, type index_FocusManagement as FocusManagement, index_FocusManagementSchema as FocusManagementSchema, type index_FocusTrapConfig as FocusTrapConfig, index_FocusTrapConfigSchema as FocusTrapConfigSchema, type index_FormField as FormField, index_FormFieldSchema as FormFieldSchema, type index_FormSection as FormSection, index_FormSectionSchema as FormSectionSchema, type index_FormView as FormView, index_FormViewSchema as FormViewSchema, type index_GalleryConfig as GalleryConfig, index_GalleryConfigSchema as GalleryConfigSchema, index_GanttConfigSchema as GanttConfigSchema, type index_GestureConfig as GestureConfig, index_GestureConfigSchema as GestureConfigSchema, type index_GestureType as GestureType, index_GestureTypeSchema as GestureTypeSchema, type index_GlobalFilter as GlobalFilter, type index_GlobalFilterOptionsFrom as GlobalFilterOptionsFrom, index_GlobalFilterOptionsFromSchema as GlobalFilterOptionsFromSchema, index_GlobalFilterSchema as GlobalFilterSchema, type index_GroupNavItem as GroupNavItem, index_GroupNavItemSchema as GroupNavItemSchema, type index_GroupingConfig as GroupingConfig, index_GroupingConfigSchema as GroupingConfigSchema, index_GroupingFieldSchema as GroupingFieldSchema, type index_HttpMethod as HttpMethod, index_HttpMethodSchema as HttpMethodSchema, type index_HttpRequest as HttpRequest, index_HttpRequestSchema as HttpRequestSchema, type index_I18nLabel as I18nLabel, index_I18nLabelSchema as I18nLabelSchema, type index_I18nObject as I18nObject, index_I18nObjectSchema as I18nObjectSchema, type index_InterfacePageConfig as InterfacePageConfig, index_InterfacePageConfigSchema as InterfacePageConfigSchema, index_KanbanConfigSchema as KanbanConfigSchema, type index_KeyboardNavigationConfig as KeyboardNavigationConfig, index_KeyboardNavigationConfigSchema as KeyboardNavigationConfigSchema, type index_KeyboardShortcut as KeyboardShortcut, index_KeyboardShortcutSchema as KeyboardShortcutSchema, type index_ListColumn as ListColumn, index_ListColumnSchema as ListColumnSchema, type index_ListView as ListView, index_ListViewSchema as ListViewSchema, type index_LocaleConfig as LocaleConfig, index_LocaleConfigSchema as LocaleConfigSchema, type index_LongPressGestureConfig as LongPressGestureConfig, index_LongPressGestureConfigSchema as LongPressGestureConfigSchema, type index_MotionConfig as MotionConfig, index_MotionConfigSchema as MotionConfigSchema, type index_NavigationArea as NavigationArea, index_NavigationAreaSchema as NavigationAreaSchema, type index_NavigationConfig as NavigationConfig, index_NavigationConfigSchema as NavigationConfigSchema, type index_NavigationItem as NavigationItem, index_NavigationItemSchema as NavigationItemSchema, index_NavigationModeSchema as NavigationModeSchema, type index_Notification as Notification, type index_NotificationAction as NotificationAction, index_NotificationActionSchema as NotificationActionSchema, type index_NotificationConfig as NotificationConfig, index_NotificationConfigSchema as NotificationConfigSchema, type index_NotificationPosition as NotificationPosition, index_NotificationPositionSchema as NotificationPositionSchema, index_NotificationSchema as NotificationSchema, type index_NotificationSeverity as NotificationSeverity, index_NotificationSeveritySchema as NotificationSeveritySchema, type index_NotificationType as NotificationType, index_NotificationTypeSchema as NotificationTypeSchema, type index_NumberFormat as NumberFormat, index_NumberFormatSchema as NumberFormatSchema, type index_ObjectNavItem as ObjectNavItem, index_ObjectNavItemSchema as ObjectNavItemSchema, type index_OfflineCacheConfig as OfflineCacheConfig, index_OfflineCacheConfigSchema as OfflineCacheConfigSchema, type index_OfflineConfig as OfflineConfig, index_OfflineConfigSchema as OfflineConfigSchema, type index_OfflineStrategy as OfflineStrategy, index_OfflineStrategySchema as OfflineStrategySchema, type index_Page as Page, index_PageAccordionProps as PageAccordionProps, index_PageCardProps as PageCardProps, type index_PageComponent as PageComponent, index_PageComponentSchema as PageComponentSchema, index_PageComponentType as PageComponentType, index_PageHeaderProps as PageHeaderProps, type index_PageNavItem as PageNavItem, index_PageNavItemSchema as PageNavItemSchema, type index_PageRegion as PageRegion, index_PageRegionSchema as PageRegionSchema, index_PageSchema as PageSchema, index_PageTabsProps as PageTabsProps, type index_PageTransition as PageTransition, index_PageTransitionSchema as PageTransitionSchema, type index_PageType as PageType, index_PageTypeSchema as PageTypeSchema, type index_PageVariable as PageVariable, index_PageVariableSchema as PageVariableSchema, type index_PaginationConfig as PaginationConfig, index_PaginationConfigSchema as PaginationConfigSchema, type index_PerformanceConfig as PerformanceConfig, index_PerformanceConfigSchema as PerformanceConfigSchema, type index_PersistStorage as PersistStorage, index_PersistStorageSchema as PersistStorageSchema, type index_PinchGestureConfig as PinchGestureConfig, index_PinchGestureConfigSchema as PinchGestureConfigSchema, type index_PluralRule as PluralRule, index_PluralRuleSchema as PluralRuleSchema, index_RecordActivityProps as RecordActivityProps, index_RecordChatterProps as RecordChatterProps, index_RecordDetailsProps as RecordDetailsProps, index_RecordHighlightsProps as RecordHighlightsProps, index_RecordPathProps as RecordPathProps, index_RecordRelatedListProps as RecordRelatedListProps, type index_RecordReviewConfig as RecordReviewConfig, index_RecordReviewConfigSchema as RecordReviewConfigSchema, index_Report as Report, type index_ReportChart as ReportChart, type index_ReportChartInput as ReportChartInput, index_ReportChartSchema as ReportChartSchema, type index_ReportColumn as ReportColumn, type index_ReportColumnInput as ReportColumnInput, index_ReportColumnSchema as ReportColumnSchema, type index_ReportGrouping as ReportGrouping, type index_ReportGroupingInput as ReportGroupingInput, index_ReportGroupingSchema as ReportGroupingSchema, type index_ReportInput as ReportInput, type index_ReportNavItem as ReportNavItem, index_ReportNavItemSchema as ReportNavItemSchema, index_ReportSchema as ReportSchema, index_ReportType as ReportType, type index_ResponsiveConfig as ResponsiveConfig, index_ResponsiveConfigSchema as ResponsiveConfigSchema, type index_RowColorConfig as RowColorConfig, index_RowColorConfigSchema as RowColorConfigSchema, type index_RowHeight as RowHeight, index_RowHeightSchema as RowHeightSchema, type index_SelectionConfig as SelectionConfig, index_SelectionConfigSchema as SelectionConfigSchema, type index_Shadow as Shadow, index_ShadowSchema as ShadowSchema, type index_SharingConfig as SharingConfig, index_SharingConfigSchema as SharingConfigSchema, type index_Spacing as Spacing, index_SpacingSchema as SpacingSchema, type index_SwipeDirection as SwipeDirection, index_SwipeDirectionSchema as SwipeDirectionSchema, type index_SwipeGestureConfig as SwipeGestureConfig, index_SwipeGestureConfigSchema as SwipeGestureConfigSchema, type index_SyncConfig as SyncConfig, index_SyncConfigSchema as SyncConfigSchema, type index_Theme as Theme, type index_ThemeMode as ThemeMode, index_ThemeSchema as ThemeSchema, type index_TimelineConfig as TimelineConfig, index_TimelineConfigSchema as TimelineConfigSchema, type index_TouchInteraction as TouchInteraction, index_TouchInteractionSchema as TouchInteractionSchema, type index_TouchTargetConfig as TouchTargetConfig, index_TouchTargetConfigSchema as TouchTargetConfigSchema, type index_TransitionConfig as TransitionConfig, index_TransitionConfigSchema as TransitionConfigSchema, type index_TransitionPreset as TransitionPreset, index_TransitionPresetSchema as TransitionPresetSchema, type index_Typography as Typography, index_TypographySchema as TypographySchema, type index_UrlNavItem as UrlNavItem, index_UrlNavItemSchema as UrlNavItemSchema, type index_UserActionsConfig as UserActionsConfig, index_UserActionsConfigSchema as UserActionsConfigSchema, type index_View as View, type index_ViewData as ViewData, index_ViewDataSchema as ViewDataSchema, index_ViewSchema as ViewSchema, type index_ViewSharing as ViewSharing, index_ViewSharingSchema as ViewSharingSchema, type index_ViewTab as ViewTab, index_ViewTabSchema as ViewTabSchema, type index_VisualizationType as VisualizationType, index_VisualizationTypeSchema as VisualizationTypeSchema, type index_WcagContrastLevel as WcagContrastLevel, type index_WidgetActionType as WidgetActionType, index_WidgetActionTypeSchema as WidgetActionTypeSchema, type index_WidgetColorVariant as WidgetColorVariant, index_WidgetColorVariantSchema as WidgetColorVariantSchema, type index_WidgetEvent as WidgetEvent, index_WidgetEventSchema as WidgetEventSchema, type index_WidgetLifecycle as WidgetLifecycle, index_WidgetLifecycleSchema as WidgetLifecycleSchema, type index_WidgetManifest as WidgetManifest, index_WidgetManifestSchema as WidgetManifestSchema, type index_WidgetMeasure as WidgetMeasure, index_WidgetMeasureSchema as WidgetMeasureSchema, type index_WidgetProperty as WidgetProperty, index_WidgetPropertySchema as WidgetPropertySchema, type index_WidgetSource as WidgetSource, index_WidgetSourceSchema as WidgetSourceSchema, type index_ZIndex as ZIndex, index_ZIndexSchema as ZIndexSchema, index_defineApp as defineApp, index_defineView as defineView };
|
|
7275
8936
|
}
|
|
7276
8937
|
|
|
7277
|
-
export {
|
|
8938
|
+
export { type DashboardNavItem as $, AriaPropsSchema as A, BreakpointName as B, ChartTypeSchema as C, DateFormatSchema as D, type PerformanceConfig as E, DashboardNavItemSchema as F, PageNavItemSchema as G, ReportNavItemSchema as H, I18nObjectSchema as I, ActionNavItemSchema as J, GroupNavItemSchema as K, LocaleConfigSchema as L, NavigationItemSchema as M, NumberFormatSchema as N, ObjectNavItemSchema as O, PluralRuleSchema as P, AppBrandingSchema as Q, ResponsiveConfigSchema as R, NavigationAreaSchema as S, AppSchema as T, UrlNavItemSchema as U, App as V, type AppInput as W, type AppBranding as X, type NavigationItem as Y, type NavigationArea as Z, type ObjectNavItem as _, defineApp as a, DashboardWidgetSchema as a$, type PageNavItem as a0, type UrlNavItem as a1, type ReportNavItem as a2, type ActionNavItem as a3, type GroupNavItem as a4, HttpMethodSchema as a5, HttpRequestSchema as a6, ViewDataSchema as a7, ColumnSummarySchema as a8, ListColumnSchema as a9, type FormView as aA, type FormSection as aB, type ListColumn as aC, type FormField as aD, type SelectionConfig as aE, type NavigationConfig as aF, type PaginationConfig as aG, type ViewData as aH, type HttpRequest as aI, type HttpMethod as aJ, type ColumnSummary as aK, type RowHeight as aL, type GroupingConfig as aM, type GalleryConfig as aN, type TimelineConfig as aO, type ViewSharing as aP, type RowColorConfig as aQ, type VisualizationType as aR, type UserActionsConfig as aS, type AppearanceConfig as aT, type ViewTab as aU, type AddRecordConfig as aV, WidgetColorVariantSchema as aW, WidgetActionTypeSchema as aX, DashboardHeaderActionSchema as aY, DashboardHeaderSchema as aZ, WidgetMeasureSchema as a_, SelectionConfigSchema as aa, PaginationConfigSchema as ab, RowHeightSchema as ac, GroupingFieldSchema as ad, GroupingConfigSchema as ae, GalleryConfigSchema as af, TimelineConfigSchema as ag, ViewSharingSchema as ah, RowColorConfigSchema as ai, VisualizationTypeSchema as aj, UserActionsConfigSchema as ak, AppearanceConfigSchema as al, ViewTabSchema as am, AddRecordConfigSchema as an, KanbanConfigSchema as ao, CalendarConfigSchema as ap, GanttConfigSchema as aq, NavigationModeSchema as ar, NavigationConfigSchema as as, ListViewSchema as at, FormFieldSchema as au, FormSectionSchema as av, FormViewSchema as aw, ViewSchema as ax, type View as ay, type ListView as az, type ChartType as b, type FieldWidgetProps as b$, GlobalFilterOptionsFromSchema as b0, GlobalFilterSchema as b1, DashboardSchema as b2, Dashboard as b3, type DashboardInput as b4, type DashboardWidget as b5, type DashboardHeader as b6, type DashboardHeaderAction as b7, type WidgetMeasure as b8, type WidgetColorVariant as b9, BlankPageLayoutItemSchema as bA, BlankPageLayoutSchema as bB, PageTypeSchema as bC, RecordReviewConfigSchema as bD, InterfacePageConfigSchema as bE, PageSchema as bF, type Page as bG, type PageType as bH, type PageComponent as bI, type PageRegion as bJ, type PageVariable as bK, type ElementDataSource as bL, type RecordReviewConfig as bM, type BlankPageLayoutItem as bN, type BlankPageLayout as bO, type InterfacePageConfig as bP, WidgetLifecycleSchema as bQ, type WidgetLifecycle as bR, WidgetEventSchema as bS, type WidgetEvent as bT, WidgetPropertySchema as bU, type WidgetProperty as bV, WidgetSourceSchema as bW, type WidgetSource as bX, WidgetManifestSchema as bY, type WidgetManifest as bZ, FieldWidgetPropsSchema as b_, type WidgetActionType as ba, type GlobalFilter as bb, type GlobalFilterOptionsFrom as bc, ReportType as bd, ReportColumnSchema as be, ReportGroupingSchema as bf, ReportChartSchema as bg, ReportSchema as bh, Report as bi, type ReportColumn as bj, type ReportGrouping as bk, type ReportChart as bl, type ReportInput as bm, type ReportColumnInput as bn, type ReportGroupingInput as bo, type ReportChartInput as bp, ActionParamSchema as bq, ActionSchema as br, Action as bs, type ActionParam as bt, type ActionInput as bu, PageRegionSchema as bv, PageComponentType as bw, ElementDataSourceSchema as bx, PageComponentSchema as by, PageVariableSchema as bz, ChartAxisSchema as c, type SyncConfig as c$, PageHeaderProps as c0, PageTabsProps as c1, PageCardProps as c2, RecordDetailsProps as c3, RecordRelatedListProps as c4, RecordHighlightsProps as c5, RecordActivityProps as c6, RecordChatterProps as c7, RecordPathProps as c8, PageAccordionProps as c9, type Spacing as cA, type BorderRadius as cB, type Shadow as cC, type Breakpoints as cD, type Animation as cE, type ZIndex as cF, TouchTargetConfigSchema as cG, type TouchTargetConfig as cH, GestureTypeSchema as cI, type GestureType as cJ, SwipeDirectionSchema as cK, type SwipeDirection as cL, SwipeGestureConfigSchema as cM, type SwipeGestureConfig as cN, PinchGestureConfigSchema as cO, type PinchGestureConfig as cP, LongPressGestureConfigSchema as cQ, type LongPressGestureConfig as cR, GestureConfigSchema as cS, type GestureConfig as cT, TouchInteractionSchema as cU, type TouchInteraction as cV, OfflineStrategySchema as cW, type OfflineStrategy as cX, ConflictResolutionSchema as cY, type ConflictResolution as cZ, SyncConfigSchema as c_, AIChatWindowProps as ca, ElementTextPropsSchema as cb, ElementNumberPropsSchema as cc, ElementImagePropsSchema as cd, ElementButtonPropsSchema as ce, ElementFilterPropsSchema as cf, ElementFormPropsSchema as cg, ElementRecordPickerPropsSchema as ch, ComponentPropsMap as ci, type ComponentProps as cj, type ComponentPropsInput as ck, ColorPaletteSchema as cl, TypographySchema as cm, SpacingSchema as cn, BorderRadiusSchema as co, ShadowSchema as cp, BreakpointsSchema as cq, AnimationSchema as cr, ZIndexSchema as cs, ThemeMode as ct, DensityMode as cu, WcagContrastLevel as cv, ThemeSchema as cw, type Theme as cx, type ColorPalette as cy, type Typography as cz, defineView as d, PersistStorageSchema as d0, type PersistStorage as d1, EvictionPolicySchema as d2, type EvictionPolicy as d3, OfflineCacheConfigSchema as d4, type OfflineCacheConfig as d5, OfflineConfigSchema as d6, type OfflineConfig as d7, FocusTrapConfigSchema as d8, type FocusTrapConfig as d9, type NotificationPosition as dA, NotificationActionSchema as dB, type NotificationAction as dC, NotificationSchema as dD, type Notification as dE, NotificationConfigSchema as dF, type NotificationConfig as dG, DragHandleSchema as dH, type DragHandle as dI, DropEffectSchema as dJ, type DropEffect as dK, DragConstraintSchema as dL, type DragConstraint as dM, DropZoneSchema as dN, type DropZone as dO, DragItemSchema as dP, type DragItem as dQ, DndConfigSchema as dR, type DndConfig as dS, SharingConfigSchema as dT, EmbedConfigSchema as dU, type SharingConfig as dV, type EmbedConfig as dW, KeyboardShortcutSchema as da, type KeyboardShortcut as db, FocusManagementSchema as dc, type FocusManagement as dd, KeyboardNavigationConfigSchema as de, type KeyboardNavigationConfig as df, TransitionPresetSchema as dg, type TransitionPreset as dh, EasingFunctionSchema as di, type EasingFunction as dj, TransitionConfigSchema as dk, type TransitionConfig as dl, AnimationTriggerSchema as dm, type AnimationTrigger as dn, ComponentAnimationSchema as dp, type ComponentAnimation as dq, PageTransitionSchema as dr, type PageTransition as ds, MotionConfigSchema as dt, type MotionConfig as du, NotificationTypeSchema as dv, type NotificationType as dw, NotificationSeveritySchema as dx, type NotificationSeverity as dy, NotificationPositionSchema as dz, ChartSeriesSchema as e, ChartAnnotationSchema as f, ChartInteractionSchema as g, ChartConfigSchema as h, index as i, type ChartConfig as j, type ChartAxis as k, type ChartSeries as l, type ChartAnnotation as m, type ChartInteraction as n, type I18nObject as o, I18nLabelSchema as p, type I18nLabel as q, type AriaProps as r, type PluralRule as s, type NumberFormat as t, type DateFormat as u, type LocaleConfig as v, BreakpointColumnMapSchema as w, BreakpointOrderMapSchema as x, type ResponsiveConfig as y, PerformanceConfigSchema as z };
|