@objectstack/spec 3.0.7 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/index.d.mts +2 -2
- package/dist/ai/index.d.ts +2 -2
- package/dist/ai/index.js +2 -0
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/index.mjs +2 -0
- package/dist/ai/index.mjs.map +1 -1
- package/dist/api/index.d.mts +4 -4
- package/dist/api/index.d.ts +4 -4
- package/dist/api/index.js +382 -1
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +362 -2
- package/dist/api/index.mjs.map +1 -1
- package/dist/automation/index.d.mts +1 -1
- package/dist/automation/index.d.ts +1 -1
- package/dist/cloud/index.d.mts +1 -1
- package/dist/cloud/index.d.ts +1 -1
- package/dist/contracts/index.d.mts +5 -5
- package/dist/contracts/index.d.ts +5 -5
- package/dist/data/index.d.mts +4 -4
- package/dist/data/index.d.ts +4 -4
- package/dist/data/index.js +120 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +110 -1
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-D1NCePFb.d.ts → field.zod-BHxpAwVr.d.ts} +34 -0
- package/dist/{field.zod-CJdHL-BH.d.mts → field.zod-mxBoNxg8.d.mts} +34 -0
- package/dist/{index-CND4h8W_.d.mts → index-AqIVxuzT.d.mts} +15 -3
- package/dist/{index-D87KXoQH.d.mts → index-B1AZWWcE.d.ts} +8 -8
- package/dist/{index-CTwYO4Y3.d.mts → index-BROcs0kJ.d.mts} +21 -4
- package/dist/{index-C3uKcXsS.d.mts → index-BRuf4O2a.d.ts} +198 -6
- package/dist/{index-BqzRvWzp.d.ts → index-Bh-dF2Ju.d.ts} +21 -4
- package/dist/{index-CbrWf0x5.d.ts → index-Ci0RXmHz.d.mts} +8 -8
- package/dist/{index-3M_Ea-Ik.d.mts → index-CsTJO_xM.d.mts} +689 -6
- package/dist/{index-CoEZYWX-.d.ts → index-CzktECeu.d.ts} +1960 -24
- package/dist/{index-DA0qoRCT.d.mts → index-D2Ax_A0R.d.mts} +1960 -24
- package/dist/{index-DNxw-Dkd.d.mts → index-DIgqySbe.d.mts} +224 -11
- package/dist/{index-QoFYi7l6.d.ts → index-DTc_NZfW.d.ts} +15 -3
- package/dist/{index-4NcJ3Ha4.d.ts → index-DYNhHUVz.d.mts} +198 -6
- package/dist/{index-7tz6PlLg.d.ts → index-DsbZHCgH.d.ts} +224 -11
- package/dist/{index-h0QkzinG.d.ts → index-SXEQtWmF.d.ts} +689 -6
- package/dist/index.d.mts +392 -20
- package/dist/index.d.ts +392 -20
- package/dist/index.js +600 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +600 -4
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +1 -1
- package/dist/integration/index.d.ts +1 -1
- package/dist/kernel/index.d.mts +3 -3
- package/dist/kernel/index.d.ts +3 -3
- package/dist/{object.zod-CxpSoqwV.d.ts → object.zod-CXDcD0i1.d.ts} +3 -0
- package/dist/{object.zod-DufQEbpX.d.mts → object.zod-D5DAHp9X.d.mts} +3 -0
- package/dist/shared/index.js +2 -0
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +2 -0
- package/dist/shared/index.mjs.map +1 -1
- package/dist/{driver.zod-BOIvRcxq.d.ts → subscription.zod-DCztHI1t.d.ts} +251 -2
- package/dist/{driver.zod-CV-qswqr.d.mts → subscription.zod-DwAnxzbq.d.mts} +251 -2
- package/dist/system/index.d.mts +2 -2
- package/dist/system/index.d.ts +2 -2
- package/dist/system/index.js +142 -0
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +139 -1
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +259 -4
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +250 -5
- package/dist/ui/index.mjs.map +1 -1
- package/json-schema/ai/AICodeReviewResult.json +2 -2
- package/json-schema/ai/AIKnowledge.json +2 -2
- package/json-schema/ai/AIModelConfig.json +2 -2
- package/json-schema/ai/AIOperationCost.json +2 -2
- package/json-schema/ai/AIOpsAgentConfig.json +2 -2
- package/json-schema/ai/AIOrchestration.json +2 -2
- package/json-schema/ai/AIOrchestrationExecutionResult.json +2 -2
- package/json-schema/ai/AIOrchestrationTrigger.json +2 -2
- package/json-schema/ai/AITask.json +2 -2
- package/json-schema/ai/AITaskType.json +2 -2
- package/json-schema/ai/AITool.json +2 -2
- package/json-schema/ai/Agent.json +2 -2
- package/json-schema/ai/AgentAction.json +2 -2
- package/json-schema/ai/AgentActionResult.json +2 -2
- package/json-schema/ai/AgentActionSequence.json +2 -2
- package/json-schema/ai/AgentActionSequenceResult.json +2 -2
- package/json-schema/ai/AgentCommunicationProtocol.json +2 -2
- package/json-schema/ai/AgentGroupMember.json +2 -2
- package/json-schema/ai/AgentGroupRole.json +2 -2
- package/json-schema/ai/AnomalyDetectionConfig.json +2 -2
- package/json-schema/ai/AutoScalingPolicy.json +2 -2
- package/json-schema/ai/BatchAIOrchestrationExecution.json +2 -2
- package/json-schema/ai/BillingPeriod.json +2 -2
- package/json-schema/ai/BudgetLimit.json +2 -2
- package/json-schema/ai/BudgetStatus.json +2 -2
- package/json-schema/ai/BudgetType.json +2 -2
- package/json-schema/ai/CICDPipelineConfig.json +2 -2
- package/json-schema/ai/ChunkingStrategy.json +2 -2
- package/json-schema/ai/CodeContent.json +2 -2
- package/json-schema/ai/CodeGenerationConfig.json +2 -2
- package/json-schema/ai/CodeGenerationRequest.json +2 -2
- package/json-schema/ai/CodeGenerationTarget.json +2 -2
- package/json-schema/ai/ComponentActionParams.json +2 -2
- package/json-schema/ai/ComponentActionType.json +2 -2
- package/json-schema/ai/ComponentAgentAction.json +2 -2
- package/json-schema/ai/ConversationAnalytics.json +2 -2
- package/json-schema/ai/ConversationContext.json +2 -2
- package/json-schema/ai/ConversationMessage.json +2 -2
- package/json-schema/ai/ConversationSession.json +2 -2
- package/json-schema/ai/ConversationSummary.json +2 -2
- package/json-schema/ai/CostAlert.json +2 -2
- package/json-schema/ai/CostAlertType.json +2 -2
- package/json-schema/ai/CostAnalytics.json +2 -2
- package/json-schema/ai/CostBreakdownDimension.json +2 -2
- package/json-schema/ai/CostBreakdownEntry.json +2 -2
- package/json-schema/ai/CostEntry.json +2 -2
- package/json-schema/ai/CostMetricType.json +2 -2
- package/json-schema/ai/CostOptimizationRecommendation.json +2 -2
- package/json-schema/ai/CostQueryFilters.json +2 -2
- package/json-schema/ai/CostReport.json +2 -2
- package/json-schema/ai/DataActionParams.json +2 -2
- package/json-schema/ai/DataActionType.json +2 -2
- package/json-schema/ai/DataAgentAction.json +2 -2
- package/json-schema/ai/DeploymentStrategy.json +2 -2
- package/json-schema/ai/DevOpsAgent.json +2 -2
- package/json-schema/ai/DevOpsTool.json +2 -2
- package/json-schema/ai/DevelopmentConfig.json +2 -2
- package/json-schema/ai/DocumentChunk.json +2 -2
- package/json-schema/ai/DocumentLoaderConfig.json +2 -2
- package/json-schema/ai/DocumentMetadata.json +2 -2
- package/json-schema/ai/EmbeddingModel.json +2 -2
- package/json-schema/ai/Entity.json +2 -2
- package/json-schema/ai/EvaluationMetrics.json +2 -2
- package/json-schema/ai/FeedbackLoop.json +18 -2
- package/json-schema/ai/FieldSynonymConfig.json +2 -2
- package/json-schema/ai/FileContent.json +2 -2
- package/json-schema/ai/FilterExpression.json +2 -2
- package/json-schema/ai/FilterGroup.json +2 -2
- package/json-schema/ai/FormActionParams.json +2 -2
- package/json-schema/ai/FormActionType.json +2 -2
- package/json-schema/ai/FormAgentAction.json +2 -2
- package/json-schema/ai/FunctionCall.json +2 -2
- package/json-schema/ai/GeneratedCode.json +2 -2
- package/json-schema/ai/GitHubIntegration.json +2 -2
- package/json-schema/ai/Hyperparameters.json +2 -2
- package/json-schema/ai/ImageContent.json +2 -2
- package/json-schema/ai/IntegrationConfig.json +2 -2
- package/json-schema/ai/IntentActionMapping.json +2 -2
- package/json-schema/ai/Issue.json +2 -2
- package/json-schema/ai/MCPCapability.json +2 -2
- package/json-schema/ai/MCPClientConfig.json +2 -2
- package/json-schema/ai/MCPPrompt.json +2 -2
- package/json-schema/ai/MCPPromptArgument.json +2 -2
- package/json-schema/ai/MCPPromptMessage.json +2 -2
- package/json-schema/ai/MCPPromptRequest.json +2 -2
- package/json-schema/ai/MCPPromptResponse.json +2 -2
- package/json-schema/ai/MCPResource.json +2 -2
- package/json-schema/ai/MCPResourceRequest.json +2 -2
- package/json-schema/ai/MCPResourceResponse.json +2 -2
- package/json-schema/ai/MCPResourceTemplate.json +2 -2
- package/json-schema/ai/MCPResourceType.json +2 -2
- package/json-schema/ai/MCPRootEntry.json +2 -2
- package/json-schema/ai/MCPRootsConfig.json +2 -2
- package/json-schema/ai/MCPSamplingConfig.json +2 -2
- package/json-schema/ai/MCPServerConfig.json +2 -2
- package/json-schema/ai/MCPServerInfo.json +2 -2
- package/json-schema/ai/MCPStreamingConfig.json +2 -2
- package/json-schema/ai/MCPTool.json +2 -2
- package/json-schema/ai/MCPToolApproval.json +2 -2
- package/json-schema/ai/MCPToolCallRequest.json +2 -2
- package/json-schema/ai/MCPToolCallResponse.json +2 -2
- package/json-schema/ai/MCPToolParameter.json +2 -2
- package/json-schema/ai/MCPTransportConfig.json +2 -2
- package/json-schema/ai/MCPTransportType.json +2 -2
- package/json-schema/ai/MessageContent.json +2 -2
- package/json-schema/ai/MessageContentType.json +2 -2
- package/json-schema/ai/MessagePruningEvent.json +2 -2
- package/json-schema/ai/MessageRole.json +2 -2
- package/json-schema/ai/MetadataFilter.json +2 -2
- package/json-schema/ai/MetadataSource.json +2 -2
- package/json-schema/ai/ModelCapability.json +2 -2
- package/json-schema/ai/ModelConfig.json +2 -2
- package/json-schema/ai/ModelDrift.json +2 -2
- package/json-schema/ai/ModelFeature.json +2 -2
- package/json-schema/ai/ModelLimits.json +2 -2
- package/json-schema/ai/ModelPricing.json +2 -2
- package/json-schema/ai/ModelProvider.json +2 -2
- package/json-schema/ai/ModelRegistry.json +2 -2
- package/json-schema/ai/ModelRegistryEntry.json +2 -2
- package/json-schema/ai/ModelSelectionCriteria.json +2 -2
- package/json-schema/ai/MonitoringConfig.json +2 -2
- package/json-schema/ai/MultiAgentGroup.json +2 -2
- package/json-schema/ai/NLQAnalytics.json +2 -2
- package/json-schema/ai/NLQFieldMapping.json +2 -2
- package/json-schema/ai/NLQModelConfig.json +2 -2
- package/json-schema/ai/NLQParseResult.json +2 -2
- package/json-schema/ai/NLQRequest.json +2 -2
- package/json-schema/ai/NLQResponse.json +2 -2
- package/json-schema/ai/NLQTrainingExample.json +2 -2
- package/json-schema/ai/NavigationActionParams.json +2 -2
- package/json-schema/ai/NavigationActionType.json +2 -2
- package/json-schema/ai/NavigationAgentAction.json +2 -2
- package/json-schema/ai/PerformanceOptimization.json +2 -2
- package/json-schema/ai/PipelineStage.json +2 -2
- package/json-schema/ai/PluginCompositionRequest.json +2 -2
- package/json-schema/ai/PluginCompositionResult.json +2 -2
- package/json-schema/ai/PluginRecommendation.json +2 -2
- package/json-schema/ai/PluginRecommendationRequest.json +2 -2
- package/json-schema/ai/PluginScaffoldingTemplate.json +2 -2
- package/json-schema/ai/PostProcessingAction.json +2 -2
- package/json-schema/ai/PredictionRequest.json +2 -2
- package/json-schema/ai/PredictionResult.json +2 -2
- package/json-schema/ai/PredictiveModel.json +2 -2
- package/json-schema/ai/PredictiveModelType.json +2 -2
- package/json-schema/ai/PromptTemplate.json +2 -2
- package/json-schema/ai/PromptVariable.json +2 -2
- package/json-schema/ai/QueryContext.json +2 -2
- package/json-schema/ai/QueryIntent.json +2 -2
- package/json-schema/ai/QueryTemplate.json +2 -2
- package/json-schema/ai/RAGPipelineConfig.json +2 -2
- package/json-schema/ai/RAGPipelineStatus.json +2 -2
- package/json-schema/ai/RAGQueryRequest.json +2 -2
- package/json-schema/ai/RAGQueryResponse.json +2 -2
- package/json-schema/ai/RerankingConfig.json +2 -2
- package/json-schema/ai/Resolution.json +18 -2
- package/json-schema/ai/RetrievalStrategy.json +2 -2
- package/json-schema/ai/RootCauseAnalysisRequest.json +2 -2
- package/json-schema/ai/RootCauseAnalysisResult.json +2 -2
- package/json-schema/ai/SelfHealingAction.json +2 -2
- package/json-schema/ai/SelfHealingConfig.json +2 -2
- package/json-schema/ai/StructuredOutputConfig.json +2 -2
- package/json-schema/ai/StructuredOutputFormat.json +2 -2
- package/json-schema/ai/TestingConfig.json +2 -2
- package/json-schema/ai/TextContent.json +2 -2
- package/json-schema/ai/Timeframe.json +2 -2
- package/json-schema/ai/TokenBudgetConfig.json +2 -2
- package/json-schema/ai/TokenBudgetStrategy.json +2 -2
- package/json-schema/ai/TokenUsage.json +2 -2
- package/json-schema/ai/TokenUsageStats.json +2 -2
- package/json-schema/ai/ToolCall.json +2 -2
- package/json-schema/ai/TrainingConfig.json +2 -2
- package/json-schema/ai/TransformPipelineStep.json +2 -2
- package/json-schema/ai/TypedAgentAction.json +2 -2
- package/json-schema/ai/UIActionType.json +2 -2
- package/json-schema/ai/VectorStoreConfig.json +2 -2
- package/json-schema/ai/VectorStoreProvider.json +2 -2
- package/json-schema/ai/VercelIntegration.json +2 -2
- package/json-schema/ai/VersionManagement.json +2 -2
- package/json-schema/ai/ViewActionParams.json +2 -2
- package/json-schema/ai/ViewActionType.json +2 -2
- package/json-schema/ai/ViewAgentAction.json +2 -2
- package/json-schema/ai/WorkflowActionParams.json +2 -2
- package/json-schema/ai/WorkflowActionType.json +2 -2
- package/json-schema/ai/WorkflowAgentAction.json +2 -2
- package/json-schema/ai/WorkflowFieldCondition.json +2 -2
- package/json-schema/ai/WorkflowSchedule.json +2 -2
- package/json-schema/api/AckMessage.json +2 -2
- package/json-schema/api/AddReactionRequest.json +31 -0
- package/json-schema/api/AddReactionResponse.json +110 -0
- package/json-schema/api/AiChatRequest.json +2 -2
- package/json-schema/api/AiChatResponse.json +2 -2
- package/json-schema/api/AiInsightsRequest.json +2 -2
- package/json-schema/api/AiInsightsResponse.json +2 -2
- package/json-schema/api/AiNlqRequest.json +2 -2
- package/json-schema/api/AiNlqResponse.json +2 -2
- package/json-schema/api/AiSuggestRequest.json +2 -2
- package/json-schema/api/AiSuggestResponse.json +2 -2
- package/json-schema/api/AnalyticsEndpoint.json +2 -2
- package/json-schema/api/AnalyticsMetadataResponse.json +2 -2
- package/json-schema/api/AnalyticsQueryRequest.json +2 -2
- package/json-schema/api/AnalyticsResultResponse.json +2 -2
- package/json-schema/api/AnalyticsSqlResponse.json +2 -2
- package/json-schema/api/ApiChangelogEntry.json +2 -2
- package/json-schema/api/ApiDiscoveryQuery.json +2 -2
- package/json-schema/api/ApiDiscoveryResponse.json +2 -2
- package/json-schema/api/ApiDocumentationConfig.json +2 -2
- package/json-schema/api/ApiEndpoint.json +2 -2
- package/json-schema/api/ApiEndpointRegistration.json +2 -2
- package/json-schema/api/ApiError.json +2 -2
- package/json-schema/api/ApiMapping.json +2 -2
- package/json-schema/api/ApiMetadata.json +2 -2
- package/json-schema/api/ApiParameter.json +2 -2
- package/json-schema/api/ApiProtocolType.json +2 -2
- package/json-schema/api/ApiRegistry.json +2 -2
- package/json-schema/api/ApiRegistryEntry.json +2 -2
- package/json-schema/api/ApiResponse.json +2 -2
- package/json-schema/api/ApiRoutes.json +2 -2
- package/json-schema/api/ApiTestCollection.json +2 -2
- package/json-schema/api/ApiTestRequest.json +2 -2
- package/json-schema/api/ApiTestingUiConfig.json +2 -2
- package/json-schema/api/ApiTestingUiType.json +2 -2
- package/json-schema/api/AppDefinitionResponse.json +469 -2
- package/json-schema/api/AuthEndpoint.json +2 -2
- package/json-schema/api/AuthProvider.json +2 -2
- package/json-schema/api/AutomationTriggerRequest.json +2 -2
- package/json-schema/api/AutomationTriggerResponse.json +2 -2
- package/json-schema/api/BasePresence.json +2 -2
- package/json-schema/api/BaseResponse.json +2 -2
- package/json-schema/api/BatchConfig.json +2 -2
- package/json-schema/api/BatchDataRequest.json +2 -2
- package/json-schema/api/BatchDataResponse.json +2 -2
- package/json-schema/api/BatchEndpointsConfig.json +2 -2
- package/json-schema/api/BatchLoadingStrategy.json +2 -2
- package/json-schema/api/BatchOperationResult.json +2 -2
- package/json-schema/api/BatchOperationType.json +2 -2
- package/json-schema/api/BatchOptions.json +2 -2
- package/json-schema/api/BatchRecord.json +2 -2
- package/json-schema/api/BatchUpdateRequest.json +2 -2
- package/json-schema/api/BatchUpdateResponse.json +2 -2
- package/json-schema/api/BulkRequest.json +2 -2
- package/json-schema/api/BulkResponse.json +2 -2
- package/json-schema/api/CacheControl.json +2 -2
- package/json-schema/api/CacheDirective.json +2 -2
- package/json-schema/api/CacheInvalidationRequest.json +2 -2
- package/json-schema/api/CacheInvalidationResponse.json +2 -2
- package/json-schema/api/CacheInvalidationTarget.json +2 -2
- package/json-schema/api/Callback.json +2 -2
- package/json-schema/api/CheckPermissionRequest.json +2 -2
- package/json-schema/api/CheckPermissionResponse.json +2 -2
- package/json-schema/api/CodeGenerationTemplate.json +2 -2
- package/json-schema/api/CompleteUploadRequest.json +2 -2
- package/json-schema/api/ConceptListResponse.json +2 -2
- package/json-schema/api/ConflictResolutionStrategy.json +2 -2
- package/json-schema/api/CreateDataRequest.json +2 -2
- package/json-schema/api/CreateDataResponse.json +2 -2
- package/json-schema/api/CreateFeedItemRequest.json +106 -0
- package/json-schema/api/CreateFeedItemResponse.json +317 -0
- package/json-schema/api/CreateManyDataRequest.json +2 -2
- package/json-schema/api/CreateManyDataResponse.json +2 -2
- package/json-schema/api/CreateRequest.json +2 -2
- package/json-schema/api/CrudEndpointPattern.json +2 -2
- package/json-schema/api/CrudEndpointsConfig.json +2 -2
- package/json-schema/api/CrudOperation.json +2 -2
- package/json-schema/api/CursorMessage.json +2 -2
- package/json-schema/api/CursorPosition.json +2 -2
- package/json-schema/api/DataLoaderConfig.json +2 -2
- package/json-schema/api/DeleteDataRequest.json +2 -2
- package/json-schema/api/DeleteDataResponse.json +2 -2
- package/json-schema/api/DeleteFeedItemRequest.json +26 -0
- package/json-schema/api/DeleteFeedItemResponse.json +82 -0
- package/json-schema/api/DeleteManyDataRequest.json +2 -2
- package/json-schema/api/DeleteManyDataResponse.json +2 -2
- package/json-schema/api/DeleteManyRequest.json +2 -2
- package/json-schema/api/DeleteResponse.json +2 -2
- package/json-schema/api/DeleteViewRequest.json +2 -2
- package/json-schema/api/DeleteViewResponse.json +2 -2
- package/json-schema/api/DisablePackageRequest.json +2 -2
- package/json-schema/api/DisablePackageResponse.json +2 -2
- package/json-schema/api/Discovery.json +2 -2
- package/json-schema/api/DispatcherConfig.json +2 -2
- package/json-schema/api/DispatcherRoute.json +2 -2
- package/json-schema/api/DocumentState.json +2 -2
- package/json-schema/api/ETag.json +2 -2
- package/json-schema/api/EditMessage.json +2 -2
- package/json-schema/api/EditOperation.json +2 -2
- package/json-schema/api/EditOperationType.json +2 -2
- package/json-schema/api/EnablePackageRequest.json +2 -2
- package/json-schema/api/EnablePackageResponse.json +2 -2
- package/json-schema/api/EndpointRegistry.json +2 -2
- package/json-schema/api/EnhancedApiError.json +2 -2
- package/json-schema/api/ErrorCategory.json +2 -2
- package/json-schema/api/ErrorHandlingConfig.json +2 -2
- package/json-schema/api/ErrorMessage.json +2 -2
- package/json-schema/api/ErrorResponse.json +2 -2
- package/json-schema/api/EventFilter.json +2 -2
- package/json-schema/api/EventFilterCondition.json +2 -2
- package/json-schema/api/EventMessage.json +2 -2
- package/json-schema/api/EventPattern.json +2 -2
- package/json-schema/api/EventSubscription.json +2 -2
- package/json-schema/api/ExportRequest.json +2 -2
- package/json-schema/api/FederationEntity.json +2 -2
- package/json-schema/api/FederationEntityKey.json +2 -2
- package/json-schema/api/FederationExternalField.json +2 -2
- package/json-schema/api/FederationGateway.json +2 -2
- package/json-schema/api/FederationProvides.json +2 -2
- package/json-schema/api/FederationRequires.json +2 -2
- package/json-schema/api/FeedApiErrorCode.json +17 -0
- package/json-schema/api/FeedItemPathParams.json +26 -0
- package/json-schema/api/FeedListFilterType.json +12 -0
- package/json-schema/api/FeedPathParams.json +21 -0
- package/json-schema/api/FeedUnsubscribeRequest.json +21 -0
- package/json-schema/api/FieldError.json +2 -2
- package/json-schema/api/FileUploadResponse.json +2 -2
- package/json-schema/api/FilterOperator.json +2 -2
- package/json-schema/api/FindDataRequest.json +2 -2
- package/json-schema/api/FindDataResponse.json +2 -2
- package/json-schema/api/GeneratedApiDocumentation.json +2 -2
- package/json-schema/api/GeneratedEndpoint.json +2 -2
- package/json-schema/api/GetAnalyticsMetaRequest.json +2 -2
- package/json-schema/api/GetDataRequest.json +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +2 -2
- package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
- package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
- package/json-schema/api/GetFeedRequest.json +45 -0
- package/json-schema/api/GetFeedResponse.json +344 -0
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetLocalesRequest.json +2 -2
- package/json-schema/api/GetLocalesResponse.json +2 -2
- package/json-schema/api/GetMetaItemCachedRequest.json +2 -2
- package/json-schema/api/GetMetaItemCachedResponse.json +2 -2
- package/json-schema/api/GetMetaItemRequest.json +2 -2
- package/json-schema/api/GetMetaItemResponse.json +2 -2
- package/json-schema/api/GetMetaItemsRequest.json +2 -2
- package/json-schema/api/GetMetaItemsResponse.json +2 -2
- package/json-schema/api/GetMetaTypesRequest.json +2 -2
- package/json-schema/api/GetMetaTypesResponse.json +2 -2
- package/json-schema/api/GetNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/GetNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/GetObjectPermissionsRequest.json +2 -2
- package/json-schema/api/GetObjectPermissionsResponse.json +2 -2
- package/json-schema/api/GetPackageRequest.json +2 -2
- package/json-schema/api/GetPackageResponse.json +2 -2
- package/json-schema/api/GetPresenceRequest.json +2 -2
- package/json-schema/api/GetPresenceResponse.json +2 -2
- package/json-schema/api/GetPresignedUrlRequest.json +2 -2
- package/json-schema/api/GetTranslationsRequest.json +2 -2
- package/json-schema/api/GetTranslationsResponse.json +2 -2
- package/json-schema/api/GetUiViewRequest.json +2 -2
- package/json-schema/api/GetViewRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigResponse.json +2 -2
- package/json-schema/api/GetWorkflowStateRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateResponse.json +2 -2
- package/json-schema/api/GraphQLConfig.json +2 -2
- package/json-schema/api/GraphQLDataLoaderConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveLocation.json +2 -2
- package/json-schema/api/GraphQLMutationConfig.json +2 -2
- package/json-schema/api/GraphQLPersistedQuery.json +2 -2
- package/json-schema/api/GraphQLQueryAdapter.json +2 -2
- package/json-schema/api/GraphQLQueryComplexity.json +2 -2
- package/json-schema/api/GraphQLQueryConfig.json +2 -2
- package/json-schema/api/GraphQLQueryDepthLimit.json +2 -2
- package/json-schema/api/GraphQLRateLimit.json +2 -2
- package/json-schema/api/GraphQLResolverConfig.json +2 -2
- package/json-schema/api/GraphQLScalarType.json +2 -2
- package/json-schema/api/GraphQLSubscriptionConfig.json +2 -2
- package/json-schema/api/GraphQLTypeConfig.json +2 -2
- package/json-schema/api/HttpMethod.json +2 -2
- package/json-schema/api/HttpStatusCode.json +2 -2
- package/json-schema/api/IdRequest.json +2 -2
- package/json-schema/api/InstallPackageRequest.json +2 -2
- package/json-schema/api/InstallPackageResponse.json +2 -2
- package/json-schema/api/ListNotificationsRequest.json +2 -2
- package/json-schema/api/ListNotificationsResponse.json +2 -2
- package/json-schema/api/ListPackagesRequest.json +2 -2
- package/json-schema/api/ListPackagesResponse.json +2 -2
- package/json-schema/api/ListRecordResponse.json +2 -2
- package/json-schema/api/ListViewsRequest.json +2 -2
- package/json-schema/api/LoginRequest.json +2 -2
- package/json-schema/api/LoginType.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadResponse.json +2 -2
- package/json-schema/api/MarkNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkNotificationsReadResponse.json +2 -2
- package/json-schema/api/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/api/MetadataBulkResponse.json +2 -2
- package/json-schema/api/MetadataBulkUnregisterRequest.json +2 -2
- package/json-schema/api/MetadataCacheRequest.json +2 -2
- package/json-schema/api/MetadataCacheResponse.json +2 -2
- package/json-schema/api/MetadataDeleteResponse.json +2 -2
- package/json-schema/api/MetadataDependenciesResponse.json +2 -2
- package/json-schema/api/MetadataDependentsResponse.json +2 -2
- package/json-schema/api/MetadataEffectiveResponse.json +2 -2
- package/json-schema/api/MetadataEndpointsConfig.json +2 -2
- package/json-schema/api/MetadataExistsResponse.json +2 -2
- package/json-schema/api/MetadataExportRequest.json +2 -2
- package/json-schema/api/MetadataExportResponse.json +2 -2
- package/json-schema/api/MetadataImportRequest.json +2 -2
- package/json-schema/api/MetadataImportResponse.json +2 -2
- package/json-schema/api/MetadataItemResponse.json +2 -2
- package/json-schema/api/MetadataListResponse.json +2 -2
- package/json-schema/api/MetadataNamesResponse.json +2 -2
- package/json-schema/api/MetadataOverlayResponse.json +2 -2
- package/json-schema/api/MetadataOverlaySaveRequest.json +2 -2
- package/json-schema/api/MetadataQueryRequest.json +2 -2
- package/json-schema/api/MetadataQueryResponse.json +2 -2
- package/json-schema/api/MetadataRegisterRequest.json +2 -2
- package/json-schema/api/MetadataTypeInfoResponse.json +2 -2
- package/json-schema/api/MetadataTypesResponse.json +2 -2
- package/json-schema/api/MetadataValidateRequest.json +2 -2
- package/json-schema/api/MetadataValidateResponse.json +2 -2
- package/json-schema/api/ModificationResult.json +2 -2
- package/json-schema/api/Notification.json +2 -2
- package/json-schema/api/NotificationPreferences.json +2 -2
- package/json-schema/api/ODataConfig.json +2 -2
- package/json-schema/api/ODataError.json +2 -2
- package/json-schema/api/ODataFilterFunction.json +2 -2
- package/json-schema/api/ODataFilterOperator.json +2 -2
- package/json-schema/api/ODataMetadata.json +2 -2
- package/json-schema/api/ODataQuery.json +2 -2
- package/json-schema/api/ODataQueryAdapter.json +2 -2
- package/json-schema/api/ODataResponse.json +2 -2
- package/json-schema/api/ObjectDefinitionResponse.json +6 -2
- package/json-schema/api/ObjectQLReference.json +2 -2
- package/json-schema/api/OpenApi31Extensions.json +2 -2
- package/json-schema/api/OpenApiGenerationConfig.json +2 -2
- package/json-schema/api/OpenApiSecurityScheme.json +2 -2
- package/json-schema/api/OpenApiServer.json +2 -2
- package/json-schema/api/OpenApiSpec.json +2 -2
- package/json-schema/api/OperatorMapping.json +2 -2
- package/json-schema/api/PingMessage.json +2 -2
- package/json-schema/api/PongMessage.json +2 -2
- package/json-schema/api/PresenceMessage.json +2 -2
- package/json-schema/api/PresenceState.json +2 -2
- package/json-schema/api/PresenceStatus.json +2 -2
- package/json-schema/api/PresenceUpdate.json +2 -2
- package/json-schema/api/PresignedUrlResponse.json +2 -2
- package/json-schema/api/QueryAdapterConfig.json +2 -2
- package/json-schema/api/QueryAdapterTarget.json +2 -2
- package/json-schema/api/QueryOptimizationConfig.json +2 -2
- package/json-schema/api/RealtimeConfig.json +2 -2
- package/json-schema/api/RealtimeConnectRequest.json +2 -2
- package/json-schema/api/RealtimeConnectResponse.json +2 -2
- package/json-schema/api/RealtimeDisconnectRequest.json +2 -2
- package/json-schema/api/RealtimeDisconnectResponse.json +2 -2
- package/json-schema/api/RealtimeEvent.json +2 -2
- package/json-schema/api/RealtimeEventType.json +2 -2
- package/json-schema/api/RealtimePresence.json +2 -2
- package/json-schema/api/RealtimeRecordAction.json +2 -2
- package/json-schema/api/RealtimeSubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeSubscribeResponse.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeResponse.json +2 -2
- package/json-schema/api/RecordData.json +2 -2
- package/json-schema/api/RefreshTokenRequest.json +2 -2
- package/json-schema/api/RegisterDeviceRequest.json +2 -2
- package/json-schema/api/RegisterDeviceResponse.json +2 -2
- package/json-schema/api/RegisterRequest.json +2 -2
- package/json-schema/api/RemoveReactionRequest.json +31 -0
- package/json-schema/api/RemoveReactionResponse.json +110 -0
- package/json-schema/api/RequestValidationConfig.json +2 -2
- package/json-schema/api/ResponseEnvelopeConfig.json +2 -2
- package/json-schema/api/RestApiConfig.json +2 -2
- package/json-schema/api/RestApiEndpoint.json +2 -2
- package/json-schema/api/RestApiPluginConfig.json +2 -2
- package/json-schema/api/RestApiRouteCategory.json +2 -2
- package/json-schema/api/RestApiRouteRegistration.json +2 -2
- package/json-schema/api/RestQueryAdapter.json +2 -2
- package/json-schema/api/RestServerConfig.json +2 -2
- package/json-schema/api/RetryStrategy.json +2 -2
- package/json-schema/api/RouteCategory.json +2 -2
- package/json-schema/api/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.json +2 -2
- package/json-schema/api/RouterConfig.json +2 -2
- package/json-schema/api/SaveMetaItemRequest.json +2 -2
- package/json-schema/api/SaveMetaItemResponse.json +2 -2
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/ServiceInfo.json +2 -2
- package/json-schema/api/Session.json +2 -2
- package/json-schema/api/SessionResponse.json +2 -2
- package/json-schema/api/SessionUser.json +2 -2
- package/json-schema/api/SetPresenceRequest.json +2 -2
- package/json-schema/api/SetPresenceResponse.json +2 -2
- package/json-schema/api/SimpleCursorPosition.json +2 -2
- package/json-schema/api/SimplePresenceState.json +2 -2
- package/json-schema/api/SingleRecordResponse.json +2 -2
- package/json-schema/api/StandardErrorCode.json +2 -2
- package/json-schema/api/SubgraphConfig.json +2 -2
- package/json-schema/api/SubscribeMessage.json +2 -2
- package/json-schema/api/SubscribeRequest.json +57 -0
- package/json-schema/api/SubscribeResponse.json +142 -0
- package/json-schema/api/Subscription.json +2 -2
- package/json-schema/api/SubscriptionEvent.json +2 -2
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/UninstallPackageRequest.json +2 -2
- package/json-schema/api/UninstallPackageResponse.json +2 -2
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnsubscribeMessage.json +2 -2
- package/json-schema/api/UnsubscribeRequest.json +2 -2
- package/json-schema/api/UnsubscribeResponse.json +92 -0
- package/json-schema/api/UpdateDataRequest.json +2 -2
- package/json-schema/api/UpdateDataResponse.json +2 -2
- package/json-schema/api/UpdateFeedItemRequest.json +85 -0
- package/json-schema/api/UpdateFeedItemResponse.json +317 -0
- package/json-schema/api/UpdateManyDataRequest.json +2 -2
- package/json-schema/api/UpdateManyDataResponse.json +2 -2
- package/json-schema/api/UpdateManyRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/UpdateRequest.json +2 -2
- package/json-schema/api/UserProfileResponse.json +2 -2
- package/json-schema/api/ValidationMode.json +2 -2
- package/json-schema/api/VersionDefinition.json +2 -2
- package/json-schema/api/VersionNegotiationResponse.json +2 -2
- package/json-schema/api/VersionStatus.json +2 -2
- package/json-schema/api/VersioningConfig.json +2 -2
- package/json-schema/api/VersioningStrategy.json +2 -2
- package/json-schema/api/WebSocketConfig.json +2 -2
- package/json-schema/api/WebSocketEvent.json +2 -2
- package/json-schema/api/WebSocketMessage.json +2 -2
- package/json-schema/api/WebSocketMessageType.json +2 -2
- package/json-schema/api/WebSocketPresenceStatus.json +2 -2
- package/json-schema/api/WebSocketServerConfig.json +2 -2
- package/json-schema/api/WebhookConfig.json +2 -2
- package/json-schema/api/WebhookEvent.json +2 -2
- package/json-schema/api/WorkflowApproveRequest.json +2 -2
- package/json-schema/api/WorkflowApproveResponse.json +2 -2
- package/json-schema/api/WorkflowRejectRequest.json +2 -2
- package/json-schema/api/WorkflowRejectResponse.json +2 -2
- package/json-schema/api/WorkflowState.json +2 -2
- package/json-schema/api/WorkflowTransitionRequest.json +2 -2
- package/json-schema/api/WorkflowTransitionResponse.json +2 -2
- package/json-schema/automation/ActionRef.json +2 -2
- package/json-schema/automation/ApprovalAction.json +2 -2
- package/json-schema/automation/ApprovalActionType.json +2 -2
- package/json-schema/automation/ApprovalProcess.json +2 -2
- package/json-schema/automation/ApprovalStep.json +2 -2
- package/json-schema/automation/ApproverType.json +2 -2
- package/json-schema/automation/AuthField.json +2 -2
- package/json-schema/automation/Authentication.json +2 -2
- package/json-schema/automation/AuthenticationType.json +2 -2
- package/json-schema/automation/ConflictResolution.json +2 -2
- package/json-schema/automation/Connector.json +2 -2
- package/json-schema/automation/ConnectorActionRef.json +2 -2
- package/json-schema/automation/ConnectorCategory.json +2 -2
- package/json-schema/automation/ConnectorInstance.json +2 -2
- package/json-schema/automation/ConnectorOperation.json +2 -2
- package/json-schema/automation/ConnectorTrigger.json +2 -2
- package/json-schema/automation/CustomScriptAction.json +2 -2
- package/json-schema/automation/DataDestinationConfig.json +2 -2
- package/json-schema/automation/DataSourceConfig.json +2 -2
- package/json-schema/automation/DataSyncConfig.json +2 -2
- package/json-schema/automation/ETLDestination.json +2 -2
- package/json-schema/automation/ETLEndpointType.json +2 -2
- package/json-schema/automation/ETLPipeline.json +2 -2
- package/json-schema/automation/ETLPipelineRun.json +2 -2
- package/json-schema/automation/ETLRunStatus.json +2 -2
- package/json-schema/automation/ETLSource.json +2 -2
- package/json-schema/automation/ETLSyncMode.json +2 -2
- package/json-schema/automation/ETLTransformation.json +2 -2
- package/json-schema/automation/ETLTransformationType.json +2 -2
- package/json-schema/automation/EmailAlertAction.json +2 -2
- package/json-schema/automation/Event.json +2 -2
- package/json-schema/automation/FieldUpdateAction.json +2 -2
- package/json-schema/automation/Flow.json +2 -2
- package/json-schema/automation/FlowEdge.json +2 -2
- package/json-schema/automation/FlowNode.json +2 -2
- package/json-schema/automation/FlowNodeAction.json +2 -2
- package/json-schema/automation/FlowVariable.json +2 -2
- package/json-schema/automation/GuardRef.json +2 -2
- package/json-schema/automation/HttpCallAction.json +2 -2
- package/json-schema/automation/OAuth2Config.json +2 -2
- package/json-schema/automation/OperationParameter.json +2 -2
- package/json-schema/automation/OperationType.json +2 -2
- package/json-schema/automation/PushNotificationAction.json +2 -2
- package/json-schema/automation/StateMachine.json +2 -2
- package/json-schema/automation/StateNode.json +2 -2
- package/json-schema/automation/SyncDirection.json +2 -2
- package/json-schema/automation/SyncExecutionResult.json +2 -2
- package/json-schema/automation/SyncExecutionStatus.json +2 -2
- package/json-schema/automation/SyncMode.json +2 -2
- package/json-schema/automation/TaskCreationAction.json +2 -2
- package/json-schema/automation/TimeTrigger.json +2 -2
- package/json-schema/automation/Transition.json +2 -2
- package/json-schema/automation/Webhook.json +2 -2
- package/json-schema/automation/WebhookReceiver.json +2 -2
- package/json-schema/automation/WebhookTriggerType.json +2 -2
- package/json-schema/automation/WorkflowAction.json +2 -2
- package/json-schema/automation/WorkflowRule.json +2 -2
- package/json-schema/automation/WorkflowTriggerType.json +2 -2
- package/json-schema/cloud/AnalyticsTimeRange.json +2 -2
- package/json-schema/cloud/AppDiscoveryRequest.json +2 -2
- package/json-schema/cloud/AppDiscoveryResponse.json +2 -2
- package/json-schema/cloud/AppSubscription.json +2 -2
- package/json-schema/cloud/CreateListingRequest.json +2 -2
- package/json-schema/cloud/CuratedCollection.json +2 -2
- package/json-schema/cloud/FeaturedListing.json +2 -2
- package/json-schema/cloud/InstalledAppSummary.json +2 -2
- package/json-schema/cloud/ListInstalledAppsRequest.json +2 -2
- package/json-schema/cloud/ListInstalledAppsResponse.json +2 -2
- package/json-schema/cloud/ListReviewsRequest.json +2 -2
- package/json-schema/cloud/ListReviewsResponse.json +2 -2
- package/json-schema/cloud/ListingActionRequest.json +2 -2
- package/json-schema/cloud/ListingStatus.json +2 -2
- package/json-schema/cloud/MarketplaceCategory.json +2 -2
- package/json-schema/cloud/MarketplaceHealthMetrics.json +2 -2
- package/json-schema/cloud/MarketplaceInstallRequest.json +2 -2
- package/json-schema/cloud/MarketplaceInstallResponse.json +2 -2
- package/json-schema/cloud/MarketplaceListing.json +2 -2
- package/json-schema/cloud/MarketplaceSearchRequest.json +2 -2
- package/json-schema/cloud/MarketplaceSearchResponse.json +2 -2
- package/json-schema/cloud/PackageSubmission.json +2 -2
- package/json-schema/cloud/PolicyAction.json +2 -2
- package/json-schema/cloud/PolicyViolationType.json +2 -2
- package/json-schema/cloud/PricingModel.json +2 -2
- package/json-schema/cloud/Publisher.json +2 -2
- package/json-schema/cloud/PublisherProfile.json +2 -2
- package/json-schema/cloud/PublisherVerification.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsRequest.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsResponse.json +2 -2
- package/json-schema/cloud/RecommendationReason.json +2 -2
- package/json-schema/cloud/RecommendedApp.json +2 -2
- package/json-schema/cloud/RejectionReason.json +2 -2
- package/json-schema/cloud/ReleaseChannel.json +2 -2
- package/json-schema/cloud/ReviewCriterion.json +2 -2
- package/json-schema/cloud/ReviewDecision.json +2 -2
- package/json-schema/cloud/ReviewModerationStatus.json +2 -2
- package/json-schema/cloud/SubmissionReview.json +2 -2
- package/json-schema/cloud/SubmitReviewRequest.json +2 -2
- package/json-schema/cloud/SubscriptionStatus.json +2 -2
- package/json-schema/cloud/TimeSeriesPoint.json +2 -2
- package/json-schema/cloud/TrendingListing.json +2 -2
- package/json-schema/cloud/UpdateListingRequest.json +2 -2
- package/json-schema/cloud/UserReview.json +2 -2
- package/json-schema/cloud/VersionRelease.json +2 -2
- package/json-schema/data/Address.json +2 -2
- package/json-schema/data/AggregationFunction.json +2 -2
- package/json-schema/data/AggregationMetricType.json +2 -2
- package/json-schema/data/AggregationNode.json +2 -2
- package/json-schema/data/AggregationPipeline.json +2 -2
- package/json-schema/data/AggregationStage.json +2 -2
- package/json-schema/data/AnalyticsQuery.json +2 -2
- package/json-schema/data/ApiMethod.json +2 -2
- package/json-schema/data/AsyncValidation.json +2 -2
- package/json-schema/data/BaseEngineOptions.json +2 -2
- package/json-schema/data/CDCConfig.json +2 -2
- package/json-schema/data/ComputedFieldCache.json +2 -2
- package/json-schema/data/ConditionalValidation.json +2 -2
- package/json-schema/data/ConsistencyLevel.json +2 -2
- package/json-schema/data/CrossFieldValidation.json +2 -2
- package/json-schema/data/Cube.json +2 -2
- package/json-schema/data/CubeJoin.json +2 -2
- package/json-schema/data/CurrencyConfig.json +2 -2
- package/json-schema/data/CurrencyValue.json +2 -2
- package/json-schema/data/CustomValidator.json +2 -2
- package/json-schema/data/DataEngineAggregateOptions.json +2 -2
- package/json-schema/data/DataEngineAggregateRequest.json +2 -2
- package/json-schema/data/DataEngineBatchRequest.json +2 -2
- package/json-schema/data/DataEngineCountOptions.json +2 -2
- package/json-schema/data/DataEngineCountRequest.json +2 -2
- package/json-schema/data/DataEngineDeleteOptions.json +2 -2
- package/json-schema/data/DataEngineDeleteRequest.json +2 -2
- package/json-schema/data/DataEngineExecuteRequest.json +2 -2
- package/json-schema/data/DataEngineFilter.json +2 -2
- package/json-schema/data/DataEngineFindOneRequest.json +2 -2
- package/json-schema/data/DataEngineFindRequest.json +2 -2
- package/json-schema/data/DataEngineInsertOptions.json +2 -2
- package/json-schema/data/DataEngineInsertRequest.json +2 -2
- package/json-schema/data/DataEngineQueryOptions.json +2 -2
- package/json-schema/data/DataEngineRequest.json +2 -2
- package/json-schema/data/DataEngineSort.json +2 -2
- package/json-schema/data/DataEngineUpdateOptions.json +2 -2
- package/json-schema/data/DataEngineUpdateRequest.json +2 -2
- package/json-schema/data/DataEngineVectorFindRequest.json +2 -2
- package/json-schema/data/DataQualityRules.json +2 -2
- package/json-schema/data/DataTypeMapping.json +2 -2
- package/json-schema/data/Dataset.json +2 -2
- package/json-schema/data/DatasetMode.json +2 -2
- package/json-schema/data/Datasource.json +2 -2
- package/json-schema/data/DatasourceCapabilities.json +2 -2
- package/json-schema/data/Dimension.json +2 -2
- package/json-schema/data/DimensionType.json +2 -2
- package/json-schema/data/Document.json +2 -2
- package/json-schema/data/DocumentTemplate.json +2 -2
- package/json-schema/data/DocumentValidationSchema.json +2 -2
- package/json-schema/data/DocumentVersion.json +2 -2
- package/json-schema/data/DriverCapabilities.json +2 -2
- package/json-schema/data/DriverConfig.json +2 -2
- package/json-schema/data/DriverDefinition.json +2 -2
- package/json-schema/data/DriverOptions.json +2 -2
- package/json-schema/data/DriverType.json +2 -2
- package/json-schema/data/ESignatureConfig.json +2 -2
- package/json-schema/data/EqualityOperator.json +2 -2
- package/json-schema/data/ExternalDataSource.json +2 -2
- package/json-schema/data/ExternalFieldMapping.json +2 -2
- package/json-schema/data/ExternalLookup.json +2 -2
- package/json-schema/data/FeedActor.json +40 -0
- package/json-schema/data/FeedFilterMode.json +12 -0
- package/json-schema/data/FeedItem.json +250 -0
- package/json-schema/data/FeedItemType.json +21 -0
- package/json-schema/data/FeedVisibility.json +11 -0
- package/json-schema/data/Field.json +6 -2
- package/json-schema/data/FieldChangeEntry.json +34 -0
- package/json-schema/data/FieldMapping.json +2 -2
- package/json-schema/data/FieldNode.json +2 -2
- package/json-schema/data/FieldReference.json +2 -2
- package/json-schema/data/FieldType.json +2 -2
- package/json-schema/data/FileAttachmentConfig.json +2 -2
- package/json-schema/data/FilterCondition.json +2 -2
- package/json-schema/data/FormatValidation.json +2 -2
- package/json-schema/data/FullTextSearch.json +2 -2
- package/json-schema/data/HookContext.json +2 -2
- package/json-schema/data/HookEvent.json +2 -2
- package/json-schema/data/Index.json +2 -2
- package/json-schema/data/JSONValidation.json +2 -2
- package/json-schema/data/JoinNode.json +2 -2
- package/json-schema/data/JoinStrategy.json +2 -2
- package/json-schema/data/JoinType.json +2 -2
- package/json-schema/data/LocationCoordinates.json +2 -2
- package/json-schema/data/Mapping.json +2 -2
- package/json-schema/data/Mention.json +45 -0
- package/json-schema/data/Metric.json +2 -2
- package/json-schema/data/NoSQLDataTypeMapping.json +2 -2
- package/json-schema/data/NoSQLDatabaseType.json +2 -2
- package/json-schema/data/NoSQLDriverConfig.json +2 -2
- package/json-schema/data/NoSQLIndex.json +2 -2
- package/json-schema/data/NoSQLIndexType.json +2 -2
- package/json-schema/data/NoSQLOperationType.json +2 -2
- package/json-schema/data/NoSQLQueryOptions.json +2 -2
- package/json-schema/data/NoSQLTransactionOptions.json +2 -2
- package/json-schema/data/NotificationChannel.json +12 -0
- package/json-schema/data/Object.json +6 -2
- package/json-schema/data/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectExtension.json +6 -2
- package/json-schema/data/ObjectOwnershipEnum.json +2 -2
- package/json-schema/data/PartitioningConfig.json +2 -2
- package/json-schema/data/PoolConfig.json +2 -2
- package/json-schema/data/Query.json +2 -2
- package/json-schema/data/QueryFilter.json +2 -2
- package/json-schema/data/Reaction.json +31 -0
- package/json-schema/data/RecordSubscription.json +75 -0
- package/json-schema/data/ReplicationConfig.json +2 -2
- package/json-schema/data/SQLDialect.json +2 -2
- package/json-schema/data/SQLDriverConfig.json +2 -2
- package/json-schema/data/SSLConfig.json +2 -2
- package/json-schema/data/ScriptValidation.json +2 -2
- package/json-schema/data/SearchConfig.json +2 -2
- package/json-schema/data/SelectOption.json +2 -2
- package/json-schema/data/SetOperator.json +2 -2
- package/json-schema/data/ShardingConfig.json +2 -2
- package/json-schema/data/SoftDeleteConfig.json +2 -2
- package/json-schema/data/SortNode.json +2 -2
- package/json-schema/data/SpecialOperator.json +2 -2
- package/json-schema/data/StateMachineValidation.json +2 -2
- package/json-schema/data/StringOperator.json +2 -2
- package/json-schema/data/SubscriptionEventType.json +14 -0
- package/json-schema/data/TenancyConfig.json +2 -2
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/UniquenessValidation.json +2 -2
- package/json-schema/data/ValidationRule.json +2 -2
- package/json-schema/data/VectorConfig.json +2 -2
- package/json-schema/data/VersioningConfig.json +2 -2
- package/json-schema/data/WindowFunction.json +2 -2
- package/json-schema/data/WindowFunctionNode.json +2 -2
- package/json-schema/data/WindowSpec.json +2 -2
- package/json-schema/identity/Account.json +2 -2
- package/json-schema/identity/ApiKey.json +2 -2
- package/json-schema/identity/Invitation.json +2 -2
- package/json-schema/identity/InvitationStatus.json +2 -2
- package/json-schema/identity/Member.json +2 -2
- package/json-schema/identity/Organization.json +2 -2
- package/json-schema/identity/Role.json +2 -2
- package/json-schema/identity/SCIMAddress.json +2 -2
- package/json-schema/identity/SCIMBulkOperation.json +2 -2
- package/json-schema/identity/SCIMBulkRequest.json +2 -2
- package/json-schema/identity/SCIMBulkResponse.json +2 -2
- package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
- package/json-schema/identity/SCIMEmail.json +2 -2
- package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
- package/json-schema/identity/SCIMError.json +2 -2
- package/json-schema/identity/SCIMGroup.json +2 -2
- package/json-schema/identity/SCIMGroupReference.json +2 -2
- package/json-schema/identity/SCIMListResponse.json +2 -2
- package/json-schema/identity/SCIMMemberReference.json +2 -2
- package/json-schema/identity/SCIMMeta.json +2 -2
- package/json-schema/identity/SCIMName.json +2 -2
- package/json-schema/identity/SCIMPatchOperation.json +2 -2
- package/json-schema/identity/SCIMPatchRequest.json +2 -2
- package/json-schema/identity/SCIMPhoneNumber.json +2 -2
- package/json-schema/identity/SCIMUser.json +2 -2
- package/json-schema/identity/Session.json +2 -2
- package/json-schema/identity/User.json +2 -2
- package/json-schema/identity/VerificationToken.json +2 -2
- package/json-schema/integration/AckMode.json +2 -2
- package/json-schema/integration/ApiVersionConfig.json +2 -2
- package/json-schema/integration/BuildConfig.json +2 -2
- package/json-schema/integration/CdcConfig.json +2 -2
- package/json-schema/integration/CircuitBreakerConfig.json +2 -2
- package/json-schema/integration/ConflictResolution.json +2 -2
- package/json-schema/integration/Connector.json +2 -2
- package/json-schema/integration/ConnectorAction.json +2 -2
- package/json-schema/integration/ConnectorHealth.json +2 -2
- package/json-schema/integration/ConnectorStatus.json +2 -2
- package/json-schema/integration/ConnectorTrigger.json +2 -2
- package/json-schema/integration/ConnectorType.json +2 -2
- package/json-schema/integration/ConsumerConfig.json +2 -2
- package/json-schema/integration/DataSyncConfig.json +2 -2
- package/json-schema/integration/DatabaseConnector.json +2 -2
- package/json-schema/integration/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.json +2 -2
- package/json-schema/integration/DatabaseTable.json +2 -2
- package/json-schema/integration/DeliveryGuarantee.json +2 -2
- package/json-schema/integration/DeploymentConfig.json +2 -2
- package/json-schema/integration/DlqConfig.json +2 -2
- package/json-schema/integration/DomainConfig.json +2 -2
- package/json-schema/integration/EdgeFunctionConfig.json +2 -2
- package/json-schema/integration/EnvironmentVariables.json +2 -2
- package/json-schema/integration/ErrorCategory.json +2 -2
- package/json-schema/integration/ErrorMappingConfig.json +2 -2
- package/json-schema/integration/ErrorMappingRule.json +2 -2
- package/json-schema/integration/FieldMapping.json +2 -2
- package/json-schema/integration/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.json +2 -2
- package/json-schema/integration/FileStorageConnector.json +2 -2
- package/json-schema/integration/FileStorageProvider.json +2 -2
- package/json-schema/integration/FileVersioningConfig.json +2 -2
- package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
- package/json-schema/integration/GitHubCommitConfig.json +2 -2
- package/json-schema/integration/GitHubConnector.json +2 -2
- package/json-schema/integration/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.json +2 -2
- package/json-schema/integration/GitHubPullRequestConfig.json +2 -2
- package/json-schema/integration/GitHubReleaseConfig.json +2 -2
- package/json-schema/integration/GitHubRepository.json +2 -2
- package/json-schema/integration/GitRepositoryConfig.json +2 -2
- package/json-schema/integration/HealthCheckConfig.json +2 -2
- package/json-schema/integration/MessageFormat.json +2 -2
- package/json-schema/integration/MessageQueueConnector.json +2 -2
- package/json-schema/integration/MessageQueueProvider.json +2 -2
- package/json-schema/integration/MultipartUploadConfig.json +2 -2
- package/json-schema/integration/ProducerConfig.json +2 -2
- package/json-schema/integration/RateLimitConfig.json +2 -2
- package/json-schema/integration/RateLimitStrategy.json +2 -2
- package/json-schema/integration/RetryConfig.json +2 -2
- package/json-schema/integration/RetryStrategy.json +2 -2
- package/json-schema/integration/SaasConnector.json +2 -2
- package/json-schema/integration/SaasObjectType.json +2 -2
- package/json-schema/integration/SaasProvider.json +2 -2
- package/json-schema/integration/SslConfig.json +2 -2
- package/json-schema/integration/StorageBucket.json +2 -2
- package/json-schema/integration/SyncStrategy.json +2 -2
- package/json-schema/integration/TopicQueue.json +2 -2
- package/json-schema/integration/VercelConnector.json +2 -2
- package/json-schema/integration/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/BreakingChange.json +2 -2
- package/json-schema/kernel/CLICommandContribution.json +2 -2
- package/json-schema/kernel/CapabilityConformanceLevel.json +2 -2
- package/json-schema/kernel/CompatibilityLevel.json +2 -2
- package/json-schema/kernel/CompatibilityMatrixEntry.json +2 -2
- package/json-schema/kernel/CustomizationOrigin.json +2 -2
- package/json-schema/kernel/CustomizationPolicy.json +2 -2
- package/json-schema/kernel/DeadLetterQueueEntry.json +2 -2
- package/json-schema/kernel/DependencyConflict.json +2 -2
- package/json-schema/kernel/DependencyGraph.json +2 -2
- package/json-schema/kernel/DependencyGraphNode.json +2 -2
- package/json-schema/kernel/DependencyResolutionResult.json +2 -2
- package/json-schema/kernel/DeprecationNotice.json +2 -2
- package/json-schema/kernel/DevFixtureConfig.json +2 -2
- package/json-schema/kernel/DevPluginConfig.json +2 -2
- package/json-schema/kernel/DevPluginPreset.json +2 -2
- package/json-schema/kernel/DevServiceOverride.json +2 -2
- package/json-schema/kernel/DevToolsConfig.json +2 -2
- package/json-schema/kernel/DisablePackageRequest.json +2 -2
- package/json-schema/kernel/DisablePackageResponse.json +2 -2
- package/json-schema/kernel/DistributedStateConfig.json +2 -2
- package/json-schema/kernel/DynamicLoadRequest.json +2 -2
- package/json-schema/kernel/DynamicLoadingConfig.json +2 -2
- package/json-schema/kernel/DynamicPluginOperation.json +2 -2
- package/json-schema/kernel/DynamicPluginResult.json +2 -2
- package/json-schema/kernel/DynamicUnloadRequest.json +2 -2
- package/json-schema/kernel/EnablePackageRequest.json +2 -2
- package/json-schema/kernel/EnablePackageResponse.json +2 -2
- package/json-schema/kernel/Event.json +2 -2
- package/json-schema/kernel/EventBusConfig.json +2 -2
- package/json-schema/kernel/EventHandler.json +2 -2
- package/json-schema/kernel/EventLogEntry.json +2 -2
- package/json-schema/kernel/EventMessageQueueConfig.json +2 -2
- package/json-schema/kernel/EventMetadata.json +2 -2
- package/json-schema/kernel/EventPersistence.json +2 -2
- package/json-schema/kernel/EventPhase.json +2 -2
- package/json-schema/kernel/EventPriority.json +2 -2
- package/json-schema/kernel/EventQueueConfig.json +2 -2
- package/json-schema/kernel/EventReplayConfig.json +2 -2
- package/json-schema/kernel/EventRoute.json +2 -2
- package/json-schema/kernel/EventSourcingConfig.json +2 -2
- package/json-schema/kernel/EventTypeDefinition.json +2 -2
- package/json-schema/kernel/EventWebhookConfig.json +2 -2
- package/json-schema/kernel/ExecutionContext.json +2 -2
- package/json-schema/kernel/ExtensionPoint.json +2 -2
- package/json-schema/kernel/FeatureFlag.json +2 -2
- package/json-schema/kernel/FeatureStrategy.json +2 -2
- package/json-schema/kernel/FieldChange.json +2 -2
- package/json-schema/kernel/GetPackageRequest.json +2 -2
- package/json-schema/kernel/GetPackageResponse.json +2 -2
- package/json-schema/kernel/GracefulDegradation.json +2 -2
- package/json-schema/kernel/HealthStatus.json +2 -2
- package/json-schema/kernel/HookRegisteredEvent.json +2 -2
- package/json-schema/kernel/HookTriggeredEvent.json +2 -2
- package/json-schema/kernel/HotReloadConfig.json +2 -2
- package/json-schema/kernel/InstallPackageRequest.json +2 -2
- package/json-schema/kernel/InstallPackageResponse.json +2 -2
- package/json-schema/kernel/InstalledPackage.json +2 -2
- package/json-schema/kernel/KernelContext.json +2 -2
- package/json-schema/kernel/KernelEventBase.json +2 -2
- package/json-schema/kernel/KernelReadyEvent.json +2 -2
- package/json-schema/kernel/KernelSecurityPolicy.json +2 -2
- package/json-schema/kernel/KernelSecurityScanResult.json +2 -2
- package/json-schema/kernel/KernelSecurityVulnerability.json +2 -2
- package/json-schema/kernel/KernelShutdownEvent.json +2 -2
- package/json-schema/kernel/ListPackagesRequest.json +2 -2
- package/json-schema/kernel/ListPackagesResponse.json +2 -2
- package/json-schema/kernel/Manifest.json +2 -2
- package/json-schema/kernel/MergeConflict.json +2 -2
- package/json-schema/kernel/MergeResult.json +2 -2
- package/json-schema/kernel/MergeStrategyConfig.json +2 -2
- package/json-schema/kernel/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/kernel/MetadataBulkResult.json +2 -2
- package/json-schema/kernel/MetadataChangeType.json +2 -2
- package/json-schema/kernel/MetadataCollectionInfo.json +2 -2
- package/json-schema/kernel/MetadataDependency.json +2 -2
- package/json-schema/kernel/MetadataDiffItem.json +2 -2
- package/json-schema/kernel/MetadataEvent.json +2 -2
- package/json-schema/kernel/MetadataExportOptions.json +2 -2
- package/json-schema/kernel/MetadataFallbackStrategy.json +2 -2
- package/json-schema/kernel/MetadataFormat.json +2 -2
- package/json-schema/kernel/MetadataImportOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadResult.json +2 -2
- package/json-schema/kernel/MetadataLoaderContract.json +2 -2
- package/json-schema/kernel/MetadataManagerConfig.json +2 -2
- package/json-schema/kernel/MetadataOverlay.json +2 -2
- package/json-schema/kernel/MetadataPluginConfig.json +2 -2
- package/json-schema/kernel/MetadataPluginManifest.json +2 -2
- package/json-schema/kernel/MetadataQuery.json +2 -2
- package/json-schema/kernel/MetadataQueryResult.json +2 -2
- package/json-schema/kernel/MetadataSaveOptions.json +2 -2
- package/json-schema/kernel/MetadataSaveResult.json +2 -2
- package/json-schema/kernel/MetadataStats.json +2 -2
- package/json-schema/kernel/MetadataType.json +2 -2
- package/json-schema/kernel/MetadataTypeRegistryEntry.json +2 -2
- package/json-schema/kernel/MetadataValidationResult.json +2 -2
- package/json-schema/kernel/MetadataWatchEvent.json +2 -2
- package/json-schema/kernel/MultiVersionSupport.json +2 -2
- package/json-schema/kernel/OclifPluginConfig.json +2 -2
- package/json-schema/kernel/OpsDomainModule.json +2 -2
- package/json-schema/kernel/OpsFilePath.json +2 -2
- package/json-schema/kernel/OpsPluginStructure.json +2 -2
- package/json-schema/kernel/PackageDependency.json +2 -2
- package/json-schema/kernel/PackageDependencyConflict.json +2 -2
- package/json-schema/kernel/PackageDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PackageStatusEnum.json +2 -2
- package/json-schema/kernel/Permission.json +2 -2
- package/json-schema/kernel/PermissionAction.json +2 -2
- package/json-schema/kernel/PermissionScope.json +2 -2
- package/json-schema/kernel/PermissionSet.json +2 -2
- package/json-schema/kernel/PluginCaching.json +2 -2
- package/json-schema/kernel/PluginCapability.json +2 -2
- package/json-schema/kernel/PluginCapabilityManifest.json +2 -2
- package/json-schema/kernel/PluginCodeSplitting.json +2 -2
- package/json-schema/kernel/PluginCompatibilityMatrix.json +2 -2
- package/json-schema/kernel/PluginDependency.json +2 -2
- package/json-schema/kernel/PluginDependencyResolution.json +2 -2
- package/json-schema/kernel/PluginDiscoveryConfig.json +2 -2
- package/json-schema/kernel/PluginDiscoverySource.json +2 -2
- package/json-schema/kernel/PluginDynamicImport.json +2 -2
- package/json-schema/kernel/PluginErrorEvent.json +2 -2
- package/json-schema/kernel/PluginEventBase.json +2 -2
- package/json-schema/kernel/PluginHealthCheck.json +2 -2
- package/json-schema/kernel/PluginHealthReport.json +2 -2
- package/json-schema/kernel/PluginHealthStatus.json +2 -2
- package/json-schema/kernel/PluginHotReload.json +2 -2
- package/json-schema/kernel/PluginInitialization.json +2 -2
- package/json-schema/kernel/PluginInstallConfig.json +2 -2
- package/json-schema/kernel/PluginInterface.json +2 -2
- package/json-schema/kernel/PluginLifecycleEventType.json +2 -2
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingConfig.json +2 -2
- package/json-schema/kernel/PluginLoadingEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingState.json +2 -2
- package/json-schema/kernel/PluginLoadingStrategy.json +2 -2
- package/json-schema/kernel/PluginMetadata.json +2 -2
- package/json-schema/kernel/PluginPerformanceMonitoring.json +2 -2
- package/json-schema/kernel/PluginPreloadConfig.json +2 -2
- package/json-schema/kernel/PluginProvenance.json +2 -2
- package/json-schema/kernel/PluginQualityMetrics.json +2 -2
- package/json-schema/kernel/PluginRegisteredEvent.json +2 -2
- package/json-schema/kernel/PluginRegistryEntry.json +2 -2
- package/json-schema/kernel/PluginSandboxing.json +2 -2
- package/json-schema/kernel/PluginSearchFilters.json +2 -2
- package/json-schema/kernel/PluginSecurityManifest.json +2 -2
- package/json-schema/kernel/PluginSource.json +2 -2
- package/json-schema/kernel/PluginStartupResult.json +2 -2
- package/json-schema/kernel/PluginStateSnapshot.json +2 -2
- package/json-schema/kernel/PluginStatistics.json +2 -2
- package/json-schema/kernel/PluginTrustLevel.json +2 -2
- package/json-schema/kernel/PluginTrustScore.json +2 -2
- package/json-schema/kernel/PluginUpdateStrategy.json +2 -2
- package/json-schema/kernel/PluginVendor.json +2 -2
- package/json-schema/kernel/PluginVersionMetadata.json +2 -2
- package/json-schema/kernel/PreviewModeConfig.json +2 -2
- package/json-schema/kernel/ProtocolFeature.json +2 -2
- package/json-schema/kernel/ProtocolReference.json +2 -2
- package/json-schema/kernel/ProtocolVersion.json +2 -2
- package/json-schema/kernel/RealTimeNotificationConfig.json +2 -2
- package/json-schema/kernel/ResourceType.json +2 -2
- package/json-schema/kernel/RollbackPackageRequest.json +2 -2
- package/json-schema/kernel/RollbackPackageResponse.json +2 -2
- package/json-schema/kernel/RuntimeConfig.json +2 -2
- package/json-schema/kernel/RuntimeMode.json +2 -2
- package/json-schema/kernel/SBOM.json +2 -2
- package/json-schema/kernel/SBOMEntry.json +2 -2
- package/json-schema/kernel/SandboxConfig.json +2 -2
- package/json-schema/kernel/ScopeConfig.json +2 -2
- package/json-schema/kernel/ScopeInfo.json +2 -2
- package/json-schema/kernel/SecurityPolicy.json +2 -2
- package/json-schema/kernel/SecurityScanResult.json +2 -2
- package/json-schema/kernel/SecurityVulnerability.json +2 -2
- package/json-schema/kernel/SemanticVersion.json +2 -2
- package/json-schema/kernel/ServiceFactoryRegistration.json +2 -2
- package/json-schema/kernel/ServiceMetadata.json +2 -2
- package/json-schema/kernel/ServiceRegisteredEvent.json +2 -2
- package/json-schema/kernel/ServiceRegistryConfig.json +2 -2
- package/json-schema/kernel/ServiceScopeType.json +2 -2
- package/json-schema/kernel/ServiceUnregisteredEvent.json +2 -2
- package/json-schema/kernel/StartupOptions.json +2 -2
- package/json-schema/kernel/StartupOrchestrationResult.json +2 -2
- package/json-schema/kernel/UninstallPackageRequest.json +2 -2
- package/json-schema/kernel/UninstallPackageResponse.json +2 -2
- package/json-schema/kernel/UpgradeImpactLevel.json +2 -2
- package/json-schema/kernel/UpgradePackageRequest.json +2 -2
- package/json-schema/kernel/UpgradePackageResponse.json +2 -2
- package/json-schema/kernel/UpgradePhase.json +2 -2
- package/json-schema/kernel/UpgradePlan.json +2 -2
- package/json-schema/kernel/UpgradeSnapshot.json +2 -2
- package/json-schema/kernel/ValidationError.json +2 -2
- package/json-schema/kernel/ValidationResult.json +2 -2
- package/json-schema/kernel/ValidationWarning.json +2 -2
- package/json-schema/kernel/VersionConstraint.json +2 -2
- package/json-schema/kernel/VulnerabilitySeverity.json +2 -2
- package/json-schema/objectstack.json +9672 -3207
- package/json-schema/openapi.json +1 -1
- package/json-schema/qa/TestAction.json +2 -2
- package/json-schema/qa/TestActionType.json +2 -2
- package/json-schema/qa/TestAssertion.json +2 -2
- package/json-schema/qa/TestAssertionType.json +2 -2
- package/json-schema/qa/TestContext.json +2 -2
- package/json-schema/qa/TestScenario.json +2 -2
- package/json-schema/qa/TestStep.json +2 -2
- package/json-schema/qa/TestSuite.json +2 -2
- package/json-schema/security/AuditPolicy.json +2 -2
- package/json-schema/security/CriteriaSharingRule.json +2 -2
- package/json-schema/security/FieldPermission.json +2 -2
- package/json-schema/security/NetworkPolicy.json +2 -2
- package/json-schema/security/OWDModel.json +2 -2
- package/json-schema/security/ObjectPermission.json +2 -2
- package/json-schema/security/OwnerSharingRule.json +2 -2
- package/json-schema/security/PasswordPolicy.json +2 -2
- package/json-schema/security/PermissionSet.json +2 -2
- package/json-schema/security/Policy.json +2 -2
- package/json-schema/security/RLSAuditConfig.json +2 -2
- package/json-schema/security/RLSAuditEvent.json +2 -2
- package/json-schema/security/RLSConfig.json +2 -2
- package/json-schema/security/RLSEvaluationResult.json +2 -2
- package/json-schema/security/RLSOperation.json +2 -2
- package/json-schema/security/RLSUserContext.json +2 -2
- package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
- package/json-schema/security/SessionPolicy.json +2 -2
- package/json-schema/security/ShareRecipientType.json +2 -2
- package/json-schema/security/SharingLevel.json +2 -2
- package/json-schema/security/SharingRule.json +2 -2
- package/json-schema/security/SharingRuleType.json +2 -2
- package/json-schema/security/Territory.json +2 -2
- package/json-schema/security/TerritoryModel.json +2 -2
- package/json-schema/security/TerritoryType.json +2 -2
- package/json-schema/shared/AggregationFunctionEnum.json +2 -2
- package/json-schema/shared/AppName.json +2 -2
- package/json-schema/shared/BaseMetadataRecord.json +2 -2
- package/json-schema/shared/CacheStrategyEnum.json +2 -2
- package/json-schema/shared/CorsConfig.json +2 -2
- package/json-schema/shared/EventName.json +2 -2
- package/json-schema/shared/FieldMapping.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/IsolationLevelEnum.json +2 -2
- package/json-schema/shared/MetadataFormat.json +2 -2
- package/json-schema/shared/MutationEventEnum.json +2 -2
- package/json-schema/shared/ObjectName.json +2 -2
- package/json-schema/shared/RateLimitConfig.json +2 -2
- package/json-schema/shared/RoleName.json +2 -2
- package/json-schema/shared/SnakeCaseIdentifier.json +2 -2
- package/json-schema/shared/SortDirectionEnum.json +2 -2
- package/json-schema/shared/SortItem.json +2 -2
- package/json-schema/shared/StaticMount.json +2 -2
- package/json-schema/shared/SystemIdentifier.json +2 -2
- package/json-schema/shared/TransformType.json +2 -2
- package/json-schema/shared/ViewName.json +2 -2
- package/json-schema/studio/ActionContribution.json +2 -2
- package/json-schema/studio/ActionLocation.json +2 -2
- package/json-schema/studio/ActivationEvent.json +2 -2
- package/json-schema/studio/CanvasSnapSettings.json +2 -2
- package/json-schema/studio/CanvasZoomSettings.json +2 -2
- package/json-schema/studio/CommandContribution.json +2 -2
- package/json-schema/studio/ERDiagramConfig.json +2 -2
- package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
- package/json-schema/studio/ERNodeDisplay.json +2 -2
- package/json-schema/studio/ElementPaletteItem.json +2 -2
- package/json-schema/studio/FieldEditorConfig.json +2 -2
- package/json-schema/studio/FieldGroup.json +2 -2
- package/json-schema/studio/FieldPropertySection.json +2 -2
- package/json-schema/studio/InterfaceBuilderConfig.json +2 -2
- package/json-schema/studio/MetadataIconContribution.json +2 -2
- package/json-schema/studio/MetadataViewerContribution.json +2 -2
- package/json-schema/studio/ObjectDesignerConfig.json +2 -2
- package/json-schema/studio/ObjectDesignerDefaultView.json +2 -2
- package/json-schema/studio/ObjectFilter.json +2 -2
- package/json-schema/studio/ObjectListDisplayMode.json +2 -2
- package/json-schema/studio/ObjectManagerConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewTab.json +2 -2
- package/json-schema/studio/ObjectSortField.json +2 -2
- package/json-schema/studio/PageBuilderConfig.json +2 -2
- package/json-schema/studio/PanelContribution.json +2 -2
- package/json-schema/studio/PanelLocation.json +2 -2
- package/json-schema/studio/RelationshipDisplay.json +2 -2
- package/json-schema/studio/RelationshipMapperConfig.json +2 -2
- package/json-schema/studio/SidebarGroupContribution.json +2 -2
- package/json-schema/studio/StudioPluginContributions.json +2 -2
- package/json-schema/studio/StudioPluginManifest.json +2 -2
- package/json-schema/studio/ViewMode.json +2 -2
- package/json-schema/system/AccessControlConfig.json +2 -2
- package/json-schema/system/AddFieldOperation.json +6 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AuditConfig.json +2 -2
- package/json-schema/system/AuditEvent.json +2 -2
- package/json-schema/system/AuditEventActor.json +2 -2
- package/json-schema/system/AuditEventChange.json +2 -2
- package/json-schema/system/AuditEventFilter.json +2 -2
- package/json-schema/system/AuditEventSeverity.json +2 -2
- package/json-schema/system/AuditEventTarget.json +2 -2
- package/json-schema/system/AuditEventType.json +2 -2
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/BackupConfig.json +2 -2
- package/json-schema/system/BackupRetention.json +2 -2
- package/json-schema/system/BackupStrategy.json +2 -2
- package/json-schema/system/BatchProgress.json +2 -2
- package/json-schema/system/BucketConfig.json +2 -2
- package/json-schema/system/CRDTMergeResult.json +2 -2
- package/json-schema/system/CRDTState.json +2 -2
- package/json-schema/system/CRDTType.json +2 -2
- package/json-schema/system/CacheAvalanchePrevention.json +2 -2
- package/json-schema/system/CacheConfig.json +2 -2
- package/json-schema/system/CacheConsistency.json +2 -2
- package/json-schema/system/CacheInvalidation.json +2 -2
- package/json-schema/system/CacheStrategy.json +2 -2
- package/json-schema/system/CacheTier.json +2 -2
- package/json-schema/system/CacheWarmup.json +2 -2
- package/json-schema/system/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/ChangeSet.json +18 -2
- package/json-schema/system/ChangeStatus.json +2 -2
- package/json-schema/system/ChangeType.json +2 -2
- package/json-schema/system/CollaborationMode.json +2 -2
- package/json-schema/system/CollaborationSession.json +2 -2
- package/json-schema/system/CollaborationSessionConfig.json +2 -2
- package/json-schema/system/CollaborativeCursor.json +2 -2
- package/json-schema/system/ComplianceAuditRequirement.json +2 -2
- package/json-schema/system/ComplianceConfig.json +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/CreateObjectOperation.json +6 -2
- package/json-schema/system/CronSchedule.json +2 -2
- package/json-schema/system/CursorColorPreset.json +2 -2
- package/json-schema/system/CursorSelection.json +2 -2
- package/json-schema/system/CursorStyle.json +2 -2
- package/json-schema/system/CursorUpdate.json +2 -2
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DisasterRecoveryPlan.json +2 -2
- package/json-schema/system/DistributedCacheConfig.json +2 -2
- package/json-schema/system/EmailTemplate.json +2 -2
- package/json-schema/system/EncryptionAlgorithm.json +2 -2
- package/json-schema/system/EncryptionConfig.json +2 -2
- package/json-schema/system/ExecuteSqlOperation.json +2 -2
- package/json-schema/system/ExtendedLogLevel.json +2 -2
- package/json-schema/system/ExternalServiceDestinationConfig.json +2 -2
- package/json-schema/system/FacetConfig.json +2 -2
- package/json-schema/system/FailoverConfig.json +2 -2
- package/json-schema/system/FailoverMode.json +2 -2
- package/json-schema/system/Feature.json +2 -2
- package/json-schema/system/FieldEncryption.json +2 -2
- package/json-schema/system/FieldTranslation.json +2 -2
- package/json-schema/system/FileDestinationConfig.json +2 -2
- package/json-schema/system/FileMetadata.json +2 -2
- package/json-schema/system/GCounter.json +2 -2
- package/json-schema/system/GDPRConfig.json +2 -2
- package/json-schema/system/HIPAAConfig.json +2 -2
- package/json-schema/system/HistogramBucketConfig.json +2 -2
- package/json-schema/system/HttpDestinationConfig.json +2 -2
- package/json-schema/system/HttpServerConfig.json +2 -2
- package/json-schema/system/InAppNotification.json +2 -2
- package/json-schema/system/IntervalSchedule.json +2 -2
- package/json-schema/system/Job.json +2 -2
- package/json-schema/system/JobExecution.json +2 -2
- package/json-schema/system/JobExecutionStatus.json +2 -2
- package/json-schema/system/KernelServiceMap.json +2 -2
- package/json-schema/system/KeyManagementProvider.json +2 -2
- package/json-schema/system/KeyRotationPolicy.json +2 -2
- package/json-schema/system/LWWRegister.json +2 -2
- package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
- package/json-schema/system/License.json +2 -2
- package/json-schema/system/LicenseMetricType.json +2 -2
- package/json-schema/system/LifecycleAction.json +2 -2
- package/json-schema/system/LifecyclePolicyConfig.json +2 -2
- package/json-schema/system/LifecyclePolicyRule.json +2 -2
- package/json-schema/system/Locale.json +2 -2
- package/json-schema/system/LogDestination.json +2 -2
- package/json-schema/system/LogDestinationType.json +2 -2
- package/json-schema/system/LogEnrichmentConfig.json +2 -2
- package/json-schema/system/LogEntry.json +2 -2
- package/json-schema/system/LogFormat.json +2 -2
- package/json-schema/system/LogLevel.json +2 -2
- package/json-schema/system/LoggerConfig.json +2 -2
- package/json-schema/system/LoggingConfig.json +2 -2
- package/json-schema/system/MaskingConfig.json +2 -2
- package/json-schema/system/MaskingRule.json +2 -2
- package/json-schema/system/MaskingStrategy.json +2 -2
- package/json-schema/system/MaskingVisibilityRule.json +2 -2
- package/json-schema/system/MessageQueueConfig.json +2 -2
- package/json-schema/system/MessageQueueProvider.json +2 -2
- package/json-schema/system/MetadataCollectionInfo.json +2 -2
- package/json-schema/system/MetadataExportOptions.json +2 -2
- package/json-schema/system/MetadataFallbackStrategy.json +2 -2
- package/json-schema/system/MetadataFormat.json +2 -2
- package/json-schema/system/MetadataImportOptions.json +2 -2
- package/json-schema/system/MetadataLoadOptions.json +2 -2
- package/json-schema/system/MetadataLoadResult.json +2 -2
- package/json-schema/system/MetadataLoaderContract.json +2 -2
- package/json-schema/system/MetadataManagerConfig.json +2 -2
- package/json-schema/system/MetadataRecord.json +2 -2
- package/json-schema/system/MetadataSaveOptions.json +2 -2
- package/json-schema/system/MetadataSaveResult.json +2 -2
- package/json-schema/system/MetadataScope.json +2 -2
- package/json-schema/system/MetadataSource.json +2 -2
- package/json-schema/system/MetadataState.json +2 -2
- package/json-schema/system/MetadataStats.json +2 -2
- package/json-schema/system/MetadataWatchEvent.json +2 -2
- package/json-schema/system/MetricAggregationConfig.json +2 -2
- package/json-schema/system/MetricAggregationType.json +2 -2
- package/json-schema/system/MetricDataPoint.json +2 -2
- package/json-schema/system/MetricDefinition.json +2 -2
- package/json-schema/system/MetricExportConfig.json +2 -2
- package/json-schema/system/MetricLabels.json +2 -2
- package/json-schema/system/MetricType.json +2 -2
- package/json-schema/system/MetricUnit.json +2 -2
- package/json-schema/system/MetricsConfig.json +2 -2
- package/json-schema/system/MiddlewareConfig.json +2 -2
- package/json-schema/system/MiddlewareType.json +2 -2
- package/json-schema/system/MigrationDependency.json +2 -2
- package/json-schema/system/MigrationOperation.json +10 -2
- package/json-schema/system/ModifyFieldOperation.json +2 -2
- package/json-schema/system/MultipartUploadConfig.json +2 -2
- package/json-schema/system/MutualTLSConfig.json +2 -2
- package/json-schema/system/NotificationChannel.json +2 -2
- package/json-schema/system/NotificationConfig.json +2 -2
- package/json-schema/system/ORSet.json +2 -2
- package/json-schema/system/ORSetElement.json +2 -2
- package/json-schema/system/OTComponent.json +2 -2
- package/json-schema/system/OTOperation.json +2 -2
- package/json-schema/system/OTOperationType.json +2 -2
- package/json-schema/system/OTTransformResult.json +2 -2
- package/json-schema/system/ObjectMetadata.json +2 -2
- package/json-schema/system/ObjectStorageConfig.json +2 -2
- package/json-schema/system/ObjectTranslationData.json +2 -2
- package/json-schema/system/OnceSchedule.json +2 -2
- package/json-schema/system/OpenTelemetryCompatibility.json +2 -2
- package/json-schema/system/OtelExporterType.json +2 -2
- package/json-schema/system/PCIDSSConfig.json +2 -2
- package/json-schema/system/PNCounter.json +2 -2
- package/json-schema/system/Plan.json +2 -2
- package/json-schema/system/PresignedUrlConfig.json +2 -2
- package/json-schema/system/PushNotification.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/RetryPolicy.json +2 -2
- package/json-schema/system/RollbackPlan.json +2 -2
- package/json-schema/system/RouteHandlerMetadata.json +2 -2
- package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
- package/json-schema/system/SMSTemplate.json +2 -2
- package/json-schema/system/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.json +2 -2
- package/json-schema/system/Schedule.json +2 -2
- package/json-schema/system/SearchConfig.json +2 -2
- package/json-schema/system/SearchIndexConfig.json +2 -2
- package/json-schema/system/SearchProvider.json +2 -2
- package/json-schema/system/SecurityContextConfig.json +2 -2
- package/json-schema/system/SecurityEventCorrelation.json +2 -2
- package/json-schema/system/ServerCapabilities.json +2 -2
- package/json-schema/system/ServerEvent.json +2 -2
- package/json-schema/system/ServerEventType.json +2 -2
- package/json-schema/system/ServerStatus.json +2 -2
- package/json-schema/system/ServiceConfig.json +2 -2
- package/json-schema/system/ServiceCriticality.json +2 -2
- package/json-schema/system/ServiceLevelIndicator.json +2 -2
- package/json-schema/system/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/Span.json +2 -2
- package/json-schema/system/SpanAttributeValue.json +2 -2
- package/json-schema/system/SpanAttributes.json +2 -2
- package/json-schema/system/SpanEvent.json +2 -2
- package/json-schema/system/SpanKind.json +2 -2
- package/json-schema/system/SpanLink.json +2 -2
- package/json-schema/system/SpanStatus.json +2 -2
- package/json-schema/system/StorageAcl.json +2 -2
- package/json-schema/system/StorageClass.json +2 -2
- package/json-schema/system/StorageConnection.json +2 -2
- package/json-schema/system/StorageProvider.json +2 -2
- package/json-schema/system/StorageScope.json +2 -2
- package/json-schema/system/StructuredLogEntry.json +2 -2
- package/json-schema/system/SuspiciousActivityRule.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceSamplingConfig.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TracingConfig.json +2 -2
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationData.json +2 -2
- package/json-schema/system/TranslationFileOrganization.json +2 -2
- package/json-schema/system/UserActivityStatus.json +2 -2
- package/json-schema/system/VectorClock.json +2 -2
- package/json-schema/system/WorkerStats.json +2 -2
- package/json-schema/ui/AIChatWindowProps.json +2 -2
- package/json-schema/ui/Action.json +2 -2
- package/json-schema/ui/ActionNavItem.json +122 -0
- package/json-schema/ui/ActionParam.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +44 -0
- package/json-schema/ui/Animation.json +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/App.json +469 -2
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +35 -0
- package/json-schema/ui/AriaProps.json +2 -2
- package/json-schema/ui/BlankPageLayout.json +2 -2
- package/json-schema/ui/BlankPageLayoutItem.json +2 -2
- package/json-schema/ui/BorderRadius.json +2 -2
- package/json-schema/ui/BreakpointColumnMap.json +2 -2
- package/json-schema/ui/BreakpointName.json +2 -2
- package/json-schema/ui/BreakpointOrderMap.json +2 -2
- package/json-schema/ui/Breakpoints.json +2 -2
- package/json-schema/ui/CalendarConfig.json +2 -2
- package/json-schema/ui/ChartAnnotation.json +2 -2
- package/json-schema/ui/ChartAxis.json +2 -2
- package/json-schema/ui/ChartConfig.json +2 -2
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +2 -2
- package/json-schema/ui/ChartType.json +2 -2
- package/json-schema/ui/ColorPalette.json +2 -2
- package/json-schema/ui/ColumnSummary.json +2 -2
- package/json-schema/ui/ComponentAnimation.json +2 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +2 -2
- package/json-schema/ui/DashboardHeader.json +2 -2
- package/json-schema/ui/DashboardHeaderAction.json +2 -2
- package/json-schema/ui/DashboardNavItem.json +24 -2
- package/json-schema/ui/DashboardWidget.json +2 -2
- package/json-schema/ui/DateFormat.json +2 -2
- package/json-schema/ui/DensityMode.json +2 -2
- package/json-schema/ui/DndConfig.json +2 -2
- package/json-schema/ui/DragConstraint.json +2 -2
- package/json-schema/ui/DragHandle.json +2 -2
- package/json-schema/ui/DragItem.json +2 -2
- package/json-schema/ui/DropEffect.json +2 -2
- package/json-schema/ui/DropZone.json +2 -2
- package/json-schema/ui/EasingFunction.json +2 -2
- package/json-schema/ui/ElementButtonProps.json +2 -2
- package/json-schema/ui/ElementDataSource.json +2 -2
- package/json-schema/ui/ElementFilterProps.json +2 -2
- package/json-schema/ui/ElementFormProps.json +2 -2
- package/json-schema/ui/ElementImageProps.json +2 -2
- package/json-schema/ui/ElementNumberProps.json +2 -2
- package/json-schema/ui/ElementRecordPickerProps.json +2 -2
- package/json-schema/ui/ElementTextProps.json +2 -2
- package/json-schema/ui/EmbedConfig.json +2 -2
- package/json-schema/ui/EvictionPolicy.json +2 -2
- package/json-schema/ui/FocusManagement.json +2 -2
- package/json-schema/ui/FocusTrapConfig.json +2 -2
- package/json-schema/ui/FormField.json +2 -2
- package/json-schema/ui/GalleryConfig.json +2 -2
- package/json-schema/ui/GanttConfig.json +2 -2
- package/json-schema/ui/GestureConfig.json +2 -2
- package/json-schema/ui/GestureType.json +2 -2
- package/json-schema/ui/GlobalFilter.json +2 -2
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- package/json-schema/ui/GroupNavItem.json +24 -2
- package/json-schema/ui/GroupingConfig.json +2 -2
- package/json-schema/ui/GroupingField.json +2 -2
- package/json-schema/ui/HttpMethod.json +2 -2
- package/json-schema/ui/HttpRequest.json +2 -2
- package/json-schema/ui/I18nLabel.json +2 -2
- package/json-schema/ui/I18nObject.json +2 -2
- package/json-schema/ui/InterfacePageConfig.json +273 -0
- package/json-schema/ui/KanbanConfig.json +2 -2
- package/json-schema/ui/KeyboardNavigationConfig.json +2 -2
- package/json-schema/ui/KeyboardShortcut.json +2 -2
- package/json-schema/ui/ListColumn.json +2 -2
- package/json-schema/ui/ListView.json +231 -2
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +2 -2
- package/json-schema/ui/NavigationArea.json +905 -0
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationItem.json +332 -2
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +2 -2
- package/json-schema/ui/NotificationAction.json +2 -2
- package/json-schema/ui/NotificationConfig.json +2 -2
- package/json-schema/ui/NotificationPosition.json +2 -2
- package/json-schema/ui/NotificationSeverity.json +2 -2
- package/json-schema/ui/NotificationType.json +2 -2
- package/json-schema/ui/NumberFormat.json +2 -2
- package/json-schema/ui/ObjectNavItem.json +24 -2
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +2 -2
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/Page.json +272 -2
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponent.json +2 -2
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageNavItem.json +24 -2
- package/json-schema/ui/PageRegion.json +2 -2
- package/json-schema/ui/PageTabsProps.json +2 -2
- package/json-schema/ui/PageTransition.json +2 -2
- package/json-schema/ui/PageType.json +2 -2
- package/json-schema/ui/PageVariable.json +2 -2
- package/json-schema/ui/PaginationConfig.json +2 -2
- package/json-schema/ui/PerformanceConfig.json +2 -2
- package/json-schema/ui/PersistStorage.json +2 -2
- package/json-schema/ui/PinchGestureConfig.json +2 -2
- package/json-schema/ui/PluralRule.json +2 -2
- package/json-schema/ui/RecordActivityProps.json +69 -7
- package/json-schema/ui/RecordChatterProps.json +264 -0
- package/json-schema/ui/RecordDetailsProps.json +2 -2
- package/json-schema/ui/RecordHighlightsProps.json +2 -2
- package/json-schema/ui/RecordPathProps.json +2 -2
- package/json-schema/ui/RecordRelatedListProps.json +2 -2
- package/json-schema/ui/RecordReviewConfig.json +2 -2
- package/json-schema/ui/Report.json +2 -2
- package/json-schema/ui/ReportChart.json +2 -2
- package/json-schema/ui/ReportColumn.json +2 -2
- package/json-schema/ui/ReportGrouping.json +2 -2
- package/json-schema/ui/ReportNavItem.json +104 -0
- package/json-schema/ui/ReportType.json +2 -2
- package/json-schema/ui/ResponsiveConfig.json +2 -2
- package/json-schema/ui/RowColorConfig.json +2 -2
- package/json-schema/ui/RowHeight.json +2 -2
- package/json-schema/ui/SelectionConfig.json +2 -2
- package/json-schema/ui/Shadow.json +2 -2
- package/json-schema/ui/SharingConfig.json +2 -2
- package/json-schema/ui/Spacing.json +2 -2
- package/json-schema/ui/SwipeDirection.json +2 -2
- package/json-schema/ui/SwipeGestureConfig.json +2 -2
- package/json-schema/ui/SyncConfig.json +2 -2
- package/json-schema/ui/Theme.json +2 -2
- package/json-schema/ui/ThemeMode.json +2 -2
- package/json-schema/ui/TimelineConfig.json +2 -2
- package/json-schema/ui/TouchInteraction.json +2 -2
- package/json-schema/ui/TouchTargetConfig.json +2 -2
- package/json-schema/ui/TransitionConfig.json +2 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UrlNavItem.json +24 -2
- package/json-schema/ui/UserActionsConfig.json +49 -0
- package/json-schema/ui/ViewData.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +101 -0
- package/json-schema/ui/VisualizationType.json +16 -0
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- package/json-schema/ui/WidgetEvent.json +2 -2
- package/json-schema/ui/WidgetLifecycle.json +2 -2
- package/json-schema/ui/WidgetManifest.json +2 -2
- package/json-schema/ui/WidgetMeasure.json +2 -2
- package/json-schema/ui/WidgetProperty.json +2 -2
- package/json-schema/ui/WidgetSource.json +2 -2
- package/json-schema/ui/ZIndex.json +2 -2
- package/package.json +1 -1
- package/dist/{index-CGz6eD3q.d.mts → index-CO-W80wc.d.mts} +2 -2
- package/dist/{index-CGz6eD3q.d.ts → index-CO-W80wc.d.ts} +2 -2
- package/dist/{index-BX1zurbZ.d.ts → index-Clv7cLYS.d.ts} +3 -3
- package/dist/{index-DwA_tFsR.d.mts → index-DIaB52-2.d.mts} +3 -3
- package/dist/{index-DPHfwGua.d.ts → index-JCZedZdf.d.mts} +12 -12
- package/dist/{index-DPHfwGua.d.mts → index-JCZedZdf.d.ts} +12 -12
- package/dist/{metadata-plugin.zod-BhhsdezT.d.mts → metadata-plugin.zod-Cjm0qlEF.d.mts} +15 -15
- package/dist/{metadata-plugin.zod-BhhsdezT.d.ts → metadata-plugin.zod-Cjm0qlEF.d.ts} +15 -15
- package/dist/{package-registry.zod-BpoHXl6n.d.mts → package-registry.zod-CO7_ejFC.d.mts} +7 -7
- package/dist/{package-registry.zod-BpoHXl6n.d.ts → package-registry.zod-CO7_ejFC.d.ts} +7 -7
|
@@ -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-BHxpAwVr.js';
|
|
2
2
|
import { z } from 'zod';
|
|
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-
|
|
4
|
-
import { B as BaseValidationRuleShape, S as ServiceObject } from './object.zod-
|
|
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-CO7_ejFC.js';
|
|
4
|
+
import { B as BaseValidationRuleShape, S as ServiceObject } from './object.zod-CXDcD0i1.js';
|
|
5
5
|
import { S as StateNodeConfig } from './state-machine.zod-DoC0JvQb.js';
|
|
6
6
|
import { H as HttpMethod } from './http.zod-zoVvPkD-.js';
|
|
7
7
|
|
|
@@ -1686,8 +1686,8 @@ type WebSocketServerConfig = z.infer<typeof WebSocketServerConfigSchema>;
|
|
|
1686
1686
|
*/
|
|
1687
1687
|
declare const RouteCategory: z.ZodEnum<{
|
|
1688
1688
|
api: "api";
|
|
1689
|
-
static: "static";
|
|
1690
1689
|
system: "system";
|
|
1690
|
+
static: "static";
|
|
1691
1691
|
webhook: "webhook";
|
|
1692
1692
|
auth: "auth";
|
|
1693
1693
|
plugin: "plugin";
|
|
@@ -1710,8 +1710,8 @@ declare const RouteDefinitionSchema: z.ZodObject<{
|
|
|
1710
1710
|
path: z.ZodString;
|
|
1711
1711
|
category: z.ZodDefault<z.ZodEnum<{
|
|
1712
1712
|
api: "api";
|
|
1713
|
-
static: "static";
|
|
1714
1713
|
system: "system";
|
|
1714
|
+
static: "static";
|
|
1715
1715
|
webhook: "webhook";
|
|
1716
1716
|
auth: "auth";
|
|
1717
1717
|
plugin: "plugin";
|
|
@@ -2392,6 +2392,7 @@ type GraphQLDataLoaderConfigInput = z.input<typeof GraphQLDataLoaderConfigSchema
|
|
|
2392
2392
|
* Where a directive can be used in the schema.
|
|
2393
2393
|
*/
|
|
2394
2394
|
declare const GraphQLDirectiveLocation: z.ZodEnum<{
|
|
2395
|
+
SCHEMA: "SCHEMA";
|
|
2395
2396
|
QUERY: "QUERY";
|
|
2396
2397
|
MUTATION: "MUTATION";
|
|
2397
2398
|
SUBSCRIPTION: "SUBSCRIPTION";
|
|
@@ -2400,7 +2401,6 @@ declare const GraphQLDirectiveLocation: z.ZodEnum<{
|
|
|
2400
2401
|
FRAGMENT_SPREAD: "FRAGMENT_SPREAD";
|
|
2401
2402
|
INLINE_FRAGMENT: "INLINE_FRAGMENT";
|
|
2402
2403
|
VARIABLE_DEFINITION: "VARIABLE_DEFINITION";
|
|
2403
|
-
SCHEMA: "SCHEMA";
|
|
2404
2404
|
SCALAR: "SCALAR";
|
|
2405
2405
|
OBJECT: "OBJECT";
|
|
2406
2406
|
FIELD_DEFINITION: "FIELD_DEFINITION";
|
|
@@ -2422,6 +2422,7 @@ declare const GraphQLDirectiveConfigSchema: z.ZodObject<{
|
|
|
2422
2422
|
name: z.ZodString;
|
|
2423
2423
|
description: z.ZodOptional<z.ZodString>;
|
|
2424
2424
|
locations: z.ZodArray<z.ZodEnum<{
|
|
2425
|
+
SCHEMA: "SCHEMA";
|
|
2425
2426
|
QUERY: "QUERY";
|
|
2426
2427
|
MUTATION: "MUTATION";
|
|
2427
2428
|
SUBSCRIPTION: "SUBSCRIPTION";
|
|
@@ -2430,7 +2431,6 @@ declare const GraphQLDirectiveConfigSchema: z.ZodObject<{
|
|
|
2430
2431
|
FRAGMENT_SPREAD: "FRAGMENT_SPREAD";
|
|
2431
2432
|
INLINE_FRAGMENT: "INLINE_FRAGMENT";
|
|
2432
2433
|
VARIABLE_DEFINITION: "VARIABLE_DEFINITION";
|
|
2433
|
-
SCHEMA: "SCHEMA";
|
|
2434
2434
|
SCALAR: "SCALAR";
|
|
2435
2435
|
OBJECT: "OBJECT";
|
|
2436
2436
|
FIELD_DEFINITION: "FIELD_DEFINITION";
|
|
@@ -3012,6 +3012,7 @@ declare const GraphQLConfigSchema: z.ZodObject<{
|
|
|
3012
3012
|
name: z.ZodString;
|
|
3013
3013
|
description: z.ZodOptional<z.ZodString>;
|
|
3014
3014
|
locations: z.ZodArray<z.ZodEnum<{
|
|
3015
|
+
SCHEMA: "SCHEMA";
|
|
3015
3016
|
QUERY: "QUERY";
|
|
3016
3017
|
MUTATION: "MUTATION";
|
|
3017
3018
|
SUBSCRIPTION: "SUBSCRIPTION";
|
|
@@ -3020,7 +3021,6 @@ declare const GraphQLConfigSchema: z.ZodObject<{
|
|
|
3020
3021
|
FRAGMENT_SPREAD: "FRAGMENT_SPREAD";
|
|
3021
3022
|
INLINE_FRAGMENT: "INLINE_FRAGMENT";
|
|
3022
3023
|
VARIABLE_DEFINITION: "VARIABLE_DEFINITION";
|
|
3023
|
-
SCHEMA: "SCHEMA";
|
|
3024
3024
|
SCALAR: "SCALAR";
|
|
3025
3025
|
OBJECT: "OBJECT";
|
|
3026
3026
|
FIELD_DEFINITION: "FIELD_DEFINITION";
|
|
@@ -3469,6 +3469,7 @@ declare const GraphQLConfig: z.ZodObject<{
|
|
|
3469
3469
|
name: z.ZodString;
|
|
3470
3470
|
description: z.ZodOptional<z.ZodString>;
|
|
3471
3471
|
locations: z.ZodArray<z.ZodEnum<{
|
|
3472
|
+
SCHEMA: "SCHEMA";
|
|
3472
3473
|
QUERY: "QUERY";
|
|
3473
3474
|
MUTATION: "MUTATION";
|
|
3474
3475
|
SUBSCRIPTION: "SUBSCRIPTION";
|
|
@@ -3477,7 +3478,6 @@ declare const GraphQLConfig: z.ZodObject<{
|
|
|
3477
3478
|
FRAGMENT_SPREAD: "FRAGMENT_SPREAD";
|
|
3478
3479
|
INLINE_FRAGMENT: "INLINE_FRAGMENT";
|
|
3479
3480
|
VARIABLE_DEFINITION: "VARIABLE_DEFINITION";
|
|
3480
|
-
SCHEMA: "SCHEMA";
|
|
3481
3481
|
SCALAR: "SCALAR";
|
|
3482
3482
|
OBJECT: "OBJECT";
|
|
3483
3483
|
FIELD_DEFINITION: "FIELD_DEFINITION";
|
|
@@ -5610,6 +5610,57 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
5610
5610
|
xlsx: "xlsx";
|
|
5611
5611
|
pdf: "pdf";
|
|
5612
5612
|
}>>>;
|
|
5613
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
5614
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
5615
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
5616
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
5617
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
5618
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
5619
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5620
|
+
}, z.core.$strip>>;
|
|
5621
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
5622
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
5623
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
5624
|
+
map: "map";
|
|
5625
|
+
grid: "grid";
|
|
5626
|
+
kanban: "kanban";
|
|
5627
|
+
gallery: "gallery";
|
|
5628
|
+
calendar: "calendar";
|
|
5629
|
+
timeline: "timeline";
|
|
5630
|
+
gantt: "gantt";
|
|
5631
|
+
}>>>;
|
|
5632
|
+
}, z.core.$strip>>;
|
|
5633
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5634
|
+
name: z.ZodString;
|
|
5635
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5636
|
+
key: z.ZodString;
|
|
5637
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
5638
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
5639
|
+
}, z.core.$strip>]>>;
|
|
5640
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
5641
|
+
view: z.ZodOptional<z.ZodString>;
|
|
5642
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
5643
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
5644
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
5645
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
5646
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
5647
|
+
}, z.core.$strip>>>;
|
|
5648
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
5649
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
5650
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
5651
|
+
top: "top";
|
|
5652
|
+
bottom: "bottom";
|
|
5653
|
+
both: "both";
|
|
5654
|
+
}>>;
|
|
5655
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
5656
|
+
inline: "inline";
|
|
5657
|
+
form: "form";
|
|
5658
|
+
modal: "modal";
|
|
5659
|
+
}>>;
|
|
5660
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
5661
|
+
}, z.core.$strip>>;
|
|
5662
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
5663
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
5613
5664
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
5614
5665
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
5615
5666
|
key: z.ZodString;
|
|
@@ -6019,6 +6070,57 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
6019
6070
|
xlsx: "xlsx";
|
|
6020
6071
|
pdf: "pdf";
|
|
6021
6072
|
}>>>;
|
|
6073
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
6074
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
6075
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
6076
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
6077
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
6078
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
6079
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6080
|
+
}, z.core.$strip>>;
|
|
6081
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
6082
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
6083
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6084
|
+
map: "map";
|
|
6085
|
+
grid: "grid";
|
|
6086
|
+
kanban: "kanban";
|
|
6087
|
+
gallery: "gallery";
|
|
6088
|
+
calendar: "calendar";
|
|
6089
|
+
timeline: "timeline";
|
|
6090
|
+
gantt: "gantt";
|
|
6091
|
+
}>>>;
|
|
6092
|
+
}, z.core.$strip>>;
|
|
6093
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6094
|
+
name: z.ZodString;
|
|
6095
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6096
|
+
key: z.ZodString;
|
|
6097
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6098
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6099
|
+
}, z.core.$strip>]>>;
|
|
6100
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
6101
|
+
view: z.ZodOptional<z.ZodString>;
|
|
6102
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
6103
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
6104
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
6105
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
6106
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
6107
|
+
}, z.core.$strip>>>;
|
|
6108
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
6109
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
6110
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
6111
|
+
top: "top";
|
|
6112
|
+
bottom: "bottom";
|
|
6113
|
+
both: "both";
|
|
6114
|
+
}>>;
|
|
6115
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
6116
|
+
inline: "inline";
|
|
6117
|
+
form: "form";
|
|
6118
|
+
modal: "modal";
|
|
6119
|
+
}>>;
|
|
6120
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
6121
|
+
}, z.core.$strip>>;
|
|
6122
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
6123
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
6022
6124
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
6023
6125
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6024
6126
|
key: z.ZodString;
|
|
@@ -6753,6 +6855,57 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
6753
6855
|
xlsx: "xlsx";
|
|
6754
6856
|
pdf: "pdf";
|
|
6755
6857
|
}>>>;
|
|
6858
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
6859
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
6860
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
6861
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
6862
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
6863
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
6864
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6865
|
+
}, z.core.$strip>>;
|
|
6866
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
6867
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
6868
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6869
|
+
map: "map";
|
|
6870
|
+
grid: "grid";
|
|
6871
|
+
kanban: "kanban";
|
|
6872
|
+
gallery: "gallery";
|
|
6873
|
+
calendar: "calendar";
|
|
6874
|
+
timeline: "timeline";
|
|
6875
|
+
gantt: "gantt";
|
|
6876
|
+
}>>>;
|
|
6877
|
+
}, z.core.$strip>>;
|
|
6878
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6879
|
+
name: z.ZodString;
|
|
6880
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6881
|
+
key: z.ZodString;
|
|
6882
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
6883
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
6884
|
+
}, z.core.$strip>]>>;
|
|
6885
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
6886
|
+
view: z.ZodOptional<z.ZodString>;
|
|
6887
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
6888
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
6889
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
6890
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
6891
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
6892
|
+
}, z.core.$strip>>>;
|
|
6893
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
6894
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
6895
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
6896
|
+
top: "top";
|
|
6897
|
+
bottom: "bottom";
|
|
6898
|
+
both: "both";
|
|
6899
|
+
}>>;
|
|
6900
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
6901
|
+
inline: "inline";
|
|
6902
|
+
form: "form";
|
|
6903
|
+
modal: "modal";
|
|
6904
|
+
}>>;
|
|
6905
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
6906
|
+
}, z.core.$strip>>;
|
|
6907
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
6908
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
6756
6909
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
6757
6910
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
6758
6911
|
key: z.ZodString;
|
|
@@ -7162,6 +7315,57 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
7162
7315
|
xlsx: "xlsx";
|
|
7163
7316
|
pdf: "pdf";
|
|
7164
7317
|
}>>>;
|
|
7318
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
7319
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
7320
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
7321
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
7322
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
7323
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
7324
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7325
|
+
}, z.core.$strip>>;
|
|
7326
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
7327
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
7328
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7329
|
+
map: "map";
|
|
7330
|
+
grid: "grid";
|
|
7331
|
+
kanban: "kanban";
|
|
7332
|
+
gallery: "gallery";
|
|
7333
|
+
calendar: "calendar";
|
|
7334
|
+
timeline: "timeline";
|
|
7335
|
+
gantt: "gantt";
|
|
7336
|
+
}>>>;
|
|
7337
|
+
}, z.core.$strip>>;
|
|
7338
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7339
|
+
name: z.ZodString;
|
|
7340
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7341
|
+
key: z.ZodString;
|
|
7342
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7343
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7344
|
+
}, z.core.$strip>]>>;
|
|
7345
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
7346
|
+
view: z.ZodOptional<z.ZodString>;
|
|
7347
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
7348
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
7349
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
7350
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
7351
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
7352
|
+
}, z.core.$strip>>>;
|
|
7353
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
7354
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
7355
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
7356
|
+
top: "top";
|
|
7357
|
+
bottom: "bottom";
|
|
7358
|
+
both: "both";
|
|
7359
|
+
}>>;
|
|
7360
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
7361
|
+
inline: "inline";
|
|
7362
|
+
form: "form";
|
|
7363
|
+
modal: "modal";
|
|
7364
|
+
}>>;
|
|
7365
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
7366
|
+
}, z.core.$strip>>;
|
|
7367
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
7368
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
7165
7369
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
7166
7370
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7167
7371
|
key: z.ZodString;
|
|
@@ -7580,6 +7784,57 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
7580
7784
|
xlsx: "xlsx";
|
|
7581
7785
|
pdf: "pdf";
|
|
7582
7786
|
}>>>;
|
|
7787
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
7788
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
7789
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
7790
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
7791
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
7792
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
7793
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7794
|
+
}, z.core.$strip>>;
|
|
7795
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
7796
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
7797
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
7798
|
+
map: "map";
|
|
7799
|
+
grid: "grid";
|
|
7800
|
+
kanban: "kanban";
|
|
7801
|
+
gallery: "gallery";
|
|
7802
|
+
calendar: "calendar";
|
|
7803
|
+
timeline: "timeline";
|
|
7804
|
+
gantt: "gantt";
|
|
7805
|
+
}>>>;
|
|
7806
|
+
}, z.core.$strip>>;
|
|
7807
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7808
|
+
name: z.ZodString;
|
|
7809
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7810
|
+
key: z.ZodString;
|
|
7811
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
7812
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
7813
|
+
}, z.core.$strip>]>>;
|
|
7814
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
7815
|
+
view: z.ZodOptional<z.ZodString>;
|
|
7816
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
7817
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
7818
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
7819
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
7820
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
7821
|
+
}, z.core.$strip>>>;
|
|
7822
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
7823
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
7824
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
7825
|
+
top: "top";
|
|
7826
|
+
bottom: "bottom";
|
|
7827
|
+
both: "both";
|
|
7828
|
+
}>>;
|
|
7829
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
7830
|
+
inline: "inline";
|
|
7831
|
+
form: "form";
|
|
7832
|
+
modal: "modal";
|
|
7833
|
+
}>>;
|
|
7834
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
7835
|
+
}, z.core.$strip>>;
|
|
7836
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
7837
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
7583
7838
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
7584
7839
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7585
7840
|
key: z.ZodString;
|
|
@@ -7989,6 +8244,57 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
7989
8244
|
xlsx: "xlsx";
|
|
7990
8245
|
pdf: "pdf";
|
|
7991
8246
|
}>>>;
|
|
8247
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
8248
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
8249
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
8250
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
8251
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
8252
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
8253
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8254
|
+
}, z.core.$strip>>;
|
|
8255
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
8256
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
8257
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8258
|
+
map: "map";
|
|
8259
|
+
grid: "grid";
|
|
8260
|
+
kanban: "kanban";
|
|
8261
|
+
gallery: "gallery";
|
|
8262
|
+
calendar: "calendar";
|
|
8263
|
+
timeline: "timeline";
|
|
8264
|
+
gantt: "gantt";
|
|
8265
|
+
}>>>;
|
|
8266
|
+
}, z.core.$strip>>;
|
|
8267
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8268
|
+
name: z.ZodString;
|
|
8269
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8270
|
+
key: z.ZodString;
|
|
8271
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8272
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8273
|
+
}, z.core.$strip>]>>;
|
|
8274
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
8275
|
+
view: z.ZodOptional<z.ZodString>;
|
|
8276
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
8277
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
8278
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
8279
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
8280
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
8281
|
+
}, z.core.$strip>>>;
|
|
8282
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
8283
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
8284
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
8285
|
+
top: "top";
|
|
8286
|
+
bottom: "bottom";
|
|
8287
|
+
both: "both";
|
|
8288
|
+
}>>;
|
|
8289
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
8290
|
+
inline: "inline";
|
|
8291
|
+
form: "form";
|
|
8292
|
+
modal: "modal";
|
|
8293
|
+
}>>;
|
|
8294
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
8295
|
+
}, z.core.$strip>>;
|
|
8296
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
8297
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
7992
8298
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
7993
8299
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
7994
8300
|
key: z.ZodString;
|
|
@@ -8403,6 +8709,57 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
8403
8709
|
xlsx: "xlsx";
|
|
8404
8710
|
pdf: "pdf";
|
|
8405
8711
|
}>>>;
|
|
8712
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
8713
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
8714
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
8715
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
8716
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
8717
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
8718
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8719
|
+
}, z.core.$strip>>;
|
|
8720
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
8721
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
8722
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8723
|
+
map: "map";
|
|
8724
|
+
grid: "grid";
|
|
8725
|
+
kanban: "kanban";
|
|
8726
|
+
gallery: "gallery";
|
|
8727
|
+
calendar: "calendar";
|
|
8728
|
+
timeline: "timeline";
|
|
8729
|
+
gantt: "gantt";
|
|
8730
|
+
}>>>;
|
|
8731
|
+
}, z.core.$strip>>;
|
|
8732
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8733
|
+
name: z.ZodString;
|
|
8734
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8735
|
+
key: z.ZodString;
|
|
8736
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
8737
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
8738
|
+
}, z.core.$strip>]>>;
|
|
8739
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
8740
|
+
view: z.ZodOptional<z.ZodString>;
|
|
8741
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
8742
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
8743
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
8744
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
8745
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
8746
|
+
}, z.core.$strip>>>;
|
|
8747
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
8748
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
8749
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
8750
|
+
top: "top";
|
|
8751
|
+
bottom: "bottom";
|
|
8752
|
+
both: "both";
|
|
8753
|
+
}>>;
|
|
8754
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
8755
|
+
inline: "inline";
|
|
8756
|
+
form: "form";
|
|
8757
|
+
modal: "modal";
|
|
8758
|
+
}>>;
|
|
8759
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
8760
|
+
}, z.core.$strip>>;
|
|
8761
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
8762
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
8406
8763
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
8407
8764
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8408
8765
|
key: z.ZodString;
|
|
@@ -8812,6 +9169,57 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
8812
9169
|
xlsx: "xlsx";
|
|
8813
9170
|
pdf: "pdf";
|
|
8814
9171
|
}>>>;
|
|
9172
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
9173
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
9174
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
9175
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
9176
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
9177
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
9178
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9179
|
+
}, z.core.$strip>>;
|
|
9180
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
9181
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
9182
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9183
|
+
map: "map";
|
|
9184
|
+
grid: "grid";
|
|
9185
|
+
kanban: "kanban";
|
|
9186
|
+
gallery: "gallery";
|
|
9187
|
+
calendar: "calendar";
|
|
9188
|
+
timeline: "timeline";
|
|
9189
|
+
gantt: "gantt";
|
|
9190
|
+
}>>>;
|
|
9191
|
+
}, z.core.$strip>>;
|
|
9192
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9193
|
+
name: z.ZodString;
|
|
9194
|
+
label: 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>]>>;
|
|
9199
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
9200
|
+
view: z.ZodOptional<z.ZodString>;
|
|
9201
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
9202
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
9203
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
9204
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
9205
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
9206
|
+
}, z.core.$strip>>>;
|
|
9207
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
9208
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
9209
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
9210
|
+
top: "top";
|
|
9211
|
+
bottom: "bottom";
|
|
9212
|
+
both: "both";
|
|
9213
|
+
}>>;
|
|
9214
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
9215
|
+
inline: "inline";
|
|
9216
|
+
form: "form";
|
|
9217
|
+
modal: "modal";
|
|
9218
|
+
}>>;
|
|
9219
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
9220
|
+
}, z.core.$strip>>;
|
|
9221
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
9222
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
8815
9223
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
8816
9224
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
8817
9225
|
key: z.ZodString;
|
|
@@ -9227,6 +9635,57 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
9227
9635
|
xlsx: "xlsx";
|
|
9228
9636
|
pdf: "pdf";
|
|
9229
9637
|
}>>>;
|
|
9638
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
9639
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
9640
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
9641
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
9642
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
9643
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
9644
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9645
|
+
}, z.core.$strip>>;
|
|
9646
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
9647
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
9648
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9649
|
+
map: "map";
|
|
9650
|
+
grid: "grid";
|
|
9651
|
+
kanban: "kanban";
|
|
9652
|
+
gallery: "gallery";
|
|
9653
|
+
calendar: "calendar";
|
|
9654
|
+
timeline: "timeline";
|
|
9655
|
+
gantt: "gantt";
|
|
9656
|
+
}>>>;
|
|
9657
|
+
}, z.core.$strip>>;
|
|
9658
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9659
|
+
name: z.ZodString;
|
|
9660
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9661
|
+
key: z.ZodString;
|
|
9662
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
9663
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
9664
|
+
}, z.core.$strip>]>>;
|
|
9665
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
9666
|
+
view: z.ZodOptional<z.ZodString>;
|
|
9667
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
9668
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
9669
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
9670
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
9671
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
9672
|
+
}, z.core.$strip>>>;
|
|
9673
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
9674
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
9675
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
9676
|
+
top: "top";
|
|
9677
|
+
bottom: "bottom";
|
|
9678
|
+
both: "both";
|
|
9679
|
+
}>>;
|
|
9680
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
9681
|
+
inline: "inline";
|
|
9682
|
+
form: "form";
|
|
9683
|
+
modal: "modal";
|
|
9684
|
+
}>>;
|
|
9685
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
9686
|
+
}, z.core.$strip>>;
|
|
9687
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
9688
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
9230
9689
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
9231
9690
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9232
9691
|
key: z.ZodString;
|
|
@@ -9636,6 +10095,57 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
9636
10095
|
xlsx: "xlsx";
|
|
9637
10096
|
pdf: "pdf";
|
|
9638
10097
|
}>>>;
|
|
10098
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
10099
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
10100
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
10101
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
10102
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
10103
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
10104
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
10105
|
+
}, z.core.$strip>>;
|
|
10106
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
10107
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
10108
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10109
|
+
map: "map";
|
|
10110
|
+
grid: "grid";
|
|
10111
|
+
kanban: "kanban";
|
|
10112
|
+
gallery: "gallery";
|
|
10113
|
+
calendar: "calendar";
|
|
10114
|
+
timeline: "timeline";
|
|
10115
|
+
gantt: "gantt";
|
|
10116
|
+
}>>>;
|
|
10117
|
+
}, z.core.$strip>>;
|
|
10118
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10119
|
+
name: z.ZodString;
|
|
10120
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10121
|
+
key: z.ZodString;
|
|
10122
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10123
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10124
|
+
}, z.core.$strip>]>>;
|
|
10125
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
10126
|
+
view: z.ZodOptional<z.ZodString>;
|
|
10127
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
10128
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
10129
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
10130
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
10131
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
10132
|
+
}, z.core.$strip>>>;
|
|
10133
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
10134
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
10135
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
10136
|
+
top: "top";
|
|
10137
|
+
bottom: "bottom";
|
|
10138
|
+
both: "both";
|
|
10139
|
+
}>>;
|
|
10140
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
10141
|
+
inline: "inline";
|
|
10142
|
+
form: "form";
|
|
10143
|
+
modal: "modal";
|
|
10144
|
+
}>>;
|
|
10145
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
10146
|
+
}, z.core.$strip>>;
|
|
10147
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
10148
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
9639
10149
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
9640
10150
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
9641
10151
|
key: z.ZodString;
|
|
@@ -10051,6 +10561,57 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
10051
10561
|
xlsx: "xlsx";
|
|
10052
10562
|
pdf: "pdf";
|
|
10053
10563
|
}>>>;
|
|
10564
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
10565
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
10566
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
10567
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
10568
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
10569
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
10570
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
10571
|
+
}, z.core.$strip>>;
|
|
10572
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
10573
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
10574
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10575
|
+
map: "map";
|
|
10576
|
+
grid: "grid";
|
|
10577
|
+
kanban: "kanban";
|
|
10578
|
+
gallery: "gallery";
|
|
10579
|
+
calendar: "calendar";
|
|
10580
|
+
timeline: "timeline";
|
|
10581
|
+
gantt: "gantt";
|
|
10582
|
+
}>>>;
|
|
10583
|
+
}, z.core.$strip>>;
|
|
10584
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10585
|
+
name: z.ZodString;
|
|
10586
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10587
|
+
key: z.ZodString;
|
|
10588
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
10589
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
10590
|
+
}, z.core.$strip>]>>;
|
|
10591
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
10592
|
+
view: z.ZodOptional<z.ZodString>;
|
|
10593
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
10594
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
10595
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
10596
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
10597
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
10598
|
+
}, z.core.$strip>>>;
|
|
10599
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
10600
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
10601
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
10602
|
+
top: "top";
|
|
10603
|
+
bottom: "bottom";
|
|
10604
|
+
both: "both";
|
|
10605
|
+
}>>;
|
|
10606
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
10607
|
+
inline: "inline";
|
|
10608
|
+
form: "form";
|
|
10609
|
+
modal: "modal";
|
|
10610
|
+
}>>;
|
|
10611
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
10612
|
+
}, z.core.$strip>>;
|
|
10613
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
10614
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
10054
10615
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
10055
10616
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10056
10617
|
key: z.ZodString;
|
|
@@ -10460,6 +11021,57 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
10460
11021
|
xlsx: "xlsx";
|
|
10461
11022
|
pdf: "pdf";
|
|
10462
11023
|
}>>>;
|
|
11024
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
11025
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
11026
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
11027
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
11028
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
11029
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
11030
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11031
|
+
}, z.core.$strip>>;
|
|
11032
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
11033
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
11034
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11035
|
+
map: "map";
|
|
11036
|
+
grid: "grid";
|
|
11037
|
+
kanban: "kanban";
|
|
11038
|
+
gallery: "gallery";
|
|
11039
|
+
calendar: "calendar";
|
|
11040
|
+
timeline: "timeline";
|
|
11041
|
+
gantt: "gantt";
|
|
11042
|
+
}>>>;
|
|
11043
|
+
}, z.core.$strip>>;
|
|
11044
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11045
|
+
name: z.ZodString;
|
|
11046
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11047
|
+
key: z.ZodString;
|
|
11048
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11049
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11050
|
+
}, z.core.$strip>]>>;
|
|
11051
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
11052
|
+
view: z.ZodOptional<z.ZodString>;
|
|
11053
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
11054
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
11055
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
11056
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
11057
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
11058
|
+
}, z.core.$strip>>>;
|
|
11059
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
11060
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
11061
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
11062
|
+
top: "top";
|
|
11063
|
+
bottom: "bottom";
|
|
11064
|
+
both: "both";
|
|
11065
|
+
}>>;
|
|
11066
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
11067
|
+
inline: "inline";
|
|
11068
|
+
form: "form";
|
|
11069
|
+
modal: "modal";
|
|
11070
|
+
}>>;
|
|
11071
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
11072
|
+
}, z.core.$strip>>;
|
|
11073
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
11074
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
10463
11075
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
10464
11076
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10465
11077
|
key: z.ZodString;
|
|
@@ -10875,6 +11487,57 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
10875
11487
|
xlsx: "xlsx";
|
|
10876
11488
|
pdf: "pdf";
|
|
10877
11489
|
}>>>;
|
|
11490
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
11491
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
11492
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
11493
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
11494
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
11495
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
11496
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11497
|
+
}, z.core.$strip>>;
|
|
11498
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
11499
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
11500
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11501
|
+
map: "map";
|
|
11502
|
+
grid: "grid";
|
|
11503
|
+
kanban: "kanban";
|
|
11504
|
+
gallery: "gallery";
|
|
11505
|
+
calendar: "calendar";
|
|
11506
|
+
timeline: "timeline";
|
|
11507
|
+
gantt: "gantt";
|
|
11508
|
+
}>>>;
|
|
11509
|
+
}, z.core.$strip>>;
|
|
11510
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11511
|
+
name: z.ZodString;
|
|
11512
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11513
|
+
key: z.ZodString;
|
|
11514
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11515
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11516
|
+
}, z.core.$strip>]>>;
|
|
11517
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
11518
|
+
view: z.ZodOptional<z.ZodString>;
|
|
11519
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
11520
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
11521
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
11522
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
11523
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
11524
|
+
}, z.core.$strip>>>;
|
|
11525
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
11526
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
11527
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
11528
|
+
top: "top";
|
|
11529
|
+
bottom: "bottom";
|
|
11530
|
+
both: "both";
|
|
11531
|
+
}>>;
|
|
11532
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
11533
|
+
inline: "inline";
|
|
11534
|
+
form: "form";
|
|
11535
|
+
modal: "modal";
|
|
11536
|
+
}>>;
|
|
11537
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
11538
|
+
}, z.core.$strip>>;
|
|
11539
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
11540
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
10878
11541
|
emptyState: z.ZodOptional<z.ZodObject<{
|
|
10879
11542
|
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
10880
11543
|
key: z.ZodString;
|
|
@@ -11284,11 +11947,62 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
11284
11947
|
xlsx: "xlsx";
|
|
11285
11948
|
pdf: "pdf";
|
|
11286
11949
|
}>>>;
|
|
11287
|
-
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11950
|
+
userActions: z.ZodOptional<z.ZodObject<{
|
|
11951
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
11952
|
+
search: z.ZodDefault<z.ZodBoolean>;
|
|
11953
|
+
filter: z.ZodDefault<z.ZodBoolean>;
|
|
11954
|
+
rowHeight: z.ZodDefault<z.ZodBoolean>;
|
|
11955
|
+
addRecordForm: z.ZodDefault<z.ZodBoolean>;
|
|
11956
|
+
buttons: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11957
|
+
}, z.core.$strip>>;
|
|
11958
|
+
appearance: z.ZodOptional<z.ZodObject<{
|
|
11959
|
+
showDescription: z.ZodDefault<z.ZodBoolean>;
|
|
11960
|
+
allowedVisualizations: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11961
|
+
map: "map";
|
|
11962
|
+
grid: "grid";
|
|
11963
|
+
kanban: "kanban";
|
|
11964
|
+
gallery: "gallery";
|
|
11965
|
+
calendar: "calendar";
|
|
11966
|
+
timeline: "timeline";
|
|
11967
|
+
gantt: "gantt";
|
|
11968
|
+
}>>>;
|
|
11969
|
+
}, z.core.$strip>>;
|
|
11970
|
+
tabs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11971
|
+
name: z.ZodString;
|
|
11972
|
+
label: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11973
|
+
key: z.ZodString;
|
|
11974
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
11975
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11976
|
+
}, z.core.$strip>]>>;
|
|
11977
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
11978
|
+
view: z.ZodOptional<z.ZodString>;
|
|
11979
|
+
filter: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
11980
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
11981
|
+
pinned: z.ZodDefault<z.ZodBoolean>;
|
|
11982
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
11983
|
+
visible: z.ZodDefault<z.ZodBoolean>;
|
|
11984
|
+
}, z.core.$strip>>>;
|
|
11985
|
+
addRecord: z.ZodOptional<z.ZodObject<{
|
|
11986
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
11987
|
+
position: z.ZodDefault<z.ZodEnum<{
|
|
11988
|
+
top: "top";
|
|
11989
|
+
bottom: "bottom";
|
|
11990
|
+
both: "both";
|
|
11991
|
+
}>>;
|
|
11992
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
11993
|
+
inline: "inline";
|
|
11994
|
+
form: "form";
|
|
11995
|
+
modal: "modal";
|
|
11996
|
+
}>>;
|
|
11997
|
+
formView: z.ZodOptional<z.ZodString>;
|
|
11998
|
+
}, z.core.$strip>>;
|
|
11999
|
+
showRecordCount: z.ZodOptional<z.ZodBoolean>;
|
|
12000
|
+
allowPrinting: z.ZodOptional<z.ZodBoolean>;
|
|
12001
|
+
emptyState: z.ZodOptional<z.ZodObject<{
|
|
12002
|
+
title: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
12003
|
+
key: z.ZodString;
|
|
12004
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
12005
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
11292
12006
|
}, z.core.$strip>]>>;
|
|
11293
12007
|
message: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
11294
12008
|
key: z.ZodString;
|
|
@@ -16927,6 +17641,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
16927
17641
|
}>;
|
|
16928
17642
|
description: z.ZodOptional<z.ZodString>;
|
|
16929
17643
|
format: z.ZodOptional<z.ZodString>;
|
|
17644
|
+
columnName: z.ZodOptional<z.ZodString>;
|
|
16930
17645
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
16931
17646
|
searchable: z.ZodDefault<z.ZodBoolean>;
|
|
16932
17647
|
multiple: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -17353,6 +18068,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
17353
18068
|
}>;
|
|
17354
18069
|
description: z.ZodOptional<z.ZodString>;
|
|
17355
18070
|
format: z.ZodOptional<z.ZodString>;
|
|
18071
|
+
columnName: z.ZodOptional<z.ZodString>;
|
|
17356
18072
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
17357
18073
|
searchable: z.ZodDefault<z.ZodBoolean>;
|
|
17358
18074
|
multiple: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -17759,6 +18475,24 @@ declare const AppDefinitionResponseSchema: z.ZodObject<{
|
|
|
17759
18475
|
active: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
17760
18476
|
isDefault: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
17761
18477
|
navigation: z.ZodOptional<z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
18478
|
+
areas: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18479
|
+
id: z.ZodString;
|
|
18480
|
+
label: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
18481
|
+
key: z.ZodString;
|
|
18482
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
18483
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
18484
|
+
}, z.core.$strip>]>;
|
|
18485
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
18486
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
18487
|
+
description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
18488
|
+
key: z.ZodString;
|
|
18489
|
+
defaultValue: z.ZodOptional<z.ZodString>;
|
|
18490
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
|
|
18491
|
+
}, z.core.$strip>]>>;
|
|
18492
|
+
visible: z.ZodOptional<z.ZodString>;
|
|
18493
|
+
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
18494
|
+
navigation: z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
18495
|
+
}, z.core.$strip>>>;
|
|
17762
18496
|
homePageId: z.ZodOptional<z.ZodString>;
|
|
17763
18497
|
requiredPermissions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
17764
18498
|
objects: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
@@ -17839,20 +18573,20 @@ declare const MetadataRegisterRequestSchema: z.ZodObject<{
|
|
|
17839
18573
|
profile: "profile";
|
|
17840
18574
|
role: "role";
|
|
17841
18575
|
page: "page";
|
|
18576
|
+
approval: "approval";
|
|
18577
|
+
service: "service";
|
|
17842
18578
|
dashboard: "dashboard";
|
|
18579
|
+
report: "report";
|
|
17843
18580
|
action: "action";
|
|
17844
18581
|
view: "view";
|
|
17845
18582
|
flow: "flow";
|
|
17846
18583
|
app: "app";
|
|
17847
18584
|
validation: "validation";
|
|
17848
18585
|
trigger: "trigger";
|
|
17849
|
-
service: "service";
|
|
17850
|
-
approval: "approval";
|
|
17851
18586
|
workflow: "workflow";
|
|
17852
18587
|
hook: "hook";
|
|
17853
18588
|
router: "router";
|
|
17854
18589
|
agent: "agent";
|
|
17855
|
-
report: "report";
|
|
17856
18590
|
translation: "translation";
|
|
17857
18591
|
permission: "permission";
|
|
17858
18592
|
}>;
|
|
@@ -17987,20 +18721,20 @@ declare const MetadataQueryRequestSchema: z.ZodObject<{
|
|
|
17987
18721
|
profile: "profile";
|
|
17988
18722
|
role: "role";
|
|
17989
18723
|
page: "page";
|
|
18724
|
+
approval: "approval";
|
|
18725
|
+
service: "service";
|
|
17990
18726
|
dashboard: "dashboard";
|
|
18727
|
+
report: "report";
|
|
17991
18728
|
action: "action";
|
|
17992
18729
|
view: "view";
|
|
17993
18730
|
flow: "flow";
|
|
17994
18731
|
app: "app";
|
|
17995
18732
|
validation: "validation";
|
|
17996
18733
|
trigger: "trigger";
|
|
17997
|
-
service: "service";
|
|
17998
|
-
approval: "approval";
|
|
17999
18734
|
workflow: "workflow";
|
|
18000
18735
|
hook: "hook";
|
|
18001
18736
|
router: "router";
|
|
18002
18737
|
agent: "agent";
|
|
18003
|
-
report: "report";
|
|
18004
18738
|
translation: "translation";
|
|
18005
18739
|
permission: "permission";
|
|
18006
18740
|
}>>>;
|
|
@@ -18515,10 +19249,10 @@ declare const DispatcherRouteSchema: z.ZodObject<{
|
|
|
18515
19249
|
metadata: "metadata";
|
|
18516
19250
|
cache: "cache";
|
|
18517
19251
|
graphql: "graphql";
|
|
19252
|
+
automation: "automation";
|
|
18518
19253
|
auth: "auth";
|
|
18519
19254
|
queue: "queue";
|
|
18520
19255
|
"file-storage": "file-storage";
|
|
18521
|
-
automation: "automation";
|
|
18522
19256
|
analytics: "analytics";
|
|
18523
19257
|
realtime: "realtime";
|
|
18524
19258
|
job: "job";
|
|
@@ -18563,10 +19297,10 @@ declare const DispatcherConfigSchema: z.ZodObject<{
|
|
|
18563
19297
|
metadata: "metadata";
|
|
18564
19298
|
cache: "cache";
|
|
18565
19299
|
graphql: "graphql";
|
|
19300
|
+
automation: "automation";
|
|
18566
19301
|
auth: "auth";
|
|
18567
19302
|
queue: "queue";
|
|
18568
19303
|
"file-storage": "file-storage";
|
|
18569
|
-
automation: "automation";
|
|
18570
19304
|
analytics: "analytics";
|
|
18571
19305
|
realtime: "realtime";
|
|
18572
19306
|
job: "job";
|
|
@@ -19846,6 +20580,1169 @@ declare const QueryAdapterConfigSchema: z.ZodObject<{
|
|
|
19846
20580
|
type QueryAdapterConfig = z.infer<typeof QueryAdapterConfigSchema>;
|
|
19847
20581
|
type QueryAdapterConfigInput = z.input<typeof QueryAdapterConfigSchema>;
|
|
19848
20582
|
|
|
20583
|
+
/**
|
|
20584
|
+
* Feed / Chatter API Protocol
|
|
20585
|
+
*
|
|
20586
|
+
* Defines the HTTP interface for the unified activity timeline (Feed).
|
|
20587
|
+
* Covers Feed CRUD, Emoji Reactions, and Record Subscription endpoints.
|
|
20588
|
+
*
|
|
20589
|
+
* Base path: /api/data/{object}/{recordId}/feed
|
|
20590
|
+
*
|
|
20591
|
+
* @example Endpoints
|
|
20592
|
+
* GET /api/data/{object}/{recordId}/feed — List feed items
|
|
20593
|
+
* POST /api/data/{object}/{recordId}/feed — Create feed item
|
|
20594
|
+
* PUT /api/data/{object}/{recordId}/feed/{feedId} — Update feed item
|
|
20595
|
+
* DELETE /api/data/{object}/{recordId}/feed/{feedId} — Delete feed item
|
|
20596
|
+
* POST /api/data/{object}/{recordId}/feed/{feedId}/reactions — Add reaction
|
|
20597
|
+
* DELETE /api/data/{object}/{recordId}/feed/{feedId}/reactions/{emoji} — Remove reaction
|
|
20598
|
+
* POST /api/data/{object}/{recordId}/subscribe — Subscribe
|
|
20599
|
+
* DELETE /api/data/{object}/{recordId}/subscribe — Unsubscribe
|
|
20600
|
+
*/
|
|
20601
|
+
/**
|
|
20602
|
+
* Common path parameters shared across all feed endpoints.
|
|
20603
|
+
*/
|
|
20604
|
+
declare const FeedPathParamsSchema: z.ZodObject<{
|
|
20605
|
+
object: z.ZodString;
|
|
20606
|
+
recordId: z.ZodString;
|
|
20607
|
+
}, z.core.$strip>;
|
|
20608
|
+
type FeedPathParams = z.infer<typeof FeedPathParamsSchema>;
|
|
20609
|
+
/**
|
|
20610
|
+
* Path parameters for single-feed-item operations (update, delete).
|
|
20611
|
+
*/
|
|
20612
|
+
declare const FeedItemPathParamsSchema: z.ZodObject<{
|
|
20613
|
+
object: z.ZodString;
|
|
20614
|
+
recordId: z.ZodString;
|
|
20615
|
+
feedId: z.ZodString;
|
|
20616
|
+
}, z.core.$strip>;
|
|
20617
|
+
type FeedItemPathParams = z.infer<typeof FeedItemPathParamsSchema>;
|
|
20618
|
+
/**
|
|
20619
|
+
* Feed filter type for the list query.
|
|
20620
|
+
* Maps to FeedFilterMode: all | comments_only | changes_only | tasks_only
|
|
20621
|
+
*/
|
|
20622
|
+
declare const FeedListFilterType: z.ZodEnum<{
|
|
20623
|
+
all: "all";
|
|
20624
|
+
comments_only: "comments_only";
|
|
20625
|
+
changes_only: "changes_only";
|
|
20626
|
+
tasks_only: "tasks_only";
|
|
20627
|
+
}>;
|
|
20628
|
+
/**
|
|
20629
|
+
* Query parameters for listing feed items.
|
|
20630
|
+
*
|
|
20631
|
+
* @example GET /api/data/account/rec_123/feed?type=all&limit=20&cursor=xxx
|
|
20632
|
+
*/
|
|
20633
|
+
declare const GetFeedRequestSchema: z.ZodObject<{
|
|
20634
|
+
object: z.ZodString;
|
|
20635
|
+
recordId: z.ZodString;
|
|
20636
|
+
type: z.ZodDefault<z.ZodEnum<{
|
|
20637
|
+
all: "all";
|
|
20638
|
+
comments_only: "comments_only";
|
|
20639
|
+
changes_only: "changes_only";
|
|
20640
|
+
tasks_only: "tasks_only";
|
|
20641
|
+
}>>;
|
|
20642
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
20643
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
20644
|
+
}, z.core.$strip>;
|
|
20645
|
+
type GetFeedRequest = z.infer<typeof GetFeedRequestSchema>;
|
|
20646
|
+
/**
|
|
20647
|
+
* Response for the feed list endpoint.
|
|
20648
|
+
*/
|
|
20649
|
+
declare const GetFeedResponseSchema: z.ZodObject<{
|
|
20650
|
+
success: z.ZodBoolean;
|
|
20651
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
20652
|
+
code: z.ZodString;
|
|
20653
|
+
message: z.ZodString;
|
|
20654
|
+
category: z.ZodOptional<z.ZodString>;
|
|
20655
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
20656
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
20657
|
+
}, z.core.$strip>>;
|
|
20658
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
20659
|
+
timestamp: z.ZodString;
|
|
20660
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
20661
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
20662
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
20663
|
+
}, z.core.$strip>>;
|
|
20664
|
+
data: z.ZodObject<{
|
|
20665
|
+
items: z.ZodArray<z.ZodObject<{
|
|
20666
|
+
id: z.ZodString;
|
|
20667
|
+
type: z.ZodEnum<{
|
|
20668
|
+
file: "file";
|
|
20669
|
+
email: "email";
|
|
20670
|
+
event: "event";
|
|
20671
|
+
comment: "comment";
|
|
20672
|
+
field_change: "field_change";
|
|
20673
|
+
task: "task";
|
|
20674
|
+
call: "call";
|
|
20675
|
+
note: "note";
|
|
20676
|
+
record_create: "record_create";
|
|
20677
|
+
record_delete: "record_delete";
|
|
20678
|
+
approval: "approval";
|
|
20679
|
+
sharing: "sharing";
|
|
20680
|
+
system: "system";
|
|
20681
|
+
}>;
|
|
20682
|
+
object: z.ZodString;
|
|
20683
|
+
recordId: z.ZodString;
|
|
20684
|
+
actor: z.ZodObject<{
|
|
20685
|
+
type: z.ZodEnum<{
|
|
20686
|
+
user: "user";
|
|
20687
|
+
system: "system";
|
|
20688
|
+
service: "service";
|
|
20689
|
+
automation: "automation";
|
|
20690
|
+
}>;
|
|
20691
|
+
id: z.ZodString;
|
|
20692
|
+
name: z.ZodOptional<z.ZodString>;
|
|
20693
|
+
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
20694
|
+
source: z.ZodOptional<z.ZodString>;
|
|
20695
|
+
}, z.core.$strip>;
|
|
20696
|
+
body: z.ZodOptional<z.ZodString>;
|
|
20697
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20698
|
+
type: z.ZodEnum<{
|
|
20699
|
+
record: "record";
|
|
20700
|
+
user: "user";
|
|
20701
|
+
team: "team";
|
|
20702
|
+
}>;
|
|
20703
|
+
id: z.ZodString;
|
|
20704
|
+
name: z.ZodString;
|
|
20705
|
+
offset: z.ZodNumber;
|
|
20706
|
+
length: z.ZodNumber;
|
|
20707
|
+
}, z.core.$strip>>>;
|
|
20708
|
+
changes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20709
|
+
field: z.ZodString;
|
|
20710
|
+
fieldLabel: z.ZodOptional<z.ZodString>;
|
|
20711
|
+
oldValue: z.ZodOptional<z.ZodUnknown>;
|
|
20712
|
+
newValue: z.ZodOptional<z.ZodUnknown>;
|
|
20713
|
+
oldDisplayValue: z.ZodOptional<z.ZodString>;
|
|
20714
|
+
newDisplayValue: z.ZodOptional<z.ZodString>;
|
|
20715
|
+
}, z.core.$strip>>>;
|
|
20716
|
+
reactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20717
|
+
emoji: z.ZodString;
|
|
20718
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
20719
|
+
count: z.ZodNumber;
|
|
20720
|
+
}, z.core.$strip>>>;
|
|
20721
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
20722
|
+
replyCount: z.ZodDefault<z.ZodNumber>;
|
|
20723
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
20724
|
+
private: "private";
|
|
20725
|
+
public: "public";
|
|
20726
|
+
internal: "internal";
|
|
20727
|
+
}>>;
|
|
20728
|
+
createdAt: z.ZodString;
|
|
20729
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
20730
|
+
editedAt: z.ZodOptional<z.ZodString>;
|
|
20731
|
+
isEdited: z.ZodDefault<z.ZodBoolean>;
|
|
20732
|
+
}, z.core.$strip>>;
|
|
20733
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
20734
|
+
nextCursor: z.ZodOptional<z.ZodString>;
|
|
20735
|
+
hasMore: z.ZodBoolean;
|
|
20736
|
+
}, z.core.$strip>;
|
|
20737
|
+
}, z.core.$strip>;
|
|
20738
|
+
type GetFeedResponse = z.infer<typeof GetFeedResponseSchema>;
|
|
20739
|
+
/**
|
|
20740
|
+
* Request body for creating a new feed item (comment, note, task, etc.).
|
|
20741
|
+
*
|
|
20742
|
+
* @example POST /api/data/account/rec_123/feed
|
|
20743
|
+
* { type: 'comment', body: 'Great progress! @jane can you follow up?', mentions: [...] }
|
|
20744
|
+
*/
|
|
20745
|
+
declare const CreateFeedItemRequestSchema: z.ZodObject<{
|
|
20746
|
+
object: z.ZodString;
|
|
20747
|
+
recordId: z.ZodString;
|
|
20748
|
+
type: z.ZodEnum<{
|
|
20749
|
+
file: "file";
|
|
20750
|
+
email: "email";
|
|
20751
|
+
event: "event";
|
|
20752
|
+
comment: "comment";
|
|
20753
|
+
field_change: "field_change";
|
|
20754
|
+
task: "task";
|
|
20755
|
+
call: "call";
|
|
20756
|
+
note: "note";
|
|
20757
|
+
record_create: "record_create";
|
|
20758
|
+
record_delete: "record_delete";
|
|
20759
|
+
approval: "approval";
|
|
20760
|
+
sharing: "sharing";
|
|
20761
|
+
system: "system";
|
|
20762
|
+
}>;
|
|
20763
|
+
body: z.ZodOptional<z.ZodString>;
|
|
20764
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20765
|
+
type: z.ZodEnum<{
|
|
20766
|
+
record: "record";
|
|
20767
|
+
user: "user";
|
|
20768
|
+
team: "team";
|
|
20769
|
+
}>;
|
|
20770
|
+
id: z.ZodString;
|
|
20771
|
+
name: z.ZodString;
|
|
20772
|
+
offset: z.ZodNumber;
|
|
20773
|
+
length: z.ZodNumber;
|
|
20774
|
+
}, z.core.$strip>>>;
|
|
20775
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
20776
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
20777
|
+
private: "private";
|
|
20778
|
+
public: "public";
|
|
20779
|
+
internal: "internal";
|
|
20780
|
+
}>>;
|
|
20781
|
+
}, z.core.$strip>;
|
|
20782
|
+
type CreateFeedItemRequest = z.infer<typeof CreateFeedItemRequestSchema>;
|
|
20783
|
+
/**
|
|
20784
|
+
* Response after creating a feed item.
|
|
20785
|
+
*/
|
|
20786
|
+
declare const CreateFeedItemResponseSchema: z.ZodObject<{
|
|
20787
|
+
success: z.ZodBoolean;
|
|
20788
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
20789
|
+
code: z.ZodString;
|
|
20790
|
+
message: z.ZodString;
|
|
20791
|
+
category: z.ZodOptional<z.ZodString>;
|
|
20792
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
20793
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
20794
|
+
}, z.core.$strip>>;
|
|
20795
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
20796
|
+
timestamp: z.ZodString;
|
|
20797
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
20798
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
20799
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
20800
|
+
}, z.core.$strip>>;
|
|
20801
|
+
data: z.ZodObject<{
|
|
20802
|
+
id: z.ZodString;
|
|
20803
|
+
type: z.ZodEnum<{
|
|
20804
|
+
file: "file";
|
|
20805
|
+
email: "email";
|
|
20806
|
+
event: "event";
|
|
20807
|
+
comment: "comment";
|
|
20808
|
+
field_change: "field_change";
|
|
20809
|
+
task: "task";
|
|
20810
|
+
call: "call";
|
|
20811
|
+
note: "note";
|
|
20812
|
+
record_create: "record_create";
|
|
20813
|
+
record_delete: "record_delete";
|
|
20814
|
+
approval: "approval";
|
|
20815
|
+
sharing: "sharing";
|
|
20816
|
+
system: "system";
|
|
20817
|
+
}>;
|
|
20818
|
+
object: z.ZodString;
|
|
20819
|
+
recordId: z.ZodString;
|
|
20820
|
+
actor: z.ZodObject<{
|
|
20821
|
+
type: z.ZodEnum<{
|
|
20822
|
+
user: "user";
|
|
20823
|
+
system: "system";
|
|
20824
|
+
service: "service";
|
|
20825
|
+
automation: "automation";
|
|
20826
|
+
}>;
|
|
20827
|
+
id: z.ZodString;
|
|
20828
|
+
name: z.ZodOptional<z.ZodString>;
|
|
20829
|
+
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
20830
|
+
source: z.ZodOptional<z.ZodString>;
|
|
20831
|
+
}, z.core.$strip>;
|
|
20832
|
+
body: z.ZodOptional<z.ZodString>;
|
|
20833
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20834
|
+
type: z.ZodEnum<{
|
|
20835
|
+
record: "record";
|
|
20836
|
+
user: "user";
|
|
20837
|
+
team: "team";
|
|
20838
|
+
}>;
|
|
20839
|
+
id: z.ZodString;
|
|
20840
|
+
name: z.ZodString;
|
|
20841
|
+
offset: z.ZodNumber;
|
|
20842
|
+
length: z.ZodNumber;
|
|
20843
|
+
}, z.core.$strip>>>;
|
|
20844
|
+
changes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20845
|
+
field: z.ZodString;
|
|
20846
|
+
fieldLabel: z.ZodOptional<z.ZodString>;
|
|
20847
|
+
oldValue: z.ZodOptional<z.ZodUnknown>;
|
|
20848
|
+
newValue: z.ZodOptional<z.ZodUnknown>;
|
|
20849
|
+
oldDisplayValue: z.ZodOptional<z.ZodString>;
|
|
20850
|
+
newDisplayValue: z.ZodOptional<z.ZodString>;
|
|
20851
|
+
}, z.core.$strip>>>;
|
|
20852
|
+
reactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20853
|
+
emoji: z.ZodString;
|
|
20854
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
20855
|
+
count: z.ZodNumber;
|
|
20856
|
+
}, z.core.$strip>>>;
|
|
20857
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
20858
|
+
replyCount: z.ZodDefault<z.ZodNumber>;
|
|
20859
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
20860
|
+
private: "private";
|
|
20861
|
+
public: "public";
|
|
20862
|
+
internal: "internal";
|
|
20863
|
+
}>>;
|
|
20864
|
+
createdAt: z.ZodString;
|
|
20865
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
20866
|
+
editedAt: z.ZodOptional<z.ZodString>;
|
|
20867
|
+
isEdited: z.ZodDefault<z.ZodBoolean>;
|
|
20868
|
+
}, z.core.$strip>;
|
|
20869
|
+
}, z.core.$strip>;
|
|
20870
|
+
type CreateFeedItemResponse = z.infer<typeof CreateFeedItemResponseSchema>;
|
|
20871
|
+
/**
|
|
20872
|
+
* Request body for updating an existing feed item (e.g., editing a comment).
|
|
20873
|
+
*
|
|
20874
|
+
* @example PUT /api/data/account/rec_123/feed/feed_001
|
|
20875
|
+
* { body: 'Updated comment text', mentions: [...] }
|
|
20876
|
+
*/
|
|
20877
|
+
declare const UpdateFeedItemRequestSchema: z.ZodObject<{
|
|
20878
|
+
object: z.ZodString;
|
|
20879
|
+
recordId: z.ZodString;
|
|
20880
|
+
feedId: z.ZodString;
|
|
20881
|
+
body: z.ZodOptional<z.ZodString>;
|
|
20882
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20883
|
+
type: z.ZodEnum<{
|
|
20884
|
+
record: "record";
|
|
20885
|
+
user: "user";
|
|
20886
|
+
team: "team";
|
|
20887
|
+
}>;
|
|
20888
|
+
id: z.ZodString;
|
|
20889
|
+
name: z.ZodString;
|
|
20890
|
+
offset: z.ZodNumber;
|
|
20891
|
+
length: z.ZodNumber;
|
|
20892
|
+
}, z.core.$strip>>>;
|
|
20893
|
+
visibility: z.ZodOptional<z.ZodEnum<{
|
|
20894
|
+
private: "private";
|
|
20895
|
+
public: "public";
|
|
20896
|
+
internal: "internal";
|
|
20897
|
+
}>>;
|
|
20898
|
+
}, z.core.$strip>;
|
|
20899
|
+
type UpdateFeedItemRequest = z.infer<typeof UpdateFeedItemRequestSchema>;
|
|
20900
|
+
/**
|
|
20901
|
+
* Response after updating a feed item.
|
|
20902
|
+
*/
|
|
20903
|
+
declare const UpdateFeedItemResponseSchema: z.ZodObject<{
|
|
20904
|
+
success: z.ZodBoolean;
|
|
20905
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
20906
|
+
code: z.ZodString;
|
|
20907
|
+
message: z.ZodString;
|
|
20908
|
+
category: z.ZodOptional<z.ZodString>;
|
|
20909
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
20910
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
20911
|
+
}, z.core.$strip>>;
|
|
20912
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
20913
|
+
timestamp: z.ZodString;
|
|
20914
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
20915
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
20916
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
20917
|
+
}, z.core.$strip>>;
|
|
20918
|
+
data: z.ZodObject<{
|
|
20919
|
+
id: z.ZodString;
|
|
20920
|
+
type: z.ZodEnum<{
|
|
20921
|
+
file: "file";
|
|
20922
|
+
email: "email";
|
|
20923
|
+
event: "event";
|
|
20924
|
+
comment: "comment";
|
|
20925
|
+
field_change: "field_change";
|
|
20926
|
+
task: "task";
|
|
20927
|
+
call: "call";
|
|
20928
|
+
note: "note";
|
|
20929
|
+
record_create: "record_create";
|
|
20930
|
+
record_delete: "record_delete";
|
|
20931
|
+
approval: "approval";
|
|
20932
|
+
sharing: "sharing";
|
|
20933
|
+
system: "system";
|
|
20934
|
+
}>;
|
|
20935
|
+
object: z.ZodString;
|
|
20936
|
+
recordId: z.ZodString;
|
|
20937
|
+
actor: z.ZodObject<{
|
|
20938
|
+
type: z.ZodEnum<{
|
|
20939
|
+
user: "user";
|
|
20940
|
+
system: "system";
|
|
20941
|
+
service: "service";
|
|
20942
|
+
automation: "automation";
|
|
20943
|
+
}>;
|
|
20944
|
+
id: z.ZodString;
|
|
20945
|
+
name: z.ZodOptional<z.ZodString>;
|
|
20946
|
+
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
20947
|
+
source: z.ZodOptional<z.ZodString>;
|
|
20948
|
+
}, z.core.$strip>;
|
|
20949
|
+
body: z.ZodOptional<z.ZodString>;
|
|
20950
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20951
|
+
type: z.ZodEnum<{
|
|
20952
|
+
record: "record";
|
|
20953
|
+
user: "user";
|
|
20954
|
+
team: "team";
|
|
20955
|
+
}>;
|
|
20956
|
+
id: z.ZodString;
|
|
20957
|
+
name: z.ZodString;
|
|
20958
|
+
offset: z.ZodNumber;
|
|
20959
|
+
length: z.ZodNumber;
|
|
20960
|
+
}, z.core.$strip>>>;
|
|
20961
|
+
changes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20962
|
+
field: z.ZodString;
|
|
20963
|
+
fieldLabel: z.ZodOptional<z.ZodString>;
|
|
20964
|
+
oldValue: z.ZodOptional<z.ZodUnknown>;
|
|
20965
|
+
newValue: z.ZodOptional<z.ZodUnknown>;
|
|
20966
|
+
oldDisplayValue: z.ZodOptional<z.ZodString>;
|
|
20967
|
+
newDisplayValue: z.ZodOptional<z.ZodString>;
|
|
20968
|
+
}, z.core.$strip>>>;
|
|
20969
|
+
reactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20970
|
+
emoji: z.ZodString;
|
|
20971
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
20972
|
+
count: z.ZodNumber;
|
|
20973
|
+
}, z.core.$strip>>>;
|
|
20974
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
20975
|
+
replyCount: z.ZodDefault<z.ZodNumber>;
|
|
20976
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
20977
|
+
private: "private";
|
|
20978
|
+
public: "public";
|
|
20979
|
+
internal: "internal";
|
|
20980
|
+
}>>;
|
|
20981
|
+
createdAt: z.ZodString;
|
|
20982
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
20983
|
+
editedAt: z.ZodOptional<z.ZodString>;
|
|
20984
|
+
isEdited: z.ZodDefault<z.ZodBoolean>;
|
|
20985
|
+
}, z.core.$strip>;
|
|
20986
|
+
}, z.core.$strip>;
|
|
20987
|
+
type UpdateFeedItemResponse = z.infer<typeof UpdateFeedItemResponseSchema>;
|
|
20988
|
+
/**
|
|
20989
|
+
* Request parameters for deleting a feed item.
|
|
20990
|
+
*
|
|
20991
|
+
* @example DELETE /api/data/account/rec_123/feed/feed_001
|
|
20992
|
+
*/
|
|
20993
|
+
declare const DeleteFeedItemRequestSchema: z.ZodObject<{
|
|
20994
|
+
object: z.ZodString;
|
|
20995
|
+
recordId: z.ZodString;
|
|
20996
|
+
feedId: z.ZodString;
|
|
20997
|
+
}, z.core.$strip>;
|
|
20998
|
+
type DeleteFeedItemRequest = z.infer<typeof DeleteFeedItemRequestSchema>;
|
|
20999
|
+
/**
|
|
21000
|
+
* Response after deleting a feed item.
|
|
21001
|
+
*/
|
|
21002
|
+
declare const DeleteFeedItemResponseSchema: z.ZodObject<{
|
|
21003
|
+
success: z.ZodBoolean;
|
|
21004
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21005
|
+
code: z.ZodString;
|
|
21006
|
+
message: z.ZodString;
|
|
21007
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21008
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21009
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21010
|
+
}, z.core.$strip>>;
|
|
21011
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21012
|
+
timestamp: z.ZodString;
|
|
21013
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21014
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21015
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21016
|
+
}, z.core.$strip>>;
|
|
21017
|
+
data: z.ZodObject<{
|
|
21018
|
+
feedId: z.ZodString;
|
|
21019
|
+
}, z.core.$strip>;
|
|
21020
|
+
}, z.core.$strip>;
|
|
21021
|
+
type DeleteFeedItemResponse = z.infer<typeof DeleteFeedItemResponseSchema>;
|
|
21022
|
+
/**
|
|
21023
|
+
* Request for adding an emoji reaction to a feed item.
|
|
21024
|
+
*
|
|
21025
|
+
* @example POST /api/data/account/rec_123/feed/feed_001/reactions
|
|
21026
|
+
* { emoji: '👍' }
|
|
21027
|
+
*/
|
|
21028
|
+
declare const AddReactionRequestSchema: z.ZodObject<{
|
|
21029
|
+
object: z.ZodString;
|
|
21030
|
+
recordId: z.ZodString;
|
|
21031
|
+
feedId: z.ZodString;
|
|
21032
|
+
emoji: z.ZodString;
|
|
21033
|
+
}, z.core.$strip>;
|
|
21034
|
+
type AddReactionRequest = z.infer<typeof AddReactionRequestSchema>;
|
|
21035
|
+
/**
|
|
21036
|
+
* Response after adding a reaction.
|
|
21037
|
+
*/
|
|
21038
|
+
declare const AddReactionResponseSchema: z.ZodObject<{
|
|
21039
|
+
success: z.ZodBoolean;
|
|
21040
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21041
|
+
code: z.ZodString;
|
|
21042
|
+
message: z.ZodString;
|
|
21043
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21044
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21045
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21046
|
+
}, z.core.$strip>>;
|
|
21047
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21048
|
+
timestamp: z.ZodString;
|
|
21049
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21050
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21051
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21052
|
+
}, z.core.$strip>>;
|
|
21053
|
+
data: z.ZodObject<{
|
|
21054
|
+
reactions: z.ZodArray<z.ZodObject<{
|
|
21055
|
+
emoji: z.ZodString;
|
|
21056
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21057
|
+
count: z.ZodNumber;
|
|
21058
|
+
}, z.core.$strip>>;
|
|
21059
|
+
}, z.core.$strip>;
|
|
21060
|
+
}, z.core.$strip>;
|
|
21061
|
+
type AddReactionResponse = z.infer<typeof AddReactionResponseSchema>;
|
|
21062
|
+
/**
|
|
21063
|
+
* Request for removing an emoji reaction from a feed item.
|
|
21064
|
+
*
|
|
21065
|
+
* @example DELETE /api/data/account/rec_123/feed/feed_001/reactions/👍
|
|
21066
|
+
*/
|
|
21067
|
+
declare const RemoveReactionRequestSchema: z.ZodObject<{
|
|
21068
|
+
object: z.ZodString;
|
|
21069
|
+
recordId: z.ZodString;
|
|
21070
|
+
feedId: z.ZodString;
|
|
21071
|
+
emoji: z.ZodString;
|
|
21072
|
+
}, z.core.$strip>;
|
|
21073
|
+
type RemoveReactionRequest = z.infer<typeof RemoveReactionRequestSchema>;
|
|
21074
|
+
/**
|
|
21075
|
+
* Response after removing a reaction.
|
|
21076
|
+
*/
|
|
21077
|
+
declare const RemoveReactionResponseSchema: z.ZodObject<{
|
|
21078
|
+
success: z.ZodBoolean;
|
|
21079
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21080
|
+
code: z.ZodString;
|
|
21081
|
+
message: z.ZodString;
|
|
21082
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21083
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21084
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21085
|
+
}, z.core.$strip>>;
|
|
21086
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21087
|
+
timestamp: z.ZodString;
|
|
21088
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21089
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21090
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21091
|
+
}, z.core.$strip>>;
|
|
21092
|
+
data: z.ZodObject<{
|
|
21093
|
+
reactions: z.ZodArray<z.ZodObject<{
|
|
21094
|
+
emoji: z.ZodString;
|
|
21095
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21096
|
+
count: z.ZodNumber;
|
|
21097
|
+
}, z.core.$strip>>;
|
|
21098
|
+
}, z.core.$strip>;
|
|
21099
|
+
}, z.core.$strip>;
|
|
21100
|
+
type RemoveReactionResponse = z.infer<typeof RemoveReactionResponseSchema>;
|
|
21101
|
+
/**
|
|
21102
|
+
* Request for subscribing to record notifications.
|
|
21103
|
+
*
|
|
21104
|
+
* @example POST /api/data/account/rec_123/subscribe
|
|
21105
|
+
* { events: ['comment', 'field_change'], channels: ['in_app', 'email'] }
|
|
21106
|
+
*/
|
|
21107
|
+
declare const SubscribeRequestSchema: z.ZodObject<{
|
|
21108
|
+
object: z.ZodString;
|
|
21109
|
+
recordId: z.ZodString;
|
|
21110
|
+
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21111
|
+
all: "all";
|
|
21112
|
+
comment: "comment";
|
|
21113
|
+
field_change: "field_change";
|
|
21114
|
+
task: "task";
|
|
21115
|
+
approval: "approval";
|
|
21116
|
+
mention: "mention";
|
|
21117
|
+
}>>>;
|
|
21118
|
+
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21119
|
+
email: "email";
|
|
21120
|
+
push: "push";
|
|
21121
|
+
in_app: "in_app";
|
|
21122
|
+
slack: "slack";
|
|
21123
|
+
}>>>;
|
|
21124
|
+
}, z.core.$strip>;
|
|
21125
|
+
type SubscribeRequest = z.infer<typeof SubscribeRequestSchema>;
|
|
21126
|
+
/**
|
|
21127
|
+
* Response after subscribing.
|
|
21128
|
+
*/
|
|
21129
|
+
declare const SubscribeResponseSchema: z.ZodObject<{
|
|
21130
|
+
success: z.ZodBoolean;
|
|
21131
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21132
|
+
code: z.ZodString;
|
|
21133
|
+
message: z.ZodString;
|
|
21134
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21135
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21136
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21137
|
+
}, z.core.$strip>>;
|
|
21138
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21139
|
+
timestamp: z.ZodString;
|
|
21140
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21141
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21142
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21143
|
+
}, z.core.$strip>>;
|
|
21144
|
+
data: z.ZodObject<{
|
|
21145
|
+
object: z.ZodString;
|
|
21146
|
+
recordId: z.ZodString;
|
|
21147
|
+
userId: z.ZodString;
|
|
21148
|
+
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21149
|
+
all: "all";
|
|
21150
|
+
comment: "comment";
|
|
21151
|
+
field_change: "field_change";
|
|
21152
|
+
task: "task";
|
|
21153
|
+
approval: "approval";
|
|
21154
|
+
mention: "mention";
|
|
21155
|
+
}>>>;
|
|
21156
|
+
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21157
|
+
email: "email";
|
|
21158
|
+
push: "push";
|
|
21159
|
+
in_app: "in_app";
|
|
21160
|
+
slack: "slack";
|
|
21161
|
+
}>>>;
|
|
21162
|
+
active: z.ZodDefault<z.ZodBoolean>;
|
|
21163
|
+
createdAt: z.ZodString;
|
|
21164
|
+
}, z.core.$strip>;
|
|
21165
|
+
}, z.core.$strip>;
|
|
21166
|
+
type SubscribeResponse = z.infer<typeof SubscribeResponseSchema>;
|
|
21167
|
+
/**
|
|
21168
|
+
* Request for unsubscribing from record notifications.
|
|
21169
|
+
*
|
|
21170
|
+
* @example DELETE /api/data/account/rec_123/subscribe
|
|
21171
|
+
*/
|
|
21172
|
+
declare const FeedUnsubscribeRequestSchema: z.ZodObject<{
|
|
21173
|
+
object: z.ZodString;
|
|
21174
|
+
recordId: z.ZodString;
|
|
21175
|
+
}, z.core.$strip>;
|
|
21176
|
+
type FeedUnsubscribeRequest = z.infer<typeof FeedUnsubscribeRequestSchema>;
|
|
21177
|
+
/**
|
|
21178
|
+
* Response after unsubscribing.
|
|
21179
|
+
*/
|
|
21180
|
+
declare const UnsubscribeResponseSchema: z.ZodObject<{
|
|
21181
|
+
success: z.ZodBoolean;
|
|
21182
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21183
|
+
code: z.ZodString;
|
|
21184
|
+
message: z.ZodString;
|
|
21185
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21186
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21187
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21188
|
+
}, z.core.$strip>>;
|
|
21189
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21190
|
+
timestamp: z.ZodString;
|
|
21191
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21192
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21193
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21194
|
+
}, z.core.$strip>>;
|
|
21195
|
+
data: z.ZodObject<{
|
|
21196
|
+
object: z.ZodString;
|
|
21197
|
+
recordId: z.ZodString;
|
|
21198
|
+
unsubscribed: z.ZodBoolean;
|
|
21199
|
+
}, z.core.$strip>;
|
|
21200
|
+
}, z.core.$strip>;
|
|
21201
|
+
type UnsubscribeResponse = z.infer<typeof UnsubscribeResponseSchema>;
|
|
21202
|
+
/**
|
|
21203
|
+
* Error codes specific to Feed/Chatter operations.
|
|
21204
|
+
*/
|
|
21205
|
+
declare const FeedApiErrorCode: z.ZodEnum<{
|
|
21206
|
+
feed_item_not_found: "feed_item_not_found";
|
|
21207
|
+
feed_permission_denied: "feed_permission_denied";
|
|
21208
|
+
feed_item_not_editable: "feed_item_not_editable";
|
|
21209
|
+
feed_invalid_parent: "feed_invalid_parent";
|
|
21210
|
+
reaction_already_exists: "reaction_already_exists";
|
|
21211
|
+
reaction_not_found: "reaction_not_found";
|
|
21212
|
+
subscription_already_exists: "subscription_already_exists";
|
|
21213
|
+
subscription_not_found: "subscription_not_found";
|
|
21214
|
+
invalid_feed_type: "invalid_feed_type";
|
|
21215
|
+
}>;
|
|
21216
|
+
type FeedApiErrorCode = z.infer<typeof FeedApiErrorCode>;
|
|
21217
|
+
/**
|
|
21218
|
+
* Standard Feed API contracts map.
|
|
21219
|
+
* Used for generating SDKs, documentation, and route registration.
|
|
21220
|
+
*/
|
|
21221
|
+
declare const FeedApiContracts: {
|
|
21222
|
+
listFeed: {
|
|
21223
|
+
method: "GET";
|
|
21224
|
+
path: string;
|
|
21225
|
+
input: z.ZodObject<{
|
|
21226
|
+
object: z.ZodString;
|
|
21227
|
+
recordId: z.ZodString;
|
|
21228
|
+
type: z.ZodDefault<z.ZodEnum<{
|
|
21229
|
+
all: "all";
|
|
21230
|
+
comments_only: "comments_only";
|
|
21231
|
+
changes_only: "changes_only";
|
|
21232
|
+
tasks_only: "tasks_only";
|
|
21233
|
+
}>>;
|
|
21234
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
21235
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
21236
|
+
}, z.core.$strip>;
|
|
21237
|
+
output: z.ZodObject<{
|
|
21238
|
+
success: z.ZodBoolean;
|
|
21239
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21240
|
+
code: z.ZodString;
|
|
21241
|
+
message: z.ZodString;
|
|
21242
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21243
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21244
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21245
|
+
}, z.core.$strip>>;
|
|
21246
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21247
|
+
timestamp: z.ZodString;
|
|
21248
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21249
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21250
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21251
|
+
}, z.core.$strip>>;
|
|
21252
|
+
data: z.ZodObject<{
|
|
21253
|
+
items: z.ZodArray<z.ZodObject<{
|
|
21254
|
+
id: z.ZodString;
|
|
21255
|
+
type: z.ZodEnum<{
|
|
21256
|
+
file: "file";
|
|
21257
|
+
email: "email";
|
|
21258
|
+
event: "event";
|
|
21259
|
+
comment: "comment";
|
|
21260
|
+
field_change: "field_change";
|
|
21261
|
+
task: "task";
|
|
21262
|
+
call: "call";
|
|
21263
|
+
note: "note";
|
|
21264
|
+
record_create: "record_create";
|
|
21265
|
+
record_delete: "record_delete";
|
|
21266
|
+
approval: "approval";
|
|
21267
|
+
sharing: "sharing";
|
|
21268
|
+
system: "system";
|
|
21269
|
+
}>;
|
|
21270
|
+
object: z.ZodString;
|
|
21271
|
+
recordId: z.ZodString;
|
|
21272
|
+
actor: z.ZodObject<{
|
|
21273
|
+
type: z.ZodEnum<{
|
|
21274
|
+
user: "user";
|
|
21275
|
+
system: "system";
|
|
21276
|
+
service: "service";
|
|
21277
|
+
automation: "automation";
|
|
21278
|
+
}>;
|
|
21279
|
+
id: z.ZodString;
|
|
21280
|
+
name: z.ZodOptional<z.ZodString>;
|
|
21281
|
+
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
21282
|
+
source: z.ZodOptional<z.ZodString>;
|
|
21283
|
+
}, z.core.$strip>;
|
|
21284
|
+
body: z.ZodOptional<z.ZodString>;
|
|
21285
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21286
|
+
type: z.ZodEnum<{
|
|
21287
|
+
record: "record";
|
|
21288
|
+
user: "user";
|
|
21289
|
+
team: "team";
|
|
21290
|
+
}>;
|
|
21291
|
+
id: z.ZodString;
|
|
21292
|
+
name: z.ZodString;
|
|
21293
|
+
offset: z.ZodNumber;
|
|
21294
|
+
length: z.ZodNumber;
|
|
21295
|
+
}, z.core.$strip>>>;
|
|
21296
|
+
changes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21297
|
+
field: z.ZodString;
|
|
21298
|
+
fieldLabel: z.ZodOptional<z.ZodString>;
|
|
21299
|
+
oldValue: z.ZodOptional<z.ZodUnknown>;
|
|
21300
|
+
newValue: z.ZodOptional<z.ZodUnknown>;
|
|
21301
|
+
oldDisplayValue: z.ZodOptional<z.ZodString>;
|
|
21302
|
+
newDisplayValue: z.ZodOptional<z.ZodString>;
|
|
21303
|
+
}, z.core.$strip>>>;
|
|
21304
|
+
reactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21305
|
+
emoji: z.ZodString;
|
|
21306
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21307
|
+
count: z.ZodNumber;
|
|
21308
|
+
}, z.core.$strip>>>;
|
|
21309
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
21310
|
+
replyCount: z.ZodDefault<z.ZodNumber>;
|
|
21311
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
21312
|
+
private: "private";
|
|
21313
|
+
public: "public";
|
|
21314
|
+
internal: "internal";
|
|
21315
|
+
}>>;
|
|
21316
|
+
createdAt: z.ZodString;
|
|
21317
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
21318
|
+
editedAt: z.ZodOptional<z.ZodString>;
|
|
21319
|
+
isEdited: z.ZodDefault<z.ZodBoolean>;
|
|
21320
|
+
}, z.core.$strip>>;
|
|
21321
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
21322
|
+
nextCursor: z.ZodOptional<z.ZodString>;
|
|
21323
|
+
hasMore: z.ZodBoolean;
|
|
21324
|
+
}, z.core.$strip>;
|
|
21325
|
+
}, z.core.$strip>;
|
|
21326
|
+
};
|
|
21327
|
+
createFeedItem: {
|
|
21328
|
+
method: "POST";
|
|
21329
|
+
path: string;
|
|
21330
|
+
input: z.ZodObject<{
|
|
21331
|
+
object: z.ZodString;
|
|
21332
|
+
recordId: z.ZodString;
|
|
21333
|
+
type: z.ZodEnum<{
|
|
21334
|
+
file: "file";
|
|
21335
|
+
email: "email";
|
|
21336
|
+
event: "event";
|
|
21337
|
+
comment: "comment";
|
|
21338
|
+
field_change: "field_change";
|
|
21339
|
+
task: "task";
|
|
21340
|
+
call: "call";
|
|
21341
|
+
note: "note";
|
|
21342
|
+
record_create: "record_create";
|
|
21343
|
+
record_delete: "record_delete";
|
|
21344
|
+
approval: "approval";
|
|
21345
|
+
sharing: "sharing";
|
|
21346
|
+
system: "system";
|
|
21347
|
+
}>;
|
|
21348
|
+
body: z.ZodOptional<z.ZodString>;
|
|
21349
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21350
|
+
type: z.ZodEnum<{
|
|
21351
|
+
record: "record";
|
|
21352
|
+
user: "user";
|
|
21353
|
+
team: "team";
|
|
21354
|
+
}>;
|
|
21355
|
+
id: z.ZodString;
|
|
21356
|
+
name: z.ZodString;
|
|
21357
|
+
offset: z.ZodNumber;
|
|
21358
|
+
length: z.ZodNumber;
|
|
21359
|
+
}, z.core.$strip>>>;
|
|
21360
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
21361
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
21362
|
+
private: "private";
|
|
21363
|
+
public: "public";
|
|
21364
|
+
internal: "internal";
|
|
21365
|
+
}>>;
|
|
21366
|
+
}, z.core.$strip>;
|
|
21367
|
+
output: z.ZodObject<{
|
|
21368
|
+
success: z.ZodBoolean;
|
|
21369
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21370
|
+
code: z.ZodString;
|
|
21371
|
+
message: z.ZodString;
|
|
21372
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21373
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21374
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21375
|
+
}, z.core.$strip>>;
|
|
21376
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21377
|
+
timestamp: z.ZodString;
|
|
21378
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21379
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21380
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21381
|
+
}, z.core.$strip>>;
|
|
21382
|
+
data: z.ZodObject<{
|
|
21383
|
+
id: z.ZodString;
|
|
21384
|
+
type: z.ZodEnum<{
|
|
21385
|
+
file: "file";
|
|
21386
|
+
email: "email";
|
|
21387
|
+
event: "event";
|
|
21388
|
+
comment: "comment";
|
|
21389
|
+
field_change: "field_change";
|
|
21390
|
+
task: "task";
|
|
21391
|
+
call: "call";
|
|
21392
|
+
note: "note";
|
|
21393
|
+
record_create: "record_create";
|
|
21394
|
+
record_delete: "record_delete";
|
|
21395
|
+
approval: "approval";
|
|
21396
|
+
sharing: "sharing";
|
|
21397
|
+
system: "system";
|
|
21398
|
+
}>;
|
|
21399
|
+
object: z.ZodString;
|
|
21400
|
+
recordId: z.ZodString;
|
|
21401
|
+
actor: z.ZodObject<{
|
|
21402
|
+
type: z.ZodEnum<{
|
|
21403
|
+
user: "user";
|
|
21404
|
+
system: "system";
|
|
21405
|
+
service: "service";
|
|
21406
|
+
automation: "automation";
|
|
21407
|
+
}>;
|
|
21408
|
+
id: z.ZodString;
|
|
21409
|
+
name: z.ZodOptional<z.ZodString>;
|
|
21410
|
+
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
21411
|
+
source: z.ZodOptional<z.ZodString>;
|
|
21412
|
+
}, z.core.$strip>;
|
|
21413
|
+
body: z.ZodOptional<z.ZodString>;
|
|
21414
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21415
|
+
type: z.ZodEnum<{
|
|
21416
|
+
record: "record";
|
|
21417
|
+
user: "user";
|
|
21418
|
+
team: "team";
|
|
21419
|
+
}>;
|
|
21420
|
+
id: z.ZodString;
|
|
21421
|
+
name: z.ZodString;
|
|
21422
|
+
offset: z.ZodNumber;
|
|
21423
|
+
length: z.ZodNumber;
|
|
21424
|
+
}, z.core.$strip>>>;
|
|
21425
|
+
changes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21426
|
+
field: z.ZodString;
|
|
21427
|
+
fieldLabel: z.ZodOptional<z.ZodString>;
|
|
21428
|
+
oldValue: z.ZodOptional<z.ZodUnknown>;
|
|
21429
|
+
newValue: z.ZodOptional<z.ZodUnknown>;
|
|
21430
|
+
oldDisplayValue: z.ZodOptional<z.ZodString>;
|
|
21431
|
+
newDisplayValue: z.ZodOptional<z.ZodString>;
|
|
21432
|
+
}, z.core.$strip>>>;
|
|
21433
|
+
reactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21434
|
+
emoji: z.ZodString;
|
|
21435
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21436
|
+
count: z.ZodNumber;
|
|
21437
|
+
}, z.core.$strip>>>;
|
|
21438
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
21439
|
+
replyCount: z.ZodDefault<z.ZodNumber>;
|
|
21440
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
21441
|
+
private: "private";
|
|
21442
|
+
public: "public";
|
|
21443
|
+
internal: "internal";
|
|
21444
|
+
}>>;
|
|
21445
|
+
createdAt: z.ZodString;
|
|
21446
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
21447
|
+
editedAt: z.ZodOptional<z.ZodString>;
|
|
21448
|
+
isEdited: z.ZodDefault<z.ZodBoolean>;
|
|
21449
|
+
}, z.core.$strip>;
|
|
21450
|
+
}, z.core.$strip>;
|
|
21451
|
+
};
|
|
21452
|
+
updateFeedItem: {
|
|
21453
|
+
method: "PUT";
|
|
21454
|
+
path: string;
|
|
21455
|
+
input: z.ZodObject<{
|
|
21456
|
+
object: z.ZodString;
|
|
21457
|
+
recordId: z.ZodString;
|
|
21458
|
+
feedId: z.ZodString;
|
|
21459
|
+
body: z.ZodOptional<z.ZodString>;
|
|
21460
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21461
|
+
type: z.ZodEnum<{
|
|
21462
|
+
record: "record";
|
|
21463
|
+
user: "user";
|
|
21464
|
+
team: "team";
|
|
21465
|
+
}>;
|
|
21466
|
+
id: z.ZodString;
|
|
21467
|
+
name: z.ZodString;
|
|
21468
|
+
offset: z.ZodNumber;
|
|
21469
|
+
length: z.ZodNumber;
|
|
21470
|
+
}, z.core.$strip>>>;
|
|
21471
|
+
visibility: z.ZodOptional<z.ZodEnum<{
|
|
21472
|
+
private: "private";
|
|
21473
|
+
public: "public";
|
|
21474
|
+
internal: "internal";
|
|
21475
|
+
}>>;
|
|
21476
|
+
}, z.core.$strip>;
|
|
21477
|
+
output: z.ZodObject<{
|
|
21478
|
+
success: z.ZodBoolean;
|
|
21479
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21480
|
+
code: z.ZodString;
|
|
21481
|
+
message: z.ZodString;
|
|
21482
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21483
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21484
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21485
|
+
}, z.core.$strip>>;
|
|
21486
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21487
|
+
timestamp: z.ZodString;
|
|
21488
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21489
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21490
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21491
|
+
}, z.core.$strip>>;
|
|
21492
|
+
data: z.ZodObject<{
|
|
21493
|
+
id: z.ZodString;
|
|
21494
|
+
type: z.ZodEnum<{
|
|
21495
|
+
file: "file";
|
|
21496
|
+
email: "email";
|
|
21497
|
+
event: "event";
|
|
21498
|
+
comment: "comment";
|
|
21499
|
+
field_change: "field_change";
|
|
21500
|
+
task: "task";
|
|
21501
|
+
call: "call";
|
|
21502
|
+
note: "note";
|
|
21503
|
+
record_create: "record_create";
|
|
21504
|
+
record_delete: "record_delete";
|
|
21505
|
+
approval: "approval";
|
|
21506
|
+
sharing: "sharing";
|
|
21507
|
+
system: "system";
|
|
21508
|
+
}>;
|
|
21509
|
+
object: z.ZodString;
|
|
21510
|
+
recordId: z.ZodString;
|
|
21511
|
+
actor: z.ZodObject<{
|
|
21512
|
+
type: z.ZodEnum<{
|
|
21513
|
+
user: "user";
|
|
21514
|
+
system: "system";
|
|
21515
|
+
service: "service";
|
|
21516
|
+
automation: "automation";
|
|
21517
|
+
}>;
|
|
21518
|
+
id: z.ZodString;
|
|
21519
|
+
name: z.ZodOptional<z.ZodString>;
|
|
21520
|
+
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
21521
|
+
source: z.ZodOptional<z.ZodString>;
|
|
21522
|
+
}, z.core.$strip>;
|
|
21523
|
+
body: z.ZodOptional<z.ZodString>;
|
|
21524
|
+
mentions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21525
|
+
type: z.ZodEnum<{
|
|
21526
|
+
record: "record";
|
|
21527
|
+
user: "user";
|
|
21528
|
+
team: "team";
|
|
21529
|
+
}>;
|
|
21530
|
+
id: z.ZodString;
|
|
21531
|
+
name: z.ZodString;
|
|
21532
|
+
offset: z.ZodNumber;
|
|
21533
|
+
length: z.ZodNumber;
|
|
21534
|
+
}, z.core.$strip>>>;
|
|
21535
|
+
changes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21536
|
+
field: z.ZodString;
|
|
21537
|
+
fieldLabel: z.ZodOptional<z.ZodString>;
|
|
21538
|
+
oldValue: z.ZodOptional<z.ZodUnknown>;
|
|
21539
|
+
newValue: z.ZodOptional<z.ZodUnknown>;
|
|
21540
|
+
oldDisplayValue: z.ZodOptional<z.ZodString>;
|
|
21541
|
+
newDisplayValue: z.ZodOptional<z.ZodString>;
|
|
21542
|
+
}, z.core.$strip>>>;
|
|
21543
|
+
reactions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21544
|
+
emoji: z.ZodString;
|
|
21545
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21546
|
+
count: z.ZodNumber;
|
|
21547
|
+
}, z.core.$strip>>>;
|
|
21548
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
21549
|
+
replyCount: z.ZodDefault<z.ZodNumber>;
|
|
21550
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
21551
|
+
private: "private";
|
|
21552
|
+
public: "public";
|
|
21553
|
+
internal: "internal";
|
|
21554
|
+
}>>;
|
|
21555
|
+
createdAt: z.ZodString;
|
|
21556
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
21557
|
+
editedAt: z.ZodOptional<z.ZodString>;
|
|
21558
|
+
isEdited: z.ZodDefault<z.ZodBoolean>;
|
|
21559
|
+
}, z.core.$strip>;
|
|
21560
|
+
}, z.core.$strip>;
|
|
21561
|
+
};
|
|
21562
|
+
deleteFeedItem: {
|
|
21563
|
+
method: "DELETE";
|
|
21564
|
+
path: string;
|
|
21565
|
+
input: z.ZodObject<{
|
|
21566
|
+
object: z.ZodString;
|
|
21567
|
+
recordId: z.ZodString;
|
|
21568
|
+
feedId: z.ZodString;
|
|
21569
|
+
}, z.core.$strip>;
|
|
21570
|
+
output: z.ZodObject<{
|
|
21571
|
+
success: z.ZodBoolean;
|
|
21572
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21573
|
+
code: z.ZodString;
|
|
21574
|
+
message: z.ZodString;
|
|
21575
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21576
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21577
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21578
|
+
}, z.core.$strip>>;
|
|
21579
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21580
|
+
timestamp: z.ZodString;
|
|
21581
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21582
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21583
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21584
|
+
}, z.core.$strip>>;
|
|
21585
|
+
data: z.ZodObject<{
|
|
21586
|
+
feedId: z.ZodString;
|
|
21587
|
+
}, z.core.$strip>;
|
|
21588
|
+
}, z.core.$strip>;
|
|
21589
|
+
};
|
|
21590
|
+
addReaction: {
|
|
21591
|
+
method: "POST";
|
|
21592
|
+
path: string;
|
|
21593
|
+
input: z.ZodObject<{
|
|
21594
|
+
object: z.ZodString;
|
|
21595
|
+
recordId: z.ZodString;
|
|
21596
|
+
feedId: z.ZodString;
|
|
21597
|
+
emoji: z.ZodString;
|
|
21598
|
+
}, z.core.$strip>;
|
|
21599
|
+
output: z.ZodObject<{
|
|
21600
|
+
success: z.ZodBoolean;
|
|
21601
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21602
|
+
code: z.ZodString;
|
|
21603
|
+
message: z.ZodString;
|
|
21604
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21605
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21606
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21607
|
+
}, z.core.$strip>>;
|
|
21608
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21609
|
+
timestamp: z.ZodString;
|
|
21610
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21611
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21612
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21613
|
+
}, z.core.$strip>>;
|
|
21614
|
+
data: z.ZodObject<{
|
|
21615
|
+
reactions: z.ZodArray<z.ZodObject<{
|
|
21616
|
+
emoji: z.ZodString;
|
|
21617
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21618
|
+
count: z.ZodNumber;
|
|
21619
|
+
}, z.core.$strip>>;
|
|
21620
|
+
}, z.core.$strip>;
|
|
21621
|
+
}, z.core.$strip>;
|
|
21622
|
+
};
|
|
21623
|
+
removeReaction: {
|
|
21624
|
+
method: "DELETE";
|
|
21625
|
+
path: string;
|
|
21626
|
+
input: z.ZodObject<{
|
|
21627
|
+
object: z.ZodString;
|
|
21628
|
+
recordId: z.ZodString;
|
|
21629
|
+
feedId: z.ZodString;
|
|
21630
|
+
emoji: z.ZodString;
|
|
21631
|
+
}, z.core.$strip>;
|
|
21632
|
+
output: z.ZodObject<{
|
|
21633
|
+
success: z.ZodBoolean;
|
|
21634
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21635
|
+
code: z.ZodString;
|
|
21636
|
+
message: z.ZodString;
|
|
21637
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21638
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21639
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21640
|
+
}, z.core.$strip>>;
|
|
21641
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21642
|
+
timestamp: z.ZodString;
|
|
21643
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21644
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21645
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21646
|
+
}, z.core.$strip>>;
|
|
21647
|
+
data: z.ZodObject<{
|
|
21648
|
+
reactions: z.ZodArray<z.ZodObject<{
|
|
21649
|
+
emoji: z.ZodString;
|
|
21650
|
+
userIds: z.ZodArray<z.ZodString>;
|
|
21651
|
+
count: z.ZodNumber;
|
|
21652
|
+
}, z.core.$strip>>;
|
|
21653
|
+
}, z.core.$strip>;
|
|
21654
|
+
}, z.core.$strip>;
|
|
21655
|
+
};
|
|
21656
|
+
subscribe: {
|
|
21657
|
+
method: "POST";
|
|
21658
|
+
path: string;
|
|
21659
|
+
input: z.ZodObject<{
|
|
21660
|
+
object: z.ZodString;
|
|
21661
|
+
recordId: z.ZodString;
|
|
21662
|
+
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21663
|
+
all: "all";
|
|
21664
|
+
comment: "comment";
|
|
21665
|
+
field_change: "field_change";
|
|
21666
|
+
task: "task";
|
|
21667
|
+
approval: "approval";
|
|
21668
|
+
mention: "mention";
|
|
21669
|
+
}>>>;
|
|
21670
|
+
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21671
|
+
email: "email";
|
|
21672
|
+
push: "push";
|
|
21673
|
+
in_app: "in_app";
|
|
21674
|
+
slack: "slack";
|
|
21675
|
+
}>>>;
|
|
21676
|
+
}, z.core.$strip>;
|
|
21677
|
+
output: z.ZodObject<{
|
|
21678
|
+
success: z.ZodBoolean;
|
|
21679
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21680
|
+
code: z.ZodString;
|
|
21681
|
+
message: z.ZodString;
|
|
21682
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21683
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21684
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21685
|
+
}, z.core.$strip>>;
|
|
21686
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21687
|
+
timestamp: z.ZodString;
|
|
21688
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21689
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21690
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21691
|
+
}, z.core.$strip>>;
|
|
21692
|
+
data: z.ZodObject<{
|
|
21693
|
+
object: z.ZodString;
|
|
21694
|
+
recordId: z.ZodString;
|
|
21695
|
+
userId: z.ZodString;
|
|
21696
|
+
events: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21697
|
+
all: "all";
|
|
21698
|
+
comment: "comment";
|
|
21699
|
+
field_change: "field_change";
|
|
21700
|
+
task: "task";
|
|
21701
|
+
approval: "approval";
|
|
21702
|
+
mention: "mention";
|
|
21703
|
+
}>>>;
|
|
21704
|
+
channels: z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
21705
|
+
email: "email";
|
|
21706
|
+
push: "push";
|
|
21707
|
+
in_app: "in_app";
|
|
21708
|
+
slack: "slack";
|
|
21709
|
+
}>>>;
|
|
21710
|
+
active: z.ZodDefault<z.ZodBoolean>;
|
|
21711
|
+
createdAt: z.ZodString;
|
|
21712
|
+
}, z.core.$strip>;
|
|
21713
|
+
}, z.core.$strip>;
|
|
21714
|
+
};
|
|
21715
|
+
unsubscribe: {
|
|
21716
|
+
method: "DELETE";
|
|
21717
|
+
path: string;
|
|
21718
|
+
input: z.ZodObject<{
|
|
21719
|
+
object: z.ZodString;
|
|
21720
|
+
recordId: z.ZodString;
|
|
21721
|
+
}, z.core.$strip>;
|
|
21722
|
+
output: z.ZodObject<{
|
|
21723
|
+
success: z.ZodBoolean;
|
|
21724
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
21725
|
+
code: z.ZodString;
|
|
21726
|
+
message: z.ZodString;
|
|
21727
|
+
category: z.ZodOptional<z.ZodString>;
|
|
21728
|
+
details: z.ZodOptional<z.ZodUnknown>;
|
|
21729
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21730
|
+
}, z.core.$strip>>;
|
|
21731
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
21732
|
+
timestamp: z.ZodString;
|
|
21733
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
21734
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
21735
|
+
traceId: z.ZodOptional<z.ZodString>;
|
|
21736
|
+
}, z.core.$strip>>;
|
|
21737
|
+
data: z.ZodObject<{
|
|
21738
|
+
object: z.ZodString;
|
|
21739
|
+
recordId: z.ZodString;
|
|
21740
|
+
unsubscribed: z.ZodBoolean;
|
|
21741
|
+
}, z.core.$strip>;
|
|
21742
|
+
}, z.core.$strip>;
|
|
21743
|
+
};
|
|
21744
|
+
};
|
|
21745
|
+
|
|
19849
21746
|
/**
|
|
19850
21747
|
* API Protocol Exports
|
|
19851
21748
|
*
|
|
@@ -19861,6 +21758,10 @@ type QueryAdapterConfigInput = z.input<typeof QueryAdapterConfigSchema>;
|
|
|
19861
21758
|
|
|
19862
21759
|
type index_AckMessage = AckMessage;
|
|
19863
21760
|
declare const index_AckMessageSchema: typeof AckMessageSchema;
|
|
21761
|
+
type index_AddReactionRequest = AddReactionRequest;
|
|
21762
|
+
declare const index_AddReactionRequestSchema: typeof AddReactionRequestSchema;
|
|
21763
|
+
type index_AddReactionResponse = AddReactionResponse;
|
|
21764
|
+
declare const index_AddReactionResponseSchema: typeof AddReactionResponseSchema;
|
|
19864
21765
|
type index_AiChatRequest = AiChatRequest;
|
|
19865
21766
|
declare const index_AiChatRequestSchema: typeof AiChatRequestSchema;
|
|
19866
21767
|
type index_AiChatResponse = AiChatResponse;
|
|
@@ -19993,6 +21894,10 @@ type index_CreateDataRequest = CreateDataRequest;
|
|
|
19993
21894
|
declare const index_CreateDataRequestSchema: typeof CreateDataRequestSchema;
|
|
19994
21895
|
type index_CreateDataResponse = CreateDataResponse;
|
|
19995
21896
|
declare const index_CreateDataResponseSchema: typeof CreateDataResponseSchema;
|
|
21897
|
+
type index_CreateFeedItemRequest = CreateFeedItemRequest;
|
|
21898
|
+
declare const index_CreateFeedItemRequestSchema: typeof CreateFeedItemRequestSchema;
|
|
21899
|
+
type index_CreateFeedItemResponse = CreateFeedItemResponse;
|
|
21900
|
+
declare const index_CreateFeedItemResponseSchema: typeof CreateFeedItemResponseSchema;
|
|
19996
21901
|
type index_CreateManyDataRequest = CreateManyDataRequest;
|
|
19997
21902
|
declare const index_CreateManyDataRequestSchema: typeof CreateManyDataRequestSchema;
|
|
19998
21903
|
type index_CreateManyDataResponse = CreateManyDataResponse;
|
|
@@ -20034,6 +21939,10 @@ type index_DeleteDataRequest = DeleteDataRequest;
|
|
|
20034
21939
|
declare const index_DeleteDataRequestSchema: typeof DeleteDataRequestSchema;
|
|
20035
21940
|
type index_DeleteDataResponse = DeleteDataResponse;
|
|
20036
21941
|
declare const index_DeleteDataResponseSchema: typeof DeleteDataResponseSchema;
|
|
21942
|
+
type index_DeleteFeedItemRequest = DeleteFeedItemRequest;
|
|
21943
|
+
declare const index_DeleteFeedItemRequestSchema: typeof DeleteFeedItemRequestSchema;
|
|
21944
|
+
type index_DeleteFeedItemResponse = DeleteFeedItemResponse;
|
|
21945
|
+
declare const index_DeleteFeedItemResponseSchema: typeof DeleteFeedItemResponseSchema;
|
|
20037
21946
|
type index_DeleteManyDataRequest = DeleteManyDataRequest;
|
|
20038
21947
|
declare const index_DeleteManyDataRequestSchema: typeof DeleteManyDataRequestSchema;
|
|
20039
21948
|
type index_DeleteManyDataResponse = DeleteManyDataResponse;
|
|
@@ -20110,6 +22019,15 @@ type index_FederationProvides = FederationProvides;
|
|
|
20110
22019
|
declare const index_FederationProvidesSchema: typeof FederationProvidesSchema;
|
|
20111
22020
|
type index_FederationRequires = FederationRequires;
|
|
20112
22021
|
declare const index_FederationRequiresSchema: typeof FederationRequiresSchema;
|
|
22022
|
+
declare const index_FeedApiContracts: typeof FeedApiContracts;
|
|
22023
|
+
type index_FeedApiErrorCode = FeedApiErrorCode;
|
|
22024
|
+
type index_FeedItemPathParams = FeedItemPathParams;
|
|
22025
|
+
declare const index_FeedItemPathParamsSchema: typeof FeedItemPathParamsSchema;
|
|
22026
|
+
declare const index_FeedListFilterType: typeof FeedListFilterType;
|
|
22027
|
+
type index_FeedPathParams = FeedPathParams;
|
|
22028
|
+
declare const index_FeedPathParamsSchema: typeof FeedPathParamsSchema;
|
|
22029
|
+
type index_FeedUnsubscribeRequest = FeedUnsubscribeRequest;
|
|
22030
|
+
declare const index_FeedUnsubscribeRequestSchema: typeof FeedUnsubscribeRequestSchema;
|
|
20113
22031
|
type index_FieldError = FieldError;
|
|
20114
22032
|
declare const index_FieldErrorSchema: typeof FieldErrorSchema;
|
|
20115
22033
|
type index_FileUploadResponse = FileUploadResponse;
|
|
@@ -20136,6 +22054,10 @@ type index_GetEffectivePermissionsRequest = GetEffectivePermissionsRequest;
|
|
|
20136
22054
|
declare const index_GetEffectivePermissionsRequestSchema: typeof GetEffectivePermissionsRequestSchema;
|
|
20137
22055
|
type index_GetEffectivePermissionsResponse = GetEffectivePermissionsResponse;
|
|
20138
22056
|
declare const index_GetEffectivePermissionsResponseSchema: typeof GetEffectivePermissionsResponseSchema;
|
|
22057
|
+
type index_GetFeedRequest = GetFeedRequest;
|
|
22058
|
+
declare const index_GetFeedRequestSchema: typeof GetFeedRequestSchema;
|
|
22059
|
+
type index_GetFeedResponse = GetFeedResponse;
|
|
22060
|
+
declare const index_GetFeedResponseSchema: typeof GetFeedResponseSchema;
|
|
20139
22061
|
type index_GetFieldLabelsRequest = GetFieldLabelsRequest;
|
|
20140
22062
|
declare const index_GetFieldLabelsRequestSchema: typeof GetFieldLabelsRequestSchema;
|
|
20141
22063
|
type index_GetFieldLabelsResponse = GetFieldLabelsResponse;
|
|
@@ -20424,6 +22346,10 @@ type index_RegisterDeviceResponse = RegisterDeviceResponse;
|
|
|
20424
22346
|
declare const index_RegisterDeviceResponseSchema: typeof RegisterDeviceResponseSchema;
|
|
20425
22347
|
type index_RegisterRequest = RegisterRequest;
|
|
20426
22348
|
declare const index_RegisterRequestSchema: typeof RegisterRequestSchema;
|
|
22349
|
+
type index_RemoveReactionRequest = RemoveReactionRequest;
|
|
22350
|
+
declare const index_RemoveReactionRequestSchema: typeof RemoveReactionRequestSchema;
|
|
22351
|
+
type index_RemoveReactionResponse = RemoveReactionResponse;
|
|
22352
|
+
declare const index_RemoveReactionResponseSchema: typeof RemoveReactionResponseSchema;
|
|
20427
22353
|
type index_RequestValidationConfig = RequestValidationConfig;
|
|
20428
22354
|
type index_RequestValidationConfigInput = RequestValidationConfigInput;
|
|
20429
22355
|
declare const index_RequestValidationConfigSchema: typeof RequestValidationConfigSchema;
|
|
@@ -20487,6 +22413,10 @@ type index_SubgraphConfigInput = SubgraphConfigInput;
|
|
|
20487
22413
|
declare const index_SubgraphConfigSchema: typeof SubgraphConfigSchema;
|
|
20488
22414
|
type index_SubscribeMessage = SubscribeMessage;
|
|
20489
22415
|
declare const index_SubscribeMessageSchema: typeof SubscribeMessageSchema;
|
|
22416
|
+
type index_SubscribeRequest = SubscribeRequest;
|
|
22417
|
+
declare const index_SubscribeRequestSchema: typeof SubscribeRequestSchema;
|
|
22418
|
+
type index_SubscribeResponse = SubscribeResponse;
|
|
22419
|
+
declare const index_SubscribeResponseSchema: typeof SubscribeResponseSchema;
|
|
20490
22420
|
type index_Subscription = Subscription;
|
|
20491
22421
|
declare const index_SubscriptionEventSchema: typeof SubscriptionEventSchema;
|
|
20492
22422
|
declare const index_SubscriptionSchema: typeof SubscriptionSchema;
|
|
@@ -20503,10 +22433,16 @@ type index_UnsubscribeMessage = UnsubscribeMessage;
|
|
|
20503
22433
|
declare const index_UnsubscribeMessageSchema: typeof UnsubscribeMessageSchema;
|
|
20504
22434
|
type index_UnsubscribeRequest = UnsubscribeRequest;
|
|
20505
22435
|
declare const index_UnsubscribeRequestSchema: typeof UnsubscribeRequestSchema;
|
|
22436
|
+
type index_UnsubscribeResponse = UnsubscribeResponse;
|
|
22437
|
+
declare const index_UnsubscribeResponseSchema: typeof UnsubscribeResponseSchema;
|
|
20506
22438
|
type index_UpdateDataRequest = UpdateDataRequest;
|
|
20507
22439
|
declare const index_UpdateDataRequestSchema: typeof UpdateDataRequestSchema;
|
|
20508
22440
|
type index_UpdateDataResponse = UpdateDataResponse;
|
|
20509
22441
|
declare const index_UpdateDataResponseSchema: typeof UpdateDataResponseSchema;
|
|
22442
|
+
type index_UpdateFeedItemRequest = UpdateFeedItemRequest;
|
|
22443
|
+
declare const index_UpdateFeedItemRequestSchema: typeof UpdateFeedItemRequestSchema;
|
|
22444
|
+
type index_UpdateFeedItemResponse = UpdateFeedItemResponse;
|
|
22445
|
+
declare const index_UpdateFeedItemResponseSchema: typeof UpdateFeedItemResponseSchema;
|
|
20510
22446
|
type index_UpdateManyDataRequest = UpdateManyDataRequest;
|
|
20511
22447
|
declare const index_UpdateManyDataRequestSchema: typeof UpdateManyDataRequestSchema;
|
|
20512
22448
|
type index_UpdateManyDataResponse = UpdateManyDataResponse;
|
|
@@ -20567,7 +22503,7 @@ declare const index_getAuthEndpointUrl: typeof getAuthEndpointUrl;
|
|
|
20567
22503
|
declare const index_getDefaultRouteRegistrations: typeof getDefaultRouteRegistrations;
|
|
20568
22504
|
declare const index_mapFieldTypeToGraphQL: typeof mapFieldTypeToGraphQL;
|
|
20569
22505
|
declare namespace index {
|
|
20570
|
-
export { type index_AckMessage as AckMessage, index_AckMessageSchema as AckMessageSchema, 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, 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_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_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, 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, type index_DeleteDataRequest as DeleteDataRequest, index_DeleteDataRequestSchema as DeleteDataRequestSchema, type index_DeleteDataResponse as DeleteDataResponse, index_DeleteDataResponseSchema as DeleteDataResponseSchema, 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, 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, type index_FieldError as FieldError, index_FieldErrorSchema as FieldErrorSchema, 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_GeneratedApiDocumentation as GeneratedApiDocumentation, index_GeneratedApiDocumentationSchema as GeneratedApiDocumentationSchema, type index_GeneratedEndpoint as GeneratedEndpoint, index_GeneratedEndpointSchema as GeneratedEndpointSchema, index_GetAnalyticsMetaRequestSchema as GetAnalyticsMetaRequestSchema, 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, type index_GetFieldLabelsRequest as GetFieldLabelsRequest, index_GetFieldLabelsRequestSchema as GetFieldLabelsRequestSchema, type index_GetFieldLabelsResponse as GetFieldLabelsResponse, index_GetFieldLabelsResponseSchema as GetFieldLabelsResponseSchema, 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_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_HttpMethod as HttpMethod, type index_HttpStatusCode as HttpStatusCode, type index_IdRequest as IdRequest, index_IdRequestSchema as IdRequestSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, 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_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_PackageStatus as PackageStatus, 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_RequestValidationConfig as RequestValidationConfig, type index_RequestValidationConfigInput as RequestValidationConfigInput, index_RequestValidationConfigSchema as RequestValidationConfigSchema, 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, type index_SchemaDefinition as SchemaDefinition, 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_SubgraphConfig as SubgraphConfig, type index_SubgraphConfigInput as SubgraphConfigInput, index_SubgraphConfigSchema as SubgraphConfigSchema, type index_SubscribeMessage as SubscribeMessage, index_SubscribeMessageSchema as SubscribeMessageSchema, type index_Subscription as Subscription, index_SubscriptionEventSchema as SubscriptionEventSchema, index_SubscriptionSchema as SubscriptionSchema, type index_TransportProtocol as TransportProtocol, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UnregisterDeviceRequest as UnregisterDeviceRequest, index_UnregisterDeviceRequestSchema as UnregisterDeviceRequestSchema, type index_UnregisterDeviceResponse as UnregisterDeviceResponse, index_UnregisterDeviceResponseSchema as UnregisterDeviceResponseSchema, type index_UnsubscribeMessage as UnsubscribeMessage, index_UnsubscribeMessageSchema as UnsubscribeMessageSchema, type index_UnsubscribeRequest as UnsubscribeRequest, index_UnsubscribeRequestSchema as UnsubscribeRequestSchema, type index_UpdateDataRequest as UpdateDataRequest, index_UpdateDataRequestSchema as UpdateDataRequestSchema, type index_UpdateDataResponse as UpdateDataResponse, index_UpdateDataResponseSchema as UpdateDataResponseSchema, 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_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_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 };
|
|
22506
|
+
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, 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_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_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, type index_CreateFeedItemRequest as CreateFeedItemRequest, index_CreateFeedItemRequestSchema as CreateFeedItemRequestSchema, type index_CreateFeedItemResponse as CreateFeedItemResponse, index_CreateFeedItemResponseSchema as CreateFeedItemResponseSchema, 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, 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_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, 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, 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_GeneratedApiDocumentation as GeneratedApiDocumentation, index_GeneratedApiDocumentationSchema as GeneratedApiDocumentationSchema, type index_GeneratedEndpoint as GeneratedEndpoint, index_GeneratedEndpointSchema as GeneratedEndpointSchema, index_GetAnalyticsMetaRequestSchema as GetAnalyticsMetaRequestSchema, 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, 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_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_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_HttpMethod as HttpMethod, type index_HttpStatusCode as HttpStatusCode, type index_IdRequest as IdRequest, index_IdRequestSchema as IdRequestSchema, index_InstallPackageRequest as InstallPackageRequest, index_InstallPackageRequestSchema as InstallPackageRequestSchema, index_InstallPackageResponse as InstallPackageResponse, index_InstallPackageResponseSchema as InstallPackageResponseSchema, index_InstalledPackage as InstalledPackage, 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_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_PackageStatus as PackageStatus, 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_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, type index_SchemaDefinition as SchemaDefinition, 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_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_TransportProtocol as TransportProtocol, index_UninstallPackageRequest as UninstallPackageRequest, index_UninstallPackageRequestSchema as UninstallPackageRequestSchema, index_UninstallPackageResponse as UninstallPackageResponse, index_UninstallPackageResponseSchema as UninstallPackageResponseSchema, type index_UnregisterDeviceRequest as UnregisterDeviceRequest, index_UnregisterDeviceRequestSchema as UnregisterDeviceRequestSchema, type index_UnregisterDeviceResponse as UnregisterDeviceResponse, index_UnregisterDeviceResponseSchema as UnregisterDeviceResponseSchema, 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_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_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_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 };
|
|
20571
22507
|
}
|
|
20572
22508
|
|
|
20573
|
-
export { RealtimePresenceSchema as $, ApiErrorSchema as A, BaseResponseSchema as B, CreateRequestSchema as C, DeleteResponseSchema as D, ExportRequestSchema as E, ServiceInfoSchema as F, ApiRoutesSchema as G, DiscoverySchema as H, IdRequestSchema as I, type DiscoveryResponse as J, type ApiRoutes as K, ListRecordResponseSchema as L, ModificationResultSchema as M, type ServiceInfo as N, RealtimeRecordAction as O, PresenceStatus as P, QueryOptimizationConfigSchema as Q, RecordDataSchema as R, SingleRecordResponseSchema as S, BasePresenceSchema as T, UpdateRequestSchema as U, type BasePresence as V, TransportProtocol as W, RealtimeEventType as X, SubscriptionEventSchema as Y, SubscriptionSchema as Z, type Subscription as _, BulkRequestSchema as a, RouterConfigSchema as a$, type RealtimePresence as a0, RealtimeEventSchema as a1, type RealtimeEvent as a2, RealtimeConfigSchema as a3, type RealtimeConfig as a4, WebSocketMessageType as a5, FilterOperator as a6, EventFilterCondition as a7, EventFilterSchema as a8, type EventFilter as a9, CursorMessageSchema as aA, type CursorMessage as aB, EditMessageSchema as aC, type EditMessage as aD, AckMessageSchema as aE, type AckMessage as aF, ErrorMessageSchema as aG, type ErrorMessage as aH, PingMessageSchema as aI, type PingMessage as aJ, PongMessageSchema as aK, type PongMessage as aL, WebSocketMessageSchema as aM, type WebSocketMessage as aN, WebSocketConfigSchema as aO, type WebSocketConfig as aP, WebSocketEventSchema as aQ, type WebSocketEvent as aR, SimplePresenceStateSchema as aS, type SimplePresenceState as aT, SimpleCursorPositionSchema as aU, type SimpleCursorPosition as aV, WebSocketServerConfigSchema as aW, type WebSocketServerConfig as aX, RouteCategory as aY, RouteDefinitionSchema as aZ, type RouteDefinition as a_, EventPatternSchema as aa, type EventPattern as ab, EventSubscriptionSchema as ac, type EventSubscription as ad, UnsubscribeRequestSchema as ae, type UnsubscribeRequest as af, WebSocketPresenceStatus as ag, PresenceStateSchema as ah, type PresenceState as ai, PresenceUpdateSchema as aj, type PresenceUpdate as ak, CursorPositionSchema as al, type CursorPosition as am, EditOperationType as an, EditOperationSchema as ao, type EditOperation as ap, DocumentStateSchema as aq, type DocumentState as ar, SubscribeMessageSchema as as, type SubscribeMessage as at, UnsubscribeMessageSchema as au, type UnsubscribeMessage as av, EventMessageSchema as aw, type EventMessage as ax, PresenceMessageSchema as ay, type PresenceMessage as az, BulkResponseSchema as b, type SubgraphConfigInput as b$, type RouterConfig as b0, ODataQuerySchema as b1, type ODataQuery as b2, ODataFilterOperatorSchema as b3, type ODataFilterOperator as b4, ODataFilterFunctionSchema as b5, type ODataFilterFunction as b6, ODataResponseSchema as b7, type ODataResponse as b8, ODataErrorSchema as b9, GraphQLDirectiveConfigSchema as bA, type GraphQLDirectiveConfig as bB, type GraphQLDirectiveConfigInput as bC, GraphQLQueryDepthLimitSchema as bD, type GraphQLQueryDepthLimit as bE, type GraphQLQueryDepthLimitInput as bF, GraphQLQueryComplexitySchema as bG, type GraphQLQueryComplexity as bH, type GraphQLQueryComplexityInput as bI, GraphQLRateLimitSchema as bJ, type GraphQLRateLimit as bK, type GraphQLRateLimitInput as bL, GraphQLPersistedQuerySchema as bM, type GraphQLPersistedQuery as bN, type GraphQLPersistedQueryInput as bO, FederationEntityKeySchema as bP, type FederationEntityKey as bQ, FederationExternalFieldSchema as bR, type FederationExternalField as bS, FederationRequiresSchema as bT, type FederationRequires as bU, FederationProvidesSchema as bV, type FederationProvides as bW, FederationEntitySchema as bX, type FederationEntity as bY, SubgraphConfigSchema as bZ, type SubgraphConfig as b_, type ODataError as ba, ODataMetadataSchema as bb, type ODataMetadata as bc, OData as bd, ODataConfigSchema as be, type ODataConfig as bf, GraphQLScalarType as bg, GraphQLTypeConfigSchema as bh, type GraphQLTypeConfig as bi, type GraphQLTypeConfigInput as bj, GraphQLQueryConfigSchema as bk, type GraphQLQueryConfig as bl, type GraphQLQueryConfigInput as bm, GraphQLMutationConfigSchema as bn, type GraphQLMutationConfig as bo, type GraphQLMutationConfigInput as bp, GraphQLSubscriptionConfigSchema as bq, type GraphQLSubscriptionConfig as br, type GraphQLSubscriptionConfigInput as bs, GraphQLResolverConfigSchema as bt, type GraphQLResolverConfig as bu, type GraphQLResolverConfigInput as bv, GraphQLDataLoaderConfigSchema as bw, type GraphQLDataLoaderConfig as bx, type GraphQLDataLoaderConfigInput as by, GraphQLDirectiveLocation as bz, StandardApiContracts as c, GetMetaItemCachedResponseSchema as c$, FederationGatewaySchema as c0, type FederationGateway as c1, type FederationGatewayInput as c2, GraphQLConfigSchema as c3, GraphQLConfig as c4, type GraphQLConfigInput as c5, mapFieldTypeToGraphQL as c6, BatchOperationType as c7, BatchRecordSchema as c8, type BatchRecord as c9, type CacheInvalidationRequest as cA, CacheInvalidationResponseSchema as cB, type CacheInvalidationResponse as cC, MetadataCacheApi as cD, ErrorCategory as cE, StandardErrorCode as cF, ErrorHttpStatusMap as cG, RetryStrategy as cH, FieldErrorSchema as cI, type FieldError as cJ, EnhancedApiErrorSchema as cK, type EnhancedApiError as cL, ErrorResponseSchema as cM, type ErrorResponse as cN, AutomationTriggerRequestSchema as cO, AutomationTriggerResponseSchema as cP, GetDiscoveryRequestSchema as cQ, GetDiscoveryResponseSchema as cR, GetMetaTypesRequestSchema as cS, GetMetaTypesResponseSchema as cT, GetMetaItemsRequestSchema as cU, GetMetaItemsResponseSchema as cV, GetMetaItemRequestSchema as cW, GetMetaItemResponseSchema as cX, SaveMetaItemRequestSchema as cY, SaveMetaItemResponseSchema as cZ, GetMetaItemCachedRequestSchema as c_, BatchOptionsSchema as ca, type BatchOptions as cb, BatchUpdateRequestSchema as cc, type BatchUpdateRequest as cd, UpdateManyRequestSchema as ce, type UpdateManyRequest as cf, BatchOperationResultSchema as cg, type BatchOperationResult as ch, BatchUpdateResponseSchema as ci, type BatchUpdateResponse as cj, DeleteManyRequestSchema as ck, type DeleteManyRequest as cl, BatchApiContracts as cm, BatchConfigSchema as cn, type BatchConfig as co, CacheDirective as cp, CacheControlSchema as cq, type CacheControl as cr, ETagSchema as cs, type ETag as ct, MetadataCacheRequestSchema as cu, type MetadataCacheRequest as cv, MetadataCacheResponseSchema as cw, type MetadataCacheResponse as cx, CacheInvalidationTarget as cy, CacheInvalidationRequestSchema as cz, DataLoaderConfigSchema as d, UnregisterDeviceResponseSchema as d$, GetUiViewRequestSchema as d0, GetUiViewResponseSchema as d1, FindDataRequestSchema as d2, FindDataResponseSchema as d3, GetDataRequestSchema as d4, GetDataResponseSchema as d5, CreateDataRequestSchema as d6, CreateDataResponseSchema as d7, UpdateDataRequestSchema as d8, UpdateDataResponseSchema as d9, GetEffectivePermissionsResponseSchema as dA, GetWorkflowConfigRequestSchema as dB, GetWorkflowConfigResponseSchema as dC, WorkflowStateSchema as dD, GetWorkflowStateRequestSchema as dE, GetWorkflowStateResponseSchema as dF, WorkflowTransitionRequestSchema as dG, WorkflowTransitionResponseSchema as dH, WorkflowApproveRequestSchema as dI, WorkflowApproveResponseSchema as dJ, WorkflowRejectRequestSchema as dK, WorkflowRejectResponseSchema as dL, RealtimeConnectRequestSchema as dM, RealtimeConnectResponseSchema as dN, RealtimeDisconnectRequestSchema as dO, RealtimeDisconnectResponseSchema as dP, RealtimeSubscribeRequestSchema as dQ, RealtimeSubscribeResponseSchema as dR, RealtimeUnsubscribeRequestSchema as dS, RealtimeUnsubscribeResponseSchema as dT, SetPresenceRequestSchema as dU, SetPresenceResponseSchema as dV, GetPresenceRequestSchema as dW, GetPresenceResponseSchema as dX, RegisterDeviceRequestSchema as dY, RegisterDeviceResponseSchema as dZ, UnregisterDeviceRequestSchema as d_, DeleteDataRequestSchema as da, DeleteDataResponseSchema as db, BatchDataRequestSchema as dc, BatchDataResponseSchema as dd, CreateManyDataRequestSchema as de, CreateManyDataResponseSchema as df, UpdateManyDataRequestSchema as dg, UpdateManyDataResponseSchema as dh, DeleteManyDataRequestSchema as di, DeleteManyDataResponseSchema as dj, ListViewsRequestSchema as dk, ListViewsResponseSchema as dl, GetViewRequestSchema as dm, GetViewResponseSchema as dn, CreateViewRequestSchema as dp, CreateViewResponseSchema as dq, UpdateViewRequestSchema as dr, UpdateViewResponseSchema as ds, DeleteViewRequestSchema as dt, DeleteViewResponseSchema as du, CheckPermissionRequestSchema as dv, CheckPermissionResponseSchema as dw, GetObjectPermissionsRequestSchema as dx, GetObjectPermissionsResponseSchema as dy, GetEffectivePermissionsRequestSchema as dz, BatchLoadingStrategySchema as e, type GetViewRequest as e$, NotificationPreferencesSchema as e0, GetNotificationPreferencesRequestSchema as e1, GetNotificationPreferencesResponseSchema as e2, UpdateNotificationPreferencesRequestSchema as e3, UpdateNotificationPreferencesResponseSchema as e4, NotificationSchema as e5, ListNotificationsRequestSchema as e6, ListNotificationsResponseSchema as e7, MarkNotificationsReadRequestSchema as e8, MarkNotificationsReadResponseSchema as e9, type SaveMetaItemResponse as eA, type GetMetaItemCachedRequest as eB, type GetMetaItemCachedResponse as eC, type GetUiViewRequest as eD, type GetUiViewResponse as eE, type AutomationTriggerRequest as eF, type AutomationTriggerResponse as eG, type FindDataRequest as eH, type FindDataResponse as eI, type GetDataRequest as eJ, type GetDataResponse as eK, type CreateDataRequest as eL, type CreateDataResponse as eM, type UpdateDataRequest as eN, type UpdateDataResponse as eO, type DeleteDataRequest as eP, type DeleteDataResponse as eQ, type BatchDataRequest as eR, type BatchDataResponse as eS, type CreateManyDataRequest as eT, type CreateManyDataResponse as eU, type UpdateManyDataRequest as eV, type UpdateManyDataResponse as eW, type DeleteManyDataRequest as eX, type DeleteManyDataResponse as eY, type ListViewsRequest as eZ, type ListViewsResponse as e_, MarkAllNotificationsReadRequestSchema as ea, MarkAllNotificationsReadResponseSchema as eb, AiNlqRequestSchema as ec, AiNlqResponseSchema as ed, AiChatRequestSchema as ee, AiChatResponseSchema as ef, AiSuggestRequestSchema as eg, AiSuggestResponseSchema as eh, AiInsightsRequestSchema as ei, AiInsightsResponseSchema as ej, GetLocalesRequestSchema as ek, GetLocalesResponseSchema as el, GetTranslationsRequestSchema as em, GetTranslationsResponseSchema as en, GetFieldLabelsRequestSchema as eo, GetFieldLabelsResponseSchema as ep, ObjectStackProtocolSchema as eq, type GetDiscoveryRequest as er, type GetDiscoveryResponse as es, type GetMetaTypesRequest as et, type GetMetaTypesResponse as eu, type GetMetaItemsRequest as ev, type GetMetaItemsResponse as ew, type GetMetaItemRequest as ex, type GetMetaItemResponse as ey, type SaveMetaItemRequest as ez, type ApiError as f, type GetLocalesResponse as f$, type GetViewResponse as f0, type CreateViewRequest as f1, type CreateViewResponse as f2, type UpdateViewRequest as f3, type UpdateViewResponse as f4, type DeleteViewRequest as f5, type DeleteViewResponse as f6, type CheckPermissionRequest as f7, type CheckPermissionResponse as f8, type GetObjectPermissionsRequest as f9, type RegisterDeviceRequest as fA, type RegisterDeviceResponse as fB, type UnregisterDeviceRequest as fC, type UnregisterDeviceResponse as fD, type NotificationPreferences as fE, type NotificationPreferencesInput as fF, type GetNotificationPreferencesRequest as fG, type GetNotificationPreferencesResponse as fH, type UpdateNotificationPreferencesRequest as fI, type UpdateNotificationPreferencesResponse as fJ, type Notification as fK, type NotificationInput as fL, type ListNotificationsRequest as fM, type ListNotificationsResponse as fN, type MarkNotificationsReadRequest as fO, type MarkNotificationsReadResponse as fP, type MarkAllNotificationsReadRequest as fQ, type MarkAllNotificationsReadResponse as fR, type AiNlqRequest as fS, type AiNlqResponse as fT, type AiChatRequest as fU, type AiChatResponse as fV, type AiSuggestRequest as fW, type AiSuggestResponse as fX, type AiInsightsRequest as fY, type AiInsightsResponse as fZ, type GetLocalesRequest as f_, type GetObjectPermissionsResponse as fa, type GetEffectivePermissionsRequest as fb, type GetEffectivePermissionsResponse as fc, type GetWorkflowConfigRequest as fd, type GetWorkflowConfigResponse as fe, type WorkflowState as ff, type GetWorkflowStateRequest as fg, type GetWorkflowStateResponse as fh, type WorkflowTransitionRequest as fi, type WorkflowTransitionResponse as fj, type WorkflowApproveRequest as fk, type WorkflowApproveResponse as fl, type WorkflowRejectRequest as fm, type WorkflowRejectResponse as fn, type RealtimeConnectRequest as fo, type RealtimeConnectResponse as fp, type RealtimeDisconnectRequest as fq, type RealtimeDisconnectResponse as fr, type RealtimeSubscribeRequest as fs, type RealtimeSubscribeResponse as ft, type RealtimeUnsubscribeRequest as fu, type RealtimeUnsubscribeResponse as fv, type SetPresenceRequest as fw, type SetPresenceResponse as fx, type GetPresenceRequest as fy, type GetPresenceResponse as fz, type BaseResponse as g, ApiDiscoveryResponseSchema as g$, type GetTranslationsRequest as g0, type GetTranslationsResponse as g1, type GetFieldLabelsRequest as g2, type GetFieldLabelsResponse as g3, type ObjectStackProtocolZod as g4, type ObjectStackProtocol as g5, RestApiConfigSchema as g6, RestApiConfig as g7, type RestApiConfigInput as g8, CrudOperation as g9, type GeneratedEndpoint as gA, EndpointRegistrySchema as gB, type EndpointRegistry as gC, ApiProtocolType as gD, HttpStatusCode as gE, ObjectQLReferenceSchema as gF, type ObjectQLReference as gG, SchemaDefinition as gH, ApiParameterSchema as gI, type ApiParameter as gJ, ApiResponseSchema as gK, type ApiResponse as gL, type ApiResponseInput as gM, ApiEndpointRegistrationSchema as gN, ApiEndpointRegistration as gO, type ApiEndpointRegistrationInput as gP, ApiMetadataSchema as gQ, type ApiMetadata as gR, type ApiMetadataInput as gS, ApiRegistryEntrySchema as gT, ApiRegistryEntry as gU, type ApiRegistryEntryInput as gV, ConflictResolutionStrategy as gW, ApiRegistrySchema as gX, ApiRegistry as gY, ApiDiscoveryQuerySchema as gZ, type ApiDiscoveryQuery as g_, CrudEndpointPatternSchema as ga, type CrudEndpointPattern as gb, CrudEndpointsConfigSchema as gc, type CrudEndpointsConfig as gd, type CrudEndpointsConfigInput as ge, MetadataEndpointsConfigSchema as gf, type MetadataEndpointsConfig as gg, type MetadataEndpointsConfigInput as gh, BatchEndpointsConfigSchema as gi, type BatchEndpointsConfig as gj, type BatchEndpointsConfigInput as gk, RouteGenerationConfigSchema as gl, type RouteGenerationConfig as gm, type RouteGenerationConfigInput as gn, WebhookEventSchema as go, type WebhookEvent as gp, WebhookConfigSchema as gq, type WebhookConfig as gr, CallbackSchema as gs, type Callback as gt, OpenApi31ExtensionsSchema as gu, type OpenApi31Extensions as gv, RestServerConfigSchema as gw, RestServerConfig as gx, type RestServerConfigInput as gy, GeneratedEndpointSchema as gz, type RecordData as h, EndpointMapping as h$, type ApiDiscoveryResponse as h0, OpenApiServerSchema as h1, type OpenApiServer as h2, OpenApiSecuritySchemeSchema as h3, type OpenApiSecurityScheme as h4, OpenApiSpecSchema as h5, OpenApiSpec as h6, ApiTestingUiType as h7, ApiTestingUiConfigSchema as h8, type ApiTestingUiConfig as h9, type VersioningConfig as hA, type VersioningConfigInput as hB, VersionNegotiationResponseSchema as hC, type VersionNegotiationResponse as hD, DEFAULT_VERSIONING_CONFIG as hE, AuthProvider as hF, SessionUserSchema as hG, SessionSchema as hH, LoginType as hI, LoginRequestSchema as hJ, RegisterRequestSchema as hK, RefreshTokenRequestSchema as hL, SessionResponseSchema as hM, UserProfileResponseSchema as hN, type SessionUser as hO, type SessionUserInput as hP, type Session as hQ, type LoginRequest as hR, type LoginRequestInput as hS, type RegisterRequest as hT, type RefreshTokenRequest as hU, type SessionResponse as hV, type UserProfileResponse as hW, AuthEndpointPaths as hX, AuthEndpointSchema as hY, AuthEndpointAliases as hZ, getAuthEndpointUrl as h_, ApiTestRequestSchema as ha, type ApiTestRequest as hb, ApiTestCollectionSchema as hc, ApiTestCollection as hd, ApiChangelogEntrySchema as he, type ApiChangelogEntry as hf, CodeGenerationTemplateSchema as hg, type CodeGenerationTemplate as hh, ApiDocumentationConfigSchema as hi, ApiDocumentationConfig as hj, GeneratedApiDocumentationSchema as hk, type GeneratedApiDocumentation as hl, AnalyticsEndpoint as hm, AnalyticsQueryRequestSchema as hn, AnalyticsResultResponseSchema as ho, GetAnalyticsMetaRequestSchema as hp, AnalyticsMetadataResponseSchema as hq, AnalyticsSqlResponseSchema as hr, type AnalyticsQueryRequest$1 as hs, type AnalyticsMetadataResponse as ht, type AnalyticsSqlResponse as hu, VersioningStrategy as hv, VersionStatus as hw, VersionDefinitionSchema as hx, type VersionDefinition as hy, VersioningConfigSchema as hz, index as i, type DispatcherRouteInput as i$, type AuthEndpoint as i0, type AuthEndpointPath as i1, type AuthEndpointAlias as i2, type EndpointMappingKey as i3, GetPresignedUrlRequestSchema as i4, CompleteUploadRequestSchema as i5, PresignedUrlResponseSchema as i6, FileUploadResponseSchema as i7, type GetPresignedUrlRequest as i8, type CompleteUploadRequest as i9, MetadataValidateResponseSchema as iA, MetadataTypesResponseSchema as iB, MetadataTypeInfoResponseSchema as iC, MetadataDependenciesResponseSchema as iD, MetadataDependentsResponseSchema as iE, type ObjectDefinitionResponse as iF, type AppDefinitionResponse as iG, type ConceptListResponse as iH, type MetadataRegisterRequest as iI, type MetadataItemResponse as iJ, type MetadataListResponse as iK, type MetadataNamesResponse as iL, type MetadataExistsResponse as iM, type MetadataDeleteResponse as iN, type MetadataQueryResponse as iO, type MetadataBulkResponse as iP, type MetadataOverlayResponse as iQ, type MetadataEffectiveResponse as iR, type MetadataExportResponse as iS, type MetadataImportResponse as iT, type MetadataValidateResponse as iU, type MetadataTypesResponse as iV, type MetadataTypeInfoResponse as iW, type MetadataDependenciesResponse as iX, type MetadataDependentsResponse as iY, DispatcherRouteSchema as iZ, type DispatcherRoute as i_, type PresignedUrlResponse as ia, type FileUploadResponse as ib, ObjectDefinitionResponseSchema as ic, AppDefinitionResponseSchema as id, ConceptListResponseSchema as ie, MetadataRegisterRequestSchema as ig, MetadataItemResponseSchema as ih, MetadataListResponseSchema as ii, MetadataNamesResponseSchema as ij, MetadataExistsResponseSchema as ik, MetadataDeleteResponseSchema as il, MetadataQueryRequestSchema as im, MetadataQueryResponseSchema as io, MetadataBulkRegisterRequestSchema as ip, MetadataBulkUnregisterRequestSchema as iq, MetadataBulkResponseSchema as ir, MetadataOverlayResponseSchema as is, MetadataOverlaySaveRequestSchema as it, MetadataEffectiveResponseSchema as iu, MetadataExportRequestSchema as iv, MetadataExportResponseSchema as iw, MetadataImportRequestSchema as ix, MetadataImportResponseSchema as iy, MetadataValidateRequestSchema as iz, type CreateRequest as j, DispatcherConfigSchema as j0, type DispatcherConfig as j1, type DispatcherConfigInput as j2, DEFAULT_DISPATCHER_ROUTES as j3, RestApiRouteCategory as j4, RestApiEndpointSchema as j5, type RestApiEndpoint as j6, RestApiRouteRegistrationSchema as j7, RestApiRouteRegistration as j8, ValidationMode as j9, DEFAULT_ANALYTICS_ROUTES as jA, DEFAULT_AUTOMATION_ROUTES as jB, getDefaultRouteRegistrations as jC, QueryAdapterTargetSchema as jD, type QueryAdapterTarget as jE, OperatorMappingSchema as jF, type OperatorMapping as jG, RestQueryAdapterSchema as jH, type RestQueryAdapter as jI, type RestQueryAdapterInput as jJ, GraphQLQueryAdapterSchema as jK, type GraphQLQueryAdapter as jL, type GraphQLQueryAdapterInput as jM, ODataQueryAdapterSchema as jN, type ODataQueryAdapter as jO, type ODataQueryAdapterInput as jP, QueryAdapterConfigSchema as jQ, type QueryAdapterConfig as jR, type QueryAdapterConfigInput as jS, RequestValidationConfigSchema as ja, type RequestValidationConfig as jb, type RequestValidationConfigInput as jc, ResponseEnvelopeConfigSchema as jd, type ResponseEnvelopeConfig as je, type ResponseEnvelopeConfigInput as jf, ErrorHandlingConfigSchema as jg, type ErrorHandlingConfig as jh, type ErrorHandlingConfigInput as ji, OpenApiGenerationConfigSchema as jj, type OpenApiGenerationConfig as jk, type OpenApiGenerationConfigInput as jl, RestApiPluginConfigSchema as jm, RestApiPluginConfig as jn, type RestApiPluginConfigInput as jo, DEFAULT_DISCOVERY_ROUTES as jp, DEFAULT_METADATA_ROUTES as jq, DEFAULT_DATA_CRUD_ROUTES as jr, DEFAULT_BATCH_ROUTES as js, DEFAULT_PERMISSION_ROUTES as jt, DEFAULT_VIEW_ROUTES as ju, DEFAULT_WORKFLOW_ROUTES as jv, DEFAULT_REALTIME_ROUTES as jw, DEFAULT_NOTIFICATION_ROUTES as jx, DEFAULT_AI_ROUTES as jy, DEFAULT_I18N_ROUTES as jz, type UpdateRequest as k, type BulkRequest as l, type ExportRequest as m, type SingleRecordResponse as n, type ListRecordResponse as o, type IdRequest as p, type ModificationResult as q, type BulkResponse as r, type DeleteResponse as s, type DataLoaderConfig as t, type BatchLoadingStrategy as u, type QueryOptimizationConfig as v, ApiMappingSchema as w, ApiEndpointSchema as x, ApiEndpoint as y, type ApiEndpointInput as z };
|
|
22509
|
+
export { RealtimePresenceSchema as $, ApiErrorSchema as A, BaseResponseSchema as B, CreateRequestSchema as C, DeleteResponseSchema as D, ExportRequestSchema as E, ServiceInfoSchema as F, ApiRoutesSchema as G, DiscoverySchema as H, IdRequestSchema as I, type DiscoveryResponse as J, type ApiRoutes as K, ListRecordResponseSchema as L, ModificationResultSchema as M, type ServiceInfo as N, RealtimeRecordAction as O, PresenceStatus as P, QueryOptimizationConfigSchema as Q, RecordDataSchema as R, SingleRecordResponseSchema as S, BasePresenceSchema as T, UpdateRequestSchema as U, type BasePresence as V, TransportProtocol as W, RealtimeEventType as X, SubscriptionEventSchema as Y, SubscriptionSchema as Z, type Subscription as _, BulkRequestSchema as a, RouterConfigSchema as a$, type RealtimePresence as a0, RealtimeEventSchema as a1, type RealtimeEvent as a2, RealtimeConfigSchema as a3, type RealtimeConfig as a4, WebSocketMessageType as a5, FilterOperator as a6, EventFilterCondition as a7, EventFilterSchema as a8, type EventFilter as a9, CursorMessageSchema as aA, type CursorMessage as aB, EditMessageSchema as aC, type EditMessage as aD, AckMessageSchema as aE, type AckMessage as aF, ErrorMessageSchema as aG, type ErrorMessage as aH, PingMessageSchema as aI, type PingMessage as aJ, PongMessageSchema as aK, type PongMessage as aL, WebSocketMessageSchema as aM, type WebSocketMessage as aN, WebSocketConfigSchema as aO, type WebSocketConfig as aP, WebSocketEventSchema as aQ, type WebSocketEvent as aR, SimplePresenceStateSchema as aS, type SimplePresenceState as aT, SimpleCursorPositionSchema as aU, type SimpleCursorPosition as aV, WebSocketServerConfigSchema as aW, type WebSocketServerConfig as aX, RouteCategory as aY, RouteDefinitionSchema as aZ, type RouteDefinition as a_, EventPatternSchema as aa, type EventPattern as ab, EventSubscriptionSchema as ac, type EventSubscription as ad, UnsubscribeRequestSchema as ae, type UnsubscribeRequest as af, WebSocketPresenceStatus as ag, PresenceStateSchema as ah, type PresenceState as ai, PresenceUpdateSchema as aj, type PresenceUpdate as ak, CursorPositionSchema as al, type CursorPosition as am, EditOperationType as an, EditOperationSchema as ao, type EditOperation as ap, DocumentStateSchema as aq, type DocumentState as ar, SubscribeMessageSchema as as, type SubscribeMessage as at, UnsubscribeMessageSchema as au, type UnsubscribeMessage as av, EventMessageSchema as aw, type EventMessage as ax, PresenceMessageSchema as ay, type PresenceMessage as az, BulkResponseSchema as b, type SubgraphConfigInput as b$, type RouterConfig as b0, ODataQuerySchema as b1, type ODataQuery as b2, ODataFilterOperatorSchema as b3, type ODataFilterOperator as b4, ODataFilterFunctionSchema as b5, type ODataFilterFunction as b6, ODataResponseSchema as b7, type ODataResponse as b8, ODataErrorSchema as b9, GraphQLDirectiveConfigSchema as bA, type GraphQLDirectiveConfig as bB, type GraphQLDirectiveConfigInput as bC, GraphQLQueryDepthLimitSchema as bD, type GraphQLQueryDepthLimit as bE, type GraphQLQueryDepthLimitInput as bF, GraphQLQueryComplexitySchema as bG, type GraphQLQueryComplexity as bH, type GraphQLQueryComplexityInput as bI, GraphQLRateLimitSchema as bJ, type GraphQLRateLimit as bK, type GraphQLRateLimitInput as bL, GraphQLPersistedQuerySchema as bM, type GraphQLPersistedQuery as bN, type GraphQLPersistedQueryInput as bO, FederationEntityKeySchema as bP, type FederationEntityKey as bQ, FederationExternalFieldSchema as bR, type FederationExternalField as bS, FederationRequiresSchema as bT, type FederationRequires as bU, FederationProvidesSchema as bV, type FederationProvides as bW, FederationEntitySchema as bX, type FederationEntity as bY, SubgraphConfigSchema as bZ, type SubgraphConfig as b_, type ODataError as ba, ODataMetadataSchema as bb, type ODataMetadata as bc, OData as bd, ODataConfigSchema as be, type ODataConfig as bf, GraphQLScalarType as bg, GraphQLTypeConfigSchema as bh, type GraphQLTypeConfig as bi, type GraphQLTypeConfigInput as bj, GraphQLQueryConfigSchema as bk, type GraphQLQueryConfig as bl, type GraphQLQueryConfigInput as bm, GraphQLMutationConfigSchema as bn, type GraphQLMutationConfig as bo, type GraphQLMutationConfigInput as bp, GraphQLSubscriptionConfigSchema as bq, type GraphQLSubscriptionConfig as br, type GraphQLSubscriptionConfigInput as bs, GraphQLResolverConfigSchema as bt, type GraphQLResolverConfig as bu, type GraphQLResolverConfigInput as bv, GraphQLDataLoaderConfigSchema as bw, type GraphQLDataLoaderConfig as bx, type GraphQLDataLoaderConfigInput as by, GraphQLDirectiveLocation as bz, StandardApiContracts as c, GetMetaItemCachedResponseSchema as c$, FederationGatewaySchema as c0, type FederationGateway as c1, type FederationGatewayInput as c2, GraphQLConfigSchema as c3, GraphQLConfig as c4, type GraphQLConfigInput as c5, mapFieldTypeToGraphQL as c6, BatchOperationType as c7, BatchRecordSchema as c8, type BatchRecord as c9, type CacheInvalidationRequest as cA, CacheInvalidationResponseSchema as cB, type CacheInvalidationResponse as cC, MetadataCacheApi as cD, ErrorCategory as cE, StandardErrorCode as cF, ErrorHttpStatusMap as cG, RetryStrategy as cH, FieldErrorSchema as cI, type FieldError as cJ, EnhancedApiErrorSchema as cK, type EnhancedApiError as cL, ErrorResponseSchema as cM, type ErrorResponse as cN, AutomationTriggerRequestSchema as cO, AutomationTriggerResponseSchema as cP, GetDiscoveryRequestSchema as cQ, GetDiscoveryResponseSchema as cR, GetMetaTypesRequestSchema as cS, GetMetaTypesResponseSchema as cT, GetMetaItemsRequestSchema as cU, GetMetaItemsResponseSchema as cV, GetMetaItemRequestSchema as cW, GetMetaItemResponseSchema as cX, SaveMetaItemRequestSchema as cY, SaveMetaItemResponseSchema as cZ, GetMetaItemCachedRequestSchema as c_, BatchOptionsSchema as ca, type BatchOptions as cb, BatchUpdateRequestSchema as cc, type BatchUpdateRequest as cd, UpdateManyRequestSchema as ce, type UpdateManyRequest as cf, BatchOperationResultSchema as cg, type BatchOperationResult as ch, BatchUpdateResponseSchema as ci, type BatchUpdateResponse as cj, DeleteManyRequestSchema as ck, type DeleteManyRequest as cl, BatchApiContracts as cm, BatchConfigSchema as cn, type BatchConfig as co, CacheDirective as cp, CacheControlSchema as cq, type CacheControl as cr, ETagSchema as cs, type ETag as ct, MetadataCacheRequestSchema as cu, type MetadataCacheRequest as cv, MetadataCacheResponseSchema as cw, type MetadataCacheResponse as cx, CacheInvalidationTarget as cy, CacheInvalidationRequestSchema as cz, DataLoaderConfigSchema as d, UnregisterDeviceResponseSchema as d$, GetUiViewRequestSchema as d0, GetUiViewResponseSchema as d1, FindDataRequestSchema as d2, FindDataResponseSchema as d3, GetDataRequestSchema as d4, GetDataResponseSchema as d5, CreateDataRequestSchema as d6, CreateDataResponseSchema as d7, UpdateDataRequestSchema as d8, UpdateDataResponseSchema as d9, GetEffectivePermissionsResponseSchema as dA, GetWorkflowConfigRequestSchema as dB, GetWorkflowConfigResponseSchema as dC, WorkflowStateSchema as dD, GetWorkflowStateRequestSchema as dE, GetWorkflowStateResponseSchema as dF, WorkflowTransitionRequestSchema as dG, WorkflowTransitionResponseSchema as dH, WorkflowApproveRequestSchema as dI, WorkflowApproveResponseSchema as dJ, WorkflowRejectRequestSchema as dK, WorkflowRejectResponseSchema as dL, RealtimeConnectRequestSchema as dM, RealtimeConnectResponseSchema as dN, RealtimeDisconnectRequestSchema as dO, RealtimeDisconnectResponseSchema as dP, RealtimeSubscribeRequestSchema as dQ, RealtimeSubscribeResponseSchema as dR, RealtimeUnsubscribeRequestSchema as dS, RealtimeUnsubscribeResponseSchema as dT, SetPresenceRequestSchema as dU, SetPresenceResponseSchema as dV, GetPresenceRequestSchema as dW, GetPresenceResponseSchema as dX, RegisterDeviceRequestSchema as dY, RegisterDeviceResponseSchema as dZ, UnregisterDeviceRequestSchema as d_, DeleteDataRequestSchema as da, DeleteDataResponseSchema as db, BatchDataRequestSchema as dc, BatchDataResponseSchema as dd, CreateManyDataRequestSchema as de, CreateManyDataResponseSchema as df, UpdateManyDataRequestSchema as dg, UpdateManyDataResponseSchema as dh, DeleteManyDataRequestSchema as di, DeleteManyDataResponseSchema as dj, ListViewsRequestSchema as dk, ListViewsResponseSchema as dl, GetViewRequestSchema as dm, GetViewResponseSchema as dn, CreateViewRequestSchema as dp, CreateViewResponseSchema as dq, UpdateViewRequestSchema as dr, UpdateViewResponseSchema as ds, DeleteViewRequestSchema as dt, DeleteViewResponseSchema as du, CheckPermissionRequestSchema as dv, CheckPermissionResponseSchema as dw, GetObjectPermissionsRequestSchema as dx, GetObjectPermissionsResponseSchema as dy, GetEffectivePermissionsRequestSchema as dz, BatchLoadingStrategySchema as e, type GetViewRequest as e$, NotificationPreferencesSchema as e0, GetNotificationPreferencesRequestSchema as e1, GetNotificationPreferencesResponseSchema as e2, UpdateNotificationPreferencesRequestSchema as e3, UpdateNotificationPreferencesResponseSchema as e4, NotificationSchema as e5, ListNotificationsRequestSchema as e6, ListNotificationsResponseSchema as e7, MarkNotificationsReadRequestSchema as e8, MarkNotificationsReadResponseSchema as e9, type SaveMetaItemResponse as eA, type GetMetaItemCachedRequest as eB, type GetMetaItemCachedResponse as eC, type GetUiViewRequest as eD, type GetUiViewResponse as eE, type AutomationTriggerRequest as eF, type AutomationTriggerResponse as eG, type FindDataRequest as eH, type FindDataResponse as eI, type GetDataRequest as eJ, type GetDataResponse as eK, type CreateDataRequest as eL, type CreateDataResponse as eM, type UpdateDataRequest as eN, type UpdateDataResponse as eO, type DeleteDataRequest as eP, type DeleteDataResponse as eQ, type BatchDataRequest as eR, type BatchDataResponse as eS, type CreateManyDataRequest as eT, type CreateManyDataResponse as eU, type UpdateManyDataRequest as eV, type UpdateManyDataResponse as eW, type DeleteManyDataRequest as eX, type DeleteManyDataResponse as eY, type ListViewsRequest as eZ, type ListViewsResponse as e_, MarkAllNotificationsReadRequestSchema as ea, MarkAllNotificationsReadResponseSchema as eb, AiNlqRequestSchema as ec, AiNlqResponseSchema as ed, AiChatRequestSchema as ee, AiChatResponseSchema as ef, AiSuggestRequestSchema as eg, AiSuggestResponseSchema as eh, AiInsightsRequestSchema as ei, AiInsightsResponseSchema as ej, GetLocalesRequestSchema as ek, GetLocalesResponseSchema as el, GetTranslationsRequestSchema as em, GetTranslationsResponseSchema as en, GetFieldLabelsRequestSchema as eo, GetFieldLabelsResponseSchema as ep, ObjectStackProtocolSchema as eq, type GetDiscoveryRequest as er, type GetDiscoveryResponse as es, type GetMetaTypesRequest as et, type GetMetaTypesResponse as eu, type GetMetaItemsRequest as ev, type GetMetaItemsResponse as ew, type GetMetaItemRequest as ex, type GetMetaItemResponse as ey, type SaveMetaItemRequest as ez, type ApiError as f, type GetLocalesResponse as f$, type GetViewResponse as f0, type CreateViewRequest as f1, type CreateViewResponse as f2, type UpdateViewRequest as f3, type UpdateViewResponse as f4, type DeleteViewRequest as f5, type DeleteViewResponse as f6, type CheckPermissionRequest as f7, type CheckPermissionResponse as f8, type GetObjectPermissionsRequest as f9, type RegisterDeviceRequest as fA, type RegisterDeviceResponse as fB, type UnregisterDeviceRequest as fC, type UnregisterDeviceResponse as fD, type NotificationPreferences as fE, type NotificationPreferencesInput as fF, type GetNotificationPreferencesRequest as fG, type GetNotificationPreferencesResponse as fH, type UpdateNotificationPreferencesRequest as fI, type UpdateNotificationPreferencesResponse as fJ, type Notification as fK, type NotificationInput as fL, type ListNotificationsRequest as fM, type ListNotificationsResponse as fN, type MarkNotificationsReadRequest as fO, type MarkNotificationsReadResponse as fP, type MarkAllNotificationsReadRequest as fQ, type MarkAllNotificationsReadResponse as fR, type AiNlqRequest as fS, type AiNlqResponse as fT, type AiChatRequest as fU, type AiChatResponse as fV, type AiSuggestRequest as fW, type AiSuggestResponse as fX, type AiInsightsRequest as fY, type AiInsightsResponse as fZ, type GetLocalesRequest as f_, type GetObjectPermissionsResponse as fa, type GetEffectivePermissionsRequest as fb, type GetEffectivePermissionsResponse as fc, type GetWorkflowConfigRequest as fd, type GetWorkflowConfigResponse as fe, type WorkflowState as ff, type GetWorkflowStateRequest as fg, type GetWorkflowStateResponse as fh, type WorkflowTransitionRequest as fi, type WorkflowTransitionResponse as fj, type WorkflowApproveRequest as fk, type WorkflowApproveResponse as fl, type WorkflowRejectRequest as fm, type WorkflowRejectResponse as fn, type RealtimeConnectRequest as fo, type RealtimeConnectResponse as fp, type RealtimeDisconnectRequest as fq, type RealtimeDisconnectResponse as fr, type RealtimeSubscribeRequest as fs, type RealtimeSubscribeResponse as ft, type RealtimeUnsubscribeRequest as fu, type RealtimeUnsubscribeResponse as fv, type SetPresenceRequest as fw, type SetPresenceResponse as fx, type GetPresenceRequest as fy, type GetPresenceResponse as fz, type BaseResponse as g, ApiDiscoveryResponseSchema as g$, type GetTranslationsRequest as g0, type GetTranslationsResponse as g1, type GetFieldLabelsRequest as g2, type GetFieldLabelsResponse as g3, type ObjectStackProtocolZod as g4, type ObjectStackProtocol as g5, RestApiConfigSchema as g6, RestApiConfig as g7, type RestApiConfigInput as g8, CrudOperation as g9, type GeneratedEndpoint as gA, EndpointRegistrySchema as gB, type EndpointRegistry as gC, ApiProtocolType as gD, HttpStatusCode as gE, ObjectQLReferenceSchema as gF, type ObjectQLReference as gG, SchemaDefinition as gH, ApiParameterSchema as gI, type ApiParameter as gJ, ApiResponseSchema as gK, type ApiResponse as gL, type ApiResponseInput as gM, ApiEndpointRegistrationSchema as gN, ApiEndpointRegistration as gO, type ApiEndpointRegistrationInput as gP, ApiMetadataSchema as gQ, type ApiMetadata as gR, type ApiMetadataInput as gS, ApiRegistryEntrySchema as gT, ApiRegistryEntry as gU, type ApiRegistryEntryInput as gV, ConflictResolutionStrategy as gW, ApiRegistrySchema as gX, ApiRegistry as gY, ApiDiscoveryQuerySchema as gZ, type ApiDiscoveryQuery as g_, CrudEndpointPatternSchema as ga, type CrudEndpointPattern as gb, CrudEndpointsConfigSchema as gc, type CrudEndpointsConfig as gd, type CrudEndpointsConfigInput as ge, MetadataEndpointsConfigSchema as gf, type MetadataEndpointsConfig as gg, type MetadataEndpointsConfigInput as gh, BatchEndpointsConfigSchema as gi, type BatchEndpointsConfig as gj, type BatchEndpointsConfigInput as gk, RouteGenerationConfigSchema as gl, type RouteGenerationConfig as gm, type RouteGenerationConfigInput as gn, WebhookEventSchema as go, type WebhookEvent as gp, WebhookConfigSchema as gq, type WebhookConfig as gr, CallbackSchema as gs, type Callback as gt, OpenApi31ExtensionsSchema as gu, type OpenApi31Extensions as gv, RestServerConfigSchema as gw, RestServerConfig as gx, type RestServerConfigInput as gy, GeneratedEndpointSchema as gz, type RecordData as h, EndpointMapping as h$, type ApiDiscoveryResponse as h0, OpenApiServerSchema as h1, type OpenApiServer as h2, OpenApiSecuritySchemeSchema as h3, type OpenApiSecurityScheme as h4, OpenApiSpecSchema as h5, OpenApiSpec as h6, ApiTestingUiType as h7, ApiTestingUiConfigSchema as h8, type ApiTestingUiConfig as h9, type VersioningConfig as hA, type VersioningConfigInput as hB, VersionNegotiationResponseSchema as hC, type VersionNegotiationResponse as hD, DEFAULT_VERSIONING_CONFIG as hE, AuthProvider as hF, SessionUserSchema as hG, SessionSchema as hH, LoginType as hI, LoginRequestSchema as hJ, RegisterRequestSchema as hK, RefreshTokenRequestSchema as hL, SessionResponseSchema as hM, UserProfileResponseSchema as hN, type SessionUser as hO, type SessionUserInput as hP, type Session as hQ, type LoginRequest as hR, type LoginRequestInput as hS, type RegisterRequest as hT, type RefreshTokenRequest as hU, type SessionResponse as hV, type UserProfileResponse as hW, AuthEndpointPaths as hX, AuthEndpointSchema as hY, AuthEndpointAliases as hZ, getAuthEndpointUrl as h_, ApiTestRequestSchema as ha, type ApiTestRequest as hb, ApiTestCollectionSchema as hc, ApiTestCollection as hd, ApiChangelogEntrySchema as he, type ApiChangelogEntry as hf, CodeGenerationTemplateSchema as hg, type CodeGenerationTemplate as hh, ApiDocumentationConfigSchema as hi, ApiDocumentationConfig as hj, GeneratedApiDocumentationSchema as hk, type GeneratedApiDocumentation as hl, AnalyticsEndpoint as hm, AnalyticsQueryRequestSchema as hn, AnalyticsResultResponseSchema as ho, GetAnalyticsMetaRequestSchema as hp, AnalyticsMetadataResponseSchema as hq, AnalyticsSqlResponseSchema as hr, type AnalyticsQueryRequest$1 as hs, type AnalyticsMetadataResponse as ht, type AnalyticsSqlResponse as hu, VersioningStrategy as hv, VersionStatus as hw, VersionDefinitionSchema as hx, type VersionDefinition as hy, VersioningConfigSchema as hz, index as i, type DispatcherRouteInput as i$, type AuthEndpoint as i0, type AuthEndpointPath as i1, type AuthEndpointAlias as i2, type EndpointMappingKey as i3, GetPresignedUrlRequestSchema as i4, CompleteUploadRequestSchema as i5, PresignedUrlResponseSchema as i6, FileUploadResponseSchema as i7, type GetPresignedUrlRequest as i8, type CompleteUploadRequest as i9, MetadataValidateResponseSchema as iA, MetadataTypesResponseSchema as iB, MetadataTypeInfoResponseSchema as iC, MetadataDependenciesResponseSchema as iD, MetadataDependentsResponseSchema as iE, type ObjectDefinitionResponse as iF, type AppDefinitionResponse as iG, type ConceptListResponse as iH, type MetadataRegisterRequest as iI, type MetadataItemResponse as iJ, type MetadataListResponse as iK, type MetadataNamesResponse as iL, type MetadataExistsResponse as iM, type MetadataDeleteResponse as iN, type MetadataQueryResponse as iO, type MetadataBulkResponse as iP, type MetadataOverlayResponse as iQ, type MetadataEffectiveResponse as iR, type MetadataExportResponse as iS, type MetadataImportResponse as iT, type MetadataValidateResponse as iU, type MetadataTypesResponse as iV, type MetadataTypeInfoResponse as iW, type MetadataDependenciesResponse as iX, type MetadataDependentsResponse as iY, DispatcherRouteSchema as iZ, type DispatcherRoute as i_, type PresignedUrlResponse as ia, type FileUploadResponse as ib, ObjectDefinitionResponseSchema as ic, AppDefinitionResponseSchema as id, ConceptListResponseSchema as ie, MetadataRegisterRequestSchema as ig, MetadataItemResponseSchema as ih, MetadataListResponseSchema as ii, MetadataNamesResponseSchema as ij, MetadataExistsResponseSchema as ik, MetadataDeleteResponseSchema as il, MetadataQueryRequestSchema as im, MetadataQueryResponseSchema as io, MetadataBulkRegisterRequestSchema as ip, MetadataBulkUnregisterRequestSchema as iq, MetadataBulkResponseSchema as ir, MetadataOverlayResponseSchema as is, MetadataOverlaySaveRequestSchema as it, MetadataEffectiveResponseSchema as iu, MetadataExportRequestSchema as iv, MetadataExportResponseSchema as iw, MetadataImportRequestSchema as ix, MetadataImportResponseSchema as iy, MetadataValidateRequestSchema as iz, type CreateRequest as j, type GetFeedResponse as j$, DispatcherConfigSchema as j0, type DispatcherConfig as j1, type DispatcherConfigInput as j2, DEFAULT_DISPATCHER_ROUTES as j3, RestApiRouteCategory as j4, RestApiEndpointSchema as j5, type RestApiEndpoint as j6, RestApiRouteRegistrationSchema as j7, RestApiRouteRegistration as j8, ValidationMode as j9, DEFAULT_ANALYTICS_ROUTES as jA, DEFAULT_AUTOMATION_ROUTES as jB, getDefaultRouteRegistrations as jC, QueryAdapterTargetSchema as jD, type QueryAdapterTarget as jE, OperatorMappingSchema as jF, type OperatorMapping as jG, RestQueryAdapterSchema as jH, type RestQueryAdapter as jI, type RestQueryAdapterInput as jJ, GraphQLQueryAdapterSchema as jK, type GraphQLQueryAdapter as jL, type GraphQLQueryAdapterInput as jM, ODataQueryAdapterSchema as jN, type ODataQueryAdapter as jO, type ODataQueryAdapterInput as jP, QueryAdapterConfigSchema as jQ, type QueryAdapterConfig as jR, type QueryAdapterConfigInput as jS, FeedPathParamsSchema as jT, type FeedPathParams as jU, FeedItemPathParamsSchema as jV, type FeedItemPathParams as jW, FeedListFilterType as jX, GetFeedRequestSchema as jY, type GetFeedRequest as jZ, GetFeedResponseSchema as j_, RequestValidationConfigSchema as ja, type RequestValidationConfig as jb, type RequestValidationConfigInput as jc, ResponseEnvelopeConfigSchema as jd, type ResponseEnvelopeConfig as je, type ResponseEnvelopeConfigInput as jf, ErrorHandlingConfigSchema as jg, type ErrorHandlingConfig as jh, type ErrorHandlingConfigInput as ji, OpenApiGenerationConfigSchema as jj, type OpenApiGenerationConfig as jk, type OpenApiGenerationConfigInput as jl, RestApiPluginConfigSchema as jm, RestApiPluginConfig as jn, type RestApiPluginConfigInput as jo, DEFAULT_DISCOVERY_ROUTES as jp, DEFAULT_METADATA_ROUTES as jq, DEFAULT_DATA_CRUD_ROUTES as jr, DEFAULT_BATCH_ROUTES as js, DEFAULT_PERMISSION_ROUTES as jt, DEFAULT_VIEW_ROUTES as ju, DEFAULT_WORKFLOW_ROUTES as jv, DEFAULT_REALTIME_ROUTES as jw, DEFAULT_NOTIFICATION_ROUTES as jx, DEFAULT_AI_ROUTES as jy, DEFAULT_I18N_ROUTES as jz, type UpdateRequest as k, CreateFeedItemRequestSchema as k0, type CreateFeedItemRequest as k1, CreateFeedItemResponseSchema as k2, type CreateFeedItemResponse as k3, UpdateFeedItemRequestSchema as k4, type UpdateFeedItemRequest as k5, UpdateFeedItemResponseSchema as k6, type UpdateFeedItemResponse as k7, DeleteFeedItemRequestSchema as k8, type DeleteFeedItemRequest as k9, DeleteFeedItemResponseSchema as ka, type DeleteFeedItemResponse as kb, AddReactionRequestSchema as kc, type AddReactionRequest as kd, AddReactionResponseSchema as ke, type AddReactionResponse as kf, RemoveReactionRequestSchema as kg, type RemoveReactionRequest as kh, RemoveReactionResponseSchema as ki, type RemoveReactionResponse as kj, SubscribeRequestSchema as kk, type SubscribeRequest as kl, SubscribeResponseSchema as km, type SubscribeResponse as kn, FeedUnsubscribeRequestSchema as ko, type FeedUnsubscribeRequest as kp, UnsubscribeResponseSchema as kq, type UnsubscribeResponse as kr, FeedApiErrorCode as ks, FeedApiContracts as kt, type BulkRequest as l, type ExportRequest as m, type SingleRecordResponse as n, type ListRecordResponse as o, type IdRequest as p, type ModificationResult as q, type BulkResponse as r, type DeleteResponse as s, type DataLoaderConfig as t, type BatchLoadingStrategy as u, type QueryOptimizationConfig as v, ApiMappingSchema as w, ApiEndpointSchema as x, ApiEndpoint as y, type ApiEndpointInput as z };
|