@connectedxm/admin 5.2.1 → 5.2.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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1920,6 +1920,7 @@ interface BaseRegistrationQuestion {
|
|
|
1920
1920
|
placeholder: string | null;
|
|
1921
1921
|
default: string | null;
|
|
1922
1922
|
searchListId: string | null;
|
|
1923
|
+
searchList: BaseSearchList | null;
|
|
1923
1924
|
span: number;
|
|
1924
1925
|
mutable: boolean;
|
|
1925
1926
|
min: string | null;
|
|
@@ -2326,6 +2327,7 @@ interface BaseEventSessionQuestion {
|
|
|
2326
2327
|
placeholder: string | null;
|
|
2327
2328
|
default: string | null;
|
|
2328
2329
|
searchListId: string | null;
|
|
2330
|
+
searchList: BaseSearchList | null;
|
|
2329
2331
|
mutable: boolean;
|
|
2330
2332
|
min: string | null;
|
|
2331
2333
|
max: string | null;
|
|
@@ -3738,6 +3740,7 @@ interface BaseSurveyQuestion {
|
|
|
3738
3740
|
placeholder: string | null;
|
|
3739
3741
|
default: string | null;
|
|
3740
3742
|
searchListId: string | null;
|
|
3743
|
+
searchList: BaseSearchList | null;
|
|
3741
3744
|
mutable: boolean;
|
|
3742
3745
|
min: string | null;
|
|
3743
3746
|
max: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1920,6 +1920,7 @@ interface BaseRegistrationQuestion {
|
|
|
1920
1920
|
placeholder: string | null;
|
|
1921
1921
|
default: string | null;
|
|
1922
1922
|
searchListId: string | null;
|
|
1923
|
+
searchList: BaseSearchList | null;
|
|
1923
1924
|
span: number;
|
|
1924
1925
|
mutable: boolean;
|
|
1925
1926
|
min: string | null;
|
|
@@ -2326,6 +2327,7 @@ interface BaseEventSessionQuestion {
|
|
|
2326
2327
|
placeholder: string | null;
|
|
2327
2328
|
default: string | null;
|
|
2328
2329
|
searchListId: string | null;
|
|
2330
|
+
searchList: BaseSearchList | null;
|
|
2329
2331
|
mutable: boolean;
|
|
2330
2332
|
min: string | null;
|
|
2331
2333
|
max: string | null;
|
|
@@ -3738,6 +3740,7 @@ interface BaseSurveyQuestion {
|
|
|
3738
3740
|
placeholder: string | null;
|
|
3739
3741
|
default: string | null;
|
|
3740
3742
|
searchListId: string | null;
|
|
3743
|
+
searchList: BaseSearchList | null;
|
|
3741
3744
|
mutable: boolean;
|
|
3742
3745
|
min: string | null;
|
|
3743
3746
|
max: string | null;
|