@bondsports/types 2.2.158 → 2.2.159
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ import { OverrideProductsPricingDto } from '../../invoice/types/interfaces/invoi
|
|
5
5
|
import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
6
6
|
import { PaymentMethodDto, RefundAmountDto } from '../../payment/dto/refund.dto';
|
7
7
|
import { PaymentStatusEnum } from '../../payment/types/enums/payment.enums';
|
8
|
-
import {
|
8
|
+
import { ProductDto } from '../../product-pricing/dto/product.dto';
|
9
9
|
import { Product } from '../../product-pricing/entities/Product';
|
10
10
|
import { PurchasePaymentDto, PurchaseResultDto } from '../../purchase/dto/purchase.dto';
|
11
11
|
import { InstructorResourceDto } from '../../resources/dto/instructor.dto';
|
@@ -19,7 +19,7 @@ import { AddonDto, DraftAddonDto } from './addon.dto';
|
|
19
19
|
import { CreateDraftSegmentDto, DraftSegmentDto, SegmentDto } from './segment.dto';
|
20
20
|
import { SeriesDto } from './series.dto';
|
21
21
|
import { SlotDto, UpdateDraftSlotDto, UpdateSlotsColorsDto } from './slot.dto';
|
22
|
-
import {
|
22
|
+
import { FacilityDto } from '../../dto/facilities.dto';
|
23
23
|
export declare class ProductPricesDto {
|
24
24
|
productId: number;
|
25
25
|
product?: Product;
|
@@ -68,10 +68,10 @@ export declare class DraftReservationDto extends SimpleDraftReservationDto {
|
|
68
68
|
addons?: DraftAddonDto[];
|
69
69
|
owner?: SimpleCustomerDto;
|
70
70
|
participants?: SimpleCustomerDto[];
|
71
|
-
products?:
|
71
|
+
products?: ProductDto[];
|
72
72
|
spaces?: SpaceResourceDto[];
|
73
73
|
instructors?: InstructorResourceDto[];
|
74
|
-
facilities:
|
74
|
+
facilities: FacilityDto[];
|
75
75
|
}
|
76
76
|
export declare class ReservationInvoiceDto {
|
77
77
|
reservation: ReservationDto;
|