@indigina/wms-api 0.0.168 → 0.0.169

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.168",
3
+ "version": "0.0.169",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -7273,7 +7273,7 @@ interface WaveConfigurationGridView {
7273
7273
  findStockOutsideZones: boolean;
7274
7274
  editLocked: boolean;
7275
7275
  enabled: boolean;
7276
- createDate: string;
7276
+ createdDate: string;
7277
7277
  createdBy: string;
7278
7278
  lastModifiedDate?: string | null;
7279
7279
  lastModifiedBy?: string | null;