@camstack/addon-smtp-nodemailer 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/smtp.addon.js +3 -22
- package/dist/smtp.addon.mjs +3 -22
- package/package.json +1 -1
package/dist/smtp.addon.js
CHANGED
|
@@ -14242,17 +14242,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
14242
14242
|
*/
|
|
14243
14243
|
gpuShmemBytes: number().nullable()
|
|
14244
14244
|
}).extend({ atMs: number() });
|
|
14245
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
14246
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
14247
|
-
addonId: string() });
|
|
14248
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
14249
|
-
success: boolean(),
|
|
14250
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
14251
|
-
path: string().optional(),
|
|
14252
|
-
/** Process pid that was signalled. */
|
|
14253
|
-
pid: number().optional(),
|
|
14254
|
-
reason: string().optional()
|
|
14255
|
-
});
|
|
14256
14245
|
/**
|
|
14257
14246
|
* One point of one function's series.
|
|
14258
14247
|
*
|
|
@@ -14376,10 +14365,7 @@ var SystemMetricsSchema = object({
|
|
|
14376
14365
|
gpuPercent: number().optional(),
|
|
14377
14366
|
gpuMemoryPercent: number().optional()
|
|
14378
14367
|
});
|
|
14379
|
-
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)
|
|
14380
|
-
kind: "mutation",
|
|
14381
|
-
auth: "admin"
|
|
14382
|
-
});
|
|
14368
|
+
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);
|
|
14383
14369
|
method(object({
|
|
14384
14370
|
sourceUrl: string(),
|
|
14385
14371
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -18613,7 +18599,8 @@ var MediaFileKindEnum = _enum([
|
|
|
18613
18599
|
"plateCrop",
|
|
18614
18600
|
"keyFrame",
|
|
18615
18601
|
"keyFrameSmall",
|
|
18616
|
-
"thumbnailSmall"
|
|
18602
|
+
"thumbnailSmall",
|
|
18603
|
+
"sceneFrame"
|
|
18617
18604
|
]);
|
|
18618
18605
|
/**
|
|
18619
18606
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -31444,12 +31431,6 @@ Object.freeze({
|
|
|
31444
31431
|
addonId: null,
|
|
31445
31432
|
access: "view"
|
|
31446
31433
|
},
|
|
31447
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
31448
|
-
capName: "metrics-provider",
|
|
31449
|
-
capScope: "system",
|
|
31450
|
-
addonId: null,
|
|
31451
|
-
access: "create"
|
|
31452
|
-
},
|
|
31453
31434
|
"metricsProvider.getAddonStats": {
|
|
31454
31435
|
capName: "metrics-provider",
|
|
31455
31436
|
capScope: "system",
|
package/dist/smtp.addon.mjs
CHANGED
|
@@ -14240,17 +14240,6 @@ var ContainerMemoryPointSchema = object({
|
|
|
14240
14240
|
*/
|
|
14241
14241
|
gpuShmemBytes: number().nullable()
|
|
14242
14242
|
}).extend({ atMs: number() });
|
|
14243
|
-
var DumpHeapSnapshotInputSchema = object({
|
|
14244
|
-
/** The addon whose runner should dump a heap snapshot. */
|
|
14245
|
-
addonId: string() });
|
|
14246
|
-
var DumpHeapSnapshotResultSchema = object({
|
|
14247
|
-
success: boolean(),
|
|
14248
|
-
/** Path of the written .heapsnapshot inside the runner's container/host. */
|
|
14249
|
-
path: string().optional(),
|
|
14250
|
-
/** Process pid that was signalled. */
|
|
14251
|
-
pid: number().optional(),
|
|
14252
|
-
reason: string().optional()
|
|
14253
|
-
});
|
|
14254
14243
|
/**
|
|
14255
14244
|
* One point of one function's series.
|
|
14256
14245
|
*
|
|
@@ -14374,10 +14363,7 @@ var SystemMetricsSchema = object({
|
|
|
14374
14363
|
gpuPercent: number().optional(),
|
|
14375
14364
|
gpuMemoryPercent: number().optional()
|
|
14376
14365
|
});
|
|
14377
|
-
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)
|
|
14378
|
-
kind: "mutation",
|
|
14379
|
-
auth: "admin"
|
|
14380
|
-
});
|
|
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);
|
|
14381
14367
|
method(object({
|
|
14382
14368
|
sourceUrl: string(),
|
|
14383
14369
|
metadata: ModelConvertMetadataSchema,
|
|
@@ -18611,7 +18597,8 @@ var MediaFileKindEnum = _enum([
|
|
|
18611
18597
|
"plateCrop",
|
|
18612
18598
|
"keyFrame",
|
|
18613
18599
|
"keyFrameSmall",
|
|
18614
|
-
"thumbnailSmall"
|
|
18600
|
+
"thumbnailSmall",
|
|
18601
|
+
"sceneFrame"
|
|
18615
18602
|
]);
|
|
18616
18603
|
/**
|
|
18617
18604
|
* One media row ON THE WIRE: what it is, how big it is, and WHERE ITS BYTES
|
|
@@ -31442,12 +31429,6 @@ Object.freeze({
|
|
|
31442
31429
|
addonId: null,
|
|
31443
31430
|
access: "view"
|
|
31444
31431
|
},
|
|
31445
|
-
"metricsProvider.dumpHeapSnapshot": {
|
|
31446
|
-
capName: "metrics-provider",
|
|
31447
|
-
capScope: "system",
|
|
31448
|
-
addonId: null,
|
|
31449
|
-
access: "create"
|
|
31450
|
-
},
|
|
31451
31432
|
"metricsProvider.getAddonStats": {
|
|
31452
31433
|
capName: "metrics-provider",
|
|
31453
31434
|
capScope: "system",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-smtp-nodemailer",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.55",
|
|
4
4
|
"description": "SMTP email provider addon for CamStack — wraps `nodemailer` and registers a `smtp-provider` cap collection entry. Used by magic-link login + notifier addons.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|