@camstack/addon-decoder-nodeav 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/index.js +3 -22
- package/dist/index.mjs +3 -22
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14351,17 +14351,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
14351
14351
|
*/
|
|
14352
14352
|
gpuShmemBytes: number().nullable()
|
|
14353
14353
|
}).extend({ atMs: number() });
|
|
14354
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
14355
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
14356
|
-
addonId: string() });
|
|
14357
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
14358
|
-
success: boolean(),
|
|
14359
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
14360
|
-
path: string().optional(),
|
|
14361
|
-
/** Process pid that was signalled. */
|
|
14362
|
-
pid: number().optional(),
|
|
14363
|
-
reason: string().optional()
|
|
14364
|
-
});
|
|
14365
14354
|
/**
|
|
14366
14355
|
* One point of one function's series.
|
|
14367
14356
|
*
|
|
@@ -14485,10 +14474,7 @@ var SystemMetricsSchema = object({
|
|
|
14485
14474
|
gpuPercent: number().optional(),
|
|
14486
14475
|
gpuMemoryPercent: number().optional()
|
|
14487
14476
|
});
|
|
14488
|
-
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)
|
|
14489
|
-
kind: "mutation",
|
|
14490
|
-
auth: "admin"
|
|
14491
|
-
});
|
|
14477
|
+
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);
|
|
14492
14478
|
method(object({
|
|
14493
14479
|
sourceUrl: string(),
|
|
14494
14480
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -18722,7 +18708,8 @@ var MediaFileKindEnum = _enum([
|
|
|
18722
18708
|
"plateCrop",
|
|
18723
18709
|
"keyFrame",
|
|
18724
18710
|
"keyFrameSmall",
|
|
18725
|
-
"thumbnailSmall"
|
|
18711
|
+
"thumbnailSmall",
|
|
18712
|
+
"sceneFrame"
|
|
18726
18713
|
]);
|
|
18727
18714
|
/**
|
|
18728
18715
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -31540,12 +31527,6 @@ Object.freeze({
|
|
|
31540
31527
|
addonId: null,
|
|
31541
31528
|
access: "view"
|
|
31542
31529
|
},
|
|
31543
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
31544
|
-
capName: "metrics-provider",
|
|
31545
|
-
capScope: "system",
|
|
31546
|
-
addonId: null,
|
|
31547
|
-
access: "create"
|
|
31548
|
-
},
|
|
31549
31530
|
"metricsProvider.getAddonStats": {
|
|
31550
31531
|
capName: "metrics-provider",
|
|
31551
31532
|
capScope: "system",
|
package/dist/index.mjs
CHANGED
|
@@ -14347,17 +14347,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
14347
14347
|
*/
|
|
14348
14348
|
gpuShmemBytes: number().nullable()
|
|
14349
14349
|
}).extend({ atMs: number() });
|
|
14350
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
14351
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
14352
|
-
addonId: string() });
|
|
14353
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
14354
|
-
success: boolean(),
|
|
14355
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
14356
|
-
path: string().optional(),
|
|
14357
|
-
/** Process pid that was signalled. */
|
|
14358
|
-
pid: number().optional(),
|
|
14359
|
-
reason: string().optional()
|
|
14360
|
-
});
|
|
14361
14350
|
/**
|
|
14362
14351
|
* One point of one function's series.
|
|
14363
14352
|
*
|
|
@@ -14481,10 +14470,7 @@ var SystemMetricsSchema = object({
|
|
|
14481
14470
|
gpuPercent: number().optional(),
|
|
14482
14471
|
gpuMemoryPercent: number().optional()
|
|
14483
14472
|
});
|
|
14484
|
-
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)
|
|
14485
|
-
kind: "mutation",
|
|
14486
|
-
auth: "admin"
|
|
14487
|
-
});
|
|
14473
|
+
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);
|
|
14488
14474
|
method(object({
|
|
14489
14475
|
sourceUrl: string(),
|
|
14490
14476
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -18718,7 +18704,8 @@ var MediaFileKindEnum = _enum([
|
|
|
18718
18704
|
"plateCrop",
|
|
18719
18705
|
"keyFrame",
|
|
18720
18706
|
"keyFrameSmall",
|
|
18721
|
-
"thumbnailSmall"
|
|
18707
|
+
"thumbnailSmall",
|
|
18708
|
+
"sceneFrame"
|
|
18722
18709
|
]);
|
|
18723
18710
|
/**
|
|
18724
18711
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -31536,12 +31523,6 @@ Object.freeze({
|
|
|
31536
31523
|
addonId: null,
|
|
31537
31524
|
access: "view"
|
|
31538
31525
|
},
|
|
31539
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
31540
|
-
capName: "metrics-provider",
|
|
31541
|
-
capScope: "system",
|
|
31542
|
-
addonId: null,
|
|
31543
|
-
access: "create"
|
|
31544
|
-
},
|
|
31545
31526
|
"metricsProvider.getAddonStats": {
|
|
31546
31527
|
capName: "metrics-provider",
|
|
31547
31528
|
capScope: "system",
|