@camstack/addon-provider-rtsp 1.2.55 → 1.2.56

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
@@ -14541,17 +14541,6 @@ var ContainerMemoryPointSchema = object({
14541
14541
  */
14542
14542
  gpuShmemBytes: number().nullable()
14543
14543
  }).extend({ atMs: number() });
14544
- var DumpHeapSnapshotInputSchema = object({
14545
- /** The addon whose runner should dump a heap snapshot. */
14546
- addonId: string() });
14547
- var DumpHeapSnapshotResultSchema = object({
14548
- success: boolean(),
14549
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14550
- path: string().optional(),
14551
- /** Process pid that was signalled. */
14552
- pid: number().optional(),
14553
- reason: string().optional()
14554
- });
14555
14544
  /**
14556
14545
  * One point of one function's series.
14557
14546
  *
@@ -14675,10 +14664,7 @@ var SystemMetricsSchema = object({
14675
14664
  gpuPercent: number().optional(),
14676
14665
  gpuMemoryPercent: number().optional()
14677
14666
  });
14678
- 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, {
14679
- kind: "mutation",
14680
- auth: "admin"
14681
- });
14667
+ 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);
14682
14668
  method(object({
14683
14669
  sourceUrl: string(),
14684
14670
  metadata: ModelConvertMetadataSchema,
@@ -18990,7 +18976,8 @@ var MediaFileKindEnum = _enum([
18990
18976
  "plateCrop",
18991
18977
  "keyFrame",
18992
18978
  "keyFrameSmall",
18993
- "thumbnailSmall"
18979
+ "thumbnailSmall",
18980
+ "sceneFrame"
18994
18981
  ]);
18995
18982
  /**
18996
18983
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -35400,12 +35387,6 @@ Object.freeze({
35400
35387
  addonId: null,
35401
35388
  access: "view"
35402
35389
  },
35403
- "metricsProvider.dumpHeapSnapshot": {
35404
- capName: "metrics-provider",
35405
- capScope: "system",
35406
- addonId: null,
35407
- access: "create"
35408
- },
35409
35390
  "metricsProvider.getAddonStats": {
35410
35391
  capName: "metrics-provider",
35411
35392
  capScope: "system",
package/dist/addon.mjs CHANGED
@@ -14517,17 +14517,6 @@ var ContainerMemoryPointSchema = object({
14517
14517
  */
14518
14518
  gpuShmemBytes: number().nullable()
14519
14519
  }).extend({ atMs: number() });
14520
- var DumpHeapSnapshotInputSchema = object({
14521
- /** The addon whose runner should dump a heap snapshot. */
14522
- addonId: string() });
14523
- var DumpHeapSnapshotResultSchema = object({
14524
- success: boolean(),
14525
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14526
- path: string().optional(),
14527
- /** Process pid that was signalled. */
14528
- pid: number().optional(),
14529
- reason: string().optional()
14530
- });
14531
14520
  /**
14532
14521
  * One point of one function's series.
14533
14522
  *
@@ -14651,10 +14640,7 @@ var SystemMetricsSchema = object({
14651
14640
  gpuPercent: number().optional(),
14652
14641
  gpuMemoryPercent: number().optional()
14653
14642
  });
14654
- 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, {
14655
- kind: "mutation",
14656
- auth: "admin"
14657
- });
14643
+ 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);
14658
14644
  method(object({
14659
14645
  sourceUrl: string(),
14660
14646
  metadata: ModelConvertMetadataSchema,
@@ -18966,7 +18952,8 @@ var MediaFileKindEnum = _enum([
18966
18952
  "plateCrop",
18967
18953
  "keyFrame",
18968
18954
  "keyFrameSmall",
18969
- "thumbnailSmall"
18955
+ "thumbnailSmall",
18956
+ "sceneFrame"
18970
18957
  ]);
18971
18958
  /**
18972
18959
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -35376,12 +35363,6 @@ Object.freeze({
35376
35363
  addonId: null,
35377
35364
  access: "view"
35378
35365
  },
35379
- "metricsProvider.dumpHeapSnapshot": {
35380
- capName: "metrics-provider",
35381
- capScope: "system",
35382
- addonId: null,
35383
- access: "create"
35384
- },
35385
35366
  "metricsProvider.getAddonStats": {
35386
35367
  capName: "metrics-provider",
35387
35368
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-rtsp",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "description": "Generic RTSP camera device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",