@spytecgps/nova-orm 0.0.129 → 0.0.131
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/dist/entities/alertTimeWindowConfiguration.d.ts +11 -0
- package/dist/entities/deviceAlertConfiguration.d.ts +13 -0
- package/dist/entities/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/repositories/trips/index.d.ts +2 -2
- package/dist/repositories/trips/upsertTrip.d.ts +2 -2
- package/dist/types/trip.d.ts +0 -22
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export declare class AlertTimeWindowConfiguration {
|
|
3
|
+
id: number;
|
|
4
|
+
alertId: string | null;
|
|
5
|
+
userId: Buffer | null;
|
|
6
|
+
clientId: number | null;
|
|
7
|
+
alertConfigurationId: number;
|
|
8
|
+
daysOfTheWeek: string | null;
|
|
9
|
+
startTime: Date | null;
|
|
10
|
+
endTime: Date | null;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export declare class DeviceAlertConfiguration {
|
|
3
|
+
id: number;
|
|
4
|
+
alertTypeId: string | null;
|
|
5
|
+
userId: Buffer | null;
|
|
6
|
+
clientId: number | null;
|
|
7
|
+
alertConfigurationId: number;
|
|
8
|
+
daysOfTheWeek: string | null;
|
|
9
|
+
startTime: Date | null;
|
|
10
|
+
endTime: Date | null;
|
|
11
|
+
imei: string;
|
|
12
|
+
filter: object | null;
|
|
13
|
+
}
|
package/dist/entities/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { AcumaticaShipmentAmazon } from './acumaticaShipmentAmazon';
|
|
|
6
6
|
import { Alert } from './alert';
|
|
7
7
|
import { AlertMigration } from './alertMigration';
|
|
8
8
|
import { AlertMigrationBatch } from './alertMigrationBatch';
|
|
9
|
+
import { AlertTimeWindowConfiguration } from './alertTimeWindowConfiguration';
|
|
9
10
|
import { AlertType } from './alertType';
|
|
10
11
|
import { AssetCategory } from './assetCategory';
|
|
11
12
|
import { Billing } from './billing';
|
|
@@ -28,6 +29,7 @@ import { DataSourceType } from './dataSourceType';
|
|
|
28
29
|
import { Deactivation } from './deactivation';
|
|
29
30
|
import { DeactivationReason } from './deactivationReason';
|
|
30
31
|
import { Device } from './device';
|
|
32
|
+
import { DeviceAlertConfiguration } from './deviceAlertConfiguration';
|
|
31
33
|
import { DeviceBehavior } from './deviceBehavior';
|
|
32
34
|
import { DeviceCustomConfiguration } from './deviceCustomConfiguration';
|
|
33
35
|
import { DeviceHistory } from './deviceHistory';
|
|
@@ -83,4 +85,4 @@ import { UserInvitation } from './userInvitation';
|
|
|
83
85
|
import { UserRatingRequest } from './userRatingRequest';
|
|
84
86
|
import { UserRegistrationAttempt } from './userRegistrationAttempt';
|
|
85
87
|
import { UserSecurityRole } from './userSecurityRole';
|
|
86
|
-
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, Alert, AlertMigration, AlertMigrationBatch, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingHubspotPaymentLog, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, DataSourceType, Deactivation, DeactivationReason, Device, DeviceBehavior, DeviceCustomConfiguration, DeviceHistory, DeviceModelListener, DevicePromotion, DeviceReplacement, DeviceType, DeviceTypeEvent, DeviceTypeFeature, DeviceTypeFirmware, EntityTag, EntityType, Event, Feature, FirmwareUpgradeTask, Boundary, BoundaryEvent, IccidStatus, ImeiIccidCarrier, ImeiIccidHistory, Industry, LatestPosition, Magento2Gps, Magento2Plan, MobileNetwork, NotificationRecipient, Organization, Plan, Position, PositionMigration, PositionMigrationBatch, Promotion, SecurityRole, ServiceProvider, ServiceProviderProduct, ServiceProviderProductNetwork, ServiceProviderProductType, Sim, Trip, TripCompletionStatus, TripPosition, User, UserActivation, UserActivationDevice, UserActivationEvent, UserActivationMetric, UserAlertComplain, UserAlertConfiguration, UserAppFeedback, UserAppIncident, UserConfiguration, UserDataDeletionRequest, UserDeviceBehaviorTask, UserInvitation, UserRatingRequest, UserRegistrationAttempt, UserSecurityRole, };
|
|
88
|
+
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, Alert, AlertMigration, AlertMigrationBatch, AlertTimeWindowConfiguration, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingHubspotPaymentLog, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, DataSourceType, Deactivation, DeactivationReason, Device, DeviceAlertConfiguration, DeviceBehavior, DeviceCustomConfiguration, DeviceHistory, DeviceModelListener, DevicePromotion, DeviceReplacement, DeviceType, DeviceTypeEvent, DeviceTypeFeature, DeviceTypeFirmware, EntityTag, EntityType, Event, Feature, FirmwareUpgradeTask, Boundary, BoundaryEvent, IccidStatus, ImeiIccidCarrier, ImeiIccidHistory, Industry, LatestPosition, Magento2Gps, Magento2Plan, MobileNetwork, NotificationRecipient, Organization, Plan, Position, PositionMigration, PositionMigrationBatch, Promotion, SecurityRole, ServiceProvider, ServiceProviderProduct, ServiceProviderProductNetwork, ServiceProviderProductType, Sim, Trip, TripCompletionStatus, TripPosition, User, UserActivation, UserActivationDevice, UserActivationEvent, UserActivationMetric, UserAlertComplain, UserAlertConfiguration, UserAppFeedback, UserAppIncident, UserConfiguration, UserDataDeletionRequest, UserDeviceBehaviorTask, UserInvitation, UserRatingRequest, UserRegistrationAttempt, UserSecurityRole, };
|