@spytecgps/nova-orm 0.0.111 → 0.0.112

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.
@@ -0,0 +1,50 @@
1
+ export declare class BillingHubspotPaymentLog {
2
+ id: number;
3
+ owner: string | null;
4
+ amountPaid: number | null;
5
+ bankOfIssuer: string | null;
6
+ billingAddress: string | null;
7
+ billingAddressCity: string | null;
8
+ billingAddressCountry: string | null;
9
+ billingAddressLine1: string | null;
10
+ billingAddressLine2: string | null;
11
+ billingAddressState: string | null;
12
+ billingAddressZip: string | null;
13
+ createdByUserId: string | null;
14
+ currencyCode: string | null;
15
+ customer: string | null;
16
+ grossAmount: number | null;
17
+ lastFourDigits: string | null;
18
+ lineItemDiscountAmount: number | null;
19
+ netAmount: number | null;
20
+ objectCreateDateTime: Date | null;
21
+ objectId: string | null;
22
+ objectLastModifiedDateTime: Date | null;
23
+ orderDiscountAmount: number | null;
24
+ orderDiscountCode: string | null;
25
+ orderDiscountPercentage: number;
26
+ ownerAssignedDateTime: Date | null;
27
+ paymentDateTime: Date | null;
28
+ paymentId: string | null;
29
+ paymentMethod: string | null;
30
+ paymentSourceName: string | null;
31
+ paymentType: string | null;
32
+ processingFees: number | null;
33
+ refunded: number | null;
34
+ shippingAddress: string | null;
35
+ shippingAddressCity: string | null;
36
+ shippingAddressCountry: string | null;
37
+ shippingAddressLine1: string | null;
38
+ shippingAddressLine2: string | null;
39
+ shippingAddressState: string | null;
40
+ shippingAddressZip: string | null;
41
+ source: string | null;
42
+ sourceId: string | null;
43
+ sourceUrl: string | null;
44
+ status: string | null;
45
+ statusUpdatedOn: Date | null;
46
+ totalDiscountAmount: number | null;
47
+ totalFees: number | null;
48
+ totalTaxes: number | null;
49
+ updatedByUserId: string | null;
50
+ }
@@ -11,6 +11,7 @@ import { AssetCategory } from './assetCategory';
11
11
  import { Billing } from './billing';
12
12
  import { BillingCustomerBraintree } from './billingCustomerBraintree';
13
13
  import { BillingDeviceHistory } from './billingDeviceHistory';
14
+ import { BillingHubspotPaymentLog } from './billingHubspotPaymentLog';
14
15
  import { BillingStatusHistoryBraintree } from './billingStatusHistoryBraintree';
15
16
  import { BillingSubscriptionBraintree } from './billingSubscriptionBraintree';
16
17
  import { Blacklist } from './blacklist';
@@ -82,4 +83,4 @@ import { UserInvitation } from './userInvitation';
82
83
  import { UserRatingRequest } from './userRatingRequest';
83
84
  import { UserRegistrationAttempt } from './userRegistrationAttempt';
84
85
  import { UserSecurityRole } from './userSecurityRole';
85
- export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, Alert, AlertMigration, AlertMigrationBatch, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, DataSourceType, Deactivation, DeactivationReason, Device, 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, };
86
+ export { AcumaticaAmazonProduct, AcumaticaImeiIccidData, AcumaticaOrderShipmentDetails, AcumaticaShipment, AcumaticaShipmentAmazon, Alert, AlertMigration, AlertMigrationBatch, AlertType, AssetCategory, Billing, BillingCustomerBraintree, BillingDeviceHistory, BillingHubspotPaymentLog, BillingStatusHistoryBraintree, BillingSubscriptionBraintree, Blacklist, BlacklistType, CellTower, Client, ClientConfiguration, ClientDeviceSetting, ClientType, Country, DataSourceType, Deactivation, DeactivationReason, Device, 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, };