@connectedxm/admin 2.0.7 → 2.0.8

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
@@ -2532,7 +2532,7 @@ interface EventRoomType extends BaseEventRoomType {
2532
2532
  disallowedTiers: BaseTier[];
2533
2533
  createdAt: string;
2534
2534
  updatedAt: string;
2535
- _count?: {
2535
+ _count: {
2536
2536
  reservations: number;
2537
2537
  };
2538
2538
  }
package/dist/index.d.ts CHANGED
@@ -2532,7 +2532,7 @@ interface EventRoomType extends BaseEventRoomType {
2532
2532
  disallowedTiers: BaseTier[];
2533
2533
  createdAt: string;
2534
2534
  updatedAt: string;
2535
- _count?: {
2535
+ _count: {
2536
2536
  reservations: number;
2537
2537
  };
2538
2538
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",
@@ -30,20 +30,20 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/parser": "^7.27.0",
33
- "@swc/core": "^1.11.16",
34
- "@tanstack/react-query": "^5.71.5",
33
+ "@swc/core": "^1.11.18",
34
+ "@tanstack/react-query": "^5.72.1",
35
35
  "@types/glob": "^8.1.0",
36
36
  "@types/node": "^22.14.0",
37
37
  "@types/react": "^19.1.0",
38
- "@typescript-eslint/eslint-plugin": "^8.29.0",
39
- "@typescript-eslint/parser": "^8.29.0",
40
- "eslint": "^9.23.0",
41
- "eslint-plugin-react": "^7.37.4",
38
+ "@typescript-eslint/eslint-plugin": "^8.29.1",
39
+ "@typescript-eslint/parser": "^8.29.1",
40
+ "eslint": "^9.24.0",
41
+ "eslint-plugin-react": "^7.37.5",
42
42
  "eslint-plugin-react-hooks": "^5.2.0",
43
43
  "glob": "^11.0.1",
44
44
  "recast": "^0.23.11",
45
45
  "tsup": "^8.4.0",
46
- "typescript": "^5.8.2",
46
+ "typescript": "^5.8.3",
47
47
  "vitest": "^3.1.1"
48
48
  },
49
49
  "optionalDependencies": {