@bondsports/types 2.2.11 → 2.2.12
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ import { ItemDiscountDto } from '../payment/dto/discount.dto';
|
|
4
4
|
import { FutureInstallment } from '../payment/entities/FutureInstallment';
|
5
5
|
import { Payment } from '../payment/entities/Payment';
|
6
6
|
import { PaymentMethodTypeEnum, PaymentStatusEnum } from '../payment/types/enums/payment.enums';
|
7
|
+
import { Addon } from '../reservations/entities/Addon';
|
7
8
|
import { Reservation } from '../reservations/entities/Reservations';
|
8
9
|
import { Slot } from '../reservations/entities/Slots';
|
9
10
|
import { CurrencyEnum, InvoiceStatusEnum, PlatformsEnum } from '../services/enums.service';
|
@@ -42,6 +43,7 @@ export declare class Invoice extends BondBaseEntity {
|
|
42
43
|
isPublic?: boolean;
|
43
44
|
invoiceNotes: InvoiceNote[];
|
44
45
|
slots: Slot[];
|
46
|
+
addons: Addon[];
|
45
47
|
paymentsFees: PaymentFee[] | PaymentFeeDto[];
|
46
48
|
installments?: FutureInstallment[];
|
47
49
|
itemsAmount?: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Invoice.js","sourceRoot":"","sources":["../../../src/types/entity/Invoice.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"Invoice.js","sourceRoot":"","sources":["../../../src/types/entity/Invoice.ts"],"names":[],"mappings":";;;AAgBA,qDAAkD;AAOlD,MAAa,OAAQ,SAAQ,+BAAc;CAyF1C;AAzFD,0BAyFC"}
|