@erp-galoper/types 1.0.1271 → 1.0.1272
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 +2 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -95219,6 +95219,8 @@ export interface operations {
|
|
|
95219
95219
|
packages?: string[] | null;
|
|
95220
95220
|
/** @description List of UOM IDs */
|
|
95221
95221
|
unitOfMeasure?: number[] | null;
|
|
95222
|
+
/** @description Free text search on item name */
|
|
95223
|
+
search?: string | null;
|
|
95222
95224
|
};
|
|
95223
95225
|
header?: never;
|
|
95224
95226
|
path?: never;
|