@spytecgps/nova-orm 0.0.156 → 0.0.157
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/aempToken.d.ts +9 -0
- package/dist/entities/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/repositories/aempToken/createAempToken.d.ts +5 -0
- package/dist/repositories/aempToken/deleteAempTokens.d.ts +4 -0
- package/dist/repositories/aempToken/getAempTokens.d.ts +5 -0
- package/dist/repositories/aempToken/index.d.ts +33 -0
- package/dist/repositories/index.d.ts +2 -1
- package/dist/types/aempToken.d.ts +19 -0
- package/package.json +1 -1
package/dist/entities/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { AcumaticaImeiIccidData } from './acumaticaImeiIccidData';
|
|
|
3
3
|
import { AcumaticaOrderShipmentDetails } from './acumaticaOrderShipmentDetails';
|
|
4
4
|
import { AcumaticaShipment } from './acumaticaShipment';
|
|
5
5
|
import { AcumaticaShipmentAmazon } from './acumaticaShipmentAmazon';
|
|
6
|
+
import { AempToken } from './aempToken';
|
|
6
7
|
import { Alert } from './alert';
|
|
7
8
|
import { AlertMigration } from './alertMigration';
|
|
8
9
|
import { AlertMigrationBatch } from './alertMigrationBatch';
|
|
@@ -85,4 +86,4 @@ import { UserInvitation } from './userInvitation';
|
|
|
85
86
|
import { UserRatingRequest } from './userRatingRequest';
|
|
86
87
|
import { UserRegistrationAttempt } from './userRegistrationAttempt';
|
|
87
88
|
import { UserSecurityRole } from './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, };
|
|
89
|
+
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, AempToken, 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, };
|