@awarevue/api-types 2.0.100 → 2.0.101

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.
@@ -289,6 +289,7 @@ export declare const commandSchemas: {
289
289
  type: import("zod").ZodLiteral<"system">;
290
290
  }, import("zod/v4/core").$strip>], "type">>]>, import("zod").ZodTuple<[import("zod").ZodString, import("zod").ZodString], null>]>;
291
291
  streamId: import("zod").ZodString;
292
+ rtspUrl: import("zod").ZodString;
292
293
  motionDetection: import("zod").ZodOptional<import("zod").ZodObject<{
293
294
  threshold: import("zod").ZodOptional<import("zod").ZodNumber>;
294
295
  enabled: import("zod").ZodBoolean;
@@ -126,6 +126,7 @@ export declare const sSetStreamAnalyticsCommand: z.ZodObject<{
126
126
  type: z.ZodLiteral<"system">;
127
127
  }, z.core.$strip>], "type">>]>, z.ZodTuple<[z.ZodString, z.ZodString], null>]>;
128
128
  streamId: z.ZodString;
129
+ rtspUrl: z.ZodString;
129
130
  motionDetection: z.ZodOptional<z.ZodObject<{
130
131
  threshold: z.ZodOptional<z.ZodNumber>;
131
132
  enabled: z.ZodBoolean;
@@ -280,6 +281,7 @@ export declare const nvrAnalyticsServerCommandSchemas: {
280
281
  type: z.ZodLiteral<"system">;
281
282
  }, z.core.$strip>], "type">>]>, z.ZodTuple<[z.ZodString, z.ZodString], null>]>;
282
283
  streamId: z.ZodString;
284
+ rtspUrl: z.ZodString;
283
285
  motionDetection: z.ZodOptional<z.ZodObject<{
284
286
  threshold: z.ZodOptional<z.ZodNumber>;
285
287
  enabled: z.ZodBoolean;
@@ -11,6 +11,7 @@ exports.sSetStreamAnalyticsCommand = zod_1.z.object({
11
11
  .object({
12
12
  device: primitives_1.sDeviceParam,
13
13
  streamId: primitives_1.sStreamId,
14
+ rtspUrl: zod_1.z.string().nonempty(),
14
15
  })
15
16
  .extend(device_relation_1.sAiStreamConfiguration.shape),
16
17
  });
package/dist/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
6
6
  },
7
- "version": "2.0.100",
7
+ "version": "2.0.101",
8
8
  "description": "Common types between backend, agent(s) and frontend(s)",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
6
6
  },
7
- "version": "2.0.100",
7
+ "version": "2.0.101",
8
8
  "description": "Common types between backend, agent(s) and frontend(s)",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",