@bondsports/types 2.2.10 → 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"}
|
@@ -20,6 +20,7 @@ export declare class ByOrganizationAndUserDto extends UserIdDto {
|
|
20
20
|
export declare class SimpleUserDto extends IdDto {
|
21
21
|
firstName: string;
|
22
22
|
lastName: string;
|
23
|
+
email?: string;
|
23
24
|
}
|
24
25
|
export declare class UserWithContactInfoDto extends SimpleUserDto {
|
25
26
|
phoneNumber: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user.dto.js","sourceRoot":"","sources":["../../../../src/types/user/dto/user.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAmE;AAMnE,MAAa,SAAS;CAErB;AAFD,8BAEC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,wBAAyB,SAAQ,wBAAwB;CAErE;AAFD,4DAEC;AAED,MAAa,wBAAyB,SAAQ,SAAS;CAEtD;AAFD,4DAEC;AAED,MAAa,aAAc,SAAQ,mBAAK;
|
1
|
+
{"version":3,"file":"user.dto.js","sourceRoot":"","sources":["../../../../src/types/user/dto/user.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAmE;AAMnE,MAAa,SAAS;CAErB;AAFD,8BAEC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,wBAAyB,SAAQ,wBAAwB;CAErE;AAFD,4DAEC;AAED,MAAa,wBAAyB,SAAQ,SAAS;CAEtD;AAFD,4DAEC;AAED,MAAa,aAAc,SAAQ,mBAAK;CAMvC;AAND,sCAMC;AAED,MAAa,sBAAuB,SAAQ,aAAa;CAMxD;AAND,wDAMC;AAED,MAAa,WAAW;CAsBvB;AAtBD,kCAsBC;AAED,MAAa,oBAAqB,SAAQ,iCAAmB;CAE5D;AAFD,oDAEC;AAED,MAAa,iBAAkB,SAAQ,sBAAsB;CAE5D;AAFD,8CAEC"}
|