@objectstack/spec 6.7.1 → 6.8.0
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/LICENSE +202 -0
- package/dist/ai/index.d.mts +308 -8
- package/dist/ai/index.d.ts +308 -8
- package/dist/ai/index.js +1211 -37
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/index.mjs +1209 -38
- package/dist/ai/index.mjs.map +1 -1
- package/dist/api/index.d.mts +846 -967
- package/dist/api/index.d.ts +846 -967
- package/dist/api/index.js +5537 -5334
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +5537 -5334
- package/dist/api/index.mjs.map +1 -1
- package/dist/{app.zod-nPfH1TcS.d.ts → app.zod-CLlpb0AH.d.ts} +290 -259
- package/dist/{app.zod-D7fgbn5Z.d.mts → app.zod-DvMDoI87.d.mts} +290 -259
- package/dist/automation/index.d.mts +332 -31
- package/dist/automation/index.d.ts +332 -31
- package/dist/automation/index.js +1184 -1
- package/dist/automation/index.js.map +1 -1
- package/dist/automation/index.mjs +1182 -2
- package/dist/automation/index.mjs.map +1 -1
- package/dist/cloud/index.d.mts +361 -192
- package/dist/cloud/index.d.ts +361 -192
- package/dist/cloud/index.js +261 -93
- package/dist/cloud/index.js.map +1 -1
- package/dist/cloud/index.mjs +256 -94
- package/dist/cloud/index.mjs.map +1 -1
- package/dist/contracts/index.d.mts +25 -3
- package/dist/contracts/index.d.ts +25 -3
- package/dist/data/index.d.mts +304 -3
- package/dist/data/index.d.ts +304 -3
- package/dist/data/index.js +285 -3
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +283 -4
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-Bqhc6_7G.d.mts → field.zod-BGr7R7KU.d.mts} +4 -0
- package/dist/{field.zod-Bqhc6_7G.d.ts → field.zod-BGr7R7KU.d.ts} +4 -0
- package/dist/identity/index.d.mts +117 -15
- package/dist/identity/index.d.ts +117 -15
- package/dist/identity/index.js +1093 -1
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +1093 -2
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +280 -286
- package/dist/index.d.ts +280 -286
- package/dist/index.js +71 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -4
- package/dist/index.mjs.map +1 -1
- package/dist/kernel/index.js +15 -15
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +15 -15
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/{object.zod-rhReSd7V.d.mts → object.zod-C1mmiCDL.d.mts} +22 -4
- package/dist/{object.zod-BntYUReb.d.ts → object.zod-D4gYbFv4.d.ts} +22 -4
- package/dist/security/index.d.mts +108 -1
- package/dist/security/index.d.ts +108 -1
- package/dist/security/index.js +1080 -2
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +1080 -3
- package/dist/security/index.mjs.map +1 -1
- package/dist/shared/index.js +6 -1
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +6 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/system/index.d.mts +193 -18
- package/dist/system/index.d.ts +193 -18
- package/dist/system/index.js +109 -3
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +109 -4
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +603 -9
- package/dist/ui/index.d.ts +603 -9
- package/dist/ui/index.js +1791 -1335
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +1784 -1336
- package/dist/ui/index.mjs.map +1 -1
- package/json-schema/ai/AIKnowledge.json +2 -2
- package/json-schema/ai/AIModelConfig.json +2 -2
- package/json-schema/ai/AITool.json +2 -2
- package/json-schema/ai/AIUsageRecord.json +2 -2
- package/json-schema/ai/Agent.json +2 -2
- package/json-schema/ai/CodeContent.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/EmbeddingModel.json +2 -2
- package/json-schema/ai/FileContent.json +2 -2
- package/json-schema/ai/FileKnowledgeSource.json +2 -2
- package/json-schema/ai/FunctionCall.json +2 -2
- package/json-schema/ai/HttpKnowledgeSource.json +2 -2
- package/json-schema/ai/ImageContent.json +2 -2
- package/json-schema/ai/KnowledgeChunk.json +2 -2
- package/json-schema/ai/KnowledgeDocument.json +2 -2
- package/json-schema/ai/KnowledgeHit.json +2 -2
- package/json-schema/ai/KnowledgeRefreshPolicy.json +2 -2
- package/json-schema/ai/KnowledgeSource.json +2 -2
- package/json-schema/ai/KnowledgeSourceKind.json +2 -2
- package/json-schema/ai/MCPApprovalPolicy.json +2 -2
- package/json-schema/ai/MCPServerRef.json +2 -2
- package/json-schema/ai/MCPToolBinding.json +2 -2
- package/json-schema/ai/MCPTransport.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/ModelCapability.json +2 -2
- package/json-schema/ai/ModelConfig.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/ModelRegistryEntry.json +2 -2
- package/json-schema/ai/ModelSelectionCriteria.json +2 -2
- package/json-schema/ai/ObjectKnowledgeSource.json +2 -2
- package/json-schema/ai/PromptVariable.json +2 -2
- package/json-schema/ai/Skill.json +2 -2
- package/json-schema/ai/SkillTriggerCondition.json +2 -2
- package/json-schema/ai/StructuredOutputConfig.json +2 -2
- package/json-schema/ai/StructuredOutputFormat.json +2 -2
- package/json-schema/ai/TextContent.json +2 -2
- package/json-schema/ai/TokenBudgetConfig.json +2 -2
- package/json-schema/ai/TokenBudgetStrategy.json +2 -2
- package/json-schema/ai/TokenUsage.json +2 -2
- package/json-schema/ai/TokenUsageStats.json +2 -2
- package/json-schema/ai/Tool.json +2 -2
- package/json-schema/ai/ToolCall.json +2 -2
- package/json-schema/ai/ToolCategory.json +2 -2
- package/json-schema/ai/TransformPipelineStep.json +2 -2
- package/json-schema/ai/VectorStore.json +2 -2
- package/json-schema/ai/VectorStoreProvider.json +2 -2
- package/json-schema/api/AckMessage.json +2 -2
- package/json-schema/api/AddReactionRequest.json +2 -2
- package/json-schema/api/AddReactionResponse.json +2 -2
- package/json-schema/api/AiInsightsRequest.json +2 -2
- package/json-schema/api/AiInsightsResponse.json +2 -2
- package/json-schema/api/AiNlqRequest.json +2 -2
- package/json-schema/api/AiNlqResponse.json +2 -2
- package/json-schema/api/AiSuggestRequest.json +2 -2
- package/json-schema/api/AiSuggestResponse.json +2 -2
- package/json-schema/api/AnalyticsEndpoint.json +2 -2
- package/json-schema/api/AnalyticsMetadataResponse.json +2 -2
- package/json-schema/api/AnalyticsQueryRequest.json +2 -2
- package/json-schema/api/AnalyticsResultResponse.json +2 -2
- package/json-schema/api/AnalyticsSqlResponse.json +2 -2
- package/json-schema/api/ApiChangelogEntry.json +2 -2
- package/json-schema/api/ApiDiscoveryQuery.json +2 -2
- package/json-schema/api/ApiDiscoveryResponse.json +2 -2
- package/json-schema/api/ApiDocumentationConfig.json +2 -2
- package/json-schema/api/ApiEndpoint.json +2 -2
- package/json-schema/api/ApiEndpointRegistration.json +2 -2
- package/json-schema/api/ApiError.json +2 -2
- package/json-schema/api/ApiMapping.json +2 -2
- package/json-schema/api/ApiMetadata.json +2 -2
- package/json-schema/api/ApiParameter.json +2 -2
- package/json-schema/api/ApiProtocolType.json +2 -2
- package/json-schema/api/ApiRegistry.json +2 -2
- package/json-schema/api/ApiRegistryEntry.json +2 -2
- package/json-schema/api/ApiResponse.json +2 -2
- package/json-schema/api/ApiRoutes.json +2 -2
- package/json-schema/api/ApiTestCollection.json +2 -2
- package/json-schema/api/ApiTestRequest.json +2 -2
- package/json-schema/api/ApiTestingUiConfig.json +2 -2
- package/json-schema/api/ApiTestingUiType.json +2 -2
- package/json-schema/api/AuthEndpoint.json +2 -2
- package/json-schema/api/AuthFeaturesConfig.json +2 -2
- package/json-schema/api/AuthProvider.json +2 -2
- package/json-schema/api/AuthProviderInfo.json +2 -2
- package/json-schema/api/AutomationApiErrorCode.json +2 -2
- package/json-schema/api/AutomationFlowPathParams.json +2 -2
- package/json-schema/api/AutomationRunPathParams.json +2 -2
- package/json-schema/api/AutomationTriggerRequest.json +2 -2
- package/json-schema/api/AutomationTriggerResponse.json +2 -2
- package/json-schema/api/BasePresence.json +2 -2
- package/json-schema/api/BaseResponse.json +2 -2
- package/json-schema/api/BatchConfig.json +2 -2
- package/json-schema/api/BatchDataRequest.json +2 -2
- package/json-schema/api/BatchDataResponse.json +2 -2
- package/json-schema/api/BatchEndpointsConfig.json +2 -2
- package/json-schema/api/BatchLoadingStrategy.json +2 -2
- package/json-schema/api/BatchOperationResult.json +2 -2
- package/json-schema/api/BatchOperationType.json +2 -2
- package/json-schema/api/BatchOptions.json +2 -2
- package/json-schema/api/BatchRecord.json +2 -2
- package/json-schema/api/BatchUpdateRequest.json +2 -2
- package/json-schema/api/BatchUpdateResponse.json +2 -2
- package/json-schema/api/BulkRequest.json +2 -2
- package/json-schema/api/BulkResponse.json +2 -2
- package/json-schema/api/CacheControl.json +2 -2
- package/json-schema/api/CacheDirective.json +2 -2
- package/json-schema/api/CacheInvalidationRequest.json +2 -2
- package/json-schema/api/CacheInvalidationResponse.json +2 -2
- package/json-schema/api/CacheInvalidationTarget.json +2 -2
- package/json-schema/api/Callback.json +2 -2
- package/json-schema/api/ChangelogEntry.json +2 -2
- package/json-schema/api/CheckPermissionRequest.json +2 -2
- package/json-schema/api/CheckPermissionResponse.json +2 -2
- package/json-schema/api/CodeGenerationTemplate.json +2 -2
- package/json-schema/api/CompleteChunkedUploadRequest.json +2 -2
- package/json-schema/api/CompleteChunkedUploadResponse.json +2 -2
- package/json-schema/api/CompleteUploadRequest.json +2 -2
- package/json-schema/api/ConceptListResponse.json +2 -2
- package/json-schema/api/ConflictResolutionStrategy.json +2 -2
- package/json-schema/api/CreateDataRequest.json +2 -2
- package/json-schema/api/CreateDataResponse.json +2 -2
- package/json-schema/api/CreateExportJobRequest.json +2 -2
- package/json-schema/api/CreateExportJobResponse.json +2 -2
- package/json-schema/api/CreateFeedItemRequest.json +2 -2
- package/json-schema/api/CreateFeedItemResponse.json +2 -2
- package/json-schema/api/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/DataEvent.json +2 -2
- package/json-schema/api/DataEventType.json +2 -2
- package/json-schema/api/DataLoaderConfig.json +2 -2
- package/json-schema/api/DeduplicationStrategy.json +2 -2
- package/json-schema/api/DeleteDataRequest.json +2 -2
- package/json-schema/api/DeleteDataResponse.json +2 -2
- package/json-schema/api/DeleteFeedItemRequest.json +2 -2
- package/json-schema/api/DeleteFeedItemResponse.json +2 -2
- package/json-schema/api/DeleteFlowRequest.json +2 -2
- package/json-schema/api/DeleteFlowResponse.json +2 -2
- package/json-schema/api/DeleteManyDataRequest.json +2 -2
- package/json-schema/api/DeleteManyDataResponse.json +2 -2
- package/json-schema/api/DeleteManyRequest.json +2 -2
- package/json-schema/api/DeleteMetaItemRequest.json +2 -2
- package/json-schema/api/DeleteMetaItemResponse.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/DeviceRequestResponse.json +2 -2
- package/json-schema/api/DeviceTokenResponse.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/DispatcherErrorCode.json +2 -2
- package/json-schema/api/DispatcherErrorResponse.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/EmailPasswordConfigPublic.json +2 -2
- package/json-schema/api/EnablePackageRequest.json +2 -2
- package/json-schema/api/EnablePackageResponse.json +2 -2
- package/json-schema/api/EndpointRegistry.json +2 -2
- package/json-schema/api/EnhancedApiError.json +2 -2
- package/json-schema/api/ErrorCategory.json +2 -2
- package/json-schema/api/ErrorHandlingConfig.json +2 -2
- package/json-schema/api/ErrorMessage.json +2 -2
- package/json-schema/api/ErrorResponse.json +2 -2
- package/json-schema/api/EventFilter.json +2 -2
- package/json-schema/api/EventFilterCondition.json +2 -2
- package/json-schema/api/EventMessage.json +2 -2
- package/json-schema/api/EventPattern.json +2 -2
- package/json-schema/api/EventSubscription.json +2 -2
- package/json-schema/api/ExportFormat.json +2 -2
- package/json-schema/api/ExportImportTemplate.json +2 -2
- package/json-schema/api/ExportJobProgress.json +2 -2
- package/json-schema/api/ExportJobStatus.json +2 -2
- package/json-schema/api/ExportJobSummary.json +2 -2
- package/json-schema/api/ExportRequest.json +2 -2
- package/json-schema/api/FederationEntity.json +2 -2
- package/json-schema/api/FederationEntityKey.json +2 -2
- package/json-schema/api/FederationExternalField.json +2 -2
- package/json-schema/api/FederationGateway.json +2 -2
- package/json-schema/api/FederationProvides.json +2 -2
- package/json-schema/api/FederationRequires.json +2 -2
- package/json-schema/api/FeedApiErrorCode.json +2 -2
- package/json-schema/api/FeedItemPathParams.json +2 -2
- package/json-schema/api/FeedListFilterType.json +2 -2
- package/json-schema/api/FeedPathParams.json +2 -2
- package/json-schema/api/FeedUnsubscribeRequest.json +2 -2
- package/json-schema/api/FieldError.json +2 -2
- package/json-schema/api/FieldMappingEntry.json +2 -2
- package/json-schema/api/FileTypeValidation.json +2 -2
- package/json-schema/api/FileUploadResponse.json +2 -2
- package/json-schema/api/FilterOperator.json +2 -2
- package/json-schema/api/FindDataRequest.json +2 -2
- package/json-schema/api/FindDataResponse.json +2 -2
- package/json-schema/api/FlowSummary.json +2 -2
- package/json-schema/api/GeneratedApiDocumentation.json +2 -2
- package/json-schema/api/GeneratedEndpoint.json +2 -2
- package/json-schema/api/GetAnalyticsMetaRequest.json +2 -2
- package/json-schema/api/GetAuthConfigResponse.json +2 -2
- package/json-schema/api/GetChangelogRequest.json +2 -2
- package/json-schema/api/GetChangelogResponse.json +2 -2
- package/json-schema/api/GetDataRequest.json +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +2 -2
- package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
- package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
- package/json-schema/api/GetExportJobDownloadRequest.json +2 -2
- package/json-schema/api/GetExportJobDownloadResponse.json +2 -2
- package/json-schema/api/GetFeedRequest.json +2 -2
- package/json-schema/api/GetFeedResponse.json +2 -2
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetFlowRequest.json +2 -2
- package/json-schema/api/GetInstalledPackageRequest.json +2 -2
- package/json-schema/api/GetInstalledPackageResponse.json +2 -2
- package/json-schema/api/GetLocalesRequest.json +2 -2
- package/json-schema/api/GetLocalesResponse.json +2 -2
- package/json-schema/api/GetMetaItemCachedRequest.json +2 -2
- package/json-schema/api/GetMetaItemCachedResponse.json +2 -2
- package/json-schema/api/GetMetaItemRequest.json +2 -2
- package/json-schema/api/GetMetaItemResponse.json +2 -2
- package/json-schema/api/GetMetaItemsRequest.json +2 -2
- package/json-schema/api/GetMetaItemsResponse.json +2 -2
- package/json-schema/api/GetMetaTypesRequest.json +2 -2
- package/json-schema/api/GetMetaTypesResponse.json +90 -2
- package/json-schema/api/GetNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/GetNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/GetObjectPermissionsRequest.json +2 -2
- package/json-schema/api/GetObjectPermissionsResponse.json +2 -2
- package/json-schema/api/GetPackageRequest.json +2 -2
- package/json-schema/api/GetPackageResponse.json +2 -2
- package/json-schema/api/GetPresenceRequest.json +2 -2
- package/json-schema/api/GetPresenceResponse.json +2 -2
- package/json-schema/api/GetPresignedUrlRequest.json +2 -2
- package/json-schema/api/GetRunRequest.json +2 -2
- package/json-schema/api/GetRunResponse.json +2 -2
- package/json-schema/api/GetTranslationsRequest.json +2 -2
- package/json-schema/api/GetTranslationsResponse.json +2 -2
- package/json-schema/api/GetUiViewRequest.json +2 -2
- package/json-schema/api/GetViewRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateResponse.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/GraphQLQueryDepthLimit.json +2 -2
- package/json-schema/api/GraphQLRateLimit.json +2 -2
- package/json-schema/api/GraphQLScalarType.json +2 -2
- package/json-schema/api/GraphQLSubscriptionConfig.json +2 -2
- package/json-schema/api/GraphQLTypeConfig.json +2 -2
- package/json-schema/api/HandlerStatus.json +2 -2
- package/json-schema/api/HttpFindQueryParams.json +2 -2
- package/json-schema/api/HttpMethod.json +2 -2
- package/json-schema/api/HttpStatusCode.json +2 -2
- package/json-schema/api/IdRequest.json +2 -2
- package/json-schema/api/ImportValidationConfig.json +2 -2
- package/json-schema/api/ImportValidationMode.json +2 -2
- package/json-schema/api/ImportValidationResult.json +2 -2
- package/json-schema/api/InitiateChunkedUploadRequest.json +2 -2
- package/json-schema/api/InitiateChunkedUploadResponse.json +2 -2
- package/json-schema/api/InstallPackageRequest.json +2 -2
- package/json-schema/api/InstallPackageResponse.json +2 -2
- package/json-schema/api/ListExportJobsRequest.json +2 -2
- package/json-schema/api/ListExportJobsResponse.json +2 -2
- package/json-schema/api/ListFlowsRequest.json +2 -2
- package/json-schema/api/ListFlowsResponse.json +2 -2
- package/json-schema/api/ListInstalledPackagesRequest.json +2 -2
- package/json-schema/api/ListInstalledPackagesResponse.json +2 -2
- package/json-schema/api/ListNotificationsRequest.json +2 -2
- package/json-schema/api/ListNotificationsResponse.json +2 -2
- package/json-schema/api/ListPackagesRequest.json +2 -2
- package/json-schema/api/ListPackagesResponse.json +2 -2
- package/json-schema/api/ListRecordResponse.json +2 -2
- package/json-schema/api/ListRunsRequest.json +2 -2
- package/json-schema/api/ListRunsResponse.json +2 -2
- package/json-schema/api/ListViewsRequest.json +2 -2
- package/json-schema/api/LoginRequest.json +2 -2
- package/json-schema/api/LoginType.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadResponse.json +2 -2
- package/json-schema/api/MarkNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkNotificationsReadResponse.json +2 -2
- package/json-schema/api/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/api/MetadataBulkResponse.json +2 -2
- package/json-schema/api/MetadataBulkUnregisterRequest.json +2 -2
- package/json-schema/api/MetadataCacheRequest.json +2 -2
- package/json-schema/api/MetadataCacheResponse.json +2 -2
- package/json-schema/api/MetadataDeleteResponse.json +2 -2
- package/json-schema/api/MetadataDependenciesResponse.json +2 -2
- package/json-schema/api/MetadataDependentsResponse.json +2 -2
- package/json-schema/api/MetadataEffectiveResponse.json +2 -2
- package/json-schema/api/MetadataEndpointsConfig.json +2 -2
- package/json-schema/api/MetadataEvent.json +2 -2
- package/json-schema/api/MetadataEventType.json +2 -2
- package/json-schema/api/MetadataExistsResponse.json +2 -2
- package/json-schema/api/MetadataExportRequest.json +2 -2
- package/json-schema/api/MetadataExportResponse.json +2 -2
- package/json-schema/api/MetadataImportRequest.json +2 -2
- package/json-schema/api/MetadataImportResponse.json +2 -2
- package/json-schema/api/MetadataItemResponse.json +2 -2
- package/json-schema/api/MetadataListResponse.json +2 -2
- package/json-schema/api/MetadataNamesResponse.json +2 -2
- package/json-schema/api/MetadataOverlayResponse.json +2 -2
- package/json-schema/api/MetadataOverlaySaveRequest.json +2 -2
- package/json-schema/api/MetadataQueryRequest.json +2 -2
- package/json-schema/api/MetadataQueryResponse.json +2 -2
- package/json-schema/api/MetadataRegisterRequest.json +2 -2
- package/json-schema/api/MetadataTypeInfoResponse.json +2 -2
- package/json-schema/api/MetadataTypesResponse.json +2 -2
- package/json-schema/api/MetadataValidateRequest.json +2 -2
- package/json-schema/api/MetadataValidateResponse.json +2 -2
- package/json-schema/api/ModificationResult.json +2 -2
- package/json-schema/api/Notification.json +2 -2
- package/json-schema/api/NotificationPreferences.json +2 -2
- package/json-schema/api/ODataConfig.json +2 -2
- package/json-schema/api/ODataError.json +2 -2
- package/json-schema/api/ODataFilterFunction.json +2 -2
- package/json-schema/api/ODataFilterOperator.json +2 -2
- package/json-schema/api/ODataMetadata.json +2 -2
- package/json-schema/api/ODataQuery.json +2 -2
- package/json-schema/api/ODataQueryAdapter.json +2 -2
- package/json-schema/api/ODataResponse.json +2 -2
- package/json-schema/api/ObjectQLReference.json +2 -2
- package/json-schema/api/OpenApi31Extensions.json +2 -2
- package/json-schema/api/OpenApiGenerationConfig.json +2 -2
- package/json-schema/api/OpenApiSecurityScheme.json +2 -2
- package/json-schema/api/OpenApiServer.json +2 -2
- package/json-schema/api/OpenApiSpec.json +2 -2
- package/json-schema/api/OperatorMapping.json +2 -2
- package/json-schema/api/PackageApiErrorCode.json +2 -2
- package/json-schema/api/PackageInstallRequest.json +2 -2
- package/json-schema/api/PackageInstallResponse.json +2 -2
- package/json-schema/api/PackagePathParams.json +2 -2
- package/json-schema/api/PackageRollbackRequest.json +2 -2
- package/json-schema/api/PackageRollbackResponse.json +2 -2
- package/json-schema/api/PackageUpgradeRequest.json +2 -2
- package/json-schema/api/PackageUpgradeResponse.json +2 -2
- package/json-schema/api/PinFeedItemRequest.json +2 -2
- package/json-schema/api/PinFeedItemResponse.json +2 -2
- package/json-schema/api/PingMessage.json +2 -2
- package/json-schema/api/PongMessage.json +2 -2
- package/json-schema/api/PresenceMessage.json +2 -2
- package/json-schema/api/PresenceState.json +2 -2
- package/json-schema/api/PresenceStatus.json +2 -2
- package/json-schema/api/PresenceUpdate.json +2 -2
- package/json-schema/api/PresignedUrlResponse.json +2 -2
- package/json-schema/api/QueryAdapterConfig.json +2 -2
- package/json-schema/api/QueryAdapterTarget.json +2 -2
- package/json-schema/api/QueryOptimizationConfig.json +2 -2
- package/json-schema/api/RealtimeConfig.json +2 -2
- package/json-schema/api/RealtimeConnectRequest.json +2 -2
- package/json-schema/api/RealtimeConnectResponse.json +2 -2
- package/json-schema/api/RealtimeDisconnectRequest.json +2 -2
- package/json-schema/api/RealtimeDisconnectResponse.json +2 -2
- package/json-schema/api/RealtimeEvent.json +2 -2
- package/json-schema/api/RealtimeEventType.json +2 -2
- package/json-schema/api/RealtimePresence.json +2 -2
- package/json-schema/api/RealtimeRecordAction.json +2 -2
- package/json-schema/api/RealtimeSubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeSubscribeResponse.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeResponse.json +2 -2
- package/json-schema/api/RecordData.json +2 -2
- package/json-schema/api/RefreshTokenRequest.json +2 -2
- package/json-schema/api/RegisterDeviceRequest.json +2 -2
- package/json-schema/api/RegisterDeviceResponse.json +2 -2
- package/json-schema/api/RegisterRequest.json +2 -2
- package/json-schema/api/RemoveReactionRequest.json +2 -2
- package/json-schema/api/RemoveReactionResponse.json +2 -2
- package/json-schema/api/RequestValidationConfig.json +2 -2
- package/json-schema/api/ResolveDependenciesRequest.json +2 -2
- package/json-schema/api/ResolveDependenciesResponse.json +2 -2
- package/json-schema/api/ResponseEnvelopeConfig.json +2 -2
- package/json-schema/api/RestApiConfig.json +2 -2
- package/json-schema/api/RestApiEndpoint.json +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/RouteCoverageEntry.json +2 -2
- package/json-schema/api/RouteCoverageReport.json +2 -2
- package/json-schema/api/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.json +2 -2
- package/json-schema/api/RouteHealthEntry.json +2 -2
- package/json-schema/api/RouteHealthReport.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/ScheduleExportResponse.json +2 -2
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/SearchFeedRequest.json +2 -2
- package/json-schema/api/SearchFeedResponse.json +2 -2
- package/json-schema/api/ServiceInfo.json +2 -2
- package/json-schema/api/ServiceStatus.json +2 -2
- package/json-schema/api/Session.json +2 -2
- package/json-schema/api/SessionResponse.json +2 -2
- package/json-schema/api/SessionUser.json +2 -2
- package/json-schema/api/SetPresenceRequest.json +2 -2
- package/json-schema/api/SetPresenceResponse.json +2 -2
- package/json-schema/api/SimpleCursorPosition.json +2 -2
- package/json-schema/api/SimplePresenceState.json +2 -2
- package/json-schema/api/SingleRecordResponse.json +2 -2
- package/json-schema/api/StandardErrorCode.json +2 -2
- package/json-schema/api/StarFeedItemRequest.json +2 -2
- package/json-schema/api/StarFeedItemResponse.json +2 -2
- package/json-schema/api/SubgraphConfig.json +2 -2
- package/json-schema/api/SubscribeMessage.json +2 -2
- package/json-schema/api/SubscribeRequest.json +2 -2
- package/json-schema/api/SubscribeResponse.json +2 -2
- package/json-schema/api/Subscription.json +2 -2
- package/json-schema/api/SubscriptionEvent.json +2 -2
- package/json-schema/api/ToggleFlowRequest.json +2 -2
- package/json-schema/api/ToggleFlowResponse.json +2 -2
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/TriggerFlowRequest.json +2 -2
- package/json-schema/api/TriggerFlowResponse.json +2 -2
- package/json-schema/api/UninstallPackageApiRequest.json +2 -2
- package/json-schema/api/UninstallPackageApiResponse.json +2 -2
- package/json-schema/api/UninstallPackageRequest.json +2 -2
- package/json-schema/api/UninstallPackageResponse.json +2 -2
- package/json-schema/api/UnpinFeedItemRequest.json +2 -2
- package/json-schema/api/UnpinFeedItemResponse.json +2 -2
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnstarFeedItemRequest.json +2 -2
- package/json-schema/api/UnstarFeedItemResponse.json +2 -2
- package/json-schema/api/UnsubscribeMessage.json +2 -2
- package/json-schema/api/UnsubscribeRequest.json +2 -2
- package/json-schema/api/UnsubscribeResponse.json +2 -2
- package/json-schema/api/UpdateDataRequest.json +2 -2
- package/json-schema/api/UpdateDataResponse.json +2 -2
- package/json-schema/api/UpdateFeedItemRequest.json +2 -2
- package/json-schema/api/UpdateFeedItemResponse.json +2 -2
- package/json-schema/api/UpdateManyDataRequest.json +2 -2
- package/json-schema/api/UpdateManyDataResponse.json +2 -2
- package/json-schema/api/UpdateManyRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/UpdateRequest.json +2 -2
- package/json-schema/api/UploadArtifactRequest.json +2 -2
- package/json-schema/api/UploadArtifactResponse.json +2 -2
- package/json-schema/api/UploadChunkRequest.json +2 -2
- package/json-schema/api/UploadChunkResponse.json +2 -2
- package/json-schema/api/UploadProgress.json +2 -2
- package/json-schema/api/UserProfileResponse.json +2 -2
- package/json-schema/api/ValidationMode.json +2 -2
- package/json-schema/api/VersionDefinition.json +2 -2
- package/json-schema/api/VersionNegotiationResponse.json +2 -2
- package/json-schema/api/VersionStatus.json +2 -2
- package/json-schema/api/VersioningConfig.json +2 -2
- package/json-schema/api/VersioningStrategy.json +2 -2
- package/json-schema/api/WebSocketConfig.json +2 -2
- package/json-schema/api/WebSocketEvent.json +2 -2
- package/json-schema/api/WebSocketMessage.json +2 -2
- package/json-schema/api/WebSocketMessageType.json +2 -2
- package/json-schema/api/WebSocketPresenceStatus.json +2 -2
- package/json-schema/api/WebSocketServerConfig.json +2 -2
- package/json-schema/api/WebhookConfig.json +2 -2
- package/json-schema/api/WebhookEvent.json +2 -2
- package/json-schema/api/WellKnownCapabilities.json +2 -2
- package/json-schema/api/WorkflowApproveRequest.json +2 -2
- package/json-schema/api/WorkflowApproveResponse.json +2 -2
- package/json-schema/api/WorkflowRejectRequest.json +2 -2
- package/json-schema/api/WorkflowRejectResponse.json +2 -2
- package/json-schema/api/WorkflowState.json +2 -2
- package/json-schema/api/WorkflowTransitionRequest.json +2 -2
- package/json-schema/api/WorkflowTransitionResponse.json +2 -2
- package/json-schema/automation/ActionRef.json +2 -2
- package/json-schema/automation/ApprovalAction.json +2 -2
- package/json-schema/automation/ApprovalActionType.json +2 -2
- package/json-schema/automation/ApproverType.json +2 -2
- package/json-schema/automation/AuthField.json +2 -2
- package/json-schema/automation/Authentication.json +2 -2
- package/json-schema/automation/AuthenticationType.json +2 -2
- package/json-schema/automation/BpmnDiagnostic.json +2 -2
- package/json-schema/automation/BpmnElementMapping.json +2 -2
- package/json-schema/automation/BpmnExportOptions.json +2 -2
- package/json-schema/automation/BpmnImportOptions.json +2 -2
- package/json-schema/automation/BpmnInteropResult.json +2 -2
- package/json-schema/automation/BpmnUnmappedStrategy.json +2 -2
- package/json-schema/automation/BpmnVersion.json +2 -2
- package/json-schema/automation/Checkpoint.json +2 -2
- package/json-schema/automation/ConcurrencyPolicy.json +2 -2
- package/json-schema/automation/ConflictResolution.json +2 -2
- package/json-schema/automation/Connector.json +2 -2
- package/json-schema/automation/ConnectorActionRef.json +2 -2
- package/json-schema/automation/ConnectorCategory.json +2 -2
- package/json-schema/automation/ConnectorInstance.json +2 -2
- package/json-schema/automation/ConnectorOperation.json +2 -2
- package/json-schema/automation/ConnectorTrigger.json +2 -2
- package/json-schema/automation/CustomScriptAction.json +2 -2
- package/json-schema/automation/DataSourceConfig.json +2 -2
- package/json-schema/automation/ETLDestination.json +2 -2
- package/json-schema/automation/ETLEndpointType.json +2 -2
- package/json-schema/automation/ETLPipelineRun.json +2 -2
- package/json-schema/automation/ETLRunStatus.json +2 -2
- package/json-schema/automation/ETLSource.json +2 -2
- package/json-schema/automation/ETLSyncMode.json +2 -2
- package/json-schema/automation/ETLTransformation.json +2 -2
- package/json-schema/automation/ETLTransformationType.json +2 -2
- package/json-schema/automation/EmailAlertAction.json +2 -2
- package/json-schema/automation/Event.json +2 -2
- package/json-schema/automation/ExecutionError.json +2 -2
- package/json-schema/automation/ExecutionErrorSeverity.json +2 -2
- package/json-schema/automation/ExecutionLog.json +2 -2
- package/json-schema/automation/ExecutionStatus.json +2 -2
- package/json-schema/automation/ExecutionStepLog.json +2 -2
- package/json-schema/automation/FieldUpdateAction.json +2 -2
- package/json-schema/automation/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/NodeExecutorDescriptor.json +2 -2
- package/json-schema/automation/OAuth2Config.json +2 -2
- package/json-schema/automation/OperationParameter.json +2 -2
- package/json-schema/automation/OperationType.json +2 -2
- package/json-schema/automation/PushNotificationAction.json +2 -2
- package/json-schema/automation/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/Transition.json +2 -2
- package/json-schema/automation/WaitEventType.json +2 -2
- package/json-schema/automation/WaitExecutorConfig.json +2 -2
- package/json-schema/automation/WaitResumePayload.json +2 -2
- package/json-schema/automation/WaitTimeoutBehavior.json +2 -2
- package/json-schema/automation/Webhook.json +2 -2
- package/json-schema/automation/WebhookReceiver.json +2 -2
- package/json-schema/automation/WebhookTriggerType.json +2 -2
- package/json-schema/automation/WorkflowTriggerType.json +2 -2
- package/json-schema/cloud/AnalyticsTimeRange.json +2 -2
- package/json-schema/cloud/AppDiscoveryRequest.json +2 -2
- package/json-schema/cloud/AppDiscoveryResponse.json +2 -2
- package/json-schema/cloud/AppSubscription.json +2 -2
- package/json-schema/cloud/ArtifactDownloadResponse.json +2 -2
- package/json-schema/cloud/ArtifactReference.json +2 -2
- package/json-schema/cloud/CreateListingRequest.json +2 -2
- package/json-schema/cloud/CreatePackageRequest.json +48 -2
- package/json-schema/cloud/CreatePackageVersionRequest.json +2 -2
- package/json-schema/cloud/CuratedCollection.json +2 -2
- package/json-schema/cloud/Environment.json +2 -2
- package/json-schema/cloud/EnvironmentCredential.json +2 -2
- package/json-schema/cloud/EnvironmentCredentialStatus.json +2 -2
- package/json-schema/cloud/EnvironmentDriver.json +2 -2
- package/json-schema/cloud/EnvironmentMember.json +2 -2
- package/json-schema/cloud/EnvironmentPackageInstallation.json +2 -2
- package/json-schema/cloud/EnvironmentPackageStatus.json +2 -2
- package/json-schema/cloud/EnvironmentRole.json +2 -2
- package/json-schema/cloud/EnvironmentStatus.json +2 -2
- package/json-schema/cloud/EnvironmentType.json +2 -2
- package/json-schema/cloud/EnvironmentVisibility.json +2 -2
- package/json-schema/cloud/FeaturedListing.json +2 -2
- package/json-schema/cloud/InstallPackageToEnvironmentRequest.json +2 -2
- package/json-schema/cloud/InstalledAppSummary.json +2 -2
- package/json-schema/cloud/ListEnvironmentPackagesResponse.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 +48 -2
- package/json-schema/cloud/MarketplaceSearchRequest.json +2 -2
- package/json-schema/cloud/MarketplaceSearchResponse.json +48 -2
- package/json-schema/cloud/Package.json +48 -2
- package/json-schema/cloud/PackageCategory.json +2 -2
- package/json-schema/cloud/PackageDependency.json +2 -2
- package/json-schema/cloud/PackageInstallation.json +2 -2
- package/json-schema/cloud/PackageInstallationStatus.json +2 -2
- package/json-schema/cloud/PackageLocale.json +8 -0
- package/json-schema/cloud/PackageManifest.json +2 -2
- package/json-schema/cloud/PackagePublisher.json +2 -2
- package/json-schema/cloud/PackageSubmission.json +2 -2
- package/json-schema/cloud/PackageTranslation.json +40 -0
- package/json-schema/cloud/PackageTranslations.json +49 -0
- package/json-schema/cloud/PackageVersion.json +2 -2
- package/json-schema/cloud/PackageVersionStatus.json +2 -2
- package/json-schema/cloud/PackageVisibility.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/ProvisionEnvironmentRequest.json +2 -2
- package/json-schema/cloud/ProvisionEnvironmentResponse.json +2 -2
- package/json-schema/cloud/ProvisionOrganizationRequest.json +2 -2
- package/json-schema/cloud/ProvisionOrganizationResponse.json +2 -2
- package/json-schema/cloud/ProvisionTenantRequest.json +2 -2
- package/json-schema/cloud/ProvisionTenantResponse.json +2 -2
- package/json-schema/cloud/PublishPackageVersionRequest.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/RollbackEnvironmentPackageRequest.json +2 -2
- package/json-schema/cloud/Sha256Digest.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/TemplateManifest.json +48 -2
- package/json-schema/cloud/TenantContext.json +2 -2
- package/json-schema/cloud/TenantDatabase.json +2 -2
- package/json-schema/cloud/TenantDatabaseStatus.json +2 -2
- package/json-schema/cloud/TenantIdentificationSource.json +2 -2
- package/json-schema/cloud/TenantPlan.json +2 -2
- package/json-schema/cloud/TenantRoutingConfig.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/UpdatePackageRequest.json +48 -2
- package/json-schema/cloud/UpdatePackageVersionRequest.json +2 -2
- package/json-schema/cloud/UpgradeEnvironmentPackageRequest.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/ConsistencyLevel.json +2 -2
- package/json-schema/data/Cube.json +2 -2
- package/json-schema/data/CubeJoin.json +2 -2
- package/json-schema/data/CurrencyConfig.json +2 -2
- package/json-schema/data/CurrencyValue.json +2 -2
- package/json-schema/data/CustomValidator.json +2 -2
- package/json-schema/data/DataEngineAggregateOptions.json +2 -2
- package/json-schema/data/DataEngineAggregateRequest.json +2 -2
- package/json-schema/data/DataEngineBatchRequest.json +2 -2
- package/json-schema/data/DataEngineCountOptions.json +2 -2
- package/json-schema/data/DataEngineCountRequest.json +2 -2
- package/json-schema/data/DataEngineDeleteOptions.json +2 -2
- package/json-schema/data/DataEngineDeleteRequest.json +2 -2
- package/json-schema/data/DataEngineExecuteRequest.json +2 -2
- package/json-schema/data/DataEngineFilter.json +2 -2
- package/json-schema/data/DataEngineFindOneRequest.json +2 -2
- package/json-schema/data/DataEngineFindRequest.json +2 -2
- package/json-schema/data/DataEngineInsertOptions.json +2 -2
- package/json-schema/data/DataEngineInsertRequest.json +2 -2
- package/json-schema/data/DataEngineQueryOptions.json +2 -2
- package/json-schema/data/DataEngineRequest.json +2 -2
- package/json-schema/data/DataEngineSort.json +2 -2
- package/json-schema/data/DataEngineUpdateOptions.json +2 -2
- package/json-schema/data/DataEngineUpdateRequest.json +2 -2
- package/json-schema/data/DataEngineVectorFindRequest.json +2 -2
- package/json-schema/data/DataQualityRules.json +2 -2
- package/json-schema/data/DataTypeMapping.json +2 -2
- package/json-schema/data/Dataset.json +2 -2
- package/json-schema/data/DatasetLoadResult.json +2 -2
- package/json-schema/data/DatasetMode.json +2 -2
- package/json-schema/data/Datasource.json +2 -2
- package/json-schema/data/DatasourceCapabilities.json +2 -2
- package/json-schema/data/DateGranularity.json +2 -2
- package/json-schema/data/DateMacroPlaceholder.json +2 -2
- package/json-schema/data/DateMacroToken.json +2 -2
- package/json-schema/data/Dimension.json +2 -2
- package/json-schema/data/DimensionType.json +2 -2
- package/json-schema/data/Document.json +2 -2
- package/json-schema/data/DocumentTemplate.json +2 -2
- package/json-schema/data/DocumentValidationSchema.json +2 -2
- package/json-schema/data/DocumentVersion.json +2 -2
- package/json-schema/data/DriverCapabilities.json +2 -2
- package/json-schema/data/DriverConfig.json +2 -2
- package/json-schema/data/DriverDefinition.json +2 -2
- package/json-schema/data/DriverOptions.json +2 -2
- package/json-schema/data/DriverType.json +2 -2
- package/json-schema/data/ESignatureConfig.json +2 -2
- package/json-schema/data/EngineAggregateOptions.json +2 -2
- package/json-schema/data/EngineCountOptions.json +2 -2
- package/json-schema/data/EngineDeleteOptions.json +2 -2
- package/json-schema/data/EngineQueryOptions.json +2 -2
- package/json-schema/data/EngineUpdateOptions.json +2 -2
- package/json-schema/data/EqualityOperator.json +2 -2
- package/json-schema/data/ExpressionBody.json +2 -2
- package/json-schema/data/ExternalDataSource.json +2 -2
- package/json-schema/data/FeedActor.json +2 -2
- package/json-schema/data/FeedFilterMode.json +2 -2
- package/json-schema/data/FeedItem.json +2 -2
- package/json-schema/data/FeedItemType.json +2 -2
- package/json-schema/data/FeedVisibility.json +2 -2
- package/json-schema/data/FieldChangeEntry.json +2 -2
- package/json-schema/data/FieldMapping.json +2 -2
- package/json-schema/data/FieldNode.json +2 -2
- package/json-schema/data/FieldReference.json +2 -2
- package/json-schema/data/FieldType.json +4 -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/GroupByNode.json +2 -2
- package/json-schema/data/HookBody.json +2 -2
- package/json-schema/data/HookBodyCapability.json +2 -2
- package/json-schema/data/HookContext.json +2 -2
- package/json-schema/data/HookEvent.json +2 -2
- package/json-schema/data/Index.json +2 -2
- package/json-schema/data/JSONValidation.json +2 -2
- package/json-schema/data/JoinNode.json +2 -2
- package/json-schema/data/JoinStrategy.json +2 -2
- package/json-schema/data/JoinType.json +2 -2
- package/json-schema/data/LocationCoordinates.json +2 -2
- package/json-schema/data/Mapping.json +2 -2
- package/json-schema/data/Mention.json +2 -2
- package/json-schema/data/Metric.json +2 -2
- package/json-schema/data/NoSQLDataTypeMapping.json +2 -2
- package/json-schema/data/NoSQLDatabaseType.json +2 -2
- package/json-schema/data/NoSQLDriverConfig.json +2 -2
- package/json-schema/data/NoSQLIndex.json +2 -2
- package/json-schema/data/NoSQLIndexType.json +2 -2
- package/json-schema/data/NoSQLOperationType.json +2 -2
- package/json-schema/data/NoSQLQueryOptions.json +2 -2
- package/json-schema/data/NoSQLTransactionOptions.json +2 -2
- package/json-schema/data/NotificationChannel.json +2 -2
- package/json-schema/data/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectDependencyGraph.json +2 -2
- package/json-schema/data/ObjectDependencyNode.json +2 -2
- package/json-schema/data/ObjectOwnershipEnum.json +2 -2
- package/json-schema/data/PartitioningConfig.json +2 -2
- package/json-schema/data/PoolConfig.json +2 -2
- package/json-schema/data/Query.json +2 -2
- package/json-schema/data/QueryFilter.json +2 -2
- package/json-schema/data/Reaction.json +2 -2
- package/json-schema/data/RecordSubscription.json +2 -2
- package/json-schema/data/ReferenceResolution.json +2 -2
- package/json-schema/data/ReferenceResolutionError.json +2 -2
- package/json-schema/data/ReplicationConfig.json +2 -2
- package/json-schema/data/SQLDialect.json +2 -2
- package/json-schema/data/SQLDriverConfig.json +2 -2
- package/json-schema/data/SSLConfig.json +2 -2
- package/json-schema/data/ScriptBody.json +2 -2
- package/json-schema/data/SearchConfig.json +2 -2
- package/json-schema/data/SeedLoaderConfig.json +2 -2
- package/json-schema/data/SeedLoaderRequest.json +2 -2
- package/json-schema/data/SeedLoaderResult.json +2 -2
- package/json-schema/data/SelectOption.json +2 -2
- package/json-schema/data/SetOperator.json +2 -2
- package/json-schema/data/ShardingConfig.json +2 -2
- package/json-schema/data/SoftDeleteConfig.json +2 -2
- package/json-schema/data/SortNode.json +2 -2
- package/json-schema/data/SpecialOperator.json +2 -2
- package/json-schema/data/StateMachineValidation.json +2 -2
- package/json-schema/data/StringOperator.json +2 -2
- package/json-schema/data/SubscriptionEventType.json +2 -2
- package/json-schema/data/TenancyConfig.json +2 -2
- package/json-schema/data/TenantDatabaseLifecycle.json +2 -2
- package/json-schema/data/TenantResolverStrategy.json +2 -2
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/TursoGroup.json +2 -2
- package/json-schema/data/TursoMultiTenantConfig.json +2 -2
- package/json-schema/data/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/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/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.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/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.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/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.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/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/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/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/ArtifactChecksum.json +2 -2
- package/json-schema/kernel/ArtifactFileEntry.json +2 -2
- package/json-schema/kernel/ArtifactSignature.json +2 -2
- package/json-schema/kernel/BreakingChange.json +2 -2
- package/json-schema/kernel/CLICommandContribution.json +2 -2
- package/json-schema/kernel/CapabilityConformanceLevel.json +2 -2
- package/json-schema/kernel/ClusterCapabilityConfig.json +2 -2
- package/json-schema/kernel/ClusterDriver.json +2 -2
- package/json-schema/kernel/ClusterTenantIsolation.json +2 -2
- package/json-schema/kernel/CompatibilityLevel.json +2 -2
- package/json-schema/kernel/CompatibilityMatrixEntry.json +2 -2
- package/json-schema/kernel/CustomizationOrigin.json +2 -2
- package/json-schema/kernel/CustomizationPolicy.json +2 -2
- package/json-schema/kernel/DeadLetterQueueEntry.json +2 -2
- package/json-schema/kernel/DependencyConflict.json +2 -2
- package/json-schema/kernel/DependencyGraph.json +2 -2
- package/json-schema/kernel/DependencyGraphNode.json +2 -2
- package/json-schema/kernel/DependencyResolutionResult.json +2 -2
- package/json-schema/kernel/DependencyStatusEnum.json +2 -2
- package/json-schema/kernel/DeprecationNotice.json +2 -2
- package/json-schema/kernel/DevFixtureConfig.json +2 -2
- package/json-schema/kernel/DevPluginConfig.json +2 -2
- package/json-schema/kernel/DevPluginPreset.json +2 -2
- package/json-schema/kernel/DevServiceOverride.json +2 -2
- package/json-schema/kernel/DevToolsConfig.json +2 -2
- package/json-schema/kernel/DisablePackageRequest.json +2 -2
- package/json-schema/kernel/DisablePackageResponse.json +2 -2
- package/json-schema/kernel/DistributedStateConfig.json +2 -2
- package/json-schema/kernel/DynamicLoadRequest.json +2 -2
- package/json-schema/kernel/DynamicLoadingConfig.json +2 -2
- package/json-schema/kernel/DynamicPluginOperation.json +2 -2
- package/json-schema/kernel/DynamicPluginResult.json +2 -2
- package/json-schema/kernel/DynamicUnloadRequest.json +2 -2
- package/json-schema/kernel/EnablePackageRequest.json +2 -2
- package/json-schema/kernel/EnablePackageResponse.json +2 -2
- package/json-schema/kernel/Event.json +2 -2
- package/json-schema/kernel/EventBusConfig.json +2 -2
- package/json-schema/kernel/EventClusterOptions.json +2 -2
- package/json-schema/kernel/EventDeliverySemantics.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/EventScope.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/FeatureStrategy.json +2 -2
- package/json-schema/kernel/FieldChange.json +2 -2
- package/json-schema/kernel/GetPackageRequest.json +2 -2
- package/json-schema/kernel/GetPackageResponse.json +2 -2
- package/json-schema/kernel/GracefulDegradation.json +2 -2
- package/json-schema/kernel/HealthStatus.json +2 -2
- package/json-schema/kernel/HookRegisteredEvent.json +2 -2
- package/json-schema/kernel/HookTriggeredEvent.json +2 -2
- package/json-schema/kernel/HotReloadConfig.json +2 -2
- package/json-schema/kernel/InstallPackageRequest.json +2 -2
- package/json-schema/kernel/InstallPackageResponse.json +2 -2
- package/json-schema/kernel/InstalledPackage.json +2 -2
- package/json-schema/kernel/KernelContext.json +2 -2
- package/json-schema/kernel/KernelEventBase.json +2 -2
- package/json-schema/kernel/KernelReadyEvent.json +2 -2
- package/json-schema/kernel/KernelSecurityPolicy.json +2 -2
- package/json-schema/kernel/KernelSecurityScanResult.json +2 -2
- package/json-schema/kernel/KernelSecurityVulnerability.json +2 -2
- package/json-schema/kernel/KernelShutdownEvent.json +2 -2
- package/json-schema/kernel/ListPackagesRequest.json +2 -2
- package/json-schema/kernel/ListPackagesResponse.json +2 -2
- package/json-schema/kernel/Manifest.json +2 -2
- package/json-schema/kernel/MergeConflict.json +2 -2
- package/json-schema/kernel/MergeResult.json +2 -2
- package/json-schema/kernel/MergeStrategyConfig.json +2 -2
- package/json-schema/kernel/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/kernel/MetadataBulkResult.json +2 -2
- package/json-schema/kernel/MetadataCategoryEnum.json +2 -2
- package/json-schema/kernel/MetadataChangeOperation.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/MetadataFallbackStrategy.json +2 -2
- package/json-schema/kernel/MetadataFormat.json +2 -2
- package/json-schema/kernel/MetadataImportOptions.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/NamespaceConflictError.json +2 -2
- package/json-schema/kernel/NamespaceRegistryEntry.json +2 -2
- package/json-schema/kernel/OclifPluginConfig.json +2 -2
- package/json-schema/kernel/OpsDomainModule.json +2 -2
- package/json-schema/kernel/OpsFilePath.json +2 -2
- package/json-schema/kernel/OpsPluginStructure.json +2 -2
- package/json-schema/kernel/PackageArtifact.json +2 -2
- package/json-schema/kernel/PackageDependency.json +2 -2
- package/json-schema/kernel/PackageDependencyConflict.json +2 -2
- package/json-schema/kernel/PackageDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PackageStatusEnum.json +2 -2
- package/json-schema/kernel/PermissionAction.json +2 -2
- package/json-schema/kernel/PermissionScope.json +2 -2
- package/json-schema/kernel/PluginCaching.json +2 -2
- package/json-schema/kernel/PluginCapability.json +2 -2
- package/json-schema/kernel/PluginCapabilityManifest.json +2 -2
- package/json-schema/kernel/PluginCodeSplitting.json +2 -2
- package/json-schema/kernel/PluginCompatibilityMatrix.json +2 -2
- package/json-schema/kernel/PluginDependency.json +2 -2
- package/json-schema/kernel/PluginDependencyResolution.json +2 -2
- package/json-schema/kernel/PluginDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PluginDiscoveryConfig.json +2 -2
- package/json-schema/kernel/PluginDiscoverySource.json +2 -2
- package/json-schema/kernel/PluginDynamicImport.json +2 -2
- package/json-schema/kernel/PluginErrorEvent.json +2 -2
- package/json-schema/kernel/PluginEventBase.json +2 -2
- package/json-schema/kernel/PluginHealthCheck.json +2 -2
- package/json-schema/kernel/PluginHealthReport.json +2 -2
- package/json-schema/kernel/PluginHealthStatus.json +2 -2
- package/json-schema/kernel/PluginHotReload.json +2 -2
- package/json-schema/kernel/PluginInitialization.json +2 -2
- package/json-schema/kernel/PluginInstallConfig.json +2 -2
- package/json-schema/kernel/PluginInterface.json +2 -2
- package/json-schema/kernel/PluginLifecycleEventType.json +2 -2
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingConfig.json +2 -2
- package/json-schema/kernel/PluginLoadingEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingState.json +2 -2
- package/json-schema/kernel/PluginLoadingStrategy.json +2 -2
- package/json-schema/kernel/PluginMetadata.json +2 -2
- package/json-schema/kernel/PluginPerformanceMonitoring.json +2 -2
- package/json-schema/kernel/PluginPreloadConfig.json +2 -2
- package/json-schema/kernel/PluginProvenance.json +2 -2
- package/json-schema/kernel/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/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/RequiredAction.json +2 -2
- package/json-schema/kernel/ResolvedDependency.json +2 -2
- package/json-schema/kernel/ResourceType.json +2 -2
- package/json-schema/kernel/RollbackPackageRequest.json +2 -2
- package/json-schema/kernel/RollbackPackageResponse.json +2 -2
- package/json-schema/kernel/RuntimeConfig.json +2 -2
- package/json-schema/kernel/RuntimeMode.json +2 -2
- package/json-schema/kernel/SBOM.json +2 -2
- package/json-schema/kernel/SBOMEntry.json +2 -2
- package/json-schema/kernel/SandboxConfig.json +2 -2
- package/json-schema/kernel/ScopeConfig.json +2 -2
- package/json-schema/kernel/ScopeInfo.json +2 -2
- package/json-schema/kernel/SecurityPolicy.json +2 -2
- package/json-schema/kernel/SecurityScanResult.json +2 -2
- package/json-schema/kernel/SecurityVulnerability.json +2 -2
- package/json-schema/kernel/SemanticVersion.json +2 -2
- package/json-schema/kernel/ServiceClusterAnnotations.json +2 -2
- package/json-schema/kernel/ServiceClusterScope.json +2 -2
- package/json-schema/kernel/ServiceFactoryRegistration.json +2 -2
- package/json-schema/kernel/ServiceLeaderStrategy.json +2 -2
- package/json-schema/kernel/ServiceMetadata.json +2 -2
- package/json-schema/kernel/ServiceRegisteredEvent.json +2 -2
- package/json-schema/kernel/ServiceRegistryConfig.json +2 -2
- package/json-schema/kernel/ServiceScopeType.json +2 -2
- package/json-schema/kernel/ServiceUnregisteredEvent.json +2 -2
- package/json-schema/kernel/StartupOptions.json +2 -2
- package/json-schema/kernel/StartupOrchestrationResult.json +2 -2
- package/json-schema/kernel/TenantRuntimeContext.json +2 -2
- package/json-schema/kernel/UninstallPackageRequest.json +2 -2
- package/json-schema/kernel/UninstallPackageResponse.json +2 -2
- package/json-schema/kernel/UpgradeContext.json +2 -2
- package/json-schema/kernel/UpgradeImpactLevel.json +2 -2
- package/json-schema/kernel/UpgradePackageRequest.json +2 -2
- package/json-schema/kernel/UpgradePackageResponse.json +2 -2
- package/json-schema/kernel/UpgradePhase.json +2 -2
- package/json-schema/kernel/UpgradePlan.json +2 -2
- package/json-schema/kernel/UpgradeSnapshot.json +2 -2
- package/json-schema/kernel/ValidationError.json +2 -2
- package/json-schema/kernel/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 +3807 -3316
- 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/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/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/Expression.json +2 -2
- package/json-schema/shared/ExpressionDialect.json +2 -2
- package/json-schema/shared/ExpressionMeta.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/HttpRequest.json +2 -2
- package/json-schema/shared/IsolationLevelEnum.json +2 -2
- package/json-schema/shared/MetadataFormat.json +2 -2
- package/json-schema/shared/MutationEventEnum.json +2 -2
- package/json-schema/shared/ObjectName.json +2 -2
- package/json-schema/shared/Predicate.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/ViewName.json +2 -2
- package/json-schema/studio/ActionContribution.json +2 -2
- package/json-schema/studio/ActionLocation.json +2 -2
- package/json-schema/studio/ActivationEvent.json +2 -2
- package/json-schema/studio/CanvasSnapSettings.json +2 -2
- package/json-schema/studio/CanvasZoomSettings.json +2 -2
- package/json-schema/studio/CommandContribution.json +2 -2
- package/json-schema/studio/ERDiagramConfig.json +2 -2
- package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
- package/json-schema/studio/ERNodeDisplay.json +2 -2
- package/json-schema/studio/ElementPaletteItem.json +2 -2
- package/json-schema/studio/FieldEditorConfig.json +2 -2
- package/json-schema/studio/FieldGroup.json +2 -2
- package/json-schema/studio/FieldPropertySection.json +2 -2
- package/json-schema/studio/FlowBuilderConfig.json +2 -2
- package/json-schema/studio/FlowCanvasEdge.json +2 -2
- package/json-schema/studio/FlowCanvasEdgeStyle.json +2 -2
- package/json-schema/studio/FlowCanvasNode.json +2 -2
- package/json-schema/studio/FlowLayoutAlgorithm.json +2 -2
- package/json-schema/studio/FlowLayoutDirection.json +2 -2
- package/json-schema/studio/FlowNodeRenderDescriptor.json +2 -2
- package/json-schema/studio/FlowNodeShape.json +2 -2
- package/json-schema/studio/InterfaceBuilderConfig.json +2 -2
- package/json-schema/studio/MetadataIconContribution.json +2 -2
- package/json-schema/studio/MetadataViewerContribution.json +2 -2
- package/json-schema/studio/ObjectDesignerConfig.json +2 -2
- package/json-schema/studio/ObjectDesignerDefaultView.json +2 -2
- package/json-schema/studio/ObjectFilter.json +2 -2
- package/json-schema/studio/ObjectListDisplayMode.json +2 -2
- package/json-schema/studio/ObjectManagerConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewTab.json +2 -2
- package/json-schema/studio/ObjectSortField.json +2 -2
- package/json-schema/studio/PageBuilderConfig.json +2 -2
- package/json-schema/studio/PanelContribution.json +2 -2
- package/json-schema/studio/PanelLocation.json +2 -2
- package/json-schema/studio/RelationshipDisplay.json +2 -2
- package/json-schema/studio/RelationshipMapperConfig.json +2 -2
- package/json-schema/studio/SidebarGroupContribution.json +2 -2
- package/json-schema/studio/StudioPluginContributions.json +2 -2
- package/json-schema/studio/StudioPluginManifest.json +2 -2
- package/json-schema/studio/ViewMode.json +2 -2
- package/json-schema/system/AccessControlConfig.json +2 -2
- package/json-schema/system/AdvancedAuthConfig.json +2 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AppCompatibilityCheck.json +2 -2
- package/json-schema/system/AppInstallRequest.json +2 -2
- package/json-schema/system/AppInstallResult.json +2 -2
- package/json-schema/system/AppManifest.json +2 -2
- package/json-schema/system/AppTranslationBundle.json +2 -2
- package/json-schema/system/AuditEvent.json +2 -2
- package/json-schema/system/AuditEventActor.json +2 -2
- package/json-schema/system/AuditEventChange.json +2 -2
- package/json-schema/system/AuditEventFilter.json +2 -2
- package/json-schema/system/AuditEventSeverity.json +2 -2
- package/json-schema/system/AuditEventTarget.json +2 -2
- package/json-schema/system/AuditEventType.json +2 -2
- package/json-schema/system/AuditFinding.json +2 -2
- package/json-schema/system/AuditFindingSeverity.json +2 -2
- package/json-schema/system/AuditFindingStatus.json +2 -2
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditSchedule.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/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/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/ChangeSchema.json +2 -2
- package/json-schema/system/ChangeStatus.json +2 -2
- package/json-schema/system/ChangeType.json +2 -2
- package/json-schema/system/CollaborationMode.json +2 -2
- package/json-schema/system/CollaborationSession.json +2 -2
- package/json-schema/system/CollaborationSessionConfig.json +2 -2
- package/json-schema/system/CollaborativeCursor.json +2 -2
- package/json-schema/system/ComplianceAuditRequirement.json +2 -2
- package/json-schema/system/ComplianceConfig.json +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ComplianceFramework.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/CoverageBreakdownEntry.json +2 -2
- package/json-schema/system/CursorColorPreset.json +2 -2
- package/json-schema/system/CursorSelection.json +2 -2
- package/json-schema/system/CursorStyle.json +2 -2
- package/json-schema/system/CursorUpdate.json +2 -2
- package/json-schema/system/DataClassification.json +2 -2
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DatabaseProvider.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DeployBundle.json +2 -2
- package/json-schema/system/DeployDiff.json +2 -2
- package/json-schema/system/DeployManifest.json +2 -2
- package/json-schema/system/DeployStatusEnum.json +2 -2
- package/json-schema/system/DeployValidationIssue.json +2 -2
- package/json-schema/system/DeployValidationResult.json +2 -2
- package/json-schema/system/EmailAddressConfig.json +2 -2
- package/json-schema/system/EmailAndPasswordConfig.json +2 -2
- package/json-schema/system/EmailProvider.json +2 -2
- package/json-schema/system/EmailServiceConfig.json +2 -2
- package/json-schema/system/EmailTemplateDefinition.json +2 -2
- package/json-schema/system/EmailTemplateDefinitionCategory.json +2 -2
- package/json-schema/system/EmailTemplateDefinitionVariable.json +2 -2
- package/json-schema/system/EmailVerificationConfig.json +2 -2
- package/json-schema/system/EncryptionAlgorithm.json +2 -2
- package/json-schema/system/EncryptionConfig.json +2 -2
- package/json-schema/system/EnvironmentArtifact.json +2 -2
- package/json-schema/system/EnvironmentArtifactChecksum.json +2 -2
- package/json-schema/system/EnvironmentArtifactFunction.json +2 -2
- package/json-schema/system/EnvironmentArtifactFunctionLanguageEnum.json +2 -2
- package/json-schema/system/EnvironmentArtifactHashAlgorithmEnum.json +2 -2
- package/json-schema/system/EnvironmentArtifactManifest.json +2 -2
- package/json-schema/system/EnvironmentArtifactMetadata.json +2 -2
- package/json-schema/system/EnvironmentArtifactPayloadRef.json +2 -2
- package/json-schema/system/EnvironmentArtifactRequirement.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/Incident.json +2 -2
- package/json-schema/system/IncidentCategory.json +2 -2
- package/json-schema/system/IncidentNotificationMatrix.json +2 -2
- package/json-schema/system/IncidentNotificationRule.json +2 -2
- package/json-schema/system/IncidentResponsePhase.json +2 -2
- package/json-schema/system/IncidentResponsePolicy.json +2 -2
- package/json-schema/system/IncidentSeverity.json +2 -2
- package/json-schema/system/IncidentStatus.json +2 -2
- package/json-schema/system/IntervalSchedule.json +2 -2
- package/json-schema/system/JobExecution.json +2 -2
- package/json-schema/system/JobExecutionStatus.json +2 -2
- package/json-schema/system/KernelServiceMap.json +2 -2
- package/json-schema/system/KeyManagementProvider.json +2 -2
- package/json-schema/system/KeyRotationPolicy.json +2 -2
- package/json-schema/system/LWWRegister.json +2 -2
- package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
- package/json-schema/system/License.json +2 -2
- package/json-schema/system/LicenseMetricType.json +2 -2
- package/json-schema/system/LifecycleAction.json +2 -2
- package/json-schema/system/LifecyclePolicyConfig.json +2 -2
- package/json-schema/system/LifecyclePolicyRule.json +2 -2
- package/json-schema/system/Locale.json +2 -2
- package/json-schema/system/LogDestination.json +2 -2
- package/json-schema/system/LogDestinationType.json +2 -2
- package/json-schema/system/LogEnrichmentConfig.json +2 -2
- package/json-schema/system/LogEntry.json +2 -2
- package/json-schema/system/LogFormat.json +2 -2
- package/json-schema/system/LogLevel.json +2 -2
- package/json-schema/system/LoggerConfig.json +2 -2
- package/json-schema/system/LoggingConfig.json +2 -2
- package/json-schema/system/MaskingConfig.json +2 -2
- package/json-schema/system/MaskingRule.json +2 -2
- package/json-schema/system/MaskingStrategy.json +2 -2
- package/json-schema/system/MaskingVisibilityRule.json +2 -2
- package/json-schema/system/MessageFormat.json +2 -2
- package/json-schema/system/MessageQueueConfig.json +2 -2
- package/json-schema/system/MessageQueueProvider.json +2 -2
- package/json-schema/system/MetadataCollectionInfo.json +2 -2
- package/json-schema/system/MetadataDiffResult.json +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/MetadataHistoryQueryOptions.json +2 -2
- package/json-schema/system/MetadataHistoryQueryResult.json +2 -2
- package/json-schema/system/MetadataHistoryRecord.json +2 -2
- package/json-schema/system/MetadataHistoryRetentionPolicy.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/MiddlewareConfig.json +2 -2
- package/json-schema/system/MiddlewareType.json +2 -2
- package/json-schema/system/MigrationDependency.json +2 -2
- package/json-schema/system/MigrationPlan.json +2 -2
- package/json-schema/system/MigrationStatement.json +2 -2
- package/json-schema/system/ModifyFieldOperation.json +2 -2
- package/json-schema/system/MultipartUploadConfig.json +2 -2
- package/json-schema/system/MutualTLSConfig.json +2 -2
- package/json-schema/system/NotificationChannel.json +2 -2
- package/json-schema/system/ORSet.json +2 -2
- package/json-schema/system/ORSetElement.json +2 -2
- package/json-schema/system/OTComponent.json +2 -2
- package/json-schema/system/OTOperation.json +2 -2
- package/json-schema/system/OTOperationType.json +2 -2
- package/json-schema/system/OTTransformResult.json +2 -2
- package/json-schema/system/ObjectMetadata.json +2 -2
- package/json-schema/system/ObjectStorageConfig.json +2 -2
- package/json-schema/system/ObjectTranslationData.json +2 -2
- package/json-schema/system/ObjectTranslationNode.json +2 -2
- package/json-schema/system/OidcProviderConfig.json +2 -2
- package/json-schema/system/OidcProvidersConfig.json +2 -2
- package/json-schema/system/OnceSchedule.json +2 -2
- package/json-schema/system/OpenTelemetryCompatibility.json +2 -2
- package/json-schema/system/OtelExporterType.json +2 -2
- package/json-schema/system/PCIDSSConfig.json +2 -2
- package/json-schema/system/PNCounter.json +2 -2
- package/json-schema/system/PackagePublishResult.json +2 -2
- package/json-schema/system/Plan.json +2 -2
- package/json-schema/system/PresignedUrlConfig.json +2 -2
- package/json-schema/system/ProvisioningStep.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/QuotaEnforcementResult.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/ResolvedSettingValue.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/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.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/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/SettingsActionResult.json +2 -2
- package/json-schema/system/SettingsChangeEvent.json +2 -2
- package/json-schema/system/SocialProviderConfig.json +2 -2
- package/json-schema/system/Span.json +2 -2
- package/json-schema/system/SpanAttributeValue.json +2 -2
- package/json-schema/system/SpanAttributes.json +2 -2
- package/json-schema/system/SpanEvent.json +2 -2
- package/json-schema/system/SpanKind.json +2 -2
- package/json-schema/system/SpanLink.json +2 -2
- package/json-schema/system/SpanStatus.json +2 -2
- package/json-schema/system/SpecifierHandler.json +2 -2
- package/json-schema/system/SpecifierOption.json +2 -2
- package/json-schema/system/SpecifierScope.json +2 -2
- package/json-schema/system/SpecifierType.json +2 -2
- package/json-schema/system/StorageAcl.json +2 -2
- package/json-schema/system/StorageClass.json +2 -2
- package/json-schema/system/StorageConnection.json +2 -2
- package/json-schema/system/StorageProvider.json +2 -2
- package/json-schema/system/StorageScope.json +2 -2
- package/json-schema/system/StructuredLogEntry.json +2 -2
- package/json-schema/system/SupplierAssessmentStatus.json +2 -2
- package/json-schema/system/SupplierRiskLevel.json +2 -2
- package/json-schema/system/SupplierSecurityAssessment.json +2 -2
- package/json-schema/system/SupplierSecurityPolicy.json +2 -2
- package/json-schema/system/SupplierSecurityRequirement.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantConnectionConfig.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantPlan.json +2 -2
- package/json-schema/system/TenantProvisioningRequest.json +2 -2
- package/json-schema/system/TenantProvisioningResult.json +2 -2
- package/json-schema/system/TenantProvisioningStatusEnum.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantRegion.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TenantUsage.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TrainingCategory.json +2 -2
- package/json-schema/system/TrainingCompletionStatus.json +2 -2
- package/json-schema/system/TrainingCourse.json +2 -2
- package/json-schema/system/TrainingPlan.json +2 -2
- package/json-schema/system/TrainingRecord.json +2 -2
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationCoverageResult.json +2 -2
- package/json-schema/system/TranslationData.json +2 -2
- package/json-schema/system/TranslationDiffItem.json +2 -2
- package/json-schema/system/TranslationDiffStatus.json +2 -2
- package/json-schema/system/TranslationFileOrganization.json +2 -2
- package/json-schema/system/UserActivityStatus.json +2 -2
- package/json-schema/system/VectorClock.json +2 -2
- package/json-schema/system/WorkerStats.json +2 -2
- package/json-schema/ui/AIChatWindowProps.json +2 -2
- package/json-schema/ui/ActionParam.json +4 -2
- package/json-schema/ui/ActionType.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +2 -2
- package/json-schema/ui/Animation.json +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +2 -2
- package/json-schema/ui/AriaProps.json +2 -2
- package/json-schema/ui/BlankPageLayout.json +2 -2
- package/json-schema/ui/BlankPageLayoutItem.json +2 -2
- package/json-schema/ui/BorderRadius.json +2 -2
- package/json-schema/ui/BreakpointColumnMap.json +2 -2
- package/json-schema/ui/BreakpointName.json +2 -2
- package/json-schema/ui/BreakpointOrderMap.json +2 -2
- package/json-schema/ui/Breakpoints.json +2 -2
- package/json-schema/ui/CalendarConfig.json +2 -2
- package/json-schema/ui/ChartAnnotation.json +2 -2
- package/json-schema/ui/ChartAxis.json +2 -2
- package/json-schema/ui/ChartConfig.json +2 -2
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +2 -2
- package/json-schema/ui/ChartType.json +2 -2
- package/json-schema/ui/ColorPalette.json +2 -2
- package/json-schema/ui/ColumnSummary.json +2 -2
- package/json-schema/ui/ComponentAnimation.json +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/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/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/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/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 +2 -2
- package/json-schema/ui/JoinedReportBlock.json +2 -2
- 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/ListChartConfig.json +2 -2
- package/json-schema/ui/ListColumn.json +2 -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/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +2 -2
- package/json-schema/ui/NotificationAction.json +2 -2
- package/json-schema/ui/NotificationConfig.json +2 -2
- package/json-schema/ui/NotificationPosition.json +2 -2
- package/json-schema/ui/NotificationSeverity.json +2 -2
- package/json-schema/ui/NotificationType.json +2 -2
- package/json-schema/ui/NumberFormat.json +2 -2
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +2 -2
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.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/Portal.json +2 -2
- package/json-schema/ui/PortalActionNavItem.json +2 -2
- package/json-schema/ui/PortalAnonymousEntry.json +2 -2
- package/json-schema/ui/PortalAnonymousRoute.json +2 -2
- package/json-schema/ui/PortalAuthMode.json +2 -2
- package/json-schema/ui/PortalDashboardNavItem.json +2 -2
- package/json-schema/ui/PortalLayout.json +2 -2
- package/json-schema/ui/PortalNavItem.json +2 -2
- package/json-schema/ui/PortalRateLimit.json +2 -2
- package/json-schema/ui/PortalSeo.json +2 -2
- package/json-schema/ui/PortalTheme.json +2 -2
- package/json-schema/ui/PortalUrlNavItem.json +2 -2
- package/json-schema/ui/PortalViewNavItem.json +2 -2
- package/json-schema/ui/RecordActivityProps.json +2 -2
- package/json-schema/ui/RecordChatterProps.json +2 -2
- package/json-schema/ui/RecordDetailsProps.json +2 -2
- package/json-schema/ui/RecordHighlightsField.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/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/UserActionsConfig.json +2 -2
- package/json-schema/ui/ViewData.json +28 -2
- package/json-schema/ui/ViewFilterRule.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +2 -2
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- package/json-schema/ui/WidgetEvent.json +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/src/api/protocol.zod.ts +20 -0
- package/src/automation/workflow.zod.ts +3 -0
- package/src/cloud/marketplace.zod.ts +10 -0
- package/src/cloud/package.zod.ts +91 -0
- package/src/data/field.zod.ts +4 -1
- package/src/kernel/metadata-plugin.zod.ts +15 -15
- package/src/ui/app.zod.ts +28 -1
- package/src/ui/view.zod.ts +122 -4
package/dist/api/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Q as QueryAST } from '../query.zod-CGnJOIQH.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { l as FieldType } from '../field.zod-
|
|
3
|
+
import { l as FieldType } from '../field.zod-BGr7R7KU.js';
|
|
4
4
|
import { f as FilterCondition } from '../filter.zod-DG_Mf2_S.js';
|
|
5
5
|
import { L as ListPackagesRequest, p as ListPackagesResponse, G as GetPackageRequest, h as GetPackageResponse, I as InstallPackageRequest, k as InstallPackageResponse, U as UninstallPackageRequest, w as UninstallPackageResponse, E as EnablePackageRequest, e as EnablePackageResponse, D as DisablePackageRequest, b as DisablePackageResponse } from '../package-registry.zod--iKeSd9R.js';
|
|
6
6
|
export { a as DisablePackageRequestSchema, c as DisablePackageResponseSchema, d as EnablePackageRequestSchema, f as EnablePackageResponseSchema, g as GetPackageRequestSchema, i as GetPackageResponseSchema, j as InstallPackageRequestSchema, l as InstallPackageResponseSchema, m as InstalledPackage, o as ListPackagesRequestSchema, q as ListPackagesResponseSchema, P as PackageStatus, v as UninstallPackageRequestSchema, x as UninstallPackageResponseSchema } from '../package-registry.zod--iKeSd9R.js';
|
|
7
|
-
import { B as BaseValidationRuleShape, y as ServiceObject } from '../object.zod-
|
|
7
|
+
import { B as BaseValidationRuleShape, y as ServiceObject } from '../object.zod-D4gYbFv4.js';
|
|
8
8
|
import { c as StateNodeConfig } from '../state-machine.zod-BNanU03M.js';
|
|
9
9
|
export { C as CreateExportJobRequest, a as CreateExportJobRequestSchema, b as CreateExportJobResponse, c as CreateExportJobResponseSchema, D as DeduplicationStrategy, E as ExportApiContracts, d as ExportFormat, e as ExportImportTemplate, f as ExportImportTemplateSchema, g as ExportJobProgress, h as ExportJobProgressSchema, i as ExportJobStatus, j as ExportJobSummary, k as ExportJobSummarySchema, F as FieldMappingEntry, l as FieldMappingEntrySchema, G as GetExportJobDownloadRequest, m as GetExportJobDownloadRequestSchema, n as GetExportJobDownloadResponse, o as GetExportJobDownloadResponseSchema, I as ImportValidationConfig, p as ImportValidationConfigSchema, q as ImportValidationMode, r as ImportValidationResult, s as ImportValidationResultSchema, L as ListExportJobsRequest, t as ListExportJobsRequestSchema, u as ListExportJobsResponse, v as ListExportJobsResponseSchema, S as ScheduleExportRequest, w as ScheduleExportRequestSchema, x as ScheduleExportResponse, y as ScheduleExportResponseSchema, z as ScheduledExport, A as ScheduledExportSchema } from '../export.zod-DXjlPiR2.js';
|
|
10
10
|
export { H as HttpMethod } from '../http.zod-C42la-rU.js';
|
|
@@ -7240,9 +7240,39 @@ declare const GetDiscoveryResponseSchema: z.ZodObject<{
|
|
|
7240
7240
|
declare const GetMetaTypesRequestSchema: z.ZodObject<{}, z.core.$strip>;
|
|
7241
7241
|
/**
|
|
7242
7242
|
* Get Metadata Types Response
|
|
7243
|
+
*
|
|
7244
|
+
* Phase 3a-1: returns the bare `types` array (for backwards compatibility)
|
|
7245
|
+
* plus rich per-type `entries` describing label, domain, file patterns, and
|
|
7246
|
+
* runtime capability flags. Admin UIs (Metadata Directory, Resource list,
|
|
7247
|
+
* Quick Find) consume `entries`; legacy code that only needs the type list
|
|
7248
|
+
* keeps using `types`.
|
|
7243
7249
|
*/
|
|
7244
7250
|
declare const GetMetaTypesResponseSchema: z.ZodObject<{
|
|
7245
7251
|
types: z.ZodArray<z.ZodString>;
|
|
7252
|
+
entries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7253
|
+
type: z.ZodString;
|
|
7254
|
+
label: z.ZodString;
|
|
7255
|
+
description: z.ZodOptional<z.ZodString>;
|
|
7256
|
+
filePatterns: z.ZodArray<z.ZodString>;
|
|
7257
|
+
supportsOverlay: z.ZodBoolean;
|
|
7258
|
+
allowOrgOverride: z.ZodBoolean;
|
|
7259
|
+
allowRuntimeCreate: z.ZodBoolean;
|
|
7260
|
+
supportsVersioning: z.ZodBoolean;
|
|
7261
|
+
executionPinned: z.ZodBoolean;
|
|
7262
|
+
loadOrder: z.ZodNumber;
|
|
7263
|
+
domain: z.ZodEnum<{
|
|
7264
|
+
data: "data";
|
|
7265
|
+
ui: "ui";
|
|
7266
|
+
automation: "automation";
|
|
7267
|
+
ai: "ai";
|
|
7268
|
+
system: "system";
|
|
7269
|
+
security: "security";
|
|
7270
|
+
}>;
|
|
7271
|
+
overrideSource: z.ZodEnum<{
|
|
7272
|
+
registry: "registry";
|
|
7273
|
+
env: "env";
|
|
7274
|
+
}>;
|
|
7275
|
+
}, z.core.$strip>>>;
|
|
7246
7276
|
}, z.core.$strip>;
|
|
7247
7277
|
/**
|
|
7248
7278
|
* Get Metadata Items Request
|
|
@@ -7425,6 +7455,10 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7425
7455
|
}, z.core.$strip>, z.ZodObject<{
|
|
7426
7456
|
provider: z.ZodLiteral<"value">;
|
|
7427
7457
|
items: z.ZodArray<z.ZodUnknown>;
|
|
7458
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7459
|
+
provider: z.ZodLiteral<"schema">;
|
|
7460
|
+
schemaId: z.ZodString;
|
|
7461
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7428
7462
|
}, z.core.$strip>], "provider">>;
|
|
7429
7463
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
7430
7464
|
field: z.ZodString;
|
|
@@ -7793,96 +7827,80 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7793
7827
|
}, z.core.$strip>, z.ZodObject<{
|
|
7794
7828
|
provider: z.ZodLiteral<"value">;
|
|
7795
7829
|
items: z.ZodArray<z.ZodUnknown>;
|
|
7830
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7831
|
+
provider: z.ZodLiteral<"schema">;
|
|
7832
|
+
schemaId: z.ZodString;
|
|
7833
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7796
7834
|
}, z.core.$strip>], "provider">>;
|
|
7797
7835
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7798
7836
|
label: z.ZodOptional<z.ZodString>;
|
|
7837
|
+
description: z.ZodOptional<z.ZodString>;
|
|
7799
7838
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
7800
7839
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
7840
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
7841
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
7842
|
+
source?: string | undefined;
|
|
7843
|
+
ast?: unknown;
|
|
7844
|
+
meta?: {
|
|
7845
|
+
rationale?: string | undefined;
|
|
7846
|
+
generatedBy?: string | undefined;
|
|
7847
|
+
} | undefined;
|
|
7848
|
+
}, string>>, z.ZodObject<{
|
|
7849
|
+
dialect: z.ZodEnum<{
|
|
7850
|
+
cron: "cron";
|
|
7851
|
+
cel: "cel";
|
|
7852
|
+
js: "js";
|
|
7853
|
+
template: "template";
|
|
7854
|
+
}>;
|
|
7855
|
+
source: z.ZodOptional<z.ZodString>;
|
|
7856
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
7857
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
7858
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
7859
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
7860
|
+
}, z.core.$strip>>;
|
|
7861
|
+
}, z.core.$strip>]>>;
|
|
7801
7862
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
7802
7863
|
1: "1";
|
|
7803
7864
|
2: "2";
|
|
7804
7865
|
3: "3";
|
|
7805
7866
|
4: "4";
|
|
7806
7867
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
7807
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
7808
|
-
field: z.ZodString;
|
|
7809
|
-
label: z.ZodOptional<z.ZodString>;
|
|
7810
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
7811
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
7812
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
7813
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
7814
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
7815
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
7816
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
7817
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
7818
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
7819
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
7820
|
-
source?: string | undefined;
|
|
7821
|
-
ast?: unknown;
|
|
7822
|
-
meta?: {
|
|
7823
|
-
rationale?: string | undefined;
|
|
7824
|
-
generatedBy?: string | undefined;
|
|
7825
|
-
} | undefined;
|
|
7826
|
-
}, string>>, z.ZodObject<{
|
|
7827
|
-
dialect: z.ZodEnum<{
|
|
7828
|
-
cron: "cron";
|
|
7829
|
-
cel: "cel";
|
|
7830
|
-
js: "js";
|
|
7831
|
-
template: "template";
|
|
7832
|
-
}>;
|
|
7833
|
-
source: z.ZodOptional<z.ZodString>;
|
|
7834
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
7835
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
7836
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
7837
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
7838
|
-
}, z.core.$strip>>;
|
|
7839
|
-
}, z.core.$strip>]>>;
|
|
7840
|
-
}, z.core.$strip>]>>;
|
|
7868
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
7841
7869
|
}, z.core.$strip>>>;
|
|
7842
7870
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7843
7871
|
label: z.ZodOptional<z.ZodString>;
|
|
7872
|
+
description: z.ZodOptional<z.ZodString>;
|
|
7844
7873
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
7845
7874
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
7875
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
7876
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
7877
|
+
source?: string | undefined;
|
|
7878
|
+
ast?: unknown;
|
|
7879
|
+
meta?: {
|
|
7880
|
+
rationale?: string | undefined;
|
|
7881
|
+
generatedBy?: string | undefined;
|
|
7882
|
+
} | undefined;
|
|
7883
|
+
}, string>>, z.ZodObject<{
|
|
7884
|
+
dialect: z.ZodEnum<{
|
|
7885
|
+
cron: "cron";
|
|
7886
|
+
cel: "cel";
|
|
7887
|
+
js: "js";
|
|
7888
|
+
template: "template";
|
|
7889
|
+
}>;
|
|
7890
|
+
source: z.ZodOptional<z.ZodString>;
|
|
7891
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
7892
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
7893
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
7894
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
7895
|
+
}, z.core.$strip>>;
|
|
7896
|
+
}, z.core.$strip>]>>;
|
|
7846
7897
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
7847
7898
|
1: "1";
|
|
7848
7899
|
2: "2";
|
|
7849
7900
|
3: "3";
|
|
7850
7901
|
4: "4";
|
|
7851
7902
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
7852
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
7853
|
-
field: z.ZodString;
|
|
7854
|
-
label: z.ZodOptional<z.ZodString>;
|
|
7855
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
7856
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
7857
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
7858
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
7859
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
7860
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
7861
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
7862
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
7863
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
7864
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
7865
|
-
source?: string | undefined;
|
|
7866
|
-
ast?: unknown;
|
|
7867
|
-
meta?: {
|
|
7868
|
-
rationale?: string | undefined;
|
|
7869
|
-
generatedBy?: string | undefined;
|
|
7870
|
-
} | undefined;
|
|
7871
|
-
}, string>>, z.ZodObject<{
|
|
7872
|
-
dialect: z.ZodEnum<{
|
|
7873
|
-
cron: "cron";
|
|
7874
|
-
cel: "cel";
|
|
7875
|
-
js: "js";
|
|
7876
|
-
template: "template";
|
|
7877
|
-
}>;
|
|
7878
|
-
source: z.ZodOptional<z.ZodString>;
|
|
7879
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
7880
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
7881
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
7882
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
7883
|
-
}, z.core.$strip>>;
|
|
7884
|
-
}, z.core.$strip>]>>;
|
|
7885
|
-
}, z.core.$strip>]>>;
|
|
7903
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
7886
7904
|
}, z.core.$strip>>>;
|
|
7887
7905
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7888
7906
|
field: z.ZodString;
|
|
@@ -7965,6 +7983,10 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
7965
7983
|
}, z.core.$strip>, z.ZodObject<{
|
|
7966
7984
|
provider: z.ZodLiteral<"value">;
|
|
7967
7985
|
items: z.ZodArray<z.ZodUnknown>;
|
|
7986
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7987
|
+
provider: z.ZodLiteral<"schema">;
|
|
7988
|
+
schemaId: z.ZodString;
|
|
7989
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7968
7990
|
}, z.core.$strip>], "provider">>;
|
|
7969
7991
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
7970
7992
|
field: z.ZodString;
|
|
@@ -8333,96 +8355,80 @@ declare const GetUiViewResponseSchema: z.ZodObject<{
|
|
|
8333
8355
|
}, z.core.$strip>, z.ZodObject<{
|
|
8334
8356
|
provider: z.ZodLiteral<"value">;
|
|
8335
8357
|
items: z.ZodArray<z.ZodUnknown>;
|
|
8358
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8359
|
+
provider: z.ZodLiteral<"schema">;
|
|
8360
|
+
schemaId: z.ZodString;
|
|
8361
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
8336
8362
|
}, z.core.$strip>], "provider">>;
|
|
8337
8363
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8338
8364
|
label: z.ZodOptional<z.ZodString>;
|
|
8365
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8339
8366
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
8340
8367
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
8368
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
8369
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
8370
|
+
source?: string | undefined;
|
|
8371
|
+
ast?: unknown;
|
|
8372
|
+
meta?: {
|
|
8373
|
+
rationale?: string | undefined;
|
|
8374
|
+
generatedBy?: string | undefined;
|
|
8375
|
+
} | undefined;
|
|
8376
|
+
}, string>>, z.ZodObject<{
|
|
8377
|
+
dialect: z.ZodEnum<{
|
|
8378
|
+
cron: "cron";
|
|
8379
|
+
cel: "cel";
|
|
8380
|
+
js: "js";
|
|
8381
|
+
template: "template";
|
|
8382
|
+
}>;
|
|
8383
|
+
source: z.ZodOptional<z.ZodString>;
|
|
8384
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
8385
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
8386
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
8387
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
8388
|
+
}, z.core.$strip>>;
|
|
8389
|
+
}, z.core.$strip>]>>;
|
|
8341
8390
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
8342
8391
|
1: "1";
|
|
8343
8392
|
2: "2";
|
|
8344
8393
|
3: "3";
|
|
8345
8394
|
4: "4";
|
|
8346
8395
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
8347
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
8348
|
-
field: z.ZodString;
|
|
8349
|
-
label: z.ZodOptional<z.ZodString>;
|
|
8350
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
8351
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
8352
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
8353
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
8354
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8355
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
8356
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
8357
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
8358
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
8359
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
8360
|
-
source?: string | undefined;
|
|
8361
|
-
ast?: unknown;
|
|
8362
|
-
meta?: {
|
|
8363
|
-
rationale?: string | undefined;
|
|
8364
|
-
generatedBy?: string | undefined;
|
|
8365
|
-
} | undefined;
|
|
8366
|
-
}, string>>, z.ZodObject<{
|
|
8367
|
-
dialect: z.ZodEnum<{
|
|
8368
|
-
cron: "cron";
|
|
8369
|
-
cel: "cel";
|
|
8370
|
-
js: "js";
|
|
8371
|
-
template: "template";
|
|
8372
|
-
}>;
|
|
8373
|
-
source: z.ZodOptional<z.ZodString>;
|
|
8374
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
8375
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
8376
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
8377
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
8378
|
-
}, z.core.$strip>>;
|
|
8379
|
-
}, z.core.$strip>]>>;
|
|
8380
|
-
}, z.core.$strip>]>>;
|
|
8396
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
8381
8397
|
}, z.core.$strip>>>;
|
|
8382
8398
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8383
8399
|
label: z.ZodOptional<z.ZodString>;
|
|
8400
|
+
description: z.ZodOptional<z.ZodString>;
|
|
8384
8401
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
8385
8402
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
8403
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
8404
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
8405
|
+
source?: string | undefined;
|
|
8406
|
+
ast?: unknown;
|
|
8407
|
+
meta?: {
|
|
8408
|
+
rationale?: string | undefined;
|
|
8409
|
+
generatedBy?: string | undefined;
|
|
8410
|
+
} | undefined;
|
|
8411
|
+
}, string>>, z.ZodObject<{
|
|
8412
|
+
dialect: z.ZodEnum<{
|
|
8413
|
+
cron: "cron";
|
|
8414
|
+
cel: "cel";
|
|
8415
|
+
js: "js";
|
|
8416
|
+
template: "template";
|
|
8417
|
+
}>;
|
|
8418
|
+
source: z.ZodOptional<z.ZodString>;
|
|
8419
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
8420
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
8421
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
8422
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
8423
|
+
}, z.core.$strip>>;
|
|
8424
|
+
}, z.core.$strip>]>>;
|
|
8386
8425
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
8387
8426
|
1: "1";
|
|
8388
8427
|
2: "2";
|
|
8389
8428
|
3: "3";
|
|
8390
8429
|
4: "4";
|
|
8391
8430
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
8392
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
8393
|
-
field: z.ZodString;
|
|
8394
|
-
label: z.ZodOptional<z.ZodString>;
|
|
8395
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
8396
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
8397
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
8398
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
8399
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8400
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
8401
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
8402
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
8403
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
8404
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
8405
|
-
source?: string | undefined;
|
|
8406
|
-
ast?: unknown;
|
|
8407
|
-
meta?: {
|
|
8408
|
-
rationale?: string | undefined;
|
|
8409
|
-
generatedBy?: string | undefined;
|
|
8410
|
-
} | undefined;
|
|
8411
|
-
}, string>>, z.ZodObject<{
|
|
8412
|
-
dialect: z.ZodEnum<{
|
|
8413
|
-
cron: "cron";
|
|
8414
|
-
cel: "cel";
|
|
8415
|
-
js: "js";
|
|
8416
|
-
template: "template";
|
|
8417
|
-
}>;
|
|
8418
|
-
source: z.ZodOptional<z.ZodString>;
|
|
8419
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
8420
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
8421
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
8422
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
8423
|
-
}, z.core.$strip>>;
|
|
8424
|
-
}, z.core.$strip>]>>;
|
|
8425
|
-
}, z.core.$strip>]>>;
|
|
8431
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
8426
8432
|
}, z.core.$strip>>>;
|
|
8427
8433
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8428
8434
|
field: z.ZodString;
|
|
@@ -8866,6 +8872,10 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
8866
8872
|
}, z.core.$strip>, z.ZodObject<{
|
|
8867
8873
|
provider: z.ZodLiteral<"value">;
|
|
8868
8874
|
items: z.ZodArray<z.ZodUnknown>;
|
|
8875
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8876
|
+
provider: z.ZodLiteral<"schema">;
|
|
8877
|
+
schemaId: z.ZodString;
|
|
8878
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
8869
8879
|
}, z.core.$strip>], "provider">>;
|
|
8870
8880
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
8871
8881
|
field: z.ZodString;
|
|
@@ -9234,96 +9244,80 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9234
9244
|
}, z.core.$strip>, z.ZodObject<{
|
|
9235
9245
|
provider: z.ZodLiteral<"value">;
|
|
9236
9246
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9247
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9248
|
+
provider: z.ZodLiteral<"schema">;
|
|
9249
|
+
schemaId: z.ZodString;
|
|
9250
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9237
9251
|
}, z.core.$strip>], "provider">>;
|
|
9238
9252
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9239
9253
|
label: z.ZodOptional<z.ZodString>;
|
|
9254
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9240
9255
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9241
9256
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9257
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9258
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
9259
|
+
source?: string | undefined;
|
|
9260
|
+
ast?: unknown;
|
|
9261
|
+
meta?: {
|
|
9262
|
+
rationale?: string | undefined;
|
|
9263
|
+
generatedBy?: string | undefined;
|
|
9264
|
+
} | undefined;
|
|
9265
|
+
}, string>>, z.ZodObject<{
|
|
9266
|
+
dialect: z.ZodEnum<{
|
|
9267
|
+
cron: "cron";
|
|
9268
|
+
cel: "cel";
|
|
9269
|
+
js: "js";
|
|
9270
|
+
template: "template";
|
|
9271
|
+
}>;
|
|
9272
|
+
source: z.ZodOptional<z.ZodString>;
|
|
9273
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9274
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
9275
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
9276
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9277
|
+
}, z.core.$strip>>;
|
|
9278
|
+
}, z.core.$strip>]>>;
|
|
9242
9279
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
9243
9280
|
1: "1";
|
|
9244
9281
|
2: "2";
|
|
9245
9282
|
3: "3";
|
|
9246
9283
|
4: "4";
|
|
9247
9284
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
9248
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
9249
|
-
field: z.ZodString;
|
|
9250
|
-
label: z.ZodOptional<z.ZodString>;
|
|
9251
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
9252
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
9253
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9254
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
9255
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9256
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
9257
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
9258
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
9259
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9260
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
9261
|
-
source?: string | undefined;
|
|
9262
|
-
ast?: unknown;
|
|
9263
|
-
meta?: {
|
|
9264
|
-
rationale?: string | undefined;
|
|
9265
|
-
generatedBy?: string | undefined;
|
|
9266
|
-
} | undefined;
|
|
9267
|
-
}, string>>, z.ZodObject<{
|
|
9268
|
-
dialect: z.ZodEnum<{
|
|
9269
|
-
cron: "cron";
|
|
9270
|
-
cel: "cel";
|
|
9271
|
-
js: "js";
|
|
9272
|
-
template: "template";
|
|
9273
|
-
}>;
|
|
9274
|
-
source: z.ZodOptional<z.ZodString>;
|
|
9275
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9276
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
9277
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
9278
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9279
|
-
}, z.core.$strip>>;
|
|
9280
|
-
}, z.core.$strip>]>>;
|
|
9281
|
-
}, z.core.$strip>]>>;
|
|
9285
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
9282
9286
|
}, z.core.$strip>>>;
|
|
9283
9287
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9284
9288
|
label: z.ZodOptional<z.ZodString>;
|
|
9289
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9285
9290
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9286
9291
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9292
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9293
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
9294
|
+
source?: string | undefined;
|
|
9295
|
+
ast?: unknown;
|
|
9296
|
+
meta?: {
|
|
9297
|
+
rationale?: string | undefined;
|
|
9298
|
+
generatedBy?: string | undefined;
|
|
9299
|
+
} | undefined;
|
|
9300
|
+
}, string>>, z.ZodObject<{
|
|
9301
|
+
dialect: z.ZodEnum<{
|
|
9302
|
+
cron: "cron";
|
|
9303
|
+
cel: "cel";
|
|
9304
|
+
js: "js";
|
|
9305
|
+
template: "template";
|
|
9306
|
+
}>;
|
|
9307
|
+
source: z.ZodOptional<z.ZodString>;
|
|
9308
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9309
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
9310
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
9311
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9312
|
+
}, z.core.$strip>>;
|
|
9313
|
+
}, z.core.$strip>]>>;
|
|
9287
9314
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
9288
9315
|
1: "1";
|
|
9289
9316
|
2: "2";
|
|
9290
9317
|
3: "3";
|
|
9291
9318
|
4: "4";
|
|
9292
9319
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
9293
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
9294
|
-
field: z.ZodString;
|
|
9295
|
-
label: z.ZodOptional<z.ZodString>;
|
|
9296
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
9297
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
9298
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9299
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
9300
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9301
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
9302
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
9303
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
9304
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9305
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
9306
|
-
source?: string | undefined;
|
|
9307
|
-
ast?: unknown;
|
|
9308
|
-
meta?: {
|
|
9309
|
-
rationale?: string | undefined;
|
|
9310
|
-
generatedBy?: string | undefined;
|
|
9311
|
-
} | undefined;
|
|
9312
|
-
}, string>>, z.ZodObject<{
|
|
9313
|
-
dialect: z.ZodEnum<{
|
|
9314
|
-
cron: "cron";
|
|
9315
|
-
cel: "cel";
|
|
9316
|
-
js: "js";
|
|
9317
|
-
template: "template";
|
|
9318
|
-
}>;
|
|
9319
|
-
source: z.ZodOptional<z.ZodString>;
|
|
9320
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9321
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
9322
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
9323
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9324
|
-
}, z.core.$strip>>;
|
|
9325
|
-
}, z.core.$strip>]>>;
|
|
9326
|
-
}, z.core.$strip>]>>;
|
|
9320
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
9327
9321
|
}, z.core.$strip>>>;
|
|
9328
9322
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9329
9323
|
field: z.ZodString;
|
|
@@ -9406,6 +9400,10 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9406
9400
|
}, z.core.$strip>, z.ZodObject<{
|
|
9407
9401
|
provider: z.ZodLiteral<"value">;
|
|
9408
9402
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9403
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9404
|
+
provider: z.ZodLiteral<"schema">;
|
|
9405
|
+
schemaId: z.ZodString;
|
|
9406
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9409
9407
|
}, z.core.$strip>], "provider">>;
|
|
9410
9408
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
9411
9409
|
field: z.ZodString;
|
|
@@ -9774,96 +9772,80 @@ declare const ListViewsResponseSchema: z.ZodObject<{
|
|
|
9774
9772
|
}, z.core.$strip>, z.ZodObject<{
|
|
9775
9773
|
provider: z.ZodLiteral<"value">;
|
|
9776
9774
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9775
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9776
|
+
provider: z.ZodLiteral<"schema">;
|
|
9777
|
+
schemaId: z.ZodString;
|
|
9778
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9777
9779
|
}, z.core.$strip>], "provider">>;
|
|
9778
9780
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9779
9781
|
label: z.ZodOptional<z.ZodString>;
|
|
9782
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9780
9783
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9781
9784
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9785
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9786
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
9787
|
+
source?: string | undefined;
|
|
9788
|
+
ast?: unknown;
|
|
9789
|
+
meta?: {
|
|
9790
|
+
rationale?: string | undefined;
|
|
9791
|
+
generatedBy?: string | undefined;
|
|
9792
|
+
} | undefined;
|
|
9793
|
+
}, string>>, z.ZodObject<{
|
|
9794
|
+
dialect: z.ZodEnum<{
|
|
9795
|
+
cron: "cron";
|
|
9796
|
+
cel: "cel";
|
|
9797
|
+
js: "js";
|
|
9798
|
+
template: "template";
|
|
9799
|
+
}>;
|
|
9800
|
+
source: z.ZodOptional<z.ZodString>;
|
|
9801
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9802
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
9803
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
9804
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9805
|
+
}, z.core.$strip>>;
|
|
9806
|
+
}, z.core.$strip>]>>;
|
|
9782
9807
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
9783
9808
|
1: "1";
|
|
9784
9809
|
2: "2";
|
|
9785
9810
|
3: "3";
|
|
9786
9811
|
4: "4";
|
|
9787
9812
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
9788
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
9789
|
-
field: z.ZodString;
|
|
9790
|
-
label: z.ZodOptional<z.ZodString>;
|
|
9791
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
9792
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
9793
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9794
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
9795
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9796
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
9797
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
9798
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
9799
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9800
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
9801
|
-
source?: string | undefined;
|
|
9802
|
-
ast?: unknown;
|
|
9803
|
-
meta?: {
|
|
9804
|
-
rationale?: string | undefined;
|
|
9805
|
-
generatedBy?: string | undefined;
|
|
9806
|
-
} | undefined;
|
|
9807
|
-
}, string>>, z.ZodObject<{
|
|
9808
|
-
dialect: z.ZodEnum<{
|
|
9809
|
-
cron: "cron";
|
|
9810
|
-
cel: "cel";
|
|
9811
|
-
js: "js";
|
|
9812
|
-
template: "template";
|
|
9813
|
-
}>;
|
|
9814
|
-
source: z.ZodOptional<z.ZodString>;
|
|
9815
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9816
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
9817
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
9818
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9819
|
-
}, z.core.$strip>>;
|
|
9820
|
-
}, z.core.$strip>]>>;
|
|
9821
|
-
}, z.core.$strip>]>>;
|
|
9813
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
9822
9814
|
}, z.core.$strip>>>;
|
|
9823
9815
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9824
9816
|
label: z.ZodOptional<z.ZodString>;
|
|
9817
|
+
description: z.ZodOptional<z.ZodString>;
|
|
9825
9818
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
9826
9819
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
9820
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9821
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
9822
|
+
source?: string | undefined;
|
|
9823
|
+
ast?: unknown;
|
|
9824
|
+
meta?: {
|
|
9825
|
+
rationale?: string | undefined;
|
|
9826
|
+
generatedBy?: string | undefined;
|
|
9827
|
+
} | undefined;
|
|
9828
|
+
}, string>>, z.ZodObject<{
|
|
9829
|
+
dialect: z.ZodEnum<{
|
|
9830
|
+
cron: "cron";
|
|
9831
|
+
cel: "cel";
|
|
9832
|
+
js: "js";
|
|
9833
|
+
template: "template";
|
|
9834
|
+
}>;
|
|
9835
|
+
source: z.ZodOptional<z.ZodString>;
|
|
9836
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9837
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
9838
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
9839
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9840
|
+
}, z.core.$strip>>;
|
|
9841
|
+
}, z.core.$strip>]>>;
|
|
9827
9842
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
9828
9843
|
1: "1";
|
|
9829
9844
|
2: "2";
|
|
9830
9845
|
3: "3";
|
|
9831
9846
|
4: "4";
|
|
9832
9847
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
9833
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
9834
|
-
field: z.ZodString;
|
|
9835
|
-
label: z.ZodOptional<z.ZodString>;
|
|
9836
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
9837
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
9838
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
9839
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
9840
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
9841
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
9842
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
9843
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
9844
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
9845
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
9846
|
-
source?: string | undefined;
|
|
9847
|
-
ast?: unknown;
|
|
9848
|
-
meta?: {
|
|
9849
|
-
rationale?: string | undefined;
|
|
9850
|
-
generatedBy?: string | undefined;
|
|
9851
|
-
} | undefined;
|
|
9852
|
-
}, string>>, z.ZodObject<{
|
|
9853
|
-
dialect: z.ZodEnum<{
|
|
9854
|
-
cron: "cron";
|
|
9855
|
-
cel: "cel";
|
|
9856
|
-
js: "js";
|
|
9857
|
-
template: "template";
|
|
9858
|
-
}>;
|
|
9859
|
-
source: z.ZodOptional<z.ZodString>;
|
|
9860
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
9861
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
9862
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
9863
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
9864
|
-
}, z.core.$strip>>;
|
|
9865
|
-
}, z.core.$strip>]>>;
|
|
9866
|
-
}, z.core.$strip>]>>;
|
|
9848
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
9867
9849
|
}, z.core.$strip>>>;
|
|
9868
9850
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9869
9851
|
field: z.ZodString;
|
|
@@ -9955,6 +9937,10 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
9955
9937
|
}, z.core.$strip>, z.ZodObject<{
|
|
9956
9938
|
provider: z.ZodLiteral<"value">;
|
|
9957
9939
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9940
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9941
|
+
provider: z.ZodLiteral<"schema">;
|
|
9942
|
+
schemaId: z.ZodString;
|
|
9943
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9958
9944
|
}, z.core.$strip>], "provider">>;
|
|
9959
9945
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
9960
9946
|
field: z.ZodString;
|
|
@@ -10323,96 +10309,80 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10323
10309
|
}, z.core.$strip>, z.ZodObject<{
|
|
10324
10310
|
provider: z.ZodLiteral<"value">;
|
|
10325
10311
|
items: z.ZodArray<z.ZodUnknown>;
|
|
10312
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10313
|
+
provider: z.ZodLiteral<"schema">;
|
|
10314
|
+
schemaId: z.ZodString;
|
|
10315
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10326
10316
|
}, z.core.$strip>], "provider">>;
|
|
10327
10317
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10328
10318
|
label: z.ZodOptional<z.ZodString>;
|
|
10319
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10329
10320
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10330
10321
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10322
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10323
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
10324
|
+
source?: string | undefined;
|
|
10325
|
+
ast?: unknown;
|
|
10326
|
+
meta?: {
|
|
10327
|
+
rationale?: string | undefined;
|
|
10328
|
+
generatedBy?: string | undefined;
|
|
10329
|
+
} | undefined;
|
|
10330
|
+
}, string>>, z.ZodObject<{
|
|
10331
|
+
dialect: z.ZodEnum<{
|
|
10332
|
+
cron: "cron";
|
|
10333
|
+
cel: "cel";
|
|
10334
|
+
js: "js";
|
|
10335
|
+
template: "template";
|
|
10336
|
+
}>;
|
|
10337
|
+
source: z.ZodOptional<z.ZodString>;
|
|
10338
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10339
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
10340
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
10341
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10342
|
+
}, z.core.$strip>>;
|
|
10343
|
+
}, z.core.$strip>]>>;
|
|
10331
10344
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
10332
10345
|
1: "1";
|
|
10333
10346
|
2: "2";
|
|
10334
10347
|
3: "3";
|
|
10335
10348
|
4: "4";
|
|
10336
10349
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
10337
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
10338
|
-
field: z.ZodString;
|
|
10339
|
-
label: z.ZodOptional<z.ZodString>;
|
|
10340
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
10341
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
10342
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10343
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
10344
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10345
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
10346
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
10347
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
10348
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10349
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
10350
|
-
source?: string | undefined;
|
|
10351
|
-
ast?: unknown;
|
|
10352
|
-
meta?: {
|
|
10353
|
-
rationale?: string | undefined;
|
|
10354
|
-
generatedBy?: string | undefined;
|
|
10355
|
-
} | undefined;
|
|
10356
|
-
}, string>>, z.ZodObject<{
|
|
10357
|
-
dialect: z.ZodEnum<{
|
|
10358
|
-
cron: "cron";
|
|
10359
|
-
cel: "cel";
|
|
10360
|
-
js: "js";
|
|
10361
|
-
template: "template";
|
|
10362
|
-
}>;
|
|
10363
|
-
source: z.ZodOptional<z.ZodString>;
|
|
10364
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10365
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
10366
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
10367
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10368
|
-
}, z.core.$strip>>;
|
|
10369
|
-
}, z.core.$strip>]>>;
|
|
10370
|
-
}, z.core.$strip>]>>;
|
|
10350
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
10371
10351
|
}, z.core.$strip>>>;
|
|
10372
10352
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10373
10353
|
label: z.ZodOptional<z.ZodString>;
|
|
10354
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10374
10355
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10375
10356
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10357
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10358
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
10359
|
+
source?: string | undefined;
|
|
10360
|
+
ast?: unknown;
|
|
10361
|
+
meta?: {
|
|
10362
|
+
rationale?: string | undefined;
|
|
10363
|
+
generatedBy?: string | undefined;
|
|
10364
|
+
} | undefined;
|
|
10365
|
+
}, string>>, z.ZodObject<{
|
|
10366
|
+
dialect: z.ZodEnum<{
|
|
10367
|
+
cron: "cron";
|
|
10368
|
+
cel: "cel";
|
|
10369
|
+
js: "js";
|
|
10370
|
+
template: "template";
|
|
10371
|
+
}>;
|
|
10372
|
+
source: z.ZodOptional<z.ZodString>;
|
|
10373
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10374
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
10375
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
10376
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10377
|
+
}, z.core.$strip>>;
|
|
10378
|
+
}, z.core.$strip>]>>;
|
|
10376
10379
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
10377
10380
|
1: "1";
|
|
10378
10381
|
2: "2";
|
|
10379
10382
|
3: "3";
|
|
10380
10383
|
4: "4";
|
|
10381
10384
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
10382
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
10383
|
-
field: z.ZodString;
|
|
10384
|
-
label: z.ZodOptional<z.ZodString>;
|
|
10385
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
10386
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
10387
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10388
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
10389
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10390
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
10391
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
10392
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
10393
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10394
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
10395
|
-
source?: string | undefined;
|
|
10396
|
-
ast?: unknown;
|
|
10397
|
-
meta?: {
|
|
10398
|
-
rationale?: string | undefined;
|
|
10399
|
-
generatedBy?: string | undefined;
|
|
10400
|
-
} | undefined;
|
|
10401
|
-
}, string>>, z.ZodObject<{
|
|
10402
|
-
dialect: z.ZodEnum<{
|
|
10403
|
-
cron: "cron";
|
|
10404
|
-
cel: "cel";
|
|
10405
|
-
js: "js";
|
|
10406
|
-
template: "template";
|
|
10407
|
-
}>;
|
|
10408
|
-
source: z.ZodOptional<z.ZodString>;
|
|
10409
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10410
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
10411
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
10412
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10413
|
-
}, z.core.$strip>>;
|
|
10414
|
-
}, z.core.$strip>]>>;
|
|
10415
|
-
}, z.core.$strip>]>>;
|
|
10385
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
10416
10386
|
}, z.core.$strip>>>;
|
|
10417
10387
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10418
10388
|
field: z.ZodString;
|
|
@@ -10495,6 +10465,10 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10495
10465
|
}, z.core.$strip>, z.ZodObject<{
|
|
10496
10466
|
provider: z.ZodLiteral<"value">;
|
|
10497
10467
|
items: z.ZodArray<z.ZodUnknown>;
|
|
10468
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10469
|
+
provider: z.ZodLiteral<"schema">;
|
|
10470
|
+
schemaId: z.ZodString;
|
|
10471
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10498
10472
|
}, z.core.$strip>], "provider">>;
|
|
10499
10473
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
10500
10474
|
field: z.ZodString;
|
|
@@ -10863,96 +10837,80 @@ declare const GetViewResponseSchema: z.ZodObject<{
|
|
|
10863
10837
|
}, z.core.$strip>, z.ZodObject<{
|
|
10864
10838
|
provider: z.ZodLiteral<"value">;
|
|
10865
10839
|
items: z.ZodArray<z.ZodUnknown>;
|
|
10840
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
10841
|
+
provider: z.ZodLiteral<"schema">;
|
|
10842
|
+
schemaId: z.ZodString;
|
|
10843
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10866
10844
|
}, z.core.$strip>], "provider">>;
|
|
10867
10845
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10868
10846
|
label: z.ZodOptional<z.ZodString>;
|
|
10847
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10869
10848
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10870
10849
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10850
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10851
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
10852
|
+
source?: string | undefined;
|
|
10853
|
+
ast?: unknown;
|
|
10854
|
+
meta?: {
|
|
10855
|
+
rationale?: string | undefined;
|
|
10856
|
+
generatedBy?: string | undefined;
|
|
10857
|
+
} | undefined;
|
|
10858
|
+
}, string>>, z.ZodObject<{
|
|
10859
|
+
dialect: z.ZodEnum<{
|
|
10860
|
+
cron: "cron";
|
|
10861
|
+
cel: "cel";
|
|
10862
|
+
js: "js";
|
|
10863
|
+
template: "template";
|
|
10864
|
+
}>;
|
|
10865
|
+
source: z.ZodOptional<z.ZodString>;
|
|
10866
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10867
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
10868
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
10869
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10870
|
+
}, z.core.$strip>>;
|
|
10871
|
+
}, z.core.$strip>]>>;
|
|
10871
10872
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
10872
10873
|
1: "1";
|
|
10873
10874
|
2: "2";
|
|
10874
10875
|
3: "3";
|
|
10875
10876
|
4: "4";
|
|
10876
10877
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
10877
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
10878
|
-
field: z.ZodString;
|
|
10879
|
-
label: z.ZodOptional<z.ZodString>;
|
|
10880
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
10881
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
10882
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10883
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
10884
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10885
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
10886
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
10887
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
10888
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10889
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
10890
|
-
source?: string | undefined;
|
|
10891
|
-
ast?: unknown;
|
|
10892
|
-
meta?: {
|
|
10893
|
-
rationale?: string | undefined;
|
|
10894
|
-
generatedBy?: string | undefined;
|
|
10895
|
-
} | undefined;
|
|
10896
|
-
}, string>>, z.ZodObject<{
|
|
10897
|
-
dialect: z.ZodEnum<{
|
|
10898
|
-
cron: "cron";
|
|
10899
|
-
cel: "cel";
|
|
10900
|
-
js: "js";
|
|
10901
|
-
template: "template";
|
|
10902
|
-
}>;
|
|
10903
|
-
source: z.ZodOptional<z.ZodString>;
|
|
10904
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10905
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
10906
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
10907
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10908
|
-
}, z.core.$strip>>;
|
|
10909
|
-
}, z.core.$strip>]>>;
|
|
10910
|
-
}, z.core.$strip>]>>;
|
|
10878
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
10911
10879
|
}, z.core.$strip>>>;
|
|
10912
10880
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10913
10881
|
label: z.ZodOptional<z.ZodString>;
|
|
10882
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10914
10883
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
10915
10884
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
10885
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10886
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
10887
|
+
source?: string | undefined;
|
|
10888
|
+
ast?: unknown;
|
|
10889
|
+
meta?: {
|
|
10890
|
+
rationale?: string | undefined;
|
|
10891
|
+
generatedBy?: string | undefined;
|
|
10892
|
+
} | undefined;
|
|
10893
|
+
}, string>>, z.ZodObject<{
|
|
10894
|
+
dialect: z.ZodEnum<{
|
|
10895
|
+
cron: "cron";
|
|
10896
|
+
cel: "cel";
|
|
10897
|
+
js: "js";
|
|
10898
|
+
template: "template";
|
|
10899
|
+
}>;
|
|
10900
|
+
source: z.ZodOptional<z.ZodString>;
|
|
10901
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10902
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
10903
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
10904
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10905
|
+
}, z.core.$strip>>;
|
|
10906
|
+
}, z.core.$strip>]>>;
|
|
10916
10907
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
10917
10908
|
1: "1";
|
|
10918
10909
|
2: "2";
|
|
10919
10910
|
3: "3";
|
|
10920
10911
|
4: "4";
|
|
10921
10912
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
10922
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
10923
|
-
field: z.ZodString;
|
|
10924
|
-
label: z.ZodOptional<z.ZodString>;
|
|
10925
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
10926
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
10927
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
10928
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
10929
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10930
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
10931
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
10932
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
10933
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
10934
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
10935
|
-
source?: string | undefined;
|
|
10936
|
-
ast?: unknown;
|
|
10937
|
-
meta?: {
|
|
10938
|
-
rationale?: string | undefined;
|
|
10939
|
-
generatedBy?: string | undefined;
|
|
10940
|
-
} | undefined;
|
|
10941
|
-
}, string>>, z.ZodObject<{
|
|
10942
|
-
dialect: z.ZodEnum<{
|
|
10943
|
-
cron: "cron";
|
|
10944
|
-
cel: "cel";
|
|
10945
|
-
js: "js";
|
|
10946
|
-
template: "template";
|
|
10947
|
-
}>;
|
|
10948
|
-
source: z.ZodOptional<z.ZodString>;
|
|
10949
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
10950
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
10951
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
10952
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
10953
|
-
}, z.core.$strip>>;
|
|
10954
|
-
}, z.core.$strip>]>>;
|
|
10955
|
-
}, z.core.$strip>]>>;
|
|
10913
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
10956
10914
|
}, z.core.$strip>>>;
|
|
10957
10915
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10958
10916
|
field: z.ZodString;
|
|
@@ -11040,6 +10998,10 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11040
10998
|
}, z.core.$strip>, z.ZodObject<{
|
|
11041
10999
|
provider: z.ZodLiteral<"value">;
|
|
11042
11000
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11001
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11002
|
+
provider: z.ZodLiteral<"schema">;
|
|
11003
|
+
schemaId: z.ZodString;
|
|
11004
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
11043
11005
|
}, z.core.$strip>], "provider">>;
|
|
11044
11006
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
11045
11007
|
field: z.ZodString;
|
|
@@ -11408,96 +11370,80 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11408
11370
|
}, z.core.$strip>, z.ZodObject<{
|
|
11409
11371
|
provider: z.ZodLiteral<"value">;
|
|
11410
11372
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11373
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11374
|
+
provider: z.ZodLiteral<"schema">;
|
|
11375
|
+
schemaId: z.ZodString;
|
|
11376
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
11411
11377
|
}, z.core.$strip>], "provider">>;
|
|
11412
11378
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11413
11379
|
label: z.ZodOptional<z.ZodString>;
|
|
11380
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11414
11381
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11415
11382
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11383
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
11384
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
11385
|
+
source?: string | undefined;
|
|
11386
|
+
ast?: unknown;
|
|
11387
|
+
meta?: {
|
|
11388
|
+
rationale?: string | undefined;
|
|
11389
|
+
generatedBy?: string | undefined;
|
|
11390
|
+
} | undefined;
|
|
11391
|
+
}, string>>, z.ZodObject<{
|
|
11392
|
+
dialect: z.ZodEnum<{
|
|
11393
|
+
cron: "cron";
|
|
11394
|
+
cel: "cel";
|
|
11395
|
+
js: "js";
|
|
11396
|
+
template: "template";
|
|
11397
|
+
}>;
|
|
11398
|
+
source: z.ZodOptional<z.ZodString>;
|
|
11399
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11400
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
11401
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
11402
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11403
|
+
}, z.core.$strip>>;
|
|
11404
|
+
}, z.core.$strip>]>>;
|
|
11416
11405
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
11417
11406
|
1: "1";
|
|
11418
11407
|
2: "2";
|
|
11419
11408
|
3: "3";
|
|
11420
11409
|
4: "4";
|
|
11421
11410
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
11422
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
11423
|
-
field: z.ZodString;
|
|
11424
|
-
label: z.ZodOptional<z.ZodString>;
|
|
11425
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
11426
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
11427
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
11428
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
11429
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
11430
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
11431
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
11432
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
11433
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
11434
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
11435
|
-
source?: string | undefined;
|
|
11436
|
-
ast?: unknown;
|
|
11437
|
-
meta?: {
|
|
11438
|
-
rationale?: string | undefined;
|
|
11439
|
-
generatedBy?: string | undefined;
|
|
11440
|
-
} | undefined;
|
|
11441
|
-
}, string>>, z.ZodObject<{
|
|
11442
|
-
dialect: z.ZodEnum<{
|
|
11443
|
-
cron: "cron";
|
|
11444
|
-
cel: "cel";
|
|
11445
|
-
js: "js";
|
|
11446
|
-
template: "template";
|
|
11447
|
-
}>;
|
|
11448
|
-
source: z.ZodOptional<z.ZodString>;
|
|
11449
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11450
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
11451
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
11452
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11453
|
-
}, z.core.$strip>>;
|
|
11454
|
-
}, z.core.$strip>]>>;
|
|
11455
|
-
}, z.core.$strip>]>>;
|
|
11411
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
11456
11412
|
}, z.core.$strip>>>;
|
|
11457
11413
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11458
11414
|
label: z.ZodOptional<z.ZodString>;
|
|
11415
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11459
11416
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11460
11417
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11418
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
11419
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
11420
|
+
source?: string | undefined;
|
|
11421
|
+
ast?: unknown;
|
|
11422
|
+
meta?: {
|
|
11423
|
+
rationale?: string | undefined;
|
|
11424
|
+
generatedBy?: string | undefined;
|
|
11425
|
+
} | undefined;
|
|
11426
|
+
}, string>>, z.ZodObject<{
|
|
11427
|
+
dialect: z.ZodEnum<{
|
|
11428
|
+
cron: "cron";
|
|
11429
|
+
cel: "cel";
|
|
11430
|
+
js: "js";
|
|
11431
|
+
template: "template";
|
|
11432
|
+
}>;
|
|
11433
|
+
source: z.ZodOptional<z.ZodString>;
|
|
11434
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11435
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
11436
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
11437
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11438
|
+
}, z.core.$strip>>;
|
|
11439
|
+
}, z.core.$strip>]>>;
|
|
11461
11440
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
11462
11441
|
1: "1";
|
|
11463
11442
|
2: "2";
|
|
11464
11443
|
3: "3";
|
|
11465
11444
|
4: "4";
|
|
11466
11445
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
11467
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
11468
|
-
field: z.ZodString;
|
|
11469
|
-
label: z.ZodOptional<z.ZodString>;
|
|
11470
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
11471
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
11472
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
11473
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
11474
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
11475
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
11476
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
11477
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
11478
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
11479
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
11480
|
-
source?: string | undefined;
|
|
11481
|
-
ast?: unknown;
|
|
11482
|
-
meta?: {
|
|
11483
|
-
rationale?: string | undefined;
|
|
11484
|
-
generatedBy?: string | undefined;
|
|
11485
|
-
} | undefined;
|
|
11486
|
-
}, string>>, z.ZodObject<{
|
|
11487
|
-
dialect: z.ZodEnum<{
|
|
11488
|
-
cron: "cron";
|
|
11489
|
-
cel: "cel";
|
|
11490
|
-
js: "js";
|
|
11491
|
-
template: "template";
|
|
11492
|
-
}>;
|
|
11493
|
-
source: z.ZodOptional<z.ZodString>;
|
|
11494
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11495
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
11496
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
11497
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11498
|
-
}, z.core.$strip>>;
|
|
11499
|
-
}, z.core.$strip>]>>;
|
|
11500
|
-
}, z.core.$strip>]>>;
|
|
11446
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
11501
11447
|
}, z.core.$strip>>>;
|
|
11502
11448
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11503
11449
|
field: z.ZodString;
|
|
@@ -11580,6 +11526,10 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11580
11526
|
}, z.core.$strip>, z.ZodObject<{
|
|
11581
11527
|
provider: z.ZodLiteral<"value">;
|
|
11582
11528
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11529
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11530
|
+
provider: z.ZodLiteral<"schema">;
|
|
11531
|
+
schemaId: z.ZodString;
|
|
11532
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
11583
11533
|
}, z.core.$strip>], "provider">>;
|
|
11584
11534
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
11585
11535
|
field: z.ZodString;
|
|
@@ -11948,96 +11898,80 @@ declare const CreateViewRequestSchema: z.ZodObject<{
|
|
|
11948
11898
|
}, z.core.$strip>, z.ZodObject<{
|
|
11949
11899
|
provider: z.ZodLiteral<"value">;
|
|
11950
11900
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11901
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11902
|
+
provider: z.ZodLiteral<"schema">;
|
|
11903
|
+
schemaId: z.ZodString;
|
|
11904
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
11951
11905
|
}, z.core.$strip>], "provider">>;
|
|
11952
11906
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11953
11907
|
label: z.ZodOptional<z.ZodString>;
|
|
11908
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11954
11909
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
11955
11910
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
|
|
11960
|
-
|
|
11961
|
-
|
|
11962
|
-
|
|
11963
|
-
|
|
11964
|
-
|
|
11965
|
-
|
|
11966
|
-
|
|
11967
|
-
|
|
11968
|
-
|
|
11969
|
-
|
|
11970
|
-
|
|
11971
|
-
|
|
11972
|
-
|
|
11973
|
-
|
|
11974
|
-
|
|
11975
|
-
|
|
11976
|
-
|
|
11977
|
-
meta?: {
|
|
11978
|
-
rationale?: string | undefined;
|
|
11979
|
-
generatedBy?: string | undefined;
|
|
11980
|
-
} | undefined;
|
|
11981
|
-
}, string>>, z.ZodObject<{
|
|
11982
|
-
dialect: z.ZodEnum<{
|
|
11983
|
-
cron: "cron";
|
|
11984
|
-
cel: "cel";
|
|
11985
|
-
js: "js";
|
|
11986
|
-
template: "template";
|
|
11987
|
-
}>;
|
|
11988
|
-
source: z.ZodOptional<z.ZodString>;
|
|
11989
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11990
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
11991
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
11992
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11993
|
-
}, z.core.$strip>>;
|
|
11994
|
-
}, z.core.$strip>]>>;
|
|
11911
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
11912
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
11913
|
+
source?: string | undefined;
|
|
11914
|
+
ast?: unknown;
|
|
11915
|
+
meta?: {
|
|
11916
|
+
rationale?: string | undefined;
|
|
11917
|
+
generatedBy?: string | undefined;
|
|
11918
|
+
} | undefined;
|
|
11919
|
+
}, string>>, z.ZodObject<{
|
|
11920
|
+
dialect: z.ZodEnum<{
|
|
11921
|
+
cron: "cron";
|
|
11922
|
+
cel: "cel";
|
|
11923
|
+
js: "js";
|
|
11924
|
+
template: "template";
|
|
11925
|
+
}>;
|
|
11926
|
+
source: z.ZodOptional<z.ZodString>;
|
|
11927
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11928
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
11929
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
11930
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11931
|
+
}, z.core.$strip>>;
|
|
11995
11932
|
}, z.core.$strip>]>>;
|
|
11933
|
+
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
11934
|
+
1: "1";
|
|
11935
|
+
2: "2";
|
|
11936
|
+
3: "3";
|
|
11937
|
+
4: "4";
|
|
11938
|
+
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
11939
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
11996
11940
|
}, z.core.$strip>>>;
|
|
11997
11941
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11998
11942
|
label: z.ZodOptional<z.ZodString>;
|
|
11943
|
+
description: z.ZodOptional<z.ZodString>;
|
|
11999
11944
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12000
11945
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
11946
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
11947
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
11948
|
+
source?: string | undefined;
|
|
11949
|
+
ast?: unknown;
|
|
11950
|
+
meta?: {
|
|
11951
|
+
rationale?: string | undefined;
|
|
11952
|
+
generatedBy?: string | undefined;
|
|
11953
|
+
} | undefined;
|
|
11954
|
+
}, string>>, z.ZodObject<{
|
|
11955
|
+
dialect: z.ZodEnum<{
|
|
11956
|
+
cron: "cron";
|
|
11957
|
+
cel: "cel";
|
|
11958
|
+
js: "js";
|
|
11959
|
+
template: "template";
|
|
11960
|
+
}>;
|
|
11961
|
+
source: z.ZodOptional<z.ZodString>;
|
|
11962
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
11963
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
11964
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
11965
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
11966
|
+
}, z.core.$strip>>;
|
|
11967
|
+
}, z.core.$strip>]>>;
|
|
12001
11968
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
12002
11969
|
1: "1";
|
|
12003
11970
|
2: "2";
|
|
12004
11971
|
3: "3";
|
|
12005
11972
|
4: "4";
|
|
12006
11973
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
12007
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
12008
|
-
field: z.ZodString;
|
|
12009
|
-
label: z.ZodOptional<z.ZodString>;
|
|
12010
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
12011
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
12012
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12013
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
12014
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12015
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
12016
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
12017
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
12018
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
12019
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
12020
|
-
source?: string | undefined;
|
|
12021
|
-
ast?: unknown;
|
|
12022
|
-
meta?: {
|
|
12023
|
-
rationale?: string | undefined;
|
|
12024
|
-
generatedBy?: string | undefined;
|
|
12025
|
-
} | undefined;
|
|
12026
|
-
}, string>>, z.ZodObject<{
|
|
12027
|
-
dialect: z.ZodEnum<{
|
|
12028
|
-
cron: "cron";
|
|
12029
|
-
cel: "cel";
|
|
12030
|
-
js: "js";
|
|
12031
|
-
template: "template";
|
|
12032
|
-
}>;
|
|
12033
|
-
source: z.ZodOptional<z.ZodString>;
|
|
12034
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
12035
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
12036
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
12037
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
12038
|
-
}, z.core.$strip>>;
|
|
12039
|
-
}, z.core.$strip>]>>;
|
|
12040
|
-
}, z.core.$strip>]>>;
|
|
11974
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
12041
11975
|
}, z.core.$strip>>>;
|
|
12042
11976
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12043
11977
|
field: z.ZodString;
|
|
@@ -12126,6 +12060,10 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12126
12060
|
}, z.core.$strip>, z.ZodObject<{
|
|
12127
12061
|
provider: z.ZodLiteral<"value">;
|
|
12128
12062
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12063
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12064
|
+
provider: z.ZodLiteral<"schema">;
|
|
12065
|
+
schemaId: z.ZodString;
|
|
12066
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12129
12067
|
}, z.core.$strip>], "provider">>;
|
|
12130
12068
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
12131
12069
|
field: z.ZodString;
|
|
@@ -12494,96 +12432,80 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12494
12432
|
}, z.core.$strip>, z.ZodObject<{
|
|
12495
12433
|
provider: z.ZodLiteral<"value">;
|
|
12496
12434
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12435
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12436
|
+
provider: z.ZodLiteral<"schema">;
|
|
12437
|
+
schemaId: z.ZodString;
|
|
12438
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12497
12439
|
}, z.core.$strip>], "provider">>;
|
|
12498
12440
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12499
12441
|
label: z.ZodOptional<z.ZodString>;
|
|
12442
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12500
12443
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12501
12444
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12445
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
12446
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
12447
|
+
source?: string | undefined;
|
|
12448
|
+
ast?: unknown;
|
|
12449
|
+
meta?: {
|
|
12450
|
+
rationale?: string | undefined;
|
|
12451
|
+
generatedBy?: string | undefined;
|
|
12452
|
+
} | undefined;
|
|
12453
|
+
}, string>>, z.ZodObject<{
|
|
12454
|
+
dialect: z.ZodEnum<{
|
|
12455
|
+
cron: "cron";
|
|
12456
|
+
cel: "cel";
|
|
12457
|
+
js: "js";
|
|
12458
|
+
template: "template";
|
|
12459
|
+
}>;
|
|
12460
|
+
source: z.ZodOptional<z.ZodString>;
|
|
12461
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
12462
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
12463
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
12464
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
12465
|
+
}, z.core.$strip>>;
|
|
12466
|
+
}, z.core.$strip>]>>;
|
|
12502
12467
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
12503
12468
|
1: "1";
|
|
12504
12469
|
2: "2";
|
|
12505
12470
|
3: "3";
|
|
12506
12471
|
4: "4";
|
|
12507
12472
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
12508
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
12509
|
-
field: z.ZodString;
|
|
12510
|
-
label: z.ZodOptional<z.ZodString>;
|
|
12511
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
12512
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
12513
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12514
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
12515
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12516
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
12517
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
12518
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
12519
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
12520
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
12521
|
-
source?: string | undefined;
|
|
12522
|
-
ast?: unknown;
|
|
12523
|
-
meta?: {
|
|
12524
|
-
rationale?: string | undefined;
|
|
12525
|
-
generatedBy?: string | undefined;
|
|
12526
|
-
} | undefined;
|
|
12527
|
-
}, string>>, z.ZodObject<{
|
|
12528
|
-
dialect: z.ZodEnum<{
|
|
12529
|
-
cron: "cron";
|
|
12530
|
-
cel: "cel";
|
|
12531
|
-
js: "js";
|
|
12532
|
-
template: "template";
|
|
12533
|
-
}>;
|
|
12534
|
-
source: z.ZodOptional<z.ZodString>;
|
|
12535
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
12536
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
12537
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
12538
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
12539
|
-
}, z.core.$strip>>;
|
|
12540
|
-
}, z.core.$strip>]>>;
|
|
12541
|
-
}, z.core.$strip>]>>;
|
|
12473
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
12542
12474
|
}, z.core.$strip>>>;
|
|
12543
12475
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12544
12476
|
label: z.ZodOptional<z.ZodString>;
|
|
12477
|
+
description: z.ZodOptional<z.ZodString>;
|
|
12545
12478
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
12546
12479
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12480
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
12481
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
12482
|
+
source?: string | undefined;
|
|
12483
|
+
ast?: unknown;
|
|
12484
|
+
meta?: {
|
|
12485
|
+
rationale?: string | undefined;
|
|
12486
|
+
generatedBy?: string | undefined;
|
|
12487
|
+
} | undefined;
|
|
12488
|
+
}, string>>, z.ZodObject<{
|
|
12489
|
+
dialect: z.ZodEnum<{
|
|
12490
|
+
cron: "cron";
|
|
12491
|
+
cel: "cel";
|
|
12492
|
+
js: "js";
|
|
12493
|
+
template: "template";
|
|
12494
|
+
}>;
|
|
12495
|
+
source: z.ZodOptional<z.ZodString>;
|
|
12496
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
12497
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
12498
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
12499
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
12500
|
+
}, z.core.$strip>>;
|
|
12501
|
+
}, z.core.$strip>]>>;
|
|
12547
12502
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
12548
12503
|
1: "1";
|
|
12549
12504
|
2: "2";
|
|
12550
12505
|
3: "3";
|
|
12551
12506
|
4: "4";
|
|
12552
12507
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
12553
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
12554
|
-
field: z.ZodString;
|
|
12555
|
-
label: z.ZodOptional<z.ZodString>;
|
|
12556
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
12557
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
12558
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
12559
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
12560
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12561
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
12562
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
12563
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
12564
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
12565
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
12566
|
-
source?: string | undefined;
|
|
12567
|
-
ast?: unknown;
|
|
12568
|
-
meta?: {
|
|
12569
|
-
rationale?: string | undefined;
|
|
12570
|
-
generatedBy?: string | undefined;
|
|
12571
|
-
} | undefined;
|
|
12572
|
-
}, string>>, z.ZodObject<{
|
|
12573
|
-
dialect: z.ZodEnum<{
|
|
12574
|
-
cron: "cron";
|
|
12575
|
-
cel: "cel";
|
|
12576
|
-
js: "js";
|
|
12577
|
-
template: "template";
|
|
12578
|
-
}>;
|
|
12579
|
-
source: z.ZodOptional<z.ZodString>;
|
|
12580
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
12581
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
12582
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
12583
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
12584
|
-
}, z.core.$strip>>;
|
|
12585
|
-
}, z.core.$strip>]>>;
|
|
12586
|
-
}, z.core.$strip>]>>;
|
|
12508
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
12587
12509
|
}, z.core.$strip>>>;
|
|
12588
12510
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12589
12511
|
field: z.ZodString;
|
|
@@ -12666,6 +12588,10 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
12666
12588
|
}, z.core.$strip>, z.ZodObject<{
|
|
12667
12589
|
provider: z.ZodLiteral<"value">;
|
|
12668
12590
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12591
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12592
|
+
provider: z.ZodLiteral<"schema">;
|
|
12593
|
+
schemaId: z.ZodString;
|
|
12594
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12669
12595
|
}, z.core.$strip>], "provider">>;
|
|
12670
12596
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
12671
12597
|
field: z.ZodString;
|
|
@@ -13034,96 +12960,80 @@ declare const CreateViewResponseSchema: z.ZodObject<{
|
|
|
13034
12960
|
}, z.core.$strip>, z.ZodObject<{
|
|
13035
12961
|
provider: z.ZodLiteral<"value">;
|
|
13036
12962
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12963
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12964
|
+
provider: z.ZodLiteral<"schema">;
|
|
12965
|
+
schemaId: z.ZodString;
|
|
12966
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13037
12967
|
}, z.core.$strip>], "provider">>;
|
|
13038
12968
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13039
12969
|
label: z.ZodOptional<z.ZodString>;
|
|
12970
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13040
12971
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13041
12972
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
12973
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
12974
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
12975
|
+
source?: string | undefined;
|
|
12976
|
+
ast?: unknown;
|
|
12977
|
+
meta?: {
|
|
12978
|
+
rationale?: string | undefined;
|
|
12979
|
+
generatedBy?: string | undefined;
|
|
12980
|
+
} | undefined;
|
|
12981
|
+
}, string>>, z.ZodObject<{
|
|
12982
|
+
dialect: z.ZodEnum<{
|
|
12983
|
+
cron: "cron";
|
|
12984
|
+
cel: "cel";
|
|
12985
|
+
js: "js";
|
|
12986
|
+
template: "template";
|
|
12987
|
+
}>;
|
|
12988
|
+
source: z.ZodOptional<z.ZodString>;
|
|
12989
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
12990
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
12991
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
12992
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
12993
|
+
}, z.core.$strip>>;
|
|
12994
|
+
}, z.core.$strip>]>>;
|
|
13042
12995
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13043
12996
|
1: "1";
|
|
13044
12997
|
2: "2";
|
|
13045
12998
|
3: "3";
|
|
13046
12999
|
4: "4";
|
|
13047
13000
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
13048
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
13049
|
-
field: z.ZodString;
|
|
13050
|
-
label: z.ZodOptional<z.ZodString>;
|
|
13051
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
13052
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
13053
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13054
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
13055
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
13056
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
13057
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
13058
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
13059
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13060
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
13061
|
-
source?: string | undefined;
|
|
13062
|
-
ast?: unknown;
|
|
13063
|
-
meta?: {
|
|
13064
|
-
rationale?: string | undefined;
|
|
13065
|
-
generatedBy?: string | undefined;
|
|
13066
|
-
} | undefined;
|
|
13067
|
-
}, string>>, z.ZodObject<{
|
|
13068
|
-
dialect: z.ZodEnum<{
|
|
13069
|
-
cron: "cron";
|
|
13070
|
-
cel: "cel";
|
|
13071
|
-
js: "js";
|
|
13072
|
-
template: "template";
|
|
13073
|
-
}>;
|
|
13074
|
-
source: z.ZodOptional<z.ZodString>;
|
|
13075
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13076
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
13077
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
13078
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13079
|
-
}, z.core.$strip>>;
|
|
13080
|
-
}, z.core.$strip>]>>;
|
|
13081
|
-
}, z.core.$strip>]>>;
|
|
13001
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
13082
13002
|
}, z.core.$strip>>>;
|
|
13083
13003
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13084
13004
|
label: z.ZodOptional<z.ZodString>;
|
|
13005
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13085
13006
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13086
13007
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13008
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13009
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
13010
|
+
source?: string | undefined;
|
|
13011
|
+
ast?: unknown;
|
|
13012
|
+
meta?: {
|
|
13013
|
+
rationale?: string | undefined;
|
|
13014
|
+
generatedBy?: string | undefined;
|
|
13015
|
+
} | undefined;
|
|
13016
|
+
}, string>>, z.ZodObject<{
|
|
13017
|
+
dialect: z.ZodEnum<{
|
|
13018
|
+
cron: "cron";
|
|
13019
|
+
cel: "cel";
|
|
13020
|
+
js: "js";
|
|
13021
|
+
template: "template";
|
|
13022
|
+
}>;
|
|
13023
|
+
source: z.ZodOptional<z.ZodString>;
|
|
13024
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13025
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
13026
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
13027
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13028
|
+
}, z.core.$strip>>;
|
|
13029
|
+
}, z.core.$strip>]>>;
|
|
13087
13030
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13088
13031
|
1: "1";
|
|
13089
13032
|
2: "2";
|
|
13090
13033
|
3: "3";
|
|
13091
13034
|
4: "4";
|
|
13092
13035
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
13093
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
13094
|
-
field: z.ZodString;
|
|
13095
|
-
label: z.ZodOptional<z.ZodString>;
|
|
13096
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
13097
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
13098
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13099
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
13100
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
13101
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
13102
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
13103
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
13104
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13105
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
13106
|
-
source?: string | undefined;
|
|
13107
|
-
ast?: unknown;
|
|
13108
|
-
meta?: {
|
|
13109
|
-
rationale?: string | undefined;
|
|
13110
|
-
generatedBy?: string | undefined;
|
|
13111
|
-
} | undefined;
|
|
13112
|
-
}, string>>, z.ZodObject<{
|
|
13113
|
-
dialect: z.ZodEnum<{
|
|
13114
|
-
cron: "cron";
|
|
13115
|
-
cel: "cel";
|
|
13116
|
-
js: "js";
|
|
13117
|
-
template: "template";
|
|
13118
|
-
}>;
|
|
13119
|
-
source: z.ZodOptional<z.ZodString>;
|
|
13120
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13121
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
13122
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
13123
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13124
|
-
}, z.core.$strip>>;
|
|
13125
|
-
}, z.core.$strip>]>>;
|
|
13126
|
-
}, z.core.$strip>]>>;
|
|
13036
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
13127
13037
|
}, z.core.$strip>>>;
|
|
13128
13038
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13129
13039
|
field: z.ZodString;
|
|
@@ -13212,6 +13122,10 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13212
13122
|
}, z.core.$strip>, z.ZodObject<{
|
|
13213
13123
|
provider: z.ZodLiteral<"value">;
|
|
13214
13124
|
items: z.ZodArray<z.ZodUnknown>;
|
|
13125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13126
|
+
provider: z.ZodLiteral<"schema">;
|
|
13127
|
+
schemaId: z.ZodString;
|
|
13128
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13215
13129
|
}, z.core.$strip>], "provider">>;
|
|
13216
13130
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
13217
13131
|
field: z.ZodString;
|
|
@@ -13580,96 +13494,80 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13580
13494
|
}, z.core.$strip>, z.ZodObject<{
|
|
13581
13495
|
provider: z.ZodLiteral<"value">;
|
|
13582
13496
|
items: z.ZodArray<z.ZodUnknown>;
|
|
13497
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13498
|
+
provider: z.ZodLiteral<"schema">;
|
|
13499
|
+
schemaId: z.ZodString;
|
|
13500
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13583
13501
|
}, z.core.$strip>], "provider">>;
|
|
13584
13502
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13585
13503
|
label: z.ZodOptional<z.ZodString>;
|
|
13504
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13586
13505
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13587
13506
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13507
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13508
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
13509
|
+
source?: string | undefined;
|
|
13510
|
+
ast?: unknown;
|
|
13511
|
+
meta?: {
|
|
13512
|
+
rationale?: string | undefined;
|
|
13513
|
+
generatedBy?: string | undefined;
|
|
13514
|
+
} | undefined;
|
|
13515
|
+
}, string>>, z.ZodObject<{
|
|
13516
|
+
dialect: z.ZodEnum<{
|
|
13517
|
+
cron: "cron";
|
|
13518
|
+
cel: "cel";
|
|
13519
|
+
js: "js";
|
|
13520
|
+
template: "template";
|
|
13521
|
+
}>;
|
|
13522
|
+
source: z.ZodOptional<z.ZodString>;
|
|
13523
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13524
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
13525
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
13526
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13527
|
+
}, z.core.$strip>>;
|
|
13528
|
+
}, z.core.$strip>]>>;
|
|
13588
13529
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13589
13530
|
1: "1";
|
|
13590
13531
|
2: "2";
|
|
13591
13532
|
3: "3";
|
|
13592
13533
|
4: "4";
|
|
13593
13534
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
13594
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
13595
|
-
field: z.ZodString;
|
|
13596
|
-
label: z.ZodOptional<z.ZodString>;
|
|
13597
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
13598
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
13599
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13600
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
13601
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
13602
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
13603
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
13604
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
13605
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13606
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
13607
|
-
source?: string | undefined;
|
|
13608
|
-
ast?: unknown;
|
|
13609
|
-
meta?: {
|
|
13610
|
-
rationale?: string | undefined;
|
|
13611
|
-
generatedBy?: string | undefined;
|
|
13612
|
-
} | undefined;
|
|
13613
|
-
}, string>>, z.ZodObject<{
|
|
13614
|
-
dialect: z.ZodEnum<{
|
|
13615
|
-
cron: "cron";
|
|
13616
|
-
cel: "cel";
|
|
13617
|
-
js: "js";
|
|
13618
|
-
template: "template";
|
|
13619
|
-
}>;
|
|
13620
|
-
source: z.ZodOptional<z.ZodString>;
|
|
13621
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13622
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
13623
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
13624
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13625
|
-
}, z.core.$strip>>;
|
|
13626
|
-
}, z.core.$strip>]>>;
|
|
13627
|
-
}, z.core.$strip>]>>;
|
|
13535
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
13628
13536
|
}, z.core.$strip>>>;
|
|
13629
13537
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13630
13538
|
label: z.ZodOptional<z.ZodString>;
|
|
13539
|
+
description: z.ZodOptional<z.ZodString>;
|
|
13631
13540
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
13632
13541
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
13542
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13543
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
13544
|
+
source?: string | undefined;
|
|
13545
|
+
ast?: unknown;
|
|
13546
|
+
meta?: {
|
|
13547
|
+
rationale?: string | undefined;
|
|
13548
|
+
generatedBy?: string | undefined;
|
|
13549
|
+
} | undefined;
|
|
13550
|
+
}, string>>, z.ZodObject<{
|
|
13551
|
+
dialect: z.ZodEnum<{
|
|
13552
|
+
cron: "cron";
|
|
13553
|
+
cel: "cel";
|
|
13554
|
+
js: "js";
|
|
13555
|
+
template: "template";
|
|
13556
|
+
}>;
|
|
13557
|
+
source: z.ZodOptional<z.ZodString>;
|
|
13558
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13559
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
13560
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
13561
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13562
|
+
}, z.core.$strip>>;
|
|
13563
|
+
}, z.core.$strip>]>>;
|
|
13633
13564
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13634
13565
|
1: "1";
|
|
13635
13566
|
2: "2";
|
|
13636
13567
|
3: "3";
|
|
13637
13568
|
4: "4";
|
|
13638
13569
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
13639
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
13640
|
-
field: z.ZodString;
|
|
13641
|
-
label: z.ZodOptional<z.ZodString>;
|
|
13642
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
13643
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
13644
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
13645
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
13646
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
13647
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
13648
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
13649
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
13650
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
13651
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
13652
|
-
source?: string | undefined;
|
|
13653
|
-
ast?: unknown;
|
|
13654
|
-
meta?: {
|
|
13655
|
-
rationale?: string | undefined;
|
|
13656
|
-
generatedBy?: string | undefined;
|
|
13657
|
-
} | undefined;
|
|
13658
|
-
}, string>>, z.ZodObject<{
|
|
13659
|
-
dialect: z.ZodEnum<{
|
|
13660
|
-
cron: "cron";
|
|
13661
|
-
cel: "cel";
|
|
13662
|
-
js: "js";
|
|
13663
|
-
template: "template";
|
|
13664
|
-
}>;
|
|
13665
|
-
source: z.ZodOptional<z.ZodString>;
|
|
13666
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
13667
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
13668
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
13669
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
13670
|
-
}, z.core.$strip>>;
|
|
13671
|
-
}, z.core.$strip>]>>;
|
|
13672
|
-
}, z.core.$strip>]>>;
|
|
13570
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
13673
13571
|
}, z.core.$strip>>>;
|
|
13674
13572
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13675
13573
|
field: z.ZodString;
|
|
@@ -13752,6 +13650,10 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
13752
13650
|
}, z.core.$strip>, z.ZodObject<{
|
|
13753
13651
|
provider: z.ZodLiteral<"value">;
|
|
13754
13652
|
items: z.ZodArray<z.ZodUnknown>;
|
|
13653
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13654
|
+
provider: z.ZodLiteral<"schema">;
|
|
13655
|
+
schemaId: z.ZodString;
|
|
13656
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13755
13657
|
}, z.core.$strip>], "provider">>;
|
|
13756
13658
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
13757
13659
|
field: z.ZodString;
|
|
@@ -14120,96 +14022,80 @@ declare const UpdateViewRequestSchema: z.ZodObject<{
|
|
|
14120
14022
|
}, z.core.$strip>, z.ZodObject<{
|
|
14121
14023
|
provider: z.ZodLiteral<"value">;
|
|
14122
14024
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14025
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14026
|
+
provider: z.ZodLiteral<"schema">;
|
|
14027
|
+
schemaId: z.ZodString;
|
|
14028
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14123
14029
|
}, z.core.$strip>], "provider">>;
|
|
14124
14030
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14125
14031
|
label: z.ZodOptional<z.ZodString>;
|
|
14032
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14126
14033
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14127
14034
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14035
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14036
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
14037
|
+
source?: string | undefined;
|
|
14038
|
+
ast?: unknown;
|
|
14039
|
+
meta?: {
|
|
14040
|
+
rationale?: string | undefined;
|
|
14041
|
+
generatedBy?: string | undefined;
|
|
14042
|
+
} | undefined;
|
|
14043
|
+
}, string>>, z.ZodObject<{
|
|
14044
|
+
dialect: z.ZodEnum<{
|
|
14045
|
+
cron: "cron";
|
|
14046
|
+
cel: "cel";
|
|
14047
|
+
js: "js";
|
|
14048
|
+
template: "template";
|
|
14049
|
+
}>;
|
|
14050
|
+
source: z.ZodOptional<z.ZodString>;
|
|
14051
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14052
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
14053
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
14054
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14055
|
+
}, z.core.$strip>>;
|
|
14056
|
+
}, z.core.$strip>]>>;
|
|
14128
14057
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
14129
14058
|
1: "1";
|
|
14130
14059
|
2: "2";
|
|
14131
14060
|
3: "3";
|
|
14132
14061
|
4: "4";
|
|
14133
14062
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
14134
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
14135
|
-
|
|
14136
|
-
|
|
14137
|
-
|
|
14138
|
-
|
|
14139
|
-
|
|
14140
|
-
|
|
14141
|
-
|
|
14142
|
-
|
|
14143
|
-
|
|
14144
|
-
|
|
14145
|
-
|
|
14146
|
-
|
|
14147
|
-
|
|
14148
|
-
|
|
14149
|
-
|
|
14150
|
-
|
|
14151
|
-
|
|
14152
|
-
|
|
14153
|
-
|
|
14154
|
-
|
|
14155
|
-
|
|
14156
|
-
|
|
14157
|
-
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
14163
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
14164
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14165
|
-
}, z.core.$strip>>;
|
|
14166
|
-
}, z.core.$strip>]>>;
|
|
14063
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
14064
|
+
}, z.core.$strip>>>;
|
|
14065
|
+
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14066
|
+
label: z.ZodOptional<z.ZodString>;
|
|
14067
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14068
|
+
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14069
|
+
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14070
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14071
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
14072
|
+
source?: string | undefined;
|
|
14073
|
+
ast?: unknown;
|
|
14074
|
+
meta?: {
|
|
14075
|
+
rationale?: string | undefined;
|
|
14076
|
+
generatedBy?: string | undefined;
|
|
14077
|
+
} | undefined;
|
|
14078
|
+
}, string>>, z.ZodObject<{
|
|
14079
|
+
dialect: z.ZodEnum<{
|
|
14080
|
+
cron: "cron";
|
|
14081
|
+
cel: "cel";
|
|
14082
|
+
js: "js";
|
|
14083
|
+
template: "template";
|
|
14084
|
+
}>;
|
|
14085
|
+
source: z.ZodOptional<z.ZodString>;
|
|
14086
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14087
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
14088
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
14089
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14090
|
+
}, z.core.$strip>>;
|
|
14167
14091
|
}, z.core.$strip>]>>;
|
|
14168
|
-
}, z.core.$strip>>>;
|
|
14169
|
-
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14170
|
-
label: z.ZodOptional<z.ZodString>;
|
|
14171
|
-
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14172
|
-
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14173
14092
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
14174
14093
|
1: "1";
|
|
14175
14094
|
2: "2";
|
|
14176
14095
|
3: "3";
|
|
14177
14096
|
4: "4";
|
|
14178
14097
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
14179
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
14180
|
-
field: z.ZodString;
|
|
14181
|
-
label: z.ZodOptional<z.ZodString>;
|
|
14182
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
14183
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
14184
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14185
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
14186
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
14187
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
14188
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
14189
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
14190
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14191
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
14192
|
-
source?: string | undefined;
|
|
14193
|
-
ast?: unknown;
|
|
14194
|
-
meta?: {
|
|
14195
|
-
rationale?: string | undefined;
|
|
14196
|
-
generatedBy?: string | undefined;
|
|
14197
|
-
} | undefined;
|
|
14198
|
-
}, string>>, z.ZodObject<{
|
|
14199
|
-
dialect: z.ZodEnum<{
|
|
14200
|
-
cron: "cron";
|
|
14201
|
-
cel: "cel";
|
|
14202
|
-
js: "js";
|
|
14203
|
-
template: "template";
|
|
14204
|
-
}>;
|
|
14205
|
-
source: z.ZodOptional<z.ZodString>;
|
|
14206
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14207
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
14208
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
14209
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14210
|
-
}, z.core.$strip>>;
|
|
14211
|
-
}, z.core.$strip>]>>;
|
|
14212
|
-
}, z.core.$strip>]>>;
|
|
14098
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
14213
14099
|
}, z.core.$strip>>>;
|
|
14214
14100
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14215
14101
|
field: z.ZodString;
|
|
@@ -14298,6 +14184,10 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14298
14184
|
}, z.core.$strip>, z.ZodObject<{
|
|
14299
14185
|
provider: z.ZodLiteral<"value">;
|
|
14300
14186
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14187
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14188
|
+
provider: z.ZodLiteral<"schema">;
|
|
14189
|
+
schemaId: z.ZodString;
|
|
14190
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14301
14191
|
}, z.core.$strip>], "provider">>;
|
|
14302
14192
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
14303
14193
|
field: z.ZodString;
|
|
@@ -14666,96 +14556,80 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14666
14556
|
}, z.core.$strip>, z.ZodObject<{
|
|
14667
14557
|
provider: z.ZodLiteral<"value">;
|
|
14668
14558
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14559
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14560
|
+
provider: z.ZodLiteral<"schema">;
|
|
14561
|
+
schemaId: z.ZodString;
|
|
14562
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14669
14563
|
}, z.core.$strip>], "provider">>;
|
|
14670
14564
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14671
14565
|
label: z.ZodOptional<z.ZodString>;
|
|
14566
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14672
14567
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14673
14568
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14569
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14570
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
14571
|
+
source?: string | undefined;
|
|
14572
|
+
ast?: unknown;
|
|
14573
|
+
meta?: {
|
|
14574
|
+
rationale?: string | undefined;
|
|
14575
|
+
generatedBy?: string | undefined;
|
|
14576
|
+
} | undefined;
|
|
14577
|
+
}, string>>, z.ZodObject<{
|
|
14578
|
+
dialect: z.ZodEnum<{
|
|
14579
|
+
cron: "cron";
|
|
14580
|
+
cel: "cel";
|
|
14581
|
+
js: "js";
|
|
14582
|
+
template: "template";
|
|
14583
|
+
}>;
|
|
14584
|
+
source: z.ZodOptional<z.ZodString>;
|
|
14585
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14586
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
14587
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
14588
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14589
|
+
}, z.core.$strip>>;
|
|
14590
|
+
}, z.core.$strip>]>>;
|
|
14674
14591
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
14675
14592
|
1: "1";
|
|
14676
14593
|
2: "2";
|
|
14677
14594
|
3: "3";
|
|
14678
14595
|
4: "4";
|
|
14679
14596
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
14680
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
14681
|
-
field: z.ZodString;
|
|
14682
|
-
label: z.ZodOptional<z.ZodString>;
|
|
14683
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
14684
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
14685
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14686
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
14687
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
14688
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
14689
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
14690
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
14691
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14692
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
14693
|
-
source?: string | undefined;
|
|
14694
|
-
ast?: unknown;
|
|
14695
|
-
meta?: {
|
|
14696
|
-
rationale?: string | undefined;
|
|
14697
|
-
generatedBy?: string | undefined;
|
|
14698
|
-
} | undefined;
|
|
14699
|
-
}, string>>, z.ZodObject<{
|
|
14700
|
-
dialect: z.ZodEnum<{
|
|
14701
|
-
cron: "cron";
|
|
14702
|
-
cel: "cel";
|
|
14703
|
-
js: "js";
|
|
14704
|
-
template: "template";
|
|
14705
|
-
}>;
|
|
14706
|
-
source: z.ZodOptional<z.ZodString>;
|
|
14707
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14708
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
14709
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
14710
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14711
|
-
}, z.core.$strip>>;
|
|
14712
|
-
}, z.core.$strip>]>>;
|
|
14713
|
-
}, z.core.$strip>]>>;
|
|
14597
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
14714
14598
|
}, z.core.$strip>>>;
|
|
14715
14599
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14716
14600
|
label: z.ZodOptional<z.ZodString>;
|
|
14601
|
+
description: z.ZodOptional<z.ZodString>;
|
|
14717
14602
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
14718
14603
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
14604
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14605
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
14606
|
+
source?: string | undefined;
|
|
14607
|
+
ast?: unknown;
|
|
14608
|
+
meta?: {
|
|
14609
|
+
rationale?: string | undefined;
|
|
14610
|
+
generatedBy?: string | undefined;
|
|
14611
|
+
} | undefined;
|
|
14612
|
+
}, string>>, z.ZodObject<{
|
|
14613
|
+
dialect: z.ZodEnum<{
|
|
14614
|
+
cron: "cron";
|
|
14615
|
+
cel: "cel";
|
|
14616
|
+
js: "js";
|
|
14617
|
+
template: "template";
|
|
14618
|
+
}>;
|
|
14619
|
+
source: z.ZodOptional<z.ZodString>;
|
|
14620
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14621
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
14622
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
14623
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14624
|
+
}, z.core.$strip>>;
|
|
14625
|
+
}, z.core.$strip>]>>;
|
|
14719
14626
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
14720
14627
|
1: "1";
|
|
14721
14628
|
2: "2";
|
|
14722
14629
|
3: "3";
|
|
14723
14630
|
4: "4";
|
|
14724
14631
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
14725
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
14726
|
-
field: z.ZodString;
|
|
14727
|
-
label: z.ZodOptional<z.ZodString>;
|
|
14728
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
14729
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
14730
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
14731
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
14732
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
14733
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
14734
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
14735
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
14736
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
14737
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
14738
|
-
source?: string | undefined;
|
|
14739
|
-
ast?: unknown;
|
|
14740
|
-
meta?: {
|
|
14741
|
-
rationale?: string | undefined;
|
|
14742
|
-
generatedBy?: string | undefined;
|
|
14743
|
-
} | undefined;
|
|
14744
|
-
}, string>>, z.ZodObject<{
|
|
14745
|
-
dialect: z.ZodEnum<{
|
|
14746
|
-
cron: "cron";
|
|
14747
|
-
cel: "cel";
|
|
14748
|
-
js: "js";
|
|
14749
|
-
template: "template";
|
|
14750
|
-
}>;
|
|
14751
|
-
source: z.ZodOptional<z.ZodString>;
|
|
14752
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
14753
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
14754
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
14755
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
14756
|
-
}, z.core.$strip>>;
|
|
14757
|
-
}, z.core.$strip>]>>;
|
|
14758
|
-
}, z.core.$strip>]>>;
|
|
14632
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
14759
14633
|
}, z.core.$strip>>>;
|
|
14760
14634
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14761
14635
|
field: z.ZodString;
|
|
@@ -14838,6 +14712,10 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
14838
14712
|
}, z.core.$strip>, z.ZodObject<{
|
|
14839
14713
|
provider: z.ZodLiteral<"value">;
|
|
14840
14714
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14715
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14716
|
+
provider: z.ZodLiteral<"schema">;
|
|
14717
|
+
schemaId: z.ZodString;
|
|
14718
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14841
14719
|
}, z.core.$strip>], "provider">>;
|
|
14842
14720
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
14843
14721
|
field: z.ZodString;
|
|
@@ -15206,96 +15084,80 @@ declare const UpdateViewResponseSchema: z.ZodObject<{
|
|
|
15206
15084
|
}, z.core.$strip>, z.ZodObject<{
|
|
15207
15085
|
provider: z.ZodLiteral<"value">;
|
|
15208
15086
|
items: z.ZodArray<z.ZodUnknown>;
|
|
15087
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15088
|
+
provider: z.ZodLiteral<"schema">;
|
|
15089
|
+
schemaId: z.ZodString;
|
|
15090
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15209
15091
|
}, z.core.$strip>], "provider">>;
|
|
15210
15092
|
sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15211
15093
|
label: z.ZodOptional<z.ZodString>;
|
|
15094
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15212
15095
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
15213
15096
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
15097
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
15098
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
15099
|
+
source?: string | undefined;
|
|
15100
|
+
ast?: unknown;
|
|
15101
|
+
meta?: {
|
|
15102
|
+
rationale?: string | undefined;
|
|
15103
|
+
generatedBy?: string | undefined;
|
|
15104
|
+
} | undefined;
|
|
15105
|
+
}, string>>, z.ZodObject<{
|
|
15106
|
+
dialect: z.ZodEnum<{
|
|
15107
|
+
cron: "cron";
|
|
15108
|
+
cel: "cel";
|
|
15109
|
+
js: "js";
|
|
15110
|
+
template: "template";
|
|
15111
|
+
}>;
|
|
15112
|
+
source: z.ZodOptional<z.ZodString>;
|
|
15113
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
15114
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
15115
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
15116
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
15117
|
+
}, z.core.$strip>>;
|
|
15118
|
+
}, z.core.$strip>]>>;
|
|
15214
15119
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
15215
15120
|
1: "1";
|
|
15216
15121
|
2: "2";
|
|
15217
15122
|
3: "3";
|
|
15218
15123
|
4: "4";
|
|
15219
15124
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
15220
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
15221
|
-
field: z.ZodString;
|
|
15222
|
-
label: z.ZodOptional<z.ZodString>;
|
|
15223
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
15224
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
15225
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
15226
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
15227
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
15228
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
15229
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
15230
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
15231
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
15232
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
15233
|
-
source?: string | undefined;
|
|
15234
|
-
ast?: unknown;
|
|
15235
|
-
meta?: {
|
|
15236
|
-
rationale?: string | undefined;
|
|
15237
|
-
generatedBy?: string | undefined;
|
|
15238
|
-
} | undefined;
|
|
15239
|
-
}, string>>, z.ZodObject<{
|
|
15240
|
-
dialect: z.ZodEnum<{
|
|
15241
|
-
cron: "cron";
|
|
15242
|
-
cel: "cel";
|
|
15243
|
-
js: "js";
|
|
15244
|
-
template: "template";
|
|
15245
|
-
}>;
|
|
15246
|
-
source: z.ZodOptional<z.ZodString>;
|
|
15247
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
15248
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
15249
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
15250
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
15251
|
-
}, z.core.$strip>>;
|
|
15252
|
-
}, z.core.$strip>]>>;
|
|
15253
|
-
}, z.core.$strip>]>>;
|
|
15125
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
15254
15126
|
}, z.core.$strip>>>;
|
|
15255
15127
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15256
15128
|
label: z.ZodOptional<z.ZodString>;
|
|
15129
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15257
15130
|
collapsible: z.ZodDefault<z.ZodBoolean>;
|
|
15258
15131
|
collapsed: z.ZodDefault<z.ZodBoolean>;
|
|
15132
|
+
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
15133
|
+
dialect: "cron" | "cel" | "js" | "template";
|
|
15134
|
+
source?: string | undefined;
|
|
15135
|
+
ast?: unknown;
|
|
15136
|
+
meta?: {
|
|
15137
|
+
rationale?: string | undefined;
|
|
15138
|
+
generatedBy?: string | undefined;
|
|
15139
|
+
} | undefined;
|
|
15140
|
+
}, string>>, z.ZodObject<{
|
|
15141
|
+
dialect: z.ZodEnum<{
|
|
15142
|
+
cron: "cron";
|
|
15143
|
+
cel: "cel";
|
|
15144
|
+
js: "js";
|
|
15145
|
+
template: "template";
|
|
15146
|
+
}>;
|
|
15147
|
+
source: z.ZodOptional<z.ZodString>;
|
|
15148
|
+
ast: z.ZodOptional<z.ZodUnknown>;
|
|
15149
|
+
meta: z.ZodOptional<z.ZodObject<{
|
|
15150
|
+
rationale: z.ZodOptional<z.ZodString>;
|
|
15151
|
+
generatedBy: z.ZodOptional<z.ZodString>;
|
|
15152
|
+
}, z.core.$strip>>;
|
|
15153
|
+
}, z.core.$strip>]>>;
|
|
15259
15154
|
columns: z.ZodPipe<z.ZodDefault<z.ZodUnion<readonly [z.ZodEnum<{
|
|
15260
15155
|
1: "1";
|
|
15261
15156
|
2: "2";
|
|
15262
15157
|
3: "3";
|
|
15263
15158
|
4: "4";
|
|
15264
15159
|
}>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>]>>, z.ZodTransform<1 | 2 | 4 | 3, "1" | 1 | 2 | 4 | 3 | "2" | "3" | "4">>;
|
|
15265
|
-
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.
|
|
15266
|
-
field: z.ZodString;
|
|
15267
|
-
label: z.ZodOptional<z.ZodString>;
|
|
15268
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
15269
|
-
helpText: z.ZodOptional<z.ZodString>;
|
|
15270
|
-
readonly: z.ZodOptional<z.ZodBoolean>;
|
|
15271
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
15272
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
15273
|
-
colSpan: z.ZodOptional<z.ZodNumber>;
|
|
15274
|
-
widget: z.ZodOptional<z.ZodString>;
|
|
15275
|
-
dependsOn: z.ZodOptional<z.ZodString>;
|
|
15276
|
-
visibleOn: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
15277
|
-
dialect: "cron" | "cel" | "js" | "template";
|
|
15278
|
-
source?: string | undefined;
|
|
15279
|
-
ast?: unknown;
|
|
15280
|
-
meta?: {
|
|
15281
|
-
rationale?: string | undefined;
|
|
15282
|
-
generatedBy?: string | undefined;
|
|
15283
|
-
} | undefined;
|
|
15284
|
-
}, string>>, z.ZodObject<{
|
|
15285
|
-
dialect: z.ZodEnum<{
|
|
15286
|
-
cron: "cron";
|
|
15287
|
-
cel: "cel";
|
|
15288
|
-
js: "js";
|
|
15289
|
-
template: "template";
|
|
15290
|
-
}>;
|
|
15291
|
-
source: z.ZodOptional<z.ZodString>;
|
|
15292
|
-
ast: z.ZodOptional<z.ZodUnknown>;
|
|
15293
|
-
meta: z.ZodOptional<z.ZodObject<{
|
|
15294
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
15295
|
-
generatedBy: z.ZodOptional<z.ZodString>;
|
|
15296
|
-
}, z.core.$strip>>;
|
|
15297
|
-
}, z.core.$strip>]>>;
|
|
15298
|
-
}, z.core.$strip>]>>;
|
|
15160
|
+
fields: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>]>>;
|
|
15299
15161
|
}, z.core.$strip>>>;
|
|
15300
15162
|
defaultSort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15301
15163
|
field: z.ZodString;
|
|
@@ -15411,6 +15273,7 @@ declare const GetWorkflowConfigResponseSchema: z.ZodObject<{
|
|
|
15411
15273
|
on_delete: "on_delete";
|
|
15412
15274
|
schedule: "schedule";
|
|
15413
15275
|
}>;
|
|
15276
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15414
15277
|
criteria: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
15415
15278
|
dialect: "cron" | "cel" | "js" | "template";
|
|
15416
15279
|
source?: string | undefined;
|
|
@@ -21295,6 +21158,8 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21295
21158
|
audio: "audio";
|
|
21296
21159
|
formula: "formula";
|
|
21297
21160
|
autonumber: "autonumber";
|
|
21161
|
+
composite: "composite";
|
|
21162
|
+
repeater: "repeater";
|
|
21298
21163
|
location: "location";
|
|
21299
21164
|
address: "address";
|
|
21300
21165
|
rating: "rating";
|
|
@@ -21770,6 +21635,10 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
21770
21635
|
}, z.core.$strip>, z.ZodObject<{
|
|
21771
21636
|
provider: z.ZodLiteral<"value">;
|
|
21772
21637
|
items: z.ZodArray<z.ZodUnknown>;
|
|
21638
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21639
|
+
provider: z.ZodLiteral<"schema">;
|
|
21640
|
+
schemaId: z.ZodString;
|
|
21641
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
21773
21642
|
}, z.core.$strip>], "provider">>;
|
|
21774
21643
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
21775
21644
|
field: z.ZodString;
|
|
@@ -22227,6 +22096,8 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22227
22096
|
audio: "audio";
|
|
22228
22097
|
formula: "formula";
|
|
22229
22098
|
autonumber: "autonumber";
|
|
22099
|
+
composite: "composite";
|
|
22100
|
+
repeater: "repeater";
|
|
22230
22101
|
location: "location";
|
|
22231
22102
|
address: "address";
|
|
22232
22103
|
rating: "rating";
|
|
@@ -22355,7 +22226,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22355
22226
|
field?: string | undefined;
|
|
22356
22227
|
objectOverride?: string | undefined;
|
|
22357
22228
|
label?: string | undefined;
|
|
22358
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
22229
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "composite" | "repeater" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
22359
22230
|
options?: {
|
|
22360
22231
|
label: string;
|
|
22361
22232
|
value: string;
|
|
@@ -22430,7 +22301,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22430
22301
|
field?: string | undefined;
|
|
22431
22302
|
objectOverride?: string | undefined;
|
|
22432
22303
|
label?: string | undefined;
|
|
22433
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
22304
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "composite" | "repeater" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
22434
22305
|
options?: {
|
|
22435
22306
|
label: string;
|
|
22436
22307
|
value: string;
|
|
@@ -22549,6 +22420,8 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
22549
22420
|
audio: "audio";
|
|
22550
22421
|
formula: "formula";
|
|
22551
22422
|
autonumber: "autonumber";
|
|
22423
|
+
composite: "composite";
|
|
22424
|
+
repeater: "repeater";
|
|
22552
22425
|
location: "location";
|
|
22553
22426
|
address: "address";
|
|
22554
22427
|
rating: "rating";
|
|
@@ -23024,6 +22897,10 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
23024
22897
|
}, z.core.$strip>, z.ZodObject<{
|
|
23025
22898
|
provider: z.ZodLiteral<"value">;
|
|
23026
22899
|
items: z.ZodArray<z.ZodUnknown>;
|
|
22900
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22901
|
+
provider: z.ZodLiteral<"schema">;
|
|
22902
|
+
schemaId: z.ZodString;
|
|
22903
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
23027
22904
|
}, z.core.$strip>], "provider">>;
|
|
23028
22905
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
23029
22906
|
field: z.ZodString;
|
|
@@ -23481,6 +23358,8 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
23481
23358
|
audio: "audio";
|
|
23482
23359
|
formula: "formula";
|
|
23483
23360
|
autonumber: "autonumber";
|
|
23361
|
+
composite: "composite";
|
|
23362
|
+
repeater: "repeater";
|
|
23484
23363
|
location: "location";
|
|
23485
23364
|
address: "address";
|
|
23486
23365
|
rating: "rating";
|
|
@@ -23609,7 +23488,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
23609
23488
|
field?: string | undefined;
|
|
23610
23489
|
objectOverride?: string | undefined;
|
|
23611
23490
|
label?: string | undefined;
|
|
23612
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
23491
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "composite" | "repeater" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
23613
23492
|
options?: {
|
|
23614
23493
|
label: string;
|
|
23615
23494
|
value: string;
|
|
@@ -23684,7 +23563,7 @@ declare const ObjectDefinitionResponseSchema: z.ZodObject<{
|
|
|
23684
23563
|
field?: string | undefined;
|
|
23685
23564
|
objectOverride?: string | undefined;
|
|
23686
23565
|
label?: string | undefined;
|
|
23687
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
23566
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "json" | "url" | "summary" | "datetime" | "color" | "time" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "composite" | "repeater" | "location" | "address" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
|
|
23688
23567
|
options?: {
|
|
23689
23568
|
label: string;
|
|
23690
23569
|
value: string;
|