@objectstack/spec 6.7.1 → 6.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/dist/ai/index.d.mts +308 -8
- package/dist/ai/index.d.ts +308 -8
- package/dist/ai/index.js +1211 -37
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/index.mjs +1209 -38
- package/dist/ai/index.mjs.map +1 -1
- package/dist/api/index.d.mts +846 -967
- package/dist/api/index.d.ts +846 -967
- package/dist/api/index.js +5537 -5334
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +5537 -5334
- package/dist/api/index.mjs.map +1 -1
- package/dist/{app.zod-nPfH1TcS.d.ts → app.zod-CLlpb0AH.d.ts} +290 -259
- package/dist/{app.zod-D7fgbn5Z.d.mts → app.zod-DvMDoI87.d.mts} +290 -259
- package/dist/automation/index.d.mts +332 -31
- package/dist/automation/index.d.ts +332 -31
- package/dist/automation/index.js +1184 -1
- package/dist/automation/index.js.map +1 -1
- package/dist/automation/index.mjs +1182 -2
- package/dist/automation/index.mjs.map +1 -1
- package/dist/cloud/index.d.mts +361 -192
- package/dist/cloud/index.d.ts +361 -192
- package/dist/cloud/index.js +261 -93
- package/dist/cloud/index.js.map +1 -1
- package/dist/cloud/index.mjs +256 -94
- package/dist/cloud/index.mjs.map +1 -1
- package/dist/contracts/index.d.mts +25 -3
- package/dist/contracts/index.d.ts +25 -3
- package/dist/data/index.d.mts +304 -3
- package/dist/data/index.d.ts +304 -3
- package/dist/data/index.js +285 -3
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +283 -4
- package/dist/data/index.mjs.map +1 -1
- package/dist/{field.zod-Bqhc6_7G.d.mts → field.zod-BGr7R7KU.d.mts} +4 -0
- package/dist/{field.zod-Bqhc6_7G.d.ts → field.zod-BGr7R7KU.d.ts} +4 -0
- package/dist/identity/index.d.mts +117 -15
- package/dist/identity/index.d.ts +117 -15
- package/dist/identity/index.js +1093 -1
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +1093 -2
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +280 -286
- package/dist/index.d.ts +280 -286
- package/dist/index.js +71 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -4
- package/dist/index.mjs.map +1 -1
- package/dist/kernel/index.js +15 -15
- package/dist/kernel/index.js.map +1 -1
- package/dist/kernel/index.mjs +15 -15
- package/dist/kernel/index.mjs.map +1 -1
- package/dist/{object.zod-rhReSd7V.d.mts → object.zod-C1mmiCDL.d.mts} +22 -4
- package/dist/{object.zod-BntYUReb.d.ts → object.zod-D4gYbFv4.d.ts} +22 -4
- package/dist/security/index.d.mts +108 -1
- package/dist/security/index.d.ts +108 -1
- package/dist/security/index.js +1080 -2
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +1080 -3
- package/dist/security/index.mjs.map +1 -1
- package/dist/shared/index.js +6 -1
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/index.mjs +6 -1
- package/dist/shared/index.mjs.map +1 -1
- package/dist/system/index.d.mts +193 -18
- package/dist/system/index.d.ts +193 -18
- package/dist/system/index.js +109 -3
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +109 -4
- package/dist/system/index.mjs.map +1 -1
- package/dist/ui/index.d.mts +603 -9
- package/dist/ui/index.d.ts +603 -9
- package/dist/ui/index.js +1791 -1335
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +1784 -1336
- package/dist/ui/index.mjs.map +1 -1
- package/json-schema/ai/AIKnowledge.json +2 -2
- package/json-schema/ai/AIModelConfig.json +2 -2
- package/json-schema/ai/AITool.json +2 -2
- package/json-schema/ai/AIUsageRecord.json +2 -2
- package/json-schema/ai/Agent.json +2 -2
- package/json-schema/ai/CodeContent.json +2 -2
- package/json-schema/ai/ConversationAnalytics.json +2 -2
- package/json-schema/ai/ConversationContext.json +2 -2
- package/json-schema/ai/ConversationMessage.json +2 -2
- package/json-schema/ai/ConversationSession.json +2 -2
- package/json-schema/ai/ConversationSummary.json +2 -2
- package/json-schema/ai/EmbeddingModel.json +2 -2
- package/json-schema/ai/FileContent.json +2 -2
- package/json-schema/ai/FileKnowledgeSource.json +2 -2
- package/json-schema/ai/FunctionCall.json +2 -2
- package/json-schema/ai/HttpKnowledgeSource.json +2 -2
- package/json-schema/ai/ImageContent.json +2 -2
- package/json-schema/ai/KnowledgeChunk.json +2 -2
- package/json-schema/ai/KnowledgeDocument.json +2 -2
- package/json-schema/ai/KnowledgeHit.json +2 -2
- package/json-schema/ai/KnowledgeRefreshPolicy.json +2 -2
- package/json-schema/ai/KnowledgeSource.json +2 -2
- package/json-schema/ai/KnowledgeSourceKind.json +2 -2
- package/json-schema/ai/MCPApprovalPolicy.json +2 -2
- package/json-schema/ai/MCPServerRef.json +2 -2
- package/json-schema/ai/MCPToolBinding.json +2 -2
- package/json-schema/ai/MCPTransport.json +2 -2
- package/json-schema/ai/MessageContent.json +2 -2
- package/json-schema/ai/MessageContentType.json +2 -2
- package/json-schema/ai/MessagePruningEvent.json +2 -2
- package/json-schema/ai/MessageRole.json +2 -2
- package/json-schema/ai/ModelCapability.json +2 -2
- package/json-schema/ai/ModelConfig.json +2 -2
- package/json-schema/ai/ModelLimits.json +2 -2
- package/json-schema/ai/ModelPricing.json +2 -2
- package/json-schema/ai/ModelProvider.json +2 -2
- package/json-schema/ai/ModelRegistryEntry.json +2 -2
- package/json-schema/ai/ModelSelectionCriteria.json +2 -2
- package/json-schema/ai/ObjectKnowledgeSource.json +2 -2
- package/json-schema/ai/PromptVariable.json +2 -2
- package/json-schema/ai/Skill.json +2 -2
- package/json-schema/ai/SkillTriggerCondition.json +2 -2
- package/json-schema/ai/StructuredOutputConfig.json +2 -2
- package/json-schema/ai/StructuredOutputFormat.json +2 -2
- package/json-schema/ai/TextContent.json +2 -2
- package/json-schema/ai/TokenBudgetConfig.json +2 -2
- package/json-schema/ai/TokenBudgetStrategy.json +2 -2
- package/json-schema/ai/TokenUsage.json +2 -2
- package/json-schema/ai/TokenUsageStats.json +2 -2
- package/json-schema/ai/Tool.json +2 -2
- package/json-schema/ai/ToolCall.json +2 -2
- package/json-schema/ai/ToolCategory.json +2 -2
- package/json-schema/ai/TransformPipelineStep.json +2 -2
- package/json-schema/ai/VectorStore.json +2 -2
- package/json-schema/ai/VectorStoreProvider.json +2 -2
- package/json-schema/api/AckMessage.json +2 -2
- package/json-schema/api/AddReactionRequest.json +2 -2
- package/json-schema/api/AddReactionResponse.json +2 -2
- package/json-schema/api/AiInsightsRequest.json +2 -2
- package/json-schema/api/AiInsightsResponse.json +2 -2
- package/json-schema/api/AiNlqRequest.json +2 -2
- package/json-schema/api/AiNlqResponse.json +2 -2
- package/json-schema/api/AiSuggestRequest.json +2 -2
- package/json-schema/api/AiSuggestResponse.json +2 -2
- package/json-schema/api/AnalyticsEndpoint.json +2 -2
- package/json-schema/api/AnalyticsMetadataResponse.json +2 -2
- package/json-schema/api/AnalyticsQueryRequest.json +2 -2
- package/json-schema/api/AnalyticsResultResponse.json +2 -2
- package/json-schema/api/AnalyticsSqlResponse.json +2 -2
- package/json-schema/api/ApiChangelogEntry.json +2 -2
- package/json-schema/api/ApiDiscoveryQuery.json +2 -2
- package/json-schema/api/ApiDiscoveryResponse.json +2 -2
- package/json-schema/api/ApiDocumentationConfig.json +2 -2
- package/json-schema/api/ApiEndpoint.json +2 -2
- package/json-schema/api/ApiEndpointRegistration.json +2 -2
- package/json-schema/api/ApiError.json +2 -2
- package/json-schema/api/ApiMapping.json +2 -2
- package/json-schema/api/ApiMetadata.json +2 -2
- package/json-schema/api/ApiParameter.json +2 -2
- package/json-schema/api/ApiProtocolType.json +2 -2
- package/json-schema/api/ApiRegistry.json +2 -2
- package/json-schema/api/ApiRegistryEntry.json +2 -2
- package/json-schema/api/ApiResponse.json +2 -2
- package/json-schema/api/ApiRoutes.json +2 -2
- package/json-schema/api/ApiTestCollection.json +2 -2
- package/json-schema/api/ApiTestRequest.json +2 -2
- package/json-schema/api/ApiTestingUiConfig.json +2 -2
- package/json-schema/api/ApiTestingUiType.json +2 -2
- package/json-schema/api/AuthEndpoint.json +2 -2
- package/json-schema/api/AuthFeaturesConfig.json +2 -2
- package/json-schema/api/AuthProvider.json +2 -2
- package/json-schema/api/AuthProviderInfo.json +2 -2
- package/json-schema/api/AutomationApiErrorCode.json +2 -2
- package/json-schema/api/AutomationFlowPathParams.json +2 -2
- package/json-schema/api/AutomationRunPathParams.json +2 -2
- package/json-schema/api/AutomationTriggerRequest.json +2 -2
- package/json-schema/api/AutomationTriggerResponse.json +2 -2
- package/json-schema/api/BasePresence.json +2 -2
- package/json-schema/api/BaseResponse.json +2 -2
- package/json-schema/api/BatchConfig.json +2 -2
- package/json-schema/api/BatchDataRequest.json +2 -2
- package/json-schema/api/BatchDataResponse.json +2 -2
- package/json-schema/api/BatchEndpointsConfig.json +2 -2
- package/json-schema/api/BatchLoadingStrategy.json +2 -2
- package/json-schema/api/BatchOperationResult.json +2 -2
- package/json-schema/api/BatchOperationType.json +2 -2
- package/json-schema/api/BatchOptions.json +2 -2
- package/json-schema/api/BatchRecord.json +2 -2
- package/json-schema/api/BatchUpdateRequest.json +2 -2
- package/json-schema/api/BatchUpdateResponse.json +2 -2
- package/json-schema/api/BulkRequest.json +2 -2
- package/json-schema/api/BulkResponse.json +2 -2
- package/json-schema/api/CacheControl.json +2 -2
- package/json-schema/api/CacheDirective.json +2 -2
- package/json-schema/api/CacheInvalidationRequest.json +2 -2
- package/json-schema/api/CacheInvalidationResponse.json +2 -2
- package/json-schema/api/CacheInvalidationTarget.json +2 -2
- package/json-schema/api/Callback.json +2 -2
- package/json-schema/api/ChangelogEntry.json +2 -2
- package/json-schema/api/CheckPermissionRequest.json +2 -2
- package/json-schema/api/CheckPermissionResponse.json +2 -2
- package/json-schema/api/CodeGenerationTemplate.json +2 -2
- package/json-schema/api/CompleteChunkedUploadRequest.json +2 -2
- package/json-schema/api/CompleteChunkedUploadResponse.json +2 -2
- package/json-schema/api/CompleteUploadRequest.json +2 -2
- package/json-schema/api/ConceptListResponse.json +2 -2
- package/json-schema/api/ConflictResolutionStrategy.json +2 -2
- package/json-schema/api/CreateDataRequest.json +2 -2
- package/json-schema/api/CreateDataResponse.json +2 -2
- package/json-schema/api/CreateExportJobRequest.json +2 -2
- package/json-schema/api/CreateExportJobResponse.json +2 -2
- package/json-schema/api/CreateFeedItemRequest.json +2 -2
- package/json-schema/api/CreateFeedItemResponse.json +2 -2
- package/json-schema/api/CreateManyDataRequest.json +2 -2
- package/json-schema/api/CreateManyDataResponse.json +2 -2
- package/json-schema/api/CreateRequest.json +2 -2
- package/json-schema/api/CrudEndpointPattern.json +2 -2
- package/json-schema/api/CrudEndpointsConfig.json +2 -2
- package/json-schema/api/CrudOperation.json +2 -2
- package/json-schema/api/CursorMessage.json +2 -2
- package/json-schema/api/CursorPosition.json +2 -2
- package/json-schema/api/DataEvent.json +2 -2
- package/json-schema/api/DataEventType.json +2 -2
- package/json-schema/api/DataLoaderConfig.json +2 -2
- package/json-schema/api/DeduplicationStrategy.json +2 -2
- package/json-schema/api/DeleteDataRequest.json +2 -2
- package/json-schema/api/DeleteDataResponse.json +2 -2
- package/json-schema/api/DeleteFeedItemRequest.json +2 -2
- package/json-schema/api/DeleteFeedItemResponse.json +2 -2
- package/json-schema/api/DeleteFlowRequest.json +2 -2
- package/json-schema/api/DeleteFlowResponse.json +2 -2
- package/json-schema/api/DeleteManyDataRequest.json +2 -2
- package/json-schema/api/DeleteManyDataResponse.json +2 -2
- package/json-schema/api/DeleteManyRequest.json +2 -2
- package/json-schema/api/DeleteMetaItemRequest.json +2 -2
- package/json-schema/api/DeleteMetaItemResponse.json +2 -2
- package/json-schema/api/DeleteResponse.json +2 -2
- package/json-schema/api/DeleteViewRequest.json +2 -2
- package/json-schema/api/DeleteViewResponse.json +2 -2
- package/json-schema/api/DeviceRequestResponse.json +2 -2
- package/json-schema/api/DeviceTokenResponse.json +2 -2
- package/json-schema/api/DisablePackageRequest.json +2 -2
- package/json-schema/api/DisablePackageResponse.json +2 -2
- package/json-schema/api/Discovery.json +2 -2
- package/json-schema/api/DispatcherConfig.json +2 -2
- package/json-schema/api/DispatcherErrorCode.json +2 -2
- package/json-schema/api/DispatcherErrorResponse.json +2 -2
- package/json-schema/api/DispatcherRoute.json +2 -2
- package/json-schema/api/DocumentState.json +2 -2
- package/json-schema/api/ETag.json +2 -2
- package/json-schema/api/EditMessage.json +2 -2
- package/json-schema/api/EditOperation.json +2 -2
- package/json-schema/api/EditOperationType.json +2 -2
- package/json-schema/api/EmailPasswordConfigPublic.json +2 -2
- package/json-schema/api/EnablePackageRequest.json +2 -2
- package/json-schema/api/EnablePackageResponse.json +2 -2
- package/json-schema/api/EndpointRegistry.json +2 -2
- package/json-schema/api/EnhancedApiError.json +2 -2
- package/json-schema/api/ErrorCategory.json +2 -2
- package/json-schema/api/ErrorHandlingConfig.json +2 -2
- package/json-schema/api/ErrorMessage.json +2 -2
- package/json-schema/api/ErrorResponse.json +2 -2
- package/json-schema/api/EventFilter.json +2 -2
- package/json-schema/api/EventFilterCondition.json +2 -2
- package/json-schema/api/EventMessage.json +2 -2
- package/json-schema/api/EventPattern.json +2 -2
- package/json-schema/api/EventSubscription.json +2 -2
- package/json-schema/api/ExportFormat.json +2 -2
- package/json-schema/api/ExportImportTemplate.json +2 -2
- package/json-schema/api/ExportJobProgress.json +2 -2
- package/json-schema/api/ExportJobStatus.json +2 -2
- package/json-schema/api/ExportJobSummary.json +2 -2
- package/json-schema/api/ExportRequest.json +2 -2
- package/json-schema/api/FederationEntity.json +2 -2
- package/json-schema/api/FederationEntityKey.json +2 -2
- package/json-schema/api/FederationExternalField.json +2 -2
- package/json-schema/api/FederationGateway.json +2 -2
- package/json-schema/api/FederationProvides.json +2 -2
- package/json-schema/api/FederationRequires.json +2 -2
- package/json-schema/api/FeedApiErrorCode.json +2 -2
- package/json-schema/api/FeedItemPathParams.json +2 -2
- package/json-schema/api/FeedListFilterType.json +2 -2
- package/json-schema/api/FeedPathParams.json +2 -2
- package/json-schema/api/FeedUnsubscribeRequest.json +2 -2
- package/json-schema/api/FieldError.json +2 -2
- package/json-schema/api/FieldMappingEntry.json +2 -2
- package/json-schema/api/FileTypeValidation.json +2 -2
- package/json-schema/api/FileUploadResponse.json +2 -2
- package/json-schema/api/FilterOperator.json +2 -2
- package/json-schema/api/FindDataRequest.json +2 -2
- package/json-schema/api/FindDataResponse.json +2 -2
- package/json-schema/api/FlowSummary.json +2 -2
- package/json-schema/api/GeneratedApiDocumentation.json +2 -2
- package/json-schema/api/GeneratedEndpoint.json +2 -2
- package/json-schema/api/GetAnalyticsMetaRequest.json +2 -2
- package/json-schema/api/GetAuthConfigResponse.json +2 -2
- package/json-schema/api/GetChangelogRequest.json +2 -2
- package/json-schema/api/GetChangelogResponse.json +2 -2
- package/json-schema/api/GetDataRequest.json +2 -2
- package/json-schema/api/GetDataResponse.json +2 -2
- package/json-schema/api/GetDiscoveryRequest.json +2 -2
- package/json-schema/api/GetDiscoveryResponse.json +2 -2
- package/json-schema/api/GetEffectivePermissionsRequest.json +2 -2
- package/json-schema/api/GetEffectivePermissionsResponse.json +2 -2
- package/json-schema/api/GetExportJobDownloadRequest.json +2 -2
- package/json-schema/api/GetExportJobDownloadResponse.json +2 -2
- package/json-schema/api/GetFeedRequest.json +2 -2
- package/json-schema/api/GetFeedResponse.json +2 -2
- package/json-schema/api/GetFieldLabelsRequest.json +2 -2
- package/json-schema/api/GetFieldLabelsResponse.json +2 -2
- package/json-schema/api/GetFlowRequest.json +2 -2
- package/json-schema/api/GetInstalledPackageRequest.json +2 -2
- package/json-schema/api/GetInstalledPackageResponse.json +2 -2
- package/json-schema/api/GetLocalesRequest.json +2 -2
- package/json-schema/api/GetLocalesResponse.json +2 -2
- package/json-schema/api/GetMetaItemCachedRequest.json +2 -2
- package/json-schema/api/GetMetaItemCachedResponse.json +2 -2
- package/json-schema/api/GetMetaItemRequest.json +2 -2
- package/json-schema/api/GetMetaItemResponse.json +2 -2
- package/json-schema/api/GetMetaItemsRequest.json +2 -2
- package/json-schema/api/GetMetaItemsResponse.json +2 -2
- package/json-schema/api/GetMetaTypesRequest.json +2 -2
- package/json-schema/api/GetMetaTypesResponse.json +90 -2
- package/json-schema/api/GetNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/GetNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/GetObjectPermissionsRequest.json +2 -2
- package/json-schema/api/GetObjectPermissionsResponse.json +2 -2
- package/json-schema/api/GetPackageRequest.json +2 -2
- package/json-schema/api/GetPackageResponse.json +2 -2
- package/json-schema/api/GetPresenceRequest.json +2 -2
- package/json-schema/api/GetPresenceResponse.json +2 -2
- package/json-schema/api/GetPresignedUrlRequest.json +2 -2
- package/json-schema/api/GetRunRequest.json +2 -2
- package/json-schema/api/GetRunResponse.json +2 -2
- package/json-schema/api/GetTranslationsRequest.json +2 -2
- package/json-schema/api/GetTranslationsResponse.json +2 -2
- package/json-schema/api/GetUiViewRequest.json +2 -2
- package/json-schema/api/GetViewRequest.json +2 -2
- package/json-schema/api/GetWorkflowConfigRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateRequest.json +2 -2
- package/json-schema/api/GetWorkflowStateResponse.json +2 -2
- package/json-schema/api/GraphQLDataLoaderConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveConfig.json +2 -2
- package/json-schema/api/GraphQLDirectiveLocation.json +2 -2
- package/json-schema/api/GraphQLMutationConfig.json +2 -2
- package/json-schema/api/GraphQLPersistedQuery.json +2 -2
- package/json-schema/api/GraphQLQueryAdapter.json +2 -2
- package/json-schema/api/GraphQLQueryComplexity.json +2 -2
- package/json-schema/api/GraphQLQueryDepthLimit.json +2 -2
- package/json-schema/api/GraphQLRateLimit.json +2 -2
- package/json-schema/api/GraphQLScalarType.json +2 -2
- package/json-schema/api/GraphQLSubscriptionConfig.json +2 -2
- package/json-schema/api/GraphQLTypeConfig.json +2 -2
- package/json-schema/api/HandlerStatus.json +2 -2
- package/json-schema/api/HttpFindQueryParams.json +2 -2
- package/json-schema/api/HttpMethod.json +2 -2
- package/json-schema/api/HttpStatusCode.json +2 -2
- package/json-schema/api/IdRequest.json +2 -2
- package/json-schema/api/ImportValidationConfig.json +2 -2
- package/json-schema/api/ImportValidationMode.json +2 -2
- package/json-schema/api/ImportValidationResult.json +2 -2
- package/json-schema/api/InitiateChunkedUploadRequest.json +2 -2
- package/json-schema/api/InitiateChunkedUploadResponse.json +2 -2
- package/json-schema/api/InstallPackageRequest.json +2 -2
- package/json-schema/api/InstallPackageResponse.json +2 -2
- package/json-schema/api/ListExportJobsRequest.json +2 -2
- package/json-schema/api/ListExportJobsResponse.json +2 -2
- package/json-schema/api/ListFlowsRequest.json +2 -2
- package/json-schema/api/ListFlowsResponse.json +2 -2
- package/json-schema/api/ListInstalledPackagesRequest.json +2 -2
- package/json-schema/api/ListInstalledPackagesResponse.json +2 -2
- package/json-schema/api/ListNotificationsRequest.json +2 -2
- package/json-schema/api/ListNotificationsResponse.json +2 -2
- package/json-schema/api/ListPackagesRequest.json +2 -2
- package/json-schema/api/ListPackagesResponse.json +2 -2
- package/json-schema/api/ListRecordResponse.json +2 -2
- package/json-schema/api/ListRunsRequest.json +2 -2
- package/json-schema/api/ListRunsResponse.json +2 -2
- package/json-schema/api/ListViewsRequest.json +2 -2
- package/json-schema/api/LoginRequest.json +2 -2
- package/json-schema/api/LoginType.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkAllNotificationsReadResponse.json +2 -2
- package/json-schema/api/MarkNotificationsReadRequest.json +2 -2
- package/json-schema/api/MarkNotificationsReadResponse.json +2 -2
- package/json-schema/api/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/api/MetadataBulkResponse.json +2 -2
- package/json-schema/api/MetadataBulkUnregisterRequest.json +2 -2
- package/json-schema/api/MetadataCacheRequest.json +2 -2
- package/json-schema/api/MetadataCacheResponse.json +2 -2
- package/json-schema/api/MetadataDeleteResponse.json +2 -2
- package/json-schema/api/MetadataDependenciesResponse.json +2 -2
- package/json-schema/api/MetadataDependentsResponse.json +2 -2
- package/json-schema/api/MetadataEffectiveResponse.json +2 -2
- package/json-schema/api/MetadataEndpointsConfig.json +2 -2
- package/json-schema/api/MetadataEvent.json +2 -2
- package/json-schema/api/MetadataEventType.json +2 -2
- package/json-schema/api/MetadataExistsResponse.json +2 -2
- package/json-schema/api/MetadataExportRequest.json +2 -2
- package/json-schema/api/MetadataExportResponse.json +2 -2
- package/json-schema/api/MetadataImportRequest.json +2 -2
- package/json-schema/api/MetadataImportResponse.json +2 -2
- package/json-schema/api/MetadataItemResponse.json +2 -2
- package/json-schema/api/MetadataListResponse.json +2 -2
- package/json-schema/api/MetadataNamesResponse.json +2 -2
- package/json-schema/api/MetadataOverlayResponse.json +2 -2
- package/json-schema/api/MetadataOverlaySaveRequest.json +2 -2
- package/json-schema/api/MetadataQueryRequest.json +2 -2
- package/json-schema/api/MetadataQueryResponse.json +2 -2
- package/json-schema/api/MetadataRegisterRequest.json +2 -2
- package/json-schema/api/MetadataTypeInfoResponse.json +2 -2
- package/json-schema/api/MetadataTypesResponse.json +2 -2
- package/json-schema/api/MetadataValidateRequest.json +2 -2
- package/json-schema/api/MetadataValidateResponse.json +2 -2
- package/json-schema/api/ModificationResult.json +2 -2
- package/json-schema/api/Notification.json +2 -2
- package/json-schema/api/NotificationPreferences.json +2 -2
- package/json-schema/api/ODataConfig.json +2 -2
- package/json-schema/api/ODataError.json +2 -2
- package/json-schema/api/ODataFilterFunction.json +2 -2
- package/json-schema/api/ODataFilterOperator.json +2 -2
- package/json-schema/api/ODataMetadata.json +2 -2
- package/json-schema/api/ODataQuery.json +2 -2
- package/json-schema/api/ODataQueryAdapter.json +2 -2
- package/json-schema/api/ODataResponse.json +2 -2
- package/json-schema/api/ObjectQLReference.json +2 -2
- package/json-schema/api/OpenApi31Extensions.json +2 -2
- package/json-schema/api/OpenApiGenerationConfig.json +2 -2
- package/json-schema/api/OpenApiSecurityScheme.json +2 -2
- package/json-schema/api/OpenApiServer.json +2 -2
- package/json-schema/api/OpenApiSpec.json +2 -2
- package/json-schema/api/OperatorMapping.json +2 -2
- package/json-schema/api/PackageApiErrorCode.json +2 -2
- package/json-schema/api/PackageInstallRequest.json +2 -2
- package/json-schema/api/PackageInstallResponse.json +2 -2
- package/json-schema/api/PackagePathParams.json +2 -2
- package/json-schema/api/PackageRollbackRequest.json +2 -2
- package/json-schema/api/PackageRollbackResponse.json +2 -2
- package/json-schema/api/PackageUpgradeRequest.json +2 -2
- package/json-schema/api/PackageUpgradeResponse.json +2 -2
- package/json-schema/api/PinFeedItemRequest.json +2 -2
- package/json-schema/api/PinFeedItemResponse.json +2 -2
- package/json-schema/api/PingMessage.json +2 -2
- package/json-schema/api/PongMessage.json +2 -2
- package/json-schema/api/PresenceMessage.json +2 -2
- package/json-schema/api/PresenceState.json +2 -2
- package/json-schema/api/PresenceStatus.json +2 -2
- package/json-schema/api/PresenceUpdate.json +2 -2
- package/json-schema/api/PresignedUrlResponse.json +2 -2
- package/json-schema/api/QueryAdapterConfig.json +2 -2
- package/json-schema/api/QueryAdapterTarget.json +2 -2
- package/json-schema/api/QueryOptimizationConfig.json +2 -2
- package/json-schema/api/RealtimeConfig.json +2 -2
- package/json-schema/api/RealtimeConnectRequest.json +2 -2
- package/json-schema/api/RealtimeConnectResponse.json +2 -2
- package/json-schema/api/RealtimeDisconnectRequest.json +2 -2
- package/json-schema/api/RealtimeDisconnectResponse.json +2 -2
- package/json-schema/api/RealtimeEvent.json +2 -2
- package/json-schema/api/RealtimeEventType.json +2 -2
- package/json-schema/api/RealtimePresence.json +2 -2
- package/json-schema/api/RealtimeRecordAction.json +2 -2
- package/json-schema/api/RealtimeSubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeSubscribeResponse.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeRequest.json +2 -2
- package/json-schema/api/RealtimeUnsubscribeResponse.json +2 -2
- package/json-schema/api/RecordData.json +2 -2
- package/json-schema/api/RefreshTokenRequest.json +2 -2
- package/json-schema/api/RegisterDeviceRequest.json +2 -2
- package/json-schema/api/RegisterDeviceResponse.json +2 -2
- package/json-schema/api/RegisterRequest.json +2 -2
- package/json-schema/api/RemoveReactionRequest.json +2 -2
- package/json-schema/api/RemoveReactionResponse.json +2 -2
- package/json-schema/api/RequestValidationConfig.json +2 -2
- package/json-schema/api/ResolveDependenciesRequest.json +2 -2
- package/json-schema/api/ResolveDependenciesResponse.json +2 -2
- package/json-schema/api/ResponseEnvelopeConfig.json +2 -2
- package/json-schema/api/RestApiConfig.json +2 -2
- package/json-schema/api/RestApiEndpoint.json +2 -2
- package/json-schema/api/RestApiPluginConfig.json +2 -2
- package/json-schema/api/RestApiRouteCategory.json +2 -2
- package/json-schema/api/RestApiRouteRegistration.json +2 -2
- package/json-schema/api/RestQueryAdapter.json +2 -2
- package/json-schema/api/RestServerConfig.json +2 -2
- package/json-schema/api/RetryStrategy.json +2 -2
- package/json-schema/api/RouteCategory.json +2 -2
- package/json-schema/api/RouteCoverageEntry.json +2 -2
- package/json-schema/api/RouteCoverageReport.json +2 -2
- package/json-schema/api/RouteDefinition.json +2 -2
- package/json-schema/api/RouteGenerationConfig.json +2 -2
- package/json-schema/api/RouteHealthEntry.json +2 -2
- package/json-schema/api/RouteHealthReport.json +2 -2
- package/json-schema/api/RouterConfig.json +2 -2
- package/json-schema/api/SaveMetaItemRequest.json +2 -2
- package/json-schema/api/SaveMetaItemResponse.json +2 -2
- package/json-schema/api/ScheduleExportResponse.json +2 -2
- package/json-schema/api/SchemaDefinition.json +2 -2
- package/json-schema/api/SearchFeedRequest.json +2 -2
- package/json-schema/api/SearchFeedResponse.json +2 -2
- package/json-schema/api/ServiceInfo.json +2 -2
- package/json-schema/api/ServiceStatus.json +2 -2
- package/json-schema/api/Session.json +2 -2
- package/json-schema/api/SessionResponse.json +2 -2
- package/json-schema/api/SessionUser.json +2 -2
- package/json-schema/api/SetPresenceRequest.json +2 -2
- package/json-schema/api/SetPresenceResponse.json +2 -2
- package/json-schema/api/SimpleCursorPosition.json +2 -2
- package/json-schema/api/SimplePresenceState.json +2 -2
- package/json-schema/api/SingleRecordResponse.json +2 -2
- package/json-schema/api/StandardErrorCode.json +2 -2
- package/json-schema/api/StarFeedItemRequest.json +2 -2
- package/json-schema/api/StarFeedItemResponse.json +2 -2
- package/json-schema/api/SubgraphConfig.json +2 -2
- package/json-schema/api/SubscribeMessage.json +2 -2
- package/json-schema/api/SubscribeRequest.json +2 -2
- package/json-schema/api/SubscribeResponse.json +2 -2
- package/json-schema/api/Subscription.json +2 -2
- package/json-schema/api/SubscriptionEvent.json +2 -2
- package/json-schema/api/ToggleFlowRequest.json +2 -2
- package/json-schema/api/ToggleFlowResponse.json +2 -2
- package/json-schema/api/TransportProtocol.json +2 -2
- package/json-schema/api/TriggerFlowRequest.json +2 -2
- package/json-schema/api/TriggerFlowResponse.json +2 -2
- package/json-schema/api/UninstallPackageApiRequest.json +2 -2
- package/json-schema/api/UninstallPackageApiResponse.json +2 -2
- package/json-schema/api/UninstallPackageRequest.json +2 -2
- package/json-schema/api/UninstallPackageResponse.json +2 -2
- package/json-schema/api/UnpinFeedItemRequest.json +2 -2
- package/json-schema/api/UnpinFeedItemResponse.json +2 -2
- package/json-schema/api/UnregisterDeviceRequest.json +2 -2
- package/json-schema/api/UnregisterDeviceResponse.json +2 -2
- package/json-schema/api/UnstarFeedItemRequest.json +2 -2
- package/json-schema/api/UnstarFeedItemResponse.json +2 -2
- package/json-schema/api/UnsubscribeMessage.json +2 -2
- package/json-schema/api/UnsubscribeRequest.json +2 -2
- package/json-schema/api/UnsubscribeResponse.json +2 -2
- package/json-schema/api/UpdateDataRequest.json +2 -2
- package/json-schema/api/UpdateDataResponse.json +2 -2
- package/json-schema/api/UpdateFeedItemRequest.json +2 -2
- package/json-schema/api/UpdateFeedItemResponse.json +2 -2
- package/json-schema/api/UpdateManyDataRequest.json +2 -2
- package/json-schema/api/UpdateManyDataResponse.json +2 -2
- package/json-schema/api/UpdateManyRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesRequest.json +2 -2
- package/json-schema/api/UpdateNotificationPreferencesResponse.json +2 -2
- package/json-schema/api/UpdateRequest.json +2 -2
- package/json-schema/api/UploadArtifactRequest.json +2 -2
- package/json-schema/api/UploadArtifactResponse.json +2 -2
- package/json-schema/api/UploadChunkRequest.json +2 -2
- package/json-schema/api/UploadChunkResponse.json +2 -2
- package/json-schema/api/UploadProgress.json +2 -2
- package/json-schema/api/UserProfileResponse.json +2 -2
- package/json-schema/api/ValidationMode.json +2 -2
- package/json-schema/api/VersionDefinition.json +2 -2
- package/json-schema/api/VersionNegotiationResponse.json +2 -2
- package/json-schema/api/VersionStatus.json +2 -2
- package/json-schema/api/VersioningConfig.json +2 -2
- package/json-schema/api/VersioningStrategy.json +2 -2
- package/json-schema/api/WebSocketConfig.json +2 -2
- package/json-schema/api/WebSocketEvent.json +2 -2
- package/json-schema/api/WebSocketMessage.json +2 -2
- package/json-schema/api/WebSocketMessageType.json +2 -2
- package/json-schema/api/WebSocketPresenceStatus.json +2 -2
- package/json-schema/api/WebSocketServerConfig.json +2 -2
- package/json-schema/api/WebhookConfig.json +2 -2
- package/json-schema/api/WebhookEvent.json +2 -2
- package/json-schema/api/WellKnownCapabilities.json +2 -2
- package/json-schema/api/WorkflowApproveRequest.json +2 -2
- package/json-schema/api/WorkflowApproveResponse.json +2 -2
- package/json-schema/api/WorkflowRejectRequest.json +2 -2
- package/json-schema/api/WorkflowRejectResponse.json +2 -2
- package/json-schema/api/WorkflowState.json +2 -2
- package/json-schema/api/WorkflowTransitionRequest.json +2 -2
- package/json-schema/api/WorkflowTransitionResponse.json +2 -2
- package/json-schema/automation/ActionRef.json +2 -2
- package/json-schema/automation/ApprovalAction.json +2 -2
- package/json-schema/automation/ApprovalActionType.json +2 -2
- package/json-schema/automation/ApproverType.json +2 -2
- package/json-schema/automation/AuthField.json +2 -2
- package/json-schema/automation/Authentication.json +2 -2
- package/json-schema/automation/AuthenticationType.json +2 -2
- package/json-schema/automation/BpmnDiagnostic.json +2 -2
- package/json-schema/automation/BpmnElementMapping.json +2 -2
- package/json-schema/automation/BpmnExportOptions.json +2 -2
- package/json-schema/automation/BpmnImportOptions.json +2 -2
- package/json-schema/automation/BpmnInteropResult.json +2 -2
- package/json-schema/automation/BpmnUnmappedStrategy.json +2 -2
- package/json-schema/automation/BpmnVersion.json +2 -2
- package/json-schema/automation/Checkpoint.json +2 -2
- package/json-schema/automation/ConcurrencyPolicy.json +2 -2
- package/json-schema/automation/ConflictResolution.json +2 -2
- package/json-schema/automation/Connector.json +2 -2
- package/json-schema/automation/ConnectorActionRef.json +2 -2
- package/json-schema/automation/ConnectorCategory.json +2 -2
- package/json-schema/automation/ConnectorInstance.json +2 -2
- package/json-schema/automation/ConnectorOperation.json +2 -2
- package/json-schema/automation/ConnectorTrigger.json +2 -2
- package/json-schema/automation/CustomScriptAction.json +2 -2
- package/json-schema/automation/DataSourceConfig.json +2 -2
- package/json-schema/automation/ETLDestination.json +2 -2
- package/json-schema/automation/ETLEndpointType.json +2 -2
- package/json-schema/automation/ETLPipelineRun.json +2 -2
- package/json-schema/automation/ETLRunStatus.json +2 -2
- package/json-schema/automation/ETLSource.json +2 -2
- package/json-schema/automation/ETLSyncMode.json +2 -2
- package/json-schema/automation/ETLTransformation.json +2 -2
- package/json-schema/automation/ETLTransformationType.json +2 -2
- package/json-schema/automation/EmailAlertAction.json +2 -2
- package/json-schema/automation/Event.json +2 -2
- package/json-schema/automation/ExecutionError.json +2 -2
- package/json-schema/automation/ExecutionErrorSeverity.json +2 -2
- package/json-schema/automation/ExecutionLog.json +2 -2
- package/json-schema/automation/ExecutionStatus.json +2 -2
- package/json-schema/automation/ExecutionStepLog.json +2 -2
- package/json-schema/automation/FieldUpdateAction.json +2 -2
- package/json-schema/automation/FlowNode.json +2 -2
- package/json-schema/automation/FlowNodeAction.json +2 -2
- package/json-schema/automation/FlowVariable.json +2 -2
- package/json-schema/automation/GuardRef.json +2 -2
- package/json-schema/automation/HttpCallAction.json +2 -2
- package/json-schema/automation/NodeExecutorDescriptor.json +2 -2
- package/json-schema/automation/OAuth2Config.json +2 -2
- package/json-schema/automation/OperationParameter.json +2 -2
- package/json-schema/automation/OperationType.json +2 -2
- package/json-schema/automation/PushNotificationAction.json +2 -2
- package/json-schema/automation/StateMachine.json +2 -2
- package/json-schema/automation/StateNode.json +2 -2
- package/json-schema/automation/SyncDirection.json +2 -2
- package/json-schema/automation/SyncExecutionResult.json +2 -2
- package/json-schema/automation/SyncExecutionStatus.json +2 -2
- package/json-schema/automation/SyncMode.json +2 -2
- package/json-schema/automation/Transition.json +2 -2
- package/json-schema/automation/WaitEventType.json +2 -2
- package/json-schema/automation/WaitExecutorConfig.json +2 -2
- package/json-schema/automation/WaitResumePayload.json +2 -2
- package/json-schema/automation/WaitTimeoutBehavior.json +2 -2
- package/json-schema/automation/Webhook.json +2 -2
- package/json-schema/automation/WebhookReceiver.json +2 -2
- package/json-schema/automation/WebhookTriggerType.json +2 -2
- package/json-schema/automation/WorkflowTriggerType.json +2 -2
- package/json-schema/cloud/AnalyticsTimeRange.json +2 -2
- package/json-schema/cloud/AppDiscoveryRequest.json +2 -2
- package/json-schema/cloud/AppDiscoveryResponse.json +2 -2
- package/json-schema/cloud/AppSubscription.json +2 -2
- package/json-schema/cloud/ArtifactDownloadResponse.json +2 -2
- package/json-schema/cloud/ArtifactReference.json +2 -2
- package/json-schema/cloud/CreateListingRequest.json +2 -2
- package/json-schema/cloud/CreatePackageRequest.json +48 -2
- package/json-schema/cloud/CreatePackageVersionRequest.json +2 -2
- package/json-schema/cloud/CuratedCollection.json +2 -2
- package/json-schema/cloud/Environment.json +2 -2
- package/json-schema/cloud/EnvironmentCredential.json +2 -2
- package/json-schema/cloud/EnvironmentCredentialStatus.json +2 -2
- package/json-schema/cloud/EnvironmentDriver.json +2 -2
- package/json-schema/cloud/EnvironmentMember.json +2 -2
- package/json-schema/cloud/EnvironmentPackageInstallation.json +2 -2
- package/json-schema/cloud/EnvironmentPackageStatus.json +2 -2
- package/json-schema/cloud/EnvironmentRole.json +2 -2
- package/json-schema/cloud/EnvironmentStatus.json +2 -2
- package/json-schema/cloud/EnvironmentType.json +2 -2
- package/json-schema/cloud/EnvironmentVisibility.json +2 -2
- package/json-schema/cloud/FeaturedListing.json +2 -2
- package/json-schema/cloud/InstallPackageToEnvironmentRequest.json +2 -2
- package/json-schema/cloud/InstalledAppSummary.json +2 -2
- package/json-schema/cloud/ListEnvironmentPackagesResponse.json +2 -2
- package/json-schema/cloud/ListInstalledAppsRequest.json +2 -2
- package/json-schema/cloud/ListInstalledAppsResponse.json +2 -2
- package/json-schema/cloud/ListReviewsRequest.json +2 -2
- package/json-schema/cloud/ListReviewsResponse.json +2 -2
- package/json-schema/cloud/ListingActionRequest.json +2 -2
- package/json-schema/cloud/ListingStatus.json +2 -2
- package/json-schema/cloud/MarketplaceCategory.json +2 -2
- package/json-schema/cloud/MarketplaceHealthMetrics.json +2 -2
- package/json-schema/cloud/MarketplaceInstallRequest.json +2 -2
- package/json-schema/cloud/MarketplaceInstallResponse.json +2 -2
- package/json-schema/cloud/MarketplaceListing.json +48 -2
- package/json-schema/cloud/MarketplaceSearchRequest.json +2 -2
- package/json-schema/cloud/MarketplaceSearchResponse.json +48 -2
- package/json-schema/cloud/Package.json +48 -2
- package/json-schema/cloud/PackageCategory.json +2 -2
- package/json-schema/cloud/PackageDependency.json +2 -2
- package/json-schema/cloud/PackageInstallation.json +2 -2
- package/json-schema/cloud/PackageInstallationStatus.json +2 -2
- package/json-schema/cloud/PackageLocale.json +8 -0
- package/json-schema/cloud/PackageManifest.json +2 -2
- package/json-schema/cloud/PackagePublisher.json +2 -2
- package/json-schema/cloud/PackageSubmission.json +2 -2
- package/json-schema/cloud/PackageTranslation.json +40 -0
- package/json-schema/cloud/PackageTranslations.json +49 -0
- package/json-schema/cloud/PackageVersion.json +2 -2
- package/json-schema/cloud/PackageVersionStatus.json +2 -2
- package/json-schema/cloud/PackageVisibility.json +2 -2
- package/json-schema/cloud/PolicyAction.json +2 -2
- package/json-schema/cloud/PolicyViolationType.json +2 -2
- package/json-schema/cloud/PricingModel.json +2 -2
- package/json-schema/cloud/ProvisionEnvironmentRequest.json +2 -2
- package/json-schema/cloud/ProvisionEnvironmentResponse.json +2 -2
- package/json-schema/cloud/ProvisionOrganizationRequest.json +2 -2
- package/json-schema/cloud/ProvisionOrganizationResponse.json +2 -2
- package/json-schema/cloud/ProvisionTenantRequest.json +2 -2
- package/json-schema/cloud/ProvisionTenantResponse.json +2 -2
- package/json-schema/cloud/PublishPackageVersionRequest.json +2 -2
- package/json-schema/cloud/Publisher.json +2 -2
- package/json-schema/cloud/PublisherProfile.json +2 -2
- package/json-schema/cloud/PublisherVerification.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsRequest.json +2 -2
- package/json-schema/cloud/PublishingAnalyticsResponse.json +2 -2
- package/json-schema/cloud/RecommendationReason.json +2 -2
- package/json-schema/cloud/RecommendedApp.json +2 -2
- package/json-schema/cloud/RejectionReason.json +2 -2
- package/json-schema/cloud/ReleaseChannel.json +2 -2
- package/json-schema/cloud/ReviewCriterion.json +2 -2
- package/json-schema/cloud/ReviewDecision.json +2 -2
- package/json-schema/cloud/ReviewModerationStatus.json +2 -2
- package/json-schema/cloud/RollbackEnvironmentPackageRequest.json +2 -2
- package/json-schema/cloud/Sha256Digest.json +2 -2
- package/json-schema/cloud/SubmissionReview.json +2 -2
- package/json-schema/cloud/SubmitReviewRequest.json +2 -2
- package/json-schema/cloud/SubscriptionStatus.json +2 -2
- package/json-schema/cloud/TemplateManifest.json +48 -2
- package/json-schema/cloud/TenantContext.json +2 -2
- package/json-schema/cloud/TenantDatabase.json +2 -2
- package/json-schema/cloud/TenantDatabaseStatus.json +2 -2
- package/json-schema/cloud/TenantIdentificationSource.json +2 -2
- package/json-schema/cloud/TenantPlan.json +2 -2
- package/json-schema/cloud/TenantRoutingConfig.json +2 -2
- package/json-schema/cloud/TimeSeriesPoint.json +2 -2
- package/json-schema/cloud/TrendingListing.json +2 -2
- package/json-schema/cloud/UpdateListingRequest.json +2 -2
- package/json-schema/cloud/UpdatePackageRequest.json +48 -2
- package/json-schema/cloud/UpdatePackageVersionRequest.json +2 -2
- package/json-schema/cloud/UpgradeEnvironmentPackageRequest.json +2 -2
- package/json-schema/cloud/UserReview.json +2 -2
- package/json-schema/cloud/VersionRelease.json +2 -2
- package/json-schema/data/Address.json +2 -2
- package/json-schema/data/AggregationFunction.json +2 -2
- package/json-schema/data/AggregationMetricType.json +2 -2
- package/json-schema/data/AggregationNode.json +2 -2
- package/json-schema/data/AggregationPipeline.json +2 -2
- package/json-schema/data/AggregationStage.json +2 -2
- package/json-schema/data/AnalyticsQuery.json +2 -2
- package/json-schema/data/ApiMethod.json +2 -2
- package/json-schema/data/AsyncValidation.json +2 -2
- package/json-schema/data/BaseEngineOptions.json +2 -2
- package/json-schema/data/CDCConfig.json +2 -2
- package/json-schema/data/ComputedFieldCache.json +2 -2
- package/json-schema/data/ConsistencyLevel.json +2 -2
- package/json-schema/data/Cube.json +2 -2
- package/json-schema/data/CubeJoin.json +2 -2
- package/json-schema/data/CurrencyConfig.json +2 -2
- package/json-schema/data/CurrencyValue.json +2 -2
- package/json-schema/data/CustomValidator.json +2 -2
- package/json-schema/data/DataEngineAggregateOptions.json +2 -2
- package/json-schema/data/DataEngineAggregateRequest.json +2 -2
- package/json-schema/data/DataEngineBatchRequest.json +2 -2
- package/json-schema/data/DataEngineCountOptions.json +2 -2
- package/json-schema/data/DataEngineCountRequest.json +2 -2
- package/json-schema/data/DataEngineDeleteOptions.json +2 -2
- package/json-schema/data/DataEngineDeleteRequest.json +2 -2
- package/json-schema/data/DataEngineExecuteRequest.json +2 -2
- package/json-schema/data/DataEngineFilter.json +2 -2
- package/json-schema/data/DataEngineFindOneRequest.json +2 -2
- package/json-schema/data/DataEngineFindRequest.json +2 -2
- package/json-schema/data/DataEngineInsertOptions.json +2 -2
- package/json-schema/data/DataEngineInsertRequest.json +2 -2
- package/json-schema/data/DataEngineQueryOptions.json +2 -2
- package/json-schema/data/DataEngineRequest.json +2 -2
- package/json-schema/data/DataEngineSort.json +2 -2
- package/json-schema/data/DataEngineUpdateOptions.json +2 -2
- package/json-schema/data/DataEngineUpdateRequest.json +2 -2
- package/json-schema/data/DataEngineVectorFindRequest.json +2 -2
- package/json-schema/data/DataQualityRules.json +2 -2
- package/json-schema/data/DataTypeMapping.json +2 -2
- package/json-schema/data/Dataset.json +2 -2
- package/json-schema/data/DatasetLoadResult.json +2 -2
- package/json-schema/data/DatasetMode.json +2 -2
- package/json-schema/data/Datasource.json +2 -2
- package/json-schema/data/DatasourceCapabilities.json +2 -2
- package/json-schema/data/DateGranularity.json +2 -2
- package/json-schema/data/DateMacroPlaceholder.json +2 -2
- package/json-schema/data/DateMacroToken.json +2 -2
- package/json-schema/data/Dimension.json +2 -2
- package/json-schema/data/DimensionType.json +2 -2
- package/json-schema/data/Document.json +2 -2
- package/json-schema/data/DocumentTemplate.json +2 -2
- package/json-schema/data/DocumentValidationSchema.json +2 -2
- package/json-schema/data/DocumentVersion.json +2 -2
- package/json-schema/data/DriverCapabilities.json +2 -2
- package/json-schema/data/DriverConfig.json +2 -2
- package/json-schema/data/DriverDefinition.json +2 -2
- package/json-schema/data/DriverOptions.json +2 -2
- package/json-schema/data/DriverType.json +2 -2
- package/json-schema/data/ESignatureConfig.json +2 -2
- package/json-schema/data/EngineAggregateOptions.json +2 -2
- package/json-schema/data/EngineCountOptions.json +2 -2
- package/json-schema/data/EngineDeleteOptions.json +2 -2
- package/json-schema/data/EngineQueryOptions.json +2 -2
- package/json-schema/data/EngineUpdateOptions.json +2 -2
- package/json-schema/data/EqualityOperator.json +2 -2
- package/json-schema/data/ExpressionBody.json +2 -2
- package/json-schema/data/ExternalDataSource.json +2 -2
- package/json-schema/data/FeedActor.json +2 -2
- package/json-schema/data/FeedFilterMode.json +2 -2
- package/json-schema/data/FeedItem.json +2 -2
- package/json-schema/data/FeedItemType.json +2 -2
- package/json-schema/data/FeedVisibility.json +2 -2
- package/json-schema/data/FieldChangeEntry.json +2 -2
- package/json-schema/data/FieldMapping.json +2 -2
- package/json-schema/data/FieldNode.json +2 -2
- package/json-schema/data/FieldReference.json +2 -2
- package/json-schema/data/FieldType.json +4 -2
- package/json-schema/data/FileAttachmentConfig.json +2 -2
- package/json-schema/data/FilterCondition.json +2 -2
- package/json-schema/data/FormatValidation.json +2 -2
- package/json-schema/data/FullTextSearch.json +2 -2
- package/json-schema/data/GroupByNode.json +2 -2
- package/json-schema/data/HookBody.json +2 -2
- package/json-schema/data/HookBodyCapability.json +2 -2
- package/json-schema/data/HookContext.json +2 -2
- package/json-schema/data/HookEvent.json +2 -2
- package/json-schema/data/Index.json +2 -2
- package/json-schema/data/JSONValidation.json +2 -2
- package/json-schema/data/JoinNode.json +2 -2
- package/json-schema/data/JoinStrategy.json +2 -2
- package/json-schema/data/JoinType.json +2 -2
- package/json-schema/data/LocationCoordinates.json +2 -2
- package/json-schema/data/Mapping.json +2 -2
- package/json-schema/data/Mention.json +2 -2
- package/json-schema/data/Metric.json +2 -2
- package/json-schema/data/NoSQLDataTypeMapping.json +2 -2
- package/json-schema/data/NoSQLDatabaseType.json +2 -2
- package/json-schema/data/NoSQLDriverConfig.json +2 -2
- package/json-schema/data/NoSQLIndex.json +2 -2
- package/json-schema/data/NoSQLIndexType.json +2 -2
- package/json-schema/data/NoSQLOperationType.json +2 -2
- package/json-schema/data/NoSQLQueryOptions.json +2 -2
- package/json-schema/data/NoSQLTransactionOptions.json +2 -2
- package/json-schema/data/NotificationChannel.json +2 -2
- package/json-schema/data/ObjectCapabilities.json +2 -2
- package/json-schema/data/ObjectDependencyGraph.json +2 -2
- package/json-schema/data/ObjectDependencyNode.json +2 -2
- package/json-schema/data/ObjectOwnershipEnum.json +2 -2
- package/json-schema/data/PartitioningConfig.json +2 -2
- package/json-schema/data/PoolConfig.json +2 -2
- package/json-schema/data/Query.json +2 -2
- package/json-schema/data/QueryFilter.json +2 -2
- package/json-schema/data/Reaction.json +2 -2
- package/json-schema/data/RecordSubscription.json +2 -2
- package/json-schema/data/ReferenceResolution.json +2 -2
- package/json-schema/data/ReferenceResolutionError.json +2 -2
- package/json-schema/data/ReplicationConfig.json +2 -2
- package/json-schema/data/SQLDialect.json +2 -2
- package/json-schema/data/SQLDriverConfig.json +2 -2
- package/json-schema/data/SSLConfig.json +2 -2
- package/json-schema/data/ScriptBody.json +2 -2
- package/json-schema/data/SearchConfig.json +2 -2
- package/json-schema/data/SeedLoaderConfig.json +2 -2
- package/json-schema/data/SeedLoaderRequest.json +2 -2
- package/json-schema/data/SeedLoaderResult.json +2 -2
- package/json-schema/data/SelectOption.json +2 -2
- package/json-schema/data/SetOperator.json +2 -2
- package/json-schema/data/ShardingConfig.json +2 -2
- package/json-schema/data/SoftDeleteConfig.json +2 -2
- package/json-schema/data/SortNode.json +2 -2
- package/json-schema/data/SpecialOperator.json +2 -2
- package/json-schema/data/StateMachineValidation.json +2 -2
- package/json-schema/data/StringOperator.json +2 -2
- package/json-schema/data/SubscriptionEventType.json +2 -2
- package/json-schema/data/TenancyConfig.json +2 -2
- package/json-schema/data/TenantDatabaseLifecycle.json +2 -2
- package/json-schema/data/TenantResolverStrategy.json +2 -2
- package/json-schema/data/TimeUpdateInterval.json +2 -2
- package/json-schema/data/TransformType.json +2 -2
- package/json-schema/data/TursoGroup.json +2 -2
- package/json-schema/data/TursoMultiTenantConfig.json +2 -2
- package/json-schema/data/VectorConfig.json +2 -2
- package/json-schema/data/VersioningConfig.json +2 -2
- package/json-schema/data/WindowFunction.json +2 -2
- package/json-schema/data/WindowFunctionNode.json +2 -2
- package/json-schema/data/WindowSpec.json +2 -2
- package/json-schema/identity/Account.json +2 -2
- package/json-schema/identity/ApiKey.json +2 -2
- package/json-schema/identity/Invitation.json +2 -2
- package/json-schema/identity/InvitationStatus.json +2 -2
- package/json-schema/identity/Member.json +2 -2
- package/json-schema/identity/Organization.json +2 -2
- package/json-schema/identity/Role.json +2 -2
- package/json-schema/identity/SCIMAddress.json +2 -2
- package/json-schema/identity/SCIMBulkOperation.json +2 -2
- package/json-schema/identity/SCIMBulkRequest.json +2 -2
- package/json-schema/identity/SCIMBulkResponse.json +2 -2
- package/json-schema/identity/SCIMBulkResponseOperation.json +2 -2
- package/json-schema/identity/SCIMEmail.json +2 -2
- package/json-schema/identity/SCIMEnterpriseUser.json +2 -2
- package/json-schema/identity/SCIMError.json +2 -2
- package/json-schema/identity/SCIMGroup.json +2 -2
- package/json-schema/identity/SCIMGroupReference.json +2 -2
- package/json-schema/identity/SCIMListResponse.json +2 -2
- package/json-schema/identity/SCIMMemberReference.json +2 -2
- package/json-schema/identity/SCIMMeta.json +2 -2
- package/json-schema/identity/SCIMName.json +2 -2
- package/json-schema/identity/SCIMPatchOperation.json +2 -2
- package/json-schema/identity/SCIMPatchRequest.json +2 -2
- package/json-schema/identity/SCIMPhoneNumber.json +2 -2
- package/json-schema/identity/SCIMUser.json +2 -2
- package/json-schema/identity/Session.json +2 -2
- package/json-schema/identity/User.json +2 -2
- package/json-schema/identity/VerificationToken.json +2 -2
- package/json-schema/integration/AckMode.json +2 -2
- package/json-schema/integration/ApiVersionConfig.json +2 -2
- package/json-schema/integration/BuildConfig.json +2 -2
- package/json-schema/integration/CdcConfig.json +2 -2
- package/json-schema/integration/CircuitBreakerConfig.json +2 -2
- package/json-schema/integration/ConflictResolution.json +2 -2
- package/json-schema/integration/ConnectorAction.json +2 -2
- package/json-schema/integration/ConnectorHealth.json +2 -2
- package/json-schema/integration/ConnectorStatus.json +2 -2
- package/json-schema/integration/ConnectorTrigger.json +2 -2
- package/json-schema/integration/ConnectorType.json +2 -2
- package/json-schema/integration/ConsumerConfig.json +2 -2
- package/json-schema/integration/DatabasePoolConfig.json +2 -2
- package/json-schema/integration/DatabaseProvider.json +2 -2
- package/json-schema/integration/DeliveryGuarantee.json +2 -2
- package/json-schema/integration/DeploymentConfig.json +2 -2
- package/json-schema/integration/DlqConfig.json +2 -2
- package/json-schema/integration/DomainConfig.json +2 -2
- package/json-schema/integration/EdgeFunctionConfig.json +2 -2
- package/json-schema/integration/EnvironmentVariables.json +2 -2
- package/json-schema/integration/ErrorCategory.json +2 -2
- package/json-schema/integration/ErrorMappingConfig.json +2 -2
- package/json-schema/integration/ErrorMappingRule.json +2 -2
- package/json-schema/integration/FileAccessPattern.json +2 -2
- package/json-schema/integration/FileFilterConfig.json +2 -2
- package/json-schema/integration/FileMetadataConfig.json +2 -2
- package/json-schema/integration/FileStorageProvider.json +2 -2
- package/json-schema/integration/FileVersioningConfig.json +2 -2
- package/json-schema/integration/GitHubActionsWorkflow.json +2 -2
- package/json-schema/integration/GitHubCommitConfig.json +2 -2
- package/json-schema/integration/GitHubIssueTracking.json +2 -2
- package/json-schema/integration/GitHubProvider.json +2 -2
- package/json-schema/integration/GitHubReleaseConfig.json +2 -2
- package/json-schema/integration/GitHubRepository.json +2 -2
- package/json-schema/integration/GitRepositoryConfig.json +2 -2
- package/json-schema/integration/HealthCheckConfig.json +2 -2
- package/json-schema/integration/MessageFormat.json +2 -2
- package/json-schema/integration/MessageQueueProvider.json +2 -2
- package/json-schema/integration/MultipartUploadConfig.json +2 -2
- package/json-schema/integration/ProducerConfig.json +2 -2
- package/json-schema/integration/RateLimitConfig.json +2 -2
- package/json-schema/integration/RateLimitStrategy.json +2 -2
- package/json-schema/integration/RetryConfig.json +2 -2
- package/json-schema/integration/RetryStrategy.json +2 -2
- package/json-schema/integration/SaasProvider.json +2 -2
- package/json-schema/integration/SslConfig.json +2 -2
- package/json-schema/integration/StorageBucket.json +2 -2
- package/json-schema/integration/SyncStrategy.json +2 -2
- package/json-schema/integration/TopicQueue.json +2 -2
- package/json-schema/integration/VercelFramework.json +2 -2
- package/json-schema/integration/VercelMonitoring.json +2 -2
- package/json-schema/integration/VercelProject.json +2 -2
- package/json-schema/integration/VercelProvider.json +2 -2
- package/json-schema/integration/VercelTeam.json +2 -2
- package/json-schema/integration/WebhookConfig.json +2 -2
- package/json-schema/integration/WebhookEvent.json +2 -2
- package/json-schema/integration/WebhookSignatureAlgorithm.json +2 -2
- package/json-schema/kernel/ActivationEvent.json +2 -2
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +2 -2
- package/json-schema/kernel/ArtifactChecksum.json +2 -2
- package/json-schema/kernel/ArtifactFileEntry.json +2 -2
- package/json-schema/kernel/ArtifactSignature.json +2 -2
- package/json-schema/kernel/BreakingChange.json +2 -2
- package/json-schema/kernel/CLICommandContribution.json +2 -2
- package/json-schema/kernel/CapabilityConformanceLevel.json +2 -2
- package/json-schema/kernel/ClusterCapabilityConfig.json +2 -2
- package/json-schema/kernel/ClusterDriver.json +2 -2
- package/json-schema/kernel/ClusterTenantIsolation.json +2 -2
- package/json-schema/kernel/CompatibilityLevel.json +2 -2
- package/json-schema/kernel/CompatibilityMatrixEntry.json +2 -2
- package/json-schema/kernel/CustomizationOrigin.json +2 -2
- package/json-schema/kernel/CustomizationPolicy.json +2 -2
- package/json-schema/kernel/DeadLetterQueueEntry.json +2 -2
- package/json-schema/kernel/DependencyConflict.json +2 -2
- package/json-schema/kernel/DependencyGraph.json +2 -2
- package/json-schema/kernel/DependencyGraphNode.json +2 -2
- package/json-schema/kernel/DependencyResolutionResult.json +2 -2
- package/json-schema/kernel/DependencyStatusEnum.json +2 -2
- package/json-schema/kernel/DeprecationNotice.json +2 -2
- package/json-schema/kernel/DevFixtureConfig.json +2 -2
- package/json-schema/kernel/DevPluginConfig.json +2 -2
- package/json-schema/kernel/DevPluginPreset.json +2 -2
- package/json-schema/kernel/DevServiceOverride.json +2 -2
- package/json-schema/kernel/DevToolsConfig.json +2 -2
- package/json-schema/kernel/DisablePackageRequest.json +2 -2
- package/json-schema/kernel/DisablePackageResponse.json +2 -2
- package/json-schema/kernel/DistributedStateConfig.json +2 -2
- package/json-schema/kernel/DynamicLoadRequest.json +2 -2
- package/json-schema/kernel/DynamicLoadingConfig.json +2 -2
- package/json-schema/kernel/DynamicPluginOperation.json +2 -2
- package/json-schema/kernel/DynamicPluginResult.json +2 -2
- package/json-schema/kernel/DynamicUnloadRequest.json +2 -2
- package/json-schema/kernel/EnablePackageRequest.json +2 -2
- package/json-schema/kernel/EnablePackageResponse.json +2 -2
- package/json-schema/kernel/Event.json +2 -2
- package/json-schema/kernel/EventBusConfig.json +2 -2
- package/json-schema/kernel/EventClusterOptions.json +2 -2
- package/json-schema/kernel/EventDeliverySemantics.json +2 -2
- package/json-schema/kernel/EventHandler.json +2 -2
- package/json-schema/kernel/EventLogEntry.json +2 -2
- package/json-schema/kernel/EventMessageQueueConfig.json +2 -2
- package/json-schema/kernel/EventMetadata.json +2 -2
- package/json-schema/kernel/EventPersistence.json +2 -2
- package/json-schema/kernel/EventPhase.json +2 -2
- package/json-schema/kernel/EventPriority.json +2 -2
- package/json-schema/kernel/EventQueueConfig.json +2 -2
- package/json-schema/kernel/EventReplayConfig.json +2 -2
- package/json-schema/kernel/EventRoute.json +2 -2
- package/json-schema/kernel/EventScope.json +2 -2
- package/json-schema/kernel/EventSourcingConfig.json +2 -2
- package/json-schema/kernel/EventTypeDefinition.json +2 -2
- package/json-schema/kernel/EventWebhookConfig.json +2 -2
- package/json-schema/kernel/ExecutionContext.json +2 -2
- package/json-schema/kernel/ExtensionPoint.json +2 -2
- package/json-schema/kernel/FeatureStrategy.json +2 -2
- package/json-schema/kernel/FieldChange.json +2 -2
- package/json-schema/kernel/GetPackageRequest.json +2 -2
- package/json-schema/kernel/GetPackageResponse.json +2 -2
- package/json-schema/kernel/GracefulDegradation.json +2 -2
- package/json-schema/kernel/HealthStatus.json +2 -2
- package/json-schema/kernel/HookRegisteredEvent.json +2 -2
- package/json-schema/kernel/HookTriggeredEvent.json +2 -2
- package/json-schema/kernel/HotReloadConfig.json +2 -2
- package/json-schema/kernel/InstallPackageRequest.json +2 -2
- package/json-schema/kernel/InstallPackageResponse.json +2 -2
- package/json-schema/kernel/InstalledPackage.json +2 -2
- package/json-schema/kernel/KernelContext.json +2 -2
- package/json-schema/kernel/KernelEventBase.json +2 -2
- package/json-schema/kernel/KernelReadyEvent.json +2 -2
- package/json-schema/kernel/KernelSecurityPolicy.json +2 -2
- package/json-schema/kernel/KernelSecurityScanResult.json +2 -2
- package/json-schema/kernel/KernelSecurityVulnerability.json +2 -2
- package/json-schema/kernel/KernelShutdownEvent.json +2 -2
- package/json-schema/kernel/ListPackagesRequest.json +2 -2
- package/json-schema/kernel/ListPackagesResponse.json +2 -2
- package/json-schema/kernel/Manifest.json +2 -2
- package/json-schema/kernel/MergeConflict.json +2 -2
- package/json-schema/kernel/MergeResult.json +2 -2
- package/json-schema/kernel/MergeStrategyConfig.json +2 -2
- package/json-schema/kernel/MetadataBulkRegisterRequest.json +2 -2
- package/json-schema/kernel/MetadataBulkResult.json +2 -2
- package/json-schema/kernel/MetadataCategoryEnum.json +2 -2
- package/json-schema/kernel/MetadataChangeOperation.json +2 -2
- package/json-schema/kernel/MetadataChangeType.json +2 -2
- package/json-schema/kernel/MetadataCollectionInfo.json +2 -2
- package/json-schema/kernel/MetadataDependency.json +2 -2
- package/json-schema/kernel/MetadataDiffItem.json +2 -2
- package/json-schema/kernel/MetadataEvent.json +2 -2
- package/json-schema/kernel/MetadataFallbackStrategy.json +2 -2
- package/json-schema/kernel/MetadataFormat.json +2 -2
- package/json-schema/kernel/MetadataImportOptions.json +2 -2
- package/json-schema/kernel/MetadataLoadResult.json +2 -2
- package/json-schema/kernel/MetadataLoaderContract.json +2 -2
- package/json-schema/kernel/MetadataManagerConfig.json +2 -2
- package/json-schema/kernel/MetadataOverlay.json +2 -2
- package/json-schema/kernel/MetadataPluginConfig.json +2 -2
- package/json-schema/kernel/MetadataPluginManifest.json +2 -2
- package/json-schema/kernel/MetadataQuery.json +2 -2
- package/json-schema/kernel/MetadataQueryResult.json +2 -2
- package/json-schema/kernel/MetadataSaveOptions.json +2 -2
- package/json-schema/kernel/MetadataSaveResult.json +2 -2
- package/json-schema/kernel/MetadataStats.json +2 -2
- package/json-schema/kernel/MetadataType.json +2 -2
- package/json-schema/kernel/MetadataTypeRegistryEntry.json +2 -2
- package/json-schema/kernel/MetadataValidationResult.json +2 -2
- package/json-schema/kernel/MetadataWatchEvent.json +2 -2
- package/json-schema/kernel/NamespaceConflictError.json +2 -2
- package/json-schema/kernel/NamespaceRegistryEntry.json +2 -2
- package/json-schema/kernel/OclifPluginConfig.json +2 -2
- package/json-schema/kernel/OpsDomainModule.json +2 -2
- package/json-schema/kernel/OpsFilePath.json +2 -2
- package/json-schema/kernel/OpsPluginStructure.json +2 -2
- package/json-schema/kernel/PackageArtifact.json +2 -2
- package/json-schema/kernel/PackageDependency.json +2 -2
- package/json-schema/kernel/PackageDependencyConflict.json +2 -2
- package/json-schema/kernel/PackageDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PackageStatusEnum.json +2 -2
- package/json-schema/kernel/PermissionAction.json +2 -2
- package/json-schema/kernel/PermissionScope.json +2 -2
- package/json-schema/kernel/PluginCaching.json +2 -2
- package/json-schema/kernel/PluginCapability.json +2 -2
- package/json-schema/kernel/PluginCapabilityManifest.json +2 -2
- package/json-schema/kernel/PluginCodeSplitting.json +2 -2
- package/json-schema/kernel/PluginCompatibilityMatrix.json +2 -2
- package/json-schema/kernel/PluginDependency.json +2 -2
- package/json-schema/kernel/PluginDependencyResolution.json +2 -2
- package/json-schema/kernel/PluginDependencyResolutionResult.json +2 -2
- package/json-schema/kernel/PluginDiscoveryConfig.json +2 -2
- package/json-schema/kernel/PluginDiscoverySource.json +2 -2
- package/json-schema/kernel/PluginDynamicImport.json +2 -2
- package/json-schema/kernel/PluginErrorEvent.json +2 -2
- package/json-schema/kernel/PluginEventBase.json +2 -2
- package/json-schema/kernel/PluginHealthCheck.json +2 -2
- package/json-schema/kernel/PluginHealthReport.json +2 -2
- package/json-schema/kernel/PluginHealthStatus.json +2 -2
- package/json-schema/kernel/PluginHotReload.json +2 -2
- package/json-schema/kernel/PluginInitialization.json +2 -2
- package/json-schema/kernel/PluginInstallConfig.json +2 -2
- package/json-schema/kernel/PluginInterface.json +2 -2
- package/json-schema/kernel/PluginLifecycleEventType.json +2 -2
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingConfig.json +2 -2
- package/json-schema/kernel/PluginLoadingEvent.json +2 -2
- package/json-schema/kernel/PluginLoadingState.json +2 -2
- package/json-schema/kernel/PluginLoadingStrategy.json +2 -2
- package/json-schema/kernel/PluginMetadata.json +2 -2
- package/json-schema/kernel/PluginPerformanceMonitoring.json +2 -2
- package/json-schema/kernel/PluginPreloadConfig.json +2 -2
- package/json-schema/kernel/PluginProvenance.json +2 -2
- package/json-schema/kernel/PluginQualityMetrics.json +2 -2
- package/json-schema/kernel/PluginRegisteredEvent.json +2 -2
- package/json-schema/kernel/PluginRegistryEntry.json +2 -2
- package/json-schema/kernel/PluginSandboxing.json +2 -2
- package/json-schema/kernel/PluginSearchFilters.json +2 -2
- package/json-schema/kernel/PluginSource.json +2 -2
- package/json-schema/kernel/PluginStartupResult.json +2 -2
- package/json-schema/kernel/PluginStateSnapshot.json +2 -2
- package/json-schema/kernel/PluginStatistics.json +2 -2
- package/json-schema/kernel/PluginTrustLevel.json +2 -2
- package/json-schema/kernel/PluginTrustScore.json +2 -2
- package/json-schema/kernel/PluginUpdateStrategy.json +2 -2
- package/json-schema/kernel/PluginVendor.json +2 -2
- package/json-schema/kernel/PluginVersionMetadata.json +2 -2
- package/json-schema/kernel/PreviewModeConfig.json +2 -2
- package/json-schema/kernel/ProtocolFeature.json +2 -2
- package/json-schema/kernel/ProtocolReference.json +2 -2
- package/json-schema/kernel/ProtocolVersion.json +2 -2
- package/json-schema/kernel/RealTimeNotificationConfig.json +2 -2
- package/json-schema/kernel/RequiredAction.json +2 -2
- package/json-schema/kernel/ResolvedDependency.json +2 -2
- package/json-schema/kernel/ResourceType.json +2 -2
- package/json-schema/kernel/RollbackPackageRequest.json +2 -2
- package/json-schema/kernel/RollbackPackageResponse.json +2 -2
- package/json-schema/kernel/RuntimeConfig.json +2 -2
- package/json-schema/kernel/RuntimeMode.json +2 -2
- package/json-schema/kernel/SBOM.json +2 -2
- package/json-schema/kernel/SBOMEntry.json +2 -2
- package/json-schema/kernel/SandboxConfig.json +2 -2
- package/json-schema/kernel/ScopeConfig.json +2 -2
- package/json-schema/kernel/ScopeInfo.json +2 -2
- package/json-schema/kernel/SecurityPolicy.json +2 -2
- package/json-schema/kernel/SecurityScanResult.json +2 -2
- package/json-schema/kernel/SecurityVulnerability.json +2 -2
- package/json-schema/kernel/SemanticVersion.json +2 -2
- package/json-schema/kernel/ServiceClusterAnnotations.json +2 -2
- package/json-schema/kernel/ServiceClusterScope.json +2 -2
- package/json-schema/kernel/ServiceFactoryRegistration.json +2 -2
- package/json-schema/kernel/ServiceLeaderStrategy.json +2 -2
- package/json-schema/kernel/ServiceMetadata.json +2 -2
- package/json-schema/kernel/ServiceRegisteredEvent.json +2 -2
- package/json-schema/kernel/ServiceRegistryConfig.json +2 -2
- package/json-schema/kernel/ServiceScopeType.json +2 -2
- package/json-schema/kernel/ServiceUnregisteredEvent.json +2 -2
- package/json-schema/kernel/StartupOptions.json +2 -2
- package/json-schema/kernel/StartupOrchestrationResult.json +2 -2
- package/json-schema/kernel/TenantRuntimeContext.json +2 -2
- package/json-schema/kernel/UninstallPackageRequest.json +2 -2
- package/json-schema/kernel/UninstallPackageResponse.json +2 -2
- package/json-schema/kernel/UpgradeContext.json +2 -2
- package/json-schema/kernel/UpgradeImpactLevel.json +2 -2
- package/json-schema/kernel/UpgradePackageRequest.json +2 -2
- package/json-schema/kernel/UpgradePackageResponse.json +2 -2
- package/json-schema/kernel/UpgradePhase.json +2 -2
- package/json-schema/kernel/UpgradePlan.json +2 -2
- package/json-schema/kernel/UpgradeSnapshot.json +2 -2
- package/json-schema/kernel/ValidationError.json +2 -2
- package/json-schema/kernel/ValidationResult.json +2 -2
- package/json-schema/kernel/ValidationWarning.json +2 -2
- package/json-schema/kernel/VersionConstraint.json +2 -2
- package/json-schema/kernel/VulnerabilitySeverity.json +2 -2
- package/json-schema/objectstack.json +3807 -3316
- package/json-schema/openapi.json +1 -1
- package/json-schema/qa/TestAction.json +2 -2
- package/json-schema/qa/TestActionType.json +2 -2
- package/json-schema/qa/TestAssertion.json +2 -2
- package/json-schema/qa/TestAssertionType.json +2 -2
- package/json-schema/qa/TestContext.json +2 -2
- package/json-schema/qa/TestScenario.json +2 -2
- package/json-schema/qa/TestStep.json +2 -2
- package/json-schema/qa/TestSuite.json +2 -2
- package/json-schema/security/AuditPolicy.json +2 -2
- package/json-schema/security/FieldPermission.json +2 -2
- package/json-schema/security/NetworkPolicy.json +2 -2
- package/json-schema/security/OWDModel.json +2 -2
- package/json-schema/security/ObjectPermission.json +2 -2
- package/json-schema/security/OwnerSharingRule.json +2 -2
- package/json-schema/security/PasswordPolicy.json +2 -2
- package/json-schema/security/PermissionSet.json +2 -2
- package/json-schema/security/Policy.json +2 -2
- package/json-schema/security/RLSAuditConfig.json +2 -2
- package/json-schema/security/RLSAuditEvent.json +2 -2
- package/json-schema/security/RLSConfig.json +2 -2
- package/json-schema/security/RLSEvaluationResult.json +2 -2
- package/json-schema/security/RLSOperation.json +2 -2
- package/json-schema/security/RLSUserContext.json +2 -2
- package/json-schema/security/RowLevelSecurityPolicy.json +2 -2
- package/json-schema/security/SessionPolicy.json +2 -2
- package/json-schema/security/ShareRecipientType.json +2 -2
- package/json-schema/security/SharingLevel.json +2 -2
- package/json-schema/security/SharingRuleType.json +2 -2
- package/json-schema/security/Territory.json +2 -2
- package/json-schema/security/TerritoryModel.json +2 -2
- package/json-schema/security/TerritoryType.json +2 -2
- package/json-schema/shared/AggregationFunctionEnum.json +2 -2
- package/json-schema/shared/AppName.json +2 -2
- package/json-schema/shared/BaseMetadataRecord.json +2 -2
- package/json-schema/shared/CacheStrategyEnum.json +2 -2
- package/json-schema/shared/CorsConfig.json +2 -2
- package/json-schema/shared/EventName.json +2 -2
- package/json-schema/shared/Expression.json +2 -2
- package/json-schema/shared/ExpressionDialect.json +2 -2
- package/json-schema/shared/ExpressionMeta.json +2 -2
- package/json-schema/shared/FieldName.json +2 -2
- package/json-schema/shared/FlowName.json +2 -2
- package/json-schema/shared/HttpMethod.json +2 -2
- package/json-schema/shared/HttpRequest.json +2 -2
- package/json-schema/shared/IsolationLevelEnum.json +2 -2
- package/json-schema/shared/MetadataFormat.json +2 -2
- package/json-schema/shared/MutationEventEnum.json +2 -2
- package/json-schema/shared/ObjectName.json +2 -2
- package/json-schema/shared/Predicate.json +2 -2
- package/json-schema/shared/RateLimitConfig.json +2 -2
- package/json-schema/shared/RoleName.json +2 -2
- package/json-schema/shared/SnakeCaseIdentifier.json +2 -2
- package/json-schema/shared/SortDirectionEnum.json +2 -2
- package/json-schema/shared/SortItem.json +2 -2
- package/json-schema/shared/StaticMount.json +2 -2
- package/json-schema/shared/SystemIdentifier.json +2 -2
- package/json-schema/shared/ViewName.json +2 -2
- package/json-schema/studio/ActionContribution.json +2 -2
- package/json-schema/studio/ActionLocation.json +2 -2
- package/json-schema/studio/ActivationEvent.json +2 -2
- package/json-schema/studio/CanvasSnapSettings.json +2 -2
- package/json-schema/studio/CanvasZoomSettings.json +2 -2
- package/json-schema/studio/CommandContribution.json +2 -2
- package/json-schema/studio/ERDiagramConfig.json +2 -2
- package/json-schema/studio/ERLayoutAlgorithm.json +2 -2
- package/json-schema/studio/ERNodeDisplay.json +2 -2
- package/json-schema/studio/ElementPaletteItem.json +2 -2
- package/json-schema/studio/FieldEditorConfig.json +2 -2
- package/json-schema/studio/FieldGroup.json +2 -2
- package/json-schema/studio/FieldPropertySection.json +2 -2
- package/json-schema/studio/FlowBuilderConfig.json +2 -2
- package/json-schema/studio/FlowCanvasEdge.json +2 -2
- package/json-schema/studio/FlowCanvasEdgeStyle.json +2 -2
- package/json-schema/studio/FlowCanvasNode.json +2 -2
- package/json-schema/studio/FlowLayoutAlgorithm.json +2 -2
- package/json-schema/studio/FlowLayoutDirection.json +2 -2
- package/json-schema/studio/FlowNodeRenderDescriptor.json +2 -2
- package/json-schema/studio/FlowNodeShape.json +2 -2
- package/json-schema/studio/InterfaceBuilderConfig.json +2 -2
- package/json-schema/studio/MetadataIconContribution.json +2 -2
- package/json-schema/studio/MetadataViewerContribution.json +2 -2
- package/json-schema/studio/ObjectDesignerConfig.json +2 -2
- package/json-schema/studio/ObjectDesignerDefaultView.json +2 -2
- package/json-schema/studio/ObjectFilter.json +2 -2
- package/json-schema/studio/ObjectListDisplayMode.json +2 -2
- package/json-schema/studio/ObjectManagerConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewConfig.json +2 -2
- package/json-schema/studio/ObjectPreviewTab.json +2 -2
- package/json-schema/studio/ObjectSortField.json +2 -2
- package/json-schema/studio/PageBuilderConfig.json +2 -2
- package/json-schema/studio/PanelContribution.json +2 -2
- package/json-schema/studio/PanelLocation.json +2 -2
- package/json-schema/studio/RelationshipDisplay.json +2 -2
- package/json-schema/studio/RelationshipMapperConfig.json +2 -2
- package/json-schema/studio/SidebarGroupContribution.json +2 -2
- package/json-schema/studio/StudioPluginContributions.json +2 -2
- package/json-schema/studio/StudioPluginManifest.json +2 -2
- package/json-schema/studio/ViewMode.json +2 -2
- package/json-schema/system/AccessControlConfig.json +2 -2
- package/json-schema/system/AdvancedAuthConfig.json +2 -2
- package/json-schema/system/AnalyzerConfig.json +2 -2
- package/json-schema/system/AppCompatibilityCheck.json +2 -2
- package/json-schema/system/AppInstallRequest.json +2 -2
- package/json-schema/system/AppInstallResult.json +2 -2
- package/json-schema/system/AppManifest.json +2 -2
- package/json-schema/system/AppTranslationBundle.json +2 -2
- package/json-schema/system/AuditEvent.json +2 -2
- package/json-schema/system/AuditEventActor.json +2 -2
- package/json-schema/system/AuditEventChange.json +2 -2
- package/json-schema/system/AuditEventFilter.json +2 -2
- package/json-schema/system/AuditEventSeverity.json +2 -2
- package/json-schema/system/AuditEventTarget.json +2 -2
- package/json-schema/system/AuditEventType.json +2 -2
- package/json-schema/system/AuditFinding.json +2 -2
- package/json-schema/system/AuditFindingSeverity.json +2 -2
- package/json-schema/system/AuditFindingStatus.json +2 -2
- package/json-schema/system/AuditLogConfig.json +2 -2
- package/json-schema/system/AuditRetentionPolicy.json +2 -2
- package/json-schema/system/AuditSchedule.json +2 -2
- package/json-schema/system/AuditStorageConfig.json +2 -2
- package/json-schema/system/AuthConfig.json +2 -2
- package/json-schema/system/AuthPluginConfig.json +2 -2
- package/json-schema/system/AuthProviderConfig.json +2 -2
- package/json-schema/system/AwarenessEvent.json +2 -2
- package/json-schema/system/AwarenessSession.json +2 -2
- package/json-schema/system/AwarenessUpdate.json +2 -2
- package/json-schema/system/AwarenessUserState.json +2 -2
- package/json-schema/system/BackupRetention.json +2 -2
- package/json-schema/system/BackupStrategy.json +2 -2
- package/json-schema/system/BatchProgress.json +2 -2
- package/json-schema/system/BucketConfig.json +2 -2
- package/json-schema/system/CRDTMergeResult.json +2 -2
- package/json-schema/system/CRDTState.json +2 -2
- package/json-schema/system/CRDTType.json +2 -2
- package/json-schema/system/CacheAvalanchePrevention.json +2 -2
- package/json-schema/system/CacheConfig.json +2 -2
- package/json-schema/system/CacheConsistency.json +2 -2
- package/json-schema/system/CacheInvalidation.json +2 -2
- package/json-schema/system/CacheStrategy.json +2 -2
- package/json-schema/system/CacheTier.json +2 -2
- package/json-schema/system/ChangeImpact.json +2 -2
- package/json-schema/system/ChangePriority.json +2 -2
- package/json-schema/system/ChangeRequest.json +2 -2
- package/json-schema/system/ChangeSchema.json +2 -2
- package/json-schema/system/ChangeStatus.json +2 -2
- package/json-schema/system/ChangeType.json +2 -2
- package/json-schema/system/CollaborationMode.json +2 -2
- package/json-schema/system/CollaborationSession.json +2 -2
- package/json-schema/system/CollaborationSessionConfig.json +2 -2
- package/json-schema/system/CollaborativeCursor.json +2 -2
- package/json-schema/system/ComplianceAuditRequirement.json +2 -2
- package/json-schema/system/ComplianceConfig.json +2 -2
- package/json-schema/system/ComplianceEncryptionRequirement.json +2 -2
- package/json-schema/system/ComplianceFramework.json +2 -2
- package/json-schema/system/ConsoleDestinationConfig.json +2 -2
- package/json-schema/system/ConsumerConfig.json +2 -2
- package/json-schema/system/CoreServiceName.json +2 -2
- package/json-schema/system/CounterOperation.json +2 -2
- package/json-schema/system/CoverageBreakdownEntry.json +2 -2
- package/json-schema/system/CursorColorPreset.json +2 -2
- package/json-schema/system/CursorSelection.json +2 -2
- package/json-schema/system/CursorStyle.json +2 -2
- package/json-schema/system/CursorUpdate.json +2 -2
- package/json-schema/system/DataClassification.json +2 -2
- package/json-schema/system/DataClassificationPolicy.json +2 -2
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +2 -2
- package/json-schema/system/DatabaseProvider.json +2 -2
- package/json-schema/system/DeadLetterQueue.json +2 -2
- package/json-schema/system/DeleteObjectOperation.json +2 -2
- package/json-schema/system/DeployBundle.json +2 -2
- package/json-schema/system/DeployDiff.json +2 -2
- package/json-schema/system/DeployManifest.json +2 -2
- package/json-schema/system/DeployStatusEnum.json +2 -2
- package/json-schema/system/DeployValidationIssue.json +2 -2
- package/json-schema/system/DeployValidationResult.json +2 -2
- package/json-schema/system/EmailAddressConfig.json +2 -2
- package/json-schema/system/EmailAndPasswordConfig.json +2 -2
- package/json-schema/system/EmailProvider.json +2 -2
- package/json-schema/system/EmailServiceConfig.json +2 -2
- package/json-schema/system/EmailTemplateDefinition.json +2 -2
- package/json-schema/system/EmailTemplateDefinitionCategory.json +2 -2
- package/json-schema/system/EmailTemplateDefinitionVariable.json +2 -2
- package/json-schema/system/EmailVerificationConfig.json +2 -2
- package/json-schema/system/EncryptionAlgorithm.json +2 -2
- package/json-schema/system/EncryptionConfig.json +2 -2
- package/json-schema/system/EnvironmentArtifact.json +2 -2
- package/json-schema/system/EnvironmentArtifactChecksum.json +2 -2
- package/json-schema/system/EnvironmentArtifactFunction.json +2 -2
- package/json-schema/system/EnvironmentArtifactFunctionLanguageEnum.json +2 -2
- package/json-schema/system/EnvironmentArtifactHashAlgorithmEnum.json +2 -2
- package/json-schema/system/EnvironmentArtifactManifest.json +2 -2
- package/json-schema/system/EnvironmentArtifactMetadata.json +2 -2
- package/json-schema/system/EnvironmentArtifactPayloadRef.json +2 -2
- package/json-schema/system/EnvironmentArtifactRequirement.json +2 -2
- package/json-schema/system/ExecuteSqlOperation.json +2 -2
- package/json-schema/system/ExtendedLogLevel.json +2 -2
- package/json-schema/system/ExternalServiceDestinationConfig.json +2 -2
- package/json-schema/system/FacetConfig.json +2 -2
- package/json-schema/system/FailoverConfig.json +2 -2
- package/json-schema/system/FailoverMode.json +2 -2
- package/json-schema/system/Feature.json +2 -2
- package/json-schema/system/FieldEncryption.json +2 -2
- package/json-schema/system/FieldTranslation.json +2 -2
- package/json-schema/system/FileDestinationConfig.json +2 -2
- package/json-schema/system/FileMetadata.json +2 -2
- package/json-schema/system/GCounter.json +2 -2
- package/json-schema/system/GDPRConfig.json +2 -2
- package/json-schema/system/HIPAAConfig.json +2 -2
- package/json-schema/system/HistogramBucketConfig.json +2 -2
- package/json-schema/system/HttpDestinationConfig.json +2 -2
- package/json-schema/system/HttpServerConfig.json +2 -2
- package/json-schema/system/Incident.json +2 -2
- package/json-schema/system/IncidentCategory.json +2 -2
- package/json-schema/system/IncidentNotificationMatrix.json +2 -2
- package/json-schema/system/IncidentNotificationRule.json +2 -2
- package/json-schema/system/IncidentResponsePhase.json +2 -2
- package/json-schema/system/IncidentResponsePolicy.json +2 -2
- package/json-schema/system/IncidentSeverity.json +2 -2
- package/json-schema/system/IncidentStatus.json +2 -2
- package/json-schema/system/IntervalSchedule.json +2 -2
- package/json-schema/system/JobExecution.json +2 -2
- package/json-schema/system/JobExecutionStatus.json +2 -2
- package/json-schema/system/KernelServiceMap.json +2 -2
- package/json-schema/system/KeyManagementProvider.json +2 -2
- package/json-schema/system/KeyRotationPolicy.json +2 -2
- package/json-schema/system/LWWRegister.json +2 -2
- package/json-schema/system/LevelIsolationStrategySchema.json +2 -2
- package/json-schema/system/License.json +2 -2
- package/json-schema/system/LicenseMetricType.json +2 -2
- package/json-schema/system/LifecycleAction.json +2 -2
- package/json-schema/system/LifecyclePolicyConfig.json +2 -2
- package/json-schema/system/LifecyclePolicyRule.json +2 -2
- package/json-schema/system/Locale.json +2 -2
- package/json-schema/system/LogDestination.json +2 -2
- package/json-schema/system/LogDestinationType.json +2 -2
- package/json-schema/system/LogEnrichmentConfig.json +2 -2
- package/json-schema/system/LogEntry.json +2 -2
- package/json-schema/system/LogFormat.json +2 -2
- package/json-schema/system/LogLevel.json +2 -2
- package/json-schema/system/LoggerConfig.json +2 -2
- package/json-schema/system/LoggingConfig.json +2 -2
- package/json-schema/system/MaskingConfig.json +2 -2
- package/json-schema/system/MaskingRule.json +2 -2
- package/json-schema/system/MaskingStrategy.json +2 -2
- package/json-schema/system/MaskingVisibilityRule.json +2 -2
- package/json-schema/system/MessageFormat.json +2 -2
- package/json-schema/system/MessageQueueConfig.json +2 -2
- package/json-schema/system/MessageQueueProvider.json +2 -2
- package/json-schema/system/MetadataCollectionInfo.json +2 -2
- package/json-schema/system/MetadataDiffResult.json +2 -2
- package/json-schema/system/MetadataExportOptions.json +2 -2
- package/json-schema/system/MetadataFallbackStrategy.json +2 -2
- package/json-schema/system/MetadataFormat.json +2 -2
- package/json-schema/system/MetadataHistoryQueryOptions.json +2 -2
- package/json-schema/system/MetadataHistoryQueryResult.json +2 -2
- package/json-schema/system/MetadataHistoryRecord.json +2 -2
- package/json-schema/system/MetadataHistoryRetentionPolicy.json +2 -2
- package/json-schema/system/MetadataImportOptions.json +2 -2
- package/json-schema/system/MetadataLoadOptions.json +2 -2
- package/json-schema/system/MetadataLoadResult.json +2 -2
- package/json-schema/system/MetadataLoaderContract.json +2 -2
- package/json-schema/system/MetadataManagerConfig.json +2 -2
- package/json-schema/system/MetadataRecord.json +2 -2
- package/json-schema/system/MetadataSaveOptions.json +2 -2
- package/json-schema/system/MetadataSaveResult.json +2 -2
- package/json-schema/system/MetadataScope.json +2 -2
- package/json-schema/system/MetadataSource.json +2 -2
- package/json-schema/system/MetadataState.json +2 -2
- package/json-schema/system/MetadataStats.json +2 -2
- package/json-schema/system/MetadataWatchEvent.json +2 -2
- package/json-schema/system/MetricAggregationConfig.json +2 -2
- package/json-schema/system/MetricAggregationType.json +2 -2
- package/json-schema/system/MetricDataPoint.json +2 -2
- package/json-schema/system/MetricDefinition.json +2 -2
- package/json-schema/system/MetricExportConfig.json +2 -2
- package/json-schema/system/MetricLabels.json +2 -2
- package/json-schema/system/MetricType.json +2 -2
- package/json-schema/system/MetricUnit.json +2 -2
- package/json-schema/system/MiddlewareConfig.json +2 -2
- package/json-schema/system/MiddlewareType.json +2 -2
- package/json-schema/system/MigrationDependency.json +2 -2
- package/json-schema/system/MigrationPlan.json +2 -2
- package/json-schema/system/MigrationStatement.json +2 -2
- package/json-schema/system/ModifyFieldOperation.json +2 -2
- package/json-schema/system/MultipartUploadConfig.json +2 -2
- package/json-schema/system/MutualTLSConfig.json +2 -2
- package/json-schema/system/NotificationChannel.json +2 -2
- package/json-schema/system/ORSet.json +2 -2
- package/json-schema/system/ORSetElement.json +2 -2
- package/json-schema/system/OTComponent.json +2 -2
- package/json-schema/system/OTOperation.json +2 -2
- package/json-schema/system/OTOperationType.json +2 -2
- package/json-schema/system/OTTransformResult.json +2 -2
- package/json-schema/system/ObjectMetadata.json +2 -2
- package/json-schema/system/ObjectStorageConfig.json +2 -2
- package/json-schema/system/ObjectTranslationData.json +2 -2
- package/json-schema/system/ObjectTranslationNode.json +2 -2
- package/json-schema/system/OidcProviderConfig.json +2 -2
- package/json-schema/system/OidcProvidersConfig.json +2 -2
- package/json-schema/system/OnceSchedule.json +2 -2
- package/json-schema/system/OpenTelemetryCompatibility.json +2 -2
- package/json-schema/system/OtelExporterType.json +2 -2
- package/json-schema/system/PCIDSSConfig.json +2 -2
- package/json-schema/system/PNCounter.json +2 -2
- package/json-schema/system/PackagePublishResult.json +2 -2
- package/json-schema/system/Plan.json +2 -2
- package/json-schema/system/PresignedUrlConfig.json +2 -2
- package/json-schema/system/ProvisioningStep.json +2 -2
- package/json-schema/system/QueueConfig.json +2 -2
- package/json-schema/system/QuotaEnforcementResult.json +2 -2
- package/json-schema/system/RPO.json +2 -2
- package/json-schema/system/RTO.json +2 -2
- package/json-schema/system/RegistryConfig.json +2 -2
- package/json-schema/system/RegistrySyncPolicy.json +2 -2
- package/json-schema/system/RegistryUpstream.json +2 -2
- package/json-schema/system/RemoveFieldOperation.json +2 -2
- package/json-schema/system/RenameObjectOperation.json +2 -2
- package/json-schema/system/ResolvedSettingValue.json +2 -2
- package/json-schema/system/RetryPolicy.json +2 -2
- package/json-schema/system/RollbackPlan.json +2 -2
- package/json-schema/system/RouteHandlerMetadata.json +2 -2
- package/json-schema/system/RowLevelIsolationStrategy.json +2 -2
- package/json-schema/system/SamplingDecision.json +2 -2
- package/json-schema/system/SamplingStrategyType.json +2 -2
- package/json-schema/system/SearchConfig.json +2 -2
- package/json-schema/system/SearchIndexConfig.json +2 -2
- package/json-schema/system/SearchProvider.json +2 -2
- package/json-schema/system/SecurityContextConfig.json +2 -2
- package/json-schema/system/SecurityEventCorrelation.json +2 -2
- package/json-schema/system/ServerCapabilities.json +2 -2
- package/json-schema/system/ServerEvent.json +2 -2
- package/json-schema/system/ServerEventType.json +2 -2
- package/json-schema/system/ServerStatus.json +2 -2
- package/json-schema/system/ServiceConfig.json +2 -2
- package/json-schema/system/ServiceCriticality.json +2 -2
- package/json-schema/system/ServiceLevelObjective.json +2 -2
- package/json-schema/system/ServiceStatus.json +2 -2
- package/json-schema/system/SettingsActionResult.json +2 -2
- package/json-schema/system/SettingsChangeEvent.json +2 -2
- package/json-schema/system/SocialProviderConfig.json +2 -2
- package/json-schema/system/Span.json +2 -2
- package/json-schema/system/SpanAttributeValue.json +2 -2
- package/json-schema/system/SpanAttributes.json +2 -2
- package/json-schema/system/SpanEvent.json +2 -2
- package/json-schema/system/SpanKind.json +2 -2
- package/json-schema/system/SpanLink.json +2 -2
- package/json-schema/system/SpanStatus.json +2 -2
- package/json-schema/system/SpecifierHandler.json +2 -2
- package/json-schema/system/SpecifierOption.json +2 -2
- package/json-schema/system/SpecifierScope.json +2 -2
- package/json-schema/system/SpecifierType.json +2 -2
- package/json-schema/system/StorageAcl.json +2 -2
- package/json-schema/system/StorageClass.json +2 -2
- package/json-schema/system/StorageConnection.json +2 -2
- package/json-schema/system/StorageProvider.json +2 -2
- package/json-schema/system/StorageScope.json +2 -2
- package/json-schema/system/StructuredLogEntry.json +2 -2
- package/json-schema/system/SupplierAssessmentStatus.json +2 -2
- package/json-schema/system/SupplierRiskLevel.json +2 -2
- package/json-schema/system/SupplierSecurityAssessment.json +2 -2
- package/json-schema/system/SupplierSecurityPolicy.json +2 -2
- package/json-schema/system/SupplierSecurityRequirement.json +2 -2
- package/json-schema/system/Task.json +2 -2
- package/json-schema/system/TaskExecutionResult.json +2 -2
- package/json-schema/system/TaskPriority.json +2 -2
- package/json-schema/system/TaskRetryPolicy.json +2 -2
- package/json-schema/system/TaskStatus.json +2 -2
- package/json-schema/system/Tenant.json +2 -2
- package/json-schema/system/TenantConnectionConfig.json +2 -2
- package/json-schema/system/TenantIsolationConfig.json +2 -2
- package/json-schema/system/TenantIsolationLevel.json +2 -2
- package/json-schema/system/TenantPlan.json +2 -2
- package/json-schema/system/TenantProvisioningRequest.json +2 -2
- package/json-schema/system/TenantProvisioningResult.json +2 -2
- package/json-schema/system/TenantProvisioningStatusEnum.json +2 -2
- package/json-schema/system/TenantQuota.json +2 -2
- package/json-schema/system/TenantRegion.json +2 -2
- package/json-schema/system/TenantSecurityPolicy.json +2 -2
- package/json-schema/system/TenantUsage.json +2 -2
- package/json-schema/system/TextCRDTOperation.json +2 -2
- package/json-schema/system/TextCRDTState.json +2 -2
- package/json-schema/system/TimeSeries.json +2 -2
- package/json-schema/system/TimeSeriesDataPoint.json +2 -2
- package/json-schema/system/TopicConfig.json +2 -2
- package/json-schema/system/TraceContext.json +2 -2
- package/json-schema/system/TraceContextPropagation.json +2 -2
- package/json-schema/system/TraceFlags.json +2 -2
- package/json-schema/system/TracePropagationFormat.json +2 -2
- package/json-schema/system/TraceState.json +2 -2
- package/json-schema/system/TrainingCategory.json +2 -2
- package/json-schema/system/TrainingCompletionStatus.json +2 -2
- package/json-schema/system/TrainingCourse.json +2 -2
- package/json-schema/system/TrainingPlan.json +2 -2
- package/json-schema/system/TrainingRecord.json +2 -2
- package/json-schema/system/TranslationBundle.json +2 -2
- package/json-schema/system/TranslationConfig.json +2 -2
- package/json-schema/system/TranslationCoverageResult.json +2 -2
- package/json-schema/system/TranslationData.json +2 -2
- package/json-schema/system/TranslationDiffItem.json +2 -2
- package/json-schema/system/TranslationDiffStatus.json +2 -2
- package/json-schema/system/TranslationFileOrganization.json +2 -2
- package/json-schema/system/UserActivityStatus.json +2 -2
- package/json-schema/system/VectorClock.json +2 -2
- package/json-schema/system/WorkerStats.json +2 -2
- package/json-schema/ui/AIChatWindowProps.json +2 -2
- package/json-schema/ui/ActionParam.json +4 -2
- package/json-schema/ui/ActionType.json +2 -2
- package/json-schema/ui/AddRecordConfig.json +2 -2
- package/json-schema/ui/Animation.json +2 -2
- package/json-schema/ui/AnimationTrigger.json +2 -2
- package/json-schema/ui/AppBranding.json +2 -2
- package/json-schema/ui/AppearanceConfig.json +2 -2
- package/json-schema/ui/AriaProps.json +2 -2
- package/json-schema/ui/BlankPageLayout.json +2 -2
- package/json-schema/ui/BlankPageLayoutItem.json +2 -2
- package/json-schema/ui/BorderRadius.json +2 -2
- package/json-schema/ui/BreakpointColumnMap.json +2 -2
- package/json-schema/ui/BreakpointName.json +2 -2
- package/json-schema/ui/BreakpointOrderMap.json +2 -2
- package/json-schema/ui/Breakpoints.json +2 -2
- package/json-schema/ui/CalendarConfig.json +2 -2
- package/json-schema/ui/ChartAnnotation.json +2 -2
- package/json-schema/ui/ChartAxis.json +2 -2
- package/json-schema/ui/ChartConfig.json +2 -2
- package/json-schema/ui/ChartInteraction.json +2 -2
- package/json-schema/ui/ChartSeries.json +2 -2
- package/json-schema/ui/ChartType.json +2 -2
- package/json-schema/ui/ColorPalette.json +2 -2
- package/json-schema/ui/ColumnSummary.json +2 -2
- package/json-schema/ui/ComponentAnimation.json +2 -2
- package/json-schema/ui/ConflictResolution.json +2 -2
- package/json-schema/ui/Dashboard.json +2 -2
- package/json-schema/ui/DashboardHeader.json +2 -2
- package/json-schema/ui/DashboardHeaderAction.json +2 -2
- package/json-schema/ui/DashboardWidget.json +2 -2
- package/json-schema/ui/DateFormat.json +2 -2
- package/json-schema/ui/DensityMode.json +2 -2
- package/json-schema/ui/DndConfig.json +2 -2
- package/json-schema/ui/DragConstraint.json +2 -2
- package/json-schema/ui/DragHandle.json +2 -2
- package/json-schema/ui/DragItem.json +2 -2
- package/json-schema/ui/DropEffect.json +2 -2
- package/json-schema/ui/DropZone.json +2 -2
- package/json-schema/ui/EasingFunction.json +2 -2
- package/json-schema/ui/ElementButtonProps.json +2 -2
- package/json-schema/ui/ElementDataSource.json +2 -2
- package/json-schema/ui/ElementFilterProps.json +2 -2
- package/json-schema/ui/ElementImageProps.json +2 -2
- package/json-schema/ui/ElementNumberProps.json +2 -2
- package/json-schema/ui/ElementRecordPickerProps.json +2 -2
- package/json-schema/ui/ElementTextProps.json +2 -2
- package/json-schema/ui/EmbedConfig.json +2 -2
- package/json-schema/ui/EvictionPolicy.json +2 -2
- package/json-schema/ui/FocusManagement.json +2 -2
- package/json-schema/ui/FocusTrapConfig.json +2 -2
- package/json-schema/ui/GalleryConfig.json +2 -2
- package/json-schema/ui/GanttConfig.json +2 -2
- package/json-schema/ui/GestureConfig.json +2 -2
- package/json-schema/ui/GestureType.json +2 -2
- package/json-schema/ui/GlobalFilter.json +2 -2
- package/json-schema/ui/GlobalFilterOptionsFrom.json +2 -2
- package/json-schema/ui/GroupingConfig.json +2 -2
- package/json-schema/ui/GroupingField.json +2 -2
- package/json-schema/ui/HttpMethod.json +2 -2
- package/json-schema/ui/HttpRequest.json +2 -2
- package/json-schema/ui/I18nLabel.json +2 -2
- package/json-schema/ui/I18nObject.json +2 -2
- package/json-schema/ui/InterfacePageConfig.json +2 -2
- package/json-schema/ui/JoinedReportBlock.json +2 -2
- package/json-schema/ui/KanbanConfig.json +2 -2
- package/json-schema/ui/KeyboardNavigationConfig.json +2 -2
- package/json-schema/ui/KeyboardShortcut.json +2 -2
- package/json-schema/ui/ListChartConfig.json +2 -2
- package/json-schema/ui/ListColumn.json +2 -2
- package/json-schema/ui/LocaleConfig.json +2 -2
- package/json-schema/ui/LongPressGestureConfig.json +2 -2
- package/json-schema/ui/MotionConfig.json +2 -2
- package/json-schema/ui/NavigationConfig.json +2 -2
- package/json-schema/ui/NavigationMode.json +2 -2
- package/json-schema/ui/Notification.json +2 -2
- package/json-schema/ui/NotificationAction.json +2 -2
- package/json-schema/ui/NotificationConfig.json +2 -2
- package/json-schema/ui/NotificationPosition.json +2 -2
- package/json-schema/ui/NotificationSeverity.json +2 -2
- package/json-schema/ui/NotificationType.json +2 -2
- package/json-schema/ui/NumberFormat.json +2 -2
- package/json-schema/ui/OfflineCacheConfig.json +2 -2
- package/json-schema/ui/OfflineConfig.json +2 -2
- package/json-schema/ui/OfflineStrategy.json +2 -2
- package/json-schema/ui/PageAccordionProps.json +2 -2
- package/json-schema/ui/PageCardProps.json +2 -2
- package/json-schema/ui/PageComponentType.json +2 -2
- package/json-schema/ui/PageHeaderProps.json +2 -2
- package/json-schema/ui/PageTabsProps.json +2 -2
- package/json-schema/ui/PageTransition.json +2 -2
- package/json-schema/ui/PageType.json +2 -2
- package/json-schema/ui/PageVariable.json +2 -2
- package/json-schema/ui/PaginationConfig.json +2 -2
- package/json-schema/ui/PerformanceConfig.json +2 -2
- package/json-schema/ui/PersistStorage.json +2 -2
- package/json-schema/ui/PinchGestureConfig.json +2 -2
- package/json-schema/ui/PluralRule.json +2 -2
- package/json-schema/ui/Portal.json +2 -2
- package/json-schema/ui/PortalActionNavItem.json +2 -2
- package/json-schema/ui/PortalAnonymousEntry.json +2 -2
- package/json-schema/ui/PortalAnonymousRoute.json +2 -2
- package/json-schema/ui/PortalAuthMode.json +2 -2
- package/json-schema/ui/PortalDashboardNavItem.json +2 -2
- package/json-schema/ui/PortalLayout.json +2 -2
- package/json-schema/ui/PortalNavItem.json +2 -2
- package/json-schema/ui/PortalRateLimit.json +2 -2
- package/json-schema/ui/PortalSeo.json +2 -2
- package/json-schema/ui/PortalTheme.json +2 -2
- package/json-schema/ui/PortalUrlNavItem.json +2 -2
- package/json-schema/ui/PortalViewNavItem.json +2 -2
- package/json-schema/ui/RecordActivityProps.json +2 -2
- package/json-schema/ui/RecordChatterProps.json +2 -2
- package/json-schema/ui/RecordDetailsProps.json +2 -2
- package/json-schema/ui/RecordHighlightsField.json +2 -2
- package/json-schema/ui/RecordHighlightsProps.json +2 -2
- package/json-schema/ui/RecordPathProps.json +2 -2
- package/json-schema/ui/RecordRelatedListProps.json +2 -2
- package/json-schema/ui/RecordReviewConfig.json +2 -2
- package/json-schema/ui/Report.json +2 -2
- package/json-schema/ui/ReportChart.json +2 -2
- package/json-schema/ui/ReportColumn.json +2 -2
- package/json-schema/ui/ReportGrouping.json +2 -2
- package/json-schema/ui/ReportType.json +2 -2
- package/json-schema/ui/ResponsiveConfig.json +2 -2
- package/json-schema/ui/RowColorConfig.json +2 -2
- package/json-schema/ui/RowHeight.json +2 -2
- package/json-schema/ui/SelectionConfig.json +2 -2
- package/json-schema/ui/Shadow.json +2 -2
- package/json-schema/ui/SharingConfig.json +2 -2
- package/json-schema/ui/Spacing.json +2 -2
- package/json-schema/ui/SwipeDirection.json +2 -2
- package/json-schema/ui/SwipeGestureConfig.json +2 -2
- package/json-schema/ui/SyncConfig.json +2 -2
- package/json-schema/ui/Theme.json +2 -2
- package/json-schema/ui/ThemeMode.json +2 -2
- package/json-schema/ui/TimelineConfig.json +2 -2
- package/json-schema/ui/TouchInteraction.json +2 -2
- package/json-schema/ui/TouchTargetConfig.json +2 -2
- package/json-schema/ui/TransitionConfig.json +2 -2
- package/json-schema/ui/TransitionPreset.json +2 -2
- package/json-schema/ui/Typography.json +2 -2
- package/json-schema/ui/UserActionsConfig.json +2 -2
- package/json-schema/ui/ViewData.json +28 -2
- package/json-schema/ui/ViewFilterRule.json +2 -2
- package/json-schema/ui/ViewSharing.json +2 -2
- package/json-schema/ui/ViewTab.json +2 -2
- package/json-schema/ui/VisualizationType.json +2 -2
- package/json-schema/ui/WcagContrastLevel.json +2 -2
- package/json-schema/ui/WidgetActionType.json +2 -2
- package/json-schema/ui/WidgetColorVariant.json +2 -2
- package/json-schema/ui/WidgetEvent.json +2 -2
- package/json-schema/ui/WidgetLifecycle.json +2 -2
- package/json-schema/ui/WidgetManifest.json +2 -2
- package/json-schema/ui/WidgetMeasure.json +2 -2
- package/json-schema/ui/WidgetProperty.json +2 -2
- package/json-schema/ui/WidgetSource.json +2 -2
- package/json-schema/ui/ZIndex.json +2 -2
- package/package.json +1 -1
- package/src/api/protocol.zod.ts +20 -0
- package/src/automation/workflow.zod.ts +3 -0
- package/src/cloud/marketplace.zod.ts +10 -0
- package/src/cloud/package.zod.ts +91 -0
- package/src/data/field.zod.ts +4 -1
- package/src/kernel/metadata-plugin.zod.ts +15 -15
- package/src/ui/app.zod.ts +28 -1
- package/src/ui/view.zod.ts +122 -4
|
@@ -45,7 +45,7 @@ function lazySchema(factory) {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
// src/shared/identifiers.zod.ts
|
|
48
|
-
lazySchema(() => z.string().min(2, { message: "System identifier must be at least 2 characters" }).regex(/^[a-z][a-z0-9_.]*$/, {
|
|
48
|
+
var SystemIdentifierSchema = lazySchema(() => z.string().min(2, { message: "System identifier must be at least 2 characters" }).regex(/^[a-z][a-z0-9_.]*$/, {
|
|
49
49
|
message: 'System identifier must be lowercase, starting with a letter, and may contain letters, numbers, underscores, or dots (e.g., "user_profile" or "order.created")'
|
|
50
50
|
}).describe("System identifier (lowercase with underscores or dots)"));
|
|
51
51
|
var SnakeCaseIdentifierSchema = lazySchema(() => z.string().min(2, { message: "Identifier must be at least 2 characters" }).regex(/^[a-z][a-z0-9_]*$/, {
|
|
@@ -188,6 +188,8 @@ var WorkflowRuleSchema = lazySchema(() => z.object({
|
|
|
188
188
|
objectName: z.string().describe("Target Object"),
|
|
189
189
|
/** When to evaluate the rule */
|
|
190
190
|
triggerType: WorkflowTriggerType.describe("When to evaluate"),
|
|
191
|
+
/** Human-readable description of what this workflow does */
|
|
192
|
+
description: z.string().optional().describe("Human-readable description of what this workflow does"),
|
|
191
193
|
/**
|
|
192
194
|
* Condition to start the workflow.
|
|
193
195
|
* If empty, runs on every trigger event.
|
|
@@ -207,6 +209,1078 @@ var WorkflowRuleSchema = lazySchema(() => z.object({
|
|
|
207
209
|
/** Recursion Control */
|
|
208
210
|
reevaluateOnChange: z.boolean().default(false).describe("Re-evaluate rule if field updates change the record validity")
|
|
209
211
|
}));
|
|
212
|
+
lazySchema(() => z.object({
|
|
213
|
+
/** Translation key (e.g., "views.task_list.label", "apps.crm.description") */
|
|
214
|
+
key: z.string().describe('Translation key (e.g., "views.task_list.label")'),
|
|
215
|
+
/** Default value when translation is not available */
|
|
216
|
+
defaultValue: z.string().optional().describe("Fallback value when translation key is not found"),
|
|
217
|
+
/** Interpolation parameters for dynamic translations */
|
|
218
|
+
params: z.record(z.string(), z.union([z.string(), z.number(), z.boolean()])).optional().describe("Interpolation parameters (e.g., { count: 5 })")
|
|
219
|
+
}));
|
|
220
|
+
var I18nLabelSchema = lazySchema(() => z.string().describe("Display label (plain string; i18n keys are auto-generated by the framework)"));
|
|
221
|
+
var AriaPropsSchema = lazySchema(() => z.object({
|
|
222
|
+
/** Accessible label for screen readers */
|
|
223
|
+
ariaLabel: I18nLabelSchema.optional().describe("Accessible label for screen readers (WAI-ARIA aria-label)"),
|
|
224
|
+
/** ID of element that describes this component */
|
|
225
|
+
ariaDescribedBy: z.string().optional().describe("ID of element providing additional description (WAI-ARIA aria-describedby)"),
|
|
226
|
+
/** WAI-ARIA role override */
|
|
227
|
+
role: z.string().optional().describe('WAI-ARIA role attribute (e.g., "dialog", "navigation", "alert")')
|
|
228
|
+
}).describe("ARIA accessibility attributes"));
|
|
229
|
+
lazySchema(() => z.object({
|
|
230
|
+
/** Translation key for the plural form */
|
|
231
|
+
key: z.string().describe("Translation key"),
|
|
232
|
+
/** Form for zero quantity */
|
|
233
|
+
zero: z.string().optional().describe('Zero form (e.g., "No items")'),
|
|
234
|
+
/** Form for singular (1) */
|
|
235
|
+
one: z.string().optional().describe('Singular form (e.g., "{count} item")'),
|
|
236
|
+
/** Form for dual (2) — used in Arabic, Welsh, etc. */
|
|
237
|
+
two: z.string().optional().describe('Dual form (e.g., "{count} items" for exactly 2)'),
|
|
238
|
+
/** Form for few (2-4 in Slavic languages) */
|
|
239
|
+
few: z.string().optional().describe("Few form (e.g., for 2-4 in some languages)"),
|
|
240
|
+
/** Form for many (5+ in Slavic languages) */
|
|
241
|
+
many: z.string().optional().describe("Many form (e.g., for 5+ in some languages)"),
|
|
242
|
+
/** Default/fallback form */
|
|
243
|
+
other: z.string().describe('Default plural form (e.g., "{count} items")')
|
|
244
|
+
}).describe("ICU plural rules for a translation key"));
|
|
245
|
+
var NumberFormatSchema = lazySchema(() => z.object({
|
|
246
|
+
style: z.enum(["decimal", "currency", "percent", "unit"]).default("decimal").describe("Number formatting style"),
|
|
247
|
+
currency: z.string().optional().describe('ISO 4217 currency code (e.g., "USD", "EUR")'),
|
|
248
|
+
unit: z.string().optional().describe('Unit for unit formatting (e.g., "kilometer", "liter")'),
|
|
249
|
+
minimumFractionDigits: z.number().optional().describe("Minimum number of fraction digits"),
|
|
250
|
+
maximumFractionDigits: z.number().optional().describe("Maximum number of fraction digits"),
|
|
251
|
+
useGrouping: z.boolean().optional().describe("Whether to use grouping separators (e.g., 1,000)")
|
|
252
|
+
}).describe("Number formatting rules"));
|
|
253
|
+
var DateFormatSchema = lazySchema(() => z.object({
|
|
254
|
+
dateStyle: z.enum(["full", "long", "medium", "short"]).optional().describe("Date display style"),
|
|
255
|
+
timeStyle: z.enum(["full", "long", "medium", "short"]).optional().describe("Time display style"),
|
|
256
|
+
timeZone: z.string().optional().describe('IANA time zone (e.g., "America/New_York")'),
|
|
257
|
+
hour12: z.boolean().optional().describe("Use 12-hour format")
|
|
258
|
+
}).describe("Date/time formatting rules"));
|
|
259
|
+
lazySchema(() => z.object({
|
|
260
|
+
/** BCP 47 language code (e.g., "en-US", "zh-CN", "ar-SA") */
|
|
261
|
+
code: z.string().describe('BCP 47 language code (e.g., "en-US", "zh-CN")'),
|
|
262
|
+
/** Ordered fallback chain for missing translations */
|
|
263
|
+
fallbackChain: z.array(z.string()).optional().describe('Fallback language codes in priority order (e.g., ["zh-TW", "en"])'),
|
|
264
|
+
/** Text direction */
|
|
265
|
+
direction: z.enum(["ltr", "rtl"]).default("ltr").describe("Text direction: left-to-right or right-to-left"),
|
|
266
|
+
/** Default number formatting */
|
|
267
|
+
numberFormat: NumberFormatSchema.optional().describe("Default number formatting rules"),
|
|
268
|
+
/** Default date formatting */
|
|
269
|
+
dateFormat: DateFormatSchema.optional().describe("Default date/time formatting rules")
|
|
270
|
+
}).describe("Locale configuration"));
|
|
271
|
+
var SharingConfigSchema = lazySchema(() => z.object({
|
|
272
|
+
enabled: z.boolean().default(false).describe("Enable public sharing"),
|
|
273
|
+
publicLink: z.string().optional().describe("Generated public share URL"),
|
|
274
|
+
password: z.string().optional().describe("Password required to access shared link"),
|
|
275
|
+
allowedDomains: z.array(z.string()).optional().describe('Restrict access to specific email domains (e.g. ["example.com"])'),
|
|
276
|
+
expiresAt: z.string().optional().describe("Expiration date/time in ISO 8601 format"),
|
|
277
|
+
allowAnonymous: z.boolean().optional().default(false).describe("Allow access without authentication")
|
|
278
|
+
}));
|
|
279
|
+
lazySchema(() => z.object({
|
|
280
|
+
enabled: z.boolean().default(false).describe("Enable iframe embedding"),
|
|
281
|
+
allowedOrigins: z.array(z.string()).optional().describe('Allowed iframe parent origins (e.g. ["https://example.com"])'),
|
|
282
|
+
width: z.string().optional().default("100%").describe("Embed width (CSS value)"),
|
|
283
|
+
height: z.string().optional().default("600px").describe("Embed height (CSS value)"),
|
|
284
|
+
showHeader: z.boolean().optional().default(true).describe("Show interface header in embed"),
|
|
285
|
+
showNavigation: z.boolean().optional().default(false).describe("Show navigation in embed"),
|
|
286
|
+
responsive: z.boolean().optional().default(true).describe("Enable responsive resizing")
|
|
287
|
+
}));
|
|
288
|
+
var BreakpointName = z.enum(["xs", "sm", "md", "lg", "xl", "2xl"]);
|
|
289
|
+
var BreakpointColumnMapSchema = lazySchema(() => z.object({
|
|
290
|
+
xs: z.number().min(1).max(12).optional(),
|
|
291
|
+
sm: z.number().min(1).max(12).optional(),
|
|
292
|
+
md: z.number().min(1).max(12).optional(),
|
|
293
|
+
lg: z.number().min(1).max(12).optional(),
|
|
294
|
+
xl: z.number().min(1).max(12).optional(),
|
|
295
|
+
"2xl": z.number().min(1).max(12).optional()
|
|
296
|
+
}).describe("Grid columns per breakpoint (1-12)"));
|
|
297
|
+
var BreakpointOrderMapSchema = lazySchema(() => z.object({
|
|
298
|
+
xs: z.number().optional(),
|
|
299
|
+
sm: z.number().optional(),
|
|
300
|
+
md: z.number().optional(),
|
|
301
|
+
lg: z.number().optional(),
|
|
302
|
+
xl: z.number().optional(),
|
|
303
|
+
"2xl": z.number().optional()
|
|
304
|
+
}).describe("Display order per breakpoint"));
|
|
305
|
+
var ResponsiveConfigSchema = lazySchema(() => z.object({
|
|
306
|
+
/** Minimum breakpoint for visibility */
|
|
307
|
+
breakpoint: BreakpointName.optional().describe("Minimum breakpoint for visibility"),
|
|
308
|
+
/** Hide on specific breakpoints */
|
|
309
|
+
hiddenOn: z.array(BreakpointName).optional().describe("Hide on these breakpoints"),
|
|
310
|
+
/** Grid columns per breakpoint (1-12 column grid) */
|
|
311
|
+
columns: BreakpointColumnMapSchema.optional().describe("Grid columns per breakpoint"),
|
|
312
|
+
/** Display order per breakpoint */
|
|
313
|
+
order: BreakpointOrderMapSchema.optional().describe("Display order per breakpoint")
|
|
314
|
+
}).describe("Responsive layout configuration"));
|
|
315
|
+
var PerformanceConfigSchema = lazySchema(() => z.object({
|
|
316
|
+
/** Enable lazy loading for this component */
|
|
317
|
+
lazyLoad: z.boolean().optional().describe("Enable lazy loading (defer rendering until visible)"),
|
|
318
|
+
/** Virtual scrolling configuration for large datasets */
|
|
319
|
+
virtualScroll: z.object({
|
|
320
|
+
enabled: z.boolean().default(false).describe("Enable virtual scrolling"),
|
|
321
|
+
itemHeight: z.number().optional().describe("Fixed item height in pixels (for estimation)"),
|
|
322
|
+
overscan: z.number().optional().describe("Number of extra items to render outside viewport")
|
|
323
|
+
}).optional().describe("Virtual scrolling configuration"),
|
|
324
|
+
/** Client-side caching strategy */
|
|
325
|
+
cacheStrategy: z.enum([
|
|
326
|
+
"none",
|
|
327
|
+
"cache-first",
|
|
328
|
+
"network-first",
|
|
329
|
+
"stale-while-revalidate"
|
|
330
|
+
]).optional().describe("Client-side data caching strategy"),
|
|
331
|
+
/** Enable data prefetching */
|
|
332
|
+
prefetch: z.boolean().optional().describe("Prefetch data before component is visible"),
|
|
333
|
+
/** Maximum number of items to render before pagination */
|
|
334
|
+
pageSize: z.number().optional().describe("Number of items per page for pagination"),
|
|
335
|
+
/** Debounce interval for user interactions (ms) */
|
|
336
|
+
debounceMs: z.number().optional().describe("Debounce interval for user interactions in milliseconds")
|
|
337
|
+
}).describe("Performance optimization configuration"));
|
|
338
|
+
var EncryptionAlgorithmSchema = lazySchema(() => z.enum([
|
|
339
|
+
"aes-256-gcm",
|
|
340
|
+
"aes-256-cbc",
|
|
341
|
+
"chacha20-poly1305"
|
|
342
|
+
]).describe("Supported encryption algorithm"));
|
|
343
|
+
var KeyManagementProviderSchema = lazySchema(() => z.enum([
|
|
344
|
+
"local",
|
|
345
|
+
"aws-kms",
|
|
346
|
+
"azure-key-vault",
|
|
347
|
+
"gcp-kms",
|
|
348
|
+
"hashicorp-vault"
|
|
349
|
+
]).describe("Key management service provider"));
|
|
350
|
+
var KeyRotationPolicySchema = lazySchema(() => z.object({
|
|
351
|
+
enabled: z.boolean().default(false).describe("Enable automatic key rotation"),
|
|
352
|
+
frequencyDays: z.number().min(1).default(90).describe("Rotation frequency in days"),
|
|
353
|
+
retainOldVersions: z.number().default(3).describe("Number of old key versions to retain"),
|
|
354
|
+
autoRotate: z.boolean().default(true).describe("Automatically rotate without manual approval")
|
|
355
|
+
}).describe("Policy for automatic encryption key rotation"));
|
|
356
|
+
var EncryptionConfigSchema = lazySchema(() => z.object({
|
|
357
|
+
enabled: z.boolean().default(false).describe("Enable field-level encryption"),
|
|
358
|
+
algorithm: EncryptionAlgorithmSchema.default("aes-256-gcm").describe("Encryption algorithm"),
|
|
359
|
+
keyManagement: z.object({
|
|
360
|
+
provider: KeyManagementProviderSchema.describe("Key management service provider"),
|
|
361
|
+
keyId: z.string().optional().describe("Key identifier in the provider"),
|
|
362
|
+
rotationPolicy: KeyRotationPolicySchema.optional().describe("Key rotation policy")
|
|
363
|
+
}).describe("Key management configuration"),
|
|
364
|
+
scope: z.enum(["field", "record", "table", "database"]).describe("Encryption scope level"),
|
|
365
|
+
deterministicEncryption: z.boolean().default(false).describe("Allows equality queries on encrypted data"),
|
|
366
|
+
searchableEncryption: z.boolean().default(false).describe("Allows search on encrypted data")
|
|
367
|
+
}).describe("Field-level encryption configuration"));
|
|
368
|
+
lazySchema(() => z.object({
|
|
369
|
+
fieldName: z.string().describe("Name of the field to encrypt"),
|
|
370
|
+
encryptionConfig: EncryptionConfigSchema.describe("Encryption settings for this field"),
|
|
371
|
+
indexable: z.boolean().default(false).describe("Allow indexing on encrypted field")
|
|
372
|
+
}).describe("Per-field encryption assignment"));
|
|
373
|
+
var MaskingStrategySchema = lazySchema(() => z.enum([
|
|
374
|
+
"redact",
|
|
375
|
+
// Complete redaction: ****
|
|
376
|
+
"partial",
|
|
377
|
+
// Partial masking: 138****5678
|
|
378
|
+
"hash",
|
|
379
|
+
// Hash value: sha256(value)
|
|
380
|
+
"tokenize",
|
|
381
|
+
// Tokenization: token-12345
|
|
382
|
+
"randomize",
|
|
383
|
+
// Randomize: generate random value
|
|
384
|
+
"nullify",
|
|
385
|
+
// Null value: null
|
|
386
|
+
"substitute"
|
|
387
|
+
// Substitute with dummy data
|
|
388
|
+
]).describe("Data masking strategy for PII protection"));
|
|
389
|
+
var MaskingRuleSchema = lazySchema(() => z.object({
|
|
390
|
+
field: z.string().describe("Field name to apply masking to"),
|
|
391
|
+
strategy: MaskingStrategySchema.describe("Masking strategy to use"),
|
|
392
|
+
pattern: z.string().optional().describe("Regex pattern for partial masking"),
|
|
393
|
+
preserveFormat: z.boolean().default(true).describe("Keep the original data format after masking"),
|
|
394
|
+
preserveLength: z.boolean().default(true).describe("Keep the original data length after masking"),
|
|
395
|
+
roles: z.array(z.string()).optional().describe("Roles that see masked data"),
|
|
396
|
+
exemptRoles: z.array(z.string()).optional().describe("Roles that see unmasked data")
|
|
397
|
+
}).describe("Masking rule for a single field"));
|
|
398
|
+
lazySchema(() => z.object({
|
|
399
|
+
enabled: z.boolean().default(false).describe("Enable data masking"),
|
|
400
|
+
rules: z.array(MaskingRuleSchema).describe("List of field-level masking rules"),
|
|
401
|
+
auditUnmasking: z.boolean().default(true).describe("Log when masked data is accessed unmasked")
|
|
402
|
+
}).describe("Top-level data masking configuration for PII protection"));
|
|
403
|
+
|
|
404
|
+
// src/data/field.zod.ts
|
|
405
|
+
var FieldType = z.enum([
|
|
406
|
+
// Core Text
|
|
407
|
+
"text",
|
|
408
|
+
"textarea",
|
|
409
|
+
"email",
|
|
410
|
+
"url",
|
|
411
|
+
"phone",
|
|
412
|
+
"password",
|
|
413
|
+
// Rich Content
|
|
414
|
+
"markdown",
|
|
415
|
+
"html",
|
|
416
|
+
"richtext",
|
|
417
|
+
// Numbers
|
|
418
|
+
"number",
|
|
419
|
+
"currency",
|
|
420
|
+
"percent",
|
|
421
|
+
// Date & Time
|
|
422
|
+
"date",
|
|
423
|
+
"datetime",
|
|
424
|
+
"time",
|
|
425
|
+
// Logic
|
|
426
|
+
"boolean",
|
|
427
|
+
"toggle",
|
|
428
|
+
// Toggle is a distinct UI from checkbox
|
|
429
|
+
// Selection
|
|
430
|
+
"select",
|
|
431
|
+
// Single select dropdown
|
|
432
|
+
"multiselect",
|
|
433
|
+
// Multi select (often tags)
|
|
434
|
+
"radio",
|
|
435
|
+
// Radio group
|
|
436
|
+
"checkboxes",
|
|
437
|
+
// Checkbox group
|
|
438
|
+
// Relational
|
|
439
|
+
"lookup",
|
|
440
|
+
"master_detail",
|
|
441
|
+
// Dynamic reference
|
|
442
|
+
"tree",
|
|
443
|
+
// Hierarchical reference
|
|
444
|
+
// Media
|
|
445
|
+
"image",
|
|
446
|
+
"file",
|
|
447
|
+
"avatar",
|
|
448
|
+
"video",
|
|
449
|
+
"audio",
|
|
450
|
+
// Calculated / System
|
|
451
|
+
"formula",
|
|
452
|
+
"summary",
|
|
453
|
+
"autonumber",
|
|
454
|
+
// Embedded structured values (stored as JSON on the parent row — no separate table / FK)
|
|
455
|
+
"composite",
|
|
456
|
+
// Single embedded sub-object with declared sub-fields (≈ Strapi component / ACF group)
|
|
457
|
+
"repeater",
|
|
458
|
+
// Repeating embedded sub-object array with declared sub-fields (≈ Strapi repeatable component / ACF repeater)
|
|
459
|
+
// Enhanced Types
|
|
460
|
+
"location",
|
|
461
|
+
// GPS coordinates
|
|
462
|
+
"address",
|
|
463
|
+
// Structured address
|
|
464
|
+
"code",
|
|
465
|
+
// Code editor (JSON/SQL/JS)
|
|
466
|
+
"json",
|
|
467
|
+
// Structured JSON data (untyped escape hatch)
|
|
468
|
+
"color",
|
|
469
|
+
// Color picker
|
|
470
|
+
"rating",
|
|
471
|
+
// Star rating
|
|
472
|
+
"slider",
|
|
473
|
+
// Numeric slider
|
|
474
|
+
"signature",
|
|
475
|
+
// Digital signature
|
|
476
|
+
"qrcode",
|
|
477
|
+
// QR code / Barcode
|
|
478
|
+
"progress",
|
|
479
|
+
// Progress bar
|
|
480
|
+
"tags",
|
|
481
|
+
// Simple tag list
|
|
482
|
+
// AI/ML Types
|
|
483
|
+
"vector"
|
|
484
|
+
// Vector embeddings for AI/ML (semantic search, RAG)
|
|
485
|
+
]);
|
|
486
|
+
var SelectOptionSchema = lazySchema(() => z.object({
|
|
487
|
+
label: z.string().describe("Display label (human-readable, any case allowed)"),
|
|
488
|
+
value: SystemIdentifierSchema.describe("Stored value (lowercase machine identifier)"),
|
|
489
|
+
color: z.string().optional().describe("Color code for badges/charts"),
|
|
490
|
+
default: z.boolean().optional().describe("Is default option")
|
|
491
|
+
}));
|
|
492
|
+
lazySchema(() => z.object({
|
|
493
|
+
latitude: z.number().min(-90).max(90).describe("Latitude coordinate"),
|
|
494
|
+
longitude: z.number().min(-180).max(180).describe("Longitude coordinate"),
|
|
495
|
+
altitude: z.number().optional().describe("Altitude in meters"),
|
|
496
|
+
accuracy: z.number().optional().describe("Accuracy in meters")
|
|
497
|
+
}));
|
|
498
|
+
var CurrencyConfigSchema = lazySchema(() => z.object({
|
|
499
|
+
precision: z.number().int().min(0).max(10).default(2).describe("Decimal precision (default: 2)"),
|
|
500
|
+
currencyMode: z.enum(["dynamic", "fixed"]).default("dynamic").describe("Currency mode: dynamic (user selectable) or fixed (single currency)"),
|
|
501
|
+
defaultCurrency: z.string().length(3).default("CNY").describe("Default or fixed currency code (ISO 4217, e.g., USD, CNY, EUR)")
|
|
502
|
+
}));
|
|
503
|
+
lazySchema(() => z.object({
|
|
504
|
+
value: z.number().describe("Monetary amount"),
|
|
505
|
+
currency: z.string().length(3).describe("Currency code (ISO 4217)")
|
|
506
|
+
}));
|
|
507
|
+
lazySchema(() => z.object({
|
|
508
|
+
street: z.string().optional().describe("Street address"),
|
|
509
|
+
city: z.string().optional().describe("City name"),
|
|
510
|
+
state: z.string().optional().describe("State/Province"),
|
|
511
|
+
postalCode: z.string().optional().describe("Postal/ZIP code"),
|
|
512
|
+
country: z.string().optional().describe("Country name or code"),
|
|
513
|
+
countryCode: z.string().optional().describe("ISO country code (e.g., US, GB)"),
|
|
514
|
+
formatted: z.string().optional().describe("Formatted address string")
|
|
515
|
+
}));
|
|
516
|
+
var VectorConfigSchema = lazySchema(() => z.object({
|
|
517
|
+
dimensions: z.number().int().min(1).max(1e4).describe("Vector dimensionality (e.g., 1536 for OpenAI embeddings)"),
|
|
518
|
+
distanceMetric: z.enum(["cosine", "euclidean", "dotProduct", "manhattan"]).default("cosine").describe("Distance/similarity metric for vector search"),
|
|
519
|
+
normalized: z.boolean().default(false).describe("Whether vectors are normalized (unit length)"),
|
|
520
|
+
indexed: z.boolean().default(true).describe("Whether to create a vector index for fast similarity search"),
|
|
521
|
+
indexType: z.enum(["hnsw", "ivfflat", "flat"]).optional().describe("Vector index algorithm (HNSW for high accuracy, IVFFlat for large datasets)")
|
|
522
|
+
}));
|
|
523
|
+
var FileAttachmentConfigSchema = lazySchema(() => z.object({
|
|
524
|
+
/** File Size Limits */
|
|
525
|
+
minSize: z.number().min(0).optional().describe("Minimum file size in bytes"),
|
|
526
|
+
maxSize: z.number().min(1).optional().describe("Maximum file size in bytes (e.g., 10485760 = 10MB)"),
|
|
527
|
+
/** File Type Restrictions */
|
|
528
|
+
allowedTypes: z.array(z.string()).optional().describe('Allowed file extensions (e.g., [".pdf", ".docx", ".jpg"])'),
|
|
529
|
+
blockedTypes: z.array(z.string()).optional().describe('Blocked file extensions (e.g., [".exe", ".bat", ".sh"])'),
|
|
530
|
+
allowedMimeTypes: z.array(z.string()).optional().describe('Allowed MIME types (e.g., ["image/jpeg", "application/pdf"])'),
|
|
531
|
+
blockedMimeTypes: z.array(z.string()).optional().describe("Blocked MIME types"),
|
|
532
|
+
/** Virus Scanning */
|
|
533
|
+
virusScan: z.boolean().default(false).describe("Enable virus scanning for uploaded files"),
|
|
534
|
+
virusScanProvider: z.enum(["clamav", "virustotal", "metadefender", "custom"]).optional().describe("Virus scanning service provider"),
|
|
535
|
+
virusScanOnUpload: z.boolean().default(true).describe("Scan files immediately on upload"),
|
|
536
|
+
quarantineOnThreat: z.boolean().default(true).describe("Quarantine files if threat detected"),
|
|
537
|
+
/** Storage Configuration */
|
|
538
|
+
storageProvider: z.string().optional().describe("Object storage provider name (references ObjectStorageConfig)"),
|
|
539
|
+
storageBucket: z.string().optional().describe("Target bucket name"),
|
|
540
|
+
storagePrefix: z.string().optional().describe('Storage path prefix (e.g., "uploads/documents/")'),
|
|
541
|
+
/** Image-Specific Validation */
|
|
542
|
+
imageValidation: z.object({
|
|
543
|
+
minWidth: z.number().min(1).optional().describe("Minimum image width in pixels"),
|
|
544
|
+
maxWidth: z.number().min(1).optional().describe("Maximum image width in pixels"),
|
|
545
|
+
minHeight: z.number().min(1).optional().describe("Minimum image height in pixels"),
|
|
546
|
+
maxHeight: z.number().min(1).optional().describe("Maximum image height in pixels"),
|
|
547
|
+
aspectRatio: z.string().optional().describe('Required aspect ratio (e.g., "16:9", "1:1")'),
|
|
548
|
+
generateThumbnails: z.boolean().default(false).describe("Auto-generate thumbnails"),
|
|
549
|
+
thumbnailSizes: z.array(z.object({
|
|
550
|
+
name: z.string().describe('Thumbnail variant name (e.g., "small", "medium", "large")'),
|
|
551
|
+
width: z.number().min(1).describe("Thumbnail width in pixels"),
|
|
552
|
+
height: z.number().min(1).describe("Thumbnail height in pixels"),
|
|
553
|
+
crop: z.boolean().default(false).describe("Crop to exact dimensions")
|
|
554
|
+
})).optional().describe("Thumbnail size configurations"),
|
|
555
|
+
preserveMetadata: z.boolean().default(false).describe("Preserve EXIF metadata"),
|
|
556
|
+
autoRotate: z.boolean().default(true).describe("Auto-rotate based on EXIF orientation")
|
|
557
|
+
}).optional().describe("Image-specific validation rules"),
|
|
558
|
+
/** Upload Behavior */
|
|
559
|
+
allowMultiple: z.boolean().default(false).describe("Allow multiple file uploads (overrides field.multiple)"),
|
|
560
|
+
allowReplace: z.boolean().default(true).describe("Allow replacing existing files"),
|
|
561
|
+
allowDelete: z.boolean().default(true).describe("Allow deleting uploaded files"),
|
|
562
|
+
requireUpload: z.boolean().default(false).describe("Require at least one file when field is required"),
|
|
563
|
+
/** Metadata Extraction */
|
|
564
|
+
extractMetadata: z.boolean().default(true).describe("Extract file metadata (name, size, type, etc.)"),
|
|
565
|
+
extractText: z.boolean().default(false).describe("Extract text content from documents (OCR/parsing)"),
|
|
566
|
+
/** Versioning */
|
|
567
|
+
versioningEnabled: z.boolean().default(false).describe("Keep previous versions of replaced files"),
|
|
568
|
+
maxVersions: z.number().min(1).optional().describe("Maximum number of versions to retain"),
|
|
569
|
+
/** Access Control */
|
|
570
|
+
publicRead: z.boolean().default(false).describe("Allow public read access to uploaded files"),
|
|
571
|
+
presignedUrlExpiry: z.number().min(60).max(604800).default(3600).describe("Presigned URL expiration in seconds (default: 1 hour)")
|
|
572
|
+
}).refine((data) => {
|
|
573
|
+
if (data.minSize !== void 0 && data.maxSize !== void 0 && data.minSize > data.maxSize) {
|
|
574
|
+
return false;
|
|
575
|
+
}
|
|
576
|
+
return true;
|
|
577
|
+
}, {
|
|
578
|
+
message: "minSize must be less than or equal to maxSize"
|
|
579
|
+
}).refine((data) => {
|
|
580
|
+
if (data.virusScanProvider !== void 0 && data.virusScan !== true) {
|
|
581
|
+
return false;
|
|
582
|
+
}
|
|
583
|
+
return true;
|
|
584
|
+
}, {
|
|
585
|
+
message: "virusScanProvider requires virusScan to be enabled"
|
|
586
|
+
}));
|
|
587
|
+
var DataQualityRulesSchema = lazySchema(() => z.object({
|
|
588
|
+
/** Enforce uniqueness constraint */
|
|
589
|
+
uniqueness: z.boolean().default(false).describe("Enforce unique values across all records"),
|
|
590
|
+
/** Completeness ratio (0-1) indicating minimum percentage of non-null values */
|
|
591
|
+
completeness: z.number().min(0).max(1).default(0).describe("Minimum ratio of non-null values (0-1, default: 0 = no requirement)"),
|
|
592
|
+
/** Accuracy validation against authoritative source */
|
|
593
|
+
accuracy: z.object({
|
|
594
|
+
source: z.string().describe('Reference data source for validation (e.g., "api.verify.com", "master_data")'),
|
|
595
|
+
threshold: z.number().min(0).max(1).describe("Minimum accuracy threshold (0-1, e.g., 0.95 = 95% match required)")
|
|
596
|
+
}).optional().describe("Accuracy validation configuration")
|
|
597
|
+
}));
|
|
598
|
+
var ComputedFieldCacheSchema = lazySchema(() => z.object({
|
|
599
|
+
/** Enable caching for this computed field */
|
|
600
|
+
enabled: z.boolean().describe("Enable caching for computed field results"),
|
|
601
|
+
/** Time-to-live in seconds */
|
|
602
|
+
ttl: z.number().min(0).describe("Cache TTL in seconds (0 = no expiration)"),
|
|
603
|
+
/** Array of field paths that trigger cache invalidation when changed */
|
|
604
|
+
invalidateOn: z.array(z.string()).describe('Field paths that invalidate cache (e.g., ["inventory.quantity", "pricing.base_price"])')
|
|
605
|
+
}));
|
|
606
|
+
lazySchema(() => z.object({
|
|
607
|
+
/** Identity */
|
|
608
|
+
name: z.string().regex(/^[a-z_][a-z0-9_]*$/).describe("Machine name (snake_case)").optional(),
|
|
609
|
+
label: z.string().optional().describe("Human readable label"),
|
|
610
|
+
type: FieldType.describe("Field Data Type"),
|
|
611
|
+
description: z.string().optional().describe("Tooltip/Help text"),
|
|
612
|
+
format: z.string().optional().describe("Format string (e.g. email, phone)"),
|
|
613
|
+
/** Storage Layer Mapping */
|
|
614
|
+
columnName: z.string().optional().describe("Physical column name in the target datasource. Defaults to the field key when not set."),
|
|
615
|
+
/** Database Constraints */
|
|
616
|
+
required: z.boolean().default(false).describe("Is required"),
|
|
617
|
+
searchable: z.boolean().default(false).describe("Is searchable"),
|
|
618
|
+
multiple: z.boolean().default(false).describe("Allow multiple values (Stores as Array/JSON). Applicable for select, lookup, file, image."),
|
|
619
|
+
unique: z.boolean().default(false).describe("Is unique constraint"),
|
|
620
|
+
defaultValue: z.unknown().optional().describe("Default value"),
|
|
621
|
+
/** Text/String Constraints */
|
|
622
|
+
maxLength: z.number().optional().describe("Max character length"),
|
|
623
|
+
minLength: z.number().optional().describe("Min character length"),
|
|
624
|
+
/** Number Constraints */
|
|
625
|
+
precision: z.number().optional().describe("Total digits"),
|
|
626
|
+
scale: z.number().optional().describe("Decimal places"),
|
|
627
|
+
min: z.number().optional().describe("Minimum value"),
|
|
628
|
+
max: z.number().optional().describe("Maximum value"),
|
|
629
|
+
/** Selection Options */
|
|
630
|
+
options: z.array(SelectOptionSchema).optional().describe("Static options for select/multiselect"),
|
|
631
|
+
/**
|
|
632
|
+
* Relationship Config
|
|
633
|
+
*
|
|
634
|
+
* Used by `lookup` and `master_detail` field types to define cross-object references.
|
|
635
|
+
* The `reference` property is **required** for these types — it identifies the target
|
|
636
|
+
* object whose records this field links to. The engine uses `reference` during $expand
|
|
637
|
+
* post-processing to resolve foreign key IDs into full related objects via batch queries.
|
|
638
|
+
*
|
|
639
|
+
* For `master_detail` fields, the parent record controls the lifecycle of child records
|
|
640
|
+
* (e.g., cascade delete). For `lookup` fields, the reference is a soft link.
|
|
641
|
+
*/
|
|
642
|
+
reference: z.string().optional().describe(
|
|
643
|
+
"Target object name (snake_case) for lookup/master_detail fields. Required for relationship types. Used by $expand to resolve foreign key IDs into full objects."
|
|
644
|
+
),
|
|
645
|
+
referenceFilters: z.array(z.string()).optional().describe('Filters applied to lookup dialogs (e.g. "active = true")'),
|
|
646
|
+
writeRequiresMasterRead: z.boolean().optional().describe("If true, user needs read access to master record to edit this field"),
|
|
647
|
+
deleteBehavior: z.enum(["set_null", "cascade", "restrict"]).optional().default("set_null").describe("What happens if referenced record is deleted"),
|
|
648
|
+
/** Calculation — CEL formula. Plain string accepted for back-compat; build emits canonical envelope. */
|
|
649
|
+
expression: ExpressionInputSchema.optional().describe("Formula expression (CEL). e.g. F`record.amount * 0.1`"),
|
|
650
|
+
summaryOperations: z.object({
|
|
651
|
+
object: z.string().describe("Source child object name for roll-up"),
|
|
652
|
+
field: z.string().describe("Field on child object to aggregate"),
|
|
653
|
+
function: z.enum(["count", "sum", "min", "max", "avg"]).describe("Aggregation function to apply")
|
|
654
|
+
}).optional().describe("Roll-up summary definition"),
|
|
655
|
+
/** Enhanced Field Type Configurations */
|
|
656
|
+
// Code field config
|
|
657
|
+
language: z.string().optional().describe("Programming language for syntax highlighting (e.g., javascript, python, sql)"),
|
|
658
|
+
theme: z.string().optional().describe("Code editor theme (e.g., dark, light, monokai)"),
|
|
659
|
+
lineNumbers: z.boolean().optional().describe("Show line numbers in code editor"),
|
|
660
|
+
// Rating field config
|
|
661
|
+
maxRating: z.number().optional().describe("Maximum rating value (default: 5)"),
|
|
662
|
+
allowHalf: z.boolean().optional().describe("Allow half-star ratings"),
|
|
663
|
+
// Location field config
|
|
664
|
+
displayMap: z.boolean().optional().describe("Display map widget for location field"),
|
|
665
|
+
allowGeocoding: z.boolean().optional().describe("Allow address-to-coordinate conversion"),
|
|
666
|
+
// Address field config
|
|
667
|
+
addressFormat: z.enum(["us", "uk", "international"]).optional().describe("Address format template"),
|
|
668
|
+
// Color field config
|
|
669
|
+
colorFormat: z.enum(["hex", "rgb", "rgba", "hsl"]).optional().describe("Color value format"),
|
|
670
|
+
allowAlpha: z.boolean().optional().describe("Allow transparency/alpha channel"),
|
|
671
|
+
presetColors: z.array(z.string()).optional().describe("Preset color options"),
|
|
672
|
+
// Slider field config
|
|
673
|
+
step: z.number().optional().describe("Step increment for slider (default: 1)"),
|
|
674
|
+
showValue: z.boolean().optional().describe("Display current value on slider"),
|
|
675
|
+
marks: z.record(z.string(), z.string()).optional().describe('Custom marks/labels at specific values (e.g., {0: "Low", 50: "Medium", 100: "High"})'),
|
|
676
|
+
// QR Code / Barcode field config
|
|
677
|
+
// Note: qrErrorCorrection is only applicable when barcodeFormat='qr'
|
|
678
|
+
// Runtime validation should enforce this constraint
|
|
679
|
+
barcodeFormat: z.enum(["qr", "ean13", "ean8", "code128", "code39", "upca", "upce"]).optional().describe("Barcode format type"),
|
|
680
|
+
qrErrorCorrection: z.enum(["L", "M", "Q", "H"]).optional().describe('QR code error correction level (L=7%, M=15%, Q=25%, H=30%). Only applicable when barcodeFormat is "qr"'),
|
|
681
|
+
displayValue: z.boolean().optional().describe("Display human-readable value below barcode/QR code"),
|
|
682
|
+
allowScanning: z.boolean().optional().describe("Enable camera scanning for barcode/QR code input"),
|
|
683
|
+
// Currency field config
|
|
684
|
+
currencyConfig: CurrencyConfigSchema.optional().describe("Configuration for currency field type"),
|
|
685
|
+
// Vector field config
|
|
686
|
+
vectorConfig: VectorConfigSchema.optional().describe("Configuration for vector field type (AI/ML embeddings)"),
|
|
687
|
+
// File attachment field config
|
|
688
|
+
fileAttachmentConfig: FileAttachmentConfigSchema.optional().describe("Configuration for file and attachment field types"),
|
|
689
|
+
/** Enhanced Security & Compliance */
|
|
690
|
+
// Encryption configuration
|
|
691
|
+
encryptionConfig: EncryptionConfigSchema.optional().describe("Field-level encryption configuration for sensitive data (GDPR/HIPAA/PCI-DSS)"),
|
|
692
|
+
// Data masking rules
|
|
693
|
+
maskingRule: MaskingRuleSchema.optional().describe("Data masking rules for PII protection"),
|
|
694
|
+
// Audit trail
|
|
695
|
+
auditTrail: z.boolean().default(false).describe("Enable detailed audit trail for this field (tracks all changes with user and timestamp)"),
|
|
696
|
+
/** Field Dependencies & Relationships */
|
|
697
|
+
// Field dependencies
|
|
698
|
+
dependencies: z.array(z.string()).optional().describe("Array of field names that this field depends on (for formulas, visibility rules, etc.)"),
|
|
699
|
+
/** Computed Field Optimization */
|
|
700
|
+
// Computed field caching
|
|
701
|
+
cached: ComputedFieldCacheSchema.optional().describe("Caching configuration for computed/formula fields"),
|
|
702
|
+
/** Data Quality & Governance */
|
|
703
|
+
// Data quality rules
|
|
704
|
+
dataQuality: DataQualityRulesSchema.optional().describe("Data quality validation and monitoring rules"),
|
|
705
|
+
/** Layout & Grouping */
|
|
706
|
+
group: z.string().optional().describe('Field group name for organizing fields in forms and layouts (e.g., "contact_info", "billing", "system")'),
|
|
707
|
+
/** Conditional Requirements */
|
|
708
|
+
conditionalRequired: ExpressionInputSchema.optional().describe("Predicate (CEL) \u2014 field is required when TRUE. e.g. P`record.status == 'closed_won'`"),
|
|
709
|
+
/** Security & Visibility */
|
|
710
|
+
hidden: z.boolean().default(false).describe("Hidden from default UI"),
|
|
711
|
+
readonly: z.boolean().default(false).describe("Read-only in UI"),
|
|
712
|
+
system: z.boolean().optional().describe("Auto-injected system/audit field (e.g. created_at, updated_by, organization_id). Tools that surface system fields separately from author-declared business fields should branch on this flag."),
|
|
713
|
+
sortable: z.boolean().optional().default(true).describe("Whether field is sortable in list views"),
|
|
714
|
+
inlineHelpText: z.string().optional().describe("Help text displayed below the field in forms"),
|
|
715
|
+
trackFeedHistory: z.boolean().optional().describe("Track field changes in Chatter/activity feed (Salesforce pattern)"),
|
|
716
|
+
caseSensitive: z.boolean().optional().describe("Whether text comparisons are case-sensitive"),
|
|
717
|
+
autonumberFormat: z.string().optional().describe('Auto-number display format pattern (e.g., "CASE-{0000}")'),
|
|
718
|
+
/** Indexing */
|
|
719
|
+
index: z.boolean().default(false).describe("Create standard database index"),
|
|
720
|
+
externalId: z.boolean().default(false).describe("Is external ID for upsert operations")
|
|
721
|
+
}));
|
|
722
|
+
var HttpMethod = z.enum([
|
|
723
|
+
"GET",
|
|
724
|
+
"POST",
|
|
725
|
+
"PUT",
|
|
726
|
+
"DELETE",
|
|
727
|
+
"PATCH",
|
|
728
|
+
"HEAD",
|
|
729
|
+
"OPTIONS"
|
|
730
|
+
]);
|
|
731
|
+
var HttpMethodSchema = lazySchema(() => z.enum(["GET", "POST", "PUT", "PATCH", "DELETE"]));
|
|
732
|
+
var HttpRequestSchema = lazySchema(() => z.object({
|
|
733
|
+
url: z.string().describe("API endpoint URL"),
|
|
734
|
+
method: HttpMethodSchema.optional().default("GET").describe("HTTP method"),
|
|
735
|
+
headers: z.record(z.string(), z.string()).optional().describe("Custom HTTP headers"),
|
|
736
|
+
params: z.record(z.string(), z.unknown()).optional().describe("Query parameters"),
|
|
737
|
+
body: z.unknown().optional().describe("Request body for POST/PUT/PATCH")
|
|
738
|
+
}));
|
|
739
|
+
lazySchema(() => z.object({
|
|
740
|
+
/**
|
|
741
|
+
* Enable CORS
|
|
742
|
+
*/
|
|
743
|
+
enabled: z.boolean().default(true).describe("Enable CORS"),
|
|
744
|
+
/**
|
|
745
|
+
* Allowed origins (* for all)
|
|
746
|
+
*/
|
|
747
|
+
origins: z.union([
|
|
748
|
+
z.string(),
|
|
749
|
+
z.array(z.string())
|
|
750
|
+
]).default("*").describe("Allowed origins (* for all)"),
|
|
751
|
+
/**
|
|
752
|
+
* Allowed HTTP methods
|
|
753
|
+
*/
|
|
754
|
+
methods: z.array(HttpMethod).optional().describe("Allowed HTTP methods"),
|
|
755
|
+
/**
|
|
756
|
+
* Allow credentials (cookies, authorization headers)
|
|
757
|
+
*/
|
|
758
|
+
credentials: z.boolean().default(false).describe("Allow credentials (cookies, authorization headers)"),
|
|
759
|
+
/**
|
|
760
|
+
* Preflight cache duration in seconds
|
|
761
|
+
*/
|
|
762
|
+
maxAge: z.number().int().optional().describe("Preflight cache duration in seconds")
|
|
763
|
+
}));
|
|
764
|
+
lazySchema(() => z.object({
|
|
765
|
+
/**
|
|
766
|
+
* Enable rate limiting
|
|
767
|
+
*/
|
|
768
|
+
enabled: z.boolean().default(false).describe("Enable rate limiting"),
|
|
769
|
+
/**
|
|
770
|
+
* Time window in milliseconds
|
|
771
|
+
*/
|
|
772
|
+
windowMs: z.number().int().default(6e4).describe("Time window in milliseconds"),
|
|
773
|
+
/**
|
|
774
|
+
* Max requests per window
|
|
775
|
+
*/
|
|
776
|
+
maxRequests: z.number().int().default(100).describe("Max requests per window")
|
|
777
|
+
}));
|
|
778
|
+
lazySchema(() => z.object({
|
|
779
|
+
/**
|
|
780
|
+
* URL path to serve from
|
|
781
|
+
*/
|
|
782
|
+
path: z.string().describe("URL path to serve from"),
|
|
783
|
+
/**
|
|
784
|
+
* Physical directory to serve
|
|
785
|
+
*/
|
|
786
|
+
directory: z.string().describe("Physical directory to serve"),
|
|
787
|
+
/**
|
|
788
|
+
* Cache-Control header value
|
|
789
|
+
*/
|
|
790
|
+
cacheControl: z.string().optional().describe("Cache-Control header value")
|
|
791
|
+
}));
|
|
792
|
+
|
|
793
|
+
// src/ui/view.zod.ts
|
|
794
|
+
var ViewDataSchema = lazySchema(() => z.discriminatedUnion("provider", [
|
|
795
|
+
z.object({
|
|
796
|
+
provider: z.literal("object"),
|
|
797
|
+
object: z.string().describe("Target object name")
|
|
798
|
+
}),
|
|
799
|
+
z.object({
|
|
800
|
+
provider: z.literal("api"),
|
|
801
|
+
read: HttpRequestSchema.optional().describe("Configuration for fetching data"),
|
|
802
|
+
write: HttpRequestSchema.optional().describe("Configuration for submitting data (for forms/editable tables)")
|
|
803
|
+
}),
|
|
804
|
+
z.object({
|
|
805
|
+
provider: z.literal("value"),
|
|
806
|
+
items: z.array(z.unknown()).describe("Static data array")
|
|
807
|
+
}),
|
|
808
|
+
/**
|
|
809
|
+
* Schema-bound data source — used by standalone forms whose data is
|
|
810
|
+
* shaped by a JSON Schema (or Zod-derived schema) rather than by an
|
|
811
|
+
* ObjectQL object. Powers the metadata editor, action input dialogs,
|
|
812
|
+
* and any Form that is not bound to a CRUD object.
|
|
813
|
+
*/
|
|
814
|
+
z.object({
|
|
815
|
+
provider: z.literal("schema"),
|
|
816
|
+
/** Schema identifier (e.g. metadata type name "report"). Resolved at runtime against /meta entries. */
|
|
817
|
+
schemaId: z.string().describe("Schema identifier \u2014 typically the metadata type name"),
|
|
818
|
+
/** Optional inline JSON Schema; when omitted the runtime resolves schemaId from the server. */
|
|
819
|
+
schema: z.record(z.string(), z.unknown()).optional().describe("Inline JSON Schema (Draft 2020-12). Optional when schemaId is resolvable.")
|
|
820
|
+
})
|
|
821
|
+
]));
|
|
822
|
+
var ViewFilterRuleSchema = lazySchema(() => z.object({
|
|
823
|
+
/** Field name to filter on */
|
|
824
|
+
field: z.string().describe("Field name to filter on"),
|
|
825
|
+
/** Filter operator */
|
|
826
|
+
operator: z.string().describe("Filter operator (e.g. equals, not_equals, contains, this_quarter)"),
|
|
827
|
+
/** Filter value (optional for unary operators like is_null, this_quarter) */
|
|
828
|
+
value: z.union([z.string(), z.number(), z.boolean(), z.null(), z.array(z.union([z.string(), z.number()]))]).optional().describe("Filter value")
|
|
829
|
+
}).describe("View filter rule"));
|
|
830
|
+
var ColumnSummarySchema = lazySchema(() => z.enum([
|
|
831
|
+
"none",
|
|
832
|
+
"count",
|
|
833
|
+
"count_empty",
|
|
834
|
+
"count_filled",
|
|
835
|
+
"count_unique",
|
|
836
|
+
"percent_empty",
|
|
837
|
+
"percent_filled",
|
|
838
|
+
"sum",
|
|
839
|
+
"avg",
|
|
840
|
+
"min",
|
|
841
|
+
"max"
|
|
842
|
+
]).describe("Aggregation function for column footer summary"));
|
|
843
|
+
var ListColumnSchema = lazySchema(() => z.object({
|
|
844
|
+
field: z.string().describe("Field name (snake_case)"),
|
|
845
|
+
label: I18nLabelSchema.optional().describe("Display label override"),
|
|
846
|
+
width: z.number().positive().optional().describe("Column width in pixels"),
|
|
847
|
+
align: z.enum(["left", "center", "right"]).optional().describe("Text alignment"),
|
|
848
|
+
hidden: z.boolean().optional().describe("Hide column by default"),
|
|
849
|
+
sortable: z.boolean().optional().describe("Allow sorting by this column"),
|
|
850
|
+
resizable: z.boolean().optional().describe("Allow resizing this column"),
|
|
851
|
+
wrap: z.boolean().optional().describe("Allow text wrapping"),
|
|
852
|
+
type: z.string().optional().describe('Renderer type override (e.g., "currency", "date")'),
|
|
853
|
+
/** Pinning (Airtable-style frozen columns) */
|
|
854
|
+
pinned: z.enum(["left", "right"]).optional().describe("Pin/freeze column to left or right side"),
|
|
855
|
+
/** Column Footer Summary (Airtable-style aggregation) */
|
|
856
|
+
summary: ColumnSummarySchema.optional().describe("Footer aggregation function for this column"),
|
|
857
|
+
/** Interaction */
|
|
858
|
+
link: z.boolean().optional().describe("Functions as the primary navigation link (triggers View navigation)"),
|
|
859
|
+
action: z.string().optional().describe("Registered Action ID to execute when clicked")
|
|
860
|
+
}));
|
|
861
|
+
var SelectionConfigSchema = lazySchema(() => z.object({
|
|
862
|
+
type: z.enum(["none", "single", "multiple"]).default("none").describe("Selection mode")
|
|
863
|
+
}));
|
|
864
|
+
var PaginationConfigSchema = lazySchema(() => z.object({
|
|
865
|
+
pageSize: z.number().int().positive().default(25).describe("Number of records per page"),
|
|
866
|
+
pageSizeOptions: z.array(z.number().int().positive()).optional().describe("Available page size options")
|
|
867
|
+
}));
|
|
868
|
+
var RowHeightSchema = lazySchema(() => z.enum([
|
|
869
|
+
"compact",
|
|
870
|
+
// Minimal padding, single line
|
|
871
|
+
"short",
|
|
872
|
+
// Reduced padding
|
|
873
|
+
"medium",
|
|
874
|
+
// Default padding
|
|
875
|
+
"tall",
|
|
876
|
+
// Extra padding, multi-line preview
|
|
877
|
+
"extra_tall"
|
|
878
|
+
// Maximum padding, rich content preview
|
|
879
|
+
]).describe("Row height / density setting for list view"));
|
|
880
|
+
var GroupingFieldSchema = lazySchema(() => z.object({
|
|
881
|
+
field: z.string().describe("Field name to group by"),
|
|
882
|
+
order: z.enum(["asc", "desc"]).default("asc").describe("Group sort order"),
|
|
883
|
+
collapsed: z.boolean().default(false).describe("Collapse groups by default")
|
|
884
|
+
}));
|
|
885
|
+
var GroupingConfigSchema = lazySchema(() => z.object({
|
|
886
|
+
fields: z.array(GroupingFieldSchema).min(1).describe("Fields to group by (supports up to 3 levels)")
|
|
887
|
+
}).describe("Record grouping configuration"));
|
|
888
|
+
var GalleryConfigSchema = lazySchema(() => z.object({
|
|
889
|
+
coverField: z.string().optional().describe("Attachment/image field to display as card cover"),
|
|
890
|
+
coverFit: z.enum(["cover", "contain"]).default("cover").describe("Image fit mode for card cover"),
|
|
891
|
+
cardSize: z.enum(["small", "medium", "large"]).default("medium").describe("Card size in gallery view"),
|
|
892
|
+
titleField: z.string().optional().describe("Field to display as card title"),
|
|
893
|
+
visibleFields: z.array(z.string()).optional().describe("Fields to display on card body")
|
|
894
|
+
}).describe("Gallery/card view configuration"));
|
|
895
|
+
var TimelineConfigSchema = lazySchema(() => z.object({
|
|
896
|
+
startDateField: z.string().describe("Field for timeline item start date"),
|
|
897
|
+
endDateField: z.string().optional().describe("Field for timeline item end date"),
|
|
898
|
+
titleField: z.string().describe("Field to display as timeline item title"),
|
|
899
|
+
groupByField: z.string().optional().describe("Field to group timeline rows"),
|
|
900
|
+
colorField: z.string().optional().describe("Field to determine item color"),
|
|
901
|
+
scale: z.enum(["hour", "day", "week", "month", "quarter", "year"]).default("week").describe("Default timeline scale")
|
|
902
|
+
}).describe("Timeline view configuration"));
|
|
903
|
+
var ViewSharingSchema = lazySchema(() => z.object({
|
|
904
|
+
type: z.enum(["personal", "collaborative"]).default("collaborative").describe("View ownership type"),
|
|
905
|
+
lockedBy: z.string().optional().describe("User who locked the view configuration")
|
|
906
|
+
}).describe("View sharing and access configuration"));
|
|
907
|
+
var RowColorConfigSchema = lazySchema(() => z.object({
|
|
908
|
+
field: z.string().describe("Field to derive color from (typically a select/status field)"),
|
|
909
|
+
colors: z.record(z.string(), z.string()).optional().describe("Map of field value to color (hex/token)")
|
|
910
|
+
}).describe("Row color configuration based on field values"));
|
|
911
|
+
var VisualizationTypeSchema = lazySchema(() => z.enum([
|
|
912
|
+
"grid",
|
|
913
|
+
"kanban",
|
|
914
|
+
"gallery",
|
|
915
|
+
"calendar",
|
|
916
|
+
"timeline",
|
|
917
|
+
"gantt",
|
|
918
|
+
"map"
|
|
919
|
+
]).describe("Visualization type that users can switch to"));
|
|
920
|
+
var UserActionsConfigSchema = lazySchema(() => z.object({
|
|
921
|
+
sort: z.boolean().default(true).describe("Allow users to sort records"),
|
|
922
|
+
search: z.boolean().default(true).describe("Allow users to search records"),
|
|
923
|
+
filter: z.boolean().default(true).describe("Allow users to filter records"),
|
|
924
|
+
rowHeight: z.boolean().default(true).describe("Allow users to toggle row height/density"),
|
|
925
|
+
addRecordForm: z.boolean().default(false).describe("Add records through a form instead of inline"),
|
|
926
|
+
buttons: z.array(z.string()).optional().describe("Custom action button IDs to show in the toolbar")
|
|
927
|
+
}).describe("User action toggles for the view toolbar"));
|
|
928
|
+
var AppearanceConfigSchema = lazySchema(() => z.object({
|
|
929
|
+
showDescription: z.boolean().default(true).describe("Show the view description text"),
|
|
930
|
+
allowedVisualizations: z.array(VisualizationTypeSchema).optional().describe('Whitelist of visualization types users can switch between (e.g. ["grid", "gallery", "kanban"])')
|
|
931
|
+
}).describe("Appearance and visualization configuration"));
|
|
932
|
+
var ViewTabSchema = lazySchema(() => z.object({
|
|
933
|
+
name: SnakeCaseIdentifierSchema.describe("Tab identifier (snake_case)"),
|
|
934
|
+
label: I18nLabelSchema.optional().describe("Display label"),
|
|
935
|
+
icon: z.string().optional().describe("Tab icon name"),
|
|
936
|
+
view: z.string().optional().describe("Referenced list view name from listViews"),
|
|
937
|
+
filter: z.array(ViewFilterRuleSchema).optional().describe("Tab-specific filter criteria"),
|
|
938
|
+
order: z.number().int().min(0).optional().describe("Tab display order"),
|
|
939
|
+
pinned: z.boolean().default(false).describe("Pin tab (cannot be removed by users)"),
|
|
940
|
+
isDefault: z.boolean().default(false).describe("Set as the default active tab"),
|
|
941
|
+
visible: z.boolean().default(true).describe("Tab visibility")
|
|
942
|
+
}).describe("Tab configuration for multi-tab view interface"));
|
|
943
|
+
var AddRecordConfigSchema = lazySchema(() => z.object({
|
|
944
|
+
enabled: z.boolean().default(true).describe("Show the add record entry point"),
|
|
945
|
+
position: z.enum(["top", "bottom", "both"]).default("bottom").describe("Position of the add record button"),
|
|
946
|
+
mode: z.enum(["inline", "form", "modal"]).default("inline").describe("How to add a new record"),
|
|
947
|
+
formView: z.string().optional().describe('Named form view to use when mode is "form" or "modal"')
|
|
948
|
+
}).describe("Add record entry point configuration"));
|
|
949
|
+
var KanbanConfigSchema = lazySchema(() => z.object({
|
|
950
|
+
groupByField: z.string().describe("Field to group columns by (usually status/select)"),
|
|
951
|
+
summarizeField: z.string().optional().describe("Field to sum at top of column (e.g. amount)"),
|
|
952
|
+
columns: z.array(z.string()).describe("Fields to show on cards")
|
|
953
|
+
}));
|
|
954
|
+
var ListChartConfigSchema = lazySchema(() => z.object({
|
|
955
|
+
chartType: z.enum(["bar", "line", "pie", "area", "scatter"]).default("bar").describe("Chart visualisation type"),
|
|
956
|
+
xAxisField: z.string().describe("Field used as the X axis / category dimension"),
|
|
957
|
+
yAxisFields: z.array(z.string()).min(1).describe("Field(s) used as the Y axis / measures"),
|
|
958
|
+
aggregation: z.enum(["sum", "avg", "count", "min", "max"]).optional().describe("Aggregation function applied to Y axis fields"),
|
|
959
|
+
groupByField: z.string().optional().describe("Optional field used to split / stack the chart")
|
|
960
|
+
}).describe("List chart view configuration"));
|
|
961
|
+
var CalendarConfigSchema = lazySchema(() => z.object({
|
|
962
|
+
startDateField: z.string(),
|
|
963
|
+
endDateField: z.string().optional(),
|
|
964
|
+
titleField: z.string(),
|
|
965
|
+
colorField: z.string().optional()
|
|
966
|
+
}));
|
|
967
|
+
var GanttConfigSchema = lazySchema(() => z.object({
|
|
968
|
+
startDateField: z.string(),
|
|
969
|
+
endDateField: z.string(),
|
|
970
|
+
titleField: z.string(),
|
|
971
|
+
progressField: z.string().optional(),
|
|
972
|
+
dependenciesField: z.string().optional()
|
|
973
|
+
}));
|
|
974
|
+
var NavigationModeSchema = lazySchema(() => z.enum([
|
|
975
|
+
"page",
|
|
976
|
+
// Navigate to a new route (default)
|
|
977
|
+
"drawer",
|
|
978
|
+
// Open details in a side drawer/panel
|
|
979
|
+
"modal",
|
|
980
|
+
// Open details in a modal dialog
|
|
981
|
+
"split",
|
|
982
|
+
// Show details side-by-side with the list (master-detail)
|
|
983
|
+
"popover",
|
|
984
|
+
// Show details in a popover (lightweight)
|
|
985
|
+
"new_window",
|
|
986
|
+
// Open in new browser tab/window
|
|
987
|
+
"none"
|
|
988
|
+
// No navigation (read-only list)
|
|
989
|
+
]));
|
|
990
|
+
var NavigationConfigSchema = lazySchema(() => z.object({
|
|
991
|
+
mode: NavigationModeSchema.default("page"),
|
|
992
|
+
/** Target View Config */
|
|
993
|
+
view: z.string().optional().describe('Name of the form view to use for details (e.g. "summary_view", "edit_form")'),
|
|
994
|
+
/** Interaction Triggers */
|
|
995
|
+
preventNavigation: z.boolean().default(false).describe("Disable standard navigation entirely"),
|
|
996
|
+
openNewTab: z.boolean().default(false).describe("Force open in new tab (applies to page mode)"),
|
|
997
|
+
/** Dimensions (for modal/drawer) */
|
|
998
|
+
width: z.union([z.string(), z.number()]).optional().describe('Width of the drawer/modal (e.g. "600px", "50%")')
|
|
999
|
+
}));
|
|
1000
|
+
var ListViewSchema = lazySchema(() => z.object({
|
|
1001
|
+
name: SnakeCaseIdentifierSchema.optional().describe("Internal view name (lowercase snake_case)"),
|
|
1002
|
+
label: I18nLabelSchema.optional(),
|
|
1003
|
+
// Display label override (supports i18n)
|
|
1004
|
+
type: z.enum([
|
|
1005
|
+
"grid",
|
|
1006
|
+
// Standard Data Table
|
|
1007
|
+
"kanban",
|
|
1008
|
+
// Board / Columns
|
|
1009
|
+
"gallery",
|
|
1010
|
+
// Card Deck / Masonry
|
|
1011
|
+
"calendar",
|
|
1012
|
+
// Monthly/Weekly/Daily
|
|
1013
|
+
"timeline",
|
|
1014
|
+
// Chronological Stream (Feed)
|
|
1015
|
+
"gantt",
|
|
1016
|
+
// Project Timeline
|
|
1017
|
+
"map",
|
|
1018
|
+
// Geospatial
|
|
1019
|
+
"chart"
|
|
1020
|
+
// Aggregate visualisation
|
|
1021
|
+
]).default("grid"),
|
|
1022
|
+
/** Data Source Configuration */
|
|
1023
|
+
data: ViewDataSchema.optional().describe('Data source configuration (defaults to "object" provider)'),
|
|
1024
|
+
/** Shared Query Config */
|
|
1025
|
+
columns: z.union([
|
|
1026
|
+
z.array(z.string()),
|
|
1027
|
+
// Legacy: simple field names
|
|
1028
|
+
z.array(ListColumnSchema)
|
|
1029
|
+
// Enhanced: detailed column config
|
|
1030
|
+
]).describe("Fields to display as columns"),
|
|
1031
|
+
filter: z.array(ViewFilterRuleSchema).optional().describe("Filter criteria (JSON Rules)"),
|
|
1032
|
+
sort: z.union([
|
|
1033
|
+
z.string(),
|
|
1034
|
+
//Legacy "field desc"
|
|
1035
|
+
z.array(z.object({
|
|
1036
|
+
field: z.string(),
|
|
1037
|
+
order: z.enum(["asc", "desc"])
|
|
1038
|
+
}))
|
|
1039
|
+
]).optional(),
|
|
1040
|
+
/** Search & Filter */
|
|
1041
|
+
searchableFields: z.array(z.string()).optional().describe("Fields enabled for search"),
|
|
1042
|
+
filterableFields: z.array(z.string()).optional().describe("Fields enabled for end-user filtering in the top bar"),
|
|
1043
|
+
/** Grid Features */
|
|
1044
|
+
resizable: z.boolean().optional().describe("Enable column resizing"),
|
|
1045
|
+
striped: z.boolean().optional().describe("Striped row styling"),
|
|
1046
|
+
bordered: z.boolean().optional().describe("Show borders"),
|
|
1047
|
+
compactToolbar: z.boolean().optional().describe("Collapse Group/Color/Density/Hide-fields into a single View settings popover"),
|
|
1048
|
+
/** Selection */
|
|
1049
|
+
selection: SelectionConfigSchema.optional().describe("Row selection configuration"),
|
|
1050
|
+
/** Navigation / Interaction */
|
|
1051
|
+
navigation: NavigationConfigSchema.optional().describe("Configuration for item click navigation (page, drawer, modal, etc.)"),
|
|
1052
|
+
/** Pagination */
|
|
1053
|
+
pagination: PaginationConfigSchema.optional().describe("Pagination configuration"),
|
|
1054
|
+
/** Type Specific Config */
|
|
1055
|
+
kanban: KanbanConfigSchema.optional(),
|
|
1056
|
+
calendar: CalendarConfigSchema.optional(),
|
|
1057
|
+
gantt: GanttConfigSchema.optional(),
|
|
1058
|
+
gallery: GalleryConfigSchema.optional(),
|
|
1059
|
+
timeline: TimelineConfigSchema.optional(),
|
|
1060
|
+
chart: ListChartConfigSchema.optional(),
|
|
1061
|
+
/** View Metadata (Airtable-style view management) */
|
|
1062
|
+
description: I18nLabelSchema.optional().describe("View description for documentation/tooltips"),
|
|
1063
|
+
sharing: ViewSharingSchema.optional().describe("View sharing and access configuration"),
|
|
1064
|
+
/** Row Height / Density (Airtable-style) */
|
|
1065
|
+
rowHeight: RowHeightSchema.optional().describe("Row height / density setting"),
|
|
1066
|
+
/** Record Grouping (Airtable-style) */
|
|
1067
|
+
grouping: GroupingConfigSchema.optional().describe("Group records by one or more fields"),
|
|
1068
|
+
/** Row Color (Airtable-style) */
|
|
1069
|
+
rowColor: RowColorConfigSchema.optional().describe("Color rows based on field value"),
|
|
1070
|
+
/** Field Visibility & Ordering per View (Airtable-style) */
|
|
1071
|
+
hiddenFields: z.array(z.string()).optional().describe("Fields to hide in this specific view"),
|
|
1072
|
+
fieldOrder: z.array(z.string()).optional().describe("Explicit field display order for this view"),
|
|
1073
|
+
/** Row & Bulk Actions */
|
|
1074
|
+
rowActions: z.array(z.string()).optional().describe("Actions available for individual row items"),
|
|
1075
|
+
bulkActions: z.array(z.string()).optional().describe("Actions available when multiple rows are selected"),
|
|
1076
|
+
bulkActionDefs: z.array(z.record(z.string(), z.any())).optional().describe("Rich bulk action definitions (schema-driven, executed via BulkActionDialog)"),
|
|
1077
|
+
/** Performance */
|
|
1078
|
+
virtualScroll: z.boolean().optional().describe("Enable virtual scrolling for large datasets"),
|
|
1079
|
+
/** Conditional Formatting */
|
|
1080
|
+
conditionalFormatting: z.array(z.object({
|
|
1081
|
+
condition: ExpressionInputSchema.describe("Predicate (CEL) to evaluate."),
|
|
1082
|
+
style: z.record(z.string(), z.string()).describe("CSS styles to apply when condition is true")
|
|
1083
|
+
})).optional().describe("Conditional formatting rules for list rows"),
|
|
1084
|
+
/** Inline Edit */
|
|
1085
|
+
inlineEdit: z.boolean().optional().describe("Allow inline editing of records directly in the list view"),
|
|
1086
|
+
/** Export */
|
|
1087
|
+
exportOptions: z.array(z.enum(["csv", "xlsx", "pdf", "json"])).optional().describe("Available export format options"),
|
|
1088
|
+
/** User Actions (Airtable Interface parity) */
|
|
1089
|
+
userActions: UserActionsConfigSchema.optional().describe("User action toggles for the view toolbar"),
|
|
1090
|
+
/** Appearance (Airtable Interface parity) */
|
|
1091
|
+
appearance: AppearanceConfigSchema.optional().describe("Appearance and visualization configuration"),
|
|
1092
|
+
/** Tabs (Airtable Interface parity) */
|
|
1093
|
+
tabs: z.array(ViewTabSchema).optional().describe("Tab definitions for multi-tab view interface"),
|
|
1094
|
+
/** Add Record (Airtable Interface parity) */
|
|
1095
|
+
addRecord: AddRecordConfigSchema.optional().describe("Add record entry point configuration"),
|
|
1096
|
+
/** Record Count Display (Airtable Interface parity) */
|
|
1097
|
+
showRecordCount: z.boolean().optional().describe("Show record count at the bottom of the list"),
|
|
1098
|
+
/** Advanced: Allow Printing (Airtable Interface parity) */
|
|
1099
|
+
allowPrinting: z.boolean().optional().describe("Allow users to print the view"),
|
|
1100
|
+
/** Empty State */
|
|
1101
|
+
emptyState: z.object({
|
|
1102
|
+
title: I18nLabelSchema.optional(),
|
|
1103
|
+
message: I18nLabelSchema.optional(),
|
|
1104
|
+
icon: z.string().optional()
|
|
1105
|
+
}).optional().describe("Empty state configuration when no records found"),
|
|
1106
|
+
/** ARIA accessibility attributes */
|
|
1107
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes for the list view"),
|
|
1108
|
+
/** Responsive layout overrides per breakpoint */
|
|
1109
|
+
responsive: ResponsiveConfigSchema.optional().describe("Responsive layout configuration"),
|
|
1110
|
+
/** Performance optimization settings */
|
|
1111
|
+
performance: PerformanceConfigSchema.optional().describe("Performance optimization settings")
|
|
1112
|
+
}));
|
|
1113
|
+
var FormFieldSchema = lazySchema(() => z.object({
|
|
1114
|
+
/** Field name (snake_case) */
|
|
1115
|
+
field: z.string().describe("Field name (snake_case)"),
|
|
1116
|
+
/** Field type — reuses Data.FieldType. When set, widget is auto-inferred (can be overridden). */
|
|
1117
|
+
type: FieldType.optional().describe("Field type (auto-infers widget if omitted)"),
|
|
1118
|
+
/** Select/multiselect options — only needed when type=select/multiselect/radio/checkboxes */
|
|
1119
|
+
options: z.array(SelectOptionSchema).optional().describe("Options for select/multiselect/radio/checkboxes fields"),
|
|
1120
|
+
/** Reference object for lookup/master_detail fields */
|
|
1121
|
+
reference: z.string().optional().describe("Target object name for lookup/master_detail fields"),
|
|
1122
|
+
/** Text constraints */
|
|
1123
|
+
maxLength: z.number().optional().describe("Maximum character length (for text/textarea/email/url/phone)"),
|
|
1124
|
+
minLength: z.number().optional().describe("Minimum character length"),
|
|
1125
|
+
/** Number constraints */
|
|
1126
|
+
min: z.number().optional().describe("Minimum value (for number/currency/percent/slider)"),
|
|
1127
|
+
max: z.number().optional().describe("Maximum value"),
|
|
1128
|
+
precision: z.number().optional().describe("Total digits (for number/currency)"),
|
|
1129
|
+
scale: z.number().optional().describe("Decimal places"),
|
|
1130
|
+
/** Multi-value flag */
|
|
1131
|
+
multiple: z.boolean().optional().describe("Allow multiple values (for select/lookup/file/image)"),
|
|
1132
|
+
/** UI overrides */
|
|
1133
|
+
label: I18nLabelSchema.optional().describe("Display label override"),
|
|
1134
|
+
placeholder: I18nLabelSchema.optional().describe("Placeholder text"),
|
|
1135
|
+
helpText: I18nLabelSchema.optional().describe("Help/hint text"),
|
|
1136
|
+
readonly: z.boolean().optional().describe("Read-only override"),
|
|
1137
|
+
immutable: z.boolean().optional().describe("Editable on create, locked once the record exists (e.g. machine names)."),
|
|
1138
|
+
required: z.boolean().optional().describe("Required override"),
|
|
1139
|
+
hidden: z.boolean().optional().describe("Hidden override"),
|
|
1140
|
+
colSpan: z.number().int().min(1).max(4).optional().describe("Column span in grid layout (1-4)"),
|
|
1141
|
+
/** Custom widget override — only needed when auto-inference is insufficient */
|
|
1142
|
+
widget: z.string().optional().describe("Custom widget/component name (overrides type-based inference)"),
|
|
1143
|
+
/** For `code` fields: source language (e.g. 'javascript', 'sql', 'json', 'typescript', 'expression', 'cel'). Drives syntax highlighting. */
|
|
1144
|
+
language: z.string().optional().describe("Code editor language (for type=code)"),
|
|
1145
|
+
/**
|
|
1146
|
+
* Sub-fields for `composite` / `repeater` types — declares the inner shape
|
|
1147
|
+
* of an embedded sub-object (composite) or each row of an embedded
|
|
1148
|
+
* sub-object array (repeater). Recursive: composite/repeater can nest.
|
|
1149
|
+
* Ignored for all other field types.
|
|
1150
|
+
*
|
|
1151
|
+
* Use `lookup` / `master_detail` instead when the children are independent
|
|
1152
|
+
* records with their own IDs in a separate object/table.
|
|
1153
|
+
*/
|
|
1154
|
+
fields: z.array(z.lazy(() => FormFieldSchema)).optional().describe("Sub-fields for composite/repeater types"),
|
|
1155
|
+
dependsOn: z.string().optional().describe("Parent field name for cascading"),
|
|
1156
|
+
visibleOn: ExpressionInputSchema.optional().describe("Visibility predicate (CEL).")
|
|
1157
|
+
}));
|
|
1158
|
+
var FormSectionSchema = lazySchema(() => z.object({
|
|
1159
|
+
label: I18nLabelSchema.optional(),
|
|
1160
|
+
description: z.string().optional().describe("Optional description rendered under the section header."),
|
|
1161
|
+
collapsible: z.boolean().default(false),
|
|
1162
|
+
collapsed: z.boolean().default(false),
|
|
1163
|
+
visibleOn: ExpressionInputSchema.optional().describe("Visibility predicate (CEL). Hides the whole section when false."),
|
|
1164
|
+
columns: z.union([
|
|
1165
|
+
z.enum(["1", "2", "3", "4"]),
|
|
1166
|
+
z.literal(1),
|
|
1167
|
+
z.literal(2),
|
|
1168
|
+
z.literal(3),
|
|
1169
|
+
z.literal(4)
|
|
1170
|
+
]).default(1).transform((val) => typeof val === "string" ? parseInt(val) : val),
|
|
1171
|
+
fields: z.array(z.union([
|
|
1172
|
+
z.string(),
|
|
1173
|
+
// Legacy: simple field name
|
|
1174
|
+
FormFieldSchema
|
|
1175
|
+
// Enhanced: detailed field config
|
|
1176
|
+
]))
|
|
1177
|
+
}));
|
|
1178
|
+
var FormViewSchema = lazySchema(() => z.object({
|
|
1179
|
+
type: z.enum([
|
|
1180
|
+
"simple",
|
|
1181
|
+
// Single column or sections
|
|
1182
|
+
"tabbed",
|
|
1183
|
+
// Tabs
|
|
1184
|
+
"wizard",
|
|
1185
|
+
// Step by step
|
|
1186
|
+
"split",
|
|
1187
|
+
// Master-Detail split
|
|
1188
|
+
"drawer",
|
|
1189
|
+
// Side panel
|
|
1190
|
+
"modal"
|
|
1191
|
+
// Dialog
|
|
1192
|
+
]).default("simple"),
|
|
1193
|
+
/** Data Source Configuration */
|
|
1194
|
+
data: ViewDataSchema.optional().describe('Data source configuration (defaults to "object" provider)'),
|
|
1195
|
+
sections: z.array(FormSectionSchema).optional(),
|
|
1196
|
+
// For simple layout
|
|
1197
|
+
groups: z.array(FormSectionSchema).optional(),
|
|
1198
|
+
// Legacy support -> alias to sections
|
|
1199
|
+
/** Default Sort for Related Lists (e.g., sort child records by date) */
|
|
1200
|
+
defaultSort: z.array(z.object({
|
|
1201
|
+
field: z.string().describe("Field name to sort by"),
|
|
1202
|
+
order: z.enum(["asc", "desc"]).default("desc").describe("Sort direction")
|
|
1203
|
+
})).optional().describe("Default sort order for related list views within this form"),
|
|
1204
|
+
/** Public form sharing configuration */
|
|
1205
|
+
sharing: SharingConfigSchema.optional().describe("Public sharing configuration for this form"),
|
|
1206
|
+
/**
|
|
1207
|
+
* What happens after a successful submit.
|
|
1208
|
+
*
|
|
1209
|
+
* - `thank-you` (default) — show a confirmation panel
|
|
1210
|
+
* - `redirect` — send the browser to a URL
|
|
1211
|
+
* - `continue` — reset the form so another response can be entered
|
|
1212
|
+
* - `next-record` — advance to the next record (internal queues only)
|
|
1213
|
+
*/
|
|
1214
|
+
submitBehavior: z.union([
|
|
1215
|
+
z.object({
|
|
1216
|
+
kind: z.literal("thank-you"),
|
|
1217
|
+
title: z.string().optional(),
|
|
1218
|
+
message: z.string().optional()
|
|
1219
|
+
}),
|
|
1220
|
+
z.object({
|
|
1221
|
+
kind: z.literal("redirect"),
|
|
1222
|
+
url: z.string(),
|
|
1223
|
+
delayMs: z.number().int().min(0).optional()
|
|
1224
|
+
}),
|
|
1225
|
+
z.object({ kind: z.literal("continue") }),
|
|
1226
|
+
z.object({ kind: z.literal("next-record") })
|
|
1227
|
+
]).optional().describe("Post-submit behavior"),
|
|
1228
|
+
/** ARIA accessibility attributes */
|
|
1229
|
+
aria: AriaPropsSchema.optional().describe("ARIA accessibility attributes for the form view")
|
|
1230
|
+
}));
|
|
1231
|
+
lazySchema(() => z.object({
|
|
1232
|
+
list: ListViewSchema.optional(),
|
|
1233
|
+
// Default list view
|
|
1234
|
+
form: FormViewSchema.optional(),
|
|
1235
|
+
// Default form view
|
|
1236
|
+
listViews: z.record(z.string(), ListViewSchema).optional().describe("Additional named list views"),
|
|
1237
|
+
formViews: z.record(z.string(), FormViewSchema).optional().describe("Additional named form views")
|
|
1238
|
+
}));
|
|
1239
|
+
function defineForm(config) {
|
|
1240
|
+
const { schemaId, ...rest } = config;
|
|
1241
|
+
return FormViewSchema.parse({
|
|
1242
|
+
...rest,
|
|
1243
|
+
data: { provider: "schema", schemaId }
|
|
1244
|
+
});
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
// src/automation/workflow.form.ts
|
|
1248
|
+
var workflowForm = defineForm({
|
|
1249
|
+
schemaId: "workflow",
|
|
1250
|
+
type: "simple",
|
|
1251
|
+
sections: [
|
|
1252
|
+
{
|
|
1253
|
+
label: "Basics",
|
|
1254
|
+
description: "Identity and the object/event that triggers it.",
|
|
1255
|
+
columns: 2,
|
|
1256
|
+
fields: [
|
|
1257
|
+
{ field: "name", required: true, colSpan: 1, helpText: "Unique identifier (snake_case)" },
|
|
1258
|
+
{ field: "objectName", widget: "ref:object", required: true, colSpan: 1, helpText: "Which object triggers this workflow" },
|
|
1259
|
+
{ field: "triggerType", required: true, colSpan: 1, helpText: "When to run: on_create, on_update, on_delete, schedule" },
|
|
1260
|
+
{ field: "active", colSpan: 1, helpText: "Enable/disable this workflow" },
|
|
1261
|
+
{ field: "description", widget: "textarea", colSpan: 2, helpText: "What this workflow does" },
|
|
1262
|
+
{ field: "criteria", widget: "textarea", colSpan: 2, helpText: "CEL expression: only run when this condition is true" }
|
|
1263
|
+
]
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
label: "Actions",
|
|
1267
|
+
description: "What this workflow does when fired.",
|
|
1268
|
+
fields: [
|
|
1269
|
+
{ field: "actions", type: "repeater", helpText: "Actions to execute immediately (field update, email, API call, etc.)" },
|
|
1270
|
+
{ field: "timeTriggers", type: "repeater", helpText: "Scheduled actions (e.g., send reminder 1 day before deadline)" }
|
|
1271
|
+
]
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
label: "Advanced",
|
|
1275
|
+
description: "Ordering and execution behaviour.",
|
|
1276
|
+
collapsible: true,
|
|
1277
|
+
collapsed: true,
|
|
1278
|
+
fields: [
|
|
1279
|
+
{ field: "executionOrder", helpText: "Run order when multiple workflows match (lower = earlier)" }
|
|
1280
|
+
]
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
1283
|
+
});
|
|
210
1284
|
var FlowNodeAction = z.enum([
|
|
211
1285
|
"start",
|
|
212
1286
|
// Trigger
|
|
@@ -374,6 +1448,58 @@ var FlowVersionHistorySchema = lazySchema(() => z.object({
|
|
|
374
1448
|
createdBy: z.string().optional().describe("User who created this version"),
|
|
375
1449
|
changeNote: z.string().optional().describe("Description of what changed in this version")
|
|
376
1450
|
}));
|
|
1451
|
+
|
|
1452
|
+
// src/automation/flow.form.ts
|
|
1453
|
+
var flowForm = defineForm({
|
|
1454
|
+
schemaId: "flow",
|
|
1455
|
+
type: "simple",
|
|
1456
|
+
sections: [
|
|
1457
|
+
{
|
|
1458
|
+
label: "Basics",
|
|
1459
|
+
description: "Flow identity and how it starts.",
|
|
1460
|
+
columns: 2,
|
|
1461
|
+
fields: [
|
|
1462
|
+
{ field: "name", required: true, colSpan: 1, helpText: "Unique identifier (snake_case)" },
|
|
1463
|
+
{ field: "label", required: true, colSpan: 1, helpText: "Display name for users" },
|
|
1464
|
+
{ field: "type", required: true, colSpan: 1, helpText: "How the flow starts (autolaunched, record_change, schedule, screen, api)" },
|
|
1465
|
+
{ field: "template", colSpan: 1, helpText: "Is this a reusable subflow (can be called from other flows)" },
|
|
1466
|
+
{ field: "description", widget: "textarea", colSpan: 2, helpText: "What this flow does" }
|
|
1467
|
+
]
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
label: "Canvas",
|
|
1471
|
+
description: "Nodes, edges, and flow variables \u2014 consider the visual designer for complex flows.",
|
|
1472
|
+
fields: [
|
|
1473
|
+
{
|
|
1474
|
+
field: "nodes",
|
|
1475
|
+
type: "repeater",
|
|
1476
|
+
required: true,
|
|
1477
|
+
helpText: "\u26A0\uFE0F Consider using Flow Designer visual editor instead of JSON"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
field: "edges",
|
|
1481
|
+
type: "repeater",
|
|
1482
|
+
required: true,
|
|
1483
|
+
helpText: "Connections between nodes \u2014 use Flow Designer for easier editing"
|
|
1484
|
+
},
|
|
1485
|
+
{ field: "variables", type: "repeater", helpText: "Flow variables (inputs/outputs)" }
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
label: "Execution",
|
|
1490
|
+
description: "Deployment status, identity, and error handling.",
|
|
1491
|
+
collapsible: true,
|
|
1492
|
+
collapsed: true,
|
|
1493
|
+
columns: 2,
|
|
1494
|
+
fields: [
|
|
1495
|
+
{ field: "status", required: true, colSpan: 1, helpText: "Deployment status: draft \u2192 active \u2192 obsolete" },
|
|
1496
|
+
{ field: "version", colSpan: 1, helpText: "Version number (auto-incremented)" },
|
|
1497
|
+
{ field: "runAs", colSpan: 1, helpText: "Execute as system (admin) or user (current user permissions)" },
|
|
1498
|
+
{ field: "errorHandling", type: "composite", colSpan: 2, helpText: "What to do when a node fails (fail, retry, continue)" }
|
|
1499
|
+
]
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1502
|
+
});
|
|
377
1503
|
var ExecutionStatus = z.enum([
|
|
378
1504
|
"pending",
|
|
379
1505
|
// Queued, not yet started
|
|
@@ -664,6 +1790,60 @@ var ApprovalProcessSchema = lazySchema(() => z.object({
|
|
|
664
1790
|
var ApprovalProcess = Object.assign(ApprovalProcessSchema, {
|
|
665
1791
|
create: (config) => config
|
|
666
1792
|
});
|
|
1793
|
+
|
|
1794
|
+
// src/automation/approval.form.ts
|
|
1795
|
+
var approvalForm = defineForm({
|
|
1796
|
+
schemaId: "approval",
|
|
1797
|
+
type: "simple",
|
|
1798
|
+
sections: [
|
|
1799
|
+
{
|
|
1800
|
+
label: "Basics",
|
|
1801
|
+
description: "Approval process identity and the object it gates.",
|
|
1802
|
+
columns: 2,
|
|
1803
|
+
fields: [
|
|
1804
|
+
{ field: "name", required: true, colSpan: 1, helpText: "Unique identifier (snake_case)" },
|
|
1805
|
+
{ field: "label", required: true, colSpan: 1, helpText: 'Display name (e.g., "Contract Approval")' },
|
|
1806
|
+
{ field: "object", widget: "ref:object", required: true, colSpan: 1, helpText: "Which object needs approval" },
|
|
1807
|
+
{ field: "active", colSpan: 1, helpText: "Enable/disable this approval process" },
|
|
1808
|
+
{ field: "description", widget: "textarea", colSpan: 2, helpText: "What gets approved and why" }
|
|
1809
|
+
]
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
label: "Entry rules",
|
|
1813
|
+
description: "Who can submit, and what happens to the record while pending.",
|
|
1814
|
+
collapsible: true,
|
|
1815
|
+
collapsed: true,
|
|
1816
|
+
fields: [
|
|
1817
|
+
{ field: "entryCriteria", widget: "textarea", helpText: "CEL expression: users can submit only when this is true" },
|
|
1818
|
+
{ field: "lockRecord", helpText: "Lock record from editing while approval is pending" },
|
|
1819
|
+
{ field: "approvalStatusField", helpText: 'Field name to mirror approval status (e.g., "approval_status")' }
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
label: "Steps",
|
|
1824
|
+
description: "Ordered approval chain \u2014 each step picks the approver and decides routing.",
|
|
1825
|
+
fields: [
|
|
1826
|
+
{
|
|
1827
|
+
field: "steps",
|
|
1828
|
+
type: "repeater",
|
|
1829
|
+
required: true,
|
|
1830
|
+
helpText: "Approval steps in order \u2014 each step defines who approves and what happens"
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
label: "Escalation & outcomes",
|
|
1836
|
+
description: "SLA, escalation, and post-decision actions.",
|
|
1837
|
+
collapsible: true,
|
|
1838
|
+
collapsed: true,
|
|
1839
|
+
fields: [
|
|
1840
|
+
{ field: "escalation", type: "composite", helpText: "Auto-escalate or auto-approve after timeout" },
|
|
1841
|
+
{ field: "onFinalApprove", type: "repeater", helpText: "Actions when all steps approved (e.g., update status)" },
|
|
1842
|
+
{ field: "onFinalReject", type: "repeater", helpText: "Actions when rejected (e.g., notify submitter)" }
|
|
1843
|
+
]
|
|
1844
|
+
}
|
|
1845
|
+
]
|
|
1846
|
+
});
|
|
667
1847
|
var ETLEndpointTypeSchema = lazySchema(() => z.enum([
|
|
668
1848
|
"database",
|
|
669
1849
|
// SQL/NoSQL databases
|
|
@@ -1996,6 +3176,6 @@ var BUILT_IN_BPMN_MAPPINGS = [
|
|
|
1996
3176
|
{ bpmnType: "bpmn:task", flowNodeAction: "assignment", bidirectional: true, notes: "Generic BPMN task maps to assignment" }
|
|
1997
3177
|
];
|
|
1998
3178
|
|
|
1999
|
-
export { ActionRefSchema, ApprovalActionSchema, ApprovalActionType, ApprovalProcess, ApprovalProcessSchema, ApprovalStepSchema, ApproverType, AuthFieldSchema, AuthenticationSchema, AuthenticationTypeSchema, BUILT_IN_BPMN_MAPPINGS, BpmnDiagnosticSchema, BpmnElementMappingSchema, BpmnExportOptionsSchema, BpmnImportOptionsSchema, BpmnInteropResultSchema, BpmnUnmappedStrategySchema, BpmnVersionSchema, CheckpointSchema, ConcurrencyPolicySchema, ConflictResolutionSchema, Connector, ConnectorActionRefSchema, ConnectorCategorySchema, ConnectorInstanceSchema, ConnectorOperationSchema, ConnectorSchema, ConnectorTriggerSchema, CustomScriptActionSchema, DataDestinationConfigSchema, DataSourceConfigSchema, DataSyncConfigSchema, ETL, ETLDestinationSchema, ETLEndpointTypeSchema, ETLPipelineRunSchema, ETLPipelineSchema, ETLRunStatusSchema, ETLSourceSchema, ETLSyncModeSchema, ETLTransformationSchema, ETLTransformationTypeSchema, EmailAlertActionSchema, EventSchema, ExecutionErrorSchema, ExecutionErrorSeverity, ExecutionLogSchema, ExecutionStatus, ExecutionStepLogSchema, FieldUpdateActionSchema, FlowEdgeSchema, FlowNodeAction, FlowNodeSchema, FlowSchema, FlowVariableSchema, FlowVersionHistorySchema, GuardRefSchema, HttpCallActionSchema, NodeExecutorDescriptorSchema, OAuth2ConfigSchema, OperationParameterSchema, OperationTypeSchema, PushNotificationActionSchema, ScheduleStateSchema, StateMachineSchema, StateNodeSchema, Sync, SyncDirectionSchema, SyncExecutionResultSchema, SyncExecutionStatusSchema, SyncModeSchema, TaskCreationActionSchema, TimeTriggerSchema, TransitionSchema, WAIT_EXECUTOR_DESCRIPTOR, WaitEventTypeSchema, WaitExecutorConfigSchema, WaitResumePayloadSchema, WaitTimeoutBehaviorSchema, WebhookReceiverSchema, WebhookSchema, WebhookTriggerType, WorkflowActionSchema, WorkflowRuleSchema, WorkflowTriggerType, defineFlow };
|
|
3179
|
+
export { ActionRefSchema, ApprovalActionSchema, ApprovalActionType, ApprovalProcess, ApprovalProcessSchema, ApprovalStepSchema, ApproverType, AuthFieldSchema, AuthenticationSchema, AuthenticationTypeSchema, BUILT_IN_BPMN_MAPPINGS, BpmnDiagnosticSchema, BpmnElementMappingSchema, BpmnExportOptionsSchema, BpmnImportOptionsSchema, BpmnInteropResultSchema, BpmnUnmappedStrategySchema, BpmnVersionSchema, CheckpointSchema, ConcurrencyPolicySchema, ConflictResolutionSchema, Connector, ConnectorActionRefSchema, ConnectorCategorySchema, ConnectorInstanceSchema, ConnectorOperationSchema, ConnectorSchema, ConnectorTriggerSchema, CustomScriptActionSchema, DataDestinationConfigSchema, DataSourceConfigSchema, DataSyncConfigSchema, ETL, ETLDestinationSchema, ETLEndpointTypeSchema, ETLPipelineRunSchema, ETLPipelineSchema, ETLRunStatusSchema, ETLSourceSchema, ETLSyncModeSchema, ETLTransformationSchema, ETLTransformationTypeSchema, EmailAlertActionSchema, EventSchema, ExecutionErrorSchema, ExecutionErrorSeverity, ExecutionLogSchema, ExecutionStatus, ExecutionStepLogSchema, FieldUpdateActionSchema, FlowEdgeSchema, FlowNodeAction, FlowNodeSchema, FlowSchema, FlowVariableSchema, FlowVersionHistorySchema, GuardRefSchema, HttpCallActionSchema, NodeExecutorDescriptorSchema, OAuth2ConfigSchema, OperationParameterSchema, OperationTypeSchema, PushNotificationActionSchema, ScheduleStateSchema, StateMachineSchema, StateNodeSchema, Sync, SyncDirectionSchema, SyncExecutionResultSchema, SyncExecutionStatusSchema, SyncModeSchema, TaskCreationActionSchema, TimeTriggerSchema, TransitionSchema, WAIT_EXECUTOR_DESCRIPTOR, WaitEventTypeSchema, WaitExecutorConfigSchema, WaitResumePayloadSchema, WaitTimeoutBehaviorSchema, WebhookReceiverSchema, WebhookSchema, WebhookTriggerType, WorkflowActionSchema, WorkflowRuleSchema, WorkflowTriggerType, approvalForm, defineFlow, flowForm, workflowForm };
|
|
2000
3180
|
//# sourceMappingURL=index.mjs.map
|
|
2001
3181
|
//# sourceMappingURL=index.mjs.map
|