@camstack/types 1.2.82 → 1.2.83

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.
@@ -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.
@@ -3502,10 +3502,7 @@ function createDeviceProxy(api, binding, opts) {
3502
3502
  getDeviceLiveContribution: (input) => dispatchSystem("recording", "getDeviceLiveContribution", "query", input),
3503
3503
  applyDeviceSettingsPatch: (input) => dispatchSystem("recording", "applyDeviceSettingsPatch", "mutation", input)
3504
3504
  },
3505
- recordingExport: {
3506
- createExport: (input) => dispatchSystem("recordingExport", "createExport", "mutation", input),
3507
- listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input)
3508
- },
3505
+ recordingExport: { listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input) },
3509
3506
  streamBroker: {
3510
3507
  publishCameraStream: (input) => dispatchSystem("streamBroker", "publishCameraStream", "mutation", input),
3511
3508
  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.
@@ -3502,10 +3502,7 @@ function createDeviceProxy(api, binding, opts) {
3502
3502
  getDeviceLiveContribution: (input) => dispatchSystem("recording", "getDeviceLiveContribution", "query", input),
3503
3503
  applyDeviceSettingsPatch: (input) => dispatchSystem("recording", "applyDeviceSettingsPatch", "mutation", input)
3504
3504
  },
3505
- recordingExport: {
3506
- createExport: (input) => dispatchSystem("recordingExport", "createExport", "mutation", input),
3507
- listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input)
3508
- },
3505
+ recordingExport: { listExports: (input) => dispatchSystem("recordingExport", "listExports", "query", input) },
3509
3506
  streamBroker: {
3510
3507
  publishCameraStream: (input) => dispatchSystem("streamBroker", "publishCameraStream", "mutation", input),
3511
3508
  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.83",
4
4
  "description": "Shared types, interfaces, and model catalogs for the CamStack detection ecosystem",
5
5
  "keywords": [
6
6
  "camstack",