jamespot-user-api 1.0.199 → 1.0.201
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 +369 -119
- package/lib/src/types/widgets/ensure.d.ts +1 -1
- package/lib/src/types/widgets/legacy.d.ts +3 -0
- 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 +47 -12
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +270 -0
- package/lib/src/types/widgets.d.ts +348 -78
- 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
package/lib/src/types/faq.d.ts
CHANGED
|
@@ -194,7 +194,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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 faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
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
|
faqColor: z.ZodOptional<z.ZodString>;
|
|
351
359
|
image: z.ZodOptional<z.ZodObject<{
|
|
@@ -455,7 +463,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
455
463
|
};
|
|
456
464
|
}) | ({
|
|
457
465
|
layers?: string[] | undefined;
|
|
458
|
-
} & import("./widgets").WidgetPresenceType)
|
|
466
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
467
|
+
layers?: string[] | undefined;
|
|
468
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
459
469
|
faqColor?: string | undefined;
|
|
460
470
|
}, {
|
|
461
471
|
type: "faq";
|
|
@@ -553,7 +563,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
553
563
|
};
|
|
554
564
|
}) | ({
|
|
555
565
|
layers?: string[] | undefined;
|
|
556
|
-
} & import("./widgets").WidgetPresenceType)
|
|
566
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
567
|
+
layers?: string[] | undefined;
|
|
568
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
557
569
|
faqColor?: string | undefined;
|
|
558
570
|
}>;
|
|
559
571
|
export type FaqList = z.infer<typeof faqListSchema>;
|
|
@@ -752,7 +764,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
752
764
|
};
|
|
753
765
|
}) | ({
|
|
754
766
|
layers?: string[] | undefined;
|
|
755
|
-
} & import("./widgets").WidgetPresenceType)
|
|
767
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
768
|
+
layers?: string[] | undefined;
|
|
769
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
756
770
|
layers?: string[] | undefined;
|
|
757
771
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
758
772
|
layers?: string[] | undefined;
|
|
@@ -802,7 +816,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
802
816
|
};
|
|
803
817
|
}) | ({
|
|
804
818
|
layers?: string[] | undefined;
|
|
805
|
-
} & import("./widgets").WidgetPresenceType)
|
|
819
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
820
|
+
layers?: string[] | undefined;
|
|
821
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
806
822
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
807
823
|
layers?: string[] | undefined;
|
|
808
824
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -853,7 +869,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
853
869
|
};
|
|
854
870
|
}) | ({
|
|
855
871
|
layers?: string[] | undefined;
|
|
856
|
-
} & import("./widgets").WidgetPresenceType)
|
|
872
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
873
|
+
layers?: string[] | undefined;
|
|
874
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
857
875
|
layers?: string[] | undefined;
|
|
858
876
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
859
877
|
layers?: string[] | undefined;
|
|
@@ -903,7 +921,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
903
921
|
};
|
|
904
922
|
}) | ({
|
|
905
923
|
layers?: string[] | undefined;
|
|
906
|
-
} & import("./widgets").WidgetPresenceType)
|
|
924
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
925
|
+
layers?: string[] | undefined;
|
|
926
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
907
927
|
}>, {
|
|
908
928
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
909
929
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1055,7 +1075,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1055
1075
|
};
|
|
1056
1076
|
}) | ({
|
|
1057
1077
|
layers?: string[] | undefined;
|
|
1058
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1078
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1079
|
+
layers?: string[] | undefined;
|
|
1080
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1059
1081
|
}, {
|
|
1060
1082
|
type: string;
|
|
1061
1083
|
id: number;
|
|
@@ -1165,7 +1187,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1165
1187
|
};
|
|
1166
1188
|
}) | ({
|
|
1167
1189
|
layers?: string[] | undefined;
|
|
1168
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1190
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1191
|
+
layers?: string[] | undefined;
|
|
1192
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1169
1193
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1170
1194
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1171
1195
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1361,7 +1385,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1361
1385
|
};
|
|
1362
1386
|
}) | ({
|
|
1363
1387
|
layers?: string[] | undefined;
|
|
1364
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1388
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1389
|
+
layers?: string[] | undefined;
|
|
1390
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
1365
1391
|
layers?: string[] | undefined;
|
|
1366
1392
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1367
1393
|
layers?: string[] | undefined;
|
|
@@ -1411,7 +1437,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1411
1437
|
};
|
|
1412
1438
|
}) | ({
|
|
1413
1439
|
layers?: string[] | undefined;
|
|
1414
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1440
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1441
|
+
layers?: string[] | undefined;
|
|
1442
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
1415
1443
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1416
1444
|
layers?: string[] | undefined;
|
|
1417
1445
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -1462,7 +1490,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1462
1490
|
};
|
|
1463
1491
|
}) | ({
|
|
1464
1492
|
layers?: string[] | undefined;
|
|
1465
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1493
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1494
|
+
layers?: string[] | undefined;
|
|
1495
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1466
1496
|
layers?: string[] | undefined;
|
|
1467
1497
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1468
1498
|
layers?: string[] | undefined;
|
|
@@ -1512,7 +1542,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1512
1542
|
};
|
|
1513
1543
|
}) | ({
|
|
1514
1544
|
layers?: string[] | undefined;
|
|
1515
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1545
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1546
|
+
layers?: string[] | undefined;
|
|
1547
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
1516
1548
|
}>, {
|
|
1517
1549
|
faqColor: z.ZodOptional<z.ZodString>;
|
|
1518
1550
|
image: z.ZodOptional<z.ZodObject<{
|
|
@@ -1622,7 +1654,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1622
1654
|
};
|
|
1623
1655
|
}) | ({
|
|
1624
1656
|
layers?: string[] | undefined;
|
|
1625
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1657
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1658
|
+
layers?: string[] | undefined;
|
|
1659
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1626
1660
|
faqColor?: string | undefined;
|
|
1627
1661
|
}, {
|
|
1628
1662
|
type: "faq";
|
|
@@ -1720,7 +1754,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1720
1754
|
};
|
|
1721
1755
|
}) | ({
|
|
1722
1756
|
layers?: string[] | undefined;
|
|
1723
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1757
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1758
|
+
layers?: string[] | undefined;
|
|
1759
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1724
1760
|
faqColor?: string | undefined;
|
|
1725
1761
|
}>>, z.ZodObject<{
|
|
1726
1762
|
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -2115,7 +2151,9 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2115
2151
|
};
|
|
2116
2152
|
}) | ({
|
|
2117
2153
|
layers?: string[] | undefined;
|
|
2118
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2154
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2155
|
+
layers?: string[] | undefined;
|
|
2156
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
2119
2157
|
faqColor?: string | undefined;
|
|
2120
2158
|
}, z.ZodTypeDef, {
|
|
2121
2159
|
type: "faq";
|
|
@@ -2213,7 +2251,9 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2213
2251
|
};
|
|
2214
2252
|
}) | ({
|
|
2215
2253
|
layers?: string[] | undefined;
|
|
2216
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2254
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2255
|
+
layers?: string[] | undefined;
|
|
2256
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
2217
2257
|
faqColor?: string | undefined;
|
|
2218
2258
|
}>>(type: T) => z.ZodIntersection<T, z.ZodObject<{
|
|
2219
2259
|
_extend: z.ZodObject<{
|
|
@@ -2428,7 +2468,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2428
2468
|
};
|
|
2429
2469
|
}) | ({
|
|
2430
2470
|
layers?: string[] | undefined;
|
|
2431
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2471
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2472
|
+
layers?: string[] | undefined;
|
|
2473
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2432
2474
|
layers?: string[] | undefined;
|
|
2433
2475
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2434
2476
|
layers?: string[] | undefined;
|
|
@@ -2478,7 +2520,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2478
2520
|
};
|
|
2479
2521
|
}) | ({
|
|
2480
2522
|
layers?: string[] | undefined;
|
|
2481
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2523
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2524
|
+
layers?: string[] | undefined;
|
|
2525
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
2482
2526
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
2483
2527
|
layers?: string[] | undefined;
|
|
2484
2528
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -2529,7 +2573,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2529
2573
|
};
|
|
2530
2574
|
}) | ({
|
|
2531
2575
|
layers?: string[] | undefined;
|
|
2532
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2576
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2577
|
+
layers?: string[] | undefined;
|
|
2578
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
2533
2579
|
layers?: string[] | undefined;
|
|
2534
2580
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2535
2581
|
layers?: string[] | undefined;
|
|
@@ -2579,7 +2625,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2579
2625
|
};
|
|
2580
2626
|
}) | ({
|
|
2581
2627
|
layers?: string[] | undefined;
|
|
2582
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2628
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2629
|
+
layers?: string[] | undefined;
|
|
2630
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
2583
2631
|
}>, {
|
|
2584
2632
|
type: z.ZodLiteral<"faqItem">;
|
|
2585
2633
|
hierarchy: z.ZodObject<{
|
|
@@ -2692,7 +2740,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2692
2740
|
};
|
|
2693
2741
|
}) | ({
|
|
2694
2742
|
layers?: string[] | undefined;
|
|
2695
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2743
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2744
|
+
layers?: string[] | undefined;
|
|
2745
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
2696
2746
|
}, {
|
|
2697
2747
|
type: "faqItem";
|
|
2698
2748
|
id: number;
|
|
@@ -2793,7 +2843,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2793
2843
|
};
|
|
2794
2844
|
}) | ({
|
|
2795
2845
|
layers?: string[] | undefined;
|
|
2796
|
-
} & import("./widgets").WidgetPresenceType)
|
|
2846
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
2847
|
+
layers?: string[] | undefined;
|
|
2848
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
2797
2849
|
}>;
|
|
2798
2850
|
export type FaqItemList = z.infer<typeof faqItemListSchema>;
|
|
2799
2851
|
export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2991,7 +3043,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2991
3043
|
};
|
|
2992
3044
|
}) | ({
|
|
2993
3045
|
layers?: string[] | undefined;
|
|
2994
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3046
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3047
|
+
layers?: string[] | undefined;
|
|
3048
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
2995
3049
|
layers?: string[] | undefined;
|
|
2996
3050
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2997
3051
|
layers?: string[] | undefined;
|
|
@@ -3041,7 +3095,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3041
3095
|
};
|
|
3042
3096
|
}) | ({
|
|
3043
3097
|
layers?: string[] | undefined;
|
|
3044
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3098
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3099
|
+
layers?: string[] | undefined;
|
|
3100
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
3045
3101
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
3046
3102
|
layers?: string[] | undefined;
|
|
3047
3103
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -3092,7 +3148,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3092
3148
|
};
|
|
3093
3149
|
}) | ({
|
|
3094
3150
|
layers?: string[] | undefined;
|
|
3095
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3151
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3152
|
+
layers?: string[] | undefined;
|
|
3153
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
3096
3154
|
layers?: string[] | undefined;
|
|
3097
3155
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3098
3156
|
layers?: string[] | undefined;
|
|
@@ -3142,7 +3200,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3142
3200
|
};
|
|
3143
3201
|
}) | ({
|
|
3144
3202
|
layers?: string[] | undefined;
|
|
3145
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3203
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3204
|
+
layers?: string[] | undefined;
|
|
3205
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
3146
3206
|
}>, {
|
|
3147
3207
|
type: z.ZodLiteral<"faqItem">;
|
|
3148
3208
|
hierarchy: z.ZodObject<{
|
|
@@ -3366,7 +3426,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3366
3426
|
};
|
|
3367
3427
|
}) | ({
|
|
3368
3428
|
layers?: string[] | undefined;
|
|
3369
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3429
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3430
|
+
layers?: string[] | undefined;
|
|
3431
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
3370
3432
|
uiObjectLink?: unknown;
|
|
3371
3433
|
tags?: {
|
|
3372
3434
|
type: string;
|
|
@@ -3494,7 +3556,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3494
3556
|
};
|
|
3495
3557
|
}) | ({
|
|
3496
3558
|
layers?: string[] | undefined;
|
|
3497
|
-
} & import("./widgets").WidgetPresenceType)
|
|
3559
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
3560
|
+
layers?: string[] | undefined;
|
|
3561
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
3498
3562
|
uiObjectLink?: unknown;
|
|
3499
3563
|
tags?: {
|
|
3500
3564
|
type: string;
|
package/lib/src/types/jLand.d.ts
CHANGED
|
@@ -428,7 +428,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
428
428
|
};
|
|
429
429
|
}) | ({
|
|
430
430
|
layers?: string[] | undefined;
|
|
431
|
-
} & import("./widgets").WidgetPresenceType)
|
|
431
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
432
|
+
layers?: string[] | undefined;
|
|
433
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
432
434
|
layers?: string[] | undefined;
|
|
433
435
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
434
436
|
layers?: string[] | undefined;
|
|
@@ -478,7 +480,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
478
480
|
};
|
|
479
481
|
}) | ({
|
|
480
482
|
layers?: string[] | undefined;
|
|
481
|
-
} & import("./widgets").WidgetPresenceType)
|
|
483
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
484
|
+
layers?: string[] | undefined;
|
|
485
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
482
486
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
483
487
|
layers?: string[] | undefined;
|
|
484
488
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -529,7 +533,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
529
533
|
};
|
|
530
534
|
}) | ({
|
|
531
535
|
layers?: string[] | undefined;
|
|
532
|
-
} & import("./widgets").WidgetPresenceType)
|
|
536
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
537
|
+
layers?: string[] | undefined;
|
|
538
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
533
539
|
layers?: string[] | undefined;
|
|
534
540
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
535
541
|
layers?: string[] | undefined;
|
|
@@ -579,7 +585,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
579
585
|
};
|
|
580
586
|
}) | ({
|
|
581
587
|
layers?: string[] | undefined;
|
|
582
|
-
} & import("./widgets").WidgetPresenceType)
|
|
588
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
589
|
+
layers?: string[] | undefined;
|
|
590
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
583
591
|
}>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<{
|
|
584
592
|
jlandMapKind: z.ZodString;
|
|
585
593
|
jlandMapFlavor: z.ZodString;
|
|
@@ -792,7 +800,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
792
800
|
};
|
|
793
801
|
}) | ({
|
|
794
802
|
layers?: string[] | undefined;
|
|
795
|
-
} & import("./widgets").WidgetPresenceType)
|
|
803
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
804
|
+
layers?: string[] | undefined;
|
|
805
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
796
806
|
layers?: string[] | undefined;
|
|
797
807
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
798
808
|
layers?: string[] | undefined;
|
|
@@ -842,7 +852,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
842
852
|
};
|
|
843
853
|
}) | ({
|
|
844
854
|
layers?: string[] | undefined;
|
|
845
|
-
} & import("./widgets").WidgetPresenceType)
|
|
855
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
856
|
+
layers?: string[] | undefined;
|
|
857
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
846
858
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
847
859
|
layers?: string[] | undefined;
|
|
848
860
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -893,7 +905,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
893
905
|
};
|
|
894
906
|
}) | ({
|
|
895
907
|
layers?: string[] | undefined;
|
|
896
|
-
} & import("./widgets").WidgetPresenceType)
|
|
908
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
909
|
+
layers?: string[] | undefined;
|
|
910
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
897
911
|
layers?: string[] | undefined;
|
|
898
912
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
899
913
|
layers?: string[] | undefined;
|
|
@@ -943,7 +957,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
943
957
|
};
|
|
944
958
|
}) | ({
|
|
945
959
|
layers?: string[] | undefined;
|
|
946
|
-
} & import("./widgets").WidgetPresenceType)
|
|
960
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
961
|
+
layers?: string[] | undefined;
|
|
962
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
947
963
|
}>, {
|
|
948
964
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
949
965
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -1095,7 +1111,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
1095
1111
|
};
|
|
1096
1112
|
}) | ({
|
|
1097
1113
|
layers?: string[] | undefined;
|
|
1098
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1114
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1115
|
+
layers?: string[] | undefined;
|
|
1116
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1099
1117
|
}, {
|
|
1100
1118
|
type: string;
|
|
1101
1119
|
id: number;
|
|
@@ -1205,7 +1223,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
|
|
|
1205
1223
|
};
|
|
1206
1224
|
}) | ({
|
|
1207
1225
|
layers?: string[] | undefined;
|
|
1208
|
-
} & import("./widgets").WidgetPresenceType)
|
|
1226
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
1227
|
+
layers?: string[] | undefined;
|
|
1228
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
1209
1229
|
}>, z.ZodObject<{
|
|
1210
1230
|
jlandMapKind: z.ZodString;
|
|
1211
1231
|
jlandMapFlavor: z.ZodString;
|
|
@@ -298,7 +298,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
298
298
|
};
|
|
299
299
|
}) | ({
|
|
300
300
|
layers?: string[] | undefined;
|
|
301
|
-
} & import("./widgets").WidgetPresenceType)
|
|
301
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
302
|
+
layers?: string[] | undefined;
|
|
303
|
+
} & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
|
|
302
304
|
layers?: string[] | undefined;
|
|
303
305
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
304
306
|
layers?: string[] | undefined;
|
|
@@ -348,7 +350,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
348
350
|
};
|
|
349
351
|
}) | ({
|
|
350
352
|
layers?: string[] | undefined;
|
|
351
|
-
} & import("./widgets").WidgetPresenceType)
|
|
353
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
354
|
+
layers?: string[] | undefined;
|
|
355
|
+
} & import("./widgets").WidgetQuickSurveyType)>;
|
|
352
356
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
353
357
|
layers?: string[] | undefined;
|
|
354
358
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
@@ -399,7 +403,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
399
403
|
};
|
|
400
404
|
}) | ({
|
|
401
405
|
layers?: string[] | undefined;
|
|
402
|
-
} & import("./widgets").WidgetPresenceType)
|
|
406
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
407
|
+
layers?: string[] | undefined;
|
|
408
|
+
} & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
403
409
|
layers?: string[] | undefined;
|
|
404
410
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
405
411
|
layers?: string[] | undefined;
|
|
@@ -449,7 +455,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
449
455
|
};
|
|
450
456
|
}) | ({
|
|
451
457
|
layers?: string[] | undefined;
|
|
452
|
-
} & import("./widgets").WidgetPresenceType)
|
|
458
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
459
|
+
layers?: string[] | undefined;
|
|
460
|
+
} & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
|
|
453
461
|
}>, {
|
|
454
462
|
description: z.ZodString;
|
|
455
463
|
attachment: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -742,7 +750,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
742
750
|
};
|
|
743
751
|
}) | ({
|
|
744
752
|
layers?: string[] | undefined;
|
|
745
|
-
} & import("./widgets").WidgetPresenceType)
|
|
753
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
754
|
+
layers?: string[] | undefined;
|
|
755
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
746
756
|
}, {
|
|
747
757
|
type: string;
|
|
748
758
|
id: number;
|
|
@@ -869,7 +879,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
869
879
|
};
|
|
870
880
|
}) | ({
|
|
871
881
|
layers?: string[] | undefined;
|
|
872
|
-
} & import("./widgets").WidgetPresenceType)
|
|
882
|
+
} & import("./widgets").WidgetPresenceType) | ({
|
|
883
|
+
layers?: string[] | undefined;
|
|
884
|
+
} & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
|
|
873
885
|
}>;
|
|
874
886
|
export type MediaLibraryList = z.infer<typeof mediaLibraryListSchema>;
|
|
875
887
|
export declare const getUnclassifiedFilesParamsSchema: z.ZodObject<{
|