@erp-galoper/types 1.0.793 → 1.0.794

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 -0
  2. 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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.793",
3
+ "version": "1.0.794",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],