@bondsports/types 2.2.259 → 2.2.260
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { SimpleFacilityDto } from '../../dto/facilities.dto';
|
2
2
|
import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
|
3
|
-
import { ProductUserFinancialInfoDto } from '../../dto/product-user';
|
3
|
+
import { ProductUserFinancialInfoDto, SimpleProductUserDto } from '../../dto/product-user';
|
4
4
|
import { ByOrganizationIdDto, OptionalOrganizationIdDto } from '../../organization/dto/organization.dto';
|
5
5
|
import { SimpleProductDto } from '../../product-pricing/dto/product.dto';
|
6
6
|
import { SimpleSessionDto } from '../../programs-seasons/dto/program-seasons.dto';
|
@@ -100,7 +100,6 @@ export declare class ProgramInfoDto {
|
|
100
100
|
name: string;
|
101
101
|
isSegment: boolean;
|
102
102
|
userId: number;
|
103
|
-
productUserId: number;
|
104
103
|
registeredOn: Date;
|
105
104
|
sport: SportsEnum;
|
106
105
|
user?: SimpleUserDto;
|
@@ -109,4 +108,5 @@ export declare class ProgramInfoDto {
|
|
109
108
|
resources?: SimpleResourceDto[];
|
110
109
|
facility?: SimpleFacilityDto;
|
111
110
|
financialInfo?: ProductUserFinancialInfoDto;
|
111
|
+
productUser?: SimpleProductUserDto;
|
112
112
|
}
|