@camstack/addon-provider-petkit 0.2.55 → 0.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 +3 -22
- package/dist/addon.mjs +3 -22
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -15604,17 +15604,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
15604
15604
|
*/
|
|
15605
15605
|
gpuShmemBytes: number().nullable()
|
|
15606
15606
|
}).extend({ atMs: number() });
|
|
15607
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
15608
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
15609
|
-
addonId: string() });
|
|
15610
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
15611
|
-
success: boolean(),
|
|
15612
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
15613
|
-
path: string().optional(),
|
|
15614
|
-
/** Process pid that was signalled. */
|
|
15615
|
-
pid: number().optional(),
|
|
15616
|
-
reason: string().optional()
|
|
15617
|
-
});
|
|
15618
15607
|
/**
|
|
15619
15608
|
* One point of one function's series.
|
|
15620
15609
|
*
|
|
@@ -15738,10 +15727,7 @@ var SystemMetricsSchema = object({
|
|
|
15738
15727
|
gpuPercent: number().optional(),
|
|
15739
15728
|
gpuMemoryPercent: number().optional()
|
|
15740
15729
|
});
|
|
15741
|
-
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)
|
|
15742
|
-
kind: "mutation",
|
|
15743
|
-
auth: "admin"
|
|
15744
|
-
});
|
|
15730
|
+
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);
|
|
15745
15731
|
method(object({
|
|
15746
15732
|
sourceUrl: string(),
|
|
15747
15733
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -20053,7 +20039,8 @@ var MediaFileKindEnum = _enum([
|
|
|
20053
20039
|
"plateCrop",
|
|
20054
20040
|
"keyFrame",
|
|
20055
20041
|
"keyFrameSmall",
|
|
20056
|
-
"thumbnailSmall"
|
|
20042
|
+
"thumbnailSmall",
|
|
20043
|
+
"sceneFrame"
|
|
20057
20044
|
]);
|
|
20058
20045
|
/**
|
|
20059
20046
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -36293,12 +36280,6 @@ Object.freeze({
|
|
|
36293
36280
|
addonId: null,
|
|
36294
36281
|
access: "view"
|
|
36295
36282
|
},
|
|
36296
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
36297
|
-
capName: "metrics-provider",
|
|
36298
|
-
capScope: "system",
|
|
36299
|
-
addonId: null,
|
|
36300
|
-
access: "create"
|
|
36301
|
-
},
|
|
36302
36283
|
"metricsProvider.getAddonStats": {
|
|
36303
36284
|
capName: "metrics-provider",
|
|
36304
36285
|
capScope: "system",
|
package/dist/addon.mjs
CHANGED
|
@@ -15603,17 +15603,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
15603
15603
|
*/
|
|
15604
15604
|
gpuShmemBytes: number().nullable()
|
|
15605
15605
|
}).extend({ atMs: number() });
|
|
15606
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
15607
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
15608
|
-
addonId: string() });
|
|
15609
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
15610
|
-
success: boolean(),
|
|
15611
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
15612
|
-
path: string().optional(),
|
|
15613
|
-
/** Process pid that was signalled. */
|
|
15614
|
-
pid: number().optional(),
|
|
15615
|
-
reason: string().optional()
|
|
15616
|
-
});
|
|
15617
15606
|
/**
|
|
15618
15607
|
* One point of one function's series.
|
|
15619
15608
|
*
|
|
@@ -15737,10 +15726,7 @@ var SystemMetricsSchema = object({
|
|
|
15737
15726
|
gpuPercent: number().optional(),
|
|
15738
15727
|
gpuMemoryPercent: number().optional()
|
|
15739
15728
|
});
|
|
15740
|
-
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)
|
|
15741
|
-
kind: "mutation",
|
|
15742
|
-
auth: "admin"
|
|
15743
|
-
});
|
|
15729
|
+
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);
|
|
15744
15730
|
method(object({
|
|
15745
15731
|
sourceUrl: string(),
|
|
15746
15732
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -20052,7 +20038,8 @@ var MediaFileKindEnum = _enum([
|
|
|
20052
20038
|
"plateCrop",
|
|
20053
20039
|
"keyFrame",
|
|
20054
20040
|
"keyFrameSmall",
|
|
20055
|
-
"thumbnailSmall"
|
|
20041
|
+
"thumbnailSmall",
|
|
20042
|
+
"sceneFrame"
|
|
20056
20043
|
]);
|
|
20057
20044
|
/**
|
|
20058
20045
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -36292,12 +36279,6 @@ Object.freeze({
|
|
|
36292
36279
|
addonId: null,
|
|
36293
36280
|
access: "view"
|
|
36294
36281
|
},
|
|
36295
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
36296
|
-
capName: "metrics-provider",
|
|
36297
|
-
capScope: "system",
|
|
36298
|
-
addonId: null,
|
|
36299
|
-
access: "create"
|
|
36300
|
-
},
|
|
36301
36282
|
"metricsProvider.getAddonStats": {
|
|
36302
36283
|
capName: "metrics-provider",
|
|
36303
36284
|
capScope: "system",
|
package/package.json
CHANGED