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
|
@@ -194,7 +194,9 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
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 jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
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 jSocialEventList = z.infer<typeof jSocialEventListSchema>;
|
|
561
573
|
export declare const jSocialEventViewSchema: 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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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<{
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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 jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
|
|
|
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
|
useQrcode: z.ZodNull;
|
|
@@ -194,7 +194,9 @@ export declare const jSupportListSchema: 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 jSupportListSchema: 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 jSupportListSchema: 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 jSupportListSchema: 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
|
supportStatus: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
351
359
|
supportType: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
@@ -467,7 +475,9 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
467
475
|
};
|
|
468
476
|
}) | ({
|
|
469
477
|
layers?: string[] | undefined;
|
|
470
|
-
} & import("./widgets").WidgetPresenceType)
|
|
478
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
479
|
+
layers?: string[] | undefined;
|
|
480
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
471
481
|
}, {
|
|
472
482
|
type: string;
|
|
473
483
|
id: number;
|
|
@@ -567,7 +577,9 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
567
577
|
};
|
|
568
578
|
}) | ({
|
|
569
579
|
layers?: string[] | undefined;
|
|
570
|
-
} & import("./widgets").WidgetPresenceType)
|
|
580
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
581
|
+
layers?: string[] | undefined;
|
|
582
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
571
583
|
}>;
|
|
572
584
|
export type jSupportList = z.infer<typeof jSupportListSchema>;
|
|
573
585
|
export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -765,7 +777,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
765
777
|
};
|
|
766
778
|
}) | ({
|
|
767
779
|
layers?: string[] | undefined;
|
|
768
|
-
} & import("./widgets").WidgetPresenceType)
|
|
780
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
781
|
+
layers?: string[] | undefined;
|
|
782
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
769
783
|
layers?: string[] | undefined;
|
|
770
784
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
771
785
|
layers?: string[] | undefined;
|
|
@@ -815,7 +829,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
815
829
|
};
|
|
816
830
|
}) | ({
|
|
817
831
|
layers?: string[] | undefined;
|
|
818
|
-
} & import("./widgets").WidgetPresenceType)
|
|
832
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
833
|
+
layers?: string[] | undefined;
|
|
834
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
819
835
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
820
836
|
layers?: string[] | undefined;
|
|
821
837
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -866,7 +882,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
866
882
|
};
|
|
867
883
|
}) | ({
|
|
868
884
|
layers?: string[] | undefined;
|
|
869
|
-
} & import("./widgets").WidgetPresenceType)
|
|
885
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
886
|
+
layers?: string[] | undefined;
|
|
887
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
870
888
|
layers?: string[] | undefined;
|
|
871
889
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
872
890
|
layers?: string[] | undefined;
|
|
@@ -916,7 +934,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
916
934
|
};
|
|
917
935
|
}) | ({
|
|
918
936
|
layers?: string[] | undefined;
|
|
919
|
-
} & import("./widgets").WidgetPresenceType)
|
|
937
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
938
|
+
layers?: string[] | undefined;
|
|
939
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
920
940
|
}>, {
|
|
921
941
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
922
942
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1068,7 +1088,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1068
1088
|
};
|
|
1069
1089
|
}) | ({
|
|
1070
1090
|
layers?: string[] | undefined;
|
|
1071
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1091
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1092
|
+
layers?: string[] | undefined;
|
|
1093
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1072
1094
|
}, {
|
|
1073
1095
|
type: string;
|
|
1074
1096
|
id: number;
|
|
@@ -1178,7 +1200,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1178
1200
|
};
|
|
1179
1201
|
}) | ({
|
|
1180
1202
|
layers?: string[] | undefined;
|
|
1181
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1203
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1204
|
+
layers?: string[] | undefined;
|
|
1205
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1182
1206
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1183
1207
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1184
1208
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1374,7 +1398,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1374
1398
|
};
|
|
1375
1399
|
}) | ({
|
|
1376
1400
|
layers?: string[] | undefined;
|
|
1377
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1401
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1402
|
+
layers?: string[] | undefined;
|
|
1403
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1378
1404
|
layers?: string[] | undefined;
|
|
1379
1405
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1380
1406
|
layers?: string[] | undefined;
|
|
@@ -1424,7 +1450,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1424
1450
|
};
|
|
1425
1451
|
}) | ({
|
|
1426
1452
|
layers?: string[] | undefined;
|
|
1427
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1453
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1454
|
+
layers?: string[] | undefined;
|
|
1455
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1428
1456
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1429
1457
|
layers?: string[] | undefined;
|
|
1430
1458
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1475,7 +1503,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1475
1503
|
};
|
|
1476
1504
|
}) | ({
|
|
1477
1505
|
layers?: string[] | undefined;
|
|
1478
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1506
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1507
|
+
layers?: string[] | undefined;
|
|
1508
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1479
1509
|
layers?: string[] | undefined;
|
|
1480
1510
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1481
1511
|
layers?: string[] | undefined;
|
|
@@ -1525,7 +1555,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1525
1555
|
};
|
|
1526
1556
|
}) | ({
|
|
1527
1557
|
layers?: string[] | undefined;
|
|
1528
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1558
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1559
|
+
layers?: string[] | undefined;
|
|
1560
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1529
1561
|
}>, {
|
|
1530
1562
|
supportStatus: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
1531
1563
|
supportType: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
@@ -1647,7 +1679,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1647
1679
|
};
|
|
1648
1680
|
}) | ({
|
|
1649
1681
|
layers?: string[] | undefined;
|
|
1650
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1682
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1683
|
+
layers?: string[] | undefined;
|
|
1684
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1651
1685
|
}, {
|
|
1652
1686
|
type: string;
|
|
1653
1687
|
id: number;
|
|
@@ -1747,6 +1781,8 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1747
1781
|
};
|
|
1748
1782
|
}) | ({
|
|
1749
1783
|
layers?: string[] | undefined;
|
|
1750
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1784
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1785
|
+
layers?: string[] | undefined;
|
|
1786
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1751
1787
|
}>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
1752
1788
|
export type jSupportView = z.infer<typeof jSupportViewSchema>;
|
|
@@ -194,7 +194,9 @@ export declare const jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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
|
dates: z.ZodArray<z.ZodString, "many">;
|
|
351
359
|
dateStart: z.ZodNullable<z.ZodString>;
|
|
@@ -449,7 +457,9 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
449
457
|
};
|
|
450
458
|
}) | ({
|
|
451
459
|
layers?: string[] | undefined;
|
|
452
|
-
} & import("./widgets").WidgetPresenceType)
|
|
460
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
461
|
+
layers?: string[] | undefined;
|
|
462
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
453
463
|
}, {
|
|
454
464
|
type: string;
|
|
455
465
|
id: number;
|
|
@@ -549,7 +559,9 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
549
559
|
};
|
|
550
560
|
}) | ({
|
|
551
561
|
layers?: string[] | undefined;
|
|
552
|
-
} & import("./widgets").WidgetPresenceType)
|
|
562
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
563
|
+
layers?: string[] | undefined;
|
|
564
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
553
565
|
}>;
|
|
554
566
|
export type jSurveyDateList = z.infer<typeof jSurveyDateListSchema>;
|
|
555
567
|
export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -747,7 +759,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
747
759
|
};
|
|
748
760
|
}) | ({
|
|
749
761
|
layers?: string[] | undefined;
|
|
750
|
-
} & import("./widgets").WidgetPresenceType)
|
|
762
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
763
|
+
layers?: string[] | undefined;
|
|
764
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
751
765
|
layers?: string[] | undefined;
|
|
752
766
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
753
767
|
layers?: string[] | undefined;
|
|
@@ -797,7 +811,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
797
811
|
};
|
|
798
812
|
}) | ({
|
|
799
813
|
layers?: string[] | undefined;
|
|
800
|
-
} & import("./widgets").WidgetPresenceType)
|
|
814
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
815
|
+
layers?: string[] | undefined;
|
|
816
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
801
817
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
802
818
|
layers?: string[] | undefined;
|
|
803
819
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -848,7 +864,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
848
864
|
};
|
|
849
865
|
}) | ({
|
|
850
866
|
layers?: string[] | undefined;
|
|
851
|
-
} & import("./widgets").WidgetPresenceType)
|
|
867
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
868
|
+
layers?: string[] | undefined;
|
|
869
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
852
870
|
layers?: string[] | undefined;
|
|
853
871
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
854
872
|
layers?: string[] | undefined;
|
|
@@ -898,7 +916,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
898
916
|
};
|
|
899
917
|
}) | ({
|
|
900
918
|
layers?: string[] | undefined;
|
|
901
|
-
} & import("./widgets").WidgetPresenceType)
|
|
919
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
920
|
+
layers?: string[] | undefined;
|
|
921
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
902
922
|
}>, {
|
|
903
923
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
904
924
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1050,7 +1070,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1050
1070
|
};
|
|
1051
1071
|
}) | ({
|
|
1052
1072
|
layers?: string[] | undefined;
|
|
1053
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1073
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1074
|
+
layers?: string[] | undefined;
|
|
1075
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1054
1076
|
}, {
|
|
1055
1077
|
type: string;
|
|
1056
1078
|
id: number;
|
|
@@ -1160,7 +1182,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1160
1182
|
};
|
|
1161
1183
|
}) | ({
|
|
1162
1184
|
layers?: string[] | undefined;
|
|
1163
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1185
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1186
|
+
layers?: string[] | undefined;
|
|
1187
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1164
1188
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1165
1189
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1166
1190
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1356,7 +1380,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1356
1380
|
};
|
|
1357
1381
|
}) | ({
|
|
1358
1382
|
layers?: string[] | undefined;
|
|
1359
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1383
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1384
|
+
layers?: string[] | undefined;
|
|
1385
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1360
1386
|
layers?: string[] | undefined;
|
|
1361
1387
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1362
1388
|
layers?: string[] | undefined;
|
|
@@ -1406,7 +1432,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1406
1432
|
};
|
|
1407
1433
|
}) | ({
|
|
1408
1434
|
layers?: string[] | undefined;
|
|
1409
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1435
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1436
|
+
layers?: string[] | undefined;
|
|
1437
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1410
1438
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1411
1439
|
layers?: string[] | undefined;
|
|
1412
1440
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1457,7 +1485,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1457
1485
|
};
|
|
1458
1486
|
}) | ({
|
|
1459
1487
|
layers?: string[] | undefined;
|
|
1460
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1488
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1489
|
+
layers?: string[] | undefined;
|
|
1490
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1461
1491
|
layers?: string[] | undefined;
|
|
1462
1492
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1463
1493
|
layers?: string[] | undefined;
|
|
@@ -1507,7 +1537,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1507
1537
|
};
|
|
1508
1538
|
}) | ({
|
|
1509
1539
|
layers?: string[] | undefined;
|
|
1510
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1540
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1541
|
+
layers?: string[] | undefined;
|
|
1542
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1511
1543
|
}>, {
|
|
1512
1544
|
dates: z.ZodArray<z.ZodString, "many">;
|
|
1513
1545
|
dateStart: z.ZodNullable<z.ZodString>;
|
|
@@ -1611,7 +1643,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1611
1643
|
};
|
|
1612
1644
|
}) | ({
|
|
1613
1645
|
layers?: string[] | undefined;
|
|
1614
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1646
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1647
|
+
layers?: string[] | undefined;
|
|
1648
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1615
1649
|
}, {
|
|
1616
1650
|
type: string;
|
|
1617
1651
|
id: number;
|
|
@@ -1711,7 +1745,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
1711
1745
|
};
|
|
1712
1746
|
}) | ({
|
|
1713
1747
|
layers?: string[] | undefined;
|
|
1714
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1748
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1749
|
+
layers?: string[] | undefined;
|
|
1750
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1715
1751
|
}>>, z.ZodObject<{
|
|
1716
1752
|
surveyObjectLink: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1717
1753
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|