@objectstack/spec 6.7.1 → 6.8.1
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 +27 -5
- package/dist/contracts/index.d.ts +27 -5
- package/dist/data/index.d.mts +305 -4
- package/dist/data/index.d.ts +305 -4
- package/dist/data/index.js +299 -3
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +297 -4
- package/dist/data/index.mjs.map +1 -1
- package/dist/{execution-context.zod-7FfY8UW2.d.mts → execution-context.zod-D4xMP7B4.d.mts} +7 -0
- package/dist/{execution-context.zod-7FfY8UW2.d.ts → execution-context.zod-D4xMP7B4.d.ts} +7 -0
- 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.d.mts +1 -1
- package/dist/kernel/index.d.ts +1 -1
- package/dist/kernel/index.js +29 -15
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +29 -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/{subscription.zod-CsRDvTgL.d.ts → subscription.zod-CBBzN0Tf.d.ts} +329 -0
- package/dist/{subscription.zod-CBGq0BgL.d.mts → subscription.zod-MSheiEQT.d.mts} +329 -0
- 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 +23 -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 +23 -2
- package/json-schema/data/DataEngineAggregateRequest.json +23 -2
- package/json-schema/data/DataEngineBatchRequest.json +149 -2
- package/json-schema/data/DataEngineCountOptions.json +23 -2
- package/json-schema/data/DataEngineCountRequest.json +23 -2
- package/json-schema/data/DataEngineDeleteOptions.json +23 -2
- package/json-schema/data/DataEngineDeleteRequest.json +23 -2
- package/json-schema/data/DataEngineExecuteRequest.json +2 -2
- package/json-schema/data/DataEngineFilter.json +2 -2
- package/json-schema/data/DataEngineFindOneRequest.json +23 -2
- package/json-schema/data/DataEngineFindRequest.json +23 -2
- package/json-schema/data/DataEngineInsertOptions.json +23 -2
- package/json-schema/data/DataEngineInsertRequest.json +23 -2
- package/json-schema/data/DataEngineQueryOptions.json +23 -2
- package/json-schema/data/DataEngineRequest.json +296 -2
- package/json-schema/data/DataEngineSort.json +2 -2
- package/json-schema/data/DataEngineUpdateOptions.json +23 -2
- package/json-schema/data/DataEngineUpdateRequest.json +23 -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 +23 -2
- package/json-schema/data/EngineCountOptions.json +23 -2
- package/json-schema/data/EngineDeleteOptions.json +23 -2
- package/json-schema/data/EngineQueryOptions.json +23 -2
- package/json-schema/data/EngineUpdateOptions.json +23 -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 +23 -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 +4761 -3409
- 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/prompts/architecture.md +6 -6
- 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/execution-context.zod.ts +16 -0
- 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/system/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { B as BaseValidationRuleShape, y as ServiceObject } from '../object.zod-
|
|
2
|
+
import { B as BaseValidationRuleShape, y as ServiceObject } from '../object.zod-D4gYbFv4.js';
|
|
3
3
|
import { c as StateNodeConfig } from '../state-machine.zod-BNanU03M.js';
|
|
4
4
|
import { aC as TranslationBundle } from '../app-install.zod-FLEuRBBE.js';
|
|
5
5
|
export { A as AppCompatibilityCheck, a as AppCompatibilityCheckSchema, b as AppInstallRequest, c as AppInstallRequestSchema, d as AppInstallResult, e as AppInstallResultSchema, f as AppManifest, g as AppManifestSchema, h as AppTranslationBundle, i as AppTranslationBundleSchema, C as CoverageBreakdownEntry, j as CoverageBreakdownEntrySchema, D as DeployBundle, k as DeployBundleSchema, l as DeployDiff, m as DeployDiffSchema, n as DeployManifest, o as DeployManifestSchema, p as DeployStatus, q as DeployStatusEnum, r as DeployValidationIssue, s as DeployValidationIssueSchema, t as DeployValidationResult, u as DeployValidationResultSchema, F as FieldTranslation, v as FieldTranslationSchema, L as LocaleSchema, M as MessageFormat, w as MessageFormatSchema, x as MetadataCollectionInfo, y as MetadataCollectionInfoSchema, z as MetadataDiffResult, B as MetadataDiffResultSchema, E as MetadataExportOptions, G as MetadataExportOptionsSchema, H as MetadataFormat, I as MetadataFormatSchema, J as MetadataHistoryQueryOptions, K as MetadataHistoryQueryOptionsSchema, N as MetadataHistoryQueryResult, O as MetadataHistoryQueryResultSchema, P as MetadataHistoryRecord, Q as MetadataHistoryRecordSchema, R as MetadataHistoryRetentionPolicy, S as MetadataHistoryRetentionPolicySchema, T as MetadataImportOptions, U as MetadataImportOptionsSchema, V as MetadataLoadOptions, W as MetadataLoadOptionsSchema, X as MetadataLoadResult, Y as MetadataLoadResultSchema, Z as MetadataLoaderContract, _ as MetadataLoaderContractSchema, $ as MetadataRecord, a0 as MetadataRecordSchema, a1 as MetadataSaveOptions, a2 as MetadataSaveOptionsSchema, a3 as MetadataSaveResult, a4 as MetadataSaveResultSchema, a5 as MetadataScope, a6 as MetadataScopeSchema, a7 as MetadataSource, a8 as MetadataSourceSchema, a9 as MetadataStateSchema, aa as MetadataStats, ab as MetadataStatsSchema, ac as MetadataWatchEvent, ad as MetadataWatchEventSchema, ae as MigrationPlan, af as MigrationPlanSchema, ag as MigrationStatement, ah as MigrationStatementSchema, ai as ObjectTranslationData, aj as ObjectTranslationDataSchema, ak as ObjectTranslationNode, al as ObjectTranslationNodeSchema, am as PackagePublishResult, an as PackagePublishResultSchema, ao as ProvisioningStep, ap as ProvisioningStepSchema, aq as SchemaChange, ar as SchemaChangeSchema, as as TenantPlan, at as TenantPlanSchema, au as TenantProvisioningRequest, av as TenantProvisioningRequestSchema, aw as TenantProvisioningResult, ax as TenantProvisioningResultSchema, ay as TenantProvisioningStatus, az as TenantProvisioningStatusEnum, aA as TenantRegion, aB as TenantRegionSchema, aD as TranslationBundleSchema, aE as TranslationConfig, aF as TranslationConfigSchema, aG as TranslationCoverageResult, aH as TranslationCoverageResultSchema, aI as TranslationData, aJ as TranslationDataSchema, aK as TranslationDiffItem, aL as TranslationDiffItemSchema, aM as TranslationDiffStatus, aN as TranslationDiffStatusSchema, aO as TranslationFileOrganization, aP as TranslationFileOrganizationSchema } from '../app-install.zod-FLEuRBBE.js';
|
|
@@ -4906,6 +4906,7 @@ declare const AddFieldOperation: z.ZodObject<{
|
|
|
4906
4906
|
summary: "summary";
|
|
4907
4907
|
json: "json";
|
|
4908
4908
|
percent: "percent";
|
|
4909
|
+
composite: "composite";
|
|
4909
4910
|
textarea: "textarea";
|
|
4910
4911
|
markdown: "markdown";
|
|
4911
4912
|
html: "html";
|
|
@@ -4926,6 +4927,7 @@ declare const AddFieldOperation: z.ZodObject<{
|
|
|
4926
4927
|
audio: "audio";
|
|
4927
4928
|
formula: "formula";
|
|
4928
4929
|
autonumber: "autonumber";
|
|
4930
|
+
repeater: "repeater";
|
|
4929
4931
|
address: "address";
|
|
4930
4932
|
color: "color";
|
|
4931
4933
|
rating: "rating";
|
|
@@ -5268,6 +5270,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
5268
5270
|
summary: "summary";
|
|
5269
5271
|
json: "json";
|
|
5270
5272
|
percent: "percent";
|
|
5273
|
+
composite: "composite";
|
|
5271
5274
|
textarea: "textarea";
|
|
5272
5275
|
markdown: "markdown";
|
|
5273
5276
|
html: "html";
|
|
@@ -5288,6 +5291,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
5288
5291
|
audio: "audio";
|
|
5289
5292
|
formula: "formula";
|
|
5290
5293
|
autonumber: "autonumber";
|
|
5294
|
+
repeater: "repeater";
|
|
5291
5295
|
address: "address";
|
|
5292
5296
|
color: "color";
|
|
5293
5297
|
rating: "rating";
|
|
@@ -5762,6 +5766,10 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
5762
5766
|
}, z.core.$strip>, z.ZodObject<{
|
|
5763
5767
|
provider: z.ZodLiteral<"value">;
|
|
5764
5768
|
items: z.ZodArray<z.ZodUnknown>;
|
|
5769
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5770
|
+
provider: z.ZodLiteral<"schema">;
|
|
5771
|
+
schemaId: z.ZodString;
|
|
5772
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
5765
5773
|
}, z.core.$strip>], "provider">>;
|
|
5766
5774
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
5767
5775
|
field: z.ZodString;
|
|
@@ -6200,6 +6208,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
6200
6208
|
summary: "summary";
|
|
6201
6209
|
json: "json";
|
|
6202
6210
|
percent: "percent";
|
|
6211
|
+
composite: "composite";
|
|
6203
6212
|
textarea: "textarea";
|
|
6204
6213
|
markdown: "markdown";
|
|
6205
6214
|
html: "html";
|
|
@@ -6220,6 +6229,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
6220
6229
|
audio: "audio";
|
|
6221
6230
|
formula: "formula";
|
|
6222
6231
|
autonumber: "autonumber";
|
|
6232
|
+
repeater: "repeater";
|
|
6223
6233
|
address: "address";
|
|
6224
6234
|
color: "color";
|
|
6225
6235
|
rating: "rating";
|
|
@@ -6347,7 +6357,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
6347
6357
|
field?: string | undefined;
|
|
6348
6358
|
objectOverride?: string | undefined;
|
|
6349
6359
|
label?: string | undefined;
|
|
6350
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
6360
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
6351
6361
|
options?: {
|
|
6352
6362
|
label: string;
|
|
6353
6363
|
value: string;
|
|
@@ -6422,7 +6432,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
6422
6432
|
field?: string | undefined;
|
|
6423
6433
|
objectOverride?: string | undefined;
|
|
6424
6434
|
label?: string | undefined;
|
|
6425
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
6435
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
6426
6436
|
options?: {
|
|
6427
6437
|
label: string;
|
|
6428
6438
|
value: string;
|
|
@@ -6522,6 +6532,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
6522
6532
|
summary: "summary";
|
|
6523
6533
|
json: "json";
|
|
6524
6534
|
percent: "percent";
|
|
6535
|
+
composite: "composite";
|
|
6525
6536
|
textarea: "textarea";
|
|
6526
6537
|
markdown: "markdown";
|
|
6527
6538
|
html: "html";
|
|
@@ -6542,6 +6553,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
6542
6553
|
audio: "audio";
|
|
6543
6554
|
formula: "formula";
|
|
6544
6555
|
autonumber: "autonumber";
|
|
6556
|
+
repeater: "repeater";
|
|
6545
6557
|
address: "address";
|
|
6546
6558
|
color: "color";
|
|
6547
6559
|
rating: "rating";
|
|
@@ -7016,6 +7028,10 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
7016
7028
|
}, z.core.$strip>, z.ZodObject<{
|
|
7017
7029
|
provider: z.ZodLiteral<"value">;
|
|
7018
7030
|
items: z.ZodArray<z.ZodUnknown>;
|
|
7031
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7032
|
+
provider: z.ZodLiteral<"schema">;
|
|
7033
|
+
schemaId: z.ZodString;
|
|
7034
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
7019
7035
|
}, z.core.$strip>], "provider">>;
|
|
7020
7036
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
7021
7037
|
field: z.ZodString;
|
|
@@ -7454,6 +7470,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
7454
7470
|
summary: "summary";
|
|
7455
7471
|
json: "json";
|
|
7456
7472
|
percent: "percent";
|
|
7473
|
+
composite: "composite";
|
|
7457
7474
|
textarea: "textarea";
|
|
7458
7475
|
markdown: "markdown";
|
|
7459
7476
|
html: "html";
|
|
@@ -7474,6 +7491,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
7474
7491
|
audio: "audio";
|
|
7475
7492
|
formula: "formula";
|
|
7476
7493
|
autonumber: "autonumber";
|
|
7494
|
+
repeater: "repeater";
|
|
7477
7495
|
address: "address";
|
|
7478
7496
|
color: "color";
|
|
7479
7497
|
rating: "rating";
|
|
@@ -7601,7 +7619,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
7601
7619
|
field?: string | undefined;
|
|
7602
7620
|
objectOverride?: string | undefined;
|
|
7603
7621
|
label?: string | undefined;
|
|
7604
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
7622
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
7605
7623
|
options?: {
|
|
7606
7624
|
label: string;
|
|
7607
7625
|
value: string;
|
|
@@ -7676,7 +7694,7 @@ declare const CreateObjectOperation: z.ZodObject<{
|
|
|
7676
7694
|
field?: string | undefined;
|
|
7677
7695
|
objectOverride?: string | undefined;
|
|
7678
7696
|
label?: string | undefined;
|
|
7679
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
7697
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
7680
7698
|
options?: {
|
|
7681
7699
|
label: string;
|
|
7682
7700
|
value: string;
|
|
@@ -7766,6 +7784,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7766
7784
|
summary: "summary";
|
|
7767
7785
|
json: "json";
|
|
7768
7786
|
percent: "percent";
|
|
7787
|
+
composite: "composite";
|
|
7769
7788
|
textarea: "textarea";
|
|
7770
7789
|
markdown: "markdown";
|
|
7771
7790
|
html: "html";
|
|
@@ -7786,6 +7805,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7786
7805
|
audio: "audio";
|
|
7787
7806
|
formula: "formula";
|
|
7788
7807
|
autonumber: "autonumber";
|
|
7808
|
+
repeater: "repeater";
|
|
7789
7809
|
address: "address";
|
|
7790
7810
|
color: "color";
|
|
7791
7811
|
rating: "rating";
|
|
@@ -8125,6 +8145,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8125
8145
|
summary: "summary";
|
|
8126
8146
|
json: "json";
|
|
8127
8147
|
percent: "percent";
|
|
8148
|
+
composite: "composite";
|
|
8128
8149
|
textarea: "textarea";
|
|
8129
8150
|
markdown: "markdown";
|
|
8130
8151
|
html: "html";
|
|
@@ -8145,6 +8166,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8145
8166
|
audio: "audio";
|
|
8146
8167
|
formula: "formula";
|
|
8147
8168
|
autonumber: "autonumber";
|
|
8169
|
+
repeater: "repeater";
|
|
8148
8170
|
address: "address";
|
|
8149
8171
|
color: "color";
|
|
8150
8172
|
rating: "rating";
|
|
@@ -8619,6 +8641,10 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8619
8641
|
}, z.core.$strip>, z.ZodObject<{
|
|
8620
8642
|
provider: z.ZodLiteral<"value">;
|
|
8621
8643
|
items: z.ZodArray<z.ZodUnknown>;
|
|
8644
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8645
|
+
provider: z.ZodLiteral<"schema">;
|
|
8646
|
+
schemaId: z.ZodString;
|
|
8647
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
8622
8648
|
}, z.core.$strip>], "provider">>;
|
|
8623
8649
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
8624
8650
|
field: z.ZodString;
|
|
@@ -9057,6 +9083,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9057
9083
|
summary: "summary";
|
|
9058
9084
|
json: "json";
|
|
9059
9085
|
percent: "percent";
|
|
9086
|
+
composite: "composite";
|
|
9060
9087
|
textarea: "textarea";
|
|
9061
9088
|
markdown: "markdown";
|
|
9062
9089
|
html: "html";
|
|
@@ -9077,6 +9104,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9077
9104
|
audio: "audio";
|
|
9078
9105
|
formula: "formula";
|
|
9079
9106
|
autonumber: "autonumber";
|
|
9107
|
+
repeater: "repeater";
|
|
9080
9108
|
address: "address";
|
|
9081
9109
|
color: "color";
|
|
9082
9110
|
rating: "rating";
|
|
@@ -9204,7 +9232,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9204
9232
|
field?: string | undefined;
|
|
9205
9233
|
objectOverride?: string | undefined;
|
|
9206
9234
|
label?: string | undefined;
|
|
9207
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
9235
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
9208
9236
|
options?: {
|
|
9209
9237
|
label: string;
|
|
9210
9238
|
value: string;
|
|
@@ -9279,7 +9307,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9279
9307
|
field?: string | undefined;
|
|
9280
9308
|
objectOverride?: string | undefined;
|
|
9281
9309
|
label?: string | undefined;
|
|
9282
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
9310
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
9283
9311
|
options?: {
|
|
9284
9312
|
label: string;
|
|
9285
9313
|
value: string;
|
|
@@ -9379,6 +9407,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9379
9407
|
summary: "summary";
|
|
9380
9408
|
json: "json";
|
|
9381
9409
|
percent: "percent";
|
|
9410
|
+
composite: "composite";
|
|
9382
9411
|
textarea: "textarea";
|
|
9383
9412
|
markdown: "markdown";
|
|
9384
9413
|
html: "html";
|
|
@@ -9399,6 +9428,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9399
9428
|
audio: "audio";
|
|
9400
9429
|
formula: "formula";
|
|
9401
9430
|
autonumber: "autonumber";
|
|
9431
|
+
repeater: "repeater";
|
|
9402
9432
|
address: "address";
|
|
9403
9433
|
color: "color";
|
|
9404
9434
|
rating: "rating";
|
|
@@ -9873,6 +9903,10 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9873
9903
|
}, z.core.$strip>, z.ZodObject<{
|
|
9874
9904
|
provider: z.ZodLiteral<"value">;
|
|
9875
9905
|
items: z.ZodArray<z.ZodUnknown>;
|
|
9906
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9907
|
+
provider: z.ZodLiteral<"schema">;
|
|
9908
|
+
schemaId: z.ZodString;
|
|
9909
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9876
9910
|
}, z.core.$strip>], "provider">>;
|
|
9877
9911
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
9878
9912
|
field: z.ZodString;
|
|
@@ -10311,6 +10345,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10311
10345
|
summary: "summary";
|
|
10312
10346
|
json: "json";
|
|
10313
10347
|
percent: "percent";
|
|
10348
|
+
composite: "composite";
|
|
10314
10349
|
textarea: "textarea";
|
|
10315
10350
|
markdown: "markdown";
|
|
10316
10351
|
html: "html";
|
|
@@ -10331,6 +10366,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10331
10366
|
audio: "audio";
|
|
10332
10367
|
formula: "formula";
|
|
10333
10368
|
autonumber: "autonumber";
|
|
10369
|
+
repeater: "repeater";
|
|
10334
10370
|
address: "address";
|
|
10335
10371
|
color: "color";
|
|
10336
10372
|
rating: "rating";
|
|
@@ -10458,7 +10494,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10458
10494
|
field?: string | undefined;
|
|
10459
10495
|
objectOverride?: string | undefined;
|
|
10460
10496
|
label?: string | undefined;
|
|
10461
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
10497
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
10462
10498
|
options?: {
|
|
10463
10499
|
label: string;
|
|
10464
10500
|
value: string;
|
|
@@ -10533,7 +10569,7 @@ declare const MigrationOperationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10533
10569
|
field?: string | undefined;
|
|
10534
10570
|
objectOverride?: string | undefined;
|
|
10535
10571
|
label?: string | undefined;
|
|
10536
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
10572
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
10537
10573
|
options?: {
|
|
10538
10574
|
label: string;
|
|
10539
10575
|
value: string;
|
|
@@ -10634,6 +10670,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
10634
10670
|
summary: "summary";
|
|
10635
10671
|
json: "json";
|
|
10636
10672
|
percent: "percent";
|
|
10673
|
+
composite: "composite";
|
|
10637
10674
|
textarea: "textarea";
|
|
10638
10675
|
markdown: "markdown";
|
|
10639
10676
|
html: "html";
|
|
@@ -10654,6 +10691,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
10654
10691
|
audio: "audio";
|
|
10655
10692
|
formula: "formula";
|
|
10656
10693
|
autonumber: "autonumber";
|
|
10694
|
+
repeater: "repeater";
|
|
10657
10695
|
address: "address";
|
|
10658
10696
|
color: "color";
|
|
10659
10697
|
rating: "rating";
|
|
@@ -10993,6 +11031,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
10993
11031
|
summary: "summary";
|
|
10994
11032
|
json: "json";
|
|
10995
11033
|
percent: "percent";
|
|
11034
|
+
composite: "composite";
|
|
10996
11035
|
textarea: "textarea";
|
|
10997
11036
|
markdown: "markdown";
|
|
10998
11037
|
html: "html";
|
|
@@ -11013,6 +11052,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
11013
11052
|
audio: "audio";
|
|
11014
11053
|
formula: "formula";
|
|
11015
11054
|
autonumber: "autonumber";
|
|
11055
|
+
repeater: "repeater";
|
|
11016
11056
|
address: "address";
|
|
11017
11057
|
color: "color";
|
|
11018
11058
|
rating: "rating";
|
|
@@ -11487,6 +11527,10 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
11487
11527
|
}, z.core.$strip>, z.ZodObject<{
|
|
11488
11528
|
provider: z.ZodLiteral<"value">;
|
|
11489
11529
|
items: z.ZodArray<z.ZodUnknown>;
|
|
11530
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11531
|
+
provider: z.ZodLiteral<"schema">;
|
|
11532
|
+
schemaId: z.ZodString;
|
|
11533
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
11490
11534
|
}, z.core.$strip>], "provider">>;
|
|
11491
11535
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
11492
11536
|
field: z.ZodString;
|
|
@@ -11925,6 +11969,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
11925
11969
|
summary: "summary";
|
|
11926
11970
|
json: "json";
|
|
11927
11971
|
percent: "percent";
|
|
11972
|
+
composite: "composite";
|
|
11928
11973
|
textarea: "textarea";
|
|
11929
11974
|
markdown: "markdown";
|
|
11930
11975
|
html: "html";
|
|
@@ -11945,6 +11990,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
11945
11990
|
audio: "audio";
|
|
11946
11991
|
formula: "formula";
|
|
11947
11992
|
autonumber: "autonumber";
|
|
11993
|
+
repeater: "repeater";
|
|
11948
11994
|
address: "address";
|
|
11949
11995
|
color: "color";
|
|
11950
11996
|
rating: "rating";
|
|
@@ -12072,7 +12118,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
12072
12118
|
field?: string | undefined;
|
|
12073
12119
|
objectOverride?: string | undefined;
|
|
12074
12120
|
label?: string | undefined;
|
|
12075
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
12121
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
12076
12122
|
options?: {
|
|
12077
12123
|
label: string;
|
|
12078
12124
|
value: string;
|
|
@@ -12147,7 +12193,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
12147
12193
|
field?: string | undefined;
|
|
12148
12194
|
objectOverride?: string | undefined;
|
|
12149
12195
|
label?: string | undefined;
|
|
12150
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
12196
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
12151
12197
|
options?: {
|
|
12152
12198
|
label: string;
|
|
12153
12199
|
value: string;
|
|
@@ -12247,6 +12293,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
12247
12293
|
summary: "summary";
|
|
12248
12294
|
json: "json";
|
|
12249
12295
|
percent: "percent";
|
|
12296
|
+
composite: "composite";
|
|
12250
12297
|
textarea: "textarea";
|
|
12251
12298
|
markdown: "markdown";
|
|
12252
12299
|
html: "html";
|
|
@@ -12267,6 +12314,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
12267
12314
|
audio: "audio";
|
|
12268
12315
|
formula: "formula";
|
|
12269
12316
|
autonumber: "autonumber";
|
|
12317
|
+
repeater: "repeater";
|
|
12270
12318
|
address: "address";
|
|
12271
12319
|
color: "color";
|
|
12272
12320
|
rating: "rating";
|
|
@@ -12741,6 +12789,10 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
12741
12789
|
}, z.core.$strip>, z.ZodObject<{
|
|
12742
12790
|
provider: z.ZodLiteral<"value">;
|
|
12743
12791
|
items: z.ZodArray<z.ZodUnknown>;
|
|
12792
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
12793
|
+
provider: z.ZodLiteral<"schema">;
|
|
12794
|
+
schemaId: z.ZodString;
|
|
12795
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12744
12796
|
}, z.core.$strip>], "provider">>;
|
|
12745
12797
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
12746
12798
|
field: z.ZodString;
|
|
@@ -13179,6 +13231,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13179
13231
|
summary: "summary";
|
|
13180
13232
|
json: "json";
|
|
13181
13233
|
percent: "percent";
|
|
13234
|
+
composite: "composite";
|
|
13182
13235
|
textarea: "textarea";
|
|
13183
13236
|
markdown: "markdown";
|
|
13184
13237
|
html: "html";
|
|
@@ -13199,6 +13252,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13199
13252
|
audio: "audio";
|
|
13200
13253
|
formula: "formula";
|
|
13201
13254
|
autonumber: "autonumber";
|
|
13255
|
+
repeater: "repeater";
|
|
13202
13256
|
address: "address";
|
|
13203
13257
|
color: "color";
|
|
13204
13258
|
rating: "rating";
|
|
@@ -13326,7 +13380,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13326
13380
|
field?: string | undefined;
|
|
13327
13381
|
objectOverride?: string | undefined;
|
|
13328
13382
|
label?: string | undefined;
|
|
13329
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
13383
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
13330
13384
|
options?: {
|
|
13331
13385
|
label: string;
|
|
13332
13386
|
value: string;
|
|
@@ -13401,7 +13455,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13401
13455
|
field?: string | undefined;
|
|
13402
13456
|
objectOverride?: string | undefined;
|
|
13403
13457
|
label?: string | undefined;
|
|
13404
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
13458
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
13405
13459
|
options?: {
|
|
13406
13460
|
label: string;
|
|
13407
13461
|
value: string;
|
|
@@ -13488,6 +13542,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13488
13542
|
summary: "summary";
|
|
13489
13543
|
json: "json";
|
|
13490
13544
|
percent: "percent";
|
|
13545
|
+
composite: "composite";
|
|
13491
13546
|
textarea: "textarea";
|
|
13492
13547
|
markdown: "markdown";
|
|
13493
13548
|
html: "html";
|
|
@@ -13508,6 +13563,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13508
13563
|
audio: "audio";
|
|
13509
13564
|
formula: "formula";
|
|
13510
13565
|
autonumber: "autonumber";
|
|
13566
|
+
repeater: "repeater";
|
|
13511
13567
|
address: "address";
|
|
13512
13568
|
color: "color";
|
|
13513
13569
|
rating: "rating";
|
|
@@ -13847,6 +13903,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13847
13903
|
summary: "summary";
|
|
13848
13904
|
json: "json";
|
|
13849
13905
|
percent: "percent";
|
|
13906
|
+
composite: "composite";
|
|
13850
13907
|
textarea: "textarea";
|
|
13851
13908
|
markdown: "markdown";
|
|
13852
13909
|
html: "html";
|
|
@@ -13867,6 +13924,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
13867
13924
|
audio: "audio";
|
|
13868
13925
|
formula: "formula";
|
|
13869
13926
|
autonumber: "autonumber";
|
|
13927
|
+
repeater: "repeater";
|
|
13870
13928
|
address: "address";
|
|
13871
13929
|
color: "color";
|
|
13872
13930
|
rating: "rating";
|
|
@@ -14341,6 +14399,10 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
14341
14399
|
}, z.core.$strip>, z.ZodObject<{
|
|
14342
14400
|
provider: z.ZodLiteral<"value">;
|
|
14343
14401
|
items: z.ZodArray<z.ZodUnknown>;
|
|
14402
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14403
|
+
provider: z.ZodLiteral<"schema">;
|
|
14404
|
+
schemaId: z.ZodString;
|
|
14405
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14344
14406
|
}, z.core.$strip>], "provider">>;
|
|
14345
14407
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
14346
14408
|
field: z.ZodString;
|
|
@@ -14779,6 +14841,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
14779
14841
|
summary: "summary";
|
|
14780
14842
|
json: "json";
|
|
14781
14843
|
percent: "percent";
|
|
14844
|
+
composite: "composite";
|
|
14782
14845
|
textarea: "textarea";
|
|
14783
14846
|
markdown: "markdown";
|
|
14784
14847
|
html: "html";
|
|
@@ -14799,6 +14862,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
14799
14862
|
audio: "audio";
|
|
14800
14863
|
formula: "formula";
|
|
14801
14864
|
autonumber: "autonumber";
|
|
14865
|
+
repeater: "repeater";
|
|
14802
14866
|
address: "address";
|
|
14803
14867
|
color: "color";
|
|
14804
14868
|
rating: "rating";
|
|
@@ -14926,7 +14990,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
14926
14990
|
field?: string | undefined;
|
|
14927
14991
|
objectOverride?: string | undefined;
|
|
14928
14992
|
label?: string | undefined;
|
|
14929
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
14993
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
14930
14994
|
options?: {
|
|
14931
14995
|
label: string;
|
|
14932
14996
|
value: string;
|
|
@@ -15001,7 +15065,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
15001
15065
|
field?: string | undefined;
|
|
15002
15066
|
objectOverride?: string | undefined;
|
|
15003
15067
|
label?: string | undefined;
|
|
15004
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
15068
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
15005
15069
|
options?: {
|
|
15006
15070
|
label: string;
|
|
15007
15071
|
value: string;
|
|
@@ -15101,6 +15165,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
15101
15165
|
summary: "summary";
|
|
15102
15166
|
json: "json";
|
|
15103
15167
|
percent: "percent";
|
|
15168
|
+
composite: "composite";
|
|
15104
15169
|
textarea: "textarea";
|
|
15105
15170
|
markdown: "markdown";
|
|
15106
15171
|
html: "html";
|
|
@@ -15121,6 +15186,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
15121
15186
|
audio: "audio";
|
|
15122
15187
|
formula: "formula";
|
|
15123
15188
|
autonumber: "autonumber";
|
|
15189
|
+
repeater: "repeater";
|
|
15124
15190
|
address: "address";
|
|
15125
15191
|
color: "color";
|
|
15126
15192
|
rating: "rating";
|
|
@@ -15595,6 +15661,10 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
15595
15661
|
}, z.core.$strip>, z.ZodObject<{
|
|
15596
15662
|
provider: z.ZodLiteral<"value">;
|
|
15597
15663
|
items: z.ZodArray<z.ZodUnknown>;
|
|
15664
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15665
|
+
provider: z.ZodLiteral<"schema">;
|
|
15666
|
+
schemaId: z.ZodString;
|
|
15667
|
+
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15598
15668
|
}, z.core.$strip>], "provider">>;
|
|
15599
15669
|
columns: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodArray<z.ZodObject<{
|
|
15600
15670
|
field: z.ZodString;
|
|
@@ -16033,6 +16103,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
16033
16103
|
summary: "summary";
|
|
16034
16104
|
json: "json";
|
|
16035
16105
|
percent: "percent";
|
|
16106
|
+
composite: "composite";
|
|
16036
16107
|
textarea: "textarea";
|
|
16037
16108
|
markdown: "markdown";
|
|
16038
16109
|
html: "html";
|
|
@@ -16053,6 +16124,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
16053
16124
|
audio: "audio";
|
|
16054
16125
|
formula: "formula";
|
|
16055
16126
|
autonumber: "autonumber";
|
|
16127
|
+
repeater: "repeater";
|
|
16056
16128
|
address: "address";
|
|
16057
16129
|
color: "color";
|
|
16058
16130
|
rating: "rating";
|
|
@@ -16180,7 +16252,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
16180
16252
|
field?: string | undefined;
|
|
16181
16253
|
objectOverride?: string | undefined;
|
|
16182
16254
|
label?: string | undefined;
|
|
16183
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
16255
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
16184
16256
|
options?: {
|
|
16185
16257
|
label: string;
|
|
16186
16258
|
value: string;
|
|
@@ -16255,7 +16327,7 @@ declare const ChangeSetSchema: z.ZodObject<{
|
|
|
16255
16327
|
field?: string | undefined;
|
|
16256
16328
|
objectOverride?: string | undefined;
|
|
16257
16329
|
label?: string | undefined;
|
|
16258
|
-
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
16330
|
+
type?: "number" | "boolean" | "date" | "file" | "tags" | "email" | "phone" | "password" | "code" | "datetime" | "location" | "text" | "url" | "summary" | "json" | "percent" | "composite" | "textarea" | "markdown" | "html" | "richtext" | "currency" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "autonumber" | "repeater" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector" | undefined;
|
|
16259
16331
|
options?: {
|
|
16260
16332
|
label: string;
|
|
16261
16333
|
value: string;
|
|
@@ -16668,6 +16740,109 @@ declare const EmailTemplateDefinitionSchema: z.ZodObject<{
|
|
|
16668
16740
|
}, z.core.$strip>;
|
|
16669
16741
|
type EmailTemplateDefinition = z.infer<typeof EmailTemplateDefinitionSchema>;
|
|
16670
16742
|
|
|
16743
|
+
/**
|
|
16744
|
+
* EmailTemplate — canonical FormView layout.
|
|
16745
|
+
*
|
|
16746
|
+
* Used for the `email_template` metadata type surfaced by the
|
|
16747
|
+
* notification service. Bodies are rendered with the `code` widget so
|
|
16748
|
+
* admins get syntax highlighting (HTML/Markdown/text via the
|
|
16749
|
+
* `bodyType` field).
|
|
16750
|
+
*/
|
|
16751
|
+
declare const emailTemplateForm: {
|
|
16752
|
+
type: "split" | "simple" | "modal" | "drawer" | "tabbed" | "wizard";
|
|
16753
|
+
data?: {
|
|
16754
|
+
provider: "object";
|
|
16755
|
+
object: string;
|
|
16756
|
+
} | {
|
|
16757
|
+
provider: "api";
|
|
16758
|
+
read?: {
|
|
16759
|
+
url: string;
|
|
16760
|
+
method: "GET" | "PUT" | "POST" | "DELETE" | "PATCH";
|
|
16761
|
+
headers?: Record<string, string> | undefined;
|
|
16762
|
+
params?: Record<string, unknown> | undefined;
|
|
16763
|
+
body?: unknown;
|
|
16764
|
+
} | undefined;
|
|
16765
|
+
write?: {
|
|
16766
|
+
url: string;
|
|
16767
|
+
method: "GET" | "PUT" | "POST" | "DELETE" | "PATCH";
|
|
16768
|
+
headers?: Record<string, string> | undefined;
|
|
16769
|
+
params?: Record<string, unknown> | undefined;
|
|
16770
|
+
body?: unknown;
|
|
16771
|
+
} | undefined;
|
|
16772
|
+
} | {
|
|
16773
|
+
provider: "value";
|
|
16774
|
+
items: unknown[];
|
|
16775
|
+
} | {
|
|
16776
|
+
provider: "schema";
|
|
16777
|
+
schemaId: string;
|
|
16778
|
+
schema?: Record<string, unknown> | undefined;
|
|
16779
|
+
} | undefined;
|
|
16780
|
+
sections?: {
|
|
16781
|
+
collapsible: boolean;
|
|
16782
|
+
collapsed: boolean;
|
|
16783
|
+
columns: 4 | 1 | 2 | 3;
|
|
16784
|
+
fields: any[];
|
|
16785
|
+
label?: string | undefined;
|
|
16786
|
+
description?: string | undefined;
|
|
16787
|
+
visibleOn?: {
|
|
16788
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16789
|
+
source?: string | undefined;
|
|
16790
|
+
ast?: unknown;
|
|
16791
|
+
meta?: {
|
|
16792
|
+
rationale?: string | undefined;
|
|
16793
|
+
generatedBy?: string | undefined;
|
|
16794
|
+
} | undefined;
|
|
16795
|
+
} | undefined;
|
|
16796
|
+
}[] | undefined;
|
|
16797
|
+
groups?: {
|
|
16798
|
+
collapsible: boolean;
|
|
16799
|
+
collapsed: boolean;
|
|
16800
|
+
columns: 4 | 1 | 2 | 3;
|
|
16801
|
+
fields: any[];
|
|
16802
|
+
label?: string | undefined;
|
|
16803
|
+
description?: string | undefined;
|
|
16804
|
+
visibleOn?: {
|
|
16805
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16806
|
+
source?: string | undefined;
|
|
16807
|
+
ast?: unknown;
|
|
16808
|
+
meta?: {
|
|
16809
|
+
rationale?: string | undefined;
|
|
16810
|
+
generatedBy?: string | undefined;
|
|
16811
|
+
} | undefined;
|
|
16812
|
+
} | undefined;
|
|
16813
|
+
}[] | undefined;
|
|
16814
|
+
defaultSort?: {
|
|
16815
|
+
field: string;
|
|
16816
|
+
order: "asc" | "desc";
|
|
16817
|
+
}[] | undefined;
|
|
16818
|
+
sharing?: {
|
|
16819
|
+
enabled: boolean;
|
|
16820
|
+
allowAnonymous: boolean;
|
|
16821
|
+
publicLink?: string | undefined;
|
|
16822
|
+
password?: string | undefined;
|
|
16823
|
+
allowedDomains?: string[] | undefined;
|
|
16824
|
+
expiresAt?: string | undefined;
|
|
16825
|
+
} | undefined;
|
|
16826
|
+
submitBehavior?: {
|
|
16827
|
+
kind: "thank-you";
|
|
16828
|
+
title?: string | undefined;
|
|
16829
|
+
message?: string | undefined;
|
|
16830
|
+
} | {
|
|
16831
|
+
kind: "redirect";
|
|
16832
|
+
url: string;
|
|
16833
|
+
delayMs?: number | undefined;
|
|
16834
|
+
} | {
|
|
16835
|
+
kind: "continue";
|
|
16836
|
+
} | {
|
|
16837
|
+
kind: "next-record";
|
|
16838
|
+
} | undefined;
|
|
16839
|
+
aria?: {
|
|
16840
|
+
ariaLabel?: string | undefined;
|
|
16841
|
+
ariaDescribedBy?: string | undefined;
|
|
16842
|
+
role?: string | undefined;
|
|
16843
|
+
} | undefined;
|
|
16844
|
+
};
|
|
16845
|
+
|
|
16671
16846
|
declare const GDPRConfigSchema: z.ZodObject<{
|
|
16672
16847
|
enabled: z.ZodBoolean;
|
|
16673
16848
|
dataSubjectRights: z.ZodObject<{
|
|
@@ -22178,4 +22353,4 @@ interface ObjectStackPlugin {
|
|
|
22178
22353
|
onDisable?: (context: PluginContext) => Promise<void>;
|
|
22179
22354
|
}
|
|
22180
22355
|
|
|
22181
|
-
export { type AccessControlConfig, AccessControlConfigSchema, type ActionLike, AddFieldOperation, type AdvancedAuthConfig, AdvancedAuthConfigSchema, type AnalyzerConfig, AnalyzerConfigSchema, type AuditConfig, AuditConfigSchema, type AuditEvent, type AuditEventActor, AuditEventActorSchema, type AuditEventChange, AuditEventChangeSchema, type AuditEventFilter, AuditEventFilterSchema, AuditEventSchema, AuditEventSeverity, type AuditEventTarget, AuditEventTargetSchema, AuditEventType, type AuditFinding, AuditFindingSchema, AuditFindingSeveritySchema, AuditFindingStatusSchema, type AuditLogConfig, type AuditLogConfigInput, AuditLogConfigSchema, type AuditRetentionPolicy, AuditRetentionPolicySchema, type AuditSchedule, AuditScheduleSchema, type AuditStorageConfig, AuditStorageConfigSchema, type AuthConfig, AuthConfigSchema, type AuthPluginConfig, AuthPluginConfigSchema, type AuthProviderConfig, AuthProviderConfigSchema, type AwarenessEvent, AwarenessEventSchema, type AwarenessSession, AwarenessSessionSchema, type AwarenessUpdate, AwarenessUpdateSchema, type AwarenessUserState, AwarenessUserStateSchema, type BackupConfig, type BackupConfigInput, BackupConfigSchema, type BackupRetention, BackupRetentionSchema, type BackupStrategy, BackupStrategySchema, type BatchProgress, type BatchProgressInput, BatchProgressSchema, BatchTask, type BatchTaskInput, BatchTaskSchema, type BucketConfig, BucketConfigSchema, type CRDTMergeResult, CRDTMergeResultSchema, type CRDTState, CRDTStateSchema, CRDTType, type CacheAvalanchePrevention, CacheAvalanchePreventionSchema, type CacheConfig, type CacheConfigInput, CacheConfigSchema, type CacheConsistency, CacheConsistencySchema, type CacheInvalidation, CacheInvalidationSchema, type CacheStrategy, CacheStrategySchema, type CacheTier, type CacheTierInput, CacheTierSchema, type CacheWarmup, CacheWarmupSchema, type ChangeImpact, ChangeImpactSchema, type ChangePriority, ChangePrioritySchema, type ChangeRequest, ChangeRequestSchema, type ChangeSet, ChangeSetSchema, type ChangeStatus, ChangeStatusSchema, type ChangeType, ChangeTypeSchema, CollaborationMode, type CollaborationSession, type CollaborationSessionConfig, CollaborationSessionConfigSchema, CollaborationSessionSchema, type CollaborativeCursor, CollaborativeCursorSchema, type ComplianceAuditRequirement, ComplianceAuditRequirementSchema, type ComplianceConfig, type ComplianceConfigInput, ComplianceConfigSchema, type ComplianceEncryptionRequirement, ComplianceEncryptionRequirementSchema, type ComplianceFramework, ComplianceFrameworkSchema, type ConsoleDestinationConfig, ConsoleDestinationConfigSchema, type ConsumerConfig, ConsumerConfigSchema, CoreServiceName, type CounterOperation, CounterOperationSchema, CreateObjectOperation, type CronSchedule, CronScheduleSchema, CursorColorPreset, type CursorSelection, CursorSelectionSchema, type CursorStyle, CursorStyleSchema, type CursorUpdate, CursorUpdateSchema, DEFAULT_SUSPICIOUS_ACTIVITY_RULES, type DataClassification, type DataClassificationPolicy, DataClassificationPolicySchema, DataClassificationSchema, type DatabaseLevelIsolationStrategy, type DatabaseLevelIsolationStrategyInput, DatabaseLevelIsolationStrategySchema, type DatabaseProvider, DatabaseProviderSchema, type DeadLetterQueue, DeadLetterQueueSchema, DeleteObjectOperation, type DisasterRecoveryPlan, type DisasterRecoveryPlanInput, DisasterRecoveryPlanSchema, type DistributedCacheConfig, type DistributedCacheConfigInput, DistributedCacheConfigSchema, ENVIRONMENT_ARTIFACT_SCHEMA_VERSION, type EmailAddressConfig, EmailAddressConfigSchema, type EmailAndPasswordConfig, EmailAndPasswordConfigSchema, type EmailProvider, EmailProviderSchema, type EmailServiceConfig, EmailServiceConfigSchema, type EmailTemplate, type EmailTemplateDefinition, type EmailTemplateDefinitionCategory, EmailTemplateDefinitionCategorySchema, EmailTemplateDefinitionSchema, type EmailTemplateDefinitionVariable, EmailTemplateDefinitionVariableSchema, EmailTemplateSchema, type EmailVerificationConfig, EmailVerificationConfigSchema, type EncryptionAlgorithm, EncryptionAlgorithmSchema, type EncryptionConfig, type EncryptionConfigInput, EncryptionConfigSchema, type EnvironmentArtifact, type EnvironmentArtifactChecksum, EnvironmentArtifactChecksumSchema, type EnvironmentArtifactFunction, type EnvironmentArtifactFunctionLanguage, EnvironmentArtifactFunctionLanguageEnum, EnvironmentArtifactFunctionSchema, type EnvironmentArtifactHashAlgorithm, EnvironmentArtifactHashAlgorithmEnum, type EnvironmentArtifactInput, type EnvironmentArtifactManifest, EnvironmentArtifactManifestSchema, type EnvironmentArtifactMetadata, EnvironmentArtifactMetadataSchema, type EnvironmentArtifactPayloadRef, EnvironmentArtifactPayloadRefSchema, type EnvironmentArtifactRequirement, EnvironmentArtifactRequirementSchema, EnvironmentArtifactSchema, ExecuteSqlOperation, ExtendedLogLevel, type ExternalServiceDestinationConfig, ExternalServiceDestinationConfigSchema, type FacetConfig, FacetConfigSchema, type FailoverConfig, type FailoverConfigInput, FailoverConfigSchema, type FailoverMode, FailoverModeSchema, type Feature, type FeatureInput, FeatureSchema, type FieldEncryption, type FieldEncryptionInput, FieldEncryptionSchema, type FileDestinationConfig, FileDestinationConfigSchema, type FileMetadata, FileMetadataSchema, type GCounter, GCounterSchema, type GDPRConfig, type GDPRConfigInput, GDPRConfigSchema, type HIPAAConfig, type HIPAAConfigInput, HIPAAConfigSchema, type HistogramBucketConfig, HistogramBucketConfigSchema, type HttpDestinationConfig, HttpDestinationConfigSchema, HttpServerConfig, type HttpServerConfigInput, HttpServerConfigSchema, type ISettingsCapability, type ISettingsClient, type InAppNotification, InAppNotificationSchema, type Incident, type IncidentCategory, IncidentCategorySchema, type IncidentNotificationMatrix, IncidentNotificationMatrixSchema, type IncidentNotificationRule, IncidentNotificationRuleSchema, type IncidentResponsePhase, IncidentResponsePhaseSchema, type IncidentResponsePolicy, IncidentResponsePolicySchema, IncidentSchema, type IncidentSeverity, IncidentSeveritySchema, type IncidentStatus, IncidentStatusSchema, type IntervalSchedule, IntervalScheduleSchema, type Job, type JobExecution, JobExecutionSchema, JobExecutionStatus, type JobSchedule, JobSchema, KernelServiceMapSchema, type KeyManagementProvider, KeyManagementProviderSchema, type KeyRotationPolicy, type KeyRotationPolicyInput, KeyRotationPolicySchema, type LWWRegister, LWWRegisterSchema, type License, LicenseMetricType, LicenseSchema, type LifecycleAction, LifecycleActionSchema, type LifecyclePolicyConfig, LifecyclePolicyConfigSchema, type LifecyclePolicyRule, LifecyclePolicyRuleSchema, type LogDestination, LogDestinationSchema, LogDestinationType, type LogEnrichmentConfig, LogEnrichmentConfigSchema, type LogEntry, LogEntrySchema, LogFormat, LogLevel, type LoggerConfig, LoggerConfigSchema, type LoggingConfig, LoggingConfigSchema, type MaskingConfig, type MaskingConfigInput, MaskingConfigSchema, type MaskingRule, type MaskingRuleInput, MaskingRuleSchema, type MaskingStrategy, MaskingStrategySchema, type MaskingVisibilityRule, MaskingVisibilityRuleSchema, type MessageQueueConfig, MessageQueueConfigSchema, type MessageQueueProvider, MessageQueueProviderSchema, type MetricAggregationConfig, MetricAggregationConfigSchema, MetricAggregationType, type MetricDataPoint, MetricDataPointSchema, type MetricDefinition, MetricDefinitionSchema, type MetricExportConfig, MetricExportConfigSchema, type MetricLabels, MetricLabelsSchema, MetricType, MetricUnit, type MetricsConfig, MetricsConfigSchema, MiddlewareConfig, type MiddlewareConfigInput, MiddlewareConfigSchema, MiddlewareType, MigrationDependencySchema, type MigrationOperation, MigrationOperationSchema, ModifyFieldOperation, type MultipartUploadConfig, MultipartUploadConfigSchema, type MutualTLSConfig, MutualTLSConfigSchema, type NotificationChannel, NotificationChannelSchema, type NotificationConfig, NotificationConfigSchema, type ORSet, type ORSetElement, ORSetElementSchema, ORSetSchema, type OTComponent, OTComponentSchema, type OTOperation, OTOperationSchema, OTOperationType, type OTTransformResult, OTTransformResultSchema, type ObjectFieldLike, type ObjectLike, type ObjectMetadata, ObjectMetadataSchema, type ObjectOSKernel, type ObjectQLClient, type ObjectStackPlugin, type ObjectStorageConfig, ObjectStorageConfigSchema, type OidcProviderConfig, OidcProviderConfigSchema, type OidcProvidersConfig, OidcProvidersConfigSchema, type OnceSchedule, OnceScheduleSchema, type OpenTelemetryCompatibility, OpenTelemetryCompatibilitySchema, OtelExporterType, type PCIDSSConfig, type PCIDSSConfigInput, PCIDSSConfigSchema, PKG_CONVENTIONS, type PNCounter, PNCounterSchema, type PackageDirectory, type PackageFile, type Plan, type PlanInput, PlanSchema, type PluginContext, type PluginLogger, type PresignedUrlConfig, PresignedUrlConfigSchema, type PushNotification, PushNotificationSchema, QueueConfig, type QueueConfigInput, QueueConfigSchema, type QuotaEnforcementResult, QuotaEnforcementResultSchema, type RPO, RPOSchema, type RTO, RTOSchema, type RegistryConfig, RegistryConfigSchema, type RegistrySyncPolicy, RegistrySyncPolicySchema, type RegistryUpstream, RegistryUpstreamSchema, RemoveFieldOperation, RenameObjectOperation, type ResolveOptions, type ResolvedSettingValue, ResolvedSettingValueSchema, type RetryPolicy, RetryPolicySchema, type RollbackPlan, RollbackPlanSchema, type RouteHandlerMetadata, type RouteHandlerMetadataInput, RouteHandlerMetadataSchema, type RowLevelIsolationStrategy, type RowLevelIsolationStrategyInput, RowLevelIsolationStrategySchema, SETTINGS_CHANGE_EVENT, type SMSTemplate, SMSTemplateSchema, SamplingDecision, SamplingStrategyType, type Schedule, ScheduleSchema, type SchemaLevelIsolationStrategy, type SchemaLevelIsolationStrategyInput, SchemaLevelIsolationStrategySchema, type SearchConfig, SearchConfigSchema, type SearchIndexConfig, SearchIndexConfigSchema, type SearchProvider, SearchProviderSchema, type SecurityContextConfig, type SecurityContextConfigInput, SecurityContextConfigSchema, type SecurityEventCorrelation, SecurityEventCorrelationSchema, type ServerCapabilities, type ServerCapabilitiesInput, ServerCapabilitiesSchema, type ServerEvent, ServerEventSchema, ServerEventType, type ServerStatus, ServerStatusSchema, ServiceConfigSchema, ServiceCriticalitySchema, type ServiceLevelIndicator, ServiceLevelIndicatorSchema, type ServiceLevelObjective, ServiceLevelObjectiveSchema, ServiceRequirementDef, ServiceStatusSchema, type SettingsActionResult, SettingsActionResultSchema, type SettingsChangeEvent, type SettingsChangeEventName, SettingsChangeEventSchema, type SettingsChangeHandler, type SettingsManifest, SettingsManifestSchema, type SettingsNamespacePayload, SettingsNamespacePayloadSchema, type SettingsUnsubscribe, type SocialProviderConfig, SocialProviderConfigSchema, type Span, type SpanAttributeValue, SpanAttributeValueSchema, type SpanAttributes, SpanAttributesSchema, type SpanEvent, SpanEventSchema, SpanKind, type SpanLink, SpanLinkSchema, SpanSchema, SpanStatus, type Specifier, type SpecifierHandler, SpecifierHandlerSchema, type SpecifierOption, SpecifierOptionSchema, SpecifierSchema, type SpecifierScope, SpecifierScopeSchema, SpecifierType, type StorageAcl, StorageAclSchema, type StorageClass, StorageClassSchema, type StorageConnection, StorageConnectionSchema, StorageNameMapping, type StorageProvider, StorageProviderSchema, type StorageScope, StorageScopeSchema, type StrictObjectTranslation, type StructuredLogEntry, StructuredLogEntrySchema, type SupplierAssessmentStatus, SupplierAssessmentStatusSchema, type SupplierRiskLevel, SupplierRiskLevelSchema, type SupplierSecurityAssessment, SupplierSecurityAssessmentSchema, type SupplierSecurityPolicy, SupplierSecurityPolicySchema, type SupplierSecurityRequirement, SupplierSecurityRequirementSchema, type SuspiciousActivityRule, SuspiciousActivityRuleSchema, SystemFieldName, SystemObjectName, TASK_PRIORITY_VALUES, TRANSLATE_PLACEHOLDER, Task, type TaskExecutionResult, TaskExecutionResultSchema, type TaskInput, TaskPriority, type TaskRetryPolicy, type TaskRetryPolicyInput, TaskRetryPolicySchema, TaskSchema, TaskStatus, type Tenant, type TenantConnectionConfig, TenantConnectionConfigSchema, type TenantIsolationConfig, TenantIsolationConfigSchema, TenantIsolationLevel, type TenantQuota, TenantQuotaSchema, TenantSchema, type TenantSecurityPolicy, type TenantSecurityPolicyInput, TenantSecurityPolicySchema, type TenantUsage, TenantUsageSchema, type TextCRDTOperation, TextCRDTOperationSchema, type TextCRDTState, TextCRDTStateSchema, type TimeSeries, type TimeSeriesDataPoint, TimeSeriesDataPointSchema, TimeSeriesSchema, type TopicConfig, TopicConfigSchema, type TraceContext, type TraceContextPropagation, TraceContextPropagationSchema, TraceContextSchema, type TraceFlags, TraceFlagsSchema, TracePropagationFormat, type TraceSamplingConfig, TraceSamplingConfigSchema, type TraceState, TraceStateSchema, type TracingConfig, TracingConfigSchema, type TrainingCategory, TrainingCategorySchema, type TrainingCompletionStatus, TrainingCompletionStatusSchema, type TrainingCourse, TrainingCourseSchema, type TrainingPlan, TrainingPlanSchema, type TrainingRecord, TrainingRecordSchema, TranslationBundle, UserActivityStatus, type VectorClock, VectorClockSchema, type ViewLike, WorkerConfig, type WorkerConfigInput, WorkerConfigSchema, type WorkerStats, WorkerStatsSchema, azureBlobStorageExample, gcsStorageExample, minioStorageExample, resolveActionConfirm, resolveActionLabel, resolveActionSuccess, resolveSettingsActionConfirm, resolveSettingsActionLabel, resolveSettingsActionSuccess, resolveSettingsDescription, resolveSettingsFieldHelp, resolveSettingsFieldLabel, resolveSettingsFieldPlaceholder, resolveSettingsGroupDescription, resolveSettingsGroupTitle, resolveSettingsOptionLabel, resolveSettingsSourceLabel, resolveSettingsTitle, resolveViewDescription, resolveViewLabel, s3StorageExample, translateAction, translateMetadataDocument, translateObject, translateView };
|
|
22356
|
+
export { type AccessControlConfig, AccessControlConfigSchema, type ActionLike, AddFieldOperation, type AdvancedAuthConfig, AdvancedAuthConfigSchema, type AnalyzerConfig, AnalyzerConfigSchema, type AuditConfig, AuditConfigSchema, type AuditEvent, type AuditEventActor, AuditEventActorSchema, type AuditEventChange, AuditEventChangeSchema, type AuditEventFilter, AuditEventFilterSchema, AuditEventSchema, AuditEventSeverity, type AuditEventTarget, AuditEventTargetSchema, AuditEventType, type AuditFinding, AuditFindingSchema, AuditFindingSeveritySchema, AuditFindingStatusSchema, type AuditLogConfig, type AuditLogConfigInput, AuditLogConfigSchema, type AuditRetentionPolicy, AuditRetentionPolicySchema, type AuditSchedule, AuditScheduleSchema, type AuditStorageConfig, AuditStorageConfigSchema, type AuthConfig, AuthConfigSchema, type AuthPluginConfig, AuthPluginConfigSchema, type AuthProviderConfig, AuthProviderConfigSchema, type AwarenessEvent, AwarenessEventSchema, type AwarenessSession, AwarenessSessionSchema, type AwarenessUpdate, AwarenessUpdateSchema, type AwarenessUserState, AwarenessUserStateSchema, type BackupConfig, type BackupConfigInput, BackupConfigSchema, type BackupRetention, BackupRetentionSchema, type BackupStrategy, BackupStrategySchema, type BatchProgress, type BatchProgressInput, BatchProgressSchema, BatchTask, type BatchTaskInput, BatchTaskSchema, type BucketConfig, BucketConfigSchema, type CRDTMergeResult, CRDTMergeResultSchema, type CRDTState, CRDTStateSchema, CRDTType, type CacheAvalanchePrevention, CacheAvalanchePreventionSchema, type CacheConfig, type CacheConfigInput, CacheConfigSchema, type CacheConsistency, CacheConsistencySchema, type CacheInvalidation, CacheInvalidationSchema, type CacheStrategy, CacheStrategySchema, type CacheTier, type CacheTierInput, CacheTierSchema, type CacheWarmup, CacheWarmupSchema, type ChangeImpact, ChangeImpactSchema, type ChangePriority, ChangePrioritySchema, type ChangeRequest, ChangeRequestSchema, type ChangeSet, ChangeSetSchema, type ChangeStatus, ChangeStatusSchema, type ChangeType, ChangeTypeSchema, CollaborationMode, type CollaborationSession, type CollaborationSessionConfig, CollaborationSessionConfigSchema, CollaborationSessionSchema, type CollaborativeCursor, CollaborativeCursorSchema, type ComplianceAuditRequirement, ComplianceAuditRequirementSchema, type ComplianceConfig, type ComplianceConfigInput, ComplianceConfigSchema, type ComplianceEncryptionRequirement, ComplianceEncryptionRequirementSchema, type ComplianceFramework, ComplianceFrameworkSchema, type ConsoleDestinationConfig, ConsoleDestinationConfigSchema, type ConsumerConfig, ConsumerConfigSchema, CoreServiceName, type CounterOperation, CounterOperationSchema, CreateObjectOperation, type CronSchedule, CronScheduleSchema, CursorColorPreset, type CursorSelection, CursorSelectionSchema, type CursorStyle, CursorStyleSchema, type CursorUpdate, CursorUpdateSchema, DEFAULT_SUSPICIOUS_ACTIVITY_RULES, type DataClassification, type DataClassificationPolicy, DataClassificationPolicySchema, DataClassificationSchema, type DatabaseLevelIsolationStrategy, type DatabaseLevelIsolationStrategyInput, DatabaseLevelIsolationStrategySchema, type DatabaseProvider, DatabaseProviderSchema, type DeadLetterQueue, DeadLetterQueueSchema, DeleteObjectOperation, type DisasterRecoveryPlan, type DisasterRecoveryPlanInput, DisasterRecoveryPlanSchema, type DistributedCacheConfig, type DistributedCacheConfigInput, DistributedCacheConfigSchema, ENVIRONMENT_ARTIFACT_SCHEMA_VERSION, type EmailAddressConfig, EmailAddressConfigSchema, type EmailAndPasswordConfig, EmailAndPasswordConfigSchema, type EmailProvider, EmailProviderSchema, type EmailServiceConfig, EmailServiceConfigSchema, type EmailTemplate, type EmailTemplateDefinition, type EmailTemplateDefinitionCategory, EmailTemplateDefinitionCategorySchema, EmailTemplateDefinitionSchema, type EmailTemplateDefinitionVariable, EmailTemplateDefinitionVariableSchema, EmailTemplateSchema, type EmailVerificationConfig, EmailVerificationConfigSchema, type EncryptionAlgorithm, EncryptionAlgorithmSchema, type EncryptionConfig, type EncryptionConfigInput, EncryptionConfigSchema, type EnvironmentArtifact, type EnvironmentArtifactChecksum, EnvironmentArtifactChecksumSchema, type EnvironmentArtifactFunction, type EnvironmentArtifactFunctionLanguage, EnvironmentArtifactFunctionLanguageEnum, EnvironmentArtifactFunctionSchema, type EnvironmentArtifactHashAlgorithm, EnvironmentArtifactHashAlgorithmEnum, type EnvironmentArtifactInput, type EnvironmentArtifactManifest, EnvironmentArtifactManifestSchema, type EnvironmentArtifactMetadata, EnvironmentArtifactMetadataSchema, type EnvironmentArtifactPayloadRef, EnvironmentArtifactPayloadRefSchema, type EnvironmentArtifactRequirement, EnvironmentArtifactRequirementSchema, EnvironmentArtifactSchema, ExecuteSqlOperation, ExtendedLogLevel, type ExternalServiceDestinationConfig, ExternalServiceDestinationConfigSchema, type FacetConfig, FacetConfigSchema, type FailoverConfig, type FailoverConfigInput, FailoverConfigSchema, type FailoverMode, FailoverModeSchema, type Feature, type FeatureInput, FeatureSchema, type FieldEncryption, type FieldEncryptionInput, FieldEncryptionSchema, type FileDestinationConfig, FileDestinationConfigSchema, type FileMetadata, FileMetadataSchema, type GCounter, GCounterSchema, type GDPRConfig, type GDPRConfigInput, GDPRConfigSchema, type HIPAAConfig, type HIPAAConfigInput, HIPAAConfigSchema, type HistogramBucketConfig, HistogramBucketConfigSchema, type HttpDestinationConfig, HttpDestinationConfigSchema, HttpServerConfig, type HttpServerConfigInput, HttpServerConfigSchema, type ISettingsCapability, type ISettingsClient, type InAppNotification, InAppNotificationSchema, type Incident, type IncidentCategory, IncidentCategorySchema, type IncidentNotificationMatrix, IncidentNotificationMatrixSchema, type IncidentNotificationRule, IncidentNotificationRuleSchema, type IncidentResponsePhase, IncidentResponsePhaseSchema, type IncidentResponsePolicy, IncidentResponsePolicySchema, IncidentSchema, type IncidentSeverity, IncidentSeveritySchema, type IncidentStatus, IncidentStatusSchema, type IntervalSchedule, IntervalScheduleSchema, type Job, type JobExecution, JobExecutionSchema, JobExecutionStatus, type JobSchedule, JobSchema, KernelServiceMapSchema, type KeyManagementProvider, KeyManagementProviderSchema, type KeyRotationPolicy, type KeyRotationPolicyInput, KeyRotationPolicySchema, type LWWRegister, LWWRegisterSchema, type License, LicenseMetricType, LicenseSchema, type LifecycleAction, LifecycleActionSchema, type LifecyclePolicyConfig, LifecyclePolicyConfigSchema, type LifecyclePolicyRule, LifecyclePolicyRuleSchema, type LogDestination, LogDestinationSchema, LogDestinationType, type LogEnrichmentConfig, LogEnrichmentConfigSchema, type LogEntry, LogEntrySchema, LogFormat, LogLevel, type LoggerConfig, LoggerConfigSchema, type LoggingConfig, LoggingConfigSchema, type MaskingConfig, type MaskingConfigInput, MaskingConfigSchema, type MaskingRule, type MaskingRuleInput, MaskingRuleSchema, type MaskingStrategy, MaskingStrategySchema, type MaskingVisibilityRule, MaskingVisibilityRuleSchema, type MessageQueueConfig, MessageQueueConfigSchema, type MessageQueueProvider, MessageQueueProviderSchema, type MetricAggregationConfig, MetricAggregationConfigSchema, MetricAggregationType, type MetricDataPoint, MetricDataPointSchema, type MetricDefinition, MetricDefinitionSchema, type MetricExportConfig, MetricExportConfigSchema, type MetricLabels, MetricLabelsSchema, MetricType, MetricUnit, type MetricsConfig, MetricsConfigSchema, MiddlewareConfig, type MiddlewareConfigInput, MiddlewareConfigSchema, MiddlewareType, MigrationDependencySchema, type MigrationOperation, MigrationOperationSchema, ModifyFieldOperation, type MultipartUploadConfig, MultipartUploadConfigSchema, type MutualTLSConfig, MutualTLSConfigSchema, type NotificationChannel, NotificationChannelSchema, type NotificationConfig, NotificationConfigSchema, type ORSet, type ORSetElement, ORSetElementSchema, ORSetSchema, type OTComponent, OTComponentSchema, type OTOperation, OTOperationSchema, OTOperationType, type OTTransformResult, OTTransformResultSchema, type ObjectFieldLike, type ObjectLike, type ObjectMetadata, ObjectMetadataSchema, type ObjectOSKernel, type ObjectQLClient, type ObjectStackPlugin, type ObjectStorageConfig, ObjectStorageConfigSchema, type OidcProviderConfig, OidcProviderConfigSchema, type OidcProvidersConfig, OidcProvidersConfigSchema, type OnceSchedule, OnceScheduleSchema, type OpenTelemetryCompatibility, OpenTelemetryCompatibilitySchema, OtelExporterType, type PCIDSSConfig, type PCIDSSConfigInput, PCIDSSConfigSchema, PKG_CONVENTIONS, type PNCounter, PNCounterSchema, type PackageDirectory, type PackageFile, type Plan, type PlanInput, PlanSchema, type PluginContext, type PluginLogger, type PresignedUrlConfig, PresignedUrlConfigSchema, type PushNotification, PushNotificationSchema, QueueConfig, type QueueConfigInput, QueueConfigSchema, type QuotaEnforcementResult, QuotaEnforcementResultSchema, type RPO, RPOSchema, type RTO, RTOSchema, type RegistryConfig, RegistryConfigSchema, type RegistrySyncPolicy, RegistrySyncPolicySchema, type RegistryUpstream, RegistryUpstreamSchema, RemoveFieldOperation, RenameObjectOperation, type ResolveOptions, type ResolvedSettingValue, ResolvedSettingValueSchema, type RetryPolicy, RetryPolicySchema, type RollbackPlan, RollbackPlanSchema, type RouteHandlerMetadata, type RouteHandlerMetadataInput, RouteHandlerMetadataSchema, type RowLevelIsolationStrategy, type RowLevelIsolationStrategyInput, RowLevelIsolationStrategySchema, SETTINGS_CHANGE_EVENT, type SMSTemplate, SMSTemplateSchema, SamplingDecision, SamplingStrategyType, type Schedule, ScheduleSchema, type SchemaLevelIsolationStrategy, type SchemaLevelIsolationStrategyInput, SchemaLevelIsolationStrategySchema, type SearchConfig, SearchConfigSchema, type SearchIndexConfig, SearchIndexConfigSchema, type SearchProvider, SearchProviderSchema, type SecurityContextConfig, type SecurityContextConfigInput, SecurityContextConfigSchema, type SecurityEventCorrelation, SecurityEventCorrelationSchema, type ServerCapabilities, type ServerCapabilitiesInput, ServerCapabilitiesSchema, type ServerEvent, ServerEventSchema, ServerEventType, type ServerStatus, ServerStatusSchema, ServiceConfigSchema, ServiceCriticalitySchema, type ServiceLevelIndicator, ServiceLevelIndicatorSchema, type ServiceLevelObjective, ServiceLevelObjectiveSchema, ServiceRequirementDef, ServiceStatusSchema, type SettingsActionResult, SettingsActionResultSchema, type SettingsChangeEvent, type SettingsChangeEventName, SettingsChangeEventSchema, type SettingsChangeHandler, type SettingsManifest, SettingsManifestSchema, type SettingsNamespacePayload, SettingsNamespacePayloadSchema, type SettingsUnsubscribe, type SocialProviderConfig, SocialProviderConfigSchema, type Span, type SpanAttributeValue, SpanAttributeValueSchema, type SpanAttributes, SpanAttributesSchema, type SpanEvent, SpanEventSchema, SpanKind, type SpanLink, SpanLinkSchema, SpanSchema, SpanStatus, type Specifier, type SpecifierHandler, SpecifierHandlerSchema, type SpecifierOption, SpecifierOptionSchema, SpecifierSchema, type SpecifierScope, SpecifierScopeSchema, SpecifierType, type StorageAcl, StorageAclSchema, type StorageClass, StorageClassSchema, type StorageConnection, StorageConnectionSchema, StorageNameMapping, type StorageProvider, StorageProviderSchema, type StorageScope, StorageScopeSchema, type StrictObjectTranslation, type StructuredLogEntry, StructuredLogEntrySchema, type SupplierAssessmentStatus, SupplierAssessmentStatusSchema, type SupplierRiskLevel, SupplierRiskLevelSchema, type SupplierSecurityAssessment, SupplierSecurityAssessmentSchema, type SupplierSecurityPolicy, SupplierSecurityPolicySchema, type SupplierSecurityRequirement, SupplierSecurityRequirementSchema, type SuspiciousActivityRule, SuspiciousActivityRuleSchema, SystemFieldName, SystemObjectName, TASK_PRIORITY_VALUES, TRANSLATE_PLACEHOLDER, Task, type TaskExecutionResult, TaskExecutionResultSchema, type TaskInput, TaskPriority, type TaskRetryPolicy, type TaskRetryPolicyInput, TaskRetryPolicySchema, TaskSchema, TaskStatus, type Tenant, type TenantConnectionConfig, TenantConnectionConfigSchema, type TenantIsolationConfig, TenantIsolationConfigSchema, TenantIsolationLevel, type TenantQuota, TenantQuotaSchema, TenantSchema, type TenantSecurityPolicy, type TenantSecurityPolicyInput, TenantSecurityPolicySchema, type TenantUsage, TenantUsageSchema, type TextCRDTOperation, TextCRDTOperationSchema, type TextCRDTState, TextCRDTStateSchema, type TimeSeries, type TimeSeriesDataPoint, TimeSeriesDataPointSchema, TimeSeriesSchema, type TopicConfig, TopicConfigSchema, type TraceContext, type TraceContextPropagation, TraceContextPropagationSchema, TraceContextSchema, type TraceFlags, TraceFlagsSchema, TracePropagationFormat, type TraceSamplingConfig, TraceSamplingConfigSchema, type TraceState, TraceStateSchema, type TracingConfig, TracingConfigSchema, type TrainingCategory, TrainingCategorySchema, type TrainingCompletionStatus, TrainingCompletionStatusSchema, type TrainingCourse, TrainingCourseSchema, type TrainingPlan, TrainingPlanSchema, type TrainingRecord, TrainingRecordSchema, TranslationBundle, UserActivityStatus, type VectorClock, VectorClockSchema, type ViewLike, WorkerConfig, type WorkerConfigInput, WorkerConfigSchema, type WorkerStats, WorkerStatsSchema, azureBlobStorageExample, emailTemplateForm, gcsStorageExample, minioStorageExample, resolveActionConfirm, resolveActionLabel, resolveActionSuccess, resolveSettingsActionConfirm, resolveSettingsActionLabel, resolveSettingsActionSuccess, resolveSettingsDescription, resolveSettingsFieldHelp, resolveSettingsFieldLabel, resolveSettingsFieldPlaceholder, resolveSettingsGroupDescription, resolveSettingsGroupTitle, resolveSettingsOptionLabel, resolveSettingsSourceLabel, resolveSettingsTitle, resolveViewDescription, resolveViewLabel, s3StorageExample, translateAction, translateMetadataDocument, translateObject, translateView };
|