@erp-galoper/types 1.0.1327 → 1.0.1329

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 +1 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -30104,6 +30104,7 @@ export interface components {
30104
30104
  /** Allownegativestock */
30105
30105
  allowNegativeStock: boolean;
30106
30106
  type: components["schemas"]["ItemType"];
30107
+ costStrategy: components["schemas"]["GetCostStrategy"] | null;
30107
30108
  };
30108
30109
  /** ItemPackageSummarySchema */
30109
30110
  ItemPackageSummarySchema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1327",
3
+ "version": "1.0.1329",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],