jamespot-user-api 1.0.198 → 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/file/file.d.ts +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
|
@@ -194,7 +194,9 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
194
194
|
};
|
|
195
195
|
}) | ({
|
|
196
196
|
layers?: string[] | undefined;
|
|
197
|
-
} & import("./widgets").WidgetPresenceType)
|
|
197
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
198
|
+
layers?: string[] | undefined;
|
|
199
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
198
200
|
layers?: string[] | undefined;
|
|
199
201
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
200
202
|
layers?: string[] | undefined;
|
|
@@ -244,7 +246,9 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
244
246
|
};
|
|
245
247
|
}) | ({
|
|
246
248
|
layers?: string[] | undefined;
|
|
247
|
-
} & import("./widgets").WidgetPresenceType)
|
|
249
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
250
|
+
layers?: string[] | undefined;
|
|
251
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
248
252
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
249
253
|
layers?: string[] | undefined;
|
|
250
254
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -295,7 +299,9 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
295
299
|
};
|
|
296
300
|
}) | ({
|
|
297
301
|
layers?: string[] | undefined;
|
|
298
|
-
} & import("./widgets").WidgetPresenceType)
|
|
302
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
303
|
+
layers?: string[] | undefined;
|
|
304
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
299
305
|
layers?: string[] | undefined;
|
|
300
306
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
301
307
|
layers?: string[] | undefined;
|
|
@@ -345,7 +351,9 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
345
351
|
};
|
|
346
352
|
}) | ({
|
|
347
353
|
layers?: string[] | undefined;
|
|
348
|
-
} & import("./widgets").WidgetPresenceType)
|
|
354
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
355
|
+
layers?: string[] | undefined;
|
|
356
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
349
357
|
}>, {
|
|
350
358
|
place: z.ZodString;
|
|
351
359
|
address: z.ZodString;
|
|
@@ -453,7 +461,9 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
453
461
|
};
|
|
454
462
|
}) | ({
|
|
455
463
|
layers?: string[] | undefined;
|
|
456
|
-
} & import("./widgets").WidgetPresenceType)
|
|
464
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
465
|
+
layers?: string[] | undefined;
|
|
466
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
457
467
|
}, {
|
|
458
468
|
type: string;
|
|
459
469
|
id: number;
|
|
@@ -555,7 +565,9 @@ export declare const jMeetingListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
555
565
|
};
|
|
556
566
|
}) | ({
|
|
557
567
|
layers?: string[] | undefined;
|
|
558
|
-
} & import("./widgets").WidgetPresenceType)
|
|
568
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
569
|
+
layers?: string[] | undefined;
|
|
570
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
559
571
|
}>;
|
|
560
572
|
export type jMeetingList = z.infer<typeof jMeetingListSchema>;
|
|
561
573
|
export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -753,7 +765,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
753
765
|
};
|
|
754
766
|
}) | ({
|
|
755
767
|
layers?: string[] | undefined;
|
|
756
|
-
} & import("./widgets").WidgetPresenceType)
|
|
768
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
769
|
+
layers?: string[] | undefined;
|
|
770
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
757
771
|
layers?: string[] | undefined;
|
|
758
772
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
759
773
|
layers?: string[] | undefined;
|
|
@@ -803,7 +817,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
803
817
|
};
|
|
804
818
|
}) | ({
|
|
805
819
|
layers?: string[] | undefined;
|
|
806
|
-
} & import("./widgets").WidgetPresenceType)
|
|
820
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
821
|
+
layers?: string[] | undefined;
|
|
822
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
807
823
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
808
824
|
layers?: string[] | undefined;
|
|
809
825
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -854,7 +870,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
854
870
|
};
|
|
855
871
|
}) | ({
|
|
856
872
|
layers?: string[] | undefined;
|
|
857
|
-
} & import("./widgets").WidgetPresenceType)
|
|
873
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
874
|
+
layers?: string[] | undefined;
|
|
875
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
858
876
|
layers?: string[] | undefined;
|
|
859
877
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
860
878
|
layers?: string[] | undefined;
|
|
@@ -904,7 +922,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
904
922
|
};
|
|
905
923
|
}) | ({
|
|
906
924
|
layers?: string[] | undefined;
|
|
907
|
-
} & import("./widgets").WidgetPresenceType)
|
|
925
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
926
|
+
layers?: string[] | undefined;
|
|
927
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
908
928
|
}>, {
|
|
909
929
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
910
930
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1056,7 +1076,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1056
1076
|
};
|
|
1057
1077
|
}) | ({
|
|
1058
1078
|
layers?: string[] | undefined;
|
|
1059
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1079
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1080
|
+
layers?: string[] | undefined;
|
|
1081
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1060
1082
|
}, {
|
|
1061
1083
|
type: string;
|
|
1062
1084
|
id: number;
|
|
@@ -1166,7 +1188,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1166
1188
|
};
|
|
1167
1189
|
}) | ({
|
|
1168
1190
|
layers?: string[] | undefined;
|
|
1169
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1191
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1192
|
+
layers?: string[] | undefined;
|
|
1193
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1170
1194
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1171
1195
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1172
1196
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1362,7 +1386,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1362
1386
|
};
|
|
1363
1387
|
}) | ({
|
|
1364
1388
|
layers?: string[] | undefined;
|
|
1365
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1389
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1390
|
+
layers?: string[] | undefined;
|
|
1391
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1366
1392
|
layers?: string[] | undefined;
|
|
1367
1393
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1368
1394
|
layers?: string[] | undefined;
|
|
@@ -1412,7 +1438,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1412
1438
|
};
|
|
1413
1439
|
}) | ({
|
|
1414
1440
|
layers?: string[] | undefined;
|
|
1415
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1441
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1442
|
+
layers?: string[] | undefined;
|
|
1443
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1416
1444
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1417
1445
|
layers?: string[] | undefined;
|
|
1418
1446
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1463,7 +1491,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1463
1491
|
};
|
|
1464
1492
|
}) | ({
|
|
1465
1493
|
layers?: string[] | undefined;
|
|
1466
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1494
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1495
|
+
layers?: string[] | undefined;
|
|
1496
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1467
1497
|
layers?: string[] | undefined;
|
|
1468
1498
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1469
1499
|
layers?: string[] | undefined;
|
|
@@ -1513,7 +1543,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1513
1543
|
};
|
|
1514
1544
|
}) | ({
|
|
1515
1545
|
layers?: string[] | undefined;
|
|
1516
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1546
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1547
|
+
layers?: string[] | undefined;
|
|
1548
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1517
1549
|
}>, {
|
|
1518
1550
|
place: z.ZodString;
|
|
1519
1551
|
address: z.ZodString;
|
|
@@ -1621,7 +1653,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1621
1653
|
};
|
|
1622
1654
|
}) | ({
|
|
1623
1655
|
layers?: string[] | undefined;
|
|
1624
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1656
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1657
|
+
layers?: string[] | undefined;
|
|
1658
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1625
1659
|
}, {
|
|
1626
1660
|
type: string;
|
|
1627
1661
|
id: number;
|
|
@@ -1723,7 +1757,9 @@ export declare const jMeetingViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1723
1757
|
};
|
|
1724
1758
|
}) | ({
|
|
1725
1759
|
layers?: string[] | undefined;
|
|
1726
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1760
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1761
|
+
layers?: string[] | undefined;
|
|
1762
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1727
1763
|
}>>, z.ZodObject<{
|
|
1728
1764
|
allDay: z.ZodNull;
|
|
1729
1765
|
agenda: z.ZodString;
|
|
@@ -194,7 +194,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
194
194
|
};
|
|
195
195
|
}) | ({
|
|
196
196
|
layers?: string[] | undefined;
|
|
197
|
-
} & import("./widgets").WidgetPresenceType)
|
|
197
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
198
|
+
layers?: string[] | undefined;
|
|
199
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
198
200
|
layers?: string[] | undefined;
|
|
199
201
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
200
202
|
layers?: string[] | undefined;
|
|
@@ -244,7 +246,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
244
246
|
};
|
|
245
247
|
}) | ({
|
|
246
248
|
layers?: string[] | undefined;
|
|
247
|
-
} & import("./widgets").WidgetPresenceType)
|
|
249
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
250
|
+
layers?: string[] | undefined;
|
|
251
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
248
252
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
249
253
|
layers?: string[] | undefined;
|
|
250
254
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -295,7 +299,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
295
299
|
};
|
|
296
300
|
}) | ({
|
|
297
301
|
layers?: string[] | undefined;
|
|
298
|
-
} & import("./widgets").WidgetPresenceType)
|
|
302
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
303
|
+
layers?: string[] | undefined;
|
|
304
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
299
305
|
layers?: string[] | undefined;
|
|
300
306
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
301
307
|
layers?: string[] | undefined;
|
|
@@ -345,7 +351,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
345
351
|
};
|
|
346
352
|
}) | ({
|
|
347
353
|
layers?: string[] | undefined;
|
|
348
|
-
} & import("./widgets").WidgetPresenceType)
|
|
354
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
355
|
+
layers?: string[] | undefined;
|
|
356
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
349
357
|
}>, {
|
|
350
358
|
anonymousResponse: z.ZodNull;
|
|
351
359
|
multipleResponse: z.ZodNumber;
|
|
@@ -485,7 +493,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
485
493
|
};
|
|
486
494
|
}) | ({
|
|
487
495
|
layers?: string[] | undefined;
|
|
488
|
-
} & import("./widgets").WidgetPresenceType)
|
|
496
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
497
|
+
layers?: string[] | undefined;
|
|
498
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
489
499
|
}, {
|
|
490
500
|
type: string;
|
|
491
501
|
status: {
|
|
@@ -596,7 +606,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
596
606
|
};
|
|
597
607
|
}) | ({
|
|
598
608
|
layers?: string[] | undefined;
|
|
599
|
-
} & import("./widgets").WidgetPresenceType)
|
|
609
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
610
|
+
layers?: string[] | undefined;
|
|
611
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
600
612
|
}>;
|
|
601
613
|
export type jPollSurveyList = z.infer<typeof jPollSurveyListSchema>;
|
|
602
614
|
export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -794,7 +806,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
794
806
|
};
|
|
795
807
|
}) | ({
|
|
796
808
|
layers?: string[] | undefined;
|
|
797
|
-
} & import("./widgets").WidgetPresenceType)
|
|
809
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
810
|
+
layers?: string[] | undefined;
|
|
811
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
798
812
|
layers?: string[] | undefined;
|
|
799
813
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
800
814
|
layers?: string[] | undefined;
|
|
@@ -844,7 +858,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
844
858
|
};
|
|
845
859
|
}) | ({
|
|
846
860
|
layers?: string[] | undefined;
|
|
847
|
-
} & import("./widgets").WidgetPresenceType)
|
|
861
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
862
|
+
layers?: string[] | undefined;
|
|
863
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
848
864
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
849
865
|
layers?: string[] | undefined;
|
|
850
866
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -895,7 +911,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
895
911
|
};
|
|
896
912
|
}) | ({
|
|
897
913
|
layers?: string[] | undefined;
|
|
898
|
-
} & import("./widgets").WidgetPresenceType)
|
|
914
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
915
|
+
layers?: string[] | undefined;
|
|
916
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
899
917
|
layers?: string[] | undefined;
|
|
900
918
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
901
919
|
layers?: string[] | undefined;
|
|
@@ -945,7 +963,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
945
963
|
};
|
|
946
964
|
}) | ({
|
|
947
965
|
layers?: string[] | undefined;
|
|
948
|
-
} & import("./widgets").WidgetPresenceType)
|
|
966
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
967
|
+
layers?: string[] | undefined;
|
|
968
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
949
969
|
}>, {
|
|
950
970
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
951
971
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1097,7 +1117,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1097
1117
|
};
|
|
1098
1118
|
}) | ({
|
|
1099
1119
|
layers?: string[] | undefined;
|
|
1100
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1120
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1121
|
+
layers?: string[] | undefined;
|
|
1122
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1101
1123
|
}, {
|
|
1102
1124
|
type: string;
|
|
1103
1125
|
id: number;
|
|
@@ -1207,7 +1229,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1207
1229
|
};
|
|
1208
1230
|
}) | ({
|
|
1209
1231
|
layers?: string[] | undefined;
|
|
1210
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1232
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1233
|
+
layers?: string[] | undefined;
|
|
1234
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1211
1235
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1212
1236
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1213
1237
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1403,7 +1427,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1403
1427
|
};
|
|
1404
1428
|
}) | ({
|
|
1405
1429
|
layers?: string[] | undefined;
|
|
1406
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1430
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1431
|
+
layers?: string[] | undefined;
|
|
1432
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1407
1433
|
layers?: string[] | undefined;
|
|
1408
1434
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1409
1435
|
layers?: string[] | undefined;
|
|
@@ -1453,7 +1479,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1453
1479
|
};
|
|
1454
1480
|
}) | ({
|
|
1455
1481
|
layers?: string[] | undefined;
|
|
1456
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1482
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1483
|
+
layers?: string[] | undefined;
|
|
1484
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1457
1485
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1458
1486
|
layers?: string[] | undefined;
|
|
1459
1487
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1504,7 +1532,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1504
1532
|
};
|
|
1505
1533
|
}) | ({
|
|
1506
1534
|
layers?: string[] | undefined;
|
|
1507
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1535
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1536
|
+
layers?: string[] | undefined;
|
|
1537
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1508
1538
|
layers?: string[] | undefined;
|
|
1509
1539
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1510
1540
|
layers?: string[] | undefined;
|
|
@@ -1554,7 +1584,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1554
1584
|
};
|
|
1555
1585
|
}) | ({
|
|
1556
1586
|
layers?: string[] | undefined;
|
|
1557
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1587
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1588
|
+
layers?: string[] | undefined;
|
|
1589
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1558
1590
|
}>, {
|
|
1559
1591
|
anonymousResponse: z.ZodNull;
|
|
1560
1592
|
multipleResponse: z.ZodNumber;
|
|
@@ -1694,7 +1726,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1694
1726
|
};
|
|
1695
1727
|
}) | ({
|
|
1696
1728
|
layers?: string[] | undefined;
|
|
1697
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1729
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1730
|
+
layers?: string[] | undefined;
|
|
1731
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1698
1732
|
}, {
|
|
1699
1733
|
type: string;
|
|
1700
1734
|
status: {
|
|
@@ -1805,7 +1839,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1805
1839
|
};
|
|
1806
1840
|
}) | ({
|
|
1807
1841
|
layers?: string[] | undefined;
|
|
1808
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1842
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1843
|
+
layers?: string[] | undefined;
|
|
1844
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1809
1845
|
}>>, z.ZodObject<{
|
|
1810
1846
|
pollContent: z.ZodNull;
|
|
1811
1847
|
pollLinks: z.ZodNull;
|
package/lib/src/types/quizz.d.ts
CHANGED
|
@@ -194,7 +194,9 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
194
194
|
};
|
|
195
195
|
}) | ({
|
|
196
196
|
layers?: string[] | undefined;
|
|
197
|
-
} & import("./widgets").WidgetPresenceType)
|
|
197
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
198
|
+
layers?: string[] | undefined;
|
|
199
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
198
200
|
layers?: string[] | undefined;
|
|
199
201
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
200
202
|
layers?: string[] | undefined;
|
|
@@ -244,7 +246,9 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
244
246
|
};
|
|
245
247
|
}) | ({
|
|
246
248
|
layers?: string[] | undefined;
|
|
247
|
-
} & import("./widgets").WidgetPresenceType)
|
|
249
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
250
|
+
layers?: string[] | undefined;
|
|
251
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
248
252
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
249
253
|
layers?: string[] | undefined;
|
|
250
254
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -295,7 +299,9 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
295
299
|
};
|
|
296
300
|
}) | ({
|
|
297
301
|
layers?: string[] | undefined;
|
|
298
|
-
} & import("./widgets").WidgetPresenceType)
|
|
302
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
303
|
+
layers?: string[] | undefined;
|
|
304
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
299
305
|
layers?: string[] | undefined;
|
|
300
306
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
301
307
|
layers?: string[] | undefined;
|
|
@@ -345,7 +351,9 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
345
351
|
};
|
|
346
352
|
}) | ({
|
|
347
353
|
layers?: string[] | undefined;
|
|
348
|
-
} & import("./widgets").WidgetPresenceType)
|
|
354
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
355
|
+
layers?: string[] | undefined;
|
|
356
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
349
357
|
}>, {
|
|
350
358
|
quizzDescription: z.ZodNullable<z.ZodString>;
|
|
351
359
|
quizzClosingDate: z.ZodNullable<z.ZodString>;
|
|
@@ -451,7 +459,9 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
451
459
|
};
|
|
452
460
|
}) | ({
|
|
453
461
|
layers?: string[] | undefined;
|
|
454
|
-
} & import("./widgets").WidgetPresenceType)
|
|
462
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
463
|
+
layers?: string[] | undefined;
|
|
464
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
455
465
|
}, {
|
|
456
466
|
type: string;
|
|
457
467
|
id: number;
|
|
@@ -552,7 +562,9 @@ export declare const jQuizzListSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
552
562
|
};
|
|
553
563
|
}) | ({
|
|
554
564
|
layers?: string[] | undefined;
|
|
555
|
-
} & import("./widgets").WidgetPresenceType)
|
|
565
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
566
|
+
layers?: string[] | undefined;
|
|
567
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
556
568
|
}>;
|
|
557
569
|
export type jQuizzList = z.infer<typeof jQuizzListSchema>;
|
|
558
570
|
export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -750,7 +762,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
750
762
|
};
|
|
751
763
|
}) | ({
|
|
752
764
|
layers?: string[] | undefined;
|
|
753
|
-
} & import("./widgets").WidgetPresenceType)
|
|
765
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
766
|
+
layers?: string[] | undefined;
|
|
767
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
754
768
|
layers?: string[] | undefined;
|
|
755
769
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
756
770
|
layers?: string[] | undefined;
|
|
@@ -800,7 +814,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
800
814
|
};
|
|
801
815
|
}) | ({
|
|
802
816
|
layers?: string[] | undefined;
|
|
803
|
-
} & import("./widgets").WidgetPresenceType)
|
|
817
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
818
|
+
layers?: string[] | undefined;
|
|
819
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
804
820
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
805
821
|
layers?: string[] | undefined;
|
|
806
822
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -851,7 +867,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
851
867
|
};
|
|
852
868
|
}) | ({
|
|
853
869
|
layers?: string[] | undefined;
|
|
854
|
-
} & import("./widgets").WidgetPresenceType)
|
|
870
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
871
|
+
layers?: string[] | undefined;
|
|
872
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
855
873
|
layers?: string[] | undefined;
|
|
856
874
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
857
875
|
layers?: string[] | undefined;
|
|
@@ -901,7 +919,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
901
919
|
};
|
|
902
920
|
}) | ({
|
|
903
921
|
layers?: string[] | undefined;
|
|
904
|
-
} & import("./widgets").WidgetPresenceType)
|
|
922
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
923
|
+
layers?: string[] | undefined;
|
|
924
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
905
925
|
}>, {
|
|
906
926
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
907
927
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1053,7 +1073,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1053
1073
|
};
|
|
1054
1074
|
}) | ({
|
|
1055
1075
|
layers?: string[] | undefined;
|
|
1056
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1076
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1077
|
+
layers?: string[] | undefined;
|
|
1078
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1057
1079
|
}, {
|
|
1058
1080
|
type: string;
|
|
1059
1081
|
id: number;
|
|
@@ -1163,7 +1185,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1163
1185
|
};
|
|
1164
1186
|
}) | ({
|
|
1165
1187
|
layers?: string[] | undefined;
|
|
1166
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1188
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1189
|
+
layers?: string[] | undefined;
|
|
1190
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1167
1191
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1168
1192
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1169
1193
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1359,7 +1383,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1359
1383
|
};
|
|
1360
1384
|
}) | ({
|
|
1361
1385
|
layers?: string[] | undefined;
|
|
1362
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1386
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1387
|
+
layers?: string[] | undefined;
|
|
1388
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1363
1389
|
layers?: string[] | undefined;
|
|
1364
1390
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1365
1391
|
layers?: string[] | undefined;
|
|
@@ -1409,7 +1435,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1409
1435
|
};
|
|
1410
1436
|
}) | ({
|
|
1411
1437
|
layers?: string[] | undefined;
|
|
1412
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1438
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1439
|
+
layers?: string[] | undefined;
|
|
1440
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1413
1441
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1414
1442
|
layers?: string[] | undefined;
|
|
1415
1443
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1460,7 +1488,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1460
1488
|
};
|
|
1461
1489
|
}) | ({
|
|
1462
1490
|
layers?: string[] | undefined;
|
|
1463
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1491
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1492
|
+
layers?: string[] | undefined;
|
|
1493
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1464
1494
|
layers?: string[] | undefined;
|
|
1465
1495
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1466
1496
|
layers?: string[] | undefined;
|
|
@@ -1510,7 +1540,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1510
1540
|
};
|
|
1511
1541
|
}) | ({
|
|
1512
1542
|
layers?: string[] | undefined;
|
|
1513
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1543
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1544
|
+
layers?: string[] | undefined;
|
|
1545
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1514
1546
|
}>, {
|
|
1515
1547
|
quizzDescription: z.ZodNullable<z.ZodString>;
|
|
1516
1548
|
quizzClosingDate: z.ZodNullable<z.ZodString>;
|
|
@@ -1616,7 +1648,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1616
1648
|
};
|
|
1617
1649
|
}) | ({
|
|
1618
1650
|
layers?: string[] | undefined;
|
|
1619
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1651
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1652
|
+
layers?: string[] | undefined;
|
|
1653
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1620
1654
|
}, {
|
|
1621
1655
|
type: string;
|
|
1622
1656
|
id: number;
|
|
@@ -1717,7 +1751,9 @@ export declare const jQuizzViewSchema: z.ZodIntersection<z.ZodIntersection<z.Zod
|
|
|
1717
1751
|
};
|
|
1718
1752
|
}) | ({
|
|
1719
1753
|
layers?: string[] | undefined;
|
|
1720
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1754
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1755
|
+
layers?: string[] | undefined;
|
|
1756
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1721
1757
|
}>>, z.ZodObject<{
|
|
1722
1758
|
quizzInvitation: z.ZodNull;
|
|
1723
1759
|
quizzFormSpec: z.ZodString;
|
|
@@ -5,7 +5,7 @@ type AnimationsFunctions = 'update' | 'add' | 'delete' | 'toggle' | 'getAnimatio
|
|
|
5
5
|
type CustomActionFunctions = 'update' | 'add' | 'remove';
|
|
6
6
|
type JamespotFunctions = 'comment-create' | 'comment-delete' | 'comment-update' | 'article-create' | 'article-delete' | 'article-update';
|
|
7
7
|
type WSFunctions = 'presence' | 'connection' | 'disconnect';
|
|
8
|
-
type WidgetFunctions = 'widget-presence-response';
|
|
8
|
+
export type WidgetFunctions = 'widget-presence-response' | 'check-list-response' | 'widget-update' | 'widget-quick-survey-response';
|
|
9
9
|
export type Namespaces = {
|
|
10
10
|
BOOKMARKS: BookmarksFunctions;
|
|
11
11
|
ANIMATIONS: AnimationsFunctions;
|
|
@@ -45,6 +45,18 @@ export type AllMessages = {
|
|
|
45
45
|
uniqid: string;
|
|
46
46
|
object: jObjectLittle;
|
|
47
47
|
}>;
|
|
48
|
+
'check-list-response': RTMessageObject<'WIDGET', 'check-list-response', {}, {
|
|
49
|
+
uniqid: string;
|
|
50
|
+
object: jObjectLittle;
|
|
51
|
+
}>;
|
|
52
|
+
'widget-update': RTMessageObject<'WIDGET', 'widget-update', {}, {
|
|
53
|
+
uniqid: string;
|
|
54
|
+
object: jObjectLittle;
|
|
55
|
+
}>;
|
|
56
|
+
'widget-quick-survey-response': RTMessageObject<'WIDGET', 'widget-quick-survey-response', {}, {
|
|
57
|
+
uniqid: string;
|
|
58
|
+
object: jObjectLittle;
|
|
59
|
+
}>;
|
|
48
60
|
};
|
|
49
61
|
ws: {
|
|
50
62
|
presence: RTMessageWsPresence;
|
|
@@ -79,6 +91,15 @@ export type RTMessageWsPresence = RTMessage<'ws', 'presence'> & {
|
|
|
79
91
|
export type AnyRTMessage<T = {}> = RTMessageObject<'BOOKMARKS', 'update', T> | RTMessageObject<'BOOKMARKS', 'add', T> | RTMessageObject<'BOOKMARKS', 'delete'> | RTMessage<'ANIMATIONS', 'update'> | RTMessage<'ANIMATIONS', 'add'> | RTMessage<'ANIMATIONS', 'delete'> | RTMessage<'ANIMATIONS', 'toggle'> | RTMessage<'ANIMATIONS', 'getAnimationActive'> | RTMessageObject<'CUSTOM-ACTION', 'update', T> | RTMessageObject<'CUSTOM-ACTION', 'add', T> | RTMessageObject<'CUSTOM-ACTION', 'remove', T> | RTMessageObject<'JAMESPOT', 'comment-create', T> | RTMessageObject<'JAMESPOT', 'comment-delete', T> | RTMessageObject<'JAMESPOT', 'comment-update', T> | RTMessageObject<'JAMESPOT', 'article-create', T> | RTMessageObject<'JAMESPOT', 'article-delete', T> | RTMessageObject<'JAMESPOT', 'article-update', T> | RTMessageWsPresence | RTMessage<'ws', 'connection'> | RTMessage<'ws', 'disconnect'> | RTMessageObject<'WIDGET', 'widget-presence-response', {}, {
|
|
80
92
|
uniqid: string;
|
|
81
93
|
object: jObjectLittle;
|
|
94
|
+
}> | RTMessageObject<'WIDGET', 'check-list-response', {}, {
|
|
95
|
+
uniqid: string;
|
|
96
|
+
object: jObjectLittle;
|
|
97
|
+
}> | RTMessageObject<'WIDGET', 'widget-update', {}, {
|
|
98
|
+
uniqid: string;
|
|
99
|
+
object: jObjectLittle;
|
|
100
|
+
}> | RTMessageObject<'WIDGET', 'widget-quick-survey-response', {}, {
|
|
101
|
+
uniqid: string;
|
|
102
|
+
object: jObjectLittle;
|
|
82
103
|
}>;
|
|
83
104
|
export type RTReceivedMessage<T extends keyof Namespaces, F extends Namespaces[T]> = ['message', RTMessage<T, F>];
|
|
84
105
|
export {};
|