@bondsports/types 2.3.55 → 2.3.56

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.
@@ -117,6 +117,10 @@ export interface IProductsAndTaxesIds {
117
117
  productsIds?: number[];
118
118
  taxesIds?: number[];
119
119
  }
120
+ export interface IGetProductTaxesOptions extends IProductsAndTaxesIds {
121
+ loadProducts?: boolean;
122
+ loadTaxes?: boolean;
123
+ }
120
124
  export interface IGetPackageProductOptions {
121
125
  includeDependentProducts?: boolean;
122
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.3.55",
3
+ "version": "2.3.56",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {