@erp-galoper/types 1.0.937 → 1.0.938
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 +4 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -72848,7 +72848,10 @@ export interface operations {
|
|
|
72848
72848
|
};
|
|
72849
72849
|
purchase_history_price_views_get_purchase_history_price_by_item_id: {
|
|
72850
72850
|
parameters: {
|
|
72851
|
-
query
|
|
72851
|
+
query: {
|
|
72852
|
+
unitOfMeasure: number;
|
|
72853
|
+
itemPackage?: string;
|
|
72854
|
+
};
|
|
72852
72855
|
header?: never;
|
|
72853
72856
|
path: {
|
|
72854
72857
|
id: number;
|