@camstack/addon-provider-reolink 1.2.78 → 1.2.79
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
|
@@ -15108,17 +15108,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
15108
15108
|
*/
|
|
15109
15109
|
gpuShmemBytes: number().nullable()
|
|
15110
15110
|
}).extend({ atMs: number() });
|
|
15111
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
15112
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
15113
|
-
addonId: string() });
|
|
15114
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
15115
|
-
success: boolean(),
|
|
15116
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
15117
|
-
path: string().optional(),
|
|
15118
|
-
/** Process pid that was signalled. */
|
|
15119
|
-
pid: number().optional(),
|
|
15120
|
-
reason: string().optional()
|
|
15121
|
-
});
|
|
15122
15111
|
/**
|
|
15123
15112
|
* One point of one function's series.
|
|
15124
15113
|
*
|
|
@@ -15242,10 +15231,7 @@ var SystemMetricsSchema = object({
|
|
|
15242
15231
|
gpuPercent: number().optional(),
|
|
15243
15232
|
gpuMemoryPercent: number().optional()
|
|
15244
15233
|
});
|
|
15245
|
-
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)
|
|
15246
|
-
kind: "mutation",
|
|
15247
|
-
auth: "admin"
|
|
15248
|
-
});
|
|
15234
|
+
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);
|
|
15249
15235
|
method(object({
|
|
15250
15236
|
sourceUrl: string(),
|
|
15251
15237
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -19557,7 +19543,8 @@ var MediaFileKindEnum = _enum([
|
|
|
19557
19543
|
"plateCrop",
|
|
19558
19544
|
"keyFrame",
|
|
19559
19545
|
"keyFrameSmall",
|
|
19560
|
-
"thumbnailSmall"
|
|
19546
|
+
"thumbnailSmall",
|
|
19547
|
+
"sceneFrame"
|
|
19561
19548
|
]);
|
|
19562
19549
|
/**
|
|
19563
19550
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -36345,12 +36332,6 @@ Object.freeze({
|
|
|
36345
36332
|
addonId: null,
|
|
36346
36333
|
access: "view"
|
|
36347
36334
|
},
|
|
36348
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
36349
|
-
capName: "metrics-provider",
|
|
36350
|
-
capScope: "system",
|
|
36351
|
-
addonId: null,
|
|
36352
|
-
access: "create"
|
|
36353
|
-
},
|
|
36354
36335
|
"metricsProvider.getAddonStats": {
|
|
36355
36336
|
capName: "metrics-provider",
|
|
36356
36337
|
capScope: "system",
|
package/dist/addon.mjs
CHANGED
|
@@ -15103,17 +15103,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
15103
15103
|
*/
|
|
15104
15104
|
gpuShmemBytes: number().nullable()
|
|
15105
15105
|
}).extend({ atMs: number() });
|
|
15106
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
15107
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
15108
|
-
addonId: string() });
|
|
15109
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
15110
|
-
success: boolean(),
|
|
15111
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
15112
|
-
path: string().optional(),
|
|
15113
|
-
/** Process pid that was signalled. */
|
|
15114
|
-
pid: number().optional(),
|
|
15115
|
-
reason: string().optional()
|
|
15116
|
-
});
|
|
15117
15106
|
/**
|
|
15118
15107
|
* One point of one function's series.
|
|
15119
15108
|
*
|
|
@@ -15237,10 +15226,7 @@ var SystemMetricsSchema = object({
|
|
|
15237
15226
|
gpuPercent: number().optional(),
|
|
15238
15227
|
gpuMemoryPercent: number().optional()
|
|
15239
15228
|
});
|
|
15240
|
-
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)
|
|
15241
|
-
kind: "mutation",
|
|
15242
|
-
auth: "admin"
|
|
15243
|
-
});
|
|
15229
|
+
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);
|
|
15244
15230
|
method(object({
|
|
15245
15231
|
sourceUrl: string(),
|
|
15246
15232
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -19552,7 +19538,8 @@ var MediaFileKindEnum = _enum([
|
|
|
19552
19538
|
"plateCrop",
|
|
19553
19539
|
"keyFrame",
|
|
19554
19540
|
"keyFrameSmall",
|
|
19555
|
-
"thumbnailSmall"
|
|
19541
|
+
"thumbnailSmall",
|
|
19542
|
+
"sceneFrame"
|
|
19556
19543
|
]);
|
|
19557
19544
|
/**
|
|
19558
19545
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -36340,12 +36327,6 @@ Object.freeze({
|
|
|
36340
36327
|
addonId: null,
|
|
36341
36328
|
access: "view"
|
|
36342
36329
|
},
|
|
36343
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
36344
|
-
capName: "metrics-provider",
|
|
36345
|
-
capScope: "system",
|
|
36346
|
-
addonId: null,
|
|
36347
|
-
access: "create"
|
|
36348
|
-
},
|
|
36349
36330
|
"metricsProvider.getAddonStats": {
|
|
36350
36331
|
capName: "metrics-provider",
|
|
36351
36332
|
capScope: "system",
|