@objectstack/spec 0.9.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -356
- 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/index.d.ts +4 -0
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +4 -0
- 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 +1361 -0
- package/dist/ai/plugin-development.zod.d.ts.map +1 -0
- package/dist/ai/plugin-development.zod.js +576 -0
- 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 +1815 -0
- package/dist/ai/runtime-ops.zod.d.ts.map +1 -0
- package/dist/ai/runtime-ops.zod.js +578 -0
- 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 +27828 -3591
- 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 +9897 -318
- package/dist/api/protocol.zod.d.ts.map +1 -1
- package/dist/api/protocol.zod.js +167 -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/contracts/service-registry.d.ts +1 -1
- 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 -0
- package/dist/hub/index.d.ts.map +1 -1
- package/dist/hub/index.js +1 -0
- 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 +641 -0
- package/dist/kernel/metadata-loader.zod.d.ts.map +1 -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/kernel/plugin-lifecycle-advanced.zod.js +411 -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-security-advanced.zod.js +606 -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/kernel/plugin-versioning.zod.js +397 -0
- 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 +35002 -8703
- 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 -30
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +28 -46
- 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 -267
- package/dist/system/logging.zod.d.ts.map +1 -1
- package/dist/system/logging.zod.js +2 -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 +552 -0
- package/dist/system/metadata-persistence.zod.d.ts.map +1 -0
- package/dist/system/metadata-persistence.zod.js +214 -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 +225 -0
- 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 +476 -0
- 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 +72 -0
- package/json-schema/ai/AutoScalingPolicy.json +169 -0
- 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 +240 -0
- 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 +201 -0
- 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 +116 -0
- package/json-schema/ai/PipelineStage.json +71 -1
- package/json-schema/ai/PluginCompositionRequest.json +94 -0
- package/json-schema/ai/PluginCompositionResult.json +144 -0
- package/json-schema/ai/PluginRecommendation.json +141 -0
- package/json-schema/ai/PluginRecommendationRequest.json +81 -0
- package/json-schema/ai/PluginScaffoldingTemplate.json +128 -0
- 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 +93 -0
- package/json-schema/ai/RootCauseAnalysisResult.json +199 -0
- package/json-schema/ai/SelfHealingAction.json +98 -0
- package/json-schema/ai/SelfHealingConfig.json +211 -0
- 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/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 +239 -0
- package/json-schema/hub/RegistrySyncPolicy.json +15 -0
- package/json-schema/hub/RegistryUpstream.json +110 -0
- 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 +48 -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 +45 -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 +44 -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/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-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-validator.zod.d.ts +0 -98
- package/dist/system/plugin-validator.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/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/CapabilityConformanceLevel.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/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/HealthStatus.json +0 -7
- package/json-schema/system/HookRegisteredEvent.json +0 -7
- package/json-schema/system/HookTriggeredEvent.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/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/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/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/PluginStartupResult.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/RuntimeMode.json +0 -7
- package/json-schema/system/ScopeConfig.json +0 -7
- package/json-schema/system/ScopeInfo.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/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}/metadata-loader.zod.js +0 -0
- /package/dist/{system → kernel}/plugin-capability.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-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
|
@@ -9,48 +9,29 @@ import { z } from 'zod';
|
|
|
9
9
|
/**
|
|
10
10
|
* File Storage Provider Types
|
|
11
11
|
*/
|
|
12
|
-
export declare const FileStorageProviderSchema: z.ZodEnum<
|
|
13
|
-
custom: "custom";
|
|
14
|
-
local: "local";
|
|
15
|
-
s3: "s3";
|
|
16
|
-
gcs: "gcs";
|
|
17
|
-
azure_blob: "azure_blob";
|
|
18
|
-
dropbox: "dropbox";
|
|
19
|
-
box: "box";
|
|
20
|
-
onedrive: "onedrive";
|
|
21
|
-
google_drive: "google_drive";
|
|
22
|
-
sharepoint: "sharepoint";
|
|
23
|
-
ftp: "ftp";
|
|
24
|
-
}>;
|
|
12
|
+
export declare const FileStorageProviderSchema: z.ZodEnum<["s3", "azure_blob", "gcs", "dropbox", "box", "onedrive", "google_drive", "sharepoint", "ftp", "local", "custom"]>;
|
|
25
13
|
export type FileStorageProvider = z.infer<typeof FileStorageProviderSchema>;
|
|
26
14
|
/**
|
|
27
15
|
* File Access Pattern
|
|
28
16
|
*/
|
|
29
|
-
export declare const FileAccessPatternSchema: z.ZodEnum<
|
|
30
|
-
private: "private";
|
|
31
|
-
public_read: "public_read";
|
|
32
|
-
authenticated_read: "authenticated_read";
|
|
33
|
-
bucket_owner_read: "bucket_owner_read";
|
|
34
|
-
bucket_owner_full: "bucket_owner_full";
|
|
35
|
-
}>;
|
|
17
|
+
export declare const FileAccessPatternSchema: z.ZodEnum<["public_read", "private", "authenticated_read", "bucket_owner_read", "bucket_owner_full"]>;
|
|
36
18
|
export type FileAccessPattern = z.infer<typeof FileAccessPatternSchema>;
|
|
37
19
|
/**
|
|
38
20
|
* File Metadata Configuration
|
|
39
21
|
*/
|
|
40
22
|
export declare const FileMetadataConfigSchema: z.ZodObject<{
|
|
41
23
|
extractMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
42
|
-
metadataFields: z.ZodOptional<z.ZodArray<z.ZodEnum<
|
|
43
|
-
custom: "custom";
|
|
44
|
-
checksum: "checksum";
|
|
45
|
-
etag: "etag";
|
|
46
|
-
created_at: "created_at";
|
|
47
|
-
content_type: "content_type";
|
|
48
|
-
file_size: "file_size";
|
|
49
|
-
last_modified: "last_modified";
|
|
50
|
-
creator: "creator";
|
|
51
|
-
}>>>;
|
|
24
|
+
metadataFields: z.ZodOptional<z.ZodArray<z.ZodEnum<["content_type", "file_size", "last_modified", "etag", "checksum", "creator", "created_at", "custom"]>, "many">>;
|
|
52
25
|
customMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
53
|
-
}, z.
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
extractMetadata: boolean;
|
|
28
|
+
metadataFields?: ("custom" | "checksum" | "etag" | "created_at" | "content_type" | "file_size" | "last_modified" | "creator")[] | undefined;
|
|
29
|
+
customMetadata?: Record<string, string> | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
extractMetadata?: boolean | undefined;
|
|
32
|
+
metadataFields?: ("custom" | "checksum" | "etag" | "created_at" | "content_type" | "file_size" | "last_modified" | "creator")[] | undefined;
|
|
33
|
+
customMetadata?: Record<string, string> | undefined;
|
|
34
|
+
}>;
|
|
54
35
|
export type FileMetadataConfig = z.infer<typeof FileMetadataConfigSchema>;
|
|
55
36
|
/**
|
|
56
37
|
* Multipart Upload Configuration
|
|
@@ -60,7 +41,17 @@ export declare const MultipartUploadConfigSchema: z.ZodObject<{
|
|
|
60
41
|
partSize: z.ZodDefault<z.ZodNumber>;
|
|
61
42
|
maxConcurrentParts: z.ZodDefault<z.ZodNumber>;
|
|
62
43
|
threshold: z.ZodDefault<z.ZodNumber>;
|
|
63
|
-
}, z.
|
|
44
|
+
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
enabled: boolean;
|
|
46
|
+
threshold: number;
|
|
47
|
+
partSize: number;
|
|
48
|
+
maxConcurrentParts: number;
|
|
49
|
+
}, {
|
|
50
|
+
enabled?: boolean | undefined;
|
|
51
|
+
threshold?: number | undefined;
|
|
52
|
+
partSize?: number | undefined;
|
|
53
|
+
maxConcurrentParts?: number | undefined;
|
|
54
|
+
}>;
|
|
64
55
|
export type MultipartUploadConfig = z.infer<typeof MultipartUploadConfigSchema>;
|
|
65
56
|
/**
|
|
66
57
|
* File Versioning Configuration
|
|
@@ -69,19 +60,41 @@ export declare const FileVersioningConfigSchema: z.ZodObject<{
|
|
|
69
60
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
70
61
|
maxVersions: z.ZodOptional<z.ZodNumber>;
|
|
71
62
|
retentionDays: z.ZodOptional<z.ZodNumber>;
|
|
72
|
-
}, z.
|
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
|
64
|
+
enabled: boolean;
|
|
65
|
+
maxVersions?: number | undefined;
|
|
66
|
+
retentionDays?: number | undefined;
|
|
67
|
+
}, {
|
|
68
|
+
enabled?: boolean | undefined;
|
|
69
|
+
maxVersions?: number | undefined;
|
|
70
|
+
retentionDays?: number | undefined;
|
|
71
|
+
}>;
|
|
73
72
|
export type FileVersioningConfig = z.infer<typeof FileVersioningConfigSchema>;
|
|
74
73
|
/**
|
|
75
74
|
* File Filter Configuration
|
|
76
75
|
*/
|
|
77
76
|
export declare const FileFilterConfigSchema: z.ZodObject<{
|
|
78
|
-
includePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
79
|
-
excludePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
77
|
+
includePatterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
78
|
+
excludePatterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
80
79
|
minFileSize: z.ZodOptional<z.ZodNumber>;
|
|
81
80
|
maxFileSize: z.ZodOptional<z.ZodNumber>;
|
|
82
|
-
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
83
|
-
blockedExtensions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
84
|
-
}, z.
|
|
81
|
+
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
82
|
+
blockedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
83
|
+
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
maxFileSize?: number | undefined;
|
|
85
|
+
excludePatterns?: string[] | undefined;
|
|
86
|
+
includePatterns?: string[] | undefined;
|
|
87
|
+
minFileSize?: number | undefined;
|
|
88
|
+
allowedExtensions?: string[] | undefined;
|
|
89
|
+
blockedExtensions?: string[] | undefined;
|
|
90
|
+
}, {
|
|
91
|
+
maxFileSize?: number | undefined;
|
|
92
|
+
excludePatterns?: string[] | undefined;
|
|
93
|
+
includePatterns?: string[] | undefined;
|
|
94
|
+
minFileSize?: number | undefined;
|
|
95
|
+
allowedExtensions?: string[] | undefined;
|
|
96
|
+
blockedExtensions?: string[] | undefined;
|
|
97
|
+
}>;
|
|
85
98
|
export type FileFilterConfig = z.infer<typeof FileFilterConfigSchema>;
|
|
86
99
|
/**
|
|
87
100
|
* File Storage Bucket/Container Configuration
|
|
@@ -93,22 +106,62 @@ export declare const StorageBucketSchema: z.ZodObject<{
|
|
|
93
106
|
region: z.ZodOptional<z.ZodString>;
|
|
94
107
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
95
108
|
prefix: z.ZodOptional<z.ZodString>;
|
|
96
|
-
accessPattern: z.ZodOptional<z.ZodEnum<
|
|
97
|
-
private: "private";
|
|
98
|
-
public_read: "public_read";
|
|
99
|
-
authenticated_read: "authenticated_read";
|
|
100
|
-
bucket_owner_read: "bucket_owner_read";
|
|
101
|
-
bucket_owner_full: "bucket_owner_full";
|
|
102
|
-
}>>;
|
|
109
|
+
accessPattern: z.ZodOptional<z.ZodEnum<["public_read", "private", "authenticated_read", "bucket_owner_read", "bucket_owner_full"]>>;
|
|
103
110
|
fileFilters: z.ZodOptional<z.ZodObject<{
|
|
104
|
-
includePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
105
|
-
excludePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
111
|
+
includePatterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
112
|
+
excludePatterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
106
113
|
minFileSize: z.ZodOptional<z.ZodNumber>;
|
|
107
114
|
maxFileSize: z.ZodOptional<z.ZodNumber>;
|
|
108
|
-
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
109
|
-
blockedExtensions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
110
|
-
}, z.
|
|
111
|
-
|
|
115
|
+
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
116
|
+
blockedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
117
|
+
}, "strip", z.ZodTypeAny, {
|
|
118
|
+
maxFileSize?: number | undefined;
|
|
119
|
+
excludePatterns?: string[] | undefined;
|
|
120
|
+
includePatterns?: string[] | undefined;
|
|
121
|
+
minFileSize?: number | undefined;
|
|
122
|
+
allowedExtensions?: string[] | undefined;
|
|
123
|
+
blockedExtensions?: string[] | undefined;
|
|
124
|
+
}, {
|
|
125
|
+
maxFileSize?: number | undefined;
|
|
126
|
+
excludePatterns?: string[] | undefined;
|
|
127
|
+
includePatterns?: string[] | undefined;
|
|
128
|
+
minFileSize?: number | undefined;
|
|
129
|
+
allowedExtensions?: string[] | undefined;
|
|
130
|
+
blockedExtensions?: string[] | undefined;
|
|
131
|
+
}>>;
|
|
132
|
+
}, "strip", z.ZodTypeAny, {
|
|
133
|
+
enabled: boolean;
|
|
134
|
+
label: string;
|
|
135
|
+
name: string;
|
|
136
|
+
bucketName: string;
|
|
137
|
+
region?: string | undefined;
|
|
138
|
+
prefix?: string | undefined;
|
|
139
|
+
accessPattern?: "private" | "public_read" | "authenticated_read" | "bucket_owner_read" | "bucket_owner_full" | undefined;
|
|
140
|
+
fileFilters?: {
|
|
141
|
+
maxFileSize?: number | undefined;
|
|
142
|
+
excludePatterns?: string[] | undefined;
|
|
143
|
+
includePatterns?: string[] | undefined;
|
|
144
|
+
minFileSize?: number | undefined;
|
|
145
|
+
allowedExtensions?: string[] | undefined;
|
|
146
|
+
blockedExtensions?: string[] | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
}, {
|
|
149
|
+
label: string;
|
|
150
|
+
name: string;
|
|
151
|
+
bucketName: string;
|
|
152
|
+
enabled?: boolean | undefined;
|
|
153
|
+
region?: string | undefined;
|
|
154
|
+
prefix?: string | undefined;
|
|
155
|
+
accessPattern?: "private" | "public_read" | "authenticated_read" | "bucket_owner_read" | "bucket_owner_full" | undefined;
|
|
156
|
+
fileFilters?: {
|
|
157
|
+
maxFileSize?: number | undefined;
|
|
158
|
+
excludePatterns?: string[] | undefined;
|
|
159
|
+
includePatterns?: string[] | undefined;
|
|
160
|
+
minFileSize?: number | undefined;
|
|
161
|
+
allowedExtensions?: string[] | undefined;
|
|
162
|
+
blockedExtensions?: string[] | undefined;
|
|
163
|
+
} | undefined;
|
|
164
|
+
}>;
|
|
112
165
|
export type StorageBucket = z.infer<typeof StorageBucketSchema>;
|
|
113
166
|
/**
|
|
114
167
|
* File Storage Connector Configuration Schema
|
|
@@ -118,207 +171,363 @@ export declare const FileStorageConnectorSchema: z.ZodObject<{
|
|
|
118
171
|
label: z.ZodString;
|
|
119
172
|
description: z.ZodOptional<z.ZodString>;
|
|
120
173
|
icon: z.ZodOptional<z.ZodString>;
|
|
121
|
-
authentication: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
174
|
+
authentication: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
122
175
|
type: z.ZodLiteral<"oauth2">;
|
|
123
176
|
authorizationUrl: z.ZodString;
|
|
124
177
|
tokenUrl: z.ZodString;
|
|
125
178
|
clientId: z.ZodString;
|
|
126
179
|
clientSecret: z.ZodString;
|
|
127
|
-
scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
180
|
+
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
128
181
|
redirectUri: z.ZodOptional<z.ZodString>;
|
|
129
182
|
refreshToken: z.ZodOptional<z.ZodString>;
|
|
130
183
|
tokenExpiry: z.ZodOptional<z.ZodNumber>;
|
|
131
|
-
},
|
|
184
|
+
}, "strip", z.ZodTypeAny, {
|
|
185
|
+
type: "oauth2";
|
|
186
|
+
clientId: string;
|
|
187
|
+
clientSecret: string;
|
|
188
|
+
authorizationUrl: string;
|
|
189
|
+
tokenUrl: string;
|
|
190
|
+
refreshToken?: string | undefined;
|
|
191
|
+
scopes?: string[] | undefined;
|
|
192
|
+
redirectUri?: string | undefined;
|
|
193
|
+
tokenExpiry?: number | undefined;
|
|
194
|
+
}, {
|
|
195
|
+
type: "oauth2";
|
|
196
|
+
clientId: string;
|
|
197
|
+
clientSecret: string;
|
|
198
|
+
authorizationUrl: string;
|
|
199
|
+
tokenUrl: string;
|
|
200
|
+
refreshToken?: string | undefined;
|
|
201
|
+
scopes?: string[] | undefined;
|
|
202
|
+
redirectUri?: string | undefined;
|
|
203
|
+
tokenExpiry?: number | undefined;
|
|
204
|
+
}>, z.ZodObject<{
|
|
132
205
|
type: z.ZodLiteral<"api-key">;
|
|
133
206
|
key: z.ZodString;
|
|
134
207
|
headerName: z.ZodDefault<z.ZodString>;
|
|
135
208
|
paramName: z.ZodOptional<z.ZodString>;
|
|
136
|
-
},
|
|
209
|
+
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
type: "api-key";
|
|
211
|
+
key: string;
|
|
212
|
+
headerName: string;
|
|
213
|
+
paramName?: string | undefined;
|
|
214
|
+
}, {
|
|
215
|
+
type: "api-key";
|
|
216
|
+
key: string;
|
|
217
|
+
headerName?: string | undefined;
|
|
218
|
+
paramName?: string | undefined;
|
|
219
|
+
}>, z.ZodObject<{
|
|
137
220
|
type: z.ZodLiteral<"basic">;
|
|
138
221
|
username: z.ZodString;
|
|
139
222
|
password: z.ZodString;
|
|
140
|
-
},
|
|
223
|
+
}, "strip", z.ZodTypeAny, {
|
|
224
|
+
type: "basic";
|
|
225
|
+
password: string;
|
|
226
|
+
username: string;
|
|
227
|
+
}, {
|
|
228
|
+
type: "basic";
|
|
229
|
+
password: string;
|
|
230
|
+
username: string;
|
|
231
|
+
}>, z.ZodObject<{
|
|
141
232
|
type: z.ZodLiteral<"bearer">;
|
|
142
233
|
token: z.ZodString;
|
|
143
|
-
},
|
|
144
|
-
type:
|
|
145
|
-
token:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
HS512: "HS512";
|
|
151
|
-
RS256: "RS256";
|
|
152
|
-
RS384: "RS384";
|
|
153
|
-
RS512: "RS512";
|
|
154
|
-
ES256: "ES256";
|
|
155
|
-
ES384: "ES384";
|
|
156
|
-
ES512: "ES512";
|
|
157
|
-
}>>;
|
|
158
|
-
issuer: z.ZodOptional<z.ZodString>;
|
|
159
|
-
audience: z.ZodOptional<z.ZodString>;
|
|
160
|
-
subject: z.ZodOptional<z.ZodString>;
|
|
161
|
-
expiresIn: z.ZodDefault<z.ZodNumber>;
|
|
162
|
-
claims: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
163
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
164
|
-
type: z.ZodLiteral<"saml">;
|
|
165
|
-
entryPoint: z.ZodString;
|
|
166
|
-
issuer: z.ZodString;
|
|
167
|
-
certificate: z.ZodString;
|
|
168
|
-
privateKey: z.ZodOptional<z.ZodString>;
|
|
169
|
-
callbackUrl: z.ZodOptional<z.ZodString>;
|
|
170
|
-
signatureAlgorithm: z.ZodDefault<z.ZodEnum<{
|
|
171
|
-
sha1: "sha1";
|
|
172
|
-
sha256: "sha256";
|
|
173
|
-
sha512: "sha512";
|
|
174
|
-
}>>;
|
|
175
|
-
wantAssertionsSigned: z.ZodDefault<z.ZodBoolean>;
|
|
176
|
-
identifierFormat: z.ZodOptional<z.ZodString>;
|
|
177
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
234
|
+
}, "strip", z.ZodTypeAny, {
|
|
235
|
+
type: "bearer";
|
|
236
|
+
token: string;
|
|
237
|
+
}, {
|
|
238
|
+
type: "bearer";
|
|
239
|
+
token: string;
|
|
240
|
+
}>, z.ZodObject<{
|
|
178
241
|
type: z.ZodLiteral<"none">;
|
|
179
|
-
}, z.
|
|
242
|
+
}, "strip", z.ZodTypeAny, {
|
|
243
|
+
type: "none";
|
|
244
|
+
}, {
|
|
245
|
+
type: "none";
|
|
246
|
+
}>]>;
|
|
247
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
248
|
+
key: z.ZodString;
|
|
249
|
+
label: z.ZodString;
|
|
250
|
+
description: z.ZodOptional<z.ZodString>;
|
|
251
|
+
inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
252
|
+
outputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
253
|
+
}, "strip", z.ZodTypeAny, {
|
|
254
|
+
label: string;
|
|
255
|
+
key: string;
|
|
256
|
+
description?: string | undefined;
|
|
257
|
+
inputSchema?: Record<string, any> | undefined;
|
|
258
|
+
outputSchema?: Record<string, any> | undefined;
|
|
259
|
+
}, {
|
|
260
|
+
label: string;
|
|
261
|
+
key: string;
|
|
262
|
+
description?: string | undefined;
|
|
263
|
+
inputSchema?: Record<string, any> | undefined;
|
|
264
|
+
outputSchema?: Record<string, any> | undefined;
|
|
265
|
+
}>, "many">>;
|
|
266
|
+
triggers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
267
|
+
key: z.ZodString;
|
|
268
|
+
label: z.ZodString;
|
|
269
|
+
description: z.ZodOptional<z.ZodString>;
|
|
270
|
+
type: z.ZodEnum<["polling", "webhook"]>;
|
|
271
|
+
interval: z.ZodOptional<z.ZodNumber>;
|
|
272
|
+
}, "strip", z.ZodTypeAny, {
|
|
273
|
+
type: "webhook" | "polling";
|
|
274
|
+
label: string;
|
|
275
|
+
key: string;
|
|
276
|
+
description?: string | undefined;
|
|
277
|
+
interval?: number | undefined;
|
|
278
|
+
}, {
|
|
279
|
+
type: "webhook" | "polling";
|
|
280
|
+
label: string;
|
|
281
|
+
key: string;
|
|
282
|
+
description?: string | undefined;
|
|
283
|
+
interval?: number | undefined;
|
|
284
|
+
}>, "many">>;
|
|
180
285
|
syncConfig: z.ZodOptional<z.ZodObject<{
|
|
181
|
-
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
182
|
-
|
|
183
|
-
upsert: "upsert";
|
|
184
|
-
incremental: "incremental";
|
|
185
|
-
append_only: "append_only";
|
|
186
|
-
}>>>;
|
|
187
|
-
direction: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
188
|
-
import: "import";
|
|
189
|
-
export: "export";
|
|
190
|
-
bidirectional: "bidirectional";
|
|
191
|
-
}>>>;
|
|
286
|
+
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<["full", "incremental", "upsert", "append_only"]>>>;
|
|
287
|
+
direction: z.ZodDefault<z.ZodOptional<z.ZodEnum<["import", "export", "bidirectional"]>>>;
|
|
192
288
|
schedule: z.ZodOptional<z.ZodString>;
|
|
193
289
|
realtimeSync: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
194
290
|
timestampField: z.ZodOptional<z.ZodString>;
|
|
195
|
-
conflictResolution: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
196
|
-
manual: "manual";
|
|
197
|
-
source_wins: "source_wins";
|
|
198
|
-
latest_wins: "latest_wins";
|
|
199
|
-
target_wins: "target_wins";
|
|
200
|
-
}>>>;
|
|
291
|
+
conflictResolution: z.ZodDefault<z.ZodOptional<z.ZodEnum<["source_wins", "target_wins", "latest_wins", "manual"]>>>;
|
|
201
292
|
batchSize: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
202
|
-
deleteMode: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
203
|
-
ignore: "ignore";
|
|
204
|
-
hard_delete: "hard_delete";
|
|
205
|
-
soft_delete: "soft_delete";
|
|
206
|
-
}>>>;
|
|
293
|
+
deleteMode: z.ZodDefault<z.ZodOptional<z.ZodEnum<["hard_delete", "soft_delete", "ignore"]>>>;
|
|
207
294
|
filters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
208
|
-
}, z.
|
|
295
|
+
}, "strip", z.ZodTypeAny, {
|
|
296
|
+
strategy: "full" | "upsert" | "incremental" | "append_only";
|
|
297
|
+
batchSize: number;
|
|
298
|
+
direction: "import" | "export" | "bidirectional";
|
|
299
|
+
conflictResolution: "manual" | "source_wins" | "latest_wins" | "target_wins";
|
|
300
|
+
realtimeSync: boolean;
|
|
301
|
+
deleteMode: "ignore" | "hard_delete" | "soft_delete";
|
|
302
|
+
filters?: Record<string, any> | undefined;
|
|
303
|
+
schedule?: string | undefined;
|
|
304
|
+
timestampField?: string | undefined;
|
|
305
|
+
}, {
|
|
306
|
+
strategy?: "full" | "upsert" | "incremental" | "append_only" | undefined;
|
|
307
|
+
filters?: Record<string, any> | undefined;
|
|
308
|
+
batchSize?: number | undefined;
|
|
309
|
+
schedule?: string | undefined;
|
|
310
|
+
direction?: "import" | "export" | "bidirectional" | undefined;
|
|
311
|
+
conflictResolution?: "manual" | "source_wins" | "latest_wins" | "target_wins" | undefined;
|
|
312
|
+
realtimeSync?: boolean | undefined;
|
|
313
|
+
timestampField?: string | undefined;
|
|
314
|
+
deleteMode?: "ignore" | "hard_delete" | "soft_delete" | undefined;
|
|
315
|
+
}>>;
|
|
209
316
|
fieldMappings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
210
317
|
source: z.ZodString;
|
|
211
318
|
target: z.ZodString;
|
|
212
|
-
transform: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
319
|
+
transform: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
213
320
|
type: z.ZodLiteral<"constant">;
|
|
214
321
|
value: z.ZodAny;
|
|
215
|
-
},
|
|
322
|
+
}, "strip", z.ZodTypeAny, {
|
|
323
|
+
type: "constant";
|
|
324
|
+
value?: any;
|
|
325
|
+
}, {
|
|
326
|
+
type: "constant";
|
|
327
|
+
value?: any;
|
|
328
|
+
}>, z.ZodObject<{
|
|
216
329
|
type: z.ZodLiteral<"cast">;
|
|
217
|
-
targetType: z.ZodEnum<
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
330
|
+
targetType: z.ZodEnum<["string", "number", "boolean", "date"]>;
|
|
331
|
+
}, "strip", z.ZodTypeAny, {
|
|
332
|
+
type: "cast";
|
|
333
|
+
targetType: "string" | "number" | "boolean" | "date";
|
|
334
|
+
}, {
|
|
335
|
+
type: "cast";
|
|
336
|
+
targetType: "string" | "number" | "boolean" | "date";
|
|
337
|
+
}>, z.ZodObject<{
|
|
224
338
|
type: z.ZodLiteral<"lookup">;
|
|
225
339
|
table: z.ZodString;
|
|
226
340
|
keyField: z.ZodString;
|
|
227
341
|
valueField: z.ZodString;
|
|
228
|
-
},
|
|
342
|
+
}, "strip", z.ZodTypeAny, {
|
|
343
|
+
type: "lookup";
|
|
344
|
+
table: string;
|
|
345
|
+
keyField: string;
|
|
346
|
+
valueField: string;
|
|
347
|
+
}, {
|
|
348
|
+
type: "lookup";
|
|
349
|
+
table: string;
|
|
350
|
+
keyField: string;
|
|
351
|
+
valueField: string;
|
|
352
|
+
}>, z.ZodObject<{
|
|
229
353
|
type: z.ZodLiteral<"javascript">;
|
|
230
354
|
expression: z.ZodString;
|
|
231
|
-
},
|
|
355
|
+
}, "strip", z.ZodTypeAny, {
|
|
356
|
+
type: "javascript";
|
|
357
|
+
expression: string;
|
|
358
|
+
}, {
|
|
359
|
+
type: "javascript";
|
|
360
|
+
expression: string;
|
|
361
|
+
}>, z.ZodObject<{
|
|
232
362
|
type: z.ZodLiteral<"map">;
|
|
233
363
|
mappings: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
234
|
-
}, z.
|
|
364
|
+
}, "strip", z.ZodTypeAny, {
|
|
365
|
+
type: "map";
|
|
366
|
+
mappings: Record<string, any>;
|
|
367
|
+
}, {
|
|
368
|
+
type: "map";
|
|
369
|
+
mappings: Record<string, any>;
|
|
370
|
+
}>]>>;
|
|
235
371
|
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
number: "number";
|
|
239
|
-
boolean: "boolean";
|
|
240
|
-
date: "date";
|
|
241
|
-
array: "array";
|
|
242
|
-
datetime: "datetime";
|
|
243
|
-
json: "json";
|
|
244
|
-
}>>;
|
|
372
|
+
} & {
|
|
373
|
+
dataType: z.ZodOptional<z.ZodEnum<["string", "number", "boolean", "date", "datetime", "json", "array"]>>;
|
|
245
374
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
246
|
-
syncMode: z.ZodDefault<z.ZodEnum<
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
375
|
+
syncMode: z.ZodDefault<z.ZodEnum<["read_only", "write_only", "bidirectional"]>>;
|
|
376
|
+
}, "strip", z.ZodTypeAny, {
|
|
377
|
+
source: string;
|
|
378
|
+
target: string;
|
|
379
|
+
required: boolean;
|
|
380
|
+
syncMode: "bidirectional" | "read_only" | "write_only";
|
|
381
|
+
transform?: {
|
|
382
|
+
type: "constant";
|
|
383
|
+
value?: any;
|
|
384
|
+
} | {
|
|
385
|
+
type: "cast";
|
|
386
|
+
targetType: "string" | "number" | "boolean" | "date";
|
|
387
|
+
} | {
|
|
388
|
+
type: "lookup";
|
|
389
|
+
table: string;
|
|
390
|
+
keyField: string;
|
|
391
|
+
valueField: string;
|
|
392
|
+
} | {
|
|
393
|
+
type: "javascript";
|
|
394
|
+
expression: string;
|
|
395
|
+
} | {
|
|
396
|
+
type: "map";
|
|
397
|
+
mappings: Record<string, any>;
|
|
398
|
+
} | undefined;
|
|
399
|
+
defaultValue?: any;
|
|
400
|
+
dataType?: "string" | "number" | "boolean" | "date" | "array" | "datetime" | "json" | undefined;
|
|
401
|
+
}, {
|
|
402
|
+
source: string;
|
|
403
|
+
target: string;
|
|
404
|
+
transform?: {
|
|
405
|
+
type: "constant";
|
|
406
|
+
value?: any;
|
|
407
|
+
} | {
|
|
408
|
+
type: "cast";
|
|
409
|
+
targetType: "string" | "number" | "boolean" | "date";
|
|
410
|
+
} | {
|
|
411
|
+
type: "lookup";
|
|
412
|
+
table: string;
|
|
413
|
+
keyField: string;
|
|
414
|
+
valueField: string;
|
|
415
|
+
} | {
|
|
416
|
+
type: "javascript";
|
|
417
|
+
expression: string;
|
|
418
|
+
} | {
|
|
419
|
+
type: "map";
|
|
420
|
+
mappings: Record<string, any>;
|
|
421
|
+
} | undefined;
|
|
422
|
+
defaultValue?: any;
|
|
423
|
+
required?: boolean | undefined;
|
|
424
|
+
dataType?: "string" | "number" | "boolean" | "date" | "array" | "datetime" | "json" | undefined;
|
|
425
|
+
syncMode?: "bidirectional" | "read_only" | "write_only" | undefined;
|
|
426
|
+
}>, "many">>;
|
|
252
427
|
webhooks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
253
428
|
name: z.ZodString;
|
|
254
429
|
label: z.ZodOptional<z.ZodString>;
|
|
255
430
|
object: z.ZodOptional<z.ZodString>;
|
|
256
|
-
triggers: z.ZodOptional<z.ZodArray<z.ZodEnum<
|
|
257
|
-
update: "update";
|
|
258
|
-
delete: "delete";
|
|
259
|
-
create: "create";
|
|
260
|
-
api: "api";
|
|
261
|
-
undelete: "undelete";
|
|
262
|
-
}>>>;
|
|
431
|
+
triggers: z.ZodOptional<z.ZodArray<z.ZodEnum<["create", "update", "delete", "undelete", "api"]>, "many">>;
|
|
263
432
|
url: z.ZodString;
|
|
264
|
-
method: z.ZodDefault<z.ZodEnum<
|
|
265
|
-
GET: "GET";
|
|
266
|
-
POST: "POST";
|
|
267
|
-
PUT: "PUT";
|
|
268
|
-
DELETE: "DELETE";
|
|
269
|
-
PATCH: "PATCH";
|
|
270
|
-
}>>;
|
|
433
|
+
method: z.ZodDefault<z.ZodEnum<["GET", "POST", "PUT", "PATCH", "DELETE"]>>;
|
|
271
434
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
272
435
|
body: z.ZodOptional<z.ZodAny>;
|
|
273
|
-
payloadFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
436
|
+
payloadFields: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
274
437
|
includeSession: z.ZodDefault<z.ZodBoolean>;
|
|
275
438
|
authentication: z.ZodOptional<z.ZodObject<{
|
|
276
|
-
type: z.ZodEnum<
|
|
277
|
-
none: "none";
|
|
278
|
-
"api-key": "api-key";
|
|
279
|
-
basic: "basic";
|
|
280
|
-
bearer: "bearer";
|
|
281
|
-
}>;
|
|
439
|
+
type: z.ZodEnum<["none", "bearer", "basic", "api-key"]>;
|
|
282
440
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
283
|
-
}, z.
|
|
441
|
+
}, "strip", z.ZodTypeAny, {
|
|
442
|
+
type: "none" | "api-key" | "basic" | "bearer";
|
|
443
|
+
credentials?: Record<string, string> | undefined;
|
|
444
|
+
}, {
|
|
445
|
+
type: "none" | "api-key" | "basic" | "bearer";
|
|
446
|
+
credentials?: Record<string, string> | undefined;
|
|
447
|
+
}>>;
|
|
284
448
|
retryPolicy: z.ZodOptional<z.ZodObject<{
|
|
285
449
|
maxRetries: z.ZodDefault<z.ZodNumber>;
|
|
286
|
-
backoffStrategy: z.ZodDefault<z.ZodEnum<
|
|
287
|
-
fixed: "fixed";
|
|
288
|
-
linear: "linear";
|
|
289
|
-
exponential: "exponential";
|
|
290
|
-
}>>;
|
|
450
|
+
backoffStrategy: z.ZodDefault<z.ZodEnum<["exponential", "linear", "fixed"]>>;
|
|
291
451
|
initialDelayMs: z.ZodDefault<z.ZodNumber>;
|
|
292
452
|
maxDelayMs: z.ZodDefault<z.ZodNumber>;
|
|
293
|
-
}, z.
|
|
453
|
+
}, "strip", z.ZodTypeAny, {
|
|
454
|
+
maxRetries: number;
|
|
455
|
+
backoffStrategy: "fixed" | "linear" | "exponential";
|
|
456
|
+
initialDelayMs: number;
|
|
457
|
+
maxDelayMs: number;
|
|
458
|
+
}, {
|
|
459
|
+
maxRetries?: number | undefined;
|
|
460
|
+
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
461
|
+
initialDelayMs?: number | undefined;
|
|
462
|
+
maxDelayMs?: number | undefined;
|
|
463
|
+
}>>;
|
|
294
464
|
timeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
295
465
|
secret: z.ZodOptional<z.ZodString>;
|
|
296
466
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
297
467
|
description: z.ZodOptional<z.ZodString>;
|
|
298
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
signatureAlgorithm:
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
468
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
469
|
+
} & {
|
|
470
|
+
events: z.ZodOptional<z.ZodArray<z.ZodEnum<["record.created", "record.updated", "record.deleted", "sync.started", "sync.completed", "sync.failed", "auth.expired", "rate_limit.exceeded"]>, "many">>;
|
|
471
|
+
signatureAlgorithm: z.ZodDefault<z.ZodOptional<z.ZodEnum<["hmac_sha256", "hmac_sha512", "none"]>>>;
|
|
472
|
+
}, "strip", z.ZodTypeAny, {
|
|
473
|
+
url: string;
|
|
474
|
+
name: string;
|
|
475
|
+
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
476
|
+
timeoutMs: number;
|
|
477
|
+
includeSession: boolean;
|
|
478
|
+
isActive: boolean;
|
|
479
|
+
signatureAlgorithm: "none" | "hmac_sha256" | "hmac_sha512";
|
|
480
|
+
object?: string | undefined;
|
|
481
|
+
tags?: string[] | undefined;
|
|
482
|
+
label?: string | undefined;
|
|
483
|
+
description?: string | undefined;
|
|
484
|
+
events?: ("record.created" | "record.updated" | "record.deleted" | "sync.started" | "sync.completed" | "sync.failed" | "auth.expired" | "rate_limit.exceeded")[] | undefined;
|
|
485
|
+
headers?: Record<string, string> | undefined;
|
|
486
|
+
authentication?: {
|
|
487
|
+
type: "none" | "api-key" | "basic" | "bearer";
|
|
488
|
+
credentials?: Record<string, string> | undefined;
|
|
489
|
+
} | undefined;
|
|
490
|
+
body?: any;
|
|
491
|
+
secret?: string | undefined;
|
|
492
|
+
retryPolicy?: {
|
|
493
|
+
maxRetries: number;
|
|
494
|
+
backoffStrategy: "fixed" | "linear" | "exponential";
|
|
495
|
+
initialDelayMs: number;
|
|
496
|
+
maxDelayMs: number;
|
|
497
|
+
} | undefined;
|
|
498
|
+
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
499
|
+
payloadFields?: string[] | undefined;
|
|
500
|
+
}, {
|
|
501
|
+
url: string;
|
|
502
|
+
name: string;
|
|
503
|
+
object?: string | undefined;
|
|
504
|
+
tags?: string[] | undefined;
|
|
505
|
+
label?: string | undefined;
|
|
506
|
+
description?: string | undefined;
|
|
507
|
+
events?: ("record.created" | "record.updated" | "record.deleted" | "sync.started" | "sync.completed" | "sync.failed" | "auth.expired" | "rate_limit.exceeded")[] | undefined;
|
|
508
|
+
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
509
|
+
headers?: Record<string, string> | undefined;
|
|
510
|
+
authentication?: {
|
|
511
|
+
type: "none" | "api-key" | "basic" | "bearer";
|
|
512
|
+
credentials?: Record<string, string> | undefined;
|
|
513
|
+
} | undefined;
|
|
514
|
+
body?: any;
|
|
515
|
+
secret?: string | undefined;
|
|
516
|
+
retryPolicy?: {
|
|
517
|
+
maxRetries?: number | undefined;
|
|
518
|
+
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
519
|
+
initialDelayMs?: number | undefined;
|
|
520
|
+
maxDelayMs?: number | undefined;
|
|
521
|
+
} | undefined;
|
|
522
|
+
timeoutMs?: number | undefined;
|
|
523
|
+
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
524
|
+
payloadFields?: string[] | undefined;
|
|
525
|
+
includeSession?: boolean | undefined;
|
|
526
|
+
isActive?: boolean | undefined;
|
|
527
|
+
signatureAlgorithm?: "none" | "hmac_sha256" | "hmac_sha512" | undefined;
|
|
528
|
+
}>, "many">>;
|
|
315
529
|
rateLimitConfig: z.ZodOptional<z.ZodObject<{
|
|
316
|
-
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
317
|
-
sliding_window: "sliding_window";
|
|
318
|
-
token_bucket: "token_bucket";
|
|
319
|
-
fixed_window: "fixed_window";
|
|
320
|
-
leaky_bucket: "leaky_bucket";
|
|
321
|
-
}>>>;
|
|
530
|
+
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<["fixed_window", "sliding_window", "token_bucket", "leaky_bucket"]>>>;
|
|
322
531
|
maxRequests: z.ZodNumber;
|
|
323
532
|
windowSeconds: z.ZodNumber;
|
|
324
533
|
burstCapacity: z.ZodOptional<z.ZodNumber>;
|
|
@@ -327,52 +536,87 @@ export declare const FileStorageConnectorSchema: z.ZodObject<{
|
|
|
327
536
|
remaining: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
328
537
|
limit: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
329
538
|
reset: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
330
|
-
}, z.
|
|
331
|
-
|
|
539
|
+
}, "strip", z.ZodTypeAny, {
|
|
540
|
+
limit: string;
|
|
541
|
+
remaining: string;
|
|
542
|
+
reset: string;
|
|
543
|
+
}, {
|
|
544
|
+
limit?: string | undefined;
|
|
545
|
+
remaining?: string | undefined;
|
|
546
|
+
reset?: string | undefined;
|
|
547
|
+
}>>;
|
|
548
|
+
}, "strip", z.ZodTypeAny, {
|
|
549
|
+
maxRequests: number;
|
|
550
|
+
strategy: "sliding_window" | "token_bucket" | "fixed_window" | "leaky_bucket";
|
|
551
|
+
windowSeconds: number;
|
|
552
|
+
respectUpstreamLimits: boolean;
|
|
553
|
+
burstCapacity?: number | undefined;
|
|
554
|
+
rateLimitHeaders?: {
|
|
555
|
+
limit: string;
|
|
556
|
+
remaining: string;
|
|
557
|
+
reset: string;
|
|
558
|
+
} | undefined;
|
|
559
|
+
}, {
|
|
560
|
+
maxRequests: number;
|
|
561
|
+
windowSeconds: number;
|
|
562
|
+
strategy?: "sliding_window" | "token_bucket" | "fixed_window" | "leaky_bucket" | undefined;
|
|
563
|
+
burstCapacity?: number | undefined;
|
|
564
|
+
respectUpstreamLimits?: boolean | undefined;
|
|
565
|
+
rateLimitHeaders?: {
|
|
566
|
+
limit?: string | undefined;
|
|
567
|
+
remaining?: string | undefined;
|
|
568
|
+
reset?: string | undefined;
|
|
569
|
+
} | undefined;
|
|
570
|
+
}>>;
|
|
332
571
|
retryConfig: z.ZodOptional<z.ZodObject<{
|
|
333
|
-
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
334
|
-
no_retry: "no_retry";
|
|
335
|
-
exponential_backoff: "exponential_backoff";
|
|
336
|
-
linear_backoff: "linear_backoff";
|
|
337
|
-
fixed_delay: "fixed_delay";
|
|
338
|
-
}>>>;
|
|
572
|
+
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<["exponential_backoff", "linear_backoff", "fixed_delay", "no_retry"]>>>;
|
|
339
573
|
maxAttempts: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
340
574
|
initialDelayMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
341
575
|
maxDelayMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
342
576
|
backoffMultiplier: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
343
|
-
retryableStatusCodes: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber>>>;
|
|
577
|
+
retryableStatusCodes: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
344
578
|
retryOnNetworkError: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
345
579
|
jitter: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
346
|
-
}, z.
|
|
580
|
+
}, "strip", z.ZodTypeAny, {
|
|
581
|
+
strategy: "no_retry" | "exponential_backoff" | "linear_backoff" | "fixed_delay";
|
|
582
|
+
maxAttempts: number;
|
|
583
|
+
backoffMultiplier: number;
|
|
584
|
+
initialDelayMs: number;
|
|
585
|
+
maxDelayMs: number;
|
|
586
|
+
retryableStatusCodes: number[];
|
|
587
|
+
retryOnNetworkError: boolean;
|
|
588
|
+
jitter: boolean;
|
|
589
|
+
}, {
|
|
590
|
+
strategy?: "no_retry" | "exponential_backoff" | "linear_backoff" | "fixed_delay" | undefined;
|
|
591
|
+
maxAttempts?: number | undefined;
|
|
592
|
+
backoffMultiplier?: number | undefined;
|
|
593
|
+
initialDelayMs?: number | undefined;
|
|
594
|
+
maxDelayMs?: number | undefined;
|
|
595
|
+
retryableStatusCodes?: number[] | undefined;
|
|
596
|
+
retryOnNetworkError?: boolean | undefined;
|
|
597
|
+
jitter?: boolean | undefined;
|
|
598
|
+
}>>;
|
|
347
599
|
connectionTimeoutMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
348
600
|
requestTimeoutMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
349
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
350
|
-
error: "error";
|
|
351
|
-
active: "active";
|
|
352
|
-
inactive: "inactive";
|
|
353
|
-
configuring: "configuring";
|
|
354
|
-
}>>>;
|
|
601
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodEnum<["active", "inactive", "error", "configuring"]>>>;
|
|
355
602
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
356
603
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
604
|
+
} & {
|
|
357
605
|
type: z.ZodLiteral<"file_storage">;
|
|
358
|
-
provider: z.ZodEnum<
|
|
359
|
-
custom: "custom";
|
|
360
|
-
local: "local";
|
|
361
|
-
s3: "s3";
|
|
362
|
-
gcs: "gcs";
|
|
363
|
-
azure_blob: "azure_blob";
|
|
364
|
-
dropbox: "dropbox";
|
|
365
|
-
box: "box";
|
|
366
|
-
onedrive: "onedrive";
|
|
367
|
-
google_drive: "google_drive";
|
|
368
|
-
sharepoint: "sharepoint";
|
|
369
|
-
ftp: "ftp";
|
|
370
|
-
}>;
|
|
606
|
+
provider: z.ZodEnum<["s3", "azure_blob", "gcs", "dropbox", "box", "onedrive", "google_drive", "sharepoint", "ftp", "local", "custom"]>;
|
|
371
607
|
storageConfig: z.ZodOptional<z.ZodObject<{
|
|
372
608
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
373
609
|
region: z.ZodOptional<z.ZodString>;
|
|
374
610
|
pathStyle: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
375
|
-
}, z.
|
|
611
|
+
}, "strip", z.ZodTypeAny, {
|
|
612
|
+
pathStyle: boolean;
|
|
613
|
+
region?: string | undefined;
|
|
614
|
+
endpoint?: string | undefined;
|
|
615
|
+
}, {
|
|
616
|
+
region?: string | undefined;
|
|
617
|
+
endpoint?: string | undefined;
|
|
618
|
+
pathStyle?: boolean | undefined;
|
|
619
|
+
}>>;
|
|
376
620
|
buckets: z.ZodArray<z.ZodObject<{
|
|
377
621
|
name: z.ZodString;
|
|
378
622
|
label: z.ZodString;
|
|
@@ -380,73 +624,560 @@ export declare const FileStorageConnectorSchema: z.ZodObject<{
|
|
|
380
624
|
region: z.ZodOptional<z.ZodString>;
|
|
381
625
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
382
626
|
prefix: z.ZodOptional<z.ZodString>;
|
|
383
|
-
accessPattern: z.ZodOptional<z.ZodEnum<
|
|
384
|
-
private: "private";
|
|
385
|
-
public_read: "public_read";
|
|
386
|
-
authenticated_read: "authenticated_read";
|
|
387
|
-
bucket_owner_read: "bucket_owner_read";
|
|
388
|
-
bucket_owner_full: "bucket_owner_full";
|
|
389
|
-
}>>;
|
|
627
|
+
accessPattern: z.ZodOptional<z.ZodEnum<["public_read", "private", "authenticated_read", "bucket_owner_read", "bucket_owner_full"]>>;
|
|
390
628
|
fileFilters: z.ZodOptional<z.ZodObject<{
|
|
391
|
-
includePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
392
|
-
excludePatterns: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
629
|
+
includePatterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
630
|
+
excludePatterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
393
631
|
minFileSize: z.ZodOptional<z.ZodNumber>;
|
|
394
632
|
maxFileSize: z.ZodOptional<z.ZodNumber>;
|
|
395
|
-
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
396
|
-
blockedExtensions: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
397
|
-
}, z.
|
|
398
|
-
|
|
633
|
+
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
634
|
+
blockedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
635
|
+
}, "strip", z.ZodTypeAny, {
|
|
636
|
+
maxFileSize?: number | undefined;
|
|
637
|
+
excludePatterns?: string[] | undefined;
|
|
638
|
+
includePatterns?: string[] | undefined;
|
|
639
|
+
minFileSize?: number | undefined;
|
|
640
|
+
allowedExtensions?: string[] | undefined;
|
|
641
|
+
blockedExtensions?: string[] | undefined;
|
|
642
|
+
}, {
|
|
643
|
+
maxFileSize?: number | undefined;
|
|
644
|
+
excludePatterns?: string[] | undefined;
|
|
645
|
+
includePatterns?: string[] | undefined;
|
|
646
|
+
minFileSize?: number | undefined;
|
|
647
|
+
allowedExtensions?: string[] | undefined;
|
|
648
|
+
blockedExtensions?: string[] | undefined;
|
|
649
|
+
}>>;
|
|
650
|
+
}, "strip", z.ZodTypeAny, {
|
|
651
|
+
enabled: boolean;
|
|
652
|
+
label: string;
|
|
653
|
+
name: string;
|
|
654
|
+
bucketName: string;
|
|
655
|
+
region?: string | undefined;
|
|
656
|
+
prefix?: string | undefined;
|
|
657
|
+
accessPattern?: "private" | "public_read" | "authenticated_read" | "bucket_owner_read" | "bucket_owner_full" | undefined;
|
|
658
|
+
fileFilters?: {
|
|
659
|
+
maxFileSize?: number | undefined;
|
|
660
|
+
excludePatterns?: string[] | undefined;
|
|
661
|
+
includePatterns?: string[] | undefined;
|
|
662
|
+
minFileSize?: number | undefined;
|
|
663
|
+
allowedExtensions?: string[] | undefined;
|
|
664
|
+
blockedExtensions?: string[] | undefined;
|
|
665
|
+
} | undefined;
|
|
666
|
+
}, {
|
|
667
|
+
label: string;
|
|
668
|
+
name: string;
|
|
669
|
+
bucketName: string;
|
|
670
|
+
enabled?: boolean | undefined;
|
|
671
|
+
region?: string | undefined;
|
|
672
|
+
prefix?: string | undefined;
|
|
673
|
+
accessPattern?: "private" | "public_read" | "authenticated_read" | "bucket_owner_read" | "bucket_owner_full" | undefined;
|
|
674
|
+
fileFilters?: {
|
|
675
|
+
maxFileSize?: number | undefined;
|
|
676
|
+
excludePatterns?: string[] | undefined;
|
|
677
|
+
includePatterns?: string[] | undefined;
|
|
678
|
+
minFileSize?: number | undefined;
|
|
679
|
+
allowedExtensions?: string[] | undefined;
|
|
680
|
+
blockedExtensions?: string[] | undefined;
|
|
681
|
+
} | undefined;
|
|
682
|
+
}>, "many">;
|
|
399
683
|
metadataConfig: z.ZodOptional<z.ZodObject<{
|
|
400
684
|
extractMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
401
|
-
metadataFields: z.ZodOptional<z.ZodArray<z.ZodEnum<
|
|
402
|
-
custom: "custom";
|
|
403
|
-
checksum: "checksum";
|
|
404
|
-
etag: "etag";
|
|
405
|
-
created_at: "created_at";
|
|
406
|
-
content_type: "content_type";
|
|
407
|
-
file_size: "file_size";
|
|
408
|
-
last_modified: "last_modified";
|
|
409
|
-
creator: "creator";
|
|
410
|
-
}>>>;
|
|
685
|
+
metadataFields: z.ZodOptional<z.ZodArray<z.ZodEnum<["content_type", "file_size", "last_modified", "etag", "checksum", "creator", "created_at", "custom"]>, "many">>;
|
|
411
686
|
customMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
412
|
-
}, z.
|
|
687
|
+
}, "strip", z.ZodTypeAny, {
|
|
688
|
+
extractMetadata: boolean;
|
|
689
|
+
metadataFields?: ("custom" | "checksum" | "etag" | "created_at" | "content_type" | "file_size" | "last_modified" | "creator")[] | undefined;
|
|
690
|
+
customMetadata?: Record<string, string> | undefined;
|
|
691
|
+
}, {
|
|
692
|
+
extractMetadata?: boolean | undefined;
|
|
693
|
+
metadataFields?: ("custom" | "checksum" | "etag" | "created_at" | "content_type" | "file_size" | "last_modified" | "creator")[] | undefined;
|
|
694
|
+
customMetadata?: Record<string, string> | undefined;
|
|
695
|
+
}>>;
|
|
413
696
|
multipartConfig: z.ZodOptional<z.ZodObject<{
|
|
414
697
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
415
698
|
partSize: z.ZodDefault<z.ZodNumber>;
|
|
416
699
|
maxConcurrentParts: z.ZodDefault<z.ZodNumber>;
|
|
417
700
|
threshold: z.ZodDefault<z.ZodNumber>;
|
|
418
|
-
}, z.
|
|
701
|
+
}, "strip", z.ZodTypeAny, {
|
|
702
|
+
enabled: boolean;
|
|
703
|
+
threshold: number;
|
|
704
|
+
partSize: number;
|
|
705
|
+
maxConcurrentParts: number;
|
|
706
|
+
}, {
|
|
707
|
+
enabled?: boolean | undefined;
|
|
708
|
+
threshold?: number | undefined;
|
|
709
|
+
partSize?: number | undefined;
|
|
710
|
+
maxConcurrentParts?: number | undefined;
|
|
711
|
+
}>>;
|
|
419
712
|
versioningConfig: z.ZodOptional<z.ZodObject<{
|
|
420
713
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
421
714
|
maxVersions: z.ZodOptional<z.ZodNumber>;
|
|
422
715
|
retentionDays: z.ZodOptional<z.ZodNumber>;
|
|
423
|
-
}, z.
|
|
716
|
+
}, "strip", z.ZodTypeAny, {
|
|
717
|
+
enabled: boolean;
|
|
718
|
+
maxVersions?: number | undefined;
|
|
719
|
+
retentionDays?: number | undefined;
|
|
720
|
+
}, {
|
|
721
|
+
enabled?: boolean | undefined;
|
|
722
|
+
maxVersions?: number | undefined;
|
|
723
|
+
retentionDays?: number | undefined;
|
|
724
|
+
}>>;
|
|
424
725
|
encryption: z.ZodOptional<z.ZodObject<{
|
|
425
726
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
426
|
-
algorithm: z.ZodOptional<z.ZodEnum<
|
|
427
|
-
custom: "custom";
|
|
428
|
-
AES256: "AES256";
|
|
429
|
-
"aws:kms": "aws:kms";
|
|
430
|
-
}>>;
|
|
727
|
+
algorithm: z.ZodOptional<z.ZodEnum<["AES256", "aws:kms", "custom"]>>;
|
|
431
728
|
kmsKeyId: z.ZodOptional<z.ZodString>;
|
|
432
|
-
}, z.
|
|
729
|
+
}, "strip", z.ZodTypeAny, {
|
|
730
|
+
enabled: boolean;
|
|
731
|
+
algorithm?: "custom" | "AES256" | "aws:kms" | undefined;
|
|
732
|
+
kmsKeyId?: string | undefined;
|
|
733
|
+
}, {
|
|
734
|
+
enabled?: boolean | undefined;
|
|
735
|
+
algorithm?: "custom" | "AES256" | "aws:kms" | undefined;
|
|
736
|
+
kmsKeyId?: string | undefined;
|
|
737
|
+
}>>;
|
|
433
738
|
lifecyclePolicy: z.ZodOptional<z.ZodObject<{
|
|
434
739
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
435
740
|
deleteAfterDays: z.ZodOptional<z.ZodNumber>;
|
|
436
741
|
archiveAfterDays: z.ZodOptional<z.ZodNumber>;
|
|
437
|
-
}, z.
|
|
742
|
+
}, "strip", z.ZodTypeAny, {
|
|
743
|
+
enabled: boolean;
|
|
744
|
+
deleteAfterDays?: number | undefined;
|
|
745
|
+
archiveAfterDays?: number | undefined;
|
|
746
|
+
}, {
|
|
747
|
+
enabled?: boolean | undefined;
|
|
748
|
+
deleteAfterDays?: number | undefined;
|
|
749
|
+
archiveAfterDays?: number | undefined;
|
|
750
|
+
}>>;
|
|
438
751
|
contentProcessing: z.ZodOptional<z.ZodObject<{
|
|
439
752
|
extractText: z.ZodDefault<z.ZodBoolean>;
|
|
440
753
|
generateThumbnails: z.ZodDefault<z.ZodBoolean>;
|
|
441
754
|
thumbnailSizes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
442
755
|
width: z.ZodNumber;
|
|
443
756
|
height: z.ZodNumber;
|
|
444
|
-
}, z.
|
|
757
|
+
}, "strip", z.ZodTypeAny, {
|
|
758
|
+
width: number;
|
|
759
|
+
height: number;
|
|
760
|
+
}, {
|
|
761
|
+
width: number;
|
|
762
|
+
height: number;
|
|
763
|
+
}>, "many">>;
|
|
445
764
|
virusScan: z.ZodDefault<z.ZodBoolean>;
|
|
446
|
-
}, z.
|
|
765
|
+
}, "strip", z.ZodTypeAny, {
|
|
766
|
+
virusScan: boolean;
|
|
767
|
+
generateThumbnails: boolean;
|
|
768
|
+
extractText: boolean;
|
|
769
|
+
thumbnailSizes?: {
|
|
770
|
+
width: number;
|
|
771
|
+
height: number;
|
|
772
|
+
}[] | undefined;
|
|
773
|
+
}, {
|
|
774
|
+
virusScan?: boolean | undefined;
|
|
775
|
+
generateThumbnails?: boolean | undefined;
|
|
776
|
+
thumbnailSizes?: {
|
|
777
|
+
width: number;
|
|
778
|
+
height: number;
|
|
779
|
+
}[] | undefined;
|
|
780
|
+
extractText?: boolean | undefined;
|
|
781
|
+
}>>;
|
|
447
782
|
bufferSize: z.ZodDefault<z.ZodNumber>;
|
|
448
783
|
transferAcceleration: z.ZodDefault<z.ZodBoolean>;
|
|
449
|
-
}, z.
|
|
784
|
+
}, "strip", z.ZodTypeAny, {
|
|
785
|
+
type: "file_storage";
|
|
786
|
+
status: "active" | "error" | "inactive" | "configuring";
|
|
787
|
+
enabled: boolean;
|
|
788
|
+
provider: "custom" | "local" | "s3" | "azure_blob" | "gcs" | "dropbox" | "box" | "onedrive" | "google_drive" | "sharepoint" | "ftp";
|
|
789
|
+
label: string;
|
|
790
|
+
name: string;
|
|
791
|
+
authentication: {
|
|
792
|
+
type: "oauth2";
|
|
793
|
+
clientId: string;
|
|
794
|
+
clientSecret: string;
|
|
795
|
+
authorizationUrl: string;
|
|
796
|
+
tokenUrl: string;
|
|
797
|
+
refreshToken?: string | undefined;
|
|
798
|
+
scopes?: string[] | undefined;
|
|
799
|
+
redirectUri?: string | undefined;
|
|
800
|
+
tokenExpiry?: number | undefined;
|
|
801
|
+
} | {
|
|
802
|
+
type: "api-key";
|
|
803
|
+
key: string;
|
|
804
|
+
headerName: string;
|
|
805
|
+
paramName?: string | undefined;
|
|
806
|
+
} | {
|
|
807
|
+
type: "basic";
|
|
808
|
+
password: string;
|
|
809
|
+
username: string;
|
|
810
|
+
} | {
|
|
811
|
+
type: "bearer";
|
|
812
|
+
token: string;
|
|
813
|
+
} | {
|
|
814
|
+
type: "none";
|
|
815
|
+
};
|
|
816
|
+
buckets: {
|
|
817
|
+
enabled: boolean;
|
|
818
|
+
label: string;
|
|
819
|
+
name: string;
|
|
820
|
+
bucketName: string;
|
|
821
|
+
region?: string | undefined;
|
|
822
|
+
prefix?: string | undefined;
|
|
823
|
+
accessPattern?: "private" | "public_read" | "authenticated_read" | "bucket_owner_read" | "bucket_owner_full" | undefined;
|
|
824
|
+
fileFilters?: {
|
|
825
|
+
maxFileSize?: number | undefined;
|
|
826
|
+
excludePatterns?: string[] | undefined;
|
|
827
|
+
includePatterns?: string[] | undefined;
|
|
828
|
+
minFileSize?: number | undefined;
|
|
829
|
+
allowedExtensions?: string[] | undefined;
|
|
830
|
+
blockedExtensions?: string[] | undefined;
|
|
831
|
+
} | undefined;
|
|
832
|
+
}[];
|
|
833
|
+
bufferSize: number;
|
|
834
|
+
connectionTimeoutMs: number;
|
|
835
|
+
requestTimeoutMs: number;
|
|
836
|
+
transferAcceleration: boolean;
|
|
837
|
+
description?: string | undefined;
|
|
838
|
+
encryption?: {
|
|
839
|
+
enabled: boolean;
|
|
840
|
+
algorithm?: "custom" | "AES256" | "aws:kms" | undefined;
|
|
841
|
+
kmsKeyId?: string | undefined;
|
|
842
|
+
} | undefined;
|
|
843
|
+
icon?: string | undefined;
|
|
844
|
+
metadata?: Record<string, any> | undefined;
|
|
845
|
+
fieldMappings?: {
|
|
846
|
+
source: string;
|
|
847
|
+
target: string;
|
|
848
|
+
required: boolean;
|
|
849
|
+
syncMode: "bidirectional" | "read_only" | "write_only";
|
|
850
|
+
transform?: {
|
|
851
|
+
type: "constant";
|
|
852
|
+
value?: any;
|
|
853
|
+
} | {
|
|
854
|
+
type: "cast";
|
|
855
|
+
targetType: "string" | "number" | "boolean" | "date";
|
|
856
|
+
} | {
|
|
857
|
+
type: "lookup";
|
|
858
|
+
table: string;
|
|
859
|
+
keyField: string;
|
|
860
|
+
valueField: string;
|
|
861
|
+
} | {
|
|
862
|
+
type: "javascript";
|
|
863
|
+
expression: string;
|
|
864
|
+
} | {
|
|
865
|
+
type: "map";
|
|
866
|
+
mappings: Record<string, any>;
|
|
867
|
+
} | undefined;
|
|
868
|
+
defaultValue?: any;
|
|
869
|
+
dataType?: "string" | "number" | "boolean" | "date" | "array" | "datetime" | "json" | undefined;
|
|
870
|
+
}[] | undefined;
|
|
871
|
+
actions?: {
|
|
872
|
+
label: string;
|
|
873
|
+
key: string;
|
|
874
|
+
description?: string | undefined;
|
|
875
|
+
inputSchema?: Record<string, any> | undefined;
|
|
876
|
+
outputSchema?: Record<string, any> | undefined;
|
|
877
|
+
}[] | undefined;
|
|
878
|
+
lifecyclePolicy?: {
|
|
879
|
+
enabled: boolean;
|
|
880
|
+
deleteAfterDays?: number | undefined;
|
|
881
|
+
archiveAfterDays?: number | undefined;
|
|
882
|
+
} | undefined;
|
|
883
|
+
multipartConfig?: {
|
|
884
|
+
enabled: boolean;
|
|
885
|
+
threshold: number;
|
|
886
|
+
partSize: number;
|
|
887
|
+
maxConcurrentParts: number;
|
|
888
|
+
} | undefined;
|
|
889
|
+
webhooks?: {
|
|
890
|
+
url: string;
|
|
891
|
+
name: string;
|
|
892
|
+
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
|
|
893
|
+
timeoutMs: number;
|
|
894
|
+
includeSession: boolean;
|
|
895
|
+
isActive: boolean;
|
|
896
|
+
signatureAlgorithm: "none" | "hmac_sha256" | "hmac_sha512";
|
|
897
|
+
object?: string | undefined;
|
|
898
|
+
tags?: string[] | undefined;
|
|
899
|
+
label?: string | undefined;
|
|
900
|
+
description?: string | undefined;
|
|
901
|
+
events?: ("record.created" | "record.updated" | "record.deleted" | "sync.started" | "sync.completed" | "sync.failed" | "auth.expired" | "rate_limit.exceeded")[] | undefined;
|
|
902
|
+
headers?: Record<string, string> | undefined;
|
|
903
|
+
authentication?: {
|
|
904
|
+
type: "none" | "api-key" | "basic" | "bearer";
|
|
905
|
+
credentials?: Record<string, string> | undefined;
|
|
906
|
+
} | undefined;
|
|
907
|
+
body?: any;
|
|
908
|
+
secret?: string | undefined;
|
|
909
|
+
retryPolicy?: {
|
|
910
|
+
maxRetries: number;
|
|
911
|
+
backoffStrategy: "fixed" | "linear" | "exponential";
|
|
912
|
+
initialDelayMs: number;
|
|
913
|
+
maxDelayMs: number;
|
|
914
|
+
} | undefined;
|
|
915
|
+
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
916
|
+
payloadFields?: string[] | undefined;
|
|
917
|
+
}[] | undefined;
|
|
918
|
+
triggers?: {
|
|
919
|
+
type: "webhook" | "polling";
|
|
920
|
+
label: string;
|
|
921
|
+
key: string;
|
|
922
|
+
description?: string | undefined;
|
|
923
|
+
interval?: number | undefined;
|
|
924
|
+
}[] | undefined;
|
|
925
|
+
syncConfig?: {
|
|
926
|
+
strategy: "full" | "upsert" | "incremental" | "append_only";
|
|
927
|
+
batchSize: number;
|
|
928
|
+
direction: "import" | "export" | "bidirectional";
|
|
929
|
+
conflictResolution: "manual" | "source_wins" | "latest_wins" | "target_wins";
|
|
930
|
+
realtimeSync: boolean;
|
|
931
|
+
deleteMode: "ignore" | "hard_delete" | "soft_delete";
|
|
932
|
+
filters?: Record<string, any> | undefined;
|
|
933
|
+
schedule?: string | undefined;
|
|
934
|
+
timestampField?: string | undefined;
|
|
935
|
+
} | undefined;
|
|
936
|
+
rateLimitConfig?: {
|
|
937
|
+
maxRequests: number;
|
|
938
|
+
strategy: "sliding_window" | "token_bucket" | "fixed_window" | "leaky_bucket";
|
|
939
|
+
windowSeconds: number;
|
|
940
|
+
respectUpstreamLimits: boolean;
|
|
941
|
+
burstCapacity?: number | undefined;
|
|
942
|
+
rateLimitHeaders?: {
|
|
943
|
+
limit: string;
|
|
944
|
+
remaining: string;
|
|
945
|
+
reset: string;
|
|
946
|
+
} | undefined;
|
|
947
|
+
} | undefined;
|
|
948
|
+
retryConfig?: {
|
|
949
|
+
strategy: "no_retry" | "exponential_backoff" | "linear_backoff" | "fixed_delay";
|
|
950
|
+
maxAttempts: number;
|
|
951
|
+
backoffMultiplier: number;
|
|
952
|
+
initialDelayMs: number;
|
|
953
|
+
maxDelayMs: number;
|
|
954
|
+
retryableStatusCodes: number[];
|
|
955
|
+
retryOnNetworkError: boolean;
|
|
956
|
+
jitter: boolean;
|
|
957
|
+
} | undefined;
|
|
958
|
+
storageConfig?: {
|
|
959
|
+
pathStyle: boolean;
|
|
960
|
+
region?: string | undefined;
|
|
961
|
+
endpoint?: string | undefined;
|
|
962
|
+
} | undefined;
|
|
963
|
+
metadataConfig?: {
|
|
964
|
+
extractMetadata: boolean;
|
|
965
|
+
metadataFields?: ("custom" | "checksum" | "etag" | "created_at" | "content_type" | "file_size" | "last_modified" | "creator")[] | undefined;
|
|
966
|
+
customMetadata?: Record<string, string> | undefined;
|
|
967
|
+
} | undefined;
|
|
968
|
+
versioningConfig?: {
|
|
969
|
+
enabled: boolean;
|
|
970
|
+
maxVersions?: number | undefined;
|
|
971
|
+
retentionDays?: number | undefined;
|
|
972
|
+
} | undefined;
|
|
973
|
+
contentProcessing?: {
|
|
974
|
+
virusScan: boolean;
|
|
975
|
+
generateThumbnails: boolean;
|
|
976
|
+
extractText: boolean;
|
|
977
|
+
thumbnailSizes?: {
|
|
978
|
+
width: number;
|
|
979
|
+
height: number;
|
|
980
|
+
}[] | undefined;
|
|
981
|
+
} | undefined;
|
|
982
|
+
}, {
|
|
983
|
+
type: "file_storage";
|
|
984
|
+
provider: "custom" | "local" | "s3" | "azure_blob" | "gcs" | "dropbox" | "box" | "onedrive" | "google_drive" | "sharepoint" | "ftp";
|
|
985
|
+
label: string;
|
|
986
|
+
name: string;
|
|
987
|
+
authentication: {
|
|
988
|
+
type: "oauth2";
|
|
989
|
+
clientId: string;
|
|
990
|
+
clientSecret: string;
|
|
991
|
+
authorizationUrl: string;
|
|
992
|
+
tokenUrl: string;
|
|
993
|
+
refreshToken?: string | undefined;
|
|
994
|
+
scopes?: string[] | undefined;
|
|
995
|
+
redirectUri?: string | undefined;
|
|
996
|
+
tokenExpiry?: number | undefined;
|
|
997
|
+
} | {
|
|
998
|
+
type: "api-key";
|
|
999
|
+
key: string;
|
|
1000
|
+
headerName?: string | undefined;
|
|
1001
|
+
paramName?: string | undefined;
|
|
1002
|
+
} | {
|
|
1003
|
+
type: "basic";
|
|
1004
|
+
password: string;
|
|
1005
|
+
username: string;
|
|
1006
|
+
} | {
|
|
1007
|
+
type: "bearer";
|
|
1008
|
+
token: string;
|
|
1009
|
+
} | {
|
|
1010
|
+
type: "none";
|
|
1011
|
+
};
|
|
1012
|
+
buckets: {
|
|
1013
|
+
label: string;
|
|
1014
|
+
name: string;
|
|
1015
|
+
bucketName: string;
|
|
1016
|
+
enabled?: boolean | undefined;
|
|
1017
|
+
region?: string | undefined;
|
|
1018
|
+
prefix?: string | undefined;
|
|
1019
|
+
accessPattern?: "private" | "public_read" | "authenticated_read" | "bucket_owner_read" | "bucket_owner_full" | undefined;
|
|
1020
|
+
fileFilters?: {
|
|
1021
|
+
maxFileSize?: number | undefined;
|
|
1022
|
+
excludePatterns?: string[] | undefined;
|
|
1023
|
+
includePatterns?: string[] | undefined;
|
|
1024
|
+
minFileSize?: number | undefined;
|
|
1025
|
+
allowedExtensions?: string[] | undefined;
|
|
1026
|
+
blockedExtensions?: string[] | undefined;
|
|
1027
|
+
} | undefined;
|
|
1028
|
+
}[];
|
|
1029
|
+
status?: "active" | "error" | "inactive" | "configuring" | undefined;
|
|
1030
|
+
enabled?: boolean | undefined;
|
|
1031
|
+
description?: string | undefined;
|
|
1032
|
+
encryption?: {
|
|
1033
|
+
enabled?: boolean | undefined;
|
|
1034
|
+
algorithm?: "custom" | "AES256" | "aws:kms" | undefined;
|
|
1035
|
+
kmsKeyId?: string | undefined;
|
|
1036
|
+
} | undefined;
|
|
1037
|
+
icon?: string | undefined;
|
|
1038
|
+
metadata?: Record<string, any> | undefined;
|
|
1039
|
+
fieldMappings?: {
|
|
1040
|
+
source: string;
|
|
1041
|
+
target: string;
|
|
1042
|
+
transform?: {
|
|
1043
|
+
type: "constant";
|
|
1044
|
+
value?: any;
|
|
1045
|
+
} | {
|
|
1046
|
+
type: "cast";
|
|
1047
|
+
targetType: "string" | "number" | "boolean" | "date";
|
|
1048
|
+
} | {
|
|
1049
|
+
type: "lookup";
|
|
1050
|
+
table: string;
|
|
1051
|
+
keyField: string;
|
|
1052
|
+
valueField: string;
|
|
1053
|
+
} | {
|
|
1054
|
+
type: "javascript";
|
|
1055
|
+
expression: string;
|
|
1056
|
+
} | {
|
|
1057
|
+
type: "map";
|
|
1058
|
+
mappings: Record<string, any>;
|
|
1059
|
+
} | undefined;
|
|
1060
|
+
defaultValue?: any;
|
|
1061
|
+
required?: boolean | undefined;
|
|
1062
|
+
dataType?: "string" | "number" | "boolean" | "date" | "array" | "datetime" | "json" | undefined;
|
|
1063
|
+
syncMode?: "bidirectional" | "read_only" | "write_only" | undefined;
|
|
1064
|
+
}[] | undefined;
|
|
1065
|
+
actions?: {
|
|
1066
|
+
label: string;
|
|
1067
|
+
key: string;
|
|
1068
|
+
description?: string | undefined;
|
|
1069
|
+
inputSchema?: Record<string, any> | undefined;
|
|
1070
|
+
outputSchema?: Record<string, any> | undefined;
|
|
1071
|
+
}[] | undefined;
|
|
1072
|
+
lifecyclePolicy?: {
|
|
1073
|
+
enabled?: boolean | undefined;
|
|
1074
|
+
deleteAfterDays?: number | undefined;
|
|
1075
|
+
archiveAfterDays?: number | undefined;
|
|
1076
|
+
} | undefined;
|
|
1077
|
+
multipartConfig?: {
|
|
1078
|
+
enabled?: boolean | undefined;
|
|
1079
|
+
threshold?: number | undefined;
|
|
1080
|
+
partSize?: number | undefined;
|
|
1081
|
+
maxConcurrentParts?: number | undefined;
|
|
1082
|
+
} | undefined;
|
|
1083
|
+
bufferSize?: number | undefined;
|
|
1084
|
+
webhooks?: {
|
|
1085
|
+
url: string;
|
|
1086
|
+
name: string;
|
|
1087
|
+
object?: string | undefined;
|
|
1088
|
+
tags?: string[] | undefined;
|
|
1089
|
+
label?: string | undefined;
|
|
1090
|
+
description?: string | undefined;
|
|
1091
|
+
events?: ("record.created" | "record.updated" | "record.deleted" | "sync.started" | "sync.completed" | "sync.failed" | "auth.expired" | "rate_limit.exceeded")[] | undefined;
|
|
1092
|
+
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
|
|
1093
|
+
headers?: Record<string, string> | undefined;
|
|
1094
|
+
authentication?: {
|
|
1095
|
+
type: "none" | "api-key" | "basic" | "bearer";
|
|
1096
|
+
credentials?: Record<string, string> | undefined;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
body?: any;
|
|
1099
|
+
secret?: string | undefined;
|
|
1100
|
+
retryPolicy?: {
|
|
1101
|
+
maxRetries?: number | undefined;
|
|
1102
|
+
backoffStrategy?: "fixed" | "linear" | "exponential" | undefined;
|
|
1103
|
+
initialDelayMs?: number | undefined;
|
|
1104
|
+
maxDelayMs?: number | undefined;
|
|
1105
|
+
} | undefined;
|
|
1106
|
+
timeoutMs?: number | undefined;
|
|
1107
|
+
triggers?: ("update" | "delete" | "create" | "api" | "undelete")[] | undefined;
|
|
1108
|
+
payloadFields?: string[] | undefined;
|
|
1109
|
+
includeSession?: boolean | undefined;
|
|
1110
|
+
isActive?: boolean | undefined;
|
|
1111
|
+
signatureAlgorithm?: "none" | "hmac_sha256" | "hmac_sha512" | undefined;
|
|
1112
|
+
}[] | undefined;
|
|
1113
|
+
triggers?: {
|
|
1114
|
+
type: "webhook" | "polling";
|
|
1115
|
+
label: string;
|
|
1116
|
+
key: string;
|
|
1117
|
+
description?: string | undefined;
|
|
1118
|
+
interval?: number | undefined;
|
|
1119
|
+
}[] | undefined;
|
|
1120
|
+
syncConfig?: {
|
|
1121
|
+
strategy?: "full" | "upsert" | "incremental" | "append_only" | undefined;
|
|
1122
|
+
filters?: Record<string, any> | undefined;
|
|
1123
|
+
batchSize?: number | undefined;
|
|
1124
|
+
schedule?: string | undefined;
|
|
1125
|
+
direction?: "import" | "export" | "bidirectional" | undefined;
|
|
1126
|
+
conflictResolution?: "manual" | "source_wins" | "latest_wins" | "target_wins" | undefined;
|
|
1127
|
+
realtimeSync?: boolean | undefined;
|
|
1128
|
+
timestampField?: string | undefined;
|
|
1129
|
+
deleteMode?: "ignore" | "hard_delete" | "soft_delete" | undefined;
|
|
1130
|
+
} | undefined;
|
|
1131
|
+
rateLimitConfig?: {
|
|
1132
|
+
maxRequests: number;
|
|
1133
|
+
windowSeconds: number;
|
|
1134
|
+
strategy?: "sliding_window" | "token_bucket" | "fixed_window" | "leaky_bucket" | undefined;
|
|
1135
|
+
burstCapacity?: number | undefined;
|
|
1136
|
+
respectUpstreamLimits?: boolean | undefined;
|
|
1137
|
+
rateLimitHeaders?: {
|
|
1138
|
+
limit?: string | undefined;
|
|
1139
|
+
remaining?: string | undefined;
|
|
1140
|
+
reset?: string | undefined;
|
|
1141
|
+
} | undefined;
|
|
1142
|
+
} | undefined;
|
|
1143
|
+
retryConfig?: {
|
|
1144
|
+
strategy?: "no_retry" | "exponential_backoff" | "linear_backoff" | "fixed_delay" | undefined;
|
|
1145
|
+
maxAttempts?: number | undefined;
|
|
1146
|
+
backoffMultiplier?: number | undefined;
|
|
1147
|
+
initialDelayMs?: number | undefined;
|
|
1148
|
+
maxDelayMs?: number | undefined;
|
|
1149
|
+
retryableStatusCodes?: number[] | undefined;
|
|
1150
|
+
retryOnNetworkError?: boolean | undefined;
|
|
1151
|
+
jitter?: boolean | undefined;
|
|
1152
|
+
} | undefined;
|
|
1153
|
+
connectionTimeoutMs?: number | undefined;
|
|
1154
|
+
requestTimeoutMs?: number | undefined;
|
|
1155
|
+
storageConfig?: {
|
|
1156
|
+
region?: string | undefined;
|
|
1157
|
+
endpoint?: string | undefined;
|
|
1158
|
+
pathStyle?: boolean | undefined;
|
|
1159
|
+
} | undefined;
|
|
1160
|
+
metadataConfig?: {
|
|
1161
|
+
extractMetadata?: boolean | undefined;
|
|
1162
|
+
metadataFields?: ("custom" | "checksum" | "etag" | "created_at" | "content_type" | "file_size" | "last_modified" | "creator")[] | undefined;
|
|
1163
|
+
customMetadata?: Record<string, string> | undefined;
|
|
1164
|
+
} | undefined;
|
|
1165
|
+
versioningConfig?: {
|
|
1166
|
+
enabled?: boolean | undefined;
|
|
1167
|
+
maxVersions?: number | undefined;
|
|
1168
|
+
retentionDays?: number | undefined;
|
|
1169
|
+
} | undefined;
|
|
1170
|
+
contentProcessing?: {
|
|
1171
|
+
virusScan?: boolean | undefined;
|
|
1172
|
+
generateThumbnails?: boolean | undefined;
|
|
1173
|
+
thumbnailSizes?: {
|
|
1174
|
+
width: number;
|
|
1175
|
+
height: number;
|
|
1176
|
+
}[] | undefined;
|
|
1177
|
+
extractText?: boolean | undefined;
|
|
1178
|
+
} | undefined;
|
|
1179
|
+
transferAcceleration?: boolean | undefined;
|
|
1180
|
+
}>;
|
|
450
1181
|
export type FileStorageConnector = z.infer<typeof FileStorageConnectorSchema>;
|
|
451
1182
|
/**
|
|
452
1183
|
* Example: Amazon S3 Connector Configuration
|