@erp-galoper/types 1.0.792 → 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 +7 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -19068,7 +19068,7 @@ export interface components {
19068
19068
  * BasePermissionsSchema_Inventory_OpeningquantityEnum
19069
19069
  * @enum {string}
19070
19070
  */
19071
- BasePermissionsSchema_Inventory_OpeningquantityEnum: "add" | "approve" | "change" | "delete" | "view";
19071
+ BasePermissionsSchema_Inventory_OpeningquantityEnum: "add" | "approve" | "change" | "delete" | "resettodraft" | "view";
19072
19072
  /**
19073
19073
  * BasePermissionsSchema_Inventory_PackageEnum
19074
19074
  * @enum {string}
@@ -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: {
@@ -25047,13 +25049,11 @@ export interface components {
25047
25049
  * @default 1
25048
25050
  */
25049
25051
  quantity: number;
25050
- batch: components["schemas"]["BatchSerialSummarySchema"] | null;
25051
- serial: components["schemas"]["BatchSerialSummarySchema"] | null;
25052
25052
  /**
25053
- * Expiry Date
25053
+ * Expirydate
25054
25054
  * @description Expiry date for this tracking if applicable
25055
25055
  */
25056
- expiry_date?: string | null;
25056
+ expiryDate?: string | null;
25057
25057
  };
25058
25058
  /** OpeningQuantitySchema */
25059
25059
  OpeningQuantitySchema: {
@@ -36408,6 +36408,8 @@ export interface components {
36408
36408
  * @default false
36409
36409
  */
36410
36410
  hasExpiryDate: boolean | null;
36411
+ /** Allownegativestock */
36412
+ allowNegativeStock: boolean;
36411
36413
  };
36412
36414
  /** PurchaseInvoiceSharedSchema */
36413
36415
  PurchaseInvoiceSharedSchema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.792",
3
+ "version": "1.0.794",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],