@erp-galoper/types 1.0.131 → 1.0.132
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.
- package/openapi.ts +9 -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
|
|
26547
|
+
* @example 8ab55e90-d898-4067-8b44-dfce1739f4bc
|
|
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
|
|
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
|
/**
|