@connectedxm/admin 4.2.6 → 4.2.7

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 CHANGED
@@ -229,6 +229,9 @@ interface BaseAccountAttribute {
229
229
  interface AccountAttribute extends BaseAccountAttribute {
230
230
  createdAt: string;
231
231
  updatedAt: string;
232
+ _count: {
233
+ values: number;
234
+ };
232
235
  }
233
236
  interface BaseAccountAttributeValue {
234
237
  id: string;
package/dist/index.d.ts CHANGED
@@ -229,6 +229,9 @@ interface BaseAccountAttribute {
229
229
  interface AccountAttribute extends BaseAccountAttribute {
230
230
  createdAt: string;
231
231
  updatedAt: string;
232
+ _count: {
233
+ values: number;
234
+ };
232
235
  }
233
236
  interface BaseAccountAttributeValue {
234
237
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",