@erp-galoper/types 1.0.1148 → 1.0.1150

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 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23175,6 +23175,7 @@ export interface components {
23175
23175
  variations: number[];
23176
23176
  /**
23177
23177
  * Alternativeitems
23178
+ * @description get items using route /api/v1/inventory/items/?viewType=flat and filter by isActive=True, role not equal to template, and type equals to current item type
23178
23179
  * @default []
23179
23180
  */
23180
23181
  alternativeItems: components["schemas"]["AlternativeItemIsTwoWaysSchema"][];
@@ -23488,6 +23489,7 @@ export interface components {
23488
23489
  variations: number[];
23489
23490
  /**
23490
23491
  * Alternativeitems
23492
+ * @description get items using route /api/v1/inventory/items/?viewType=flat and filter by isActive=True, role not equal to template, type equals to current item type, and id not equal to current item id
23491
23493
  * @default []
23492
23494
  */
23493
23495
  alternativeItems: components["schemas"]["AlternativeItemIsTwoWaysSchema"][];
@@ -86997,7 +86999,7 @@ export interface operations {
86997
86999
  /** @description List of package IDs */
86998
87000
  packages?: string[] | null;
86999
87001
  /** @description List of UOM IDs */
87000
- unit_of_measure?: number[] | null;
87002
+ unitOfMeasure?: number[] | null;
87001
87003
  };
87002
87004
  header?: never;
87003
87005
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1148",
3
+ "version": "1.0.1150",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],