@camstack/addon-provider-hikvision 1.2.63 → 1.2.64

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 CHANGED
@@ -14792,17 +14792,6 @@ var ContainerMemoryPointSchema = object({
14792
14792
  */
14793
14793
  gpuShmemBytes: number().nullable()
14794
14794
  }).extend({ atMs: number() });
14795
- var DumpHeapSnapshotInputSchema = object({
14796
- /** The addon whose runner should dump a heap snapshot. */
14797
- addonId: string() });
14798
- var DumpHeapSnapshotResultSchema = object({
14799
- success: boolean(),
14800
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14801
- path: string().optional(),
14802
- /** Process pid that was signalled. */
14803
- pid: number().optional(),
14804
- reason: string().optional()
14805
- });
14806
14795
  /**
14807
14796
  * One point of one function's series.
14808
14797
  *
@@ -14926,10 +14915,7 @@ var SystemMetricsSchema = object({
14926
14915
  gpuPercent: number().optional(),
14927
14916
  gpuMemoryPercent: number().optional()
14928
14917
  });
14929
- 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), method(DumpHeapSnapshotInputSchema, DumpHeapSnapshotResultSchema, {
14930
- kind: "mutation",
14931
- auth: "admin"
14932
- });
14918
+ 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);
14933
14919
  method(object({
14934
14920
  sourceUrl: string(),
14935
14921
  metadata: ModelConvertMetadataSchema,
@@ -19241,7 +19227,8 @@ var MediaFileKindEnum = _enum([
19241
19227
  "plateCrop",
19242
19228
  "keyFrame",
19243
19229
  "keyFrameSmall",
19244
- "thumbnailSmall"
19230
+ "thumbnailSmall",
19231
+ "sceneFrame"
19245
19232
  ]);
19246
19233
  /**
19247
19234
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -36141,12 +36128,6 @@ Object.freeze({
36141
36128
  addonId: null,
36142
36129
  access: "view"
36143
36130
  },
36144
- "metricsProvider.dumpHeapSnapshot": {
36145
- capName: "metrics-provider",
36146
- capScope: "system",
36147
- addonId: null,
36148
- access: "create"
36149
- },
36150
36131
  "metricsProvider.getAddonStats": {
36151
36132
  capName: "metrics-provider",
36152
36133
  capScope: "system",
package/dist/addon.mjs CHANGED
@@ -14793,17 +14793,6 @@ var ContainerMemoryPointSchema = object({
14793
14793
  */
14794
14794
  gpuShmemBytes: number().nullable()
14795
14795
  }).extend({ atMs: number() });
14796
- var DumpHeapSnapshotInputSchema = object({
14797
- /** The addon whose runner should dump a heap snapshot. */
14798
- addonId: string() });
14799
- var DumpHeapSnapshotResultSchema = object({
14800
- success: boolean(),
14801
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14802
- path: string().optional(),
14803
- /** Process pid that was signalled. */
14804
- pid: number().optional(),
14805
- reason: string().optional()
14806
- });
14807
14796
  /**
14808
14797
  * One point of one function's series.
14809
14798
  *
@@ -14927,10 +14916,7 @@ var SystemMetricsSchema = object({
14927
14916
  gpuPercent: number().optional(),
14928
14917
  gpuMemoryPercent: number().optional()
14929
14918
  });
14930
- 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), method(DumpHeapSnapshotInputSchema, DumpHeapSnapshotResultSchema, {
14931
- kind: "mutation",
14932
- auth: "admin"
14933
- });
14919
+ 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);
14934
14920
  method(object({
14935
14921
  sourceUrl: string(),
14936
14922
  metadata: ModelConvertMetadataSchema,
@@ -19242,7 +19228,8 @@ var MediaFileKindEnum = _enum([
19242
19228
  "plateCrop",
19243
19229
  "keyFrame",
19244
19230
  "keyFrameSmall",
19245
- "thumbnailSmall"
19231
+ "thumbnailSmall",
19232
+ "sceneFrame"
19246
19233
  ]);
19247
19234
  /**
19248
19235
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -36142,12 +36129,6 @@ Object.freeze({
36142
36129
  addonId: null,
36143
36130
  access: "view"
36144
36131
  },
36145
- "metricsProvider.dumpHeapSnapshot": {
36146
- capName: "metrics-provider",
36147
- capScope: "system",
36148
- addonId: null,
36149
- access: "create"
36150
- },
36151
36132
  "metricsProvider.getAddonStats": {
36152
36133
  capName: "metrics-provider",
36153
36134
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-hikvision",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "description": "Hikvision camera device provider addon for CamStack — ISAPI over HTTP(S) with digest auth (snapshot, alarm stream, RTSP discovery)",
5
5
  "keywords": [
6
6
  "camstack",