@erp-galoper/types 1.0.824 → 1.0.826

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 +4 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -39162,9 +39162,10 @@ export interface components {
39162
39162
  * ID of the item to which the pricing is applied
39163
39163
  * get items from /api/v1/inventory/items :
39164
39164
  * filter by :
39165
- * - viewType equal to flat, role not equal to template, active = true
39166
- * - if pricing method is profit filter by costStrategy one of [fifo,lifo, wac, sac ]
39167
- * - if pricing method is manual filter by costStrategy = marketCost
39165
+ * - viewType equal to flat, role not equal to template, active = true
39166
+ * * if price list type not equal to retail:
39167
+ * - if pricing method is profit filter by costStrategy one of [fifo,lifo, wac, sac ]
39168
+ * - if pricing method is manual filter by costStrategy = marketCost
39168
39169
  *
39169
39170
  */
39170
39171
  item: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.824",
3
+ "version": "1.0.826",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],