@bondsports/types 2.2.259 → 2.2.260

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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.259",
3
+ "version": "2.2.260",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {