@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.
- package/dist/index.d.ts +0 -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
|
}
|