@erp-galoper/types 1.0.793 → 1.0.795
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 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21000,6 +21000,8 @@ export interface components {
|
|
|
21000
21000
|
trackInventoryBy: components["schemas"]["TrackInventoryBy"] | null;
|
|
21001
21001
|
/** Hasexpirydate */
|
|
21002
21002
|
hasExpiryDate: boolean;
|
|
21003
|
+
/** Allownegativestock */
|
|
21004
|
+
allowNegativeStock: boolean;
|
|
21003
21005
|
};
|
|
21004
21006
|
/** ItemPackageSchema */
|
|
21005
21007
|
ItemPackageSchema: {
|
|
@@ -36406,6 +36408,8 @@ export interface components {
|
|
|
36406
36408
|
* @default false
|
|
36407
36409
|
*/
|
|
36408
36410
|
hasExpiryDate: boolean | null;
|
|
36411
|
+
/** Allownegativestock */
|
|
36412
|
+
allowNegativeStock: boolean;
|
|
36409
36413
|
};
|
|
36410
36414
|
/** PurchaseInvoiceSharedSchema */
|
|
36411
36415
|
PurchaseInvoiceSharedSchema: {
|