@camstack/types 1.2.7 → 1.2.8

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.
@@ -350,6 +350,7 @@ export type AudioEvent = z.infer<typeof AudioEventSchema>;
350
350
  declare const MediaFileKindEnum: z.ZodEnum<{
351
351
  snapshot: "snapshot";
352
352
  crop: "crop";
353
+ keyFrame: "keyFrame";
353
354
  thumbnail: "thumbnail";
354
355
  firstFrame: "firstFrame";
355
356
  lastFrame: "lastFrame";
@@ -357,7 +358,6 @@ declare const MediaFileKindEnum: z.ZodEnum<{
357
358
  fullFrameBoxed: "fullFrameBoxed";
358
359
  faceCrop: "faceCrop";
359
360
  plateCrop: "plateCrop";
360
- keyFrame: "keyFrame";
361
361
  keyFrameSmall: "keyFrameSmall";
362
362
  thumbnailSmall: "thumbnailSmall";
363
363
  }>;
@@ -367,6 +367,7 @@ declare const MediaFileSchema: z.ZodObject<{
367
367
  kind: z.ZodEnum<{
368
368
  snapshot: "snapshot";
369
369
  crop: "crop";
370
+ keyFrame: "keyFrame";
370
371
  thumbnail: "thumbnail";
371
372
  firstFrame: "firstFrame";
372
373
  lastFrame: "lastFrame";
@@ -374,7 +375,6 @@ declare const MediaFileSchema: z.ZodObject<{
374
375
  fullFrameBoxed: "fullFrameBoxed";
375
376
  faceCrop: "faceCrop";
376
377
  plateCrop: "plateCrop";
377
- keyFrame: "keyFrame";
378
378
  keyFrameSmall: "keyFrameSmall";
379
379
  thumbnailSmall: "thumbnailSmall";
380
380
  }>;
@@ -1196,9 +1196,9 @@ export declare const pipelineAnalyticsCapability: {
1196
1196
  olderThanMs: z.ZodNumber;
1197
1197
  reason: z.ZodOptional<z.ZodEnum<{
1198
1198
  manual: "manual";
1199
+ operator: "operator";
1199
1200
  retention: "retention";
1200
1201
  quota: "quota";
1201
- operator: "operator";
1202
1202
  }>>;
1203
1203
  }, z.core.$strip>, z.ZodObject<{
1204
1204
  motion: z.ZodNumber;
@@ -1238,9 +1238,9 @@ export declare const pipelineAnalyticsCapability: {
1238
1238
  }>;
1239
1239
  reason: z.ZodEnum<{
1240
1240
  manual: "manual";
1241
+ operator: "operator";
1241
1242
  retention: "retention";
1242
1243
  quota: "quota";
1243
- operator: "operator";
1244
1244
  }>;
1245
1245
  deviceId: z.ZodNullable<z.ZodNumber>;
1246
1246
  nodeId: z.ZodString;
@@ -1254,6 +1254,7 @@ export declare const pipelineAnalyticsCapability: {
1254
1254
  kind: z.ZodOptional<z.ZodEnum<{
1255
1255
  snapshot: "snapshot";
1256
1256
  crop: "crop";
1257
+ keyFrame: "keyFrame";
1257
1258
  thumbnail: "thumbnail";
1258
1259
  firstFrame: "firstFrame";
1259
1260
  lastFrame: "lastFrame";
@@ -1261,7 +1262,6 @@ export declare const pipelineAnalyticsCapability: {
1261
1262
  fullFrameBoxed: "fullFrameBoxed";
1262
1263
  faceCrop: "faceCrop";
1263
1264
  plateCrop: "plateCrop";
1264
- keyFrame: "keyFrame";
1265
1265
  keyFrameSmall: "keyFrameSmall";
1266
1266
  thumbnailSmall: "thumbnailSmall";
1267
1267
  }>>;
@@ -1270,6 +1270,7 @@ export declare const pipelineAnalyticsCapability: {
1270
1270
  kind: z.ZodEnum<{
1271
1271
  snapshot: "snapshot";
1272
1272
  crop: "crop";
1273
+ keyFrame: "keyFrame";
1273
1274
  thumbnail: "thumbnail";
1274
1275
  firstFrame: "firstFrame";
1275
1276
  lastFrame: "lastFrame";
@@ -1277,7 +1278,6 @@ export declare const pipelineAnalyticsCapability: {
1277
1278
  fullFrameBoxed: "fullFrameBoxed";
1278
1279
  faceCrop: "faceCrop";
1279
1280
  plateCrop: "plateCrop";
1280
- keyFrame: "keyFrame";
1281
1281
  keyFrameSmall: "keyFrameSmall";
1282
1282
  thumbnailSmall: "thumbnailSmall";
1283
1283
  }>;
@@ -1294,6 +1294,7 @@ export declare const pipelineAnalyticsCapability: {
1294
1294
  kinds: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1295
1295
  snapshot: "snapshot";
1296
1296
  crop: "crop";
1297
+ keyFrame: "keyFrame";
1297
1298
  thumbnail: "thumbnail";
1298
1299
  firstFrame: "firstFrame";
1299
1300
  lastFrame: "lastFrame";
@@ -1301,7 +1302,6 @@ export declare const pipelineAnalyticsCapability: {
1301
1302
  fullFrameBoxed: "fullFrameBoxed";
1302
1303
  faceCrop: "faceCrop";
1303
1304
  plateCrop: "plateCrop";
1304
- keyFrame: "keyFrame";
1305
1305
  keyFrameSmall: "keyFrameSmall";
1306
1306
  thumbnailSmall: "thumbnailSmall";
1307
1307
  }>>>;
@@ -1310,6 +1310,7 @@ export declare const pipelineAnalyticsCapability: {
1310
1310
  kind: z.ZodEnum<{
1311
1311
  snapshot: "snapshot";
1312
1312
  crop: "crop";
1313
+ keyFrame: "keyFrame";
1313
1314
  thumbnail: "thumbnail";
1314
1315
  firstFrame: "firstFrame";
1315
1316
  lastFrame: "lastFrame";
@@ -1317,7 +1318,6 @@ export declare const pipelineAnalyticsCapability: {
1317
1318
  fullFrameBoxed: "fullFrameBoxed";
1318
1319
  faceCrop: "faceCrop";
1319
1320
  plateCrop: "plateCrop";
1320
- keyFrame: "keyFrame";
1321
1321
  keyFrameSmall: "keyFrameSmall";
1322
1322
  thumbnailSmall: "thumbnailSmall";
1323
1323
  }>;
@@ -472,9 +472,9 @@ export declare const recordingCapability: {
472
472
  deviceId: z.ZodNumber;
473
473
  reason: z.ZodOptional<z.ZodEnum<{
474
474
  manual: "manual";
475
+ operator: "operator";
475
476
  retention: "retention";
476
477
  quota: "quota";
477
- operator: "operator";
478
478
  }>>;
479
479
  }, z.core.$strip>, z.ZodObject<{
480
480
  floorMs: z.ZodNullable<z.ZodNumber>;
@@ -515,9 +515,9 @@ export declare const recordingCapability: {
515
515
  }>;
516
516
  reason: z.ZodEnum<{
517
517
  manual: "manual";
518
+ operator: "operator";
518
519
  retention: "retention";
519
520
  quota: "quota";
520
- operator: "operator";
521
521
  }>;
522
522
  deviceId: z.ZodNullable<z.ZodNumber>;
523
523
  nodeId: z.ZodString;