@camstack/addon-smtp-nodemailer 1.2.58 → 1.2.59

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.
@@ -12615,7 +12615,10 @@ method(_void(), _void(), { kind: "mutation" }), method(_void(), _void(), { kind:
12615
12615
  id: string(),
12616
12616
  name: string(),
12617
12617
  type: string()
12618
- }))), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12618
+ }))), method(object({ stableId: string() }), object({ deviceId: number() }), {
12619
+ kind: "mutation",
12620
+ timeoutMs: 3 * 6e4
12621
+ }), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12619
12622
  kind: "mutation",
12620
12623
  auth: "admin"
12621
12624
  }), method(object({}), CreationSchemaOutputSchema), method(object({}), object({ deviceType: _enum(DeviceType).nullable() })), method(object({ candidate: DiscoveryCandidateSchema }), DeviceSummarySchema, {
@@ -12896,7 +12899,8 @@ method(object({
12896
12899
  targetId: number()
12897
12900
  }), MigrateDeviceResultSchema, {
12898
12901
  kind: "mutation",
12899
- auth: "admin"
12902
+ auth: "admin",
12903
+ timeoutMs: 12 * 6e4
12900
12904
  }), method(DeviceRegisterPayloadSchema, _void(), { kind: "mutation" }), method(DeviceRemovePayloadSchema, _void(), { kind: "mutation" }), method(DevicePersistConfigPayloadSchema, _void(), { kind: "mutation" }), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), DeviceMetaSchema.nullable()), method(object({
12901
12905
  deviceId: number(),
12902
12906
  name: string()
@@ -30768,6 +30772,12 @@ Object.freeze({
30768
30772
  addonId: null,
30769
30773
  access: "view"
30770
30774
  },
30775
+ "deviceProvider.reloadDevice": {
30776
+ capName: "device-provider",
30777
+ capScope: "system",
30778
+ addonId: null,
30779
+ access: "create"
30780
+ },
30771
30781
  "deviceProvider.start": {
30772
30782
  capName: "device-provider",
30773
30783
  capScope: "system",
@@ -12613,7 +12613,10 @@ method(_void(), _void(), { kind: "mutation" }), method(_void(), _void(), { kind:
12613
12613
  id: string(),
12614
12614
  name: string(),
12615
12615
  type: string()
12616
- }))), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12616
+ }))), method(object({ stableId: string() }), object({ deviceId: number() }), {
12617
+ kind: "mutation",
12618
+ timeoutMs: 3 * 6e4
12619
+ }), method(object({}), boolean()), method(object({ params: record(string(), unknown()).optional() }), array(DiscoveryCandidateSchema), {
12617
12620
  kind: "mutation",
12618
12621
  auth: "admin"
12619
12622
  }), method(object({}), CreationSchemaOutputSchema), method(object({}), object({ deviceType: _enum(DeviceType).nullable() })), method(object({ candidate: DiscoveryCandidateSchema }), DeviceSummarySchema, {
@@ -12894,7 +12897,8 @@ method(object({
12894
12897
  targetId: number()
12895
12898
  }), MigrateDeviceResultSchema, {
12896
12899
  kind: "mutation",
12897
- auth: "admin"
12900
+ auth: "admin",
12901
+ timeoutMs: 12 * 6e4
12898
12902
  }), method(DeviceRegisterPayloadSchema, _void(), { kind: "mutation" }), method(DeviceRemovePayloadSchema, _void(), { kind: "mutation" }), method(DevicePersistConfigPayloadSchema, _void(), { kind: "mutation" }), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), record(string(), unknown())), method(object({ deviceId: number() }), DeviceMetaSchema.nullable()), method(object({
12899
12903
  deviceId: number(),
12900
12904
  name: string()
@@ -30766,6 +30770,12 @@ Object.freeze({
30766
30770
  addonId: null,
30767
30771
  access: "view"
30768
30772
  },
30773
+ "deviceProvider.reloadDevice": {
30774
+ capName: "device-provider",
30775
+ capScope: "system",
30776
+ addonId: null,
30777
+ access: "create"
30778
+ },
30769
30779
  "deviceProvider.start": {
30770
30780
  capName: "device-provider",
30771
30781
  capScope: "system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.58",
3
+ "version": "1.2.59",
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",