@indigina/wms-api 0.0.151 → 0.0.152

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.151",
3
+ "version": "0.0.152",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -6677,6 +6677,7 @@ interface WaveConfigGroupConfigurations {
6677
6677
  */
6678
6678
  interface WaveConfigGroupView {
6679
6679
  id?: number;
6680
+ clientId?: string;
6680
6681
  client?: string;
6681
6682
  code?: string;
6682
6683
  description?: string;