@camstack/addon-provider-amcrest 0.2.56 → 0.2.57
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/addon.js +3 -22
- package/dist/addon.mjs +3 -22
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -14478,17 +14478,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
14478
14478
|
*/
|
|
14479
14479
|
gpuShmemBytes: number().nullable()
|
|
14480
14480
|
}).extend({ atMs: number() });
|
|
14481
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
14482
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
14483
|
-
addonId: string() });
|
|
14484
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
14485
|
-
success: boolean(),
|
|
14486
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
14487
|
-
path: string().optional(),
|
|
14488
|
-
/** Process pid that was signalled. */
|
|
14489
|
-
pid: number().optional(),
|
|
14490
|
-
reason: string().optional()
|
|
14491
|
-
});
|
|
14492
14481
|
/**
|
|
14493
14482
|
* One point of one function's series.
|
|
14494
14483
|
*
|
|
@@ -14612,10 +14601,7 @@ var SystemMetricsSchema = object({
|
|
|
14612
14601
|
gpuPercent: number().optional(),
|
|
14613
14602
|
gpuMemoryPercent: number().optional()
|
|
14614
14603
|
});
|
|
14615
|
-
method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema)
|
|
14616
|
-
kind: "mutation",
|
|
14617
|
-
auth: "admin"
|
|
14618
|
-
});
|
|
14604
|
+
method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema);
|
|
14619
14605
|
method(object({
|
|
14620
14606
|
sourceUrl: string(),
|
|
14621
14607
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -18927,7 +18913,8 @@ var MediaFileKindEnum = _enum([
|
|
|
18927
18913
|
"plateCrop",
|
|
18928
18914
|
"keyFrame",
|
|
18929
18915
|
"keyFrameSmall",
|
|
18930
|
-
"thumbnailSmall"
|
|
18916
|
+
"thumbnailSmall",
|
|
18917
|
+
"sceneFrame"
|
|
18931
18918
|
]);
|
|
18932
18919
|
/**
|
|
18933
18920
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -35755,12 +35742,6 @@ Object.freeze({
|
|
|
35755
35742
|
addonId: null,
|
|
35756
35743
|
access: "view"
|
|
35757
35744
|
},
|
|
35758
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
35759
|
-
capName: "metrics-provider",
|
|
35760
|
-
capScope: "system",
|
|
35761
|
-
addonId: null,
|
|
35762
|
-
access: "create"
|
|
35763
|
-
},
|
|
35764
35745
|
"metricsProvider.getAddonStats": {
|
|
35765
35746
|
capName: "metrics-provider",
|
|
35766
35747
|
capScope: "system",
|
package/dist/addon.mjs
CHANGED
|
@@ -14479,17 +14479,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
14479
14479
|
*/
|
|
14480
14480
|
gpuShmemBytes: number().nullable()
|
|
14481
14481
|
}).extend({ atMs: number() });
|
|
14482
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
14483
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
14484
|
-
addonId: string() });
|
|
14485
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
14486
|
-
success: boolean(),
|
|
14487
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
14488
|
-
path: string().optional(),
|
|
14489
|
-
/** Process pid that was signalled. */
|
|
14490
|
-
pid: number().optional(),
|
|
14491
|
-
reason: string().optional()
|
|
14492
|
-
});
|
|
14493
14482
|
/**
|
|
14494
14483
|
* One point of one function's series.
|
|
14495
14484
|
*
|
|
@@ -14613,10 +14602,7 @@ var SystemMetricsSchema = object({
|
|
|
14613
14602
|
gpuPercent: number().optional(),
|
|
14614
14603
|
gpuMemoryPercent: number().optional()
|
|
14615
14604
|
});
|
|
14616
|
-
method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema)
|
|
14617
|
-
kind: "mutation",
|
|
14618
|
-
auth: "admin"
|
|
14619
|
-
});
|
|
14605
|
+
method(_void(), SystemResourceSnapshotSchema), method(_void(), SystemResourceSnapshotSchema.nullable()), method(_void(), SystemMetricsSchema), method(object({ dirPath: string() }), DiskSpaceInfoSchema), method(_void(), MetricsGpuInfoSchema.nullable()), method(_void(), number().nullable()), method(object({ pids: array(number()) }), array(PidResourceStatsSchema)), method(_void(), array(AddonInstanceSchema).readonly()), method(object({ addonId: string() }), PidResourceStatsSchema.nullable()), method(_void(), array(NodeProcessSchema).readonly()), method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema);
|
|
14620
14606
|
method(object({
|
|
14621
14607
|
sourceUrl: string(),
|
|
14622
14608
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -18928,7 +18914,8 @@ var MediaFileKindEnum = _enum([
|
|
|
18928
18914
|
"plateCrop",
|
|
18929
18915
|
"keyFrame",
|
|
18930
18916
|
"keyFrameSmall",
|
|
18931
|
-
"thumbnailSmall"
|
|
18917
|
+
"thumbnailSmall",
|
|
18918
|
+
"sceneFrame"
|
|
18932
18919
|
]);
|
|
18933
18920
|
/**
|
|
18934
18921
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -35756,12 +35743,6 @@ Object.freeze({
|
|
|
35756
35743
|
addonId: null,
|
|
35757
35744
|
access: "view"
|
|
35758
35745
|
},
|
|
35759
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
35760
|
-
capName: "metrics-provider",
|
|
35761
|
-
capScope: "system",
|
|
35762
|
-
addonId: null,
|
|
35763
|
-
access: "create"
|
|
35764
|
-
},
|
|
35765
35746
|
"metricsProvider.getAddonStats": {
|
|
35766
35747
|
capName: "metrics-provider",
|
|
35767
35748
|
capScope: "system",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-amcrest",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.57",
|
|
4
4
|
"description": "Amcrest/Dahua camera device provider addon for CamStack — Dahua CGI over HTTP(S) with digest auth (snapshot, RTSP catalog, PTZ, image/day-night config)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|