@connectedxm/client 6.2.0 → 6.2.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -471,10 +471,8 @@ interface SearchListValue extends BaseSearchListValue {
471
471
  interface BaseSearchList {
472
472
  id: string;
473
473
  name: string;
474
- values: BaseSearchListValue[];
475
474
  }
476
475
  interface SearchList extends BaseSearchList {
477
- values: SearchListValue[];
478
476
  createdAt: string;
479
477
  updatedAt: string;
480
478
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",