@objectstack/spec 0.6.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/agent-action.zod.d.ts +2231 -0
- package/dist/ai/agent-action.zod.d.ts.map +1 -0
- package/dist/ai/agent-action.zod.js +401 -0
- package/dist/ai/agent.zod.d.ts +8 -8
- package/dist/ai/conversation.zod.d.ts +100 -66
- package/dist/ai/conversation.zod.d.ts.map +1 -1
- package/dist/ai/conversation.zod.js +5 -5
- package/dist/ai/cost.zod.d.ts +279 -207
- package/dist/ai/cost.zod.d.ts.map +1 -1
- package/dist/ai/cost.zod.js +25 -1
- package/dist/ai/index.d.ts +1 -0
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +1 -0
- package/dist/ai/model-registry.zod.d.ts +125 -125
- package/dist/ai/nlq.zod.d.ts +72 -45
- package/dist/ai/nlq.zod.d.ts.map +1 -1
- package/dist/ai/nlq.zod.js +4 -0
- package/dist/ai/orchestration.zod.d.ts +73 -47
- package/dist/ai/orchestration.zod.d.ts.map +1 -1
- package/dist/ai/orchestration.zod.js +3 -0
- package/dist/ai/predictive.zod.d.ts +90 -64
- package/dist/ai/predictive.zod.d.ts.map +1 -1
- package/dist/ai/predictive.zod.js +3 -0
- package/dist/ai/rag-pipeline.zod.d.ts +100 -74
- package/dist/ai/rag-pipeline.zod.d.ts.map +1 -1
- package/dist/ai/rag-pipeline.zod.js +4 -1
- package/dist/api/batch.zod.d.ts +1102 -0
- package/dist/api/batch.zod.d.ts.map +1 -0
- package/dist/api/batch.zod.js +209 -0
- package/dist/api/contract.zod.d.ts +96 -0
- package/dist/api/contract.zod.d.ts.map +1 -1
- package/dist/api/discovery.zod.d.ts +16 -16
- package/dist/api/endpoint.zod.d.ts +29 -28
- package/dist/api/endpoint.zod.d.ts.map +1 -1
- package/dist/api/endpoint.zod.js +4 -7
- package/dist/api/errors.zod.d.ts +364 -0
- package/dist/api/errors.zod.d.ts.map +1 -0
- package/dist/api/errors.zod.js +296 -0
- package/dist/api/graphql.zod.d.ts +5727 -0
- package/dist/api/graphql.zod.d.ts.map +1 -0
- package/dist/api/graphql.zod.js +724 -0
- package/dist/api/http-cache.zod.d.ts +439 -0
- package/dist/api/http-cache.zod.d.ts.map +1 -0
- package/dist/api/http-cache.zod.js +219 -0
- package/dist/api/index.d.ts +11 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +13 -1
- package/dist/api/odata.zod.d.ts +383 -4
- package/dist/api/odata.zod.d.ts.map +1 -1
- package/dist/api/odata.zod.js +14 -1
- package/dist/api/protocol.zod.d.ts +9375 -0
- package/dist/api/protocol.zod.d.ts.map +1 -0
- package/dist/api/protocol.zod.js +376 -0
- package/dist/api/realtime.zod.d.ts +135 -2
- package/dist/api/realtime.zod.d.ts.map +1 -1
- package/dist/api/realtime.zod.js +14 -1
- package/dist/api/rest-server.zod.d.ts +2330 -0
- package/dist/api/rest-server.zod.d.ts.map +1 -0
- package/dist/api/rest-server.zod.js +424 -0
- package/dist/api/router.zod.d.ts +39 -32
- package/dist/api/router.zod.d.ts.map +1 -1
- package/dist/api/router.zod.js +5 -23
- package/dist/api/view-storage.zod.d.ts +8220 -0
- package/dist/api/view-storage.zod.d.ts.map +1 -0
- package/dist/api/view-storage.zod.js +243 -0
- package/dist/api/websocket.zod.d.ts +1740 -0
- package/dist/api/websocket.zod.d.ts.map +1 -0
- package/dist/api/websocket.zod.js +470 -0
- package/dist/auth/config.zod.d.ts +655 -304
- package/dist/auth/config.zod.d.ts.map +1 -1
- package/dist/auth/config.zod.js +149 -7
- package/dist/auth/identity.zod.d.ts +7 -7
- package/dist/auth/organization.zod.d.ts +6 -6
- package/dist/auth/policy.zod.d.ts +3 -3
- package/dist/auth/scim.zod.d.ts +83 -83
- package/dist/automation/approval.zod.d.ts +18 -18
- package/dist/automation/etl.zod.d.ts +53 -23
- package/dist/automation/etl.zod.d.ts.map +1 -1
- package/dist/automation/etl.zod.js +31 -1
- package/dist/automation/flow.zod.d.ts +26 -26
- package/dist/automation/index.d.ts +1 -1
- package/dist/automation/index.d.ts.map +1 -1
- package/dist/automation/index.js +1 -1
- package/dist/automation/sync.zod.d.ts +382 -167
- package/dist/automation/sync.zod.d.ts.map +1 -1
- package/dist/automation/sync.zod.js +38 -31
- package/dist/automation/{connector.zod.d.ts → trigger-registry.zod.d.ts} +77 -62
- package/dist/automation/trigger-registry.zod.d.ts.map +1 -0
- package/dist/automation/{connector.zod.js → trigger-registry.zod.js} +36 -21
- package/dist/automation/webhook.zod.d.ts +106 -19
- package/dist/automation/webhook.zod.d.ts.map +1 -1
- package/dist/automation/webhook.zod.js +58 -13
- package/dist/automation/workflow.zod.d.ts +1089 -265
- package/dist/automation/workflow.zod.d.ts.map +1 -1
- package/dist/automation/workflow.zod.js +3 -6
- package/dist/contracts/data-engine.d.ts +61 -0
- package/dist/contracts/data-engine.d.ts.map +1 -0
- package/dist/contracts/data-engine.js +2 -0
- package/dist/contracts/http-server.d.ts +119 -0
- package/dist/contracts/http-server.d.ts.map +1 -0
- package/dist/contracts/http-server.js +12 -0
- package/dist/contracts/index.d.ts +14 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +29 -0
- package/dist/contracts/logger.d.ts +63 -0
- package/dist/contracts/logger.d.ts.map +1 -0
- package/dist/contracts/logger.js +2 -0
- package/dist/contracts/plugin-lifecycle-events.d.ts +150 -0
- package/dist/contracts/plugin-lifecycle-events.d.ts.map +1 -0
- package/dist/contracts/plugin-lifecycle-events.js +10 -0
- package/dist/contracts/plugin-validator.d.ts +106 -0
- package/dist/contracts/plugin-validator.d.ts.map +1 -0
- package/dist/contracts/plugin-validator.js +8 -0
- package/dist/contracts/service-registry.d.ts +94 -0
- package/dist/contracts/service-registry.d.ts.map +1 -0
- package/dist/contracts/service-registry.js +11 -0
- package/dist/contracts/startup-orchestrator.d.ts +122 -0
- package/dist/contracts/startup-orchestrator.d.ts.map +1 -0
- package/dist/contracts/startup-orchestrator.js +2 -0
- package/dist/data/data-engine.zod.d.ts +2636 -0
- package/dist/data/data-engine.zod.d.ts.map +1 -0
- package/dist/data/data-engine.zod.js +282 -0
- package/dist/data/document.zod.d.ts +746 -0
- package/dist/data/document.zod.d.ts.map +1 -0
- package/dist/data/document.zod.js +326 -0
- package/dist/data/driver/mongo.zod.d.ts +82 -0
- package/dist/data/driver/mongo.zod.d.ts.map +1 -0
- package/dist/data/driver/mongo.zod.js +68 -0
- package/dist/{system → data}/driver/postgres.zod.d.ts +4 -4
- package/dist/data/driver/postgres.zod.d.ts.map +1 -0
- package/dist/data/driver-nosql.zod.d.ts +1008 -0
- package/dist/data/driver-nosql.zod.d.ts.map +1 -0
- package/dist/data/driver-nosql.zod.js +417 -0
- package/dist/data/driver-sql.zod.d.ts +652 -0
- package/dist/data/driver-sql.zod.d.ts.map +1 -0
- package/dist/data/driver-sql.zod.js +150 -0
- package/dist/{system → data}/driver.zod.d.ts +1538 -249
- package/dist/data/driver.zod.d.ts.map +1 -0
- package/dist/{system → data}/driver.zod.js +137 -13
- package/dist/data/external-lookup.zod.d.ts +662 -0
- package/dist/data/external-lookup.zod.d.ts.map +1 -0
- package/dist/data/external-lookup.zod.js +223 -0
- package/dist/data/field.zod.d.ts +3896 -107
- package/dist/data/field.zod.d.ts.map +1 -1
- package/dist/data/field.zod.js +161 -2
- package/dist/data/hook.zod.d.ts +4 -4
- package/dist/data/index.d.ts +7 -0
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +9 -0
- package/dist/data/mapping.zod.d.ts +85 -17
- package/dist/data/mapping.zod.d.ts.map +1 -1
- package/dist/data/object.zod.d.ts +2117 -77
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/object.zod.js +131 -16
- package/dist/data/query.zod.d.ts +112 -0
- package/dist/data/query.zod.d.ts.map +1 -1
- package/dist/data/query.zod.js +47 -1
- package/dist/data/validation.zod.d.ts +2 -2
- package/dist/hub/composer.zod.d.ts +869 -68
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/index.d.ts +1 -0
- package/dist/hub/index.d.ts.map +1 -1
- package/dist/hub/index.js +1 -0
- package/dist/hub/license.zod.d.ts +2 -2
- package/dist/hub/marketplace.zod.d.ts +3 -2
- package/dist/hub/marketplace.zod.d.ts.map +1 -1
- package/dist/hub/plugin-registry.zod.d.ts +1681 -0
- package/dist/hub/plugin-registry.zod.d.ts.map +1 -0
- package/dist/hub/plugin-registry.zod.js +350 -0
- package/dist/hub/space.zod.d.ts +24 -23
- package/dist/hub/space.zod.d.ts.map +1 -1
- package/dist/hub/tenant.zod.d.ts +44 -44
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/integration/connector/database.zod.d.ts +1666 -0
- package/dist/integration/connector/database.zod.d.ts.map +1 -0
- package/dist/integration/connector/database.zod.js +303 -0
- package/dist/integration/connector/file-storage.zod.d.ts +1386 -0
- package/dist/integration/connector/file-storage.zod.d.ts.map +1 -0
- package/dist/integration/connector/file-storage.zod.js +346 -0
- package/dist/integration/connector/message-queue.zod.d.ts +1729 -0
- package/dist/integration/connector/message-queue.zod.d.ts.map +1 -0
- package/dist/integration/connector/message-queue.zod.js +428 -0
- package/dist/integration/connector/saas.zod.d.ts +1441 -0
- package/dist/integration/connector/saas.zod.d.ts.map +1 -0
- package/dist/integration/connector/saas.zod.js +224 -0
- package/dist/integration/connector.zod.d.ts +1571 -0
- package/dist/integration/connector.zod.d.ts.map +1 -0
- package/dist/integration/connector.zod.js +426 -0
- package/dist/integration/index.d.ts +15 -0
- package/dist/integration/index.d.ts.map +1 -0
- package/dist/integration/index.js +32 -0
- package/dist/permission/permission.zod.d.ts +140 -6
- package/dist/permission/permission.zod.d.ts.map +1 -1
- package/dist/permission/permission.zod.js +48 -0
- package/dist/permission/rls.zod.d.ts +8 -8
- package/dist/permission/sharing.zod.d.ts +14 -14
- package/dist/shared/http.zod.d.ts +140 -0
- package/dist/shared/http.zod.d.ts.map +1 -0
- package/dist/shared/http.zod.js +133 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/index.js +2 -0
- package/dist/shared/mapping.zod.d.ts +226 -0
- package/dist/shared/mapping.zod.d.ts.map +1 -0
- package/dist/shared/mapping.zod.js +103 -0
- package/dist/stack.zod.d.ts +9222 -1785
- package/dist/stack.zod.d.ts.map +1 -1
- package/dist/system/audit.zod.d.ts +35 -35
- package/dist/system/cache.zod.d.ts +151 -0
- package/dist/system/cache.zod.d.ts.map +1 -0
- package/dist/system/cache.zod.js +57 -0
- package/dist/system/change-management.zod.d.ts +626 -0
- package/dist/system/change-management.zod.d.ts.map +1 -0
- package/dist/system/change-management.zod.js +329 -0
- package/dist/system/collaboration.zod.d.ts +2099 -0
- package/dist/system/collaboration.zod.d.ts.map +1 -0
- package/dist/system/collaboration.zod.js +392 -0
- package/dist/system/compliance.zod.d.ts +366 -0
- package/dist/system/compliance.zod.d.ts.map +1 -0
- package/dist/system/compliance.zod.js +70 -0
- package/dist/system/context.zod.d.ts +5 -5
- package/dist/system/encryption.zod.d.ts +227 -0
- package/dist/system/encryption.zod.d.ts.map +1 -0
- package/dist/system/encryption.zod.js +43 -0
- package/dist/system/events.zod.d.ts +2536 -0
- package/dist/system/events.zod.d.ts.map +1 -1
- package/dist/system/events.zod.js +582 -1
- package/dist/system/feature.zod.d.ts +12 -12
- package/dist/system/http-server.zod.d.ts +735 -0
- package/dist/system/http-server.zod.d.ts.map +1 -0
- package/dist/system/http-server.zod.js +300 -0
- package/dist/system/index.d.ts +21 -6
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +33 -7
- package/dist/system/job.zod.d.ts +5 -4
- package/dist/system/job.zod.d.ts.map +1 -1
- package/dist/system/logging.zod.d.ts +2186 -0
- package/dist/system/logging.zod.d.ts.map +1 -0
- package/dist/system/logging.zod.js +564 -0
- package/dist/system/manifest.zod.d.ts +659 -14
- package/dist/system/manifest.zod.d.ts.map +1 -1
- package/dist/system/manifest.zod.js +8 -0
- package/dist/system/masking.zod.d.ts +87 -0
- package/dist/system/masking.zod.d.ts.map +1 -0
- package/dist/system/masking.zod.js +30 -0
- package/dist/system/message-queue.zod.d.ts +177 -0
- package/dist/system/message-queue.zod.d.ts.map +1 -0
- package/dist/system/message-queue.zod.js +46 -0
- package/dist/system/metadata-loader.zod.d.ts +641 -0
- package/dist/system/metadata-loader.zod.d.ts.map +1 -0
- package/dist/system/metadata-loader.zod.js +373 -0
- package/dist/system/metrics.zod.d.ts +1965 -0
- package/dist/system/metrics.zod.d.ts.map +1 -0
- package/dist/system/metrics.zod.js +585 -0
- package/dist/system/notification.zod.d.ts +725 -0
- package/dist/system/notification.zod.d.ts.map +1 -0
- package/dist/system/notification.zod.js +335 -0
- package/dist/system/object-storage.zod.d.ts +1722 -0
- package/dist/system/object-storage.zod.d.ts.map +1 -0
- package/dist/system/object-storage.zod.js +591 -0
- package/dist/system/plugin-capability.zod.d.ts +1130 -0
- package/dist/system/plugin-capability.zod.d.ts.map +1 -0
- package/dist/system/plugin-capability.zod.js +271 -0
- package/dist/system/plugin-lifecycle-events.zod.d.ts +382 -0
- package/dist/system/plugin-lifecycle-events.zod.d.ts.map +1 -0
- package/dist/system/plugin-lifecycle-events.zod.js +284 -0
- package/dist/system/plugin-validator.zod.d.ts +245 -0
- package/dist/system/plugin-validator.zod.d.ts.map +1 -0
- package/dist/system/plugin-validator.zod.js +136 -0
- package/dist/system/plugin.zod.d.ts +86 -86
- package/dist/system/search-engine.zod.d.ts +256 -0
- package/dist/system/search-engine.zod.d.ts.map +1 -0
- package/dist/system/search-engine.zod.js +50 -0
- package/dist/system/service-registry.zod.d.ts +247 -0
- package/dist/system/service-registry.zod.d.ts.map +1 -0
- package/dist/system/service-registry.zod.js +218 -0
- package/dist/system/startup-orchestrator.zod.d.ts +376 -0
- package/dist/system/startup-orchestrator.zod.d.ts.map +1 -0
- package/dist/system/startup-orchestrator.zod.js +171 -0
- package/dist/system/tracing.zod.d.ts +1881 -0
- package/dist/system/tracing.zod.d.ts.map +1 -0
- package/dist/system/tracing.zod.js +567 -0
- package/dist/system/worker.zod.d.ts +1458 -0
- package/dist/system/worker.zod.d.ts.map +1 -0
- package/dist/system/worker.zod.js +479 -0
- package/dist/ui/action.zod.d.ts +10 -10
- package/dist/ui/app.zod.d.ts +6 -6
- package/dist/ui/chart.zod.d.ts +41 -0
- package/dist/ui/chart.zod.d.ts.map +1 -0
- package/dist/ui/chart.zod.js +66 -0
- package/dist/ui/component.zod.d.ts +2 -2
- package/dist/ui/dashboard.zod.d.ts +108 -18
- package/dist/ui/dashboard.zod.d.ts.map +1 -1
- package/dist/ui/dashboard.zod.js +5 -25
- package/dist/ui/index.d.ts +3 -1
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +3 -1
- package/dist/ui/page.zod.d.ts +2 -2
- package/dist/ui/page.zod.js +1 -1
- package/dist/ui/report.zod.d.ts +62 -12
- package/dist/ui/report.zod.d.ts.map +1 -1
- package/dist/ui/report.zod.js +5 -5
- package/dist/ui/theme.zod.d.ts +6 -6
- package/dist/ui/view.zod.d.ts +316 -316
- package/dist/ui/widget.zod.d.ts +825 -31
- package/dist/ui/widget.zod.d.ts.map +1 -1
- package/json-schema/ai/AIOperationCost.json +79 -0
- package/json-schema/ai/AIOrchestrationExecutionResult.json +32 -0
- package/json-schema/ai/AgentAction.json +436 -0
- package/json-schema/ai/AgentActionResult.json +69 -0
- package/json-schema/ai/AgentActionSequence.json +492 -0
- package/json-schema/ai/AgentActionSequenceResult.json +143 -0
- package/json-schema/ai/ComponentActionParams.json +77 -0
- package/json-schema/ai/ComponentActionType.json +20 -0
- package/json-schema/ai/ConversationMessage.json +12 -2
- package/json-schema/ai/ConversationSession.json +44 -2
- package/json-schema/ai/DataActionParams.json +38 -0
- package/json-schema/ai/DataActionType.json +18 -0
- package/json-schema/ai/FormActionParams.json +36 -0
- package/json-schema/ai/FormActionType.json +20 -0
- package/json-schema/ai/IntentActionMapping.json +491 -0
- package/json-schema/ai/NLQResponse.json +32 -0
- package/json-schema/ai/NavigationActionParams.json +56 -0
- package/json-schema/ai/NavigationActionType.json +21 -0
- package/json-schema/ai/PredictionResult.json +32 -0
- package/json-schema/ai/RAGQueryResponse.json +34 -1
- package/json-schema/ai/TokenUsage.json +32 -0
- package/json-schema/ai/UIActionType.json +63 -0
- package/json-schema/ai/ViewActionParams.json +74 -0
- package/json-schema/ai/ViewActionType.json +21 -0
- package/json-schema/ai/WorkflowActionParams.json +61 -0
- package/json-schema/ai/WorkflowActionType.json +18 -0
- package/json-schema/api/AckMessage.json +46 -0
- package/json-schema/api/ApiEndpoint.json +4 -3
- package/json-schema/api/BatchConfig.json +51 -0
- package/json-schema/api/BatchDataRequest.json +93 -0
- package/json-schema/api/BatchDataResponse.json +144 -0
- package/json-schema/api/BatchEndpointsConfig.json +56 -0
- package/json-schema/api/BatchOperationResult.json +57 -0
- package/json-schema/api/BatchOperationType.json +15 -0
- package/json-schema/api/BatchOptions.json +32 -0
- package/json-schema/api/BatchRecord.json +25 -0
- package/json-schema/api/BatchUpdateRequest.json +78 -0
- package/json-schema/api/BatchUpdateResponse.json +144 -0
- package/json-schema/api/CacheControl.json +42 -0
- package/json-schema/api/CacheDirective.json +17 -0
- package/json-schema/api/CacheInvalidationRequest.json +43 -0
- package/json-schema/api/CacheInvalidationResponse.json +31 -0
- package/json-schema/api/CacheInvalidationTarget.json +17 -0
- package/json-schema/api/CreateDataRequest.json +25 -0
- package/json-schema/api/CreateDataResponse.json +30 -0
- package/json-schema/api/CreateManyDataRequest.json +28 -0
- package/json-schema/api/CreateManyDataResponse.json +33 -0
- package/json-schema/api/CreateViewRequest.json +1042 -0
- package/json-schema/api/CrudEndpointPattern.json +41 -0
- package/json-schema/api/CrudEndpointsConfig.json +106 -0
- package/json-schema/api/CrudOperation.json +16 -0
- package/json-schema/api/CursorMessage.json +139 -0
- package/json-schema/api/CursorPosition.json +112 -0
- package/json-schema/api/DeleteDataRequest.json +24 -0
- package/json-schema/api/DeleteDataResponse.json +29 -0
- package/json-schema/api/DeleteManyDataRequest.json +54 -0
- package/json-schema/api/DeleteManyDataResponse.json +144 -0
- package/json-schema/api/DeleteManyRequest.json +51 -0
- package/json-schema/api/DeleteViewRequest.json +19 -0
- package/json-schema/api/DeleteViewResponse.json +19 -0
- package/json-schema/api/DocumentState.json +49 -0
- package/json-schema/api/ETag.json +24 -0
- package/json-schema/api/EditMessage.json +135 -0
- package/json-schema/api/EditOperation.json +108 -0
- package/json-schema/api/EditOperationType.json +14 -0
- package/json-schema/api/EndpointRegistry.json +284 -0
- package/json-schema/api/EnhancedApiError.json +226 -0
- package/json-schema/api/ErrorCategory.json +20 -0
- package/json-schema/api/ErrorMessage.json +44 -0
- package/json-schema/api/ErrorResponse.json +259 -0
- package/json-schema/api/EventFilter.json +65 -0
- package/json-schema/api/EventFilterCondition.json +42 -0
- package/json-schema/api/EventMessage.json +55 -0
- package/json-schema/api/EventPattern.json +12 -0
- package/json-schema/api/EventSubscription.json +105 -0
- package/json-schema/api/ExportRequest.json +110 -0
- package/json-schema/api/FieldError.json +88 -0
- package/json-schema/api/FilterOperator.json +24 -0
- package/json-schema/api/FindDataRequest.json +509 -0
- package/json-schema/api/FindDataResponse.json +36 -0
- package/json-schema/api/GeneratedEndpoint.json +88 -0
- package/json-schema/api/GetDataRequest.json +24 -0
- package/json-schema/api/GetDataResponse.json +30 -0
- package/json-schema/api/GetDiscoveryRequest.json +11 -0
- package/json-schema/api/GetDiscoveryResponse.json +38 -0
- package/json-schema/api/GetMetaItemCachedRequest.json +77 -0
- package/json-schema/api/GetMetaItemCachedResponse.json +85 -0
- package/json-schema/api/GetMetaItemRequest.json +24 -0
- package/json-schema/api/GetMetaItemResponse.json +27 -0
- package/json-schema/api/GetMetaItemsRequest.json +19 -0
- package/json-schema/api/GetMetaItemsResponse.json +24 -0
- package/json-schema/api/GetMetaTypesRequest.json +11 -0
- package/json-schema/api/GetMetaTypesResponse.json +22 -0
- package/json-schema/api/GetUiViewRequest.json +28 -0
- package/json-schema/api/GetUiViewResponse.json +31 -0
- package/json-schema/api/GetViewRequest.json +19 -0
- package/json-schema/api/GetViewResponse.json +1103 -0
- package/json-schema/api/GraphQLConfig.json +1389 -0
- package/json-schema/api/GraphQLDataLoaderConfig.json +101 -0
- package/json-schema/api/GraphQLDirectiveConfig.json +108 -0
- package/json-schema/api/GraphQLDirectiveLocation.json +30 -0
- package/json-schema/api/GraphQLMutationConfig.json +180 -0
- package/json-schema/api/GraphQLPersistedQuery.json +151 -0
- package/json-schema/api/GraphQLQueryComplexity.json +83 -0
- package/json-schema/api/GraphQLQueryConfig.json +231 -0
- package/json-schema/api/GraphQLQueryDepthLimit.json +44 -0
- package/json-schema/api/GraphQLRateLimit.json +138 -0
- package/json-schema/api/GraphQLResolverConfig.json +98 -0
- package/json-schema/api/GraphQLScalarType.json +32 -0
- package/json-schema/api/GraphQLSubscriptionConfig.json +118 -0
- package/json-schema/api/GraphQLTypeConfig.json +113 -0
- package/json-schema/api/ListViewsRequest.json +58 -0
- package/json-schema/api/ListViewsResponse.json +1132 -0
- package/json-schema/api/MetadataCacheRequest.json +58 -0
- package/json-schema/api/MetadataCacheResponse.json +85 -0
- package/json-schema/api/MetadataEndpointsConfig.json +54 -0
- package/json-schema/api/ODataConfig.json +132 -0
- package/json-schema/api/ObjectStackProtocol.json +11 -0
- package/json-schema/api/PingMessage.json +31 -0
- package/json-schema/api/PongMessage.json +36 -0
- package/json-schema/api/PresenceMessage.json +92 -0
- package/json-schema/api/PresenceState.json +65 -0
- package/json-schema/api/PresenceUpdate.json +35 -0
- package/json-schema/api/RateLimit.json +4 -3
- package/json-schema/api/RealtimeConfig.json +90 -0
- package/json-schema/api/RestApiConfig.json +127 -0
- package/json-schema/api/RestServerConfig.json +401 -0
- package/json-schema/api/RetryStrategy.json +15 -0
- package/json-schema/api/RouteGenerationConfig.json +71 -0
- package/json-schema/api/RouterConfig.json +22 -9
- package/json-schema/api/SavedView.json +1074 -0
- package/json-schema/api/SimpleCursorPosition.json +53 -0
- package/json-schema/api/SimplePresenceState.json +44 -0
- package/json-schema/api/StandardErrorCode.json +62 -0
- package/json-schema/api/SubscribeMessage.json +132 -0
- package/json-schema/api/UnsubscribeMessage.json +47 -0
- package/json-schema/api/UnsubscribeRequest.json +20 -0
- package/json-schema/api/UpdateDataRequest.json +30 -0
- package/json-schema/api/UpdateDataResponse.json +30 -0
- package/json-schema/api/UpdateManyDataRequest.json +70 -0
- package/json-schema/api/UpdateManyDataResponse.json +144 -0
- package/json-schema/api/UpdateManyRequest.json +67 -0
- package/json-schema/api/UpdateViewRequest.json +1041 -0
- package/json-schema/api/ViewColumn.json +58 -0
- package/json-schema/api/ViewLayout.json +125 -0
- package/json-schema/api/ViewResponse.json +1103 -0
- package/json-schema/api/ViewType.json +19 -0
- package/json-schema/api/ViewVisibility.json +15 -0
- package/json-schema/api/WebSocketConfig.json +63 -0
- package/json-schema/api/WebSocketEvent.json +40 -0
- package/json-schema/api/WebSocketMessage.json +707 -0
- package/json-schema/api/WebSocketMessageType.json +21 -0
- package/json-schema/api/WebSocketPresenceStatus.json +15 -0
- package/json-schema/api/WebSocketServerConfig.json +42 -0
- package/json-schema/auth/APIKey.json +34 -0
- package/json-schema/auth/ApplicationAuthConfig.json +841 -0
- package/json-schema/auth/AuthConfig.json +158 -730
- package/json-schema/auth/BasicAuth.json +30 -0
- package/json-schema/auth/BearerAuth.json +25 -0
- package/json-schema/auth/JWTAuth.json +66 -0
- package/json-schema/auth/NoAuth.json +20 -0
- package/json-schema/auth/OAuth2.json +62 -0
- package/json-schema/auth/SAMLAuth.json +64 -0
- package/json-schema/automation/DataDestinationConfig.json +120 -14
- package/json-schema/automation/DataSyncConfig.json +120 -14
- package/json-schema/automation/TimeTrigger.json +166 -31
- package/json-schema/automation/Webhook.json +99 -16
- package/json-schema/automation/WebhookTriggerAction.json +166 -31
- package/json-schema/automation/WorkflowAction.json +166 -31
- package/json-schema/automation/WorkflowRule.json +332 -62
- package/json-schema/data/AggregationPipeline.json +99 -0
- package/json-schema/data/AggregationStage.json +25 -0
- package/json-schema/data/ApiMethod.json +25 -0
- package/json-schema/data/CDCConfig.json +37 -0
- package/json-schema/data/ComputedFieldCache.json +33 -0
- package/json-schema/data/ConsistencyLevel.json +17 -0
- package/json-schema/data/DataEngineAggregateOptions.json +80 -0
- package/json-schema/data/DataEngineAggregateRequest.json +98 -0
- package/json-schema/data/DataEngineBatchRequest.json +699 -0
- package/json-schema/data/DataEngineContract.json +12 -0
- package/json-schema/data/DataEngineCountOptions.json +44 -0
- package/json-schema/data/DataEngineCountRequest.json +61 -0
- package/json-schema/data/DataEngineDeleteOptions.json +48 -0
- package/json-schema/data/DataEngineDeleteRequest.json +68 -0
- package/json-schema/data/DataEngineExecuteRequest.json +24 -0
- package/json-schema/data/DataEngineFilter.json +37 -0
- package/json-schema/data/DataEngineFindOneRequest.json +133 -0
- package/json-schema/data/DataEngineFindRequest.json +133 -0
- package/json-schema/data/DataEngineInsertOptions.json +17 -0
- package/json-schema/data/DataEngineInsertRequest.json +50 -0
- package/json-schema/data/DataEngineQueryOptions.json +116 -0
- package/json-schema/data/DataEngineRequest.json +1372 -0
- package/json-schema/data/DataEngineSort.json +54 -0
- package/json-schema/data/DataEngineUpdateOptions.json +56 -0
- package/json-schema/data/DataEngineUpdateRequest.json +81 -0
- package/json-schema/data/DataEngineVectorFindRequest.json +74 -0
- package/json-schema/data/DataQualityRules.json +45 -0
- package/json-schema/data/DataTypeMapping.json +51 -0
- package/json-schema/data/Document.json +292 -0
- package/json-schema/data/DocumentTemplate.json +78 -0
- package/json-schema/data/DocumentValidationSchema.json +39 -0
- package/json-schema/data/DocumentVersion.json +50 -0
- package/json-schema/data/DriverCapabilities.json +180 -0
- package/json-schema/data/DriverConfig.json +243 -0
- package/json-schema/data/DriverInterface.json +199 -0
- package/json-schema/data/ESignatureConfig.json +74 -0
- package/json-schema/data/ExternalDataSource.json +68 -0
- package/json-schema/data/ExternalFieldMapping.json +151 -0
- package/json-schema/data/ExternalLookup.json +327 -0
- package/json-schema/data/Field.json +435 -1
- package/json-schema/data/FieldMapping.json +83 -0
- package/json-schema/data/FileAttachmentConfig.json +219 -0
- package/json-schema/data/FullTextSearch.json +60 -0
- package/json-schema/data/Index.json +14 -7
- package/json-schema/data/JoinNode.json +55 -0
- package/json-schema/data/Mapping.json +639 -0
- package/json-schema/data/NoSQLDataTypeMapping.json +63 -0
- package/json-schema/data/NoSQLDatabaseType.json +19 -0
- package/json-schema/data/NoSQLDriverConfig.json +452 -0
- package/json-schema/data/NoSQLIndex.json +87 -0
- package/json-schema/data/NoSQLIndexType.json +19 -0
- package/json-schema/data/NoSQLOperationType.json +22 -0
- package/json-schema/data/NoSQLQueryOptions.json +61 -0
- package/json-schema/data/NoSQLTransactionOptions.json +47 -0
- package/json-schema/data/Object.json +610 -9
- package/json-schema/data/PartitioningConfig.json +38 -0
- package/json-schema/data/PoolConfig.json +36 -0
- package/json-schema/data/Query.json +55 -0
- package/json-schema/data/ReplicationConfig.json +46 -0
- package/json-schema/data/SQLDialect.json +17 -0
- package/json-schema/data/SQLDriverConfig.json +325 -0
- package/json-schema/data/SSLConfig.json +29 -0
- package/json-schema/data/ShardingConfig.json +35 -0
- package/json-schema/data/SoftDeleteConfig.json +29 -0
- package/json-schema/data/TenancyConfig.json +39 -0
- package/json-schema/data/TransformType.json +18 -0
- package/json-schema/data/VersioningConfig.json +39 -0
- package/json-schema/hub/ComposerResponse.json +405 -0
- package/json-schema/hub/PluginInstallConfig.json +53 -0
- package/json-schema/hub/PluginQualityMetrics.json +101 -0
- package/json-schema/hub/PluginRegistryEntry.json +833 -0
- package/json-schema/hub/PluginSearchFilters.json +91 -0
- package/json-schema/hub/PluginStatistics.json +84 -0
- package/json-schema/hub/PluginVendor.json +47 -0
- package/json-schema/integration/AckMode.json +15 -0
- package/json-schema/integration/ApiVersionConfig.json +32 -0
- package/json-schema/integration/Authentication.json +269 -0
- package/json-schema/integration/CdcConfig.json +55 -0
- package/json-schema/integration/ConflictResolution.json +16 -0
- package/json-schema/integration/Connector.json +919 -0
- package/json-schema/integration/ConnectorStatus.json +16 -0
- package/json-schema/integration/ConnectorType.json +18 -0
- package/json-schema/integration/ConsumerConfig.json +67 -0
- package/json-schema/integration/DataSyncConfig.json +79 -0
- package/json-schema/integration/DatabaseConnector.json +1372 -0
- package/json-schema/integration/DatabasePoolConfig.json +53 -0
- package/json-schema/integration/DatabaseProvider.json +24 -0
- package/json-schema/integration/DatabaseTable.json +216 -0
- package/json-schema/integration/DeliveryGuarantee.json +15 -0
- package/json-schema/integration/DlqConfig.json +37 -0
- package/json-schema/integration/FieldMapping.json +170 -0
- package/json-schema/integration/FieldTransform.json +36 -0
- package/json-schema/integration/FileAccessPattern.json +17 -0
- package/json-schema/integration/FileFilterConfig.json +50 -0
- package/json-schema/integration/FileMetadataConfig.json +41 -0
- package/json-schema/integration/FileStorageConnector.json +1240 -0
- package/json-schema/integration/FileStorageProvider.json +23 -0
- package/json-schema/integration/FileVersioningConfig.json +28 -0
- package/json-schema/integration/MessageFormat.json +18 -0
- package/json-schema/integration/MessageQueueConnector.json +1325 -0
- package/json-schema/integration/MessageQueueProvider.json +25 -0
- package/json-schema/integration/MultipartUploadConfig.json +36 -0
- package/json-schema/integration/ProducerConfig.json +72 -0
- package/json-schema/integration/RateLimitConfig.json +69 -0
- package/json-schema/integration/RateLimitStrategy.json +16 -0
- package/json-schema/integration/RetryConfig.json +73 -0
- package/json-schema/integration/RetryStrategy.json +16 -0
- package/json-schema/integration/SaasConnector.json +1267 -0
- package/json-schema/integration/SaasObjectType.json +218 -0
- package/json-schema/integration/SaasProvider.json +24 -0
- package/json-schema/integration/SslConfig.json +34 -0
- package/json-schema/integration/StorageBucket.json +99 -0
- package/json-schema/integration/SyncStrategy.json +16 -0
- package/json-schema/integration/TopicQueue.json +252 -0
- package/json-schema/integration/WebhookConfig.json +201 -0
- package/json-schema/integration/WebhookEvent.json +20 -0
- package/json-schema/integration/WebhookSignatureAlgorithm.json +15 -0
- package/json-schema/permission/PermissionSet.json +80 -0
- package/json-schema/shared/CorsConfig.json +57 -0
- package/json-schema/shared/FieldMapping.json +142 -0
- package/json-schema/shared/HttpMethod.json +18 -0
- package/json-schema/shared/RateLimitConfig.json +27 -0
- package/json-schema/shared/StaticMount.json +28 -0
- package/json-schema/shared/TransformType.json +120 -0
- package/json-schema/system/AccessControlConfig.json +106 -0
- package/json-schema/system/AnalyzerConfig.json +41 -0
- package/json-schema/system/AuditLogConfig.json +48 -0
- package/json-schema/system/AwarenessEvent.json +51 -0
- package/json-schema/system/AwarenessSession.json +117 -0
- package/json-schema/system/AwarenessUpdate.json +35 -0
- package/json-schema/system/AwarenessUserState.json +77 -0
- package/json-schema/system/BatchProgress.json +72 -0
- package/json-schema/system/BatchTask.json +63 -0
- package/json-schema/system/BucketConfig.json +332 -0
- package/json-schema/system/CRDTMergeResult.json +295 -0
- package/json-schema/system/CRDTState.json +258 -0
- package/json-schema/system/CRDTType.json +20 -0
- package/json-schema/system/CacheConfig.json +121 -0
- package/json-schema/system/CacheInvalidation.json +43 -0
- package/json-schema/system/CacheStrategy.json +16 -0
- package/json-schema/system/CacheTier.json +52 -0
- package/json-schema/system/CapabilityConformanceLevel.json +16 -0
- package/json-schema/system/ChangeImpact.json +55 -0
- package/json-schema/system/ChangePriority.json +15 -0
- package/json-schema/system/ChangeRequest.json +313 -0
- package/json-schema/system/ChangeStatus.json +21 -0
- package/json-schema/system/ChangeType.json +15 -0
- package/json-schema/system/CollaborationMode.json +15 -0
- package/json-schema/system/CollaborationSession.json +575 -0
- package/json-schema/system/CollaborationSessionConfig.json +86 -0
- package/json-schema/system/CollaborativeCursor.json +189 -0
- package/json-schema/system/ComplianceConfig.json +202 -0
- package/json-schema/system/ConsoleDestinationConfig.json +29 -0
- package/json-schema/system/ConsumerConfig.json +34 -0
- package/json-schema/system/CounterOperation.json +30 -0
- package/json-schema/system/CursorColorPreset.json +21 -0
- package/json-schema/system/CursorSelection.json +66 -0
- package/json-schema/system/CursorStyle.json +59 -0
- package/json-schema/system/CursorUpdate.json +101 -0
- package/json-schema/system/DeadLetterQueue.json +26 -0
- package/json-schema/system/DeadLetterQueueEntry.json +137 -0
- package/json-schema/system/EmailTemplate.json +69 -0
- package/json-schema/system/EncryptionAlgorithm.json +14 -0
- package/json-schema/system/EncryptionConfig.json +93 -0
- package/json-schema/system/Event.json +24 -0
- package/json-schema/system/EventBusConfig.json +552 -0
- package/json-schema/system/EventHandler.json +34 -0
- package/json-schema/system/EventLogEntry.json +153 -0
- package/json-schema/system/EventMessageQueueConfig.json +79 -0
- package/json-schema/system/EventMetadata.json +20 -0
- package/json-schema/system/EventPersistence.json +11 -0
- package/json-schema/system/EventPhase.json +15 -0
- package/json-schema/system/EventPriority.json +16 -0
- package/json-schema/system/EventQueueConfig.json +67 -0
- package/json-schema/system/EventReplayConfig.json +50 -0
- package/json-schema/system/EventSourcingConfig.json +65 -0
- package/json-schema/system/EventTypeDefinition.json +45 -0
- package/json-schema/system/EventWebhookConfig.json +119 -0
- package/json-schema/system/ExtendedLogLevel.json +18 -0
- package/json-schema/system/ExtensionPoint.json +67 -0
- package/json-schema/system/ExternalServiceDestinationConfig.json +51 -0
- package/json-schema/system/FacetConfig.json +30 -0
- package/json-schema/system/FieldEncryption.json +110 -0
- package/json-schema/system/FileDestinationConfig.json +56 -0
- package/json-schema/system/FileMetadata.json +14 -7
- package/json-schema/system/GCounter.json +28 -0
- package/json-schema/system/GDPRConfig.json +71 -0
- package/json-schema/system/HIPAAConfig.json +45 -0
- package/json-schema/system/HealthStatus.json +33 -0
- package/json-schema/system/HistogramBucketConfig.json +92 -0
- package/json-schema/system/HookRegisteredEvent.json +30 -0
- package/json-schema/system/HookTriggeredEvent.json +34 -0
- package/json-schema/system/HttpDestinationConfig.json +111 -0
- package/json-schema/system/HttpServerConfig.json +156 -0
- package/json-schema/system/InAppNotification.json +48 -0
- package/json-schema/system/KernelEventBase.json +19 -0
- package/json-schema/system/KernelReadyEvent.json +29 -0
- package/json-schema/system/KernelShutdownEvent.json +23 -0
- package/json-schema/system/KeyManagementProvider.json +16 -0
- package/json-schema/system/KeyRotationPolicy.json +29 -0
- package/json-schema/system/LWWRegister.json +51 -0
- package/json-schema/system/LifecycleAction.json +15 -0
- package/json-schema/system/LifecyclePolicyConfig.json +84 -0
- package/json-schema/system/LifecyclePolicyRule.json +68 -0
- package/json-schema/system/LogDestination.json +295 -0
- package/json-schema/system/LogDestinationType.json +26 -0
- package/json-schema/system/LogEnrichmentConfig.json +59 -0
- package/json-schema/system/LoggerConfig.json +4 -0
- package/json-schema/system/LoggingConfig.json +613 -0
- package/json-schema/system/Manifest.json +405 -0
- package/json-schema/system/MaskingConfig.json +77 -0
- package/json-schema/system/MaskingRule.json +57 -0
- package/json-schema/system/MaskingStrategy.json +18 -0
- package/json-schema/system/MessageQueueConfig.json +143 -0
- package/json-schema/system/MessageQueueProvider.json +17 -0
- package/json-schema/system/MetadataCollectionInfo.json +53 -0
- package/json-schema/system/MetadataExportOptions.json +49 -0
- package/json-schema/system/MetadataFormat.json +15 -0
- package/json-schema/system/MetadataImportOptions.json +42 -0
- package/json-schema/system/MetadataLoadOptions.json +52 -0
- package/json-schema/system/MetadataLoadResult.json +86 -0
- package/json-schema/system/MetadataLoaderContract.json +48 -0
- package/json-schema/system/MetadataManagerConfig.json +108 -0
- package/json-schema/system/MetadataSaveOptions.json +64 -0
- package/json-schema/system/MetadataSaveResult.json +42 -0
- package/json-schema/system/MetadataStats.json +51 -0
- package/json-schema/system/MetadataWatchEvent.json +48 -0
- package/json-schema/system/MetricAggregationConfig.json +69 -0
- package/json-schema/system/MetricAggregationType.json +25 -0
- package/json-schema/system/MetricDataPoint.json +135 -0
- package/json-schema/system/MetricDefinition.json +193 -0
- package/json-schema/system/MetricExportConfig.json +93 -0
- package/json-schema/system/MetricLabels.json +13 -0
- package/json-schema/system/MetricType.json +16 -0
- package/json-schema/system/MetricUnit.json +32 -0
- package/json-schema/system/MetricsConfig.json +718 -0
- package/json-schema/system/MiddlewareConfig.json +70 -0
- package/json-schema/system/MiddlewareType.json +18 -0
- package/json-schema/system/MultipartUploadConfig.json +49 -0
- package/json-schema/system/NotificationChannel.json +18 -0
- package/json-schema/system/NotificationConfig.json +343 -0
- package/json-schema/system/ORSet.json +57 -0
- package/json-schema/system/ORSetElement.json +39 -0
- package/json-schema/system/OTComponent.json +76 -0
- package/json-schema/system/OTOperation.json +128 -0
- package/json-schema/system/OTOperationType.json +14 -0
- package/json-schema/system/OTTransformResult.json +150 -0
- package/json-schema/system/ObjectMetadata.json +90 -0
- package/json-schema/system/ObjectStorageConfig.json +475 -0
- package/json-schema/system/OpenTelemetryCompatibility.json +196 -0
- package/json-schema/system/OtelExporterType.json +22 -0
- package/json-schema/system/PCIDSSConfig.json +47 -0
- package/json-schema/system/PNCounter.json +37 -0
- package/json-schema/system/PluginCapability.json +127 -0
- package/json-schema/system/PluginCapabilityManifest.json +410 -0
- package/json-schema/system/PluginDependency.json +39 -0
- package/json-schema/system/PluginErrorEvent.json +46 -0
- package/json-schema/system/PluginEventBase.json +24 -0
- package/json-schema/system/PluginInterface.json +141 -0
- package/json-schema/system/PluginLifecycleEventType.json +31 -0
- package/json-schema/system/PluginLifecyclePhaseEvent.json +38 -0
- package/json-schema/system/PluginMetadata.json +37 -0
- package/json-schema/system/PluginRegisteredEvent.json +28 -0
- package/json-schema/system/PluginStartupResult.json +73 -0
- package/json-schema/system/PresignedUrlConfig.json +49 -0
- package/json-schema/system/ProtocolFeature.json +34 -0
- package/json-schema/system/ProtocolReference.json +56 -0
- package/json-schema/system/ProtocolVersion.json +30 -0
- package/json-schema/system/PushNotification.json +60 -0
- package/json-schema/system/QueueConfig.json +133 -0
- package/json-schema/system/RealTimeNotificationConfig.json +85 -0
- package/json-schema/system/RollbackPlan.json +51 -0
- package/json-schema/system/RouteHandlerMetadata.json +85 -0
- package/json-schema/system/SMSTemplate.json +36 -0
- package/json-schema/system/SamplingDecision.json +15 -0
- package/json-schema/system/SamplingStrategyType.json +20 -0
- package/json-schema/system/ScopeConfig.json +28 -0
- package/json-schema/system/ScopeInfo.json +39 -0
- package/json-schema/system/SearchConfig.json +195 -0
- package/json-schema/system/SearchIndexConfig.json +78 -0
- package/json-schema/system/SearchProvider.json +16 -0
- package/json-schema/system/ServerCapabilities.json +63 -0
- package/json-schema/system/ServerEvent.json +39 -0
- package/json-schema/system/ServerEventType.json +18 -0
- package/json-schema/system/ServerStatus.json +93 -0
- package/json-schema/system/ServiceFactoryRegistration.json +44 -0
- package/json-schema/system/ServiceLevelIndicator.json +105 -0
- package/json-schema/system/ServiceLevelObjective.json +170 -0
- package/json-schema/system/ServiceMetadata.json +43 -0
- package/json-schema/system/ServiceRegisteredEvent.json +28 -0
- package/json-schema/system/ServiceRegistryConfig.json +39 -0
- package/json-schema/system/ServiceScopeType.json +15 -0
- package/json-schema/system/ServiceUnregisteredEvent.json +24 -0
- package/json-schema/system/Span.json +387 -0
- package/json-schema/system/SpanAttributeValue.json +38 -0
- package/json-schema/system/SpanAttributes.json +42 -0
- package/json-schema/system/SpanEvent.json +62 -0
- package/json-schema/system/SpanKind.json +17 -0
- package/json-schema/system/SpanLink.json +110 -0
- package/json-schema/system/SpanStatus.json +15 -0
- package/json-schema/system/StartupOptions.json +36 -0
- package/json-schema/system/StartupOrchestrationResult.json +104 -0
- package/json-schema/system/StorageAcl.json +18 -0
- package/json-schema/system/StorageClass.json +17 -0
- package/json-schema/system/StorageConnection.json +62 -0
- package/json-schema/system/StorageProvider.json +21 -0
- package/json-schema/system/StorageScope.json +5 -1
- package/json-schema/system/StructuredLogEntry.json +191 -0
- package/json-schema/system/Task.json +145 -0
- package/json-schema/system/TaskExecutionResult.json +85 -0
- package/json-schema/system/TaskPriority.json +16 -0
- package/json-schema/system/TaskRetryPolicy.json +46 -0
- package/json-schema/system/TaskStatus.json +19 -0
- package/json-schema/system/TextCRDTOperation.json +52 -0
- package/json-schema/system/TextCRDTState.json +105 -0
- package/json-schema/system/TimeSeries.json +69 -0
- package/json-schema/system/TimeSeriesDataPoint.json +33 -0
- package/json-schema/system/TopicConfig.json +39 -0
- package/json-schema/system/TraceContext.json +64 -0
- package/json-schema/system/TraceContextPropagation.json +79 -0
- package/json-schema/system/TraceFlags.json +12 -0
- package/json-schema/system/TracePropagationFormat.json +19 -0
- package/json-schema/system/TraceSamplingConfig.json +186 -0
- package/json-schema/system/TraceState.json +23 -0
- package/json-schema/system/TracingConfig.json +536 -0
- package/json-schema/system/UserActivityStatus.json +15 -0
- package/json-schema/system/ValidationError.json +28 -0
- package/json-schema/system/ValidationResult.json +71 -0
- package/json-schema/system/ValidationWarning.json +28 -0
- package/json-schema/system/VectorClock.json +23 -0
- package/json-schema/system/WorkerConfig.json +188 -0
- package/json-schema/system/WorkerStats.json +90 -0
- package/json-schema/ui/ChartConfig.json +74 -0
- package/json-schema/ui/ChartType.json +21 -8
- package/json-schema/ui/Dashboard.json +90 -8
- package/json-schema/ui/DashboardWidget.json +90 -8
- package/json-schema/ui/FieldWidgetProps.json +435 -1
- package/json-schema/ui/Page.json +1 -1
- package/json-schema/ui/PageComponent.json +1 -1
- package/json-schema/ui/PageRegion.json +1 -1
- package/json-schema/ui/Report.json +48 -5
- package/json-schema/ui/ReportChart.json +48 -5
- package/package.json +13 -1
- package/dist/api/protocol.d.ts +0 -65
- package/dist/api/protocol.d.ts.map +0 -1
- package/dist/api/protocol.js +0 -8
- package/dist/automation/connector.zod.d.ts.map +0 -1
- package/dist/system/data-engine.zod.d.ts +0 -59
- package/dist/system/data-engine.zod.d.ts.map +0 -1
- package/dist/system/data-engine.zod.js +0 -38
- package/dist/system/driver/mongo.zod.d.ts +0 -107
- package/dist/system/driver/mongo.zod.d.ts.map +0 -1
- package/dist/system/driver/mongo.zod.js +0 -80
- package/dist/system/driver/postgres.zod.d.ts.map +0 -1
- package/dist/system/driver.zod.d.ts.map +0 -1
- package/dist/system/logger.zod.d.ts +0 -111
- package/dist/system/logger.zod.d.ts.map +0 -1
- package/dist/system/logger.zod.js +0 -75
- package/dist/system/scoped-storage.zod.d.ts +0 -81
- package/dist/system/scoped-storage.zod.d.ts.map +0 -1
- package/dist/system/scoped-storage.zod.js +0 -66
- package/dist/ui/block.zod.d.ts +0 -265
- package/dist/ui/block.zod.d.ts.map +0 -1
- package/dist/ui/block.zod.js +0 -90
- package/json-schema/automation/FieldMapping.json +0 -36
- package/json-schema/system/DataEngineFilter.json +0 -11
- package/json-schema/system/DataEngineQueryOptions.json +0 -48
- package/json-schema/system/DriverCapabilities.json +0 -79
- package/json-schema/system/DriverInterface.json +0 -98
- package/json-schema/system/MongoConfig.json +0 -82
- package/json-schema/system/PostgresConfig.json +0 -98
- package/json-schema/system/ScopedStorageConfig.json +0 -54
- package/json-schema/system/StorageAdapterType.json +0 -17
- /package/dist/{system → data}/driver/postgres.zod.js +0 -0
- /package/json-schema/{system → data}/DriverOptions.json +0 -0
package/dist/auth/scim.zod.d.ts
CHANGED
|
@@ -189,8 +189,8 @@ export declare const SCIMEmailSchema: z.ZodObject<{
|
|
|
189
189
|
}, {
|
|
190
190
|
value: string;
|
|
191
191
|
type?: "home" | "work" | "other" | undefined;
|
|
192
|
-
display?: string | undefined;
|
|
193
192
|
primary?: boolean | undefined;
|
|
193
|
+
display?: string | undefined;
|
|
194
194
|
}>;
|
|
195
195
|
export type SCIMEmail = z.infer<typeof SCIMEmailSchema>;
|
|
196
196
|
/**
|
|
@@ -223,8 +223,8 @@ export declare const SCIMPhoneNumberSchema: z.ZodObject<{
|
|
|
223
223
|
}, {
|
|
224
224
|
value: string;
|
|
225
225
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
226
|
-
display?: string | undefined;
|
|
227
226
|
primary?: boolean | undefined;
|
|
227
|
+
display?: string | undefined;
|
|
228
228
|
}>;
|
|
229
229
|
export type SCIMPhoneNumber = z.infer<typeof SCIMPhoneNumberSchema>;
|
|
230
230
|
/**
|
|
@@ -524,8 +524,8 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
524
524
|
}, {
|
|
525
525
|
value: string;
|
|
526
526
|
type?: "home" | "work" | "other" | undefined;
|
|
527
|
-
display?: string | undefined;
|
|
528
527
|
primary?: boolean | undefined;
|
|
528
|
+
display?: string | undefined;
|
|
529
529
|
}>, "many">>;
|
|
530
530
|
/**
|
|
531
531
|
* Phone numbers (multi-valued)
|
|
@@ -556,8 +556,8 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
556
556
|
}, {
|
|
557
557
|
value: string;
|
|
558
558
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
559
|
-
display?: string | undefined;
|
|
560
559
|
primary?: boolean | undefined;
|
|
560
|
+
display?: string | undefined;
|
|
561
561
|
}>, "many">>;
|
|
562
562
|
/**
|
|
563
563
|
* Instant messaging addresses
|
|
@@ -831,8 +831,13 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
831
831
|
}>>;
|
|
832
832
|
}, "strip", z.ZodTypeAny, {
|
|
833
833
|
active: boolean;
|
|
834
|
-
schemas: string[];
|
|
835
834
|
userName: string;
|
|
835
|
+
schemas: string[];
|
|
836
|
+
roles?: {
|
|
837
|
+
value: string;
|
|
838
|
+
type?: string | undefined;
|
|
839
|
+
primary?: boolean | undefined;
|
|
840
|
+
}[] | undefined;
|
|
836
841
|
password?: string | undefined;
|
|
837
842
|
name?: {
|
|
838
843
|
formatted?: string | undefined;
|
|
@@ -844,18 +849,13 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
844
849
|
} | undefined;
|
|
845
850
|
externalId?: string | undefined;
|
|
846
851
|
id?: string | undefined;
|
|
847
|
-
|
|
848
|
-
value: string;
|
|
849
|
-
type?: string | undefined;
|
|
850
|
-
primary?: boolean | undefined;
|
|
851
|
-
}[] | undefined;
|
|
852
|
+
title?: string | undefined;
|
|
852
853
|
groups?: {
|
|
853
854
|
value: string;
|
|
854
855
|
type?: "indirect" | "direct" | undefined;
|
|
855
856
|
display?: string | undefined;
|
|
856
857
|
$ref?: string | undefined;
|
|
857
858
|
}[] | undefined;
|
|
858
|
-
title?: string | undefined;
|
|
859
859
|
timezone?: string | undefined;
|
|
860
860
|
locale?: string | undefined;
|
|
861
861
|
displayName?: string | undefined;
|
|
@@ -926,6 +926,11 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
926
|
} | undefined;
|
|
927
927
|
}, {
|
|
928
928
|
userName: string;
|
|
929
|
+
roles?: {
|
|
930
|
+
value: string;
|
|
931
|
+
type?: string | undefined;
|
|
932
|
+
primary?: boolean | undefined;
|
|
933
|
+
}[] | undefined;
|
|
929
934
|
password?: string | undefined;
|
|
930
935
|
name?: {
|
|
931
936
|
formatted?: string | undefined;
|
|
@@ -938,18 +943,13 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
938
943
|
externalId?: string | undefined;
|
|
939
944
|
active?: boolean | undefined;
|
|
940
945
|
id?: string | undefined;
|
|
941
|
-
|
|
942
|
-
value: string;
|
|
943
|
-
type?: string | undefined;
|
|
944
|
-
primary?: boolean | undefined;
|
|
945
|
-
}[] | undefined;
|
|
946
|
+
title?: string | undefined;
|
|
946
947
|
groups?: {
|
|
947
948
|
value: string;
|
|
948
949
|
type?: "indirect" | "direct" | undefined;
|
|
949
950
|
display?: string | undefined;
|
|
950
951
|
$ref?: string | undefined;
|
|
951
952
|
}[] | undefined;
|
|
952
|
-
title?: string | undefined;
|
|
953
953
|
timezone?: string | undefined;
|
|
954
954
|
locale?: string | undefined;
|
|
955
955
|
displayName?: string | undefined;
|
|
@@ -973,14 +973,14 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
973
973
|
emails?: {
|
|
974
974
|
value: string;
|
|
975
975
|
type?: "home" | "work" | "other" | undefined;
|
|
976
|
-
display?: string | undefined;
|
|
977
976
|
primary?: boolean | undefined;
|
|
977
|
+
display?: string | undefined;
|
|
978
978
|
}[] | undefined;
|
|
979
979
|
phoneNumbers?: {
|
|
980
980
|
value: string;
|
|
981
981
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
982
|
-
display?: string | undefined;
|
|
983
982
|
primary?: boolean | undefined;
|
|
983
|
+
display?: string | undefined;
|
|
984
984
|
}[] | undefined;
|
|
985
985
|
ims?: {
|
|
986
986
|
value: string;
|
|
@@ -1021,8 +1021,13 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1021
1021
|
} | undefined;
|
|
1022
1022
|
}>, {
|
|
1023
1023
|
active: boolean;
|
|
1024
|
-
schemas: string[];
|
|
1025
1024
|
userName: string;
|
|
1025
|
+
schemas: string[];
|
|
1026
|
+
roles?: {
|
|
1027
|
+
value: string;
|
|
1028
|
+
type?: string | undefined;
|
|
1029
|
+
primary?: boolean | undefined;
|
|
1030
|
+
}[] | undefined;
|
|
1026
1031
|
password?: string | undefined;
|
|
1027
1032
|
name?: {
|
|
1028
1033
|
formatted?: string | undefined;
|
|
@@ -1034,18 +1039,13 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1034
1039
|
} | undefined;
|
|
1035
1040
|
externalId?: string | undefined;
|
|
1036
1041
|
id?: string | undefined;
|
|
1037
|
-
|
|
1038
|
-
value: string;
|
|
1039
|
-
type?: string | undefined;
|
|
1040
|
-
primary?: boolean | undefined;
|
|
1041
|
-
}[] | undefined;
|
|
1042
|
+
title?: string | undefined;
|
|
1042
1043
|
groups?: {
|
|
1043
1044
|
value: string;
|
|
1044
1045
|
type?: "indirect" | "direct" | undefined;
|
|
1045
1046
|
display?: string | undefined;
|
|
1046
1047
|
$ref?: string | undefined;
|
|
1047
1048
|
}[] | undefined;
|
|
1048
|
-
title?: string | undefined;
|
|
1049
1049
|
timezone?: string | undefined;
|
|
1050
1050
|
locale?: string | undefined;
|
|
1051
1051
|
displayName?: string | undefined;
|
|
@@ -1116,6 +1116,11 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1116
1116
|
} | undefined;
|
|
1117
1117
|
}, {
|
|
1118
1118
|
userName: string;
|
|
1119
|
+
roles?: {
|
|
1120
|
+
value: string;
|
|
1121
|
+
type?: string | undefined;
|
|
1122
|
+
primary?: boolean | undefined;
|
|
1123
|
+
}[] | undefined;
|
|
1119
1124
|
password?: string | undefined;
|
|
1120
1125
|
name?: {
|
|
1121
1126
|
formatted?: string | undefined;
|
|
@@ -1128,18 +1133,13 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1128
1133
|
externalId?: string | undefined;
|
|
1129
1134
|
active?: boolean | undefined;
|
|
1130
1135
|
id?: string | undefined;
|
|
1131
|
-
|
|
1132
|
-
value: string;
|
|
1133
|
-
type?: string | undefined;
|
|
1134
|
-
primary?: boolean | undefined;
|
|
1135
|
-
}[] | undefined;
|
|
1136
|
+
title?: string | undefined;
|
|
1136
1137
|
groups?: {
|
|
1137
1138
|
value: string;
|
|
1138
1139
|
type?: "indirect" | "direct" | undefined;
|
|
1139
1140
|
display?: string | undefined;
|
|
1140
1141
|
$ref?: string | undefined;
|
|
1141
1142
|
}[] | undefined;
|
|
1142
|
-
title?: string | undefined;
|
|
1143
1143
|
timezone?: string | undefined;
|
|
1144
1144
|
locale?: string | undefined;
|
|
1145
1145
|
displayName?: string | undefined;
|
|
@@ -1163,14 +1163,14 @@ export declare const SCIMUserSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1163
1163
|
emails?: {
|
|
1164
1164
|
value: string;
|
|
1165
1165
|
type?: "home" | "work" | "other" | undefined;
|
|
1166
|
-
display?: string | undefined;
|
|
1167
1166
|
primary?: boolean | undefined;
|
|
1167
|
+
display?: string | undefined;
|
|
1168
1168
|
}[] | undefined;
|
|
1169
1169
|
phoneNumbers?: {
|
|
1170
1170
|
value: string;
|
|
1171
1171
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
1172
|
-
display?: string | undefined;
|
|
1173
1172
|
primary?: boolean | undefined;
|
|
1173
|
+
display?: string | undefined;
|
|
1174
1174
|
}[] | undefined;
|
|
1175
1175
|
ims?: {
|
|
1176
1176
|
value: string;
|
|
@@ -1539,8 +1539,8 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1539
1539
|
}, {
|
|
1540
1540
|
value: string;
|
|
1541
1541
|
type?: "home" | "work" | "other" | undefined;
|
|
1542
|
-
display?: string | undefined;
|
|
1543
1542
|
primary?: boolean | undefined;
|
|
1543
|
+
display?: string | undefined;
|
|
1544
1544
|
}>, "many">>;
|
|
1545
1545
|
/**
|
|
1546
1546
|
* Phone numbers (multi-valued)
|
|
@@ -1571,8 +1571,8 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1571
1571
|
}, {
|
|
1572
1572
|
value: string;
|
|
1573
1573
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
1574
|
-
display?: string | undefined;
|
|
1575
1574
|
primary?: boolean | undefined;
|
|
1575
|
+
display?: string | undefined;
|
|
1576
1576
|
}>, "many">>;
|
|
1577
1577
|
/**
|
|
1578
1578
|
* Instant messaging addresses
|
|
@@ -1846,8 +1846,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1846
1846
|
}>>;
|
|
1847
1847
|
}, "strip", z.ZodTypeAny, {
|
|
1848
1848
|
active: boolean;
|
|
1849
|
-
schemas: string[];
|
|
1850
1849
|
userName: string;
|
|
1850
|
+
schemas: string[];
|
|
1851
|
+
roles?: {
|
|
1852
|
+
value: string;
|
|
1853
|
+
type?: string | undefined;
|
|
1854
|
+
primary?: boolean | undefined;
|
|
1855
|
+
}[] | undefined;
|
|
1851
1856
|
password?: string | undefined;
|
|
1852
1857
|
name?: {
|
|
1853
1858
|
formatted?: string | undefined;
|
|
@@ -1859,18 +1864,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1859
1864
|
} | undefined;
|
|
1860
1865
|
externalId?: string | undefined;
|
|
1861
1866
|
id?: string | undefined;
|
|
1862
|
-
|
|
1863
|
-
value: string;
|
|
1864
|
-
type?: string | undefined;
|
|
1865
|
-
primary?: boolean | undefined;
|
|
1866
|
-
}[] | undefined;
|
|
1867
|
+
title?: string | undefined;
|
|
1867
1868
|
groups?: {
|
|
1868
1869
|
value: string;
|
|
1869
1870
|
type?: "indirect" | "direct" | undefined;
|
|
1870
1871
|
display?: string | undefined;
|
|
1871
1872
|
$ref?: string | undefined;
|
|
1872
1873
|
}[] | undefined;
|
|
1873
|
-
title?: string | undefined;
|
|
1874
1874
|
timezone?: string | undefined;
|
|
1875
1875
|
locale?: string | undefined;
|
|
1876
1876
|
displayName?: string | undefined;
|
|
@@ -1941,6 +1941,11 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1941
1941
|
} | undefined;
|
|
1942
1942
|
}, {
|
|
1943
1943
|
userName: string;
|
|
1944
|
+
roles?: {
|
|
1945
|
+
value: string;
|
|
1946
|
+
type?: string | undefined;
|
|
1947
|
+
primary?: boolean | undefined;
|
|
1948
|
+
}[] | undefined;
|
|
1944
1949
|
password?: string | undefined;
|
|
1945
1950
|
name?: {
|
|
1946
1951
|
formatted?: string | undefined;
|
|
@@ -1953,18 +1958,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1953
1958
|
externalId?: string | undefined;
|
|
1954
1959
|
active?: boolean | undefined;
|
|
1955
1960
|
id?: string | undefined;
|
|
1956
|
-
|
|
1957
|
-
value: string;
|
|
1958
|
-
type?: string | undefined;
|
|
1959
|
-
primary?: boolean | undefined;
|
|
1960
|
-
}[] | undefined;
|
|
1961
|
+
title?: string | undefined;
|
|
1961
1962
|
groups?: {
|
|
1962
1963
|
value: string;
|
|
1963
1964
|
type?: "indirect" | "direct" | undefined;
|
|
1964
1965
|
display?: string | undefined;
|
|
1965
1966
|
$ref?: string | undefined;
|
|
1966
1967
|
}[] | undefined;
|
|
1967
|
-
title?: string | undefined;
|
|
1968
1968
|
timezone?: string | undefined;
|
|
1969
1969
|
locale?: string | undefined;
|
|
1970
1970
|
displayName?: string | undefined;
|
|
@@ -1988,14 +1988,14 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
1988
1988
|
emails?: {
|
|
1989
1989
|
value: string;
|
|
1990
1990
|
type?: "home" | "work" | "other" | undefined;
|
|
1991
|
-
display?: string | undefined;
|
|
1992
1991
|
primary?: boolean | undefined;
|
|
1992
|
+
display?: string | undefined;
|
|
1993
1993
|
}[] | undefined;
|
|
1994
1994
|
phoneNumbers?: {
|
|
1995
1995
|
value: string;
|
|
1996
1996
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
1997
|
-
display?: string | undefined;
|
|
1998
1997
|
primary?: boolean | undefined;
|
|
1998
|
+
display?: string | undefined;
|
|
1999
1999
|
}[] | undefined;
|
|
2000
2000
|
ims?: {
|
|
2001
2001
|
value: string;
|
|
@@ -2036,8 +2036,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2036
2036
|
} | undefined;
|
|
2037
2037
|
}>, {
|
|
2038
2038
|
active: boolean;
|
|
2039
|
-
schemas: string[];
|
|
2040
2039
|
userName: string;
|
|
2040
|
+
schemas: string[];
|
|
2041
|
+
roles?: {
|
|
2042
|
+
value: string;
|
|
2043
|
+
type?: string | undefined;
|
|
2044
|
+
primary?: boolean | undefined;
|
|
2045
|
+
}[] | undefined;
|
|
2041
2046
|
password?: string | undefined;
|
|
2042
2047
|
name?: {
|
|
2043
2048
|
formatted?: string | undefined;
|
|
@@ -2049,18 +2054,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2049
2054
|
} | undefined;
|
|
2050
2055
|
externalId?: string | undefined;
|
|
2051
2056
|
id?: string | undefined;
|
|
2052
|
-
|
|
2053
|
-
value: string;
|
|
2054
|
-
type?: string | undefined;
|
|
2055
|
-
primary?: boolean | undefined;
|
|
2056
|
-
}[] | undefined;
|
|
2057
|
+
title?: string | undefined;
|
|
2057
2058
|
groups?: {
|
|
2058
2059
|
value: string;
|
|
2059
2060
|
type?: "indirect" | "direct" | undefined;
|
|
2060
2061
|
display?: string | undefined;
|
|
2061
2062
|
$ref?: string | undefined;
|
|
2062
2063
|
}[] | undefined;
|
|
2063
|
-
title?: string | undefined;
|
|
2064
2064
|
timezone?: string | undefined;
|
|
2065
2065
|
locale?: string | undefined;
|
|
2066
2066
|
displayName?: string | undefined;
|
|
@@ -2131,6 +2131,11 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}, {
|
|
2133
2133
|
userName: string;
|
|
2134
|
+
roles?: {
|
|
2135
|
+
value: string;
|
|
2136
|
+
type?: string | undefined;
|
|
2137
|
+
primary?: boolean | undefined;
|
|
2138
|
+
}[] | undefined;
|
|
2134
2139
|
password?: string | undefined;
|
|
2135
2140
|
name?: {
|
|
2136
2141
|
formatted?: string | undefined;
|
|
@@ -2143,18 +2148,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2143
2148
|
externalId?: string | undefined;
|
|
2144
2149
|
active?: boolean | undefined;
|
|
2145
2150
|
id?: string | undefined;
|
|
2146
|
-
|
|
2147
|
-
value: string;
|
|
2148
|
-
type?: string | undefined;
|
|
2149
|
-
primary?: boolean | undefined;
|
|
2150
|
-
}[] | undefined;
|
|
2151
|
+
title?: string | undefined;
|
|
2151
2152
|
groups?: {
|
|
2152
2153
|
value: string;
|
|
2153
2154
|
type?: "indirect" | "direct" | undefined;
|
|
2154
2155
|
display?: string | undefined;
|
|
2155
2156
|
$ref?: string | undefined;
|
|
2156
2157
|
}[] | undefined;
|
|
2157
|
-
title?: string | undefined;
|
|
2158
2158
|
timezone?: string | undefined;
|
|
2159
2159
|
locale?: string | undefined;
|
|
2160
2160
|
displayName?: string | undefined;
|
|
@@ -2178,14 +2178,14 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2178
2178
|
emails?: {
|
|
2179
2179
|
value: string;
|
|
2180
2180
|
type?: "home" | "work" | "other" | undefined;
|
|
2181
|
-
display?: string | undefined;
|
|
2182
2181
|
primary?: boolean | undefined;
|
|
2182
|
+
display?: string | undefined;
|
|
2183
2183
|
}[] | undefined;
|
|
2184
2184
|
phoneNumbers?: {
|
|
2185
2185
|
value: string;
|
|
2186
2186
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
2187
|
-
display?: string | undefined;
|
|
2188
2187
|
primary?: boolean | undefined;
|
|
2188
|
+
display?: string | undefined;
|
|
2189
2189
|
}[] | undefined;
|
|
2190
2190
|
ims?: {
|
|
2191
2191
|
value: string;
|
|
@@ -2364,8 +2364,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2364
2364
|
totalResults: number;
|
|
2365
2365
|
Resources: (Record<string, any> | {
|
|
2366
2366
|
active: boolean;
|
|
2367
|
-
schemas: string[];
|
|
2368
2367
|
userName: string;
|
|
2368
|
+
schemas: string[];
|
|
2369
|
+
roles?: {
|
|
2370
|
+
value: string;
|
|
2371
|
+
type?: string | undefined;
|
|
2372
|
+
primary?: boolean | undefined;
|
|
2373
|
+
}[] | undefined;
|
|
2369
2374
|
password?: string | undefined;
|
|
2370
2375
|
name?: {
|
|
2371
2376
|
formatted?: string | undefined;
|
|
@@ -2377,18 +2382,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2377
2382
|
} | undefined;
|
|
2378
2383
|
externalId?: string | undefined;
|
|
2379
2384
|
id?: string | undefined;
|
|
2380
|
-
|
|
2381
|
-
value: string;
|
|
2382
|
-
type?: string | undefined;
|
|
2383
|
-
primary?: boolean | undefined;
|
|
2384
|
-
}[] | undefined;
|
|
2385
|
+
title?: string | undefined;
|
|
2385
2386
|
groups?: {
|
|
2386
2387
|
value: string;
|
|
2387
2388
|
type?: "indirect" | "direct" | undefined;
|
|
2388
2389
|
display?: string | undefined;
|
|
2389
2390
|
$ref?: string | undefined;
|
|
2390
2391
|
}[] | undefined;
|
|
2391
|
-
title?: string | undefined;
|
|
2392
2392
|
timezone?: string | undefined;
|
|
2393
2393
|
locale?: string | undefined;
|
|
2394
2394
|
displayName?: string | undefined;
|
|
@@ -2482,6 +2482,11 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2482
2482
|
totalResults: number;
|
|
2483
2483
|
Resources: (Record<string, any> | {
|
|
2484
2484
|
userName: string;
|
|
2485
|
+
roles?: {
|
|
2486
|
+
value: string;
|
|
2487
|
+
type?: string | undefined;
|
|
2488
|
+
primary?: boolean | undefined;
|
|
2489
|
+
}[] | undefined;
|
|
2485
2490
|
password?: string | undefined;
|
|
2486
2491
|
name?: {
|
|
2487
2492
|
formatted?: string | undefined;
|
|
@@ -2494,18 +2499,13 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2494
2499
|
externalId?: string | undefined;
|
|
2495
2500
|
active?: boolean | undefined;
|
|
2496
2501
|
id?: string | undefined;
|
|
2497
|
-
|
|
2498
|
-
value: string;
|
|
2499
|
-
type?: string | undefined;
|
|
2500
|
-
primary?: boolean | undefined;
|
|
2501
|
-
}[] | undefined;
|
|
2502
|
+
title?: string | undefined;
|
|
2502
2503
|
groups?: {
|
|
2503
2504
|
value: string;
|
|
2504
2505
|
type?: "indirect" | "direct" | undefined;
|
|
2505
2506
|
display?: string | undefined;
|
|
2506
2507
|
$ref?: string | undefined;
|
|
2507
2508
|
}[] | undefined;
|
|
2508
|
-
title?: string | undefined;
|
|
2509
2509
|
timezone?: string | undefined;
|
|
2510
2510
|
locale?: string | undefined;
|
|
2511
2511
|
displayName?: string | undefined;
|
|
@@ -2529,14 +2529,14 @@ export declare const SCIMListResponseSchema: z.ZodObject<{
|
|
|
2529
2529
|
emails?: {
|
|
2530
2530
|
value: string;
|
|
2531
2531
|
type?: "home" | "work" | "other" | undefined;
|
|
2532
|
-
display?: string | undefined;
|
|
2533
2532
|
primary?: boolean | undefined;
|
|
2533
|
+
display?: string | undefined;
|
|
2534
2534
|
}[] | undefined;
|
|
2535
2535
|
phoneNumbers?: {
|
|
2536
2536
|
value: string;
|
|
2537
2537
|
type?: "home" | "work" | "other" | "mobile" | "fax" | "pager" | undefined;
|
|
2538
|
-
display?: string | undefined;
|
|
2539
2538
|
primary?: boolean | undefined;
|
|
2539
|
+
display?: string | undefined;
|
|
2540
2540
|
}[] | undefined;
|
|
2541
2541
|
ims?: {
|
|
2542
2542
|
value: string;
|
|
@@ -2623,12 +2623,12 @@ export declare const SCIMErrorSchema: z.ZodObject<{
|
|
|
2623
2623
|
}, "strip", z.ZodTypeAny, {
|
|
2624
2624
|
status: number;
|
|
2625
2625
|
schemas: string[];
|
|
2626
|
-
scimType?: "
|
|
2626
|
+
scimType?: "uniqueness" | "invalidFilter" | "tooMany" | "mutability" | "invalidSyntax" | "invalidPath" | "noTarget" | "invalidValue" | "invalidVers" | "sensitive" | undefined;
|
|
2627
2627
|
detail?: string | undefined;
|
|
2628
2628
|
}, {
|
|
2629
2629
|
status: number;
|
|
2630
2630
|
schemas?: string[] | undefined;
|
|
2631
|
-
scimType?: "
|
|
2631
|
+
scimType?: "uniqueness" | "invalidFilter" | "tooMany" | "mutability" | "invalidSyntax" | "invalidPath" | "noTarget" | "invalidValue" | "invalidVers" | "sensitive" | undefined;
|
|
2632
2632
|
detail?: string | undefined;
|
|
2633
2633
|
}>;
|
|
2634
2634
|
export type SCIMError = z.infer<typeof SCIMErrorSchema>;
|
|
@@ -39,10 +39,10 @@ export declare const ApprovalStepSchema: z.ZodObject<{
|
|
|
39
39
|
value: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
value: string;
|
|
42
|
-
type: "field" | "
|
|
42
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
43
43
|
}, {
|
|
44
44
|
value: string;
|
|
45
|
-
type: "field" | "
|
|
45
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
46
46
|
}>, "many">;
|
|
47
47
|
/** Approval Logic */
|
|
48
48
|
behavior: z.ZodDefault<z.ZodEnum<["first_response", "unanimous"]>>;
|
|
@@ -80,7 +80,7 @@ export declare const ApprovalStepSchema: z.ZodObject<{
|
|
|
80
80
|
name: string;
|
|
81
81
|
approvers: {
|
|
82
82
|
value: string;
|
|
83
|
-
type: "field" | "
|
|
83
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
84
84
|
}[];
|
|
85
85
|
behavior: "first_response" | "unanimous";
|
|
86
86
|
rejectionBehavior: "reject_process" | "back_to_previous";
|
|
@@ -101,7 +101,7 @@ export declare const ApprovalStepSchema: z.ZodObject<{
|
|
|
101
101
|
name: string;
|
|
102
102
|
approvers: {
|
|
103
103
|
value: string;
|
|
104
|
-
type: "field" | "
|
|
104
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
105
105
|
}[];
|
|
106
106
|
description?: string | undefined;
|
|
107
107
|
entryCriteria?: string | undefined;
|
|
@@ -147,10 +147,10 @@ export declare const ApprovalProcessSchema: z.ZodObject<{
|
|
|
147
147
|
value: z.ZodString;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
value: string;
|
|
150
|
-
type: "field" | "
|
|
150
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
151
151
|
}, {
|
|
152
152
|
value: string;
|
|
153
|
-
type: "field" | "
|
|
153
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
154
154
|
}>, "many">;
|
|
155
155
|
/** Approval Logic */
|
|
156
156
|
behavior: z.ZodDefault<z.ZodEnum<["first_response", "unanimous"]>>;
|
|
@@ -188,7 +188,7 @@ export declare const ApprovalProcessSchema: z.ZodObject<{
|
|
|
188
188
|
name: string;
|
|
189
189
|
approvers: {
|
|
190
190
|
value: string;
|
|
191
|
-
type: "field" | "
|
|
191
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
192
192
|
}[];
|
|
193
193
|
behavior: "first_response" | "unanimous";
|
|
194
194
|
rejectionBehavior: "reject_process" | "back_to_previous";
|
|
@@ -209,7 +209,7 @@ export declare const ApprovalProcessSchema: z.ZodObject<{
|
|
|
209
209
|
name: string;
|
|
210
210
|
approvers: {
|
|
211
211
|
value: string;
|
|
212
|
-
type: "field" | "
|
|
212
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
213
213
|
}[];
|
|
214
214
|
description?: string | undefined;
|
|
215
215
|
entryCriteria?: string | undefined;
|
|
@@ -284,13 +284,12 @@ export declare const ApprovalProcessSchema: z.ZodObject<{
|
|
|
284
284
|
label: string;
|
|
285
285
|
name: string;
|
|
286
286
|
active: boolean;
|
|
287
|
-
lockRecord: boolean;
|
|
288
287
|
steps: {
|
|
289
288
|
label: string;
|
|
290
289
|
name: string;
|
|
291
290
|
approvers: {
|
|
292
291
|
value: string;
|
|
293
|
-
type: "field" | "
|
|
292
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
294
293
|
}[];
|
|
295
294
|
behavior: "first_response" | "unanimous";
|
|
296
295
|
rejectionBehavior: "reject_process" | "back_to_previous";
|
|
@@ -307,6 +306,7 @@ export declare const ApprovalProcessSchema: z.ZodObject<{
|
|
|
307
306
|
config: Record<string, any>;
|
|
308
307
|
}[] | undefined;
|
|
309
308
|
}[];
|
|
309
|
+
lockRecord: boolean;
|
|
310
310
|
description?: string | undefined;
|
|
311
311
|
entryCriteria?: string | undefined;
|
|
312
312
|
onSubmit?: {
|
|
@@ -338,7 +338,7 @@ export declare const ApprovalProcessSchema: z.ZodObject<{
|
|
|
338
338
|
name: string;
|
|
339
339
|
approvers: {
|
|
340
340
|
value: string;
|
|
341
|
-
type: "field" | "
|
|
341
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
342
342
|
}[];
|
|
343
343
|
description?: string | undefined;
|
|
344
344
|
entryCriteria?: string | undefined;
|
|
@@ -403,10 +403,10 @@ export declare const ApprovalProcess: z.ZodObject<{
|
|
|
403
403
|
value: z.ZodString;
|
|
404
404
|
}, "strip", z.ZodTypeAny, {
|
|
405
405
|
value: string;
|
|
406
|
-
type: "field" | "
|
|
406
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
407
407
|
}, {
|
|
408
408
|
value: string;
|
|
409
|
-
type: "field" | "
|
|
409
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
410
410
|
}>, "many">;
|
|
411
411
|
/** Approval Logic */
|
|
412
412
|
behavior: z.ZodDefault<z.ZodEnum<["first_response", "unanimous"]>>;
|
|
@@ -444,7 +444,7 @@ export declare const ApprovalProcess: z.ZodObject<{
|
|
|
444
444
|
name: string;
|
|
445
445
|
approvers: {
|
|
446
446
|
value: string;
|
|
447
|
-
type: "field" | "
|
|
447
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
448
448
|
}[];
|
|
449
449
|
behavior: "first_response" | "unanimous";
|
|
450
450
|
rejectionBehavior: "reject_process" | "back_to_previous";
|
|
@@ -465,7 +465,7 @@ export declare const ApprovalProcess: z.ZodObject<{
|
|
|
465
465
|
name: string;
|
|
466
466
|
approvers: {
|
|
467
467
|
value: string;
|
|
468
|
-
type: "field" | "
|
|
468
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
469
469
|
}[];
|
|
470
470
|
description?: string | undefined;
|
|
471
471
|
entryCriteria?: string | undefined;
|
|
@@ -540,13 +540,12 @@ export declare const ApprovalProcess: z.ZodObject<{
|
|
|
540
540
|
label: string;
|
|
541
541
|
name: string;
|
|
542
542
|
active: boolean;
|
|
543
|
-
lockRecord: boolean;
|
|
544
543
|
steps: {
|
|
545
544
|
label: string;
|
|
546
545
|
name: string;
|
|
547
546
|
approvers: {
|
|
548
547
|
value: string;
|
|
549
|
-
type: "field" | "
|
|
548
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
550
549
|
}[];
|
|
551
550
|
behavior: "first_response" | "unanimous";
|
|
552
551
|
rejectionBehavior: "reject_process" | "back_to_previous";
|
|
@@ -563,6 +562,7 @@ export declare const ApprovalProcess: z.ZodObject<{
|
|
|
563
562
|
config: Record<string, any>;
|
|
564
563
|
}[] | undefined;
|
|
565
564
|
}[];
|
|
565
|
+
lockRecord: boolean;
|
|
566
566
|
description?: string | undefined;
|
|
567
567
|
entryCriteria?: string | undefined;
|
|
568
568
|
onSubmit?: {
|
|
@@ -594,7 +594,7 @@ export declare const ApprovalProcess: z.ZodObject<{
|
|
|
594
594
|
name: string;
|
|
595
595
|
approvers: {
|
|
596
596
|
value: string;
|
|
597
|
-
type: "field" | "
|
|
597
|
+
type: "field" | "role" | "user" | "queue" | "manager";
|
|
598
598
|
}[];
|
|
599
599
|
description?: string | undefined;
|
|
600
600
|
entryCriteria?: string | undefined;
|