@erp-galoper/types 1.0.131 → 1.0.133

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 +9 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26544,7 +26544,7 @@ export interface components {
26544
26544
  /**
26545
26545
  * Id
26546
26546
  * Format: uuid
26547
- * @example 30c0bb15-345a-4b8f-bdfd-d610ab900db3
26547
+ * @example a8493898-4120-469c-b109-88f8fff9bfff
26548
26548
  */
26549
26549
  id: string;
26550
26550
  /**
@@ -36132,7 +36132,14 @@ export interface components {
36132
36132
  id?: string;
36133
36133
  /**
36134
36134
  * Item
36135
- * @description ID of the item to which the pricing is applied.
36135
+ * @description
36136
+ * ID of the item to which the pricing is applied
36137
+ * get items from /api/v1/inventory/items :
36138
+ * filter by :
36139
+ * - viewType equal to flat, role not equal to template, active = true
36140
+ * - if pricing method is profit filter by costStrategy one of [fifo,lifo, wac, sac ]
36141
+ * - if pricing method is manual filter by costStrategy = marketCost
36142
+ *
36136
36143
  */
36137
36144
  item: number;
36138
36145
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.131",
3
+ "version": "1.0.133",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],