@bondsports/types 2.2.16 → 2.2.18
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ActivityTimesDto } from '../../dto/activityTimes.dto';
|
2
2
|
import { CustomerDto } from '../../dto/customer.dto';
|
3
|
-
import {
|
3
|
+
import { SimpleFacilityDto } from '../../dto/facilities.dto';
|
4
4
|
import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
|
5
5
|
import { VariantDto, VariantTitleDto, VariantWithPrice } from '../../dto/product-variants.dto';
|
6
6
|
import { GroupItemsPricing } from '../../entity/GroupItemsPricing';
|
@@ -207,5 +207,5 @@ export declare class ResourceProductDto {
|
|
207
207
|
organizationId: number;
|
208
208
|
name: string;
|
209
209
|
sports?: number[];
|
210
|
-
facilities?:
|
210
|
+
facilities?: SimpleFacilityDto[];
|
211
211
|
}
|
@@ -38,6 +38,7 @@ export declare class ProgramSeason extends OrganizationConnectionBaseEntity {
|
|
38
38
|
maxFemaleWaitlist: number | null;
|
39
39
|
facilityId: number | null;
|
40
40
|
facilityName?: string;
|
41
|
+
facilityTimezone?: string;
|
41
42
|
addressId: number | null;
|
42
43
|
sport: SportsEnum;
|
43
44
|
minAge: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,aAAc,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,aAAc,SAAQ,mEAAgC;CAiIlE;AAjID,sCAiIC"}
|