@objectstack/spec 0.9.2 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -370
- package/dist/ai/agent-action.zod.d.ts +3215 -624
- package/dist/ai/agent-action.zod.d.ts.map +1 -1
- package/dist/ai/agent-action.zod.js +45 -3
- package/dist/ai/agent.zod.d.ts +148 -36
- package/dist/ai/agent.zod.d.ts.map +1 -1
- package/dist/ai/agent.zod.js +24 -0
- package/dist/ai/conversation.zod.d.ts +1105 -149
- package/dist/ai/conversation.zod.d.ts.map +1 -1
- package/dist/ai/conversation.zod.js +40 -25
- package/dist/ai/cost.zod.d.ts +1714 -482
- package/dist/ai/cost.zod.d.ts.map +1 -1
- package/dist/ai/cost.zod.js +18 -20
- package/dist/ai/devops-agent.zod.d.ts +1761 -289
- package/dist/ai/devops-agent.zod.d.ts.map +1 -1
- package/dist/ai/devops-agent.zod.js +1 -0
- package/dist/ai/feedback-loop.zod.d.ts +28451 -2432
- package/dist/ai/feedback-loop.zod.d.ts.map +1 -1
- package/dist/ai/model-registry.zod.d.ts +1164 -145
- package/dist/ai/model-registry.zod.d.ts.map +1 -1
- package/dist/ai/model-registry.zod.js +2 -1
- package/dist/ai/nlq.zod.d.ts +918 -213
- package/dist/ai/nlq.zod.d.ts.map +1 -1
- package/dist/ai/nlq.zod.js +6 -6
- package/dist/ai/orchestration.zod.d.ts +465 -159
- package/dist/ai/orchestration.zod.d.ts.map +1 -1
- package/dist/ai/orchestration.zod.js +6 -4
- package/dist/ai/plugin-development.zod.d.ts +1154 -208
- package/dist/ai/plugin-development.zod.d.ts.map +1 -1
- package/dist/ai/predictive.zod.d.ts +702 -118
- package/dist/ai/predictive.zod.d.ts.map +1 -1
- package/dist/ai/predictive.zod.js +16 -5
- package/dist/ai/rag-pipeline.zod.d.ts +886 -195
- package/dist/ai/rag-pipeline.zod.d.ts.map +1 -1
- package/dist/ai/rag-pipeline.zod.js +30 -13
- package/dist/ai/runtime-ops.zod.d.ts +1591 -256
- package/dist/ai/runtime-ops.zod.d.ts.map +1 -1
- package/dist/ai/runtime-ops.zod.js +1 -1
- package/dist/api/analytics.zod.d.ts +715 -0
- package/dist/api/analytics.zod.d.ts.map +1 -0
- package/dist/api/analytics.zod.js +71 -0
- package/dist/api/auth.zod.d.ts +495 -0
- package/dist/api/auth.zod.d.ts.map +1 -0
- package/dist/api/auth.zod.js +78 -0
- package/dist/api/batch.zod.d.ts +892 -82
- package/dist/api/batch.zod.d.ts.map +1 -1
- package/dist/api/contract.zod.d.ts +1839 -207
- package/dist/api/contract.zod.d.ts.map +1 -1
- package/dist/api/contract.zod.js +23 -11
- package/dist/api/discovery.zod.d.ts +162 -12
- package/dist/api/discovery.zod.d.ts.map +1 -1
- package/dist/api/discovery.zod.js +6 -0
- package/dist/api/documentation.zod.d.ts +3646 -401
- package/dist/api/documentation.zod.d.ts.map +1 -1
- package/dist/api/endpoint.zod.d.ts +222 -56
- package/dist/api/endpoint.zod.d.ts.map +1 -1
- package/dist/api/errors.zod.d.ts +205 -376
- package/dist/api/errors.zod.d.ts.map +1 -1
- package/dist/api/graphql.zod.d.ts +5154 -670
- package/dist/api/graphql.zod.d.ts.map +1 -1
- package/dist/api/graphql.zod.js +3 -0
- package/dist/api/http-cache.zod.d.ts +229 -92
- package/dist/api/http-cache.zod.d.ts.map +1 -1
- package/dist/api/hub.zod.d.ts +27805 -3568
- package/dist/api/hub.zod.d.ts.map +1 -1
- package/dist/api/hub.zod.js +188 -150
- package/dist/api/index.d.ts +6 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +6 -0
- package/dist/api/metadata.zod.d.ts +3757 -0
- package/dist/api/metadata.zod.d.ts.map +1 -0
- package/dist/api/metadata.zod.js +42 -0
- package/dist/api/odata.zod.d.ts +677 -72
- package/dist/api/odata.zod.d.ts.map +1 -1
- package/dist/api/protocol.zod.d.ts +9968 -318
- package/dist/api/protocol.zod.d.ts.map +1 -1
- package/dist/api/protocol.zod.js +187 -86
- package/dist/api/realtime.zod.d.ts +197 -73
- package/dist/api/realtime.zod.d.ts.map +1 -1
- package/dist/api/realtime.zod.js +2 -1
- package/dist/api/registry.example.d.ts +1 -2
- package/dist/api/registry.example.d.ts.map +1 -1
- package/dist/api/registry.example.js +1 -2
- package/dist/api/registry.zod.d.ts +8888 -1103
- package/dist/api/registry.zod.d.ts.map +1 -1
- package/dist/api/registry.zod.js +4 -7
- package/dist/api/rest-server.zod.d.ts +1942 -248
- package/dist/api/rest-server.zod.d.ts.map +1 -1
- package/dist/api/rest-server.zod.js +1 -1
- package/dist/api/router.zod.d.ts +155 -41
- package/dist/api/router.zod.d.ts.map +1 -1
- package/dist/api/router.zod.js +4 -0
- package/dist/api/storage.zod.d.ts +261 -0
- package/dist/api/storage.zod.d.ts.map +1 -0
- package/dist/api/storage.zod.js +43 -0
- package/dist/api/websocket.zod.d.ts +1209 -203
- package/dist/api/websocket.zod.d.ts.map +1 -1
- package/dist/automation/approval.zod.d.ts +713 -171
- package/dist/automation/approval.zod.d.ts.map +1 -1
- package/dist/automation/approval.zod.js +6 -2
- package/dist/automation/etl.zod.d.ts +453 -144
- package/dist/automation/etl.zod.d.ts.map +1 -1
- package/dist/automation/flow.zod.d.ts +290 -79
- package/dist/automation/flow.zod.d.ts.map +1 -1
- package/dist/automation/flow.zod.js +44 -1
- package/dist/automation/sync.zod.d.ts +813 -132
- package/dist/automation/sync.zod.d.ts.map +1 -1
- package/dist/automation/trigger-registry.zod.d.ts +1030 -184
- package/dist/automation/trigger-registry.zod.d.ts.map +1 -1
- package/dist/automation/webhook.zod.d.ts +125 -50
- package/dist/automation/webhook.zod.d.ts.map +1 -1
- package/dist/automation/workflow.zod.d.ts +1192 -597
- package/dist/automation/workflow.zod.d.ts.map +1 -1
- package/dist/automation/workflow.zod.js +101 -57
- package/dist/data/analytics.zod.d.ts +358 -0
- package/dist/data/analytics.zod.d.ts.map +1 -0
- package/dist/data/analytics.zod.js +135 -0
- package/dist/data/data-engine.zod.d.ts +2335 -326
- package/dist/data/data-engine.zod.d.ts.map +1 -1
- package/dist/data/data-engine.zod.js +21 -28
- package/dist/data/dataset.zod.d.ts +40 -21
- package/dist/data/dataset.zod.d.ts.map +1 -1
- package/dist/data/datasource.zod.d.ts +324 -0
- package/dist/data/datasource.zod.d.ts.map +1 -0
- package/dist/data/document.zod.d.ts +547 -39
- package/dist/data/document.zod.d.ts.map +1 -1
- package/dist/data/driver/mongo.zod.d.ts +39 -3
- package/dist/data/driver/mongo.zod.d.ts.map +1 -1
- package/dist/data/driver/mongo.zod.js +1 -1
- package/dist/data/driver/postgres.zod.d.ts +109 -3
- package/dist/data/driver/postgres.zod.d.ts.map +1 -1
- package/dist/data/driver-nosql.zod.d.ts +695 -189
- package/dist/data/driver-nosql.zod.d.ts.map +1 -1
- package/dist/data/driver-sql.zod.d.ts +481 -33
- package/dist/data/driver-sql.zod.d.ts.map +1 -1
- package/dist/data/driver.zod.d.ts +4237 -473
- package/dist/data/driver.zod.d.ts.map +1 -1
- package/dist/data/driver.zod.js +99 -103
- package/dist/data/external-lookup.zod.d.ts +505 -68
- package/dist/data/external-lookup.zod.d.ts.map +1 -1
- package/dist/data/field.zod.d.ts +1754 -770
- package/dist/data/field.zod.d.ts.map +1 -1
- package/dist/data/field.zod.js +25 -0
- package/dist/data/filter.zod.d.ts +224 -36
- package/dist/data/filter.zod.d.ts.map +1 -1
- package/dist/data/hook.zod.d.ts +143 -70
- package/dist/data/hook.zod.d.ts.map +1 -1
- package/dist/data/index.d.ts +2 -0
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +3 -0
- package/dist/data/mapping.zod.d.ts +483 -109
- package/dist/data/mapping.zod.d.ts.map +1 -1
- package/dist/data/object.zod.d.ts +2899 -506
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/object.zod.js +40 -0
- package/dist/data/query.zod.d.ts +402 -157
- package/dist/data/query.zod.d.ts.map +1 -1
- package/dist/data/validation.zod.d.ts +284 -123
- package/dist/data/validation.zod.d.ts.map +1 -1
- package/dist/hub/composer.zod.d.ts +2579 -282
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/composer.zod.js +1 -1
- package/dist/hub/hub-federation.zod.d.ts +2124 -458
- package/dist/hub/hub-federation.zod.d.ts.map +1 -1
- package/dist/hub/index.d.ts +1 -1
- package/dist/hub/index.d.ts.map +1 -1
- package/dist/hub/index.js +1 -1
- package/dist/hub/license.zod.d.ts +74 -29
- package/dist/hub/license.zod.d.ts.map +1 -1
- package/dist/hub/marketplace.zod.d.ts +280 -37
- package/dist/hub/marketplace.zod.d.ts.map +1 -1
- package/dist/hub/marketplace.zod.js +38 -12
- package/dist/hub/plugin-registry.zod.d.ts +1461 -140
- package/dist/hub/plugin-registry.zod.d.ts.map +1 -1
- package/dist/hub/plugin-registry.zod.js +1 -1
- package/dist/hub/plugin-security.zod.d.ts +3720 -476
- package/dist/hub/plugin-security.zod.d.ts.map +1 -1
- package/dist/hub/plugin-security.zod.js +1 -1
- package/dist/hub/registry-config.zod.d.ts +450 -0
- package/dist/hub/registry-config.zod.d.ts.map +1 -0
- package/dist/hub/registry-config.zod.js +156 -0
- package/dist/hub/space.zod.d.ts +307 -72
- package/dist/hub/space.zod.d.ts.map +1 -1
- package/dist/hub/tenant.zod.d.ts +861 -107
- package/dist/hub/tenant.zod.d.ts.map +1 -1
- package/dist/identity/identity.zod.d.ts +258 -0
- package/dist/identity/identity.zod.d.ts.map +1 -0
- package/dist/{auth → identity}/index.d.ts +0 -2
- package/dist/identity/index.d.ts.map +1 -0
- package/dist/{auth → identity}/index.js +0 -2
- package/dist/identity/organization.zod.d.ts +179 -0
- package/dist/identity/organization.zod.d.ts.map +1 -0
- package/dist/identity/protocol.d.ts.map +1 -0
- package/dist/{auth → identity}/role.zod.d.ts +14 -1
- package/dist/identity/role.zod.d.ts.map +1 -0
- package/dist/identity/scim.zod.d.ts +2732 -0
- package/dist/identity/scim.zod.d.ts.map +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -3
- package/dist/integration/connector/database.zod.d.ts +1253 -264
- package/dist/integration/connector/database.zod.d.ts.map +1 -1
- package/dist/integration/connector/file-storage.zod.d.ts +990 -259
- package/dist/integration/connector/file-storage.zod.d.ts.map +1 -1
- package/dist/integration/connector/github.zod.d.ts +1251 -226
- package/dist/integration/connector/github.zod.d.ts.map +1 -1
- package/dist/integration/connector/message-queue.zod.d.ts +1247 -314
- package/dist/integration/connector/message-queue.zod.d.ts.map +1 -1
- package/dist/integration/connector/saas.zod.d.ts +1129 -254
- package/dist/integration/connector/saas.zod.d.ts.map +1 -1
- package/dist/integration/connector/vercel.zod.d.ts +1799 -327
- package/dist/integration/connector/vercel.zod.d.ts.map +1 -1
- package/dist/integration/connector.zod.d.ts +1225 -382
- package/dist/integration/connector.zod.d.ts.map +1 -1
- package/dist/integration/connector.zod.js +26 -3
- package/dist/kernel/context.zod.d.ts +56 -0
- package/dist/kernel/context.zod.d.ts.map +1 -0
- package/dist/kernel/events.zod.d.ts +2716 -0
- package/dist/kernel/events.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/events.zod.js +16 -16
- package/dist/kernel/feature.zod.d.ts +131 -0
- package/dist/kernel/feature.zod.d.ts.map +1 -0
- package/dist/kernel/index.d.ts +17 -0
- package/dist/kernel/index.d.ts.map +1 -0
- package/dist/kernel/index.js +32 -0
- package/dist/kernel/manifest.zod.d.ts +2124 -0
- package/dist/kernel/manifest.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/manifest.zod.js +49 -8
- package/dist/kernel/metadata-loader.zod.d.ts +678 -0
- package/dist/kernel/metadata-loader.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/metadata-loader.zod.js +13 -0
- package/dist/kernel/plugin-capability.zod.d.ts +1130 -0
- package/dist/kernel/plugin-capability.zod.d.ts.map +1 -0
- package/dist/kernel/plugin-lifecycle-advanced.zod.d.ts +1458 -0
- package/dist/kernel/plugin-lifecycle-advanced.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/plugin-lifecycle-events.zod.d.ts +209 -49
- package/dist/kernel/plugin-lifecycle-events.zod.d.ts.map +1 -0
- package/dist/kernel/plugin-loading.zod.d.ts +1774 -0
- package/dist/kernel/plugin-loading.zod.d.ts.map +1 -0
- package/dist/kernel/plugin-security-advanced.zod.d.ts +3833 -0
- package/dist/kernel/plugin-security-advanced.zod.d.ts.map +1 -0
- package/dist/kernel/plugin-structure.zod.d.ts +54 -0
- package/dist/kernel/plugin-structure.zod.d.ts.map +1 -0
- package/dist/kernel/plugin-structure.zod.js +107 -0
- package/dist/kernel/plugin-validator.zod.d.ts +245 -0
- package/dist/kernel/plugin-validator.zod.d.ts.map +1 -0
- package/dist/kernel/plugin-versioning.zod.d.ts +1309 -0
- package/dist/kernel/plugin-versioning.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/plugin-versioning.zod.js +8 -8
- package/dist/kernel/plugin.zod.d.ts +3482 -0
- package/dist/kernel/plugin.zod.d.ts.map +1 -0
- package/dist/kernel/plugin.zod.js +80 -0
- package/dist/kernel/service-registry.zod.d.ts +247 -0
- package/dist/kernel/service-registry.zod.d.ts.map +1 -0
- package/dist/kernel/service-registry.zod.js +218 -0
- package/dist/kernel/startup-orchestrator.zod.d.ts +376 -0
- package/dist/kernel/startup-orchestrator.zod.d.ts.map +1 -0
- package/dist/qa/testing.zod.d.ts +765 -240
- package/dist/qa/testing.zod.d.ts.map +1 -1
- package/dist/{permission → security}/index.d.ts +1 -0
- package/dist/security/index.d.ts.map +1 -0
- package/dist/{permission → security}/index.js +1 -0
- package/dist/security/permission.zod.d.ts +342 -0
- package/dist/security/permission.zod.d.ts.map +1 -0
- package/dist/{permission → security}/permission.zod.js +1 -1
- package/dist/security/policy.zod.d.ts +209 -0
- package/dist/security/policy.zod.d.ts.map +1 -0
- package/dist/security/rls.zod.d.ts +605 -0
- package/dist/security/rls.zod.d.ts.map +1 -0
- package/dist/security/sharing.zod.d.ts +146 -0
- package/dist/security/sharing.zod.d.ts.map +1 -0
- package/dist/security/territory.zod.d.ts +104 -0
- package/dist/security/territory.zod.d.ts.map +1 -0
- package/dist/shared/connector-auth.zod.d.ts +176 -0
- package/dist/shared/connector-auth.zod.d.ts.map +1 -0
- package/dist/shared/connector-auth.zod.js +63 -0
- package/dist/shared/http.zod.d.ts +67 -22
- package/dist/shared/http.zod.d.ts.map +1 -1
- package/dist/shared/mapping.zod.d.ts +139 -25
- package/dist/shared/mapping.zod.d.ts.map +1 -1
- package/dist/stack.zod.d.ts +33170 -6871
- package/dist/stack.zod.d.ts.map +1 -1
- package/dist/stack.zod.js +7 -7
- package/dist/system/audit.zod.d.ts +974 -521
- package/dist/system/audit.zod.d.ts.map +1 -1
- package/dist/system/auth-config.zod.d.ts +143 -0
- package/dist/system/auth-config.zod.d.ts.map +1 -0
- package/dist/system/auth-config.zod.js +35 -0
- package/dist/system/cache.zod.d.ts +102 -64
- package/dist/system/cache.zod.d.ts.map +1 -1
- package/dist/system/change-management.zod.d.ts +452 -77
- package/dist/system/change-management.zod.d.ts.map +1 -1
- package/dist/system/collaboration.zod.d.ts +1609 -243
- package/dist/system/collaboration.zod.d.ts.map +1 -1
- package/dist/system/compliance.zod.d.ts +293 -63
- package/dist/system/compliance.zod.d.ts.map +1 -1
- package/dist/system/encryption.zod.d.ts +184 -54
- package/dist/system/encryption.zod.d.ts.map +1 -1
- package/dist/system/http-server.zod.d.ts +562 -116
- package/dist/system/http-server.zod.d.ts.map +1 -1
- package/dist/system/index.d.ts +23 -33
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +28 -49
- package/dist/system/job.zod.d.ts +169 -29
- package/dist/system/job.zod.d.ts.map +1 -1
- package/dist/system/job.zod.js +18 -5
- package/dist/system/logging.zod.d.ts +1875 -272
- package/dist/system/logging.zod.d.ts.map +1 -1
- package/dist/system/masking.zod.d.ts +66 -34
- package/dist/system/masking.zod.d.ts.map +1 -1
- package/dist/system/message-queue.zod.d.ts +135 -49
- package/dist/system/message-queue.zod.d.ts.map +1 -1
- package/dist/system/metadata-persistence.zod.d.ts +558 -0
- package/dist/system/metadata-persistence.zod.d.ts.map +1 -0
- package/dist/system/metadata-persistence.zod.js +216 -0
- package/dist/system/metrics.zod.d.ts +1705 -330
- package/dist/system/metrics.zod.d.ts.map +1 -1
- package/dist/system/migration.zod.d.ts +18486 -2398
- package/dist/system/migration.zod.d.ts.map +1 -1
- package/dist/system/notification.zod.d.ts +534 -75
- package/dist/system/notification.zod.d.ts.map +1 -1
- package/dist/system/object-storage.zod.d.ts +1101 -382
- package/dist/system/object-storage.zod.d.ts.map +1 -1
- package/dist/system/search-engine.zod.d.ts +209 -78
- package/dist/system/search-engine.zod.d.ts.map +1 -1
- package/dist/system/service-registry.zod.d.ts +67 -125
- package/dist/system/service-registry.zod.d.ts.map +1 -1
- package/dist/system/service-registry.zod.js +81 -202
- package/dist/system/tracing.zod.d.ts +1623 -286
- package/dist/system/tracing.zod.d.ts.map +1 -1
- package/dist/system/translation.zod.d.ts +136 -8
- package/dist/system/translation.zod.d.ts.map +1 -1
- package/dist/system/translation.zod.js +2 -0
- package/dist/system/worker.zod.d.ts +1138 -159
- package/dist/system/worker.zod.d.ts.map +1 -1
- package/dist/system/worker.zod.js +8 -8
- package/dist/ui/action.zod.d.ts +121 -118
- package/dist/ui/action.zod.d.ts.map +1 -1
- package/dist/ui/app.zod.d.ts +306 -22
- package/dist/ui/app.zod.d.ts.map +1 -1
- package/dist/ui/app.zod.js +20 -1
- package/dist/ui/chart.zod.d.ts +390 -66
- package/dist/ui/chart.zod.d.ts.map +1 -1
- package/dist/ui/chart.zod.js +90 -5
- package/dist/ui/component.zod.d.ts +210 -86
- package/dist/ui/component.zod.d.ts.map +1 -1
- package/dist/ui/component.zod.js +4 -1
- package/dist/ui/dashboard.zod.d.ts +1002 -153
- package/dist/ui/dashboard.zod.d.ts.map +1 -1
- package/dist/ui/dashboard.zod.js +25 -0
- package/dist/ui/page.zod.d.ts +251 -117
- package/dist/ui/page.zod.d.ts.map +1 -1
- package/dist/ui/page.zod.js +22 -1
- package/dist/ui/report.zod.d.ts +461 -138
- package/dist/ui/report.zod.d.ts.map +1 -1
- package/dist/ui/theme.zod.d.ts +944 -42
- package/dist/ui/theme.zod.d.ts.map +1 -1
- package/dist/ui/view.zod.d.ts +3021 -393
- package/dist/ui/view.zod.d.ts.map +1 -1
- package/dist/ui/view.zod.js +84 -10
- package/dist/ui/widget.zod.d.ts +1689 -203
- package/dist/ui/widget.zod.d.ts.map +1 -1
- package/dist/ui/widget.zod.js +32 -10
- package/json-schema/ai/AICodeReviewResult.json +219 -1
- package/json-schema/ai/AIKnowledge.json +24 -1
- package/json-schema/ai/AIModelConfig.json +35 -1
- package/json-schema/ai/AIOperationCost.json +73 -1
- package/json-schema/ai/AIOpsAgentConfig.json +470 -1
- package/json-schema/ai/AIOrchestration.json +385 -1
- package/json-schema/ai/AIOrchestrationExecutionResult.json +133 -1
- package/json-schema/ai/AIOrchestrationTrigger.json +12 -1
- package/json-schema/ai/AITask.json +127 -1
- package/json-schema/ai/AITaskType.json +15 -1
- package/json-schema/ai/AITool.json +27 -1
- package/json-schema/ai/Agent.json +147 -1
- package/json-schema/ai/AgentAction.json +431 -1
- package/json-schema/ai/AgentActionResult.json +63 -1
- package/json-schema/ai/AgentActionSequence.json +497 -1
- package/json-schema/ai/AgentActionSequenceResult.json +137 -1
- package/json-schema/ai/AnomalyDetectionConfig.json +66 -1
- package/json-schema/ai/AutoScalingPolicy.json +163 -1
- package/json-schema/ai/BatchAIOrchestrationExecution.json +42 -1
- package/json-schema/ai/BillingPeriod.json +12 -1
- package/json-schema/ai/BudgetLimit.json +105 -1
- package/json-schema/ai/BudgetStatus.json +88 -1
- package/json-schema/ai/BudgetType.json +11 -1
- package/json-schema/ai/CICDPipelineConfig.json +130 -1
- package/json-schema/ai/ChunkingStrategy.json +127 -1
- package/json-schema/ai/CodeContent.json +32 -0
- package/json-schema/ai/CodeGenerationConfig.json +59 -1
- package/json-schema/ai/CodeGenerationRequest.json +234 -1
- package/json-schema/ai/CodeGenerationTarget.json +13 -1
- package/json-schema/ai/ComponentActionParams.json +71 -1
- package/json-schema/ai/ComponentActionType.json +14 -1
- package/json-schema/ai/ComponentAgentAction.json +153 -0
- package/json-schema/ai/ConversationAnalytics.json +82 -1
- package/json-schema/ai/ConversationContext.json +42 -1
- package/json-schema/ai/ConversationMessage.json +282 -1
- package/json-schema/ai/ConversationSession.json +560 -1
- package/json-schema/ai/ConversationSummary.json +68 -1
- package/json-schema/ai/CostAlert.json +103 -1
- package/json-schema/ai/CostAlertType.json +10 -1
- package/json-schema/ai/CostAnalytics.json +603 -1
- package/json-schema/ai/CostBreakdownDimension.json +14 -1
- package/json-schema/ai/CostBreakdownEntry.json +56 -1
- package/json-schema/ai/CostEntry.json +116 -1
- package/json-schema/ai/CostMetricType.json +11 -1
- package/json-schema/ai/CostOptimizationRecommendation.json +95 -1
- package/json-schema/ai/CostQueryFilters.json +108 -1
- package/json-schema/ai/CostReport.json +987 -1
- package/json-schema/ai/DataActionParams.json +32 -1
- package/json-schema/ai/DataActionType.json +12 -1
- package/json-schema/ai/DataAgentAction.json +112 -0
- package/json-schema/ai/DeploymentStrategy.json +46 -1
- package/json-schema/ai/DevOpsAgent.json +809 -1
- package/json-schema/ai/DevOpsTool.json +32 -1
- package/json-schema/ai/DevelopmentConfig.json +164 -1
- package/json-schema/ai/DocumentChunk.json +94 -1
- package/json-schema/ai/DocumentLoaderConfig.json +63 -1
- package/json-schema/ai/DocumentMetadata.json +58 -1
- package/json-schema/ai/EmbeddingModel.json +55 -1
- package/json-schema/ai/Entity.json +49 -1
- package/json-schema/ai/EvaluationMetrics.json +58 -1
- package/json-schema/ai/FeedbackLoop.json +7571 -1
- package/json-schema/ai/FieldSynonymConfig.json +33 -1
- package/json-schema/ai/FileContent.json +37 -0
- package/json-schema/ai/FilterExpression.json +58 -0
- package/json-schema/ai/FilterGroup.json +83 -0
- package/json-schema/ai/FormActionParams.json +30 -1
- package/json-schema/ai/FormActionType.json +14 -1
- package/json-schema/ai/FormAgentAction.json +112 -0
- package/json-schema/ai/FunctionCall.json +22 -1
- package/json-schema/ai/GeneratedCode.json +195 -1
- package/json-schema/ai/GitHubIntegration.json +65 -1
- package/json-schema/ai/Hyperparameters.json +74 -1
- package/json-schema/ai/ImageContent.json +38 -0
- package/json-schema/ai/IntegrationConfig.json +145 -1
- package/json-schema/ai/IntentActionMapping.json +486 -1
- package/json-schema/ai/Issue.json +68 -1
- package/json-schema/ai/MessageContent.json +115 -1
- package/json-schema/ai/MessageContentType.json +10 -1
- package/json-schema/ai/MessagePruningEvent.json +71 -1
- package/json-schema/ai/MessageRole.json +10 -1
- package/json-schema/ai/MetadataFilter.json +164 -0
- package/json-schema/ai/MetadataSource.json +27 -1
- package/json-schema/ai/ModelCapability.json +41 -1
- package/json-schema/ai/ModelConfig.json +179 -1
- package/json-schema/ai/ModelDrift.json +68 -1
- package/json-schema/ai/ModelFeature.json +65 -1
- package/json-schema/ai/ModelLimits.json +39 -1
- package/json-schema/ai/ModelPricing.json +22 -1
- package/json-schema/ai/ModelProvider.json +13 -1
- package/json-schema/ai/ModelRegistry.json +425 -1
- package/json-schema/ai/ModelRegistryEntry.json +237 -1
- package/json-schema/ai/ModelSelectionCriteria.json +44 -1
- package/json-schema/ai/MonitoringConfig.json +74 -1
- package/json-schema/ai/NLQAnalytics.json +103 -1
- package/json-schema/ai/NLQFieldMapping.json +34 -1
- package/json-schema/ai/NLQModelConfig.json +72 -1
- package/json-schema/ai/NLQParseResult.json +249 -1
- package/json-schema/ai/NLQRequest.json +104 -1
- package/json-schema/ai/NLQResponse.json +317 -1
- package/json-schema/ai/NLQTrainingExample.json +117 -1
- package/json-schema/ai/NavigationActionParams.json +50 -1
- package/json-schema/ai/NavigationActionType.json +15 -1
- package/json-schema/ai/NavigationAgentAction.json +133 -0
- package/json-schema/ai/PerformanceOptimization.json +110 -1
- package/json-schema/ai/PipelineStage.json +71 -1
- package/json-schema/ai/PluginCompositionRequest.json +88 -1
- package/json-schema/ai/PluginCompositionResult.json +138 -1
- package/json-schema/ai/PluginRecommendation.json +135 -1
- package/json-schema/ai/PluginRecommendationRequest.json +75 -1
- package/json-schema/ai/PluginScaffoldingTemplate.json +122 -1
- package/json-schema/ai/PostProcessingAction.json +35 -1
- package/json-schema/ai/PredictionRequest.json +33 -1
- package/json-schema/ai/PredictionResult.json +109 -1
- package/json-schema/ai/PredictiveModel.json +442 -1
- package/json-schema/ai/PredictiveModelType.json +12 -1
- package/json-schema/ai/PromptTemplate.json +157 -1
- package/json-schema/ai/PromptVariable.json +50 -1
- package/json-schema/ai/QueryContext.json +66 -1
- package/json-schema/ai/QueryIntent.json +15 -1
- package/json-schema/ai/QueryTemplate.json +78 -1
- package/json-schema/ai/RAGPipelineConfig.json +687 -1
- package/json-schema/ai/RAGPipelineStatus.json +61 -1
- package/json-schema/ai/RAGQueryRequest.json +58 -1
- package/json-schema/ai/RAGQueryResponse.json +134 -1
- package/json-schema/ai/RerankingConfig.json +28 -1
- package/json-schema/ai/Resolution.json +7477 -1
- package/json-schema/ai/RetrievalStrategy.json +115 -1
- package/json-schema/ai/RootCauseAnalysisRequest.json +87 -1
- package/json-schema/ai/RootCauseAnalysisResult.json +193 -1
- package/json-schema/ai/SelfHealingAction.json +92 -1
- package/json-schema/ai/SelfHealingConfig.json +205 -1
- package/json-schema/ai/TestingConfig.json +51 -1
- package/json-schema/ai/TextContent.json +28 -0
- package/json-schema/ai/Timeframe.json +62 -1
- package/json-schema/ai/TokenBudgetConfig.json +86 -1
- package/json-schema/ai/TokenBudgetStrategy.json +10 -1
- package/json-schema/ai/TokenUsage.json +26 -1
- package/json-schema/ai/TokenUsageStats.json +60 -1
- package/json-schema/ai/ToolCall.json +43 -1
- package/json-schema/ai/TrainingConfig.json +82 -1
- package/json-schema/ai/TypedAgentAction.json +770 -0
- package/json-schema/ai/UIActionType.json +57 -1
- package/json-schema/ai/VectorStoreConfig.json +80 -1
- package/json-schema/ai/VectorStoreProvider.json +15 -1
- package/json-schema/ai/VercelIntegration.json +63 -1
- package/json-schema/ai/VersionManagement.json +52 -1
- package/json-schema/ai/ViewActionParams.json +68 -1
- package/json-schema/ai/ViewActionType.json +15 -1
- package/json-schema/ai/ViewAgentAction.json +151 -0
- package/json-schema/ai/WorkflowActionParams.json +55 -1
- package/json-schema/ai/WorkflowActionType.json +12 -1
- package/json-schema/ai/WorkflowAgentAction.json +135 -0
- package/json-schema/ai/WorkflowFieldCondition.json +27 -1
- package/json-schema/ai/WorkflowSchedule.json +45 -1
- package/json-schema/api/AckMessage.json +40 -1
- package/json-schema/api/AnalyticsEndpoint.json +14 -0
- package/json-schema/api/AnalyticsMetadataResponse.json +280 -0
- package/json-schema/api/AnalyticsQueryRequest.json +154 -0
- package/json-schema/api/AnalyticsResultResponse.json +114 -0
- package/json-schema/api/AnalyticsSqlResponse.json +88 -0
- package/json-schema/api/ApiCapabilities.json +32 -1
- package/json-schema/api/ApiChangelogEntry.json +79 -1
- package/json-schema/api/ApiDiscoveryQuery.json +51 -1
- package/json-schema/api/ApiDiscoveryResponse.json +606 -1
- package/json-schema/api/ApiDocumentationConfig.json +711 -1
- package/json-schema/api/ApiEndpoint.json +159 -1
- package/json-schema/api/ApiEndpointRegistration.json +397 -1
- package/json-schema/api/ApiError.json +29 -1
- package/json-schema/api/ApiMapping.json +22 -1
- package/json-schema/api/ApiMetadata.json +38 -1
- package/json-schema/api/ApiParameter.json +130 -1
- package/json-schema/api/ApiProtocolType.json +15 -1
- package/json-schema/api/ApiRegistry.json +1680 -1
- package/json-schema/api/ApiRegistryEntry.json +536 -1
- package/json-schema/api/ApiResponse.json +109 -1
- package/json-schema/api/ApiRoutes.json +43 -1
- package/json-schema/api/ApiTestCollection.json +209 -1
- package/json-schema/api/ApiTestRequest.json +79 -1
- package/json-schema/api/ApiTestingUiConfig.json +136 -1
- package/json-schema/api/ApiTestingUiType.json +14 -1
- package/json-schema/api/AppDefinitionResponse.json +380 -0
- package/json-schema/api/AuthProvider.json +17 -0
- package/json-schema/api/AutomationTriggerRequest.json +23 -0
- package/json-schema/api/AutomationTriggerResponse.json +22 -0
- package/json-schema/api/BaseResponse.json +65 -1
- package/json-schema/api/BatchConfig.json +45 -1
- package/json-schema/api/BatchDataRequest.json +87 -1
- package/json-schema/api/BatchDataResponse.json +154 -1
- package/json-schema/api/BatchEndpointsConfig.json +50 -1
- package/json-schema/api/BatchOperationResult.json +59 -1
- package/json-schema/api/BatchOperationType.json +9 -1
- package/json-schema/api/BatchOptions.json +26 -1
- package/json-schema/api/BatchRecord.json +19 -1
- package/json-schema/api/BatchUpdateRequest.json +72 -1
- package/json-schema/api/BatchUpdateResponse.json +154 -1
- package/json-schema/api/BuildStatusResponse.json +140 -1
- package/json-schema/api/BulkRequest.json +23 -1
- package/json-schema/api/BulkResponse.json +125 -1
- package/json-schema/api/CacheControl.json +36 -1
- package/json-schema/api/CacheDirective.json +11 -1
- package/json-schema/api/CacheInvalidationRequest.json +37 -1
- package/json-schema/api/CacheInvalidationResponse.json +25 -1
- package/json-schema/api/CacheInvalidationTarget.json +11 -1
- package/json-schema/api/CodeGenerationTemplate.json +30 -1
- package/json-schema/api/CompileManifestRequest.json +80 -1
- package/json-schema/api/CompileManifestResponse.json +1580 -1
- package/json-schema/api/CompleteUploadRequest.json +23 -0
- package/json-schema/api/ConceptListResponse.json +98 -0
- package/json-schema/api/ConflictResolutionStrategy.json +9 -1
- package/json-schema/api/CreateDataRequest.json +19 -1
- package/json-schema/api/CreateDataResponse.json +24 -1
- package/json-schema/api/CreateManyDataRequest.json +22 -1
- package/json-schema/api/CreateManyDataResponse.json +27 -1
- package/json-schema/api/CreateRequest.json +14 -1
- package/json-schema/api/CreateSpaceRequest.json +237 -1
- package/json-schema/api/CreateTenantRequest.json +50 -1
- package/json-schema/api/CrudEndpointPattern.json +35 -1
- package/json-schema/api/CrudEndpointsConfig.json +107 -1
- package/json-schema/api/CrudOperation.json +10 -1
- package/json-schema/api/CursorMessage.json +133 -1
- package/json-schema/api/CursorPosition.json +106 -1
- package/json-schema/api/DeleteDataRequest.json +18 -1
- package/json-schema/api/DeleteDataResponse.json +23 -1
- package/json-schema/api/DeleteManyDataRequest.json +48 -1
- package/json-schema/api/DeleteManyDataResponse.json +154 -1
- package/json-schema/api/DeleteManyRequest.json +45 -1
- package/json-schema/api/DeleteResponse.json +70 -1
- package/json-schema/api/Discovery.json +126 -1
- package/json-schema/api/DocumentState.json +43 -1
- package/json-schema/api/ETag.json +18 -1
- package/json-schema/api/EditMessage.json +129 -1
- package/json-schema/api/EditOperation.json +102 -1
- package/json-schema/api/EditOperationType.json +8 -1
- package/json-schema/api/EndpointRegistry.json +278 -1
- package/json-schema/api/EnhancedApiError.json +220 -1
- package/json-schema/api/ErrorCategory.json +14 -1
- package/json-schema/api/ErrorMessage.json +38 -1
- package/json-schema/api/ErrorResponse.json +253 -1
- package/json-schema/api/EventFilter.json +59 -1
- package/json-schema/api/EventFilterCondition.json +36 -1
- package/json-schema/api/EventMessage.json +49 -1
- package/json-schema/api/EventPattern.json +6 -1
- package/json-schema/api/EventSubscription.json +99 -1
- package/json-schema/api/ExportRequest.json +854 -1
- package/json-schema/api/FieldError.json +82 -1
- package/json-schema/api/FileUploadResponse.json +117 -0
- package/json-schema/api/FilterOperator.json +18 -1
- package/json-schema/api/FindDataRequest.json +503 -1
- package/json-schema/api/FindDataResponse.json +30 -1
- package/json-schema/api/GeneratedApiDocumentation.json +540 -1
- package/json-schema/api/GeneratedEndpoint.json +82 -1
- package/json-schema/api/GetAnalyticsMetaRequest.json +16 -0
- package/json-schema/api/GetBuildStatusRequest.json +12 -1
- package/json-schema/api/GetDataRequest.json +18 -1
- package/json-schema/api/GetDataResponse.json +24 -1
- package/json-schema/api/GetDiscoveryRequest.json +5 -1
- package/json-schema/api/GetDiscoveryResponse.json +95 -1
- package/json-schema/api/GetMarketplacePluginRequest.json +12 -1
- package/json-schema/api/GetMetaItemCachedRequest.json +71 -1
- package/json-schema/api/GetMetaItemCachedResponse.json +79 -1
- package/json-schema/api/GetMetaItemRequest.json +18 -1
- package/json-schema/api/GetMetaItemResponse.json +21 -1
- package/json-schema/api/GetMetaItemsRequest.json +13 -1
- package/json-schema/api/GetMetaItemsResponse.json +18 -1
- package/json-schema/api/GetMetaTypesRequest.json +5 -1
- package/json-schema/api/GetMetaTypesResponse.json +16 -1
- package/json-schema/api/GetPluginVersionsRequest.json +13 -1
- package/json-schema/api/GetPluginVersionsResponse.json +120 -1
- package/json-schema/api/GetPresignedUrlRequest.json +38 -0
- package/json-schema/api/GetUiViewRequest.json +22 -1
- package/json-schema/api/GetUiViewResponse.json +1622 -1
- package/json-schema/api/GraphQLConfig.json +1394 -1
- package/json-schema/api/GraphQLDataLoaderConfig.json +95 -1
- package/json-schema/api/GraphQLDirectiveConfig.json +102 -1
- package/json-schema/api/GraphQLDirectiveLocation.json +24 -1
- package/json-schema/api/GraphQLMutationConfig.json +174 -1
- package/json-schema/api/GraphQLPersistedQuery.json +145 -1
- package/json-schema/api/GraphQLQueryComplexity.json +77 -1
- package/json-schema/api/GraphQLQueryConfig.json +236 -1
- package/json-schema/api/GraphQLQueryDepthLimit.json +38 -1
- package/json-schema/api/GraphQLRateLimit.json +132 -1
- package/json-schema/api/GraphQLResolverConfig.json +92 -1
- package/json-schema/api/GraphQLScalarType.json +26 -1
- package/json-schema/api/GraphQLSubscriptionConfig.json +112 -1
- package/json-schema/api/GraphQLTypeConfig.json +107 -1
- package/json-schema/api/HttpMethod.json +12 -1
- package/json-schema/api/HttpStatusCode.json +18 -1
- package/json-schema/api/HubHealthResponse.json +125 -1
- package/json-schema/api/HubMetricsResponse.json +162 -1
- package/json-schema/api/IdRequest.json +19 -0
- package/json-schema/api/InstallPluginRequest.json +33 -0
- package/json-schema/api/InstallPluginResponse.json +72 -0
- package/json-schema/api/IssueLicenseRequest.json +40 -1
- package/json-schema/api/LicenseResponse.json +125 -1
- package/json-schema/api/ListLicensesRequest.json +43 -1
- package/json-schema/api/ListLicensesResponse.json +165 -1
- package/json-schema/api/ListMarketplaceRequest.json +43 -1
- package/json-schema/api/ListMarketplaceResponse.json +352 -1
- package/json-schema/api/ListRecordResponse.json +110 -1
- package/json-schema/api/ListSpacesRequest.json +36 -1
- package/json-schema/api/ListSpacesResponse.json +379 -1
- package/json-schema/api/ListTenantsRequest.json +39 -1
- package/json-schema/api/ListTenantsResponse.json +159 -1
- package/json-schema/api/LoginRequest.json +45 -0
- package/json-schema/api/LoginType.json +16 -0
- package/json-schema/api/MarketplacePluginResponse.json +288 -1
- package/json-schema/api/MetadataCacheRequest.json +52 -1
- package/json-schema/api/MetadataCacheResponse.json +79 -1
- package/json-schema/api/MetadataEndpointsConfig.json +48 -1
- package/json-schema/api/ModificationResult.json +55 -1
- package/json-schema/api/ODataConfig.json +126 -1
- package/json-schema/api/ODataError.json +59 -1
- package/json-schema/api/ODataFilterFunction.json +33 -1
- package/json-schema/api/ODataFilterOperator.json +18 -1
- package/json-schema/api/ODataMetadata.json +109 -1
- package/json-schema/api/ODataQuery.json +83 -1
- package/json-schema/api/ODataResponse.json +31 -1
- package/json-schema/api/ObjectDefinitionResponse.json +2755 -0
- package/json-schema/api/ObjectQLReference.json +36 -1
- package/json-schema/api/ObjectStackProtocol.json +5 -1
- package/json-schema/api/OpenApiSecurityScheme.json +60 -1
- package/json-schema/api/OpenApiServer.json +43 -1
- package/json-schema/api/OpenApiSpec.json +296 -1
- package/json-schema/api/PaginationRequest.json +28 -1
- package/json-schema/api/PaginationResponse.json +36 -1
- package/json-schema/api/PingMessage.json +25 -1
- package/json-schema/api/PluginResponse.json +893 -1
- package/json-schema/api/PluginVersionInfo.json +29 -1
- package/json-schema/api/PongMessage.json +30 -1
- package/json-schema/api/Presence.json +34 -1
- package/json-schema/api/PresenceMessage.json +86 -1
- package/json-schema/api/PresenceState.json +59 -1
- package/json-schema/api/PresenceStatus.json +8 -1
- package/json-schema/api/PresenceUpdate.json +29 -1
- package/json-schema/api/PresignedUrlResponse.json +115 -0
- package/json-schema/api/PublishPluginRequest.json +646 -1
- package/json-schema/api/RateLimit.json +21 -1
- package/json-schema/api/RealtimeAction.json +8 -1
- package/json-schema/api/RealtimeConfig.json +84 -1
- package/json-schema/api/RealtimeEvent.json +52 -1
- package/json-schema/api/RealtimeEventType.json +9 -1
- package/json-schema/api/RecordData.json +5 -1
- package/json-schema/api/RefreshTokenRequest.json +19 -0
- package/json-schema/api/RegisterRequest.json +30 -0
- package/json-schema/api/RestApiConfig.json +122 -1
- package/json-schema/api/RestServerConfig.json +403 -1
- package/json-schema/api/RetryStrategy.json +9 -1
- package/json-schema/api/RevokeLicenseRequest.json +15 -1
- package/json-schema/api/RouteCategory.json +11 -1
- package/json-schema/api/RouteDefinition.json +71 -1
- package/json-schema/api/RouteGenerationConfig.json +65 -1
- package/json-schema/api/RouterConfig.json +143 -1
- package/json-schema/api/SaveMetaItemRequest.json +27 -0
- package/json-schema/api/SaveMetaItemResponse.json +21 -0
- package/json-schema/api/SchemaDefinition.json +54 -1
- package/json-schema/api/SearchPluginsRequest.json +85 -1
- package/json-schema/api/SearchPluginsResponse.json +933 -1
- package/json-schema/api/Session.json +36 -0
- package/json-schema/api/SessionResponse.json +184 -0
- package/json-schema/api/SessionUser.json +72 -0
- package/json-schema/api/SimpleCursorPosition.json +47 -1
- package/json-schema/api/SimplePresenceState.json +38 -1
- package/json-schema/api/SingleRecordResponse.json +71 -1
- package/json-schema/api/SpaceResponse.json +339 -1
- package/json-schema/api/StandardErrorCode.json +56 -1
- package/json-schema/api/SubscribeMessage.json +126 -1
- package/json-schema/api/Subscription.json +59 -1
- package/json-schema/api/SubscriptionEvent.json +26 -1
- package/json-schema/api/TenantResponse.json +119 -1
- package/json-schema/api/TransportProtocol.json +8 -1
- package/json-schema/api/UnsubscribeMessage.json +41 -1
- package/json-schema/api/UnsubscribeRequest.json +14 -1
- package/json-schema/api/UpdateDataRequest.json +24 -1
- package/json-schema/api/UpdateDataResponse.json +24 -1
- package/json-schema/api/UpdateManyDataRequest.json +64 -1
- package/json-schema/api/UpdateManyDataResponse.json +154 -1
- package/json-schema/api/UpdateManyRequest.json +61 -1
- package/json-schema/api/UpdatePluginRequest.json +640 -1
- package/json-schema/api/UpdateRequest.json +14 -1
- package/json-schema/api/UpdateSpaceRequest.json +232 -1
- package/json-schema/api/UpdateTenantRequest.json +46 -1
- package/json-schema/api/UserProfileResponse.json +138 -0
- package/json-schema/api/ValidateLicenseRequest.json +17 -1
- package/json-schema/api/ValidateLicenseResponse.json +151 -1
- package/json-schema/api/WebSocketConfig.json +57 -1
- package/json-schema/api/WebSocketEvent.json +34 -1
- package/json-schema/api/WebSocketMessage.json +701 -1
- package/json-schema/api/WebSocketMessageType.json +15 -1
- package/json-schema/api/WebSocketPresenceStatus.json +9 -1
- package/json-schema/api/WebSocketServerConfig.json +36 -1
- package/json-schema/automation/ApprovalAction.json +36 -1
- package/json-schema/automation/ApprovalActionType.json +10 -1
- package/json-schema/automation/ApprovalProcess.json +362 -1
- package/json-schema/automation/ApprovalStep.json +155 -1
- package/json-schema/automation/ApproverType.json +10 -1
- package/json-schema/automation/AuthField.json +67 -1
- package/json-schema/automation/Authentication.json +153 -1
- package/json-schema/automation/AuthenticationType.json +12 -1
- package/json-schema/automation/ConflictResolution.json +10 -1
- package/json-schema/automation/Connector.json +434 -1
- package/json-schema/automation/ConnectorActionRef.json +40 -0
- package/json-schema/automation/ConnectorCategory.json +20 -1
- package/json-schema/automation/ConnectorInstance.json +63 -1
- package/json-schema/automation/ConnectorOperation.json +111 -1
- package/json-schema/automation/ConnectorTrigger.json +48 -1
- package/json-schema/automation/CustomScriptAction.json +43 -1
- package/json-schema/automation/DataDestinationConfig.json +189 -1
- package/json-schema/automation/DataSourceConfig.json +28 -1
- package/json-schema/automation/DataSyncConfig.json +455 -1
- package/json-schema/automation/ETLDestination.json +51 -1
- package/json-schema/automation/ETLEndpointType.json +13 -1
- package/json-schema/automation/ETLPipeline.json +246 -1
- package/json-schema/automation/ETLPipelineRun.json +101 -1
- package/json-schema/automation/ETLRunStatus.json +11 -1
- package/json-schema/automation/ETLSource.json +54 -1
- package/json-schema/automation/ETLSyncMode.json +8 -1
- package/json-schema/automation/ETLTransformation.json +40 -1
- package/json-schema/automation/ETLTransformationType.json +15 -1
- package/json-schema/automation/EmailAlertAction.json +31 -1
- package/json-schema/automation/FieldUpdateAction.json +26 -1
- package/json-schema/automation/Flow.json +233 -1
- package/json-schema/automation/FlowEdge.json +40 -1
- package/json-schema/automation/FlowNode.json +82 -1
- package/json-schema/automation/FlowNodeAction.json +19 -1
- package/json-schema/automation/FlowVariable.json +28 -1
- package/json-schema/automation/HttpCallAction.json +46 -1
- package/json-schema/automation/OAuth2Config.json +37 -1
- package/json-schema/automation/OperationParameter.json +53 -1
- package/json-schema/automation/OperationType.json +11 -1
- package/json-schema/automation/PushNotificationAction.json +53 -1
- package/json-schema/automation/SyncDirection.json +8 -1
- package/json-schema/automation/SyncExecutionResult.json +129 -1
- package/json-schema/automation/SyncExecutionStatus.json +11 -1
- package/json-schema/automation/SyncMode.json +8 -1
- package/json-schema/automation/TaskCreationAction.json +53 -1
- package/json-schema/automation/TimeTrigger.json +344 -1
- package/json-schema/automation/Webhook.json +167 -1
- package/json-schema/automation/WebhookReceiver.json +62 -1
- package/json-schema/automation/WebhookTriggerType.json +10 -1
- package/json-schema/automation/WorkflowAction.json +290 -1
- package/json-schema/automation/WorkflowRule.json +688 -1
- package/json-schema/automation/WorkflowTriggerType.json +10 -1
- package/json-schema/data/Address.json +34 -1
- package/json-schema/data/AggregationFunction.json +13 -1
- package/json-schema/data/AggregationNode.json +59 -1
- package/json-schema/data/AggregationPipeline.json +93 -1
- package/json-schema/data/AggregationStage.json +19 -1
- package/json-schema/data/AnalyticsQuery.json +129 -0
- package/json-schema/data/ApiMethod.json +19 -1
- package/json-schema/data/AsyncValidation.json +111 -1
- package/json-schema/data/CDCConfig.json +31 -1
- package/json-schema/data/ComparisonOperator.json +102 -1
- package/json-schema/data/ComputedFieldCache.json +27 -1
- package/json-schema/data/ConditionalValidation.json +1434 -1
- package/json-schema/data/ConsistencyLevel.json +11 -1
- package/json-schema/data/CrossFieldValidation.json +81 -1
- package/json-schema/data/Cube.json +201 -0
- package/json-schema/data/CubeJoin.json +33 -0
- package/json-schema/data/CurrencyConfig.json +29 -1
- package/json-schema/data/CurrencyValue.json +20 -1
- package/json-schema/data/CustomValidator.json +78 -1
- package/json-schema/data/DataEngineAggregateOptions.json +74 -1
- package/json-schema/data/DataEngineAggregateRequest.json +92 -1
- package/json-schema/data/DataEngineBatchRequest.json +693 -1
- package/json-schema/data/DataEngineContract.json +6 -1
- package/json-schema/data/DataEngineCountOptions.json +38 -1
- package/json-schema/data/DataEngineCountRequest.json +55 -1
- package/json-schema/data/DataEngineDeleteOptions.json +42 -1
- package/json-schema/data/DataEngineDeleteRequest.json +62 -1
- package/json-schema/data/DataEngineExecuteRequest.json +18 -1
- package/json-schema/data/DataEngineFilter.json +31 -1
- package/json-schema/data/DataEngineFindOneRequest.json +127 -1
- package/json-schema/data/DataEngineFindRequest.json +127 -1
- package/json-schema/data/DataEngineInsertOptions.json +11 -1
- package/json-schema/data/DataEngineInsertRequest.json +44 -1
- package/json-schema/data/DataEngineQueryOptions.json +110 -1
- package/json-schema/data/DataEngineRequest.json +1366 -1
- package/json-schema/data/DataEngineSort.json +48 -1
- package/json-schema/data/DataEngineUpdateOptions.json +50 -1
- package/json-schema/data/DataEngineUpdateRequest.json +75 -1
- package/json-schema/data/DataEngineVectorFindRequest.json +68 -1
- package/json-schema/data/DataQualityRules.json +39 -1
- package/json-schema/data/DataTypeMapping.json +45 -1
- package/json-schema/data/Dataset.json +57 -1
- package/json-schema/data/DatasetMode.json +10 -1
- package/json-schema/data/Datasource.json +130 -0
- package/json-schema/data/DatasourceCapabilities.json +56 -0
- package/json-schema/data/Dimension.json +60 -0
- package/json-schema/data/DimensionType.json +16 -0
- package/json-schema/data/Document.json +286 -1
- package/json-schema/data/DocumentTemplate.json +72 -1
- package/json-schema/data/DocumentValidationSchema.json +33 -1
- package/json-schema/data/DocumentVersion.json +44 -1
- package/json-schema/data/DriverCapabilities.json +174 -1
- package/json-schema/data/DriverConfig.json +237 -1
- package/json-schema/data/DriverDefinition.json +86 -0
- package/json-schema/data/DriverInterface.json +193 -1
- package/json-schema/data/DriverOptions.json +28 -1
- package/json-schema/{system → data}/DriverType.json +4 -1
- package/json-schema/data/ESignatureConfig.json +68 -1
- package/json-schema/data/EqualityOperator.json +8 -1
- package/json-schema/data/ExternalDataSource.json +62 -1
- package/json-schema/data/ExternalFieldMapping.json +145 -1
- package/json-schema/data/ExternalLookup.json +321 -1
- package/json-schema/data/Field.json +855 -1
- package/json-schema/data/FieldMapping.json +77 -1
- package/json-schema/data/FieldNode.json +26 -1
- package/json-schema/data/FieldOperators.json +180 -1
- package/json-schema/data/FieldReference.json +13 -1
- package/json-schema/data/FieldType.json +49 -1
- package/json-schema/data/FileAttachmentConfig.json +213 -1
- package/json-schema/data/FilterCondition.json +22 -1
- package/json-schema/data/FormatValidation.json +84 -1
- package/json-schema/data/FullTextSearch.json +54 -1
- package/json-schema/data/Hook.json +89 -1
- package/json-schema/data/HookContext.json +82 -1
- package/json-schema/data/HookEvent.json +23 -1
- package/json-schema/data/Index.json +41 -1
- package/json-schema/data/JSONValidation.json +79 -1
- package/json-schema/data/JoinNode.json +488 -1
- package/json-schema/data/JoinStrategy.json +9 -1
- package/json-schema/data/JoinType.json +9 -1
- package/json-schema/data/LocationCoordinates.json +30 -1
- package/json-schema/data/Mapping.json +633 -1
- package/json-schema/data/Metric.json +66 -0
- package/json-schema/data/MetricType.json +20 -0
- package/json-schema/data/NoSQLDataTypeMapping.json +57 -1
- package/json-schema/data/NoSQLDatabaseType.json +13 -1
- package/json-schema/data/NoSQLDriverConfig.json +446 -1
- package/json-schema/data/NoSQLIndex.json +81 -1
- package/json-schema/data/NoSQLIndexType.json +13 -1
- package/json-schema/data/NoSQLOperationType.json +16 -1
- package/json-schema/data/NoSQLQueryOptions.json +55 -1
- package/json-schema/data/NoSQLTransactionOptions.json +41 -1
- package/json-schema/data/NormalizedFilter.json +576 -1
- package/json-schema/data/Object.json +2682 -1
- package/json-schema/data/ObjectCapabilities.json +74 -1
- package/json-schema/data/PartitioningConfig.json +32 -1
- package/json-schema/data/PoolConfig.json +30 -1
- package/json-schema/data/Query.json +489 -1
- package/json-schema/data/QueryFilter.json +28 -1
- package/json-schema/data/RangeOperator.json +61 -1
- package/json-schema/data/ReplicationConfig.json +40 -1
- package/json-schema/data/SQLDialect.json +11 -1
- package/json-schema/data/SQLDriverConfig.json +319 -1
- package/json-schema/data/SSLConfig.json +23 -1
- package/json-schema/data/ScriptValidation.json +73 -1
- package/json-schema/data/SearchConfig.json +30 -1
- package/json-schema/data/SelectOption.json +28 -1
- package/json-schema/data/SetOperator.json +12 -1
- package/json-schema/data/ShardingConfig.json +29 -1
- package/json-schema/data/SoftDeleteConfig.json +23 -1
- package/json-schema/data/SortNode.json +20 -1
- package/json-schema/data/SpecialOperator.json +12 -1
- package/json-schema/data/StateMachineValidation.json +84 -1
- package/json-schema/data/StringOperator.json +15 -1
- package/json-schema/data/TenancyConfig.json +33 -1
- package/json-schema/data/TimeUpdateInterval.json +19 -0
- package/json-schema/data/TransformType.json +12 -1
- package/json-schema/data/UniquenessValidation.json +84 -1
- package/json-schema/data/ValidationRule.json +1435 -1
- package/json-schema/data/VectorConfig.json +45 -1
- package/json-schema/data/VersioningConfig.json +33 -1
- package/json-schema/data/WindowFunction.json +18 -1
- package/json-schema/data/WindowFunctionNode.json +98 -1
- package/json-schema/data/WindowSpec.json +59 -1
- package/json-schema/hub/BillOfMaterials.json +64 -1
- package/json-schema/hub/ComposerRequest.json +80 -1
- package/json-schema/hub/ComposerResponse.json +1514 -1
- package/json-schema/hub/ConflictReport.json +47 -1
- package/json-schema/hub/DatabaseLevelIsolationStrategy.json +133 -1
- package/json-schema/hub/DependencyConflict.json +72 -1
- package/json-schema/hub/DependencyGraph.json +161 -1
- package/json-schema/hub/DependencyGraphNode.json +81 -1
- package/json-schema/hub/DependencyRequirement.json +30 -1
- package/json-schema/hub/DependencyResolutionResult.json +285 -1
- package/json-schema/hub/DeploymentTarget.json +32 -1
- package/json-schema/hub/EdgeLocation.json +93 -1
- package/json-schema/hub/Feature.json +45 -1
- package/json-schema/hub/FederationTopology.json +406 -1
- package/json-schema/hub/GlobalRegistryEntry.json +60 -1
- package/json-schema/hub/HubInstance.json +115 -1
- package/json-schema/hub/HubSpace.json +273 -1
- package/json-schema/hub/LevelIsolationStrategySchema.json +87 -1
- package/json-schema/hub/License.json +59 -1
- package/json-schema/hub/MarketplacePlugin.json +222 -1
- package/json-schema/hub/MetricType.json +8 -1
- package/json-schema/hub/PackageDependency.json +30 -1
- package/json-schema/hub/Plan.json +47 -1
- package/json-schema/hub/PluginAuthor.json +41 -1
- package/json-schema/hub/PluginInstallConfig.json +47 -1
- package/json-schema/hub/PluginPricing.json +37 -1
- package/json-schema/hub/PluginProvenance.json +192 -1
- package/json-schema/hub/PluginQualityMetrics.json +95 -1
- package/json-schema/hub/PluginRegistryEntry.json +827 -1
- package/json-schema/hub/PluginSearchFilters.json +85 -1
- package/json-schema/hub/PluginStatistics.json +78 -1
- package/json-schema/hub/PluginTrustScore.json +88 -1
- package/json-schema/hub/PluginVendor.json +41 -1
- package/json-schema/hub/PluginVersion.json +63 -0
- package/json-schema/hub/Region.json +175 -1
- package/json-schema/hub/RegistryConfig.json +233 -1
- package/json-schema/hub/RegistrySyncPolicy.json +9 -1
- package/json-schema/hub/RegistryUpstream.json +104 -1
- package/json-schema/hub/ReplicationJob.json +134 -1
- package/json-schema/hub/RowLevelIsolationStrategy.json +68 -1
- package/json-schema/hub/SBOM.json +144 -1
- package/json-schema/hub/SBOMEntry.json +78 -1
- package/json-schema/hub/SecurityPolicy.json +140 -1
- package/json-schema/hub/SecurityScanResult.json +303 -1
- package/json-schema/hub/SecurityVulnerability.json +112 -1
- package/json-schema/hub/SpaceSubscription.json +71 -1
- package/json-schema/hub/SubscriptionStatus.json +10 -1
- package/json-schema/hub/Tenant.json +53 -1
- package/json-schema/hub/TenantIsolationConfig.json +292 -1
- package/json-schema/hub/TenantIsolationLevel.json +8 -1
- package/json-schema/hub/TenantPlacementPolicy.json +92 -1
- package/json-schema/hub/TenantQuota.json +21 -1
- package/json-schema/hub/TenantSecurityPolicy.json +109 -1
- package/json-schema/hub/VulnerabilitySeverity.json +10 -1
- package/json-schema/identity/Account.json +87 -0
- package/json-schema/identity/Invitation.json +69 -0
- package/json-schema/identity/InvitationStatus.json +15 -0
- package/json-schema/identity/Member.json +46 -0
- package/json-schema/identity/Organization.json +52 -0
- package/json-schema/identity/Role.json +33 -0
- package/json-schema/identity/SCIMAddress.json +50 -0
- package/json-schema/identity/SCIMEmail.json +38 -0
- package/json-schema/identity/SCIMEnterpriseUser.json +55 -0
- package/json-schema/identity/SCIMError.json +52 -0
- package/json-schema/identity/SCIMGroup.json +102 -0
- package/json-schema/identity/SCIMGroupReference.json +36 -0
- package/json-schema/identity/SCIMListResponse.json +606 -0
- package/json-schema/identity/SCIMMemberReference.json +36 -0
- package/json-schema/identity/SCIMMeta.json +35 -0
- package/json-schema/identity/SCIMName.json +36 -0
- package/json-schema/identity/SCIMPatchOperation.json +31 -0
- package/json-schema/identity/SCIMPatchRequest.json +56 -0
- package/json-schema/identity/SCIMPhoneNumber.json +40 -0
- package/json-schema/identity/SCIMUser.json +462 -0
- package/json-schema/identity/Session.json +63 -0
- package/json-schema/identity/User.json +51 -0
- package/json-schema/identity/VerificationToken.json +36 -0
- package/json-schema/integration/AckMode.json +9 -1
- package/json-schema/integration/ApiVersionConfig.json +26 -1
- package/json-schema/integration/Authentication.json +140 -1
- package/json-schema/integration/BuildConfig.json +33 -1
- package/json-schema/integration/CdcConfig.json +49 -1
- package/json-schema/integration/ConflictResolution.json +10 -1
- package/json-schema/integration/Connector.json +861 -1
- package/json-schema/integration/ConnectorAction.json +37 -0
- package/json-schema/integration/ConnectorStatus.json +10 -1
- package/json-schema/integration/ConnectorTrigger.json +40 -0
- package/json-schema/integration/ConnectorType.json +12 -1
- package/json-schema/integration/ConsumerConfig.json +61 -1
- package/json-schema/integration/DataSyncConfig.json +73 -1
- package/json-schema/integration/DatabaseConnector.json +1314 -1
- package/json-schema/integration/DatabasePoolConfig.json +47 -1
- package/json-schema/integration/DatabaseProvider.json +18 -1
- package/json-schema/integration/DatabaseTable.json +210 -1
- package/json-schema/integration/DeliveryGuarantee.json +9 -1
- package/json-schema/integration/DeploymentConfig.json +71 -1
- package/json-schema/integration/DlqConfig.json +31 -1
- package/json-schema/integration/DomainConfig.json +45 -1
- package/json-schema/integration/EdgeFunctionConfig.json +39 -1
- package/json-schema/integration/EnvironmentVariables.json +40 -1
- package/json-schema/integration/FieldMapping.json +164 -1
- package/json-schema/integration/FieldTransform.json +30 -1
- package/json-schema/integration/FileAccessPattern.json +11 -1
- package/json-schema/integration/FileFilterConfig.json +44 -1
- package/json-schema/integration/FileMetadataConfig.json +35 -1
- package/json-schema/integration/FileStorageConnector.json +1182 -1
- package/json-schema/integration/FileStorageProvider.json +17 -1
- package/json-schema/integration/FileVersioningConfig.json +22 -1
- package/json-schema/integration/GitHubActionsWorkflow.json +52 -1
- package/json-schema/integration/GitHubCommitConfig.json +29 -1
- package/json-schema/integration/GitHubConnector.json +1189 -1
- package/json-schema/integration/GitHubIssueTracking.json +55 -1
- package/json-schema/integration/GitHubProvider.json +8 -1
- package/json-schema/integration/GitHubPullRequestConfig.json +45 -1
- package/json-schema/integration/GitHubReleaseConfig.json +34 -1
- package/json-schema/integration/GitHubRepository.json +68 -1
- package/json-schema/integration/GitRepositoryConfig.json +38 -1
- package/json-schema/integration/MessageFormat.json +12 -1
- package/json-schema/integration/MessageQueueConnector.json +1267 -1
- package/json-schema/integration/MessageQueueProvider.json +19 -1
- package/json-schema/integration/MultipartUploadConfig.json +30 -1
- package/json-schema/integration/ProducerConfig.json +66 -1
- package/json-schema/integration/RateLimitConfig.json +63 -1
- package/json-schema/integration/RateLimitStrategy.json +10 -1
- package/json-schema/integration/RetryConfig.json +67 -1
- package/json-schema/integration/RetryStrategy.json +10 -1
- package/json-schema/integration/SaasConnector.json +1209 -1
- package/json-schema/integration/SaasObjectType.json +212 -1
- package/json-schema/integration/SaasProvider.json +18 -1
- package/json-schema/integration/SslConfig.json +28 -1
- package/json-schema/integration/StorageBucket.json +93 -1
- package/json-schema/integration/SyncStrategy.json +10 -1
- package/json-schema/integration/TopicQueue.json +246 -1
- package/json-schema/integration/VercelConnector.json +1286 -1
- package/json-schema/integration/VercelFramework.json +18 -1
- package/json-schema/integration/VercelMonitoring.json +58 -1
- package/json-schema/integration/VercelProject.json +316 -1
- package/json-schema/integration/VercelProvider.json +7 -1
- package/json-schema/integration/VercelTeam.json +14 -1
- package/json-schema/integration/WebhookConfig.json +195 -1
- package/json-schema/integration/WebhookEvent.json +14 -1
- package/json-schema/integration/WebhookSignatureAlgorithm.json +9 -1
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +424 -0
- package/json-schema/kernel/BreakingChange.json +63 -0
- package/json-schema/kernel/CapabilityConformanceLevel.json +16 -0
- package/json-schema/kernel/CompatibilityLevel.json +17 -0
- package/json-schema/kernel/CompatibilityMatrixEntry.json +123 -0
- package/json-schema/kernel/DeadLetterQueueEntry.json +137 -0
- package/json-schema/kernel/DependencyConflict.json +102 -0
- package/json-schema/kernel/DependencyResolutionResult.json +163 -0
- package/json-schema/kernel/DeprecationNotice.json +38 -0
- package/json-schema/kernel/DistributedStateConfig.json +78 -0
- package/json-schema/kernel/Event.json +77 -0
- package/json-schema/kernel/EventBusConfig.json +552 -0
- package/json-schema/kernel/EventHandler.json +63 -0
- package/json-schema/kernel/EventLogEntry.json +153 -0
- package/json-schema/kernel/EventMessageQueueConfig.json +79 -0
- package/json-schema/kernel/EventMetadata.json +53 -0
- package/json-schema/kernel/EventPersistence.json +36 -0
- package/json-schema/kernel/EventPhase.json +15 -0
- package/json-schema/kernel/EventPriority.json +16 -0
- package/json-schema/kernel/EventQueueConfig.json +67 -0
- package/json-schema/kernel/EventReplayConfig.json +50 -0
- package/json-schema/kernel/EventRoute.json +27 -0
- package/json-schema/kernel/EventSourcingConfig.json +65 -0
- package/json-schema/kernel/EventTypeDefinition.json +45 -0
- package/json-schema/kernel/EventWebhookConfig.json +119 -0
- package/json-schema/kernel/ExtensionPoint.json +67 -0
- package/json-schema/kernel/FeatureFlag.json +87 -0
- package/json-schema/kernel/FeatureStrategy.json +16 -0
- package/json-schema/kernel/GracefulDegradation.json +87 -0
- package/json-schema/kernel/HealthStatus.json +33 -0
- package/json-schema/kernel/HookRegisteredEvent.json +30 -0
- package/json-schema/kernel/HookTriggeredEvent.json +34 -0
- package/json-schema/kernel/HotReloadConfig.json +138 -0
- package/json-schema/kernel/KernelContext.json +62 -0
- package/json-schema/kernel/KernelEventBase.json +19 -0
- package/json-schema/kernel/KernelReadyEvent.json +29 -0
- package/json-schema/kernel/KernelShutdownEvent.json +23 -0
- package/json-schema/kernel/Manifest.json +1432 -0
- package/json-schema/kernel/MetadataCollectionInfo.json +53 -0
- package/json-schema/kernel/MetadataExportOptions.json +49 -0
- package/json-schema/kernel/MetadataFormat.json +15 -0
- package/json-schema/kernel/MetadataImportOptions.json +42 -0
- package/json-schema/kernel/MetadataLoadOptions.json +52 -0
- package/json-schema/kernel/MetadataLoadResult.json +86 -0
- package/json-schema/kernel/MetadataLoaderContract.json +77 -0
- package/json-schema/kernel/MetadataManagerConfig.json +108 -0
- package/json-schema/kernel/MetadataSaveOptions.json +64 -0
- package/json-schema/kernel/MetadataSaveResult.json +42 -0
- package/json-schema/kernel/MetadataStats.json +51 -0
- package/json-schema/kernel/MetadataWatchEvent.json +48 -0
- package/json-schema/kernel/MultiVersionSupport.json +91 -0
- package/json-schema/kernel/OpsDomainModule.json +26 -0
- package/json-schema/kernel/OpsFilePath.json +9 -0
- package/json-schema/kernel/OpsPluginStructure.json +26 -0
- package/json-schema/kernel/Permission.json +110 -0
- package/json-schema/kernel/PermissionAction.json +23 -0
- package/json-schema/kernel/PermissionScope.json +17 -0
- package/json-schema/kernel/PermissionSet.json +160 -0
- package/json-schema/kernel/Plugin.json +32 -0
- package/json-schema/kernel/PluginCaching.json +77 -0
- package/json-schema/kernel/PluginCapability.json +127 -0
- package/json-schema/kernel/PluginCapabilityManifest.json +410 -0
- package/json-schema/kernel/PluginCodeSplitting.json +56 -0
- package/json-schema/kernel/PluginCompatibilityMatrix.json +177 -0
- package/json-schema/kernel/PluginContext.json +82 -0
- package/json-schema/kernel/PluginDependency.json +39 -0
- package/json-schema/kernel/PluginDependencyResolution.json +88 -0
- package/json-schema/kernel/PluginDynamicImport.json +69 -0
- package/json-schema/kernel/PluginErrorEvent.json +46 -0
- package/json-schema/kernel/PluginEventBase.json +24 -0
- package/json-schema/kernel/PluginHealthCheck.json +61 -0
- package/json-schema/kernel/PluginHealthReport.json +128 -0
- package/json-schema/kernel/PluginHealthStatus.json +18 -0
- package/json-schema/kernel/PluginHotReload.json +80 -0
- package/json-schema/kernel/PluginInitialization.json +64 -0
- package/json-schema/kernel/PluginInterface.json +141 -0
- package/json-schema/{system → kernel}/PluginLifecycle.json +5 -1
- package/json-schema/kernel/PluginLifecycleEventType.json +31 -0
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +38 -0
- package/json-schema/kernel/PluginLoadingConfig.json +635 -0
- package/json-schema/kernel/PluginLoadingEvent.json +67 -0
- package/json-schema/kernel/PluginLoadingState.json +54 -0
- package/json-schema/kernel/PluginLoadingStrategy.json +17 -0
- package/json-schema/kernel/PluginMetadata.json +37 -0
- package/json-schema/kernel/PluginPerformanceMonitoring.json +70 -0
- package/json-schema/kernel/PluginPreloadConfig.json +73 -0
- package/json-schema/kernel/PluginRegisteredEvent.json +28 -0
- package/json-schema/kernel/PluginSandboxing.json +87 -0
- package/json-schema/kernel/PluginSecurityManifest.json +1189 -0
- package/json-schema/kernel/PluginStartupResult.json +73 -0
- package/json-schema/kernel/PluginStateSnapshot.json +50 -0
- package/json-schema/kernel/PluginTrustLevel.json +17 -0
- package/json-schema/kernel/PluginUpdateStrategy.json +102 -0
- package/json-schema/kernel/PluginVersionMetadata.json +362 -0
- package/json-schema/kernel/ProtocolFeature.json +34 -0
- package/json-schema/kernel/ProtocolReference.json +56 -0
- package/json-schema/kernel/ProtocolVersion.json +30 -0
- package/json-schema/kernel/RealTimeNotificationConfig.json +85 -0
- package/json-schema/kernel/ResourceType.json +28 -0
- package/json-schema/kernel/RuntimeConfig.json +138 -0
- package/json-schema/kernel/RuntimeMode.json +16 -0
- package/json-schema/kernel/SandboxConfig.json +312 -0
- package/json-schema/kernel/ScopeConfig.json +28 -0
- package/json-schema/kernel/ScopeInfo.json +39 -0
- package/json-schema/kernel/SecurityPolicy.json +172 -0
- package/json-schema/kernel/SecurityScanResult.json +352 -0
- package/json-schema/kernel/SecurityVulnerability.json +92 -0
- package/json-schema/kernel/SemanticVersion.json +41 -0
- package/json-schema/kernel/ServiceFactoryRegistration.json +44 -0
- package/json-schema/kernel/ServiceMetadata.json +43 -0
- package/json-schema/kernel/ServiceRegisteredEvent.json +28 -0
- package/json-schema/kernel/ServiceRegistryConfig.json +39 -0
- package/json-schema/kernel/ServiceScopeType.json +15 -0
- package/json-schema/kernel/ServiceUnregisteredEvent.json +24 -0
- package/json-schema/kernel/StartupOptions.json +36 -0
- package/json-schema/kernel/StartupOrchestrationResult.json +104 -0
- package/json-schema/kernel/ValidationError.json +28 -0
- package/json-schema/kernel/ValidationResult.json +71 -0
- package/json-schema/kernel/ValidationWarning.json +28 -0
- package/json-schema/kernel/VersionConstraint.json +60 -0
- package/json-schema/qa/TestAction.json +36 -1
- package/json-schema/qa/TestActionType.json +13 -1
- package/json-schema/qa/TestAssertion.json +31 -1
- package/json-schema/qa/TestAssertionType.json +16 -1
- package/json-schema/qa/TestContext.json +5 -1
- package/json-schema/qa/TestScenario.json +335 -1
- package/json-schema/qa/TestStep.json +93 -1
- package/json-schema/qa/TestSuite.json +351 -1
- package/json-schema/security/AuditPolicy.json +31 -0
- package/json-schema/security/CriteriaSharingRule.json +82 -0
- package/json-schema/security/FieldPermission.json +22 -0
- package/json-schema/security/NetworkPolicy.json +31 -0
- package/json-schema/security/OWDModel.json +15 -0
- package/json-schema/security/ObjectPermission.json +57 -0
- package/json-schema/security/OwnerSharingRule.json +102 -0
- package/json-schema/security/PasswordPolicy.json +41 -0
- package/json-schema/security/PermissionSet.json +193 -0
- package/json-schema/security/Policy.json +138 -0
- package/json-schema/security/RLSConfig.json +59 -0
- package/json-schema/security/RLSEvaluationResult.json +40 -0
- package/json-schema/security/RLSOperation.json +16 -0
- package/json-schema/security/RLSUserContext.json +51 -0
- package/json-schema/security/RowLevelSecurityPolicy.json +77 -0
- package/json-schema/security/SessionPolicy.json +27 -0
- package/json-schema/security/ShareRecipientType.json +16 -0
- package/json-schema/security/SharingLevel.json +14 -0
- package/json-schema/security/SharingRule.json +182 -0
- package/json-schema/{permission → security}/SharingRuleType.json +7 -1
- package/json-schema/security/Territory.json +79 -0
- package/json-schema/security/TerritoryModel.json +34 -0
- package/json-schema/security/TerritoryType.json +15 -0
- package/json-schema/shared/CorsConfig.json +51 -1
- package/json-schema/shared/EventName.json +6 -1
- package/json-schema/shared/FieldMapping.json +136 -1
- package/json-schema/shared/HttpMethod.json +12 -1
- package/json-schema/shared/RateLimitConfig.json +21 -1
- package/json-schema/shared/SnakeCaseIdentifier.json +6 -1
- package/json-schema/shared/StaticMount.json +22 -1
- package/json-schema/shared/SystemIdentifier.json +6 -1
- package/json-schema/shared/TransformType.json +114 -1
- package/json-schema/system/AccessControlConfig.json +100 -1
- package/json-schema/system/AddFieldOperation.json +877 -1
- package/json-schema/system/AnalyzerConfig.json +35 -1
- package/json-schema/system/AuditConfig.json +580 -1
- package/json-schema/system/AuditEvent.json +226 -1
- package/json-schema/system/AuditEventActor.json +42 -1
- package/json-schema/system/AuditEventChange.json +19 -1
- package/json-schema/system/AuditEventFilter.json +121 -1
- package/json-schema/system/AuditEventSeverity.json +13 -1
- package/json-schema/system/AuditEventTarget.json +27 -1
- package/json-schema/system/AuditEventType.json +47 -1
- package/json-schema/system/AuditLogConfig.json +42 -1
- package/json-schema/system/AuditRetentionPolicy.json +67 -1
- package/json-schema/system/AuditStorageConfig.json +54 -1
- package/json-schema/system/AuthConfig.json +100 -0
- package/json-schema/system/AuthPluginConfig.json +32 -0
- package/json-schema/system/AuthProviderConfig.json +36 -0
- package/json-schema/system/AwarenessEvent.json +45 -1
- package/json-schema/system/AwarenessSession.json +111 -1
- package/json-schema/system/AwarenessUpdate.json +29 -1
- package/json-schema/system/AwarenessUserState.json +71 -1
- package/json-schema/system/BatchProgress.json +66 -1
- package/json-schema/system/BatchTask.json +57 -1
- package/json-schema/system/BucketConfig.json +326 -1
- package/json-schema/system/CRDTMergeResult.json +289 -1
- package/json-schema/system/CRDTState.json +252 -1
- package/json-schema/system/CRDTType.json +14 -1
- package/json-schema/system/CacheConfig.json +115 -1
- package/json-schema/system/CacheInvalidation.json +37 -1
- package/json-schema/system/CacheStrategy.json +10 -1
- package/json-schema/system/CacheTier.json +46 -1
- package/json-schema/system/ChangeImpact.json +49 -1
- package/json-schema/system/ChangePriority.json +9 -1
- package/json-schema/system/ChangeRequest.json +307 -1
- package/json-schema/system/ChangeSet.json +7418 -1
- package/json-schema/system/ChangeStatus.json +15 -1
- package/json-schema/system/ChangeType.json +9 -1
- package/json-schema/system/CollaborationMode.json +9 -1
- package/json-schema/system/CollaborationSession.json +569 -1
- package/json-schema/system/CollaborationSessionConfig.json +80 -1
- package/json-schema/system/CollaborativeCursor.json +183 -1
- package/json-schema/system/ComplianceConfig.json +196 -1
- package/json-schema/system/ConsoleDestinationConfig.json +23 -1
- package/json-schema/system/ConsumerConfig.json +28 -1
- package/json-schema/system/CoreServiceName.json +25 -0
- package/json-schema/system/CounterOperation.json +24 -1
- package/json-schema/system/CreateObjectOperation.json +2696 -1
- package/json-schema/system/CronSchedule.json +23 -1
- package/json-schema/system/CursorColorPreset.json +15 -1
- package/json-schema/system/CursorSelection.json +60 -1
- package/json-schema/system/CursorStyle.json +53 -1
- package/json-schema/system/CursorUpdate.json +95 -1
- package/json-schema/system/DeadLetterQueue.json +20 -1
- package/json-schema/system/DeleteObjectOperation.json +17 -1
- package/json-schema/system/EmailTemplate.json +63 -1
- package/json-schema/system/EncryptionAlgorithm.json +8 -1
- package/json-schema/system/EncryptionConfig.json +87 -1
- package/json-schema/system/ExecuteSqlOperation.json +20 -1
- package/json-schema/system/ExtendedLogLevel.json +12 -1
- package/json-schema/system/ExternalServiceDestinationConfig.json +45 -1
- package/json-schema/system/FacetConfig.json +24 -1
- package/json-schema/system/FieldEncryption.json +104 -1
- package/json-schema/system/FileDestinationConfig.json +50 -1
- package/json-schema/system/FileMetadata.json +44 -1
- package/json-schema/system/GCounter.json +22 -1
- package/json-schema/system/GDPRConfig.json +65 -1
- package/json-schema/system/HIPAAConfig.json +39 -1
- package/json-schema/system/HistogramBucketConfig.json +86 -1
- package/json-schema/system/HttpDestinationConfig.json +105 -1
- package/json-schema/system/HttpServerConfig.json +150 -1
- package/json-schema/system/InAppNotification.json +42 -1
- package/json-schema/system/IntervalSchedule.json +19 -1
- package/json-schema/system/Job.json +126 -1
- package/json-schema/system/JobExecution.json +43 -1
- package/json-schema/system/JobExecutionStatus.json +9 -1
- package/json-schema/system/KernelServiceMap.json +30 -0
- package/json-schema/system/KeyManagementProvider.json +10 -1
- package/json-schema/system/KeyRotationPolicy.json +23 -1
- package/json-schema/system/LWWRegister.json +45 -1
- package/json-schema/system/LifecycleAction.json +9 -1
- package/json-schema/system/LifecyclePolicyConfig.json +78 -1
- package/json-schema/system/LifecyclePolicyRule.json +62 -1
- package/json-schema/system/Locale.json +4 -1
- package/json-schema/system/LogDestination.json +289 -1
- package/json-schema/system/LogDestinationType.json +20 -1
- package/json-schema/system/LogEnrichmentConfig.json +53 -1
- package/json-schema/system/LogEntry.json +58 -1
- package/json-schema/system/LogFormat.json +9 -1
- package/json-schema/system/LogLevel.json +12 -1
- package/json-schema/system/LoggerConfig.json +69 -1
- package/json-schema/system/LoggingConfig.json +608 -1
- package/json-schema/system/MaskingConfig.json +71 -1
- package/json-schema/system/MaskingRule.json +51 -1
- package/json-schema/system/MaskingStrategy.json +12 -1
- package/json-schema/system/MessageQueueConfig.json +137 -1
- package/json-schema/system/MessageQueueProvider.json +11 -1
- package/json-schema/system/MetadataCollectionInfo.json +23 -1
- package/json-schema/system/MetadataExportOptions.json +38 -1
- package/json-schema/system/MetadataFormat.json +12 -1
- package/json-schema/system/MetadataImportOptions.json +26 -1
- package/json-schema/system/MetadataLoadOptions.json +49 -1
- package/json-schema/system/MetadataLoadResult.json +72 -1
- package/json-schema/system/MetadataLoaderContract.json +57 -1
- package/json-schema/system/MetadataManagerConfig.json +37 -1
- package/json-schema/system/MetadataRecord.json +83 -0
- package/json-schema/system/MetadataSaveOptions.json +48 -1
- package/json-schema/system/MetadataSaveResult.json +65 -1
- package/json-schema/system/MetadataScope.json +14 -0
- package/json-schema/system/MetadataState.json +15 -0
- package/json-schema/system/MetadataStats.json +38 -1
- package/json-schema/system/MetadataWatchEvent.json +73 -1
- package/json-schema/system/MetricAggregationConfig.json +63 -1
- package/json-schema/system/MetricAggregationType.json +19 -1
- package/json-schema/system/MetricDataPoint.json +129 -1
- package/json-schema/system/MetricDefinition.json +187 -1
- package/json-schema/system/MetricExportConfig.json +87 -1
- package/json-schema/system/MetricLabels.json +7 -1
- package/json-schema/system/MetricType.json +10 -1
- package/json-schema/system/MetricUnit.json +26 -1
- package/json-schema/system/MetricsConfig.json +712 -1
- package/json-schema/system/MiddlewareConfig.json +64 -1
- package/json-schema/system/MiddlewareType.json +12 -1
- package/json-schema/system/MigrationDependency.json +15 -1
- package/json-schema/system/MigrationOperation.json +3682 -1
- package/json-schema/system/ModifyFieldOperation.json +26 -1
- package/json-schema/system/MultipartUploadConfig.json +43 -1
- package/json-schema/system/NotificationChannel.json +12 -1
- package/json-schema/system/NotificationConfig.json +337 -1
- package/json-schema/system/ORSet.json +51 -1
- package/json-schema/system/ORSetElement.json +33 -1
- package/json-schema/system/OTComponent.json +70 -1
- package/json-schema/system/OTOperation.json +122 -1
- package/json-schema/system/OTOperationType.json +8 -1
- package/json-schema/system/OTTransformResult.json +144 -1
- package/json-schema/system/ObjectMetadata.json +84 -1
- package/json-schema/system/ObjectStorageConfig.json +469 -1
- package/json-schema/system/OnceSchedule.json +19 -1
- package/json-schema/system/OpenTelemetryCompatibility.json +190 -1
- package/json-schema/system/OtelExporterType.json +16 -1
- package/json-schema/system/PCIDSSConfig.json +41 -1
- package/json-schema/system/PNCounter.json +31 -1
- package/json-schema/system/PresignedUrlConfig.json +43 -1
- package/json-schema/system/PushNotification.json +54 -1
- package/json-schema/system/QueueConfig.json +127 -1
- package/json-schema/system/RemoveFieldOperation.json +21 -1
- package/json-schema/system/RenameObjectOperation.json +21 -1
- package/json-schema/system/RetryPolicy.json +24 -1
- package/json-schema/system/RollbackPlan.json +45 -1
- package/json-schema/system/RouteHandlerMetadata.json +79 -1
- package/json-schema/system/SMSTemplate.json +30 -1
- package/json-schema/system/SamplingDecision.json +9 -1
- package/json-schema/system/SamplingStrategyType.json +14 -1
- package/json-schema/system/Schedule.json +65 -1
- package/json-schema/system/SearchConfig.json +189 -1
- package/json-schema/system/SearchIndexConfig.json +72 -1
- package/json-schema/system/SearchProvider.json +10 -1
- package/json-schema/system/ServerCapabilities.json +57 -1
- package/json-schema/system/ServerEvent.json +33 -1
- package/json-schema/system/ServerEventType.json +12 -1
- package/json-schema/system/ServerStatus.json +87 -1
- package/json-schema/system/ServiceConfig.json +42 -0
- package/json-schema/system/ServiceCriticality.json +14 -0
- package/json-schema/system/ServiceLevelIndicator.json +99 -1
- package/json-schema/system/ServiceLevelObjective.json +164 -1
- package/json-schema/system/ServiceStatus.json +62 -0
- package/json-schema/system/Span.json +381 -1
- package/json-schema/system/SpanAttributeValue.json +32 -1
- package/json-schema/system/SpanAttributes.json +36 -1
- package/json-schema/system/SpanEvent.json +56 -1
- package/json-schema/system/SpanKind.json +11 -1
- package/json-schema/system/SpanLink.json +104 -1
- package/json-schema/system/SpanStatus.json +9 -1
- package/json-schema/system/StorageAcl.json +12 -1
- package/json-schema/system/StorageClass.json +11 -1
- package/json-schema/system/StorageConnection.json +56 -1
- package/json-schema/system/StorageProvider.json +15 -1
- package/json-schema/system/StorageScope.json +16 -1
- package/json-schema/system/StructuredLogEntry.json +185 -1
- package/json-schema/system/SuspiciousActivityRule.json +169 -1
- package/json-schema/system/Task.json +139 -1
- package/json-schema/system/TaskExecutionResult.json +79 -1
- package/json-schema/system/TaskPriority.json +10 -1
- package/json-schema/system/TaskRetryPolicy.json +40 -1
- package/json-schema/system/TaskStatus.json +13 -1
- package/json-schema/system/TextCRDTOperation.json +46 -1
- package/json-schema/system/TextCRDTState.json +99 -1
- package/json-schema/system/TimeSeries.json +63 -1
- package/json-schema/system/TimeSeriesDataPoint.json +27 -1
- package/json-schema/system/TopicConfig.json +33 -1
- package/json-schema/system/TraceContext.json +58 -1
- package/json-schema/system/TraceContextPropagation.json +73 -1
- package/json-schema/system/TraceFlags.json +6 -1
- package/json-schema/system/TracePropagationFormat.json +13 -1
- package/json-schema/system/TraceSamplingConfig.json +180 -1
- package/json-schema/system/TraceState.json +17 -1
- package/json-schema/system/TracingConfig.json +533 -1
- package/json-schema/system/TranslationBundle.json +72 -1
- package/json-schema/system/TranslationData.json +69 -1
- package/json-schema/system/UserActivityStatus.json +9 -1
- package/json-schema/system/VectorClock.json +17 -1
- package/json-schema/system/WorkerConfig.json +182 -1
- package/json-schema/system/WorkerStats.json +84 -1
- package/json-schema/ui/Action.json +180 -1
- package/json-schema/ui/ActionParam.json +89 -1
- package/json-schema/ui/Animation.json +50 -1
- package/json-schema/ui/App.json +307 -1
- package/json-schema/ui/AppBranding.json +18 -1
- package/json-schema/ui/BorderRadius.json +38 -1
- package/json-schema/ui/Breakpoints.json +30 -1
- package/json-schema/ui/CalendarConfig.json +22 -1
- package/json-schema/ui/ChartAnnotation.json +60 -0
- package/json-schema/ui/ChartAxis.json +57 -0
- package/json-schema/ui/ChartConfig.json +353 -1
- package/json-schema/ui/ChartInteraction.json +28 -0
- package/json-schema/ui/ChartSeries.json +84 -0
- package/json-schema/ui/ChartType.json +43 -1
- package/json-schema/ui/ColorPalette.json +77 -1
- package/json-schema/ui/Dashboard.json +515 -1
- package/json-schema/ui/DashboardNavItem.json +38 -1
- package/json-schema/ui/DashboardWidget.json +487 -1
- package/json-schema/ui/FieldWidgetProps.json +892 -1
- package/json-schema/ui/FormField.json +55 -1
- package/json-schema/ui/FormSection.json +95 -1
- package/json-schema/ui/FormView.json +351 -1
- package/json-schema/ui/GanttConfig.json +26 -1
- package/json-schema/ui/GroupNavItem.json +38 -1
- package/json-schema/ui/HttpMethod.json +10 -1
- package/json-schema/ui/HttpRequest.json +40 -1
- package/json-schema/ui/KanbanConfig.json +25 -1
- package/json-schema/ui/ListColumn.json +59 -1
- package/json-schema/ui/ListView.json +453 -1
- package/json-schema/ui/NavigationConfig.json +46 -0
- package/json-schema/ui/NavigationItem.json +223 -1
- package/json-schema/ui/NavigationMode.json +18 -0
- package/json-schema/ui/ObjectNavItem.json +42 -1
- package/json-schema/ui/Page.json +190 -1
- package/json-schema/ui/PageCardProps.json +27 -1
- package/json-schema/ui/PageComponent.json +78 -1
- package/json-schema/ui/PageComponentType.json +26 -1
- package/json-schema/ui/PageHeaderProps.json +33 -1
- package/json-schema/ui/PageNavItem.json +43 -1
- package/json-schema/ui/PageRegion.json +105 -1
- package/json-schema/ui/PageTabsProps.json +49 -1
- package/json-schema/ui/PageVariable.json +31 -0
- package/json-schema/ui/PaginationConfig.json +20 -1
- package/json-schema/ui/RecordDetailsProps.json +31 -1
- package/json-schema/ui/RecordHighlightsProps.json +18 -1
- package/json-schema/ui/RecordRelatedListProps.json +33 -1
- package/json-schema/ui/Report.json +428 -1
- package/json-schema/ui/ReportChart.json +260 -1
- package/json-schema/ui/ReportColumn.json +29 -1
- package/json-schema/ui/ReportGrouping.json +32 -1
- package/json-schema/ui/ReportType.json +9 -1
- package/json-schema/ui/SelectionConfig.json +16 -1
- package/json-schema/ui/Shadow.json +38 -1
- package/json-schema/ui/Spacing.json +58 -1
- package/json-schema/ui/Theme.json +537 -1
- package/json-schema/ui/ThemeMode.json +8 -1
- package/json-schema/ui/Typography.json +136 -1
- package/json-schema/ui/UrlNavItem.json +47 -1
- package/json-schema/ui/View.json +1622 -1
- package/json-schema/ui/ViewData.json +136 -1
- package/json-schema/ui/WidgetEvent.json +36 -1
- package/json-schema/ui/WidgetLifecycle.json +34 -1
- package/json-schema/ui/WidgetManifest.json +310 -1
- package/json-schema/ui/WidgetProperty.json +52 -1
- package/json-schema/ui/WidgetSource.json +83 -0
- package/json-schema/ui/ZIndex.json +38 -1
- package/package.json +3 -3
- package/dist/auth/config.zod.d.ts +0 -1050
- package/dist/auth/config.zod.d.ts.map +0 -1
- package/dist/auth/config.zod.js +0 -641
- package/dist/auth/identity.zod.d.ts +0 -81
- package/dist/auth/identity.zod.d.ts.map +0 -1
- package/dist/auth/index.d.ts.map +0 -1
- package/dist/auth/organization.zod.d.ts +0 -68
- package/dist/auth/organization.zod.d.ts.map +0 -1
- package/dist/auth/policy.zod.d.ts +0 -72
- package/dist/auth/policy.zod.d.ts.map +0 -1
- package/dist/auth/protocol.d.ts.map +0 -1
- package/dist/auth/role.zod.d.ts.map +0 -1
- package/dist/auth/scim.zod.d.ts +0 -570
- package/dist/auth/scim.zod.d.ts.map +0 -1
- package/dist/hub/marketplace-enhanced.zod.d.ts +0 -1028
- package/dist/hub/marketplace-enhanced.zod.d.ts.map +0 -1
- package/dist/hub/marketplace-enhanced.zod.js +0 -728
- package/dist/permission/index.d.ts.map +0 -1
- package/dist/permission/permission.zod.d.ts +0 -96
- package/dist/permission/permission.zod.d.ts.map +0 -1
- package/dist/permission/rls.zod.d.ts +0 -298
- package/dist/permission/rls.zod.d.ts.map +0 -1
- package/dist/permission/sharing.zod.d.ts +0 -112
- package/dist/permission/sharing.zod.d.ts.map +0 -1
- package/dist/permission/territory.zod.d.ts +0 -83
- package/dist/permission/territory.zod.d.ts.map +0 -1
- package/dist/system/context.zod.d.ts +0 -33
- package/dist/system/context.zod.d.ts.map +0 -1
- package/dist/system/datasource.zod.d.ts +0 -85
- package/dist/system/datasource.zod.d.ts.map +0 -1
- package/dist/system/events.zod.d.ts +0 -756
- package/dist/system/events.zod.d.ts.map +0 -1
- package/dist/system/feature.zod.d.ts +0 -73
- package/dist/system/feature.zod.d.ts.map +0 -1
- package/dist/system/manifest.zod.d.ts +0 -430
- package/dist/system/manifest.zod.d.ts.map +0 -1
- package/dist/system/metadata-loader.zod.d.ts +0 -222
- package/dist/system/metadata-loader.zod.d.ts.map +0 -1
- package/dist/system/plugin-capability.zod.d.ts +0 -286
- package/dist/system/plugin-capability.zod.d.ts.map +0 -1
- package/dist/system/plugin-lifecycle-advanced.zod.d.ts +0 -357
- package/dist/system/plugin-lifecycle-advanced.zod.d.ts.map +0 -1
- package/dist/system/plugin-lifecycle-events.zod.d.ts.map +0 -1
- package/dist/system/plugin-loading.zod.d.ts +0 -575
- package/dist/system/plugin-loading.zod.d.ts.map +0 -1
- package/dist/system/plugin-security-advanced.zod.d.ts +0 -904
- package/dist/system/plugin-security-advanced.zod.d.ts.map +0 -1
- package/dist/system/plugin-validator.zod.d.ts +0 -98
- package/dist/system/plugin-validator.zod.d.ts.map +0 -1
- package/dist/system/plugin-versioning.zod.d.ts +0 -438
- package/dist/system/plugin-versioning.zod.d.ts.map +0 -1
- package/dist/system/plugin.zod.d.ts +0 -421
- package/dist/system/plugin.zod.d.ts.map +0 -1
- package/dist/system/plugin.zod.js +0 -123
- package/dist/system/startup-orchestrator.zod.d.ts +0 -119
- package/dist/system/startup-orchestrator.zod.d.ts.map +0 -1
- package/json-schema/auth/APIKey.json +0 -7
- package/json-schema/auth/Account.json +0 -7
- package/json-schema/auth/AccountLinkingConfig.json +0 -7
- package/json-schema/auth/ApplicationAuthConfig.json +0 -7
- package/json-schema/auth/AuditPolicy.json +0 -7
- package/json-schema/auth/AuthConfig.json +0 -7
- package/json-schema/auth/AuthPluginConfig.json +0 -7
- package/json-schema/auth/AuthStrategy.json +0 -7
- package/json-schema/auth/BasicAuth.json +0 -7
- package/json-schema/auth/BearerAuth.json +0 -7
- package/json-schema/auth/CSRFConfig.json +0 -7
- package/json-schema/auth/DatabaseAdapter.json +0 -7
- package/json-schema/auth/DatabaseMapping.json +0 -7
- package/json-schema/auth/EmailPasswordConfig.json +0 -7
- package/json-schema/auth/EnterpriseAuthConfig.json +0 -7
- package/json-schema/auth/Invitation.json +0 -7
- package/json-schema/auth/InvitationStatus.json +0 -7
- package/json-schema/auth/JWTAuth.json +0 -7
- package/json-schema/auth/LDAPConfig.json +0 -7
- package/json-schema/auth/MagicLinkConfig.json +0 -7
- package/json-schema/auth/Member.json +0 -7
- package/json-schema/auth/NetworkPolicy.json +0 -7
- package/json-schema/auth/NoAuth.json +0 -7
- package/json-schema/auth/OAuth2.json +0 -7
- package/json-schema/auth/OAuthProvider.json +0 -7
- package/json-schema/auth/OIDCConfig.json +0 -7
- package/json-schema/auth/Organization.json +0 -7
- package/json-schema/auth/PasskeyConfig.json +0 -7
- package/json-schema/auth/PasswordPolicy.json +0 -7
- package/json-schema/auth/Policy.json +0 -7
- package/json-schema/auth/RateLimitConfig.json +0 -7
- package/json-schema/auth/Role.json +0 -7
- package/json-schema/auth/SAMLAuth.json +0 -7
- package/json-schema/auth/SAMLConfig.json +0 -7
- package/json-schema/auth/SCIMAddress.json +0 -7
- package/json-schema/auth/SCIMEmail.json +0 -7
- package/json-schema/auth/SCIMEnterpriseUser.json +0 -7
- package/json-schema/auth/SCIMError.json +0 -7
- package/json-schema/auth/SCIMGroup.json +0 -7
- package/json-schema/auth/SCIMGroupReference.json +0 -7
- package/json-schema/auth/SCIMListResponse.json +0 -7
- package/json-schema/auth/SCIMMemberReference.json +0 -7
- package/json-schema/auth/SCIMMeta.json +0 -7
- package/json-schema/auth/SCIMName.json +0 -7
- package/json-schema/auth/SCIMPatchOperation.json +0 -7
- package/json-schema/auth/SCIMPatchRequest.json +0 -7
- package/json-schema/auth/SCIMPhoneNumber.json +0 -7
- package/json-schema/auth/SCIMUser.json +0 -7
- package/json-schema/auth/Session.json +0 -7
- package/json-schema/auth/SessionConfig.json +0 -7
- package/json-schema/auth/SessionPolicy.json +0 -7
- package/json-schema/auth/StandardAuthProvider.json +0 -7
- package/json-schema/auth/TwoFactorConfig.json +0 -7
- package/json-schema/auth/User.json +0 -7
- package/json-schema/auth/UserFieldMapping.json +0 -7
- package/json-schema/auth/VerificationToken.json +0 -7
- package/json-schema/automation/SlackMessageAction.json +0 -7
- package/json-schema/automation/SmsNotificationAction.json +0 -7
- package/json-schema/automation/TeamsMessageAction.json +0 -7
- package/json-schema/automation/WebhookTriggerAction.json +0 -7
- package/json-schema/hub/MarketplaceQualityMetrics.json +0 -7
- package/json-schema/hub/PluginCategory.json +0 -7
- package/json-schema/hub/PluginCertification.json +0 -7
- package/json-schema/hub/PluginInstallationRequest.json +0 -7
- package/json-schema/hub/PluginInstallationStatus.json +0 -7
- package/json-schema/hub/PluginLicense.json +0 -7
- package/json-schema/hub/PluginMarketplaceListing.json +0 -7
- package/json-schema/hub/PluginRating.json +0 -7
- package/json-schema/hub/PluginRevenueSharing.json +0 -7
- package/json-schema/hub/PluginSearchQuery.json +0 -7
- package/json-schema/hub/PluginTag.json +0 -7
- package/json-schema/permission/CriteriaSharingRule.json +0 -7
- package/json-schema/permission/FieldPermission.json +0 -7
- package/json-schema/permission/OWDModel.json +0 -7
- package/json-schema/permission/ObjectPermission.json +0 -7
- package/json-schema/permission/OwnerSharingRule.json +0 -7
- package/json-schema/permission/PermissionSet.json +0 -7
- package/json-schema/permission/RLSConfig.json +0 -7
- package/json-schema/permission/RLSEvaluationResult.json +0 -7
- package/json-schema/permission/RLSOperation.json +0 -7
- package/json-schema/permission/RLSUserContext.json +0 -7
- package/json-schema/permission/RowLevelSecurityPolicy.json +0 -7
- package/json-schema/permission/ShareRecipientType.json +0 -7
- package/json-schema/permission/SharingLevel.json +0 -7
- package/json-schema/permission/SharingRule.json +0 -7
- package/json-schema/permission/Territory.json +0 -7
- package/json-schema/permission/TerritoryModel.json +0 -7
- package/json-schema/permission/TerritoryType.json +0 -7
- package/json-schema/system/AdvancedPluginLifecycleConfig.json +0 -7
- package/json-schema/system/BreakingChange.json +0 -7
- package/json-schema/system/CapabilityConformanceLevel.json +0 -7
- package/json-schema/system/CompatibilityLevel.json +0 -7
- package/json-schema/system/CompatibilityMatrixEntry.json +0 -7
- package/json-schema/system/Datasource.json +0 -7
- package/json-schema/system/DatasourceCapabilities.json +0 -7
- package/json-schema/system/DeadLetterQueueEntry.json +0 -7
- package/json-schema/system/DependencyConflict.json +0 -7
- package/json-schema/system/DependencyResolutionResult.json +0 -7
- package/json-schema/system/DeprecationNotice.json +0 -7
- package/json-schema/system/DistributedStateConfig.json +0 -7
- package/json-schema/system/DriverDefinition.json +0 -7
- package/json-schema/system/Event.json +0 -7
- package/json-schema/system/EventBusConfig.json +0 -7
- package/json-schema/system/EventHandler.json +0 -7
- package/json-schema/system/EventLogEntry.json +0 -7
- package/json-schema/system/EventMessageQueueConfig.json +0 -7
- package/json-schema/system/EventMetadata.json +0 -7
- package/json-schema/system/EventPersistence.json +0 -7
- package/json-schema/system/EventPhase.json +0 -7
- package/json-schema/system/EventPriority.json +0 -7
- package/json-schema/system/EventQueueConfig.json +0 -7
- package/json-schema/system/EventReplayConfig.json +0 -7
- package/json-schema/system/EventRoute.json +0 -7
- package/json-schema/system/EventSourcingConfig.json +0 -7
- package/json-schema/system/EventTypeDefinition.json +0 -7
- package/json-schema/system/EventWebhookConfig.json +0 -7
- package/json-schema/system/ExtensionPoint.json +0 -7
- package/json-schema/system/FeatureFlag.json +0 -7
- package/json-schema/system/FeatureStrategy.json +0 -7
- package/json-schema/system/GracefulDegradation.json +0 -7
- package/json-schema/system/HealthStatus.json +0 -7
- package/json-schema/system/HookRegisteredEvent.json +0 -7
- package/json-schema/system/HookTriggeredEvent.json +0 -7
- package/json-schema/system/HotReloadConfig.json +0 -7
- package/json-schema/system/KernelContext.json +0 -7
- package/json-schema/system/KernelEventBase.json +0 -7
- package/json-schema/system/KernelReadyEvent.json +0 -7
- package/json-schema/system/KernelShutdownEvent.json +0 -7
- package/json-schema/system/Manifest.json +0 -7
- package/json-schema/system/MultiVersionSupport.json +0 -7
- package/json-schema/system/Permission.json +0 -7
- package/json-schema/system/PermissionAction.json +0 -7
- package/json-schema/system/PermissionScope.json +0 -7
- package/json-schema/system/PermissionSet.json +0 -7
- package/json-schema/system/Plugin.json +0 -7
- package/json-schema/system/PluginCaching.json +0 -7
- package/json-schema/system/PluginCapability.json +0 -7
- package/json-schema/system/PluginCapabilityManifest.json +0 -7
- package/json-schema/system/PluginCodeSplitting.json +0 -7
- package/json-schema/system/PluginCompatibilityMatrix.json +0 -7
- package/json-schema/system/PluginContext.json +0 -7
- package/json-schema/system/PluginDependency.json +0 -7
- package/json-schema/system/PluginDependencyResolution.json +0 -7
- package/json-schema/system/PluginDynamicImport.json +0 -7
- package/json-schema/system/PluginErrorEvent.json +0 -7
- package/json-schema/system/PluginEventBase.json +0 -7
- package/json-schema/system/PluginHealthCheck.json +0 -7
- package/json-schema/system/PluginHealthReport.json +0 -7
- package/json-schema/system/PluginHealthStatus.json +0 -7
- package/json-schema/system/PluginHotReload.json +0 -7
- package/json-schema/system/PluginInitialization.json +0 -7
- package/json-schema/system/PluginInterface.json +0 -7
- package/json-schema/system/PluginLifecycleEventType.json +0 -7
- package/json-schema/system/PluginLifecyclePhaseEvent.json +0 -7
- package/json-schema/system/PluginLoadingConfig.json +0 -7
- package/json-schema/system/PluginLoadingEvent.json +0 -7
- package/json-schema/system/PluginLoadingState.json +0 -7
- package/json-schema/system/PluginLoadingStrategy.json +0 -7
- package/json-schema/system/PluginMetadata.json +0 -7
- package/json-schema/system/PluginPerformanceMonitoring.json +0 -7
- package/json-schema/system/PluginPreloadConfig.json +0 -7
- package/json-schema/system/PluginRegisteredEvent.json +0 -7
- package/json-schema/system/PluginSandboxing.json +0 -7
- package/json-schema/system/PluginSecurityManifest.json +0 -7
- package/json-schema/system/PluginStartupResult.json +0 -7
- package/json-schema/system/PluginStateSnapshot.json +0 -7
- package/json-schema/system/PluginTrustLevel.json +0 -7
- package/json-schema/system/PluginUpdateStrategy.json +0 -7
- package/json-schema/system/PluginVersionMetadata.json +0 -7
- package/json-schema/system/ProtocolFeature.json +0 -7
- package/json-schema/system/ProtocolReference.json +0 -7
- package/json-schema/system/ProtocolVersion.json +0 -7
- package/json-schema/system/RealTimeNotificationConfig.json +0 -7
- package/json-schema/system/ResourceType.json +0 -7
- package/json-schema/system/RuntimeConfig.json +0 -7
- package/json-schema/system/RuntimeMode.json +0 -7
- package/json-schema/system/SandboxConfig.json +0 -7
- package/json-schema/system/ScopeConfig.json +0 -7
- package/json-schema/system/ScopeInfo.json +0 -7
- package/json-schema/system/SecurityPolicy.json +0 -7
- package/json-schema/system/SecurityScanResult.json +0 -7
- package/json-schema/system/SecurityVulnerability.json +0 -7
- package/json-schema/system/SemanticVersion.json +0 -7
- package/json-schema/system/ServiceFactoryRegistration.json +0 -7
- package/json-schema/system/ServiceMetadata.json +0 -7
- package/json-schema/system/ServiceRegisteredEvent.json +0 -7
- package/json-schema/system/ServiceRegistryConfig.json +0 -7
- package/json-schema/system/ServiceScopeType.json +0 -7
- package/json-schema/system/ServiceUnregisteredEvent.json +0 -7
- package/json-schema/system/StartupOptions.json +0 -7
- package/json-schema/system/StartupOrchestrationResult.json +0 -7
- package/json-schema/system/ValidationError.json +0 -7
- package/json-schema/system/ValidationResult.json +0 -7
- package/json-schema/system/ValidationWarning.json +0 -7
- package/json-schema/system/VersionConstraint.json +0 -7
- /package/dist/{system → data}/datasource.zod.js +0 -0
- /package/dist/{auth → identity}/identity.zod.js +0 -0
- /package/dist/{auth → identity}/organization.zod.js +0 -0
- /package/dist/{auth → identity}/protocol.d.ts +0 -0
- /package/dist/{auth → identity}/protocol.js +0 -0
- /package/dist/{auth → identity}/role.zod.js +0 -0
- /package/dist/{auth → identity}/scim.zod.js +0 -0
- /package/dist/{system → kernel}/context.zod.js +0 -0
- /package/dist/{system → kernel}/feature.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-capability.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-lifecycle-advanced.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-lifecycle-events.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-loading.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-security-advanced.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-validator.zod.js +0 -0
- /package/dist/{system → kernel}/startup-orchestrator.zod.js +0 -0
- /package/dist/{auth → security}/policy.zod.js +0 -0
- /package/dist/{permission → security}/rls.zod.js +0 -0
- /package/dist/{permission → security}/sharing.zod.js +0 -0
- /package/dist/{permission → security}/territory.zod.js +0 -0
|
@@ -3,34 +3,13 @@ import { z } from 'zod';
|
|
|
3
3
|
* NoSQL Database Type Enumeration
|
|
4
4
|
* Supported NoSQL database types
|
|
5
5
|
*/
|
|
6
|
-
export declare const NoSQLDatabaseTypeSchema: z.ZodEnum<
|
|
7
|
-
mongodb: "mongodb";
|
|
8
|
-
couchdb: "couchdb";
|
|
9
|
-
dynamodb: "dynamodb";
|
|
10
|
-
cassandra: "cassandra";
|
|
11
|
-
redis: "redis";
|
|
12
|
-
elasticsearch: "elasticsearch";
|
|
13
|
-
neo4j: "neo4j";
|
|
14
|
-
orientdb: "orientdb";
|
|
15
|
-
}>;
|
|
6
|
+
export declare const NoSQLDatabaseTypeSchema: z.ZodEnum<["mongodb", "couchdb", "dynamodb", "cassandra", "redis", "elasticsearch", "neo4j", "orientdb"]>;
|
|
16
7
|
export type NoSQLDatabaseType = z.infer<typeof NoSQLDatabaseTypeSchema>;
|
|
17
8
|
/**
|
|
18
9
|
* NoSQL Query Operation Types
|
|
19
10
|
* Different types of operations supported by NoSQL databases
|
|
20
11
|
*/
|
|
21
|
-
export declare const NoSQLOperationTypeSchema: z.ZodEnum<
|
|
22
|
-
find: "find";
|
|
23
|
-
count: "count";
|
|
24
|
-
distinct: "distinct";
|
|
25
|
-
insert: "insert";
|
|
26
|
-
update: "update";
|
|
27
|
-
delete: "delete";
|
|
28
|
-
aggregate: "aggregate";
|
|
29
|
-
findOne: "findOne";
|
|
30
|
-
mapReduce: "mapReduce";
|
|
31
|
-
createIndex: "createIndex";
|
|
32
|
-
dropIndex: "dropIndex";
|
|
33
|
-
}>;
|
|
12
|
+
export declare const NoSQLOperationTypeSchema: z.ZodEnum<["find", "findOne", "insert", "update", "delete", "aggregate", "mapReduce", "count", "distinct", "createIndex", "dropIndex"]>;
|
|
34
13
|
export type NoSQLOperationType = z.infer<typeof NoSQLOperationTypeSchema>;
|
|
35
14
|
/**
|
|
36
15
|
* NoSQL Consistency Level
|
|
@@ -44,29 +23,13 @@ export type NoSQLOperationType = z.infer<typeof NoSQLOperationTypeSchema>;
|
|
|
44
23
|
* - **each_quorum**: Quorum of replicas in each datacenter
|
|
45
24
|
* - **eventual**: Eventual consistency (highest availability, weakest consistency)
|
|
46
25
|
*/
|
|
47
|
-
export declare const ConsistencyLevelSchema: z.ZodEnum<
|
|
48
|
-
all: "all";
|
|
49
|
-
quorum: "quorum";
|
|
50
|
-
one: "one";
|
|
51
|
-
local_quorum: "local_quorum";
|
|
52
|
-
each_quorum: "each_quorum";
|
|
53
|
-
eventual: "eventual";
|
|
54
|
-
}>;
|
|
26
|
+
export declare const ConsistencyLevelSchema: z.ZodEnum<["all", "quorum", "one", "local_quorum", "each_quorum", "eventual"]>;
|
|
55
27
|
export type ConsistencyLevel = z.infer<typeof ConsistencyLevelSchema>;
|
|
56
28
|
/**
|
|
57
29
|
* NoSQL Index Type
|
|
58
30
|
* Types of indexes supported by NoSQL databases
|
|
59
31
|
*/
|
|
60
|
-
export declare const NoSQLIndexTypeSchema: z.ZodEnum<
|
|
61
|
-
text: "text";
|
|
62
|
-
ttl: "ttl";
|
|
63
|
-
unique: "unique";
|
|
64
|
-
single: "single";
|
|
65
|
-
compound: "compound";
|
|
66
|
-
geospatial: "geospatial";
|
|
67
|
-
hashed: "hashed";
|
|
68
|
-
sparse: "sparse";
|
|
69
|
-
}>;
|
|
32
|
+
export declare const NoSQLIndexTypeSchema: z.ZodEnum<["single", "compound", "unique", "text", "geospatial", "hashed", "ttl", "sparse"]>;
|
|
70
33
|
export type NoSQLIndexType = z.infer<typeof NoSQLIndexTypeSchema>;
|
|
71
34
|
/**
|
|
72
35
|
* NoSQL Sharding Configuration
|
|
@@ -75,13 +38,19 @@ export type NoSQLIndexType = z.infer<typeof NoSQLIndexTypeSchema>;
|
|
|
75
38
|
export declare const ShardingConfigSchema: z.ZodObject<{
|
|
76
39
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
77
40
|
shardKey: z.ZodOptional<z.ZodString>;
|
|
78
|
-
shardingStrategy: z.ZodOptional<z.ZodEnum<
|
|
79
|
-
hash: "hash";
|
|
80
|
-
range: "range";
|
|
81
|
-
zone: "zone";
|
|
82
|
-
}>>;
|
|
41
|
+
shardingStrategy: z.ZodOptional<z.ZodEnum<["hash", "range", "zone"]>>;
|
|
83
42
|
numShards: z.ZodOptional<z.ZodNumber>;
|
|
84
|
-
}, z.
|
|
43
|
+
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
enabled: boolean;
|
|
45
|
+
shardKey?: string | undefined;
|
|
46
|
+
shardingStrategy?: "hash" | "range" | "zone" | undefined;
|
|
47
|
+
numShards?: number | undefined;
|
|
48
|
+
}, {
|
|
49
|
+
enabled?: boolean | undefined;
|
|
50
|
+
shardKey?: string | undefined;
|
|
51
|
+
shardingStrategy?: "hash" | "range" | "zone" | undefined;
|
|
52
|
+
numShards?: number | undefined;
|
|
53
|
+
}>;
|
|
85
54
|
export type ShardingConfig = z.infer<typeof ShardingConfigSchema>;
|
|
86
55
|
/**
|
|
87
56
|
* NoSQL Replication Configuration
|
|
@@ -91,19 +60,21 @@ export declare const ReplicationConfigSchema: z.ZodObject<{
|
|
|
91
60
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
92
61
|
replicaSetName: z.ZodOptional<z.ZodString>;
|
|
93
62
|
replicas: z.ZodOptional<z.ZodNumber>;
|
|
94
|
-
readPreference: z.ZodOptional<z.ZodEnum<
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
writeConcern
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
63
|
+
readPreference: z.ZodOptional<z.ZodEnum<["primary", "primaryPreferred", "secondary", "secondaryPreferred", "nearest"]>>;
|
|
64
|
+
writeConcern: z.ZodOptional<z.ZodEnum<["majority", "acknowledged", "unacknowledged"]>>;
|
|
65
|
+
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
enabled: boolean;
|
|
67
|
+
replicaSetName?: string | undefined;
|
|
68
|
+
replicas?: number | undefined;
|
|
69
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
70
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
enabled?: boolean | undefined;
|
|
73
|
+
replicaSetName?: string | undefined;
|
|
74
|
+
replicas?: number | undefined;
|
|
75
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
76
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
77
|
+
}>;
|
|
107
78
|
export type ReplicationConfig = z.infer<typeof ReplicationConfigSchema>;
|
|
108
79
|
/**
|
|
109
80
|
* Document Schema Validation
|
|
@@ -111,17 +82,20 @@ export type ReplicationConfig = z.infer<typeof ReplicationConfigSchema>;
|
|
|
111
82
|
*/
|
|
112
83
|
export declare const DocumentSchemaValidationSchema: z.ZodObject<{
|
|
113
84
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
114
|
-
validationLevel: z.ZodOptional<z.ZodEnum<
|
|
115
|
-
|
|
116
|
-
moderate: "moderate";
|
|
117
|
-
off: "off";
|
|
118
|
-
}>>;
|
|
119
|
-
validationAction: z.ZodOptional<z.ZodEnum<{
|
|
120
|
-
error: "error";
|
|
121
|
-
warn: "warn";
|
|
122
|
-
}>>;
|
|
85
|
+
validationLevel: z.ZodOptional<z.ZodEnum<["strict", "moderate", "off"]>>;
|
|
86
|
+
validationAction: z.ZodOptional<z.ZodEnum<["error", "warn"]>>;
|
|
123
87
|
jsonSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
124
|
-
}, z.
|
|
88
|
+
}, "strip", z.ZodTypeAny, {
|
|
89
|
+
enabled: boolean;
|
|
90
|
+
validationLevel?: "strict" | "moderate" | "off" | undefined;
|
|
91
|
+
validationAction?: "error" | "warn" | undefined;
|
|
92
|
+
jsonSchema?: Record<string, any> | undefined;
|
|
93
|
+
}, {
|
|
94
|
+
enabled?: boolean | undefined;
|
|
95
|
+
validationLevel?: "strict" | "moderate" | "off" | undefined;
|
|
96
|
+
validationAction?: "error" | "warn" | undefined;
|
|
97
|
+
jsonSchema?: Record<string, any> | undefined;
|
|
98
|
+
}>;
|
|
125
99
|
export type DocumentSchemaValidation = z.infer<typeof DocumentSchemaValidationSchema>;
|
|
126
100
|
/**
|
|
127
101
|
* NoSQL Data Type Mapping Schema
|
|
@@ -153,7 +127,31 @@ export declare const NoSQLDataTypeMappingSchema: z.ZodObject<{
|
|
|
153
127
|
array: z.ZodOptional<z.ZodString>;
|
|
154
128
|
objectId: z.ZodOptional<z.ZodString>;
|
|
155
129
|
geopoint: z.ZodOptional<z.ZodString>;
|
|
156
|
-
}, z.
|
|
130
|
+
}, "strip", z.ZodTypeAny, {
|
|
131
|
+
number: string;
|
|
132
|
+
boolean: string;
|
|
133
|
+
date: string;
|
|
134
|
+
text: string;
|
|
135
|
+
datetime: string;
|
|
136
|
+
array?: string | undefined;
|
|
137
|
+
json?: string | undefined;
|
|
138
|
+
uuid?: string | undefined;
|
|
139
|
+
binary?: string | undefined;
|
|
140
|
+
objectId?: string | undefined;
|
|
141
|
+
geopoint?: string | undefined;
|
|
142
|
+
}, {
|
|
143
|
+
number: string;
|
|
144
|
+
boolean: string;
|
|
145
|
+
date: string;
|
|
146
|
+
text: string;
|
|
147
|
+
datetime: string;
|
|
148
|
+
array?: string | undefined;
|
|
149
|
+
json?: string | undefined;
|
|
150
|
+
uuid?: string | undefined;
|
|
151
|
+
binary?: string | undefined;
|
|
152
|
+
objectId?: string | undefined;
|
|
153
|
+
geopoint?: string | undefined;
|
|
154
|
+
}>;
|
|
157
155
|
export type NoSQLDataTypeMapping = z.infer<typeof NoSQLDataTypeMappingSchema>;
|
|
158
156
|
/**
|
|
159
157
|
* NoSQL Driver Configuration Schema
|
|
@@ -255,7 +253,7 @@ export type NoSQLDataTypeMapping = z.infer<typeof NoSQLDataTypeMappingSchema>;
|
|
|
255
253
|
*/
|
|
256
254
|
export declare const NoSQLDriverConfigSchema: z.ZodObject<{
|
|
257
255
|
name: z.ZodString;
|
|
258
|
-
capabilities: z.ZodObject<{
|
|
256
|
+
capabilities: z.ZodEffects<z.ZodObject<{
|
|
259
257
|
create: z.ZodDefault<z.ZodBoolean>;
|
|
260
258
|
read: z.ZodDefault<z.ZodBoolean>;
|
|
261
259
|
update: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -265,12 +263,7 @@ export declare const NoSQLDriverConfigSchema: z.ZodObject<{
|
|
|
265
263
|
bulkDelete: z.ZodDefault<z.ZodBoolean>;
|
|
266
264
|
transactions: z.ZodDefault<z.ZodBoolean>;
|
|
267
265
|
savepoints: z.ZodDefault<z.ZodBoolean>;
|
|
268
|
-
isolationLevels: z.ZodOptional<z.ZodArray<z.ZodEnum<
|
|
269
|
-
"read-uncommitted": "read-uncommitted";
|
|
270
|
-
"read-committed": "read-committed";
|
|
271
|
-
"repeatable-read": "repeatable-read";
|
|
272
|
-
serializable: "serializable";
|
|
273
|
-
}>>>;
|
|
266
|
+
isolationLevels: z.ZodOptional<z.ZodArray<z.ZodEnum<["read-uncommitted", "read-committed", "repeatable-read", "serializable"]>, "many">>;
|
|
274
267
|
queryFilters: z.ZodDefault<z.ZodBoolean>;
|
|
275
268
|
queryAggregations: z.ZodDefault<z.ZodBoolean>;
|
|
276
269
|
querySorting: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -293,25 +286,159 @@ export declare const NoSQLDriverConfigSchema: z.ZodObject<{
|
|
|
293
286
|
connectionPooling: z.ZodDefault<z.ZodBoolean>;
|
|
294
287
|
preparedStatements: z.ZodDefault<z.ZodBoolean>;
|
|
295
288
|
queryCache: z.ZodDefault<z.ZodBoolean>;
|
|
296
|
-
}, z.
|
|
289
|
+
}, "strip", z.ZodTypeAny, {
|
|
290
|
+
joins: boolean;
|
|
291
|
+
update: boolean;
|
|
292
|
+
delete: boolean;
|
|
293
|
+
create: boolean;
|
|
294
|
+
indexes: boolean;
|
|
295
|
+
read: boolean;
|
|
296
|
+
bulkCreate: boolean;
|
|
297
|
+
bulkUpdate: boolean;
|
|
298
|
+
bulkDelete: boolean;
|
|
299
|
+
transactions: boolean;
|
|
300
|
+
savepoints: boolean;
|
|
301
|
+
queryFilters: boolean;
|
|
302
|
+
queryAggregations: boolean;
|
|
303
|
+
querySorting: boolean;
|
|
304
|
+
queryPagination: boolean;
|
|
305
|
+
queryWindowFunctions: boolean;
|
|
306
|
+
querySubqueries: boolean;
|
|
307
|
+
queryCTE: boolean;
|
|
308
|
+
fullTextSearch: boolean;
|
|
309
|
+
jsonQuery: boolean;
|
|
310
|
+
geospatialQuery: boolean;
|
|
311
|
+
streaming: boolean;
|
|
312
|
+
jsonFields: boolean;
|
|
313
|
+
arrayFields: boolean;
|
|
314
|
+
vectorSearch: boolean;
|
|
315
|
+
geoSpatial: boolean;
|
|
316
|
+
schemaSync: boolean;
|
|
317
|
+
migrations: boolean;
|
|
318
|
+
connectionPooling: boolean;
|
|
319
|
+
preparedStatements: boolean;
|
|
320
|
+
queryCache: boolean;
|
|
321
|
+
isolationLevels?: ("read-uncommitted" | "read-committed" | "repeatable-read" | "serializable")[] | undefined;
|
|
322
|
+
}, {
|
|
323
|
+
joins?: boolean | undefined;
|
|
324
|
+
update?: boolean | undefined;
|
|
325
|
+
delete?: boolean | undefined;
|
|
326
|
+
create?: boolean | undefined;
|
|
327
|
+
indexes?: boolean | undefined;
|
|
328
|
+
read?: boolean | undefined;
|
|
329
|
+
bulkCreate?: boolean | undefined;
|
|
330
|
+
bulkUpdate?: boolean | undefined;
|
|
331
|
+
bulkDelete?: boolean | undefined;
|
|
332
|
+
transactions?: boolean | undefined;
|
|
333
|
+
savepoints?: boolean | undefined;
|
|
334
|
+
isolationLevels?: ("read-uncommitted" | "read-committed" | "repeatable-read" | "serializable")[] | undefined;
|
|
335
|
+
queryFilters?: boolean | undefined;
|
|
336
|
+
queryAggregations?: boolean | undefined;
|
|
337
|
+
querySorting?: boolean | undefined;
|
|
338
|
+
queryPagination?: boolean | undefined;
|
|
339
|
+
queryWindowFunctions?: boolean | undefined;
|
|
340
|
+
querySubqueries?: boolean | undefined;
|
|
341
|
+
queryCTE?: boolean | undefined;
|
|
342
|
+
fullTextSearch?: boolean | undefined;
|
|
343
|
+
jsonQuery?: boolean | undefined;
|
|
344
|
+
geospatialQuery?: boolean | undefined;
|
|
345
|
+
streaming?: boolean | undefined;
|
|
346
|
+
jsonFields?: boolean | undefined;
|
|
347
|
+
arrayFields?: boolean | undefined;
|
|
348
|
+
vectorSearch?: boolean | undefined;
|
|
349
|
+
geoSpatial?: boolean | undefined;
|
|
350
|
+
schemaSync?: boolean | undefined;
|
|
351
|
+
migrations?: boolean | undefined;
|
|
352
|
+
connectionPooling?: boolean | undefined;
|
|
353
|
+
preparedStatements?: boolean | undefined;
|
|
354
|
+
queryCache?: boolean | undefined;
|
|
355
|
+
}>, {
|
|
356
|
+
joins: boolean;
|
|
357
|
+
update: boolean;
|
|
358
|
+
delete: boolean;
|
|
359
|
+
create: boolean;
|
|
360
|
+
indexes: boolean;
|
|
361
|
+
read: boolean;
|
|
362
|
+
bulkCreate: boolean;
|
|
363
|
+
bulkUpdate: boolean;
|
|
364
|
+
bulkDelete: boolean;
|
|
365
|
+
transactions: boolean;
|
|
366
|
+
savepoints: boolean;
|
|
367
|
+
queryFilters: boolean;
|
|
368
|
+
queryAggregations: boolean;
|
|
369
|
+
querySorting: boolean;
|
|
370
|
+
queryPagination: boolean;
|
|
371
|
+
queryWindowFunctions: boolean;
|
|
372
|
+
querySubqueries: boolean;
|
|
373
|
+
queryCTE: boolean;
|
|
374
|
+
fullTextSearch: boolean;
|
|
375
|
+
jsonQuery: boolean;
|
|
376
|
+
geospatialQuery: boolean;
|
|
377
|
+
streaming: boolean;
|
|
378
|
+
jsonFields: boolean;
|
|
379
|
+
arrayFields: boolean;
|
|
380
|
+
vectorSearch: boolean;
|
|
381
|
+
geoSpatial: boolean;
|
|
382
|
+
schemaSync: boolean;
|
|
383
|
+
migrations: boolean;
|
|
384
|
+
connectionPooling: boolean;
|
|
385
|
+
preparedStatements: boolean;
|
|
386
|
+
queryCache: boolean;
|
|
387
|
+
isolationLevels?: ("read-uncommitted" | "read-committed" | "repeatable-read" | "serializable")[] | undefined;
|
|
388
|
+
}, {
|
|
389
|
+
joins?: boolean | undefined;
|
|
390
|
+
update?: boolean | undefined;
|
|
391
|
+
delete?: boolean | undefined;
|
|
392
|
+
create?: boolean | undefined;
|
|
393
|
+
indexes?: boolean | undefined;
|
|
394
|
+
read?: boolean | undefined;
|
|
395
|
+
bulkCreate?: boolean | undefined;
|
|
396
|
+
bulkUpdate?: boolean | undefined;
|
|
397
|
+
bulkDelete?: boolean | undefined;
|
|
398
|
+
transactions?: boolean | undefined;
|
|
399
|
+
savepoints?: boolean | undefined;
|
|
400
|
+
isolationLevels?: ("read-uncommitted" | "read-committed" | "repeatable-read" | "serializable")[] | undefined;
|
|
401
|
+
queryFilters?: boolean | undefined;
|
|
402
|
+
queryAggregations?: boolean | undefined;
|
|
403
|
+
querySorting?: boolean | undefined;
|
|
404
|
+
queryPagination?: boolean | undefined;
|
|
405
|
+
queryWindowFunctions?: boolean | undefined;
|
|
406
|
+
querySubqueries?: boolean | undefined;
|
|
407
|
+
queryCTE?: boolean | undefined;
|
|
408
|
+
fullTextSearch?: boolean | undefined;
|
|
409
|
+
jsonQuery?: boolean | undefined;
|
|
410
|
+
geospatialQuery?: boolean | undefined;
|
|
411
|
+
streaming?: boolean | undefined;
|
|
412
|
+
jsonFields?: boolean | undefined;
|
|
413
|
+
arrayFields?: boolean | undefined;
|
|
414
|
+
vectorSearch?: boolean | undefined;
|
|
415
|
+
geoSpatial?: boolean | undefined;
|
|
416
|
+
schemaSync?: boolean | undefined;
|
|
417
|
+
migrations?: boolean | undefined;
|
|
418
|
+
connectionPooling?: boolean | undefined;
|
|
419
|
+
preparedStatements?: boolean | undefined;
|
|
420
|
+
queryCache?: boolean | undefined;
|
|
421
|
+
}>;
|
|
297
422
|
connectionString: z.ZodOptional<z.ZodString>;
|
|
298
423
|
poolConfig: z.ZodOptional<z.ZodObject<{
|
|
299
424
|
min: z.ZodDefault<z.ZodNumber>;
|
|
300
425
|
max: z.ZodDefault<z.ZodNumber>;
|
|
301
426
|
idleTimeoutMillis: z.ZodDefault<z.ZodNumber>;
|
|
302
427
|
connectionTimeoutMillis: z.ZodDefault<z.ZodNumber>;
|
|
303
|
-
}, z.
|
|
428
|
+
}, "strip", z.ZodTypeAny, {
|
|
429
|
+
min: number;
|
|
430
|
+
max: number;
|
|
431
|
+
idleTimeoutMillis: number;
|
|
432
|
+
connectionTimeoutMillis: number;
|
|
433
|
+
}, {
|
|
434
|
+
min?: number | undefined;
|
|
435
|
+
max?: number | undefined;
|
|
436
|
+
idleTimeoutMillis?: number | undefined;
|
|
437
|
+
connectionTimeoutMillis?: number | undefined;
|
|
438
|
+
}>>;
|
|
439
|
+
} & {
|
|
304
440
|
type: z.ZodLiteral<"nosql">;
|
|
305
|
-
databaseType: z.ZodEnum<
|
|
306
|
-
mongodb: "mongodb";
|
|
307
|
-
couchdb: "couchdb";
|
|
308
|
-
dynamodb: "dynamodb";
|
|
309
|
-
cassandra: "cassandra";
|
|
310
|
-
redis: "redis";
|
|
311
|
-
elasticsearch: "elasticsearch";
|
|
312
|
-
neo4j: "neo4j";
|
|
313
|
-
orientdb: "orientdb";
|
|
314
|
-
}>;
|
|
441
|
+
databaseType: z.ZodEnum<["mongodb", "couchdb", "dynamodb", "cassandra", "redis", "elasticsearch", "neo4j", "orientdb"]>;
|
|
315
442
|
dataTypeMapping: z.ZodObject<{
|
|
316
443
|
text: z.ZodString;
|
|
317
444
|
number: z.ZodString;
|
|
@@ -324,179 +451,558 @@ export declare const NoSQLDriverConfigSchema: z.ZodObject<{
|
|
|
324
451
|
array: z.ZodOptional<z.ZodString>;
|
|
325
452
|
objectId: z.ZodOptional<z.ZodString>;
|
|
326
453
|
geopoint: z.ZodOptional<z.ZodString>;
|
|
327
|
-
}, z.
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
454
|
+
}, "strip", z.ZodTypeAny, {
|
|
455
|
+
number: string;
|
|
456
|
+
boolean: string;
|
|
457
|
+
date: string;
|
|
458
|
+
text: string;
|
|
459
|
+
datetime: string;
|
|
460
|
+
array?: string | undefined;
|
|
461
|
+
json?: string | undefined;
|
|
462
|
+
uuid?: string | undefined;
|
|
463
|
+
binary?: string | undefined;
|
|
464
|
+
objectId?: string | undefined;
|
|
465
|
+
geopoint?: string | undefined;
|
|
466
|
+
}, {
|
|
467
|
+
number: string;
|
|
468
|
+
boolean: string;
|
|
469
|
+
date: string;
|
|
470
|
+
text: string;
|
|
471
|
+
datetime: string;
|
|
472
|
+
array?: string | undefined;
|
|
473
|
+
json?: string | undefined;
|
|
474
|
+
uuid?: string | undefined;
|
|
475
|
+
binary?: string | undefined;
|
|
476
|
+
objectId?: string | undefined;
|
|
477
|
+
geopoint?: string | undefined;
|
|
478
|
+
}>;
|
|
479
|
+
consistency: z.ZodOptional<z.ZodEnum<["all", "quorum", "one", "local_quorum", "each_quorum", "eventual"]>>;
|
|
336
480
|
replication: z.ZodOptional<z.ZodObject<{
|
|
337
481
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
338
482
|
replicaSetName: z.ZodOptional<z.ZodString>;
|
|
339
483
|
replicas: z.ZodOptional<z.ZodNumber>;
|
|
340
|
-
readPreference: z.ZodOptional<z.ZodEnum<
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
writeConcern
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
484
|
+
readPreference: z.ZodOptional<z.ZodEnum<["primary", "primaryPreferred", "secondary", "secondaryPreferred", "nearest"]>>;
|
|
485
|
+
writeConcern: z.ZodOptional<z.ZodEnum<["majority", "acknowledged", "unacknowledged"]>>;
|
|
486
|
+
}, "strip", z.ZodTypeAny, {
|
|
487
|
+
enabled: boolean;
|
|
488
|
+
replicaSetName?: string | undefined;
|
|
489
|
+
replicas?: number | undefined;
|
|
490
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
491
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
492
|
+
}, {
|
|
493
|
+
enabled?: boolean | undefined;
|
|
494
|
+
replicaSetName?: string | undefined;
|
|
495
|
+
replicas?: number | undefined;
|
|
496
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
497
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
498
|
+
}>>;
|
|
353
499
|
sharding: z.ZodOptional<z.ZodObject<{
|
|
354
500
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
355
501
|
shardKey: z.ZodOptional<z.ZodString>;
|
|
356
|
-
shardingStrategy: z.ZodOptional<z.ZodEnum<
|
|
357
|
-
hash: "hash";
|
|
358
|
-
range: "range";
|
|
359
|
-
zone: "zone";
|
|
360
|
-
}>>;
|
|
502
|
+
shardingStrategy: z.ZodOptional<z.ZodEnum<["hash", "range", "zone"]>>;
|
|
361
503
|
numShards: z.ZodOptional<z.ZodNumber>;
|
|
362
|
-
}, z.
|
|
504
|
+
}, "strip", z.ZodTypeAny, {
|
|
505
|
+
enabled: boolean;
|
|
506
|
+
shardKey?: string | undefined;
|
|
507
|
+
shardingStrategy?: "hash" | "range" | "zone" | undefined;
|
|
508
|
+
numShards?: number | undefined;
|
|
509
|
+
}, {
|
|
510
|
+
enabled?: boolean | undefined;
|
|
511
|
+
shardKey?: string | undefined;
|
|
512
|
+
shardingStrategy?: "hash" | "range" | "zone" | undefined;
|
|
513
|
+
numShards?: number | undefined;
|
|
514
|
+
}>>;
|
|
363
515
|
schemaValidation: z.ZodOptional<z.ZodObject<{
|
|
364
516
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
365
|
-
validationLevel: z.ZodOptional<z.ZodEnum<
|
|
366
|
-
|
|
367
|
-
moderate: "moderate";
|
|
368
|
-
off: "off";
|
|
369
|
-
}>>;
|
|
370
|
-
validationAction: z.ZodOptional<z.ZodEnum<{
|
|
371
|
-
error: "error";
|
|
372
|
-
warn: "warn";
|
|
373
|
-
}>>;
|
|
517
|
+
validationLevel: z.ZodOptional<z.ZodEnum<["strict", "moderate", "off"]>>;
|
|
518
|
+
validationAction: z.ZodOptional<z.ZodEnum<["error", "warn"]>>;
|
|
374
519
|
jsonSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
375
|
-
}, z.
|
|
520
|
+
}, "strip", z.ZodTypeAny, {
|
|
521
|
+
enabled: boolean;
|
|
522
|
+
validationLevel?: "strict" | "moderate" | "off" | undefined;
|
|
523
|
+
validationAction?: "error" | "warn" | undefined;
|
|
524
|
+
jsonSchema?: Record<string, any> | undefined;
|
|
525
|
+
}, {
|
|
526
|
+
enabled?: boolean | undefined;
|
|
527
|
+
validationLevel?: "strict" | "moderate" | "off" | undefined;
|
|
528
|
+
validationAction?: "error" | "warn" | undefined;
|
|
529
|
+
jsonSchema?: Record<string, any> | undefined;
|
|
530
|
+
}>>;
|
|
376
531
|
region: z.ZodOptional<z.ZodString>;
|
|
377
532
|
accessKeyId: z.ZodOptional<z.ZodString>;
|
|
378
533
|
secretAccessKey: z.ZodOptional<z.ZodString>;
|
|
379
534
|
ttlField: z.ZodOptional<z.ZodString>;
|
|
380
535
|
maxDocumentSize: z.ZodOptional<z.ZodNumber>;
|
|
381
536
|
collectionPrefix: z.ZodOptional<z.ZodString>;
|
|
382
|
-
}, z.
|
|
537
|
+
}, "strip", z.ZodTypeAny, {
|
|
538
|
+
type: "nosql";
|
|
539
|
+
name: string;
|
|
540
|
+
capabilities: {
|
|
541
|
+
joins: boolean;
|
|
542
|
+
update: boolean;
|
|
543
|
+
delete: boolean;
|
|
544
|
+
create: boolean;
|
|
545
|
+
indexes: boolean;
|
|
546
|
+
read: boolean;
|
|
547
|
+
bulkCreate: boolean;
|
|
548
|
+
bulkUpdate: boolean;
|
|
549
|
+
bulkDelete: boolean;
|
|
550
|
+
transactions: boolean;
|
|
551
|
+
savepoints: boolean;
|
|
552
|
+
queryFilters: boolean;
|
|
553
|
+
queryAggregations: boolean;
|
|
554
|
+
querySorting: boolean;
|
|
555
|
+
queryPagination: boolean;
|
|
556
|
+
queryWindowFunctions: boolean;
|
|
557
|
+
querySubqueries: boolean;
|
|
558
|
+
queryCTE: boolean;
|
|
559
|
+
fullTextSearch: boolean;
|
|
560
|
+
jsonQuery: boolean;
|
|
561
|
+
geospatialQuery: boolean;
|
|
562
|
+
streaming: boolean;
|
|
563
|
+
jsonFields: boolean;
|
|
564
|
+
arrayFields: boolean;
|
|
565
|
+
vectorSearch: boolean;
|
|
566
|
+
geoSpatial: boolean;
|
|
567
|
+
schemaSync: boolean;
|
|
568
|
+
migrations: boolean;
|
|
569
|
+
connectionPooling: boolean;
|
|
570
|
+
preparedStatements: boolean;
|
|
571
|
+
queryCache: boolean;
|
|
572
|
+
isolationLevels?: ("read-uncommitted" | "read-committed" | "repeatable-read" | "serializable")[] | undefined;
|
|
573
|
+
};
|
|
574
|
+
dataTypeMapping: {
|
|
575
|
+
number: string;
|
|
576
|
+
boolean: string;
|
|
577
|
+
date: string;
|
|
578
|
+
text: string;
|
|
579
|
+
datetime: string;
|
|
580
|
+
array?: string | undefined;
|
|
581
|
+
json?: string | undefined;
|
|
582
|
+
uuid?: string | undefined;
|
|
583
|
+
binary?: string | undefined;
|
|
584
|
+
objectId?: string | undefined;
|
|
585
|
+
geopoint?: string | undefined;
|
|
586
|
+
};
|
|
587
|
+
databaseType: "mongodb" | "couchdb" | "dynamodb" | "cassandra" | "redis" | "elasticsearch" | "neo4j" | "orientdb";
|
|
588
|
+
connectionString?: string | undefined;
|
|
589
|
+
poolConfig?: {
|
|
590
|
+
min: number;
|
|
591
|
+
max: number;
|
|
592
|
+
idleTimeoutMillis: number;
|
|
593
|
+
connectionTimeoutMillis: number;
|
|
594
|
+
} | undefined;
|
|
595
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
596
|
+
replication?: {
|
|
597
|
+
enabled: boolean;
|
|
598
|
+
replicaSetName?: string | undefined;
|
|
599
|
+
replicas?: number | undefined;
|
|
600
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
601
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
602
|
+
} | undefined;
|
|
603
|
+
sharding?: {
|
|
604
|
+
enabled: boolean;
|
|
605
|
+
shardKey?: string | undefined;
|
|
606
|
+
shardingStrategy?: "hash" | "range" | "zone" | undefined;
|
|
607
|
+
numShards?: number | undefined;
|
|
608
|
+
} | undefined;
|
|
609
|
+
schemaValidation?: {
|
|
610
|
+
enabled: boolean;
|
|
611
|
+
validationLevel?: "strict" | "moderate" | "off" | undefined;
|
|
612
|
+
validationAction?: "error" | "warn" | undefined;
|
|
613
|
+
jsonSchema?: Record<string, any> | undefined;
|
|
614
|
+
} | undefined;
|
|
615
|
+
region?: string | undefined;
|
|
616
|
+
accessKeyId?: string | undefined;
|
|
617
|
+
secretAccessKey?: string | undefined;
|
|
618
|
+
ttlField?: string | undefined;
|
|
619
|
+
maxDocumentSize?: number | undefined;
|
|
620
|
+
collectionPrefix?: string | undefined;
|
|
621
|
+
}, {
|
|
622
|
+
type: "nosql";
|
|
623
|
+
name: string;
|
|
624
|
+
capabilities: {
|
|
625
|
+
joins?: boolean | undefined;
|
|
626
|
+
update?: boolean | undefined;
|
|
627
|
+
delete?: boolean | undefined;
|
|
628
|
+
create?: boolean | undefined;
|
|
629
|
+
indexes?: boolean | undefined;
|
|
630
|
+
read?: boolean | undefined;
|
|
631
|
+
bulkCreate?: boolean | undefined;
|
|
632
|
+
bulkUpdate?: boolean | undefined;
|
|
633
|
+
bulkDelete?: boolean | undefined;
|
|
634
|
+
transactions?: boolean | undefined;
|
|
635
|
+
savepoints?: boolean | undefined;
|
|
636
|
+
isolationLevels?: ("read-uncommitted" | "read-committed" | "repeatable-read" | "serializable")[] | undefined;
|
|
637
|
+
queryFilters?: boolean | undefined;
|
|
638
|
+
queryAggregations?: boolean | undefined;
|
|
639
|
+
querySorting?: boolean | undefined;
|
|
640
|
+
queryPagination?: boolean | undefined;
|
|
641
|
+
queryWindowFunctions?: boolean | undefined;
|
|
642
|
+
querySubqueries?: boolean | undefined;
|
|
643
|
+
queryCTE?: boolean | undefined;
|
|
644
|
+
fullTextSearch?: boolean | undefined;
|
|
645
|
+
jsonQuery?: boolean | undefined;
|
|
646
|
+
geospatialQuery?: boolean | undefined;
|
|
647
|
+
streaming?: boolean | undefined;
|
|
648
|
+
jsonFields?: boolean | undefined;
|
|
649
|
+
arrayFields?: boolean | undefined;
|
|
650
|
+
vectorSearch?: boolean | undefined;
|
|
651
|
+
geoSpatial?: boolean | undefined;
|
|
652
|
+
schemaSync?: boolean | undefined;
|
|
653
|
+
migrations?: boolean | undefined;
|
|
654
|
+
connectionPooling?: boolean | undefined;
|
|
655
|
+
preparedStatements?: boolean | undefined;
|
|
656
|
+
queryCache?: boolean | undefined;
|
|
657
|
+
};
|
|
658
|
+
dataTypeMapping: {
|
|
659
|
+
number: string;
|
|
660
|
+
boolean: string;
|
|
661
|
+
date: string;
|
|
662
|
+
text: string;
|
|
663
|
+
datetime: string;
|
|
664
|
+
array?: string | undefined;
|
|
665
|
+
json?: string | undefined;
|
|
666
|
+
uuid?: string | undefined;
|
|
667
|
+
binary?: string | undefined;
|
|
668
|
+
objectId?: string | undefined;
|
|
669
|
+
geopoint?: string | undefined;
|
|
670
|
+
};
|
|
671
|
+
databaseType: "mongodb" | "couchdb" | "dynamodb" | "cassandra" | "redis" | "elasticsearch" | "neo4j" | "orientdb";
|
|
672
|
+
connectionString?: string | undefined;
|
|
673
|
+
poolConfig?: {
|
|
674
|
+
min?: number | undefined;
|
|
675
|
+
max?: number | undefined;
|
|
676
|
+
idleTimeoutMillis?: number | undefined;
|
|
677
|
+
connectionTimeoutMillis?: number | undefined;
|
|
678
|
+
} | undefined;
|
|
679
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
680
|
+
replication?: {
|
|
681
|
+
enabled?: boolean | undefined;
|
|
682
|
+
replicaSetName?: string | undefined;
|
|
683
|
+
replicas?: number | undefined;
|
|
684
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
685
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
686
|
+
} | undefined;
|
|
687
|
+
sharding?: {
|
|
688
|
+
enabled?: boolean | undefined;
|
|
689
|
+
shardKey?: string | undefined;
|
|
690
|
+
shardingStrategy?: "hash" | "range" | "zone" | undefined;
|
|
691
|
+
numShards?: number | undefined;
|
|
692
|
+
} | undefined;
|
|
693
|
+
schemaValidation?: {
|
|
694
|
+
enabled?: boolean | undefined;
|
|
695
|
+
validationLevel?: "strict" | "moderate" | "off" | undefined;
|
|
696
|
+
validationAction?: "error" | "warn" | undefined;
|
|
697
|
+
jsonSchema?: Record<string, any> | undefined;
|
|
698
|
+
} | undefined;
|
|
699
|
+
region?: string | undefined;
|
|
700
|
+
accessKeyId?: string | undefined;
|
|
701
|
+
secretAccessKey?: string | undefined;
|
|
702
|
+
ttlField?: string | undefined;
|
|
703
|
+
maxDocumentSize?: number | undefined;
|
|
704
|
+
collectionPrefix?: string | undefined;
|
|
705
|
+
}>;
|
|
383
706
|
export type NoSQLDriverConfig = z.infer<typeof NoSQLDriverConfigSchema>;
|
|
384
707
|
/**
|
|
385
708
|
* NoSQL Query Options
|
|
386
709
|
* Additional options for NoSQL queries
|
|
387
710
|
*/
|
|
388
711
|
export declare const NoSQLQueryOptionsSchema: z.ZodObject<{
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
}>>;
|
|
712
|
+
/**
|
|
713
|
+
* Consistency level for this query
|
|
714
|
+
*/
|
|
715
|
+
consistency: z.ZodOptional<z.ZodEnum<["all", "quorum", "one", "local_quorum", "each_quorum", "eventual"]>>;
|
|
716
|
+
/**
|
|
717
|
+
* Read from secondary replicas
|
|
718
|
+
*/
|
|
397
719
|
readFromSecondary: z.ZodOptional<z.ZodBoolean>;
|
|
398
|
-
|
|
720
|
+
/**
|
|
721
|
+
* Projection (fields to include/exclude)
|
|
722
|
+
*/
|
|
723
|
+
projection: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>>>;
|
|
724
|
+
/**
|
|
725
|
+
* Query timeout in milliseconds
|
|
726
|
+
*/
|
|
399
727
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
728
|
+
/**
|
|
729
|
+
* Use cursor for large result sets
|
|
730
|
+
*/
|
|
400
731
|
useCursor: z.ZodOptional<z.ZodBoolean>;
|
|
732
|
+
/**
|
|
733
|
+
* Batch size for cursor iteration
|
|
734
|
+
*/
|
|
401
735
|
batchSize: z.ZodOptional<z.ZodNumber>;
|
|
736
|
+
/**
|
|
737
|
+
* Enable query profiling
|
|
738
|
+
*/
|
|
402
739
|
profile: z.ZodOptional<z.ZodBoolean>;
|
|
740
|
+
/**
|
|
741
|
+
* Use hinted index
|
|
742
|
+
*/
|
|
403
743
|
hint: z.ZodOptional<z.ZodString>;
|
|
404
|
-
}, z.
|
|
744
|
+
}, "strip", z.ZodTypeAny, {
|
|
745
|
+
timeout?: number | undefined;
|
|
746
|
+
batchSize?: number | undefined;
|
|
747
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
748
|
+
readFromSecondary?: boolean | undefined;
|
|
749
|
+
projection?: Record<string, 0 | 1> | undefined;
|
|
750
|
+
useCursor?: boolean | undefined;
|
|
751
|
+
profile?: boolean | undefined;
|
|
752
|
+
hint?: string | undefined;
|
|
753
|
+
}, {
|
|
754
|
+
timeout?: number | undefined;
|
|
755
|
+
batchSize?: number | undefined;
|
|
756
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
757
|
+
readFromSecondary?: boolean | undefined;
|
|
758
|
+
projection?: Record<string, 0 | 1> | undefined;
|
|
759
|
+
useCursor?: boolean | undefined;
|
|
760
|
+
profile?: boolean | undefined;
|
|
761
|
+
hint?: string | undefined;
|
|
762
|
+
}>;
|
|
405
763
|
export type NoSQLQueryOptions = z.infer<typeof NoSQLQueryOptionsSchema>;
|
|
406
764
|
/**
|
|
407
765
|
* NoSQL Aggregation Pipeline Stage
|
|
408
766
|
* Represents a single stage in an aggregation pipeline (MongoDB-style)
|
|
409
767
|
*/
|
|
410
768
|
export declare const AggregationStageSchema: z.ZodObject<{
|
|
769
|
+
/**
|
|
770
|
+
* Stage operator (e.g., $match, $group, $sort, $project)
|
|
771
|
+
*/
|
|
411
772
|
operator: z.ZodString;
|
|
773
|
+
/**
|
|
774
|
+
* Stage parameters/options
|
|
775
|
+
*/
|
|
412
776
|
options: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
413
|
-
}, z.
|
|
777
|
+
}, "strip", z.ZodTypeAny, {
|
|
778
|
+
options: Record<string, any>;
|
|
779
|
+
operator: string;
|
|
780
|
+
}, {
|
|
781
|
+
options: Record<string, any>;
|
|
782
|
+
operator: string;
|
|
783
|
+
}>;
|
|
414
784
|
export type AggregationStage = z.infer<typeof AggregationStageSchema>;
|
|
415
785
|
/**
|
|
416
786
|
* NoSQL Aggregation Pipeline
|
|
417
787
|
* Sequence of aggregation stages for complex data transformations
|
|
418
788
|
*/
|
|
419
789
|
export declare const AggregationPipelineSchema: z.ZodObject<{
|
|
790
|
+
/**
|
|
791
|
+
* Collection/Table to aggregate
|
|
792
|
+
*/
|
|
420
793
|
collection: z.ZodString;
|
|
794
|
+
/**
|
|
795
|
+
* Pipeline stages
|
|
796
|
+
*/
|
|
421
797
|
stages: z.ZodArray<z.ZodObject<{
|
|
798
|
+
/**
|
|
799
|
+
* Stage operator (e.g., $match, $group, $sort, $project)
|
|
800
|
+
*/
|
|
422
801
|
operator: z.ZodString;
|
|
802
|
+
/**
|
|
803
|
+
* Stage parameters/options
|
|
804
|
+
*/
|
|
423
805
|
options: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
424
|
-
}, z.
|
|
806
|
+
}, "strip", z.ZodTypeAny, {
|
|
807
|
+
options: Record<string, any>;
|
|
808
|
+
operator: string;
|
|
809
|
+
}, {
|
|
810
|
+
options: Record<string, any>;
|
|
811
|
+
operator: string;
|
|
812
|
+
}>, "many">;
|
|
813
|
+
/**
|
|
814
|
+
* Additional options
|
|
815
|
+
*/
|
|
425
816
|
options: z.ZodOptional<z.ZodObject<{
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
}>>;
|
|
817
|
+
/**
|
|
818
|
+
* Consistency level for this query
|
|
819
|
+
*/
|
|
820
|
+
consistency: z.ZodOptional<z.ZodEnum<["all", "quorum", "one", "local_quorum", "each_quorum", "eventual"]>>;
|
|
821
|
+
/**
|
|
822
|
+
* Read from secondary replicas
|
|
823
|
+
*/
|
|
434
824
|
readFromSecondary: z.ZodOptional<z.ZodBoolean>;
|
|
435
|
-
|
|
825
|
+
/**
|
|
826
|
+
* Projection (fields to include/exclude)
|
|
827
|
+
*/
|
|
828
|
+
projection: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>>>;
|
|
829
|
+
/**
|
|
830
|
+
* Query timeout in milliseconds
|
|
831
|
+
*/
|
|
436
832
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
833
|
+
/**
|
|
834
|
+
* Use cursor for large result sets
|
|
835
|
+
*/
|
|
437
836
|
useCursor: z.ZodOptional<z.ZodBoolean>;
|
|
837
|
+
/**
|
|
838
|
+
* Batch size for cursor iteration
|
|
839
|
+
*/
|
|
438
840
|
batchSize: z.ZodOptional<z.ZodNumber>;
|
|
841
|
+
/**
|
|
842
|
+
* Enable query profiling
|
|
843
|
+
*/
|
|
439
844
|
profile: z.ZodOptional<z.ZodBoolean>;
|
|
845
|
+
/**
|
|
846
|
+
* Use hinted index
|
|
847
|
+
*/
|
|
440
848
|
hint: z.ZodOptional<z.ZodString>;
|
|
441
|
-
}, z.
|
|
442
|
-
|
|
849
|
+
}, "strip", z.ZodTypeAny, {
|
|
850
|
+
timeout?: number | undefined;
|
|
851
|
+
batchSize?: number | undefined;
|
|
852
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
853
|
+
readFromSecondary?: boolean | undefined;
|
|
854
|
+
projection?: Record<string, 0 | 1> | undefined;
|
|
855
|
+
useCursor?: boolean | undefined;
|
|
856
|
+
profile?: boolean | undefined;
|
|
857
|
+
hint?: string | undefined;
|
|
858
|
+
}, {
|
|
859
|
+
timeout?: number | undefined;
|
|
860
|
+
batchSize?: number | undefined;
|
|
861
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
862
|
+
readFromSecondary?: boolean | undefined;
|
|
863
|
+
projection?: Record<string, 0 | 1> | undefined;
|
|
864
|
+
useCursor?: boolean | undefined;
|
|
865
|
+
profile?: boolean | undefined;
|
|
866
|
+
hint?: string | undefined;
|
|
867
|
+
}>>;
|
|
868
|
+
}, "strip", z.ZodTypeAny, {
|
|
869
|
+
collection: string;
|
|
870
|
+
stages: {
|
|
871
|
+
options: Record<string, any>;
|
|
872
|
+
operator: string;
|
|
873
|
+
}[];
|
|
874
|
+
options?: {
|
|
875
|
+
timeout?: number | undefined;
|
|
876
|
+
batchSize?: number | undefined;
|
|
877
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
878
|
+
readFromSecondary?: boolean | undefined;
|
|
879
|
+
projection?: Record<string, 0 | 1> | undefined;
|
|
880
|
+
useCursor?: boolean | undefined;
|
|
881
|
+
profile?: boolean | undefined;
|
|
882
|
+
hint?: string | undefined;
|
|
883
|
+
} | undefined;
|
|
884
|
+
}, {
|
|
885
|
+
collection: string;
|
|
886
|
+
stages: {
|
|
887
|
+
options: Record<string, any>;
|
|
888
|
+
operator: string;
|
|
889
|
+
}[];
|
|
890
|
+
options?: {
|
|
891
|
+
timeout?: number | undefined;
|
|
892
|
+
batchSize?: number | undefined;
|
|
893
|
+
consistency?: "all" | "quorum" | "one" | "local_quorum" | "each_quorum" | "eventual" | undefined;
|
|
894
|
+
readFromSecondary?: boolean | undefined;
|
|
895
|
+
projection?: Record<string, 0 | 1> | undefined;
|
|
896
|
+
useCursor?: boolean | undefined;
|
|
897
|
+
profile?: boolean | undefined;
|
|
898
|
+
hint?: string | undefined;
|
|
899
|
+
} | undefined;
|
|
900
|
+
}>;
|
|
443
901
|
export type AggregationPipeline = z.infer<typeof AggregationPipelineSchema>;
|
|
444
902
|
/**
|
|
445
903
|
* NoSQL Index Definition
|
|
446
904
|
* Definition for creating indexes in NoSQL databases
|
|
447
905
|
*/
|
|
448
906
|
export declare const NoSQLIndexSchema: z.ZodObject<{
|
|
907
|
+
/**
|
|
908
|
+
* Index name
|
|
909
|
+
*/
|
|
449
910
|
name: z.ZodString;
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
sparse: "sparse";
|
|
459
|
-
}>;
|
|
911
|
+
/**
|
|
912
|
+
* Index type
|
|
913
|
+
*/
|
|
914
|
+
type: z.ZodEnum<["single", "compound", "unique", "text", "geospatial", "hashed", "ttl", "sparse"]>;
|
|
915
|
+
/**
|
|
916
|
+
* Fields to index
|
|
917
|
+
* For compound indexes, order matters
|
|
918
|
+
*/
|
|
460
919
|
fields: z.ZodArray<z.ZodObject<{
|
|
461
920
|
field: z.ZodString;
|
|
462
|
-
order: z.ZodOptional<z.ZodEnum<
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
921
|
+
order: z.ZodOptional<z.ZodEnum<["asc", "desc", "text", "2dsphere"]>>;
|
|
922
|
+
}, "strip", z.ZodTypeAny, {
|
|
923
|
+
field: string;
|
|
924
|
+
order?: "asc" | "desc" | "text" | "2dsphere" | undefined;
|
|
925
|
+
}, {
|
|
926
|
+
field: string;
|
|
927
|
+
order?: "asc" | "desc" | "text" | "2dsphere" | undefined;
|
|
928
|
+
}>, "many">;
|
|
929
|
+
/**
|
|
930
|
+
* Unique constraint
|
|
931
|
+
*/
|
|
469
932
|
unique: z.ZodDefault<z.ZodBoolean>;
|
|
933
|
+
/**
|
|
934
|
+
* Sparse index (only index documents with the field)
|
|
935
|
+
*/
|
|
470
936
|
sparse: z.ZodDefault<z.ZodBoolean>;
|
|
937
|
+
/**
|
|
938
|
+
* TTL in seconds (for TTL indexes)
|
|
939
|
+
*/
|
|
471
940
|
expireAfterSeconds: z.ZodOptional<z.ZodNumber>;
|
|
941
|
+
/**
|
|
942
|
+
* Partial index filter
|
|
943
|
+
*/
|
|
472
944
|
partialFilterExpression: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
945
|
+
/**
|
|
946
|
+
* Background index creation
|
|
947
|
+
*/
|
|
473
948
|
background: z.ZodDefault<z.ZodBoolean>;
|
|
474
|
-
}, z.
|
|
949
|
+
}, "strip", z.ZodTypeAny, {
|
|
950
|
+
type: "text" | "ttl" | "unique" | "single" | "compound" | "geospatial" | "hashed" | "sparse";
|
|
951
|
+
fields: {
|
|
952
|
+
field: string;
|
|
953
|
+
order?: "asc" | "desc" | "text" | "2dsphere" | undefined;
|
|
954
|
+
}[];
|
|
955
|
+
name: string;
|
|
956
|
+
unique: boolean;
|
|
957
|
+
sparse: boolean;
|
|
958
|
+
background: boolean;
|
|
959
|
+
expireAfterSeconds?: number | undefined;
|
|
960
|
+
partialFilterExpression?: Record<string, any> | undefined;
|
|
961
|
+
}, {
|
|
962
|
+
type: "text" | "ttl" | "unique" | "single" | "compound" | "geospatial" | "hashed" | "sparse";
|
|
963
|
+
fields: {
|
|
964
|
+
field: string;
|
|
965
|
+
order?: "asc" | "desc" | "text" | "2dsphere" | undefined;
|
|
966
|
+
}[];
|
|
967
|
+
name: string;
|
|
968
|
+
unique?: boolean | undefined;
|
|
969
|
+
sparse?: boolean | undefined;
|
|
970
|
+
expireAfterSeconds?: number | undefined;
|
|
971
|
+
partialFilterExpression?: Record<string, any> | undefined;
|
|
972
|
+
background?: boolean | undefined;
|
|
973
|
+
}>;
|
|
475
974
|
export type NoSQLIndex = z.infer<typeof NoSQLIndexSchema>;
|
|
476
975
|
/**
|
|
477
976
|
* NoSQL Transaction Options
|
|
478
977
|
* Options for NoSQL transactions (where supported)
|
|
479
978
|
*/
|
|
480
979
|
export declare const NoSQLTransactionOptionsSchema: z.ZodObject<{
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
readPreference: z.ZodOptional<z.ZodEnum<
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
secondaryPreferred: "secondaryPreferred";
|
|
497
|
-
nearest: "nearest";
|
|
498
|
-
}>>;
|
|
980
|
+
/**
|
|
981
|
+
* Read concern level
|
|
982
|
+
*/
|
|
983
|
+
readConcern: z.ZodOptional<z.ZodEnum<["local", "majority", "linearizable", "snapshot"]>>;
|
|
984
|
+
/**
|
|
985
|
+
* Write concern level
|
|
986
|
+
*/
|
|
987
|
+
writeConcern: z.ZodOptional<z.ZodEnum<["majority", "acknowledged", "unacknowledged"]>>;
|
|
988
|
+
/**
|
|
989
|
+
* Read preference
|
|
990
|
+
*/
|
|
991
|
+
readPreference: z.ZodOptional<z.ZodEnum<["primary", "primaryPreferred", "secondary", "secondaryPreferred", "nearest"]>>;
|
|
992
|
+
/**
|
|
993
|
+
* Transaction timeout in milliseconds
|
|
994
|
+
*/
|
|
499
995
|
maxCommitTimeMS: z.ZodOptional<z.ZodNumber>;
|
|
500
|
-
}, z.
|
|
996
|
+
}, "strip", z.ZodTypeAny, {
|
|
997
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
998
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
999
|
+
readConcern?: "local" | "snapshot" | "majority" | "linearizable" | undefined;
|
|
1000
|
+
maxCommitTimeMS?: number | undefined;
|
|
1001
|
+
}, {
|
|
1002
|
+
readPreference?: "primary" | "primaryPreferred" | "secondary" | "secondaryPreferred" | "nearest" | undefined;
|
|
1003
|
+
writeConcern?: "majority" | "acknowledged" | "unacknowledged" | undefined;
|
|
1004
|
+
readConcern?: "local" | "snapshot" | "majority" | "linearizable" | undefined;
|
|
1005
|
+
maxCommitTimeMS?: number | undefined;
|
|
1006
|
+
}>;
|
|
501
1007
|
export type NoSQLTransactionOptions = z.infer<typeof NoSQLTransactionOptionsSchema>;
|
|
502
1008
|
//# sourceMappingURL=driver-nosql.zod.d.ts.map
|