@erp-galoper/types 1.0.1581 → 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.
- package/openapi.ts +3 -3
- 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
|
|
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
|
|
@@ -47814,7 +47814,7 @@ export interface components {
|
|
|
47814
47814
|
*/
|
|
47815
47815
|
date: string;
|
|
47816
47816
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
47817
|
-
supplier: components["schemas"]["
|
|
47817
|
+
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
47818
47818
|
/** Referencenumber */
|
|
47819
47819
|
referenceNumber: string | null;
|
|
47820
47820
|
/** Description */
|
|
@@ -48058,7 +48058,7 @@ export interface components {
|
|
|
48058
48058
|
*/
|
|
48059
48059
|
date: string;
|
|
48060
48060
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
48061
|
-
supplier: components["schemas"]["
|
|
48061
|
+
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
48062
48062
|
/** Referencenumber */
|
|
48063
48063
|
referenceNumber: string | null;
|
|
48064
48064
|
/** Description */
|