@camstack/addon-remote-storage 1.2.54 → 1.2.55

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/s3.addon.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CYlPexMB.js");
5
+ const require_shared = require("./shared-0jYjizzs.js");
6
6
  let node_stream = require("node:stream");
7
7
  let _aws_sdk_client_s3 = require("@aws-sdk/client-s3");
8
8
  let _aws_sdk_lib_storage = require("@aws-sdk/lib-storage");
package/dist/s3.addon.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-1TJGwDse.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, n as getOptionalBasePath, o as scheduleIdleAbort, s as storageProviderCapability, t as createSessionId } from "./shared-BpCkqZUj.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { DeleteObjectCommand, GetObjectCommand, HeadBucketCommand, HeadObjectCommand, ListObjectsV2Command, PutObjectCommand, S3Client } from "@aws-sdk/client-s3";
4
4
  import { Upload } from "@aws-sdk/lib-storage";
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CYlPexMB.js");
5
+ const require_shared = require("./shared-0jYjizzs.js");
6
6
  let ssh2 = require("ssh2");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-1TJGwDse.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-BpCkqZUj.mjs";
2
2
  import { Client } from "ssh2";
3
3
  import * as path from "node:path";
4
4
  //#region src/providers/sftp/sftp-config-schema.ts
@@ -14229,17 +14229,6 @@ var ContainerMemoryPointSchema = object({
14229
14229
  */
14230
14230
  gpuShmemBytes: number().nullable()
14231
14231
  }).extend({ atMs: number() });
14232
- var DumpHeapSnapshotInputSchema = object({
14233
- /** The addon whose runner should dump a heap snapshot. */
14234
- addonId: string() });
14235
- var DumpHeapSnapshotResultSchema = object({
14236
- success: boolean(),
14237
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14238
- path: string().optional(),
14239
- /** Process pid that was signalled. */
14240
- pid: number().optional(),
14241
- reason: string().optional()
14242
- });
14243
14232
  /**
14244
14233
  * One point of one function's series.
14245
14234
  *
@@ -14363,10 +14352,7 @@ var SystemMetricsSchema = object({
14363
14352
  gpuPercent: number().optional(),
14364
14353
  gpuMemoryPercent: number().optional()
14365
14354
  });
14366
- 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, {
14367
- kind: "mutation",
14368
- auth: "admin"
14369
- });
14355
+ 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);
14370
14356
  method(object({
14371
14357
  sourceUrl: string(),
14372
14358
  metadata: ModelConvertMetadataSchema,
@@ -18600,7 +18586,8 @@ var MediaFileKindEnum = _enum([
18600
18586
  "plateCrop",
18601
18587
  "keyFrame",
18602
18588
  "keyFrameSmall",
18603
- "thumbnailSmall"
18589
+ "thumbnailSmall",
18590
+ "sceneFrame"
18604
18591
  ]);
18605
18592
  /**
18606
18593
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -31478,12 +31465,6 @@ Object.freeze({
31478
31465
  addonId: null,
31479
31466
  access: "view"
31480
31467
  },
31481
- "metricsProvider.dumpHeapSnapshot": {
31482
- capName: "metrics-provider",
31483
- capScope: "system",
31484
- addonId: null,
31485
- access: "create"
31486
- },
31487
31468
  "metricsProvider.getAddonStats": {
31488
31469
  capName: "metrics-provider",
31489
31470
  capScope: "system",
@@ -14206,17 +14206,6 @@ var ContainerMemoryPointSchema = object({
14206
14206
  */
14207
14207
  gpuShmemBytes: number().nullable()
14208
14208
  }).extend({ atMs: number() });
14209
- var DumpHeapSnapshotInputSchema = object({
14210
- /** The addon whose runner should dump a heap snapshot. */
14211
- addonId: string() });
14212
- var DumpHeapSnapshotResultSchema = object({
14213
- success: boolean(),
14214
- /** Path of the written .heapsnapshot inside the runner's container/host. */
14215
- path: string().optional(),
14216
- /** Process pid that was signalled. */
14217
- pid: number().optional(),
14218
- reason: string().optional()
14219
- });
14220
14209
  /**
14221
14210
  * One point of one function's series.
14222
14211
  *
@@ -14340,10 +14329,7 @@ var SystemMetricsSchema = object({
14340
14329
  gpuPercent: number().optional(),
14341
14330
  gpuMemoryPercent: number().optional()
14342
14331
  });
14343
- 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, {
14344
- kind: "mutation",
14345
- auth: "admin"
14346
- });
14332
+ 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);
14347
14333
  method(object({
14348
14334
  sourceUrl: string(),
14349
14335
  metadata: ModelConvertMetadataSchema,
@@ -18577,7 +18563,8 @@ var MediaFileKindEnum = _enum([
18577
18563
  "plateCrop",
18578
18564
  "keyFrame",
18579
18565
  "keyFrameSmall",
18580
- "thumbnailSmall"
18566
+ "thumbnailSmall",
18567
+ "sceneFrame"
18581
18568
  ]);
18582
18569
  /**
18583
18570
  * One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
@@ -31455,12 +31442,6 @@ Object.freeze({
31455
31442
  addonId: null,
31456
31443
  access: "view"
31457
31444
  },
31458
- "metricsProvider.dumpHeapSnapshot": {
31459
- capName: "metrics-provider",
31460
- capScope: "system",
31461
- addonId: null,
31462
- access: "create"
31463
- },
31464
31445
  "metricsProvider.getAddonStats": {
31465
31446
  capName: "metrics-provider",
31466
31447
  capScope: "system",
package/dist/smb.addon.js CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CYlPexMB.js");
5
+ const require_shared = require("./shared-0jYjizzs.js");
6
6
  let node_crypto = require("node:crypto");
7
7
  let node_path = require("node:path");
8
8
  node_path = require_shared.__toESM(node_path);
@@ -1,4 +1,4 @@
1
- import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-1TJGwDse.mjs";
1
+ import { c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, s as storageProviderCapability } from "./shared-BpCkqZUj.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import * as path from "node:path";
4
4
  import * as fsp from "node:fs/promises";
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_shared = require("./shared-CYlPexMB.js");
5
+ const require_shared = require("./shared-0jYjizzs.js");
6
6
  let node_stream = require("node:stream");
7
7
  let webdav = require("webdav");
8
8
  //#region src/providers/webdav/webdav-config-schema.ts
@@ -1,4 +1,4 @@
1
- import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-1TJGwDse.mjs";
1
+ import { a as safeJoinRemotePath, c as BaseAddon, i as rearmIdleAbort, o as scheduleIdleAbort, r as getRequiredBasePath, s as storageProviderCapability, t as createSessionId } from "./shared-BpCkqZUj.mjs";
2
2
  import { PassThrough } from "node:stream";
3
3
  import { AuthType, createClient } from "webdav";
4
4
  //#region src/providers/webdav/webdav-config-schema.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-remote-storage",
3
- "version": "1.2.54",
3
+ "version": "1.2.55",
4
4
  "description": "Remote storage providers (SFTP, S3, WebDAV, SMB) — unifies remote backends behind the storage-provider cap",
5
5
  "keywords": [
6
6
  "camstack",