@spytecgps/nova-orm 0.0.156 → 0.0.158
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/billingKlarnaCustomer.d.ts +14 -0
- package/dist/entities/billingKlarnaOrder.d.ts +17 -0
- package/dist/entities/index.d.ts +4 -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/billing/index.d.ts +14 -2
- package/dist/repositories/billing/upsertBillingKlarnaCustomer.d.ts +5 -0
- package/dist/repositories/billing/upsertBillingKlarnaOrder.d.ts +5 -0
- package/dist/repositories/index.d.ts +2 -1
- package/dist/types/aempToken.d.ts +19 -0
- package/dist/types/billing.d.ts +31 -0
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class BillingKlarnaCustomer {
|
|
2
|
+
id: string;
|
|
3
|
+
firstName: string | null;
|
|
4
|
+
lastName: string | null;
|
|
5
|
+
billingEmail: string | null;
|
|
6
|
+
shippingEmail: string | null;
|
|
7
|
+
streetAddress: string | null;
|
|
8
|
+
city: string | null;
|
|
9
|
+
region: string | null;
|
|
10
|
+
country: string | null;
|
|
11
|
+
postalCode: string | null;
|
|
12
|
+
phone: string | null;
|
|
13
|
+
createdAt: Date | null;
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class BillingKlarnaOrder {
|
|
2
|
+
id: string;
|
|
3
|
+
klarnaCustomerId: string;
|
|
4
|
+
planId: string | null;
|
|
5
|
+
createdAt: Date | null;
|
|
6
|
+
subscriptionStart: Date | null;
|
|
7
|
+
subscriptionEnd: Date | null;
|
|
8
|
+
nextBillingDate: Date | null;
|
|
9
|
+
subscriptionValue: number | null;
|
|
10
|
+
status: string | null;
|
|
11
|
+
paymentType: string | null;
|
|
12
|
+
discounts: object | null;
|
|
13
|
+
addons: object | null;
|
|
14
|
+
nextBillingPeriodAmount: number | null;
|
|
15
|
+
paymentMethodToken: string | null;
|
|
16
|
+
deviceId: string | null;
|
|
17
|
+
}
|
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';
|
|
@@ -13,6 +14,8 @@ import { Billing } from './billing';
|
|
|
13
14
|
import { BillingCustomerBraintree } from './billingCustomerBraintree';
|
|
14
15
|
import { BillingDeviceHistory } from './billingDeviceHistory';
|
|
15
16
|
import { BillingHubspotPaymentLog } from './billingHubspotPaymentLog';
|
|
17
|
+
import { BillingKlarnaCustomer } from './billingKlarnaCustomer';
|
|
18
|
+
import { BillingKlarnaOrder } from './billingKlarnaOrder';
|
|
16
19
|
import { BillingStatusHistoryBraintree } from './billingStatusHistoryBraintree';
|
|
17
20
|
import { BillingSubscriptionBraintree } from './billingSubscriptionBraintree';
|
|
18
21
|
import { Blacklist } from './blacklist';
|
|
@@ -85,4 +88,4 @@ import { UserInvitation } from './userInvitation';
|
|
|
85
88
|
import { UserRatingRequest } from './userRatingRequest';
|
|
86
89
|
import { UserRegistrationAttempt } from './userRegistrationAttempt';
|
|
87
90
|
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, };
|
|
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, 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, };
|