@erp-galoper/types 1.0.1582 → 1.0.1583

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.
Files changed (2) hide show
  1. package/openapi.ts +1 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -45951,7 +45951,7 @@ export interface components {
45951
45951
  * @description ID of the item to which the pricing is applied
45952
45952
  * get items from /api/v1/inventory/items :
45953
45953
  * filter by :
45954
- * - viewType equal to flat, role not equal to template, active = true
45954
+ * - viewType equal to flat, role not equal to template
45955
45955
  * * if price list type not equal to retail:
45956
45956
  * - if pricing method is profit filter by costStrategy one of [fifo,lifo, wac ]
45957
45957
  * - if pricing method is manual filter by costStrategy = marketCost
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1582",
3
+ "version": "1.0.1583",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],