@camstack/types 1.2.82 → 1.2.84

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.
@@ -64,6 +64,7 @@ export declare const RelocateFootageInputSchema: z.ZodObject<{
64
64
  deviceId: z.ZodOptional<z.ZodNumber>;
65
65
  profiles: z.ZodOptional<z.ZodArray<z.ZodString>>;
66
66
  throttleMbps: z.ZodOptional<z.ZodNumber>;
67
+ sinceMs: z.ZodOptional<z.ZodNumber>;
67
68
  }, z.core.$strip>;
68
69
  export type RelocateFootageInput = z.infer<typeof RelocateFootageInputSchema>;
69
70
  /** Internal, lease-scoped participant operation. It is intentionally separate
@@ -86,6 +87,7 @@ export declare const StorageMigrationFootageMoveInputSchema: z.ZodObject<{
86
87
  deviceId: z.ZodOptional<z.ZodNumber>;
87
88
  profiles: z.ZodOptional<z.ZodArray<z.ZodString>>;
88
89
  throttleMbps: z.ZodOptional<z.ZodNumber>;
90
+ sinceMs: z.ZodOptional<z.ZodNumber>;
89
91
  leaseId: z.ZodString;
90
92
  }, z.core.$strip>;
91
93
  export type StorageMigrationFootageMoveInput = z.infer<typeof StorageMigrationFootageMoveInputSchema>;
@@ -1,4 +1,4 @@
1
- const require_event_category = require("./event-category-D3gG7oil.js");
1
+ const require_event_category = require("./event-category-DBHdQVIy.js");
2
2
  let zod = require("zod");
3
3
  //#region src/interfaces/config-ui.ts
4
4
  /** Predefined tabs with standard label, icon, and sort order.
@@ -3200,6 +3200,7 @@ function createDeviceProxy(api, binding, opts) {
3200
3200
  pruneEventsBefore: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "pruneEventsBefore", "mutation", input),
3201
3201
  pruneTracksBefore: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "pruneTracksBefore", "mutation", input),
3202
3202
  wipeAllAnalytics: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "wipeAllAnalytics", "mutation", input),
3203
+ reconcileFromDisk: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "reconcileFromDisk", "mutation", input),
3203
3204
  deleteTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "deleteTracks", "mutation", input),
3204
3205
  setTrackFlags: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "setTrackFlags", "mutation", input),
3205
3206
  getEventStoreFootprint: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getEventStoreFootprint", "query", input),
@@ -3502,10 +3503,7 @@ function createDeviceProxy(api, binding, opts) {
3502
3503
  getDeviceLiveContribution: (input) => dispatchSystem("recording", "getDeviceLiveContribution", "query", input),
3503
3504
  applyDeviceSettingsPatch: (input) => dispatchSystem("recording", "applyDeviceSettingsPatch", "mutation", input)
3504
3505
  },
3505
- recordingExport: {
3506
- createExport: (input) => dispatchSystem("recordingExport", "createExport", "mutation", input),
3507
- listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input)
3508
- },
3506
+ recordingExport: { listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input) },
3509
3507
  streamBroker: {
3510
3508
  publishCameraStream: (input) => dispatchSystem("streamBroker", "publishCameraStream", "mutation", input),
3511
3509
  retractCameraStream: (input) => dispatchSystem("streamBroker", "retractCameraStream", "mutation", input),
@@ -1,4 +1,4 @@
1
- import { t as EventCategory } from "./event-category-Bxo5yJjt.mjs";
1
+ import { t as EventCategory } from "./event-category-C0lyLd5U.mjs";
2
2
  import { z } from "zod";
3
3
  //#region src/interfaces/config-ui.ts
4
4
  /** Predefined tabs with standard label, icon, and sort order.
@@ -3200,6 +3200,7 @@ function createDeviceProxy(api, binding, opts) {
3200
3200
  pruneEventsBefore: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "pruneEventsBefore", "mutation", input),
3201
3201
  pruneTracksBefore: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "pruneTracksBefore", "mutation", input),
3202
3202
  wipeAllAnalytics: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "wipeAllAnalytics", "mutation", input),
3203
+ reconcileFromDisk: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "reconcileFromDisk", "mutation", input),
3203
3204
  deleteTracks: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "deleteTracks", "mutation", input),
3204
3205
  setTrackFlags: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "setTrackFlags", "mutation", input),
3205
3206
  getEventStoreFootprint: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getEventStoreFootprint", "query", input),
@@ -3502,10 +3503,7 @@ function createDeviceProxy(api, binding, opts) {
3502
3503
  getDeviceLiveContribution: (input) => dispatchSystem("recording", "getDeviceLiveContribution", "query", input),
3503
3504
  applyDeviceSettingsPatch: (input) => dispatchSystem("recording", "applyDeviceSettingsPatch", "mutation", input)
3504
3505
  },
3505
- recordingExport: {
3506
- createExport: (input) => dispatchSystem("recordingExport", "createExport", "mutation", input),
3507
- listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input)
3508
- },
3506
+ recordingExport: { listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input) },
3509
3507
  streamBroker: {
3510
3508
  publishCameraStream: (input) => dispatchSystem("streamBroker", "publishCameraStream", "mutation", input),
3511
3509
  retractCameraStream: (input) => dispatchSystem("streamBroker", "retractCameraStream", "mutation", input),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/types",
3
- "version": "1.2.82",
3
+ "version": "1.2.84",
4
4
  "description": "Shared types, interfaces, and model catalogs for the CamStack detection ecosystem",
5
5
  "keywords": [
6
6
  "camstack",