@bondsports/types 2.2.116 → 2.2.117

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,10 +21,11 @@ export interface IGetResourcesOptions {
21
21
  searchByFacility?: boolean;
22
22
  }
23
23
  export interface IGetResourceByIdsOptions {
24
- includeAdditionalData?: boolean;
25
24
  order?: OrderByEnum;
26
25
  orderBy?: OrderByResourceEnum;
27
26
  ignoreDeleted?: boolean;
27
+ onlyActive?: boolean;
28
+ includeAdditionalData?: boolean;
28
29
  includeFacilities?: boolean;
29
30
  includeProducts?: boolean;
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.116",
3
+ "version": "2.2.117",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {