@spytecgps/nova-orm 1.4.50 → 1.4.52
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/client.d.ts +3 -0
- package/dist/entities/demoAccountTemplate.d.ts +6 -0
- package/dist/entities/demoAccountTemplateAssetProfile.d.ts +14 -0
- package/dist/entities/demoAccountTemplateDevice.d.ts +16 -0
- package/dist/entities/index.d.ts +4 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import { Relation } from 'typeorm';
|
|
4
4
|
import { ClientType } from './clientType';
|
|
5
5
|
import { CustomerAttribute } from './customerAttribute';
|
|
6
|
+
import { DemoAccountTemplate } from './demoAccountTemplate';
|
|
6
7
|
import { Device } from './device';
|
|
7
8
|
import { DeviceCustomConfiguration } from './deviceCustomConfiguration';
|
|
8
9
|
import { Organization } from './organization';
|
|
@@ -32,4 +33,6 @@ export declare class Client {
|
|
|
32
33
|
deviceCustomConfigurations: Relation<DeviceCustomConfiguration>[];
|
|
33
34
|
customerAttribute: Relation<CustomerAttribute>;
|
|
34
35
|
demoAccountExpirationDate: Date | null;
|
|
36
|
+
demoAccountTemplateId: number | null;
|
|
37
|
+
demoAccountTemplate: Relation<DemoAccountTemplate>;
|
|
35
38
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AssetProfileType } from './assetProfileType';
|
|
2
|
+
import { DemoAccountTemplateDevice } from './demoAccountTemplateDevice';
|
|
3
|
+
export declare class DemoAccountTemplateAssetProfile {
|
|
4
|
+
id: number;
|
|
5
|
+
demoAccountTemplateDeviceId: number;
|
|
6
|
+
assetName: string;
|
|
7
|
+
assetProfileTypeId: number;
|
|
8
|
+
make: string | null;
|
|
9
|
+
model: string | null;
|
|
10
|
+
serialNumber: string | null;
|
|
11
|
+
year: number | null;
|
|
12
|
+
device?: DemoAccountTemplateDevice;
|
|
13
|
+
assetProfileType?: AssetProfileType;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DemoAccountTemplate } from './demoAccountTemplate';
|
|
2
|
+
import { DemoAccountTemplateAssetProfile } from './demoAccountTemplateAssetProfile';
|
|
3
|
+
import { DeviceType } from './deviceType';
|
|
4
|
+
export declare class DemoAccountTemplateDevice {
|
|
5
|
+
id: number;
|
|
6
|
+
demoAccountTemplateId: number;
|
|
7
|
+
tackerName: string;
|
|
8
|
+
tackerDescription: string;
|
|
9
|
+
deviceTypeId: number;
|
|
10
|
+
realWorldImei: string;
|
|
11
|
+
deviceAssociationStartDate: Date;
|
|
12
|
+
deviceAssociationEndDate: Date;
|
|
13
|
+
deviceType?: DeviceType;
|
|
14
|
+
demoAccountTemplate?: DemoAccountTemplate;
|
|
15
|
+
assetProfile?: DemoAccountTemplateAssetProfile;
|
|
16
|
+
}
|
package/dist/entities/index.d.ts
CHANGED
|
@@ -59,6 +59,9 @@ import { DataExport } from './dataExport';
|
|
|
59
59
|
import { DataSourceType } from './dataSourceType';
|
|
60
60
|
import { Deactivation } from './deactivation';
|
|
61
61
|
import { DeactivationReason } from './deactivationReason';
|
|
62
|
+
import { DemoAccountTemplate } from './demoAccountTemplate';
|
|
63
|
+
import { DemoAccountTemplateAssetProfile } from './demoAccountTemplateAssetProfile';
|
|
64
|
+
import { DemoAccountTemplateDevice } from './demoAccountTemplateDevice';
|
|
62
65
|
import { DemoDeviceData } from './demoDeviceData';
|
|
63
66
|
import { Device } from './device';
|
|
64
67
|
import { DeviceBehavior } from './deviceBehavior';
|
|
@@ -157,4 +160,4 @@ import { UserRegistrationAttempt } from './userRegistrationAttempt';
|
|
|
157
160
|
import { UserSecurityRole } from './userSecurityRole';
|
|
158
161
|
import { WebsocketConnection } from './websocketConnection';
|
|
159
162
|
export * from './customerAttribute';
|
|
160
|
-
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, AempToken, Alert, AlertType, AppFeatureType, AsinPromotion, AssetCategory, AssetProfile, AssetProfileCategory, AssetProfileCustomField, AssetProfileMedia, AssetProfileNote, AssetProfileType, AvalaraExemptCert, AvalaraQueue, BeaconBleMesh, Billing, BillingCustomerAmazon, BillingCustomerBraintree, BillingDeviceHistory, BillingDeviceTypePlan, BillingHubspotPaymentLog, BillingKlarnaCustomer, BillingKlarnaOrder, BillingPlanFeatures, BillingPlans, BillingStatusHistoryBraintree, BillingSubscriptionAmazon, BillingSubscriptionBraintree, Blacklist, BlacklistType, BLEMesh, BLEMeshConfiguration, Boundary, BoundaryEvent, CellTower, Client, ClientAlertConfiguration, ClientAlertRecipient, ClientApiToken, ClientAppFeature, ClientConfiguration, ClientDeviceIcon, ClientDeviceSetting, ClientIngestorConfiguration, ClientIssuesConfiguration, ClientType, Country, CustomReport, CustomReportColumn, CustomReportColumnCategory, CustomReportDataSource, CustomReportSelectedColumn, DataExport, DataSourceType, Deactivation, DeactivationReason, DemoDeviceData, Device, DeviceBehavior, DeviceBleMesh, DeviceBleMeshUpdateTask, DeviceCameraConfiguration, DeviceCameraMedia, DeviceCameraMediaEventType, DeviceCameraMediaStreamingData, DeviceCameraMediaSyncStatus, DeviceCameraRequestedPictureData, DeviceCameraRequestedVideoData, DeviceChangesHistory, DeviceCustomConfiguration, DeviceEventsTriggerConfiguration, DeviceHistory, DeviceModelListener, DevicePairing, DevicePromotion, DeviceReplacement, DeviceStatus, DeviceTask, DeviceType, DeviceTypeFeature, DeviceTypeFirmware, DeviceTypePromotion, EmailDomain, EntityTag, EntityType, Feature, FirmwareAutoUpgradeBlacklist, FirmwareUpgradeTask, HistoricalBillingPlan, IccidStatus, ImeiIccidCarrier, ImeiIccidHistory, ImeiIccidImport, Industry, Issue, IssueType, LatestPosition, LatestUserAppInfo, LiveLink, LiveLinkMedia, M2Sync, Magento2Gps, Magento2Plan, MarketplacePromotion, MobileNetwork, NotificationRecipient, OrderShipmentInternational, Organization, Plan, Position, Promotion, PromotionHistory, Region, ReportScheduleConfiguration, SecurityRole, ServiceProvider, ServiceProviderProduct, ServiceProviderProductNetwork, ServiceProviderProductType, Sim, Tag, Task, TaskSchedule, Trip, TripCompletionStatus, TripPosition, TripStatus, User, UserActivation, UserActivationDevice, UserActivationEvent, UserActivationMetric, UserAlertComplain, UserAlertConfiguration, UserAlertNotificationsConfig, UserAppFeedback, UserAppIncident, UserAuthorizedBoundary, UserAuthorizedBoundarySecurityView, UserAuthorizedDevice, UserAuthorizedDeviceSecurityView, UserCancellationDueDevice, UserCarrierDeactivateDevice, UserCarrierReactivateDevice, UserConfiguration, UserDataDeletionRequest, UserDeviceBehaviorTask, UserFreeOfferDevice, UserInvitation, UserRatingRequest, UserRegistrationAttempt, UserSecurityRole, WebsocketConnection, };
|
|
163
|
+
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, AempToken, Alert, AlertType, AppFeatureType, AsinPromotion, AssetCategory, AssetProfile, AssetProfileCategory, AssetProfileCustomField, AssetProfileMedia, AssetProfileNote, AssetProfileType, AvalaraExemptCert, AvalaraQueue, BeaconBleMesh, Billing, BillingCustomerAmazon, BillingCustomerBraintree, BillingDeviceHistory, BillingDeviceTypePlan, BillingHubspotPaymentLog, BillingKlarnaCustomer, BillingKlarnaOrder, BillingPlanFeatures, BillingPlans, BillingStatusHistoryBraintree, BillingSubscriptionAmazon, BillingSubscriptionBraintree, Blacklist, BlacklistType, BLEMesh, BLEMeshConfiguration, Boundary, BoundaryEvent, CellTower, Client, ClientAlertConfiguration, ClientAlertRecipient, ClientApiToken, ClientAppFeature, ClientConfiguration, ClientDeviceIcon, ClientDeviceSetting, ClientIngestorConfiguration, ClientIssuesConfiguration, ClientType, Country, CustomReport, CustomReportColumn, CustomReportColumnCategory, CustomReportDataSource, CustomReportSelectedColumn, DataExport, DataSourceType, Deactivation, DeactivationReason, DemoAccountTemplate, DemoAccountTemplateAssetProfile, DemoAccountTemplateDevice, DemoDeviceData, Device, DeviceBehavior, DeviceBleMesh, DeviceBleMeshUpdateTask, DeviceCameraConfiguration, DeviceCameraMedia, DeviceCameraMediaEventType, DeviceCameraMediaStreamingData, DeviceCameraMediaSyncStatus, DeviceCameraRequestedPictureData, DeviceCameraRequestedVideoData, DeviceChangesHistory, DeviceCustomConfiguration, DeviceEventsTriggerConfiguration, DeviceHistory, DeviceModelListener, DevicePairing, DevicePromotion, DeviceReplacement, DeviceStatus, DeviceTask, DeviceType, DeviceTypeFeature, DeviceTypeFirmware, DeviceTypePromotion, EmailDomain, EntityTag, EntityType, Feature, FirmwareAutoUpgradeBlacklist, FirmwareUpgradeTask, HistoricalBillingPlan, IccidStatus, ImeiIccidCarrier, ImeiIccidHistory, ImeiIccidImport, Industry, Issue, IssueType, LatestPosition, LatestUserAppInfo, LiveLink, LiveLinkMedia, M2Sync, Magento2Gps, Magento2Plan, MarketplacePromotion, MobileNetwork, NotificationRecipient, OrderShipmentInternational, Organization, Plan, Position, Promotion, PromotionHistory, Region, ReportScheduleConfiguration, SecurityRole, ServiceProvider, ServiceProviderProduct, ServiceProviderProductNetwork, ServiceProviderProductType, Sim, Tag, Task, TaskSchedule, Trip, TripCompletionStatus, TripPosition, TripStatus, User, UserActivation, UserActivationDevice, UserActivationEvent, UserActivationMetric, UserAlertComplain, UserAlertConfiguration, UserAlertNotificationsConfig, UserAppFeedback, UserAppIncident, UserAuthorizedBoundary, UserAuthorizedBoundarySecurityView, UserAuthorizedDevice, UserAuthorizedDeviceSecurityView, UserCancellationDueDevice, UserCarrierDeactivateDevice, UserCarrierReactivateDevice, UserConfiguration, UserDataDeletionRequest, UserDeviceBehaviorTask, UserFreeOfferDevice, UserInvitation, UserRatingRequest, UserRegistrationAttempt, UserSecurityRole, WebsocketConnection, };
|