@bondsports/types 2.4.83-a-5 → 2.4.83-a-6
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/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/invoice/types/interfaces/invoice.interfaces.d.ts +1 -1
- package/dist/types/membership/types/membership.interfaces.d.ts +1 -1
- package/dist/types/payment/dto/payment-method.dto.d.ts +2 -2
- package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +1 -0
- package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
- package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +1 -0
- package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts +1 -1
- package/dist/types/terminal/types/terminal-events.consts.js.map +1 -1
- package/package.json +1 -1
|
@@ -18,8 +18,8 @@ export interface IExpandedMembershipMemberData {
|
|
|
18
18
|
};
|
|
19
19
|
member: MembershipMember;
|
|
20
20
|
membership: Partial<Membership>;
|
|
21
|
-
payment?: Partial<InvoiceToPayment>;
|
|
22
21
|
nextPaymentMethod?: UserPaymentMethodSimpleDto | null;
|
|
22
|
+
payment?: Partial<InvoiceToPayment>;
|
|
23
23
|
user: Partial<User>;
|
|
24
24
|
}
|
|
25
25
|
export interface IEligibleFamilyMember {
|
|
@@ -15,13 +15,13 @@ export interface IConnectedResource {
|
|
|
15
15
|
createdAt: Date;
|
|
16
16
|
name: string;
|
|
17
17
|
paymentMethodType?: PaymentMethodTypeEnum;
|
|
18
|
-
resourceType: ResourceNameTypeEnum;
|
|
19
18
|
pending?: boolean;
|
|
19
|
+
resourceType: ResourceNameTypeEnum;
|
|
20
20
|
}
|
|
21
21
|
export interface IConnectedResourceExtraFields {
|
|
22
|
-
pending?: boolean;
|
|
23
22
|
invoiceId?: number;
|
|
24
23
|
membershipId?: number;
|
|
24
|
+
pending?: boolean;
|
|
25
25
|
}
|
|
26
26
|
export declare class UserPaymentMethodSimpleDto {
|
|
27
27
|
paymentMethodId?: string;
|
|
@@ -72,6 +72,7 @@ export declare class GetProductsByTypeQueryDto extends PaginationQuery implement
|
|
|
72
72
|
inclusion?: boolean;
|
|
73
73
|
punchPassOnly?: boolean;
|
|
74
74
|
categoriesIds?: number[];
|
|
75
|
+
stationId?: number;
|
|
75
76
|
includeOnlyNotAssignedToCategory?: boolean;
|
|
76
77
|
isAvailableOnline?: boolean;
|
|
77
78
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AACxD,8EAA8E;AAW9E,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,kCAAkC;CAI9C;AAJD,gFAIC;AAED,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,UAAU;CAEtB;AAFD,gCAEC;AAED,MAAa,0BAA2B,SAAQ,UAAU;CAEzD;AAFD,gEAEC;AAED,MAAa,oBAAqB,SAAQ,sCAAmB;CAE5D;AAFD,oDAEC;AAED,MAAa,yBAA0B,SAAQ,6BAAe;
|
|
1
|
+
{"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AACxD,8EAA8E;AAW9E,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,kCAAkC;CAI9C;AAJD,gFAIC;AAED,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,UAAU;CAEtB;AAFD,gCAEC;AAED,MAAa,0BAA2B,SAAQ,UAAU;CAEzD;AAFD,gEAEC;AAED,MAAa,oBAAqB,SAAQ,sCAAmB;CAE5D;AAFD,oDAEC;AAED,MAAa,yBAA0B,SAAQ,6BAAe;CAgD7D;AAhDD,8DAgDC;AAED,MAAa,kCAAmC,SAAQ,6BAAe;CAsBtE;AAtBD,gFAsBC"}
|
|
@@ -49,6 +49,7 @@ export interface IGetProductsByTypeOptions extends IPagination {
|
|
|
49
49
|
sortBy?: OrderByProductEnum;
|
|
50
50
|
spacesIds?: number[];
|
|
51
51
|
sports?: SportsEnum[];
|
|
52
|
+
stationId?: number;
|
|
52
53
|
statuses?: ActivityEnum[];
|
|
53
54
|
}
|
|
54
55
|
export interface IGetPunchPassProductsOptions extends IPagination {
|
|
@@ -401,12 +401,12 @@ export interface IBaseReservation {
|
|
|
401
401
|
export interface IDraftReservation extends IBaseReservation {
|
|
402
402
|
id: string;
|
|
403
403
|
cartId?: number;
|
|
404
|
+
facilityId?: number;
|
|
404
405
|
addons?: IDraftAddon[];
|
|
405
406
|
approvalStatus?: ReservationStatusEnum;
|
|
406
407
|
conflictsCount?: number;
|
|
407
408
|
endDate?: string;
|
|
408
409
|
endTime?: string;
|
|
409
|
-
facilityId?: number;
|
|
410
410
|
migrationStatus?: ReservationMigrationStatusEnum;
|
|
411
411
|
paymentStatus?: ReservationPaymentStatusEnum;
|
|
412
412
|
segments: IDraftSegment[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"terminal-events.consts.js","sourceRoot":"","sources":["../../../../src/types/terminal/types/terminal-events.consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"terminal-events.consts.js","sourceRoot":"","sources":["../../../../src/types/terminal/types/terminal-events.consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,IAAI,CAAC;AAEpB,QAAA,0BAA0B,GAAG,KAAK,CAAC;AAEnC,QAAA,+BAA+B,GAAG,CAAC,CAAC"}
|