@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1271",
3
+ "version": "1.0.1272",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],