@camstack/types 0.1.38 → 0.1.40

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.
Files changed (87) hide show
  1. package/dist/addon/base-addon.d.ts +2 -2
  2. package/dist/addon/base-addon.d.ts.map +1 -1
  3. package/dist/capabilities/addon-settings.cap.d.ts +1 -0
  4. package/dist/capabilities/addon-settings.cap.d.ts.map +1 -1
  5. package/dist/capabilities/addons.cap.d.ts +187 -1
  6. package/dist/capabilities/addons.cap.d.ts.map +1 -1
  7. package/dist/capabilities/alerts.cap.d.ts +5 -5
  8. package/dist/capabilities/audio-analyzer.cap.d.ts +2 -2
  9. package/dist/capabilities/camera-pipeline-config.cap.d.ts +43 -0
  10. package/dist/capabilities/camera-pipeline-config.cap.d.ts.map +1 -0
  11. package/dist/capabilities/index.d.ts +11 -4
  12. package/dist/capabilities/index.d.ts.map +1 -1
  13. package/dist/capabilities/local-network.cap.d.ts +1 -1
  14. package/dist/capabilities/mask-shape.d.ts +99 -0
  15. package/dist/capabilities/mask-shape.d.ts.map +1 -0
  16. package/dist/capabilities/mesh-network.cap.d.ts +3 -3
  17. package/dist/capabilities/motion-zones.cap.d.ts +94 -13
  18. package/dist/capabilities/motion-zones.cap.d.ts.map +1 -1
  19. package/dist/capabilities/mqtt-broker.cap.d.ts +3 -3
  20. package/dist/capabilities/native-object-detection.cap.d.ts +73 -3
  21. package/dist/capabilities/native-object-detection.cap.d.ts.map +1 -1
  22. package/dist/capabilities/network-access.cap.d.ts +7 -7
  23. package/dist/capabilities/nodes.cap.d.ts +22 -0
  24. package/dist/capabilities/nodes.cap.d.ts.map +1 -1
  25. package/dist/capabilities/oauth-integration.cap.d.ts +4 -2
  26. package/dist/capabilities/oauth-integration.cap.d.ts.map +1 -1
  27. package/dist/capabilities/pipeline-runner.cap.d.ts +2 -0
  28. package/dist/capabilities/pipeline-runner.cap.d.ts.map +1 -1
  29. package/dist/capabilities/privacy-mask.cap.d.ts +206 -0
  30. package/dist/capabilities/privacy-mask.cap.d.ts.map +1 -0
  31. package/dist/capabilities/schemas/detection-shared.d.ts +14 -1
  32. package/dist/capabilities/schemas/detection-shared.d.ts.map +1 -1
  33. package/dist/capabilities/sso-bridge.cap.d.ts +3 -3
  34. package/dist/capabilities/stream-catalog.cap.d.ts +82 -0
  35. package/dist/capabilities/stream-catalog.cap.d.ts.map +1 -0
  36. package/dist/capabilities/user-management.cap.d.ts +20 -20
  37. package/dist/capabilities/webrtc-session.cap.d.ts +34 -0
  38. package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -1
  39. package/dist/enums/event-category.d.ts +28 -1
  40. package/dist/enums/event-category.d.ts.map +1 -1
  41. package/dist/generated/addon-api.d.ts +1257 -655
  42. package/dist/generated/addon-api.d.ts.map +1 -1
  43. package/dist/generated/cap-status-types.d.ts +3 -1
  44. package/dist/generated/cap-status-types.d.ts.map +1 -1
  45. package/dist/generated/capability-router-map.d.ts +11 -2
  46. package/dist/generated/capability-router-map.d.ts.map +1 -1
  47. package/dist/generated/device-local-state.d.ts +6 -0
  48. package/dist/generated/device-local-state.d.ts.map +1 -1
  49. package/dist/generated/device-proxy.d.ts +8 -0
  50. package/dist/generated/device-proxy.d.ts.map +1 -1
  51. package/dist/generated/method-access-map.d.ts +1 -1
  52. package/dist/generated/method-access-map.d.ts.map +1 -1
  53. package/dist/generated/system-proxy.d.ts +1 -1
  54. package/dist/generated/system-proxy.d.ts.map +1 -1
  55. package/dist/health/wiring-health.d.ts +136 -0
  56. package/dist/health/wiring-health.d.ts.map +1 -0
  57. package/dist/{index-CgPd35k5.mjs → index-C2zzIDdX.mjs} +851 -428
  58. package/dist/index-C2zzIDdX.mjs.map +1 -0
  59. package/dist/{index-BblD92Si.js → index-DnpdVFKv.js} +480 -57
  60. package/dist/index-DnpdVFKv.js.map +1 -0
  61. package/dist/index.d.ts +2 -0
  62. package/dist/index.d.ts.map +1 -1
  63. package/dist/index.js +209 -8
  64. package/dist/index.js.map +1 -1
  65. package/dist/index.mjs +520 -319
  66. package/dist/index.mjs.map +1 -1
  67. package/dist/interfaces/addon.d.ts +1 -1
  68. package/dist/interfaces/addon.d.ts.map +1 -1
  69. package/dist/interfaces/capability.d.ts +17 -0
  70. package/dist/interfaces/capability.d.ts.map +1 -1
  71. package/dist/interfaces/event-bus.d.ts +70 -1
  72. package/dist/interfaces/event-bus.d.ts.map +1 -1
  73. package/dist/interfaces/stream-broker.d.ts +21 -1
  74. package/dist/interfaces/stream-broker.d.ts.map +1 -1
  75. package/dist/node.js +1 -1
  76. package/dist/node.mjs +1 -1
  77. package/dist/readiness/readiness-registry.d.ts.map +1 -1
  78. package/dist/schemas/auth-records.d.ts +4 -4
  79. package/dist/types/io.d.ts +13 -1
  80. package/dist/types/io.d.ts.map +1 -1
  81. package/dist/utils/mask-url.d.ts +14 -6
  82. package/dist/utils/mask-url.d.ts.map +1 -1
  83. package/dist/utils/privacy-grid-raster.d.ts +48 -0
  84. package/dist/utils/privacy-grid-raster.d.ts.map +1 -0
  85. package/package.json +1 -1
  86. package/dist/index-BblD92Si.js.map +0 -1
  87. package/dist/index-CgPd35k5.mjs.map +0 -1
@@ -0,0 +1,99 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * Shared geometry vocabulary for on-frame shape caps — privacy-mask,
4
+ * motion-zones, and the detection zones/lines editor all speak this one
5
+ * language so a single drawing-plane editor and the providers stay
6
+ * decoupled from each cap's storage.
7
+ *
8
+ * All coordinates are normalized 0..1 of the camera frame (top-left
9
+ * origin). Each cap composes the SUBSET of shape kinds it supports and
10
+ * advertises it via `supportedShapes` in its `getOptions`.
11
+ */
12
+ /** A normalized 0..1 point (top-left origin). */
13
+ export declare const MaskPointSchema: z.ZodObject<{
14
+ x: z.ZodNumber;
15
+ y: z.ZodNumber;
16
+ }, z.core.$strip>;
17
+ /** Axis-aligned rectangle (normalized 0..1). */
18
+ export declare const MaskRectShapeSchema: z.ZodObject<{
19
+ kind: z.ZodLiteral<"rect">;
20
+ x: z.ZodNumber;
21
+ y: z.ZodNumber;
22
+ width: z.ZodNumber;
23
+ height: z.ZodNumber;
24
+ }, z.core.$strip>;
25
+ /** Free polygon — an ordered list of normalized vertices (≥3). */
26
+ export declare const MaskPolygonShapeSchema: z.ZodObject<{
27
+ kind: z.ZodLiteral<"polygon">;
28
+ points: z.ZodArray<z.ZodObject<{
29
+ x: z.ZodNumber;
30
+ y: z.ZodNumber;
31
+ }, z.core.$strip>>;
32
+ }, z.core.$strip>;
33
+ /** Boolean cell grid — row-major, length === gridWidth*gridHeight. */
34
+ export declare const MaskGridShapeSchema: z.ZodObject<{
35
+ kind: z.ZodLiteral<"grid">;
36
+ gridWidth: z.ZodNumber;
37
+ gridHeight: z.ZodNumber;
38
+ cells: z.ZodArray<z.ZodBoolean>;
39
+ }, z.core.$strip>;
40
+ /** Directed line / tripwire — an ordered list of normalized points (≥2). */
41
+ export declare const MaskLineShapeSchema: z.ZodObject<{
42
+ kind: z.ZodLiteral<"line">;
43
+ points: z.ZodArray<z.ZodObject<{
44
+ x: z.ZodNumber;
45
+ y: z.ZodNumber;
46
+ }, z.core.$strip>>;
47
+ }, z.core.$strip>;
48
+ /** The full shape vocabulary. Caps compose the subset they support. */
49
+ export declare const MaskShapeSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
50
+ kind: z.ZodLiteral<"rect">;
51
+ x: z.ZodNumber;
52
+ y: z.ZodNumber;
53
+ width: z.ZodNumber;
54
+ height: z.ZodNumber;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ kind: z.ZodLiteral<"polygon">;
57
+ points: z.ZodArray<z.ZodObject<{
58
+ x: z.ZodNumber;
59
+ y: z.ZodNumber;
60
+ }, z.core.$strip>>;
61
+ }, z.core.$strip>, z.ZodObject<{
62
+ kind: z.ZodLiteral<"grid">;
63
+ gridWidth: z.ZodNumber;
64
+ gridHeight: z.ZodNumber;
65
+ cells: z.ZodArray<z.ZodBoolean>;
66
+ }, z.core.$strip>, z.ZodObject<{
67
+ kind: z.ZodLiteral<"line">;
68
+ points: z.ZodArray<z.ZodObject<{
69
+ x: z.ZodNumber;
70
+ y: z.ZodNumber;
71
+ }, z.core.$strip>>;
72
+ }, z.core.$strip>], "kind">;
73
+ /** Every shape-kind discriminant, for `supportedShapes` advertisement. */
74
+ export declare const MaskShapeKindSchema: z.ZodEnum<{
75
+ polygon: "polygon";
76
+ rect: "rect";
77
+ grid: "grid";
78
+ line: "line";
79
+ }>;
80
+ /** Polygon vertex bounds when a cap supports 'polygon' (e.g. Hikvision {min:4,max:4}). */
81
+ export declare const MaskPolygonVerticesSchema: z.ZodObject<{
82
+ min: z.ZodNumber;
83
+ max: z.ZodNumber;
84
+ }, z.core.$strip>;
85
+ /** Grid dimensions when a cap supports 'grid'. */
86
+ export declare const MaskGridDimsSchema: z.ZodObject<{
87
+ width: z.ZodNumber;
88
+ height: z.ZodNumber;
89
+ }, z.core.$strip>;
90
+ export type MaskPoint = z.infer<typeof MaskPointSchema>;
91
+ export type MaskRectShape = z.infer<typeof MaskRectShapeSchema>;
92
+ export type MaskPolygonShape = z.infer<typeof MaskPolygonShapeSchema>;
93
+ export type MaskGridShape = z.infer<typeof MaskGridShapeSchema>;
94
+ export type MaskLineShape = z.infer<typeof MaskLineShapeSchema>;
95
+ export type MaskShape = z.infer<typeof MaskShapeSchema>;
96
+ export type MaskShapeKind = z.infer<typeof MaskShapeKindSchema>;
97
+ export type MaskPolygonVertices = z.infer<typeof MaskPolygonVerticesSchema>;
98
+ export type MaskGridDims = z.infer<typeof MaskGridDimsSchema>;
99
+ //# sourceMappingURL=mask-shape.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mask-shape.d.ts","sourceRoot":"","sources":["../../src/capabilities/mask-shape.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;;;;GASG;AAEH,iDAAiD;AACjD,eAAO,MAAM,eAAe;;;iBAG1B,CAAA;AAEF,gDAAgD;AAChD,eAAO,MAAM,mBAAmB;;;;;;iBAM9B,CAAA;AAEF,kEAAkE;AAClE,eAAO,MAAM,sBAAsB;;;;;;iBAGjC,CAAA;AAEF,sEAAsE;AACtE,eAAO,MAAM,mBAAmB;;;;;iBAK9B,CAAA;AAEF,4EAA4E;AAC5E,eAAO,MAAM,mBAAmB;;;;;;iBAG9B,CAAA;AAEF,uEAAuE;AACvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;2BAK1B,CAAA;AAEF,0EAA0E;AAC1E,eAAO,MAAM,mBAAmB;;;;;EAA8C,CAAA;AAE9E,0FAA0F;AAC1F,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAA;AAEF,kDAAkD;AAClD,eAAO,MAAM,kBAAkB;;;iBAG7B,CAAA;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AACvD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAC/D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACrE,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAC/D,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAC/D,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AACvD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAC/D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAC3E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
@@ -34,8 +34,8 @@ declare const MeshEndpointSchema: z.ZodObject<{
34
34
  hostname: z.ZodString;
35
35
  port: z.ZodNumber;
36
36
  protocol: z.ZodEnum<{
37
- http: "http";
38
37
  https: "https";
38
+ http: "http";
39
39
  }>;
40
40
  }, z.core.$strip>;
41
41
  export type MeshEndpoint = z.infer<typeof MeshEndpointSchema>;
@@ -80,8 +80,8 @@ export declare const MeshStatusSchema: z.ZodObject<{
80
80
  hostname: z.ZodString;
81
81
  port: z.ZodNumber;
82
82
  protocol: z.ZodEnum<{
83
- http: "http";
84
83
  https: "https";
84
+ http: "http";
85
85
  }>;
86
86
  }, z.core.$strip>>>;
87
87
  error: z.ZodOptional<z.ZodString>;
@@ -123,8 +123,8 @@ export declare const meshNetworkCapability: {
123
123
  hostname: z.ZodString;
124
124
  port: z.ZodNumber;
125
125
  protocol: z.ZodEnum<{
126
- http: "http";
127
126
  https: "https";
127
+ http: "http";
128
128
  }>;
129
129
  }, z.core.$strip>>>;
130
130
  error: z.ZodOptional<z.ZodString>;
@@ -1,19 +1,54 @@
1
1
  import { z } from 'zod';
2
2
  import { type InferNativeProvider } from './capability-definition.js';
3
3
  import { DeviceType } from '../device/device-type.js';
4
- /** Current on-camera motion-detection grid + master state. `cells` is
5
- * row-major, length === gridWidth*gridHeight; true = cell triggers motion. */
4
+ /**
5
+ * Motion-zones share the same MaskShape vocabulary as privacy-mask the
6
+ * on-camera motion-detection mask is a single `grid` region (a row-major
7
+ * boolean cell lattice the camera's onboard VMD evaluates). Composing it as
8
+ * a region keeps one drawing-plane model across all geometry caps.
9
+ */
10
+ /** A motion-zone region — exactly one boolean cell grid today. */
11
+ export declare const MotionZoneRegionSchema: z.ZodObject<{
12
+ id: z.ZodNumber;
13
+ enabled: z.ZodBoolean;
14
+ shape: z.ZodObject<{
15
+ kind: z.ZodLiteral<"grid">;
16
+ gridWidth: z.ZodNumber;
17
+ gridHeight: z.ZodNumber;
18
+ cells: z.ZodArray<z.ZodBoolean>;
19
+ }, z.core.$strip>;
20
+ }, z.core.$strip>;
21
+ /** Current on-camera motion-detection state — master enable + sensitivity +
22
+ * the grid region(s). */
6
23
  export declare const MotionZoneStatusSchema: z.ZodObject<{
7
24
  enabled: z.ZodBoolean;
8
25
  sensitivity: z.ZodNumber;
9
- cells: z.ZodArray<z.ZodBoolean>;
26
+ regions: z.ZodArray<z.ZodObject<{
27
+ id: z.ZodNumber;
28
+ enabled: z.ZodBoolean;
29
+ shape: z.ZodObject<{
30
+ kind: z.ZodLiteral<"grid">;
31
+ gridWidth: z.ZodNumber;
32
+ gridHeight: z.ZodNumber;
33
+ cells: z.ZodArray<z.ZodBoolean>;
34
+ }, z.core.$strip>;
35
+ }, z.core.$strip>>;
10
36
  lastFetchedAt: z.ZodNumber;
11
37
  }, z.core.$strip>;
12
- /** Per-camera availability — the grid dimensions are fixed per camera
13
- * model; the UI sizes its editor from these. */
38
+ /** Per-camera availability — grid dims are fixed per camera model; the UI
39
+ * sizes its editor from `grid`. */
14
40
  export declare const MotionZoneOptionsSchema: z.ZodObject<{
15
- gridWidth: z.ZodNumber;
16
- gridHeight: z.ZodNumber;
41
+ maxRegions: z.ZodNumber;
42
+ supportedShapes: z.ZodArray<z.ZodEnum<{
43
+ polygon: "polygon";
44
+ rect: "rect";
45
+ grid: "grid";
46
+ line: "line";
47
+ }>>;
48
+ grid: z.ZodObject<{
49
+ width: z.ZodNumber;
50
+ height: z.ZodNumber;
51
+ }, z.core.$strip>;
17
52
  sensitivity: z.ZodObject<{
18
53
  min: z.ZodNumber;
19
54
  max: z.ZodNumber;
@@ -24,8 +59,18 @@ export declare const MotionZoneOptionsSchema: z.ZodObject<{
24
59
  export declare const MotionZonePatchSchema: z.ZodObject<{
25
60
  enabled: z.ZodOptional<z.ZodBoolean>;
26
61
  sensitivity: z.ZodOptional<z.ZodNumber>;
27
- cells: z.ZodOptional<z.ZodArray<z.ZodBoolean>>;
62
+ regions: z.ZodOptional<z.ZodArray<z.ZodObject<{
63
+ id: z.ZodNumber;
64
+ enabled: z.ZodBoolean;
65
+ shape: z.ZodObject<{
66
+ kind: z.ZodLiteral<"grid">;
67
+ gridWidth: z.ZodNumber;
68
+ gridHeight: z.ZodNumber;
69
+ cells: z.ZodArray<z.ZodBoolean>;
70
+ }, z.core.$strip>;
71
+ }, z.core.$strip>>>;
28
72
  }, z.core.$strip>;
73
+ export type MotionZoneRegion = z.infer<typeof MotionZoneRegionSchema>;
29
74
  export type MotionZoneStatus = z.infer<typeof MotionZoneStatusSchema>;
30
75
  export type MotionZoneOptions = z.infer<typeof MotionZoneOptionsSchema>;
31
76
  export type MotionZonePatch = z.infer<typeof MotionZonePatchSchema>;
@@ -46,8 +91,17 @@ export declare const motionZonesCapability: {
46
91
  readonly getOptions: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
47
92
  deviceId: z.ZodNumber;
48
93
  }, z.core.$strip>, z.ZodObject<{
49
- gridWidth: z.ZodNumber;
50
- gridHeight: z.ZodNumber;
94
+ maxRegions: z.ZodNumber;
95
+ supportedShapes: z.ZodArray<z.ZodEnum<{
96
+ polygon: "polygon";
97
+ rect: "rect";
98
+ grid: "grid";
99
+ line: "line";
100
+ }>>;
101
+ grid: z.ZodObject<{
102
+ width: z.ZodNumber;
103
+ height: z.ZodNumber;
104
+ }, z.core.$strip>;
51
105
  sensitivity: z.ZodObject<{
52
106
  min: z.ZodNumber;
53
107
  max: z.ZodNumber;
@@ -59,7 +113,16 @@ export declare const motionZonesCapability: {
59
113
  patch: z.ZodObject<{
60
114
  enabled: z.ZodOptional<z.ZodBoolean>;
61
115
  sensitivity: z.ZodOptional<z.ZodNumber>;
62
- cells: z.ZodOptional<z.ZodArray<z.ZodBoolean>>;
116
+ regions: z.ZodOptional<z.ZodArray<z.ZodObject<{
117
+ id: z.ZodNumber;
118
+ enabled: z.ZodBoolean;
119
+ shape: z.ZodObject<{
120
+ kind: z.ZodLiteral<"grid">;
121
+ gridWidth: z.ZodNumber;
122
+ gridHeight: z.ZodNumber;
123
+ cells: z.ZodArray<z.ZodBoolean>;
124
+ }, z.core.$strip>;
125
+ }, z.core.$strip>>>;
63
126
  }, z.core.$strip>;
64
127
  }, z.core.$strip>, z.ZodVoid, "mutation">;
65
128
  };
@@ -67,7 +130,16 @@ export declare const motionZonesCapability: {
67
130
  readonly schema: z.ZodObject<{
68
131
  enabled: z.ZodBoolean;
69
132
  sensitivity: z.ZodNumber;
70
- cells: z.ZodArray<z.ZodBoolean>;
133
+ regions: z.ZodArray<z.ZodObject<{
134
+ id: z.ZodNumber;
135
+ enabled: z.ZodBoolean;
136
+ shape: z.ZodObject<{
137
+ kind: z.ZodLiteral<"grid">;
138
+ gridWidth: z.ZodNumber;
139
+ gridHeight: z.ZodNumber;
140
+ cells: z.ZodArray<z.ZodBoolean>;
141
+ }, z.core.$strip>;
142
+ }, z.core.$strip>>;
71
143
  lastFetchedAt: z.ZodNumber;
72
144
  }, z.core.$strip>;
73
145
  readonly kind: "poll";
@@ -75,7 +147,16 @@ export declare const motionZonesCapability: {
75
147
  readonly runtimeState: z.ZodObject<{
76
148
  enabled: z.ZodBoolean;
77
149
  sensitivity: z.ZodNumber;
78
- cells: z.ZodArray<z.ZodBoolean>;
150
+ regions: z.ZodArray<z.ZodObject<{
151
+ id: z.ZodNumber;
152
+ enabled: z.ZodBoolean;
153
+ shape: z.ZodObject<{
154
+ kind: z.ZodLiteral<"grid">;
155
+ gridWidth: z.ZodNumber;
156
+ gridHeight: z.ZodNumber;
157
+ cells: z.ZodArray<z.ZodBoolean>;
158
+ }, z.core.$strip>;
159
+ }, z.core.$strip>>;
79
160
  lastFetchedAt: z.ZodNumber;
80
161
  }, z.core.$strip>;
81
162
  };
@@ -1 +1 @@
1
- {"version":3,"file":"motion-zones.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/motion-zones.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACxG,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;+EAC+E;AAC/E,eAAO,MAAM,sBAAsB;;;;;iBAMjC,CAAA;AAEF;iDACiD;AACjD,eAAO,MAAM,uBAAuB;;;;;;;;iBAIlC,CAAA;AAEF,6CAA6C;AAC7C,eAAO,MAAM,qBAAqB;;;;iBAIhC,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACrE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AACvE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBO,CAAA;AAEzC,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
1
+ {"version":3,"file":"motion-zones.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/motion-zones.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACxG,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAGrD;;;;;GAKG;AAEH,kEAAkE;AAClE,eAAO,MAAM,sBAAsB;;;;;;;;;iBAIjC,CAAA;AAEF;0BAC0B;AAC1B,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;iBAMjC,CAAA;AAEF;oCACoC;AACpC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;iBAKlC,CAAA;AAEF,6CAA6C;AAC7C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;iBAIhC,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACrE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACrE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AACvE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBO,CAAA;AAEzC,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,OAAO,qBAAqB,CAAC,CAAA"}
@@ -10,10 +10,10 @@ import { type InferProvider } from './capability-definition.js';
10
10
  * - `tls-error` — TLS handshake failed (cert / SNI / cipher)
11
11
  */
12
12
  declare const BrokerStatusSchema: z.ZodEnum<{
13
+ unreachable: "unreachable";
13
14
  connected: "connected";
14
15
  disconnected: "disconnected";
15
16
  "auth-failed": "auth-failed";
16
- unreachable: "unreachable";
17
17
  "tls-error": "tls-error";
18
18
  }>;
19
19
  declare const BrokerInfoSchema: z.ZodObject<{
@@ -25,10 +25,10 @@ declare const BrokerInfoSchema: z.ZodObject<{
25
25
  embedded: "embedded";
26
26
  }>;
27
27
  status: z.ZodEnum<{
28
+ unreachable: "unreachable";
28
29
  connected: "connected";
29
30
  disconnected: "disconnected";
30
31
  "auth-failed": "auth-failed";
31
- unreachable: "unreachable";
32
32
  "tls-error": "tls-error";
33
33
  }>;
34
34
  latencyMs: z.ZodNullable<z.ZodNumber>;
@@ -90,10 +90,10 @@ export declare const mqttBrokerCapability: {
90
90
  embedded: "embedded";
91
91
  }>;
92
92
  status: z.ZodEnum<{
93
+ unreachable: "unreachable";
93
94
  connected: "connected";
94
95
  disconnected: "disconnected";
95
96
  "auth-failed": "auth-failed";
96
- unreachable: "unreachable";
97
97
  "tls-error": "tls-error";
98
98
  }>;
99
99
  latencyMs: z.ZodNullable<z.ZodNumber>;
@@ -43,7 +43,7 @@ export declare const NativeObjectDetectionStatusSchema: z.ZodObject<{
43
43
  face: "face";
44
44
  other: "other";
45
45
  package: "package";
46
- }>, z.ZodNullable<z.ZodObject<{
46
+ }> & z.core.$partial, z.ZodNullable<z.ZodObject<{
47
47
  class: z.ZodEnum<{
48
48
  person: "person";
49
49
  vehicle: "vehicle";
@@ -63,14 +63,52 @@ export declare const NativeObjectDetectionStatusSchema: z.ZodObject<{
63
63
  other: "other";
64
64
  package: "package";
65
65
  }>>>;
66
+ enabled: z.ZodBoolean;
66
67
  }, z.core.$strip>;
67
68
  export type NativeObjectDetectionStatus = z.infer<typeof NativeObjectDetectionStatusSchema>;
69
+ export declare const NativeObjectDetectionRuntimeStateSchema: z.ZodObject<{
70
+ lastByClass: z.ZodRecord<z.ZodEnum<{
71
+ person: "person";
72
+ vehicle: "vehicle";
73
+ animal: "animal";
74
+ face: "face";
75
+ other: "other";
76
+ package: "package";
77
+ }> & z.core.$partial, z.ZodNullable<z.ZodObject<{
78
+ class: z.ZodEnum<{
79
+ person: "person";
80
+ vehicle: "vehicle";
81
+ animal: "animal";
82
+ face: "face";
83
+ other: "other";
84
+ package: "package";
85
+ }>;
86
+ timestamp: z.ZodNumber;
87
+ confidence: z.ZodOptional<z.ZodNumber>;
88
+ }, z.core.$strip>>>;
89
+ supportedClasses: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
90
+ person: "person";
91
+ vehicle: "vehicle";
92
+ animal: "animal";
93
+ face: "face";
94
+ other: "other";
95
+ package: "package";
96
+ }>>>;
97
+ enabled: z.ZodBoolean;
98
+ lastFetchedAt: z.ZodNumber;
99
+ }, z.core.$strip>;
100
+ export type NativeObjectDetectionRuntimeState = z.infer<typeof NativeObjectDetectionRuntimeStateSchema>;
68
101
  export declare const nativeObjectDetectionCapability: {
69
102
  readonly name: "native-object-detection";
70
103
  readonly scope: "device";
71
104
  readonly mode: "singleton";
72
105
  readonly deviceTypes: readonly [DeviceType.Camera];
73
- readonly methods: {};
106
+ readonly methods: {
107
+ readonly setEnabled: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
108
+ deviceId: z.ZodNumber;
109
+ enabled: z.ZodBoolean;
110
+ }, z.core.$strip>, z.ZodVoid, "mutation">;
111
+ };
74
112
  readonly events: {
75
113
  readonly onDetected: {
76
114
  readonly data: z.ZodObject<{
@@ -99,7 +137,7 @@ export declare const nativeObjectDetectionCapability: {
99
137
  face: "face";
100
138
  other: "other";
101
139
  package: "package";
102
- }>, z.ZodNullable<z.ZodObject<{
140
+ }> & z.core.$partial, z.ZodNullable<z.ZodObject<{
103
141
  class: z.ZodEnum<{
104
142
  person: "person";
105
143
  vehicle: "vehicle";
@@ -119,9 +157,41 @@ export declare const nativeObjectDetectionCapability: {
119
157
  other: "other";
120
158
  package: "package";
121
159
  }>>>;
160
+ enabled: z.ZodBoolean;
122
161
  }, z.core.$strip>;
123
162
  readonly kind: "push";
124
163
  };
164
+ readonly runtimeState: z.ZodObject<{
165
+ lastByClass: z.ZodRecord<z.ZodEnum<{
166
+ person: "person";
167
+ vehicle: "vehicle";
168
+ animal: "animal";
169
+ face: "face";
170
+ other: "other";
171
+ package: "package";
172
+ }> & z.core.$partial, z.ZodNullable<z.ZodObject<{
173
+ class: z.ZodEnum<{
174
+ person: "person";
175
+ vehicle: "vehicle";
176
+ animal: "animal";
177
+ face: "face";
178
+ other: "other";
179
+ package: "package";
180
+ }>;
181
+ timestamp: z.ZodNumber;
182
+ confidence: z.ZodOptional<z.ZodNumber>;
183
+ }, z.core.$strip>>>;
184
+ supportedClasses: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
185
+ person: "person";
186
+ vehicle: "vehicle";
187
+ animal: "animal";
188
+ face: "face";
189
+ other: "other";
190
+ package: "package";
191
+ }>>>;
192
+ enabled: z.ZodBoolean;
193
+ lastFetchedAt: z.ZodNumber;
194
+ }, z.core.$strip>;
125
195
  };
126
196
  export type INativeObjectDetectionProvider = InferProvider<typeof nativeObjectDetectionCapability>;
127
197
  //# sourceMappingURL=native-object-detection.cap.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"native-object-detection.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/native-object-detection.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAA6B,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1F,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,qBAAqB;;;;;;;EAEhC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAErE,eAAO,MAAM,qBAAqB;;;;;;;;;;;iBAKhC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQ5C,CAAA;AAEF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA;AAE3F,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBH,CAAA;AAEzC,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,OAAO,+BAA+B,CAAC,CAAA"}
1
+ {"version":3,"file":"native-object-detection.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/native-object-detection.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,qBAAqB;;;;;;;EAEhC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAErE,eAAO,MAAM,qBAAqB;;;;;;;;;;;iBAKhC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAqB5C,CAAA;AAEF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA;AAE3F,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGlD,CAAA;AAEF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAA;AAEvG,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBH,CAAA;AAEzC,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,OAAO,+BAA+B,CAAC,CAAA"}
@@ -5,8 +5,8 @@ declare const NetworkEndpointSchema: z.ZodObject<{
5
5
  hostname: z.ZodString;
6
6
  port: z.ZodNumber;
7
7
  protocol: z.ZodEnum<{
8
- http: "http";
9
8
  https: "https";
9
+ http: "http";
10
10
  }>;
11
11
  }, z.core.$strip>;
12
12
  declare const NetworkAccessStatusSchema: z.ZodObject<{
@@ -16,8 +16,8 @@ declare const NetworkAccessStatusSchema: z.ZodObject<{
16
16
  hostname: z.ZodString;
17
17
  port: z.ZodNumber;
18
18
  protocol: z.ZodEnum<{
19
- http: "http";
20
19
  https: "https";
20
+ http: "http";
21
21
  }>;
22
22
  }, z.core.$strip>>;
23
23
  error: z.ZodOptional<z.ZodString>;
@@ -37,8 +37,8 @@ declare const NetworkEndpointEntrySchema: z.ZodObject<{
37
37
  hostname: z.ZodString;
38
38
  port: z.ZodNumber;
39
39
  protocol: z.ZodEnum<{
40
- http: "http";
41
40
  https: "https";
41
+ http: "http";
42
42
  }>;
43
43
  id: z.ZodString;
44
44
  label: z.ZodString;
@@ -56,8 +56,8 @@ export declare const networkAccessCapability: {
56
56
  hostname: z.ZodString;
57
57
  port: z.ZodNumber;
58
58
  protocol: z.ZodEnum<{
59
- http: "http";
60
59
  https: "https";
60
+ http: "http";
61
61
  }>;
62
62
  }, z.core.$strip>, "mutation">;
63
63
  readonly stop: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodVoid, "mutation">;
@@ -66,8 +66,8 @@ export declare const networkAccessCapability: {
66
66
  hostname: z.ZodString;
67
67
  port: z.ZodNumber;
68
68
  protocol: z.ZodEnum<{
69
- http: "http";
70
69
  https: "https";
70
+ http: "http";
71
71
  }>;
72
72
  }, z.core.$strip>>, import("./capability-definition.js").CapabilityMethodKind>;
73
73
  readonly getStatus: import("./capability-definition.js").CapabilityMethodSchema<z.ZodVoid, z.ZodObject<{
@@ -77,8 +77,8 @@ export declare const networkAccessCapability: {
77
77
  hostname: z.ZodString;
78
78
  port: z.ZodNumber;
79
79
  protocol: z.ZodEnum<{
80
- http: "http";
81
80
  https: "https";
81
+ http: "http";
82
82
  }>;
83
83
  }, z.core.$strip>>;
84
84
  error: z.ZodOptional<z.ZodString>;
@@ -93,8 +93,8 @@ export declare const networkAccessCapability: {
93
93
  hostname: z.ZodString;
94
94
  port: z.ZodNumber;
95
95
  protocol: z.ZodEnum<{
96
- http: "http";
97
96
  https: "https";
97
+ http: "http";
98
98
  }>;
99
99
  id: z.ZodString;
100
100
  label: z.ZodString;
@@ -68,6 +68,17 @@ declare const TopologyNodeSchema: z.ZodObject<{
68
68
  }, z.core.$strip>>>;
69
69
  groupId: z.ZodOptional<z.ZodString>;
70
70
  }, z.core.$strip>>>;
71
+ categories: z.ZodReadonly<z.ZodArray<z.ZodObject<{
72
+ category: z.ZodString;
73
+ total: z.ZodNumber;
74
+ healthy: z.ZodNumber;
75
+ addons: z.ZodReadonly<z.ZodArray<z.ZodObject<{
76
+ id: z.ZodString;
77
+ status: z.ZodString;
78
+ cpuPercent: z.ZodNumber;
79
+ memoryRss: z.ZodNumber;
80
+ }, z.core.$strip>>>;
81
+ }, z.core.$strip>>>;
71
82
  }, z.core.$strip>;
72
83
  declare const ClusterAddonNodeDeploymentSchema: z.ZodObject<{
73
84
  nodeId: z.ZodString;
@@ -146,6 +157,17 @@ export declare const nodesCapability: {
146
157
  }, z.core.$strip>>>;
147
158
  groupId: z.ZodOptional<z.ZodString>;
148
159
  }, z.core.$strip>>>;
160
+ categories: z.ZodReadonly<z.ZodArray<z.ZodObject<{
161
+ category: z.ZodString;
162
+ total: z.ZodNumber;
163
+ healthy: z.ZodNumber;
164
+ addons: z.ZodReadonly<z.ZodArray<z.ZodObject<{
165
+ id: z.ZodString;
166
+ status: z.ZodString;
167
+ cpuPercent: z.ZodNumber;
168
+ memoryRss: z.ZodNumber;
169
+ }, z.core.$strip>>>;
170
+ }, z.core.$strip>>>;
149
171
  }, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
150
172
  readonly deployAddon: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
151
173
  nodeId: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"nodes.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/nodes.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;;;;;;;;;;GAYG;AAIH,QAAA,MAAM,qBAAqB;;;;iBAIzB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;iBASzB,CAAA;AAEF,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBtB,CAAA;AAIF,QAAA,MAAM,gCAAgC;;;;;;iBAMpC,CAAA;AAEF,QAAA,MAAM,6BAA6B;;;;;;;;;iBAGjC,CAAA;AASF,QAAA,MAAM,oBAAoB;;;;;iBAKxB,CAAA;AAmBF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA6DxB;;;;;;;WAOG;;;;;;;;;;;;;;;;;;;;;;CAsBkC,CAAA;AAEzC,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,OAAO,eAAe,CAAC,CAAA;AAElE,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,6BAA6B,EAC7B,gCAAgC,EAChC,oBAAoB,GACrB,CAAA"}
1
+ {"version":3,"file":"nodes.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/nodes.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;;;;;;;;;;GAYG;AAIH,QAAA,MAAM,qBAAqB;;;;iBAIzB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;iBASzB,CAAA;AAoBF,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA0BtB,CAAA;AAcF,QAAA,MAAM,gCAAgC;;;;;;iBAMpC,CAAA;AAEF,QAAA,MAAM,6BAA6B;;;;;;;;;iBAGjC,CAAA;AASF,QAAA,MAAM,oBAAoB;;;;;iBAKxB,CAAA;AAmBF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAuDxB;;;;;;;WAOG;;;;;;;;;;;;;;;;;;;;;;CAsBkC,CAAA;AAEzC,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,OAAO,eAAe,CAAC,CAAA;AAElE,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,6BAA6B,EAC7B,gCAAgC,EAChC,oBAAoB,GACrB,CAAA"}
@@ -13,8 +13,8 @@ declare const OauthIntegrationDescriptorSchema: z.ZodObject<{
13
13
  requestedScopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
14
14
  type: z.ZodLiteral<"category">;
15
15
  target: z.ZodEnum<{
16
- system: "system";
17
16
  device: "device";
17
+ system: "system";
18
18
  }>;
19
19
  access: z.ZodArray<z.ZodEnum<{
20
20
  view: "view";
@@ -47,6 +47,7 @@ declare const OauthIntegrationDescriptorSchema: z.ZodObject<{
47
47
  }>>;
48
48
  }, z.core.$strip>], "type">>;
49
49
  allowedRedirectPrefixes: z.ZodArray<z.ZodString>;
50
+ hubUrl: z.ZodOptional<z.ZodString>;
50
51
  }, z.core.$strip>;
51
52
  export declare const oauthIntegrationCapability: {
52
53
  readonly name: "oauth-integration";
@@ -60,8 +61,8 @@ export declare const oauthIntegrationCapability: {
60
61
  requestedScopes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
61
62
  type: z.ZodLiteral<"category">;
62
63
  target: z.ZodEnum<{
63
- system: "system";
64
64
  device: "device";
65
+ system: "system";
65
66
  }>;
66
67
  access: z.ZodArray<z.ZodEnum<{
67
68
  view: "view";
@@ -94,6 +95,7 @@ export declare const oauthIntegrationCapability: {
94
95
  }>>;
95
96
  }, z.core.$strip>], "type">>;
96
97
  allowedRedirectPrefixes: z.ZodArray<z.ZodString>;
98
+ hubUrl: z.ZodOptional<z.ZodString>;
97
99
  }, z.core.$strip>, import("./capability-definition.js").CapabilityMethodKind>;
98
100
  };
99
101
  };
@@ -1 +1 @@
1
- {"version":3,"file":"oauth-integration.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/oauth-integration.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAGlG;;;;;;GAMG;AACH,QAAA,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWpC,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQE,CAAA;AAEzC,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA;AACxF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AACzF,OAAO,EAAE,gCAAgC,EAAE,CAAA"}
1
+ {"version":3,"file":"oauth-integration.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/oauth-integration.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAGlG;;;;;;GAMG;AACH,QAAA,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAkBpC,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQE,CAAA;AAEzC,MAAM,MAAM,yBAAyB,GAAG,aAAa,CAAC,OAAO,0BAA0B,CAAC,CAAA;AACxF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AACzF,OAAO,EAAE,gCAAgC,EAAE,CAAA"}
@@ -142,6 +142,7 @@ declare const RunnerCameraConfigSchema: z.ZodObject<{
142
142
  }, z.core.$strip>>>;
143
143
  color: z.ZodDefault<z.ZodString>;
144
144
  }, z.core.$strip>>>>;
145
+ onboardMotionDrivesAnalyzer: z.ZodDefault<z.ZodBoolean>;
145
146
  }, z.core.$strip>;
146
147
  /**
147
148
  * Per-device settings UI fields the runner cap owns. Co-located with
@@ -279,6 +280,7 @@ export declare const pipelineRunnerCapability: {
279
280
  }, z.core.$strip>>>;
280
281
  color: z.ZodDefault<z.ZodString>;
281
282
  }, z.core.$strip>>>>;
283
+ onboardMotionDrivesAnalyzer: z.ZodDefault<z.ZodBoolean>;
282
284
  }, z.core.$strip>, z.ZodObject<{
283
285
  success: z.ZodLiteral<true>;
284
286
  }, z.core.$strip>, "mutation">;
@@ -1 +1 @@
1
- {"version":3,"file":"pipeline-runner.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/pipeline-runner.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAKlG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAY7D;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB;;;EAAkC,CAAA;AAC/D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE3D;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB;;;GAA4B,CAAA;AAC5D,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;iBAKlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE;;;;;;;;;;;;GAYG;AACH,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6D5B,CAAA;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,0BAA0B,EAAE,SAAS,WAAW,EA2DnD,CAAA;AAEV;;;;GAIG;AACH,QAAA,MAAM,qBAAqB;;;;;;;;;;;;iBAmBzB,CAAA;AAEF;;;;GAIG;AACH,QAAA,MAAM,wBAAwB;;;;;;iBAM5B,CAAA;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wBAAwB;;;;;QAMjC,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAElE,sEAAsE;;;;;;QAEtE;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;QAQH,oEAAoE;;;;;;;;;;;;;;QAEpE,iEAAiE;;;;;;;;QAEjE,8DAA8D;;;;;;;;;;;;;;;;;;;;QAE9D,gDAAgD;;;;;;;;;;;;;;;;;;;QAEhD,4DAA4D;;;CASvB,CAAA;AAEzC,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEpF,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAA"}
1
+ {"version":3,"file":"pipeline-runner.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/pipeline-runner.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAKlG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAY7D;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB;;;EAAkC,CAAA;AAC/D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE3D;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB;;;GAA4B,CAAA;AAC5D,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;iBAKlC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAEvE;;;;;;;;;;;;GAYG;AACH,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6E5B,CAAA;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,0BAA0B,EAAE,SAAS,WAAW,EAqEnD,CAAA;AAEV;;;;GAIG;AACH,QAAA,MAAM,qBAAqB;;;;;;;;;;;;iBAmBzB,CAAA;AAEF;;;;GAIG;AACH,QAAA,MAAM,wBAAwB;;;;;;iBAM5B,CAAA;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wBAAwB;;;;;QAMjC,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAElE,sEAAsE;;;;;;QAEtE;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;;;;;;;QAQH,oEAAoE;;;;;;;;;;;;;;QAEpE,iEAAiE;;;;;;;;QAEjE,8DAA8D;;;;;;;;;;;;;;;;;;;;QAE9D,gDAAgD;;;;;;;;;;;;;;;;;;;QAEhD,4DAA4D;;;CASvB,CAAA;AAEzC,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEpF,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAA"}