@d19n/youfibre-odin-sdk 2.0.278 → 2.0.280

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.
@@ -22,7 +22,7 @@ export interface CreateYfWifiSurveyMessage extends OdinRecordCreatedEvent<Create
22
22
  * Properties for CreateYfWifiSurvey action
23
23
  *
24
24
  * @property Required fields: 2
25
- * @property Optional fields: 6
25
+ * @property Optional fields: 5
26
26
  */
27
27
  export interface CreateYfWifiSurveyProperties {
28
28
  /**
@@ -76,13 +76,6 @@ export interface CreateYfWifiSurveyProperties {
76
76
  * @type {NUMBER}
77
77
  */
78
78
  PayloadSchemaVersion?: number | null;
79
- /**
80
- * Readings JSON
81
- *
82
- * Full survey payload: floors, locations, positions and per-location measurements with raw sample series. Contract v1 lives in spec 2026-08-07-wifi-survey-fields.ts. Null on a refused survey.
83
- * @type {JSON}
84
- */
85
- Readings?: string | null;
86
79
  }
87
80
  /**
88
81
  * Create WiFi Survey
@@ -28,7 +28,7 @@ export interface UpdateAdditionalCareProperties {
28
28
  /**
29
29
  * Additional Care Consent
30
30
  *
31
- * Customer consent for recording additional care requiremetns (Sales - Contact)
31
+ * Customer consent for recording additional care requirements (Sales - Contact)
32
32
  * @type {BOOLEAN}
33
33
  * @required
34
34
  * @visibleWhen TelecareAlarm = ["YES"] AND MedicallyDependant = ["YES"]
@@ -137,7 +137,7 @@ export interface UpdateContactProperties {
137
137
  /**
138
138
  * Additional Care Consent
139
139
  *
140
- * Customer consent for recording additional care requiremetns (Sales - Contact)
140
+ * Customer consent for recording additional care requirements (Sales - Contact)
141
141
  * @type {BOOLEAN}
142
142
  * @requiredWhen MedicallyDependant = ["YES"] AND TelecareAlarm = ["YES"]
143
143
  */
@@ -378,7 +378,7 @@ export declare enum ContactPropertyKeys {
378
378
  AdditionalCareNotes = "AdditionalCareNotes",
379
379
  /** Homeowner Status (Sales - Contact) */
380
380
  HomeownerStatus = "HomeownerStatus",
381
- /** Customer consent for recording additional care requiremetns (Sales - Contact) */
381
+ /** Customer consent for recording additional care requirements (Sales - Contact) */
382
382
  AdditionalCareConsent = "AdditionalCareConsent",
383
383
  /** Used to whitelist this user to a specific twilio queue in a time range. */
384
384
  WhitelistedTwilioQueue = "WhitelistedTwilioQueue",
@@ -720,7 +720,7 @@ export interface ContactProperties {
720
720
  * @enum {ContactHomeownerStatus}
721
721
  */
722
722
  HomeownerStatus: ContactHomeownerStatus;
723
- /** Customer consent for recording additional care requiremetns (Sales - Contact)
723
+ /** Customer consent for recording additional care requirements (Sales - Contact)
724
724
  *
725
725
  * @type {BOOLEAN}
726
726
  * @hidden This field is hidden in the UI
@@ -363,7 +363,7 @@ var ContactPropertyKeys;
363
363
  ContactPropertyKeys["AdditionalCareNotes"] = "AdditionalCareNotes";
364
364
  /** Homeowner Status (Sales - Contact) */
365
365
  ContactPropertyKeys["HomeownerStatus"] = "HomeownerStatus";
366
- /** Customer consent for recording additional care requiremetns (Sales - Contact) */
366
+ /** Customer consent for recording additional care requirements (Sales - Contact) */
367
367
  ContactPropertyKeys["AdditionalCareConsent"] = "AdditionalCareConsent";
368
368
  /** Used to whitelist this user to a specific twilio queue in a time range. */
369
369
  ContactPropertyKeys["WhitelistedTwilioQueue"] = "WhitelistedTwilioQueue";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.278",
3
+ "version": "2.0.280",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",