@camstack/addon-remote-storage 1.2.113 → 1.2.114

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.
package/dist/s3.addon.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CNybMYvw.js");
5
+ const require_shared = require("./shared-nm_rgxsb.js");
6
6
  let node_stream = require("node:stream");
7
7
  let _aws_sdk_client_s3 = require("@aws-sdk/client-s3");
8
8
  let _aws_sdk_lib_storage = require("@aws-sdk/lib-storage");
package/dist/s3.addon.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-Bbtrn8xA.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-DBJ6em8r.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { DeleteObjectCommand, GetObjectCommand, HeadBucketCommand, HeadObjectCommand, ListObjectsV2Command, PutObjectCommand, S3Client } from "@aws-sdk/client-s3";
4
4
  import { Upload } from "@aws-sdk/lib-storage";
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CNybMYvw.js");
5
+ const require_shared = require("./shared-nm_rgxsb.js");
6
6
  let ssh2 = require("ssh2");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-Bbtrn8xA.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-DBJ6em8r.mjs";
2
2
  import { Client } from "ssh2";
3
3
  import * as path from "node:path";
4
4
  //#region src/providers/sftp/sftp-config-schema.ts
@@ -5361,7 +5361,7 @@ var ZodIssueCode = {
5361
5361
  var ZodFirstPartyTypeKind;
5362
5362
  ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
5363
5363
  //#endregion
5364
- //#region ../types/dist/sleep-Bs3xPtSh.mjs
5364
+ //#region ../types/dist/sleep-GU_us3DG.mjs
5365
5365
  /**
5366
5366
  * The audio chunk plane's byte format, and the ONE expansion from a coded
5367
5367
  * window to float samples (D455).
@@ -27241,11 +27241,15 @@ DeviceType.Light, DeviceType.Siren, DeviceType.Switch, method(object({
27241
27241
  *
27242
27242
  * Adding a fifth name to that list would have been the wrong fix twice over:
27243
27243
  * that page is per-camera DETECTION tuning, and a grid's geometry belongs
27244
- * beside PTZ and motion zones on the camera itself which is exactly where the
27245
- * framework already puts a widget, when the widget is declared on a CAPABILITY.
27246
- * `deviceConfig.ui` is the mechanism (`motion-zones`, `ptz`, `ptz-autotrack`
27247
- * all use it): the framework emits the structural section and the widget
27248
- * self-persists through the cap's own mutations.
27244
+ * beside PTZ and motion zones on the camera itself. The device page is
27245
+ * BINDING-driven (D12), so the way in is a capability bound to the device —
27246
+ * and this cap carries its section the way `recording` does, by RETURNING it
27247
+ * from `getDeviceSettingsContribution`.
27248
+ *
27249
+ * Seven other widgets are still declared the other way, through a
27250
+ * `deviceConfig.ui` block the framework derives a section from. That route
27251
+ * gives the addon no say in where its own panel lands and no way to decline
27252
+ * for a device the panel does not suit, which is why this one does not use it.
27249
27253
  *
27250
27254
  * ## Why one addon may implement it
27251
27255
  *
@@ -5384,7 +5384,7 @@ var ZodIssueCode = {
5384
5384
  var ZodFirstPartyTypeKind;
5385
5385
  ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
5386
5386
  //#endregion
5387
- //#region ../types/dist/sleep-Bs3xPtSh.mjs
5387
+ //#region ../types/dist/sleep-GU_us3DG.mjs
5388
5388
  /**
5389
5389
  * The audio chunk plane's byte format, and the ONE expansion from a coded
5390
5390
  * window to float samples (D455).
@@ -27264,11 +27264,15 @@ DeviceType.Light, DeviceType.Siren, DeviceType.Switch, method(object({
27264
27264
  *
27265
27265
  * Adding a fifth name to that list would have been the wrong fix twice over:
27266
27266
  * that page is per-camera DETECTION tuning, and a grid's geometry belongs
27267
- * beside PTZ and motion zones on the camera itself which is exactly where the
27268
- * framework already puts a widget, when the widget is declared on a CAPABILITY.
27269
- * `deviceConfig.ui` is the mechanism (`motion-zones`, `ptz`, `ptz-autotrack`
27270
- * all use it): the framework emits the structural section and the widget
27271
- * self-persists through the cap's own mutations.
27267
+ * beside PTZ and motion zones on the camera itself. The device page is
27268
+ * BINDING-driven (D12), so the way in is a capability bound to the device —
27269
+ * and this cap carries its section the way `recording` does, by RETURNING it
27270
+ * from `getDeviceSettingsContribution`.
27271
+ *
27272
+ * Seven other widgets are still declared the other way, through a
27273
+ * `deviceConfig.ui` block the framework derives a section from. That route
27274
+ * gives the addon no say in where its own panel lands and no way to decline
27275
+ * for a device the panel does not suit, which is why this one does not use it.
27272
27276
  *
27273
27277
  * ## Why one addon may implement it
27274
27278
  *
package/dist/smb.addon.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CNybMYvw.js");
5
+ const require_shared = require("./shared-nm_rgxsb.js");
6
6
  let node_crypto = require("node:crypto");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-Bbtrn8xA.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-DBJ6em8r.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import * as path from "node:path";
4
4
  import * as fsp from "node:fs/promises";
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CNybMYvw.js");
5
+ const require_shared = require("./shared-nm_rgxsb.js");
6
6
  let node_stream = require("node:stream");
7
7
  let webdav = require("webdav");
8
8
  //#region src/providers/webdav/webdav-config-schema.ts
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-Bbtrn8xA.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-DBJ6em8r.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { AuthType, createClient } from "webdav";
4
4
  //#region src/providers/webdav/webdav-config-schema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-remote-storage",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV, SMB) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",