@connectedxm/admin 6.24.4 → 6.25.0
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 -0
- package/dist/index.d.ts +3 -0
- package/openapi.json +10 -0
- package/package.json +1 -1
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
|
},
|