@camstack/addon-smtp-nodemailer 1.2.64 → 1.2.65

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.
@@ -7574,7 +7574,8 @@ var CameraSwitchAuthoritySchema = discriminatedUnion("kind", [
7574
7574
  var CameraSwitchUnavailableReasonSchema = _enum([
7575
7575
  "no-provider",
7576
7576
  "source-unreachable",
7577
- "not-configured"
7577
+ "not-configured",
7578
+ "device-disabled"
7578
7579
  ]);
7579
7580
  /**
7580
7581
  * One switch, resolved for one camera.
@@ -23110,12 +23111,20 @@ var BatteryStatusSchema = object({
23110
23111
  * Charging source. `'dc'` covers wall/USB adapters; `'solar'` is
23111
23112
  * Reolink-specific for the Solar Panel 2 accessory (will become
23112
23113
  * common on other battery cams). `'none'` means running on battery
23113
- * alone.
23114
+ * alone — a NEGATIVE the firmware actually reported.
23115
+ *
23116
+ * `'unknown'` is the absence of an answer: the provider has not read the
23117
+ * power fields yet, or the firmware reported neither. Before it existed,
23118
+ * two unreadable fields produced `'none'`, and a camera nobody had reached
23119
+ * was drawn "on battery alone" — the same D315 defect `percentage` closed
23120
+ * by going nullable. Consumers SKIP it (no charger state published, no
23121
+ * glyph, no HomeKit ChargingState) rather than coerce it either way.
23114
23122
  */
23115
23123
  charging: _enum([
23116
23124
  "dc",
23117
23125
  "solar",
23118
- "none"
23126
+ "none",
23127
+ "unknown"
23119
23128
  ]),
23120
23129
  /**
23121
23130
  * True when the camera firmware has gone into low-power mode. Battery
@@ -7572,7 +7572,8 @@ var CameraSwitchAuthoritySchema = discriminatedUnion("kind", [
7572
7572
  var CameraSwitchUnavailableReasonSchema = _enum([
7573
7573
  "no-provider",
7574
7574
  "source-unreachable",
7575
- "not-configured"
7575
+ "not-configured",
7576
+ "device-disabled"
7576
7577
  ]);
7577
7578
  /**
7578
7579
  * One switch, resolved for one camera.
@@ -23108,12 +23109,20 @@ var BatteryStatusSchema = object({
23108
23109
  * Charging source. `'dc'` covers wall/USB adapters; `'solar'` is
23109
23110
  * Reolink-specific for the Solar Panel 2 accessory (will become
23110
23111
  * common on other battery cams). `'none'` means running on battery
23111
- * alone.
23112
+ * alone — a NEGATIVE the firmware actually reported.
23113
+ *
23114
+ * `'unknown'` is the absence of an answer: the provider has not read the
23115
+ * power fields yet, or the firmware reported neither. Before it existed,
23116
+ * two unreadable fields produced `'none'`, and a camera nobody had reached
23117
+ * was drawn "on battery alone" — the same D315 defect `percentage` closed
23118
+ * by going nullable. Consumers SKIP it (no charger state published, no
23119
+ * glyph, no HomeKit ChargingState) rather than coerce it either way.
23112
23120
  */
23113
23121
  charging: _enum([
23114
23122
  "dc",
23115
23123
  "solar",
23116
- "none"
23124
+ "none",
23125
+ "unknown"
23117
23126
  ]),
23118
23127
  /**
23119
23128
  * True when the camera firmware has gone into low-power mode. Battery
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.64",
3
+ "version": "1.2.65",
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",