@connectedxm/admin 6.24.4 → 6.25.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 CHANGED
@@ -263,6 +263,7 @@ interface BaseAccountAttribute {
263
263
  adminOnly: boolean;
264
264
  editable: boolean;
265
265
  public: boolean;
266
+ subline: boolean;
266
267
  includedInDashboards: boolean;
267
268
  sortOrder: number;
268
269
  locationOption: keyof typeof LocationQuestionOption;
@@ -7100,6 +7101,7 @@ interface AccountAttributeCreateInputs {
7100
7101
  adminOnly?: boolean;
7101
7102
  editable?: boolean;
7102
7103
  public?: boolean;
7104
+ subline?: boolean;
7103
7105
  includedInDashboards?: boolean;
7104
7106
  sortOrder?: number | string | null;
7105
7107
  searchListId?: string | null;
@@ -7113,6 +7115,7 @@ interface AccountAttributeUpdateInputs {
7113
7115
  adminOnly?: boolean;
7114
7116
  editable?: boolean;
7115
7117
  public?: boolean;
7118
+ subline?: boolean;
7116
7119
  includedInDashboards?: boolean;
7117
7120
  sortOrder?: number | string | null;
7118
7121
  searchListId?: string | null;
package/dist/index.d.ts CHANGED
@@ -263,6 +263,7 @@ interface BaseAccountAttribute {
263
263
  adminOnly: boolean;
264
264
  editable: boolean;
265
265
  public: boolean;
266
+ subline: boolean;
266
267
  includedInDashboards: boolean;
267
268
  sortOrder: number;
268
269
  locationOption: keyof typeof LocationQuestionOption;
@@ -7100,6 +7101,7 @@ interface AccountAttributeCreateInputs {
7100
7101
  adminOnly?: boolean;
7101
7102
  editable?: boolean;
7102
7103
  public?: boolean;
7104
+ subline?: boolean;
7103
7105
  includedInDashboards?: boolean;
7104
7106
  sortOrder?: number | string | null;
7105
7107
  searchListId?: string | null;
@@ -7113,6 +7115,7 @@ interface AccountAttributeUpdateInputs {
7113
7115
  adminOnly?: boolean;
7114
7116
  editable?: boolean;
7115
7117
  public?: boolean;
7118
+ subline?: boolean;
7116
7119
  includedInDashboards?: boolean;
7117
7120
  sortOrder?: number | string | null;
7118
7121
  searchListId?: string | null;
package/openapi.json CHANGED
@@ -92162,6 +92162,9 @@
92162
92162
  "public": {
92163
92163
  "type": "boolean"
92164
92164
  },
92165
+ "subline": {
92166
+ "type": "boolean"
92167
+ },
92165
92168
  "includedInDashboards": {
92166
92169
  "type": "boolean"
92167
92170
  },
@@ -92182,6 +92185,7 @@
92182
92185
  "adminOnly",
92183
92186
  "editable",
92184
92187
  "public",
92188
+ "subline",
92185
92189
  "includedInDashboards",
92186
92190
  "sortOrder",
92187
92191
  "locationOption"
@@ -121200,6 +121204,9 @@
121200
121204
  "public": {
121201
121205
  "type": "boolean"
121202
121206
  },
121207
+ "subline": {
121208
+ "type": "boolean"
121209
+ },
121203
121210
  "includedInDashboards": {
121204
121211
  "type": "boolean"
121205
121212
  },
@@ -121258,6 +121265,9 @@
121258
121265
  "public": {
121259
121266
  "type": "boolean"
121260
121267
  },
121268
+ "subline": {
121269
+ "type": "boolean"
121270
+ },
121261
121271
  "includedInDashboards": {
121262
121272
  "type": "boolean"
121263
121273
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.24.4",
3
+ "version": "6.25.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "upgrade": "ncu -i --format group"
25
25
  },
26
26
  "dependencies": {
27
- "axios": "^1.13.6",
27
+ "axios": "^1.15.0",
28
28
  "immer": "^11.1.4"
29
29
  },
30
30
  "peerDependencies": {
@@ -32,16 +32,15 @@
32
32
  "react": "^18 || ^19"
33
33
  },
34
34
  "devDependencies": {
35
- "tsx": "^4.21.0",
36
- "@babel/parser": "^7.29.0",
37
- "@swc/core": "^1.15.18",
38
- "@tanstack/react-query": "^5.90.21",
35
+ "@babel/parser": "^7.29.2",
36
+ "@swc/core": "^1.15.24",
37
+ "@tanstack/react-query": "^5.97.0",
39
38
  "@types/glob": "^9.0.0",
40
39
  "@types/node": "^22.15.3",
41
40
  "@types/react": "^19.2.14",
42
- "@typescript-eslint/eslint-plugin": "^8.57.0",
43
- "@typescript-eslint/parser": "^8.57.0",
44
- "comment-parser": "^1.4.5",
41
+ "@typescript-eslint/eslint-plugin": "^8.58.1",
42
+ "@typescript-eslint/parser": "^8.58.1",
43
+ "comment-parser": "^1.4.6",
45
44
  "eslint": "^9.39.2",
46
45
  "eslint-plugin-react": "^7.37.5",
47
46
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -49,10 +48,11 @@
49
48
  "openapi-schema-validator": "^12.1.3",
50
49
  "recast": "^0.23.11",
51
50
  "tsup": "^8.5.1",
51
+ "tsx": "^4.21.0",
52
52
  "typescript": "^5.9.3",
53
- "vitest": "^4.1.0"
53
+ "vitest": "^4.1.4"
54
54
  },
55
55
  "optionalDependencies": {
56
- "@rollup/rollup-linux-x64-gnu": "4.59.0"
56
+ "@rollup/rollup-linux-x64-gnu": "4.60.1"
57
57
  }
58
58
  }