@connectedxm/admin 3.3.1 → 3.3.2
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.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1250,7 +1250,9 @@ interface BaseSearchList {
|
|
|
1250
1250
|
interface SearchList extends BaseSearchList {
|
|
1251
1251
|
createdAt: string;
|
|
1252
1252
|
updatedAt: string;
|
|
1253
|
-
|
|
1253
|
+
_count: {
|
|
1254
|
+
values: number;
|
|
1255
|
+
};
|
|
1254
1256
|
}
|
|
1255
1257
|
interface BaseSearchListValue {
|
|
1256
1258
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1250,7 +1250,9 @@ interface BaseSearchList {
|
|
|
1250
1250
|
interface SearchList extends BaseSearchList {
|
|
1251
1251
|
createdAt: string;
|
|
1252
1252
|
updatedAt: string;
|
|
1253
|
-
|
|
1253
|
+
_count: {
|
|
1254
|
+
values: number;
|
|
1255
|
+
};
|
|
1254
1256
|
}
|
|
1255
1257
|
interface BaseSearchListValue {
|
|
1256
1258
|
id: string;
|