@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.
- package/openapi.ts +3 -5
- 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
|
-
*
|
|
25051
|
+
* Expirydate
|
|
25054
25052
|
* @description Expiry date for this tracking if applicable
|
|
25055
25053
|
*/
|
|
25056
|
-
|
|
25054
|
+
expiryDate?: string | null;
|
|
25057
25055
|
};
|
|
25058
25056
|
/** OpeningQuantitySchema */
|
|
25059
25057
|
OpeningQuantitySchema: {
|