@bondsports/types 2.1.47 → 2.1.48
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/resources/dto/instructor.dto.d.ts +2 -0
- package/dist/types/resources/dto/instructor.dto.js.map +1 -1
- package/dist/types/resources/entities/Resource.d.ts +1 -0
- package/dist/types/resources/entities/Resource.js.map +1 -1
- package/package.json +1 -1
@@ -37,6 +37,7 @@ export declare class InstructorResourceDto {
|
|
37
37
|
lastName: string;
|
38
38
|
address?: AddressDto;
|
39
39
|
programTypes?: ProgramTypesEnum[];
|
40
|
+
isBookableOnline?: boolean;
|
40
41
|
}
|
41
42
|
export declare class CreateInstructorDto extends ResourceDependenciesDto {
|
42
43
|
description?: string;
|
@@ -50,4 +51,5 @@ export declare class CreateInstructorDto extends ResourceDependenciesDto {
|
|
50
51
|
userId: number;
|
51
52
|
status?: ActivityEnum;
|
52
53
|
sports?: SportsEnum[];
|
54
|
+
isBookableOnline?: boolean;
|
53
55
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"instructor.dto.js","sourceRoot":"","sources":["../../../../src/types/resources/dto/instructor.dto.ts"],"names":[],"mappings":";;;AAeA,iDAAyD;AAEzD,MAAa,qBAAqB;
|
1
|
+
{"version":3,"file":"instructor.dto.js","sourceRoot":"","sources":["../../../../src/types/resources/dto/instructor.dto.ts"],"names":[],"mappings":";;;AAeA,iDAAyD;AAEzD,MAAa,qBAAqB;CA4DjC;AA5DD,sDA4DC;AAED,MAAa,mBAAoB,SAAQ,sCAAuB;CAwB/D;AAxBD,kDAwBC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Resource.js","sourceRoot":"","sources":["../../../../src/types/resources/entities/Resource.ts"],"names":[],"mappings":";;;AAuBA,oGAAiG;AAUjG,MAAa,QAAS,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"Resource.js","sourceRoot":"","sources":["../../../../src/types/resources/entities/Resource.ts"],"names":[],"mappings":";;;AAuBA,oGAAiG;AAUjG,MAAa,QAAS,SAAQ,mEAAgC;CAuE7D;AAvED,4BAuEC"}
|