jamespot-user-api 1.0.199 → 1.0.200
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/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +24 -8
- package/lib/src/apis/widget/widget.d.ts +61 -21
- package/lib/src/apis/widget/widget.mock.d.ts +8 -2
- package/lib/src/types/article.d.ts +180 -60
- package/lib/src/types/asei.d.ts +18 -6
- package/lib/src/types/assetReservation.d.ts +78 -26
- package/lib/src/types/businessContact.d.ts +12 -4
- package/lib/src/types/comment.d.ts +18 -6
- package/lib/src/types/faq.d.ts +96 -32
- package/lib/src/types/jLand.d.ts +30 -10
- package/lib/src/types/mediaLibrary.d.ts +18 -6
- package/lib/src/types/meeting.d.ts +54 -18
- package/lib/src/types/pollSurvey.d.ts +54 -18
- package/lib/src/types/quizz.d.ts +54 -18
- package/lib/src/types/realtime.d.ts +22 -1
- package/lib/src/types/socialEvent.d.ts +54 -18
- package/lib/src/types/support.d.ts +54 -18
- package/lib/src/types/surveyDate.d.ts +54 -18
- package/lib/src/types/tvDisplay.d.ts +450 -150
- package/lib/src/types/widgets/common.d.ts +3 -2
- package/lib/src/types/widgets/default.d.ts +357 -95
- package/lib/src/types/widgets/ensure.d.ts +1 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +57 -5
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +4 -40
- package/lib/src/types/widgets/widgetPresence.d.ts +35 -0
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +275 -0
- package/lib/src/types/widgets.d.ts +342 -68
- package/lib/src/util/meeting.d.ts +6 -2
- package/lib/src/util/network.d.ts +1 -1
- package/lib/src/util/socialEvent.d.ts +6 -2
- package/lib/src/util/widget.d.ts +6 -3
- package/package.json +1 -1
- package/phpunitMock/widgetCheckListGetResponse-comment-index-0.json +18 -0
- package/phpunitMock/widgetCheckListGetResponse-comment-no-response.json +18 -0
- package/phpunitMock/widgetGetWidget-article-quick-survey.json +21 -0
- package/phpunitMock/widgetQuickSurveyAddEntry-article-quick-survey.json +1 -0
- package/phpunitMock/widgetQuickSurveyGetResponse-article-index-0.json +129 -0
- package/phpunitMock/widgetQuickSurveyGetResponse.json +67 -0
- package/phpunitMock/widgetSurveyGetResponse.json +67 -0
|
@@ -65,7 +65,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
65
65
|
};
|
|
66
66
|
}) | ({
|
|
67
67
|
layers?: string[] | undefined;
|
|
68
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
68
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
69
|
+
layers?: string[] | undefined;
|
|
70
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
69
71
|
layers?: string[] | undefined;
|
|
70
72
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
71
73
|
layers?: string[] | undefined;
|
|
@@ -115,7 +117,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
115
117
|
};
|
|
116
118
|
}) | ({
|
|
117
119
|
layers?: string[] | undefined;
|
|
118
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
120
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
121
|
+
layers?: string[] | undefined;
|
|
122
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
119
123
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
120
124
|
layers?: string[] | undefined;
|
|
121
125
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -166,7 +170,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
166
170
|
};
|
|
167
171
|
}) | ({
|
|
168
172
|
layers?: string[] | undefined;
|
|
169
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
173
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
174
|
+
layers?: string[] | undefined;
|
|
175
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
170
176
|
layers?: string[] | undefined;
|
|
171
177
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
172
178
|
layers?: string[] | undefined;
|
|
@@ -216,7 +222,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
216
222
|
};
|
|
217
223
|
}) | ({
|
|
218
224
|
layers?: string[] | undefined;
|
|
219
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
225
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
226
|
+
layers?: string[] | undefined;
|
|
227
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
220
228
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
221
229
|
}>, "strip", z.ZodTypeAny, {
|
|
222
230
|
type: string;
|
|
@@ -277,7 +285,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
277
285
|
};
|
|
278
286
|
}) | ({
|
|
279
287
|
layers?: string[] | undefined;
|
|
280
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
288
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
289
|
+
layers?: string[] | undefined;
|
|
290
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
281
291
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
282
292
|
}, {
|
|
283
293
|
type: string;
|
|
@@ -338,7 +348,9 @@ export declare const jArticleWidgetLittle: z.ZodObject<z.objectUtil.extendShape<
|
|
|
338
348
|
};
|
|
339
349
|
}) | ({
|
|
340
350
|
layers?: string[] | undefined;
|
|
341
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
351
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
352
|
+
layers?: string[] | undefined;
|
|
353
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
342
354
|
articleWidgetDisplayMode?: "default" | "vertical" | null | undefined;
|
|
343
355
|
}>;
|
|
344
356
|
export type jArticleWidgetLittle = z.infer<typeof jArticleWidgetLittle>;
|
|
@@ -399,7 +411,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
399
411
|
};
|
|
400
412
|
}) | ({
|
|
401
413
|
layers?: string[] | undefined;
|
|
402
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
414
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
415
|
+
layers?: string[] | undefined;
|
|
416
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
403
417
|
layers?: string[] | undefined;
|
|
404
418
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
405
419
|
layers?: string[] | undefined;
|
|
@@ -449,7 +463,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
449
463
|
};
|
|
450
464
|
}) | ({
|
|
451
465
|
layers?: string[] | undefined;
|
|
452
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
466
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
467
|
+
layers?: string[] | undefined;
|
|
468
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
453
469
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
454
470
|
layers?: string[] | undefined;
|
|
455
471
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -500,7 +516,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
500
516
|
};
|
|
501
517
|
}) | ({
|
|
502
518
|
layers?: string[] | undefined;
|
|
503
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
519
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
520
|
+
layers?: string[] | undefined;
|
|
521
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
504
522
|
layers?: string[] | undefined;
|
|
505
523
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
506
524
|
layers?: string[] | undefined;
|
|
@@ -550,7 +568,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
550
568
|
};
|
|
551
569
|
}) | ({
|
|
552
570
|
layers?: string[] | undefined;
|
|
553
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
571
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
572
|
+
layers?: string[] | undefined;
|
|
573
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
554
574
|
position: z.ZodOptional<z.ZodObject<{
|
|
555
575
|
x: z.ZodNumber;
|
|
556
576
|
y: z.ZodNumber;
|
|
@@ -614,7 +634,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
614
634
|
};
|
|
615
635
|
}) | ({
|
|
616
636
|
layers?: string[] | undefined;
|
|
617
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
637
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
638
|
+
layers?: string[] | undefined;
|
|
639
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
618
640
|
uniqid: string;
|
|
619
641
|
locked: boolean;
|
|
620
642
|
position?: {
|
|
@@ -674,7 +696,9 @@ export declare const widgetLayerSchema: z.ZodObject<{
|
|
|
674
696
|
};
|
|
675
697
|
}) | ({
|
|
676
698
|
layers?: string[] | undefined;
|
|
677
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
699
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
700
|
+
layers?: string[] | undefined;
|
|
701
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
678
702
|
uniqid: string;
|
|
679
703
|
locked: boolean;
|
|
680
704
|
position?: {
|
|
@@ -744,7 +768,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
744
768
|
};
|
|
745
769
|
}) | ({
|
|
746
770
|
layers?: string[] | undefined;
|
|
747
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
771
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
772
|
+
layers?: string[] | undefined;
|
|
773
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
748
774
|
layers?: string[] | undefined;
|
|
749
775
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
750
776
|
layers?: string[] | undefined;
|
|
@@ -794,7 +820,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
794
820
|
};
|
|
795
821
|
}) | ({
|
|
796
822
|
layers?: string[] | undefined;
|
|
797
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
823
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
824
|
+
layers?: string[] | undefined;
|
|
825
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
798
826
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
799
827
|
layers?: string[] | undefined;
|
|
800
828
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -845,7 +873,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
845
873
|
};
|
|
846
874
|
}) | ({
|
|
847
875
|
layers?: string[] | undefined;
|
|
848
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
876
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
877
|
+
layers?: string[] | undefined;
|
|
878
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
849
879
|
layers?: string[] | undefined;
|
|
850
880
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
851
881
|
layers?: string[] | undefined;
|
|
@@ -895,7 +925,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
895
925
|
};
|
|
896
926
|
}) | ({
|
|
897
927
|
layers?: string[] | undefined;
|
|
898
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
928
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
929
|
+
layers?: string[] | undefined;
|
|
930
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">>;
|
|
899
931
|
}, "strip", z.ZodTypeAny, {
|
|
900
932
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
901
933
|
layers?: string[] | undefined;
|
|
@@ -947,7 +979,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
947
979
|
};
|
|
948
980
|
}) | ({
|
|
949
981
|
layers?: string[] | undefined;
|
|
950
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
982
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
983
|
+
layers?: string[] | undefined;
|
|
984
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
951
985
|
}, {
|
|
952
986
|
widgets?: import("./widgets/default").WidgetWrapperGeneric<({
|
|
953
987
|
layers?: string[] | undefined;
|
|
@@ -999,7 +1033,9 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
999
1033
|
};
|
|
1000
1034
|
}) | ({
|
|
1001
1035
|
layers?: string[] | undefined;
|
|
1002
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
1036
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
1037
|
+
layers?: string[] | undefined;
|
|
1038
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
1003
1039
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
1004
1040
|
files: z.ZodOptionalType<z.ZodType<{
|
|
1005
1041
|
type: string;
|
|
@@ -1210,12 +1246,37 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1210
1246
|
target: string;
|
|
1211
1247
|
}[] | undefined>>;
|
|
1212
1248
|
id: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
|
|
1213
|
-
|
|
1214
|
-
id: number;
|
|
1249
|
+
file: z.ZodOptionalType<z.ZodType<{
|
|
1215
1250
|
type: string;
|
|
1251
|
+
id: number;
|
|
1216
1252
|
mainType: string;
|
|
1253
|
+
uri: string;
|
|
1254
|
+
dateCreation: string;
|
|
1255
|
+
dateModified: string | null;
|
|
1256
|
+
title: string;
|
|
1257
|
+
_url: string;
|
|
1258
|
+
mimetype: string;
|
|
1259
|
+
size: number;
|
|
1260
|
+
path?: string | undefined;
|
|
1217
1261
|
} | undefined, z.ZodTypeDef, {
|
|
1262
|
+
type: string;
|
|
1218
1263
|
id: number;
|
|
1264
|
+
mainType: string;
|
|
1265
|
+
uri: string;
|
|
1266
|
+
dateCreation: string;
|
|
1267
|
+
dateModified: string | null;
|
|
1268
|
+
title: string;
|
|
1269
|
+
_url: string;
|
|
1270
|
+
mimetype: string;
|
|
1271
|
+
size: number;
|
|
1272
|
+
path?: string | undefined;
|
|
1273
|
+
} | undefined>>;
|
|
1274
|
+
user: z.ZodOptionalType<z.ZodType<{
|
|
1275
|
+
id: string | number;
|
|
1276
|
+
type: string;
|
|
1277
|
+
mainType: string;
|
|
1278
|
+
} | undefined, z.ZodTypeDef, {
|
|
1279
|
+
id: string | number;
|
|
1219
1280
|
type: string;
|
|
1220
1281
|
mainType: string;
|
|
1221
1282
|
} | undefined>>;
|
|
@@ -1409,6 +1470,89 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1409
1470
|
limitValue?: number | undefined;
|
|
1410
1471
|
closing?: boolean | undefined;
|
|
1411
1472
|
isClosed?: boolean | undefined;
|
|
1473
|
+
}>, z.ZodObject<{
|
|
1474
|
+
arr: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1475
|
+
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1476
|
+
id: z.ZodOptionalType<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>;
|
|
1477
|
+
mimetype: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
1478
|
+
file: z.ZodOptionalType<z.ZodType<{
|
|
1479
|
+
type: string;
|
|
1480
|
+
id: number;
|
|
1481
|
+
mainType: string;
|
|
1482
|
+
uri: string;
|
|
1483
|
+
dateCreation: string;
|
|
1484
|
+
dateModified: string | null;
|
|
1485
|
+
title: string;
|
|
1486
|
+
_url: string;
|
|
1487
|
+
mimetype: string;
|
|
1488
|
+
size: number;
|
|
1489
|
+
path?: string | undefined;
|
|
1490
|
+
} | undefined, z.ZodTypeDef, {
|
|
1491
|
+
type: string;
|
|
1492
|
+
id: number;
|
|
1493
|
+
mainType: string;
|
|
1494
|
+
uri: string;
|
|
1495
|
+
dateCreation: string;
|
|
1496
|
+
dateModified: string | null;
|
|
1497
|
+
title: string;
|
|
1498
|
+
_url: string;
|
|
1499
|
+
mimetype: string;
|
|
1500
|
+
size: number;
|
|
1501
|
+
path?: string | undefined;
|
|
1502
|
+
} | undefined>>;
|
|
1503
|
+
}, "strip", z.ZodTypeAny, import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr, import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr>, "many">>;
|
|
1504
|
+
css: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1505
|
+
widgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1506
|
+
title: z.ZodString;
|
|
1507
|
+
widget: z.ZodObject<{
|
|
1508
|
+
name: z.ZodNativeEnum<typeof import("./widgets/common").WidgetsName>;
|
|
1509
|
+
uniqid: z.ZodString;
|
|
1510
|
+
content: z.ZodUnknown;
|
|
1511
|
+
}, "strip", z.ZodTypeAny, {
|
|
1512
|
+
name: import("./widgets/common").WidgetsName;
|
|
1513
|
+
uniqid: string;
|
|
1514
|
+
content?: unknown;
|
|
1515
|
+
}, {
|
|
1516
|
+
name: import("./widgets/common").WidgetsName;
|
|
1517
|
+
uniqid: string;
|
|
1518
|
+
content?: unknown;
|
|
1519
|
+
}>;
|
|
1520
|
+
}, "strip", z.ZodUnknown, import("./widgets/common").WidgetBaseType, import("./widgets/common").WidgetBaseType>, "many">>;
|
|
1521
|
+
userTotal: z.ZodOptional<z.ZodNumber>;
|
|
1522
|
+
open: z.ZodOptional<z.ZodBoolean>;
|
|
1523
|
+
multi: z.ZodOptional<z.ZodBoolean>;
|
|
1524
|
+
closing: z.ZodOptional<z.ZodBoolean>;
|
|
1525
|
+
isClosed: z.ZodOptional<z.ZodBoolean>;
|
|
1526
|
+
showResult: z.ZodOptional<z.ZodBoolean>;
|
|
1527
|
+
isNotDisabled: z.ZodOptional<z.ZodBoolean>;
|
|
1528
|
+
seeResponseAfter: z.ZodOptional<z.ZodBoolean>;
|
|
1529
|
+
anonymize: z.ZodOptional<z.ZodBoolean>;
|
|
1530
|
+
}, "strip", z.ZodTypeAny, {
|
|
1531
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1532
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1533
|
+
css?: Record<string, string> | undefined;
|
|
1534
|
+
closing?: boolean | undefined;
|
|
1535
|
+
isClosed?: boolean | undefined;
|
|
1536
|
+
userTotal?: number | undefined;
|
|
1537
|
+
open?: boolean | undefined;
|
|
1538
|
+
multi?: boolean | undefined;
|
|
1539
|
+
showResult?: boolean | undefined;
|
|
1540
|
+
isNotDisabled?: boolean | undefined;
|
|
1541
|
+
seeResponseAfter?: boolean | undefined;
|
|
1542
|
+
anonymize?: boolean | undefined;
|
|
1543
|
+
}, {
|
|
1544
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1545
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1546
|
+
css?: Record<string, string> | undefined;
|
|
1547
|
+
closing?: boolean | undefined;
|
|
1548
|
+
isClosed?: boolean | undefined;
|
|
1549
|
+
userTotal?: number | undefined;
|
|
1550
|
+
open?: boolean | undefined;
|
|
1551
|
+
multi?: boolean | undefined;
|
|
1552
|
+
showResult?: boolean | undefined;
|
|
1553
|
+
isNotDisabled?: boolean | undefined;
|
|
1554
|
+
seeResponseAfter?: boolean | undefined;
|
|
1555
|
+
anonymize?: boolean | undefined;
|
|
1412
1556
|
}>]>>, z.ZodBoolean], z.ZodUnknown>, z.ZodVoid>;
|
|
1413
1557
|
onStateChange: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
1414
1558
|
busy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
@@ -1489,8 +1633,10 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1489
1633
|
};
|
|
1490
1634
|
}) | ({
|
|
1491
1635
|
layers?: string[] | undefined;
|
|
1492
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
1493
|
-
|
|
1636
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
1637
|
+
layers?: string[] | undefined;
|
|
1638
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
1639
|
+
} & (import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | {
|
|
1494
1640
|
url?: string | undefined;
|
|
1495
1641
|
target?: string | undefined;
|
|
1496
1642
|
text?: string | undefined;
|
|
@@ -1512,7 +1658,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1512
1658
|
title: string;
|
|
1513
1659
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1514
1660
|
} | undefined;
|
|
1515
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/
|
|
1661
|
+
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | {
|
|
1516
1662
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1517
1663
|
arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
|
|
1518
1664
|
css?: Record<string, string> | undefined;
|
|
@@ -1560,6 +1706,19 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1560
1706
|
limitValue?: number | undefined;
|
|
1561
1707
|
closing?: boolean | undefined;
|
|
1562
1708
|
isClosed?: boolean | undefined;
|
|
1709
|
+
} | {
|
|
1710
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1711
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1712
|
+
css?: Record<string, string> | undefined;
|
|
1713
|
+
closing?: boolean | undefined;
|
|
1714
|
+
isClosed?: boolean | undefined;
|
|
1715
|
+
userTotal?: number | undefined;
|
|
1716
|
+
open?: boolean | undefined;
|
|
1717
|
+
multi?: boolean | undefined;
|
|
1718
|
+
showResult?: boolean | undefined;
|
|
1719
|
+
isNotDisabled?: boolean | undefined;
|
|
1720
|
+
seeResponseAfter?: boolean | undefined;
|
|
1721
|
+
anonymize?: boolean | undefined;
|
|
1563
1722
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1564
1723
|
onStateChange: (args_0: {
|
|
1565
1724
|
busy?: boolean | undefined;
|
|
@@ -1627,8 +1786,10 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1627
1786
|
};
|
|
1628
1787
|
}) | ({
|
|
1629
1788
|
layers?: string[] | undefined;
|
|
1630
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
1631
|
-
|
|
1789
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
1790
|
+
layers?: string[] | undefined;
|
|
1791
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[] | undefined;
|
|
1792
|
+
} & (import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentContent | {
|
|
1632
1793
|
url?: string | undefined;
|
|
1633
1794
|
target?: string | undefined;
|
|
1634
1795
|
text?: string | undefined;
|
|
@@ -1650,7 +1811,7 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1650
1811
|
title: string;
|
|
1651
1812
|
widgets: import("./widgets/common").WidgetBaseType[];
|
|
1652
1813
|
} | undefined;
|
|
1653
|
-
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/
|
|
1814
|
+
} | import("./widgets/widgetArticleGallery").WidgetArticleGalleryContent | import("./widgets/widgetArticleImage").WidgetArticleImageContent | import("./widgets/widgetArticleSlider").WidgetArticleSliderContent | import("./widgets/widgetArticleText").WidgetArticleTextContent | import("./widgets/widgetArticleTitle").WidgetArticleTitleContent | {
|
|
1654
1815
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1655
1816
|
arr?: import("./widgets/widgetCheckList").WidgetCheckListContentArr[] | undefined;
|
|
1656
1817
|
css?: Record<string, string> | undefined;
|
|
@@ -1698,6 +1859,19 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1698
1859
|
limitValue?: number | undefined;
|
|
1699
1860
|
closing?: boolean | undefined;
|
|
1700
1861
|
isClosed?: boolean | undefined;
|
|
1862
|
+
} | {
|
|
1863
|
+
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1864
|
+
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1865
|
+
css?: Record<string, string> | undefined;
|
|
1866
|
+
closing?: boolean | undefined;
|
|
1867
|
+
isClosed?: boolean | undefined;
|
|
1868
|
+
userTotal?: number | undefined;
|
|
1869
|
+
open?: boolean | undefined;
|
|
1870
|
+
multi?: boolean | undefined;
|
|
1871
|
+
showResult?: boolean | undefined;
|
|
1872
|
+
isNotDisabled?: boolean | undefined;
|
|
1873
|
+
seeResponseAfter?: boolean | undefined;
|
|
1874
|
+
anonymize?: boolean | undefined;
|
|
1701
1875
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1702
1876
|
onStateChange: (args_0: {
|
|
1703
1877
|
busy?: boolean | undefined;
|
|
@@ -2008,6 +2182,7 @@ export declare const widgetModalPropsSchema: z.ZodObject<{
|
|
|
2008
2182
|
export type WidgetModalProps = z.infer<typeof widgetModalPropsSchema>;
|
|
2009
2183
|
export declare const widgetRtObjectSchema: z.ZodObject<{
|
|
2010
2184
|
uniqid: z.ZodString;
|
|
2185
|
+
fn: z.ZodEnum<["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]>;
|
|
2011
2186
|
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
2012
2187
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2013
2188
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2025,12 +2200,14 @@ export declare const widgetRtObjectSchema: z.ZodObject<{
|
|
|
2025
2200
|
_url: string;
|
|
2026
2201
|
};
|
|
2027
2202
|
uniqid: string;
|
|
2203
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2028
2204
|
}, {
|
|
2029
2205
|
object: import("./objectBase").jObjectBase & {
|
|
2030
2206
|
title: string;
|
|
2031
2207
|
_url: string;
|
|
2032
2208
|
};
|
|
2033
2209
|
uniqid: string;
|
|
2210
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2034
2211
|
}>;
|
|
2035
2212
|
export type WidgetRtObject = z.infer<typeof widgetRtObjectSchema>;
|
|
2036
2213
|
export declare const widgetsStateSchema: z.ZodObject<{
|
|
@@ -2087,7 +2264,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2087
2264
|
};
|
|
2088
2265
|
}) | ({
|
|
2089
2266
|
layers?: string[] | undefined;
|
|
2090
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2267
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2268
|
+
layers?: string[] | undefined;
|
|
2269
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2091
2270
|
layers?: string[] | undefined;
|
|
2092
2271
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2093
2272
|
layers?: string[] | undefined;
|
|
@@ -2137,7 +2316,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2137
2316
|
};
|
|
2138
2317
|
}) | ({
|
|
2139
2318
|
layers?: string[] | undefined;
|
|
2140
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2319
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2320
|
+
layers?: string[] | undefined;
|
|
2321
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
2141
2322
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2142
2323
|
layers?: string[] | undefined;
|
|
2143
2324
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -2188,7 +2369,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2188
2369
|
};
|
|
2189
2370
|
}) | ({
|
|
2190
2371
|
layers?: string[] | undefined;
|
|
2191
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2372
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2373
|
+
layers?: string[] | undefined;
|
|
2374
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2192
2375
|
layers?: string[] | undefined;
|
|
2193
2376
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2194
2377
|
layers?: string[] | undefined;
|
|
@@ -2238,7 +2421,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2238
2421
|
};
|
|
2239
2422
|
}) | ({
|
|
2240
2423
|
layers?: string[] | undefined;
|
|
2241
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2424
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2425
|
+
layers?: string[] | undefined;
|
|
2426
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>>;
|
|
2242
2427
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2243
2428
|
uniqid: z.ZodString;
|
|
2244
2429
|
title: z.ZodString;
|
|
@@ -2296,7 +2481,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2296
2481
|
};
|
|
2297
2482
|
}) | ({
|
|
2298
2483
|
layers?: string[] | undefined;
|
|
2299
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2484
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2485
|
+
layers?: string[] | undefined;
|
|
2486
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2300
2487
|
layers?: string[] | undefined;
|
|
2301
2488
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2302
2489
|
layers?: string[] | undefined;
|
|
@@ -2346,7 +2533,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2346
2533
|
};
|
|
2347
2534
|
}) | ({
|
|
2348
2535
|
layers?: string[] | undefined;
|
|
2349
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2536
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2537
|
+
layers?: string[] | undefined;
|
|
2538
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
2350
2539
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2351
2540
|
layers?: string[] | undefined;
|
|
2352
2541
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -2397,7 +2586,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2397
2586
|
};
|
|
2398
2587
|
}) | ({
|
|
2399
2588
|
layers?: string[] | undefined;
|
|
2400
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2589
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2590
|
+
layers?: string[] | undefined;
|
|
2591
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
2401
2592
|
layers?: string[] | undefined;
|
|
2402
2593
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
2403
2594
|
layers?: string[] | undefined;
|
|
@@ -2447,7 +2638,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2447
2638
|
};
|
|
2448
2639
|
}) | ({
|
|
2449
2640
|
layers?: string[] | undefined;
|
|
2450
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2641
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2642
|
+
layers?: string[] | undefined;
|
|
2643
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
2451
2644
|
position: z.ZodOptional<z.ZodObject<{
|
|
2452
2645
|
x: z.ZodNumber;
|
|
2453
2646
|
y: z.ZodNumber;
|
|
@@ -2511,7 +2704,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2511
2704
|
};
|
|
2512
2705
|
}) | ({
|
|
2513
2706
|
layers?: string[] | undefined;
|
|
2514
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2707
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2708
|
+
layers?: string[] | undefined;
|
|
2709
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2515
2710
|
uniqid: string;
|
|
2516
2711
|
locked: boolean;
|
|
2517
2712
|
position?: {
|
|
@@ -2571,7 +2766,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2571
2766
|
};
|
|
2572
2767
|
}) | ({
|
|
2573
2768
|
layers?: string[] | undefined;
|
|
2574
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2769
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2770
|
+
layers?: string[] | undefined;
|
|
2771
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2575
2772
|
uniqid: string;
|
|
2576
2773
|
locked: boolean;
|
|
2577
2774
|
position?: {
|
|
@@ -2713,6 +2910,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2713
2910
|
flushedWidgets: z.ZodArray<z.ZodString, "many">;
|
|
2714
2911
|
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
2715
2912
|
uniqid: z.ZodString;
|
|
2913
|
+
fn: z.ZodEnum<["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]>;
|
|
2716
2914
|
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
2717
2915
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
2718
2916
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -2730,12 +2928,14 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2730
2928
|
_url: string;
|
|
2731
2929
|
};
|
|
2732
2930
|
uniqid: string;
|
|
2931
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2733
2932
|
}, {
|
|
2734
2933
|
object: import("./objectBase").jObjectBase & {
|
|
2735
2934
|
title: string;
|
|
2736
2935
|
_url: string;
|
|
2737
2936
|
};
|
|
2738
2937
|
uniqid: string;
|
|
2938
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2739
2939
|
}>, "many">;
|
|
2740
2940
|
}, "strip", z.ZodTypeAny, {
|
|
2741
2941
|
layers: Record<string, {
|
|
@@ -2791,7 +2991,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2791
2991
|
};
|
|
2792
2992
|
}) | ({
|
|
2793
2993
|
layers?: string[] | undefined;
|
|
2794
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
2994
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
2995
|
+
layers?: string[] | undefined;
|
|
2996
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2795
2997
|
uniqid: string;
|
|
2796
2998
|
locked: boolean;
|
|
2797
2999
|
position?: {
|
|
@@ -2849,7 +3051,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2849
3051
|
};
|
|
2850
3052
|
}) | ({
|
|
2851
3053
|
layers?: string[] | undefined;
|
|
2852
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3054
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3055
|
+
layers?: string[] | undefined;
|
|
3056
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
2853
3057
|
states: Record<string, {
|
|
2854
3058
|
busy?: boolean | undefined;
|
|
2855
3059
|
loading?: boolean | undefined;
|
|
@@ -2898,6 +3102,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2898
3102
|
_url: string;
|
|
2899
3103
|
};
|
|
2900
3104
|
uniqid: string;
|
|
3105
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2901
3106
|
}[];
|
|
2902
3107
|
token?: string | undefined;
|
|
2903
3108
|
modal?: {
|
|
@@ -2959,7 +3164,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
2959
3164
|
};
|
|
2960
3165
|
}) | ({
|
|
2961
3166
|
layers?: string[] | undefined;
|
|
2962
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3167
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3168
|
+
layers?: string[] | undefined;
|
|
3169
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
2963
3170
|
uniqid: string;
|
|
2964
3171
|
locked: boolean;
|
|
2965
3172
|
position?: {
|
|
@@ -3017,7 +3224,9 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
3017
3224
|
};
|
|
3018
3225
|
}) | ({
|
|
3019
3226
|
layers?: string[] | undefined;
|
|
3020
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3227
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3228
|
+
layers?: string[] | undefined;
|
|
3229
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
3021
3230
|
states: Record<string, {
|
|
3022
3231
|
busy?: boolean | undefined;
|
|
3023
3232
|
loading?: boolean | undefined;
|
|
@@ -3066,6 +3275,7 @@ export declare const widgetsStateSchema: z.ZodObject<{
|
|
|
3066
3275
|
_url: string;
|
|
3067
3276
|
};
|
|
3068
3277
|
uniqid: string;
|
|
3278
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3069
3279
|
}[];
|
|
3070
3280
|
token?: string | undefined;
|
|
3071
3281
|
modal?: {
|
|
@@ -3130,7 +3340,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3130
3340
|
};
|
|
3131
3341
|
}) | ({
|
|
3132
3342
|
layers?: string[] | undefined;
|
|
3133
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3343
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3344
|
+
layers?: string[] | undefined;
|
|
3345
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
3134
3346
|
layers?: string[] | undefined;
|
|
3135
3347
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3136
3348
|
layers?: string[] | undefined;
|
|
@@ -3180,7 +3392,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3180
3392
|
};
|
|
3181
3393
|
}) | ({
|
|
3182
3394
|
layers?: string[] | undefined;
|
|
3183
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3395
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3396
|
+
layers?: string[] | undefined;
|
|
3397
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
3184
3398
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3185
3399
|
layers?: string[] | undefined;
|
|
3186
3400
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -3231,7 +3445,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3231
3445
|
};
|
|
3232
3446
|
}) | ({
|
|
3233
3447
|
layers?: string[] | undefined;
|
|
3234
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3448
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3449
|
+
layers?: string[] | undefined;
|
|
3450
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3235
3451
|
layers?: string[] | undefined;
|
|
3236
3452
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3237
3453
|
layers?: string[] | undefined;
|
|
@@ -3281,7 +3497,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3281
3497
|
};
|
|
3282
3498
|
}) | ({
|
|
3283
3499
|
layers?: string[] | undefined;
|
|
3284
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3500
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3501
|
+
layers?: string[] | undefined;
|
|
3502
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>>;
|
|
3285
3503
|
layers: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3286
3504
|
uniqid: z.ZodString;
|
|
3287
3505
|
title: z.ZodString;
|
|
@@ -3339,7 +3557,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3339
3557
|
};
|
|
3340
3558
|
}) | ({
|
|
3341
3559
|
layers?: string[] | undefined;
|
|
3342
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3560
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3561
|
+
layers?: string[] | undefined;
|
|
3562
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
3343
3563
|
layers?: string[] | undefined;
|
|
3344
3564
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3345
3565
|
layers?: string[] | undefined;
|
|
@@ -3389,7 +3609,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3389
3609
|
};
|
|
3390
3610
|
}) | ({
|
|
3391
3611
|
layers?: string[] | undefined;
|
|
3392
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3612
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3613
|
+
layers?: string[] | undefined;
|
|
3614
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
3393
3615
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3394
3616
|
layers?: string[] | undefined;
|
|
3395
3617
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -3440,7 +3662,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3440
3662
|
};
|
|
3441
3663
|
}) | ({
|
|
3442
3664
|
layers?: string[] | undefined;
|
|
3443
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3665
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3666
|
+
layers?: string[] | undefined;
|
|
3667
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
3444
3668
|
layers?: string[] | undefined;
|
|
3445
3669
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
3446
3670
|
layers?: string[] | undefined;
|
|
@@ -3490,7 +3714,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3490
3714
|
};
|
|
3491
3715
|
}) | ({
|
|
3492
3716
|
layers?: string[] | undefined;
|
|
3493
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3717
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3718
|
+
layers?: string[] | undefined;
|
|
3719
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
3494
3720
|
position: z.ZodOptional<z.ZodObject<{
|
|
3495
3721
|
x: z.ZodNumber;
|
|
3496
3722
|
y: z.ZodNumber;
|
|
@@ -3554,7 +3780,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3554
3780
|
};
|
|
3555
3781
|
}) | ({
|
|
3556
3782
|
layers?: string[] | undefined;
|
|
3557
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3783
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3784
|
+
layers?: string[] | undefined;
|
|
3785
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
3558
3786
|
uniqid: string;
|
|
3559
3787
|
locked: boolean;
|
|
3560
3788
|
position?: {
|
|
@@ -3614,7 +3842,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3614
3842
|
};
|
|
3615
3843
|
}) | ({
|
|
3616
3844
|
layers?: string[] | undefined;
|
|
3617
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
3845
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
3846
|
+
layers?: string[] | undefined;
|
|
3847
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
3618
3848
|
uniqid: string;
|
|
3619
3849
|
locked: boolean;
|
|
3620
3850
|
position?: {
|
|
@@ -3756,6 +3986,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3756
3986
|
flushedWidgets: z.ZodArray<z.ZodString, "many">;
|
|
3757
3987
|
rtObjectStack: z.ZodArray<z.ZodObject<{
|
|
3758
3988
|
uniqid: z.ZodString;
|
|
3989
|
+
fn: z.ZodEnum<["widget-presence-response", "check-list-response", "widget-update", "widget-quick-survey-response"]>;
|
|
3759
3990
|
object: z.ZodObject<z.objectUtil.extendShape<{
|
|
3760
3991
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
3761
3992
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -3773,12 +4004,14 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3773
4004
|
_url: string;
|
|
3774
4005
|
};
|
|
3775
4006
|
uniqid: string;
|
|
4007
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3776
4008
|
}, {
|
|
3777
4009
|
object: import("./objectBase").jObjectBase & {
|
|
3778
4010
|
title: string;
|
|
3779
4011
|
_url: string;
|
|
3780
4012
|
};
|
|
3781
4013
|
uniqid: string;
|
|
4014
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3782
4015
|
}>, "many">;
|
|
3783
4016
|
}, "strip", z.ZodTypeAny, {
|
|
3784
4017
|
layers: Record<string, {
|
|
@@ -3834,7 +4067,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3834
4067
|
};
|
|
3835
4068
|
}) | ({
|
|
3836
4069
|
layers?: string[] | undefined;
|
|
3837
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4070
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4071
|
+
layers?: string[] | undefined;
|
|
4072
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
3838
4073
|
uniqid: string;
|
|
3839
4074
|
locked: boolean;
|
|
3840
4075
|
position?: {
|
|
@@ -3892,7 +4127,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3892
4127
|
};
|
|
3893
4128
|
}) | ({
|
|
3894
4129
|
layers?: string[] | undefined;
|
|
3895
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4130
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4131
|
+
layers?: string[] | undefined;
|
|
4132
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
3896
4133
|
states: Record<string, {
|
|
3897
4134
|
busy?: boolean | undefined;
|
|
3898
4135
|
loading?: boolean | undefined;
|
|
@@ -3941,6 +4178,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
3941
4178
|
_url: string;
|
|
3942
4179
|
};
|
|
3943
4180
|
uniqid: string;
|
|
4181
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3944
4182
|
}[];
|
|
3945
4183
|
token?: string | undefined;
|
|
3946
4184
|
modal?: {
|
|
@@ -4002,7 +4240,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4002
4240
|
};
|
|
4003
4241
|
}) | ({
|
|
4004
4242
|
layers?: string[] | undefined;
|
|
4005
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4243
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4244
|
+
layers?: string[] | undefined;
|
|
4245
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
4006
4246
|
uniqid: string;
|
|
4007
4247
|
locked: boolean;
|
|
4008
4248
|
position?: {
|
|
@@ -4060,7 +4300,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4060
4300
|
};
|
|
4061
4301
|
}) | ({
|
|
4062
4302
|
layers?: string[] | undefined;
|
|
4063
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4303
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4304
|
+
layers?: string[] | undefined;
|
|
4305
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
4064
4306
|
states: Record<string, {
|
|
4065
4307
|
busy?: boolean | undefined;
|
|
4066
4308
|
loading?: boolean | undefined;
|
|
@@ -4109,6 +4351,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4109
4351
|
_url: string;
|
|
4110
4352
|
};
|
|
4111
4353
|
uniqid: string;
|
|
4354
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4112
4355
|
}[];
|
|
4113
4356
|
token?: string | undefined;
|
|
4114
4357
|
modal?: {
|
|
@@ -4172,7 +4415,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4172
4415
|
};
|
|
4173
4416
|
}) | ({
|
|
4174
4417
|
layers?: string[] | undefined;
|
|
4175
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4418
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4419
|
+
layers?: string[] | undefined;
|
|
4420
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
4176
4421
|
uniqid: string;
|
|
4177
4422
|
locked: boolean;
|
|
4178
4423
|
position?: {
|
|
@@ -4230,7 +4475,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4230
4475
|
};
|
|
4231
4476
|
}) | ({
|
|
4232
4477
|
layers?: string[] | undefined;
|
|
4233
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4478
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4479
|
+
layers?: string[] | undefined;
|
|
4480
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
4234
4481
|
states: Record<string, {
|
|
4235
4482
|
busy?: boolean | undefined;
|
|
4236
4483
|
loading?: boolean | undefined;
|
|
@@ -4279,6 +4526,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4279
4526
|
_url: string;
|
|
4280
4527
|
};
|
|
4281
4528
|
uniqid: string;
|
|
4529
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4282
4530
|
}[];
|
|
4283
4531
|
token?: string | undefined;
|
|
4284
4532
|
modal?: {
|
|
@@ -4342,7 +4590,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4342
4590
|
};
|
|
4343
4591
|
}) | ({
|
|
4344
4592
|
layers?: string[] | undefined;
|
|
4345
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4593
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4594
|
+
layers?: string[] | undefined;
|
|
4595
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
4346
4596
|
uniqid: string;
|
|
4347
4597
|
locked: boolean;
|
|
4348
4598
|
position?: {
|
|
@@ -4400,7 +4650,9 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4400
4650
|
};
|
|
4401
4651
|
}) | ({
|
|
4402
4652
|
layers?: string[] | undefined;
|
|
4403
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4653
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4654
|
+
layers?: string[] | undefined;
|
|
4655
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>;
|
|
4404
4656
|
states: Record<string, {
|
|
4405
4657
|
busy?: boolean | undefined;
|
|
4406
4658
|
loading?: boolean | undefined;
|
|
@@ -4449,6 +4701,7 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
|
|
|
4449
4701
|
_url: string;
|
|
4450
4702
|
};
|
|
4451
4703
|
uniqid: string;
|
|
4704
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4452
4705
|
}[];
|
|
4453
4706
|
token?: string | undefined;
|
|
4454
4707
|
modal?: {
|
|
@@ -4654,7 +4907,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4654
4907
|
};
|
|
4655
4908
|
}) | ({
|
|
4656
4909
|
layers?: string[] | undefined;
|
|
4657
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4910
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4911
|
+
layers?: string[] | undefined;
|
|
4912
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
4658
4913
|
layers?: string[] | undefined;
|
|
4659
4914
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4660
4915
|
layers?: string[] | undefined;
|
|
@@ -4704,7 +4959,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4704
4959
|
};
|
|
4705
4960
|
}) | ({
|
|
4706
4961
|
layers?: string[] | undefined;
|
|
4707
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
4962
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
4963
|
+
layers?: string[] | undefined;
|
|
4964
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
4708
4965
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4709
4966
|
layers?: string[] | undefined;
|
|
4710
4967
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -4755,7 +5012,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4755
5012
|
};
|
|
4756
5013
|
}) | ({
|
|
4757
5014
|
layers?: string[] | undefined;
|
|
4758
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5015
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5016
|
+
layers?: string[] | undefined;
|
|
5017
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4759
5018
|
layers?: string[] | undefined;
|
|
4760
5019
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4761
5020
|
layers?: string[] | undefined;
|
|
@@ -4805,7 +5064,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4805
5064
|
};
|
|
4806
5065
|
}) | ({
|
|
4807
5066
|
layers?: string[] | undefined;
|
|
4808
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5067
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5068
|
+
layers?: string[] | undefined;
|
|
5069
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">>;
|
|
4809
5070
|
}>, {
|
|
4810
5071
|
articleWidgets: z.ZodArray<z.ZodObject<{
|
|
4811
5072
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -4859,7 +5120,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4859
5120
|
};
|
|
4860
5121
|
}) | ({
|
|
4861
5122
|
layers?: string[] | undefined;
|
|
4862
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5123
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5124
|
+
layers?: string[] | undefined;
|
|
5125
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
4863
5126
|
layers?: string[] | undefined;
|
|
4864
5127
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4865
5128
|
layers?: string[] | undefined;
|
|
@@ -4909,7 +5172,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4909
5172
|
};
|
|
4910
5173
|
}) | ({
|
|
4911
5174
|
layers?: string[] | undefined;
|
|
4912
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5175
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5176
|
+
layers?: string[] | undefined;
|
|
5177
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>;
|
|
4913
5178
|
}, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4914
5179
|
layers?: string[] | undefined;
|
|
4915
5180
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
@@ -4960,7 +5225,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
4960
5225
|
};
|
|
4961
5226
|
}) | ({
|
|
4962
5227
|
layers?: string[] | undefined;
|
|
4963
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5228
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5229
|
+
layers?: string[] | undefined;
|
|
5230
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
|
|
4964
5231
|
layers?: string[] | undefined;
|
|
4965
5232
|
} & import("./widgets/widgetArticleAttachment").WidgetArticleAttachmentType) | ({
|
|
4966
5233
|
layers?: string[] | undefined;
|
|
@@ -5010,7 +5277,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5010
5277
|
};
|
|
5011
5278
|
}) | ({
|
|
5012
5279
|
layers?: string[] | undefined;
|
|
5013
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5280
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5281
|
+
layers?: string[] | undefined;
|
|
5282
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>>, "many">;
|
|
5014
5283
|
articleWidgetDisplayMode: z.ZodUnion<[z.ZodNullable<z.ZodEnum<["default", "vertical"]>>, z.ZodUndefined]>;
|
|
5015
5284
|
articleWidgetsCover: z.ZodUnion<[z.ZodNumber, z.ZodUndefined]>;
|
|
5016
5285
|
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -5244,7 +5513,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5244
5513
|
};
|
|
5245
5514
|
}) | ({
|
|
5246
5515
|
layers?: string[] | undefined;
|
|
5247
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5516
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5517
|
+
layers?: string[] | undefined;
|
|
5518
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
5248
5519
|
description?: string | null | undefined;
|
|
5249
5520
|
image?: {
|
|
5250
5521
|
width: number;
|
|
@@ -5360,7 +5631,9 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5360
5631
|
};
|
|
5361
5632
|
}) | ({
|
|
5362
5633
|
layers?: string[] | undefined;
|
|
5363
|
-
} & import("./widgets/widgetPresence").WidgetPresenceType)
|
|
5634
|
+
} & import("./widgets/widgetPresence").WidgetPresenceType) | ({
|
|
5635
|
+
layers?: string[] | undefined;
|
|
5636
|
+
} & import("./widgets/widgetQuickSurvey").WidgetQuickSurveyType)>[];
|
|
5364
5637
|
description?: string | null | undefined;
|
|
5365
5638
|
image?: {
|
|
5366
5639
|
width: number;
|
|
@@ -5384,3 +5657,4 @@ export * from './widgets/widgetCheckList';
|
|
|
5384
5657
|
export * from './widgets/widgetDatasourceTable';
|
|
5385
5658
|
export * from './widgets/widgetExcelDatasourceTable';
|
|
5386
5659
|
export * from './widgets/widgetPresence';
|
|
5660
|
+
export * from './widgets/widgetQuickSurvey';
|