@erp-galoper/types 1.0.1148 → 1.0.1149
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 +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -86997,7 +86997,7 @@ export interface operations {
|
|
|
86997
86997
|
/** @description List of package IDs */
|
|
86998
86998
|
packages?: string[] | null;
|
|
86999
86999
|
/** @description List of UOM IDs */
|
|
87000
|
-
|
|
87000
|
+
unitOfMeasure?: number[] | null;
|
|
87001
87001
|
};
|
|
87002
87002
|
header?: never;
|
|
87003
87003
|
path?: never;
|