@camstack/types 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/addon/base-addon.d.ts +262 -0
- package/dist/addon/base-addon.d.ts.map +1 -0
- package/dist/auth-records-BDg37fy9.mjs +8297 -0
- package/dist/auth-records-BDg37fy9.mjs.map +1 -0
- package/dist/auth-records-D5ZNaUos.js +8296 -0
- package/dist/auth-records-D5ZNaUos.js.map +1 -0
- package/dist/capabilities/accessories.cap.d.ts +42 -0
- package/dist/capabilities/accessories.cap.d.ts.map +1 -0
- package/dist/capabilities/addon-pages-source.cap.d.ts +41 -0
- package/dist/capabilities/addon-pages-source.cap.d.ts.map +1 -0
- package/dist/capabilities/addon-pages.cap.d.ts +36 -0
- package/dist/capabilities/addon-pages.cap.d.ts.map +1 -0
- package/dist/capabilities/addon-routes.cap.d.ts +22 -0
- package/dist/capabilities/addon-routes.cap.d.ts.map +1 -0
- package/dist/capabilities/addon-settings.cap.d.ts +170 -0
- package/dist/capabilities/addon-settings.cap.d.ts.map +1 -0
- package/dist/capabilities/addon-widgets-source.cap.d.ts +103 -0
- package/dist/capabilities/addon-widgets-source.cap.d.ts.map +1 -0
- package/dist/capabilities/addon-widgets.cap.d.ts +98 -0
- package/dist/capabilities/addon-widgets.cap.d.ts.map +1 -0
- package/dist/capabilities/addons.cap.d.ts +356 -0
- package/dist/capabilities/addons.cap.d.ts.map +1 -0
- package/dist/capabilities/admin-ui.cap.d.ts +14 -0
- package/dist/capabilities/admin-ui.cap.d.ts.map +1 -0
- package/dist/capabilities/advanced-notifier.cap.d.ts +60 -0
- package/dist/capabilities/advanced-notifier.cap.d.ts.map +1 -0
- package/dist/capabilities/alerts.cap.d.ts +164 -0
- package/dist/capabilities/alerts.cap.d.ts.map +1 -0
- package/dist/capabilities/audio-analysis.cap.d.ts +46 -0
- package/dist/capabilities/audio-analysis.cap.d.ts.map +1 -0
- package/dist/capabilities/audio-analyzer.cap.d.ts +148 -0
- package/dist/capabilities/audio-analyzer.cap.d.ts.map +1 -0
- package/dist/capabilities/audio-codec.cap.d.ts +202 -0
- package/dist/capabilities/audio-codec.cap.d.ts.map +1 -0
- package/dist/capabilities/audio-metrics.cap.d.ts +174 -0
- package/dist/capabilities/audio-metrics.cap.d.ts.map +1 -0
- package/dist/capabilities/auth-provider.cap.d.ts +49 -0
- package/dist/capabilities/auth-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/authentication.cap.d.ts +83 -0
- package/dist/capabilities/authentication.cap.d.ts.map +1 -0
- package/dist/capabilities/backup.cap.d.ts +269 -0
- package/dist/capabilities/backup.cap.d.ts.map +1 -0
- package/dist/capabilities/battery.cap.d.ts +85 -0
- package/dist/capabilities/battery.cap.d.ts.map +1 -0
- package/dist/capabilities/brightness.cap.d.ts +64 -0
- package/dist/capabilities/brightness.cap.d.ts.map +1 -0
- package/dist/capabilities/camera-credentials.cap.d.ts +102 -0
- package/dist/capabilities/camera-credentials.cap.d.ts.map +1 -0
- package/dist/capabilities/camera-streams.cap.d.ts +214 -0
- package/dist/capabilities/camera-streams.cap.d.ts.map +1 -0
- package/dist/capabilities/capability-definition.d.ts +474 -0
- package/dist/capabilities/capability-definition.d.ts.map +1 -0
- package/dist/capabilities/custom-actions.d.ts +47 -0
- package/dist/capabilities/custom-actions.d.ts.map +1 -0
- package/dist/capabilities/decoder.cap.d.ts +173 -0
- package/dist/capabilities/decoder.cap.d.ts.map +1 -0
- package/dist/capabilities/detection-pipeline.cap.d.ts +34 -0
- package/dist/capabilities/detection-pipeline.cap.d.ts.map +1 -0
- package/dist/capabilities/device-discovery.cap.d.ts +247 -0
- package/dist/capabilities/device-discovery.cap.d.ts.map +1 -0
- package/dist/capabilities/device-manager.cap.d.ts +709 -0
- package/dist/capabilities/device-manager.cap.d.ts.map +1 -0
- package/dist/capabilities/device-ops.cap.d.ts +87 -0
- package/dist/capabilities/device-ops.cap.d.ts.map +1 -0
- package/dist/capabilities/device-provider.cap.d.ts +151 -0
- package/dist/capabilities/device-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/device-state.cap.d.ts +97 -0
- package/dist/capabilities/device-state.cap.d.ts.map +1 -0
- package/dist/capabilities/device-status.cap.d.ts +54 -0
- package/dist/capabilities/device-status.cap.d.ts.map +1 -0
- package/dist/capabilities/doorbell.cap.d.ts +62 -0
- package/dist/capabilities/doorbell.cap.d.ts.map +1 -0
- package/dist/capabilities/embedding-encoder.cap.d.ts +41 -0
- package/dist/capabilities/embedding-encoder.cap.d.ts.map +1 -0
- package/dist/capabilities/events.cap.d.ts +48 -0
- package/dist/capabilities/events.cap.d.ts.map +1 -0
- package/dist/capabilities/feature-probe.cap.d.ts +79 -0
- package/dist/capabilities/feature-probe.cap.d.ts.map +1 -0
- package/dist/capabilities/index.d.ts +191 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/integrations.cap.d.ts +182 -0
- package/dist/capabilities/integrations.cap.d.ts.map +1 -0
- package/dist/capabilities/intercom.cap.d.ts +108 -0
- package/dist/capabilities/intercom.cap.d.ts.map +1 -0
- package/dist/capabilities/local-network.cap.d.ts +216 -0
- package/dist/capabilities/local-network.cap.d.ts.map +1 -0
- package/dist/capabilities/log-destination.cap.d.ts +70 -0
- package/dist/capabilities/log-destination.cap.d.ts.map +1 -0
- package/dist/capabilities/mesh-network.cap.d.ts +160 -0
- package/dist/capabilities/mesh-network.cap.d.ts.map +1 -0
- package/dist/capabilities/mesh-orchestrator.cap.d.ts +96 -0
- package/dist/capabilities/mesh-orchestrator.cap.d.ts.map +1 -0
- package/dist/capabilities/metrics-provider.cap.d.ts +522 -0
- package/dist/capabilities/metrics-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/motion-detection.cap.d.ts +107 -0
- package/dist/capabilities/motion-detection.cap.d.ts.map +1 -0
- package/dist/capabilities/motion-trigger.cap.d.ts +78 -0
- package/dist/capabilities/motion-trigger.cap.d.ts.map +1 -0
- package/dist/capabilities/motion.cap.d.ts +122 -0
- package/dist/capabilities/motion.cap.d.ts.map +1 -0
- package/dist/capabilities/native-object-detection.cap.d.ts +127 -0
- package/dist/capabilities/native-object-detection.cap.d.ts.map +1 -0
- package/dist/capabilities/network-access.cap.d.ts +67 -0
- package/dist/capabilities/network-access.cap.d.ts.map +1 -0
- package/dist/capabilities/network-quality.cap.d.ts +95 -0
- package/dist/capabilities/network-quality.cap.d.ts.map +1 -0
- package/dist/capabilities/nodes.cap.d.ts +200 -0
- package/dist/capabilities/nodes.cap.d.ts.map +1 -0
- package/dist/capabilities/notification-output.cap.d.ts +44 -0
- package/dist/capabilities/notification-output.cap.d.ts.map +1 -0
- package/dist/capabilities/osd.cap.d.ts +236 -0
- package/dist/capabilities/osd.cap.d.ts.map +1 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts +501 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts.map +1 -0
- package/dist/capabilities/pipeline-executor.cap.d.ts +922 -0
- package/dist/capabilities/pipeline-executor.cap.d.ts.map +1 -0
- package/dist/capabilities/pipeline-orchestrator.cap.d.ts +793 -0
- package/dist/capabilities/pipeline-orchestrator.cap.d.ts.map +1 -0
- package/dist/capabilities/pipeline-runner.cap.d.ts +393 -0
- package/dist/capabilities/pipeline-runner.cap.d.ts.map +1 -0
- package/dist/capabilities/platform-probe.cap.d.ts +168 -0
- package/dist/capabilities/platform-probe.cap.d.ts.map +1 -0
- package/dist/capabilities/ptz-autotrack.cap.d.ts +188 -0
- package/dist/capabilities/ptz-autotrack.cap.d.ts.map +1 -0
- package/dist/capabilities/ptz.cap.d.ts +80 -0
- package/dist/capabilities/ptz.cap.d.ts.map +1 -0
- package/dist/capabilities/reboot.cap.d.ts +32 -0
- package/dist/capabilities/reboot.cap.d.ts.map +1 -0
- package/dist/capabilities/recording-engine.cap.d.ts +477 -0
- package/dist/capabilities/recording-engine.cap.d.ts.map +1 -0
- package/dist/capabilities/recording.cap.d.ts +43 -0
- package/dist/capabilities/recording.cap.d.ts.map +1 -0
- package/dist/capabilities/remote-access.cap.d.ts +103 -0
- package/dist/capabilities/remote-access.cap.d.ts.map +1 -0
- package/dist/capabilities/restreamer.cap.d.ts +51 -0
- package/dist/capabilities/restreamer.cap.d.ts.map +1 -0
- package/dist/capabilities/schemas/detection-shared.d.ts +63 -0
- package/dist/capabilities/schemas/detection-shared.d.ts.map +1 -0
- package/dist/capabilities/schemas/orchestrator-metrics.d.ts +44 -0
- package/dist/capabilities/schemas/orchestrator-metrics.d.ts.map +1 -0
- package/dist/capabilities/schemas/streaming-shared.d.ts +177 -0
- package/dist/capabilities/schemas/streaming-shared.d.ts.map +1 -0
- package/dist/capabilities/schemas/zone-rule.d.ts +74 -0
- package/dist/capabilities/schemas/zone-rule.d.ts.map +1 -0
- package/dist/capabilities/settings-store.cap.d.ts +198 -0
- package/dist/capabilities/settings-store.cap.d.ts.map +1 -0
- package/dist/capabilities/snapshot-provider.cap.d.ts +40 -0
- package/dist/capabilities/snapshot-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/snapshot.cap.d.ts +78 -0
- package/dist/capabilities/snapshot.cap.d.ts.map +1 -0
- package/dist/capabilities/storage-provider.cap.d.ts +432 -0
- package/dist/capabilities/storage-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/storage.cap.d.ts +367 -0
- package/dist/capabilities/storage.cap.d.ts.map +1 -0
- package/dist/capabilities/stream-broker.cap.d.ts +416 -0
- package/dist/capabilities/stream-broker.cap.d.ts.map +1 -0
- package/dist/capabilities/streaming-engine.cap.d.ts +58 -0
- package/dist/capabilities/streaming-engine.cap.d.ts.map +1 -0
- package/dist/capabilities/switch.cap.d.ts +66 -0
- package/dist/capabilities/switch.cap.d.ts.map +1 -0
- package/dist/capabilities/system.cap.d.ts +86 -0
- package/dist/capabilities/system.cap.d.ts.map +1 -0
- package/dist/capabilities/toast.cap.d.ts +56 -0
- package/dist/capabilities/toast.cap.d.ts.map +1 -0
- package/dist/capabilities/turn-orchestrator.cap.d.ts +74 -0
- package/dist/capabilities/turn-orchestrator.cap.d.ts.map +1 -0
- package/dist/capabilities/turn-provider.cap.d.ts +43 -0
- package/dist/capabilities/turn-provider.cap.d.ts.map +1 -0
- package/dist/capabilities/user-management.cap.d.ts +378 -0
- package/dist/capabilities/user-management.cap.d.ts.map +1 -0
- package/dist/capabilities/webrtc-session.cap.d.ts +181 -0
- package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -0
- package/dist/capabilities/webrtc.cap.d.ts +72 -0
- package/dist/capabilities/webrtc.cap.d.ts.map +1 -0
- package/dist/capabilities/zone-analytics.cap.d.ts +213 -0
- package/dist/capabilities/zone-analytics.cap.d.ts.map +1 -0
- package/dist/capabilities/zone-rules.cap.d.ts +129 -0
- package/dist/capabilities/zone-rules.cap.d.ts.map +1 -0
- package/dist/capabilities/zones.cap.d.ts +151 -0
- package/dist/capabilities/zones.cap.d.ts.map +1 -0
- package/dist/catalogs/audio-classmap.d.ts +16 -0
- package/dist/catalogs/audio-classmap.d.ts.map +1 -0
- package/dist/catalogs/coco-classmap.d.ts.map +1 -1
- package/dist/constants.d.ts +50 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/deps/binary-downloader.d.ts +41 -0
- package/dist/deps/binary-downloader.d.ts.map +1 -0
- package/dist/deps/ffmpeg-downloader.d.ts +13 -0
- package/dist/deps/ffmpeg-downloader.d.ts.map +1 -0
- package/dist/deps/index.d.ts +4 -0
- package/dist/deps/index.d.ts.map +1 -0
- package/dist/deps/python-downloader.d.ts +34 -0
- package/dist/deps/python-downloader.d.ts.map +1 -0
- package/dist/device/accessory.d.ts +62 -0
- package/dist/device/accessory.d.ts.map +1 -0
- package/dist/device/base-device-provider.d.ts +178 -0
- package/dist/device/base-device-provider.d.ts.map +1 -0
- package/dist/device/base-device.d.ts +287 -0
- package/dist/device/base-device.d.ts.map +1 -0
- package/dist/device/camera-device.d.ts +49 -0
- package/dist/device/camera-device.d.ts.map +1 -0
- package/dist/device/device-binding.d.ts +23 -0
- package/dist/device/device-binding.d.ts.map +1 -0
- package/dist/device/device-config.d.ts +65 -0
- package/dist/device/device-config.d.ts.map +1 -0
- package/dist/device/device-context.d.ts +256 -0
- package/dist/device/device-context.d.ts.map +1 -0
- package/dist/device/device-management.d.ts +118 -0
- package/dist/device/device-management.d.ts.map +1 -0
- package/dist/device/device-profile.d.ts +161 -0
- package/dist/device/device-profile.d.ts.map +1 -0
- package/dist/device/device-runtime-state.d.ts +124 -0
- package/dist/device/device-runtime-state.d.ts.map +1 -0
- package/dist/device/device-state-handle.d.ts +161 -0
- package/dist/device/device-state-handle.d.ts.map +1 -0
- package/dist/device/device-type.d.ts +68 -0
- package/dist/device/device-type.d.ts.map +1 -0
- package/dist/device/device.d.ts +87 -0
- package/dist/device/device.d.ts.map +1 -0
- package/dist/device/features.d.ts +29 -0
- package/dist/device/features.d.ts.map +1 -0
- package/dist/device/index.d.ts +20 -0
- package/dist/device/index.d.ts.map +1 -0
- package/dist/device/runtime-state-helpers.d.ts +69 -0
- package/dist/device/runtime-state-helpers.d.ts.map +1 -0
- package/dist/device/system-mirror.d.ts +318 -0
- package/dist/device/system-mirror.d.ts.map +1 -0
- package/dist/device/zod-to-config-ui.d.ts +23 -0
- package/dist/device/zod-to-config-ui.d.ts.map +1 -0
- package/dist/disposer-chain.d.ts +32 -0
- package/dist/disposer-chain.d.ts.map +1 -0
- package/dist/enums/event-category.d.ts +361 -0
- package/dist/enums/event-category.d.ts.map +1 -0
- package/dist/enums/event-source-type.d.ts +8 -0
- package/dist/enums/event-source-type.d.ts.map +1 -0
- package/dist/enums/index.d.ts +3 -0
- package/dist/enums/index.d.ts.map +1 -0
- package/dist/generated/addon-api.d.ts +14604 -3217
- package/dist/generated/addon-api.d.ts.map +1 -1
- package/dist/generated/cap-status-types.d.ts +51 -0
- package/dist/generated/cap-status-types.d.ts.map +1 -0
- package/dist/generated/capability-router-map.d.ts +278 -0
- package/dist/generated/capability-router-map.d.ts.map +1 -0
- package/dist/generated/device-local-state.d.ts +82 -0
- package/dist/generated/device-local-state.d.ts.map +1 -0
- package/dist/generated/device-proxy.d.ts +146 -0
- package/dist/generated/device-proxy.d.ts.map +1 -0
- package/dist/generated/system-proxy.d.ts +92 -0
- package/dist/generated/system-proxy.d.ts.map +1 -0
- package/dist/helpers/bind-addon-actions.d.ts +19 -0
- package/dist/helpers/bind-addon-actions.d.ts.map +1 -0
- package/dist/index.d.ts +91 -22
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4843 -477
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4832 -415
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/addon.d.ts +760 -132
- package/dist/interfaces/addon.d.ts.map +1 -1
- package/dist/interfaces/advanced-notifier.d.ts +3 -2
- package/dist/interfaces/advanced-notifier.d.ts.map +1 -1
- package/dist/interfaces/agent-protocol.d.ts +17 -173
- package/dist/interfaces/agent-protocol.d.ts.map +1 -1
- package/dist/interfaces/agent.d.ts +61 -0
- package/dist/interfaces/agent.d.ts.map +1 -1
- package/dist/interfaces/alerts.d.ts +14 -0
- package/dist/interfaces/alerts.d.ts.map +1 -0
- package/dist/interfaces/analysis-persistence.d.ts +37 -19
- package/dist/interfaces/analysis-persistence.d.ts.map +1 -1
- package/dist/interfaces/analysis.d.ts +33 -4
- package/dist/interfaces/analysis.d.ts.map +1 -1
- package/dist/interfaces/api-responses.d.ts +124 -0
- package/dist/interfaces/api-responses.d.ts.map +1 -0
- package/dist/interfaces/api-shared.d.ts +5 -79
- package/dist/interfaces/api-shared.d.ts.map +1 -1
- package/dist/interfaces/audio-analyzer.d.ts +49 -0
- package/dist/interfaces/audio-analyzer.d.ts.map +1 -0
- package/dist/interfaces/audio-codec.d.ts +123 -0
- package/dist/interfaces/audio-codec.d.ts.map +1 -0
- package/dist/interfaces/audio-inference-engine.d.ts +19 -0
- package/dist/interfaces/audio-inference-engine.d.ts.map +1 -0
- package/dist/interfaces/auth-provider.d.ts.map +1 -1
- package/dist/interfaces/auth.d.ts +4 -25
- package/dist/interfaces/auth.d.ts.map +1 -1
- package/dist/interfaces/camera-pipeline.d.ts +7 -20
- package/dist/interfaces/camera-pipeline.d.ts.map +1 -1
- package/dist/interfaces/capability.d.ts +171 -24
- package/dist/interfaces/capability.d.ts.map +1 -1
- package/dist/interfaces/config-ui.d.ts +746 -24
- package/dist/interfaces/config-ui.d.ts.map +1 -1
- package/dist/interfaces/context.d.ts +9 -4
- package/dist/interfaces/context.d.ts.map +1 -1
- package/dist/interfaces/decoder.d.ts +38 -3
- package/dist/interfaces/decoder.d.ts.map +1 -1
- package/dist/interfaces/detection-addon.d.ts +6 -6
- package/dist/interfaces/detection-addon.d.ts.map +1 -1
- package/dist/interfaces/device-capabilities/camera.d.ts +95 -18
- package/dist/interfaces/device-capabilities/camera.d.ts.map +1 -1
- package/dist/interfaces/device-capabilities/index.d.ts +0 -13
- package/dist/interfaces/device-capabilities/index.d.ts.map +1 -1
- package/dist/interfaces/device-provider.d.ts +18 -16
- package/dist/interfaces/device-provider.d.ts.map +1 -1
- package/dist/interfaces/device.d.ts +4 -21
- package/dist/interfaces/device.d.ts.map +1 -1
- package/dist/interfaces/embedding-encoder.d.ts +19 -0
- package/dist/interfaces/embedding-encoder.d.ts.map +1 -0
- package/dist/interfaces/engine-slots.d.ts +10 -0
- package/dist/interfaces/engine-slots.d.ts.map +1 -0
- package/dist/interfaces/event-bus.d.ts +710 -26
- package/dist/interfaces/event-bus.d.ts.map +1 -1
- package/dist/interfaces/inference-capabilities.d.ts +0 -17
- package/dist/interfaces/inference-capabilities.d.ts.map +1 -1
- package/dist/interfaces/inference-engine.d.ts +30 -10
- package/dist/interfaces/inference-engine.d.ts.map +1 -1
- package/dist/interfaces/integration-registry.d.ts +20 -20
- package/dist/interfaces/integration-registry.d.ts.map +1 -1
- package/dist/interfaces/kernel-abstractions.d.ts +83 -0
- package/dist/interfaces/kernel-abstractions.d.ts.map +1 -0
- package/dist/interfaces/logging.d.ts +89 -8
- package/dist/interfaces/logging.d.ts.map +1 -1
- package/dist/interfaces/metrics-provider.d.ts +17 -0
- package/dist/interfaces/metrics-provider.d.ts.map +1 -0
- package/dist/interfaces/network-quality.d.ts +4 -4
- package/dist/interfaces/network.d.ts +0 -16
- package/dist/interfaces/network.d.ts.map +1 -1
- package/dist/interfaces/notification.d.ts +1 -1
- package/dist/interfaces/pipeline-executor-capability.d.ts +200 -0
- package/dist/interfaces/pipeline-executor-capability.d.ts.map +1 -0
- package/dist/interfaces/pipeline-orchestrator-capability.d.ts +165 -0
- package/dist/interfaces/pipeline-orchestrator-capability.d.ts.map +1 -0
- package/dist/interfaces/pipeline-runner-capability.d.ts +147 -0
- package/dist/interfaces/pipeline-runner-capability.d.ts.map +1 -0
- package/dist/interfaces/pipeline-runner.d.ts +18 -2
- package/dist/interfaces/pipeline-runner.d.ts.map +1 -1
- package/dist/interfaces/platform.d.ts +1 -1
- package/dist/interfaces/platform.d.ts.map +1 -1
- package/dist/interfaces/queryable.d.ts +26 -0
- package/dist/interfaces/queryable.d.ts.map +1 -0
- package/dist/interfaces/raw-tensor-engine.d.ts +16 -0
- package/dist/interfaces/raw-tensor-engine.d.ts.map +1 -0
- package/dist/interfaces/readiness.d.ts +101 -0
- package/dist/interfaces/readiness.d.ts.map +1 -0
- package/dist/interfaces/repl.d.ts +1 -1
- package/dist/interfaces/restreamer.d.ts +3 -3
- package/dist/interfaces/scoped-token.d.ts +1 -21
- package/dist/interfaces/scoped-token.d.ts.map +1 -1
- package/dist/interfaces/server-analysis.d.ts +30 -87
- package/dist/interfaces/server-analysis.d.ts.map +1 -1
- package/dist/interfaces/storage-location.d.ts +120 -0
- package/dist/interfaces/storage-location.d.ts.map +1 -0
- package/dist/interfaces/storage.d.ts +124 -50
- package/dist/interfaces/storage.d.ts.map +1 -1
- package/dist/interfaces/stream-broker.d.ts +285 -17
- package/dist/interfaces/stream-broker.d.ts.map +1 -1
- package/dist/interfaces/webrtc-provider.d.ts +24 -0
- package/dist/interfaces/webrtc-provider.d.ts.map +1 -1
- package/dist/node.d.ts +6 -0
- package/dist/node.d.ts.map +1 -0
- package/dist/node.js +481 -0
- package/dist/node.js.map +1 -0
- package/dist/node.mjs +443 -0
- package/dist/node.mjs.map +1 -0
- package/dist/readiness/index.d.ts +3 -0
- package/dist/readiness/index.d.ts.map +1 -0
- package/dist/readiness/readiness-registry.d.ts +183 -0
- package/dist/readiness/readiness-registry.d.ts.map +1 -0
- package/dist/schemas/auth-records.d.ts +81 -0
- package/dist/schemas/auth-records.d.ts.map +1 -0
- package/dist/storage/filesystem-storage-provider.d.ts +37 -0
- package/dist/storage/filesystem-storage-provider.d.ts.map +1 -0
- package/dist/types/agent-pipeline-settings.d.ts +94 -0
- package/dist/types/agent-pipeline-settings.d.ts.map +1 -0
- package/dist/types/camera-pipeline.d.ts +58 -0
- package/dist/types/camera-pipeline.d.ts.map +1 -0
- package/dist/types/detection.d.ts +195 -38
- package/dist/types/detection.d.ts.map +1 -1
- package/dist/types/device-type.d.ts +4 -0
- package/dist/types/device-type.d.ts.map +1 -1
- package/dist/types/engine-output.d.ts +24 -0
- package/dist/types/engine-output.d.ts.map +1 -0
- package/dist/types/io.d.ts +57 -3
- package/dist/types/io.d.ts.map +1 -1
- package/dist/types/models.d.ts +3 -1
- package/dist/types/models.d.ts.map +1 -1
- package/dist/types/pipeline-schema.d.ts +15 -72
- package/dist/types/pipeline-schema.d.ts.map +1 -1
- package/dist/types/pipeline-step.d.ts +201 -0
- package/dist/types/pipeline-step.d.ts.map +1 -0
- package/dist/types/pipeline.d.ts +24 -1
- package/dist/types/pipeline.d.ts.map +1 -1
- package/dist/utils/element-config-store.d.ts +29 -0
- package/dist/utils/element-config-store.d.ts.map +1 -0
- package/dist/utils/err-msg.d.ts +7 -0
- package/dist/utils/err-msg.d.ts.map +1 -0
- package/dist/utils/json-safe.d.ts +33 -0
- package/dist/utils/json-safe.d.ts.map +1 -0
- package/dist/utils/mask-url.d.ts +10 -0
- package/dist/utils/mask-url.d.ts.map +1 -0
- package/dist/utils/ring-buffer.d.ts +16 -0
- package/dist/utils/ring-buffer.d.ts.map +1 -0
- package/dist/utils/run-inference-step.d.ts +26 -0
- package/dist/utils/run-inference-step.d.ts.map +1 -0
- package/dist/utils/runtime-mapping.d.ts +88 -0
- package/dist/utils/runtime-mapping.d.ts.map +1 -0
- package/dist/utils/zone-rule-eval.d.ts +47 -0
- package/dist/utils/zone-rule-eval.d.ts.map +1 -0
- package/package.json +11 -2
- package/dist/__tests__/addon-capability-provider.test.d.ts +0 -2
- package/dist/__tests__/addon-capability-provider.test.d.ts.map +0 -1
- package/dist/__tests__/addon-declaration.test.d.ts +0 -2
- package/dist/__tests__/addon-declaration.test.d.ts.map +0 -1
- package/dist/__tests__/capability.test.d.ts +0 -2
- package/dist/__tests__/capability.test.d.ts.map +0 -1
- package/dist/interfaces/addon-i18n.d.ts +0 -41
- package/dist/interfaces/addon-i18n.d.ts.map +0 -1
- package/dist/interfaces/classifier.d.ts +0 -8
- package/dist/interfaces/classifier.d.ts.map +0 -1
- package/dist/interfaces/cropper.d.ts +0 -8
- package/dist/interfaces/cropper.d.ts.map +0 -1
- package/dist/interfaces/detector.d.ts +0 -8
- package/dist/interfaces/detector.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/accessory.d.ts +0 -14
- package/dist/interfaces/device-capabilities/accessory.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/audio-detector.d.ts +0 -12
- package/dist/interfaces/device-capabilities/audio-detector.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/doorbell.d.ts +0 -10
- package/dist/interfaces/device-capabilities/doorbell.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/events.d.ts +0 -47
- package/dist/interfaces/device-capabilities/events.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/motion-sensor.d.ts +0 -7
- package/dist/interfaces/device-capabilities/motion-sensor.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/native-detection.d.ts +0 -14
- package/dist/interfaces/device-capabilities/native-detection.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/object-detector.d.ts +0 -59
- package/dist/interfaces/device-capabilities/object-detector.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/pan-tilt-zoom.d.ts +0 -29
- package/dist/interfaces/device-capabilities/pan-tilt-zoom.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/recording.d.ts +0 -18
- package/dist/interfaces/device-capabilities/recording.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/siren.d.ts +0 -8
- package/dist/interfaces/device-capabilities/siren.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/status-light.d.ts +0 -7
- package/dist/interfaces/device-capabilities/status-light.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/switch.d.ts +0 -8
- package/dist/interfaces/device-capabilities/switch.d.ts.map +0 -1
- package/dist/interfaces/device-capabilities/two-way-audio.d.ts +0 -8
- package/dist/interfaces/device-capabilities/two-way-audio.d.ts.map +0 -1
- package/dist/interfaces/device-capability.d.ts +0 -14
- package/dist/interfaces/device-capability.d.ts.map +0 -1
- package/dist/interfaces/model-catalog.d.ts +0 -25
- package/dist/interfaces/model-catalog.d.ts.map +0 -1
- package/dist/interfaces/refiner.d.ts +0 -8
- package/dist/interfaces/refiner.d.ts.map +0 -1
- package/dist/interfaces/repositories.d.ts +0 -20
- package/dist/interfaces/repositories.d.ts.map +0 -1
- package/dist/interfaces/scene-intelligence.d.ts +0 -21
- package/dist/interfaces/scene-intelligence.d.ts.map +0 -1
- package/dist/interfaces/storage-backend.d.ts +0 -27
- package/dist/interfaces/storage-backend.d.ts.map +0 -1
- package/dist/interfaces/worker-protocol.d.ts +0 -110
- package/dist/interfaces/worker-protocol.d.ts.map +0 -1
- package/dist/schemas/system-settings-schemas.d.ts +0 -27
- package/dist/schemas/system-settings-schemas.d.ts.map +0 -1
- package/dist/types/benchmark.d.ts +0 -112
- package/dist/types/benchmark.d.ts.map +0 -1
- package/dist/types/zones.d.ts +0 -48
- package/dist/types/zones.d.ts.map +0 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
/**
|
|
4
|
+
* toast — system-scoped singleton capability that streams toast
|
|
5
|
+
* notifications from the hub to connected admin-UI clients.
|
|
6
|
+
*
|
|
7
|
+
* Single push subscription (`onToast`). The provider lives in the
|
|
8
|
+
* server's `ToastService` (always available after boot) and is
|
|
9
|
+
* registered from `trpc.router.ts` against that service. No addon
|
|
10
|
+
* owns this state — toasts are server-broadcasted side-effects of
|
|
11
|
+
* other admin actions.
|
|
12
|
+
*
|
|
13
|
+
* Phase E of the API consolidation: previously a hand-written core
|
|
14
|
+
* router (re-introduced after a brief detour as a cap years ago).
|
|
15
|
+
* Cap conversion unifies the codegen pipeline so admin-ui consumers
|
|
16
|
+
* pick up the standard `useToastOnToast` hook through the same
|
|
17
|
+
* generator that emits every other system-cap subscription wrapper.
|
|
18
|
+
*/
|
|
19
|
+
declare const ToastSchema: z.ZodObject<{
|
|
20
|
+
title: z.ZodString;
|
|
21
|
+
message: z.ZodString;
|
|
22
|
+
severity: z.ZodEnum<{
|
|
23
|
+
info: "info";
|
|
24
|
+
warning: "warning";
|
|
25
|
+
critical: "critical";
|
|
26
|
+
}>;
|
|
27
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
28
|
+
action: z.ZodOptional<z.ZodObject<{
|
|
29
|
+
label: z.ZodString;
|
|
30
|
+
url: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
export declare const toastCapability: {
|
|
34
|
+
readonly name: "toast";
|
|
35
|
+
readonly scope: "system";
|
|
36
|
+
readonly mode: "singleton";
|
|
37
|
+
readonly methods: {
|
|
38
|
+
readonly onToast: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
|
|
39
|
+
title: z.ZodString;
|
|
40
|
+
message: z.ZodString;
|
|
41
|
+
severity: z.ZodEnum<{
|
|
42
|
+
info: "info";
|
|
43
|
+
warning: "warning";
|
|
44
|
+
critical: "critical";
|
|
45
|
+
}>;
|
|
46
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
47
|
+
action: z.ZodOptional<z.ZodObject<{
|
|
48
|
+
label: z.ZodString;
|
|
49
|
+
url: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>;
|
|
51
|
+
}, z.core.$strip>, "subscription">;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export type IToastProvider = InferProvider<typeof toastCapability>;
|
|
55
|
+
export { ToastSchema };
|
|
56
|
+
//# sourceMappingURL=toast.cap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/toast.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;;;;;;;;;;;;;GAeG;AAEH,QAAA,MAAM,WAAW;;;;;;;;;;;;;iBAWf,CAAA;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAOa,CAAA;AAEzC,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,OAAO,eAAe,CAAC,CAAA;AAElE,OAAO,EAAE,WAAW,EAAE,CAAA"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
declare const TurnProviderInfoSchema: z.ZodObject<{
|
|
4
|
+
addonId: z.ZodString;
|
|
5
|
+
displayName: z.ZodString;
|
|
6
|
+
kind: z.ZodEnum<{
|
|
7
|
+
other: "other";
|
|
8
|
+
cloudflare: "cloudflare";
|
|
9
|
+
coturn: "coturn";
|
|
10
|
+
twilio: "twilio";
|
|
11
|
+
}>;
|
|
12
|
+
enabled: z.ZodBoolean;
|
|
13
|
+
serverCount: z.ZodNumber;
|
|
14
|
+
error: z.ZodOptional<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
export type TurnProviderInfo = z.infer<typeof TurnProviderInfoSchema>;
|
|
17
|
+
/**
|
|
18
|
+
* `turn-orchestrator` — singleton facade over the `turn-provider`
|
|
19
|
+
* collection. Provides:
|
|
20
|
+
* - listProviders() — admin UI inventory
|
|
21
|
+
* - getAllServers() — combined list of TURN/STUN URLs across all
|
|
22
|
+
* enabled providers (what the WebRTC layer actually consumes)
|
|
23
|
+
*
|
|
24
|
+
* Mirrors `authentication` / `remote-access` — UI consumers go
|
|
25
|
+
* through the singleton, the singleton walks the collection.
|
|
26
|
+
*
|
|
27
|
+
* The WebRTC layer (broker / addon-go2rtc) historically called
|
|
28
|
+
* `turn-provider` collection methods directly to build the ICE
|
|
29
|
+
* server list per session. Going through this orchestrator instead
|
|
30
|
+
* gives a single throughput point + lets the admin disable a
|
|
31
|
+
* provider without uninstalling it.
|
|
32
|
+
*/
|
|
33
|
+
export declare const turnOrchestratorCapability: {
|
|
34
|
+
readonly name: "turn-orchestrator";
|
|
35
|
+
readonly scope: "system";
|
|
36
|
+
readonly mode: "singleton";
|
|
37
|
+
readonly methods: {
|
|
38
|
+
/** All registered TURN providers + per-provider stats. */
|
|
39
|
+
readonly listProviders: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
40
|
+
addonId: z.ZodString;
|
|
41
|
+
displayName: z.ZodString;
|
|
42
|
+
kind: z.ZodEnum<{
|
|
43
|
+
other: "other";
|
|
44
|
+
cloudflare: "cloudflare";
|
|
45
|
+
coturn: "coturn";
|
|
46
|
+
twilio: "twilio";
|
|
47
|
+
}>;
|
|
48
|
+
enabled: z.ZodBoolean;
|
|
49
|
+
serverCount: z.ZodNumber;
|
|
50
|
+
error: z.ZodOptional<z.ZodString>;
|
|
51
|
+
}, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
52
|
+
/**
|
|
53
|
+
* Combined list of TURN/STUN servers from all ENABLED providers.
|
|
54
|
+
* Consumed by the WebRTC layer at session-creation time —
|
|
55
|
+
* implementations may fetch fresh short-lived credentials each
|
|
56
|
+
* call (e.g. Cloudflare API), so consumers SHOULD call per-session.
|
|
57
|
+
*/
|
|
58
|
+
readonly getAllServers: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
59
|
+
urls: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
60
|
+
username: z.ZodOptional<z.ZodString>;
|
|
61
|
+
credential: z.ZodOptional<z.ZodString>;
|
|
62
|
+
}, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
63
|
+
/** Toggle a provider's enabled flag. */
|
|
64
|
+
readonly setProviderEnabled: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
65
|
+
addonId: z.ZodString;
|
|
66
|
+
enabled: z.ZodBoolean;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
success: z.ZodLiteral<true>;
|
|
69
|
+
}, z.core.$strip>, "mutation">;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
export type ITurnOrchestratorProvider = InferProvider<typeof turnOrchestratorCapability>;
|
|
73
|
+
export { TurnProviderInfoSchema };
|
|
74
|
+
//# sourceMappingURL=turn-orchestrator.cap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"turn-orchestrator.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/turn-orchestrator.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAGlG,QAAA,MAAM,sBAAsB;;;;;;;;;;;;iBAmB1B,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,0BAA0B;;;;;QAKnC,0DAA0D;;;;;;;;;;;;;;QAE1D;;;;;WAKG;;;;;;QAEH,wCAAwC;;;;;;;;CAOH,CAAA;AAEzC,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAExF,OAAO,EAAE,sBAAsB,EAAE,CAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
/**
|
|
4
|
+
* A single ICE TURN/STUN server entry, shape compatible with
|
|
5
|
+
* `RTCIceServer` in the WebRTC spec.
|
|
6
|
+
*/
|
|
7
|
+
declare const TurnServerSchema: z.ZodObject<{
|
|
8
|
+
urls: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
9
|
+
username: z.ZodOptional<z.ZodString>;
|
|
10
|
+
credential: z.ZodOptional<z.ZodString>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
/**
|
|
13
|
+
* turn-provider — system collection of TURN/STUN server providers.
|
|
14
|
+
*
|
|
15
|
+
* Consumed by `webrtc` providers (e.g. addon-go2rtc) when building the
|
|
16
|
+
* ICE server list for an offer. Multiple providers can coexist
|
|
17
|
+
* (Cloudflare, self-hosted coturn, Twilio, etc.) — the webrtc layer
|
|
18
|
+
* concatenates servers from all registered implementations.
|
|
19
|
+
*
|
|
20
|
+
* Exposed over tRPC so that out-of-process addons (forked workers or
|
|
21
|
+
* remote agents) can also enumerate available TURN servers without
|
|
22
|
+
* requiring in-process access to the capability registry.
|
|
23
|
+
*/
|
|
24
|
+
export declare const turnProviderCapability: {
|
|
25
|
+
readonly name: "turn-provider";
|
|
26
|
+
readonly scope: "system";
|
|
27
|
+
readonly mode: "collection";
|
|
28
|
+
readonly methods: {
|
|
29
|
+
/**
|
|
30
|
+
* Return the current list of TURN/STUN servers with credentials.
|
|
31
|
+
* Implementations may fetch fresh short-lived credentials on each call
|
|
32
|
+
* (e.g. Cloudflare API) — consumers SHOULD call this per-session.
|
|
33
|
+
*/
|
|
34
|
+
readonly getTurnServers: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
35
|
+
urls: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
36
|
+
username: z.ZodOptional<z.ZodString>;
|
|
37
|
+
credential: z.ZodOptional<z.ZodString>;
|
|
38
|
+
}, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export type ITurnProvider = InferProvider<typeof turnProviderCapability>;
|
|
42
|
+
export { TurnServerSchema };
|
|
43
|
+
//# sourceMappingURL=turn-provider.cap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"turn-provider.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/turn-provider.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;GAGG;AACH,QAAA,MAAM,gBAAgB;;;;iBAKpB,CAAA;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sBAAsB;;;;;QAK/B;;;;WAIG;;;;;;;CAMkC,CAAA;AAEzC,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAExE,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { type InferProvider } from './capability-definition.js';
|
|
3
|
+
declare const UserSummarySchema: z.ZodObject<{
|
|
4
|
+
id: z.ZodString;
|
|
5
|
+
username: z.ZodString;
|
|
6
|
+
role: z.ZodEnum<{
|
|
7
|
+
admin: "admin";
|
|
8
|
+
viewer: "viewer";
|
|
9
|
+
super_admin: "super_admin";
|
|
10
|
+
agent: "agent";
|
|
11
|
+
}>;
|
|
12
|
+
allowedProviders: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>;
|
|
13
|
+
allowedDevices: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
14
|
+
createdAt: z.ZodNumber;
|
|
15
|
+
updatedAt: z.ZodNumber;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
declare const CreateUserInputSchema: z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
role: z.ZodEnum<{
|
|
21
|
+
admin: "admin";
|
|
22
|
+
viewer: "viewer";
|
|
23
|
+
super_admin: "super_admin";
|
|
24
|
+
agent: "agent";
|
|
25
|
+
}>;
|
|
26
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
27
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
28
|
+
}, z.core.$strip>;
|
|
29
|
+
declare const UpdateUserInputSchema: z.ZodObject<{
|
|
30
|
+
id: z.ZodString;
|
|
31
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
32
|
+
admin: "admin";
|
|
33
|
+
viewer: "viewer";
|
|
34
|
+
super_admin: "super_admin";
|
|
35
|
+
agent: "agent";
|
|
36
|
+
}>>;
|
|
37
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
38
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
39
|
+
}, z.core.$strip>;
|
|
40
|
+
declare const ApiKeySummarySchema: z.ZodObject<{
|
|
41
|
+
id: z.ZodString;
|
|
42
|
+
label: z.ZodString;
|
|
43
|
+
role: z.ZodEnum<{
|
|
44
|
+
admin: "admin";
|
|
45
|
+
viewer: "viewer";
|
|
46
|
+
super_admin: "super_admin";
|
|
47
|
+
agent: "agent";
|
|
48
|
+
}>;
|
|
49
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
50
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
51
|
+
tokenPrefix: z.ZodString;
|
|
52
|
+
createdAt: z.ZodNumber;
|
|
53
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
54
|
+
}, z.core.$strip>;
|
|
55
|
+
declare const CreateApiKeyInputSchema: z.ZodObject<{
|
|
56
|
+
label: z.ZodString;
|
|
57
|
+
role: z.ZodEnum<{
|
|
58
|
+
admin: "admin";
|
|
59
|
+
viewer: "viewer";
|
|
60
|
+
super_admin: "super_admin";
|
|
61
|
+
agent: "agent";
|
|
62
|
+
}>;
|
|
63
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
64
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
65
|
+
}, z.core.$strip>;
|
|
66
|
+
declare const CreateApiKeyResultSchema: z.ZodObject<{
|
|
67
|
+
token: z.ZodString;
|
|
68
|
+
record: z.ZodObject<{
|
|
69
|
+
id: z.ZodString;
|
|
70
|
+
label: z.ZodString;
|
|
71
|
+
role: z.ZodEnum<{
|
|
72
|
+
admin: "admin";
|
|
73
|
+
viewer: "viewer";
|
|
74
|
+
super_admin: "super_admin";
|
|
75
|
+
agent: "agent";
|
|
76
|
+
}>;
|
|
77
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
78
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
79
|
+
tokenPrefix: z.ZodString;
|
|
80
|
+
createdAt: z.ZodNumber;
|
|
81
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
82
|
+
}, z.core.$strip>;
|
|
83
|
+
}, z.core.$strip>;
|
|
84
|
+
declare const ScopedTokenSummarySchema: z.ZodObject<{
|
|
85
|
+
id: z.ZodString;
|
|
86
|
+
userId: z.ZodString;
|
|
87
|
+
name: z.ZodString;
|
|
88
|
+
tokenPrefix: z.ZodString;
|
|
89
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
90
|
+
type: z.ZodEnum<{
|
|
91
|
+
addon: "addon";
|
|
92
|
+
capability: "capability";
|
|
93
|
+
"route-prefix": "route-prefix";
|
|
94
|
+
}>;
|
|
95
|
+
target: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>;
|
|
97
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
98
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
99
|
+
createdAt: z.ZodNumber;
|
|
100
|
+
}, z.core.$strip>;
|
|
101
|
+
declare const CreateScopedTokenInputSchema: z.ZodObject<{
|
|
102
|
+
name: z.ZodString;
|
|
103
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
104
|
+
type: z.ZodEnum<{
|
|
105
|
+
addon: "addon";
|
|
106
|
+
capability: "capability";
|
|
107
|
+
"route-prefix": "route-prefix";
|
|
108
|
+
}>;
|
|
109
|
+
target: z.ZodString;
|
|
110
|
+
}, z.core.$strip>>;
|
|
111
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
112
|
+
}, z.core.$strip>;
|
|
113
|
+
declare const CreateScopedTokenResultSchema: z.ZodObject<{
|
|
114
|
+
token: z.ZodString;
|
|
115
|
+
record: z.ZodObject<{
|
|
116
|
+
id: z.ZodString;
|
|
117
|
+
userId: z.ZodString;
|
|
118
|
+
name: z.ZodString;
|
|
119
|
+
tokenPrefix: z.ZodString;
|
|
120
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
121
|
+
type: z.ZodEnum<{
|
|
122
|
+
addon: "addon";
|
|
123
|
+
capability: "capability";
|
|
124
|
+
"route-prefix": "route-prefix";
|
|
125
|
+
}>;
|
|
126
|
+
target: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>;
|
|
128
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
129
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
130
|
+
createdAt: z.ZodNumber;
|
|
131
|
+
}, z.core.$strip>;
|
|
132
|
+
}, z.core.$strip>;
|
|
133
|
+
/**
|
|
134
|
+
* user-management — singleton capability for user accounts, API keys,
|
|
135
|
+
* and scoped tokens.
|
|
136
|
+
*
|
|
137
|
+
* Implemented by the `local-auth` addon. Covers all CRUD operations
|
|
138
|
+
* that were previously hand-written in `users.router.ts` and
|
|
139
|
+
* `scoped-tokens.router.ts`.
|
|
140
|
+
*
|
|
141
|
+
* Login/logout/me stay in the server's core auth router because they
|
|
142
|
+
* depend on JWT signing (a server-level concern, not an addon concern).
|
|
143
|
+
*
|
|
144
|
+
* Extension: the `auth-provider` capability (collection) provides
|
|
145
|
+
* pluggable authentication mechanisms (local password, OIDC, etc.).
|
|
146
|
+
* The server's login flow delegates to `auth-provider.validateCredentials()`
|
|
147
|
+
* and then signs the JWT.
|
|
148
|
+
*/
|
|
149
|
+
export declare const userManagementCapability: {
|
|
150
|
+
readonly name: "user-management";
|
|
151
|
+
readonly scope: "system";
|
|
152
|
+
readonly mode: "singleton";
|
|
153
|
+
readonly methods: {
|
|
154
|
+
readonly listUsers: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodArray<z.ZodObject<{
|
|
155
|
+
id: z.ZodString;
|
|
156
|
+
username: z.ZodString;
|
|
157
|
+
role: z.ZodEnum<{
|
|
158
|
+
admin: "admin";
|
|
159
|
+
viewer: "viewer";
|
|
160
|
+
super_admin: "super_admin";
|
|
161
|
+
agent: "agent";
|
|
162
|
+
}>;
|
|
163
|
+
allowedProviders: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>;
|
|
164
|
+
allowedDevices: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
165
|
+
createdAt: z.ZodNumber;
|
|
166
|
+
updatedAt: z.ZodNumber;
|
|
167
|
+
}, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
168
|
+
readonly createUser: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
169
|
+
username: z.ZodString;
|
|
170
|
+
password: z.ZodString;
|
|
171
|
+
role: z.ZodEnum<{
|
|
172
|
+
admin: "admin";
|
|
173
|
+
viewer: "viewer";
|
|
174
|
+
super_admin: "super_admin";
|
|
175
|
+
agent: "agent";
|
|
176
|
+
}>;
|
|
177
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
178
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
179
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
180
|
+
id: z.ZodString;
|
|
181
|
+
username: z.ZodString;
|
|
182
|
+
role: z.ZodEnum<{
|
|
183
|
+
admin: "admin";
|
|
184
|
+
viewer: "viewer";
|
|
185
|
+
super_admin: "super_admin";
|
|
186
|
+
agent: "agent";
|
|
187
|
+
}>;
|
|
188
|
+
allowedProviders: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>;
|
|
189
|
+
allowedDevices: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
190
|
+
createdAt: z.ZodNumber;
|
|
191
|
+
updatedAt: z.ZodNumber;
|
|
192
|
+
}, z.core.$strip>, "mutation">;
|
|
193
|
+
readonly updateUser: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
194
|
+
id: z.ZodString;
|
|
195
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
196
|
+
admin: "admin";
|
|
197
|
+
viewer: "viewer";
|
|
198
|
+
super_admin: "super_admin";
|
|
199
|
+
agent: "agent";
|
|
200
|
+
}>>;
|
|
201
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
202
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
203
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
204
|
+
success: z.ZodLiteral<true>;
|
|
205
|
+
}, z.core.$strip>, "mutation">;
|
|
206
|
+
readonly deleteUser: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
207
|
+
id: z.ZodString;
|
|
208
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
209
|
+
success: z.ZodLiteral<true>;
|
|
210
|
+
}, z.core.$strip>, "mutation">;
|
|
211
|
+
readonly resetPassword: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
212
|
+
id: z.ZodString;
|
|
213
|
+
newPassword: z.ZodString;
|
|
214
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
215
|
+
success: z.ZodLiteral<true>;
|
|
216
|
+
}, z.core.$strip>, "mutation">;
|
|
217
|
+
readonly validateCredentials: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
218
|
+
username: z.ZodString;
|
|
219
|
+
password: z.ZodString;
|
|
220
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
221
|
+
id: z.ZodString;
|
|
222
|
+
username: z.ZodString;
|
|
223
|
+
role: z.ZodEnum<{
|
|
224
|
+
admin: "admin";
|
|
225
|
+
viewer: "viewer";
|
|
226
|
+
super_admin: "super_admin";
|
|
227
|
+
agent: "agent";
|
|
228
|
+
}>;
|
|
229
|
+
allowedProviders: z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>;
|
|
230
|
+
allowedDevices: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
231
|
+
createdAt: z.ZodNumber;
|
|
232
|
+
updatedAt: z.ZodNumber;
|
|
233
|
+
passwordHash: z.ZodString;
|
|
234
|
+
}, z.core.$strip>>, "mutation">;
|
|
235
|
+
readonly listApiKeys: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodArray<z.ZodObject<{
|
|
236
|
+
id: z.ZodString;
|
|
237
|
+
label: z.ZodString;
|
|
238
|
+
role: z.ZodEnum<{
|
|
239
|
+
admin: "admin";
|
|
240
|
+
viewer: "viewer";
|
|
241
|
+
super_admin: "super_admin";
|
|
242
|
+
agent: "agent";
|
|
243
|
+
}>;
|
|
244
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
245
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
246
|
+
tokenPrefix: z.ZodString;
|
|
247
|
+
createdAt: z.ZodNumber;
|
|
248
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
249
|
+
}, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
250
|
+
readonly createApiKey: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
251
|
+
label: z.ZodString;
|
|
252
|
+
role: z.ZodEnum<{
|
|
253
|
+
admin: "admin";
|
|
254
|
+
viewer: "viewer";
|
|
255
|
+
super_admin: "super_admin";
|
|
256
|
+
agent: "agent";
|
|
257
|
+
}>;
|
|
258
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
259
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
260
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
261
|
+
token: z.ZodString;
|
|
262
|
+
record: z.ZodObject<{
|
|
263
|
+
id: z.ZodString;
|
|
264
|
+
label: z.ZodString;
|
|
265
|
+
role: z.ZodEnum<{
|
|
266
|
+
admin: "admin";
|
|
267
|
+
viewer: "viewer";
|
|
268
|
+
super_admin: "super_admin";
|
|
269
|
+
agent: "agent";
|
|
270
|
+
}>;
|
|
271
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
272
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
273
|
+
tokenPrefix: z.ZodString;
|
|
274
|
+
createdAt: z.ZodNumber;
|
|
275
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
276
|
+
}, z.core.$strip>;
|
|
277
|
+
}, z.core.$strip>, "mutation">;
|
|
278
|
+
readonly revokeApiKey: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
279
|
+
id: z.ZodString;
|
|
280
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
281
|
+
success: z.ZodLiteral<true>;
|
|
282
|
+
}, z.core.$strip>, "mutation">;
|
|
283
|
+
readonly validateApiKey: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
284
|
+
token: z.ZodString;
|
|
285
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
286
|
+
id: z.ZodString;
|
|
287
|
+
label: z.ZodString;
|
|
288
|
+
role: z.ZodEnum<{
|
|
289
|
+
admin: "admin";
|
|
290
|
+
viewer: "viewer";
|
|
291
|
+
super_admin: "super_admin";
|
|
292
|
+
agent: "agent";
|
|
293
|
+
}>;
|
|
294
|
+
allowedProviders: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>;
|
|
295
|
+
allowedDevices: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodLiteral<"*">]>>>;
|
|
296
|
+
tokenPrefix: z.ZodString;
|
|
297
|
+
createdAt: z.ZodNumber;
|
|
298
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
299
|
+
}, z.core.$strip>>, "mutation">;
|
|
300
|
+
readonly createScopedToken: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
301
|
+
name: z.ZodString;
|
|
302
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
303
|
+
type: z.ZodEnum<{
|
|
304
|
+
addon: "addon";
|
|
305
|
+
capability: "capability";
|
|
306
|
+
"route-prefix": "route-prefix";
|
|
307
|
+
}>;
|
|
308
|
+
target: z.ZodString;
|
|
309
|
+
}, z.core.$strip>>;
|
|
310
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
311
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
312
|
+
token: z.ZodString;
|
|
313
|
+
record: z.ZodObject<{
|
|
314
|
+
id: z.ZodString;
|
|
315
|
+
userId: z.ZodString;
|
|
316
|
+
name: z.ZodString;
|
|
317
|
+
tokenPrefix: z.ZodString;
|
|
318
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
319
|
+
type: z.ZodEnum<{
|
|
320
|
+
addon: "addon";
|
|
321
|
+
capability: "capability";
|
|
322
|
+
"route-prefix": "route-prefix";
|
|
323
|
+
}>;
|
|
324
|
+
target: z.ZodString;
|
|
325
|
+
}, z.core.$strip>>;
|
|
326
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
327
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
328
|
+
createdAt: z.ZodNumber;
|
|
329
|
+
}, z.core.$strip>;
|
|
330
|
+
}, z.core.$strip>, "mutation">;
|
|
331
|
+
readonly revokeScopedToken: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
332
|
+
id: z.ZodString;
|
|
333
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
334
|
+
success: z.ZodLiteral<true>;
|
|
335
|
+
}, z.core.$strip>, "mutation">;
|
|
336
|
+
readonly validateScopedToken: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
337
|
+
token: z.ZodString;
|
|
338
|
+
}, z.core.$strip>, z.ZodNullable<z.ZodObject<{
|
|
339
|
+
id: z.ZodString;
|
|
340
|
+
userId: z.ZodString;
|
|
341
|
+
name: z.ZodString;
|
|
342
|
+
tokenPrefix: z.ZodString;
|
|
343
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
344
|
+
type: z.ZodEnum<{
|
|
345
|
+
addon: "addon";
|
|
346
|
+
capability: "capability";
|
|
347
|
+
"route-prefix": "route-prefix";
|
|
348
|
+
}>;
|
|
349
|
+
target: z.ZodString;
|
|
350
|
+
}, z.core.$strip>>;
|
|
351
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
352
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
353
|
+
createdAt: z.ZodNumber;
|
|
354
|
+
}, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
355
|
+
readonly listScopedTokens: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
|
|
356
|
+
userId: z.ZodString;
|
|
357
|
+
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
358
|
+
id: z.ZodString;
|
|
359
|
+
userId: z.ZodString;
|
|
360
|
+
name: z.ZodString;
|
|
361
|
+
tokenPrefix: z.ZodString;
|
|
362
|
+
scopes: z.ZodArray<z.ZodObject<{
|
|
363
|
+
type: z.ZodEnum<{
|
|
364
|
+
addon: "addon";
|
|
365
|
+
capability: "capability";
|
|
366
|
+
"route-prefix": "route-prefix";
|
|
367
|
+
}>;
|
|
368
|
+
target: z.ZodString;
|
|
369
|
+
}, z.core.$strip>>;
|
|
370
|
+
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
371
|
+
lastUsedAt: z.ZodOptional<z.ZodNumber>;
|
|
372
|
+
createdAt: z.ZodNumber;
|
|
373
|
+
}, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
export type IUserManagementProvider = InferProvider<typeof userManagementCapability>;
|
|
377
|
+
export { UserSummarySchema, CreateUserInputSchema, UpdateUserInputSchema, ApiKeySummarySchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, ScopedTokenSummarySchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, };
|
|
378
|
+
//# sourceMappingURL=user-management.cap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-management.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/user-management.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAIlG,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;iBAQrB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;;;;;;;;iBAMzB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;;;;;;;iBAKzB,CAAA;AAEF,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;iBASvB,CAAA;AAEF,QAAA,MAAM,uBAAuB;;;;;;;;;;iBAK3B,CAAA;AAEF,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;iBAG5B,CAAA;AAOF,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;iBAS5B,CAAA;AAEF,QAAA,MAAM,4BAA4B;;;;;;;;;;;iBAIhC,CAAA;AAEF,QAAA,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;iBAGjC,CAAA;AAEF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCI,CAAA;AAEzC,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEpF,OAAO,EACL,iBAAiB,EAAE,qBAAqB,EAAE,qBAAqB,EAC/D,mBAAmB,EAAE,uBAAuB,EAAE,wBAAwB,EACtE,wBAAwB,EAAE,4BAA4B,EAAE,6BAA6B,GACtF,CAAA"}
|