@objectstack/spec 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/index.d.mts +2 -2
- package/dist/ai/index.d.ts +2 -2
- package/dist/ai/index.js +2 -5
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/index.mjs +2 -5
- package/dist/ai/index.mjs.map +1 -1
- package/dist/api/index.d.mts +3 -3
- package/dist/api/index.d.ts +3 -3
- package/dist/api/index.js +150 -41
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +143 -40
- package/dist/api/index.mjs.map +1 -1
- package/dist/{app-install.zod-C796rMGw.d.mts → app-install.zod-7DlLx-js.d.mts} +105 -1
- package/dist/{app-install.zod-C796rMGw.d.ts → app-install.zod-7DlLx-js.d.ts} +105 -1
- package/dist/contracts/index.d.mts +6 -5
- package/dist/contracts/index.d.ts +6 -5
- package/dist/data/index.d.mts +4 -4
- package/dist/data/index.d.ts +4 -4
- package/dist/data/index.js +6 -5
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +6 -5
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-Cn7p_qB6.d.ts → field.zod-D_DIgcSq.d.ts} +159 -1
- package/dist/{field.zod-DxhFCi69.d.mts → field.zod-Daw26_Ss.d.mts} +159 -1
- package/dist/{index-DiFv-wS5.d.mts → index-4Z4qDy0j.d.ts} +161 -725
- package/dist/{index-Cc1p0dsE.d.ts → index-B6xRRcpa.d.ts} +124 -84
- package/dist/{index-DMpFKR4T.d.mts → index-B72WLZG7.d.mts} +145 -721
- package/dist/{index-DV9_TVrd.d.ts → index-BCj-HPon.d.ts} +145 -721
- package/dist/{index-BilLDZPo.d.mts → index-BP0RZbNS.d.mts} +3 -3
- package/dist/{index-DLYbZygR.d.ts → index-BqLDM_a6.d.ts} +553 -1350
- package/dist/{index-C0YTT2nC.d.mts → index-CJaybxkq.d.mts} +124 -84
- package/dist/{index-CBLR_j0G.d.mts → index-D3YldlNO.d.mts} +553 -1350
- package/dist/{index-DpVFgOpS.d.mts → index-DuZ5OQoC.d.mts} +268 -1321
- package/dist/{index-CP3Qh0UH.d.ts → index-T9OLAOd1.d.ts} +268 -1321
- package/dist/{index-D9D-eFDL.d.ts → index-dgQEN4mx.d.mts} +161 -725
- package/dist/{index-3_33Q7_5.d.ts → index-k4sjeOQx.d.ts} +3 -3
- package/dist/index.d.mts +262 -1261
- package/dist/index.d.ts +262 -1261
- package/dist/index.js +268 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +268 -42
- package/dist/index.mjs.map +1 -1
- package/dist/{object.zod-CZH_3Tf3.d.mts → object.zod-BJ9MSMbA.d.mts} +37 -181
- package/dist/{object.zod-VgSr7KJc.d.ts → object.zod-CFJFn4SN.d.ts} +37 -181
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/{subscription.zod-gG5E1x5l.d.mts → subscription.zod-BlxBx8BU.d.mts} +2 -2
- package/dist/{subscription.zod-DvLC9605.d.ts → subscription.zod-CIf7oeH1.d.ts} +2 -2
- package/dist/system/index.d.mts +3 -3
- package/dist/system/index.d.ts +3 -3
- package/dist/system/index.js +117 -7
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +113 -8
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +1 -4
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +1 -4
- 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/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/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/Skill.json +2 -2
- package/json-schema/ai/SkillTriggerCondition.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/Tool.json +2 -2
- package/json-schema/ai/ToolCall.json +2 -2
- package/json-schema/ai/ToolCategory.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/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 +14 -506
- 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 +8 -3
- package/json-schema/api/DispatcherConfig.json +2 -2
- package/json-schema/api/DispatcherErrorCode.json +13 -0
- package/json-schema/api/DispatcherErrorResponse.json +59 -0
- 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 +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +8 -3
- 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 +6 -2
- package/json-schema/api/GetMetaItemResponse.json +2 -2
- package/json-schema/api/GetMetaItemsRequest.json +6 -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/HandlerStatus.json +11 -0
- package/json-schema/api/HttpFindQueryParams.json +2 -2
- package/json-schema/api/HttpMethod.json +2 -2
- package/json-schema/api/HttpStatusCode.json +2 -2
- package/json-schema/api/IdRequest.json +2 -2
- package/json-schema/api/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/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 +11 -2
- package/json-schema/api/RestApiPluginConfig.json +11 -2
- package/json-schema/api/RestApiRouteCategory.json +2 -2
- package/json-schema/api/RestApiRouteRegistration.json +11 -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/RouteCoverageEntry.json +69 -0
- package/json-schema/api/RouteCoverageReport.json +129 -0
- package/json-schema/api/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.json +2 -2
- package/json-schema/api/RouteHealthEntry.json +60 -0
- package/json-schema/api/RouteHealthReport.json +104 -0
- 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 +8 -3
- package/json-schema/api/ServiceStatus.json +14 -0
- 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/DatasetLoadResult.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/EngineAggregateOptions.json +2 -2
- package/json-schema/data/EngineCountOptions.json +2 -2
- package/json-schema/data/EngineDeleteOptions.json +2 -2
- package/json-schema/data/EngineQueryOptions.json +2 -2
- package/json-schema/data/EngineUpdateOptions.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/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectDependencyGraph.json +2 -2
- package/json-schema/data/ObjectDependencyNode.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/ReferenceResolution.json +2 -2
- package/json-schema/data/ReferenceResolutionError.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/SeedLoaderConfig.json +2 -2
- package/json-schema/data/SeedLoaderRequest.json +2 -2
- package/json-schema/data/SeedLoaderResult.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 +2 -2
- package/json-schema/data/TenantResolverStrategy.json +2 -2
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/TursoGroup.json +2 -2
- package/json-schema/data/TursoMultiTenantConfig.json +2 -2
- package/json-schema/data/UniquenessValidation.json +2 -2
- package/json-schema/data/ValidationRule.json +2 -2
- package/json-schema/data/VectorConfig.json +2 -2
- package/json-schema/data/VersioningConfig.json +2 -2
- package/json-schema/data/WindowFunction.json +2 -2
- package/json-schema/data/WindowFunctionNode.json +2 -2
- package/json-schema/data/WindowSpec.json +2 -2
- package/json-schema/identity/Account.json +2 -2
- package/json-schema/identity/ApiKey.json +2 -2
- package/json-schema/identity/Invitation.json +2 -2
- package/json-schema/identity/InvitationStatus.json +2 -2
- package/json-schema/identity/Member.json +2 -2
- package/json-schema/identity/Organization.json +2 -2
- package/json-schema/identity/Role.json +2 -2
- package/json-schema/identity/SCIMAddress.json +2 -2
- package/json-schema/identity/SCIMBulkOperation.json +2 -2
- package/json-schema/identity/SCIMBulkRequest.json +2 -2
- package/json-schema/identity/SCIMBulkResponse.json +2 -2
- package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
- package/json-schema/identity/SCIMEmail.json +2 -2
- package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
- package/json-schema/identity/SCIMError.json +2 -2
- package/json-schema/identity/SCIMGroup.json +2 -2
- package/json-schema/identity/SCIMGroupReference.json +2 -2
- package/json-schema/identity/SCIMListResponse.json +2 -2
- package/json-schema/identity/SCIMMemberReference.json +2 -2
- package/json-schema/identity/SCIMMeta.json +2 -2
- package/json-schema/identity/SCIMName.json +2 -2
- package/json-schema/identity/SCIMPatchOperation.json +2 -2
- package/json-schema/identity/SCIMPatchRequest.json +2 -2
- package/json-schema/identity/SCIMPhoneNumber.json +2 -2
- package/json-schema/identity/SCIMUser.json +2 -2
- package/json-schema/identity/Session.json +2 -2
- package/json-schema/identity/User.json +2 -2
- package/json-schema/identity/VerificationToken.json +2 -2
- package/json-schema/integration/AckMode.json +2 -2
- package/json-schema/integration/ApiVersionConfig.json +2 -2
- package/json-schema/integration/BuildConfig.json +2 -2
- package/json-schema/integration/CdcConfig.json +2 -2
- package/json-schema/integration/CircuitBreakerConfig.json +2 -2
- package/json-schema/integration/ConflictResolution.json +2 -2
- package/json-schema/integration/Connector.json +2 -2
- package/json-schema/integration/ConnectorAction.json +2 -2
- package/json-schema/integration/ConnectorHealth.json +2 -2
- package/json-schema/integration/ConnectorStatus.json +2 -2
- package/json-schema/integration/ConnectorTrigger.json +2 -2
- package/json-schema/integration/ConnectorType.json +2 -2
- package/json-schema/integration/ConsumerConfig.json +2 -2
- package/json-schema/integration/DataSyncConfig.json +2 -2
- package/json-schema/integration/DatabaseConnector.json +2 -2
- package/json-schema/integration/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.json +2 -2
- package/json-schema/integration/DatabaseTable.json +2 -2
- package/json-schema/integration/DeliveryGuarantee.json +2 -2
- package/json-schema/integration/DeploymentConfig.json +2 -2
- package/json-schema/integration/DlqConfig.json +2 -2
- package/json-schema/integration/DomainConfig.json +2 -2
- package/json-schema/integration/EdgeFunctionConfig.json +2 -2
- package/json-schema/integration/EnvironmentVariables.json +2 -2
- package/json-schema/integration/ErrorCategory.json +2 -2
- package/json-schema/integration/ErrorMappingConfig.json +2 -2
- package/json-schema/integration/ErrorMappingRule.json +2 -2
- package/json-schema/integration/FieldMapping.json +2 -2
- package/json-schema/integration/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.json +2 -2
- package/json-schema/integration/FileStorageConnector.json +2 -2
- package/json-schema/integration/FileStorageProvider.json +2 -2
- package/json-schema/integration/FileVersioningConfig.json +2 -2
- package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
- package/json-schema/integration/GitHubCommitConfig.json +2 -2
- package/json-schema/integration/GitHubConnector.json +2 -2
- package/json-schema/integration/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.json +2 -2
- package/json-schema/integration/GitHubPullRequestConfig.json +2 -2
- package/json-schema/integration/GitHubReleaseConfig.json +2 -2
- package/json-schema/integration/GitHubRepository.json +2 -2
- package/json-schema/integration/GitRepositoryConfig.json +2 -2
- package/json-schema/integration/HealthCheckConfig.json +2 -2
- package/json-schema/integration/MessageFormat.json +2 -2
- package/json-schema/integration/MessageQueueConnector.json +2 -2
- package/json-schema/integration/MessageQueueProvider.json +2 -2
- package/json-schema/integration/MultipartUploadConfig.json +2 -2
- package/json-schema/integration/ProducerConfig.json +2 -2
- package/json-schema/integration/RateLimitConfig.json +2 -2
- package/json-schema/integration/RateLimitStrategy.json +2 -2
- package/json-schema/integration/RetryConfig.json +2 -2
- package/json-schema/integration/RetryStrategy.json +2 -2
- package/json-schema/integration/SaasConnector.json +2 -2
- package/json-schema/integration/SaasObjectType.json +2 -2
- package/json-schema/integration/SaasProvider.json +2 -2
- package/json-schema/integration/SslConfig.json +2 -2
- package/json-schema/integration/StorageBucket.json +2 -2
- package/json-schema/integration/SyncStrategy.json +2 -2
- package/json-schema/integration/TopicQueue.json +2 -2
- package/json-schema/integration/VercelConnector.json +2 -2
- package/json-schema/integration/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/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 +2 -2
- 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 +4621 -12124
- package/json-schema/openapi.json +1 -1
- package/json-schema/qa/TestAction.json +2 -2
- package/json-schema/qa/TestActionType.json +2 -2
- package/json-schema/qa/TestAssertion.json +2 -2
- package/json-schema/qa/TestAssertionType.json +2 -2
- package/json-schema/qa/TestContext.json +2 -2
- package/json-schema/qa/TestScenario.json +2 -2
- package/json-schema/qa/TestStep.json +2 -2
- package/json-schema/qa/TestSuite.json +2 -2
- package/json-schema/security/AuditPolicy.json +2 -2
- package/json-schema/security/CriteriaSharingRule.json +2 -2
- package/json-schema/security/FieldPermission.json +2 -2
- package/json-schema/security/NetworkPolicy.json +2 -2
- package/json-schema/security/OWDModel.json +2 -2
- package/json-schema/security/ObjectPermission.json +2 -2
- package/json-schema/security/OwnerSharingRule.json +2 -2
- package/json-schema/security/PasswordPolicy.json +2 -2
- package/json-schema/security/PermissionSet.json +2 -2
- package/json-schema/security/Policy.json +2 -2
- package/json-schema/security/RLSAuditConfig.json +2 -2
- package/json-schema/security/RLSAuditEvent.json +2 -2
- package/json-schema/security/RLSConfig.json +2 -2
- package/json-schema/security/RLSEvaluationResult.json +2 -2
- package/json-schema/security/RLSOperation.json +2 -2
- package/json-schema/security/RLSUserContext.json +2 -2
- package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
- package/json-schema/security/SessionPolicy.json +2 -2
- package/json-schema/security/ShareRecipientType.json +2 -2
- package/json-schema/security/SharingLevel.json +2 -2
- package/json-schema/security/SharingRule.json +2 -2
- package/json-schema/security/SharingRuleType.json +2 -2
- package/json-schema/security/Territory.json +2 -2
- package/json-schema/security/TerritoryModel.json +2 -2
- package/json-schema/security/TerritoryType.json +2 -2
- package/json-schema/shared/AggregationFunctionEnum.json +2 -2
- package/json-schema/shared/AppName.json +2 -2
- package/json-schema/shared/BaseMetadataRecord.json +2 -2
- package/json-schema/shared/CacheStrategyEnum.json +2 -2
- package/json-schema/shared/CorsConfig.json +2 -2
- package/json-schema/shared/EventName.json +2 -2
- package/json-schema/shared/FieldMapping.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/HttpRequest.json +2 -2
- package/json-schema/shared/IsolationLevelEnum.json +2 -2
- package/json-schema/shared/MetadataFormat.json +2 -2
- package/json-schema/shared/MutationEventEnum.json +2 -2
- package/json-schema/shared/ObjectName.json +2 -2
- package/json-schema/shared/RateLimitConfig.json +2 -2
- package/json-schema/shared/RoleName.json +2 -2
- package/json-schema/shared/SnakeCaseIdentifier.json +2 -2
- package/json-schema/shared/SortDirectionEnum.json +2 -2
- package/json-schema/shared/SortItem.json +2 -2
- package/json-schema/shared/StaticMount.json +2 -2
- package/json-schema/shared/SystemIdentifier.json +2 -2
- package/json-schema/shared/TransformType.json +2 -2
- package/json-schema/shared/ViewName.json +2 -2
- package/json-schema/studio/ActionContribution.json +2 -2
- package/json-schema/studio/ActionLocation.json +2 -2
- package/json-schema/studio/ActivationEvent.json +2 -2
- package/json-schema/studio/CanvasSnapSettings.json +2 -2
- package/json-schema/studio/CanvasZoomSettings.json +2 -2
- package/json-schema/studio/CommandContribution.json +2 -2
- package/json-schema/studio/ERDiagramConfig.json +2 -2
- package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
- package/json-schema/studio/ERNodeDisplay.json +2 -2
- package/json-schema/studio/ElementPaletteItem.json +2 -2
- package/json-schema/studio/FieldEditorConfig.json +2 -2
- package/json-schema/studio/FieldGroup.json +2 -2
- package/json-schema/studio/FieldPropertySection.json +2 -2
- package/json-schema/studio/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/AdvancedAuthConfig.json +2 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AppCompatibilityCheck.json +2 -2
- package/json-schema/system/AppInstallRequest.json +2 -2
- package/json-schema/system/AppInstallResult.json +2 -2
- package/json-schema/system/AppManifest.json +2 -2
- package/json-schema/system/AppTranslationBundle.json +2 -2
- package/json-schema/system/AuditConfig.json +2 -2
- package/json-schema/system/AuditEvent.json +2 -2
- package/json-schema/system/AuditEventActor.json +2 -2
- package/json-schema/system/AuditEventChange.json +2 -2
- package/json-schema/system/AuditEventFilter.json +2 -2
- package/json-schema/system/AuditEventSeverity.json +2 -2
- package/json-schema/system/AuditEventTarget.json +2 -2
- package/json-schema/system/AuditEventType.json +2 -2
- package/json-schema/system/AuditFinding.json +2 -2
- package/json-schema/system/AuditFindingSeverity.json +2 -2
- package/json-schema/system/AuditFindingStatus.json +2 -2
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditSchedule.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/BackupConfig.json +2 -2
- package/json-schema/system/BackupRetention.json +2 -2
- package/json-schema/system/BackupStrategy.json +2 -2
- package/json-schema/system/BatchProgress.json +2 -2
- package/json-schema/system/BucketConfig.json +2 -2
- package/json-schema/system/CRDTMergeResult.json +2 -2
- package/json-schema/system/CRDTState.json +2 -2
- package/json-schema/system/CRDTType.json +2 -2
- package/json-schema/system/CacheAvalanchePrevention.json +2 -2
- package/json-schema/system/CacheConfig.json +2 -2
- package/json-schema/system/CacheConsistency.json +2 -2
- package/json-schema/system/CacheInvalidation.json +2 -2
- package/json-schema/system/CacheStrategy.json +2 -2
- package/json-schema/system/CacheTier.json +2 -2
- package/json-schema/system/CacheWarmup.json +2 -2
- package/json-schema/system/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/ChangeSchema.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 +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ComplianceFramework.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/CoverageBreakdownEntry.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 +2 -2
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DatabaseProvider.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DeployBundle.json +2 -2
- package/json-schema/system/DeployDiff.json +2 -2
- package/json-schema/system/DeployManifest.json +2 -2
- package/json-schema/system/DeployStatusEnum.json +2 -2
- package/json-schema/system/DeployValidationIssue.json +2 -2
- package/json-schema/system/DeployValidationResult.json +2 -2
- package/json-schema/system/DisasterRecoveryPlan.json +2 -2
- package/json-schema/system/DistributedCacheConfig.json +2 -2
- package/json-schema/system/EmailAndPasswordConfig.json +2 -2
- package/json-schema/system/EmailTemplate.json +2 -2
- package/json-schema/system/EmailVerificationConfig.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 +2 -2
- package/json-schema/system/IncidentCategory.json +2 -2
- package/json-schema/system/IncidentNotificationMatrix.json +2 -2
- package/json-schema/system/IncidentNotificationRule.json +2 -2
- package/json-schema/system/IncidentResponsePhase.json +2 -2
- package/json-schema/system/IncidentResponsePolicy.json +2 -2
- package/json-schema/system/IncidentSeverity.json +2 -2
- package/json-schema/system/IncidentStatus.json +2 -2
- package/json-schema/system/IntervalSchedule.json +2 -2
- package/json-schema/system/Job.json +2 -2
- package/json-schema/system/JobExecution.json +2 -2
- package/json-schema/system/JobExecutionStatus.json +2 -2
- package/json-schema/system/KernelServiceMap.json +2 -2
- package/json-schema/system/KeyManagementProvider.json +2 -2
- package/json-schema/system/KeyRotationPolicy.json +2 -2
- package/json-schema/system/LWWRegister.json +2 -2
- package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
- package/json-schema/system/License.json +2 -2
- package/json-schema/system/LicenseMetricType.json +2 -2
- package/json-schema/system/LifecycleAction.json +2 -2
- package/json-schema/system/LifecyclePolicyConfig.json +2 -2
- package/json-schema/system/LifecyclePolicyRule.json +2 -2
- package/json-schema/system/Locale.json +2 -2
- package/json-schema/system/LogDestination.json +2 -2
- package/json-schema/system/LogDestinationType.json +2 -2
- package/json-schema/system/LogEnrichmentConfig.json +2 -2
- package/json-schema/system/LogEntry.json +2 -2
- package/json-schema/system/LogFormat.json +2 -2
- package/json-schema/system/LogLevel.json +2 -2
- package/json-schema/system/LoggerConfig.json +2 -2
- package/json-schema/system/LoggingConfig.json +2 -2
- package/json-schema/system/MaskingConfig.json +2 -2
- package/json-schema/system/MaskingRule.json +2 -2
- package/json-schema/system/MaskingStrategy.json +2 -2
- package/json-schema/system/MaskingVisibilityRule.json +2 -2
- package/json-schema/system/MessageFormat.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/MetadataDiffResult.json +48 -0
- 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/MetadataHistoryQueryOptions.json +52 -0
- package/json-schema/system/MetadataHistoryQueryResult.json +117 -0
- package/json-schema/system/MetadataHistoryRecord.json +95 -0
- package/json-schema/system/MetadataHistoryRetentionPolicy.json +37 -0
- 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/MigrationPlan.json +2 -2
- package/json-schema/system/MigrationStatement.json +2 -2
- package/json-schema/system/ModifyFieldOperation.json +2 -2
- package/json-schema/system/MultipartUploadConfig.json +2 -2
- package/json-schema/system/MutualTLSConfig.json +2 -2
- package/json-schema/system/NotificationChannel.json +2 -2
- package/json-schema/system/NotificationConfig.json +2 -2
- package/json-schema/system/ORSet.json +2 -2
- package/json-schema/system/ORSetElement.json +2 -2
- package/json-schema/system/OTComponent.json +2 -2
- package/json-schema/system/OTOperation.json +2 -2
- package/json-schema/system/OTOperationType.json +2 -2
- package/json-schema/system/OTTransformResult.json +2 -2
- package/json-schema/system/ObjectMetadata.json +2 -2
- package/json-schema/system/ObjectStorageConfig.json +2 -2
- package/json-schema/system/ObjectTranslationData.json +2 -2
- package/json-schema/system/ObjectTranslationNode.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/PackagePublishResult.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 +2 -2
- package/json-schema/system/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/QuotaEnforcementResult.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/RetryPolicy.json +2 -2
- package/json-schema/system/RollbackPlan.json +2 -2
- package/json-schema/system/RouteHandlerMetadata.json +2 -2
- package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
- package/json-schema/system/SMSTemplate.json +2 -2
- package/json-schema/system/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.json +2 -2
- package/json-schema/system/Schedule.json +2 -2
- package/json-schema/system/SearchConfig.json +2 -2
- package/json-schema/system/SearchIndexConfig.json +2 -2
- package/json-schema/system/SearchProvider.json +2 -2
- package/json-schema/system/SecurityContextConfig.json +2 -2
- package/json-schema/system/SecurityEventCorrelation.json +2 -2
- package/json-schema/system/ServerCapabilities.json +2 -2
- package/json-schema/system/ServerEvent.json +2 -2
- package/json-schema/system/ServerEventType.json +2 -2
- package/json-schema/system/ServerStatus.json +2 -2
- package/json-schema/system/ServiceConfig.json +2 -2
- package/json-schema/system/ServiceCriticality.json +2 -2
- package/json-schema/system/ServiceLevelIndicator.json +2 -2
- package/json-schema/system/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/SocialProviderConfig.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 +2 -2
- package/json-schema/system/SupplierRiskLevel.json +2 -2
- package/json-schema/system/SupplierSecurityAssessment.json +2 -2
- package/json-schema/system/SupplierSecurityPolicy.json +2 -2
- package/json-schema/system/SupplierSecurityRequirement.json +2 -2
- package/json-schema/system/SuspiciousActivityRule.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantConnectionConfig.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantPlan.json +2 -2
- package/json-schema/system/TenantProvisioningRequest.json +2 -2
- package/json-schema/system/TenantProvisioningResult.json +2 -2
- package/json-schema/system/TenantProvisioningStatusEnum.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantRegion.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TenantUsage.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceSamplingConfig.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TracingConfig.json +2 -2
- package/json-schema/system/TrainingCategory.json +2 -2
- package/json-schema/system/TrainingCompletionStatus.json +2 -2
- package/json-schema/system/TrainingCourse.json +2 -2
- package/json-schema/system/TrainingPlan.json +2 -2
- package/json-schema/system/TrainingRecord.json +2 -2
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationCoverageResult.json +2 -2
- package/json-schema/system/TranslationData.json +2 -2
- package/json-schema/system/TranslationDiffItem.json +2 -2
- package/json-schema/system/TranslationDiffStatus.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 +3 -44
- package/json-schema/ui/ActionNavItem.json +3 -44
- package/json-schema/ui/ActionParam.json +6 -88
- package/json-schema/ui/ActionType.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +2 -2
- package/json-schema/ui/Animation.json +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/App.json +14 -506
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +2 -2
- package/json-schema/ui/AriaProps.json +3 -44
- 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 +4 -45
- package/json-schema/ui/ChartAxis.json +3 -44
- package/json-schema/ui/ChartConfig.json +11 -339
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +3 -44
- 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 +4 -86
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +22 -760
- package/json-schema/ui/DashboardHeader.json +3 -44
- package/json-schema/ui/DashboardHeaderAction.json +3 -44
- package/json-schema/ui/DashboardNavItem.json +3 -44
- package/json-schema/ui/DashboardWidget.json +15 -507
- package/json-schema/ui/DateFormat.json +2 -2
- package/json-schema/ui/DensityMode.json +2 -2
- package/json-schema/ui/DndConfig.json +6 -170
- package/json-schema/ui/DragConstraint.json +2 -2
- package/json-schema/ui/DragHandle.json +2 -2
- package/json-schema/ui/DragItem.json +4 -86
- package/json-schema/ui/DropEffect.json +2 -2
- package/json-schema/ui/DropZone.json +4 -86
- package/json-schema/ui/EasingFunction.json +2 -2
- package/json-schema/ui/ElementButtonProps.json +4 -86
- package/json-schema/ui/ElementDataSource.json +2 -2
- package/json-schema/ui/ElementFilterProps.json +3 -44
- package/json-schema/ui/ElementFormProps.json +4 -86
- package/json-schema/ui/ElementImageProps.json +3 -44
- package/json-schema/ui/ElementNumberProps.json +3 -44
- package/json-schema/ui/ElementRecordPickerProps.json +4 -86
- package/json-schema/ui/ElementTextProps.json +3 -44
- 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 +5 -128
- package/json-schema/ui/GalleryConfig.json +2 -2
- package/json-schema/ui/GanttConfig.json +2 -2
- package/json-schema/ui/GestureConfig.json +3 -44
- package/json-schema/ui/GestureType.json +2 -2
- package/json-schema/ui/GlobalFilter.json +5 -87
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- package/json-schema/ui/GroupNavItem.json +3 -44
- 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 +4 -45
- package/json-schema/ui/I18nObject.json +2 -2
- package/json-schema/ui/InterfacePageConfig.json +3 -44
- package/json-schema/ui/KanbanConfig.json +2 -2
- package/json-schema/ui/KeyboardNavigationConfig.json +4 -86
- package/json-schema/ui/KeyboardShortcut.json +3 -44
- package/json-schema/ui/ListColumn.json +3 -44
- package/json-schema/ui/ListView.json +12 -299
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +5 -128
- package/json-schema/ui/NavigationArea.json +11 -380
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationItem.json +9 -296
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +6 -170
- package/json-schema/ui/NotificationAction.json +3 -44
- 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 +3 -44
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +3 -44
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/Page.json +11 -257
- package/json-schema/ui/PageAccordionProps.json +5 -87
- package/json-schema/ui/PageCardProps.json +5 -87
- package/json-schema/ui/PageComponent.json +5 -87
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +5 -128
- package/json-schema/ui/PageNavItem.json +3 -44
- package/json-schema/ui/PageRegion.json +5 -87
- package/json-schema/ui/PageTabsProps.json +5 -87
- 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 +3 -44
- package/json-schema/ui/RecordChatterProps.json +4 -86
- package/json-schema/ui/RecordDetailsProps.json +3 -44
- package/json-schema/ui/RecordHighlightsProps.json +3 -44
- package/json-schema/ui/RecordPathProps.json +5 -87
- package/json-schema/ui/RecordRelatedListProps.json +4 -86
- package/json-schema/ui/RecordReviewConfig.json +2 -2
- package/json-schema/ui/Report.json +14 -424
- package/json-schema/ui/ReportChart.json +9 -255
- package/json-schema/ui/ReportColumn.json +3 -44
- package/json-schema/ui/ReportGrouping.json +2 -2
- package/json-schema/ui/ReportNavItem.json +3 -44
- package/json-schema/ui/ReportType.json +2 -2
- package/json-schema/ui/ResponsiveConfig.json +2 -2
- package/json-schema/ui/RowColorConfig.json +2 -2
- package/json-schema/ui/RowHeight.json +2 -2
- package/json-schema/ui/SelectionConfig.json +2 -2
- package/json-schema/ui/Shadow.json +2 -2
- package/json-schema/ui/SharingConfig.json +2 -2
- package/json-schema/ui/Spacing.json +2 -2
- package/json-schema/ui/SwipeDirection.json +2 -2
- package/json-schema/ui/SwipeGestureConfig.json +2 -2
- package/json-schema/ui/SyncConfig.json +2 -2
- package/json-schema/ui/Theme.json +2 -2
- package/json-schema/ui/ThemeMode.json +2 -2
- package/json-schema/ui/TimelineConfig.json +2 -2
- package/json-schema/ui/TouchInteraction.json +4 -86
- package/json-schema/ui/TouchTargetConfig.json +2 -2
- package/json-schema/ui/TransitionConfig.json +2 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UrlNavItem.json +3 -44
- package/json-schema/ui/UserActionsConfig.json +2 -2
- package/json-schema/ui/ViewData.json +2 -2
- package/json-schema/ui/ViewFilterRule.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +3 -44
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- package/json-schema/ui/WidgetEvent.json +4 -86
- package/json-schema/ui/WidgetLifecycle.json +2 -2
- package/json-schema/ui/WidgetManifest.json +9 -296
- package/json-schema/ui/WidgetMeasure.json +3 -44
- package/json-schema/ui/WidgetProperty.json +4 -86
- package/json-schema/ui/WidgetSource.json +2 -2
- package/json-schema/ui/ZIndex.json +2 -2
- package/package.json +3 -2
- package/json-schema/api/AiChatRequest.json +0 -28
- package/json-schema/api/AiChatResponse.json +0 -51
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Q as QueryAST, F as FieldType } from './field.zod-
|
|
1
|
+
import { Q as QueryAST, F as FieldType } from './field.zod-Daw26_Ss.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import { L as ListPackagesRequest, a as ListPackagesResponse, G as GetPackageRequest, b as GetPackageResponse, I as InstallPackageRequest, c as InstallPackageResponse, U as UninstallPackageRequest, d as UninstallPackageResponse, E as EnablePackageRequest, e as EnablePackageResponse, D as DisablePackageRequest, f as DisablePackageResponse, g as DisablePackageRequestSchema, h as DisablePackageResponseSchema, i as EnablePackageRequestSchema, j as EnablePackageResponseSchema, k as GetPackageRequestSchema, l as GetPackageResponseSchema, m as InstallPackageRequestSchema, n as InstallPackageResponseSchema, o as InstalledPackage, p as ListPackagesRequestSchema, q as ListPackagesResponseSchema, P as PackageStatus, r as UninstallPackageRequestSchema, s as UninstallPackageResponseSchema } from './package-registry.zod-DeXhB8jL.mjs';
|
|
4
|
-
import { B as BaseValidationRuleShape, S as ServiceObject } from './object.zod-
|
|
4
|
+
import { B as BaseValidationRuleShape, S as ServiceObject } from './object.zod-BJ9MSMbA.mjs';
|
|
5
5
|
import { S as StateNodeConfig } from './state-machine.zod-DoC0JvQb.mjs';
|
|
6
6
|
import { C as CreateExportJobRequest, a as CreateExportJobRequestSchema, b as CreateExportJobResponse, c as CreateExportJobResponseSchema, D as DeduplicationStrategy, E as ExportApiContracts, d as ExportFormat, e as ExportImportTemplate, f as ExportImportTemplateSchema, g as ExportJobProgress, h as ExportJobProgressSchema, i as ExportJobStatus, j as ExportJobSummary, k as ExportJobSummarySchema, F as FieldMappingEntry, l as FieldMappingEntrySchema, G as GetExportJobDownloadRequest, m as GetExportJobDownloadRequestSchema, n as GetExportJobDownloadResponse, o as GetExportJobDownloadResponseSchema, I as ImportValidationConfig, p as ImportValidationConfigSchema, q as ImportValidationMode, r as ImportValidationResult, s as ImportValidationResultSchema, L as ListExportJobsRequest, t as ListExportJobsRequestSchema, u as ListExportJobsResponse, v as ListExportJobsResponseSchema, S as ScheduleExportRequest, w as ScheduleExportRequestSchema, x as ScheduleExportResponse, y as ScheduleExportResponseSchema, z as ScheduledExport, A as ScheduledExportSchema } from './export.zod-D4NQy11G.mjs';
|
|
7
7
|
import { H as HttpMethod } from './http.zod-D7ZTstT3.mjs';
|
|
@@ -647,6 +647,25 @@ declare const ApiEndpoint: z.ZodObject<{
|
|
|
647
647
|
type ApiEndpoint = z.infer<typeof ApiEndpointSchema>;
|
|
648
648
|
type ApiEndpointInput = z.input<typeof ApiEndpointSchema>;
|
|
649
649
|
|
|
650
|
+
/**
|
|
651
|
+
* Service Status Enum
|
|
652
|
+
* Describes the operational state of a service in the discovery response.
|
|
653
|
+
*
|
|
654
|
+
* - `available` – Fully operational: service is registered AND HTTP handler is verified.
|
|
655
|
+
* - `registered` – Route is declared in the dispatcher table but the HTTP handler has
|
|
656
|
+
* not been verified (may 501 at runtime).
|
|
657
|
+
* - `unavailable` – Service is not installed / not registered in the kernel.
|
|
658
|
+
* - `degraded` – Partially working (e.g., in-memory fallback, missing persistence).
|
|
659
|
+
* - `stub` – Placeholder handler that always returns 501 Not Implemented.
|
|
660
|
+
*/
|
|
661
|
+
declare const ServiceStatus: z.ZodEnum<{
|
|
662
|
+
degraded: "degraded";
|
|
663
|
+
stub: "stub";
|
|
664
|
+
available: "available";
|
|
665
|
+
registered: "registered";
|
|
666
|
+
unavailable: "unavailable";
|
|
667
|
+
}>;
|
|
668
|
+
type ServiceStatus = z.infer<typeof ServiceStatus>;
|
|
650
669
|
/**
|
|
651
670
|
* Service Status in Discovery Response
|
|
652
671
|
* Reports per-service availability so clients can adapt their UI accordingly.
|
|
@@ -657,8 +676,10 @@ declare const ServiceInfoSchema: z.ZodObject<{
|
|
|
657
676
|
degraded: "degraded";
|
|
658
677
|
stub: "stub";
|
|
659
678
|
available: "available";
|
|
679
|
+
registered: "registered";
|
|
660
680
|
unavailable: "unavailable";
|
|
661
681
|
}>;
|
|
682
|
+
handlerReady: z.ZodOptional<z.ZodBoolean>;
|
|
662
683
|
route: z.ZodOptional<z.ZodString>;
|
|
663
684
|
provider: z.ZodOptional<z.ZodString>;
|
|
664
685
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -742,8 +763,10 @@ declare const DiscoverySchema: z.ZodObject<{
|
|
|
742
763
|
degraded: "degraded";
|
|
743
764
|
stub: "stub";
|
|
744
765
|
available: "available";
|
|
766
|
+
registered: "registered";
|
|
745
767
|
unavailable: "unavailable";
|
|
746
768
|
}>;
|
|
769
|
+
handlerReady: z.ZodOptional<z.ZodBoolean>;
|
|
747
770
|
route: z.ZodOptional<z.ZodString>;
|
|
748
771
|
provider: z.ZodOptional<z.ZodString>;
|
|
749
772
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -786,6 +809,69 @@ type WellKnownCapabilities = z.infer<typeof WellKnownCapabilitiesSchema>;
|
|
|
786
809
|
type DiscoveryResponse = z.infer<typeof DiscoverySchema>;
|
|
787
810
|
type ApiRoutes = z.infer<typeof ApiRoutesSchema>;
|
|
788
811
|
type ServiceInfo = z.infer<typeof ServiceInfoSchema>;
|
|
812
|
+
/**
|
|
813
|
+
* Single route health entry for the coverage report.
|
|
814
|
+
*/
|
|
815
|
+
declare const RouteHealthEntrySchema: z.ZodObject<{
|
|
816
|
+
route: z.ZodString;
|
|
817
|
+
method: z.ZodEnum<{
|
|
818
|
+
GET: "GET";
|
|
819
|
+
POST: "POST";
|
|
820
|
+
PUT: "PUT";
|
|
821
|
+
DELETE: "DELETE";
|
|
822
|
+
PATCH: "PATCH";
|
|
823
|
+
HEAD: "HEAD";
|
|
824
|
+
OPTIONS: "OPTIONS";
|
|
825
|
+
}>;
|
|
826
|
+
service: z.ZodString;
|
|
827
|
+
declared: z.ZodBoolean;
|
|
828
|
+
handlerRegistered: z.ZodBoolean;
|
|
829
|
+
healthStatus: z.ZodEnum<{
|
|
830
|
+
skip: "skip";
|
|
831
|
+
missing: "missing";
|
|
832
|
+
fail: "fail";
|
|
833
|
+
pass: "pass";
|
|
834
|
+
}>;
|
|
835
|
+
message: z.ZodOptional<z.ZodString>;
|
|
836
|
+
}, z.core.$strip>;
|
|
837
|
+
type RouteHealthEntry = z.infer<typeof RouteHealthEntrySchema>;
|
|
838
|
+
/**
|
|
839
|
+
* Route Health Report Schema
|
|
840
|
+
* Aggregated route coverage report produced at startup or on demand.
|
|
841
|
+
*
|
|
842
|
+
* This report enables automated detection of routes that are declared
|
|
843
|
+
* in discovery metadata but have no corresponding HTTP handler.
|
|
844
|
+
*/
|
|
845
|
+
declare const RouteHealthReportSchema: z.ZodObject<{
|
|
846
|
+
timestamp: z.ZodString;
|
|
847
|
+
adapter: z.ZodString;
|
|
848
|
+
totalDeclared: z.ZodNumber;
|
|
849
|
+
totalRegistered: z.ZodNumber;
|
|
850
|
+
totalMissing: z.ZodNumber;
|
|
851
|
+
routes: z.ZodArray<z.ZodObject<{
|
|
852
|
+
route: z.ZodString;
|
|
853
|
+
method: z.ZodEnum<{
|
|
854
|
+
GET: "GET";
|
|
855
|
+
POST: "POST";
|
|
856
|
+
PUT: "PUT";
|
|
857
|
+
DELETE: "DELETE";
|
|
858
|
+
PATCH: "PATCH";
|
|
859
|
+
HEAD: "HEAD";
|
|
860
|
+
OPTIONS: "OPTIONS";
|
|
861
|
+
}>;
|
|
862
|
+
service: z.ZodString;
|
|
863
|
+
declared: z.ZodBoolean;
|
|
864
|
+
handlerRegistered: z.ZodBoolean;
|
|
865
|
+
healthStatus: z.ZodEnum<{
|
|
866
|
+
skip: "skip";
|
|
867
|
+
missing: "missing";
|
|
868
|
+
fail: "fail";
|
|
869
|
+
pass: "pass";
|
|
870
|
+
}>;
|
|
871
|
+
message: z.ZodOptional<z.ZodString>;
|
|
872
|
+
}, z.core.$strip>>;
|
|
873
|
+
}, z.core.$strip>;
|
|
874
|
+
type RouteHealthReport = z.infer<typeof RouteHealthReportSchema>;
|
|
789
875
|
|
|
790
876
|
/**
|
|
791
877
|
* Realtime Shared Protocol
|
|
@@ -7164,8 +7250,10 @@ declare const GetDiscoveryResponseSchema: z.ZodObject<{
|
|
|
7164
7250
|
degraded: "degraded";
|
|
7165
7251
|
stub: "stub";
|
|
7166
7252
|
available: "available";
|
|
7253
|
+
registered: "registered";
|
|
7167
7254
|
unavailable: "unavailable";
|
|
7168
7255
|
}>;
|
|
7256
|
+
handlerReady: z.ZodOptional<z.ZodBoolean>;
|
|
7169
7257
|
route: z.ZodOptional<z.ZodString>;
|
|
7170
7258
|
provider: z.ZodOptional<z.ZodString>;
|
|
7171
7259
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -7206,6 +7294,7 @@ declare const GetMetaTypesResponseSchema: z.ZodObject<{
|
|
|
7206
7294
|
*/
|
|
7207
7295
|
declare const GetMetaItemsRequestSchema: z.ZodObject<{
|
|
7208
7296
|
type: z.ZodString;
|
|
7297
|
+
packageId: z.ZodOptional<z.ZodString>;
|
|
7209
7298
|
}, z.core.$strip>;
|
|
7210
7299
|
/**
|
|
7211
7300
|
* Get Metadata Items Response
|
|
@@ -7221,6 +7310,7 @@ declare const GetMetaItemsResponseSchema: z.ZodObject<{
|
|
|
7221
7310
|
declare const GetMetaItemRequestSchema: z.ZodObject<{
|
|
7222
7311
|
type: z.ZodString;
|
|
7223
7312
|
name: z.ZodString;
|
|
7313
|
+
packageId: z.ZodOptional<z.ZodString>;
|
|
7224
7314
|
}, z.core.$strip>;
|
|
7225
7315
|
/**
|
|
7226
7316
|
* Get Metadata Item Response
|
|
@@ -7316,11 +7406,7 @@ declare const GetUiViewRequestSchema: z.ZodObject<{
|
|
|
7316
7406
|
declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
7317
7407
|
list: z.ZodOptional<z.ZodObject<{
|
|
7318
7408
|
name: z.ZodOptional<z.ZodString>;
|
|
7319
|
-
label: z.ZodOptional<z.
|
|
7320
|
-
key: z.ZodString;
|
|
7321
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7322
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7323
|
-
}, z.core.$strip>]>>;
|
|
7409
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7324
7410
|
type: z.ZodDefault<z.ZodEnum<{
|
|
7325
7411
|
map: "map";
|
|
7326
7412
|
grid: "grid";
|
|
@@ -7367,11 +7453,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7367
7453
|
}, z.core.$strip>], "provider">>;
|
|
7368
7454
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
7369
7455
|
field: z.ZodString;
|
|
7370
|
-
label: z.ZodOptional<z.
|
|
7371
|
-
key: z.ZodString;
|
|
7372
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7373
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7374
|
-
}, z.core.$strip>]>>;
|
|
7456
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7375
7457
|
width: z.ZodOptional<z.ZodNumber>;
|
|
7376
7458
|
align: z.ZodOptional<z.ZodEnum<{
|
|
7377
7459
|
left: "left";
|
|
@@ -7506,11 +7588,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7506
7588
|
year: "year";
|
|
7507
7589
|
}>>;
|
|
7508
7590
|
}, z.core.$strip>>;
|
|
7509
|
-
description: z.ZodOptional<z.
|
|
7510
|
-
key: z.ZodString;
|
|
7511
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7512
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7513
|
-
}, z.core.$strip>]>>;
|
|
7591
|
+
description: z.ZodOptional<z.ZodString>;
|
|
7514
7592
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
7515
7593
|
type: z.ZodDefault<z.ZodEnum<{
|
|
7516
7594
|
personal: "personal";
|
|
@@ -7577,11 +7655,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7577
7655
|
}, z.core.$strip>>;
|
|
7578
7656
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7579
7657
|
name: z.ZodString;
|
|
7580
|
-
label: z.ZodOptional<z.
|
|
7581
|
-
key: z.ZodString;
|
|
7582
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7583
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7584
|
-
}, z.core.$strip>]>>;
|
|
7658
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7585
7659
|
icon: z.ZodOptional<z.ZodString>;
|
|
7586
7660
|
view: z.ZodOptional<z.ZodString>;
|
|
7587
7661
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7611,24 +7685,12 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7611
7685
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
7612
7686
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
7613
7687
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
7614
|
-
title: z.ZodOptional<z.
|
|
7615
|
-
|
|
7616
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7617
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7618
|
-
}, z.core.$strip>]>>;
|
|
7619
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7620
|
-
key: z.ZodString;
|
|
7621
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7622
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7623
|
-
}, z.core.$strip>]>>;
|
|
7688
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7689
|
+
message: z.ZodOptional<z.ZodString>;
|
|
7624
7690
|
icon: z.ZodOptional<z.ZodString>;
|
|
7625
7691
|
}, z.core.$strip>>;
|
|
7626
7692
|
aria: z.ZodOptional<z.ZodObject<{
|
|
7627
|
-
ariaLabel: z.ZodOptional<z.
|
|
7628
|
-
key: z.ZodString;
|
|
7629
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7630
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7631
|
-
}, z.core.$strip>]>>;
|
|
7693
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
7632
7694
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7633
7695
|
role: z.ZodOptional<z.ZodString>;
|
|
7634
7696
|
}, z.core.$strip>>;
|
|
@@ -7729,11 +7791,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7729
7791
|
items: z.ZodArray<z.ZodUnknown>;
|
|
7730
7792
|
}, z.core.$strip>], "provider">>;
|
|
7731
7793
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7732
|
-
label: z.ZodOptional<z.
|
|
7733
|
-
key: z.ZodString;
|
|
7734
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7735
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7736
|
-
}, z.core.$strip>]>>;
|
|
7794
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7737
7795
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
7738
7796
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
7739
7797
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -7744,21 +7802,9 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7744
7802
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
7745
7803
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7746
7804
|
field: z.ZodString;
|
|
7747
|
-
label: z.ZodOptional<z.
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7751
|
-
}, z.core.$strip>]>>;
|
|
7752
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7753
|
-
key: z.ZodString;
|
|
7754
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7755
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7756
|
-
}, z.core.$strip>]>>;
|
|
7757
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7758
|
-
key: z.ZodString;
|
|
7759
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7760
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7761
|
-
}, z.core.$strip>]>>;
|
|
7805
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7806
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
7807
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
7762
7808
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
7763
7809
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7764
7810
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7769,11 +7815,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7769
7815
|
}, z.core.$strip>]>>;
|
|
7770
7816
|
}, z.core.$strip>>>;
|
|
7771
7817
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7772
|
-
label: z.ZodOptional<z.
|
|
7773
|
-
key: z.ZodString;
|
|
7774
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7775
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7776
|
-
}, z.core.$strip>]>>;
|
|
7818
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7777
7819
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
7778
7820
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
7779
7821
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -7784,21 +7826,9 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7784
7826
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
7785
7827
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7786
7828
|
field: z.ZodString;
|
|
7787
|
-
label: z.ZodOptional<z.
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7791
|
-
}, z.core.$strip>]>>;
|
|
7792
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7793
|
-
key: z.ZodString;
|
|
7794
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7795
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7796
|
-
}, z.core.$strip>]>>;
|
|
7797
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7798
|
-
key: z.ZodString;
|
|
7799
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7800
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7801
|
-
}, z.core.$strip>]>>;
|
|
7829
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7830
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
7831
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
7802
7832
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
7803
7833
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7804
7834
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7824,22 +7854,14 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7824
7854
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
7825
7855
|
}, z.core.$strip>>;
|
|
7826
7856
|
aria: z.ZodOptional<z.ZodObject<{
|
|
7827
|
-
ariaLabel: z.ZodOptional<z.
|
|
7828
|
-
key: z.ZodString;
|
|
7829
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7830
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7831
|
-
}, z.core.$strip>]>>;
|
|
7857
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
7832
7858
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
7833
7859
|
role: z.ZodOptional<z.ZodString>;
|
|
7834
7860
|
}, z.core.$strip>>;
|
|
7835
7861
|
}, z.core.$strip>>;
|
|
7836
7862
|
listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7837
7863
|
name: z.ZodOptional<z.ZodString>;
|
|
7838
|
-
label: z.ZodOptional<z.
|
|
7839
|
-
key: z.ZodString;
|
|
7840
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7841
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7842
|
-
}, z.core.$strip>]>>;
|
|
7864
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7843
7865
|
type: z.ZodDefault<z.ZodEnum<{
|
|
7844
7866
|
map: "map";
|
|
7845
7867
|
grid: "grid";
|
|
@@ -7886,11 +7908,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7886
7908
|
}, z.core.$strip>], "provider">>;
|
|
7887
7909
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
7888
7910
|
field: z.ZodString;
|
|
7889
|
-
label: z.ZodOptional<z.
|
|
7890
|
-
key: z.ZodString;
|
|
7891
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7892
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7893
|
-
}, z.core.$strip>]>>;
|
|
7911
|
+
label: z.ZodOptional<z.ZodString>;
|
|
7894
7912
|
width: z.ZodOptional<z.ZodNumber>;
|
|
7895
7913
|
align: z.ZodOptional<z.ZodEnum<{
|
|
7896
7914
|
left: "left";
|
|
@@ -8025,11 +8043,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8025
8043
|
year: "year";
|
|
8026
8044
|
}>>;
|
|
8027
8045
|
}, z.core.$strip>>;
|
|
8028
|
-
description: z.ZodOptional<z.
|
|
8029
|
-
key: z.ZodString;
|
|
8030
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8031
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8032
|
-
}, z.core.$strip>]>>;
|
|
8046
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8033
8047
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
8034
8048
|
type: z.ZodDefault<z.ZodEnum<{
|
|
8035
8049
|
personal: "personal";
|
|
@@ -8096,11 +8110,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8096
8110
|
}, z.core.$strip>>;
|
|
8097
8111
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8098
8112
|
name: z.ZodString;
|
|
8099
|
-
label: z.ZodOptional<z.
|
|
8100
|
-
key: z.ZodString;
|
|
8101
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8102
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8103
|
-
}, z.core.$strip>]>>;
|
|
8113
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8104
8114
|
icon: z.ZodOptional<z.ZodString>;
|
|
8105
8115
|
view: z.ZodOptional<z.ZodString>;
|
|
8106
8116
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8130,24 +8140,12 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8130
8140
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
8131
8141
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
8132
8142
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
8133
|
-
title: z.ZodOptional<z.
|
|
8134
|
-
|
|
8135
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8136
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8137
|
-
}, z.core.$strip>]>>;
|
|
8138
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8139
|
-
key: z.ZodString;
|
|
8140
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8141
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8142
|
-
}, z.core.$strip>]>>;
|
|
8143
|
+
title: z.ZodOptional<z.ZodString>;
|
|
8144
|
+
message: z.ZodOptional<z.ZodString>;
|
|
8143
8145
|
icon: z.ZodOptional<z.ZodString>;
|
|
8144
8146
|
}, z.core.$strip>>;
|
|
8145
8147
|
aria: z.ZodOptional<z.ZodObject<{
|
|
8146
|
-
ariaLabel: z.ZodOptional<z.
|
|
8147
|
-
key: z.ZodString;
|
|
8148
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8149
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8150
|
-
}, z.core.$strip>]>>;
|
|
8148
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
8151
8149
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
8152
8150
|
role: z.ZodOptional<z.ZodString>;
|
|
8153
8151
|
}, z.core.$strip>>;
|
|
@@ -8248,11 +8246,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8248
8246
|
items: z.ZodArray<z.ZodUnknown>;
|
|
8249
8247
|
}, z.core.$strip>], "provider">>;
|
|
8250
8248
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8251
|
-
label: z.ZodOptional<z.
|
|
8252
|
-
key: z.ZodString;
|
|
8253
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8254
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8255
|
-
}, z.core.$strip>]>>;
|
|
8249
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8256
8250
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
8257
8251
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
8258
8252
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -8263,21 +8257,9 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8263
8257
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
8264
8258
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8265
8259
|
field: z.ZodString;
|
|
8266
|
-
label: z.ZodOptional<z.
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8270
|
-
}, z.core.$strip>]>>;
|
|
8271
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8272
|
-
key: z.ZodString;
|
|
8273
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8274
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8275
|
-
}, z.core.$strip>]>>;
|
|
8276
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8277
|
-
key: z.ZodString;
|
|
8278
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8279
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8280
|
-
}, z.core.$strip>]>>;
|
|
8260
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8261
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
8262
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
8281
8263
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
8282
8264
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
8283
8265
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8288,11 +8270,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8288
8270
|
}, z.core.$strip>]>>;
|
|
8289
8271
|
}, z.core.$strip>>>;
|
|
8290
8272
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8291
|
-
label: z.ZodOptional<z.
|
|
8292
|
-
key: z.ZodString;
|
|
8293
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8294
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8295
|
-
}, z.core.$strip>]>>;
|
|
8273
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8296
8274
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
8297
8275
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
8298
8276
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -8303,21 +8281,9 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8303
8281
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
8304
8282
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8305
8283
|
field: z.ZodString;
|
|
8306
|
-
label: z.ZodOptional<z.
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8310
|
-
}, z.core.$strip>]>>;
|
|
8311
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8312
|
-
key: z.ZodString;
|
|
8313
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8314
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8315
|
-
}, z.core.$strip>]>>;
|
|
8316
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8317
|
-
key: z.ZodString;
|
|
8318
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8319
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8320
|
-
}, z.core.$strip>]>>;
|
|
8284
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8285
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
8286
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
8321
8287
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
8322
8288
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
8323
8289
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8343,11 +8309,7 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8343
8309
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
8344
8310
|
}, z.core.$strip>>;
|
|
8345
8311
|
aria: z.ZodOptional<z.ZodObject<{
|
|
8346
|
-
ariaLabel: z.ZodOptional<z.
|
|
8347
|
-
key: z.ZodString;
|
|
8348
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8349
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8350
|
-
}, z.core.$strip>]>>;
|
|
8312
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
8351
8313
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
8352
8314
|
role: z.ZodOptional<z.ZodString>;
|
|
8353
8315
|
}, z.core.$strip>>;
|
|
@@ -8713,11 +8675,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
8713
8675
|
views: z.ZodArray<z.ZodObject<{
|
|
8714
8676
|
list: z.ZodOptional<z.ZodObject<{
|
|
8715
8677
|
name: z.ZodOptional<z.ZodString>;
|
|
8716
|
-
label: z.ZodOptional<z.
|
|
8717
|
-
key: z.ZodString;
|
|
8718
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8719
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8720
|
-
}, z.core.$strip>]>>;
|
|
8678
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8721
8679
|
type: z.ZodDefault<z.ZodEnum<{
|
|
8722
8680
|
map: "map";
|
|
8723
8681
|
grid: "grid";
|
|
@@ -8764,11 +8722,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
8764
8722
|
}, z.core.$strip>], "provider">>;
|
|
8765
8723
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
8766
8724
|
field: z.ZodString;
|
|
8767
|
-
label: z.ZodOptional<z.
|
|
8768
|
-
key: z.ZodString;
|
|
8769
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8770
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8771
|
-
}, z.core.$strip>]>>;
|
|
8725
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8772
8726
|
width: z.ZodOptional<z.ZodNumber>;
|
|
8773
8727
|
align: z.ZodOptional<z.ZodEnum<{
|
|
8774
8728
|
left: "left";
|
|
@@ -8903,11 +8857,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
8903
8857
|
year: "year";
|
|
8904
8858
|
}>>;
|
|
8905
8859
|
}, z.core.$strip>>;
|
|
8906
|
-
description: z.ZodOptional<z.
|
|
8907
|
-
key: z.ZodString;
|
|
8908
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8909
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8910
|
-
}, z.core.$strip>]>>;
|
|
8860
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8911
8861
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
8912
8862
|
type: z.ZodDefault<z.ZodEnum<{
|
|
8913
8863
|
personal: "personal";
|
|
@@ -8974,11 +8924,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
8974
8924
|
}, z.core.$strip>>;
|
|
8975
8925
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8976
8926
|
name: z.ZodString;
|
|
8977
|
-
label: z.ZodOptional<z.
|
|
8978
|
-
key: z.ZodString;
|
|
8979
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8980
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8981
|
-
}, z.core.$strip>]>>;
|
|
8927
|
+
label: z.ZodOptional<z.ZodString>;
|
|
8982
8928
|
icon: z.ZodOptional<z.ZodString>;
|
|
8983
8929
|
view: z.ZodOptional<z.ZodString>;
|
|
8984
8930
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9008,24 +8954,12 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9008
8954
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
9009
8955
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
9010
8956
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
9011
|
-
title: z.ZodOptional<z.
|
|
9012
|
-
|
|
9013
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9014
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9015
|
-
}, z.core.$strip>]>>;
|
|
9016
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9017
|
-
key: z.ZodString;
|
|
9018
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9019
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9020
|
-
}, z.core.$strip>]>>;
|
|
8957
|
+
title: z.ZodOptional<z.ZodString>;
|
|
8958
|
+
message: z.ZodOptional<z.ZodString>;
|
|
9021
8959
|
icon: z.ZodOptional<z.ZodString>;
|
|
9022
8960
|
}, z.core.$strip>>;
|
|
9023
8961
|
aria: z.ZodOptional<z.ZodObject<{
|
|
9024
|
-
ariaLabel: z.ZodOptional<z.
|
|
9025
|
-
key: z.ZodString;
|
|
9026
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9027
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9028
|
-
}, z.core.$strip>]>>;
|
|
8962
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
9029
8963
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
9030
8964
|
role: z.ZodOptional<z.ZodString>;
|
|
9031
8965
|
}, z.core.$strip>>;
|
|
@@ -9126,11 +9060,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9126
9060
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9127
9061
|
}, z.core.$strip>], "provider">>;
|
|
9128
9062
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9129
|
-
label: z.ZodOptional<z.
|
|
9130
|
-
key: z.ZodString;
|
|
9131
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9132
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9133
|
-
}, z.core.$strip>]>>;
|
|
9063
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9134
9064
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9135
9065
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9136
9066
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -9141,21 +9071,9 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9141
9071
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
9142
9072
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9143
9073
|
field: z.ZodString;
|
|
9144
|
-
label: z.ZodOptional<z.
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9148
|
-
}, z.core.$strip>]>>;
|
|
9149
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9150
|
-
key: z.ZodString;
|
|
9151
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9152
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9153
|
-
}, z.core.$strip>]>>;
|
|
9154
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9155
|
-
key: z.ZodString;
|
|
9156
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9157
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9158
|
-
}, z.core.$strip>]>>;
|
|
9074
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9075
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
9076
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
9159
9077
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9160
9078
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
9161
9079
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -9166,11 +9084,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9166
9084
|
}, z.core.$strip>]>>;
|
|
9167
9085
|
}, z.core.$strip>>>;
|
|
9168
9086
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9169
|
-
label: z.ZodOptional<z.
|
|
9170
|
-
key: z.ZodString;
|
|
9171
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9172
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9173
|
-
}, z.core.$strip>]>>;
|
|
9087
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9174
9088
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9175
9089
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9176
9090
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -9181,21 +9095,9 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9181
9095
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
9182
9096
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9183
9097
|
field: z.ZodString;
|
|
9184
|
-
label: z.ZodOptional<z.
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9188
|
-
}, z.core.$strip>]>>;
|
|
9189
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9190
|
-
key: z.ZodString;
|
|
9191
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9192
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9193
|
-
}, z.core.$strip>]>>;
|
|
9194
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9195
|
-
key: z.ZodString;
|
|
9196
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9197
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9198
|
-
}, z.core.$strip>]>>;
|
|
9098
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9099
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
9100
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
9199
9101
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9200
9102
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
9201
9103
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -9221,22 +9123,14 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9221
9123
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9222
9124
|
}, z.core.$strip>>;
|
|
9223
9125
|
aria: z.ZodOptional<z.ZodObject<{
|
|
9224
|
-
ariaLabel: z.ZodOptional<z.
|
|
9225
|
-
key: z.ZodString;
|
|
9226
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9227
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9228
|
-
}, z.core.$strip>]>>;
|
|
9126
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
9229
9127
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
9230
9128
|
role: z.ZodOptional<z.ZodString>;
|
|
9231
9129
|
}, z.core.$strip>>;
|
|
9232
9130
|
}, z.core.$strip>>;
|
|
9233
9131
|
listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
9234
9132
|
name: z.ZodOptional<z.ZodString>;
|
|
9235
|
-
label: z.ZodOptional<z.
|
|
9236
|
-
key: z.ZodString;
|
|
9237
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9238
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9239
|
-
}, z.core.$strip>]>>;
|
|
9133
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9240
9134
|
type: z.ZodDefault<z.ZodEnum<{
|
|
9241
9135
|
map: "map";
|
|
9242
9136
|
grid: "grid";
|
|
@@ -9283,11 +9177,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9283
9177
|
}, z.core.$strip>], "provider">>;
|
|
9284
9178
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
9285
9179
|
field: z.ZodString;
|
|
9286
|
-
label: z.ZodOptional<z.
|
|
9287
|
-
key: z.ZodString;
|
|
9288
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9289
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9290
|
-
}, z.core.$strip>]>>;
|
|
9180
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9291
9181
|
width: z.ZodOptional<z.ZodNumber>;
|
|
9292
9182
|
align: z.ZodOptional<z.ZodEnum<{
|
|
9293
9183
|
left: "left";
|
|
@@ -9422,11 +9312,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9422
9312
|
year: "year";
|
|
9423
9313
|
}>>;
|
|
9424
9314
|
}, z.core.$strip>>;
|
|
9425
|
-
description: z.ZodOptional<z.
|
|
9426
|
-
key: z.ZodString;
|
|
9427
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9428
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9429
|
-
}, z.core.$strip>]>>;
|
|
9315
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9430
9316
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
9431
9317
|
type: z.ZodDefault<z.ZodEnum<{
|
|
9432
9318
|
personal: "personal";
|
|
@@ -9493,11 +9379,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9493
9379
|
}, z.core.$strip>>;
|
|
9494
9380
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9495
9381
|
name: z.ZodString;
|
|
9496
|
-
label: z.ZodOptional<z.
|
|
9497
|
-
key: z.ZodString;
|
|
9498
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9499
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9500
|
-
}, z.core.$strip>]>>;
|
|
9382
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9501
9383
|
icon: z.ZodOptional<z.ZodString>;
|
|
9502
9384
|
view: z.ZodOptional<z.ZodString>;
|
|
9503
9385
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9527,24 +9409,12 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9527
9409
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
9528
9410
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
9529
9411
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
9530
|
-
title: z.ZodOptional<z.
|
|
9531
|
-
|
|
9532
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9533
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9534
|
-
}, z.core.$strip>]>>;
|
|
9535
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9536
|
-
key: z.ZodString;
|
|
9537
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9538
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9539
|
-
}, z.core.$strip>]>>;
|
|
9412
|
+
title: z.ZodOptional<z.ZodString>;
|
|
9413
|
+
message: z.ZodOptional<z.ZodString>;
|
|
9540
9414
|
icon: z.ZodOptional<z.ZodString>;
|
|
9541
9415
|
}, z.core.$strip>>;
|
|
9542
9416
|
aria: z.ZodOptional<z.ZodObject<{
|
|
9543
|
-
ariaLabel: z.ZodOptional<z.
|
|
9544
|
-
key: z.ZodString;
|
|
9545
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9546
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9547
|
-
}, z.core.$strip>]>>;
|
|
9417
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
9548
9418
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
9549
9419
|
role: z.ZodOptional<z.ZodString>;
|
|
9550
9420
|
}, z.core.$strip>>;
|
|
@@ -9645,11 +9515,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9645
9515
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9646
9516
|
}, z.core.$strip>], "provider">>;
|
|
9647
9517
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9648
|
-
label: z.ZodOptional<z.
|
|
9649
|
-
key: z.ZodString;
|
|
9650
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9651
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9652
|
-
}, z.core.$strip>]>>;
|
|
9518
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9653
9519
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9654
9520
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9655
9521
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -9660,21 +9526,9 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9660
9526
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
9661
9527
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9662
9528
|
field: z.ZodString;
|
|
9663
|
-
label: z.ZodOptional<z.
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9667
|
-
}, z.core.$strip>]>>;
|
|
9668
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9669
|
-
key: z.ZodString;
|
|
9670
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9671
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9672
|
-
}, z.core.$strip>]>>;
|
|
9673
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9674
|
-
key: z.ZodString;
|
|
9675
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9676
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9677
|
-
}, z.core.$strip>]>>;
|
|
9529
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9530
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
9531
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
9678
9532
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9679
9533
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
9680
9534
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -9685,11 +9539,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9685
9539
|
}, z.core.$strip>]>>;
|
|
9686
9540
|
}, z.core.$strip>>>;
|
|
9687
9541
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9688
|
-
label: z.ZodOptional<z.
|
|
9689
|
-
key: z.ZodString;
|
|
9690
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9691
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9692
|
-
}, z.core.$strip>]>>;
|
|
9542
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9693
9543
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9694
9544
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9695
9545
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -9700,21 +9550,9 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9700
9550
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
9701
9551
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9702
9552
|
field: z.ZodString;
|
|
9703
|
-
label: z.ZodOptional<z.
|
|
9704
|
-
|
|
9705
|
-
|
|
9706
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9707
|
-
}, z.core.$strip>]>>;
|
|
9708
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9709
|
-
key: z.ZodString;
|
|
9710
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9711
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9712
|
-
}, z.core.$strip>]>>;
|
|
9713
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9714
|
-
key: z.ZodString;
|
|
9715
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9716
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9717
|
-
}, z.core.$strip>]>>;
|
|
9553
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9554
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
9555
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
9718
9556
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9719
9557
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
9720
9558
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -9740,11 +9578,7 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9740
9578
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9741
9579
|
}, z.core.$strip>>;
|
|
9742
9580
|
aria: z.ZodOptional<z.ZodObject<{
|
|
9743
|
-
ariaLabel: z.ZodOptional<z.
|
|
9744
|
-
key: z.ZodString;
|
|
9745
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9746
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9747
|
-
}, z.core.$strip>]>>;
|
|
9581
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
9748
9582
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
9749
9583
|
role: z.ZodOptional<z.ZodString>;
|
|
9750
9584
|
}, z.core.$strip>>;
|
|
@@ -9760,11 +9594,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
9760
9594
|
view: z.ZodObject<{
|
|
9761
9595
|
list: z.ZodOptional<z.ZodObject<{
|
|
9762
9596
|
name: z.ZodOptional<z.ZodString>;
|
|
9763
|
-
label: z.ZodOptional<z.
|
|
9764
|
-
key: z.ZodString;
|
|
9765
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9766
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9767
|
-
}, z.core.$strip>]>>;
|
|
9597
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9768
9598
|
type: z.ZodDefault<z.ZodEnum<{
|
|
9769
9599
|
map: "map";
|
|
9770
9600
|
grid: "grid";
|
|
@@ -9811,11 +9641,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
9811
9641
|
}, z.core.$strip>], "provider">>;
|
|
9812
9642
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
9813
9643
|
field: z.ZodString;
|
|
9814
|
-
label: z.ZodOptional<z.
|
|
9815
|
-
key: z.ZodString;
|
|
9816
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9817
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9818
|
-
}, z.core.$strip>]>>;
|
|
9644
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9819
9645
|
width: z.ZodOptional<z.ZodNumber>;
|
|
9820
9646
|
align: z.ZodOptional<z.ZodEnum<{
|
|
9821
9647
|
left: "left";
|
|
@@ -9950,11 +9776,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
9950
9776
|
year: "year";
|
|
9951
9777
|
}>>;
|
|
9952
9778
|
}, z.core.$strip>>;
|
|
9953
|
-
description: z.ZodOptional<z.
|
|
9954
|
-
key: z.ZodString;
|
|
9955
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9956
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9957
|
-
}, z.core.$strip>]>>;
|
|
9779
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9958
9780
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
9959
9781
|
type: z.ZodDefault<z.ZodEnum<{
|
|
9960
9782
|
personal: "personal";
|
|
@@ -10021,11 +9843,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10021
9843
|
}, z.core.$strip>>;
|
|
10022
9844
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10023
9845
|
name: z.ZodString;
|
|
10024
|
-
label: z.ZodOptional<z.
|
|
10025
|
-
key: z.ZodString;
|
|
10026
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10027
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10028
|
-
}, z.core.$strip>]>>;
|
|
9846
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10029
9847
|
icon: z.ZodOptional<z.ZodString>;
|
|
10030
9848
|
view: z.ZodOptional<z.ZodString>;
|
|
10031
9849
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10055,24 +9873,12 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10055
9873
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
10056
9874
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
10057
9875
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
10058
|
-
title: z.ZodOptional<z.
|
|
10059
|
-
|
|
10060
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10061
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10062
|
-
}, z.core.$strip>]>>;
|
|
10063
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10064
|
-
key: z.ZodString;
|
|
10065
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10066
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10067
|
-
}, z.core.$strip>]>>;
|
|
9876
|
+
title: z.ZodOptional<z.ZodString>;
|
|
9877
|
+
message: z.ZodOptional<z.ZodString>;
|
|
10068
9878
|
icon: z.ZodOptional<z.ZodString>;
|
|
10069
9879
|
}, z.core.$strip>>;
|
|
10070
9880
|
aria: z.ZodOptional<z.ZodObject<{
|
|
10071
|
-
ariaLabel: z.ZodOptional<z.
|
|
10072
|
-
key: z.ZodString;
|
|
10073
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10074
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10075
|
-
}, z.core.$strip>]>>;
|
|
9881
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
10076
9882
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
10077
9883
|
role: z.ZodOptional<z.ZodString>;
|
|
10078
9884
|
}, z.core.$strip>>;
|
|
@@ -10173,11 +9979,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10173
9979
|
items: z.ZodArray<z.ZodUnknown>;
|
|
10174
9980
|
}, z.core.$strip>], "provider">>;
|
|
10175
9981
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10176
|
-
label: z.ZodOptional<z.
|
|
10177
|
-
key: z.ZodString;
|
|
10178
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10179
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10180
|
-
}, z.core.$strip>]>>;
|
|
9982
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10181
9983
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10182
9984
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10183
9985
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -10188,21 +9990,9 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10188
9990
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
10189
9991
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10190
9992
|
field: z.ZodString;
|
|
10191
|
-
label: z.ZodOptional<z.
|
|
10192
|
-
|
|
10193
|
-
|
|
10194
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10195
|
-
}, z.core.$strip>]>>;
|
|
10196
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10197
|
-
key: z.ZodString;
|
|
10198
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10199
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10200
|
-
}, z.core.$strip>]>>;
|
|
10201
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10202
|
-
key: z.ZodString;
|
|
10203
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10204
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10205
|
-
}, z.core.$strip>]>>;
|
|
9993
|
+
label: z.ZodOptional<z.ZodString>;
|
|
9994
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
9995
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
10206
9996
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10207
9997
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
10208
9998
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10213,11 +10003,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10213
10003
|
}, z.core.$strip>]>>;
|
|
10214
10004
|
}, z.core.$strip>>>;
|
|
10215
10005
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10216
|
-
label: z.ZodOptional<z.
|
|
10217
|
-
key: z.ZodString;
|
|
10218
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10219
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10220
|
-
}, z.core.$strip>]>>;
|
|
10006
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10221
10007
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10222
10008
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10223
10009
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -10228,21 +10014,9 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10228
10014
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
10229
10015
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10230
10016
|
field: z.ZodString;
|
|
10231
|
-
label: z.ZodOptional<z.
|
|
10232
|
-
|
|
10233
|
-
|
|
10234
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10235
|
-
}, z.core.$strip>]>>;
|
|
10236
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10237
|
-
key: z.ZodString;
|
|
10238
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10239
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10240
|
-
}, z.core.$strip>]>>;
|
|
10241
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10242
|
-
key: z.ZodString;
|
|
10243
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10244
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10245
|
-
}, z.core.$strip>]>>;
|
|
10017
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10018
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
10019
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
10246
10020
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10247
10021
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
10248
10022
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10268,22 +10042,14 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10268
10042
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
10269
10043
|
}, z.core.$strip>>;
|
|
10270
10044
|
aria: z.ZodOptional<z.ZodObject<{
|
|
10271
|
-
ariaLabel: z.ZodOptional<z.
|
|
10272
|
-
key: z.ZodString;
|
|
10273
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10274
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10275
|
-
}, z.core.$strip>]>>;
|
|
10045
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
10276
10046
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
10277
10047
|
role: z.ZodOptional<z.ZodString>;
|
|
10278
10048
|
}, z.core.$strip>>;
|
|
10279
10049
|
}, z.core.$strip>>;
|
|
10280
10050
|
listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
10281
10051
|
name: z.ZodOptional<z.ZodString>;
|
|
10282
|
-
label: z.ZodOptional<z.
|
|
10283
|
-
key: z.ZodString;
|
|
10284
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10285
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10286
|
-
}, z.core.$strip>]>>;
|
|
10052
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10287
10053
|
type: z.ZodDefault<z.ZodEnum<{
|
|
10288
10054
|
map: "map";
|
|
10289
10055
|
grid: "grid";
|
|
@@ -10330,11 +10096,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10330
10096
|
}, z.core.$strip>], "provider">>;
|
|
10331
10097
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
10332
10098
|
field: z.ZodString;
|
|
10333
|
-
label: z.ZodOptional<z.
|
|
10334
|
-
key: z.ZodString;
|
|
10335
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10336
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10337
|
-
}, z.core.$strip>]>>;
|
|
10099
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10338
10100
|
width: z.ZodOptional<z.ZodNumber>;
|
|
10339
10101
|
align: z.ZodOptional<z.ZodEnum<{
|
|
10340
10102
|
left: "left";
|
|
@@ -10469,11 +10231,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10469
10231
|
year: "year";
|
|
10470
10232
|
}>>;
|
|
10471
10233
|
}, z.core.$strip>>;
|
|
10472
|
-
description: z.ZodOptional<z.
|
|
10473
|
-
key: z.ZodString;
|
|
10474
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10475
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10476
|
-
}, z.core.$strip>]>>;
|
|
10234
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10477
10235
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
10478
10236
|
type: z.ZodDefault<z.ZodEnum<{
|
|
10479
10237
|
personal: "personal";
|
|
@@ -10540,11 +10298,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10540
10298
|
}, z.core.$strip>>;
|
|
10541
10299
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10542
10300
|
name: z.ZodString;
|
|
10543
|
-
label: z.ZodOptional<z.
|
|
10544
|
-
key: z.ZodString;
|
|
10545
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10546
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10547
|
-
}, z.core.$strip>]>>;
|
|
10301
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10548
10302
|
icon: z.ZodOptional<z.ZodString>;
|
|
10549
10303
|
view: z.ZodOptional<z.ZodString>;
|
|
10550
10304
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10574,24 +10328,12 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10574
10328
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
10575
10329
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
10576
10330
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
10577
|
-
title: z.ZodOptional<z.
|
|
10578
|
-
|
|
10579
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10580
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10581
|
-
}, z.core.$strip>]>>;
|
|
10582
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10583
|
-
key: z.ZodString;
|
|
10584
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10585
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10586
|
-
}, z.core.$strip>]>>;
|
|
10331
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10332
|
+
message: z.ZodOptional<z.ZodString>;
|
|
10587
10333
|
icon: z.ZodOptional<z.ZodString>;
|
|
10588
10334
|
}, z.core.$strip>>;
|
|
10589
10335
|
aria: z.ZodOptional<z.ZodObject<{
|
|
10590
|
-
ariaLabel: z.ZodOptional<z.
|
|
10591
|
-
key: z.ZodString;
|
|
10592
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10593
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10594
|
-
}, z.core.$strip>]>>;
|
|
10336
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
10595
10337
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
10596
10338
|
role: z.ZodOptional<z.ZodString>;
|
|
10597
10339
|
}, z.core.$strip>>;
|
|
@@ -10692,11 +10434,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10692
10434
|
items: z.ZodArray<z.ZodUnknown>;
|
|
10693
10435
|
}, z.core.$strip>], "provider">>;
|
|
10694
10436
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10695
|
-
label: z.ZodOptional<z.
|
|
10696
|
-
key: z.ZodString;
|
|
10697
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10698
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10699
|
-
}, z.core.$strip>]>>;
|
|
10437
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10700
10438
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10701
10439
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10702
10440
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -10707,21 +10445,9 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10707
10445
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
10708
10446
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10709
10447
|
field: z.ZodString;
|
|
10710
|
-
label: z.ZodOptional<z.
|
|
10711
|
-
|
|
10712
|
-
|
|
10713
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10714
|
-
}, z.core.$strip>]>>;
|
|
10715
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10716
|
-
key: z.ZodString;
|
|
10717
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10718
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10719
|
-
}, z.core.$strip>]>>;
|
|
10720
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10721
|
-
key: z.ZodString;
|
|
10722
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10723
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10724
|
-
}, z.core.$strip>]>>;
|
|
10448
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10449
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
10450
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
10725
10451
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10726
10452
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
10727
10453
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10732,11 +10458,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10732
10458
|
}, z.core.$strip>]>>;
|
|
10733
10459
|
}, z.core.$strip>>>;
|
|
10734
10460
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10735
|
-
label: z.ZodOptional<z.
|
|
10736
|
-
key: z.ZodString;
|
|
10737
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10738
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10739
|
-
}, z.core.$strip>]>>;
|
|
10461
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10740
10462
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10741
10463
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10742
10464
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -10747,21 +10469,9 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10747
10469
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
10748
10470
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10749
10471
|
field: z.ZodString;
|
|
10750
|
-
label: z.ZodOptional<z.
|
|
10751
|
-
|
|
10752
|
-
|
|
10753
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10754
|
-
}, z.core.$strip>]>>;
|
|
10755
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10756
|
-
key: z.ZodString;
|
|
10757
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10758
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10759
|
-
}, z.core.$strip>]>>;
|
|
10760
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10761
|
-
key: z.ZodString;
|
|
10762
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10763
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10764
|
-
}, z.core.$strip>]>>;
|
|
10472
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10473
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
10474
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
10765
10475
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10766
10476
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
10767
10477
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10787,11 +10497,7 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10787
10497
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
10788
10498
|
}, z.core.$strip>>;
|
|
10789
10499
|
aria: z.ZodOptional<z.ZodObject<{
|
|
10790
|
-
ariaLabel: z.ZodOptional<z.
|
|
10791
|
-
key: z.ZodString;
|
|
10792
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10793
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10794
|
-
}, z.core.$strip>]>>;
|
|
10500
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
10795
10501
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
10796
10502
|
role: z.ZodOptional<z.ZodString>;
|
|
10797
10503
|
}, z.core.$strip>>;
|
|
@@ -10803,11 +10509,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
10803
10509
|
data: z.ZodObject<{
|
|
10804
10510
|
list: z.ZodOptional<z.ZodObject<{
|
|
10805
10511
|
name: z.ZodOptional<z.ZodString>;
|
|
10806
|
-
label: z.ZodOptional<z.
|
|
10807
|
-
key: z.ZodString;
|
|
10808
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10809
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10810
|
-
}, z.core.$strip>]>>;
|
|
10512
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10811
10513
|
type: z.ZodDefault<z.ZodEnum<{
|
|
10812
10514
|
map: "map";
|
|
10813
10515
|
grid: "grid";
|
|
@@ -10854,11 +10556,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
10854
10556
|
}, z.core.$strip>], "provider">>;
|
|
10855
10557
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
10856
10558
|
field: z.ZodString;
|
|
10857
|
-
label: z.ZodOptional<z.
|
|
10858
|
-
key: z.ZodString;
|
|
10859
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10860
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10861
|
-
}, z.core.$strip>]>>;
|
|
10559
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10862
10560
|
width: z.ZodOptional<z.ZodNumber>;
|
|
10863
10561
|
align: z.ZodOptional<z.ZodEnum<{
|
|
10864
10562
|
left: "left";
|
|
@@ -10993,11 +10691,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
10993
10691
|
year: "year";
|
|
10994
10692
|
}>>;
|
|
10995
10693
|
}, z.core.$strip>>;
|
|
10996
|
-
description: z.ZodOptional<z.
|
|
10997
|
-
key: z.ZodString;
|
|
10998
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10999
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11000
|
-
}, z.core.$strip>]>>;
|
|
10694
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11001
10695
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
11002
10696
|
type: z.ZodDefault<z.ZodEnum<{
|
|
11003
10697
|
personal: "personal";
|
|
@@ -11064,11 +10758,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11064
10758
|
}, z.core.$strip>>;
|
|
11065
10759
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11066
10760
|
name: z.ZodString;
|
|
11067
|
-
label: z.ZodOptional<z.
|
|
11068
|
-
key: z.ZodString;
|
|
11069
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11070
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11071
|
-
}, z.core.$strip>]>>;
|
|
10761
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11072
10762
|
icon: z.ZodOptional<z.ZodString>;
|
|
11073
10763
|
view: z.ZodOptional<z.ZodString>;
|
|
11074
10764
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11098,24 +10788,12 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11098
10788
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
11099
10789
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
11100
10790
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
11101
|
-
title: z.ZodOptional<z.
|
|
11102
|
-
|
|
11103
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11104
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11105
|
-
}, z.core.$strip>]>>;
|
|
11106
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11107
|
-
key: z.ZodString;
|
|
11108
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11109
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11110
|
-
}, z.core.$strip>]>>;
|
|
10791
|
+
title: z.ZodOptional<z.ZodString>;
|
|
10792
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11111
10793
|
icon: z.ZodOptional<z.ZodString>;
|
|
11112
10794
|
}, z.core.$strip>>;
|
|
11113
10795
|
aria: z.ZodOptional<z.ZodObject<{
|
|
11114
|
-
ariaLabel: z.ZodOptional<z.
|
|
11115
|
-
key: z.ZodString;
|
|
11116
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11117
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11118
|
-
}, z.core.$strip>]>>;
|
|
10796
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
11119
10797
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
11120
10798
|
role: z.ZodOptional<z.ZodString>;
|
|
11121
10799
|
}, z.core.$strip>>;
|
|
@@ -11216,11 +10894,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11216
10894
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11217
10895
|
}, z.core.$strip>], "provider">>;
|
|
11218
10896
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11219
|
-
label: z.ZodOptional<z.
|
|
11220
|
-
key: z.ZodString;
|
|
11221
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11222
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11223
|
-
}, z.core.$strip>]>>;
|
|
10897
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11224
10898
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11225
10899
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11226
10900
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -11231,21 +10905,9 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11231
10905
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
11232
10906
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11233
10907
|
field: z.ZodString;
|
|
11234
|
-
label: z.ZodOptional<z.
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11238
|
-
}, z.core.$strip>]>>;
|
|
11239
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11240
|
-
key: z.ZodString;
|
|
11241
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11242
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11243
|
-
}, z.core.$strip>]>>;
|
|
11244
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11245
|
-
key: z.ZodString;
|
|
11246
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11247
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11248
|
-
}, z.core.$strip>]>>;
|
|
10908
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10909
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
10910
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
11249
10911
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
11250
10912
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
11251
10913
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11256,11 +10918,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11256
10918
|
}, z.core.$strip>]>>;
|
|
11257
10919
|
}, z.core.$strip>>>;
|
|
11258
10920
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11259
|
-
label: z.ZodOptional<z.
|
|
11260
|
-
key: z.ZodString;
|
|
11261
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11262
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11263
|
-
}, z.core.$strip>]>>;
|
|
10921
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11264
10922
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11265
10923
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11266
10924
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -11271,21 +10929,9 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11271
10929
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
11272
10930
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11273
10931
|
field: z.ZodString;
|
|
11274
|
-
label: z.ZodOptional<z.
|
|
11275
|
-
|
|
11276
|
-
|
|
11277
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11278
|
-
}, z.core.$strip>]>>;
|
|
11279
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11280
|
-
key: z.ZodString;
|
|
11281
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11282
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11283
|
-
}, z.core.$strip>]>>;
|
|
11284
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11285
|
-
key: z.ZodString;
|
|
11286
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11287
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11288
|
-
}, z.core.$strip>]>>;
|
|
10932
|
+
label: z.ZodOptional<z.ZodString>;
|
|
10933
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
10934
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
11289
10935
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
11290
10936
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
11291
10937
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11311,22 +10957,14 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11311
10957
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
11312
10958
|
}, z.core.$strip>>;
|
|
11313
10959
|
aria: z.ZodOptional<z.ZodObject<{
|
|
11314
|
-
ariaLabel: z.ZodOptional<z.
|
|
11315
|
-
key: z.ZodString;
|
|
11316
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11317
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11318
|
-
}, z.core.$strip>]>>;
|
|
10960
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
11319
10961
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
11320
10962
|
role: z.ZodOptional<z.ZodString>;
|
|
11321
10963
|
}, z.core.$strip>>;
|
|
11322
10964
|
}, z.core.$strip>>;
|
|
11323
10965
|
listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11324
10966
|
name: z.ZodOptional<z.ZodString>;
|
|
11325
|
-
label: z.ZodOptional<z.
|
|
11326
|
-
key: z.ZodString;
|
|
11327
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11328
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11329
|
-
}, z.core.$strip>]>>;
|
|
10967
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11330
10968
|
type: z.ZodDefault<z.ZodEnum<{
|
|
11331
10969
|
map: "map";
|
|
11332
10970
|
grid: "grid";
|
|
@@ -11373,11 +11011,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11373
11011
|
}, z.core.$strip>], "provider">>;
|
|
11374
11012
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
11375
11013
|
field: z.ZodString;
|
|
11376
|
-
label: z.ZodOptional<z.
|
|
11377
|
-
key: z.ZodString;
|
|
11378
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11379
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11380
|
-
}, z.core.$strip>]>>;
|
|
11014
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11381
11015
|
width: z.ZodOptional<z.ZodNumber>;
|
|
11382
11016
|
align: z.ZodOptional<z.ZodEnum<{
|
|
11383
11017
|
left: "left";
|
|
@@ -11512,11 +11146,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11512
11146
|
year: "year";
|
|
11513
11147
|
}>>;
|
|
11514
11148
|
}, z.core.$strip>>;
|
|
11515
|
-
description: z.ZodOptional<z.
|
|
11516
|
-
key: z.ZodString;
|
|
11517
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11518
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11519
|
-
}, z.core.$strip>]>>;
|
|
11149
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11520
11150
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
11521
11151
|
type: z.ZodDefault<z.ZodEnum<{
|
|
11522
11152
|
personal: "personal";
|
|
@@ -11583,11 +11213,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11583
11213
|
}, z.core.$strip>>;
|
|
11584
11214
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11585
11215
|
name: z.ZodString;
|
|
11586
|
-
label: z.ZodOptional<z.
|
|
11587
|
-
key: z.ZodString;
|
|
11588
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11589
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11590
|
-
}, z.core.$strip>]>>;
|
|
11216
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11591
11217
|
icon: z.ZodOptional<z.ZodString>;
|
|
11592
11218
|
view: z.ZodOptional<z.ZodString>;
|
|
11593
11219
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11617,24 +11243,12 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11617
11243
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
11618
11244
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
11619
11245
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
11620
|
-
title: z.ZodOptional<z.
|
|
11621
|
-
|
|
11622
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11623
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11624
|
-
}, z.core.$strip>]>>;
|
|
11625
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11626
|
-
key: z.ZodString;
|
|
11627
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11628
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11629
|
-
}, z.core.$strip>]>>;
|
|
11246
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11247
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11630
11248
|
icon: z.ZodOptional<z.ZodString>;
|
|
11631
11249
|
}, z.core.$strip>>;
|
|
11632
11250
|
aria: z.ZodOptional<z.ZodObject<{
|
|
11633
|
-
ariaLabel: z.ZodOptional<z.
|
|
11634
|
-
key: z.ZodString;
|
|
11635
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11636
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11637
|
-
}, z.core.$strip>]>>;
|
|
11251
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
11638
11252
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
11639
11253
|
role: z.ZodOptional<z.ZodString>;
|
|
11640
11254
|
}, z.core.$strip>>;
|
|
@@ -11735,11 +11349,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11735
11349
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11736
11350
|
}, z.core.$strip>], "provider">>;
|
|
11737
11351
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11738
|
-
label: z.ZodOptional<z.
|
|
11739
|
-
key: z.ZodString;
|
|
11740
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11741
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11742
|
-
}, z.core.$strip>]>>;
|
|
11352
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11743
11353
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11744
11354
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11745
11355
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -11750,21 +11360,9 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11750
11360
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
11751
11361
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11752
11362
|
field: z.ZodString;
|
|
11753
|
-
label: z.ZodOptional<z.
|
|
11754
|
-
|
|
11755
|
-
|
|
11756
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11757
|
-
}, z.core.$strip>]>>;
|
|
11758
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11759
|
-
key: z.ZodString;
|
|
11760
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11761
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11762
|
-
}, z.core.$strip>]>>;
|
|
11763
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11764
|
-
key: z.ZodString;
|
|
11765
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11766
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11767
|
-
}, z.core.$strip>]>>;
|
|
11363
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11364
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
11365
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
11768
11366
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
11769
11367
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
11770
11368
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11775,11 +11373,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11775
11373
|
}, z.core.$strip>]>>;
|
|
11776
11374
|
}, z.core.$strip>>>;
|
|
11777
11375
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11778
|
-
label: z.ZodOptional<z.
|
|
11779
|
-
key: z.ZodString;
|
|
11780
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11781
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11782
|
-
}, z.core.$strip>]>>;
|
|
11376
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11783
11377
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11784
11378
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11785
11379
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -11790,21 +11384,9 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11790
11384
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
11791
11385
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11792
11386
|
field: z.ZodString;
|
|
11793
|
-
label: z.ZodOptional<z.
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11797
|
-
}, z.core.$strip>]>>;
|
|
11798
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11799
|
-
key: z.ZodString;
|
|
11800
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11801
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11802
|
-
}, z.core.$strip>]>>;
|
|
11803
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11804
|
-
key: z.ZodString;
|
|
11805
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11806
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11807
|
-
}, z.core.$strip>]>>;
|
|
11387
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11388
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
11389
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
11808
11390
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
11809
11391
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
11810
11392
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11830,11 +11412,7 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11830
11412
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
11831
11413
|
}, z.core.$strip>>;
|
|
11832
11414
|
aria: z.ZodOptional<z.ZodObject<{
|
|
11833
|
-
ariaLabel: z.ZodOptional<z.
|
|
11834
|
-
key: z.ZodString;
|
|
11835
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11836
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11837
|
-
}, z.core.$strip>]>>;
|
|
11415
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
11838
11416
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
11839
11417
|
role: z.ZodOptional<z.ZodString>;
|
|
11840
11418
|
}, z.core.$strip>>;
|
|
@@ -11847,11 +11425,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
11847
11425
|
view: z.ZodObject<{
|
|
11848
11426
|
list: z.ZodOptional<z.ZodObject<{
|
|
11849
11427
|
name: z.ZodOptional<z.ZodString>;
|
|
11850
|
-
label: z.ZodOptional<z.
|
|
11851
|
-
key: z.ZodString;
|
|
11852
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11853
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11854
|
-
}, z.core.$strip>]>>;
|
|
11428
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11855
11429
|
type: z.ZodDefault<z.ZodEnum<{
|
|
11856
11430
|
map: "map";
|
|
11857
11431
|
grid: "grid";
|
|
@@ -11898,11 +11472,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
11898
11472
|
}, z.core.$strip>], "provider">>;
|
|
11899
11473
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
11900
11474
|
field: z.ZodString;
|
|
11901
|
-
label: z.ZodOptional<z.
|
|
11902
|
-
key: z.ZodString;
|
|
11903
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11904
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11905
|
-
}, z.core.$strip>]>>;
|
|
11475
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11906
11476
|
width: z.ZodOptional<z.ZodNumber>;
|
|
11907
11477
|
align: z.ZodOptional<z.ZodEnum<{
|
|
11908
11478
|
left: "left";
|
|
@@ -12037,11 +11607,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12037
11607
|
year: "year";
|
|
12038
11608
|
}>>;
|
|
12039
11609
|
}, z.core.$strip>>;
|
|
12040
|
-
description: z.ZodOptional<z.
|
|
12041
|
-
key: z.ZodString;
|
|
12042
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12043
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12044
|
-
}, z.core.$strip>]>>;
|
|
11610
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12045
11611
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
12046
11612
|
type: z.ZodDefault<z.ZodEnum<{
|
|
12047
11613
|
personal: "personal";
|
|
@@ -12108,11 +11674,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12108
11674
|
}, z.core.$strip>>;
|
|
12109
11675
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12110
11676
|
name: z.ZodString;
|
|
12111
|
-
label: z.ZodOptional<z.
|
|
12112
|
-
key: z.ZodString;
|
|
12113
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12114
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12115
|
-
}, z.core.$strip>]>>;
|
|
11677
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12116
11678
|
icon: z.ZodOptional<z.ZodString>;
|
|
12117
11679
|
view: z.ZodOptional<z.ZodString>;
|
|
12118
11680
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12142,24 +11704,12 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12142
11704
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
12143
11705
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
12144
11706
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
12145
|
-
title: z.ZodOptional<z.
|
|
12146
|
-
|
|
12147
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12148
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12149
|
-
}, z.core.$strip>]>>;
|
|
12150
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12151
|
-
key: z.ZodString;
|
|
12152
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12153
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12154
|
-
}, z.core.$strip>]>>;
|
|
11707
|
+
title: z.ZodOptional<z.ZodString>;
|
|
11708
|
+
message: z.ZodOptional<z.ZodString>;
|
|
12155
11709
|
icon: z.ZodOptional<z.ZodString>;
|
|
12156
11710
|
}, z.core.$strip>>;
|
|
12157
11711
|
aria: z.ZodOptional<z.ZodObject<{
|
|
12158
|
-
ariaLabel: z.ZodOptional<z.
|
|
12159
|
-
key: z.ZodString;
|
|
12160
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12161
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12162
|
-
}, z.core.$strip>]>>;
|
|
11712
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
12163
11713
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
12164
11714
|
role: z.ZodOptional<z.ZodString>;
|
|
12165
11715
|
}, z.core.$strip>>;
|
|
@@ -12260,11 +11810,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12260
11810
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12261
11811
|
}, z.core.$strip>], "provider">>;
|
|
12262
11812
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12263
|
-
label: z.ZodOptional<z.
|
|
12264
|
-
key: z.ZodString;
|
|
12265
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12266
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12267
|
-
}, z.core.$strip>]>>;
|
|
11813
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12268
11814
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12269
11815
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12270
11816
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -12275,21 +11821,9 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12275
11821
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
12276
11822
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12277
11823
|
field: z.ZodString;
|
|
12278
|
-
label: z.ZodOptional<z.
|
|
12279
|
-
|
|
12280
|
-
|
|
12281
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12282
|
-
}, z.core.$strip>]>>;
|
|
12283
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12284
|
-
key: z.ZodString;
|
|
12285
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12286
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12287
|
-
}, z.core.$strip>]>>;
|
|
12288
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12289
|
-
key: z.ZodString;
|
|
12290
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12291
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12292
|
-
}, z.core.$strip>]>>;
|
|
11824
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11825
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
11826
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
12293
11827
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12294
11828
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
12295
11829
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12300,11 +11834,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12300
11834
|
}, z.core.$strip>]>>;
|
|
12301
11835
|
}, z.core.$strip>>>;
|
|
12302
11836
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12303
|
-
label: z.ZodOptional<z.
|
|
12304
|
-
key: z.ZodString;
|
|
12305
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12306
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12307
|
-
}, z.core.$strip>]>>;
|
|
11837
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12308
11838
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12309
11839
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12310
11840
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -12315,21 +11845,9 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12315
11845
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
12316
11846
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12317
11847
|
field: z.ZodString;
|
|
12318
|
-
label: z.ZodOptional<z.
|
|
12319
|
-
|
|
12320
|
-
|
|
12321
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12322
|
-
}, z.core.$strip>]>>;
|
|
12323
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12324
|
-
key: z.ZodString;
|
|
12325
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12326
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12327
|
-
}, z.core.$strip>]>>;
|
|
12328
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12329
|
-
key: z.ZodString;
|
|
12330
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12331
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12332
|
-
}, z.core.$strip>]>>;
|
|
11848
|
+
label: z.ZodOptional<z.ZodString>;
|
|
11849
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
11850
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
12333
11851
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12334
11852
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
12335
11853
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12355,22 +11873,14 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12355
11873
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12356
11874
|
}, z.core.$strip>>;
|
|
12357
11875
|
aria: z.ZodOptional<z.ZodObject<{
|
|
12358
|
-
ariaLabel: z.ZodOptional<z.
|
|
12359
|
-
key: z.ZodString;
|
|
12360
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12361
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12362
|
-
}, z.core.$strip>]>>;
|
|
11876
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
12363
11877
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
12364
11878
|
role: z.ZodOptional<z.ZodString>;
|
|
12365
11879
|
}, z.core.$strip>>;
|
|
12366
11880
|
}, z.core.$strip>>;
|
|
12367
11881
|
listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
12368
11882
|
name: z.ZodOptional<z.ZodString>;
|
|
12369
|
-
label: z.ZodOptional<z.
|
|
12370
|
-
key: z.ZodString;
|
|
12371
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12372
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12373
|
-
}, z.core.$strip>]>>;
|
|
11883
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12374
11884
|
type: z.ZodDefault<z.ZodEnum<{
|
|
12375
11885
|
map: "map";
|
|
12376
11886
|
grid: "grid";
|
|
@@ -12417,11 +11927,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12417
11927
|
}, z.core.$strip>], "provider">>;
|
|
12418
11928
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
12419
11929
|
field: z.ZodString;
|
|
12420
|
-
label: z.ZodOptional<z.
|
|
12421
|
-
key: z.ZodString;
|
|
12422
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12423
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12424
|
-
}, z.core.$strip>]>>;
|
|
11930
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12425
11931
|
width: z.ZodOptional<z.ZodNumber>;
|
|
12426
11932
|
align: z.ZodOptional<z.ZodEnum<{
|
|
12427
11933
|
left: "left";
|
|
@@ -12556,11 +12062,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12556
12062
|
year: "year";
|
|
12557
12063
|
}>>;
|
|
12558
12064
|
}, z.core.$strip>>;
|
|
12559
|
-
description: z.ZodOptional<z.
|
|
12560
|
-
key: z.ZodString;
|
|
12561
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12562
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12563
|
-
}, z.core.$strip>]>>;
|
|
12065
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12564
12066
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
12565
12067
|
type: z.ZodDefault<z.ZodEnum<{
|
|
12566
12068
|
personal: "personal";
|
|
@@ -12627,11 +12129,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12627
12129
|
}, z.core.$strip>>;
|
|
12628
12130
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12629
12131
|
name: z.ZodString;
|
|
12630
|
-
label: z.ZodOptional<z.
|
|
12631
|
-
key: z.ZodString;
|
|
12632
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12633
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12634
|
-
}, z.core.$strip>]>>;
|
|
12132
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12635
12133
|
icon: z.ZodOptional<z.ZodString>;
|
|
12636
12134
|
view: z.ZodOptional<z.ZodString>;
|
|
12637
12135
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12661,24 +12159,12 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12661
12159
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
12662
12160
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
12663
12161
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
12664
|
-
title: z.ZodOptional<z.
|
|
12665
|
-
|
|
12666
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12667
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12668
|
-
}, z.core.$strip>]>>;
|
|
12669
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12670
|
-
key: z.ZodString;
|
|
12671
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12672
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12673
|
-
}, z.core.$strip>]>>;
|
|
12162
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12163
|
+
message: z.ZodOptional<z.ZodString>;
|
|
12674
12164
|
icon: z.ZodOptional<z.ZodString>;
|
|
12675
12165
|
}, z.core.$strip>>;
|
|
12676
12166
|
aria: z.ZodOptional<z.ZodObject<{
|
|
12677
|
-
ariaLabel: z.ZodOptional<z.
|
|
12678
|
-
key: z.ZodString;
|
|
12679
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12680
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12681
|
-
}, z.core.$strip>]>>;
|
|
12167
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
12682
12168
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
12683
12169
|
role: z.ZodOptional<z.ZodString>;
|
|
12684
12170
|
}, z.core.$strip>>;
|
|
@@ -12779,11 +12265,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12779
12265
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12780
12266
|
}, z.core.$strip>], "provider">>;
|
|
12781
12267
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12782
|
-
label: z.ZodOptional<z.
|
|
12783
|
-
key: z.ZodString;
|
|
12784
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12785
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12786
|
-
}, z.core.$strip>]>>;
|
|
12268
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12787
12269
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12788
12270
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12789
12271
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -12794,21 +12276,9 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12794
12276
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
12795
12277
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12796
12278
|
field: z.ZodString;
|
|
12797
|
-
label: z.ZodOptional<z.
|
|
12798
|
-
|
|
12799
|
-
|
|
12800
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12801
|
-
}, z.core.$strip>]>>;
|
|
12802
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12803
|
-
key: z.ZodString;
|
|
12804
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12805
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12806
|
-
}, z.core.$strip>]>>;
|
|
12807
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12808
|
-
key: z.ZodString;
|
|
12809
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12810
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12811
|
-
}, z.core.$strip>]>>;
|
|
12279
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12280
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
12281
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
12812
12282
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12813
12283
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
12814
12284
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12819,11 +12289,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12819
12289
|
}, z.core.$strip>]>>;
|
|
12820
12290
|
}, z.core.$strip>>>;
|
|
12821
12291
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12822
|
-
label: z.ZodOptional<z.
|
|
12823
|
-
key: z.ZodString;
|
|
12824
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12825
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12826
|
-
}, z.core.$strip>]>>;
|
|
12292
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12827
12293
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12828
12294
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12829
12295
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -12834,21 +12300,9 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12834
12300
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
12835
12301
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12836
12302
|
field: z.ZodString;
|
|
12837
|
-
label: z.ZodOptional<z.
|
|
12838
|
-
|
|
12839
|
-
|
|
12840
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12841
|
-
}, z.core.$strip>]>>;
|
|
12842
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12843
|
-
key: z.ZodString;
|
|
12844
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12845
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12846
|
-
}, z.core.$strip>]>>;
|
|
12847
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12848
|
-
key: z.ZodString;
|
|
12849
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12850
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12851
|
-
}, z.core.$strip>]>>;
|
|
12303
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12304
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
12305
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
12852
12306
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12853
12307
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
12854
12308
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12874,11 +12328,7 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12874
12328
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12875
12329
|
}, z.core.$strip>>;
|
|
12876
12330
|
aria: z.ZodOptional<z.ZodObject<{
|
|
12877
|
-
ariaLabel: z.ZodOptional<z.
|
|
12878
|
-
key: z.ZodString;
|
|
12879
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12880
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12881
|
-
}, z.core.$strip>]>>;
|
|
12331
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
12882
12332
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
12883
12333
|
role: z.ZodOptional<z.ZodString>;
|
|
12884
12334
|
}, z.core.$strip>>;
|
|
@@ -12891,11 +12341,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
12891
12341
|
data: z.ZodObject<{
|
|
12892
12342
|
list: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
12893
12343
|
name: z.ZodOptional<z.ZodString>;
|
|
12894
|
-
label: z.ZodOptional<z.
|
|
12895
|
-
key: z.ZodString;
|
|
12896
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12897
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12898
|
-
}, z.core.$strip>]>>;
|
|
12344
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12899
12345
|
type: z.ZodDefault<z.ZodEnum<{
|
|
12900
12346
|
map: "map";
|
|
12901
12347
|
grid: "grid";
|
|
@@ -12942,11 +12388,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
12942
12388
|
}, z.core.$strip>], "provider">>;
|
|
12943
12389
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
12944
12390
|
field: z.ZodString;
|
|
12945
|
-
label: z.ZodOptional<z.
|
|
12946
|
-
key: z.ZodString;
|
|
12947
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12948
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
12949
|
-
}, z.core.$strip>]>>;
|
|
12391
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12950
12392
|
width: z.ZodOptional<z.ZodNumber>;
|
|
12951
12393
|
align: z.ZodOptional<z.ZodEnum<{
|
|
12952
12394
|
left: "left";
|
|
@@ -13081,11 +12523,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13081
12523
|
year: "year";
|
|
13082
12524
|
}>>;
|
|
13083
12525
|
}, z.core.$strip>>;
|
|
13084
|
-
description: z.ZodOptional<z.
|
|
13085
|
-
key: z.ZodString;
|
|
13086
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13087
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13088
|
-
}, z.core.$strip>]>>;
|
|
12526
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13089
12527
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
13090
12528
|
type: z.ZodDefault<z.ZodEnum<{
|
|
13091
12529
|
personal: "personal";
|
|
@@ -13152,11 +12590,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13152
12590
|
}, z.core.$strip>>;
|
|
13153
12591
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13154
12592
|
name: z.ZodString;
|
|
13155
|
-
label: z.ZodOptional<z.
|
|
13156
|
-
key: z.ZodString;
|
|
13157
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13158
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13159
|
-
}, z.core.$strip>]>>;
|
|
12593
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13160
12594
|
icon: z.ZodOptional<z.ZodString>;
|
|
13161
12595
|
view: z.ZodOptional<z.ZodString>;
|
|
13162
12596
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -13186,24 +12620,12 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13186
12620
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
13187
12621
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
13188
12622
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
13189
|
-
title: z.ZodOptional<z.
|
|
13190
|
-
|
|
13191
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13192
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13193
|
-
}, z.core.$strip>]>>;
|
|
13194
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13195
|
-
key: z.ZodString;
|
|
13196
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13197
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13198
|
-
}, z.core.$strip>]>>;
|
|
12623
|
+
title: z.ZodOptional<z.ZodString>;
|
|
12624
|
+
message: z.ZodOptional<z.ZodString>;
|
|
13199
12625
|
icon: z.ZodOptional<z.ZodString>;
|
|
13200
12626
|
}, z.core.$strip>>;
|
|
13201
12627
|
aria: z.ZodOptional<z.ZodObject<{
|
|
13202
|
-
ariaLabel: z.ZodOptional<z.
|
|
13203
|
-
key: z.ZodString;
|
|
13204
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13205
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13206
|
-
}, z.core.$strip>]>>;
|
|
12628
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
13207
12629
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
13208
12630
|
role: z.ZodOptional<z.ZodString>;
|
|
13209
12631
|
}, z.core.$strip>>;
|
|
@@ -13304,11 +12726,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13304
12726
|
items: z.ZodArray<z.ZodUnknown>;
|
|
13305
12727
|
}, z.core.$strip>], "provider">>;
|
|
13306
12728
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13307
|
-
label: z.ZodOptional<z.
|
|
13308
|
-
key: z.ZodString;
|
|
13309
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13310
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13311
|
-
}, z.core.$strip>]>>;
|
|
12729
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13312
12730
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13313
12731
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13314
12732
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -13319,21 +12737,9 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13319
12737
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
13320
12738
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13321
12739
|
field: z.ZodString;
|
|
13322
|
-
label: z.ZodOptional<z.
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13326
|
-
}, z.core.$strip>]>>;
|
|
13327
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13328
|
-
key: z.ZodString;
|
|
13329
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13330
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13331
|
-
}, z.core.$strip>]>>;
|
|
13332
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13333
|
-
key: z.ZodString;
|
|
13334
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13335
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13336
|
-
}, z.core.$strip>]>>;
|
|
12740
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12741
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
12742
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
13337
12743
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13338
12744
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
13339
12745
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13344,11 +12750,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13344
12750
|
}, z.core.$strip>]>>;
|
|
13345
12751
|
}, z.core.$strip>>>;
|
|
13346
12752
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13347
|
-
label: z.ZodOptional<z.
|
|
13348
|
-
key: z.ZodString;
|
|
13349
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13350
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13351
|
-
}, z.core.$strip>]>>;
|
|
12753
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13352
12754
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13353
12755
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13354
12756
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -13359,21 +12761,9 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13359
12761
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
13360
12762
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13361
12763
|
field: z.ZodString;
|
|
13362
|
-
label: z.ZodOptional<z.
|
|
13363
|
-
|
|
13364
|
-
|
|
13365
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13366
|
-
}, z.core.$strip>]>>;
|
|
13367
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13368
|
-
key: z.ZodString;
|
|
13369
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13370
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13371
|
-
}, z.core.$strip>]>>;
|
|
13372
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13373
|
-
key: z.ZodString;
|
|
13374
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13375
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13376
|
-
}, z.core.$strip>]>>;
|
|
12764
|
+
label: z.ZodOptional<z.ZodString>;
|
|
12765
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
12766
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
13377
12767
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13378
12768
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
13379
12769
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13399,22 +12789,14 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13399
12789
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
13400
12790
|
}, z.core.$strip>>;
|
|
13401
12791
|
aria: z.ZodOptional<z.ZodObject<{
|
|
13402
|
-
ariaLabel: z.ZodOptional<z.
|
|
13403
|
-
key: z.ZodString;
|
|
13404
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13405
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13406
|
-
}, z.core.$strip>]>>;
|
|
12792
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
13407
12793
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
13408
12794
|
role: z.ZodOptional<z.ZodString>;
|
|
13409
12795
|
}, z.core.$strip>>;
|
|
13410
12796
|
}, z.core.$strip>>>;
|
|
13411
12797
|
listViews: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
13412
12798
|
name: z.ZodOptional<z.ZodString>;
|
|
13413
|
-
label: z.ZodOptional<z.
|
|
13414
|
-
key: z.ZodString;
|
|
13415
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13416
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13417
|
-
}, z.core.$strip>]>>;
|
|
12799
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13418
12800
|
type: z.ZodDefault<z.ZodEnum<{
|
|
13419
12801
|
map: "map";
|
|
13420
12802
|
grid: "grid";
|
|
@@ -13461,11 +12843,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13461
12843
|
}, z.core.$strip>], "provider">>;
|
|
13462
12844
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
13463
12845
|
field: z.ZodString;
|
|
13464
|
-
label: z.ZodOptional<z.
|
|
13465
|
-
key: z.ZodString;
|
|
13466
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13467
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13468
|
-
}, z.core.$strip>]>>;
|
|
12846
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13469
12847
|
width: z.ZodOptional<z.ZodNumber>;
|
|
13470
12848
|
align: z.ZodOptional<z.ZodEnum<{
|
|
13471
12849
|
left: "left";
|
|
@@ -13600,11 +12978,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13600
12978
|
year: "year";
|
|
13601
12979
|
}>>;
|
|
13602
12980
|
}, z.core.$strip>>;
|
|
13603
|
-
description: z.ZodOptional<z.
|
|
13604
|
-
key: z.ZodString;
|
|
13605
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13606
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13607
|
-
}, z.core.$strip>]>>;
|
|
12981
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13608
12982
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
13609
12983
|
type: z.ZodDefault<z.ZodEnum<{
|
|
13610
12984
|
personal: "personal";
|
|
@@ -13671,11 +13045,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13671
13045
|
}, z.core.$strip>>;
|
|
13672
13046
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13673
13047
|
name: z.ZodString;
|
|
13674
|
-
label: z.ZodOptional<z.
|
|
13675
|
-
key: z.ZodString;
|
|
13676
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13677
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13678
|
-
}, z.core.$strip>]>>;
|
|
13048
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13679
13049
|
icon: z.ZodOptional<z.ZodString>;
|
|
13680
13050
|
view: z.ZodOptional<z.ZodString>;
|
|
13681
13051
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -13705,24 +13075,12 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13705
13075
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
13706
13076
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
13707
13077
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
13708
|
-
title: z.ZodOptional<z.
|
|
13709
|
-
|
|
13710
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13711
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13712
|
-
}, z.core.$strip>]>>;
|
|
13713
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13714
|
-
key: z.ZodString;
|
|
13715
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13716
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13717
|
-
}, z.core.$strip>]>>;
|
|
13078
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13079
|
+
message: z.ZodOptional<z.ZodString>;
|
|
13718
13080
|
icon: z.ZodOptional<z.ZodString>;
|
|
13719
13081
|
}, z.core.$strip>>;
|
|
13720
13082
|
aria: z.ZodOptional<z.ZodObject<{
|
|
13721
|
-
ariaLabel: z.ZodOptional<z.
|
|
13722
|
-
key: z.ZodString;
|
|
13723
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13724
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13725
|
-
}, z.core.$strip>]>>;
|
|
13083
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
13726
13084
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
13727
13085
|
role: z.ZodOptional<z.ZodString>;
|
|
13728
13086
|
}, z.core.$strip>>;
|
|
@@ -13823,11 +13181,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13823
13181
|
items: z.ZodArray<z.ZodUnknown>;
|
|
13824
13182
|
}, z.core.$strip>], "provider">>;
|
|
13825
13183
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13826
|
-
label: z.ZodOptional<z.
|
|
13827
|
-
key: z.ZodString;
|
|
13828
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13829
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13830
|
-
}, z.core.$strip>]>>;
|
|
13184
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13831
13185
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13832
13186
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13833
13187
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -13838,21 +13192,9 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13838
13192
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
13839
13193
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13840
13194
|
field: z.ZodString;
|
|
13841
|
-
label: z.ZodOptional<z.
|
|
13842
|
-
|
|
13843
|
-
|
|
13844
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13845
|
-
}, z.core.$strip>]>>;
|
|
13846
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13847
|
-
key: z.ZodString;
|
|
13848
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13849
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13850
|
-
}, z.core.$strip>]>>;
|
|
13851
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13852
|
-
key: z.ZodString;
|
|
13853
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13854
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13855
|
-
}, z.core.$strip>]>>;
|
|
13195
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13196
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
13197
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
13856
13198
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13857
13199
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
13858
13200
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13863,11 +13205,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13863
13205
|
}, z.core.$strip>]>>;
|
|
13864
13206
|
}, z.core.$strip>>>;
|
|
13865
13207
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13866
|
-
label: z.ZodOptional<z.
|
|
13867
|
-
key: z.ZodString;
|
|
13868
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13869
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13870
|
-
}, z.core.$strip>]>>;
|
|
13208
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13871
13209
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13872
13210
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13873
13211
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -13878,21 +13216,9 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13878
13216
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
13879
13217
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13880
13218
|
field: z.ZodString;
|
|
13881
|
-
label: z.ZodOptional<z.
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13885
|
-
}, z.core.$strip>]>>;
|
|
13886
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13887
|
-
key: z.ZodString;
|
|
13888
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13889
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13890
|
-
}, z.core.$strip>]>>;
|
|
13891
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
13892
|
-
key: z.ZodString;
|
|
13893
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13894
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13895
|
-
}, z.core.$strip>]>>;
|
|
13219
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13220
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
13221
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
13896
13222
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13897
13223
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
13898
13224
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13918,11 +13244,7 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13918
13244
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
13919
13245
|
}, z.core.$strip>>;
|
|
13920
13246
|
aria: z.ZodOptional<z.ZodObject<{
|
|
13921
|
-
ariaLabel: z.ZodOptional<z.
|
|
13922
|
-
key: z.ZodString;
|
|
13923
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13924
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13925
|
-
}, z.core.$strip>]>>;
|
|
13247
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
13926
13248
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
13927
13249
|
role: z.ZodOptional<z.ZodString>;
|
|
13928
13250
|
}, z.core.$strip>>;
|
|
@@ -13935,11 +13257,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
13935
13257
|
view: z.ZodObject<{
|
|
13936
13258
|
list: z.ZodOptional<z.ZodObject<{
|
|
13937
13259
|
name: z.ZodOptional<z.ZodString>;
|
|
13938
|
-
label: z.ZodOptional<z.
|
|
13939
|
-
key: z.ZodString;
|
|
13940
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13941
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13942
|
-
}, z.core.$strip>]>>;
|
|
13260
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13943
13261
|
type: z.ZodDefault<z.ZodEnum<{
|
|
13944
13262
|
map: "map";
|
|
13945
13263
|
grid: "grid";
|
|
@@ -13986,11 +13304,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
13986
13304
|
}, z.core.$strip>], "provider">>;
|
|
13987
13305
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
13988
13306
|
field: z.ZodString;
|
|
13989
|
-
label: z.ZodOptional<z.
|
|
13990
|
-
key: z.ZodString;
|
|
13991
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
13992
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
13993
|
-
}, z.core.$strip>]>>;
|
|
13307
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13994
13308
|
width: z.ZodOptional<z.ZodNumber>;
|
|
13995
13309
|
align: z.ZodOptional<z.ZodEnum<{
|
|
13996
13310
|
left: "left";
|
|
@@ -14125,11 +13439,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14125
13439
|
year: "year";
|
|
14126
13440
|
}>>;
|
|
14127
13441
|
}, z.core.$strip>>;
|
|
14128
|
-
description: z.ZodOptional<z.
|
|
14129
|
-
key: z.ZodString;
|
|
14130
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14131
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14132
|
-
}, z.core.$strip>]>>;
|
|
13442
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14133
13443
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
14134
13444
|
type: z.ZodDefault<z.ZodEnum<{
|
|
14135
13445
|
personal: "personal";
|
|
@@ -14196,11 +13506,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14196
13506
|
}, z.core.$strip>>;
|
|
14197
13507
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14198
13508
|
name: z.ZodString;
|
|
14199
|
-
label: z.ZodOptional<z.
|
|
14200
|
-
key: z.ZodString;
|
|
14201
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14202
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14203
|
-
}, z.core.$strip>]>>;
|
|
13509
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14204
13510
|
icon: z.ZodOptional<z.ZodString>;
|
|
14205
13511
|
view: z.ZodOptional<z.ZodString>;
|
|
14206
13512
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -14230,24 +13536,12 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14230
13536
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
14231
13537
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
14232
13538
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
14233
|
-
title: z.ZodOptional<z.
|
|
14234
|
-
|
|
14235
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14236
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14237
|
-
}, z.core.$strip>]>>;
|
|
14238
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14239
|
-
key: z.ZodString;
|
|
14240
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14241
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14242
|
-
}, z.core.$strip>]>>;
|
|
13539
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13540
|
+
message: z.ZodOptional<z.ZodString>;
|
|
14243
13541
|
icon: z.ZodOptional<z.ZodString>;
|
|
14244
13542
|
}, z.core.$strip>>;
|
|
14245
13543
|
aria: z.ZodOptional<z.ZodObject<{
|
|
14246
|
-
ariaLabel: z.ZodOptional<z.
|
|
14247
|
-
key: z.ZodString;
|
|
14248
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14249
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14250
|
-
}, z.core.$strip>]>>;
|
|
13544
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
14251
13545
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
14252
13546
|
role: z.ZodOptional<z.ZodString>;
|
|
14253
13547
|
}, z.core.$strip>>;
|
|
@@ -14348,11 +13642,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14348
13642
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14349
13643
|
}, z.core.$strip>], "provider">>;
|
|
14350
13644
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14351
|
-
label: z.ZodOptional<z.
|
|
14352
|
-
key: z.ZodString;
|
|
14353
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14354
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14355
|
-
}, z.core.$strip>]>>;
|
|
13645
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14356
13646
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14357
13647
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14358
13648
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -14363,21 +13653,9 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14363
13653
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
14364
13654
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14365
13655
|
field: z.ZodString;
|
|
14366
|
-
label: z.ZodOptional<z.
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14370
|
-
}, z.core.$strip>]>>;
|
|
14371
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14372
|
-
key: z.ZodString;
|
|
14373
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14374
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14375
|
-
}, z.core.$strip>]>>;
|
|
14376
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14377
|
-
key: z.ZodString;
|
|
14378
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14379
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14380
|
-
}, z.core.$strip>]>>;
|
|
13656
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13657
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
13658
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
14381
13659
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14382
13660
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
14383
13661
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14388,11 +13666,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14388
13666
|
}, z.core.$strip>]>>;
|
|
14389
13667
|
}, z.core.$strip>>>;
|
|
14390
13668
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14391
|
-
label: z.ZodOptional<z.
|
|
14392
|
-
key: z.ZodString;
|
|
14393
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14394
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14395
|
-
}, z.core.$strip>]>>;
|
|
13669
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14396
13670
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14397
13671
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14398
13672
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -14403,21 +13677,9 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14403
13677
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
14404
13678
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14405
13679
|
field: z.ZodString;
|
|
14406
|
-
label: z.ZodOptional<z.
|
|
14407
|
-
|
|
14408
|
-
|
|
14409
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14410
|
-
}, z.core.$strip>]>>;
|
|
14411
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14412
|
-
key: z.ZodString;
|
|
14413
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14414
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14415
|
-
}, z.core.$strip>]>>;
|
|
14416
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14417
|
-
key: z.ZodString;
|
|
14418
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14419
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14420
|
-
}, z.core.$strip>]>>;
|
|
13680
|
+
label: z.ZodOptional<z.ZodString>;
|
|
13681
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
13682
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
14421
13683
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14422
13684
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
14423
13685
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14443,22 +13705,14 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14443
13705
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
14444
13706
|
}, z.core.$strip>>;
|
|
14445
13707
|
aria: z.ZodOptional<z.ZodObject<{
|
|
14446
|
-
ariaLabel: z.ZodOptional<z.
|
|
14447
|
-
key: z.ZodString;
|
|
14448
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14449
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14450
|
-
}, z.core.$strip>]>>;
|
|
13708
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
14451
13709
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
14452
13710
|
role: z.ZodOptional<z.ZodString>;
|
|
14453
13711
|
}, z.core.$strip>>;
|
|
14454
13712
|
}, z.core.$strip>>;
|
|
14455
13713
|
listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
14456
13714
|
name: z.ZodOptional<z.ZodString>;
|
|
14457
|
-
label: z.ZodOptional<z.
|
|
14458
|
-
key: z.ZodString;
|
|
14459
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14460
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14461
|
-
}, z.core.$strip>]>>;
|
|
13715
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14462
13716
|
type: z.ZodDefault<z.ZodEnum<{
|
|
14463
13717
|
map: "map";
|
|
14464
13718
|
grid: "grid";
|
|
@@ -14505,11 +13759,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14505
13759
|
}, z.core.$strip>], "provider">>;
|
|
14506
13760
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
14507
13761
|
field: z.ZodString;
|
|
14508
|
-
label: z.ZodOptional<z.
|
|
14509
|
-
key: z.ZodString;
|
|
14510
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14511
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14512
|
-
}, z.core.$strip>]>>;
|
|
13762
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14513
13763
|
width: z.ZodOptional<z.ZodNumber>;
|
|
14514
13764
|
align: z.ZodOptional<z.ZodEnum<{
|
|
14515
13765
|
left: "left";
|
|
@@ -14644,11 +13894,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14644
13894
|
year: "year";
|
|
14645
13895
|
}>>;
|
|
14646
13896
|
}, z.core.$strip>>;
|
|
14647
|
-
description: z.ZodOptional<z.
|
|
14648
|
-
key: z.ZodString;
|
|
14649
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14650
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14651
|
-
}, z.core.$strip>]>>;
|
|
13897
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14652
13898
|
sharing: z.ZodOptional<z.ZodObject<{
|
|
14653
13899
|
type: z.ZodDefault<z.ZodEnum<{
|
|
14654
13900
|
personal: "personal";
|
|
@@ -14715,11 +13961,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14715
13961
|
}, z.core.$strip>>;
|
|
14716
13962
|
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14717
13963
|
name: z.ZodString;
|
|
14718
|
-
label: z.ZodOptional<z.
|
|
14719
|
-
key: z.ZodString;
|
|
14720
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14721
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14722
|
-
}, z.core.$strip>]>>;
|
|
13964
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14723
13965
|
icon: z.ZodOptional<z.ZodString>;
|
|
14724
13966
|
view: z.ZodOptional<z.ZodString>;
|
|
14725
13967
|
filter: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -14749,24 +13991,12 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14749
13991
|
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
14750
13992
|
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
14751
13993
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
14752
|
-
title: z.ZodOptional<z.
|
|
14753
|
-
|
|
14754
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14755
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14756
|
-
}, z.core.$strip>]>>;
|
|
14757
|
-
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14758
|
-
key: z.ZodString;
|
|
14759
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14760
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14761
|
-
}, z.core.$strip>]>>;
|
|
13994
|
+
title: z.ZodOptional<z.ZodString>;
|
|
13995
|
+
message: z.ZodOptional<z.ZodString>;
|
|
14762
13996
|
icon: z.ZodOptional<z.ZodString>;
|
|
14763
13997
|
}, z.core.$strip>>;
|
|
14764
13998
|
aria: z.ZodOptional<z.ZodObject<{
|
|
14765
|
-
ariaLabel: z.ZodOptional<z.
|
|
14766
|
-
key: z.ZodString;
|
|
14767
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14768
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14769
|
-
}, z.core.$strip>]>>;
|
|
13999
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
14770
14000
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
14771
14001
|
role: z.ZodOptional<z.ZodString>;
|
|
14772
14002
|
}, z.core.$strip>>;
|
|
@@ -14867,11 +14097,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14867
14097
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14868
14098
|
}, z.core.$strip>], "provider">>;
|
|
14869
14099
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14870
|
-
label: z.ZodOptional<z.
|
|
14871
|
-
key: z.ZodString;
|
|
14872
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14873
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14874
|
-
}, z.core.$strip>]>>;
|
|
14100
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14875
14101
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14876
14102
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14877
14103
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -14882,21 +14108,9 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14882
14108
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
14883
14109
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14884
14110
|
field: z.ZodString;
|
|
14885
|
-
label: z.ZodOptional<z.
|
|
14886
|
-
|
|
14887
|
-
|
|
14888
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14889
|
-
}, z.core.$strip>]>>;
|
|
14890
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14891
|
-
key: z.ZodString;
|
|
14892
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14893
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14894
|
-
}, z.core.$strip>]>>;
|
|
14895
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14896
|
-
key: z.ZodString;
|
|
14897
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14898
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14899
|
-
}, z.core.$strip>]>>;
|
|
14111
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14112
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
14113
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
14900
14114
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14901
14115
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
14902
14116
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14907,11 +14121,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14907
14121
|
}, z.core.$strip>]>>;
|
|
14908
14122
|
}, z.core.$strip>>>;
|
|
14909
14123
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14910
|
-
label: z.ZodOptional<z.
|
|
14911
|
-
key: z.ZodString;
|
|
14912
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14913
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14914
|
-
}, z.core.$strip>]>>;
|
|
14124
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14915
14125
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14916
14126
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14917
14127
|
columns: z.ZodPipe<z.ZodDefault<z.ZodEnum<{
|
|
@@ -14922,21 +14132,9 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14922
14132
|
}>>, z.ZodTransform<1 | 2 | 3 | 4, "1" | "2" | "3" | "4">>;
|
|
14923
14133
|
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14924
14134
|
field: z.ZodString;
|
|
14925
|
-
label: z.ZodOptional<z.
|
|
14926
|
-
|
|
14927
|
-
|
|
14928
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14929
|
-
}, z.core.$strip>]>>;
|
|
14930
|
-
placeholder: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14931
|
-
key: z.ZodString;
|
|
14932
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14933
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14934
|
-
}, z.core.$strip>]>>;
|
|
14935
|
-
helpText: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
14936
|
-
key: z.ZodString;
|
|
14937
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14938
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14939
|
-
}, z.core.$strip>]>>;
|
|
14135
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14136
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
14137
|
+
helpText: z.ZodOptional<z.ZodString>;
|
|
14940
14138
|
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14941
14139
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
14942
14140
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14962,11 +14160,7 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14962
14160
|
allowAnonymous: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
14963
14161
|
}, z.core.$strip>>;
|
|
14964
14162
|
aria: z.ZodOptional<z.ZodObject<{
|
|
14965
|
-
ariaLabel: z.ZodOptional<z.
|
|
14966
|
-
key: z.ZodString;
|
|
14967
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
14968
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
14969
|
-
}, z.core.$strip>]>>;
|
|
14163
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
14970
14164
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
14971
14165
|
role: z.ZodOptional<z.ZodString>;
|
|
14972
14166
|
}, z.core.$strip>>;
|
|
@@ -15539,20 +14733,6 @@ declare const AiNlqResponseSchema: z.ZodObject<{
|
|
|
15539
14733
|
confidence: z.ZodOptional<z.ZodNumber>;
|
|
15540
14734
|
suggestions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15541
14735
|
}, z.core.$strip>;
|
|
15542
|
-
declare const AiChatRequestSchema: z.ZodObject<{
|
|
15543
|
-
message: z.ZodString;
|
|
15544
|
-
conversationId: z.ZodOptional<z.ZodString>;
|
|
15545
|
-
context: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15546
|
-
}, z.core.$strip>;
|
|
15547
|
-
declare const AiChatResponseSchema: z.ZodObject<{
|
|
15548
|
-
message: z.ZodString;
|
|
15549
|
-
conversationId: z.ZodString;
|
|
15550
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15551
|
-
type: z.ZodString;
|
|
15552
|
-
label: z.ZodString;
|
|
15553
|
-
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15554
|
-
}, z.core.$strip>>>;
|
|
15555
|
-
}, z.core.$strip>;
|
|
15556
14736
|
declare const AiSuggestRequestSchema: z.ZodObject<{
|
|
15557
14737
|
object: z.ZodString;
|
|
15558
14738
|
field: z.ZodOptional<z.ZodString>;
|
|
@@ -15821,8 +15001,6 @@ type MarkAllNotificationsReadRequest = z.input<typeof MarkAllNotificationsReadRe
|
|
|
15821
15001
|
type MarkAllNotificationsReadResponse = z.infer<typeof MarkAllNotificationsReadResponseSchema>;
|
|
15822
15002
|
type AiNlqRequest = z.input<typeof AiNlqRequestSchema>;
|
|
15823
15003
|
type AiNlqResponse = z.infer<typeof AiNlqResponseSchema>;
|
|
15824
|
-
type AiChatRequest = z.input<typeof AiChatRequestSchema>;
|
|
15825
|
-
type AiChatResponse = z.infer<typeof AiChatResponseSchema>;
|
|
15826
15004
|
type AiSuggestRequest = z.input<typeof AiSuggestRequestSchema>;
|
|
15827
15005
|
type AiSuggestResponse = z.infer<typeof AiSuggestResponseSchema>;
|
|
15828
15006
|
type AiInsightsRequest = z.input<typeof AiInsightsRequestSchema>;
|
|
@@ -15899,7 +15077,6 @@ interface ObjectStackProtocol {
|
|
|
15899
15077
|
markNotificationsRead?(request: MarkNotificationsReadRequest): Promise<MarkNotificationsReadResponse>;
|
|
15900
15078
|
markAllNotificationsRead?(request: MarkAllNotificationsReadRequest): Promise<MarkAllNotificationsReadResponse>;
|
|
15901
15079
|
aiNlq?(request: AiNlqRequest): Promise<AiNlqResponse>;
|
|
15902
|
-
aiChat?(request: AiChatRequest): Promise<AiChatResponse>;
|
|
15903
15080
|
aiSuggest?(request: AiSuggestRequest): Promise<AiSuggestResponse>;
|
|
15904
15081
|
aiInsights?(request: AiInsightsRequest): Promise<AiInsightsResponse>;
|
|
15905
15082
|
getLocales?(request: GetLocalesRequest): Promise<GetLocalesResponse>;
|
|
@@ -21242,11 +20419,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21242
20419
|
keyPrefix: z.ZodOptional<z.ZodString>;
|
|
21243
20420
|
actions: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
21244
20421
|
name: z.ZodString;
|
|
21245
|
-
label: z.
|
|
21246
|
-
key: z.ZodString;
|
|
21247
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21248
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21249
|
-
}, z.core.$strip>]>;
|
|
20422
|
+
label: z.ZodString;
|
|
21250
20423
|
objectName: z.ZodOptional<z.ZodString>;
|
|
21251
20424
|
icon: z.ZodOptional<z.ZodString>;
|
|
21252
20425
|
locations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -21274,11 +20447,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21274
20447
|
execute: z.ZodOptional<z.ZodString>;
|
|
21275
20448
|
params: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21276
20449
|
name: z.ZodString;
|
|
21277
|
-
label: z.
|
|
21278
|
-
key: z.ZodString;
|
|
21279
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21280
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21281
|
-
}, z.core.$strip>]>;
|
|
20450
|
+
label: z.ZodString;
|
|
21282
20451
|
type: z.ZodEnum<{
|
|
21283
20452
|
number: "number";
|
|
21284
20453
|
boolean: "boolean";
|
|
@@ -21327,11 +20496,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21327
20496
|
}>;
|
|
21328
20497
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
21329
20498
|
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21330
|
-
label: z.
|
|
21331
|
-
key: z.ZodString;
|
|
21332
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21333
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21334
|
-
}, z.core.$strip>]>;
|
|
20499
|
+
label: z.ZodString;
|
|
21335
20500
|
value: z.ZodString;
|
|
21336
20501
|
}, z.core.$strip>>>;
|
|
21337
20502
|
}, z.core.$strip>>>;
|
|
@@ -21342,16 +20507,8 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21342
20507
|
danger: "danger";
|
|
21343
20508
|
ghost: "ghost";
|
|
21344
20509
|
}>>;
|
|
21345
|
-
confirmText: z.ZodOptional<z.
|
|
21346
|
-
|
|
21347
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21348
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21349
|
-
}, z.core.$strip>]>>;
|
|
21350
|
-
successMessage: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
21351
|
-
key: z.ZodString;
|
|
21352
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21353
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21354
|
-
}, z.core.$strip>]>>;
|
|
20510
|
+
confirmText: z.ZodOptional<z.ZodString>;
|
|
20511
|
+
successMessage: z.ZodOptional<z.ZodString>;
|
|
21355
20512
|
refreshAfter: z.ZodDefault<z.ZodBoolean>;
|
|
21356
20513
|
visible: z.ZodOptional<z.ZodString>;
|
|
21357
20514
|
disabled: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>;
|
|
@@ -21359,21 +20516,13 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21359
20516
|
bulkEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
21360
20517
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
21361
20518
|
aria: z.ZodOptional<z.ZodObject<{
|
|
21362
|
-
ariaLabel: z.ZodOptional<z.
|
|
21363
|
-
key: z.ZodString;
|
|
21364
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21365
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21366
|
-
}, z.core.$strip>]>>;
|
|
20519
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
21367
20520
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
21368
20521
|
role: z.ZodOptional<z.ZodString>;
|
|
21369
20522
|
}, z.core.$strip>>;
|
|
21370
20523
|
}, z.core.$strip>, z.ZodTransform<{
|
|
21371
20524
|
name: string;
|
|
21372
|
-
label: string
|
|
21373
|
-
key: string;
|
|
21374
|
-
defaultValue?: string | undefined;
|
|
21375
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21376
|
-
};
|
|
20525
|
+
label: string;
|
|
21377
20526
|
type: "url" | "script" | "modal" | "flow" | "api";
|
|
21378
20527
|
refreshAfter: boolean;
|
|
21379
20528
|
objectName?: string | undefined;
|
|
@@ -21384,54 +20533,30 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21384
20533
|
execute?: string | undefined;
|
|
21385
20534
|
params?: {
|
|
21386
20535
|
name: string;
|
|
21387
|
-
label: string
|
|
21388
|
-
key: string;
|
|
21389
|
-
defaultValue?: string | undefined;
|
|
21390
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21391
|
-
};
|
|
20536
|
+
label: string;
|
|
21392
20537
|
type: "number" | "boolean" | "date" | "lookup" | "file" | "url" | "json" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
|
|
21393
20538
|
required: boolean;
|
|
21394
20539
|
options?: {
|
|
21395
|
-
label: string
|
|
21396
|
-
key: string;
|
|
21397
|
-
defaultValue?: string | undefined;
|
|
21398
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21399
|
-
};
|
|
20540
|
+
label: string;
|
|
21400
20541
|
value: string;
|
|
21401
20542
|
}[] | undefined;
|
|
21402
20543
|
}[] | undefined;
|
|
21403
20544
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
21404
|
-
confirmText?: string |
|
|
21405
|
-
|
|
21406
|
-
defaultValue?: string | undefined;
|
|
21407
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21408
|
-
} | undefined;
|
|
21409
|
-
successMessage?: string | {
|
|
21410
|
-
key: string;
|
|
21411
|
-
defaultValue?: string | undefined;
|
|
21412
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21413
|
-
} | undefined;
|
|
20545
|
+
confirmText?: string | undefined;
|
|
20546
|
+
successMessage?: string | undefined;
|
|
21414
20547
|
visible?: string | undefined;
|
|
21415
20548
|
disabled?: string | boolean | undefined;
|
|
21416
20549
|
shortcut?: string | undefined;
|
|
21417
20550
|
bulkEnabled?: boolean | undefined;
|
|
21418
20551
|
timeout?: number | undefined;
|
|
21419
20552
|
aria?: {
|
|
21420
|
-
ariaLabel?: string |
|
|
21421
|
-
key: string;
|
|
21422
|
-
defaultValue?: string | undefined;
|
|
21423
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21424
|
-
} | undefined;
|
|
20553
|
+
ariaLabel?: string | undefined;
|
|
21425
20554
|
ariaDescribedBy?: string | undefined;
|
|
21426
20555
|
role?: string | undefined;
|
|
21427
20556
|
} | undefined;
|
|
21428
20557
|
}, {
|
|
21429
20558
|
name: string;
|
|
21430
|
-
label: string
|
|
21431
|
-
key: string;
|
|
21432
|
-
defaultValue?: string | undefined;
|
|
21433
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21434
|
-
};
|
|
20559
|
+
label: string;
|
|
21435
20560
|
type: "url" | "script" | "modal" | "flow" | "api";
|
|
21436
20561
|
refreshAfter: boolean;
|
|
21437
20562
|
objectName?: string | undefined;
|
|
@@ -21442,44 +20567,24 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21442
20567
|
execute?: string | undefined;
|
|
21443
20568
|
params?: {
|
|
21444
20569
|
name: string;
|
|
21445
|
-
label: string
|
|
21446
|
-
key: string;
|
|
21447
|
-
defaultValue?: string | undefined;
|
|
21448
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21449
|
-
};
|
|
20570
|
+
label: string;
|
|
21450
20571
|
type: "number" | "boolean" | "date" | "lookup" | "file" | "url" | "json" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
|
|
21451
20572
|
required: boolean;
|
|
21452
20573
|
options?: {
|
|
21453
|
-
label: string
|
|
21454
|
-
key: string;
|
|
21455
|
-
defaultValue?: string | undefined;
|
|
21456
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21457
|
-
};
|
|
20574
|
+
label: string;
|
|
21458
20575
|
value: string;
|
|
21459
20576
|
}[] | undefined;
|
|
21460
20577
|
}[] | undefined;
|
|
21461
20578
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
21462
|
-
confirmText?: string |
|
|
21463
|
-
|
|
21464
|
-
defaultValue?: string | undefined;
|
|
21465
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21466
|
-
} | undefined;
|
|
21467
|
-
successMessage?: string | {
|
|
21468
|
-
key: string;
|
|
21469
|
-
defaultValue?: string | undefined;
|
|
21470
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21471
|
-
} | undefined;
|
|
20579
|
+
confirmText?: string | undefined;
|
|
20580
|
+
successMessage?: string | undefined;
|
|
21472
20581
|
visible?: string | undefined;
|
|
21473
20582
|
disabled?: string | boolean | undefined;
|
|
21474
20583
|
shortcut?: string | undefined;
|
|
21475
20584
|
bulkEnabled?: boolean | undefined;
|
|
21476
20585
|
timeout?: number | undefined;
|
|
21477
20586
|
aria?: {
|
|
21478
|
-
ariaLabel?: string |
|
|
21479
|
-
key: string;
|
|
21480
|
-
defaultValue?: string | undefined;
|
|
21481
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
21482
|
-
} | undefined;
|
|
20587
|
+
ariaLabel?: string | undefined;
|
|
21483
20588
|
ariaDescribedBy?: string | undefined;
|
|
21484
20589
|
role?: string | undefined;
|
|
21485
20590
|
} | undefined;
|
|
@@ -21914,11 +21019,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21914
21019
|
keyPrefix: z.ZodOptional<z.ZodString>;
|
|
21915
21020
|
actions: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodObject<{
|
|
21916
21021
|
name: z.ZodString;
|
|
21917
|
-
label: z.
|
|
21918
|
-
key: z.ZodString;
|
|
21919
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21920
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21921
|
-
}, z.core.$strip>]>;
|
|
21022
|
+
label: z.ZodString;
|
|
21922
21023
|
objectName: z.ZodOptional<z.ZodString>;
|
|
21923
21024
|
icon: z.ZodOptional<z.ZodString>;
|
|
21924
21025
|
locations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -21946,11 +21047,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21946
21047
|
execute: z.ZodOptional<z.ZodString>;
|
|
21947
21048
|
params: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21948
21049
|
name: z.ZodString;
|
|
21949
|
-
label: z.
|
|
21950
|
-
key: z.ZodString;
|
|
21951
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
21952
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
21953
|
-
}, z.core.$strip>]>;
|
|
21050
|
+
label: z.ZodString;
|
|
21954
21051
|
type: z.ZodEnum<{
|
|
21955
21052
|
number: "number";
|
|
21956
21053
|
boolean: "boolean";
|
|
@@ -21999,11 +21096,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21999
21096
|
}>;
|
|
22000
21097
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
22001
21098
|
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22002
|
-
label: z.
|
|
22003
|
-
key: z.ZodString;
|
|
22004
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22005
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22006
|
-
}, z.core.$strip>]>;
|
|
21099
|
+
label: z.ZodString;
|
|
22007
21100
|
value: z.ZodString;
|
|
22008
21101
|
}, z.core.$strip>>>;
|
|
22009
21102
|
}, z.core.$strip>>>;
|
|
@@ -22014,16 +21107,8 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22014
21107
|
danger: "danger";
|
|
22015
21108
|
ghost: "ghost";
|
|
22016
21109
|
}>>;
|
|
22017
|
-
confirmText: z.ZodOptional<z.
|
|
22018
|
-
|
|
22019
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22020
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22021
|
-
}, z.core.$strip>]>>;
|
|
22022
|
-
successMessage: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
22023
|
-
key: z.ZodString;
|
|
22024
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22025
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22026
|
-
}, z.core.$strip>]>>;
|
|
21110
|
+
confirmText: z.ZodOptional<z.ZodString>;
|
|
21111
|
+
successMessage: z.ZodOptional<z.ZodString>;
|
|
22027
21112
|
refreshAfter: z.ZodDefault<z.ZodBoolean>;
|
|
22028
21113
|
visible: z.ZodOptional<z.ZodString>;
|
|
22029
21114
|
disabled: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>;
|
|
@@ -22031,21 +21116,13 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22031
21116
|
bulkEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
22032
21117
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
22033
21118
|
aria: z.ZodOptional<z.ZodObject<{
|
|
22034
|
-
ariaLabel: z.ZodOptional<z.
|
|
22035
|
-
key: z.ZodString;
|
|
22036
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22037
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22038
|
-
}, z.core.$strip>]>>;
|
|
21119
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
22039
21120
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
22040
21121
|
role: z.ZodOptional<z.ZodString>;
|
|
22041
21122
|
}, z.core.$strip>>;
|
|
22042
21123
|
}, z.core.$strip>, z.ZodTransform<{
|
|
22043
21124
|
name: string;
|
|
22044
|
-
label: string
|
|
22045
|
-
key: string;
|
|
22046
|
-
defaultValue?: string | undefined;
|
|
22047
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22048
|
-
};
|
|
21125
|
+
label: string;
|
|
22049
21126
|
type: "url" | "script" | "modal" | "flow" | "api";
|
|
22050
21127
|
refreshAfter: boolean;
|
|
22051
21128
|
objectName?: string | undefined;
|
|
@@ -22056,54 +21133,30 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22056
21133
|
execute?: string | undefined;
|
|
22057
21134
|
params?: {
|
|
22058
21135
|
name: string;
|
|
22059
|
-
label: string
|
|
22060
|
-
key: string;
|
|
22061
|
-
defaultValue?: string | undefined;
|
|
22062
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22063
|
-
};
|
|
21136
|
+
label: string;
|
|
22064
21137
|
type: "number" | "boolean" | "date" | "lookup" | "file" | "url" | "json" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
|
|
22065
21138
|
required: boolean;
|
|
22066
21139
|
options?: {
|
|
22067
|
-
label: string
|
|
22068
|
-
key: string;
|
|
22069
|
-
defaultValue?: string | undefined;
|
|
22070
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22071
|
-
};
|
|
21140
|
+
label: string;
|
|
22072
21141
|
value: string;
|
|
22073
21142
|
}[] | undefined;
|
|
22074
21143
|
}[] | undefined;
|
|
22075
21144
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
22076
|
-
confirmText?: string |
|
|
22077
|
-
|
|
22078
|
-
defaultValue?: string | undefined;
|
|
22079
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22080
|
-
} | undefined;
|
|
22081
|
-
successMessage?: string | {
|
|
22082
|
-
key: string;
|
|
22083
|
-
defaultValue?: string | undefined;
|
|
22084
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22085
|
-
} | undefined;
|
|
21145
|
+
confirmText?: string | undefined;
|
|
21146
|
+
successMessage?: string | undefined;
|
|
22086
21147
|
visible?: string | undefined;
|
|
22087
21148
|
disabled?: string | boolean | undefined;
|
|
22088
21149
|
shortcut?: string | undefined;
|
|
22089
21150
|
bulkEnabled?: boolean | undefined;
|
|
22090
21151
|
timeout?: number | undefined;
|
|
22091
21152
|
aria?: {
|
|
22092
|
-
ariaLabel?: string |
|
|
22093
|
-
key: string;
|
|
22094
|
-
defaultValue?: string | undefined;
|
|
22095
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22096
|
-
} | undefined;
|
|
21153
|
+
ariaLabel?: string | undefined;
|
|
22097
21154
|
ariaDescribedBy?: string | undefined;
|
|
22098
21155
|
role?: string | undefined;
|
|
22099
21156
|
} | undefined;
|
|
22100
21157
|
}, {
|
|
22101
21158
|
name: string;
|
|
22102
|
-
label: string
|
|
22103
|
-
key: string;
|
|
22104
|
-
defaultValue?: string | undefined;
|
|
22105
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22106
|
-
};
|
|
21159
|
+
label: string;
|
|
22107
21160
|
type: "url" | "script" | "modal" | "flow" | "api";
|
|
22108
21161
|
refreshAfter: boolean;
|
|
22109
21162
|
objectName?: string | undefined;
|
|
@@ -22114,44 +21167,24 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22114
21167
|
execute?: string | undefined;
|
|
22115
21168
|
params?: {
|
|
22116
21169
|
name: string;
|
|
22117
|
-
label: string
|
|
22118
|
-
key: string;
|
|
22119
|
-
defaultValue?: string | undefined;
|
|
22120
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22121
|
-
};
|
|
21170
|
+
label: string;
|
|
22122
21171
|
type: "number" | "boolean" | "date" | "lookup" | "file" | "url" | "json" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
|
|
22123
21172
|
required: boolean;
|
|
22124
21173
|
options?: {
|
|
22125
|
-
label: string
|
|
22126
|
-
key: string;
|
|
22127
|
-
defaultValue?: string | undefined;
|
|
22128
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22129
|
-
};
|
|
21174
|
+
label: string;
|
|
22130
21175
|
value: string;
|
|
22131
21176
|
}[] | undefined;
|
|
22132
21177
|
}[] | undefined;
|
|
22133
21178
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
22134
|
-
confirmText?: string |
|
|
22135
|
-
|
|
22136
|
-
defaultValue?: string | undefined;
|
|
22137
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22138
|
-
} | undefined;
|
|
22139
|
-
successMessage?: string | {
|
|
22140
|
-
key: string;
|
|
22141
|
-
defaultValue?: string | undefined;
|
|
22142
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22143
|
-
} | undefined;
|
|
21179
|
+
confirmText?: string | undefined;
|
|
21180
|
+
successMessage?: string | undefined;
|
|
22144
21181
|
visible?: string | undefined;
|
|
22145
21182
|
disabled?: string | boolean | undefined;
|
|
22146
21183
|
shortcut?: string | undefined;
|
|
22147
21184
|
bulkEnabled?: boolean | undefined;
|
|
22148
21185
|
timeout?: number | undefined;
|
|
22149
21186
|
aria?: {
|
|
22150
|
-
ariaLabel?: string |
|
|
22151
|
-
key: string;
|
|
22152
|
-
defaultValue?: string | undefined;
|
|
22153
|
-
params?: Record<string, string | number | boolean> | undefined;
|
|
22154
|
-
} | undefined;
|
|
21187
|
+
ariaLabel?: string | undefined;
|
|
22155
21188
|
ariaDescribedBy?: string | undefined;
|
|
22156
21189
|
role?: string | undefined;
|
|
22157
21190
|
} | undefined;
|
|
@@ -22180,17 +21213,9 @@ declare const AppDefinitionResponseSchema: z.ZodObject<{
|
|
|
22180
21213
|
}, z.core.$strip>>;
|
|
22181
21214
|
data: z.ZodObject<{
|
|
22182
21215
|
name: z.ZodString;
|
|
22183
|
-
label: z.
|
|
22184
|
-
key: z.ZodString;
|
|
22185
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22186
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22187
|
-
}, z.core.$strip>]>;
|
|
21216
|
+
label: z.ZodString;
|
|
22188
21217
|
version: z.ZodOptional<z.ZodString>;
|
|
22189
|
-
description: z.ZodOptional<z.
|
|
22190
|
-
key: z.ZodString;
|
|
22191
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22192
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22193
|
-
}, z.core.$strip>]>>;
|
|
21218
|
+
description: z.ZodOptional<z.ZodString>;
|
|
22194
21219
|
icon: z.ZodOptional<z.ZodString>;
|
|
22195
21220
|
branding: z.ZodOptional<z.ZodObject<{
|
|
22196
21221
|
primaryColor: z.ZodOptional<z.ZodString>;
|
|
@@ -22202,18 +21227,10 @@ declare const AppDefinitionResponseSchema: z.ZodObject<{
|
|
|
22202
21227
|
navigation: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
22203
21228
|
areas: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
22204
21229
|
id: z.ZodString;
|
|
22205
|
-
label: z.
|
|
22206
|
-
key: z.ZodString;
|
|
22207
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22208
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22209
|
-
}, z.core.$strip>]>;
|
|
21230
|
+
label: z.ZodString;
|
|
22210
21231
|
icon: z.ZodOptional<z.ZodString>;
|
|
22211
21232
|
order: z.ZodOptional<z.ZodNumber>;
|
|
22212
|
-
description: z.ZodOptional<z.
|
|
22213
|
-
key: z.ZodString;
|
|
22214
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22215
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22216
|
-
}, z.core.$strip>]>>;
|
|
21233
|
+
description: z.ZodOptional<z.ZodString>;
|
|
22217
21234
|
visible: z.ZodOptional<z.ZodString>;
|
|
22218
21235
|
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22219
21236
|
navigation: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
@@ -22248,11 +21265,7 @@ declare const AppDefinitionResponseSchema: z.ZodObject<{
|
|
|
22248
21265
|
bottomNavItems: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22249
21266
|
}, z.core.$strip>>;
|
|
22250
21267
|
aria: z.ZodOptional<z.ZodObject<{
|
|
22251
|
-
ariaLabel: z.ZodOptional<z.
|
|
22252
|
-
key: z.ZodString;
|
|
22253
|
-
defaultValue: z.ZodOptional<z.ZodString>;
|
|
22254
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
22255
|
-
}, z.core.$strip>]>>;
|
|
21268
|
+
ariaLabel: z.ZodOptional<z.ZodString>;
|
|
22256
21269
|
ariaDescribedBy: z.ZodOptional<z.ZodString>;
|
|
22257
21270
|
role: z.ZodOptional<z.ZodString>;
|
|
22258
21271
|
}, z.core.$strip>>;
|
|
@@ -23064,6 +22077,52 @@ type DispatcherConfigInput = z.input<typeof DispatcherConfigSchema>;
|
|
|
23064
22077
|
* this table by declaring routes in their manifest's contributes.routes.
|
|
23065
22078
|
*/
|
|
23066
22079
|
declare const DEFAULT_DISPATCHER_ROUTES: DispatcherRouteInput[];
|
|
22080
|
+
/**
|
|
22081
|
+
* Semantic HTTP error codes used by the Dispatcher.
|
|
22082
|
+
*
|
|
22083
|
+
* The dispatcher MUST distinguish between these four failure modes so that
|
|
22084
|
+
* clients (and developers) can understand *why* an API call failed:
|
|
22085
|
+
*
|
|
22086
|
+
* - `404` – Route Not Found: no route is registered for this path.
|
|
22087
|
+
* - `405` – Method Not Allowed: route exists but the HTTP method is not supported.
|
|
22088
|
+
* - `501` – Not Implemented: route is declared but the handler is a stub / not yet coded.
|
|
22089
|
+
* - `503` – Service Unavailable: service exists but is temporarily down or not loaded.
|
|
22090
|
+
*
|
|
22091
|
+
* Note: These are string representations of HTTP status codes for use in enum
|
|
22092
|
+
* matching. The `DispatcherErrorResponseSchema.error.code` field carries the
|
|
22093
|
+
* numeric HTTP status code for direct use in HTTP responses.
|
|
22094
|
+
*/
|
|
22095
|
+
declare const DispatcherErrorCode: z.ZodEnum<{
|
|
22096
|
+
404: "404";
|
|
22097
|
+
405: "405";
|
|
22098
|
+
501: "501";
|
|
22099
|
+
503: "503";
|
|
22100
|
+
}>;
|
|
22101
|
+
type DispatcherErrorCode = z.infer<typeof DispatcherErrorCode>;
|
|
22102
|
+
/**
|
|
22103
|
+
* Dispatcher Error Response Schema
|
|
22104
|
+
*
|
|
22105
|
+
* Standardised error envelope returned by the dispatcher when a request cannot
|
|
22106
|
+
* be fulfilled. Adapters MUST use this shape (or a superset) for all non-2xx
|
|
22107
|
+
* responses so that clients can programmatically distinguish failure modes.
|
|
22108
|
+
*/
|
|
22109
|
+
declare const DispatcherErrorResponseSchema: z.ZodObject<{
|
|
22110
|
+
success: z.ZodLiteral<false>;
|
|
22111
|
+
error: z.ZodObject<{
|
|
22112
|
+
code: z.ZodNumber;
|
|
22113
|
+
message: z.ZodString;
|
|
22114
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
22115
|
+
ROUTE_NOT_FOUND: "ROUTE_NOT_FOUND";
|
|
22116
|
+
METHOD_NOT_ALLOWED: "METHOD_NOT_ALLOWED";
|
|
22117
|
+
NOT_IMPLEMENTED: "NOT_IMPLEMENTED";
|
|
22118
|
+
SERVICE_UNAVAILABLE: "SERVICE_UNAVAILABLE";
|
|
22119
|
+
}>>;
|
|
22120
|
+
route: z.ZodOptional<z.ZodString>;
|
|
22121
|
+
service: z.ZodOptional<z.ZodString>;
|
|
22122
|
+
hint: z.ZodOptional<z.ZodString>;
|
|
22123
|
+
}, z.core.$strip>;
|
|
22124
|
+
}, z.core.$strip>;
|
|
22125
|
+
type DispatcherErrorResponse = z.infer<typeof DispatcherErrorResponseSchema>;
|
|
23067
22126
|
|
|
23068
22127
|
/**
|
|
23069
22128
|
* REST API Plugin Protocol
|
|
@@ -23144,6 +22203,21 @@ declare const RestApiRouteCategory: z.ZodEnum<{
|
|
|
23144
22203
|
discovery: "discovery";
|
|
23145
22204
|
}>;
|
|
23146
22205
|
type RestApiRouteCategory = z.infer<typeof RestApiRouteCategory>;
|
|
22206
|
+
/**
|
|
22207
|
+
* Handler Implementation Status
|
|
22208
|
+
* Shared enum for tracking whether an endpoint has a real handler.
|
|
22209
|
+
* Used by both `RestApiEndpointSchema` and `RouteCoverageEntrySchema`.
|
|
22210
|
+
*
|
|
22211
|
+
* - `implemented` – A real handler is coded and registered.
|
|
22212
|
+
* - `stub` – A placeholder handler exists that returns 501 Not Implemented.
|
|
22213
|
+
* - `planned` – Declared in the protocol spec but not yet implemented.
|
|
22214
|
+
*/
|
|
22215
|
+
declare const HandlerStatusSchema: z.ZodEnum<{
|
|
22216
|
+
stub: "stub";
|
|
22217
|
+
implemented: "implemented";
|
|
22218
|
+
planned: "planned";
|
|
22219
|
+
}>;
|
|
22220
|
+
type HandlerStatus = z.infer<typeof HandlerStatusSchema>;
|
|
23147
22221
|
/**
|
|
23148
22222
|
* REST API Endpoint Schema
|
|
23149
22223
|
* Defines a single REST API endpoint with its metadata
|
|
@@ -23196,6 +22270,11 @@ declare const RestApiEndpointSchema: z.ZodObject<{
|
|
|
23196
22270
|
rateLimit: z.ZodOptional<z.ZodString>;
|
|
23197
22271
|
cacheable: z.ZodDefault<z.ZodBoolean>;
|
|
23198
22272
|
cacheTtl: z.ZodOptional<z.ZodNumber>;
|
|
22273
|
+
handlerStatus: z.ZodOptional<z.ZodEnum<{
|
|
22274
|
+
stub: "stub";
|
|
22275
|
+
implemented: "implemented";
|
|
22276
|
+
planned: "planned";
|
|
22277
|
+
}>>;
|
|
23199
22278
|
}, z.core.$strip>;
|
|
23200
22279
|
type RestApiEndpoint = z.infer<typeof RestApiEndpointSchema>;
|
|
23201
22280
|
/**
|
|
@@ -23278,6 +22357,11 @@ declare const RestApiRouteRegistrationSchema: z.ZodObject<{
|
|
|
23278
22357
|
rateLimit: z.ZodOptional<z.ZodString>;
|
|
23279
22358
|
cacheable: z.ZodDefault<z.ZodBoolean>;
|
|
23280
22359
|
cacheTtl: z.ZodOptional<z.ZodNumber>;
|
|
22360
|
+
handlerStatus: z.ZodOptional<z.ZodEnum<{
|
|
22361
|
+
stub: "stub";
|
|
22362
|
+
implemented: "implemented";
|
|
22363
|
+
planned: "planned";
|
|
22364
|
+
}>>;
|
|
23281
22365
|
}, z.core.$strip>>>;
|
|
23282
22366
|
middleware: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23283
22367
|
name: z.ZodString;
|
|
@@ -23542,6 +22626,11 @@ declare const RestApiPluginConfigSchema: z.ZodObject<{
|
|
|
23542
22626
|
rateLimit: z.ZodOptional<z.ZodString>;
|
|
23543
22627
|
cacheable: z.ZodDefault<z.ZodBoolean>;
|
|
23544
22628
|
cacheTtl: z.ZodOptional<z.ZodNumber>;
|
|
22629
|
+
handlerStatus: z.ZodOptional<z.ZodEnum<{
|
|
22630
|
+
stub: "stub";
|
|
22631
|
+
implemented: "implemented";
|
|
22632
|
+
planned: "planned";
|
|
22633
|
+
}>>;
|
|
23545
22634
|
}, z.core.$strip>>>;
|
|
23546
22635
|
middleware: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23547
22636
|
name: z.ZodString;
|
|
@@ -23827,6 +22916,11 @@ declare const RestApiPluginConfig: z.ZodObject<{
|
|
|
23827
22916
|
rateLimit: z.ZodOptional<z.ZodString>;
|
|
23828
22917
|
cacheable: z.ZodDefault<z.ZodBoolean>;
|
|
23829
22918
|
cacheTtl: z.ZodOptional<z.ZodNumber>;
|
|
22919
|
+
handlerStatus: z.ZodOptional<z.ZodEnum<{
|
|
22920
|
+
stub: "stub";
|
|
22921
|
+
implemented: "implemented";
|
|
22922
|
+
planned: "planned";
|
|
22923
|
+
}>>;
|
|
23830
22924
|
}, z.core.$strip>>>;
|
|
23831
22925
|
middleware: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23832
22926
|
name: z.ZodString;
|
|
@@ -24041,6 +23135,11 @@ declare const RestApiRouteRegistration: z.ZodObject<{
|
|
|
24041
23135
|
rateLimit: z.ZodOptional<z.ZodString>;
|
|
24042
23136
|
cacheable: z.ZodDefault<z.ZodBoolean>;
|
|
24043
23137
|
cacheTtl: z.ZodOptional<z.ZodNumber>;
|
|
23138
|
+
handlerStatus: z.ZodOptional<z.ZodEnum<{
|
|
23139
|
+
stub: "stub";
|
|
23140
|
+
implemented: "implemented";
|
|
23141
|
+
planned: "planned";
|
|
23142
|
+
}>>;
|
|
24044
23143
|
}, z.core.$strip>>>;
|
|
24045
23144
|
middleware: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24046
23145
|
name: z.ZodString;
|
|
@@ -24090,6 +23189,100 @@ declare const RestApiRouteRegistration: z.ZodObject<{
|
|
|
24090
23189
|
* 13. Automation - Trigger flows and scripts
|
|
24091
23190
|
*/
|
|
24092
23191
|
declare function getDefaultRouteRegistrations(): RestApiRouteRegistration[];
|
|
23192
|
+
/**
|
|
23193
|
+
* Route Coverage Entry Schema
|
|
23194
|
+
* Reports the coverage status of a single declared endpoint.
|
|
23195
|
+
*/
|
|
23196
|
+
declare const RouteCoverageEntrySchema: z.ZodObject<{
|
|
23197
|
+
path: z.ZodString;
|
|
23198
|
+
method: z.ZodEnum<{
|
|
23199
|
+
GET: "GET";
|
|
23200
|
+
POST: "POST";
|
|
23201
|
+
PUT: "PUT";
|
|
23202
|
+
DELETE: "DELETE";
|
|
23203
|
+
PATCH: "PATCH";
|
|
23204
|
+
HEAD: "HEAD";
|
|
23205
|
+
OPTIONS: "OPTIONS";
|
|
23206
|
+
}>;
|
|
23207
|
+
category: z.ZodEnum<{
|
|
23208
|
+
data: "data";
|
|
23209
|
+
metadata: "metadata";
|
|
23210
|
+
batch: "batch";
|
|
23211
|
+
automation: "automation";
|
|
23212
|
+
analytics: "analytics";
|
|
23213
|
+
realtime: "realtime";
|
|
23214
|
+
notification: "notification";
|
|
23215
|
+
ai: "ai";
|
|
23216
|
+
i18n: "i18n";
|
|
23217
|
+
ui: "ui";
|
|
23218
|
+
workflow: "workflow";
|
|
23219
|
+
permission: "permission";
|
|
23220
|
+
discovery: "discovery";
|
|
23221
|
+
}>;
|
|
23222
|
+
handlerStatus: z.ZodEnum<{
|
|
23223
|
+
stub: "stub";
|
|
23224
|
+
implemented: "implemented";
|
|
23225
|
+
planned: "planned";
|
|
23226
|
+
}>;
|
|
23227
|
+
service: z.ZodString;
|
|
23228
|
+
healthCheckPassed: z.ZodOptional<z.ZodBoolean>;
|
|
23229
|
+
}, z.core.$strip>;
|
|
23230
|
+
type RouteCoverageEntry = z.infer<typeof RouteCoverageEntrySchema>;
|
|
23231
|
+
/**
|
|
23232
|
+
* Route Coverage Report Schema
|
|
23233
|
+
*
|
|
23234
|
+
* Aggregated report generated by the adapter/dispatcher at startup.
|
|
23235
|
+
* Lists every declared endpoint and whether a handler is confirmed.
|
|
23236
|
+
*
|
|
23237
|
+
* Adapters SHOULD log a warning for every endpoint where
|
|
23238
|
+
* `handlerStatus !== 'implemented'` and emit this report as part
|
|
23239
|
+
* of the startup health diagnostics.
|
|
23240
|
+
*/
|
|
23241
|
+
declare const RouteCoverageReportSchema: z.ZodObject<{
|
|
23242
|
+
timestamp: z.ZodString;
|
|
23243
|
+
adapter: z.ZodString;
|
|
23244
|
+
summary: z.ZodObject<{
|
|
23245
|
+
total: z.ZodNumber;
|
|
23246
|
+
implemented: z.ZodNumber;
|
|
23247
|
+
stub: z.ZodNumber;
|
|
23248
|
+
planned: z.ZodNumber;
|
|
23249
|
+
}, z.core.$strip>;
|
|
23250
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
23251
|
+
path: z.ZodString;
|
|
23252
|
+
method: z.ZodEnum<{
|
|
23253
|
+
GET: "GET";
|
|
23254
|
+
POST: "POST";
|
|
23255
|
+
PUT: "PUT";
|
|
23256
|
+
DELETE: "DELETE";
|
|
23257
|
+
PATCH: "PATCH";
|
|
23258
|
+
HEAD: "HEAD";
|
|
23259
|
+
OPTIONS: "OPTIONS";
|
|
23260
|
+
}>;
|
|
23261
|
+
category: z.ZodEnum<{
|
|
23262
|
+
data: "data";
|
|
23263
|
+
metadata: "metadata";
|
|
23264
|
+
batch: "batch";
|
|
23265
|
+
automation: "automation";
|
|
23266
|
+
analytics: "analytics";
|
|
23267
|
+
realtime: "realtime";
|
|
23268
|
+
notification: "notification";
|
|
23269
|
+
ai: "ai";
|
|
23270
|
+
i18n: "i18n";
|
|
23271
|
+
ui: "ui";
|
|
23272
|
+
workflow: "workflow";
|
|
23273
|
+
permission: "permission";
|
|
23274
|
+
discovery: "discovery";
|
|
23275
|
+
}>;
|
|
23276
|
+
handlerStatus: z.ZodEnum<{
|
|
23277
|
+
stub: "stub";
|
|
23278
|
+
implemented: "implemented";
|
|
23279
|
+
planned: "planned";
|
|
23280
|
+
}>;
|
|
23281
|
+
service: z.ZodString;
|
|
23282
|
+
healthCheckPassed: z.ZodOptional<z.ZodBoolean>;
|
|
23283
|
+
}, z.core.$strip>>;
|
|
23284
|
+
}, z.core.$strip>;
|
|
23285
|
+
type RouteCoverageReport = z.infer<typeof RouteCoverageReportSchema>;
|
|
24093
23286
|
|
|
24094
23287
|
/**
|
|
24095
23288
|
* API Query DSL Adapter Protocol
|
|
@@ -33457,10 +32650,6 @@ type index_AddReactionRequest = AddReactionRequest;
|
|
|
33457
32650
|
declare const index_AddReactionRequestSchema: typeof AddReactionRequestSchema;
|
|
33458
32651
|
type index_AddReactionResponse = AddReactionResponse;
|
|
33459
32652
|
declare const index_AddReactionResponseSchema: typeof AddReactionResponseSchema;
|
|
33460
|
-
type index_AiChatRequest = AiChatRequest;
|
|
33461
|
-
declare const index_AiChatRequestSchema: typeof AiChatRequestSchema;
|
|
33462
|
-
type index_AiChatResponse = AiChatResponse;
|
|
33463
|
-
declare const index_AiChatResponseSchema: typeof AiChatResponseSchema;
|
|
33464
32653
|
type index_AiInsightsRequest = AiInsightsRequest;
|
|
33465
32654
|
declare const index_AiInsightsRequestSchema: typeof AiInsightsRequestSchema;
|
|
33466
32655
|
type index_AiInsightsResponse = AiInsightsResponse;
|
|
@@ -33684,6 +32873,9 @@ declare const index_DiscoverySchema: typeof DiscoverySchema;
|
|
|
33684
32873
|
type index_DispatcherConfig = DispatcherConfig;
|
|
33685
32874
|
type index_DispatcherConfigInput = DispatcherConfigInput;
|
|
33686
32875
|
declare const index_DispatcherConfigSchema: typeof DispatcherConfigSchema;
|
|
32876
|
+
type index_DispatcherErrorCode = DispatcherErrorCode;
|
|
32877
|
+
type index_DispatcherErrorResponse = DispatcherErrorResponse;
|
|
32878
|
+
declare const index_DispatcherErrorResponseSchema: typeof DispatcherErrorResponseSchema;
|
|
33687
32879
|
type index_DispatcherRoute = DispatcherRoute;
|
|
33688
32880
|
type index_DispatcherRouteInput = DispatcherRouteInput;
|
|
33689
32881
|
declare const index_DispatcherRouteSchema: typeof DispatcherRouteSchema;
|
|
@@ -33916,6 +33108,8 @@ declare const index_GraphQLSubscriptionConfigSchema: typeof GraphQLSubscriptionC
|
|
|
33916
33108
|
type index_GraphQLTypeConfig = GraphQLTypeConfig;
|
|
33917
33109
|
type index_GraphQLTypeConfigInput = GraphQLTypeConfigInput;
|
|
33918
33110
|
declare const index_GraphQLTypeConfigSchema: typeof GraphQLTypeConfigSchema;
|
|
33111
|
+
type index_HandlerStatus = HandlerStatus;
|
|
33112
|
+
declare const index_HandlerStatusSchema: typeof HandlerStatusSchema;
|
|
33919
33113
|
declare const index_HttpFindQueryParamsSchema: typeof HttpFindQueryParamsSchema;
|
|
33920
33114
|
declare const index_HttpMethod: typeof HttpMethod;
|
|
33921
33115
|
type index_HttpStatusCode = HttpStatusCode;
|
|
@@ -34180,11 +33374,19 @@ type index_RestServerConfigInput = RestServerConfigInput;
|
|
|
34180
33374
|
declare const index_RestServerConfigSchema: typeof RestServerConfigSchema;
|
|
34181
33375
|
type index_RetryStrategy = RetryStrategy;
|
|
34182
33376
|
type index_RouteCategory = RouteCategory;
|
|
33377
|
+
type index_RouteCoverageEntry = RouteCoverageEntry;
|
|
33378
|
+
declare const index_RouteCoverageEntrySchema: typeof RouteCoverageEntrySchema;
|
|
33379
|
+
type index_RouteCoverageReport = RouteCoverageReport;
|
|
33380
|
+
declare const index_RouteCoverageReportSchema: typeof RouteCoverageReportSchema;
|
|
34183
33381
|
type index_RouteDefinition = RouteDefinition;
|
|
34184
33382
|
declare const index_RouteDefinitionSchema: typeof RouteDefinitionSchema;
|
|
34185
33383
|
type index_RouteGenerationConfig = RouteGenerationConfig;
|
|
34186
33384
|
type index_RouteGenerationConfigInput = RouteGenerationConfigInput;
|
|
34187
33385
|
declare const index_RouteGenerationConfigSchema: typeof RouteGenerationConfigSchema;
|
|
33386
|
+
type index_RouteHealthEntry = RouteHealthEntry;
|
|
33387
|
+
declare const index_RouteHealthEntrySchema: typeof RouteHealthEntrySchema;
|
|
33388
|
+
type index_RouteHealthReport = RouteHealthReport;
|
|
33389
|
+
declare const index_RouteHealthReportSchema: typeof RouteHealthReportSchema;
|
|
34188
33390
|
type index_RouterConfig = RouterConfig;
|
|
34189
33391
|
declare const index_RouterConfigSchema: typeof RouterConfigSchema;
|
|
34190
33392
|
type index_SaveMetaItemRequest = SaveMetaItemRequest;
|
|
@@ -34204,6 +33406,7 @@ type index_SearchFeedResponse = SearchFeedResponse;
|
|
|
34204
33406
|
declare const index_SearchFeedResponseSchema: typeof SearchFeedResponseSchema;
|
|
34205
33407
|
type index_ServiceInfo = ServiceInfo;
|
|
34206
33408
|
declare const index_ServiceInfoSchema: typeof ServiceInfoSchema;
|
|
33409
|
+
type index_ServiceStatus = ServiceStatus;
|
|
34207
33410
|
type index_Session = Session;
|
|
34208
33411
|
type index_SessionResponse = SessionResponse;
|
|
34209
33412
|
declare const index_SessionResponseSchema: typeof SessionResponseSchema;
|
|
@@ -34359,7 +33562,7 @@ declare const index_getAuthEndpointUrl: typeof getAuthEndpointUrl;
|
|
|
34359
33562
|
declare const index_getDefaultRouteRegistrations: typeof getDefaultRouteRegistrations;
|
|
34360
33563
|
declare const index_mapFieldTypeToGraphQL: typeof mapFieldTypeToGraphQL;
|
|
34361
33564
|
declare namespace index {
|
|
34362
|
-
export { type index_AckMessage as AckMessage, index_AckMessageSchema as AckMessageSchema, type index_AddReactionRequest as AddReactionRequest, index_AddReactionRequestSchema as AddReactionRequestSchema, type index_AddReactionResponse as AddReactionResponse, index_AddReactionResponseSchema as AddReactionResponseSchema, type index_AiChatRequest as AiChatRequest, index_AiChatRequestSchema as AiChatRequestSchema, type index_AiChatResponse as AiChatResponse, index_AiChatResponseSchema as AiChatResponseSchema, type index_AiInsightsRequest as AiInsightsRequest, index_AiInsightsRequestSchema as AiInsightsRequestSchema, type index_AiInsightsResponse as AiInsightsResponse, index_AiInsightsResponseSchema as AiInsightsResponseSchema, type index_AiNlqRequest as AiNlqRequest, index_AiNlqRequestSchema as AiNlqRequestSchema, type index_AiNlqResponse as AiNlqResponse, index_AiNlqResponseSchema as AiNlqResponseSchema, type index_AiSuggestRequest as AiSuggestRequest, index_AiSuggestRequestSchema as AiSuggestRequestSchema, type index_AiSuggestResponse as AiSuggestResponse, index_AiSuggestResponseSchema as AiSuggestResponseSchema, type index_AnalyticsEndpoint as AnalyticsEndpoint, type index_AnalyticsMetadataResponse as AnalyticsMetadataResponse, index_AnalyticsMetadataResponseSchema as AnalyticsMetadataResponseSchema, type AnalyticsQueryRequest$1 as AnalyticsQueryRequest, index_AnalyticsQueryRequestSchema as AnalyticsQueryRequestSchema, index_AnalyticsResultResponseSchema as AnalyticsResultResponseSchema, type index_AnalyticsSqlResponse as AnalyticsSqlResponse, index_AnalyticsSqlResponseSchema as AnalyticsSqlResponseSchema, type index_ApiChangelogEntry as ApiChangelogEntry, index_ApiChangelogEntrySchema as ApiChangelogEntrySchema, type index_ApiDiscoveryQuery as ApiDiscoveryQuery, index_ApiDiscoveryQuerySchema as ApiDiscoveryQuerySchema, type index_ApiDiscoveryResponse as ApiDiscoveryResponse, index_ApiDiscoveryResponseSchema as ApiDiscoveryResponseSchema, index_ApiDocumentationConfig as ApiDocumentationConfig, index_ApiDocumentationConfigSchema as ApiDocumentationConfigSchema, type index_ApiEndpoint as ApiEndpoint, type index_ApiEndpointInput as ApiEndpointInput, index_ApiEndpointRegistration as ApiEndpointRegistration, type index_ApiEndpointRegistrationInput as ApiEndpointRegistrationInput, index_ApiEndpointRegistrationSchema as ApiEndpointRegistrationSchema, index_ApiEndpointSchema as ApiEndpointSchema, type index_ApiError as ApiError, index_ApiErrorSchema as ApiErrorSchema, index_ApiMappingSchema as ApiMappingSchema, type index_ApiMetadata as ApiMetadata, type index_ApiMetadataInput as ApiMetadataInput, index_ApiMetadataSchema as ApiMetadataSchema, type index_ApiParameter as ApiParameter, index_ApiParameterSchema as ApiParameterSchema, type index_ApiProtocolType as ApiProtocolType, index_ApiRegistry as ApiRegistry, index_ApiRegistryEntry as ApiRegistryEntry, type index_ApiRegistryEntryInput as ApiRegistryEntryInput, index_ApiRegistryEntrySchema as ApiRegistryEntrySchema, index_ApiRegistrySchema as ApiRegistrySchema, type index_ApiResponse as ApiResponse, type index_ApiResponseInput as ApiResponseInput, index_ApiResponseSchema as ApiResponseSchema, type index_ApiRoutes as ApiRoutes, index_ApiRoutesSchema as ApiRoutesSchema, index_ApiTestCollection as ApiTestCollection, index_ApiTestCollectionSchema as ApiTestCollectionSchema, type index_ApiTestRequest as ApiTestRequest, index_ApiTestRequestSchema as ApiTestRequestSchema, type index_ApiTestingUiConfig as ApiTestingUiConfig, index_ApiTestingUiConfigSchema as ApiTestingUiConfigSchema, type index_ApiTestingUiType as ApiTestingUiType, type index_AppDefinitionResponse as AppDefinitionResponse, index_AppDefinitionResponseSchema as AppDefinitionResponseSchema, type index_AuthEndpoint as AuthEndpoint, type index_AuthEndpointAlias as AuthEndpointAlias, index_AuthEndpointAliases as AuthEndpointAliases, type index_AuthEndpointPath as AuthEndpointPath, index_AuthEndpointPaths as AuthEndpointPaths, index_AuthEndpointSchema as AuthEndpointSchema, type index_AuthProvider as AuthProvider, index_AutomationApiContracts as AutomationApiContracts, type index_AutomationApiErrorCode as AutomationApiErrorCode, type index_AutomationFlowPathParams as AutomationFlowPathParams, index_AutomationFlowPathParamsSchema as AutomationFlowPathParamsSchema, type index_AutomationRunPathParams as AutomationRunPathParams, index_AutomationRunPathParamsSchema as AutomationRunPathParamsSchema, type index_AutomationTriggerRequest as AutomationTriggerRequest, index_AutomationTriggerRequestSchema as AutomationTriggerRequestSchema, type index_AutomationTriggerResponse as AutomationTriggerResponse, index_AutomationTriggerResponseSchema as AutomationTriggerResponseSchema, type index_BasePresence as BasePresence, index_BasePresenceSchema as BasePresenceSchema, type index_BaseResponse as BaseResponse, index_BaseResponseSchema as BaseResponseSchema, index_BatchApiContracts as BatchApiContracts, type index_BatchConfig as BatchConfig, index_BatchConfigSchema as BatchConfigSchema, type index_BatchDataRequest as BatchDataRequest, index_BatchDataRequestSchema as BatchDataRequestSchema, type index_BatchDataResponse as BatchDataResponse, index_BatchDataResponseSchema as BatchDataResponseSchema, type index_BatchEndpointsConfig as BatchEndpointsConfig, type index_BatchEndpointsConfigInput as BatchEndpointsConfigInput, index_BatchEndpointsConfigSchema as BatchEndpointsConfigSchema, type index_BatchLoadingStrategy as BatchLoadingStrategy, index_BatchLoadingStrategySchema as BatchLoadingStrategySchema, type index_BatchOperationResult as BatchOperationResult, index_BatchOperationResultSchema as BatchOperationResultSchema, type index_BatchOperationType as BatchOperationType, type index_BatchOptions as BatchOptions, index_BatchOptionsSchema as BatchOptionsSchema, type index_BatchRecord as BatchRecord, index_BatchRecordSchema as BatchRecordSchema, type index_BatchUpdateRequest as BatchUpdateRequest, index_BatchUpdateRequestSchema as BatchUpdateRequestSchema, type index_BatchUpdateResponse as BatchUpdateResponse, index_BatchUpdateResponseSchema as BatchUpdateResponseSchema, type index_BulkRequest as BulkRequest, index_BulkRequestSchema as BulkRequestSchema, type index_BulkResponse as BulkResponse, index_BulkResponseSchema as BulkResponseSchema, type index_CacheControl as CacheControl, index_CacheControlSchema as CacheControlSchema, type index_CacheDirective as CacheDirective, type index_CacheInvalidationRequest as CacheInvalidationRequest, index_CacheInvalidationRequestSchema as CacheInvalidationRequestSchema, type index_CacheInvalidationResponse as CacheInvalidationResponse, index_CacheInvalidationResponseSchema as CacheInvalidationResponseSchema, type index_CacheInvalidationTarget as CacheInvalidationTarget, type index_Callback as Callback, index_CallbackSchema as CallbackSchema, type index_ChangelogEntry as ChangelogEntry, index_ChangelogEntrySchema as ChangelogEntrySchema, type index_CheckPermissionRequest as CheckPermissionRequest, index_CheckPermissionRequestSchema as CheckPermissionRequestSchema, type index_CheckPermissionResponse as CheckPermissionResponse, index_CheckPermissionResponseSchema as CheckPermissionResponseSchema, type index_CodeGenerationTemplate as CodeGenerationTemplate, index_CodeGenerationTemplateSchema as CodeGenerationTemplateSchema, type index_CompleteChunkedUploadRequest as CompleteChunkedUploadRequest, index_CompleteChunkedUploadRequestSchema as CompleteChunkedUploadRequestSchema, type index_CompleteChunkedUploadResponse as CompleteChunkedUploadResponse, index_CompleteChunkedUploadResponseSchema as CompleteChunkedUploadResponseSchema, type index_CompleteUploadRequest as CompleteUploadRequest, index_CompleteUploadRequestSchema as CompleteUploadRequestSchema, type index_ConceptListResponse as ConceptListResponse, index_ConceptListResponseSchema as ConceptListResponseSchema, type index_ConflictResolutionStrategy as ConflictResolutionStrategy, type index_CreateDataRequest as CreateDataRequest, index_CreateDataRequestSchema as CreateDataRequestSchema, type index_CreateDataResponse as CreateDataResponse, index_CreateDataResponseSchema as CreateDataResponseSchema, index_CreateExportJobRequest as CreateExportJobRequest, index_CreateExportJobRequestSchema as CreateExportJobRequestSchema, index_CreateExportJobResponse as CreateExportJobResponse, index_CreateExportJobResponseSchema as CreateExportJobResponseSchema, type index_CreateFeedItemRequest as CreateFeedItemRequest, index_CreateFeedItemRequestSchema as CreateFeedItemRequestSchema, type index_CreateFeedItemResponse as CreateFeedItemResponse, index_CreateFeedItemResponseSchema as CreateFeedItemResponseSchema, type index_CreateFlowRequest as CreateFlowRequest, index_CreateFlowRequestSchema as CreateFlowRequestSchema, type index_CreateFlowResponse as CreateFlowResponse, index_CreateFlowResponseSchema as CreateFlowResponseSchema, type index_CreateManyDataRequest as CreateManyDataRequest, index_CreateManyDataRequestSchema as CreateManyDataRequestSchema, type index_CreateManyDataResponse as CreateManyDataResponse, index_CreateManyDataResponseSchema as CreateManyDataResponseSchema, type index_CreateRequest as CreateRequest, index_CreateRequestSchema as CreateRequestSchema, type index_CreateViewRequest as CreateViewRequest, index_CreateViewRequestSchema as CreateViewRequestSchema, type index_CreateViewResponse as CreateViewResponse, index_CreateViewResponseSchema as CreateViewResponseSchema, type index_CrudEndpointPattern as CrudEndpointPattern, index_CrudEndpointPatternSchema as CrudEndpointPatternSchema, type index_CrudEndpointsConfig as CrudEndpointsConfig, type index_CrudEndpointsConfigInput as CrudEndpointsConfigInput, index_CrudEndpointsConfigSchema as CrudEndpointsConfigSchema, type index_CrudOperation as CrudOperation, type index_CursorMessage as CursorMessage, index_CursorMessageSchema as CursorMessageSchema, type index_CursorPosition as CursorPosition, index_CursorPositionSchema as CursorPositionSchema, index_DEFAULT_AI_ROUTES as DEFAULT_AI_ROUTES, index_DEFAULT_ANALYTICS_ROUTES as DEFAULT_ANALYTICS_ROUTES, index_DEFAULT_AUTOMATION_ROUTES as DEFAULT_AUTOMATION_ROUTES, index_DEFAULT_BATCH_ROUTES as DEFAULT_BATCH_ROUTES, index_DEFAULT_DATA_CRUD_ROUTES as DEFAULT_DATA_CRUD_ROUTES, index_DEFAULT_DISCOVERY_ROUTES as DEFAULT_DISCOVERY_ROUTES, index_DEFAULT_DISPATCHER_ROUTES as DEFAULT_DISPATCHER_ROUTES, index_DEFAULT_I18N_ROUTES as DEFAULT_I18N_ROUTES, index_DEFAULT_METADATA_ROUTES as DEFAULT_METADATA_ROUTES, index_DEFAULT_NOTIFICATION_ROUTES as DEFAULT_NOTIFICATION_ROUTES, index_DEFAULT_PERMISSION_ROUTES as DEFAULT_PERMISSION_ROUTES, index_DEFAULT_REALTIME_ROUTES as DEFAULT_REALTIME_ROUTES, index_DEFAULT_VERSIONING_CONFIG as DEFAULT_VERSIONING_CONFIG, index_DEFAULT_VIEW_ROUTES as DEFAULT_VIEW_ROUTES, index_DEFAULT_WORKFLOW_ROUTES as DEFAULT_WORKFLOW_ROUTES, type index_DataLoaderConfig as DataLoaderConfig, index_DataLoaderConfigSchema as DataLoaderConfigSchema, index_DeduplicationStrategy as DeduplicationStrategy, type index_DeleteDataRequest as DeleteDataRequest, index_DeleteDataRequestSchema as DeleteDataRequestSchema, type index_DeleteDataResponse as DeleteDataResponse, index_DeleteDataResponseSchema as DeleteDataResponseSchema, type index_DeleteFeedItemRequest as DeleteFeedItemRequest, index_DeleteFeedItemRequestSchema as DeleteFeedItemRequestSchema, type index_DeleteFeedItemResponse as DeleteFeedItemResponse, index_DeleteFeedItemResponseSchema as DeleteFeedItemResponseSchema, type index_DeleteFlowRequest as DeleteFlowRequest, index_DeleteFlowRequestSchema as DeleteFlowRequestSchema, type index_DeleteFlowResponse as DeleteFlowResponse, index_DeleteFlowResponseSchema as DeleteFlowResponseSchema, type index_DeleteManyDataRequest as DeleteManyDataRequest, index_DeleteManyDataRequestSchema as DeleteManyDataRequestSchema, type index_DeleteManyDataResponse as DeleteManyDataResponse, index_DeleteManyDataResponseSchema as DeleteManyDataResponseSchema, type index_DeleteManyRequest as DeleteManyRequest, index_DeleteManyRequestSchema as DeleteManyRequestSchema, type index_DeleteResponse as DeleteResponse, index_DeleteResponseSchema as DeleteResponseSchema, type index_DeleteViewRequest as DeleteViewRequest, index_DeleteViewRequestSchema as DeleteViewRequestSchema, type index_DeleteViewResponse as DeleteViewResponse, index_DeleteViewResponseSchema as DeleteViewResponseSchema, index_DisablePackageRequest as DisablePackageRequest, index_DisablePackageRequestSchema as DisablePackageRequestSchema, index_DisablePackageResponse as DisablePackageResponse, index_DisablePackageResponseSchema as DisablePackageResponseSchema, type index_DiscoveryResponse as DiscoveryResponse, index_DiscoverySchema as DiscoverySchema, type index_DispatcherConfig as DispatcherConfig, type index_DispatcherConfigInput as DispatcherConfigInput, index_DispatcherConfigSchema as DispatcherConfigSchema, type index_DispatcherRoute as DispatcherRoute, type index_DispatcherRouteInput as DispatcherRouteInput, index_DispatcherRouteSchema as DispatcherRouteSchema, type index_DocumentState as DocumentState, index_DocumentStateSchema as DocumentStateSchema, type index_ETag as ETag, index_ETagSchema as ETagSchema, type index_EditMessage as EditMessage, index_EditMessageSchema as EditMessageSchema, type index_EditOperation as EditOperation, index_EditOperationSchema as EditOperationSchema, type index_EditOperationType as EditOperationType, index_EnablePackageRequest as EnablePackageRequest, index_EnablePackageRequestSchema as EnablePackageRequestSchema, index_EnablePackageResponse as EnablePackageResponse, index_EnablePackageResponseSchema as EnablePackageResponseSchema, index_EndpointMapping as EndpointMapping, type index_EndpointMappingKey as EndpointMappingKey, type index_EndpointRegistry as EndpointRegistry, index_EndpointRegistrySchema as EndpointRegistrySchema, type index_EnhancedApiError as EnhancedApiError, index_EnhancedApiErrorSchema as EnhancedApiErrorSchema, type index_ErrorCategory as ErrorCategory, type index_ErrorHandlingConfig as ErrorHandlingConfig, type index_ErrorHandlingConfigInput as ErrorHandlingConfigInput, index_ErrorHandlingConfigSchema as ErrorHandlingConfigSchema, index_ErrorHttpStatusMap as ErrorHttpStatusMap, type index_ErrorMessage as ErrorMessage, index_ErrorMessageSchema as ErrorMessageSchema, type index_ErrorResponse as ErrorResponse, index_ErrorResponseSchema as ErrorResponseSchema, type index_EventFilter as EventFilter, type index_EventFilterCondition as EventFilterCondition, index_EventFilterSchema as EventFilterSchema, type index_EventMessage as EventMessage, index_EventMessageSchema as EventMessageSchema, type index_EventPattern as EventPattern, index_EventPatternSchema as EventPatternSchema, type index_EventSubscription as EventSubscription, index_EventSubscriptionSchema as EventSubscriptionSchema, index_ExportApiContracts as ExportApiContracts, index_ExportFormat as ExportFormat, index_ExportImportTemplate as ExportImportTemplate, index_ExportImportTemplateSchema as ExportImportTemplateSchema, index_ExportJobProgress as ExportJobProgress, index_ExportJobProgressSchema as ExportJobProgressSchema, index_ExportJobStatus as ExportJobStatus, index_ExportJobSummary as ExportJobSummary, index_ExportJobSummarySchema as ExportJobSummarySchema, type index_ExportRequest as ExportRequest, index_ExportRequestSchema as ExportRequestSchema, type index_FederationEntity as FederationEntity, type index_FederationEntityKey as FederationEntityKey, index_FederationEntityKeySchema as FederationEntityKeySchema, index_FederationEntitySchema as FederationEntitySchema, type index_FederationExternalField as FederationExternalField, index_FederationExternalFieldSchema as FederationExternalFieldSchema, type index_FederationGateway as FederationGateway, type index_FederationGatewayInput as FederationGatewayInput, index_FederationGatewaySchema as FederationGatewaySchema, type index_FederationProvides as FederationProvides, index_FederationProvidesSchema as FederationProvidesSchema, type index_FederationRequires as FederationRequires, index_FederationRequiresSchema as FederationRequiresSchema, index_FeedApiContracts as FeedApiContracts, type index_FeedApiErrorCode as FeedApiErrorCode, type index_FeedItemPathParams as FeedItemPathParams, index_FeedItemPathParamsSchema as FeedItemPathParamsSchema, index_FeedListFilterType as FeedListFilterType, type index_FeedPathParams as FeedPathParams, index_FeedPathParamsSchema as FeedPathParamsSchema, type index_FeedUnsubscribeRequest as FeedUnsubscribeRequest, index_FeedUnsubscribeRequestSchema as FeedUnsubscribeRequestSchema, type index_FieldError as FieldError, index_FieldErrorSchema as FieldErrorSchema, index_FieldMappingEntry as FieldMappingEntry, index_FieldMappingEntrySchema as FieldMappingEntrySchema, type index_FileTypeValidation as FileTypeValidation, index_FileTypeValidationSchema as FileTypeValidationSchema, type index_FileUploadResponse as FileUploadResponse, index_FileUploadResponseSchema as FileUploadResponseSchema, type index_FilterOperator as FilterOperator, type index_FindDataRequest as FindDataRequest, index_FindDataRequestSchema as FindDataRequestSchema, type index_FindDataResponse as FindDataResponse, index_FindDataResponseSchema as FindDataResponseSchema, type index_FlowSummary as FlowSummary, index_FlowSummarySchema as FlowSummarySchema, type index_GeneratedApiDocumentation as GeneratedApiDocumentation, index_GeneratedApiDocumentationSchema as GeneratedApiDocumentationSchema, type index_GeneratedEndpoint as GeneratedEndpoint, index_GeneratedEndpointSchema as GeneratedEndpointSchema, index_GetAnalyticsMetaRequestSchema as GetAnalyticsMetaRequestSchema, type index_GetChangelogRequest as GetChangelogRequest, index_GetChangelogRequestSchema as GetChangelogRequestSchema, type index_GetChangelogResponse as GetChangelogResponse, index_GetChangelogResponseSchema as GetChangelogResponseSchema, type index_GetDataRequest as GetDataRequest, index_GetDataRequestSchema as GetDataRequestSchema, type index_GetDataResponse as GetDataResponse, index_GetDataResponseSchema as GetDataResponseSchema, type index_GetDiscoveryRequest as GetDiscoveryRequest, index_GetDiscoveryRequestSchema as GetDiscoveryRequestSchema, type index_GetDiscoveryResponse as GetDiscoveryResponse, index_GetDiscoveryResponseSchema as GetDiscoveryResponseSchema, type index_GetEffectivePermissionsRequest as GetEffectivePermissionsRequest, index_GetEffectivePermissionsRequestSchema as GetEffectivePermissionsRequestSchema, type index_GetEffectivePermissionsResponse as GetEffectivePermissionsResponse, index_GetEffectivePermissionsResponseSchema as GetEffectivePermissionsResponseSchema, index_GetExportJobDownloadRequest as GetExportJobDownloadRequest, index_GetExportJobDownloadRequestSchema as GetExportJobDownloadRequestSchema, index_GetExportJobDownloadResponse as GetExportJobDownloadResponse, index_GetExportJobDownloadResponseSchema as GetExportJobDownloadResponseSchema, type index_GetFeedRequest as GetFeedRequest, index_GetFeedRequestSchema as GetFeedRequestSchema, type index_GetFeedResponse as GetFeedResponse, index_GetFeedResponseSchema as GetFeedResponseSchema, type index_GetFieldLabelsRequest as GetFieldLabelsRequest, index_GetFieldLabelsRequestSchema as GetFieldLabelsRequestSchema, type index_GetFieldLabelsResponse as GetFieldLabelsResponse, index_GetFieldLabelsResponseSchema as GetFieldLabelsResponseSchema, type index_GetFlowRequest as GetFlowRequest, index_GetFlowRequestSchema as GetFlowRequestSchema, type index_GetFlowResponse as GetFlowResponse, index_GetFlowResponseSchema as GetFlowResponseSchema, type index_GetInstalledPackageRequest as GetInstalledPackageRequest, index_GetInstalledPackageRequestSchema as GetInstalledPackageRequestSchema, type index_GetInstalledPackageResponse as GetInstalledPackageResponse, index_GetInstalledPackageResponseSchema as GetInstalledPackageResponseSchema, type index_GetLocalesRequest as GetLocalesRequest, index_GetLocalesRequestSchema as GetLocalesRequestSchema, type index_GetLocalesResponse as GetLocalesResponse, index_GetLocalesResponseSchema as GetLocalesResponseSchema, type index_GetMetaItemCachedRequest as GetMetaItemCachedRequest, index_GetMetaItemCachedRequestSchema as GetMetaItemCachedRequestSchema, type index_GetMetaItemCachedResponse as GetMetaItemCachedResponse, index_GetMetaItemCachedResponseSchema as GetMetaItemCachedResponseSchema, type index_GetMetaItemRequest as GetMetaItemRequest, index_GetMetaItemRequestSchema as GetMetaItemRequestSchema, type index_GetMetaItemResponse as GetMetaItemResponse, index_GetMetaItemResponseSchema as GetMetaItemResponseSchema, type index_GetMetaItemsRequest as GetMetaItemsRequest, index_GetMetaItemsRequestSchema as GetMetaItemsRequestSchema, type index_GetMetaItemsResponse as GetMetaItemsResponse, index_GetMetaItemsResponseSchema as GetMetaItemsResponseSchema, type index_GetMetaTypesRequest as GetMetaTypesRequest, index_GetMetaTypesRequestSchema as GetMetaTypesRequestSchema, type index_GetMetaTypesResponse as GetMetaTypesResponse, index_GetMetaTypesResponseSchema as GetMetaTypesResponseSchema, type index_GetNotificationPreferencesRequest as GetNotificationPreferencesRequest, index_GetNotificationPreferencesRequestSchema as GetNotificationPreferencesRequestSchema, type index_GetNotificationPreferencesResponse as GetNotificationPreferencesResponse, index_GetNotificationPreferencesResponseSchema as GetNotificationPreferencesResponseSchema, type index_GetObjectPermissionsRequest as GetObjectPermissionsRequest, index_GetObjectPermissionsRequestSchema as GetObjectPermissionsRequestSchema, type index_GetObjectPermissionsResponse as GetObjectPermissionsResponse, index_GetObjectPermissionsResponseSchema as GetObjectPermissionsResponseSchema, index_GetPackageRequest as GetPackageRequest, index_GetPackageRequestSchema as GetPackageRequestSchema, index_GetPackageResponse as GetPackageResponse, index_GetPackageResponseSchema as GetPackageResponseSchema, type index_GetPresenceRequest as GetPresenceRequest, index_GetPresenceRequestSchema as GetPresenceRequestSchema, type index_GetPresenceResponse as GetPresenceResponse, index_GetPresenceResponseSchema as GetPresenceResponseSchema, type index_GetPresignedUrlRequest as GetPresignedUrlRequest, index_GetPresignedUrlRequestSchema as GetPresignedUrlRequestSchema, type index_GetRunRequest as GetRunRequest, index_GetRunRequestSchema as GetRunRequestSchema, type index_GetRunResponse as GetRunResponse, index_GetRunResponseSchema as GetRunResponseSchema, type index_GetTranslationsRequest as GetTranslationsRequest, index_GetTranslationsRequestSchema as GetTranslationsRequestSchema, type index_GetTranslationsResponse as GetTranslationsResponse, index_GetTranslationsResponseSchema as GetTranslationsResponseSchema, type index_GetUiViewRequest as GetUiViewRequest, index_GetUiViewRequestSchema as GetUiViewRequestSchema, type index_GetUiViewResponse as GetUiViewResponse, index_GetUiViewResponseSchema as GetUiViewResponseSchema, type index_GetViewRequest as GetViewRequest, index_GetViewRequestSchema as GetViewRequestSchema, type index_GetViewResponse as GetViewResponse, index_GetViewResponseSchema as GetViewResponseSchema, type index_GetWorkflowConfigRequest as GetWorkflowConfigRequest, index_GetWorkflowConfigRequestSchema as GetWorkflowConfigRequestSchema, type index_GetWorkflowConfigResponse as GetWorkflowConfigResponse, index_GetWorkflowConfigResponseSchema as GetWorkflowConfigResponseSchema, type index_GetWorkflowStateRequest as GetWorkflowStateRequest, index_GetWorkflowStateRequestSchema as GetWorkflowStateRequestSchema, type index_GetWorkflowStateResponse as GetWorkflowStateResponse, index_GetWorkflowStateResponseSchema as GetWorkflowStateResponseSchema, type index_GraphQLConfig as GraphQLConfig, type index_GraphQLConfigInput as GraphQLConfigInput, index_GraphQLConfigSchema as GraphQLConfigSchema, type index_GraphQLDataLoaderConfig as GraphQLDataLoaderConfig, type index_GraphQLDataLoaderConfigInput as GraphQLDataLoaderConfigInput, index_GraphQLDataLoaderConfigSchema as GraphQLDataLoaderConfigSchema, type index_GraphQLDirectiveConfig as GraphQLDirectiveConfig, type index_GraphQLDirectiveConfigInput as GraphQLDirectiveConfigInput, index_GraphQLDirectiveConfigSchema as GraphQLDirectiveConfigSchema, type index_GraphQLDirectiveLocation as GraphQLDirectiveLocation, type index_GraphQLMutationConfig as GraphQLMutationConfig, type index_GraphQLMutationConfigInput as GraphQLMutationConfigInput, index_GraphQLMutationConfigSchema as GraphQLMutationConfigSchema, type index_GraphQLPersistedQuery as GraphQLPersistedQuery, type index_GraphQLPersistedQueryInput as GraphQLPersistedQueryInput, index_GraphQLPersistedQuerySchema as GraphQLPersistedQuerySchema, type index_GraphQLQueryAdapter as GraphQLQueryAdapter, type index_GraphQLQueryAdapterInput as GraphQLQueryAdapterInput, index_GraphQLQueryAdapterSchema as GraphQLQueryAdapterSchema, type index_GraphQLQueryComplexity as GraphQLQueryComplexity, type index_GraphQLQueryComplexityInput as GraphQLQueryComplexityInput, index_GraphQLQueryComplexitySchema as GraphQLQueryComplexitySchema, type index_GraphQLQueryConfig as GraphQLQueryConfig, type index_GraphQLQueryConfigInput as GraphQLQueryConfigInput, index_GraphQLQueryConfigSchema as GraphQLQueryConfigSchema, type index_GraphQLQueryDepthLimit as GraphQLQueryDepthLimit, type index_GraphQLQueryDepthLimitInput as GraphQLQueryDepthLimitInput, index_GraphQLQueryDepthLimitSchema as GraphQLQueryDepthLimitSchema, type index_GraphQLRateLimit as GraphQLRateLimit, type index_GraphQLRateLimitInput as GraphQLRateLimitInput, index_GraphQLRateLimitSchema as GraphQLRateLimitSchema, type index_GraphQLResolverConfig as GraphQLResolverConfig, type index_GraphQLResolverConfigInput as GraphQLResolverConfigInput, index_GraphQLResolverConfigSchema as GraphQLResolverConfigSchema, type index_GraphQLScalarType as GraphQLScalarType, type index_GraphQLSubscriptionConfig as GraphQLSubscriptionConfig, type index_GraphQLSubscriptionConfigInput as GraphQLSubscriptionConfigInput, index_GraphQLSubscriptionConfigSchema as GraphQLSubscriptionConfigSchema, type index_GraphQLTypeConfig as GraphQLTypeConfig, type index_GraphQLTypeConfigInput as GraphQLTypeConfigInput, index_GraphQLTypeConfigSchema as GraphQLTypeConfigSchema, index_HttpFindQueryParamsSchema as HttpFindQueryParamsSchema, index_HttpMethod as HttpMethod, type index_HttpStatusCode as HttpStatusCode, type index_IdRequest as IdRequest, index_IdRequestSchema as IdRequestSchema, index_ImportValidationConfig as ImportValidationConfig, index_ImportValidationConfigSchema as ImportValidationConfigSchema, index_ImportValidationMode as ImportValidationMode, index_ImportValidationResult as ImportValidationResult, index_ImportValidationResultSchema as ImportValidationResultSchema, type index_InitiateChunkedUploadRequest as InitiateChunkedUploadRequest, index_InitiateChunkedUploadRequestSchema as InitiateChunkedUploadRequestSchema, type index_InitiateChunkedUploadResponse as InitiateChunkedUploadResponse, index_InitiateChunkedUploadResponseSchema as InitiateChunkedUploadResponseSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, index_ListExportJobsRequest as ListExportJobsRequest, index_ListExportJobsRequestSchema as ListExportJobsRequestSchema, index_ListExportJobsResponse as ListExportJobsResponse, index_ListExportJobsResponseSchema as ListExportJobsResponseSchema, type index_ListFlowsRequest as ListFlowsRequest, index_ListFlowsRequestSchema as ListFlowsRequestSchema, type index_ListFlowsResponse as ListFlowsResponse, index_ListFlowsResponseSchema as ListFlowsResponseSchema, type index_ListInstalledPackagesRequest as ListInstalledPackagesRequest, index_ListInstalledPackagesRequestSchema as ListInstalledPackagesRequestSchema, type index_ListInstalledPackagesResponse as ListInstalledPackagesResponse, index_ListInstalledPackagesResponseSchema as ListInstalledPackagesResponseSchema, type index_ListNotificationsRequest as ListNotificationsRequest, index_ListNotificationsRequestSchema as ListNotificationsRequestSchema, type index_ListNotificationsResponse as ListNotificationsResponse, index_ListNotificationsResponseSchema as ListNotificationsResponseSchema, index_ListPackagesRequest as ListPackagesRequest, index_ListPackagesRequestSchema as ListPackagesRequestSchema, index_ListPackagesResponse as ListPackagesResponse, index_ListPackagesResponseSchema as ListPackagesResponseSchema, type index_ListRecordResponse as ListRecordResponse, index_ListRecordResponseSchema as ListRecordResponseSchema, type index_ListRunsRequest as ListRunsRequest, index_ListRunsRequestSchema as ListRunsRequestSchema, type index_ListRunsResponse as ListRunsResponse, index_ListRunsResponseSchema as ListRunsResponseSchema, type index_ListViewsRequest as ListViewsRequest, index_ListViewsRequestSchema as ListViewsRequestSchema, type index_ListViewsResponse as ListViewsResponse, index_ListViewsResponseSchema as ListViewsResponseSchema, type index_LoginRequest as LoginRequest, type index_LoginRequestInput as LoginRequestInput, index_LoginRequestSchema as LoginRequestSchema, type index_LoginType as LoginType, type index_MarkAllNotificationsReadRequest as MarkAllNotificationsReadRequest, index_MarkAllNotificationsReadRequestSchema as MarkAllNotificationsReadRequestSchema, type index_MarkAllNotificationsReadResponse as MarkAllNotificationsReadResponse, index_MarkAllNotificationsReadResponseSchema as MarkAllNotificationsReadResponseSchema, type index_MarkNotificationsReadRequest as MarkNotificationsReadRequest, index_MarkNotificationsReadRequestSchema as MarkNotificationsReadRequestSchema, type index_MarkNotificationsReadResponse as MarkNotificationsReadResponse, index_MarkNotificationsReadResponseSchema as MarkNotificationsReadResponseSchema, index_MetadataBulkRegisterRequestSchema as MetadataBulkRegisterRequestSchema, type index_MetadataBulkResponse as MetadataBulkResponse, index_MetadataBulkResponseSchema as MetadataBulkResponseSchema, index_MetadataBulkUnregisterRequestSchema as MetadataBulkUnregisterRequestSchema, index_MetadataCacheApi as MetadataCacheApi, type index_MetadataCacheRequest as MetadataCacheRequest, index_MetadataCacheRequestSchema as MetadataCacheRequestSchema, type index_MetadataCacheResponse as MetadataCacheResponse, index_MetadataCacheResponseSchema as MetadataCacheResponseSchema, type index_MetadataDeleteResponse as MetadataDeleteResponse, index_MetadataDeleteResponseSchema as MetadataDeleteResponseSchema, type index_MetadataDependenciesResponse as MetadataDependenciesResponse, index_MetadataDependenciesResponseSchema as MetadataDependenciesResponseSchema, type index_MetadataDependentsResponse as MetadataDependentsResponse, index_MetadataDependentsResponseSchema as MetadataDependentsResponseSchema, type index_MetadataEffectiveResponse as MetadataEffectiveResponse, index_MetadataEffectiveResponseSchema as MetadataEffectiveResponseSchema, type index_MetadataEndpointsConfig as MetadataEndpointsConfig, type index_MetadataEndpointsConfigInput as MetadataEndpointsConfigInput, index_MetadataEndpointsConfigSchema as MetadataEndpointsConfigSchema, type index_MetadataExistsResponse as MetadataExistsResponse, index_MetadataExistsResponseSchema as MetadataExistsResponseSchema, index_MetadataExportRequestSchema as MetadataExportRequestSchema, type index_MetadataExportResponse as MetadataExportResponse, index_MetadataExportResponseSchema as MetadataExportResponseSchema, index_MetadataImportRequestSchema as MetadataImportRequestSchema, type index_MetadataImportResponse as MetadataImportResponse, index_MetadataImportResponseSchema as MetadataImportResponseSchema, type index_MetadataItemResponse as MetadataItemResponse, index_MetadataItemResponseSchema as MetadataItemResponseSchema, type index_MetadataListResponse as MetadataListResponse, index_MetadataListResponseSchema as MetadataListResponseSchema, type index_MetadataNamesResponse as MetadataNamesResponse, index_MetadataNamesResponseSchema as MetadataNamesResponseSchema, type index_MetadataOverlayResponse as MetadataOverlayResponse, index_MetadataOverlayResponseSchema as MetadataOverlayResponseSchema, index_MetadataOverlaySaveRequestSchema as MetadataOverlaySaveRequestSchema, index_MetadataQueryRequestSchema as MetadataQueryRequestSchema, type index_MetadataQueryResponse as MetadataQueryResponse, index_MetadataQueryResponseSchema as MetadataQueryResponseSchema, type index_MetadataRegisterRequest as MetadataRegisterRequest, index_MetadataRegisterRequestSchema as MetadataRegisterRequestSchema, type index_MetadataTypeInfoResponse as MetadataTypeInfoResponse, index_MetadataTypeInfoResponseSchema as MetadataTypeInfoResponseSchema, type index_MetadataTypesResponse as MetadataTypesResponse, index_MetadataTypesResponseSchema as MetadataTypesResponseSchema, index_MetadataValidateRequestSchema as MetadataValidateRequestSchema, type index_MetadataValidateResponse as MetadataValidateResponse, index_MetadataValidateResponseSchema as MetadataValidateResponseSchema, type index_ModificationResult as ModificationResult, index_ModificationResultSchema as ModificationResultSchema, type index_Notification as Notification, type index_NotificationInput as NotificationInput, type index_NotificationPreferences as NotificationPreferences, type index_NotificationPreferencesInput as NotificationPreferencesInput, index_NotificationPreferencesSchema as NotificationPreferencesSchema, index_NotificationSchema as NotificationSchema, index_OData as OData, type index_ODataConfig as ODataConfig, index_ODataConfigSchema as ODataConfigSchema, type index_ODataError as ODataError, index_ODataErrorSchema as ODataErrorSchema, type index_ODataFilterFunction as ODataFilterFunction, index_ODataFilterFunctionSchema as ODataFilterFunctionSchema, type index_ODataFilterOperator as ODataFilterOperator, index_ODataFilterOperatorSchema as ODataFilterOperatorSchema, type index_ODataMetadata as ODataMetadata, index_ODataMetadataSchema as ODataMetadataSchema, type index_ODataQuery as ODataQuery, type index_ODataQueryAdapter as ODataQueryAdapter, type index_ODataQueryAdapterInput as ODataQueryAdapterInput, index_ODataQueryAdapterSchema as ODataQueryAdapterSchema, index_ODataQuerySchema as ODataQuerySchema, type index_ODataResponse as ODataResponse, index_ODataResponseSchema as ODataResponseSchema, type index_ObjectDefinitionResponse as ObjectDefinitionResponse, index_ObjectDefinitionResponseSchema as ObjectDefinitionResponseSchema, type index_ObjectQLReference as ObjectQLReference, index_ObjectQLReferenceSchema as ObjectQLReferenceSchema, type index_ObjectStackProtocol as ObjectStackProtocol, index_ObjectStackProtocolSchema as ObjectStackProtocolSchema, type index_ObjectStackProtocolZod as ObjectStackProtocolZod, type index_OpenApi31Extensions as OpenApi31Extensions, index_OpenApi31ExtensionsSchema as OpenApi31ExtensionsSchema, type index_OpenApiGenerationConfig as OpenApiGenerationConfig, type index_OpenApiGenerationConfigInput as OpenApiGenerationConfigInput, index_OpenApiGenerationConfigSchema as OpenApiGenerationConfigSchema, type index_OpenApiSecurityScheme as OpenApiSecurityScheme, index_OpenApiSecuritySchemeSchema as OpenApiSecuritySchemeSchema, type index_OpenApiServer as OpenApiServer, index_OpenApiServerSchema as OpenApiServerSchema, index_OpenApiSpec as OpenApiSpec, index_OpenApiSpecSchema as OpenApiSpecSchema, type index_OperatorMapping as OperatorMapping, index_OperatorMappingSchema as OperatorMappingSchema, index_PackageApiContracts as PackageApiContracts, type index_PackageApiErrorCode as PackageApiErrorCode, type index_PackageInstallRequest as PackageInstallRequest, index_PackageInstallRequestSchema as PackageInstallRequestSchema, type index_PackageInstallResponse as PackageInstallResponse, index_PackageInstallResponseSchema as PackageInstallResponseSchema, type index_PackagePathParams as PackagePathParams, index_PackagePathParamsSchema as PackagePathParamsSchema, type index_PackageRollbackRequest as PackageRollbackRequest, index_PackageRollbackRequestSchema as PackageRollbackRequestSchema, type index_PackageRollbackResponse as PackageRollbackResponse, index_PackageRollbackResponseSchema as PackageRollbackResponseSchema, index_PackageStatus as PackageStatus, type index_PackageUpgradeRequest as PackageUpgradeRequest, index_PackageUpgradeRequestSchema as PackageUpgradeRequestSchema, type index_PackageUpgradeResponse as PackageUpgradeResponse, index_PackageUpgradeResponseSchema as PackageUpgradeResponseSchema, type index_PinFeedItemRequest as PinFeedItemRequest, index_PinFeedItemRequestSchema as PinFeedItemRequestSchema, type index_PinFeedItemResponse as PinFeedItemResponse, index_PinFeedItemResponseSchema as PinFeedItemResponseSchema, type index_PingMessage as PingMessage, index_PingMessageSchema as PingMessageSchema, type index_PongMessage as PongMessage, index_PongMessageSchema as PongMessageSchema, type index_PresenceMessage as PresenceMessage, index_PresenceMessageSchema as PresenceMessageSchema, type index_PresenceState as PresenceState, index_PresenceStateSchema as PresenceStateSchema, type index_PresenceStatus as PresenceStatus, type index_PresenceUpdate as PresenceUpdate, index_PresenceUpdateSchema as PresenceUpdateSchema, type index_PresignedUrlResponse as PresignedUrlResponse, index_PresignedUrlResponseSchema as PresignedUrlResponseSchema, type index_QueryAdapterConfig as QueryAdapterConfig, type index_QueryAdapterConfigInput as QueryAdapterConfigInput, index_QueryAdapterConfigSchema as QueryAdapterConfigSchema, type index_QueryAdapterTarget as QueryAdapterTarget, index_QueryAdapterTargetSchema as QueryAdapterTargetSchema, type index_QueryOptimizationConfig as QueryOptimizationConfig, index_QueryOptimizationConfigSchema as QueryOptimizationConfigSchema, type index_RealtimeConfig as RealtimeConfig, index_RealtimeConfigSchema as RealtimeConfigSchema, type index_RealtimeConnectRequest as RealtimeConnectRequest, index_RealtimeConnectRequestSchema as RealtimeConnectRequestSchema, type index_RealtimeConnectResponse as RealtimeConnectResponse, index_RealtimeConnectResponseSchema as RealtimeConnectResponseSchema, type index_RealtimeDisconnectRequest as RealtimeDisconnectRequest, index_RealtimeDisconnectRequestSchema as RealtimeDisconnectRequestSchema, type index_RealtimeDisconnectResponse as RealtimeDisconnectResponse, index_RealtimeDisconnectResponseSchema as RealtimeDisconnectResponseSchema, type index_RealtimeEvent as RealtimeEvent, index_RealtimeEventSchema as RealtimeEventSchema, type index_RealtimeEventType as RealtimeEventType, type index_RealtimePresence as RealtimePresence, index_RealtimePresenceSchema as RealtimePresenceSchema, type index_RealtimeRecordAction as RealtimeRecordAction, type index_RealtimeSubscribeRequest as RealtimeSubscribeRequest, index_RealtimeSubscribeRequestSchema as RealtimeSubscribeRequestSchema, type index_RealtimeSubscribeResponse as RealtimeSubscribeResponse, index_RealtimeSubscribeResponseSchema as RealtimeSubscribeResponseSchema, type index_RealtimeUnsubscribeRequest as RealtimeUnsubscribeRequest, index_RealtimeUnsubscribeRequestSchema as RealtimeUnsubscribeRequestSchema, type index_RealtimeUnsubscribeResponse as RealtimeUnsubscribeResponse, index_RealtimeUnsubscribeResponseSchema as RealtimeUnsubscribeResponseSchema, type index_RecordData as RecordData, index_RecordDataSchema as RecordDataSchema, type index_RefreshTokenRequest as RefreshTokenRequest, index_RefreshTokenRequestSchema as RefreshTokenRequestSchema, type index_RegisterDeviceRequest as RegisterDeviceRequest, index_RegisterDeviceRequestSchema as RegisterDeviceRequestSchema, type index_RegisterDeviceResponse as RegisterDeviceResponse, index_RegisterDeviceResponseSchema as RegisterDeviceResponseSchema, type index_RegisterRequest as RegisterRequest, index_RegisterRequestSchema as RegisterRequestSchema, type index_RemoveReactionRequest as RemoveReactionRequest, index_RemoveReactionRequestSchema as RemoveReactionRequestSchema, type index_RemoveReactionResponse as RemoveReactionResponse, index_RemoveReactionResponseSchema as RemoveReactionResponseSchema, type index_RequestValidationConfig as RequestValidationConfig, type index_RequestValidationConfigInput as RequestValidationConfigInput, index_RequestValidationConfigSchema as RequestValidationConfigSchema, type index_ResolveDependenciesRequest as ResolveDependenciesRequest, index_ResolveDependenciesRequestSchema as ResolveDependenciesRequestSchema, type index_ResolveDependenciesResponse as ResolveDependenciesResponse, index_ResolveDependenciesResponseSchema as ResolveDependenciesResponseSchema, type index_ResponseEnvelopeConfig as ResponseEnvelopeConfig, type index_ResponseEnvelopeConfigInput as ResponseEnvelopeConfigInput, index_ResponseEnvelopeConfigSchema as ResponseEnvelopeConfigSchema, index_RestApiConfig as RestApiConfig, type index_RestApiConfigInput as RestApiConfigInput, index_RestApiConfigSchema as RestApiConfigSchema, type index_RestApiEndpoint as RestApiEndpoint, index_RestApiEndpointSchema as RestApiEndpointSchema, index_RestApiPluginConfig as RestApiPluginConfig, type index_RestApiPluginConfigInput as RestApiPluginConfigInput, index_RestApiPluginConfigSchema as RestApiPluginConfigSchema, type index_RestApiRouteCategory as RestApiRouteCategory, index_RestApiRouteRegistration as RestApiRouteRegistration, index_RestApiRouteRegistrationSchema as RestApiRouteRegistrationSchema, type index_RestQueryAdapter as RestQueryAdapter, type index_RestQueryAdapterInput as RestQueryAdapterInput, index_RestQueryAdapterSchema as RestQueryAdapterSchema, index_RestServerConfig as RestServerConfig, type index_RestServerConfigInput as RestServerConfigInput, index_RestServerConfigSchema as RestServerConfigSchema, type index_RetryStrategy as RetryStrategy, type index_RouteCategory as RouteCategory, type index_RouteDefinition as RouteDefinition, index_RouteDefinitionSchema as RouteDefinitionSchema, type index_RouteGenerationConfig as RouteGenerationConfig, type index_RouteGenerationConfigInput as RouteGenerationConfigInput, index_RouteGenerationConfigSchema as RouteGenerationConfigSchema, type index_RouterConfig as RouterConfig, index_RouterConfigSchema as RouterConfigSchema, type index_SaveMetaItemRequest as SaveMetaItemRequest, index_SaveMetaItemRequestSchema as SaveMetaItemRequestSchema, type index_SaveMetaItemResponse as SaveMetaItemResponse, index_SaveMetaItemResponseSchema as SaveMetaItemResponseSchema, index_ScheduleExportRequest as ScheduleExportRequest, index_ScheduleExportRequestSchema as ScheduleExportRequestSchema, index_ScheduleExportResponse as ScheduleExportResponse, index_ScheduleExportResponseSchema as ScheduleExportResponseSchema, index_ScheduledExport as ScheduledExport, index_ScheduledExportSchema as ScheduledExportSchema, type index_SchemaDefinition as SchemaDefinition, type index_SearchFeedRequest as SearchFeedRequest, index_SearchFeedRequestSchema as SearchFeedRequestSchema, type index_SearchFeedResponse as SearchFeedResponse, index_SearchFeedResponseSchema as SearchFeedResponseSchema, type index_ServiceInfo as ServiceInfo, index_ServiceInfoSchema as ServiceInfoSchema, type index_Session as Session, type index_SessionResponse as SessionResponse, index_SessionResponseSchema as SessionResponseSchema, index_SessionSchema as SessionSchema, type index_SessionUser as SessionUser, type index_SessionUserInput as SessionUserInput, index_SessionUserSchema as SessionUserSchema, type index_SetPresenceRequest as SetPresenceRequest, index_SetPresenceRequestSchema as SetPresenceRequestSchema, type index_SetPresenceResponse as SetPresenceResponse, index_SetPresenceResponseSchema as SetPresenceResponseSchema, type index_SimpleCursorPosition as SimpleCursorPosition, index_SimpleCursorPositionSchema as SimpleCursorPositionSchema, type index_SimplePresenceState as SimplePresenceState, index_SimplePresenceStateSchema as SimplePresenceStateSchema, type index_SingleRecordResponse as SingleRecordResponse, index_SingleRecordResponseSchema as SingleRecordResponseSchema, index_StandardApiContracts as StandardApiContracts, type index_StandardErrorCode as StandardErrorCode, type index_StarFeedItemRequest as StarFeedItemRequest, index_StarFeedItemRequestSchema as StarFeedItemRequestSchema, type index_StarFeedItemResponse as StarFeedItemResponse, index_StarFeedItemResponseSchema as StarFeedItemResponseSchema, index_StorageApiContracts as StorageApiContracts, type index_SubgraphConfig as SubgraphConfig, type index_SubgraphConfigInput as SubgraphConfigInput, index_SubgraphConfigSchema as SubgraphConfigSchema, type index_SubscribeMessage as SubscribeMessage, index_SubscribeMessageSchema as SubscribeMessageSchema, type index_SubscribeRequest as SubscribeRequest, index_SubscribeRequestSchema as SubscribeRequestSchema, type index_SubscribeResponse as SubscribeResponse, index_SubscribeResponseSchema as SubscribeResponseSchema, type index_Subscription as Subscription, index_SubscriptionEventSchema as SubscriptionEventSchema, index_SubscriptionSchema as SubscriptionSchema, type index_ToggleFlowRequest as ToggleFlowRequest, index_ToggleFlowRequestSchema as ToggleFlowRequestSchema, type index_ToggleFlowResponse as ToggleFlowResponse, index_ToggleFlowResponseSchema as ToggleFlowResponseSchema, type index_TransportProtocol as TransportProtocol, type index_TriggerFlowRequest as TriggerFlowRequest, index_TriggerFlowRequestSchema as TriggerFlowRequestSchema, type index_TriggerFlowResponse as TriggerFlowResponse, index_TriggerFlowResponseSchema as TriggerFlowResponseSchema, type index_UninstallPackageApiRequest as UninstallPackageApiRequest, index_UninstallPackageApiRequestSchema as UninstallPackageApiRequestSchema, type index_UninstallPackageApiResponse as UninstallPackageApiResponse, index_UninstallPackageApiResponseSchema as UninstallPackageApiResponseSchema, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UnpinFeedItemRequest as UnpinFeedItemRequest, index_UnpinFeedItemRequestSchema as UnpinFeedItemRequestSchema, type index_UnpinFeedItemResponse as UnpinFeedItemResponse, index_UnpinFeedItemResponseSchema as UnpinFeedItemResponseSchema, type index_UnregisterDeviceRequest as UnregisterDeviceRequest, index_UnregisterDeviceRequestSchema as UnregisterDeviceRequestSchema, type index_UnregisterDeviceResponse as UnregisterDeviceResponse, index_UnregisterDeviceResponseSchema as UnregisterDeviceResponseSchema, type index_UnstarFeedItemRequest as UnstarFeedItemRequest, index_UnstarFeedItemRequestSchema as UnstarFeedItemRequestSchema, type index_UnstarFeedItemResponse as UnstarFeedItemResponse, index_UnstarFeedItemResponseSchema as UnstarFeedItemResponseSchema, type index_UnsubscribeMessage as UnsubscribeMessage, index_UnsubscribeMessageSchema as UnsubscribeMessageSchema, type index_UnsubscribeRequest as UnsubscribeRequest, index_UnsubscribeRequestSchema as UnsubscribeRequestSchema, type index_UnsubscribeResponse as UnsubscribeResponse, index_UnsubscribeResponseSchema as UnsubscribeResponseSchema, type index_UpdateDataRequest as UpdateDataRequest, index_UpdateDataRequestSchema as UpdateDataRequestSchema, type index_UpdateDataResponse as UpdateDataResponse, index_UpdateDataResponseSchema as UpdateDataResponseSchema, type index_UpdateFeedItemRequest as UpdateFeedItemRequest, index_UpdateFeedItemRequestSchema as UpdateFeedItemRequestSchema, type index_UpdateFeedItemResponse as UpdateFeedItemResponse, index_UpdateFeedItemResponseSchema as UpdateFeedItemResponseSchema, type index_UpdateFlowRequest as UpdateFlowRequest, index_UpdateFlowRequestSchema as UpdateFlowRequestSchema, type index_UpdateFlowResponse as UpdateFlowResponse, index_UpdateFlowResponseSchema as UpdateFlowResponseSchema, type index_UpdateManyDataRequest as UpdateManyDataRequest, index_UpdateManyDataRequestSchema as UpdateManyDataRequestSchema, type index_UpdateManyDataResponse as UpdateManyDataResponse, index_UpdateManyDataResponseSchema as UpdateManyDataResponseSchema, type index_UpdateManyRequest as UpdateManyRequest, index_UpdateManyRequestSchema as UpdateManyRequestSchema, type index_UpdateNotificationPreferencesRequest as UpdateNotificationPreferencesRequest, index_UpdateNotificationPreferencesRequestSchema as UpdateNotificationPreferencesRequestSchema, type index_UpdateNotificationPreferencesResponse as UpdateNotificationPreferencesResponse, index_UpdateNotificationPreferencesResponseSchema as UpdateNotificationPreferencesResponseSchema, type index_UpdateRequest as UpdateRequest, index_UpdateRequestSchema as UpdateRequestSchema, type index_UpdateViewRequest as UpdateViewRequest, index_UpdateViewRequestSchema as UpdateViewRequestSchema, type index_UpdateViewResponse as UpdateViewResponse, index_UpdateViewResponseSchema as UpdateViewResponseSchema, type index_UploadArtifactRequest as UploadArtifactRequest, index_UploadArtifactRequestSchema as UploadArtifactRequestSchema, type index_UploadArtifactResponse as UploadArtifactResponse, index_UploadArtifactResponseSchema as UploadArtifactResponseSchema, type index_UploadChunkRequest as UploadChunkRequest, index_UploadChunkRequestSchema as UploadChunkRequestSchema, type index_UploadChunkResponse as UploadChunkResponse, index_UploadChunkResponseSchema as UploadChunkResponseSchema, type index_UploadProgress as UploadProgress, index_UploadProgressSchema as UploadProgressSchema, type index_UserProfileResponse as UserProfileResponse, index_UserProfileResponseSchema as UserProfileResponseSchema, type index_ValidationMode as ValidationMode, type index_VersionDefinition as VersionDefinition, index_VersionDefinitionSchema as VersionDefinitionSchema, type index_VersionNegotiationResponse as VersionNegotiationResponse, index_VersionNegotiationResponseSchema as VersionNegotiationResponseSchema, type index_VersionStatus as VersionStatus, type index_VersioningConfig as VersioningConfig, type index_VersioningConfigInput as VersioningConfigInput, index_VersioningConfigSchema as VersioningConfigSchema, type index_VersioningStrategy as VersioningStrategy, type index_WebSocketConfig as WebSocketConfig, index_WebSocketConfigSchema as WebSocketConfigSchema, type index_WebSocketEvent as WebSocketEvent, index_WebSocketEventSchema as WebSocketEventSchema, type index_WebSocketMessage as WebSocketMessage, index_WebSocketMessageSchema as WebSocketMessageSchema, type index_WebSocketMessageType as WebSocketMessageType, type index_WebSocketPresenceStatus as WebSocketPresenceStatus, type index_WebSocketServerConfig as WebSocketServerConfig, index_WebSocketServerConfigSchema as WebSocketServerConfigSchema, type index_WebhookConfig as WebhookConfig, index_WebhookConfigSchema as WebhookConfigSchema, type index_WebhookEvent as WebhookEvent, index_WebhookEventSchema as WebhookEventSchema, type index_WellKnownCapabilities as WellKnownCapabilities, index_WellKnownCapabilitiesSchema as WellKnownCapabilitiesSchema, type index_WorkflowApproveRequest as WorkflowApproveRequest, index_WorkflowApproveRequestSchema as WorkflowApproveRequestSchema, type index_WorkflowApproveResponse as WorkflowApproveResponse, index_WorkflowApproveResponseSchema as WorkflowApproveResponseSchema, type index_WorkflowRejectRequest as WorkflowRejectRequest, index_WorkflowRejectRequestSchema as WorkflowRejectRequestSchema, type index_WorkflowRejectResponse as WorkflowRejectResponse, index_WorkflowRejectResponseSchema as WorkflowRejectResponseSchema, type index_WorkflowState as WorkflowState, index_WorkflowStateSchema as WorkflowStateSchema, type index_WorkflowTransitionRequest as WorkflowTransitionRequest, index_WorkflowTransitionRequestSchema as WorkflowTransitionRequestSchema, type index_WorkflowTransitionResponse as WorkflowTransitionResponse, index_WorkflowTransitionResponseSchema as WorkflowTransitionResponseSchema, index_getAuthEndpointUrl as getAuthEndpointUrl, index_getDefaultRouteRegistrations as getDefaultRouteRegistrations, index_mapFieldTypeToGraphQL as mapFieldTypeToGraphQL };
|
|
33565
|
+
export { type index_AckMessage as AckMessage, index_AckMessageSchema as AckMessageSchema, type index_AddReactionRequest as AddReactionRequest, index_AddReactionRequestSchema as AddReactionRequestSchema, type index_AddReactionResponse as AddReactionResponse, index_AddReactionResponseSchema as AddReactionResponseSchema, type index_AiInsightsRequest as AiInsightsRequest, index_AiInsightsRequestSchema as AiInsightsRequestSchema, type index_AiInsightsResponse as AiInsightsResponse, index_AiInsightsResponseSchema as AiInsightsResponseSchema, type index_AiNlqRequest as AiNlqRequest, index_AiNlqRequestSchema as AiNlqRequestSchema, type index_AiNlqResponse as AiNlqResponse, index_AiNlqResponseSchema as AiNlqResponseSchema, type index_AiSuggestRequest as AiSuggestRequest, index_AiSuggestRequestSchema as AiSuggestRequestSchema, type index_AiSuggestResponse as AiSuggestResponse, index_AiSuggestResponseSchema as AiSuggestResponseSchema, type index_AnalyticsEndpoint as AnalyticsEndpoint, type index_AnalyticsMetadataResponse as AnalyticsMetadataResponse, index_AnalyticsMetadataResponseSchema as AnalyticsMetadataResponseSchema, type AnalyticsQueryRequest$1 as AnalyticsQueryRequest, index_AnalyticsQueryRequestSchema as AnalyticsQueryRequestSchema, index_AnalyticsResultResponseSchema as AnalyticsResultResponseSchema, type index_AnalyticsSqlResponse as AnalyticsSqlResponse, index_AnalyticsSqlResponseSchema as AnalyticsSqlResponseSchema, type index_ApiChangelogEntry as ApiChangelogEntry, index_ApiChangelogEntrySchema as ApiChangelogEntrySchema, type index_ApiDiscoveryQuery as ApiDiscoveryQuery, index_ApiDiscoveryQuerySchema as ApiDiscoveryQuerySchema, type index_ApiDiscoveryResponse as ApiDiscoveryResponse, index_ApiDiscoveryResponseSchema as ApiDiscoveryResponseSchema, index_ApiDocumentationConfig as ApiDocumentationConfig, index_ApiDocumentationConfigSchema as ApiDocumentationConfigSchema, type index_ApiEndpoint as ApiEndpoint, type index_ApiEndpointInput as ApiEndpointInput, index_ApiEndpointRegistration as ApiEndpointRegistration, type index_ApiEndpointRegistrationInput as ApiEndpointRegistrationInput, index_ApiEndpointRegistrationSchema as ApiEndpointRegistrationSchema, index_ApiEndpointSchema as ApiEndpointSchema, type index_ApiError as ApiError, index_ApiErrorSchema as ApiErrorSchema, index_ApiMappingSchema as ApiMappingSchema, type index_ApiMetadata as ApiMetadata, type index_ApiMetadataInput as ApiMetadataInput, index_ApiMetadataSchema as ApiMetadataSchema, type index_ApiParameter as ApiParameter, index_ApiParameterSchema as ApiParameterSchema, type index_ApiProtocolType as ApiProtocolType, index_ApiRegistry as ApiRegistry, index_ApiRegistryEntry as ApiRegistryEntry, type index_ApiRegistryEntryInput as ApiRegistryEntryInput, index_ApiRegistryEntrySchema as ApiRegistryEntrySchema, index_ApiRegistrySchema as ApiRegistrySchema, type index_ApiResponse as ApiResponse, type index_ApiResponseInput as ApiResponseInput, index_ApiResponseSchema as ApiResponseSchema, type index_ApiRoutes as ApiRoutes, index_ApiRoutesSchema as ApiRoutesSchema, index_ApiTestCollection as ApiTestCollection, index_ApiTestCollectionSchema as ApiTestCollectionSchema, type index_ApiTestRequest as ApiTestRequest, index_ApiTestRequestSchema as ApiTestRequestSchema, type index_ApiTestingUiConfig as ApiTestingUiConfig, index_ApiTestingUiConfigSchema as ApiTestingUiConfigSchema, type index_ApiTestingUiType as ApiTestingUiType, type index_AppDefinitionResponse as AppDefinitionResponse, index_AppDefinitionResponseSchema as AppDefinitionResponseSchema, type index_AuthEndpoint as AuthEndpoint, type index_AuthEndpointAlias as AuthEndpointAlias, index_AuthEndpointAliases as AuthEndpointAliases, type index_AuthEndpointPath as AuthEndpointPath, index_AuthEndpointPaths as AuthEndpointPaths, index_AuthEndpointSchema as AuthEndpointSchema, type index_AuthProvider as AuthProvider, index_AutomationApiContracts as AutomationApiContracts, type index_AutomationApiErrorCode as AutomationApiErrorCode, type index_AutomationFlowPathParams as AutomationFlowPathParams, index_AutomationFlowPathParamsSchema as AutomationFlowPathParamsSchema, type index_AutomationRunPathParams as AutomationRunPathParams, index_AutomationRunPathParamsSchema as AutomationRunPathParamsSchema, type index_AutomationTriggerRequest as AutomationTriggerRequest, index_AutomationTriggerRequestSchema as AutomationTriggerRequestSchema, type index_AutomationTriggerResponse as AutomationTriggerResponse, index_AutomationTriggerResponseSchema as AutomationTriggerResponseSchema, type index_BasePresence as BasePresence, index_BasePresenceSchema as BasePresenceSchema, type index_BaseResponse as BaseResponse, index_BaseResponseSchema as BaseResponseSchema, index_BatchApiContracts as BatchApiContracts, type index_BatchConfig as BatchConfig, index_BatchConfigSchema as BatchConfigSchema, type index_BatchDataRequest as BatchDataRequest, index_BatchDataRequestSchema as BatchDataRequestSchema, type index_BatchDataResponse as BatchDataResponse, index_BatchDataResponseSchema as BatchDataResponseSchema, type index_BatchEndpointsConfig as BatchEndpointsConfig, type index_BatchEndpointsConfigInput as BatchEndpointsConfigInput, index_BatchEndpointsConfigSchema as BatchEndpointsConfigSchema, type index_BatchLoadingStrategy as BatchLoadingStrategy, index_BatchLoadingStrategySchema as BatchLoadingStrategySchema, type index_BatchOperationResult as BatchOperationResult, index_BatchOperationResultSchema as BatchOperationResultSchema, type index_BatchOperationType as BatchOperationType, type index_BatchOptions as BatchOptions, index_BatchOptionsSchema as BatchOptionsSchema, type index_BatchRecord as BatchRecord, index_BatchRecordSchema as BatchRecordSchema, type index_BatchUpdateRequest as BatchUpdateRequest, index_BatchUpdateRequestSchema as BatchUpdateRequestSchema, type index_BatchUpdateResponse as BatchUpdateResponse, index_BatchUpdateResponseSchema as BatchUpdateResponseSchema, type index_BulkRequest as BulkRequest, index_BulkRequestSchema as BulkRequestSchema, type index_BulkResponse as BulkResponse, index_BulkResponseSchema as BulkResponseSchema, type index_CacheControl as CacheControl, index_CacheControlSchema as CacheControlSchema, type index_CacheDirective as CacheDirective, type index_CacheInvalidationRequest as CacheInvalidationRequest, index_CacheInvalidationRequestSchema as CacheInvalidationRequestSchema, type index_CacheInvalidationResponse as CacheInvalidationResponse, index_CacheInvalidationResponseSchema as CacheInvalidationResponseSchema, type index_CacheInvalidationTarget as CacheInvalidationTarget, type index_Callback as Callback, index_CallbackSchema as CallbackSchema, type index_ChangelogEntry as ChangelogEntry, index_ChangelogEntrySchema as ChangelogEntrySchema, type index_CheckPermissionRequest as CheckPermissionRequest, index_CheckPermissionRequestSchema as CheckPermissionRequestSchema, type index_CheckPermissionResponse as CheckPermissionResponse, index_CheckPermissionResponseSchema as CheckPermissionResponseSchema, type index_CodeGenerationTemplate as CodeGenerationTemplate, index_CodeGenerationTemplateSchema as CodeGenerationTemplateSchema, type index_CompleteChunkedUploadRequest as CompleteChunkedUploadRequest, index_CompleteChunkedUploadRequestSchema as CompleteChunkedUploadRequestSchema, type index_CompleteChunkedUploadResponse as CompleteChunkedUploadResponse, index_CompleteChunkedUploadResponseSchema as CompleteChunkedUploadResponseSchema, type index_CompleteUploadRequest as CompleteUploadRequest, index_CompleteUploadRequestSchema as CompleteUploadRequestSchema, type index_ConceptListResponse as ConceptListResponse, index_ConceptListResponseSchema as ConceptListResponseSchema, type index_ConflictResolutionStrategy as ConflictResolutionStrategy, type index_CreateDataRequest as CreateDataRequest, index_CreateDataRequestSchema as CreateDataRequestSchema, type index_CreateDataResponse as CreateDataResponse, index_CreateDataResponseSchema as CreateDataResponseSchema, index_CreateExportJobRequest as CreateExportJobRequest, index_CreateExportJobRequestSchema as CreateExportJobRequestSchema, index_CreateExportJobResponse as CreateExportJobResponse, index_CreateExportJobResponseSchema as CreateExportJobResponseSchema, type index_CreateFeedItemRequest as CreateFeedItemRequest, index_CreateFeedItemRequestSchema as CreateFeedItemRequestSchema, type index_CreateFeedItemResponse as CreateFeedItemResponse, index_CreateFeedItemResponseSchema as CreateFeedItemResponseSchema, type index_CreateFlowRequest as CreateFlowRequest, index_CreateFlowRequestSchema as CreateFlowRequestSchema, type index_CreateFlowResponse as CreateFlowResponse, index_CreateFlowResponseSchema as CreateFlowResponseSchema, type index_CreateManyDataRequest as CreateManyDataRequest, index_CreateManyDataRequestSchema as CreateManyDataRequestSchema, type index_CreateManyDataResponse as CreateManyDataResponse, index_CreateManyDataResponseSchema as CreateManyDataResponseSchema, type index_CreateRequest as CreateRequest, index_CreateRequestSchema as CreateRequestSchema, type index_CreateViewRequest as CreateViewRequest, index_CreateViewRequestSchema as CreateViewRequestSchema, type index_CreateViewResponse as CreateViewResponse, index_CreateViewResponseSchema as CreateViewResponseSchema, type index_CrudEndpointPattern as CrudEndpointPattern, index_CrudEndpointPatternSchema as CrudEndpointPatternSchema, type index_CrudEndpointsConfig as CrudEndpointsConfig, type index_CrudEndpointsConfigInput as CrudEndpointsConfigInput, index_CrudEndpointsConfigSchema as CrudEndpointsConfigSchema, type index_CrudOperation as CrudOperation, type index_CursorMessage as CursorMessage, index_CursorMessageSchema as CursorMessageSchema, type index_CursorPosition as CursorPosition, index_CursorPositionSchema as CursorPositionSchema, index_DEFAULT_AI_ROUTES as DEFAULT_AI_ROUTES, index_DEFAULT_ANALYTICS_ROUTES as DEFAULT_ANALYTICS_ROUTES, index_DEFAULT_AUTOMATION_ROUTES as DEFAULT_AUTOMATION_ROUTES, index_DEFAULT_BATCH_ROUTES as DEFAULT_BATCH_ROUTES, index_DEFAULT_DATA_CRUD_ROUTES as DEFAULT_DATA_CRUD_ROUTES, index_DEFAULT_DISCOVERY_ROUTES as DEFAULT_DISCOVERY_ROUTES, index_DEFAULT_DISPATCHER_ROUTES as DEFAULT_DISPATCHER_ROUTES, index_DEFAULT_I18N_ROUTES as DEFAULT_I18N_ROUTES, index_DEFAULT_METADATA_ROUTES as DEFAULT_METADATA_ROUTES, index_DEFAULT_NOTIFICATION_ROUTES as DEFAULT_NOTIFICATION_ROUTES, index_DEFAULT_PERMISSION_ROUTES as DEFAULT_PERMISSION_ROUTES, index_DEFAULT_REALTIME_ROUTES as DEFAULT_REALTIME_ROUTES, index_DEFAULT_VERSIONING_CONFIG as DEFAULT_VERSIONING_CONFIG, index_DEFAULT_VIEW_ROUTES as DEFAULT_VIEW_ROUTES, index_DEFAULT_WORKFLOW_ROUTES as DEFAULT_WORKFLOW_ROUTES, type index_DataLoaderConfig as DataLoaderConfig, index_DataLoaderConfigSchema as DataLoaderConfigSchema, index_DeduplicationStrategy as DeduplicationStrategy, type index_DeleteDataRequest as DeleteDataRequest, index_DeleteDataRequestSchema as DeleteDataRequestSchema, type index_DeleteDataResponse as DeleteDataResponse, index_DeleteDataResponseSchema as DeleteDataResponseSchema, type index_DeleteFeedItemRequest as DeleteFeedItemRequest, index_DeleteFeedItemRequestSchema as DeleteFeedItemRequestSchema, type index_DeleteFeedItemResponse as DeleteFeedItemResponse, index_DeleteFeedItemResponseSchema as DeleteFeedItemResponseSchema, type index_DeleteFlowRequest as DeleteFlowRequest, index_DeleteFlowRequestSchema as DeleteFlowRequestSchema, type index_DeleteFlowResponse as DeleteFlowResponse, index_DeleteFlowResponseSchema as DeleteFlowResponseSchema, type index_DeleteManyDataRequest as DeleteManyDataRequest, index_DeleteManyDataRequestSchema as DeleteManyDataRequestSchema, type index_DeleteManyDataResponse as DeleteManyDataResponse, index_DeleteManyDataResponseSchema as DeleteManyDataResponseSchema, type index_DeleteManyRequest as DeleteManyRequest, index_DeleteManyRequestSchema as DeleteManyRequestSchema, type index_DeleteResponse as DeleteResponse, index_DeleteResponseSchema as DeleteResponseSchema, type index_DeleteViewRequest as DeleteViewRequest, index_DeleteViewRequestSchema as DeleteViewRequestSchema, type index_DeleteViewResponse as DeleteViewResponse, index_DeleteViewResponseSchema as DeleteViewResponseSchema, index_DisablePackageRequest as DisablePackageRequest, index_DisablePackageRequestSchema as DisablePackageRequestSchema, index_DisablePackageResponse as DisablePackageResponse, index_DisablePackageResponseSchema as DisablePackageResponseSchema, type index_DiscoveryResponse as DiscoveryResponse, index_DiscoverySchema as DiscoverySchema, type index_DispatcherConfig as DispatcherConfig, type index_DispatcherConfigInput as DispatcherConfigInput, index_DispatcherConfigSchema as DispatcherConfigSchema, type index_DispatcherErrorCode as DispatcherErrorCode, type index_DispatcherErrorResponse as DispatcherErrorResponse, index_DispatcherErrorResponseSchema as DispatcherErrorResponseSchema, type index_DispatcherRoute as DispatcherRoute, type index_DispatcherRouteInput as DispatcherRouteInput, index_DispatcherRouteSchema as DispatcherRouteSchema, type index_DocumentState as DocumentState, index_DocumentStateSchema as DocumentStateSchema, type index_ETag as ETag, index_ETagSchema as ETagSchema, type index_EditMessage as EditMessage, index_EditMessageSchema as EditMessageSchema, type index_EditOperation as EditOperation, index_EditOperationSchema as EditOperationSchema, type index_EditOperationType as EditOperationType, index_EnablePackageRequest as EnablePackageRequest, index_EnablePackageRequestSchema as EnablePackageRequestSchema, index_EnablePackageResponse as EnablePackageResponse, index_EnablePackageResponseSchema as EnablePackageResponseSchema, index_EndpointMapping as EndpointMapping, type index_EndpointMappingKey as EndpointMappingKey, type index_EndpointRegistry as EndpointRegistry, index_EndpointRegistrySchema as EndpointRegistrySchema, type index_EnhancedApiError as EnhancedApiError, index_EnhancedApiErrorSchema as EnhancedApiErrorSchema, type index_ErrorCategory as ErrorCategory, type index_ErrorHandlingConfig as ErrorHandlingConfig, type index_ErrorHandlingConfigInput as ErrorHandlingConfigInput, index_ErrorHandlingConfigSchema as ErrorHandlingConfigSchema, index_ErrorHttpStatusMap as ErrorHttpStatusMap, type index_ErrorMessage as ErrorMessage, index_ErrorMessageSchema as ErrorMessageSchema, type index_ErrorResponse as ErrorResponse, index_ErrorResponseSchema as ErrorResponseSchema, type index_EventFilter as EventFilter, type index_EventFilterCondition as EventFilterCondition, index_EventFilterSchema as EventFilterSchema, type index_EventMessage as EventMessage, index_EventMessageSchema as EventMessageSchema, type index_EventPattern as EventPattern, index_EventPatternSchema as EventPatternSchema, type index_EventSubscription as EventSubscription, index_EventSubscriptionSchema as EventSubscriptionSchema, index_ExportApiContracts as ExportApiContracts, index_ExportFormat as ExportFormat, index_ExportImportTemplate as ExportImportTemplate, index_ExportImportTemplateSchema as ExportImportTemplateSchema, index_ExportJobProgress as ExportJobProgress, index_ExportJobProgressSchema as ExportJobProgressSchema, index_ExportJobStatus as ExportJobStatus, index_ExportJobSummary as ExportJobSummary, index_ExportJobSummarySchema as ExportJobSummarySchema, type index_ExportRequest as ExportRequest, index_ExportRequestSchema as ExportRequestSchema, type index_FederationEntity as FederationEntity, type index_FederationEntityKey as FederationEntityKey, index_FederationEntityKeySchema as FederationEntityKeySchema, index_FederationEntitySchema as FederationEntitySchema, type index_FederationExternalField as FederationExternalField, index_FederationExternalFieldSchema as FederationExternalFieldSchema, type index_FederationGateway as FederationGateway, type index_FederationGatewayInput as FederationGatewayInput, index_FederationGatewaySchema as FederationGatewaySchema, type index_FederationProvides as FederationProvides, index_FederationProvidesSchema as FederationProvidesSchema, type index_FederationRequires as FederationRequires, index_FederationRequiresSchema as FederationRequiresSchema, index_FeedApiContracts as FeedApiContracts, type index_FeedApiErrorCode as FeedApiErrorCode, type index_FeedItemPathParams as FeedItemPathParams, index_FeedItemPathParamsSchema as FeedItemPathParamsSchema, index_FeedListFilterType as FeedListFilterType, type index_FeedPathParams as FeedPathParams, index_FeedPathParamsSchema as FeedPathParamsSchema, type index_FeedUnsubscribeRequest as FeedUnsubscribeRequest, index_FeedUnsubscribeRequestSchema as FeedUnsubscribeRequestSchema, type index_FieldError as FieldError, index_FieldErrorSchema as FieldErrorSchema, index_FieldMappingEntry as FieldMappingEntry, index_FieldMappingEntrySchema as FieldMappingEntrySchema, type index_FileTypeValidation as FileTypeValidation, index_FileTypeValidationSchema as FileTypeValidationSchema, type index_FileUploadResponse as FileUploadResponse, index_FileUploadResponseSchema as FileUploadResponseSchema, type index_FilterOperator as FilterOperator, type index_FindDataRequest as FindDataRequest, index_FindDataRequestSchema as FindDataRequestSchema, type index_FindDataResponse as FindDataResponse, index_FindDataResponseSchema as FindDataResponseSchema, type index_FlowSummary as FlowSummary, index_FlowSummarySchema as FlowSummarySchema, type index_GeneratedApiDocumentation as GeneratedApiDocumentation, index_GeneratedApiDocumentationSchema as GeneratedApiDocumentationSchema, type index_GeneratedEndpoint as GeneratedEndpoint, index_GeneratedEndpointSchema as GeneratedEndpointSchema, index_GetAnalyticsMetaRequestSchema as GetAnalyticsMetaRequestSchema, type index_GetChangelogRequest as GetChangelogRequest, index_GetChangelogRequestSchema as GetChangelogRequestSchema, type index_GetChangelogResponse as GetChangelogResponse, index_GetChangelogResponseSchema as GetChangelogResponseSchema, type index_GetDataRequest as GetDataRequest, index_GetDataRequestSchema as GetDataRequestSchema, type index_GetDataResponse as GetDataResponse, index_GetDataResponseSchema as GetDataResponseSchema, type index_GetDiscoveryRequest as GetDiscoveryRequest, index_GetDiscoveryRequestSchema as GetDiscoveryRequestSchema, type index_GetDiscoveryResponse as GetDiscoveryResponse, index_GetDiscoveryResponseSchema as GetDiscoveryResponseSchema, type index_GetEffectivePermissionsRequest as GetEffectivePermissionsRequest, index_GetEffectivePermissionsRequestSchema as GetEffectivePermissionsRequestSchema, type index_GetEffectivePermissionsResponse as GetEffectivePermissionsResponse, index_GetEffectivePermissionsResponseSchema as GetEffectivePermissionsResponseSchema, index_GetExportJobDownloadRequest as GetExportJobDownloadRequest, index_GetExportJobDownloadRequestSchema as GetExportJobDownloadRequestSchema, index_GetExportJobDownloadResponse as GetExportJobDownloadResponse, index_GetExportJobDownloadResponseSchema as GetExportJobDownloadResponseSchema, type index_GetFeedRequest as GetFeedRequest, index_GetFeedRequestSchema as GetFeedRequestSchema, type index_GetFeedResponse as GetFeedResponse, index_GetFeedResponseSchema as GetFeedResponseSchema, type index_GetFieldLabelsRequest as GetFieldLabelsRequest, index_GetFieldLabelsRequestSchema as GetFieldLabelsRequestSchema, type index_GetFieldLabelsResponse as GetFieldLabelsResponse, index_GetFieldLabelsResponseSchema as GetFieldLabelsResponseSchema, type index_GetFlowRequest as GetFlowRequest, index_GetFlowRequestSchema as GetFlowRequestSchema, type index_GetFlowResponse as GetFlowResponse, index_GetFlowResponseSchema as GetFlowResponseSchema, type index_GetInstalledPackageRequest as GetInstalledPackageRequest, index_GetInstalledPackageRequestSchema as GetInstalledPackageRequestSchema, type index_GetInstalledPackageResponse as GetInstalledPackageResponse, index_GetInstalledPackageResponseSchema as GetInstalledPackageResponseSchema, type index_GetLocalesRequest as GetLocalesRequest, index_GetLocalesRequestSchema as GetLocalesRequestSchema, type index_GetLocalesResponse as GetLocalesResponse, index_GetLocalesResponseSchema as GetLocalesResponseSchema, type index_GetMetaItemCachedRequest as GetMetaItemCachedRequest, index_GetMetaItemCachedRequestSchema as GetMetaItemCachedRequestSchema, type index_GetMetaItemCachedResponse as GetMetaItemCachedResponse, index_GetMetaItemCachedResponseSchema as GetMetaItemCachedResponseSchema, type index_GetMetaItemRequest as GetMetaItemRequest, index_GetMetaItemRequestSchema as GetMetaItemRequestSchema, type index_GetMetaItemResponse as GetMetaItemResponse, index_GetMetaItemResponseSchema as GetMetaItemResponseSchema, type index_GetMetaItemsRequest as GetMetaItemsRequest, index_GetMetaItemsRequestSchema as GetMetaItemsRequestSchema, type index_GetMetaItemsResponse as GetMetaItemsResponse, index_GetMetaItemsResponseSchema as GetMetaItemsResponseSchema, type index_GetMetaTypesRequest as GetMetaTypesRequest, index_GetMetaTypesRequestSchema as GetMetaTypesRequestSchema, type index_GetMetaTypesResponse as GetMetaTypesResponse, index_GetMetaTypesResponseSchema as GetMetaTypesResponseSchema, type index_GetNotificationPreferencesRequest as GetNotificationPreferencesRequest, index_GetNotificationPreferencesRequestSchema as GetNotificationPreferencesRequestSchema, type index_GetNotificationPreferencesResponse as GetNotificationPreferencesResponse, index_GetNotificationPreferencesResponseSchema as GetNotificationPreferencesResponseSchema, type index_GetObjectPermissionsRequest as GetObjectPermissionsRequest, index_GetObjectPermissionsRequestSchema as GetObjectPermissionsRequestSchema, type index_GetObjectPermissionsResponse as GetObjectPermissionsResponse, index_GetObjectPermissionsResponseSchema as GetObjectPermissionsResponseSchema, index_GetPackageRequest as GetPackageRequest, index_GetPackageRequestSchema as GetPackageRequestSchema, index_GetPackageResponse as GetPackageResponse, index_GetPackageResponseSchema as GetPackageResponseSchema, type index_GetPresenceRequest as GetPresenceRequest, index_GetPresenceRequestSchema as GetPresenceRequestSchema, type index_GetPresenceResponse as GetPresenceResponse, index_GetPresenceResponseSchema as GetPresenceResponseSchema, type index_GetPresignedUrlRequest as GetPresignedUrlRequest, index_GetPresignedUrlRequestSchema as GetPresignedUrlRequestSchema, type index_GetRunRequest as GetRunRequest, index_GetRunRequestSchema as GetRunRequestSchema, type index_GetRunResponse as GetRunResponse, index_GetRunResponseSchema as GetRunResponseSchema, type index_GetTranslationsRequest as GetTranslationsRequest, index_GetTranslationsRequestSchema as GetTranslationsRequestSchema, type index_GetTranslationsResponse as GetTranslationsResponse, index_GetTranslationsResponseSchema as GetTranslationsResponseSchema, type index_GetUiViewRequest as GetUiViewRequest, index_GetUiViewRequestSchema as GetUiViewRequestSchema, type index_GetUiViewResponse as GetUiViewResponse, index_GetUiViewResponseSchema as GetUiViewResponseSchema, type index_GetViewRequest as GetViewRequest, index_GetViewRequestSchema as GetViewRequestSchema, type index_GetViewResponse as GetViewResponse, index_GetViewResponseSchema as GetViewResponseSchema, type index_GetWorkflowConfigRequest as GetWorkflowConfigRequest, index_GetWorkflowConfigRequestSchema as GetWorkflowConfigRequestSchema, type index_GetWorkflowConfigResponse as GetWorkflowConfigResponse, index_GetWorkflowConfigResponseSchema as GetWorkflowConfigResponseSchema, type index_GetWorkflowStateRequest as GetWorkflowStateRequest, index_GetWorkflowStateRequestSchema as GetWorkflowStateRequestSchema, type index_GetWorkflowStateResponse as GetWorkflowStateResponse, index_GetWorkflowStateResponseSchema as GetWorkflowStateResponseSchema, type index_GraphQLConfig as GraphQLConfig, type index_GraphQLConfigInput as GraphQLConfigInput, index_GraphQLConfigSchema as GraphQLConfigSchema, type index_GraphQLDataLoaderConfig as GraphQLDataLoaderConfig, type index_GraphQLDataLoaderConfigInput as GraphQLDataLoaderConfigInput, index_GraphQLDataLoaderConfigSchema as GraphQLDataLoaderConfigSchema, type index_GraphQLDirectiveConfig as GraphQLDirectiveConfig, type index_GraphQLDirectiveConfigInput as GraphQLDirectiveConfigInput, index_GraphQLDirectiveConfigSchema as GraphQLDirectiveConfigSchema, type index_GraphQLDirectiveLocation as GraphQLDirectiveLocation, type index_GraphQLMutationConfig as GraphQLMutationConfig, type index_GraphQLMutationConfigInput as GraphQLMutationConfigInput, index_GraphQLMutationConfigSchema as GraphQLMutationConfigSchema, type index_GraphQLPersistedQuery as GraphQLPersistedQuery, type index_GraphQLPersistedQueryInput as GraphQLPersistedQueryInput, index_GraphQLPersistedQuerySchema as GraphQLPersistedQuerySchema, type index_GraphQLQueryAdapter as GraphQLQueryAdapter, type index_GraphQLQueryAdapterInput as GraphQLQueryAdapterInput, index_GraphQLQueryAdapterSchema as GraphQLQueryAdapterSchema, type index_GraphQLQueryComplexity as GraphQLQueryComplexity, type index_GraphQLQueryComplexityInput as GraphQLQueryComplexityInput, index_GraphQLQueryComplexitySchema as GraphQLQueryComplexitySchema, type index_GraphQLQueryConfig as GraphQLQueryConfig, type index_GraphQLQueryConfigInput as GraphQLQueryConfigInput, index_GraphQLQueryConfigSchema as GraphQLQueryConfigSchema, type index_GraphQLQueryDepthLimit as GraphQLQueryDepthLimit, type index_GraphQLQueryDepthLimitInput as GraphQLQueryDepthLimitInput, index_GraphQLQueryDepthLimitSchema as GraphQLQueryDepthLimitSchema, type index_GraphQLRateLimit as GraphQLRateLimit, type index_GraphQLRateLimitInput as GraphQLRateLimitInput, index_GraphQLRateLimitSchema as GraphQLRateLimitSchema, type index_GraphQLResolverConfig as GraphQLResolverConfig, type index_GraphQLResolverConfigInput as GraphQLResolverConfigInput, index_GraphQLResolverConfigSchema as GraphQLResolverConfigSchema, type index_GraphQLScalarType as GraphQLScalarType, type index_GraphQLSubscriptionConfig as GraphQLSubscriptionConfig, type index_GraphQLSubscriptionConfigInput as GraphQLSubscriptionConfigInput, index_GraphQLSubscriptionConfigSchema as GraphQLSubscriptionConfigSchema, type index_GraphQLTypeConfig as GraphQLTypeConfig, type index_GraphQLTypeConfigInput as GraphQLTypeConfigInput, index_GraphQLTypeConfigSchema as GraphQLTypeConfigSchema, type index_HandlerStatus as HandlerStatus, index_HandlerStatusSchema as HandlerStatusSchema, index_HttpFindQueryParamsSchema as HttpFindQueryParamsSchema, index_HttpMethod as HttpMethod, type index_HttpStatusCode as HttpStatusCode, type index_IdRequest as IdRequest, index_IdRequestSchema as IdRequestSchema, index_ImportValidationConfig as ImportValidationConfig, index_ImportValidationConfigSchema as ImportValidationConfigSchema, index_ImportValidationMode as ImportValidationMode, index_ImportValidationResult as ImportValidationResult, index_ImportValidationResultSchema as ImportValidationResultSchema, type index_InitiateChunkedUploadRequest as InitiateChunkedUploadRequest, index_InitiateChunkedUploadRequestSchema as InitiateChunkedUploadRequestSchema, type index_InitiateChunkedUploadResponse as InitiateChunkedUploadResponse, index_InitiateChunkedUploadResponseSchema as InitiateChunkedUploadResponseSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, index_ListExportJobsRequest as ListExportJobsRequest, index_ListExportJobsRequestSchema as ListExportJobsRequestSchema, index_ListExportJobsResponse as ListExportJobsResponse, index_ListExportJobsResponseSchema as ListExportJobsResponseSchema, type index_ListFlowsRequest as ListFlowsRequest, index_ListFlowsRequestSchema as ListFlowsRequestSchema, type index_ListFlowsResponse as ListFlowsResponse, index_ListFlowsResponseSchema as ListFlowsResponseSchema, type index_ListInstalledPackagesRequest as ListInstalledPackagesRequest, index_ListInstalledPackagesRequestSchema as ListInstalledPackagesRequestSchema, type index_ListInstalledPackagesResponse as ListInstalledPackagesResponse, index_ListInstalledPackagesResponseSchema as ListInstalledPackagesResponseSchema, type index_ListNotificationsRequest as ListNotificationsRequest, index_ListNotificationsRequestSchema as ListNotificationsRequestSchema, type index_ListNotificationsResponse as ListNotificationsResponse, index_ListNotificationsResponseSchema as ListNotificationsResponseSchema, index_ListPackagesRequest as ListPackagesRequest, index_ListPackagesRequestSchema as ListPackagesRequestSchema, index_ListPackagesResponse as ListPackagesResponse, index_ListPackagesResponseSchema as ListPackagesResponseSchema, type index_ListRecordResponse as ListRecordResponse, index_ListRecordResponseSchema as ListRecordResponseSchema, type index_ListRunsRequest as ListRunsRequest, index_ListRunsRequestSchema as ListRunsRequestSchema, type index_ListRunsResponse as ListRunsResponse, index_ListRunsResponseSchema as ListRunsResponseSchema, type index_ListViewsRequest as ListViewsRequest, index_ListViewsRequestSchema as ListViewsRequestSchema, type index_ListViewsResponse as ListViewsResponse, index_ListViewsResponseSchema as ListViewsResponseSchema, type index_LoginRequest as LoginRequest, type index_LoginRequestInput as LoginRequestInput, index_LoginRequestSchema as LoginRequestSchema, type index_LoginType as LoginType, type index_MarkAllNotificationsReadRequest as MarkAllNotificationsReadRequest, index_MarkAllNotificationsReadRequestSchema as MarkAllNotificationsReadRequestSchema, type index_MarkAllNotificationsReadResponse as MarkAllNotificationsReadResponse, index_MarkAllNotificationsReadResponseSchema as MarkAllNotificationsReadResponseSchema, type index_MarkNotificationsReadRequest as MarkNotificationsReadRequest, index_MarkNotificationsReadRequestSchema as MarkNotificationsReadRequestSchema, type index_MarkNotificationsReadResponse as MarkNotificationsReadResponse, index_MarkNotificationsReadResponseSchema as MarkNotificationsReadResponseSchema, index_MetadataBulkRegisterRequestSchema as MetadataBulkRegisterRequestSchema, type index_MetadataBulkResponse as MetadataBulkResponse, index_MetadataBulkResponseSchema as MetadataBulkResponseSchema, index_MetadataBulkUnregisterRequestSchema as MetadataBulkUnregisterRequestSchema, index_MetadataCacheApi as MetadataCacheApi, type index_MetadataCacheRequest as MetadataCacheRequest, index_MetadataCacheRequestSchema as MetadataCacheRequestSchema, type index_MetadataCacheResponse as MetadataCacheResponse, index_MetadataCacheResponseSchema as MetadataCacheResponseSchema, type index_MetadataDeleteResponse as MetadataDeleteResponse, index_MetadataDeleteResponseSchema as MetadataDeleteResponseSchema, type index_MetadataDependenciesResponse as MetadataDependenciesResponse, index_MetadataDependenciesResponseSchema as MetadataDependenciesResponseSchema, type index_MetadataDependentsResponse as MetadataDependentsResponse, index_MetadataDependentsResponseSchema as MetadataDependentsResponseSchema, type index_MetadataEffectiveResponse as MetadataEffectiveResponse, index_MetadataEffectiveResponseSchema as MetadataEffectiveResponseSchema, type index_MetadataEndpointsConfig as MetadataEndpointsConfig, type index_MetadataEndpointsConfigInput as MetadataEndpointsConfigInput, index_MetadataEndpointsConfigSchema as MetadataEndpointsConfigSchema, type index_MetadataExistsResponse as MetadataExistsResponse, index_MetadataExistsResponseSchema as MetadataExistsResponseSchema, index_MetadataExportRequestSchema as MetadataExportRequestSchema, type index_MetadataExportResponse as MetadataExportResponse, index_MetadataExportResponseSchema as MetadataExportResponseSchema, index_MetadataImportRequestSchema as MetadataImportRequestSchema, type index_MetadataImportResponse as MetadataImportResponse, index_MetadataImportResponseSchema as MetadataImportResponseSchema, type index_MetadataItemResponse as MetadataItemResponse, index_MetadataItemResponseSchema as MetadataItemResponseSchema, type index_MetadataListResponse as MetadataListResponse, index_MetadataListResponseSchema as MetadataListResponseSchema, type index_MetadataNamesResponse as MetadataNamesResponse, index_MetadataNamesResponseSchema as MetadataNamesResponseSchema, type index_MetadataOverlayResponse as MetadataOverlayResponse, index_MetadataOverlayResponseSchema as MetadataOverlayResponseSchema, index_MetadataOverlaySaveRequestSchema as MetadataOverlaySaveRequestSchema, index_MetadataQueryRequestSchema as MetadataQueryRequestSchema, type index_MetadataQueryResponse as MetadataQueryResponse, index_MetadataQueryResponseSchema as MetadataQueryResponseSchema, type index_MetadataRegisterRequest as MetadataRegisterRequest, index_MetadataRegisterRequestSchema as MetadataRegisterRequestSchema, type index_MetadataTypeInfoResponse as MetadataTypeInfoResponse, index_MetadataTypeInfoResponseSchema as MetadataTypeInfoResponseSchema, type index_MetadataTypesResponse as MetadataTypesResponse, index_MetadataTypesResponseSchema as MetadataTypesResponseSchema, index_MetadataValidateRequestSchema as MetadataValidateRequestSchema, type index_MetadataValidateResponse as MetadataValidateResponse, index_MetadataValidateResponseSchema as MetadataValidateResponseSchema, type index_ModificationResult as ModificationResult, index_ModificationResultSchema as ModificationResultSchema, type index_Notification as Notification, type index_NotificationInput as NotificationInput, type index_NotificationPreferences as NotificationPreferences, type index_NotificationPreferencesInput as NotificationPreferencesInput, index_NotificationPreferencesSchema as NotificationPreferencesSchema, index_NotificationSchema as NotificationSchema, index_OData as OData, type index_ODataConfig as ODataConfig, index_ODataConfigSchema as ODataConfigSchema, type index_ODataError as ODataError, index_ODataErrorSchema as ODataErrorSchema, type index_ODataFilterFunction as ODataFilterFunction, index_ODataFilterFunctionSchema as ODataFilterFunctionSchema, type index_ODataFilterOperator as ODataFilterOperator, index_ODataFilterOperatorSchema as ODataFilterOperatorSchema, type index_ODataMetadata as ODataMetadata, index_ODataMetadataSchema as ODataMetadataSchema, type index_ODataQuery as ODataQuery, type index_ODataQueryAdapter as ODataQueryAdapter, type index_ODataQueryAdapterInput as ODataQueryAdapterInput, index_ODataQueryAdapterSchema as ODataQueryAdapterSchema, index_ODataQuerySchema as ODataQuerySchema, type index_ODataResponse as ODataResponse, index_ODataResponseSchema as ODataResponseSchema, type index_ObjectDefinitionResponse as ObjectDefinitionResponse, index_ObjectDefinitionResponseSchema as ObjectDefinitionResponseSchema, type index_ObjectQLReference as ObjectQLReference, index_ObjectQLReferenceSchema as ObjectQLReferenceSchema, type index_ObjectStackProtocol as ObjectStackProtocol, index_ObjectStackProtocolSchema as ObjectStackProtocolSchema, type index_ObjectStackProtocolZod as ObjectStackProtocolZod, type index_OpenApi31Extensions as OpenApi31Extensions, index_OpenApi31ExtensionsSchema as OpenApi31ExtensionsSchema, type index_OpenApiGenerationConfig as OpenApiGenerationConfig, type index_OpenApiGenerationConfigInput as OpenApiGenerationConfigInput, index_OpenApiGenerationConfigSchema as OpenApiGenerationConfigSchema, type index_OpenApiSecurityScheme as OpenApiSecurityScheme, index_OpenApiSecuritySchemeSchema as OpenApiSecuritySchemeSchema, type index_OpenApiServer as OpenApiServer, index_OpenApiServerSchema as OpenApiServerSchema, index_OpenApiSpec as OpenApiSpec, index_OpenApiSpecSchema as OpenApiSpecSchema, type index_OperatorMapping as OperatorMapping, index_OperatorMappingSchema as OperatorMappingSchema, index_PackageApiContracts as PackageApiContracts, type index_PackageApiErrorCode as PackageApiErrorCode, type index_PackageInstallRequest as PackageInstallRequest, index_PackageInstallRequestSchema as PackageInstallRequestSchema, type index_PackageInstallResponse as PackageInstallResponse, index_PackageInstallResponseSchema as PackageInstallResponseSchema, type index_PackagePathParams as PackagePathParams, index_PackagePathParamsSchema as PackagePathParamsSchema, type index_PackageRollbackRequest as PackageRollbackRequest, index_PackageRollbackRequestSchema as PackageRollbackRequestSchema, type index_PackageRollbackResponse as PackageRollbackResponse, index_PackageRollbackResponseSchema as PackageRollbackResponseSchema, index_PackageStatus as PackageStatus, type index_PackageUpgradeRequest as PackageUpgradeRequest, index_PackageUpgradeRequestSchema as PackageUpgradeRequestSchema, type index_PackageUpgradeResponse as PackageUpgradeResponse, index_PackageUpgradeResponseSchema as PackageUpgradeResponseSchema, type index_PinFeedItemRequest as PinFeedItemRequest, index_PinFeedItemRequestSchema as PinFeedItemRequestSchema, type index_PinFeedItemResponse as PinFeedItemResponse, index_PinFeedItemResponseSchema as PinFeedItemResponseSchema, type index_PingMessage as PingMessage, index_PingMessageSchema as PingMessageSchema, type index_PongMessage as PongMessage, index_PongMessageSchema as PongMessageSchema, type index_PresenceMessage as PresenceMessage, index_PresenceMessageSchema as PresenceMessageSchema, type index_PresenceState as PresenceState, index_PresenceStateSchema as PresenceStateSchema, type index_PresenceStatus as PresenceStatus, type index_PresenceUpdate as PresenceUpdate, index_PresenceUpdateSchema as PresenceUpdateSchema, type index_PresignedUrlResponse as PresignedUrlResponse, index_PresignedUrlResponseSchema as PresignedUrlResponseSchema, type index_QueryAdapterConfig as QueryAdapterConfig, type index_QueryAdapterConfigInput as QueryAdapterConfigInput, index_QueryAdapterConfigSchema as QueryAdapterConfigSchema, type index_QueryAdapterTarget as QueryAdapterTarget, index_QueryAdapterTargetSchema as QueryAdapterTargetSchema, type index_QueryOptimizationConfig as QueryOptimizationConfig, index_QueryOptimizationConfigSchema as QueryOptimizationConfigSchema, type index_RealtimeConfig as RealtimeConfig, index_RealtimeConfigSchema as RealtimeConfigSchema, type index_RealtimeConnectRequest as RealtimeConnectRequest, index_RealtimeConnectRequestSchema as RealtimeConnectRequestSchema, type index_RealtimeConnectResponse as RealtimeConnectResponse, index_RealtimeConnectResponseSchema as RealtimeConnectResponseSchema, type index_RealtimeDisconnectRequest as RealtimeDisconnectRequest, index_RealtimeDisconnectRequestSchema as RealtimeDisconnectRequestSchema, type index_RealtimeDisconnectResponse as RealtimeDisconnectResponse, index_RealtimeDisconnectResponseSchema as RealtimeDisconnectResponseSchema, type index_RealtimeEvent as RealtimeEvent, index_RealtimeEventSchema as RealtimeEventSchema, type index_RealtimeEventType as RealtimeEventType, type index_RealtimePresence as RealtimePresence, index_RealtimePresenceSchema as RealtimePresenceSchema, type index_RealtimeRecordAction as RealtimeRecordAction, type index_RealtimeSubscribeRequest as RealtimeSubscribeRequest, index_RealtimeSubscribeRequestSchema as RealtimeSubscribeRequestSchema, type index_RealtimeSubscribeResponse as RealtimeSubscribeResponse, index_RealtimeSubscribeResponseSchema as RealtimeSubscribeResponseSchema, type index_RealtimeUnsubscribeRequest as RealtimeUnsubscribeRequest, index_RealtimeUnsubscribeRequestSchema as RealtimeUnsubscribeRequestSchema, type index_RealtimeUnsubscribeResponse as RealtimeUnsubscribeResponse, index_RealtimeUnsubscribeResponseSchema as RealtimeUnsubscribeResponseSchema, type index_RecordData as RecordData, index_RecordDataSchema as RecordDataSchema, type index_RefreshTokenRequest as RefreshTokenRequest, index_RefreshTokenRequestSchema as RefreshTokenRequestSchema, type index_RegisterDeviceRequest as RegisterDeviceRequest, index_RegisterDeviceRequestSchema as RegisterDeviceRequestSchema, type index_RegisterDeviceResponse as RegisterDeviceResponse, index_RegisterDeviceResponseSchema as RegisterDeviceResponseSchema, type index_RegisterRequest as RegisterRequest, index_RegisterRequestSchema as RegisterRequestSchema, type index_RemoveReactionRequest as RemoveReactionRequest, index_RemoveReactionRequestSchema as RemoveReactionRequestSchema, type index_RemoveReactionResponse as RemoveReactionResponse, index_RemoveReactionResponseSchema as RemoveReactionResponseSchema, type index_RequestValidationConfig as RequestValidationConfig, type index_RequestValidationConfigInput as RequestValidationConfigInput, index_RequestValidationConfigSchema as RequestValidationConfigSchema, type index_ResolveDependenciesRequest as ResolveDependenciesRequest, index_ResolveDependenciesRequestSchema as ResolveDependenciesRequestSchema, type index_ResolveDependenciesResponse as ResolveDependenciesResponse, index_ResolveDependenciesResponseSchema as ResolveDependenciesResponseSchema, type index_ResponseEnvelopeConfig as ResponseEnvelopeConfig, type index_ResponseEnvelopeConfigInput as ResponseEnvelopeConfigInput, index_ResponseEnvelopeConfigSchema as ResponseEnvelopeConfigSchema, index_RestApiConfig as RestApiConfig, type index_RestApiConfigInput as RestApiConfigInput, index_RestApiConfigSchema as RestApiConfigSchema, type index_RestApiEndpoint as RestApiEndpoint, index_RestApiEndpointSchema as RestApiEndpointSchema, index_RestApiPluginConfig as RestApiPluginConfig, type index_RestApiPluginConfigInput as RestApiPluginConfigInput, index_RestApiPluginConfigSchema as RestApiPluginConfigSchema, type index_RestApiRouteCategory as RestApiRouteCategory, index_RestApiRouteRegistration as RestApiRouteRegistration, index_RestApiRouteRegistrationSchema as RestApiRouteRegistrationSchema, type index_RestQueryAdapter as RestQueryAdapter, type index_RestQueryAdapterInput as RestQueryAdapterInput, index_RestQueryAdapterSchema as RestQueryAdapterSchema, index_RestServerConfig as RestServerConfig, type index_RestServerConfigInput as RestServerConfigInput, index_RestServerConfigSchema as RestServerConfigSchema, type index_RetryStrategy as RetryStrategy, type index_RouteCategory as RouteCategory, type index_RouteCoverageEntry as RouteCoverageEntry, index_RouteCoverageEntrySchema as RouteCoverageEntrySchema, type index_RouteCoverageReport as RouteCoverageReport, index_RouteCoverageReportSchema as RouteCoverageReportSchema, type index_RouteDefinition as RouteDefinition, index_RouteDefinitionSchema as RouteDefinitionSchema, type index_RouteGenerationConfig as RouteGenerationConfig, type index_RouteGenerationConfigInput as RouteGenerationConfigInput, index_RouteGenerationConfigSchema as RouteGenerationConfigSchema, type index_RouteHealthEntry as RouteHealthEntry, index_RouteHealthEntrySchema as RouteHealthEntrySchema, type index_RouteHealthReport as RouteHealthReport, index_RouteHealthReportSchema as RouteHealthReportSchema, type index_RouterConfig as RouterConfig, index_RouterConfigSchema as RouterConfigSchema, type index_SaveMetaItemRequest as SaveMetaItemRequest, index_SaveMetaItemRequestSchema as SaveMetaItemRequestSchema, type index_SaveMetaItemResponse as SaveMetaItemResponse, index_SaveMetaItemResponseSchema as SaveMetaItemResponseSchema, index_ScheduleExportRequest as ScheduleExportRequest, index_ScheduleExportRequestSchema as ScheduleExportRequestSchema, index_ScheduleExportResponse as ScheduleExportResponse, index_ScheduleExportResponseSchema as ScheduleExportResponseSchema, index_ScheduledExport as ScheduledExport, index_ScheduledExportSchema as ScheduledExportSchema, type index_SchemaDefinition as SchemaDefinition, type index_SearchFeedRequest as SearchFeedRequest, index_SearchFeedRequestSchema as SearchFeedRequestSchema, type index_SearchFeedResponse as SearchFeedResponse, index_SearchFeedResponseSchema as SearchFeedResponseSchema, type index_ServiceInfo as ServiceInfo, index_ServiceInfoSchema as ServiceInfoSchema, type index_ServiceStatus as ServiceStatus, type index_Session as Session, type index_SessionResponse as SessionResponse, index_SessionResponseSchema as SessionResponseSchema, index_SessionSchema as SessionSchema, type index_SessionUser as SessionUser, type index_SessionUserInput as SessionUserInput, index_SessionUserSchema as SessionUserSchema, type index_SetPresenceRequest as SetPresenceRequest, index_SetPresenceRequestSchema as SetPresenceRequestSchema, type index_SetPresenceResponse as SetPresenceResponse, index_SetPresenceResponseSchema as SetPresenceResponseSchema, type index_SimpleCursorPosition as SimpleCursorPosition, index_SimpleCursorPositionSchema as SimpleCursorPositionSchema, type index_SimplePresenceState as SimplePresenceState, index_SimplePresenceStateSchema as SimplePresenceStateSchema, type index_SingleRecordResponse as SingleRecordResponse, index_SingleRecordResponseSchema as SingleRecordResponseSchema, index_StandardApiContracts as StandardApiContracts, type index_StandardErrorCode as StandardErrorCode, type index_StarFeedItemRequest as StarFeedItemRequest, index_StarFeedItemRequestSchema as StarFeedItemRequestSchema, type index_StarFeedItemResponse as StarFeedItemResponse, index_StarFeedItemResponseSchema as StarFeedItemResponseSchema, index_StorageApiContracts as StorageApiContracts, type index_SubgraphConfig as SubgraphConfig, type index_SubgraphConfigInput as SubgraphConfigInput, index_SubgraphConfigSchema as SubgraphConfigSchema, type index_SubscribeMessage as SubscribeMessage, index_SubscribeMessageSchema as SubscribeMessageSchema, type index_SubscribeRequest as SubscribeRequest, index_SubscribeRequestSchema as SubscribeRequestSchema, type index_SubscribeResponse as SubscribeResponse, index_SubscribeResponseSchema as SubscribeResponseSchema, type index_Subscription as Subscription, index_SubscriptionEventSchema as SubscriptionEventSchema, index_SubscriptionSchema as SubscriptionSchema, type index_ToggleFlowRequest as ToggleFlowRequest, index_ToggleFlowRequestSchema as ToggleFlowRequestSchema, type index_ToggleFlowResponse as ToggleFlowResponse, index_ToggleFlowResponseSchema as ToggleFlowResponseSchema, type index_TransportProtocol as TransportProtocol, type index_TriggerFlowRequest as TriggerFlowRequest, index_TriggerFlowRequestSchema as TriggerFlowRequestSchema, type index_TriggerFlowResponse as TriggerFlowResponse, index_TriggerFlowResponseSchema as TriggerFlowResponseSchema, type index_UninstallPackageApiRequest as UninstallPackageApiRequest, index_UninstallPackageApiRequestSchema as UninstallPackageApiRequestSchema, type index_UninstallPackageApiResponse as UninstallPackageApiResponse, index_UninstallPackageApiResponseSchema as UninstallPackageApiResponseSchema, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UnpinFeedItemRequest as UnpinFeedItemRequest, index_UnpinFeedItemRequestSchema as UnpinFeedItemRequestSchema, type index_UnpinFeedItemResponse as UnpinFeedItemResponse, index_UnpinFeedItemResponseSchema as UnpinFeedItemResponseSchema, type index_UnregisterDeviceRequest as UnregisterDeviceRequest, index_UnregisterDeviceRequestSchema as UnregisterDeviceRequestSchema, type index_UnregisterDeviceResponse as UnregisterDeviceResponse, index_UnregisterDeviceResponseSchema as UnregisterDeviceResponseSchema, type index_UnstarFeedItemRequest as UnstarFeedItemRequest, index_UnstarFeedItemRequestSchema as UnstarFeedItemRequestSchema, type index_UnstarFeedItemResponse as UnstarFeedItemResponse, index_UnstarFeedItemResponseSchema as UnstarFeedItemResponseSchema, type index_UnsubscribeMessage as UnsubscribeMessage, index_UnsubscribeMessageSchema as UnsubscribeMessageSchema, type index_UnsubscribeRequest as UnsubscribeRequest, index_UnsubscribeRequestSchema as UnsubscribeRequestSchema, type index_UnsubscribeResponse as UnsubscribeResponse, index_UnsubscribeResponseSchema as UnsubscribeResponseSchema, type index_UpdateDataRequest as UpdateDataRequest, index_UpdateDataRequestSchema as UpdateDataRequestSchema, type index_UpdateDataResponse as UpdateDataResponse, index_UpdateDataResponseSchema as UpdateDataResponseSchema, type index_UpdateFeedItemRequest as UpdateFeedItemRequest, index_UpdateFeedItemRequestSchema as UpdateFeedItemRequestSchema, type index_UpdateFeedItemResponse as UpdateFeedItemResponse, index_UpdateFeedItemResponseSchema as UpdateFeedItemResponseSchema, type index_UpdateFlowRequest as UpdateFlowRequest, index_UpdateFlowRequestSchema as UpdateFlowRequestSchema, type index_UpdateFlowResponse as UpdateFlowResponse, index_UpdateFlowResponseSchema as UpdateFlowResponseSchema, type index_UpdateManyDataRequest as UpdateManyDataRequest, index_UpdateManyDataRequestSchema as UpdateManyDataRequestSchema, type index_UpdateManyDataResponse as UpdateManyDataResponse, index_UpdateManyDataResponseSchema as UpdateManyDataResponseSchema, type index_UpdateManyRequest as UpdateManyRequest, index_UpdateManyRequestSchema as UpdateManyRequestSchema, type index_UpdateNotificationPreferencesRequest as UpdateNotificationPreferencesRequest, index_UpdateNotificationPreferencesRequestSchema as UpdateNotificationPreferencesRequestSchema, type index_UpdateNotificationPreferencesResponse as UpdateNotificationPreferencesResponse, index_UpdateNotificationPreferencesResponseSchema as UpdateNotificationPreferencesResponseSchema, type index_UpdateRequest as UpdateRequest, index_UpdateRequestSchema as UpdateRequestSchema, type index_UpdateViewRequest as UpdateViewRequest, index_UpdateViewRequestSchema as UpdateViewRequestSchema, type index_UpdateViewResponse as UpdateViewResponse, index_UpdateViewResponseSchema as UpdateViewResponseSchema, type index_UploadArtifactRequest as UploadArtifactRequest, index_UploadArtifactRequestSchema as UploadArtifactRequestSchema, type index_UploadArtifactResponse as UploadArtifactResponse, index_UploadArtifactResponseSchema as UploadArtifactResponseSchema, type index_UploadChunkRequest as UploadChunkRequest, index_UploadChunkRequestSchema as UploadChunkRequestSchema, type index_UploadChunkResponse as UploadChunkResponse, index_UploadChunkResponseSchema as UploadChunkResponseSchema, type index_UploadProgress as UploadProgress, index_UploadProgressSchema as UploadProgressSchema, type index_UserProfileResponse as UserProfileResponse, index_UserProfileResponseSchema as UserProfileResponseSchema, type index_ValidationMode as ValidationMode, type index_VersionDefinition as VersionDefinition, index_VersionDefinitionSchema as VersionDefinitionSchema, type index_VersionNegotiationResponse as VersionNegotiationResponse, index_VersionNegotiationResponseSchema as VersionNegotiationResponseSchema, type index_VersionStatus as VersionStatus, type index_VersioningConfig as VersioningConfig, type index_VersioningConfigInput as VersioningConfigInput, index_VersioningConfigSchema as VersioningConfigSchema, type index_VersioningStrategy as VersioningStrategy, type index_WebSocketConfig as WebSocketConfig, index_WebSocketConfigSchema as WebSocketConfigSchema, type index_WebSocketEvent as WebSocketEvent, index_WebSocketEventSchema as WebSocketEventSchema, type index_WebSocketMessage as WebSocketMessage, index_WebSocketMessageSchema as WebSocketMessageSchema, type index_WebSocketMessageType as WebSocketMessageType, type index_WebSocketPresenceStatus as WebSocketPresenceStatus, type index_WebSocketServerConfig as WebSocketServerConfig, index_WebSocketServerConfigSchema as WebSocketServerConfigSchema, type index_WebhookConfig as WebhookConfig, index_WebhookConfigSchema as WebhookConfigSchema, type index_WebhookEvent as WebhookEvent, index_WebhookEventSchema as WebhookEventSchema, type index_WellKnownCapabilities as WellKnownCapabilities, index_WellKnownCapabilitiesSchema as WellKnownCapabilitiesSchema, type index_WorkflowApproveRequest as WorkflowApproveRequest, index_WorkflowApproveRequestSchema as WorkflowApproveRequestSchema, type index_WorkflowApproveResponse as WorkflowApproveResponse, index_WorkflowApproveResponseSchema as WorkflowApproveResponseSchema, type index_WorkflowRejectRequest as WorkflowRejectRequest, index_WorkflowRejectRequestSchema as WorkflowRejectRequestSchema, type index_WorkflowRejectResponse as WorkflowRejectResponse, index_WorkflowRejectResponseSchema as WorkflowRejectResponseSchema, type index_WorkflowState as WorkflowState, index_WorkflowStateSchema as WorkflowStateSchema, type index_WorkflowTransitionRequest as WorkflowTransitionRequest, index_WorkflowTransitionRequestSchema as WorkflowTransitionRequestSchema, type index_WorkflowTransitionResponse as WorkflowTransitionResponse, index_WorkflowTransitionResponseSchema as WorkflowTransitionResponseSchema, index_getAuthEndpointUrl as getAuthEndpointUrl, index_getDefaultRouteRegistrations as getDefaultRouteRegistrations, index_mapFieldTypeToGraphQL as mapFieldTypeToGraphQL };
|
|
34363
33566
|
}
|
|
34364
33567
|
|
|
34365
|
-
export { ApiProtocolType as $, type AckMessage as A, AnalyticsQueryRequestSchema as B, AnalyticsResultResponseSchema as C, type AnalyticsSqlResponse as D, AnalyticsSqlResponseSchema as E, type ApiChangelogEntry as F, ApiChangelogEntrySchema as G, type ApiDiscoveryQuery as H, ApiDiscoveryQuerySchema as I, type ApiDiscoveryResponse as J, ApiDiscoveryResponseSchema as K, ApiDocumentationConfig as L, ApiDocumentationConfigSchema as M, ApiEndpoint as N, type ApiEndpointInput as O, ApiEndpointRegistration as P, type ApiEndpointRegistrationInput as Q, ApiEndpointRegistrationSchema as R, ApiEndpointSchema as S, type ApiError as T, ApiErrorSchema as U, ApiMappingSchema as V, type ApiMetadata as W, type ApiMetadataInput as X, ApiMetadataSchema as Y, type ApiParameter as Z, ApiParameterSchema as _, AckMessageSchema as a, type BulkRequest as a$, ApiRegistry as a0, ApiRegistryEntry as a1, type ApiRegistryEntryInput as a2, ApiRegistryEntrySchema as a3, ApiRegistrySchema as a4, type ApiResponse as a5, type ApiResponseInput as a6, ApiResponseSchema as a7, type ApiRoutes as a8, ApiRoutesSchema as a9, type BasePresence as aA, BasePresenceSchema as aB, type BaseResponse as aC, BaseResponseSchema as aD, BatchApiContracts as aE, type BatchConfig as aF, BatchConfigSchema as aG, type BatchDataRequest as aH, BatchDataRequestSchema as aI, type BatchDataResponse as aJ, BatchDataResponseSchema as aK, type BatchEndpointsConfig as aL, type BatchEndpointsConfigInput as aM, BatchEndpointsConfigSchema as aN, type BatchLoadingStrategy as aO, BatchLoadingStrategySchema as aP, type BatchOperationResult as aQ, BatchOperationResultSchema as aR, BatchOperationType as aS, type BatchOptions as aT, BatchOptionsSchema as aU, type BatchRecord as aV, BatchRecordSchema as aW, type BatchUpdateRequest as aX, BatchUpdateRequestSchema as aY, type BatchUpdateResponse as aZ, BatchUpdateResponseSchema as a_, ApiTestCollection as aa, ApiTestCollectionSchema as ab, type ApiTestRequest as ac, ApiTestRequestSchema as ad, type ApiTestingUiConfig as ae, ApiTestingUiConfigSchema as af, ApiTestingUiType as ag, type AppDefinitionResponse as ah, AppDefinitionResponseSchema as ai, type AuthEndpoint as aj, type AuthEndpointAlias as ak, AuthEndpointAliases as al, type AuthEndpointPath as am, AuthEndpointPaths as an, AuthEndpointSchema as ao, AuthProvider as ap, AutomationApiContracts as aq, AutomationApiErrorCode as ar, type AutomationFlowPathParams as as, AutomationFlowPathParamsSchema as at, type AutomationRunPathParams as au, AutomationRunPathParamsSchema as av, type AutomationTriggerRequest as aw, AutomationTriggerRequestSchema as ax, type AutomationTriggerResponse as ay, AutomationTriggerResponseSchema as az, type AddReactionRequest as b, DEFAULT_ANALYTICS_ROUTES as b$, BulkRequestSchema as b0, type BulkResponse as b1, BulkResponseSchema as b2, type CacheControl as b3, CacheControlSchema as b4, CacheDirective as b5, type CacheInvalidationRequest as b6, CacheInvalidationRequestSchema as b7, type CacheInvalidationResponse as b8, CacheInvalidationResponseSchema as b9, type CreateFeedItemResponse as bA, CreateFeedItemResponseSchema as bB, type CreateFlowRequest as bC, CreateFlowRequestSchema as bD, type CreateFlowResponse as bE, CreateFlowResponseSchema as bF, type CreateManyDataRequest as bG, CreateManyDataRequestSchema as bH, type CreateManyDataResponse as bI, CreateManyDataResponseSchema as bJ, type CreateRequest as bK, CreateRequestSchema as bL, type CreateViewRequest as bM, CreateViewRequestSchema as bN, type CreateViewResponse as bO, CreateViewResponseSchema as bP, type CrudEndpointPattern as bQ, CrudEndpointPatternSchema as bR, type CrudEndpointsConfig as bS, type CrudEndpointsConfigInput as bT, CrudEndpointsConfigSchema as bU, CrudOperation as bV, type CursorMessage as bW, CursorMessageSchema as bX, type CursorPosition as bY, CursorPositionSchema as bZ, DEFAULT_AI_ROUTES as b_, CacheInvalidationTarget as ba, type Callback as bb, CallbackSchema as bc, type ChangelogEntry as bd, ChangelogEntrySchema as be, type CheckPermissionRequest as bf, CheckPermissionRequestSchema as bg, type CheckPermissionResponse as bh, CheckPermissionResponseSchema as bi, type CodeGenerationTemplate as bj, CodeGenerationTemplateSchema as bk, type CompleteChunkedUploadRequest as bl, CompleteChunkedUploadRequestSchema as bm, type CompleteChunkedUploadResponse as bn, CompleteChunkedUploadResponseSchema as bo, type CompleteUploadRequest as bp, CompleteUploadRequestSchema as bq, type ConceptListResponse as br, ConceptListResponseSchema as bs, ConflictResolutionStrategy as bt, type CreateDataRequest as bu, CreateDataRequestSchema as bv, type CreateDataResponse as bw, CreateDataResponseSchema as bx, type CreateFeedItemRequest as by, CreateFeedItemRequestSchema as bz, AddReactionRequestSchema as c, type ErrorHandlingConfig as c$, DEFAULT_AUTOMATION_ROUTES as c0, DEFAULT_BATCH_ROUTES as c1, DEFAULT_DATA_CRUD_ROUTES as c2, DEFAULT_DISCOVERY_ROUTES as c3, DEFAULT_DISPATCHER_ROUTES as c4, DEFAULT_I18N_ROUTES as c5, DEFAULT_METADATA_ROUTES as c6, DEFAULT_NOTIFICATION_ROUTES as c7, DEFAULT_PERMISSION_ROUTES as c8, DEFAULT_REALTIME_ROUTES as c9, DeleteViewRequestSchema as cA, type DeleteViewResponse as cB, DeleteViewResponseSchema as cC, type DiscoveryResponse as cD, DiscoverySchema as cE, type DispatcherConfig as cF, type DispatcherConfigInput as cG, DispatcherConfigSchema as cH, type DispatcherRoute as cI, type DispatcherRouteInput as cJ, DispatcherRouteSchema as cK, type DocumentState as cL, DocumentStateSchema as cM, type ETag as cN, ETagSchema as cO, type EditMessage as cP, EditMessageSchema as cQ, type EditOperation as cR, EditOperationSchema as cS, EditOperationType as cT, EndpointMapping as cU, type EndpointMappingKey as cV, type EndpointRegistry as cW, EndpointRegistrySchema as cX, type EnhancedApiError as cY, EnhancedApiErrorSchema as cZ, ErrorCategory as c_, DEFAULT_VERSIONING_CONFIG as ca, DEFAULT_VIEW_ROUTES as cb, DEFAULT_WORKFLOW_ROUTES as cc, type DataLoaderConfig as cd, DataLoaderConfigSchema as ce, type DeleteDataRequest as cf, DeleteDataRequestSchema as cg, type DeleteDataResponse as ch, DeleteDataResponseSchema as ci, type DeleteFeedItemRequest as cj, DeleteFeedItemRequestSchema as ck, type DeleteFeedItemResponse as cl, DeleteFeedItemResponseSchema as cm, type DeleteFlowRequest as cn, DeleteFlowRequestSchema as co, type DeleteFlowResponse as cp, DeleteFlowResponseSchema as cq, type DeleteManyDataRequest as cr, DeleteManyDataRequestSchema as cs, type DeleteManyDataResponse as ct, DeleteManyDataResponseSchema as cu, type DeleteManyRequest as cv, DeleteManyRequestSchema as cw, type DeleteResponse as cx, DeleteResponseSchema as cy, type DeleteViewRequest as cz, type AddReactionResponse as d, type GetDataRequest as d$, type ErrorHandlingConfigInput as d0, ErrorHandlingConfigSchema as d1, ErrorHttpStatusMap as d2, type ErrorMessage as d3, ErrorMessageSchema as d4, type ErrorResponse as d5, ErrorResponseSchema as d6, type EventFilter as d7, EventFilterCondition as d8, EventFilterSchema as d9, FeedListFilterType as dA, type FeedPathParams as dB, FeedPathParamsSchema as dC, type FeedUnsubscribeRequest as dD, FeedUnsubscribeRequestSchema as dE, type FieldError as dF, FieldErrorSchema as dG, type FileTypeValidation as dH, FileTypeValidationSchema as dI, type FileUploadResponse as dJ, FileUploadResponseSchema as dK, FilterOperator as dL, type FindDataRequest as dM, FindDataRequestSchema as dN, type FindDataResponse as dO, FindDataResponseSchema as dP, type FlowSummary as dQ, FlowSummarySchema as dR, type GeneratedApiDocumentation as dS, GeneratedApiDocumentationSchema as dT, type GeneratedEndpoint as dU, GeneratedEndpointSchema as dV, GetAnalyticsMetaRequestSchema as dW, type GetChangelogRequest as dX, GetChangelogRequestSchema as dY, type GetChangelogResponse as dZ, GetChangelogResponseSchema as d_, type EventMessage as da, EventMessageSchema as db, type EventPattern as dc, EventPatternSchema as dd, type EventSubscription as de, EventSubscriptionSchema as df, type ExportRequest as dg, ExportRequestSchema as dh, type FederationEntity as di, type FederationEntityKey as dj, FederationEntityKeySchema as dk, FederationEntitySchema as dl, type FederationExternalField as dm, FederationExternalFieldSchema as dn, type FederationGateway as dp, type FederationGatewayInput as dq, FederationGatewaySchema as dr, type FederationProvides as ds, FederationProvidesSchema as dt, type FederationRequires as du, FederationRequiresSchema as dv, FeedApiContracts as dw, FeedApiErrorCode as dx, type FeedItemPathParams as dy, FeedItemPathParamsSchema as dz, AddReactionResponseSchema as e, type GetRunResponse as e$, GetDataRequestSchema as e0, type GetDataResponse as e1, GetDataResponseSchema as e2, type GetDiscoveryRequest as e3, GetDiscoveryRequestSchema as e4, type GetDiscoveryResponse as e5, GetDiscoveryResponseSchema as e6, type GetEffectivePermissionsRequest as e7, GetEffectivePermissionsRequestSchema as e8, type GetEffectivePermissionsResponse as e9, GetMetaItemRequestSchema as eA, type GetMetaItemResponse as eB, GetMetaItemResponseSchema as eC, type GetMetaItemsRequest as eD, GetMetaItemsRequestSchema as eE, type GetMetaItemsResponse as eF, GetMetaItemsResponseSchema as eG, type GetMetaTypesRequest as eH, GetMetaTypesRequestSchema as eI, type GetMetaTypesResponse as eJ, GetMetaTypesResponseSchema as eK, type GetNotificationPreferencesRequest as eL, GetNotificationPreferencesRequestSchema as eM, type GetNotificationPreferencesResponse as eN, GetNotificationPreferencesResponseSchema as eO, type GetObjectPermissionsRequest as eP, GetObjectPermissionsRequestSchema as eQ, type GetObjectPermissionsResponse as eR, GetObjectPermissionsResponseSchema as eS, type GetPresenceRequest as eT, GetPresenceRequestSchema as eU, type GetPresenceResponse as eV, GetPresenceResponseSchema as eW, type GetPresignedUrlRequest as eX, GetPresignedUrlRequestSchema as eY, type GetRunRequest as eZ, GetRunRequestSchema as e_, GetEffectivePermissionsResponseSchema as ea, type GetFeedRequest as eb, GetFeedRequestSchema as ec, type GetFeedResponse as ed, GetFeedResponseSchema as ee, type GetFieldLabelsRequest as ef, GetFieldLabelsRequestSchema as eg, type GetFieldLabelsResponse as eh, GetFieldLabelsResponseSchema as ei, type GetFlowRequest as ej, GetFlowRequestSchema as ek, type GetFlowResponse as el, GetFlowResponseSchema as em, type GetInstalledPackageRequest as en, GetInstalledPackageRequestSchema as eo, type GetInstalledPackageResponse as ep, GetInstalledPackageResponseSchema as eq, type GetLocalesRequest as er, GetLocalesRequestSchema as es, type GetLocalesResponse as et, GetLocalesResponseSchema as eu, type GetMetaItemCachedRequest as ev, GetMetaItemCachedRequestSchema as ew, type GetMetaItemCachedResponse as ex, GetMetaItemCachedResponseSchema as ey, type GetMetaItemRequest as ez, type AiChatRequest as f, HttpStatusCode as f$, GetRunResponseSchema as f0, type GetTranslationsRequest as f1, GetTranslationsRequestSchema as f2, type GetTranslationsResponse as f3, GetTranslationsResponseSchema as f4, type GetUiViewRequest as f5, GetUiViewRequestSchema as f6, type GetUiViewResponse as f7, GetUiViewResponseSchema as f8, type GetViewRequest as f9, GraphQLPersistedQuerySchema as fA, type GraphQLQueryAdapter as fB, type GraphQLQueryAdapterInput as fC, GraphQLQueryAdapterSchema as fD, type GraphQLQueryComplexity as fE, type GraphQLQueryComplexityInput as fF, GraphQLQueryComplexitySchema as fG, type GraphQLQueryConfig as fH, type GraphQLQueryConfigInput as fI, GraphQLQueryConfigSchema as fJ, type GraphQLQueryDepthLimit as fK, type GraphQLQueryDepthLimitInput as fL, GraphQLQueryDepthLimitSchema as fM, type GraphQLRateLimit as fN, type GraphQLRateLimitInput as fO, GraphQLRateLimitSchema as fP, type GraphQLResolverConfig as fQ, type GraphQLResolverConfigInput as fR, GraphQLResolverConfigSchema as fS, GraphQLScalarType as fT, type GraphQLSubscriptionConfig as fU, type GraphQLSubscriptionConfigInput as fV, GraphQLSubscriptionConfigSchema as fW, type GraphQLTypeConfig as fX, type GraphQLTypeConfigInput as fY, GraphQLTypeConfigSchema as fZ, HttpFindQueryParamsSchema as f_, GetViewRequestSchema as fa, type GetViewResponse as fb, GetViewResponseSchema as fc, type GetWorkflowConfigRequest as fd, GetWorkflowConfigRequestSchema as fe, type GetWorkflowConfigResponse as ff, GetWorkflowConfigResponseSchema as fg, type GetWorkflowStateRequest as fh, GetWorkflowStateRequestSchema as fi, type GetWorkflowStateResponse as fj, GetWorkflowStateResponseSchema as fk, GraphQLConfig as fl, type GraphQLConfigInput as fm, GraphQLConfigSchema as fn, type GraphQLDataLoaderConfig as fo, type GraphQLDataLoaderConfigInput as fp, GraphQLDataLoaderConfigSchema as fq, type GraphQLDirectiveConfig as fr, type GraphQLDirectiveConfigInput as fs, GraphQLDirectiveConfigSchema as ft, GraphQLDirectiveLocation as fu, type GraphQLMutationConfig as fv, type GraphQLMutationConfigInput as fw, GraphQLMutationConfigSchema as fx, type GraphQLPersistedQuery as fy, type GraphQLPersistedQueryInput as fz, AiChatRequestSchema as g, type MetadataExportResponse as g$, type IdRequest as g0, IdRequestSchema as g1, type InitiateChunkedUploadRequest as g2, InitiateChunkedUploadRequestSchema as g3, type InitiateChunkedUploadResponse as g4, InitiateChunkedUploadResponseSchema as g5, type ListFlowsRequest as g6, ListFlowsRequestSchema as g7, type ListFlowsResponse as g8, ListFlowsResponseSchema as g9, type MarkNotificationsReadRequest as gA, MarkNotificationsReadRequestSchema as gB, type MarkNotificationsReadResponse as gC, MarkNotificationsReadResponseSchema as gD, MetadataBulkRegisterRequestSchema as gE, type MetadataBulkResponse as gF, MetadataBulkResponseSchema as gG, MetadataBulkUnregisterRequestSchema as gH, MetadataCacheApi as gI, type MetadataCacheRequest as gJ, MetadataCacheRequestSchema as gK, type MetadataCacheResponse as gL, MetadataCacheResponseSchema as gM, type MetadataDeleteResponse as gN, MetadataDeleteResponseSchema as gO, type MetadataDependenciesResponse as gP, MetadataDependenciesResponseSchema as gQ, type MetadataDependentsResponse as gR, MetadataDependentsResponseSchema as gS, type MetadataEffectiveResponse as gT, MetadataEffectiveResponseSchema as gU, type MetadataEndpointsConfig as gV, type MetadataEndpointsConfigInput as gW, MetadataEndpointsConfigSchema as gX, type MetadataExistsResponse as gY, MetadataExistsResponseSchema as gZ, MetadataExportRequestSchema as g_, type ListInstalledPackagesRequest as ga, ListInstalledPackagesRequestSchema as gb, type ListInstalledPackagesResponse as gc, ListInstalledPackagesResponseSchema as gd, type ListNotificationsRequest as ge, ListNotificationsRequestSchema as gf, type ListNotificationsResponse as gg, ListNotificationsResponseSchema as gh, type ListRecordResponse as gi, ListRecordResponseSchema as gj, type ListRunsRequest as gk, ListRunsRequestSchema as gl, type ListRunsResponse as gm, ListRunsResponseSchema as gn, type ListViewsRequest as go, ListViewsRequestSchema as gp, type ListViewsResponse as gq, ListViewsResponseSchema as gr, type LoginRequest as gs, type LoginRequestInput as gt, LoginRequestSchema as gu, LoginType as gv, type MarkAllNotificationsReadRequest as gw, MarkAllNotificationsReadRequestSchema as gx, type MarkAllNotificationsReadResponse as gy, MarkAllNotificationsReadResponseSchema as gz, type AiChatResponse as h, type OpenApiSecurityScheme as h$, MetadataExportResponseSchema as h0, MetadataImportRequestSchema as h1, type MetadataImportResponse as h2, MetadataImportResponseSchema as h3, type MetadataItemResponse as h4, MetadataItemResponseSchema as h5, type MetadataListResponse as h6, MetadataListResponseSchema as h7, type MetadataNamesResponse as h8, MetadataNamesResponseSchema as h9, type ODataError as hA, ODataErrorSchema as hB, type ODataFilterFunction as hC, ODataFilterFunctionSchema as hD, type ODataFilterOperator as hE, ODataFilterOperatorSchema as hF, type ODataMetadata as hG, ODataMetadataSchema as hH, type ODataQuery as hI, type ODataQueryAdapter as hJ, type ODataQueryAdapterInput as hK, ODataQueryAdapterSchema as hL, ODataQuerySchema as hM, type ODataResponse as hN, ODataResponseSchema as hO, type ObjectDefinitionResponse as hP, ObjectDefinitionResponseSchema as hQ, type ObjectQLReference as hR, ObjectQLReferenceSchema as hS, type ObjectStackProtocol as hT, ObjectStackProtocolSchema as hU, type ObjectStackProtocolZod as hV, type OpenApi31Extensions as hW, OpenApi31ExtensionsSchema as hX, type OpenApiGenerationConfig as hY, type OpenApiGenerationConfigInput as hZ, OpenApiGenerationConfigSchema as h_, type MetadataOverlayResponse as ha, MetadataOverlayResponseSchema as hb, MetadataOverlaySaveRequestSchema as hc, MetadataQueryRequestSchema as hd, type MetadataQueryResponse as he, MetadataQueryResponseSchema as hf, type MetadataRegisterRequest as hg, MetadataRegisterRequestSchema as hh, type MetadataTypeInfoResponse as hi, MetadataTypeInfoResponseSchema as hj, type MetadataTypesResponse as hk, MetadataTypesResponseSchema as hl, MetadataValidateRequestSchema as hm, type MetadataValidateResponse as hn, MetadataValidateResponseSchema as ho, type ModificationResult as hp, ModificationResultSchema as hq, type Notification as hr, type NotificationInput as hs, type NotificationPreferences as ht, type NotificationPreferencesInput as hu, NotificationPreferencesSchema as hv, NotificationSchema as hw, OData as hx, type ODataConfig as hy, ODataConfigSchema as hz, index as i, RealtimePresenceSchema as i$, OpenApiSecuritySchemeSchema as i0, type OpenApiServer as i1, OpenApiServerSchema as i2, OpenApiSpec as i3, OpenApiSpecSchema as i4, type OperatorMapping as i5, OperatorMappingSchema as i6, PackageApiContracts as i7, PackageApiErrorCode as i8, type PackageInstallRequest as i9, PresenceStateSchema as iA, PresenceStatus as iB, type PresenceUpdate as iC, PresenceUpdateSchema as iD, type PresignedUrlResponse as iE, PresignedUrlResponseSchema as iF, type QueryAdapterConfig as iG, type QueryAdapterConfigInput as iH, QueryAdapterConfigSchema as iI, type QueryAdapterTarget as iJ, QueryAdapterTargetSchema as iK, type QueryOptimizationConfig as iL, QueryOptimizationConfigSchema as iM, type RealtimeConfig as iN, RealtimeConfigSchema as iO, type RealtimeConnectRequest as iP, RealtimeConnectRequestSchema as iQ, type RealtimeConnectResponse as iR, RealtimeConnectResponseSchema as iS, type RealtimeDisconnectRequest as iT, RealtimeDisconnectRequestSchema as iU, type RealtimeDisconnectResponse as iV, RealtimeDisconnectResponseSchema as iW, type RealtimeEvent as iX, RealtimeEventSchema as iY, RealtimeEventType as iZ, type RealtimePresence as i_, PackageInstallRequestSchema as ia, type PackageInstallResponse as ib, PackageInstallResponseSchema as ic, type PackagePathParams as id, PackagePathParamsSchema as ie, type PackageRollbackRequest as ig, PackageRollbackRequestSchema as ih, type PackageRollbackResponse as ii, PackageRollbackResponseSchema as ij, type PackageUpgradeRequest as ik, PackageUpgradeRequestSchema as il, type PackageUpgradeResponse as im, PackageUpgradeResponseSchema as io, type PinFeedItemRequest as ip, PinFeedItemRequestSchema as iq, type PinFeedItemResponse as ir, PinFeedItemResponseSchema as is, type PingMessage as it, PingMessageSchema as iu, type PongMessage as iv, PongMessageSchema as iw, type PresenceMessage as ix, PresenceMessageSchema as iy, type PresenceState as iz, AiChatResponseSchema as j, SchemaDefinition as j$, RealtimeRecordAction as j0, type RealtimeSubscribeRequest as j1, RealtimeSubscribeRequestSchema as j2, type RealtimeSubscribeResponse as j3, RealtimeSubscribeResponseSchema as j4, type RealtimeUnsubscribeRequest as j5, RealtimeUnsubscribeRequestSchema as j6, type RealtimeUnsubscribeResponse as j7, RealtimeUnsubscribeResponseSchema as j8, type RecordData as j9, type RestApiEndpoint as jA, RestApiEndpointSchema as jB, RestApiPluginConfig as jC, type RestApiPluginConfigInput as jD, RestApiPluginConfigSchema as jE, RestApiRouteCategory as jF, RestApiRouteRegistration as jG, RestApiRouteRegistrationSchema as jH, type RestQueryAdapter as jI, type RestQueryAdapterInput as jJ, RestQueryAdapterSchema as jK, RestServerConfig as jL, type RestServerConfigInput as jM, RestServerConfigSchema as jN, RetryStrategy as jO, RouteCategory as jP, type RouteDefinition as jQ, RouteDefinitionSchema as jR, type RouteGenerationConfig as jS, type RouteGenerationConfigInput as jT, RouteGenerationConfigSchema as jU, type RouterConfig as jV, RouterConfigSchema as jW, type SaveMetaItemRequest as jX, SaveMetaItemRequestSchema as jY, type SaveMetaItemResponse as jZ, SaveMetaItemResponseSchema as j_, RecordDataSchema as ja, type RefreshTokenRequest as jb, RefreshTokenRequestSchema as jc, type RegisterDeviceRequest as jd, RegisterDeviceRequestSchema as je, type RegisterDeviceResponse as jf, RegisterDeviceResponseSchema as jg, type RegisterRequest as jh, RegisterRequestSchema as ji, type RemoveReactionRequest as jj, RemoveReactionRequestSchema as jk, type RemoveReactionResponse as jl, RemoveReactionResponseSchema as jm, type RequestValidationConfig as jn, type RequestValidationConfigInput as jo, RequestValidationConfigSchema as jp, type ResolveDependenciesRequest as jq, ResolveDependenciesRequestSchema as jr, type ResolveDependenciesResponse as js, ResolveDependenciesResponseSchema as jt, type ResponseEnvelopeConfig as ju, type ResponseEnvelopeConfigInput as jv, ResponseEnvelopeConfigSchema as jw, RestApiConfig as jx, type RestApiConfigInput as jy, RestApiConfigSchema as jz, type AiInsightsRequest as k, type UnstarFeedItemRequest as k$, type SearchFeedRequest as k0, SearchFeedRequestSchema as k1, type SearchFeedResponse as k2, SearchFeedResponseSchema as k3, type ServiceInfo as k4, ServiceInfoSchema as k5, type Session as k6, type SessionResponse as k7, SessionResponseSchema as k8, SessionSchema as k9, SubscribeRequestSchema as kA, type SubscribeResponse as kB, SubscribeResponseSchema as kC, type Subscription as kD, SubscriptionEventSchema as kE, SubscriptionSchema as kF, type ToggleFlowRequest as kG, ToggleFlowRequestSchema as kH, type ToggleFlowResponse as kI, ToggleFlowResponseSchema as kJ, TransportProtocol as kK, type TriggerFlowRequest as kL, TriggerFlowRequestSchema as kM, type TriggerFlowResponse as kN, TriggerFlowResponseSchema as kO, type UninstallPackageApiRequest as kP, UninstallPackageApiRequestSchema as kQ, type UninstallPackageApiResponse as kR, UninstallPackageApiResponseSchema as kS, type UnpinFeedItemRequest as kT, UnpinFeedItemRequestSchema as kU, type UnpinFeedItemResponse as kV, UnpinFeedItemResponseSchema as kW, type UnregisterDeviceRequest as kX, UnregisterDeviceRequestSchema as kY, type UnregisterDeviceResponse as kZ, UnregisterDeviceResponseSchema as k_, type SessionUser as ka, type SessionUserInput as kb, SessionUserSchema as kc, type SetPresenceRequest as kd, SetPresenceRequestSchema as ke, type SetPresenceResponse as kf, SetPresenceResponseSchema as kg, type SimpleCursorPosition as kh, SimpleCursorPositionSchema as ki, type SimplePresenceState as kj, SimplePresenceStateSchema as kk, type SingleRecordResponse as kl, SingleRecordResponseSchema as km, StandardApiContracts as kn, StandardErrorCode as ko, type StarFeedItemRequest as kp, StarFeedItemRequestSchema as kq, type StarFeedItemResponse as kr, StarFeedItemResponseSchema as ks, StorageApiContracts as kt, type SubgraphConfig as ku, type SubgraphConfigInput as kv, SubgraphConfigSchema as kw, type SubscribeMessage as kx, SubscribeMessageSchema as ky, type SubscribeRequest as kz, AiInsightsRequestSchema as l, type WebSocketMessage as l$, UnstarFeedItemRequestSchema as l0, type UnstarFeedItemResponse as l1, UnstarFeedItemResponseSchema as l2, type UnsubscribeMessage as l3, UnsubscribeMessageSchema as l4, type UnsubscribeRequest as l5, UnsubscribeRequestSchema as l6, type UnsubscribeResponse as l7, UnsubscribeResponseSchema as l8, type UpdateDataRequest as l9, UpdateViewResponseSchema as lA, type UploadArtifactRequest as lB, UploadArtifactRequestSchema as lC, type UploadArtifactResponse as lD, UploadArtifactResponseSchema as lE, type UploadChunkRequest as lF, UploadChunkRequestSchema as lG, type UploadChunkResponse as lH, UploadChunkResponseSchema as lI, type UploadProgress as lJ, UploadProgressSchema as lK, type UserProfileResponse as lL, UserProfileResponseSchema as lM, ValidationMode as lN, type VersionDefinition as lO, VersionDefinitionSchema as lP, type VersionNegotiationResponse as lQ, VersionNegotiationResponseSchema as lR, VersionStatus as lS, type VersioningConfig as lT, type VersioningConfigInput as lU, VersioningConfigSchema as lV, VersioningStrategy as lW, type WebSocketConfig as lX, WebSocketConfigSchema as lY, type WebSocketEvent as lZ, WebSocketEventSchema as l_, UpdateDataRequestSchema as la, type UpdateDataResponse as lb, UpdateDataResponseSchema as lc, type UpdateFeedItemRequest as ld, UpdateFeedItemRequestSchema as le, type UpdateFeedItemResponse as lf, UpdateFeedItemResponseSchema as lg, type UpdateFlowRequest as lh, UpdateFlowRequestSchema as li, type UpdateFlowResponse as lj, UpdateFlowResponseSchema as lk, type UpdateManyDataRequest as ll, UpdateManyDataRequestSchema as lm, type UpdateManyDataResponse as ln, UpdateManyDataResponseSchema as lo, type UpdateManyRequest as lp, UpdateManyRequestSchema as lq, type UpdateNotificationPreferencesRequest as lr, UpdateNotificationPreferencesRequestSchema as ls, type UpdateNotificationPreferencesResponse as lt, UpdateNotificationPreferencesResponseSchema as lu, type UpdateRequest as lv, UpdateRequestSchema as lw, type UpdateViewRequest as lx, UpdateViewRequestSchema as ly, type UpdateViewResponse as lz, type AiInsightsResponse as m, WebSocketMessageSchema as m0, WebSocketMessageType as m1, WebSocketPresenceStatus as m2, type WebSocketServerConfig as m3, WebSocketServerConfigSchema as m4, type WebhookConfig as m5, WebhookConfigSchema as m6, type WebhookEvent as m7, WebhookEventSchema as m8, type WellKnownCapabilities as m9, WellKnownCapabilitiesSchema as ma, type WorkflowApproveRequest as mb, WorkflowApproveRequestSchema as mc, type WorkflowApproveResponse as md, WorkflowApproveResponseSchema as me, type WorkflowRejectRequest as mf, WorkflowRejectRequestSchema as mg, type WorkflowRejectResponse as mh, WorkflowRejectResponseSchema as mi, type WorkflowState as mj, WorkflowStateSchema as mk, type WorkflowTransitionRequest as ml, WorkflowTransitionRequestSchema as mm, type WorkflowTransitionResponse as mn, WorkflowTransitionResponseSchema as mo, getAuthEndpointUrl as mp, getDefaultRouteRegistrations as mq, mapFieldTypeToGraphQL as mr, AiInsightsResponseSchema as n, type AiNlqRequest as o, AiNlqRequestSchema as p, type AiNlqResponse as q, AiNlqResponseSchema as r, type AiSuggestRequest as s, AiSuggestRequestSchema as t, type AiSuggestResponse as u, AiSuggestResponseSchema as v, AnalyticsEndpoint as w, type AnalyticsMetadataResponse as x, AnalyticsMetadataResponseSchema as y, type AnalyticsQueryRequest$1 as z };
|
|
33568
|
+
export { ApiRegistryEntrySchema as $, type AckMessage as A, type ApiChangelogEntry as B, ApiChangelogEntrySchema as C, type ApiDiscoveryQuery as D, ApiDiscoveryQuerySchema as E, type ApiDiscoveryResponse as F, ApiDiscoveryResponseSchema as G, ApiDocumentationConfig as H, ApiDocumentationConfigSchema as I, ApiEndpoint as J, type ApiEndpointInput as K, ApiEndpointRegistration as L, type ApiEndpointRegistrationInput as M, ApiEndpointRegistrationSchema as N, ApiEndpointSchema as O, type ApiError as P, ApiErrorSchema as Q, ApiMappingSchema as R, type ApiMetadata as S, type ApiMetadataInput as T, ApiMetadataSchema as U, type ApiParameter as V, ApiParameterSchema as W, ApiProtocolType as X, ApiRegistry as Y, ApiRegistryEntry as Z, type ApiRegistryEntryInput as _, AckMessageSchema as a, type CacheControl as a$, ApiRegistrySchema as a0, type ApiResponse as a1, type ApiResponseInput as a2, ApiResponseSchema as a3, type ApiRoutes as a4, ApiRoutesSchema as a5, ApiTestCollection as a6, ApiTestCollectionSchema as a7, type ApiTestRequest as a8, ApiTestRequestSchema as a9, BatchApiContracts as aA, type BatchConfig as aB, BatchConfigSchema as aC, type BatchDataRequest as aD, BatchDataRequestSchema as aE, type BatchDataResponse as aF, BatchDataResponseSchema as aG, type BatchEndpointsConfig as aH, type BatchEndpointsConfigInput as aI, BatchEndpointsConfigSchema as aJ, type BatchLoadingStrategy as aK, BatchLoadingStrategySchema as aL, type BatchOperationResult as aM, BatchOperationResultSchema as aN, BatchOperationType as aO, type BatchOptions as aP, BatchOptionsSchema as aQ, type BatchRecord as aR, BatchRecordSchema as aS, type BatchUpdateRequest as aT, BatchUpdateRequestSchema as aU, type BatchUpdateResponse as aV, BatchUpdateResponseSchema as aW, type BulkRequest as aX, BulkRequestSchema as aY, type BulkResponse as aZ, BulkResponseSchema as a_, type ApiTestingUiConfig as aa, ApiTestingUiConfigSchema as ab, ApiTestingUiType as ac, type AppDefinitionResponse as ad, AppDefinitionResponseSchema as ae, type AuthEndpoint as af, type AuthEndpointAlias as ag, AuthEndpointAliases as ah, type AuthEndpointPath as ai, AuthEndpointPaths as aj, AuthEndpointSchema as ak, AuthProvider as al, AutomationApiContracts as am, AutomationApiErrorCode as an, type AutomationFlowPathParams as ao, AutomationFlowPathParamsSchema as ap, type AutomationRunPathParams as aq, AutomationRunPathParamsSchema as ar, type AutomationTriggerRequest as as, AutomationTriggerRequestSchema as at, type AutomationTriggerResponse as au, AutomationTriggerResponseSchema as av, type BasePresence as aw, BasePresenceSchema as ax, type BaseResponse as ay, BaseResponseSchema as az, type AddReactionRequest as b, DEFAULT_DISCOVERY_ROUTES as b$, CacheControlSchema as b0, CacheDirective as b1, type CacheInvalidationRequest as b2, CacheInvalidationRequestSchema as b3, type CacheInvalidationResponse as b4, CacheInvalidationResponseSchema as b5, CacheInvalidationTarget as b6, type Callback as b7, CallbackSchema as b8, type ChangelogEntry as b9, type CreateFlowResponse as bA, CreateFlowResponseSchema as bB, type CreateManyDataRequest as bC, CreateManyDataRequestSchema as bD, type CreateManyDataResponse as bE, CreateManyDataResponseSchema as bF, type CreateRequest as bG, CreateRequestSchema as bH, type CreateViewRequest as bI, CreateViewRequestSchema as bJ, type CreateViewResponse as bK, CreateViewResponseSchema as bL, type CrudEndpointPattern as bM, CrudEndpointPatternSchema as bN, type CrudEndpointsConfig as bO, type CrudEndpointsConfigInput as bP, CrudEndpointsConfigSchema as bQ, CrudOperation as bR, type CursorMessage as bS, CursorMessageSchema as bT, type CursorPosition as bU, CursorPositionSchema as bV, DEFAULT_AI_ROUTES as bW, DEFAULT_ANALYTICS_ROUTES as bX, DEFAULT_AUTOMATION_ROUTES as bY, DEFAULT_BATCH_ROUTES as bZ, DEFAULT_DATA_CRUD_ROUTES as b_, ChangelogEntrySchema as ba, type CheckPermissionRequest as bb, CheckPermissionRequestSchema as bc, type CheckPermissionResponse as bd, CheckPermissionResponseSchema as be, type CodeGenerationTemplate as bf, CodeGenerationTemplateSchema as bg, type CompleteChunkedUploadRequest as bh, CompleteChunkedUploadRequestSchema as bi, type CompleteChunkedUploadResponse as bj, CompleteChunkedUploadResponseSchema as bk, type CompleteUploadRequest as bl, CompleteUploadRequestSchema as bm, type ConceptListResponse as bn, ConceptListResponseSchema as bo, ConflictResolutionStrategy as bp, type CreateDataRequest as bq, CreateDataRequestSchema as br, type CreateDataResponse as bs, CreateDataResponseSchema as bt, type CreateFeedItemRequest as bu, CreateFeedItemRequestSchema as bv, type CreateFeedItemResponse as bw, CreateFeedItemResponseSchema as bx, type CreateFlowRequest as by, CreateFlowRequestSchema as bz, AddReactionRequestSchema as c, type ErrorHandlingConfigInput as c$, DEFAULT_DISPATCHER_ROUTES as c0, DEFAULT_I18N_ROUTES as c1, DEFAULT_METADATA_ROUTES as c2, DEFAULT_NOTIFICATION_ROUTES as c3, DEFAULT_PERMISSION_ROUTES as c4, DEFAULT_REALTIME_ROUTES as c5, DEFAULT_VERSIONING_CONFIG as c6, DEFAULT_VIEW_ROUTES as c7, DEFAULT_WORKFLOW_ROUTES as c8, type DataLoaderConfig as c9, DiscoverySchema as cA, type DispatcherConfig as cB, type DispatcherConfigInput as cC, DispatcherConfigSchema as cD, DispatcherErrorCode as cE, type DispatcherErrorResponse as cF, DispatcherErrorResponseSchema as cG, type DispatcherRoute as cH, type DispatcherRouteInput as cI, DispatcherRouteSchema as cJ, type DocumentState as cK, DocumentStateSchema as cL, type ETag as cM, ETagSchema as cN, type EditMessage as cO, EditMessageSchema as cP, type EditOperation as cQ, EditOperationSchema as cR, EditOperationType as cS, EndpointMapping as cT, type EndpointMappingKey as cU, type EndpointRegistry as cV, EndpointRegistrySchema as cW, type EnhancedApiError as cX, EnhancedApiErrorSchema as cY, ErrorCategory as cZ, type ErrorHandlingConfig as c_, DataLoaderConfigSchema as ca, type DeleteDataRequest as cb, DeleteDataRequestSchema as cc, type DeleteDataResponse as cd, DeleteDataResponseSchema as ce, type DeleteFeedItemRequest as cf, DeleteFeedItemRequestSchema as cg, type DeleteFeedItemResponse as ch, DeleteFeedItemResponseSchema as ci, type DeleteFlowRequest as cj, DeleteFlowRequestSchema as ck, type DeleteFlowResponse as cl, DeleteFlowResponseSchema as cm, type DeleteManyDataRequest as cn, DeleteManyDataRequestSchema as co, type DeleteManyDataResponse as cp, DeleteManyDataResponseSchema as cq, type DeleteManyRequest as cr, DeleteManyRequestSchema as cs, type DeleteResponse as ct, DeleteResponseSchema as cu, type DeleteViewRequest as cv, DeleteViewRequestSchema as cw, type DeleteViewResponse as cx, DeleteViewResponseSchema as cy, type DiscoveryResponse as cz, type AddReactionResponse as d, GetDataRequestSchema as d$, ErrorHandlingConfigSchema as d0, ErrorHttpStatusMap as d1, type ErrorMessage as d2, ErrorMessageSchema as d3, type ErrorResponse as d4, ErrorResponseSchema as d5, type EventFilter as d6, EventFilterCondition as d7, EventFilterSchema as d8, type EventMessage as d9, type FeedPathParams as dA, FeedPathParamsSchema as dB, type FeedUnsubscribeRequest as dC, FeedUnsubscribeRequestSchema as dD, type FieldError as dE, FieldErrorSchema as dF, type FileTypeValidation as dG, FileTypeValidationSchema as dH, type FileUploadResponse as dI, FileUploadResponseSchema as dJ, FilterOperator as dK, type FindDataRequest as dL, FindDataRequestSchema as dM, type FindDataResponse as dN, FindDataResponseSchema as dO, type FlowSummary as dP, FlowSummarySchema as dQ, type GeneratedApiDocumentation as dR, GeneratedApiDocumentationSchema as dS, type GeneratedEndpoint as dT, GeneratedEndpointSchema as dU, GetAnalyticsMetaRequestSchema as dV, type GetChangelogRequest as dW, GetChangelogRequestSchema as dX, type GetChangelogResponse as dY, GetChangelogResponseSchema as dZ, type GetDataRequest as d_, EventMessageSchema as da, type EventPattern as db, EventPatternSchema as dc, type EventSubscription as dd, EventSubscriptionSchema as de, type ExportRequest as df, ExportRequestSchema as dg, type FederationEntity as dh, type FederationEntityKey as di, FederationEntityKeySchema as dj, FederationEntitySchema as dk, type FederationExternalField as dl, FederationExternalFieldSchema as dm, type FederationGateway as dn, type FederationGatewayInput as dp, FederationGatewaySchema as dq, type FederationProvides as dr, FederationProvidesSchema as ds, type FederationRequires as dt, FederationRequiresSchema as du, FeedApiContracts as dv, FeedApiErrorCode as dw, type FeedItemPathParams as dx, FeedItemPathParamsSchema as dy, FeedListFilterType as dz, AddReactionResponseSchema as e, GetRunResponseSchema as e$, type GetDataResponse as e0, GetDataResponseSchema as e1, type GetDiscoveryRequest as e2, GetDiscoveryRequestSchema as e3, type GetDiscoveryResponse as e4, GetDiscoveryResponseSchema as e5, type GetEffectivePermissionsRequest as e6, GetEffectivePermissionsRequestSchema as e7, type GetEffectivePermissionsResponse as e8, GetEffectivePermissionsResponseSchema as e9, type GetMetaItemResponse as eA, GetMetaItemResponseSchema as eB, type GetMetaItemsRequest as eC, GetMetaItemsRequestSchema as eD, type GetMetaItemsResponse as eE, GetMetaItemsResponseSchema as eF, type GetMetaTypesRequest as eG, GetMetaTypesRequestSchema as eH, type GetMetaTypesResponse as eI, GetMetaTypesResponseSchema as eJ, type GetNotificationPreferencesRequest as eK, GetNotificationPreferencesRequestSchema as eL, type GetNotificationPreferencesResponse as eM, GetNotificationPreferencesResponseSchema as eN, type GetObjectPermissionsRequest as eO, GetObjectPermissionsRequestSchema as eP, type GetObjectPermissionsResponse as eQ, GetObjectPermissionsResponseSchema as eR, type GetPresenceRequest as eS, GetPresenceRequestSchema as eT, type GetPresenceResponse as eU, GetPresenceResponseSchema as eV, type GetPresignedUrlRequest as eW, GetPresignedUrlRequestSchema as eX, type GetRunRequest as eY, GetRunRequestSchema as eZ, type GetRunResponse as e_, type GetFeedRequest as ea, GetFeedRequestSchema as eb, type GetFeedResponse as ec, GetFeedResponseSchema as ed, type GetFieldLabelsRequest as ee, GetFieldLabelsRequestSchema as ef, type GetFieldLabelsResponse as eg, GetFieldLabelsResponseSchema as eh, type GetFlowRequest as ei, GetFlowRequestSchema as ej, type GetFlowResponse as ek, GetFlowResponseSchema as el, type GetInstalledPackageRequest as em, GetInstalledPackageRequestSchema as en, type GetInstalledPackageResponse as eo, GetInstalledPackageResponseSchema as ep, type GetLocalesRequest as eq, GetLocalesRequestSchema as er, type GetLocalesResponse as es, GetLocalesResponseSchema as et, type GetMetaItemCachedRequest as eu, GetMetaItemCachedRequestSchema as ev, type GetMetaItemCachedResponse as ew, GetMetaItemCachedResponseSchema as ex, type GetMetaItemRequest as ey, GetMetaItemRequestSchema as ez, type AiInsightsRequest as f, HttpFindQueryParamsSchema as f$, type GetTranslationsRequest as f0, GetTranslationsRequestSchema as f1, type GetTranslationsResponse as f2, GetTranslationsResponseSchema as f3, type GetUiViewRequest as f4, GetUiViewRequestSchema as f5, type GetUiViewResponse as f6, GetUiViewResponseSchema as f7, type GetViewRequest as f8, GetViewRequestSchema as f9, type GraphQLQueryAdapter as fA, type GraphQLQueryAdapterInput as fB, GraphQLQueryAdapterSchema as fC, type GraphQLQueryComplexity as fD, type GraphQLQueryComplexityInput as fE, GraphQLQueryComplexitySchema as fF, type GraphQLQueryConfig as fG, type GraphQLQueryConfigInput as fH, GraphQLQueryConfigSchema as fI, type GraphQLQueryDepthLimit as fJ, type GraphQLQueryDepthLimitInput as fK, GraphQLQueryDepthLimitSchema as fL, type GraphQLRateLimit as fM, type GraphQLRateLimitInput as fN, GraphQLRateLimitSchema as fO, type GraphQLResolverConfig as fP, type GraphQLResolverConfigInput as fQ, GraphQLResolverConfigSchema as fR, GraphQLScalarType as fS, type GraphQLSubscriptionConfig as fT, type GraphQLSubscriptionConfigInput as fU, GraphQLSubscriptionConfigSchema as fV, type GraphQLTypeConfig as fW, type GraphQLTypeConfigInput as fX, GraphQLTypeConfigSchema as fY, type HandlerStatus as fZ, HandlerStatusSchema as f_, type GetViewResponse as fa, GetViewResponseSchema as fb, type GetWorkflowConfigRequest as fc, GetWorkflowConfigRequestSchema as fd, type GetWorkflowConfigResponse as fe, GetWorkflowConfigResponseSchema as ff, type GetWorkflowStateRequest as fg, GetWorkflowStateRequestSchema as fh, type GetWorkflowStateResponse as fi, GetWorkflowStateResponseSchema as fj, GraphQLConfig as fk, type GraphQLConfigInput as fl, GraphQLConfigSchema as fm, type GraphQLDataLoaderConfig as fn, type GraphQLDataLoaderConfigInput as fo, GraphQLDataLoaderConfigSchema as fp, type GraphQLDirectiveConfig as fq, type GraphQLDirectiveConfigInput as fr, GraphQLDirectiveConfigSchema as fs, GraphQLDirectiveLocation as ft, type GraphQLMutationConfig as fu, type GraphQLMutationConfigInput as fv, GraphQLMutationConfigSchema as fw, type GraphQLPersistedQuery as fx, type GraphQLPersistedQueryInput as fy, GraphQLPersistedQuerySchema as fz, AiInsightsRequestSchema as g, MetadataExportRequestSchema as g$, HttpStatusCode as g0, type IdRequest as g1, IdRequestSchema as g2, type InitiateChunkedUploadRequest as g3, InitiateChunkedUploadRequestSchema as g4, type InitiateChunkedUploadResponse as g5, InitiateChunkedUploadResponseSchema as g6, type ListFlowsRequest as g7, ListFlowsRequestSchema as g8, type ListFlowsResponse as g9, MarkAllNotificationsReadResponseSchema as gA, type MarkNotificationsReadRequest as gB, MarkNotificationsReadRequestSchema as gC, type MarkNotificationsReadResponse as gD, MarkNotificationsReadResponseSchema as gE, MetadataBulkRegisterRequestSchema as gF, type MetadataBulkResponse as gG, MetadataBulkResponseSchema as gH, MetadataBulkUnregisterRequestSchema as gI, MetadataCacheApi as gJ, type MetadataCacheRequest as gK, MetadataCacheRequestSchema as gL, type MetadataCacheResponse as gM, MetadataCacheResponseSchema as gN, type MetadataDeleteResponse as gO, MetadataDeleteResponseSchema as gP, type MetadataDependenciesResponse as gQ, MetadataDependenciesResponseSchema as gR, type MetadataDependentsResponse as gS, MetadataDependentsResponseSchema as gT, type MetadataEffectiveResponse as gU, MetadataEffectiveResponseSchema as gV, type MetadataEndpointsConfig as gW, type MetadataEndpointsConfigInput as gX, MetadataEndpointsConfigSchema as gY, type MetadataExistsResponse as gZ, MetadataExistsResponseSchema as g_, ListFlowsResponseSchema as ga, type ListInstalledPackagesRequest as gb, ListInstalledPackagesRequestSchema as gc, type ListInstalledPackagesResponse as gd, ListInstalledPackagesResponseSchema as ge, type ListNotificationsRequest as gf, ListNotificationsRequestSchema as gg, type ListNotificationsResponse as gh, ListNotificationsResponseSchema as gi, type ListRecordResponse as gj, ListRecordResponseSchema as gk, type ListRunsRequest as gl, ListRunsRequestSchema as gm, type ListRunsResponse as gn, ListRunsResponseSchema as go, type ListViewsRequest as gp, ListViewsRequestSchema as gq, type ListViewsResponse as gr, ListViewsResponseSchema as gs, type LoginRequest as gt, type LoginRequestInput as gu, LoginRequestSchema as gv, LoginType as gw, type MarkAllNotificationsReadRequest as gx, MarkAllNotificationsReadRequestSchema as gy, type MarkAllNotificationsReadResponse as gz, type AiInsightsResponse as h, OpenApiGenerationConfigSchema as h$, type MetadataExportResponse as h0, MetadataExportResponseSchema as h1, MetadataImportRequestSchema as h2, type MetadataImportResponse as h3, MetadataImportResponseSchema as h4, type MetadataItemResponse as h5, MetadataItemResponseSchema as h6, type MetadataListResponse as h7, MetadataListResponseSchema as h8, type MetadataNamesResponse as h9, ODataConfigSchema as hA, type ODataError as hB, ODataErrorSchema as hC, type ODataFilterFunction as hD, ODataFilterFunctionSchema as hE, type ODataFilterOperator as hF, ODataFilterOperatorSchema as hG, type ODataMetadata as hH, ODataMetadataSchema as hI, type ODataQuery as hJ, type ODataQueryAdapter as hK, type ODataQueryAdapterInput as hL, ODataQueryAdapterSchema as hM, ODataQuerySchema as hN, type ODataResponse as hO, ODataResponseSchema as hP, type ObjectDefinitionResponse as hQ, ObjectDefinitionResponseSchema as hR, type ObjectQLReference as hS, ObjectQLReferenceSchema as hT, type ObjectStackProtocol as hU, ObjectStackProtocolSchema as hV, type ObjectStackProtocolZod as hW, type OpenApi31Extensions as hX, OpenApi31ExtensionsSchema as hY, type OpenApiGenerationConfig as hZ, type OpenApiGenerationConfigInput as h_, MetadataNamesResponseSchema as ha, type MetadataOverlayResponse as hb, MetadataOverlayResponseSchema as hc, MetadataOverlaySaveRequestSchema as hd, MetadataQueryRequestSchema as he, type MetadataQueryResponse as hf, MetadataQueryResponseSchema as hg, type MetadataRegisterRequest as hh, MetadataRegisterRequestSchema as hi, type MetadataTypeInfoResponse as hj, MetadataTypeInfoResponseSchema as hk, type MetadataTypesResponse as hl, MetadataTypesResponseSchema as hm, MetadataValidateRequestSchema as hn, type MetadataValidateResponse as ho, MetadataValidateResponseSchema as hp, type ModificationResult as hq, ModificationResultSchema as hr, type Notification as hs, type NotificationInput as ht, type NotificationPreferences as hu, type NotificationPreferencesInput as hv, NotificationPreferencesSchema as hw, NotificationSchema as hx, OData as hy, type ODataConfig as hz, index as i, type RealtimePresence as i$, type OpenApiSecurityScheme as i0, OpenApiSecuritySchemeSchema as i1, type OpenApiServer as i2, OpenApiServerSchema as i3, OpenApiSpec as i4, OpenApiSpecSchema as i5, type OperatorMapping as i6, OperatorMappingSchema as i7, PackageApiContracts as i8, PackageApiErrorCode as i9, type PresenceState as iA, PresenceStateSchema as iB, PresenceStatus as iC, type PresenceUpdate as iD, PresenceUpdateSchema as iE, type PresignedUrlResponse as iF, PresignedUrlResponseSchema as iG, type QueryAdapterConfig as iH, type QueryAdapterConfigInput as iI, QueryAdapterConfigSchema as iJ, type QueryAdapterTarget as iK, QueryAdapterTargetSchema as iL, type QueryOptimizationConfig as iM, QueryOptimizationConfigSchema as iN, type RealtimeConfig as iO, RealtimeConfigSchema as iP, type RealtimeConnectRequest as iQ, RealtimeConnectRequestSchema as iR, type RealtimeConnectResponse as iS, RealtimeConnectResponseSchema as iT, type RealtimeDisconnectRequest as iU, RealtimeDisconnectRequestSchema as iV, type RealtimeDisconnectResponse as iW, RealtimeDisconnectResponseSchema as iX, type RealtimeEvent as iY, RealtimeEventSchema as iZ, RealtimeEventType as i_, type PackageInstallRequest as ia, PackageInstallRequestSchema as ib, type PackageInstallResponse as ic, PackageInstallResponseSchema as id, type PackagePathParams as ie, PackagePathParamsSchema as ig, type PackageRollbackRequest as ih, PackageRollbackRequestSchema as ii, type PackageRollbackResponse as ij, PackageRollbackResponseSchema as ik, type PackageUpgradeRequest as il, PackageUpgradeRequestSchema as im, type PackageUpgradeResponse as io, PackageUpgradeResponseSchema as ip, type PinFeedItemRequest as iq, PinFeedItemRequestSchema as ir, type PinFeedItemResponse as is, PinFeedItemResponseSchema as it, type PingMessage as iu, PingMessageSchema as iv, type PongMessage as iw, PongMessageSchema as ix, type PresenceMessage as iy, PresenceMessageSchema as iz, AiInsightsResponseSchema as j, RouteHealthEntrySchema as j$, RealtimePresenceSchema as j0, RealtimeRecordAction as j1, type RealtimeSubscribeRequest as j2, RealtimeSubscribeRequestSchema as j3, type RealtimeSubscribeResponse as j4, RealtimeSubscribeResponseSchema as j5, type RealtimeUnsubscribeRequest as j6, RealtimeUnsubscribeRequestSchema as j7, type RealtimeUnsubscribeResponse as j8, RealtimeUnsubscribeResponseSchema as j9, RestApiConfigSchema as jA, type RestApiEndpoint as jB, RestApiEndpointSchema as jC, RestApiPluginConfig as jD, type RestApiPluginConfigInput as jE, RestApiPluginConfigSchema as jF, RestApiRouteCategory as jG, RestApiRouteRegistration as jH, RestApiRouteRegistrationSchema as jI, type RestQueryAdapter as jJ, type RestQueryAdapterInput as jK, RestQueryAdapterSchema as jL, RestServerConfig as jM, type RestServerConfigInput as jN, RestServerConfigSchema as jO, RetryStrategy as jP, RouteCategory as jQ, type RouteCoverageEntry as jR, RouteCoverageEntrySchema as jS, type RouteCoverageReport as jT, RouteCoverageReportSchema as jU, type RouteDefinition as jV, RouteDefinitionSchema as jW, type RouteGenerationConfig as jX, type RouteGenerationConfigInput as jY, RouteGenerationConfigSchema as jZ, type RouteHealthEntry as j_, type RecordData as ja, RecordDataSchema as jb, type RefreshTokenRequest as jc, RefreshTokenRequestSchema as jd, type RegisterDeviceRequest as je, RegisterDeviceRequestSchema as jf, type RegisterDeviceResponse as jg, RegisterDeviceResponseSchema as jh, type RegisterRequest as ji, RegisterRequestSchema as jj, type RemoveReactionRequest as jk, RemoveReactionRequestSchema as jl, type RemoveReactionResponse as jm, RemoveReactionResponseSchema as jn, type RequestValidationConfig as jo, type RequestValidationConfigInput as jp, RequestValidationConfigSchema as jq, type ResolveDependenciesRequest as jr, ResolveDependenciesRequestSchema as js, type ResolveDependenciesResponse as jt, ResolveDependenciesResponseSchema as ju, type ResponseEnvelopeConfig as jv, type ResponseEnvelopeConfigInput as jw, ResponseEnvelopeConfigSchema as jx, RestApiConfig as jy, type RestApiConfigInput as jz, type AiNlqRequest as k, type UninstallPackageApiResponse as k$, type RouteHealthReport as k0, RouteHealthReportSchema as k1, type RouterConfig as k2, RouterConfigSchema as k3, type SaveMetaItemRequest as k4, SaveMetaItemRequestSchema as k5, type SaveMetaItemResponse as k6, SaveMetaItemResponseSchema as k7, SchemaDefinition as k8, type SearchFeedRequest as k9, StarFeedItemRequestSchema as kA, type StarFeedItemResponse as kB, StarFeedItemResponseSchema as kC, StorageApiContracts as kD, type SubgraphConfig as kE, type SubgraphConfigInput as kF, SubgraphConfigSchema as kG, type SubscribeMessage as kH, SubscribeMessageSchema as kI, type SubscribeRequest as kJ, SubscribeRequestSchema as kK, type SubscribeResponse as kL, SubscribeResponseSchema as kM, type Subscription as kN, SubscriptionEventSchema as kO, SubscriptionSchema as kP, type ToggleFlowRequest as kQ, ToggleFlowRequestSchema as kR, type ToggleFlowResponse as kS, ToggleFlowResponseSchema as kT, TransportProtocol as kU, type TriggerFlowRequest as kV, TriggerFlowRequestSchema as kW, type TriggerFlowResponse as kX, TriggerFlowResponseSchema as kY, type UninstallPackageApiRequest as kZ, UninstallPackageApiRequestSchema as k_, SearchFeedRequestSchema as ka, type SearchFeedResponse as kb, SearchFeedResponseSchema as kc, type ServiceInfo as kd, ServiceInfoSchema as ke, ServiceStatus as kf, type Session as kg, type SessionResponse as kh, SessionResponseSchema as ki, SessionSchema as kj, type SessionUser as kk, type SessionUserInput as kl, SessionUserSchema as km, type SetPresenceRequest as kn, SetPresenceRequestSchema as ko, type SetPresenceResponse as kp, SetPresenceResponseSchema as kq, type SimpleCursorPosition as kr, SimpleCursorPositionSchema as ks, type SimplePresenceState as kt, SimplePresenceStateSchema as ku, type SingleRecordResponse as kv, SingleRecordResponseSchema as kw, StandardApiContracts as kx, StandardErrorCode as ky, type StarFeedItemRequest as kz, AiNlqRequestSchema as l, VersionNegotiationResponseSchema as l$, UninstallPackageApiResponseSchema as l0, type UnpinFeedItemRequest as l1, UnpinFeedItemRequestSchema as l2, type UnpinFeedItemResponse as l3, UnpinFeedItemResponseSchema as l4, type UnregisterDeviceRequest as l5, UnregisterDeviceRequestSchema as l6, type UnregisterDeviceResponse as l7, UnregisterDeviceResponseSchema as l8, type UnstarFeedItemRequest as l9, UpdateManyRequestSchema as lA, type UpdateNotificationPreferencesRequest as lB, UpdateNotificationPreferencesRequestSchema as lC, type UpdateNotificationPreferencesResponse as lD, UpdateNotificationPreferencesResponseSchema as lE, type UpdateRequest as lF, UpdateRequestSchema as lG, type UpdateViewRequest as lH, UpdateViewRequestSchema as lI, type UpdateViewResponse as lJ, UpdateViewResponseSchema as lK, type UploadArtifactRequest as lL, UploadArtifactRequestSchema as lM, type UploadArtifactResponse as lN, UploadArtifactResponseSchema as lO, type UploadChunkRequest as lP, UploadChunkRequestSchema as lQ, type UploadChunkResponse as lR, UploadChunkResponseSchema as lS, type UploadProgress as lT, UploadProgressSchema as lU, type UserProfileResponse as lV, UserProfileResponseSchema as lW, ValidationMode as lX, type VersionDefinition as lY, VersionDefinitionSchema as lZ, type VersionNegotiationResponse as l_, UnstarFeedItemRequestSchema as la, type UnstarFeedItemResponse as lb, UnstarFeedItemResponseSchema as lc, type UnsubscribeMessage as ld, UnsubscribeMessageSchema as le, type UnsubscribeRequest as lf, UnsubscribeRequestSchema as lg, type UnsubscribeResponse as lh, UnsubscribeResponseSchema as li, type UpdateDataRequest as lj, UpdateDataRequestSchema as lk, type UpdateDataResponse as ll, UpdateDataResponseSchema as lm, type UpdateFeedItemRequest as ln, UpdateFeedItemRequestSchema as lo, type UpdateFeedItemResponse as lp, UpdateFeedItemResponseSchema as lq, type UpdateFlowRequest as lr, UpdateFlowRequestSchema as ls, type UpdateFlowResponse as lt, UpdateFlowResponseSchema as lu, type UpdateManyDataRequest as lv, UpdateManyDataRequestSchema as lw, type UpdateManyDataResponse as lx, UpdateManyDataResponseSchema as ly, type UpdateManyRequest as lz, type AiNlqResponse as m, VersionStatus as m0, type VersioningConfig as m1, type VersioningConfigInput as m2, VersioningConfigSchema as m3, VersioningStrategy as m4, type WebSocketConfig as m5, WebSocketConfigSchema as m6, type WebSocketEvent as m7, WebSocketEventSchema as m8, type WebSocketMessage as m9, getDefaultRouteRegistrations as mA, mapFieldTypeToGraphQL as mB, WebSocketMessageSchema as ma, WebSocketMessageType as mb, WebSocketPresenceStatus as mc, type WebSocketServerConfig as md, WebSocketServerConfigSchema as me, type WebhookConfig as mf, WebhookConfigSchema as mg, type WebhookEvent as mh, WebhookEventSchema as mi, type WellKnownCapabilities as mj, WellKnownCapabilitiesSchema as mk, type WorkflowApproveRequest as ml, WorkflowApproveRequestSchema as mm, type WorkflowApproveResponse as mn, WorkflowApproveResponseSchema as mo, type WorkflowRejectRequest as mp, WorkflowRejectRequestSchema as mq, type WorkflowRejectResponse as mr, WorkflowRejectResponseSchema as ms, type WorkflowState as mt, WorkflowStateSchema as mu, type WorkflowTransitionRequest as mv, WorkflowTransitionRequestSchema as mw, type WorkflowTransitionResponse as mx, WorkflowTransitionResponseSchema as my, getAuthEndpointUrl as mz, AiNlqResponseSchema as n, type AiSuggestRequest as o, AiSuggestRequestSchema as p, type AiSuggestResponse as q, AiSuggestResponseSchema as r, AnalyticsEndpoint as s, type AnalyticsMetadataResponse as t, AnalyticsMetadataResponseSchema as u, type AnalyticsQueryRequest$1 as v, AnalyticsQueryRequestSchema as w, AnalyticsResultResponseSchema as x, type AnalyticsSqlResponse as y, AnalyticsSqlResponseSchema as z };
|