@erp-galoper/types 1.0.792 → 1.0.793

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 +3 -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}
@@ -25047,13 +25047,11 @@ export interface components {
25047
25047
  * @default 1
25048
25048
  */
25049
25049
  quantity: number;
25050
- batch: components["schemas"]["BatchSerialSummarySchema"] | null;
25051
- serial: components["schemas"]["BatchSerialSummarySchema"] | null;
25052
25050
  /**
25053
- * Expiry Date
25051
+ * Expirydate
25054
25052
  * @description Expiry date for this tracking if applicable
25055
25053
  */
25056
- expiry_date?: string | null;
25054
+ expiryDate?: string | null;
25057
25055
  };
25058
25056
  /** OpeningQuantitySchema */
25059
25057
  OpeningQuantitySchema: {
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.793",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],