@bondsports/types 2.2.140 → 2.2.141

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,6 @@ import { IProductResource } from './porduct-resource.interfaces';
8
8
  export interface IGetCurrentPricesOptions {
9
9
  userId?: number;
10
10
  answers?: QuestionAnswersDto[];
11
- prefetchedPrices?: Price[];
12
11
  resources?: IProductResource[];
13
12
  }
14
13
  export interface IGetProductsByTypeOptions extends IPagination {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.140",
3
+ "version": "2.2.141",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {