@spytecgps/nova-orm 0.0.135 → 0.0.137
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.
|
@@ -102,6 +102,7 @@ export declare class UserConfigurationsRepository extends BaseRepository {
|
|
|
102
102
|
* Get device alert time windows configurations
|
|
103
103
|
* @param {GetDeviceAlertTimeWindowsParams} params containing information to get device alert time windows configurations
|
|
104
104
|
* - filters.imei: The imei to obtain all user alert configurations from that device.
|
|
105
|
+
* - filters.clientId: The client id to obtain the configurations.
|
|
105
106
|
* @returns The user device time windows configurations
|
|
106
107
|
*/
|
|
107
108
|
getDeviceAlertTimeWindows(params: GetDeviceAlertTimeWindowsParams): Promise<DeviceAlertConfiguration[]>;
|