@objectstack/spec 3.0.7 → 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 +382 -1
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +362 -2
- 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 +120 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +110 -1
- 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-D87KXoQH.d.mts → index-B1AZWWcE.d.ts} +8 -8
- 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-CbrWf0x5.d.ts → index-Ci0RXmHz.d.mts} +8 -8
- package/dist/{index-3M_Ea-Ik.d.mts → index-CsTJO_xM.d.mts} +689 -6
- package/dist/{index-CoEZYWX-.d.ts → index-CzktECeu.d.ts} +1960 -24
- package/dist/{index-DA0qoRCT.d.mts → index-D2Ax_A0R.d.mts} +1960 -24
- package/dist/{index-DNxw-Dkd.d.mts → index-DIgqySbe.d.mts} +224 -11
- 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-7tz6PlLg.d.ts → index-DsbZHCgH.d.ts} +224 -11
- package/dist/{index-h0QkzinG.d.ts → index-SXEQtWmF.d.ts} +689 -6
- package/dist/index.d.mts +392 -20
- package/dist/index.d.ts +392 -20
- package/dist/index.js +600 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +600 -4
- 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/{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.js +2 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +2 -0
- package/dist/shared/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 +259 -4
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +250 -5
- 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 +469 -2
- 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 +2 -2
- 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 +2 -2
- 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 +9672 -3207
- 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 +2 -2
- 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 +2 -2
- package/json-schema/studio/CanvasZoomSettings.json +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +469 -2
- 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 +2 -2
- package/json-schema/ui/BlankPageLayoutItem.json +2 -2
- 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 +2 -2
- package/json-schema/ui/DashboardHeader.json +2 -2
- package/json-schema/ui/DashboardHeaderAction.json +2 -2
- package/json-schema/ui/DashboardNavItem.json +24 -2
- package/json-schema/ui/DashboardWidget.json +2 -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 +2 -2
- package/json-schema/ui/ElementDataSource.json +2 -2
- package/json-schema/ui/ElementFilterProps.json +2 -2
- package/json-schema/ui/ElementFormProps.json +2 -2
- package/json-schema/ui/ElementImageProps.json +2 -2
- package/json-schema/ui/ElementNumberProps.json +2 -2
- package/json-schema/ui/ElementRecordPickerProps.json +2 -2
- package/json-schema/ui/ElementTextProps.json +2 -2
- package/json-schema/ui/EmbedConfig.json +2 -2
- 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 +2 -2
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- 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 +272 -2
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +2 -2
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageNavItem.json +24 -2
- package/json-schema/ui/PageRegion.json +2 -2
- package/json-schema/ui/PageTabsProps.json +2 -2
- package/json-schema/ui/PageTransition.json +2 -2
- package/json-schema/ui/PageType.json +2 -2
- package/json-schema/ui/PageVariable.json +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- 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 +2 -2
- 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 +1 -1
- 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-BpoHXl6n.d.mts → package-registry.zod-CO7_ejFC.d.mts} +7 -7
- package/dist/{package-registry.zod-BpoHXl6n.d.ts → package-registry.zod-CO7_ejFC.d.ts} +7 -7
|
@@ -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,7 +855,10 @@ 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>;
|
|
@@ -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").
|
|
@@ -883,6 +982,24 @@ declare const AppSchema: z.ZodObject<{
|
|
|
883
982
|
active: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
884
983
|
isDefault: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
885
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>>>;
|
|
886
1003
|
homePageId: z.ZodOptional<z.ZodString>;
|
|
887
1004
|
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
888
1005
|
objects: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
@@ -953,10 +1070,13 @@ type App = z.infer<typeof AppSchema>;
|
|
|
953
1070
|
type AppInput = z.input<typeof AppSchema>;
|
|
954
1071
|
type AppBranding = z.infer<typeof AppBrandingSchema>;
|
|
955
1072
|
type NavigationItem = z.infer<typeof NavigationItemSchema>;
|
|
1073
|
+
type NavigationArea = z.infer<typeof NavigationAreaSchema>;
|
|
956
1074
|
type ObjectNavItem = z.infer<typeof ObjectNavItemSchema>;
|
|
957
1075
|
type DashboardNavItem = z.infer<typeof DashboardNavItemSchema>;
|
|
958
1076
|
type PageNavItem = z.infer<typeof PageNavItemSchema>;
|
|
959
1077
|
type UrlNavItem = z.infer<typeof UrlNavItemSchema>;
|
|
1078
|
+
type ReportNavItem = z.infer<typeof ReportNavItemSchema>;
|
|
1079
|
+
type ActionNavItem = z.infer<typeof ActionNavItemSchema>;
|
|
960
1080
|
type GroupNavItem = z.infer<typeof GroupNavItemSchema> & {
|
|
961
1081
|
children: NavigationItem[];
|
|
962
1082
|
};
|
|
@@ -1198,6 +1318,95 @@ declare const RowColorConfigSchema: z.ZodObject<{
|
|
|
1198
1318
|
field: z.ZodString;
|
|
1199
1319
|
colors: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1200
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>;
|
|
1201
1410
|
/**
|
|
1202
1411
|
* Kanban Settings
|
|
1203
1412
|
*/
|
|
@@ -1520,6 +1729,57 @@ declare const ListViewSchema: z.ZodObject<{
|
|
|
1520
1729
|
xlsx: "xlsx";
|
|
1521
1730
|
pdf: "pdf";
|
|
1522
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>;
|
|
1523
1783
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
1524
1784
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1525
1785
|
key: z.ZodString;
|
|
@@ -2040,6 +2300,57 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2040
2300
|
xlsx: "xlsx";
|
|
2041
2301
|
pdf: "pdf";
|
|
2042
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>;
|
|
2043
2354
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
2044
2355
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2045
2356
|
key: z.ZodString;
|
|
@@ -2449,6 +2760,57 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2449
2760
|
xlsx: "xlsx";
|
|
2450
2761
|
pdf: "pdf";
|
|
2451
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>;
|
|
2452
2814
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
2453
2815
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2454
2816
|
key: z.ZodString;
|
|
@@ -2662,6 +3024,11 @@ type GalleryConfig = z.infer<typeof GalleryConfigSchema>;
|
|
|
2662
3024
|
type TimelineConfig = z.infer<typeof TimelineConfigSchema>;
|
|
2663
3025
|
type ViewSharing = z.infer<typeof ViewSharingSchema>;
|
|
2664
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>;
|
|
2665
3032
|
|
|
2666
3033
|
/**
|
|
2667
3034
|
* Color variant for dashboard widgets (e.g., KPI cards).
|
|
@@ -4792,6 +5159,77 @@ declare const RecordReviewConfigSchema: z.ZodObject<{
|
|
|
4792
5159
|
}>>>;
|
|
4793
5160
|
showProgress: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4794
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>;
|
|
5232
|
+
}, z.core.$strip>;
|
|
4795
5233
|
/**
|
|
4796
5234
|
* Page Schema
|
|
4797
5235
|
* Defines a composition of components for a specific context.
|
|
@@ -5011,6 +5449,69 @@ declare const PageSchema: z.ZodObject<{
|
|
|
5011
5449
|
}, z.core.$strip>>;
|
|
5012
5450
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
5013
5451
|
assignedProfiles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
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>>;
|
|
5014
5515
|
aria: z.ZodOptional<z.ZodObject<{
|
|
5015
5516
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5016
5517
|
key: z.ZodString;
|
|
@@ -5030,6 +5531,7 @@ type ElementDataSource = z.infer<typeof ElementDataSourceSchema>;
|
|
|
5030
5531
|
type RecordReviewConfig = z.infer<typeof RecordReviewConfigSchema>;
|
|
5031
5532
|
type BlankPageLayoutItem = z.infer<typeof BlankPageLayoutItemSchema>;
|
|
5032
5533
|
type BlankPageLayout = z.infer<typeof BlankPageLayoutSchema>;
|
|
5534
|
+
type InterfacePageConfig = z.infer<typeof InterfacePageConfigSchema>;
|
|
5033
5535
|
|
|
5034
5536
|
/**
|
|
5035
5537
|
* Widget Lifecycle Hooks Schema
|
|
@@ -5383,6 +5885,7 @@ declare const FieldWidgetPropsSchema: z.ZodObject<{
|
|
|
5383
5885
|
}>;
|
|
5384
5886
|
description: z.ZodOptional<z.ZodString>;
|
|
5385
5887
|
format: z.ZodOptional<z.ZodString>;
|
|
5888
|
+
columnName: z.ZodOptional<z.ZodString>;
|
|
5386
5889
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
5387
5890
|
searchable: z.ZodDefault<z.ZodBoolean>;
|
|
5388
5891
|
multiple: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -5768,14 +6271,95 @@ declare const RecordHighlightsProps: z.ZodObject<{
|
|
|
5768
6271
|
}, z.core.$strip>;
|
|
5769
6272
|
declare const RecordActivityProps: z.ZodObject<{
|
|
5770
6273
|
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6274
|
+
file: "file";
|
|
5771
6275
|
email: "email";
|
|
5772
6276
|
event: "event";
|
|
6277
|
+
comment: "comment";
|
|
6278
|
+
field_change: "field_change";
|
|
5773
6279
|
task: "task";
|
|
5774
6280
|
call: "call";
|
|
5775
6281
|
note: "note";
|
|
6282
|
+
record_create: "record_create";
|
|
6283
|
+
record_delete: "record_delete";
|
|
6284
|
+
approval: "approval";
|
|
6285
|
+
sharing: "sharing";
|
|
6286
|
+
system: "system";
|
|
5776
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>;
|
|
5777
6295
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
5778
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>>;
|
|
5779
6363
|
aria: z.ZodOptional<z.ZodObject<{
|
|
5780
6364
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5781
6365
|
key: z.ZodString;
|
|
@@ -6201,14 +6785,95 @@ declare const ComponentPropsMap: {
|
|
|
6201
6785
|
}, z.core.$strip>;
|
|
6202
6786
|
readonly 'record:activity': z.ZodObject<{
|
|
6203
6787
|
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6788
|
+
file: "file";
|
|
6204
6789
|
email: "email";
|
|
6205
6790
|
event: "event";
|
|
6791
|
+
comment: "comment";
|
|
6792
|
+
field_change: "field_change";
|
|
6206
6793
|
task: "task";
|
|
6207
6794
|
call: "call";
|
|
6208
6795
|
note: "note";
|
|
6796
|
+
record_create: "record_create";
|
|
6797
|
+
record_delete: "record_delete";
|
|
6798
|
+
approval: "approval";
|
|
6799
|
+
sharing: "sharing";
|
|
6800
|
+
system: "system";
|
|
6209
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>;
|
|
6210
6809
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
6211
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>>;
|
|
6212
6877
|
aria: z.ZodOptional<z.ZodObject<{
|
|
6213
6878
|
ariaLabel: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6214
6879
|
key: z.ZodString;
|
|
@@ -6219,7 +6884,6 @@ declare const ComponentPropsMap: {
|
|
|
6219
6884
|
role: z.ZodOptional<z.ZodString>;
|
|
6220
6885
|
}, z.core.$strip>>;
|
|
6221
6886
|
}, z.core.$strip>;
|
|
6222
|
-
readonly 'record:chatter': z.ZodObject<{}, z.core.$strip>;
|
|
6223
6887
|
readonly 'record:path': z.ZodObject<{
|
|
6224
6888
|
statusField: z.ZodString;
|
|
6225
6889
|
stages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7151,9 +7815,9 @@ declare const KeyboardShortcutSchema: z.ZodObject<{
|
|
|
7151
7815
|
}, z.core.$strip>]>>;
|
|
7152
7816
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
7153
7817
|
list: "list";
|
|
7154
|
-
modal: "modal";
|
|
7155
7818
|
view: "view";
|
|
7156
7819
|
form: "form";
|
|
7820
|
+
modal: "modal";
|
|
7157
7821
|
global: "global";
|
|
7158
7822
|
}>>;
|
|
7159
7823
|
}, z.core.$strip>;
|
|
@@ -7193,9 +7857,9 @@ declare const KeyboardNavigationConfigSchema: z.ZodObject<{
|
|
|
7193
7857
|
}, z.core.$strip>]>>;
|
|
7194
7858
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
7195
7859
|
list: "list";
|
|
7196
|
-
modal: "modal";
|
|
7197
7860
|
view: "view";
|
|
7198
7861
|
form: "form";
|
|
7862
|
+
modal: "modal";
|
|
7199
7863
|
global: "global";
|
|
7200
7864
|
}>>;
|
|
7201
7865
|
}, z.core.$strip>>>;
|
|
@@ -7967,9 +8631,13 @@ type EmbedConfig = z.infer<typeof EmbedConfigSchema>;
|
|
|
7967
8631
|
declare const index_AIChatWindowProps: typeof AIChatWindowProps;
|
|
7968
8632
|
declare const index_Action: typeof Action;
|
|
7969
8633
|
type index_ActionInput = ActionInput;
|
|
8634
|
+
type index_ActionNavItem = ActionNavItem;
|
|
8635
|
+
declare const index_ActionNavItemSchema: typeof ActionNavItemSchema;
|
|
7970
8636
|
type index_ActionParam = ActionParam;
|
|
7971
8637
|
declare const index_ActionParamSchema: typeof ActionParamSchema;
|
|
7972
8638
|
declare const index_ActionSchema: typeof ActionSchema;
|
|
8639
|
+
type index_AddRecordConfig = AddRecordConfig;
|
|
8640
|
+
declare const index_AddRecordConfigSchema: typeof AddRecordConfigSchema;
|
|
7973
8641
|
type index_Animation = Animation;
|
|
7974
8642
|
declare const index_AnimationSchema: typeof AnimationSchema;
|
|
7975
8643
|
type index_AnimationTrigger = AnimationTrigger;
|
|
@@ -7979,6 +8647,8 @@ type index_AppBranding = AppBranding;
|
|
|
7979
8647
|
declare const index_AppBrandingSchema: typeof AppBrandingSchema;
|
|
7980
8648
|
type index_AppInput = AppInput;
|
|
7981
8649
|
declare const index_AppSchema: typeof AppSchema;
|
|
8650
|
+
type index_AppearanceConfig = AppearanceConfig;
|
|
8651
|
+
declare const index_AppearanceConfigSchema: typeof AppearanceConfigSchema;
|
|
7982
8652
|
type index_AriaProps = AriaProps;
|
|
7983
8653
|
declare const index_AriaPropsSchema: typeof AriaPropsSchema;
|
|
7984
8654
|
type index_BlankPageLayout = BlankPageLayout;
|
|
@@ -8093,6 +8763,8 @@ type index_I18nLabel = I18nLabel;
|
|
|
8093
8763
|
declare const index_I18nLabelSchema: typeof I18nLabelSchema;
|
|
8094
8764
|
type index_I18nObject = I18nObject;
|
|
8095
8765
|
declare const index_I18nObjectSchema: typeof I18nObjectSchema;
|
|
8766
|
+
type index_InterfacePageConfig = InterfacePageConfig;
|
|
8767
|
+
declare const index_InterfacePageConfigSchema: typeof InterfacePageConfigSchema;
|
|
8096
8768
|
declare const index_KanbanConfigSchema: typeof KanbanConfigSchema;
|
|
8097
8769
|
type index_KeyboardNavigationConfig = KeyboardNavigationConfig;
|
|
8098
8770
|
declare const index_KeyboardNavigationConfigSchema: typeof KeyboardNavigationConfigSchema;
|
|
@@ -8108,6 +8780,8 @@ type index_LongPressGestureConfig = LongPressGestureConfig;
|
|
|
8108
8780
|
declare const index_LongPressGestureConfigSchema: typeof LongPressGestureConfigSchema;
|
|
8109
8781
|
type index_MotionConfig = MotionConfig;
|
|
8110
8782
|
declare const index_MotionConfigSchema: typeof MotionConfigSchema;
|
|
8783
|
+
type index_NavigationArea = NavigationArea;
|
|
8784
|
+
declare const index_NavigationAreaSchema: typeof NavigationAreaSchema;
|
|
8111
8785
|
type index_NavigationConfig = NavigationConfig;
|
|
8112
8786
|
declare const index_NavigationConfigSchema: typeof NavigationConfigSchema;
|
|
8113
8787
|
type index_NavigationItem = NavigationItem;
|
|
@@ -8165,6 +8839,7 @@ declare const index_PinchGestureConfigSchema: typeof PinchGestureConfigSchema;
|
|
|
8165
8839
|
type index_PluralRule = PluralRule;
|
|
8166
8840
|
declare const index_PluralRuleSchema: typeof PluralRuleSchema;
|
|
8167
8841
|
declare const index_RecordActivityProps: typeof RecordActivityProps;
|
|
8842
|
+
declare const index_RecordChatterProps: typeof RecordChatterProps;
|
|
8168
8843
|
declare const index_RecordDetailsProps: typeof RecordDetailsProps;
|
|
8169
8844
|
declare const index_RecordHighlightsProps: typeof RecordHighlightsProps;
|
|
8170
8845
|
declare const index_RecordPathProps: typeof RecordPathProps;
|
|
@@ -8182,6 +8857,8 @@ type index_ReportGrouping = ReportGrouping;
|
|
|
8182
8857
|
type index_ReportGroupingInput = ReportGroupingInput;
|
|
8183
8858
|
declare const index_ReportGroupingSchema: typeof ReportGroupingSchema;
|
|
8184
8859
|
type index_ReportInput = ReportInput;
|
|
8860
|
+
type index_ReportNavItem = ReportNavItem;
|
|
8861
|
+
declare const index_ReportNavItemSchema: typeof ReportNavItemSchema;
|
|
8185
8862
|
declare const index_ReportSchema: typeof ReportSchema;
|
|
8186
8863
|
declare const index_ReportType: typeof ReportType;
|
|
8187
8864
|
type index_ResponsiveConfig = ResponsiveConfig;
|
|
@@ -8221,12 +8898,18 @@ type index_Typography = Typography;
|
|
|
8221
8898
|
declare const index_TypographySchema: typeof TypographySchema;
|
|
8222
8899
|
type index_UrlNavItem = UrlNavItem;
|
|
8223
8900
|
declare const index_UrlNavItemSchema: typeof UrlNavItemSchema;
|
|
8901
|
+
type index_UserActionsConfig = UserActionsConfig;
|
|
8902
|
+
declare const index_UserActionsConfigSchema: typeof UserActionsConfigSchema;
|
|
8224
8903
|
type index_View = View;
|
|
8225
8904
|
type index_ViewData = ViewData;
|
|
8226
8905
|
declare const index_ViewDataSchema: typeof ViewDataSchema;
|
|
8227
8906
|
declare const index_ViewSchema: typeof ViewSchema;
|
|
8228
8907
|
type index_ViewSharing = ViewSharing;
|
|
8229
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;
|
|
8230
8913
|
type index_WcagContrastLevel = WcagContrastLevel;
|
|
8231
8914
|
type index_WidgetActionType = WidgetActionType;
|
|
8232
8915
|
declare const index_WidgetActionTypeSchema: typeof WidgetActionTypeSchema;
|
|
@@ -8249,7 +8932,7 @@ declare const index_ZIndexSchema: typeof ZIndexSchema;
|
|
|
8249
8932
|
declare const index_defineApp: typeof defineApp;
|
|
8250
8933
|
declare const index_defineView: typeof defineView;
|
|
8251
8934
|
declare namespace index {
|
|
8252
|
-
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_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, 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_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_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, 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_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_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 };
|
|
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 };
|
|
8253
8936
|
}
|
|
8254
8937
|
|
|
8255
|
-
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 };
|