@camstack/addon-terminal 0.1.60 → 0.1.61

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
@@ -14529,17 +14529,6 @@ var ContainerMemoryPointSchema = object({
14529
14529
  */
14530
14530
  gpuShmemBytes: number().nullable()
14531
14531
  }).extend({ atMs: number() });
14532
- var DumpHeapSnapshotInputSchema = object({
14533
- /** The addon whose runner should dump a heap snapshot. */
14534
- addonId: string() });
14535
- var DumpHeapSnapshotResultSchema = object({
14536
- success: boolean(),
14537
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14538
- path: string().optional(),
14539
- /** Process pid that was signalled. */
14540
- pid: number().optional(),
14541
- reason: string().optional()
14542
- });
14543
14532
  /**
14544
14533
  * One point of one function's series.
14545
14534
  *
@@ -14663,10 +14652,7 @@ var SystemMetricsSchema = object({
14663
14652
  gpuPercent: number().optional(),
14664
14653
  gpuMemoryPercent: number().optional()
14665
14654
  });
14666
- 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, {
14667
- kind: "mutation",
14668
- auth: "admin"
14669
- });
14655
+ 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);
14670
14656
  method(object({
14671
14657
  sourceUrl: string(),
14672
14658
  metadata: ModelConvertMetadataSchema,
@@ -18978,7 +18964,8 @@ var MediaFileKindEnum = _enum([
18978
18964
  "plateCrop",
18979
18965
  "keyFrame",
18980
18966
  "keyFrameSmall",
18981
- "thumbnailSmall"
18967
+ "thumbnailSmall",
18968
+ "sceneFrame"
18982
18969
  ]);
18983
18970
  /**
18984
18971
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -35356,12 +35343,6 @@ Object.freeze({
35356
35343
  addonId: null,
35357
35344
  access: "view"
35358
35345
  },
35359
- "metricsProvider.dumpHeapSnapshot": {
35360
- capName: "metrics-provider",
35361
- capScope: "system",
35362
- addonId: null,
35363
- access: "create"
35364
- },
35365
35346
  "metricsProvider.getAddonStats": {
35366
35347
  capName: "metrics-provider",
35367
35348
  capScope: "system",
package/dist/addon.mjs CHANGED
@@ -14506,17 +14506,6 @@ var ContainerMemoryPointSchema = object({
14506
14506
  */
14507
14507
  gpuShmemBytes: number().nullable()
14508
14508
  }).extend({ atMs: number() });
14509
- var DumpHeapSnapshotInputSchema = object({
14510
- /** The addon whose runner should dump a heap snapshot. */
14511
- addonId: string() });
14512
- var DumpHeapSnapshotResultSchema = object({
14513
- success: boolean(),
14514
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14515
- path: string().optional(),
14516
- /** Process pid that was signalled. */
14517
- pid: number().optional(),
14518
- reason: string().optional()
14519
- });
14520
14509
  /**
14521
14510
  * One point of one function's series.
14522
14511
  *
@@ -14640,10 +14629,7 @@ var SystemMetricsSchema = object({
14640
14629
  gpuPercent: number().optional(),
14641
14630
  gpuMemoryPercent: number().optional()
14642
14631
  });
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), method(DumpHeapSnapshotInputSchema, DumpHeapSnapshotResultSchema, {
14644
- kind: "mutation",
14645
- auth: "admin"
14646
- });
14632
+ 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);
14647
14633
  method(object({
14648
14634
  sourceUrl: string(),
14649
14635
  metadata: ModelConvertMetadataSchema,
@@ -18955,7 +18941,8 @@ var MediaFileKindEnum = _enum([
18955
18941
  "plateCrop",
18956
18942
  "keyFrame",
18957
18943
  "keyFrameSmall",
18958
- "thumbnailSmall"
18944
+ "thumbnailSmall",
18945
+ "sceneFrame"
18959
18946
  ]);
18960
18947
  /**
18961
18948
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -35333,12 +35320,6 @@ Object.freeze({
35333
35320
  addonId: null,
35334
35321
  access: "view"
35335
35322
  },
35336
- "metricsProvider.dumpHeapSnapshot": {
35337
- capName: "metrics-provider",
35338
- capScope: "system",
35339
- addonId: null,
35340
- access: "create"
35341
- },
35342
35323
  "metricsProvider.getAddonStats": {
35343
35324
  capName: "metrics-provider",
35344
35325
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",