@camstack/addon-remote-storage 1.2.110 → 1.2.111
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 +1 -1
- package/dist/s3.addon.mjs +1 -1
- package/dist/sftp.addon.js +1 -1
- package/dist/sftp.addon.mjs +1 -1
- package/dist/{shared-9bu99N7-.js → shared-Bhu2uLrQ.js} +43 -1
- package/dist/{shared-CJbZKVV5.mjs → shared-CBezyYaV.mjs} +43 -1
- package/dist/smb.addon.js +1 -1
- package/dist/smb.addon.mjs +1 -1
- package/dist/webdav.addon.js +1 -1
- package/dist/webdav.addon.mjs +1 -1
- package/package.json +1 -1
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-
|
|
5
|
+
const require_shared = require("./shared-Bhu2uLrQ.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-
|
|
1
|
+
import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-CBezyYaV.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";
|
package/dist/sftp.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-
|
|
5
|
+
const require_shared = require("./shared-Bhu2uLrQ.js");
|
|
6
6
|
let ssh2 = require("ssh2");
|
|
7
7
|
let node_path = require("node:path");
|
|
8
8
|
node_path = require_shared.__toESM(node_path);
|
package/dist/sftp.addon.mjs
CHANGED
|
@@ -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-
|
|
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-CBezyYaV.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
|
|
@@ -5384,7 +5384,7 @@ var ZodIssueCode = {
|
|
|
5384
5384
|
var ZodFirstPartyTypeKind;
|
|
5385
5385
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5386
5386
|
//#endregion
|
|
5387
|
-
//#region ../types/dist/sleep-
|
|
5387
|
+
//#region ../types/dist/sleep-vl6nBE8d.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).
|
|
@@ -28952,6 +28952,15 @@ DeviceType.Camera, method(PtzMoveCommandSchema.extend({ deviceId: number() }), _
|
|
|
28952
28952
|
}), _void(), {
|
|
28953
28953
|
kind: "mutation",
|
|
28954
28954
|
auth: "admin"
|
|
28955
|
+
}), method(object({ deviceId: number() }), _void(), {
|
|
28956
|
+
kind: "mutation",
|
|
28957
|
+
auth: "admin"
|
|
28958
|
+
}), method(object({ deviceId: number() }), number().int().nullable()), method(object({
|
|
28959
|
+
deviceId: number(),
|
|
28960
|
+
seconds: number().int().min(0).max(3600)
|
|
28961
|
+
}), _void(), {
|
|
28962
|
+
kind: "mutation",
|
|
28963
|
+
auth: "admin"
|
|
28955
28964
|
}), method(object({ deviceId: number() }), PtzPositionSchema), method(object({
|
|
28956
28965
|
deviceId: number(),
|
|
28957
28966
|
enabled: boolean()
|
|
@@ -35955,6 +35964,12 @@ Object.freeze({
|
|
|
35955
35964
|
addonId: null,
|
|
35956
35965
|
access: "create"
|
|
35957
35966
|
},
|
|
35967
|
+
"ptz.captureHomeHere": {
|
|
35968
|
+
capName: "ptz",
|
|
35969
|
+
capScope: "device",
|
|
35970
|
+
addonId: null,
|
|
35971
|
+
access: "create"
|
|
35972
|
+
},
|
|
35958
35973
|
"ptz.continuousMove": {
|
|
35959
35974
|
capName: "ptz",
|
|
35960
35975
|
capScope: "device",
|
|
@@ -35973,6 +35988,12 @@ Object.freeze({
|
|
|
35973
35988
|
addonId: null,
|
|
35974
35989
|
access: "view"
|
|
35975
35990
|
},
|
|
35991
|
+
"ptz.getHomeReturnSeconds": {
|
|
35992
|
+
capName: "ptz",
|
|
35993
|
+
capScope: "device",
|
|
35994
|
+
addonId: null,
|
|
35995
|
+
access: "view"
|
|
35996
|
+
},
|
|
35976
35997
|
"ptz.getOptions": {
|
|
35977
35998
|
capName: "ptz",
|
|
35978
35999
|
capScope: "device",
|
|
@@ -36027,6 +36048,12 @@ Object.freeze({
|
|
|
36027
36048
|
addonId: null,
|
|
36028
36049
|
access: "create"
|
|
36029
36050
|
},
|
|
36051
|
+
"ptz.setHomeReturnSeconds": {
|
|
36052
|
+
capName: "ptz",
|
|
36053
|
+
capScope: "device",
|
|
36054
|
+
addonId: null,
|
|
36055
|
+
access: "create"
|
|
36056
|
+
},
|
|
36030
36057
|
"ptz.stop": {
|
|
36031
36058
|
capName: "ptz",
|
|
36032
36059
|
capScope: "device",
|
|
@@ -39190,6 +39217,11 @@ Object.freeze({
|
|
|
39190
39217
|
form: "single",
|
|
39191
39218
|
optional: false
|
|
39192
39219
|
}],
|
|
39220
|
+
"ptz.captureHomeHere": [{
|
|
39221
|
+
name: "deviceId",
|
|
39222
|
+
form: "single",
|
|
39223
|
+
optional: false
|
|
39224
|
+
}],
|
|
39193
39225
|
"ptz.continuousMove": [{
|
|
39194
39226
|
name: "deviceId",
|
|
39195
39227
|
form: "single",
|
|
@@ -39205,6 +39237,11 @@ Object.freeze({
|
|
|
39205
39237
|
form: "single",
|
|
39206
39238
|
optional: false
|
|
39207
39239
|
}],
|
|
39240
|
+
"ptz.getHomeReturnSeconds": [{
|
|
39241
|
+
name: "deviceId",
|
|
39242
|
+
form: "single",
|
|
39243
|
+
optional: false
|
|
39244
|
+
}],
|
|
39208
39245
|
"ptz.getOptions": [{
|
|
39209
39246
|
name: "deviceId",
|
|
39210
39247
|
form: "single",
|
|
@@ -39250,6 +39287,11 @@ Object.freeze({
|
|
|
39250
39287
|
form: "single",
|
|
39251
39288
|
optional: false
|
|
39252
39289
|
}],
|
|
39290
|
+
"ptz.setHomeReturnSeconds": [{
|
|
39291
|
+
name: "deviceId",
|
|
39292
|
+
form: "single",
|
|
39293
|
+
optional: false
|
|
39294
|
+
}],
|
|
39253
39295
|
"ptz.stop": [{
|
|
39254
39296
|
name: "deviceId",
|
|
39255
39297
|
form: "single",
|
|
@@ -5361,7 +5361,7 @@ var ZodIssueCode = {
|
|
|
5361
5361
|
var ZodFirstPartyTypeKind;
|
|
5362
5362
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5363
5363
|
//#endregion
|
|
5364
|
-
//#region ../types/dist/sleep-
|
|
5364
|
+
//#region ../types/dist/sleep-vl6nBE8d.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).
|
|
@@ -28929,6 +28929,15 @@ DeviceType.Camera, method(PtzMoveCommandSchema.extend({ deviceId: number() }), _
|
|
|
28929
28929
|
}), _void(), {
|
|
28930
28930
|
kind: "mutation",
|
|
28931
28931
|
auth: "admin"
|
|
28932
|
+
}), method(object({ deviceId: number() }), _void(), {
|
|
28933
|
+
kind: "mutation",
|
|
28934
|
+
auth: "admin"
|
|
28935
|
+
}), method(object({ deviceId: number() }), number().int().nullable()), method(object({
|
|
28936
|
+
deviceId: number(),
|
|
28937
|
+
seconds: number().int().min(0).max(3600)
|
|
28938
|
+
}), _void(), {
|
|
28939
|
+
kind: "mutation",
|
|
28940
|
+
auth: "admin"
|
|
28932
28941
|
}), method(object({ deviceId: number() }), PtzPositionSchema), method(object({
|
|
28933
28942
|
deviceId: number(),
|
|
28934
28943
|
enabled: boolean()
|
|
@@ -35932,6 +35941,12 @@ Object.freeze({
|
|
|
35932
35941
|
addonId: null,
|
|
35933
35942
|
access: "create"
|
|
35934
35943
|
},
|
|
35944
|
+
"ptz.captureHomeHere": {
|
|
35945
|
+
capName: "ptz",
|
|
35946
|
+
capScope: "device",
|
|
35947
|
+
addonId: null,
|
|
35948
|
+
access: "create"
|
|
35949
|
+
},
|
|
35935
35950
|
"ptz.continuousMove": {
|
|
35936
35951
|
capName: "ptz",
|
|
35937
35952
|
capScope: "device",
|
|
@@ -35950,6 +35965,12 @@ Object.freeze({
|
|
|
35950
35965
|
addonId: null,
|
|
35951
35966
|
access: "view"
|
|
35952
35967
|
},
|
|
35968
|
+
"ptz.getHomeReturnSeconds": {
|
|
35969
|
+
capName: "ptz",
|
|
35970
|
+
capScope: "device",
|
|
35971
|
+
addonId: null,
|
|
35972
|
+
access: "view"
|
|
35973
|
+
},
|
|
35953
35974
|
"ptz.getOptions": {
|
|
35954
35975
|
capName: "ptz",
|
|
35955
35976
|
capScope: "device",
|
|
@@ -36004,6 +36025,12 @@ Object.freeze({
|
|
|
36004
36025
|
addonId: null,
|
|
36005
36026
|
access: "create"
|
|
36006
36027
|
},
|
|
36028
|
+
"ptz.setHomeReturnSeconds": {
|
|
36029
|
+
capName: "ptz",
|
|
36030
|
+
capScope: "device",
|
|
36031
|
+
addonId: null,
|
|
36032
|
+
access: "create"
|
|
36033
|
+
},
|
|
36007
36034
|
"ptz.stop": {
|
|
36008
36035
|
capName: "ptz",
|
|
36009
36036
|
capScope: "device",
|
|
@@ -39167,6 +39194,11 @@ Object.freeze({
|
|
|
39167
39194
|
form: "single",
|
|
39168
39195
|
optional: false
|
|
39169
39196
|
}],
|
|
39197
|
+
"ptz.captureHomeHere": [{
|
|
39198
|
+
name: "deviceId",
|
|
39199
|
+
form: "single",
|
|
39200
|
+
optional: false
|
|
39201
|
+
}],
|
|
39170
39202
|
"ptz.continuousMove": [{
|
|
39171
39203
|
name: "deviceId",
|
|
39172
39204
|
form: "single",
|
|
@@ -39182,6 +39214,11 @@ Object.freeze({
|
|
|
39182
39214
|
form: "single",
|
|
39183
39215
|
optional: false
|
|
39184
39216
|
}],
|
|
39217
|
+
"ptz.getHomeReturnSeconds": [{
|
|
39218
|
+
name: "deviceId",
|
|
39219
|
+
form: "single",
|
|
39220
|
+
optional: false
|
|
39221
|
+
}],
|
|
39185
39222
|
"ptz.getOptions": [{
|
|
39186
39223
|
name: "deviceId",
|
|
39187
39224
|
form: "single",
|
|
@@ -39227,6 +39264,11 @@ Object.freeze({
|
|
|
39227
39264
|
form: "single",
|
|
39228
39265
|
optional: false
|
|
39229
39266
|
}],
|
|
39267
|
+
"ptz.setHomeReturnSeconds": [{
|
|
39268
|
+
name: "deviceId",
|
|
39269
|
+
form: "single",
|
|
39270
|
+
optional: false
|
|
39271
|
+
}],
|
|
39230
39272
|
"ptz.stop": [{
|
|
39231
39273
|
name: "deviceId",
|
|
39232
39274
|
form: "single",
|
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-
|
|
5
|
+
const require_shared = require("./shared-Bhu2uLrQ.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);
|
package/dist/smb.addon.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-
|
|
1
|
+
import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-CBezyYaV.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";
|
package/dist/webdav.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-
|
|
5
|
+
const require_shared = require("./shared-Bhu2uLrQ.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
|
package/dist/webdav.addon.mjs
CHANGED
|
@@ -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-
|
|
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-CBezyYaV.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