@spytecgps/nova-orm 0.0.166 → 0.0.168
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/customerAttribute.d.ts +5 -0
- package/dist/entities/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/repositories/clients/createCustomerAttribute.d.ts +5 -0
- package/dist/repositories/clients/getCustomerAttribute.d.ts +5 -0
- package/dist/repositories/clients/index.d.ts +25 -1
- package/dist/repositories/clients/updateCustomerAttribute.d.ts +4 -0
- package/dist/subscribers/allEntitiesSubscriber.d.ts +1 -3
- package/dist/types/clients.d.ts +19 -0
- package/package.json +1 -1
package/dist/entities/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ import { ClientConfiguration } from './clientConfiguration';
|
|
|
28
28
|
import { ClientDeviceSetting } from './clientDeviceSetting';
|
|
29
29
|
import { ClientType } from './clientType';
|
|
30
30
|
import { Country } from './country';
|
|
31
|
+
import { CustomerAttribute } from './customerAttribute';
|
|
31
32
|
import { DataSourceType } from './dataSourceType';
|
|
32
33
|
import { Deactivation } from './deactivation';
|
|
33
34
|
import { DeactivationReason } from './deactivationReason';
|
|
@@ -88,4 +89,4 @@ import { UserInvitation } from './userInvitation';
|
|
|
88
89
|
import { UserRatingRequest } from './userRatingRequest';
|
|
89
90
|
import { UserRegistrationAttempt } from './userRegistrationAttempt';
|
|
90
91
|
import { UserSecurityRole } from './userSecurityRole';
|
|
91
|
-
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, AempToken, Alert, AlertMigration, AlertMigrationBatch, AlertTimeWindowConfiguration, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingHubspotPaymentLog, BillingKlarnaCustomer, BillingKlarnaOrder, 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,
|
|
92
|
+
export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, AempToken, Alert, AlertMigration, AlertMigrationBatch, AlertTimeWindowConfiguration, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingHubspotPaymentLog, BillingKlarnaCustomer, BillingKlarnaOrder, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, Boundary, BoundaryEvent, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, CustomerAttribute, DataSourceType, Deactivation, DeactivationReason, Device, DeviceAlertConfiguration, DeviceBehavior, DeviceCustomConfiguration, DeviceHistory, DeviceModelListener, DevicePromotion, DeviceReplacement, DeviceType, DeviceTypeEvent, DeviceTypeFeature, DeviceTypeFirmware, EntityTag, EntityType, Event, Feature, FirmwareUpgradeTask, 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, };
|