kcommons 18.0.0 → 18.0.1

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.
@@ -116,6 +116,7 @@ export interface IPOBaseFilters {
116
116
  shipping_store_location_id?: string;
117
117
  purchase_location_id?: string;
118
118
  status?: PO_STATUS[];
119
+ status_array?: PO_STATUS[];
119
120
  }
120
121
  /** --- START: PO Filters for Company --- */
121
122
  export interface IPOFiltersForCompany extends IPOBaseFilters {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",