@objectstack/spec 3.0.9 → 3.0.11
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/api/index.d.mts +6 -6
- package/dist/api/index.d.ts +6 -6
- package/dist/api/index.js +93 -13
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +93 -14
- package/dist/api/index.mjs.map +1 -1
- package/dist/app-install.zod-BEVR4Rrw.d.mts +387 -0
- package/dist/app-install.zod-BEVR4Rrw.d.ts +387 -0
- 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 +8 -7
- package/dist/contracts/index.d.ts +8 -7
- package/dist/data/index.d.mts +5 -5
- package/dist/data/index.d.ts +5 -5
- package/dist/data/index.js +255 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +247 -1
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-BHxpAwVr.d.ts → field.zod-CMm9uHBm.d.ts} +3 -3
- package/dist/{field.zod-mxBoNxg8.d.mts → field.zod-K9xdi_Bk.d.mts} +3 -3
- package/dist/{filter.zod-CtZ3VJ3e.d.mts → filter.zod-BAmN6a5B.d.mts} +53 -1
- package/dist/{filter.zod-CtZ3VJ3e.d.ts → filter.zod-BAmN6a5B.d.ts} +53 -1
- package/dist/{http.zod-zoVvPkD-.d.mts → http.zod-D7ZTstT3.d.mts} +33 -1
- package/dist/{http.zod-zoVvPkD-.d.ts → http.zod-D7ZTstT3.d.ts} +33 -1
- package/dist/{index-AqIVxuzT.d.mts → index-B_XH6aFD.d.mts} +26 -26
- package/dist/{index-CdgkfP4m.d.ts → index-BjQsCsO9.d.ts} +6 -2
- package/dist/{index-ClaAfDgl.d.mts → index-CCSUF3WR.d.mts} +6 -2
- package/dist/{index-D0K6e9cT.d.ts → index-CIiQ-UuT.d.mts} +153 -213
- package/dist/{index-DXGnzTsY.d.mts → index-CJIWgRtH.d.mts} +488 -7
- package/dist/{index-DTc_NZfW.d.ts → index-CNiPVzsx.d.ts} +26 -26
- package/dist/{index-zkXIOLcm.d.ts → index-CVsfQ7rS.d.ts} +970 -110
- package/dist/{index-DsbZHCgH.d.ts → index-DEvrB28l.d.ts} +1016 -22
- package/dist/{index-CsTJO_xM.d.mts → index-DRLcnyOy.d.ts} +333 -90
- package/dist/{index-KZbFyT_N.d.ts → index-DZ7LmKj0.d.ts} +488 -7
- package/dist/{index-Bkf-4Hgd.d.mts → index-D_XkwA3D.d.ts} +153 -213
- package/dist/{index-CEqhxDGw.d.ts → index-DrCY7GGk.d.ts} +73 -17
- package/dist/{index-DIgqySbe.d.mts → index-Duacv2Tg.d.mts} +1016 -22
- package/dist/{index-BPPEvklW.d.mts → index-Dyec30Bw.d.mts} +970 -110
- package/dist/{index-D7IVfhww.d.mts → index-c0nqlX_G.d.mts} +73 -17
- package/dist/{index-SXEQtWmF.d.ts → index-iPNdbMFV.d.mts} +333 -90
- package/dist/index.d.mts +335 -72
- package/dist/index.d.ts +335 -72
- package/dist/index.js +1560 -110
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1560 -110
- package/dist/index.mjs.map +1 -1
- package/dist/kernel/index.d.mts +2 -2
- package/dist/kernel/index.d.ts +2 -2
- package/dist/kernel/index.js +429 -0
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +429 -1
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/qa/index.d.mts +1 -1
- package/dist/qa/index.d.ts +1 -1
- package/dist/shared/index.d.mts +2 -2
- package/dist/shared/index.d.ts +2 -2
- package/dist/shared/index.js +10 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +9 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/{subscription.zod-CJ4JWmNt.d.ts → subscription.zod-D1ut7JDL.d.ts} +248 -3
- package/dist/{subscription.zod-D5j365Fg.d.mts → subscription.zod-Dy8wi1B9.d.mts} +248 -3
- package/dist/system/index.d.mts +3 -2
- package/dist/system/index.d.ts +3 -2
- package/dist/system/index.js +1142 -73
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +1096 -74
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +3 -2
- package/dist/ui/index.d.ts +3 -2
- package/dist/ui/index.js +127 -24
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +124 -25
- 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 +2 -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 +2 -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 +2 -2
- package/json-schema/api/AddReactionResponse.json +2 -2
- 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 +2 -2
- package/json-schema/api/AuthEndpoint.json +2 -2
- package/json-schema/api/AuthProvider.json +2 -2
- package/json-schema/api/AutomationApiErrorCode.json +2 -2
- package/json-schema/api/AutomationFlowPathParams.json +2 -2
- package/json-schema/api/AutomationRunPathParams.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/ChangelogEntry.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/CompleteChunkedUploadRequest.json +2 -2
- package/json-schema/api/CompleteChunkedUploadResponse.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/CreateExportJobRequest.json +2 -2
- package/json-schema/api/CreateExportJobResponse.json +2 -2
- package/json-schema/api/CreateFeedItemRequest.json +2 -2
- package/json-schema/api/CreateFeedItemResponse.json +2 -2
- package/json-schema/api/CreateFlowRequest.json +2 -2
- package/json-schema/api/CreateFlowResponse.json +2 -2
- 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/DeduplicationStrategy.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 +2 -2
- package/json-schema/api/DeleteFeedItemResponse.json +2 -2
- package/json-schema/api/DeleteFlowRequest.json +2 -2
- package/json-schema/api/DeleteFlowResponse.json +2 -2
- 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/ExportFormat.json +2 -2
- package/json-schema/api/ExportImportTemplate.json +2 -2
- package/json-schema/api/ExportJobProgress.json +2 -2
- package/json-schema/api/ExportJobStatus.json +2 -2
- package/json-schema/api/ExportJobSummary.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 +2 -2
- package/json-schema/api/FeedItemPathParams.json +2 -2
- package/json-schema/api/FeedListFilterType.json +2 -2
- package/json-schema/api/FeedPathParams.json +2 -2
- package/json-schema/api/FeedUnsubscribeRequest.json +2 -2
- package/json-schema/api/FieldError.json +2 -2
- package/json-schema/api/FieldMappingEntry.json +2 -2
- package/json-schema/api/FileTypeValidation.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/FlowSummary.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/GetChangelogRequest.json +2 -2
- package/json-schema/api/GetChangelogResponse.json +2 -2
- package/json-schema/api/GetDataRequest.json +16 -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/GetExportJobDownloadRequest.json +2 -2
- package/json-schema/api/GetExportJobDownloadResponse.json +2 -2
- package/json-schema/api/GetFeedRequest.json +2 -2
- package/json-schema/api/GetFeedResponse.json +2 -2
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetFlowRequest.json +2 -2
- package/json-schema/api/GetFlowResponse.json +2 -2
- package/json-schema/api/GetInstalledPackageRequest.json +2 -2
- package/json-schema/api/GetInstalledPackageResponse.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/GetRunRequest.json +2 -2
- package/json-schema/api/GetRunResponse.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/HttpFindQueryParams.json +53 -0
- 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/ImportValidationConfig.json +2 -2
- package/json-schema/api/ImportValidationMode.json +2 -2
- package/json-schema/api/ImportValidationResult.json +2 -2
- package/json-schema/api/InitiateChunkedUploadRequest.json +2 -2
- package/json-schema/api/InitiateChunkedUploadResponse.json +2 -2
- package/json-schema/api/InstallPackageRequest.json +2 -2
- package/json-schema/api/InstallPackageResponse.json +2 -2
- package/json-schema/api/ListExportJobsRequest.json +2 -2
- package/json-schema/api/ListExportJobsResponse.json +2 -2
- package/json-schema/api/ListFlowsRequest.json +2 -2
- package/json-schema/api/ListFlowsResponse.json +2 -2
- package/json-schema/api/ListInstalledPackagesRequest.json +2 -2
- package/json-schema/api/ListInstalledPackagesResponse.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/ListRunsRequest.json +2 -2
- package/json-schema/api/ListRunsResponse.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 +2 -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/PackageApiErrorCode.json +2 -2
- package/json-schema/api/PackageInstallRequest.json +2 -2
- package/json-schema/api/PackageInstallResponse.json +2 -2
- package/json-schema/api/PackagePathParams.json +2 -2
- package/json-schema/api/PackageRollbackRequest.json +2 -2
- package/json-schema/api/PackageRollbackResponse.json +2 -2
- package/json-schema/api/PackageUpgradeRequest.json +2 -2
- package/json-schema/api/PackageUpgradeResponse.json +2 -2
- package/json-schema/api/PinFeedItemRequest.json +2 -2
- package/json-schema/api/PinFeedItemResponse.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 +2 -2
- package/json-schema/api/RemoveReactionResponse.json +2 -2
- package/json-schema/api/RequestValidationConfig.json +2 -2
- package/json-schema/api/ResolveDependenciesRequest.json +2 -2
- package/json-schema/api/ResolveDependenciesResponse.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/ScheduleExportRequest.json +2 -2
- package/json-schema/api/ScheduleExportResponse.json +2 -2
- package/json-schema/api/ScheduledExport.json +2 -2
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/SearchFeedRequest.json +2 -2
- package/json-schema/api/SearchFeedResponse.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/StarFeedItemRequest.json +2 -2
- package/json-schema/api/StarFeedItemResponse.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 +2 -2
- package/json-schema/api/SubscribeResponse.json +2 -2
- package/json-schema/api/Subscription.json +2 -2
- package/json-schema/api/SubscriptionEvent.json +2 -2
- package/json-schema/api/ToggleFlowRequest.json +2 -2
- package/json-schema/api/ToggleFlowResponse.json +2 -2
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/TriggerFlowRequest.json +2 -2
- package/json-schema/api/TriggerFlowResponse.json +2 -2
- package/json-schema/api/UninstallPackageApiRequest.json +2 -2
- package/json-schema/api/UninstallPackageApiResponse.json +2 -2
- package/json-schema/api/UninstallPackageRequest.json +2 -2
- package/json-schema/api/UninstallPackageResponse.json +2 -2
- package/json-schema/api/UnpinFeedItemRequest.json +2 -2
- package/json-schema/api/UnpinFeedItemResponse.json +2 -2
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnstarFeedItemRequest.json +2 -2
- package/json-schema/api/UnstarFeedItemResponse.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 +2 -2
- package/json-schema/api/UpdateDataRequest.json +2 -2
- package/json-schema/api/UpdateDataResponse.json +2 -2
- package/json-schema/api/UpdateFeedItemRequest.json +2 -2
- package/json-schema/api/UpdateFeedItemResponse.json +2 -2
- package/json-schema/api/UpdateFlowRequest.json +2 -2
- package/json-schema/api/UpdateFlowResponse.json +2 -2
- 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/UploadArtifactRequest.json +2 -2
- package/json-schema/api/UploadArtifactResponse.json +2 -2
- package/json-schema/api/UploadChunkRequest.json +2 -2
- package/json-schema/api/UploadChunkResponse.json +2 -2
- package/json-schema/api/UploadProgress.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/WellKnownCapabilities.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/BpmnDiagnostic.json +2 -2
- package/json-schema/automation/BpmnElementMapping.json +2 -2
- package/json-schema/automation/BpmnExportOptions.json +2 -2
- package/json-schema/automation/BpmnImportOptions.json +2 -2
- package/json-schema/automation/BpmnInteropResult.json +2 -2
- package/json-schema/automation/BpmnUnmappedStrategy.json +2 -2
- package/json-schema/automation/BpmnVersion.json +2 -2
- package/json-schema/automation/Checkpoint.json +2 -2
- package/json-schema/automation/ConcurrencyPolicy.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/ExecutionError.json +2 -2
- package/json-schema/automation/ExecutionErrorSeverity.json +2 -2
- package/json-schema/automation/ExecutionLog.json +2 -2
- package/json-schema/automation/ExecutionStatus.json +2 -2
- package/json-schema/automation/ExecutionStepLog.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/FlowVersionHistory.json +2 -2
- package/json-schema/automation/GuardRef.json +2 -2
- package/json-schema/automation/HttpCallAction.json +2 -2
- package/json-schema/automation/NodeExecutorDescriptor.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/ScheduleState.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/WaitEventType.json +2 -2
- package/json-schema/automation/WaitExecutorConfig.json +2 -2
- package/json-schema/automation/WaitResumePayload.json +2 -2
- package/json-schema/automation/WaitTimeoutBehavior.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/ArtifactDownloadResponse.json +2 -2
- package/json-schema/cloud/ArtifactReference.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 +2 -2
- package/json-schema/data/FeedFilterMode.json +2 -2
- package/json-schema/data/FeedItem.json +2 -2
- package/json-schema/data/FeedItemType.json +2 -2
- package/json-schema/data/FeedVisibility.json +2 -2
- package/json-schema/data/Field.json +2 -2
- package/json-schema/data/FieldChangeEntry.json +2 -2
- 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 +2 -2
- 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 +2 -2
- package/json-schema/data/Object.json +2 -2
- package/json-schema/data/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectExtension.json +2 -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 +2 -2
- package/json-schema/data/RecordSubscription.json +2 -2
- 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 +2 -2
- package/json-schema/data/TenancyConfig.json +2 -2
- package/json-schema/data/TenantDatabaseLifecycle.json +96 -0
- package/json-schema/data/TenantResolverStrategy.json +14 -0
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/TursoGroup.json +38 -0
- package/json-schema/data/TursoMultiTenantConfig.json +187 -0
- 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/ArtifactChecksum.json +2 -2
- package/json-schema/kernel/ArtifactFileEntry.json +2 -2
- package/json-schema/kernel/ArtifactSignature.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/DependencyStatusEnum.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/MetadataCategoryEnum.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/NamespaceConflictError.json +2 -2
- package/json-schema/kernel/NamespaceRegistryEntry.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/PackageArtifact.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/PluginBuildOptions.json +2 -2
- package/json-schema/kernel/PluginBuildResult.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/PluginDependencyResolutionResult.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/PluginPublishOptions.json +2 -2
- package/json-schema/kernel/PluginPublishResult.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/PluginValidateOptions.json +2 -2
- package/json-schema/kernel/PluginValidateResult.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/RequiredAction.json +2 -2
- package/json-schema/kernel/ResolvedDependency.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/TenantRuntimeContext.json +194 -0
- package/json-schema/kernel/UninstallPackageRequest.json +2 -2
- package/json-schema/kernel/UninstallPackageResponse.json +2 -2
- package/json-schema/kernel/UpgradeContext.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/ValidationFinding.json +2 -2
- package/json-schema/kernel/ValidationResult.json +2 -2
- package/json-schema/kernel/ValidationSeverityEnum.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 +8136 -3411
- 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 +3 -5
- package/json-schema/shared/HttpRequest.json +50 -0
- 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/FlowBuilderConfig.json +2 -2
- package/json-schema/studio/FlowCanvasEdge.json +2 -2
- package/json-schema/studio/FlowCanvasEdgeStyle.json +2 -2
- package/json-schema/studio/FlowCanvasNode.json +2 -2
- package/json-schema/studio/FlowLayoutAlgorithm.json +2 -2
- package/json-schema/studio/FlowLayoutDirection.json +2 -2
- package/json-schema/studio/FlowNodeRenderDescriptor.json +2 -2
- package/json-schema/studio/FlowNodeShape.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 +2 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AppCompatibilityCheck.json +56 -0
- package/json-schema/system/AppInstallRequest.json +38 -0
- package/json-schema/system/AppInstallResult.json +63 -0
- package/json-schema/system/AppManifest.json +93 -0
- 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/AuditFinding.json +97 -0
- package/json-schema/system/AuditFindingSeverity.json +12 -0
- package/json-schema/system/AuditFindingStatus.json +14 -0
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditSchedule.json +167 -0
- 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 +62 -2
- package/json-schema/system/ChangeSchema.json +51 -0
- package/json-schema/system/ChangeSet.json +2 -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 +171 -3
- package/json-schema/system/ComplianceEncryptionRequirement.json +4 -3
- package/json-schema/system/ComplianceFramework.json +15 -0
- 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 +2 -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/DataClassification.json +16 -0
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DatabaseProvider.json +12 -0
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DeployBundle.json +139 -0
- package/json-schema/system/DeployDiff.json +106 -0
- package/json-schema/system/DeployManifest.json +64 -0
- package/json-schema/system/DeployStatusEnum.json +16 -0
- package/json-schema/system/DeployValidationIssue.json +36 -0
- package/json-schema/system/DeployValidationResult.json +72 -0
- 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/Incident.json +193 -0
- package/json-schema/system/IncidentCategory.json +19 -0
- package/json-schema/system/IncidentNotificationMatrix.json +91 -0
- package/json-schema/system/IncidentNotificationRule.json +62 -0
- package/json-schema/system/IncidentResponsePhase.json +48 -0
- package/json-schema/system/IncidentResponsePolicy.json +142 -0
- package/json-schema/system/IncidentSeverity.json +12 -0
- package/json-schema/system/IncidentStatus.json +16 -0
- 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 +2 -2
- package/json-schema/system/MigrationPlan.json +68 -0
- package/json-schema/system/MigrationStatement.json +35 -0
- 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/ProvisioningStep.json +52 -0
- package/json-schema/system/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/QuotaEnforcementResult.json +33 -0
- 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 +4 -3
- 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/SupplierAssessmentStatus.json +13 -0
- package/json-schema/system/SupplierRiskLevel.json +12 -0
- package/json-schema/system/SupplierSecurityAssessment.json +184 -0
- package/json-schema/system/SupplierSecurityPolicy.json +57 -0
- package/json-schema/system/SupplierSecurityRequirement.json +40 -0
- 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 +78 -2
- package/json-schema/system/TenantConnectionConfig.json +26 -0
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantPlan.json +12 -0
- package/json-schema/system/TenantProvisioningRequest.json +61 -0
- package/json-schema/system/TenantProvisioningResult.json +130 -0
- package/json-schema/system/TenantProvisioningStatusEnum.json +14 -0
- package/json-schema/system/TenantQuota.json +26 -2
- package/json-schema/system/TenantRegion.json +15 -0
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TenantUsage.json +66 -0
- 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/TrainingCategory.json +18 -0
- package/json-schema/system/TrainingCompletionStatus.json +13 -0
- package/json-schema/system/TrainingCourse.json +78 -0
- package/json-schema/system/TrainingPlan.json +128 -0
- package/json-schema/system/TrainingRecord.json +57 -0
- 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 +2 -2
- package/json-schema/ui/ActionParam.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +2 -2
- package/json-schema/ui/Animation.json +5 -5
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/App.json +2 -2
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +2 -2
- 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 +14 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +41 -6
- package/json-schema/ui/DashboardHeader.json +5 -3
- package/json-schema/ui/DashboardHeaderAction.json +5 -3
- package/json-schema/ui/DashboardNavItem.json +2 -2
- package/json-schema/ui/DashboardWidget.json +12 -3
- 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 +38 -3
- 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 +38 -3
- package/json-schema/ui/ElementRecordPickerProps.json +38 -3
- 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 +28 -4
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- package/json-schema/ui/GroupNavItem.json +2 -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 +100 -4
- 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 +280 -5
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +18 -2
- package/json-schema/ui/NavigationArea.json +2 -2
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationItem.json +2 -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 +2 -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 +150 -7
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +38 -3
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageNavItem.json +2 -2
- package/json-schema/ui/PageRegion.json +38 -3
- 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 +2 -2
- package/json-schema/ui/RecordChatterProps.json +2 -2
- 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 +51 -3
- package/json-schema/ui/RecordReviewConfig.json +50 -4
- 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 +2 -2
- 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 +5 -5
- 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 +6 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UrlNavItem.json +2 -2
- package/json-schema/ui/UserActionsConfig.json +2 -2
- package/json-schema/ui/ViewData.json +2 -2
- package/json-schema/ui/ViewFilterRule.json +52 -0
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +51 -3
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +5 -3
- 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 +2 -2
- package/dist/{export.zod-JY1n479p.d.mts → export.zod-D4NQy11G.d.mts} +10 -10
- package/dist/{export.zod-JY1n479p.d.ts → export.zod-D4NQy11G.d.ts} +10 -10
- package/dist/{index-DcxXBkSo.d.ts → index-BFKeZTt2.d.mts} +4 -4
- package/dist/{index-DcxXBkSo.d.mts → index-BFKeZTt2.d.ts} +4 -4
- package/dist/{index-DE9Tb8px.d.mts → index-CCGT6YVz.d.mts} +18 -18
- package/dist/{index-DE9Tb8px.d.ts → index-CCGT6YVz.d.ts} +18 -18
- package/dist/{index-C6lkTV3q.d.ts → index-CkWzo978.d.ts} +3 -3
- package/dist/{index-RL3hxi-b.d.mts → index-D2Ta27J4.d.mts} +3 -3
- package/dist/{object.zod-D5DAHp9X.d.mts → object.zod-BkW4b4v5.d.mts} +4 -4
- package/dist/{object.zod-CXDcD0i1.d.ts → object.zod-BueWlT2y.d.ts} +4 -4
- package/dist/{package-upgrade.zod-CDgftw9z.d.mts → package-upgrade.zod-h5P-54yD.d.mts} +8 -8
- package/dist/{package-upgrade.zod-CDgftw9z.d.ts → package-upgrade.zod-h5P-54yD.d.ts} +8 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
2
|
+
import { e as HttpRequestSchema, b as HttpMethodSchema } from './http.zod-D7ZTstT3.mjs';
|
|
3
|
+
import { F as FilterCondition } from './filter.zod-BAmN6a5B.mjs';
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* Unified Chart Type Taxonomy
|
|
@@ -1081,32 +1082,6 @@ type GroupNavItem = z.infer<typeof GroupNavItemSchema> & {
|
|
|
1081
1082
|
children: NavigationItem[];
|
|
1082
1083
|
};
|
|
1083
1084
|
|
|
1084
|
-
/**
|
|
1085
|
-
* HTTP Method Enum
|
|
1086
|
-
*/
|
|
1087
|
-
declare const HttpMethodSchema: z.ZodEnum<{
|
|
1088
|
-
GET: "GET";
|
|
1089
|
-
POST: "POST";
|
|
1090
|
-
PUT: "PUT";
|
|
1091
|
-
DELETE: "DELETE";
|
|
1092
|
-
PATCH: "PATCH";
|
|
1093
|
-
}>;
|
|
1094
|
-
/**
|
|
1095
|
-
* HTTP Request Configuration for API Provider
|
|
1096
|
-
*/
|
|
1097
|
-
declare const HttpRequestSchema: z.ZodObject<{
|
|
1098
|
-
url: z.ZodString;
|
|
1099
|
-
method: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1100
|
-
GET: "GET";
|
|
1101
|
-
POST: "POST";
|
|
1102
|
-
PUT: "PUT";
|
|
1103
|
-
DELETE: "DELETE";
|
|
1104
|
-
PATCH: "PATCH";
|
|
1105
|
-
}>>>;
|
|
1106
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1107
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1108
|
-
body: z.ZodOptional<z.ZodUnknown>;
|
|
1109
|
-
}, z.core.$strip>;
|
|
1110
1085
|
/**
|
|
1111
1086
|
* View Data Source Configuration
|
|
1112
1087
|
* Supports three modes:
|
|
@@ -1149,6 +1124,25 @@ declare const ViewDataSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1149
1124
|
provider: z.ZodLiteral<"value">;
|
|
1150
1125
|
items: z.ZodArray<z.ZodUnknown>;
|
|
1151
1126
|
}, z.core.$strip>], "provider">;
|
|
1127
|
+
/**
|
|
1128
|
+
* View Filter Rule Schema
|
|
1129
|
+
* Standardized filter condition used in list views, tabs, and page-level filters.
|
|
1130
|
+
* Uses a declarative array-of-objects format: [{ field, operator, value }].
|
|
1131
|
+
*
|
|
1132
|
+
* @example
|
|
1133
|
+
* ```ts
|
|
1134
|
+
* filter: [
|
|
1135
|
+
* { field: 'status', operator: 'equals', value: 'active' },
|
|
1136
|
+
* { field: 'close_date', operator: 'this_quarter' },
|
|
1137
|
+
* ]
|
|
1138
|
+
* ```
|
|
1139
|
+
*/
|
|
1140
|
+
declare const ViewFilterRuleSchema: z.ZodObject<{
|
|
1141
|
+
field: z.ZodString;
|
|
1142
|
+
operator: z.ZodString;
|
|
1143
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
1144
|
+
}, z.core.$strip>;
|
|
1145
|
+
type ViewFilterRule = z.infer<typeof ViewFilterRuleSchema>;
|
|
1152
1146
|
/**
|
|
1153
1147
|
* Column Summary Function Schema
|
|
1154
1148
|
* Aggregation function for column footer (Airtable-style column summaries)
|
|
@@ -1381,7 +1375,11 @@ declare const ViewTabSchema: z.ZodObject<{
|
|
|
1381
1375
|
}, z.core.$strip>]>>;
|
|
1382
1376
|
icon: z.ZodOptional<z.ZodString>;
|
|
1383
1377
|
view: z.ZodOptional<z.ZodString>;
|
|
1384
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
1378
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1379
|
+
field: z.ZodString;
|
|
1380
|
+
operator: z.ZodString;
|
|
1381
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
1382
|
+
}, z.core.$strip>>>;
|
|
1385
1383
|
order: z.ZodOptional<z.ZodNumber>;
|
|
1386
1384
|
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
1387
1385
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1581,7 +1579,11 @@ declare const ListViewSchema: z.ZodObject<{
|
|
|
1581
1579
|
link: z.ZodOptional<z.ZodBoolean>;
|
|
1582
1580
|
action: z.ZodOptional<z.ZodString>;
|
|
1583
1581
|
}, z.core.$strip>>]>;
|
|
1584
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
1582
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1583
|
+
field: z.ZodString;
|
|
1584
|
+
operator: z.ZodString;
|
|
1585
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
1586
|
+
}, z.core.$strip>>>;
|
|
1585
1587
|
sort: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1586
1588
|
field: z.ZodString;
|
|
1587
1589
|
order: z.ZodEnum<{
|
|
@@ -1596,13 +1598,13 @@ declare const ListViewSchema: z.ZodObject<{
|
|
|
1596
1598
|
label: z.ZodOptional<z.ZodString>;
|
|
1597
1599
|
operator: z.ZodDefault<z.ZodEnum<{
|
|
1598
1600
|
in: "in";
|
|
1599
|
-
equals: "equals";
|
|
1600
1601
|
contains: "contains";
|
|
1601
|
-
not_equals: "not_equals";
|
|
1602
1602
|
is_null: "is_null";
|
|
1603
1603
|
is_not_null: "is_not_null";
|
|
1604
|
+
equals: "equals";
|
|
1605
|
+
not_equals: "not_equals";
|
|
1604
1606
|
}>>;
|
|
1605
|
-
value: z.ZodOptional<z.
|
|
1607
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
1606
1608
|
}, z.core.$strip>>>;
|
|
1607
1609
|
resizable: z.ZodOptional<z.ZodBoolean>;
|
|
1608
1610
|
striped: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1758,7 +1760,11 @@ declare const ListViewSchema: z.ZodObject<{
|
|
|
1758
1760
|
}, z.core.$strip>]>>;
|
|
1759
1761
|
icon: z.ZodOptional<z.ZodString>;
|
|
1760
1762
|
view: z.ZodOptional<z.ZodString>;
|
|
1761
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
1763
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1764
|
+
field: z.ZodString;
|
|
1765
|
+
operator: z.ZodString;
|
|
1766
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
1767
|
+
}, z.core.$strip>>>;
|
|
1762
1768
|
order: z.ZodOptional<z.ZodNumber>;
|
|
1763
1769
|
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
1764
1770
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1802,6 +1808,57 @@ declare const ListViewSchema: z.ZodObject<{
|
|
|
1802
1808
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
1803
1809
|
role: z.ZodOptional<z.ZodString>;
|
|
1804
1810
|
}, z.core.$strip>>;
|
|
1811
|
+
responsive: z.ZodOptional<z.ZodObject<{
|
|
1812
|
+
breakpoint: z.ZodOptional<z.ZodEnum<{
|
|
1813
|
+
md: "md";
|
|
1814
|
+
xs: "xs";
|
|
1815
|
+
sm: "sm";
|
|
1816
|
+
lg: "lg";
|
|
1817
|
+
xl: "xl";
|
|
1818
|
+
"2xl": "2xl";
|
|
1819
|
+
}>>;
|
|
1820
|
+
hiddenOn: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1821
|
+
md: "md";
|
|
1822
|
+
xs: "xs";
|
|
1823
|
+
sm: "sm";
|
|
1824
|
+
lg: "lg";
|
|
1825
|
+
xl: "xl";
|
|
1826
|
+
"2xl": "2xl";
|
|
1827
|
+
}>>>;
|
|
1828
|
+
columns: z.ZodOptional<z.ZodObject<{
|
|
1829
|
+
xs: z.ZodOptional<z.ZodNumber>;
|
|
1830
|
+
sm: z.ZodOptional<z.ZodNumber>;
|
|
1831
|
+
md: z.ZodOptional<z.ZodNumber>;
|
|
1832
|
+
lg: z.ZodOptional<z.ZodNumber>;
|
|
1833
|
+
xl: z.ZodOptional<z.ZodNumber>;
|
|
1834
|
+
'2xl': z.ZodOptional<z.ZodNumber>;
|
|
1835
|
+
}, z.core.$strip>>;
|
|
1836
|
+
order: z.ZodOptional<z.ZodObject<{
|
|
1837
|
+
xs: z.ZodOptional<z.ZodNumber>;
|
|
1838
|
+
sm: z.ZodOptional<z.ZodNumber>;
|
|
1839
|
+
md: z.ZodOptional<z.ZodNumber>;
|
|
1840
|
+
lg: z.ZodOptional<z.ZodNumber>;
|
|
1841
|
+
xl: z.ZodOptional<z.ZodNumber>;
|
|
1842
|
+
'2xl': z.ZodOptional<z.ZodNumber>;
|
|
1843
|
+
}, z.core.$strip>>;
|
|
1844
|
+
}, z.core.$strip>>;
|
|
1845
|
+
performance: z.ZodOptional<z.ZodObject<{
|
|
1846
|
+
lazyLoad: z.ZodOptional<z.ZodBoolean>;
|
|
1847
|
+
virtualScroll: z.ZodOptional<z.ZodObject<{
|
|
1848
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1849
|
+
itemHeight: z.ZodOptional<z.ZodNumber>;
|
|
1850
|
+
overscan: z.ZodOptional<z.ZodNumber>;
|
|
1851
|
+
}, z.core.$strip>>;
|
|
1852
|
+
cacheStrategy: z.ZodOptional<z.ZodEnum<{
|
|
1853
|
+
none: "none";
|
|
1854
|
+
"cache-first": "cache-first";
|
|
1855
|
+
"network-first": "network-first";
|
|
1856
|
+
"stale-while-revalidate": "stale-while-revalidate";
|
|
1857
|
+
}>>;
|
|
1858
|
+
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
1859
|
+
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
1860
|
+
debounceMs: z.ZodOptional<z.ZodNumber>;
|
|
1861
|
+
}, z.core.$strip>>;
|
|
1805
1862
|
}, z.core.$strip>;
|
|
1806
1863
|
/**
|
|
1807
1864
|
* Form Field Configuration Schema
|
|
@@ -2152,7 +2209,11 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2152
2209
|
link: z.ZodOptional<z.ZodBoolean>;
|
|
2153
2210
|
action: z.ZodOptional<z.ZodString>;
|
|
2154
2211
|
}, z.core.$strip>>]>;
|
|
2155
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
2212
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2213
|
+
field: z.ZodString;
|
|
2214
|
+
operator: z.ZodString;
|
|
2215
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
2216
|
+
}, z.core.$strip>>>;
|
|
2156
2217
|
sort: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodObject<{
|
|
2157
2218
|
field: z.ZodString;
|
|
2158
2219
|
order: z.ZodEnum<{
|
|
@@ -2167,13 +2228,13 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2167
2228
|
label: z.ZodOptional<z.ZodString>;
|
|
2168
2229
|
operator: z.ZodDefault<z.ZodEnum<{
|
|
2169
2230
|
in: "in";
|
|
2170
|
-
equals: "equals";
|
|
2171
2231
|
contains: "contains";
|
|
2172
|
-
not_equals: "not_equals";
|
|
2173
2232
|
is_null: "is_null";
|
|
2174
2233
|
is_not_null: "is_not_null";
|
|
2234
|
+
equals: "equals";
|
|
2235
|
+
not_equals: "not_equals";
|
|
2175
2236
|
}>>;
|
|
2176
|
-
value: z.ZodOptional<z.
|
|
2237
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
2177
2238
|
}, z.core.$strip>>>;
|
|
2178
2239
|
resizable: z.ZodOptional<z.ZodBoolean>;
|
|
2179
2240
|
striped: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2329,7 +2390,11 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2329
2390
|
}, z.core.$strip>]>>;
|
|
2330
2391
|
icon: z.ZodOptional<z.ZodString>;
|
|
2331
2392
|
view: z.ZodOptional<z.ZodString>;
|
|
2332
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
2393
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2394
|
+
field: z.ZodString;
|
|
2395
|
+
operator: z.ZodString;
|
|
2396
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
2397
|
+
}, z.core.$strip>>>;
|
|
2333
2398
|
order: z.ZodOptional<z.ZodNumber>;
|
|
2334
2399
|
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
2335
2400
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2373,6 +2438,57 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2373
2438
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
2374
2439
|
role: z.ZodOptional<z.ZodString>;
|
|
2375
2440
|
}, z.core.$strip>>;
|
|
2441
|
+
responsive: z.ZodOptional<z.ZodObject<{
|
|
2442
|
+
breakpoint: z.ZodOptional<z.ZodEnum<{
|
|
2443
|
+
md: "md";
|
|
2444
|
+
xs: "xs";
|
|
2445
|
+
sm: "sm";
|
|
2446
|
+
lg: "lg";
|
|
2447
|
+
xl: "xl";
|
|
2448
|
+
"2xl": "2xl";
|
|
2449
|
+
}>>;
|
|
2450
|
+
hiddenOn: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2451
|
+
md: "md";
|
|
2452
|
+
xs: "xs";
|
|
2453
|
+
sm: "sm";
|
|
2454
|
+
lg: "lg";
|
|
2455
|
+
xl: "xl";
|
|
2456
|
+
"2xl": "2xl";
|
|
2457
|
+
}>>>;
|
|
2458
|
+
columns: z.ZodOptional<z.ZodObject<{
|
|
2459
|
+
xs: z.ZodOptional<z.ZodNumber>;
|
|
2460
|
+
sm: z.ZodOptional<z.ZodNumber>;
|
|
2461
|
+
md: z.ZodOptional<z.ZodNumber>;
|
|
2462
|
+
lg: z.ZodOptional<z.ZodNumber>;
|
|
2463
|
+
xl: z.ZodOptional<z.ZodNumber>;
|
|
2464
|
+
'2xl': z.ZodOptional<z.ZodNumber>;
|
|
2465
|
+
}, z.core.$strip>>;
|
|
2466
|
+
order: z.ZodOptional<z.ZodObject<{
|
|
2467
|
+
xs: z.ZodOptional<z.ZodNumber>;
|
|
2468
|
+
sm: z.ZodOptional<z.ZodNumber>;
|
|
2469
|
+
md: z.ZodOptional<z.ZodNumber>;
|
|
2470
|
+
lg: z.ZodOptional<z.ZodNumber>;
|
|
2471
|
+
xl: z.ZodOptional<z.ZodNumber>;
|
|
2472
|
+
'2xl': z.ZodOptional<z.ZodNumber>;
|
|
2473
|
+
}, z.core.$strip>>;
|
|
2474
|
+
}, z.core.$strip>>;
|
|
2475
|
+
performance: z.ZodOptional<z.ZodObject<{
|
|
2476
|
+
lazyLoad: z.ZodOptional<z.ZodBoolean>;
|
|
2477
|
+
virtualScroll: z.ZodOptional<z.ZodObject<{
|
|
2478
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2479
|
+
itemHeight: z.ZodOptional<z.ZodNumber>;
|
|
2480
|
+
overscan: z.ZodOptional<z.ZodNumber>;
|
|
2481
|
+
}, z.core.$strip>>;
|
|
2482
|
+
cacheStrategy: z.ZodOptional<z.ZodEnum<{
|
|
2483
|
+
none: "none";
|
|
2484
|
+
"cache-first": "cache-first";
|
|
2485
|
+
"network-first": "network-first";
|
|
2486
|
+
"stale-while-revalidate": "stale-while-revalidate";
|
|
2487
|
+
}>>;
|
|
2488
|
+
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
2489
|
+
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
2490
|
+
debounceMs: z.ZodOptional<z.ZodNumber>;
|
|
2491
|
+
}, z.core.$strip>>;
|
|
2376
2492
|
}, z.core.$strip>>;
|
|
2377
2493
|
form: z.ZodOptional<z.ZodObject<{
|
|
2378
2494
|
type: z.ZodDefault<z.ZodEnum<{
|
|
@@ -2612,7 +2728,11 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2612
2728
|
link: z.ZodOptional<z.ZodBoolean>;
|
|
2613
2729
|
action: z.ZodOptional<z.ZodString>;
|
|
2614
2730
|
}, z.core.$strip>>]>;
|
|
2615
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
2731
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2732
|
+
field: z.ZodString;
|
|
2733
|
+
operator: z.ZodString;
|
|
2734
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
2735
|
+
}, z.core.$strip>>>;
|
|
2616
2736
|
sort: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodObject<{
|
|
2617
2737
|
field: z.ZodString;
|
|
2618
2738
|
order: z.ZodEnum<{
|
|
@@ -2627,13 +2747,13 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2627
2747
|
label: z.ZodOptional<z.ZodString>;
|
|
2628
2748
|
operator: z.ZodDefault<z.ZodEnum<{
|
|
2629
2749
|
in: "in";
|
|
2630
|
-
equals: "equals";
|
|
2631
2750
|
contains: "contains";
|
|
2632
|
-
not_equals: "not_equals";
|
|
2633
2751
|
is_null: "is_null";
|
|
2634
2752
|
is_not_null: "is_not_null";
|
|
2753
|
+
equals: "equals";
|
|
2754
|
+
not_equals: "not_equals";
|
|
2635
2755
|
}>>;
|
|
2636
|
-
value: z.ZodOptional<z.
|
|
2756
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
2637
2757
|
}, z.core.$strip>>>;
|
|
2638
2758
|
resizable: z.ZodOptional<z.ZodBoolean>;
|
|
2639
2759
|
striped: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2789,7 +2909,11 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2789
2909
|
}, z.core.$strip>]>>;
|
|
2790
2910
|
icon: z.ZodOptional<z.ZodString>;
|
|
2791
2911
|
view: z.ZodOptional<z.ZodString>;
|
|
2792
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
2912
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2913
|
+
field: z.ZodString;
|
|
2914
|
+
operator: z.ZodString;
|
|
2915
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
2916
|
+
}, z.core.$strip>>>;
|
|
2793
2917
|
order: z.ZodOptional<z.ZodNumber>;
|
|
2794
2918
|
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
2795
2919
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -2833,6 +2957,57 @@ declare const ViewSchema: z.ZodObject<{
|
|
|
2833
2957
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
2834
2958
|
role: z.ZodOptional<z.ZodString>;
|
|
2835
2959
|
}, z.core.$strip>>;
|
|
2960
|
+
responsive: z.ZodOptional<z.ZodObject<{
|
|
2961
|
+
breakpoint: z.ZodOptional<z.ZodEnum<{
|
|
2962
|
+
md: "md";
|
|
2963
|
+
xs: "xs";
|
|
2964
|
+
sm: "sm";
|
|
2965
|
+
lg: "lg";
|
|
2966
|
+
xl: "xl";
|
|
2967
|
+
"2xl": "2xl";
|
|
2968
|
+
}>>;
|
|
2969
|
+
hiddenOn: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2970
|
+
md: "md";
|
|
2971
|
+
xs: "xs";
|
|
2972
|
+
sm: "sm";
|
|
2973
|
+
lg: "lg";
|
|
2974
|
+
xl: "xl";
|
|
2975
|
+
"2xl": "2xl";
|
|
2976
|
+
}>>>;
|
|
2977
|
+
columns: z.ZodOptional<z.ZodObject<{
|
|
2978
|
+
xs: z.ZodOptional<z.ZodNumber>;
|
|
2979
|
+
sm: z.ZodOptional<z.ZodNumber>;
|
|
2980
|
+
md: z.ZodOptional<z.ZodNumber>;
|
|
2981
|
+
lg: z.ZodOptional<z.ZodNumber>;
|
|
2982
|
+
xl: z.ZodOptional<z.ZodNumber>;
|
|
2983
|
+
'2xl': z.ZodOptional<z.ZodNumber>;
|
|
2984
|
+
}, z.core.$strip>>;
|
|
2985
|
+
order: z.ZodOptional<z.ZodObject<{
|
|
2986
|
+
xs: z.ZodOptional<z.ZodNumber>;
|
|
2987
|
+
sm: z.ZodOptional<z.ZodNumber>;
|
|
2988
|
+
md: z.ZodOptional<z.ZodNumber>;
|
|
2989
|
+
lg: z.ZodOptional<z.ZodNumber>;
|
|
2990
|
+
xl: z.ZodOptional<z.ZodNumber>;
|
|
2991
|
+
'2xl': z.ZodOptional<z.ZodNumber>;
|
|
2992
|
+
}, z.core.$strip>>;
|
|
2993
|
+
}, z.core.$strip>>;
|
|
2994
|
+
performance: z.ZodOptional<z.ZodObject<{
|
|
2995
|
+
lazyLoad: z.ZodOptional<z.ZodBoolean>;
|
|
2996
|
+
virtualScroll: z.ZodOptional<z.ZodObject<{
|
|
2997
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
2998
|
+
itemHeight: z.ZodOptional<z.ZodNumber>;
|
|
2999
|
+
overscan: z.ZodOptional<z.ZodNumber>;
|
|
3000
|
+
}, z.core.$strip>>;
|
|
3001
|
+
cacheStrategy: z.ZodOptional<z.ZodEnum<{
|
|
3002
|
+
none: "none";
|
|
3003
|
+
"cache-first": "cache-first";
|
|
3004
|
+
"network-first": "network-first";
|
|
3005
|
+
"stale-while-revalidate": "stale-while-revalidate";
|
|
3006
|
+
}>>;
|
|
3007
|
+
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
3008
|
+
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
3009
|
+
debounceMs: z.ZodOptional<z.ZodNumber>;
|
|
3010
|
+
}, z.core.$strip>>;
|
|
2836
3011
|
}, z.core.$strip>>>;
|
|
2837
3012
|
formViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2838
3013
|
type: z.ZodDefault<z.ZodEnum<{
|
|
@@ -3048,6 +3223,8 @@ declare const WidgetColorVariantSchema: z.ZodEnum<{
|
|
|
3048
3223
|
*/
|
|
3049
3224
|
declare const WidgetActionTypeSchema: z.ZodEnum<{
|
|
3050
3225
|
url: "url";
|
|
3226
|
+
script: "script";
|
|
3227
|
+
api: "api";
|
|
3051
3228
|
modal: "modal";
|
|
3052
3229
|
flow: "flow";
|
|
3053
3230
|
}>;
|
|
@@ -3064,6 +3241,8 @@ declare const DashboardHeaderActionSchema: z.ZodObject<{
|
|
|
3064
3241
|
actionUrl: z.ZodString;
|
|
3065
3242
|
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3066
3243
|
url: "url";
|
|
3244
|
+
script: "script";
|
|
3245
|
+
api: "api";
|
|
3067
3246
|
modal: "modal";
|
|
3068
3247
|
flow: "flow";
|
|
3069
3248
|
}>>;
|
|
@@ -3085,6 +3264,8 @@ declare const DashboardHeaderSchema: z.ZodObject<{
|
|
|
3085
3264
|
actionUrl: z.ZodString;
|
|
3086
3265
|
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3087
3266
|
url: "url";
|
|
3267
|
+
script: "script";
|
|
3268
|
+
api: "api";
|
|
3088
3269
|
modal: "modal";
|
|
3089
3270
|
flow: "flow";
|
|
3090
3271
|
}>>;
|
|
@@ -3116,6 +3297,7 @@ declare const WidgetMeasureSchema: z.ZodObject<{
|
|
|
3116
3297
|
* A single component on the dashboard grid.
|
|
3117
3298
|
*/
|
|
3118
3299
|
declare const DashboardWidgetSchema: z.ZodObject<{
|
|
3300
|
+
id: z.ZodString;
|
|
3119
3301
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3120
3302
|
key: z.ZodString;
|
|
3121
3303
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3372,6 +3554,8 @@ declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
3372
3554
|
actionUrl: z.ZodOptional<z.ZodString>;
|
|
3373
3555
|
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3374
3556
|
url: "url";
|
|
3557
|
+
script: "script";
|
|
3558
|
+
api: "api";
|
|
3375
3559
|
modal: "modal";
|
|
3376
3560
|
flow: "flow";
|
|
3377
3561
|
}>>;
|
|
@@ -3483,7 +3667,7 @@ declare const GlobalFilterSchema: z.ZodObject<{
|
|
|
3483
3667
|
select: "select";
|
|
3484
3668
|
}>>;
|
|
3485
3669
|
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3486
|
-
value: z.
|
|
3670
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
|
|
3487
3671
|
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3488
3672
|
key: z.ZodString;
|
|
3489
3673
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3496,7 +3680,7 @@ declare const GlobalFilterSchema: z.ZodObject<{
|
|
|
3496
3680
|
labelField: z.ZodString;
|
|
3497
3681
|
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
3498
3682
|
}, z.core.$strip>>;
|
|
3499
|
-
defaultValue: z.ZodOptional<z.
|
|
3683
|
+
defaultValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
3500
3684
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
3501
3685
|
dashboard: "dashboard";
|
|
3502
3686
|
widget: "widget";
|
|
@@ -3556,6 +3740,8 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3556
3740
|
actionUrl: z.ZodString;
|
|
3557
3741
|
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3558
3742
|
url: "url";
|
|
3743
|
+
script: "script";
|
|
3744
|
+
api: "api";
|
|
3559
3745
|
modal: "modal";
|
|
3560
3746
|
flow: "flow";
|
|
3561
3747
|
}>>;
|
|
@@ -3563,6 +3749,7 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3563
3749
|
}, z.core.$strip>>>;
|
|
3564
3750
|
}, z.core.$strip>>;
|
|
3565
3751
|
widgets: z.ZodArray<z.ZodObject<{
|
|
3752
|
+
id: z.ZodString;
|
|
3566
3753
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3567
3754
|
key: z.ZodString;
|
|
3568
3755
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3819,6 +4006,8 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3819
4006
|
actionUrl: z.ZodOptional<z.ZodString>;
|
|
3820
4007
|
actionType: z.ZodOptional<z.ZodEnum<{
|
|
3821
4008
|
url: "url";
|
|
4009
|
+
script: "script";
|
|
4010
|
+
api: "api";
|
|
3822
4011
|
modal: "modal";
|
|
3823
4012
|
flow: "flow";
|
|
3824
4013
|
}>>;
|
|
@@ -3937,7 +4126,7 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3937
4126
|
select: "select";
|
|
3938
4127
|
}>>;
|
|
3939
4128
|
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3940
|
-
value: z.
|
|
4129
|
+
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
|
|
3941
4130
|
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3942
4131
|
key: z.ZodString;
|
|
3943
4132
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -3950,7 +4139,7 @@ declare const DashboardSchema: z.ZodObject<{
|
|
|
3950
4139
|
labelField: z.ZodString;
|
|
3951
4140
|
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
3952
4141
|
}, z.core.$strip>>;
|
|
3953
|
-
defaultValue: z.ZodOptional<z.
|
|
4142
|
+
defaultValue: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
3954
4143
|
scope: z.ZodDefault<z.ZodEnum<{
|
|
3955
4144
|
dashboard: "dashboard";
|
|
3956
4145
|
widget: "widget";
|
|
@@ -4567,11 +4756,11 @@ declare const ActionParamSchema: z.ZodObject<{
|
|
|
4567
4756
|
date: "date";
|
|
4568
4757
|
lookup: "lookup";
|
|
4569
4758
|
file: "file";
|
|
4759
|
+
url: "url";
|
|
4570
4760
|
json: "json";
|
|
4571
4761
|
text: "text";
|
|
4572
4762
|
textarea: "textarea";
|
|
4573
4763
|
email: "email";
|
|
4574
|
-
url: "url";
|
|
4575
4764
|
phone: "phone";
|
|
4576
4765
|
password: "password";
|
|
4577
4766
|
markdown: "markdown";
|
|
@@ -4681,11 +4870,11 @@ declare const ActionSchema: z.ZodObject<{
|
|
|
4681
4870
|
date: "date";
|
|
4682
4871
|
lookup: "lookup";
|
|
4683
4872
|
file: "file";
|
|
4873
|
+
url: "url";
|
|
4684
4874
|
json: "json";
|
|
4685
4875
|
text: "text";
|
|
4686
4876
|
textarea: "textarea";
|
|
4687
4877
|
email: "email";
|
|
4688
|
-
url: "url";
|
|
4689
4878
|
phone: "phone";
|
|
4690
4879
|
password: "password";
|
|
4691
4880
|
markdown: "markdown";
|
|
@@ -4832,7 +5021,7 @@ declare const PageRegionSchema: z.ZodObject<{
|
|
|
4832
5021
|
dataSource: z.ZodOptional<z.ZodObject<{
|
|
4833
5022
|
object: z.ZodString;
|
|
4834
5023
|
view: z.ZodOptional<z.ZodString>;
|
|
4835
|
-
filter: z.ZodOptional<z.
|
|
5024
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
4836
5025
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4837
5026
|
field: z.ZodString;
|
|
4838
5027
|
order: z.ZodEnum<{
|
|
@@ -4929,7 +5118,7 @@ declare const PageComponentType: z.ZodEnum<{
|
|
|
4929
5118
|
declare const ElementDataSourceSchema: z.ZodObject<{
|
|
4930
5119
|
object: z.ZodString;
|
|
4931
5120
|
view: z.ZodOptional<z.ZodString>;
|
|
4932
|
-
filter: z.ZodOptional<z.
|
|
5121
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
4933
5122
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4934
5123
|
field: z.ZodString;
|
|
4935
5124
|
order: z.ZodEnum<{
|
|
@@ -4989,7 +5178,7 @@ declare const PageComponentSchema: z.ZodObject<{
|
|
|
4989
5178
|
dataSource: z.ZodOptional<z.ZodObject<{
|
|
4990
5179
|
object: z.ZodString;
|
|
4991
5180
|
view: z.ZodOptional<z.ZodString>;
|
|
4992
|
-
filter: z.ZodOptional<z.
|
|
5181
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
4993
5182
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4994
5183
|
field: z.ZodString;
|
|
4995
5184
|
order: z.ZodEnum<{
|
|
@@ -5131,7 +5320,7 @@ declare const PageTypeSchema: z.ZodEnum<{
|
|
|
5131
5320
|
*/
|
|
5132
5321
|
declare const RecordReviewConfigSchema: z.ZodObject<{
|
|
5133
5322
|
object: z.ZodString;
|
|
5134
|
-
filter: z.ZodOptional<z.
|
|
5323
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
5135
5324
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5136
5325
|
field: z.ZodString;
|
|
5137
5326
|
order: z.ZodEnum<{
|
|
@@ -5149,7 +5338,7 @@ declare const RecordReviewConfigSchema: z.ZodObject<{
|
|
|
5149
5338
|
reject: "reject";
|
|
5150
5339
|
}>;
|
|
5151
5340
|
field: z.ZodOptional<z.ZodString>;
|
|
5152
|
-
value: z.ZodOptional<z.
|
|
5341
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
5153
5342
|
nextRecord: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5154
5343
|
}, z.core.$strip>>;
|
|
5155
5344
|
navigation: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
@@ -5170,7 +5359,11 @@ declare const RecordReviewConfigSchema: z.ZodObject<{
|
|
|
5170
5359
|
declare const InterfacePageConfigSchema: z.ZodObject<{
|
|
5171
5360
|
source: z.ZodOptional<z.ZodString>;
|
|
5172
5361
|
levels: z.ZodOptional<z.ZodNumber>;
|
|
5173
|
-
filterBy: z.ZodOptional<z.ZodArray<z.
|
|
5362
|
+
filterBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5363
|
+
field: z.ZodString;
|
|
5364
|
+
operator: z.ZodString;
|
|
5365
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
5366
|
+
}, z.core.$strip>>>;
|
|
5174
5367
|
appearance: z.ZodOptional<z.ZodObject<{
|
|
5175
5368
|
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
5176
5369
|
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -5198,7 +5391,11 @@ declare const InterfacePageConfigSchema: z.ZodObject<{
|
|
|
5198
5391
|
}, z.core.$strip>]>>;
|
|
5199
5392
|
icon: z.ZodOptional<z.ZodString>;
|
|
5200
5393
|
view: z.ZodOptional<z.ZodString>;
|
|
5201
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
5394
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5395
|
+
field: z.ZodString;
|
|
5396
|
+
operator: z.ZodString;
|
|
5397
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
5398
|
+
}, z.core.$strip>>>;
|
|
5202
5399
|
order: z.ZodOptional<z.ZodNumber>;
|
|
5203
5400
|
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
5204
5401
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -5297,7 +5494,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
5297
5494
|
object: z.ZodOptional<z.ZodString>;
|
|
5298
5495
|
recordReview: z.ZodOptional<z.ZodObject<{
|
|
5299
5496
|
object: z.ZodString;
|
|
5300
|
-
filter: z.ZodOptional<z.
|
|
5497
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
5301
5498
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5302
5499
|
field: z.ZodString;
|
|
5303
5500
|
order: z.ZodEnum<{
|
|
@@ -5315,7 +5512,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
5315
5512
|
reject: "reject";
|
|
5316
5513
|
}>;
|
|
5317
5514
|
field: z.ZodOptional<z.ZodString>;
|
|
5318
|
-
value: z.ZodOptional<z.
|
|
5515
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
5319
5516
|
nextRecord: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5320
5517
|
}, z.core.$strip>>;
|
|
5321
5518
|
navigation: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
@@ -5392,7 +5589,7 @@ declare const PageSchema: z.ZodObject<{
|
|
|
5392
5589
|
dataSource: z.ZodOptional<z.ZodObject<{
|
|
5393
5590
|
object: z.ZodString;
|
|
5394
5591
|
view: z.ZodOptional<z.ZodString>;
|
|
5395
|
-
filter: z.ZodOptional<z.
|
|
5592
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
5396
5593
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5397
5594
|
field: z.ZodString;
|
|
5398
5595
|
order: z.ZodEnum<{
|
|
@@ -5452,7 +5649,11 @@ declare const PageSchema: z.ZodObject<{
|
|
|
5452
5649
|
interfaceConfig: z.ZodOptional<z.ZodObject<{
|
|
5453
5650
|
source: z.ZodOptional<z.ZodString>;
|
|
5454
5651
|
levels: z.ZodOptional<z.ZodNumber>;
|
|
5455
|
-
filterBy: z.ZodOptional<z.ZodArray<z.
|
|
5652
|
+
filterBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5653
|
+
field: z.ZodString;
|
|
5654
|
+
operator: z.ZodString;
|
|
5655
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
5656
|
+
}, z.core.$strip>>>;
|
|
5456
5657
|
appearance: z.ZodOptional<z.ZodObject<{
|
|
5457
5658
|
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
5458
5659
|
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -5480,7 +5681,11 @@ declare const PageSchema: z.ZodObject<{
|
|
|
5480
5681
|
}, z.core.$strip>]>>;
|
|
5481
5682
|
icon: z.ZodOptional<z.ZodString>;
|
|
5482
5683
|
view: z.ZodOptional<z.ZodString>;
|
|
5483
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
5684
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5685
|
+
field: z.ZodString;
|
|
5686
|
+
operator: z.ZodString;
|
|
5687
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
5688
|
+
}, z.core.$strip>>>;
|
|
5484
5689
|
order: z.ZodOptional<z.ZodNumber>;
|
|
5485
5690
|
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
5486
5691
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -5843,11 +6048,11 @@ declare const FieldWidgetPropsSchema: z.ZodObject<{
|
|
|
5843
6048
|
date: "date";
|
|
5844
6049
|
lookup: "lookup";
|
|
5845
6050
|
file: "file";
|
|
6051
|
+
url: "url";
|
|
5846
6052
|
json: "json";
|
|
5847
6053
|
text: "text";
|
|
5848
6054
|
textarea: "textarea";
|
|
5849
6055
|
email: "email";
|
|
5850
|
-
url: "url";
|
|
5851
6056
|
phone: "phone";
|
|
5852
6057
|
password: "password";
|
|
5853
6058
|
markdown: "markdown";
|
|
@@ -6235,7 +6440,11 @@ declare const RecordRelatedListProps: z.ZodObject<{
|
|
|
6235
6440
|
}>;
|
|
6236
6441
|
}, z.core.$strip>>]>>;
|
|
6237
6442
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
6238
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
6443
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6444
|
+
field: z.ZodString;
|
|
6445
|
+
operator: z.ZodString;
|
|
6446
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
6447
|
+
}, z.core.$strip>>>;
|
|
6239
6448
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6240
6449
|
key: z.ZodString;
|
|
6241
6450
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -6468,7 +6677,7 @@ declare const ElementNumberPropsSchema: z.ZodObject<{
|
|
|
6468
6677
|
min: "min";
|
|
6469
6678
|
max: "max";
|
|
6470
6679
|
}>;
|
|
6471
|
-
filter: z.ZodOptional<z.
|
|
6680
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
6472
6681
|
format: z.ZodOptional<z.ZodEnum<{
|
|
6473
6682
|
number: "number";
|
|
6474
6683
|
currency: "currency";
|
|
@@ -6591,7 +6800,7 @@ declare const ElementRecordPickerPropsSchema: z.ZodObject<{
|
|
|
6591
6800
|
object: z.ZodString;
|
|
6592
6801
|
displayField: z.ZodString;
|
|
6593
6802
|
searchFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6594
|
-
filter: z.ZodOptional<z.
|
|
6803
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
6595
6804
|
multiple: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6596
6805
|
targetVariable: z.ZodOptional<z.ZodString>;
|
|
6597
6806
|
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -6749,7 +6958,11 @@ declare const ComponentPropsMap: {
|
|
|
6749
6958
|
}>;
|
|
6750
6959
|
}, z.core.$strip>>]>>;
|
|
6751
6960
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
6752
|
-
filter: z.ZodOptional<z.ZodArray<z.
|
|
6961
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6962
|
+
field: z.ZodString;
|
|
6963
|
+
operator: z.ZodString;
|
|
6964
|
+
value: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>>;
|
|
6965
|
+
}, z.core.$strip>>>;
|
|
6753
6966
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6754
6967
|
key: z.ZodString;
|
|
6755
6968
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -6964,7 +7177,7 @@ declare const ComponentPropsMap: {
|
|
|
6964
7177
|
min: "min";
|
|
6965
7178
|
max: "max";
|
|
6966
7179
|
}>;
|
|
6967
|
-
filter: z.ZodOptional<z.
|
|
7180
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
6968
7181
|
format: z.ZodOptional<z.ZodEnum<{
|
|
6969
7182
|
number: "number";
|
|
6970
7183
|
currency: "currency";
|
|
@@ -7083,7 +7296,7 @@ declare const ComponentPropsMap: {
|
|
|
7083
7296
|
object: z.ZodString;
|
|
7084
7297
|
displayField: z.ZodString;
|
|
7085
7298
|
searchFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7086
|
-
filter: z.ZodOptional<z.
|
|
7299
|
+
filter: z.ZodOptional<z.ZodType<FilterCondition, unknown, z.core.$ZodTypeInternals<FilterCondition, unknown>>>;
|
|
7087
7300
|
multiple: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7088
7301
|
targetVariable: z.ZodOptional<z.ZodString>;
|
|
7089
7302
|
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -7244,9 +7457,9 @@ declare const AnimationSchema: z.ZodObject<{
|
|
|
7244
7457
|
timing: z.ZodOptional<z.ZodObject<{
|
|
7245
7458
|
linear: z.ZodOptional<z.ZodString>;
|
|
7246
7459
|
ease: z.ZodOptional<z.ZodString>;
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7460
|
+
ease_in: z.ZodOptional<z.ZodString>;
|
|
7461
|
+
ease_out: z.ZodOptional<z.ZodString>;
|
|
7462
|
+
ease_in_out: z.ZodOptional<z.ZodString>;
|
|
7250
7463
|
}, z.core.$strip>>;
|
|
7251
7464
|
}, z.core.$strip>;
|
|
7252
7465
|
/**
|
|
@@ -7263,6 +7476,31 @@ declare const ZIndexSchema: z.ZodObject<{
|
|
|
7263
7476
|
popover: z.ZodOptional<z.ZodNumber>;
|
|
7264
7477
|
tooltip: z.ZodOptional<z.ZodNumber>;
|
|
7265
7478
|
}, z.core.$strip>;
|
|
7479
|
+
/**
|
|
7480
|
+
* Theme Mode Schema
|
|
7481
|
+
*/
|
|
7482
|
+
declare const ThemeModeSchema: z.ZodEnum<{
|
|
7483
|
+
auto: "auto";
|
|
7484
|
+
light: "light";
|
|
7485
|
+
dark: "dark";
|
|
7486
|
+
}>;
|
|
7487
|
+
/**
|
|
7488
|
+
* Density Mode Schema
|
|
7489
|
+
* Controls spacing and sizing for different use cases.
|
|
7490
|
+
*/
|
|
7491
|
+
declare const DensityModeSchema: z.ZodEnum<{
|
|
7492
|
+
compact: "compact";
|
|
7493
|
+
regular: "regular";
|
|
7494
|
+
spacious: "spacious";
|
|
7495
|
+
}>;
|
|
7496
|
+
/**
|
|
7497
|
+
* WCAG Contrast Level Schema
|
|
7498
|
+
* Web Content Accessibility Guidelines color contrast requirements.
|
|
7499
|
+
*/
|
|
7500
|
+
declare const WcagContrastLevelSchema: z.ZodEnum<{
|
|
7501
|
+
AA: "AA";
|
|
7502
|
+
AAA: "AAA";
|
|
7503
|
+
}>;
|
|
7266
7504
|
/**
|
|
7267
7505
|
* Theme Configuration Schema
|
|
7268
7506
|
* Complete theme definition for brand customization.
|
|
@@ -7384,9 +7622,9 @@ declare const ThemeSchema: z.ZodObject<{
|
|
|
7384
7622
|
timing: z.ZodOptional<z.ZodObject<{
|
|
7385
7623
|
linear: z.ZodOptional<z.ZodString>;
|
|
7386
7624
|
ease: z.ZodOptional<z.ZodString>;
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7625
|
+
ease_in: z.ZodOptional<z.ZodString>;
|
|
7626
|
+
ease_out: z.ZodOptional<z.ZodString>;
|
|
7627
|
+
ease_in_out: z.ZodOptional<z.ZodString>;
|
|
7390
7628
|
}, z.core.$strip>>;
|
|
7391
7629
|
}, z.core.$strip>>;
|
|
7392
7630
|
zIndex: z.ZodOptional<z.ZodObject<{
|
|
@@ -7452,34 +7690,26 @@ type Shadow = z.infer<typeof ShadowSchema>;
|
|
|
7452
7690
|
type Breakpoints = z.infer<typeof BreakpointsSchema>;
|
|
7453
7691
|
type Animation = z.infer<typeof AnimationSchema>;
|
|
7454
7692
|
type ZIndex = z.infer<typeof ZIndexSchema>;
|
|
7455
|
-
/**
|
|
7456
|
-
* Theme Mode Enum
|
|
7457
|
-
*/
|
|
7693
|
+
/** @deprecated Use ThemeModeSchema instead */
|
|
7458
7694
|
declare const ThemeMode: z.ZodEnum<{
|
|
7459
7695
|
auto: "auto";
|
|
7460
7696
|
light: "light";
|
|
7461
7697
|
dark: "dark";
|
|
7462
7698
|
}>;
|
|
7463
|
-
type ThemeMode = z.infer<typeof
|
|
7464
|
-
/**
|
|
7465
|
-
* Density Mode Enum
|
|
7466
|
-
* Controls spacing and sizing for different use cases.
|
|
7467
|
-
*/
|
|
7699
|
+
type ThemeMode = z.infer<typeof ThemeModeSchema>;
|
|
7700
|
+
/** @deprecated Use DensityModeSchema instead */
|
|
7468
7701
|
declare const DensityMode: z.ZodEnum<{
|
|
7469
7702
|
compact: "compact";
|
|
7470
7703
|
regular: "regular";
|
|
7471
7704
|
spacious: "spacious";
|
|
7472
7705
|
}>;
|
|
7473
|
-
type DensityMode = z.infer<typeof
|
|
7474
|
-
/**
|
|
7475
|
-
* WCAG Contrast Level
|
|
7476
|
-
* Web Content Accessibility Guidelines color contrast requirements.
|
|
7477
|
-
*/
|
|
7706
|
+
type DensityMode = z.infer<typeof DensityModeSchema>;
|
|
7707
|
+
/** @deprecated Use WcagContrastLevelSchema instead */
|
|
7478
7708
|
declare const WcagContrastLevel: z.ZodEnum<{
|
|
7479
7709
|
AA: "AA";
|
|
7480
7710
|
AAA: "AAA";
|
|
7481
7711
|
}>;
|
|
7482
|
-
type WcagContrastLevel = z.infer<typeof
|
|
7712
|
+
type WcagContrastLevel = z.infer<typeof WcagContrastLevelSchema>;
|
|
7483
7713
|
|
|
7484
7714
|
/**
|
|
7485
7715
|
* Touch Target Configuration Schema
|
|
@@ -7945,6 +8175,7 @@ declare const TransitionConfigSchema: z.ZodObject<{
|
|
|
7945
8175
|
}>>;
|
|
7946
8176
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
7947
8177
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8178
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
7948
8179
|
}, z.core.$strip>;
|
|
7949
8180
|
type TransitionConfig = z.infer<typeof TransitionConfigSchema>;
|
|
7950
8181
|
/**
|
|
@@ -7994,6 +8225,7 @@ declare const ComponentAnimationSchema: z.ZodObject<{
|
|
|
7994
8225
|
}>>;
|
|
7995
8226
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
7996
8227
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8228
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
7997
8229
|
}, z.core.$strip>>;
|
|
7998
8230
|
exit: z.ZodOptional<z.ZodObject<{
|
|
7999
8231
|
preset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8018,6 +8250,7 @@ declare const ComponentAnimationSchema: z.ZodObject<{
|
|
|
8018
8250
|
}>>;
|
|
8019
8251
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
8020
8252
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8253
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
8021
8254
|
}, z.core.$strip>>;
|
|
8022
8255
|
hover: z.ZodOptional<z.ZodObject<{
|
|
8023
8256
|
preset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8042,6 +8275,7 @@ declare const ComponentAnimationSchema: z.ZodObject<{
|
|
|
8042
8275
|
}>>;
|
|
8043
8276
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
8044
8277
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8278
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
8045
8279
|
}, z.core.$strip>>;
|
|
8046
8280
|
trigger: z.ZodOptional<z.ZodEnum<{
|
|
8047
8281
|
on_mount: "on_mount";
|
|
@@ -8127,6 +8361,7 @@ declare const MotionConfigSchema: z.ZodObject<{
|
|
|
8127
8361
|
}>>;
|
|
8128
8362
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
8129
8363
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8364
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
8130
8365
|
}, z.core.$strip>>;
|
|
8131
8366
|
pageTransitions: z.ZodOptional<z.ZodObject<{
|
|
8132
8367
|
type: z.ZodDefault<z.ZodEnum<{
|
|
@@ -8180,6 +8415,7 @@ declare const MotionConfigSchema: z.ZodObject<{
|
|
|
8180
8415
|
}>>;
|
|
8181
8416
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
8182
8417
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8418
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
8183
8419
|
}, z.core.$strip>>;
|
|
8184
8420
|
exit: z.ZodOptional<z.ZodObject<{
|
|
8185
8421
|
preset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8204,6 +8440,7 @@ declare const MotionConfigSchema: z.ZodObject<{
|
|
|
8204
8440
|
}>>;
|
|
8205
8441
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
8206
8442
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8443
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
8207
8444
|
}, z.core.$strip>>;
|
|
8208
8445
|
hover: z.ZodOptional<z.ZodObject<{
|
|
8209
8446
|
preset: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8228,6 +8465,7 @@ declare const MotionConfigSchema: z.ZodObject<{
|
|
|
8228
8465
|
}>>;
|
|
8229
8466
|
delay: z.ZodOptional<z.ZodNumber>;
|
|
8230
8467
|
customKeyframes: z.ZodOptional<z.ZodString>;
|
|
8468
|
+
themeToken: z.ZodOptional<z.ZodString>;
|
|
8231
8469
|
}, z.core.$strip>>;
|
|
8232
8470
|
trigger: z.ZodOptional<z.ZodEnum<{
|
|
8233
8471
|
on_mount: "on_mount";
|
|
@@ -8700,6 +8938,7 @@ declare const index_DashboardWidgetSchema: typeof DashboardWidgetSchema;
|
|
|
8700
8938
|
type index_DateFormat = DateFormat;
|
|
8701
8939
|
declare const index_DateFormatSchema: typeof DateFormatSchema;
|
|
8702
8940
|
type index_DensityMode = DensityMode;
|
|
8941
|
+
declare const index_DensityModeSchema: typeof DensityModeSchema;
|
|
8703
8942
|
type index_DndConfig = DndConfig;
|
|
8704
8943
|
declare const index_DndConfigSchema: typeof DndConfigSchema;
|
|
8705
8944
|
type index_DragConstraint = DragConstraint;
|
|
@@ -8883,6 +9122,7 @@ type index_SyncConfig = SyncConfig;
|
|
|
8883
9122
|
declare const index_SyncConfigSchema: typeof SyncConfigSchema;
|
|
8884
9123
|
type index_Theme = Theme;
|
|
8885
9124
|
type index_ThemeMode = ThemeMode;
|
|
9125
|
+
declare const index_ThemeModeSchema: typeof ThemeModeSchema;
|
|
8886
9126
|
declare const index_ThemeSchema: typeof ThemeSchema;
|
|
8887
9127
|
type index_TimelineConfig = TimelineConfig;
|
|
8888
9128
|
declare const index_TimelineConfigSchema: typeof TimelineConfigSchema;
|
|
@@ -8903,6 +9143,8 @@ declare const index_UserActionsConfigSchema: typeof UserActionsConfigSchema;
|
|
|
8903
9143
|
type index_View = View;
|
|
8904
9144
|
type index_ViewData = ViewData;
|
|
8905
9145
|
declare const index_ViewDataSchema: typeof ViewDataSchema;
|
|
9146
|
+
type index_ViewFilterRule = ViewFilterRule;
|
|
9147
|
+
declare const index_ViewFilterRuleSchema: typeof ViewFilterRuleSchema;
|
|
8906
9148
|
declare const index_ViewSchema: typeof ViewSchema;
|
|
8907
9149
|
type index_ViewSharing = ViewSharing;
|
|
8908
9150
|
declare const index_ViewSharingSchema: typeof ViewSharingSchema;
|
|
@@ -8911,6 +9153,7 @@ declare const index_ViewTabSchema: typeof ViewTabSchema;
|
|
|
8911
9153
|
type index_VisualizationType = VisualizationType;
|
|
8912
9154
|
declare const index_VisualizationTypeSchema: typeof VisualizationTypeSchema;
|
|
8913
9155
|
type index_WcagContrastLevel = WcagContrastLevel;
|
|
9156
|
+
declare const index_WcagContrastLevelSchema: typeof WcagContrastLevelSchema;
|
|
8914
9157
|
type index_WidgetActionType = WidgetActionType;
|
|
8915
9158
|
declare const index_WidgetActionTypeSchema: typeof WidgetActionTypeSchema;
|
|
8916
9159
|
type index_WidgetColorVariant = WidgetColorVariant;
|
|
@@ -8932,7 +9175,7 @@ declare const index_ZIndexSchema: typeof ZIndexSchema;
|
|
|
8932
9175
|
declare const index_defineApp: typeof defineApp;
|
|
8933
9176
|
declare const index_defineView: typeof defineView;
|
|
8934
9177
|
declare namespace index {
|
|
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 };
|
|
9178
|
+
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, index_DensityModeSchema as DensityModeSchema, 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_ThemeModeSchema as ThemeModeSchema, 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, type index_ViewFilterRule as ViewFilterRule, index_ViewFilterRuleSchema as ViewFilterRuleSchema, 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, index_WcagContrastLevelSchema as WcagContrastLevelSchema, 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 };
|
|
8936
9179
|
}
|
|
8937
9180
|
|
|
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,
|
|
9181
|
+
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, ViewDataSchema as a5, ViewFilterRuleSchema as a6, type ViewFilterRule 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, ConflictResolutionSchema 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 Theme as cA, type ColorPalette as cB, type Typography as cC, type Spacing as cD, type BorderRadius as cE, type Shadow as cF, type Breakpoints as cG, type Animation as cH, type ZIndex as cI, TouchTargetConfigSchema as cJ, type TouchTargetConfig as cK, GestureTypeSchema as cL, type GestureType as cM, SwipeDirectionSchema as cN, type SwipeDirection as cO, SwipeGestureConfigSchema as cP, type SwipeGestureConfig as cQ, PinchGestureConfigSchema as cR, type PinchGestureConfig as cS, LongPressGestureConfigSchema as cT, type LongPressGestureConfig as cU, GestureConfigSchema as cV, type GestureConfig as cW, TouchInteractionSchema as cX, type TouchInteraction as cY, OfflineStrategySchema as cZ, type OfflineStrategy 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, ThemeModeSchema as ct, ThemeMode as cu, DensityModeSchema as cv, DensityMode as cw, WcagContrastLevelSchema as cx, WcagContrastLevel as cy, ThemeSchema as cz, defineView as d, type ConflictResolution as d0, SyncConfigSchema as d1, type SyncConfig as d2, PersistStorageSchema as d3, type PersistStorage as d4, EvictionPolicySchema as d5, type EvictionPolicy as d6, OfflineCacheConfigSchema as d7, type OfflineCacheConfig as d8, OfflineConfigSchema as d9, NotificationSeveritySchema as dA, type NotificationSeverity as dB, NotificationPositionSchema as dC, type NotificationPosition as dD, NotificationActionSchema as dE, type NotificationAction as dF, NotificationSchema as dG, type Notification as dH, NotificationConfigSchema as dI, type NotificationConfig as dJ, DragHandleSchema as dK, type DragHandle as dL, DropEffectSchema as dM, type DropEffect as dN, DragConstraintSchema as dO, type DragConstraint as dP, DropZoneSchema as dQ, type DropZone as dR, DragItemSchema as dS, type DragItem as dT, DndConfigSchema as dU, type DndConfig as dV, SharingConfigSchema as dW, EmbedConfigSchema as dX, type SharingConfig as dY, type EmbedConfig as dZ, type OfflineConfig as da, FocusTrapConfigSchema as db, type FocusTrapConfig as dc, KeyboardShortcutSchema as dd, type KeyboardShortcut as de, FocusManagementSchema as df, type FocusManagement as dg, KeyboardNavigationConfigSchema as dh, type KeyboardNavigationConfig as di, TransitionPresetSchema as dj, type TransitionPreset as dk, EasingFunctionSchema as dl, type EasingFunction as dm, TransitionConfigSchema as dn, type TransitionConfig as dp, AnimationTriggerSchema as dq, type AnimationTrigger as dr, ComponentAnimationSchema as ds, type ComponentAnimation as dt, PageTransitionSchema as du, type PageTransition as dv, MotionConfigSchema as dw, type MotionConfig as dx, NotificationTypeSchema as dy, type NotificationType 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 };
|