@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
|
@@ -1,7 +1,1273 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$ref": "#/definitions/MessageQueueConnector",
|
|
3
3
|
"definitions": {
|
|
4
|
-
"MessageQueueConnector": {
|
|
4
|
+
"MessageQueueConnector": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"name": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"pattern": "^[a-z_][a-z0-9_]*$",
|
|
10
|
+
"description": "Unique connector identifier"
|
|
11
|
+
},
|
|
12
|
+
"label": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "Display label"
|
|
15
|
+
},
|
|
16
|
+
"type": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"const": "message_queue"
|
|
19
|
+
},
|
|
20
|
+
"description": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "Connector description"
|
|
23
|
+
},
|
|
24
|
+
"icon": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"description": "Icon identifier"
|
|
27
|
+
},
|
|
28
|
+
"authentication": {
|
|
29
|
+
"anyOf": [
|
|
30
|
+
{
|
|
31
|
+
"type": "object",
|
|
32
|
+
"properties": {
|
|
33
|
+
"type": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"const": "oauth2"
|
|
36
|
+
},
|
|
37
|
+
"authorizationUrl": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"format": "uri",
|
|
40
|
+
"description": "OAuth2 authorization endpoint"
|
|
41
|
+
},
|
|
42
|
+
"tokenUrl": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"format": "uri",
|
|
45
|
+
"description": "OAuth2 token endpoint"
|
|
46
|
+
},
|
|
47
|
+
"clientId": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"description": "OAuth2 client ID"
|
|
50
|
+
},
|
|
51
|
+
"clientSecret": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "OAuth2 client secret (typically from ENV)"
|
|
54
|
+
},
|
|
55
|
+
"scopes": {
|
|
56
|
+
"type": "array",
|
|
57
|
+
"items": {
|
|
58
|
+
"type": "string"
|
|
59
|
+
},
|
|
60
|
+
"description": "Requested OAuth2 scopes"
|
|
61
|
+
},
|
|
62
|
+
"redirectUri": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"format": "uri",
|
|
65
|
+
"description": "OAuth2 redirect URI"
|
|
66
|
+
},
|
|
67
|
+
"refreshToken": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"description": "Refresh token for token renewal"
|
|
70
|
+
},
|
|
71
|
+
"tokenExpiry": {
|
|
72
|
+
"type": "number",
|
|
73
|
+
"description": "Token expiry timestamp"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"required": [
|
|
77
|
+
"type",
|
|
78
|
+
"authorizationUrl",
|
|
79
|
+
"tokenUrl",
|
|
80
|
+
"clientId",
|
|
81
|
+
"clientSecret"
|
|
82
|
+
],
|
|
83
|
+
"additionalProperties": false
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"type": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"const": "api-key"
|
|
91
|
+
},
|
|
92
|
+
"key": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"description": "API key value"
|
|
95
|
+
},
|
|
96
|
+
"headerName": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"default": "X-API-Key",
|
|
99
|
+
"description": "HTTP header name for API key"
|
|
100
|
+
},
|
|
101
|
+
"paramName": {
|
|
102
|
+
"type": "string",
|
|
103
|
+
"description": "Query parameter name (alternative to header)"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"required": [
|
|
107
|
+
"type",
|
|
108
|
+
"key"
|
|
109
|
+
],
|
|
110
|
+
"additionalProperties": false
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "object",
|
|
114
|
+
"properties": {
|
|
115
|
+
"type": {
|
|
116
|
+
"type": "string",
|
|
117
|
+
"const": "basic"
|
|
118
|
+
},
|
|
119
|
+
"username": {
|
|
120
|
+
"type": "string",
|
|
121
|
+
"description": "Username"
|
|
122
|
+
},
|
|
123
|
+
"password": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"description": "Password"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"required": [
|
|
129
|
+
"type",
|
|
130
|
+
"username",
|
|
131
|
+
"password"
|
|
132
|
+
],
|
|
133
|
+
"additionalProperties": false
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"type": "object",
|
|
137
|
+
"properties": {
|
|
138
|
+
"type": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"const": "bearer"
|
|
141
|
+
},
|
|
142
|
+
"token": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"description": "Bearer token"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"required": [
|
|
148
|
+
"type",
|
|
149
|
+
"token"
|
|
150
|
+
],
|
|
151
|
+
"additionalProperties": false
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "object",
|
|
155
|
+
"properties": {
|
|
156
|
+
"type": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"const": "none"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"required": [
|
|
162
|
+
"type"
|
|
163
|
+
],
|
|
164
|
+
"additionalProperties": false
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"description": "Authentication configuration"
|
|
168
|
+
},
|
|
169
|
+
"actions": {
|
|
170
|
+
"type": "array",
|
|
171
|
+
"items": {
|
|
172
|
+
"type": "object",
|
|
173
|
+
"properties": {
|
|
174
|
+
"key": {
|
|
175
|
+
"type": "string",
|
|
176
|
+
"description": "Action key (machine name)"
|
|
177
|
+
},
|
|
178
|
+
"label": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"description": "Human readable label"
|
|
181
|
+
},
|
|
182
|
+
"description": {
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"inputSchema": {
|
|
186
|
+
"type": "object",
|
|
187
|
+
"additionalProperties": {},
|
|
188
|
+
"description": "Input parameters schema (JSON Schema)"
|
|
189
|
+
},
|
|
190
|
+
"outputSchema": {
|
|
191
|
+
"type": "object",
|
|
192
|
+
"additionalProperties": {},
|
|
193
|
+
"description": "Output schema (JSON Schema)"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"required": [
|
|
197
|
+
"key",
|
|
198
|
+
"label"
|
|
199
|
+
],
|
|
200
|
+
"additionalProperties": false
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"triggers": {
|
|
204
|
+
"type": "array",
|
|
205
|
+
"items": {
|
|
206
|
+
"type": "object",
|
|
207
|
+
"properties": {
|
|
208
|
+
"key": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "Trigger key"
|
|
211
|
+
},
|
|
212
|
+
"label": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"description": "Trigger label"
|
|
215
|
+
},
|
|
216
|
+
"description": {
|
|
217
|
+
"type": "string"
|
|
218
|
+
},
|
|
219
|
+
"type": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"enum": [
|
|
222
|
+
"polling",
|
|
223
|
+
"webhook"
|
|
224
|
+
],
|
|
225
|
+
"description": "Trigger type"
|
|
226
|
+
},
|
|
227
|
+
"interval": {
|
|
228
|
+
"type": "number",
|
|
229
|
+
"description": "Polling interval in seconds"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"required": [
|
|
233
|
+
"key",
|
|
234
|
+
"label",
|
|
235
|
+
"type"
|
|
236
|
+
],
|
|
237
|
+
"additionalProperties": false
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"syncConfig": {
|
|
241
|
+
"type": "object",
|
|
242
|
+
"properties": {
|
|
243
|
+
"strategy": {
|
|
244
|
+
"type": "string",
|
|
245
|
+
"enum": [
|
|
246
|
+
"full",
|
|
247
|
+
"incremental",
|
|
248
|
+
"upsert",
|
|
249
|
+
"append_only"
|
|
250
|
+
],
|
|
251
|
+
"description": "Synchronization strategy",
|
|
252
|
+
"default": "incremental"
|
|
253
|
+
},
|
|
254
|
+
"direction": {
|
|
255
|
+
"type": "string",
|
|
256
|
+
"enum": [
|
|
257
|
+
"import",
|
|
258
|
+
"export",
|
|
259
|
+
"bidirectional"
|
|
260
|
+
],
|
|
261
|
+
"default": "import",
|
|
262
|
+
"description": "Sync direction"
|
|
263
|
+
},
|
|
264
|
+
"schedule": {
|
|
265
|
+
"type": "string",
|
|
266
|
+
"description": "Cron expression for scheduled sync"
|
|
267
|
+
},
|
|
268
|
+
"realtimeSync": {
|
|
269
|
+
"type": "boolean",
|
|
270
|
+
"default": false,
|
|
271
|
+
"description": "Enable real-time sync"
|
|
272
|
+
},
|
|
273
|
+
"timestampField": {
|
|
274
|
+
"type": "string",
|
|
275
|
+
"description": "Field to track last modification time"
|
|
276
|
+
},
|
|
277
|
+
"conflictResolution": {
|
|
278
|
+
"type": "string",
|
|
279
|
+
"enum": [
|
|
280
|
+
"source_wins",
|
|
281
|
+
"target_wins",
|
|
282
|
+
"latest_wins",
|
|
283
|
+
"manual"
|
|
284
|
+
],
|
|
285
|
+
"description": "Conflict resolution strategy",
|
|
286
|
+
"default": "latest_wins"
|
|
287
|
+
},
|
|
288
|
+
"batchSize": {
|
|
289
|
+
"type": "number",
|
|
290
|
+
"minimum": 1,
|
|
291
|
+
"maximum": 10000,
|
|
292
|
+
"default": 1000,
|
|
293
|
+
"description": "Records per batch"
|
|
294
|
+
},
|
|
295
|
+
"deleteMode": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"enum": [
|
|
298
|
+
"hard_delete",
|
|
299
|
+
"soft_delete",
|
|
300
|
+
"ignore"
|
|
301
|
+
],
|
|
302
|
+
"default": "soft_delete",
|
|
303
|
+
"description": "Delete handling mode"
|
|
304
|
+
},
|
|
305
|
+
"filters": {
|
|
306
|
+
"type": "object",
|
|
307
|
+
"additionalProperties": {},
|
|
308
|
+
"description": "Filter criteria for selective sync"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"additionalProperties": false,
|
|
312
|
+
"description": "Data sync configuration"
|
|
313
|
+
},
|
|
314
|
+
"fieldMappings": {
|
|
315
|
+
"type": "array",
|
|
316
|
+
"items": {
|
|
317
|
+
"type": "object",
|
|
318
|
+
"properties": {
|
|
319
|
+
"source": {
|
|
320
|
+
"type": "string",
|
|
321
|
+
"description": "Source field name"
|
|
322
|
+
},
|
|
323
|
+
"target": {
|
|
324
|
+
"type": "string",
|
|
325
|
+
"description": "Target field name"
|
|
326
|
+
},
|
|
327
|
+
"transform": {
|
|
328
|
+
"anyOf": [
|
|
329
|
+
{
|
|
330
|
+
"type": "object",
|
|
331
|
+
"properties": {
|
|
332
|
+
"type": {
|
|
333
|
+
"type": "string",
|
|
334
|
+
"const": "constant"
|
|
335
|
+
},
|
|
336
|
+
"value": {
|
|
337
|
+
"description": "Constant value to use"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"required": [
|
|
341
|
+
"type"
|
|
342
|
+
],
|
|
343
|
+
"additionalProperties": false,
|
|
344
|
+
"description": "Set a constant value"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"type": "object",
|
|
348
|
+
"properties": {
|
|
349
|
+
"type": {
|
|
350
|
+
"type": "string",
|
|
351
|
+
"const": "cast"
|
|
352
|
+
},
|
|
353
|
+
"targetType": {
|
|
354
|
+
"type": "string",
|
|
355
|
+
"enum": [
|
|
356
|
+
"string",
|
|
357
|
+
"number",
|
|
358
|
+
"boolean",
|
|
359
|
+
"date"
|
|
360
|
+
],
|
|
361
|
+
"description": "Target data type"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"required": [
|
|
365
|
+
"type",
|
|
366
|
+
"targetType"
|
|
367
|
+
],
|
|
368
|
+
"additionalProperties": false,
|
|
369
|
+
"description": "Cast to a specific data type"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"type": "object",
|
|
373
|
+
"properties": {
|
|
374
|
+
"type": {
|
|
375
|
+
"type": "string",
|
|
376
|
+
"const": "lookup"
|
|
377
|
+
},
|
|
378
|
+
"table": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"description": "Lookup table name"
|
|
381
|
+
},
|
|
382
|
+
"keyField": {
|
|
383
|
+
"type": "string",
|
|
384
|
+
"description": "Field to match on"
|
|
385
|
+
},
|
|
386
|
+
"valueField": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"description": "Field to retrieve"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"required": [
|
|
392
|
+
"type",
|
|
393
|
+
"table",
|
|
394
|
+
"keyField",
|
|
395
|
+
"valueField"
|
|
396
|
+
],
|
|
397
|
+
"additionalProperties": false,
|
|
398
|
+
"description": "Lookup value from another table"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"type": "object",
|
|
402
|
+
"properties": {
|
|
403
|
+
"type": {
|
|
404
|
+
"type": "string",
|
|
405
|
+
"const": "javascript"
|
|
406
|
+
},
|
|
407
|
+
"expression": {
|
|
408
|
+
"type": "string",
|
|
409
|
+
"description": "JavaScript expression (e.g., \"value.toUpperCase()\")"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"required": [
|
|
413
|
+
"type",
|
|
414
|
+
"expression"
|
|
415
|
+
],
|
|
416
|
+
"additionalProperties": false,
|
|
417
|
+
"description": "Custom JavaScript transformation"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"type": "object",
|
|
421
|
+
"properties": {
|
|
422
|
+
"type": {
|
|
423
|
+
"type": "string",
|
|
424
|
+
"const": "map"
|
|
425
|
+
},
|
|
426
|
+
"mappings": {
|
|
427
|
+
"type": "object",
|
|
428
|
+
"additionalProperties": {},
|
|
429
|
+
"description": "Value mappings (e.g., {\"Active\": \"active\"})"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"required": [
|
|
433
|
+
"type",
|
|
434
|
+
"mappings"
|
|
435
|
+
],
|
|
436
|
+
"additionalProperties": false,
|
|
437
|
+
"description": "Map values using a dictionary"
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"description": "Transformation to apply"
|
|
441
|
+
},
|
|
442
|
+
"defaultValue": {
|
|
443
|
+
"description": "Default if source is null/undefined"
|
|
444
|
+
},
|
|
445
|
+
"dataType": {
|
|
446
|
+
"type": "string",
|
|
447
|
+
"enum": [
|
|
448
|
+
"string",
|
|
449
|
+
"number",
|
|
450
|
+
"boolean",
|
|
451
|
+
"date",
|
|
452
|
+
"datetime",
|
|
453
|
+
"json",
|
|
454
|
+
"array"
|
|
455
|
+
],
|
|
456
|
+
"description": "Target data type"
|
|
457
|
+
},
|
|
458
|
+
"required": {
|
|
459
|
+
"type": "boolean",
|
|
460
|
+
"default": false,
|
|
461
|
+
"description": "Field is required"
|
|
462
|
+
},
|
|
463
|
+
"syncMode": {
|
|
464
|
+
"type": "string",
|
|
465
|
+
"enum": [
|
|
466
|
+
"read_only",
|
|
467
|
+
"write_only",
|
|
468
|
+
"bidirectional"
|
|
469
|
+
],
|
|
470
|
+
"default": "bidirectional",
|
|
471
|
+
"description": "Sync mode"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"required": [
|
|
475
|
+
"source",
|
|
476
|
+
"target"
|
|
477
|
+
],
|
|
478
|
+
"additionalProperties": false
|
|
479
|
+
},
|
|
480
|
+
"description": "Field mapping rules"
|
|
481
|
+
},
|
|
482
|
+
"webhooks": {
|
|
483
|
+
"type": "array",
|
|
484
|
+
"items": {
|
|
485
|
+
"type": "object",
|
|
486
|
+
"properties": {
|
|
487
|
+
"name": {
|
|
488
|
+
"type": "string",
|
|
489
|
+
"minLength": 2,
|
|
490
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
491
|
+
"description": "Webhook unique name (lowercase snake_case)"
|
|
492
|
+
},
|
|
493
|
+
"label": {
|
|
494
|
+
"type": "string",
|
|
495
|
+
"description": "Human-readable webhook label"
|
|
496
|
+
},
|
|
497
|
+
"object": {
|
|
498
|
+
"type": "string",
|
|
499
|
+
"description": "Object to listen to (optional for manual webhooks)"
|
|
500
|
+
},
|
|
501
|
+
"triggers": {
|
|
502
|
+
"type": "array",
|
|
503
|
+
"items": {
|
|
504
|
+
"type": "string",
|
|
505
|
+
"enum": [
|
|
506
|
+
"create",
|
|
507
|
+
"update",
|
|
508
|
+
"delete",
|
|
509
|
+
"undelete",
|
|
510
|
+
"api"
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
"description": "Events that trigger execution"
|
|
514
|
+
},
|
|
515
|
+
"url": {
|
|
516
|
+
"type": "string",
|
|
517
|
+
"format": "uri",
|
|
518
|
+
"description": "External webhook endpoint URL"
|
|
519
|
+
},
|
|
520
|
+
"method": {
|
|
521
|
+
"type": "string",
|
|
522
|
+
"enum": [
|
|
523
|
+
"GET",
|
|
524
|
+
"POST",
|
|
525
|
+
"PUT",
|
|
526
|
+
"PATCH",
|
|
527
|
+
"DELETE"
|
|
528
|
+
],
|
|
529
|
+
"default": "POST",
|
|
530
|
+
"description": "HTTP method"
|
|
531
|
+
},
|
|
532
|
+
"headers": {
|
|
533
|
+
"type": "object",
|
|
534
|
+
"additionalProperties": {
|
|
535
|
+
"type": "string"
|
|
536
|
+
},
|
|
537
|
+
"description": "Custom HTTP headers"
|
|
538
|
+
},
|
|
539
|
+
"body": {
|
|
540
|
+
"description": "Request body payload (if not using default record data)"
|
|
541
|
+
},
|
|
542
|
+
"payloadFields": {
|
|
543
|
+
"type": "array",
|
|
544
|
+
"items": {
|
|
545
|
+
"type": "string"
|
|
546
|
+
},
|
|
547
|
+
"description": "Fields to include. Empty = All"
|
|
548
|
+
},
|
|
549
|
+
"includeSession": {
|
|
550
|
+
"type": "boolean",
|
|
551
|
+
"default": false,
|
|
552
|
+
"description": "Include user session info"
|
|
553
|
+
},
|
|
554
|
+
"authentication": {
|
|
555
|
+
"type": "object",
|
|
556
|
+
"properties": {
|
|
557
|
+
"type": {
|
|
558
|
+
"type": "string",
|
|
559
|
+
"enum": [
|
|
560
|
+
"none",
|
|
561
|
+
"bearer",
|
|
562
|
+
"basic",
|
|
563
|
+
"api-key"
|
|
564
|
+
],
|
|
565
|
+
"description": "Authentication type"
|
|
566
|
+
},
|
|
567
|
+
"credentials": {
|
|
568
|
+
"type": "object",
|
|
569
|
+
"additionalProperties": {
|
|
570
|
+
"type": "string"
|
|
571
|
+
},
|
|
572
|
+
"description": "Authentication credentials"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"required": [
|
|
576
|
+
"type"
|
|
577
|
+
],
|
|
578
|
+
"additionalProperties": false,
|
|
579
|
+
"description": "Authentication configuration"
|
|
580
|
+
},
|
|
581
|
+
"retryPolicy": {
|
|
582
|
+
"type": "object",
|
|
583
|
+
"properties": {
|
|
584
|
+
"maxRetries": {
|
|
585
|
+
"type": "integer",
|
|
586
|
+
"minimum": 0,
|
|
587
|
+
"maximum": 10,
|
|
588
|
+
"default": 3,
|
|
589
|
+
"description": "Maximum retry attempts"
|
|
590
|
+
},
|
|
591
|
+
"backoffStrategy": {
|
|
592
|
+
"type": "string",
|
|
593
|
+
"enum": [
|
|
594
|
+
"exponential",
|
|
595
|
+
"linear",
|
|
596
|
+
"fixed"
|
|
597
|
+
],
|
|
598
|
+
"default": "exponential",
|
|
599
|
+
"description": "Backoff strategy"
|
|
600
|
+
},
|
|
601
|
+
"initialDelayMs": {
|
|
602
|
+
"type": "integer",
|
|
603
|
+
"minimum": 100,
|
|
604
|
+
"default": 1000,
|
|
605
|
+
"description": "Initial retry delay in milliseconds"
|
|
606
|
+
},
|
|
607
|
+
"maxDelayMs": {
|
|
608
|
+
"type": "integer",
|
|
609
|
+
"minimum": 1000,
|
|
610
|
+
"default": 60000,
|
|
611
|
+
"description": "Maximum retry delay in milliseconds"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"additionalProperties": false,
|
|
615
|
+
"description": "Retry policy configuration"
|
|
616
|
+
},
|
|
617
|
+
"timeoutMs": {
|
|
618
|
+
"type": "integer",
|
|
619
|
+
"minimum": 1000,
|
|
620
|
+
"maximum": 300000,
|
|
621
|
+
"default": 30000,
|
|
622
|
+
"description": "Request timeout in milliseconds"
|
|
623
|
+
},
|
|
624
|
+
"secret": {
|
|
625
|
+
"type": "string",
|
|
626
|
+
"description": "Signing secret for HMAC signature verification"
|
|
627
|
+
},
|
|
628
|
+
"isActive": {
|
|
629
|
+
"type": "boolean",
|
|
630
|
+
"default": true,
|
|
631
|
+
"description": "Whether webhook is active"
|
|
632
|
+
},
|
|
633
|
+
"description": {
|
|
634
|
+
"type": "string",
|
|
635
|
+
"description": "Webhook description"
|
|
636
|
+
},
|
|
637
|
+
"tags": {
|
|
638
|
+
"type": "array",
|
|
639
|
+
"items": {
|
|
640
|
+
"type": "string"
|
|
641
|
+
},
|
|
642
|
+
"description": "Tags for organization"
|
|
643
|
+
},
|
|
644
|
+
"events": {
|
|
645
|
+
"type": "array",
|
|
646
|
+
"items": {
|
|
647
|
+
"type": "string",
|
|
648
|
+
"enum": [
|
|
649
|
+
"record.created",
|
|
650
|
+
"record.updated",
|
|
651
|
+
"record.deleted",
|
|
652
|
+
"sync.started",
|
|
653
|
+
"sync.completed",
|
|
654
|
+
"sync.failed",
|
|
655
|
+
"auth.expired",
|
|
656
|
+
"rate_limit.exceeded"
|
|
657
|
+
],
|
|
658
|
+
"description": "Webhook event type"
|
|
659
|
+
},
|
|
660
|
+
"description": "Connector events to subscribe to"
|
|
661
|
+
},
|
|
662
|
+
"signatureAlgorithm": {
|
|
663
|
+
"type": "string",
|
|
664
|
+
"enum": [
|
|
665
|
+
"hmac_sha256",
|
|
666
|
+
"hmac_sha512",
|
|
667
|
+
"none"
|
|
668
|
+
],
|
|
669
|
+
"description": "Webhook signature algorithm",
|
|
670
|
+
"default": "hmac_sha256"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"required": [
|
|
674
|
+
"name",
|
|
675
|
+
"url"
|
|
676
|
+
],
|
|
677
|
+
"additionalProperties": false
|
|
678
|
+
},
|
|
679
|
+
"description": "Webhook configurations"
|
|
680
|
+
},
|
|
681
|
+
"rateLimitConfig": {
|
|
682
|
+
"type": "object",
|
|
683
|
+
"properties": {
|
|
684
|
+
"strategy": {
|
|
685
|
+
"type": "string",
|
|
686
|
+
"enum": [
|
|
687
|
+
"fixed_window",
|
|
688
|
+
"sliding_window",
|
|
689
|
+
"token_bucket",
|
|
690
|
+
"leaky_bucket"
|
|
691
|
+
],
|
|
692
|
+
"description": "Rate limiting strategy",
|
|
693
|
+
"default": "token_bucket"
|
|
694
|
+
},
|
|
695
|
+
"maxRequests": {
|
|
696
|
+
"type": "number",
|
|
697
|
+
"minimum": 1,
|
|
698
|
+
"description": "Maximum requests per window"
|
|
699
|
+
},
|
|
700
|
+
"windowSeconds": {
|
|
701
|
+
"type": "number",
|
|
702
|
+
"minimum": 1,
|
|
703
|
+
"description": "Time window in seconds"
|
|
704
|
+
},
|
|
705
|
+
"burstCapacity": {
|
|
706
|
+
"type": "number",
|
|
707
|
+
"minimum": 1,
|
|
708
|
+
"description": "Burst capacity"
|
|
709
|
+
},
|
|
710
|
+
"respectUpstreamLimits": {
|
|
711
|
+
"type": "boolean",
|
|
712
|
+
"default": true,
|
|
713
|
+
"description": "Respect external rate limit headers"
|
|
714
|
+
},
|
|
715
|
+
"rateLimitHeaders": {
|
|
716
|
+
"type": "object",
|
|
717
|
+
"properties": {
|
|
718
|
+
"remaining": {
|
|
719
|
+
"type": "string",
|
|
720
|
+
"default": "X-RateLimit-Remaining",
|
|
721
|
+
"description": "Header for remaining requests"
|
|
722
|
+
},
|
|
723
|
+
"limit": {
|
|
724
|
+
"type": "string",
|
|
725
|
+
"default": "X-RateLimit-Limit",
|
|
726
|
+
"description": "Header for rate limit"
|
|
727
|
+
},
|
|
728
|
+
"reset": {
|
|
729
|
+
"type": "string",
|
|
730
|
+
"default": "X-RateLimit-Reset",
|
|
731
|
+
"description": "Header for reset time"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
"additionalProperties": false,
|
|
735
|
+
"description": "Custom rate limit headers"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"required": [
|
|
739
|
+
"maxRequests",
|
|
740
|
+
"windowSeconds"
|
|
741
|
+
],
|
|
742
|
+
"additionalProperties": false,
|
|
743
|
+
"description": "Rate limiting configuration"
|
|
744
|
+
},
|
|
745
|
+
"retryConfig": {
|
|
746
|
+
"type": "object",
|
|
747
|
+
"properties": {
|
|
748
|
+
"strategy": {
|
|
749
|
+
"type": "string",
|
|
750
|
+
"enum": [
|
|
751
|
+
"exponential_backoff",
|
|
752
|
+
"linear_backoff",
|
|
753
|
+
"fixed_delay",
|
|
754
|
+
"no_retry"
|
|
755
|
+
],
|
|
756
|
+
"description": "Retry strategy",
|
|
757
|
+
"default": "exponential_backoff"
|
|
758
|
+
},
|
|
759
|
+
"maxAttempts": {
|
|
760
|
+
"type": "number",
|
|
761
|
+
"minimum": 0,
|
|
762
|
+
"maximum": 10,
|
|
763
|
+
"default": 3,
|
|
764
|
+
"description": "Maximum retry attempts"
|
|
765
|
+
},
|
|
766
|
+
"initialDelayMs": {
|
|
767
|
+
"type": "number",
|
|
768
|
+
"minimum": 100,
|
|
769
|
+
"default": 1000,
|
|
770
|
+
"description": "Initial retry delay in ms"
|
|
771
|
+
},
|
|
772
|
+
"maxDelayMs": {
|
|
773
|
+
"type": "number",
|
|
774
|
+
"minimum": 1000,
|
|
775
|
+
"default": 60000,
|
|
776
|
+
"description": "Maximum retry delay in ms"
|
|
777
|
+
},
|
|
778
|
+
"backoffMultiplier": {
|
|
779
|
+
"type": "number",
|
|
780
|
+
"minimum": 1,
|
|
781
|
+
"default": 2,
|
|
782
|
+
"description": "Exponential backoff multiplier"
|
|
783
|
+
},
|
|
784
|
+
"retryableStatusCodes": {
|
|
785
|
+
"type": "array",
|
|
786
|
+
"items": {
|
|
787
|
+
"type": "number"
|
|
788
|
+
},
|
|
789
|
+
"default": [
|
|
790
|
+
408,
|
|
791
|
+
429,
|
|
792
|
+
500,
|
|
793
|
+
502,
|
|
794
|
+
503,
|
|
795
|
+
504
|
|
796
|
+
],
|
|
797
|
+
"description": "HTTP status codes to retry"
|
|
798
|
+
},
|
|
799
|
+
"retryOnNetworkError": {
|
|
800
|
+
"type": "boolean",
|
|
801
|
+
"default": true,
|
|
802
|
+
"description": "Retry on network errors"
|
|
803
|
+
},
|
|
804
|
+
"jitter": {
|
|
805
|
+
"type": "boolean",
|
|
806
|
+
"default": true,
|
|
807
|
+
"description": "Add jitter to retry delays"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
"additionalProperties": false,
|
|
811
|
+
"description": "Retry configuration"
|
|
812
|
+
},
|
|
813
|
+
"connectionTimeoutMs": {
|
|
814
|
+
"type": "number",
|
|
815
|
+
"minimum": 1000,
|
|
816
|
+
"maximum": 300000,
|
|
817
|
+
"default": 30000,
|
|
818
|
+
"description": "Connection timeout in ms"
|
|
819
|
+
},
|
|
820
|
+
"requestTimeoutMs": {
|
|
821
|
+
"type": "number",
|
|
822
|
+
"minimum": 1000,
|
|
823
|
+
"maximum": 300000,
|
|
824
|
+
"default": 30000,
|
|
825
|
+
"description": "Request timeout in ms"
|
|
826
|
+
},
|
|
827
|
+
"status": {
|
|
828
|
+
"type": "string",
|
|
829
|
+
"enum": [
|
|
830
|
+
"active",
|
|
831
|
+
"inactive",
|
|
832
|
+
"error",
|
|
833
|
+
"configuring"
|
|
834
|
+
],
|
|
835
|
+
"description": "Connector status",
|
|
836
|
+
"default": "inactive"
|
|
837
|
+
},
|
|
838
|
+
"enabled": {
|
|
839
|
+
"type": "boolean",
|
|
840
|
+
"default": true,
|
|
841
|
+
"description": "Enable connector"
|
|
842
|
+
},
|
|
843
|
+
"metadata": {
|
|
844
|
+
"type": "object",
|
|
845
|
+
"additionalProperties": {},
|
|
846
|
+
"description": "Custom connector metadata"
|
|
847
|
+
},
|
|
848
|
+
"provider": {
|
|
849
|
+
"type": "string",
|
|
850
|
+
"enum": [
|
|
851
|
+
"rabbitmq",
|
|
852
|
+
"kafka",
|
|
853
|
+
"redis_pubsub",
|
|
854
|
+
"redis_streams",
|
|
855
|
+
"aws_sqs",
|
|
856
|
+
"aws_sns",
|
|
857
|
+
"google_pubsub",
|
|
858
|
+
"azure_service_bus",
|
|
859
|
+
"azure_event_hubs",
|
|
860
|
+
"nats",
|
|
861
|
+
"pulsar",
|
|
862
|
+
"activemq",
|
|
863
|
+
"custom"
|
|
864
|
+
],
|
|
865
|
+
"description": "Message queue provider type"
|
|
866
|
+
},
|
|
867
|
+
"brokerConfig": {
|
|
868
|
+
"type": "object",
|
|
869
|
+
"properties": {
|
|
870
|
+
"brokers": {
|
|
871
|
+
"type": "array",
|
|
872
|
+
"items": {
|
|
873
|
+
"type": "string"
|
|
874
|
+
},
|
|
875
|
+
"description": "Broker addresses (host:port)"
|
|
876
|
+
},
|
|
877
|
+
"clientId": {
|
|
878
|
+
"type": "string",
|
|
879
|
+
"description": "Client ID"
|
|
880
|
+
},
|
|
881
|
+
"connectionTimeoutMs": {
|
|
882
|
+
"type": "number",
|
|
883
|
+
"minimum": 1000,
|
|
884
|
+
"default": 30000,
|
|
885
|
+
"description": "Connection timeout in ms"
|
|
886
|
+
},
|
|
887
|
+
"requestTimeoutMs": {
|
|
888
|
+
"type": "number",
|
|
889
|
+
"minimum": 1000,
|
|
890
|
+
"default": 30000,
|
|
891
|
+
"description": "Request timeout in ms"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"required": [
|
|
895
|
+
"brokers"
|
|
896
|
+
],
|
|
897
|
+
"additionalProperties": false,
|
|
898
|
+
"description": "Broker connection configuration"
|
|
899
|
+
},
|
|
900
|
+
"topics": {
|
|
901
|
+
"type": "array",
|
|
902
|
+
"items": {
|
|
903
|
+
"type": "object",
|
|
904
|
+
"properties": {
|
|
905
|
+
"name": {
|
|
906
|
+
"type": "string",
|
|
907
|
+
"pattern": "^[a-z_][a-z0-9_]*$",
|
|
908
|
+
"description": "Topic/queue identifier in ObjectStack (snake_case)"
|
|
909
|
+
},
|
|
910
|
+
"label": {
|
|
911
|
+
"type": "string",
|
|
912
|
+
"description": "Display label"
|
|
913
|
+
},
|
|
914
|
+
"topicName": {
|
|
915
|
+
"type": "string",
|
|
916
|
+
"description": "Actual topic/queue name in message queue system"
|
|
917
|
+
},
|
|
918
|
+
"enabled": {
|
|
919
|
+
"type": "boolean",
|
|
920
|
+
"default": true,
|
|
921
|
+
"description": "Enable sync for this topic/queue"
|
|
922
|
+
},
|
|
923
|
+
"mode": {
|
|
924
|
+
"type": "string",
|
|
925
|
+
"enum": [
|
|
926
|
+
"consumer",
|
|
927
|
+
"producer",
|
|
928
|
+
"both"
|
|
929
|
+
],
|
|
930
|
+
"default": "both",
|
|
931
|
+
"description": "Consumer, producer, or both"
|
|
932
|
+
},
|
|
933
|
+
"messageFormat": {
|
|
934
|
+
"type": "string",
|
|
935
|
+
"enum": [
|
|
936
|
+
"json",
|
|
937
|
+
"xml",
|
|
938
|
+
"protobuf",
|
|
939
|
+
"avro",
|
|
940
|
+
"text",
|
|
941
|
+
"binary"
|
|
942
|
+
],
|
|
943
|
+
"description": "Message format/serialization",
|
|
944
|
+
"default": "json"
|
|
945
|
+
},
|
|
946
|
+
"partitions": {
|
|
947
|
+
"type": "number",
|
|
948
|
+
"minimum": 1,
|
|
949
|
+
"description": "Number of partitions (for Kafka)"
|
|
950
|
+
},
|
|
951
|
+
"replicationFactor": {
|
|
952
|
+
"type": "number",
|
|
953
|
+
"minimum": 1,
|
|
954
|
+
"description": "Replication factor (for Kafka)"
|
|
955
|
+
},
|
|
956
|
+
"consumerConfig": {
|
|
957
|
+
"type": "object",
|
|
958
|
+
"properties": {
|
|
959
|
+
"enabled": {
|
|
960
|
+
"type": "boolean",
|
|
961
|
+
"default": true,
|
|
962
|
+
"description": "Enable consumer"
|
|
963
|
+
},
|
|
964
|
+
"consumerGroup": {
|
|
965
|
+
"type": "string",
|
|
966
|
+
"description": "Consumer group ID"
|
|
967
|
+
},
|
|
968
|
+
"concurrency": {
|
|
969
|
+
"type": "number",
|
|
970
|
+
"minimum": 1,
|
|
971
|
+
"maximum": 100,
|
|
972
|
+
"default": 1,
|
|
973
|
+
"description": "Number of concurrent consumers"
|
|
974
|
+
},
|
|
975
|
+
"prefetchCount": {
|
|
976
|
+
"type": "number",
|
|
977
|
+
"minimum": 1,
|
|
978
|
+
"maximum": 1000,
|
|
979
|
+
"default": 10,
|
|
980
|
+
"description": "Prefetch count"
|
|
981
|
+
},
|
|
982
|
+
"ackMode": {
|
|
983
|
+
"type": "string",
|
|
984
|
+
"enum": [
|
|
985
|
+
"auto",
|
|
986
|
+
"manual",
|
|
987
|
+
"client"
|
|
988
|
+
],
|
|
989
|
+
"description": "Message acknowledgment mode",
|
|
990
|
+
"default": "manual"
|
|
991
|
+
},
|
|
992
|
+
"autoCommit": {
|
|
993
|
+
"type": "boolean",
|
|
994
|
+
"default": false,
|
|
995
|
+
"description": "Auto-commit offsets"
|
|
996
|
+
},
|
|
997
|
+
"autoCommitIntervalMs": {
|
|
998
|
+
"type": "number",
|
|
999
|
+
"minimum": 100,
|
|
1000
|
+
"default": 5000,
|
|
1001
|
+
"description": "Auto-commit interval in ms"
|
|
1002
|
+
},
|
|
1003
|
+
"sessionTimeoutMs": {
|
|
1004
|
+
"type": "number",
|
|
1005
|
+
"minimum": 1000,
|
|
1006
|
+
"default": 30000,
|
|
1007
|
+
"description": "Session timeout in ms"
|
|
1008
|
+
},
|
|
1009
|
+
"rebalanceTimeoutMs": {
|
|
1010
|
+
"type": "number",
|
|
1011
|
+
"minimum": 1000,
|
|
1012
|
+
"description": "Rebalance timeout in ms"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"additionalProperties": false,
|
|
1016
|
+
"description": "Consumer-specific configuration"
|
|
1017
|
+
},
|
|
1018
|
+
"producerConfig": {
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"enabled": {
|
|
1022
|
+
"type": "boolean",
|
|
1023
|
+
"default": true,
|
|
1024
|
+
"description": "Enable producer"
|
|
1025
|
+
},
|
|
1026
|
+
"acks": {
|
|
1027
|
+
"type": "string",
|
|
1028
|
+
"enum": [
|
|
1029
|
+
"0",
|
|
1030
|
+
"1",
|
|
1031
|
+
"all"
|
|
1032
|
+
],
|
|
1033
|
+
"default": "all",
|
|
1034
|
+
"description": "Acknowledgment level"
|
|
1035
|
+
},
|
|
1036
|
+
"compressionType": {
|
|
1037
|
+
"type": "string",
|
|
1038
|
+
"enum": [
|
|
1039
|
+
"none",
|
|
1040
|
+
"gzip",
|
|
1041
|
+
"snappy",
|
|
1042
|
+
"lz4",
|
|
1043
|
+
"zstd"
|
|
1044
|
+
],
|
|
1045
|
+
"default": "none",
|
|
1046
|
+
"description": "Compression type"
|
|
1047
|
+
},
|
|
1048
|
+
"batchSize": {
|
|
1049
|
+
"type": "number",
|
|
1050
|
+
"minimum": 1,
|
|
1051
|
+
"default": 16384,
|
|
1052
|
+
"description": "Batch size in bytes"
|
|
1053
|
+
},
|
|
1054
|
+
"lingerMs": {
|
|
1055
|
+
"type": "number",
|
|
1056
|
+
"minimum": 0,
|
|
1057
|
+
"default": 0,
|
|
1058
|
+
"description": "Linger time in ms"
|
|
1059
|
+
},
|
|
1060
|
+
"maxInFlightRequests": {
|
|
1061
|
+
"type": "number",
|
|
1062
|
+
"minimum": 1,
|
|
1063
|
+
"default": 5,
|
|
1064
|
+
"description": "Max in-flight requests"
|
|
1065
|
+
},
|
|
1066
|
+
"idempotence": {
|
|
1067
|
+
"type": "boolean",
|
|
1068
|
+
"default": true,
|
|
1069
|
+
"description": "Enable idempotent producer"
|
|
1070
|
+
},
|
|
1071
|
+
"transactional": {
|
|
1072
|
+
"type": "boolean",
|
|
1073
|
+
"default": false,
|
|
1074
|
+
"description": "Enable transactional producer"
|
|
1075
|
+
},
|
|
1076
|
+
"transactionTimeoutMs": {
|
|
1077
|
+
"type": "number",
|
|
1078
|
+
"minimum": 1000,
|
|
1079
|
+
"description": "Transaction timeout in ms"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"additionalProperties": false,
|
|
1083
|
+
"description": "Producer-specific configuration"
|
|
1084
|
+
},
|
|
1085
|
+
"dlqConfig": {
|
|
1086
|
+
"type": "object",
|
|
1087
|
+
"properties": {
|
|
1088
|
+
"enabled": {
|
|
1089
|
+
"type": "boolean",
|
|
1090
|
+
"default": false,
|
|
1091
|
+
"description": "Enable DLQ"
|
|
1092
|
+
},
|
|
1093
|
+
"queueName": {
|
|
1094
|
+
"type": "string",
|
|
1095
|
+
"description": "Dead letter queue/topic name"
|
|
1096
|
+
},
|
|
1097
|
+
"maxRetries": {
|
|
1098
|
+
"type": "number",
|
|
1099
|
+
"minimum": 0,
|
|
1100
|
+
"maximum": 100,
|
|
1101
|
+
"default": 3,
|
|
1102
|
+
"description": "Max retries before DLQ"
|
|
1103
|
+
},
|
|
1104
|
+
"retryDelayMs": {
|
|
1105
|
+
"type": "number",
|
|
1106
|
+
"minimum": 0,
|
|
1107
|
+
"default": 60000,
|
|
1108
|
+
"description": "Retry delay in ms"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"required": [
|
|
1112
|
+
"queueName"
|
|
1113
|
+
],
|
|
1114
|
+
"additionalProperties": false,
|
|
1115
|
+
"description": "Dead letter queue configuration"
|
|
1116
|
+
},
|
|
1117
|
+
"routingKey": {
|
|
1118
|
+
"type": "string",
|
|
1119
|
+
"description": "Routing key pattern"
|
|
1120
|
+
},
|
|
1121
|
+
"messageFilter": {
|
|
1122
|
+
"type": "object",
|
|
1123
|
+
"properties": {
|
|
1124
|
+
"headers": {
|
|
1125
|
+
"type": "object",
|
|
1126
|
+
"additionalProperties": {
|
|
1127
|
+
"type": "string"
|
|
1128
|
+
},
|
|
1129
|
+
"description": "Filter by message headers"
|
|
1130
|
+
},
|
|
1131
|
+
"attributes": {
|
|
1132
|
+
"type": "object",
|
|
1133
|
+
"additionalProperties": {},
|
|
1134
|
+
"description": "Filter by message attributes"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"additionalProperties": false,
|
|
1138
|
+
"description": "Message filter criteria"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"required": [
|
|
1142
|
+
"name",
|
|
1143
|
+
"label",
|
|
1144
|
+
"topicName"
|
|
1145
|
+
],
|
|
1146
|
+
"additionalProperties": false
|
|
1147
|
+
},
|
|
1148
|
+
"description": "Topics/queues to sync"
|
|
1149
|
+
},
|
|
1150
|
+
"deliveryGuarantee": {
|
|
1151
|
+
"type": "string",
|
|
1152
|
+
"enum": [
|
|
1153
|
+
"at_most_once",
|
|
1154
|
+
"at_least_once",
|
|
1155
|
+
"exactly_once"
|
|
1156
|
+
],
|
|
1157
|
+
"description": "Message delivery guarantee",
|
|
1158
|
+
"default": "at_least_once"
|
|
1159
|
+
},
|
|
1160
|
+
"sslConfig": {
|
|
1161
|
+
"type": "object",
|
|
1162
|
+
"properties": {
|
|
1163
|
+
"enabled": {
|
|
1164
|
+
"type": "boolean",
|
|
1165
|
+
"default": false,
|
|
1166
|
+
"description": "Enable SSL/TLS"
|
|
1167
|
+
},
|
|
1168
|
+
"rejectUnauthorized": {
|
|
1169
|
+
"type": "boolean",
|
|
1170
|
+
"default": true,
|
|
1171
|
+
"description": "Reject unauthorized certificates"
|
|
1172
|
+
},
|
|
1173
|
+
"ca": {
|
|
1174
|
+
"type": "string",
|
|
1175
|
+
"description": "CA certificate"
|
|
1176
|
+
},
|
|
1177
|
+
"cert": {
|
|
1178
|
+
"type": "string",
|
|
1179
|
+
"description": "Client certificate"
|
|
1180
|
+
},
|
|
1181
|
+
"key": {
|
|
1182
|
+
"type": "string",
|
|
1183
|
+
"description": "Client private key"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
"additionalProperties": false,
|
|
1187
|
+
"description": "SSL/TLS configuration"
|
|
1188
|
+
},
|
|
1189
|
+
"saslConfig": {
|
|
1190
|
+
"type": "object",
|
|
1191
|
+
"properties": {
|
|
1192
|
+
"mechanism": {
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"enum": [
|
|
1195
|
+
"plain",
|
|
1196
|
+
"scram-sha-256",
|
|
1197
|
+
"scram-sha-512",
|
|
1198
|
+
"aws"
|
|
1199
|
+
],
|
|
1200
|
+
"description": "SASL mechanism"
|
|
1201
|
+
},
|
|
1202
|
+
"username": {
|
|
1203
|
+
"type": "string",
|
|
1204
|
+
"description": "SASL username"
|
|
1205
|
+
},
|
|
1206
|
+
"password": {
|
|
1207
|
+
"type": "string",
|
|
1208
|
+
"description": "SASL password"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"required": [
|
|
1212
|
+
"mechanism"
|
|
1213
|
+
],
|
|
1214
|
+
"additionalProperties": false,
|
|
1215
|
+
"description": "SASL authentication configuration"
|
|
1216
|
+
},
|
|
1217
|
+
"schemaRegistry": {
|
|
1218
|
+
"type": "object",
|
|
1219
|
+
"properties": {
|
|
1220
|
+
"url": {
|
|
1221
|
+
"type": "string",
|
|
1222
|
+
"format": "uri",
|
|
1223
|
+
"description": "Schema registry URL"
|
|
1224
|
+
},
|
|
1225
|
+
"auth": {
|
|
1226
|
+
"type": "object",
|
|
1227
|
+
"properties": {
|
|
1228
|
+
"username": {
|
|
1229
|
+
"type": "string"
|
|
1230
|
+
},
|
|
1231
|
+
"password": {
|
|
1232
|
+
"type": "string"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
"additionalProperties": false
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"required": [
|
|
1239
|
+
"url"
|
|
1240
|
+
],
|
|
1241
|
+
"additionalProperties": false,
|
|
1242
|
+
"description": "Schema registry configuration"
|
|
1243
|
+
},
|
|
1244
|
+
"preserveOrder": {
|
|
1245
|
+
"type": "boolean",
|
|
1246
|
+
"default": true,
|
|
1247
|
+
"description": "Preserve message ordering"
|
|
1248
|
+
},
|
|
1249
|
+
"enableMetrics": {
|
|
1250
|
+
"type": "boolean",
|
|
1251
|
+
"default": true,
|
|
1252
|
+
"description": "Enable message queue metrics"
|
|
1253
|
+
},
|
|
1254
|
+
"enableTracing": {
|
|
1255
|
+
"type": "boolean",
|
|
1256
|
+
"default": false,
|
|
1257
|
+
"description": "Enable distributed tracing"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"required": [
|
|
1261
|
+
"name",
|
|
1262
|
+
"label",
|
|
1263
|
+
"type",
|
|
1264
|
+
"authentication",
|
|
1265
|
+
"provider",
|
|
1266
|
+
"brokerConfig",
|
|
1267
|
+
"topics"
|
|
1268
|
+
],
|
|
1269
|
+
"additionalProperties": false
|
|
1270
|
+
}
|
|
5
1271
|
},
|
|
6
1272
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
7
1273
|
}
|