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.
Files changed (98) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/lib/jamespot-user-api.js +1 -1
  58. package/lib/jamespot-user-api.js.map +1 -1
  59. package/lib/src/apis/file/file.d.ts +1 -1
  60. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +24 -8
  61. package/lib/src/apis/widget/widget.d.ts +61 -21
  62. package/lib/src/apis/widget/widget.mock.d.ts +8 -2
  63. package/lib/src/types/article.d.ts +180 -60
  64. package/lib/src/types/asei.d.ts +18 -6
  65. package/lib/src/types/assetReservation.d.ts +78 -26
  66. package/lib/src/types/businessContact.d.ts +12 -4
  67. package/lib/src/types/comment.d.ts +18 -6
  68. package/lib/src/types/faq.d.ts +96 -32
  69. package/lib/src/types/jLand.d.ts +30 -10
  70. package/lib/src/types/mediaLibrary.d.ts +18 -6
  71. package/lib/src/types/meeting.d.ts +54 -18
  72. package/lib/src/types/pollSurvey.d.ts +54 -18
  73. package/lib/src/types/quizz.d.ts +54 -18
  74. package/lib/src/types/realtime.d.ts +22 -1
  75. package/lib/src/types/socialEvent.d.ts +54 -18
  76. package/lib/src/types/support.d.ts +54 -18
  77. package/lib/src/types/surveyDate.d.ts +54 -18
  78. package/lib/src/types/tvDisplay.d.ts +450 -150
  79. package/lib/src/types/widgets/common.d.ts +3 -2
  80. package/lib/src/types/widgets/default.d.ts +357 -95
  81. package/lib/src/types/widgets/ensure.d.ts +1 -1
  82. package/lib/src/types/widgets/widgetCheckList.d.ts +57 -5
  83. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +4 -40
  84. package/lib/src/types/widgets/widgetPresence.d.ts +35 -0
  85. package/lib/src/types/widgets/widgetQuickSurvey.d.ts +275 -0
  86. package/lib/src/types/widgets.d.ts +342 -68
  87. package/lib/src/util/meeting.d.ts +6 -2
  88. package/lib/src/util/network.d.ts +1 -1
  89. package/lib/src/util/socialEvent.d.ts +6 -2
  90. package/lib/src/util/widget.d.ts +6 -3
  91. package/package.json +1 -1
  92. package/phpunitMock/widgetCheckListGetResponse-comment-index-0.json +18 -0
  93. package/phpunitMock/widgetCheckListGetResponse-comment-no-response.json +18 -0
  94. package/phpunitMock/widgetGetWidget-article-quick-survey.json +21 -0
  95. package/phpunitMock/widgetQuickSurveyAddEntry-article-quick-survey.json +1 -0
  96. package/phpunitMock/widgetQuickSurveyGetResponse-article-index-0.json +129 -0
  97. package/phpunitMock/widgetQuickSurveyGetResponse.json +67 -0
  98. package/phpunitMock/widgetSurveyGetResponse.json +67 -0
@@ -226,7 +226,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
226
226
  };
227
227
  }) | ({
228
228
  layers?: string[] | undefined;
229
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
229
+ } & import("./widgets").WidgetPresenceType) | ({
230
+ layers?: string[] | undefined;
231
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
230
232
  layers?: string[] | undefined;
231
233
  } & import("./widgets").WidgetArticleAttachmentType) | ({
232
234
  layers?: string[] | undefined;
@@ -276,7 +278,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
276
278
  };
277
279
  }) | ({
278
280
  layers?: string[] | undefined;
279
- } & import("./widgets").WidgetPresenceType)>;
281
+ } & import("./widgets").WidgetPresenceType) | ({
282
+ layers?: string[] | undefined;
283
+ } & import("./widgets").WidgetQuickSurveyType)>;
280
284
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
281
285
  layers?: string[] | undefined;
282
286
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -327,7 +331,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
327
331
  };
328
332
  }) | ({
329
333
  layers?: string[] | undefined;
330
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
334
+ } & import("./widgets").WidgetPresenceType) | ({
335
+ layers?: string[] | undefined;
336
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
331
337
  layers?: string[] | undefined;
332
338
  } & import("./widgets").WidgetArticleAttachmentType) | ({
333
339
  layers?: string[] | undefined;
@@ -377,7 +383,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
377
383
  };
378
384
  }) | ({
379
385
  layers?: string[] | undefined;
380
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
386
+ } & import("./widgets").WidgetPresenceType) | ({
387
+ layers?: string[] | undefined;
388
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
381
389
  }>, "strip", z.ZodTypeAny, {
382
390
  type: string;
383
391
  id: number;
@@ -474,7 +482,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
474
482
  };
475
483
  }) | ({
476
484
  layers?: string[] | undefined;
477
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
485
+ } & import("./widgets").WidgetPresenceType) | ({
486
+ layers?: string[] | undefined;
487
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
478
488
  }, {
479
489
  type: string;
480
490
  id: number;
@@ -571,7 +581,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
571
581
  };
572
582
  }) | ({
573
583
  layers?: string[] | undefined;
574
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
584
+ } & import("./widgets").WidgetPresenceType) | ({
585
+ layers?: string[] | undefined;
586
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
575
587
  }>;
576
588
  export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
577
589
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -768,7 +780,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
768
780
  };
769
781
  }) | ({
770
782
  layers?: string[] | undefined;
771
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
783
+ } & import("./widgets").WidgetPresenceType) | ({
784
+ layers?: string[] | undefined;
785
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
772
786
  layers?: string[] | undefined;
773
787
  } & import("./widgets").WidgetArticleAttachmentType) | ({
774
788
  layers?: string[] | undefined;
@@ -818,7 +832,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
818
832
  };
819
833
  }) | ({
820
834
  layers?: string[] | undefined;
821
- } & import("./widgets").WidgetPresenceType)>;
835
+ } & import("./widgets").WidgetPresenceType) | ({
836
+ layers?: string[] | undefined;
837
+ } & import("./widgets").WidgetQuickSurveyType)>;
822
838
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
823
839
  layers?: string[] | undefined;
824
840
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -869,7 +885,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
869
885
  };
870
886
  }) | ({
871
887
  layers?: string[] | undefined;
872
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
888
+ } & import("./widgets").WidgetPresenceType) | ({
889
+ layers?: string[] | undefined;
890
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
873
891
  layers?: string[] | undefined;
874
892
  } & import("./widgets").WidgetArticleAttachmentType) | ({
875
893
  layers?: string[] | undefined;
@@ -919,7 +937,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
919
937
  };
920
938
  }) | ({
921
939
  layers?: string[] | undefined;
922
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
940
+ } & import("./widgets").WidgetPresenceType) | ({
941
+ layers?: string[] | undefined;
942
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
923
943
  }>, "strip", z.ZodTypeAny, jArticleList, jArticleList>;
924
944
  export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
925
945
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1116,7 +1136,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1116
1136
  };
1117
1137
  }) | ({
1118
1138
  layers?: string[] | undefined;
1119
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1139
+ } & import("./widgets").WidgetPresenceType) | ({
1140
+ layers?: string[] | undefined;
1141
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
1120
1142
  layers?: string[] | undefined;
1121
1143
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1122
1144
  layers?: string[] | undefined;
@@ -1166,7 +1188,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<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)>;
1170
1194
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
1171
1195
  layers?: string[] | undefined;
1172
1196
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -1217,7 +1241,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1217
1241
  };
1218
1242
  }) | ({
1219
1243
  layers?: string[] | undefined;
1220
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
1244
+ } & import("./widgets").WidgetPresenceType) | ({
1245
+ layers?: string[] | undefined;
1246
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
1221
1247
  layers?: string[] | undefined;
1222
1248
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1223
1249
  layers?: string[] | undefined;
@@ -1267,7 +1293,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1267
1293
  };
1268
1294
  }) | ({
1269
1295
  layers?: string[] | undefined;
1270
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
1296
+ } & import("./widgets").WidgetPresenceType) | ({
1297
+ layers?: string[] | undefined;
1298
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
1271
1299
  }>, {
1272
1300
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1273
1301
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1419,7 +1447,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1419
1447
  };
1420
1448
  }) | ({
1421
1449
  layers?: string[] | undefined;
1422
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
1450
+ } & import("./widgets").WidgetPresenceType) | ({
1451
+ layers?: string[] | undefined;
1452
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
1423
1453
  }, {
1424
1454
  type: string;
1425
1455
  id: number;
@@ -1529,7 +1559,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1529
1559
  };
1530
1560
  }) | ({
1531
1561
  layers?: string[] | undefined;
1532
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
1562
+ } & import("./widgets").WidgetPresenceType) | ({
1563
+ layers?: string[] | undefined;
1564
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
1533
1565
  }>;
1534
1566
  export type jArticleView = z.infer<typeof jArticleViewSchema>;
1535
1567
  export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -1727,7 +1759,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1727
1759
  };
1728
1760
  }) | ({
1729
1761
  layers?: string[] | undefined;
1730
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1762
+ } & import("./widgets").WidgetPresenceType) | ({
1763
+ layers?: string[] | undefined;
1764
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
1731
1765
  layers?: string[] | undefined;
1732
1766
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1733
1767
  layers?: string[] | undefined;
@@ -1777,7 +1811,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1777
1811
  };
1778
1812
  }) | ({
1779
1813
  layers?: string[] | undefined;
1780
- } & import("./widgets").WidgetPresenceType)>;
1814
+ } & import("./widgets").WidgetPresenceType) | ({
1815
+ layers?: string[] | undefined;
1816
+ } & import("./widgets").WidgetQuickSurveyType)>;
1781
1817
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
1782
1818
  layers?: string[] | undefined;
1783
1819
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -1828,7 +1864,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1828
1864
  };
1829
1865
  }) | ({
1830
1866
  layers?: string[] | undefined;
1831
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
1867
+ } & import("./widgets").WidgetPresenceType) | ({
1868
+ layers?: string[] | undefined;
1869
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
1832
1870
  layers?: string[] | undefined;
1833
1871
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1834
1872
  layers?: string[] | undefined;
@@ -1878,7 +1916,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1878
1916
  };
1879
1917
  }) | ({
1880
1918
  layers?: string[] | undefined;
1881
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
1919
+ } & import("./widgets").WidgetPresenceType) | ({
1920
+ layers?: string[] | undefined;
1921
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
1882
1922
  }>, {
1883
1923
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1884
1924
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -2046,7 +2086,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
2046
2086
  };
2047
2087
  }) | ({
2048
2088
  layers?: string[] | undefined;
2049
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2089
+ } & import("./widgets").WidgetPresenceType) | ({
2090
+ layers?: string[] | undefined;
2091
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2050
2092
  uiObjectLink?: jObjectLittle[] | undefined;
2051
2093
  }, {
2052
2094
  type: string;
@@ -2159,7 +2201,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
2159
2201
  };
2160
2202
  }) | ({
2161
2203
  layers?: string[] | undefined;
2162
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2204
+ } & import("./widgets").WidgetPresenceType) | ({
2205
+ layers?: string[] | undefined;
2206
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2163
2207
  uiObjectLink?: jObjectLittle[] | undefined;
2164
2208
  }>;
2165
2209
  export type jArticleExtendView = z.infer<typeof jArticleExtendViewSchema>;
@@ -2358,7 +2402,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2358
2402
  };
2359
2403
  }) | ({
2360
2404
  layers?: string[] | undefined;
2361
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
2405
+ } & import("./widgets").WidgetPresenceType) | ({
2406
+ layers?: string[] | undefined;
2407
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
2362
2408
  layers?: string[] | undefined;
2363
2409
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2364
2410
  layers?: string[] | undefined;
@@ -2408,7 +2454,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2408
2454
  };
2409
2455
  }) | ({
2410
2456
  layers?: string[] | undefined;
2411
- } & import("./widgets").WidgetPresenceType)>;
2457
+ } & import("./widgets").WidgetPresenceType) | ({
2458
+ layers?: string[] | undefined;
2459
+ } & import("./widgets").WidgetQuickSurveyType)>;
2412
2460
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
2413
2461
  layers?: string[] | undefined;
2414
2462
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -2459,7 +2507,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2459
2507
  };
2460
2508
  }) | ({
2461
2509
  layers?: string[] | undefined;
2462
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
2510
+ } & import("./widgets").WidgetPresenceType) | ({
2511
+ layers?: string[] | undefined;
2512
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
2463
2513
  layers?: string[] | undefined;
2464
2514
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2465
2515
  layers?: string[] | undefined;
@@ -2509,7 +2559,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2509
2559
  };
2510
2560
  }) | ({
2511
2561
  layers?: string[] | undefined;
2512
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
2562
+ } & import("./widgets").WidgetPresenceType) | ({
2563
+ layers?: string[] | undefined;
2564
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
2513
2565
  }>, {
2514
2566
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2515
2567
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -2750,7 +2802,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2750
2802
  };
2751
2803
  }) | ({
2752
2804
  layers?: string[] | undefined;
2753
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
2805
+ } & import("./widgets").WidgetPresenceType) | ({
2806
+ layers?: string[] | undefined;
2807
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
2754
2808
  layers?: string[] | undefined;
2755
2809
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2756
2810
  layers?: string[] | undefined;
@@ -2800,7 +2854,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2800
2854
  };
2801
2855
  }) | ({
2802
2856
  layers?: string[] | undefined;
2803
- } & import("./widgets").WidgetPresenceType)>;
2857
+ } & import("./widgets").WidgetPresenceType) | ({
2858
+ layers?: string[] | undefined;
2859
+ } & import("./widgets").WidgetQuickSurveyType)>;
2804
2860
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
2805
2861
  layers?: string[] | undefined;
2806
2862
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -2851,7 +2907,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2851
2907
  };
2852
2908
  }) | ({
2853
2909
  layers?: string[] | undefined;
2854
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
2910
+ } & import("./widgets").WidgetPresenceType) | ({
2911
+ layers?: string[] | undefined;
2912
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
2855
2913
  layers?: string[] | undefined;
2856
2914
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2857
2915
  layers?: string[] | undefined;
@@ -2901,7 +2959,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2901
2959
  };
2902
2960
  }) | ({
2903
2961
  layers?: string[] | undefined;
2904
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
2962
+ } & import("./widgets").WidgetPresenceType) | ({
2963
+ layers?: string[] | undefined;
2964
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
2905
2965
  }>, {
2906
2966
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2907
2967
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -3142,7 +3202,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3142
3202
  };
3143
3203
  }) | ({
3144
3204
  layers?: string[] | undefined;
3145
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
3205
+ } & import("./widgets").WidgetPresenceType) | ({
3206
+ layers?: string[] | undefined;
3207
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
3146
3208
  layers?: string[] | undefined;
3147
3209
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3148
3210
  layers?: string[] | undefined;
@@ -3192,7 +3254,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3192
3254
  };
3193
3255
  }) | ({
3194
3256
  layers?: string[] | undefined;
3195
- } & import("./widgets").WidgetPresenceType)>;
3257
+ } & import("./widgets").WidgetPresenceType) | ({
3258
+ layers?: string[] | undefined;
3259
+ } & import("./widgets").WidgetQuickSurveyType)>;
3196
3260
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
3197
3261
  layers?: string[] | undefined;
3198
3262
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -3243,7 +3307,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3243
3307
  };
3244
3308
  }) | ({
3245
3309
  layers?: string[] | undefined;
3246
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
3310
+ } & import("./widgets").WidgetPresenceType) | ({
3311
+ layers?: string[] | undefined;
3312
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
3247
3313
  layers?: string[] | undefined;
3248
3314
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3249
3315
  layers?: string[] | undefined;
@@ -3293,7 +3359,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3293
3359
  };
3294
3360
  }) | ({
3295
3361
  layers?: string[] | undefined;
3296
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
3362
+ } & import("./widgets").WidgetPresenceType) | ({
3363
+ layers?: string[] | undefined;
3364
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
3297
3365
  }>, {
3298
3366
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3299
3367
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -3534,7 +3602,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3534
3602
  };
3535
3603
  }) | ({
3536
3604
  layers?: string[] | undefined;
3537
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
3605
+ } & import("./widgets").WidgetPresenceType) | ({
3606
+ layers?: string[] | undefined;
3607
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
3538
3608
  layers?: string[] | undefined;
3539
3609
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3540
3610
  layers?: string[] | undefined;
@@ -3584,7 +3654,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3584
3654
  };
3585
3655
  }) | ({
3586
3656
  layers?: string[] | undefined;
3587
- } & import("./widgets").WidgetPresenceType)>;
3657
+ } & import("./widgets").WidgetPresenceType) | ({
3658
+ layers?: string[] | undefined;
3659
+ } & import("./widgets").WidgetQuickSurveyType)>;
3588
3660
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
3589
3661
  layers?: string[] | undefined;
3590
3662
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -3635,7 +3707,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3635
3707
  };
3636
3708
  }) | ({
3637
3709
  layers?: string[] | undefined;
3638
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
3710
+ } & import("./widgets").WidgetPresenceType) | ({
3711
+ layers?: string[] | undefined;
3712
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
3639
3713
  layers?: string[] | undefined;
3640
3714
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3641
3715
  layers?: string[] | undefined;
@@ -3685,7 +3759,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3685
3759
  };
3686
3760
  }) | ({
3687
3761
  layers?: string[] | undefined;
3688
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
3762
+ } & import("./widgets").WidgetPresenceType) | ({
3763
+ layers?: string[] | undefined;
3764
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
3689
3765
  }>, {
3690
3766
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3691
3767
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -3926,7 +4002,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3926
4002
  };
3927
4003
  }) | ({
3928
4004
  layers?: string[] | undefined;
3929
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4005
+ } & import("./widgets").WidgetPresenceType) | ({
4006
+ layers?: string[] | undefined;
4007
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
3930
4008
  layers?: string[] | undefined;
3931
4009
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3932
4010
  layers?: string[] | undefined;
@@ -3976,7 +4054,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3976
4054
  };
3977
4055
  }) | ({
3978
4056
  layers?: string[] | undefined;
3979
- } & import("./widgets").WidgetPresenceType)>;
4057
+ } & import("./widgets").WidgetPresenceType) | ({
4058
+ layers?: string[] | undefined;
4059
+ } & import("./widgets").WidgetQuickSurveyType)>;
3980
4060
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
3981
4061
  layers?: string[] | undefined;
3982
4062
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -4027,7 +4107,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
4027
4107
  };
4028
4108
  }) | ({
4029
4109
  layers?: string[] | undefined;
4030
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
4110
+ } & import("./widgets").WidgetPresenceType) | ({
4111
+ layers?: string[] | undefined;
4112
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
4031
4113
  layers?: string[] | undefined;
4032
4114
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4033
4115
  layers?: string[] | undefined;
@@ -4077,7 +4159,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
4077
4159
  };
4078
4160
  }) | ({
4079
4161
  layers?: string[] | undefined;
4080
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
4162
+ } & import("./widgets").WidgetPresenceType) | ({
4163
+ layers?: string[] | undefined;
4164
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
4081
4165
  }>, {
4082
4166
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4083
4167
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -4419,7 +4503,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4419
4503
  };
4420
4504
  }) | ({
4421
4505
  layers?: string[] | undefined;
4422
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4506
+ } & import("./widgets").WidgetPresenceType) | ({
4507
+ layers?: string[] | undefined;
4508
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
4423
4509
  layers?: string[] | undefined;
4424
4510
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4425
4511
  layers?: string[] | undefined;
@@ -4469,7 +4555,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4469
4555
  };
4470
4556
  }) | ({
4471
4557
  layers?: string[] | undefined;
4472
- } & import("./widgets").WidgetPresenceType)>;
4558
+ } & import("./widgets").WidgetPresenceType) | ({
4559
+ layers?: string[] | undefined;
4560
+ } & import("./widgets").WidgetQuickSurveyType)>;
4473
4561
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
4474
4562
  layers?: string[] | undefined;
4475
4563
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -4520,7 +4608,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4520
4608
  };
4521
4609
  }) | ({
4522
4610
  layers?: string[] | undefined;
4523
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
4611
+ } & import("./widgets").WidgetPresenceType) | ({
4612
+ layers?: string[] | undefined;
4613
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
4524
4614
  layers?: string[] | undefined;
4525
4615
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4526
4616
  layers?: string[] | undefined;
@@ -4570,7 +4660,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4570
4660
  };
4571
4661
  }) | ({
4572
4662
  layers?: string[] | undefined;
4573
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
4663
+ } & import("./widgets").WidgetPresenceType) | ({
4664
+ layers?: string[] | undefined;
4665
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
4574
4666
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"comment">, z.ZodLiteral<"commentResponse">]>>;
4575
4667
  }, "strip", z.ZodTypeAny, {
4576
4668
  token: string;
@@ -4629,7 +4721,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4629
4721
  };
4630
4722
  }) | ({
4631
4723
  layers?: string[] | undefined;
4632
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
4724
+ } & import("./widgets").WidgetPresenceType) | ({
4725
+ layers?: string[] | undefined;
4726
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
4633
4727
  }, {
4634
4728
  token: string;
4635
4729
  content: string;
@@ -4687,7 +4781,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4687
4781
  };
4688
4782
  }) | ({
4689
4783
  layers?: string[] | undefined;
4690
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
4784
+ } & import("./widgets").WidgetPresenceType) | ({
4785
+ layers?: string[] | undefined;
4786
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
4691
4787
  }>;
4692
4788
  export type AddCommentParams = z.infer<typeof addCommentParamsSchema>;
4693
4789
  export declare const updateCommentParamsSchema: z.ZodObject<{
@@ -4746,7 +4842,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4746
4842
  };
4747
4843
  }) | ({
4748
4844
  layers?: string[] | undefined;
4749
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4845
+ } & import("./widgets").WidgetPresenceType) | ({
4846
+ layers?: string[] | undefined;
4847
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
4750
4848
  layers?: string[] | undefined;
4751
4849
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4752
4850
  layers?: string[] | undefined;
@@ -4796,7 +4894,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4796
4894
  };
4797
4895
  }) | ({
4798
4896
  layers?: string[] | undefined;
4799
- } & import("./widgets").WidgetPresenceType)>;
4897
+ } & import("./widgets").WidgetPresenceType) | ({
4898
+ layers?: string[] | undefined;
4899
+ } & import("./widgets").WidgetQuickSurveyType)>;
4800
4900
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
4801
4901
  layers?: string[] | undefined;
4802
4902
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -4847,7 +4947,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4847
4947
  };
4848
4948
  }) | ({
4849
4949
  layers?: string[] | undefined;
4850
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
4950
+ } & import("./widgets").WidgetPresenceType) | ({
4951
+ layers?: string[] | undefined;
4952
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
4851
4953
  layers?: string[] | undefined;
4852
4954
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4853
4955
  layers?: string[] | undefined;
@@ -4897,7 +4999,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4897
4999
  };
4898
5000
  }) | ({
4899
5001
  layers?: string[] | undefined;
4900
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
5002
+ } & import("./widgets").WidgetPresenceType) | ({
5003
+ layers?: string[] | undefined;
5004
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
4901
5005
  }, "strip", z.ZodTypeAny, {
4902
5006
  idComment: number;
4903
5007
  token?: string | undefined;
@@ -4952,7 +5056,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4952
5056
  };
4953
5057
  }) | ({
4954
5058
  layers?: string[] | undefined;
4955
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
5059
+ } & import("./widgets").WidgetPresenceType) | ({
5060
+ layers?: string[] | undefined;
5061
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
4956
5062
  }, {
4957
5063
  idComment: number;
4958
5064
  token?: string | undefined;
@@ -5007,7 +5113,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
5007
5113
  };
5008
5114
  }) | ({
5009
5115
  layers?: string[] | undefined;
5010
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
5116
+ } & import("./widgets").WidgetPresenceType) | ({
5117
+ layers?: string[] | undefined;
5118
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
5011
5119
  }>;
5012
5120
  export type UpdateCommentParams = z.infer<typeof updateCommentParamsSchema>;
5013
5121
  export declare const userReadSchema: z.ZodObject<{
@@ -5235,7 +5343,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5235
5343
  };
5236
5344
  }) | ({
5237
5345
  layers?: string[] | undefined;
5238
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
5346
+ } & import("./widgets").WidgetPresenceType) | ({
5347
+ layers?: string[] | undefined;
5348
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
5239
5349
  layers?: string[] | undefined;
5240
5350
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5241
5351
  layers?: string[] | undefined;
@@ -5285,7 +5395,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5285
5395
  };
5286
5396
  }) | ({
5287
5397
  layers?: string[] | undefined;
5288
- } & import("./widgets").WidgetPresenceType)>;
5398
+ } & import("./widgets").WidgetPresenceType) | ({
5399
+ layers?: string[] | undefined;
5400
+ } & import("./widgets").WidgetQuickSurveyType)>;
5289
5401
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
5290
5402
  layers?: string[] | undefined;
5291
5403
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -5336,7 +5448,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5336
5448
  };
5337
5449
  }) | ({
5338
5450
  layers?: string[] | undefined;
5339
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
5451
+ } & import("./widgets").WidgetPresenceType) | ({
5452
+ layers?: string[] | undefined;
5453
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
5340
5454
  layers?: string[] | undefined;
5341
5455
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5342
5456
  layers?: string[] | undefined;
@@ -5386,7 +5500,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5386
5500
  };
5387
5501
  }) | ({
5388
5502
  layers?: string[] | undefined;
5389
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
5503
+ } & import("./widgets").WidgetPresenceType) | ({
5504
+ layers?: string[] | undefined;
5505
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
5390
5506
  }>>, {
5391
5507
  _nbItems: z.ZodNumber;
5392
5508
  parentURI: z.ZodOptional<z.ZodString>;
@@ -5488,7 +5604,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5488
5604
  };
5489
5605
  }) | ({
5490
5606
  layers?: string[] | undefined;
5491
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
5607
+ } & import("./widgets").WidgetPresenceType) | ({
5608
+ layers?: string[] | undefined;
5609
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
5492
5610
  parentURI?: string | undefined;
5493
5611
  }, {
5494
5612
  type: string;
@@ -5588,7 +5706,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5588
5706
  };
5589
5707
  }) | ({
5590
5708
  layers?: string[] | undefined;
5591
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
5709
+ } & import("./widgets").WidgetPresenceType) | ({
5710
+ layers?: string[] | undefined;
5711
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
5592
5712
  parentURI?: string | undefined;
5593
5713
  }>;
5594
5714
  export type jFolderList = z.infer<typeof jFolderListSchema>;