@indigina/wms-api 0.0.84 → 0.0.85

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/index.d.ts CHANGED
@@ -3009,6 +3009,7 @@ interface TaskOperation {
3009
3009
  id?: number;
3010
3010
  title: string;
3011
3011
  notes: string;
3012
+ disabled?: boolean;
3012
3013
  /**
3013
3014
  * Indicates if the task operation has any user records associated with it.
3014
3015
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {