@spytecgps/nova-orm 0.0.22 → 0.0.24
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/alert.d.ts +1 -0
- package/dist/entities/{geofence.d.ts → boundary.d.ts} +3 -4
- package/dist/entities/{geofenceEvent.d.ts → boundaryEvent.d.ts} +2 -2
- package/dist/entities/client.d.ts +0 -2
- package/dist/entities/device.d.ts +0 -2
- package/dist/entities/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/repositories/boundaries/createBoundary.d.ts +2 -2
- package/dist/repositories/boundaries/getBoundariesByClientId.d.ts +2 -2
- package/dist/repositories/boundaries/getBoundaryById.d.ts +2 -2
- package/dist/repositories/boundaries/index.d.ts +4 -4
- package/dist/repositories/clients/getClients.d.ts +5 -0
- package/dist/repositories/clients/index.d.ts +8 -2
- package/dist/types/clients.d.ts +5 -0
- package/package.json +1 -1
package/dist/entities/alert.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
export declare class Geofence {
|
|
1
|
+
export declare class Boundary {
|
|
3
2
|
id: number;
|
|
4
3
|
name: string | null;
|
|
5
4
|
type: string | null;
|
|
6
5
|
buffer: string | null;
|
|
7
6
|
createdAt: Date | null;
|
|
8
7
|
modifiedAt: Date | null;
|
|
9
|
-
createdBy:
|
|
10
|
-
modifiedBy:
|
|
8
|
+
createdBy: string | null;
|
|
9
|
+
modifiedBy: string | null;
|
|
11
10
|
clientId: number;
|
|
12
11
|
location: string | null;
|
|
13
12
|
status: number;
|
|
@@ -14,8 +14,6 @@ export declare class Client {
|
|
|
14
14
|
modifiedBy: number | null;
|
|
15
15
|
createdBy: number | null;
|
|
16
16
|
dataSourceTypeId: number | null;
|
|
17
|
-
sievaUserName: string | null;
|
|
18
|
-
sievaBatchId: number | null;
|
|
19
17
|
clientTypeId: number;
|
|
20
18
|
clientType: Relation<ClientType>;
|
|
21
19
|
salesforceId: string | null;
|
|
@@ -26,8 +26,6 @@ export declare class Device {
|
|
|
26
26
|
icon: string | null;
|
|
27
27
|
description: string | null;
|
|
28
28
|
dataSourceTypeId: number | null;
|
|
29
|
-
sievaUserName: string | null;
|
|
30
|
-
sievaBatchId: number | null;
|
|
31
29
|
assetCategoryId: number | null;
|
|
32
30
|
usageRegion: string | null;
|
|
33
31
|
iccidCarrier?: ImeiIccidCarrier;
|
package/dist/entities/index.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ import { BillingStatusHistoryBraintree } from './billingStatusHistoryBraintree';
|
|
|
8
8
|
import { BillingSubscriptionBraintree } from './billingSubscriptionBraintree';
|
|
9
9
|
import { Blacklist } from './blacklist';
|
|
10
10
|
import { BlacklistType } from './blacklistType';
|
|
11
|
+
import { Boundary } from './boundary';
|
|
12
|
+
import { BoundaryEvent } from './boundaryEvent';
|
|
11
13
|
import { CellTower } from './cellTower';
|
|
12
14
|
import { Client } from './client';
|
|
13
15
|
import { ClientConfiguration } from './clientConfiguration';
|
|
@@ -31,8 +33,6 @@ import { EntityType } from './entityType';
|
|
|
31
33
|
import { Event } from './event';
|
|
32
34
|
import { Feature } from './feature';
|
|
33
35
|
import { FirmwareUpgradeTask } from './firmwareUpgradeTask';
|
|
34
|
-
import { Geofence } from './geofence';
|
|
35
|
-
import { GeofenceEvent } from './geofenceEvent';
|
|
36
36
|
import { ImeiIccidCarrier } from './imeiIccidCarrier';
|
|
37
37
|
import { ImeiIccidHistory } from './imeiIccidHistory';
|
|
38
38
|
import { Industry } from './industry';
|
|
@@ -65,4 +65,4 @@ import { UserInvitation } from './userInvitation';
|
|
|
65
65
|
import { UserRatingRequest } from './userRatingRequest';
|
|
66
66
|
import { UserRegistrationAttempt } from './userRegistrationAttempt';
|
|
67
67
|
import { UserSecurityRole } from './userSecurityRole';
|
|
68
|
-
export { Alert, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, DataSourceType, Deactivation, DeactivationReason, Device, DeviceBehavior, DeviceHistory, DeviceModelListener, DeviceReplacement, DeviceType, DeviceTypeEvent, DeviceTypeFeature, DeviceTypeFirmware, EntityTag, EntityType, Event, Feature, FirmwareUpgradeTask,
|
|
68
|
+
export { Alert, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, DataSourceType, Deactivation, DeactivationReason, Device, DeviceBehavior, DeviceHistory, DeviceModelListener, DeviceReplacement, DeviceType, DeviceTypeEvent, DeviceTypeFeature, DeviceTypeFirmware, EntityTag, EntityType, Event, Feature, FirmwareUpgradeTask, Boundary, BoundaryEvent, ImeiIccidCarrier, ImeiIccidHistory, Industry, MobileNetwork, NotificationRecipient, Organization, Plan, Position, SecurityRole, ServiceProvider, ServiceProviderProduct, ServiceProviderProductNetwork, ServiceProviderProductType, Sim, Trip, TripCompletionStatus, TripPosition, User, UserActivation, UserActivationDevice, UserActivationEvent, UserActivationMetric, UserAlertConfiguration, UserAppFeedback, UserAppIncident, UserConfiguration, UserDataDeletionRequest, UserDeviceBehaviorTask, UserInvitation, UserRatingRequest, UserRegistrationAttempt, UserSecurityRole, };
|