@erp-galoper/types 1.0.937 → 1.0.939

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 -1
  2. 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?: never;
72851
+ query: {
72852
+ unitOfMeasure: number;
72853
+ itemPackage?: string;
72854
+ };
72852
72855
  header?: never;
72853
72856
  path: {
72854
72857
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.937",
3
+ "version": "1.0.939",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],