@connectedxm/admin 3.3.0 → 3.3.1
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/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1832,6 +1832,7 @@ interface BaseRegistrationQuestion {
|
|
|
1832
1832
|
label: string | null;
|
|
1833
1833
|
placeholder: string | null;
|
|
1834
1834
|
default: string | null;
|
|
1835
|
+
searchListId: string | null;
|
|
1835
1836
|
span: number;
|
|
1836
1837
|
mutable: boolean;
|
|
1837
1838
|
min: string | null;
|
|
@@ -2225,6 +2226,7 @@ interface BaseEventSessionQuestion {
|
|
|
2225
2226
|
label: string | null;
|
|
2226
2227
|
placeholder: string | null;
|
|
2227
2228
|
default: string | null;
|
|
2229
|
+
searchListId: string | null;
|
|
2228
2230
|
mutable: boolean;
|
|
2229
2231
|
min: string | null;
|
|
2230
2232
|
max: string | null;
|
|
@@ -3448,6 +3450,7 @@ interface BaseSurveyQuestion {
|
|
|
3448
3450
|
label: string | null;
|
|
3449
3451
|
placeholder: string | null;
|
|
3450
3452
|
default: string | null;
|
|
3453
|
+
searchListId: string | null;
|
|
3451
3454
|
mutable: boolean;
|
|
3452
3455
|
min: string | null;
|
|
3453
3456
|
max: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1832,6 +1832,7 @@ interface BaseRegistrationQuestion {
|
|
|
1832
1832
|
label: string | null;
|
|
1833
1833
|
placeholder: string | null;
|
|
1834
1834
|
default: string | null;
|
|
1835
|
+
searchListId: string | null;
|
|
1835
1836
|
span: number;
|
|
1836
1837
|
mutable: boolean;
|
|
1837
1838
|
min: string | null;
|
|
@@ -2225,6 +2226,7 @@ interface BaseEventSessionQuestion {
|
|
|
2225
2226
|
label: string | null;
|
|
2226
2227
|
placeholder: string | null;
|
|
2227
2228
|
default: string | null;
|
|
2229
|
+
searchListId: string | null;
|
|
2228
2230
|
mutable: boolean;
|
|
2229
2231
|
min: string | null;
|
|
2230
2232
|
max: string | null;
|
|
@@ -3448,6 +3450,7 @@ interface BaseSurveyQuestion {
|
|
|
3448
3450
|
label: string | null;
|
|
3449
3451
|
placeholder: string | null;
|
|
3450
3452
|
default: string | null;
|
|
3453
|
+
searchListId: string | null;
|
|
3451
3454
|
mutable: boolean;
|
|
3452
3455
|
min: string | null;
|
|
3453
3456
|
max: string | null;
|