@bondsports/types 2.2.16 → 2.2.17

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 { ActivityTimesDto } from '../../dto/activityTimes.dto';
2
2
  import { CustomerDto } from '../../dto/customer.dto';
3
- import { FacilityDto } from '../../dto/facilities.dto';
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?: FacilityDto[];
210
+ facilities?: SimpleFacilityDto[];
211
211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.16",
3
+ "version": "2.2.17",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {