@seamapi/types 1.1040.0 → 1.1043.0
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/lib/seam/connect/models/events/devices.d.ts +12 -6
- package/lib/seam/connect/models/events/devices.js +18 -5
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +6 -3
- package/lib/seam/connect/openapi.js +1033 -19289
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +26 -14
- package/package.json +2 -2
- package/src/lib/seam/connect/models/events/devices.ts +21 -5
- package/src/lib/seam/connect/openapi.ts +663 -19767
- package/src/lib/seam/connect/route-types.ts +26 -12
|
@@ -60500,10 +60500,13 @@ export type Routes = {
|
|
|
60500
60500
|
}
|
|
60501
60501
|
| undefined
|
|
60502
60502
|
event_type: 'device.low_battery'
|
|
60503
|
-
/** Number in the range 0 to 1.0 indicating the
|
|
60503
|
+
/** Number in the range 0 to 1.0 indicating the level of the battery whose drop triggered this event.
|
|
60504
|
+
* @deprecated Use device_battery_level and accessory_keypad_battery_level, which distinguish the device's own battery from a paired accessory keypad's battery.*/
|
|
60504
60505
|
battery_level: number
|
|
60505
|
-
/**
|
|
60506
|
-
|
|
60506
|
+
/** Number in the range 0 to 1.0 indicating the affected device's own battery level, when known. */
|
|
60507
|
+
device_battery_level?: number | undefined
|
|
60508
|
+
/** Number in the range 0 to 1.0 indicating the battery level of the affected device's paired accessory keypad, when the device has one and its level is known. */
|
|
60509
|
+
accessory_keypad_battery_level?: number | undefined
|
|
60507
60510
|
}
|
|
60508
60511
|
| {
|
|
60509
60512
|
/** ID of the event. */
|
|
@@ -64791,10 +64794,13 @@ export type Routes = {
|
|
|
64791
64794
|
}
|
|
64792
64795
|
| undefined
|
|
64793
64796
|
event_type: 'device.low_battery'
|
|
64794
|
-
/** Number in the range 0 to 1.0 indicating the
|
|
64797
|
+
/** Number in the range 0 to 1.0 indicating the level of the battery whose drop triggered this event.
|
|
64798
|
+
* @deprecated Use device_battery_level and accessory_keypad_battery_level, which distinguish the device's own battery from a paired accessory keypad's battery.*/
|
|
64795
64799
|
battery_level: number
|
|
64796
|
-
/**
|
|
64797
|
-
|
|
64800
|
+
/** Number in the range 0 to 1.0 indicating the affected device's own battery level, when known. */
|
|
64801
|
+
device_battery_level?: number | undefined
|
|
64802
|
+
/** Number in the range 0 to 1.0 indicating the battery level of the affected device's paired accessory keypad, when the device has one and its level is known. */
|
|
64803
|
+
accessory_keypad_battery_level?: number | undefined
|
|
64798
64804
|
}
|
|
64799
64805
|
| {
|
|
64800
64806
|
/** ID of the event. */
|
|
@@ -96136,6 +96142,7 @@ export type Routes = {
|
|
|
96136
96142
|
| 'ACCESS_CODE_DEADLINE_LIFECYCLE'
|
|
96137
96143
|
| 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
|
|
96138
96144
|
| 'TARGETED_ACCESS_GRANT_ISSUANCE'
|
|
96145
|
+
| 'TRUTHFUL_CLIMATE_SETTING_SYNC'
|
|
96139
96146
|
/** Whether the feature flag should be enabled for the workspace. */
|
|
96140
96147
|
enabled: boolean
|
|
96141
96148
|
}
|
|
@@ -96158,6 +96165,7 @@ export type Routes = {
|
|
|
96158
96165
|
| 'ACCESS_CODE_DEADLINE_LIFECYCLE'
|
|
96159
96166
|
| 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
|
|
96160
96167
|
| 'TARGETED_ACCESS_GRANT_ISSUANCE'
|
|
96168
|
+
| 'TRUTHFUL_CLIMATE_SETTING_SYNC'
|
|
96161
96169
|
enabled: boolean
|
|
96162
96170
|
}
|
|
96163
96171
|
}
|
|
@@ -102511,10 +102519,13 @@ export type Routes = {
|
|
|
102511
102519
|
}
|
|
102512
102520
|
| undefined
|
|
102513
102521
|
event_type: 'device.low_battery'
|
|
102514
|
-
/** Number in the range 0 to 1.0 indicating the
|
|
102522
|
+
/** Number in the range 0 to 1.0 indicating the level of the battery whose drop triggered this event.
|
|
102523
|
+
* @deprecated Use device_battery_level and accessory_keypad_battery_level, which distinguish the device's own battery from a paired accessory keypad's battery.*/
|
|
102515
102524
|
battery_level: number
|
|
102516
|
-
/**
|
|
102517
|
-
|
|
102525
|
+
/** Number in the range 0 to 1.0 indicating the affected device's own battery level, when known. */
|
|
102526
|
+
device_battery_level?: number | undefined
|
|
102527
|
+
/** Number in the range 0 to 1.0 indicating the battery level of the affected device's paired accessory keypad, when the device has one and its level is known. */
|
|
102528
|
+
accessory_keypad_battery_level?: number | undefined
|
|
102518
102529
|
}
|
|
102519
102530
|
| {
|
|
102520
102531
|
/** ID of the event. */
|
|
@@ -150039,10 +150050,13 @@ export type Routes = {
|
|
|
150039
150050
|
}
|
|
150040
150051
|
| undefined
|
|
150041
150052
|
event_type: 'device.low_battery'
|
|
150042
|
-
/** Number in the range 0 to 1.0 indicating the
|
|
150053
|
+
/** Number in the range 0 to 1.0 indicating the level of the battery whose drop triggered this event.
|
|
150054
|
+
* @deprecated Use device_battery_level and accessory_keypad_battery_level, which distinguish the device's own battery from a paired accessory keypad's battery.*/
|
|
150043
150055
|
battery_level: number
|
|
150044
|
-
/**
|
|
150045
|
-
|
|
150056
|
+
/** Number in the range 0 to 1.0 indicating the affected device's own battery level, when known. */
|
|
150057
|
+
device_battery_level?: number | undefined
|
|
150058
|
+
/** Number in the range 0 to 1.0 indicating the battery level of the affected device's paired accessory keypad, when the device has one and its level is known. */
|
|
150059
|
+
accessory_keypad_battery_level?: number | undefined
|
|
150046
150060
|
}
|
|
150047
150061
|
| {
|
|
150048
150062
|
/** ID of the event. */
|