@erp-galoper/types 1.0.1327 → 1.0.1328
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 +1 -0
- 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: {
|