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.
Files changed (97) 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/tvDisplay/tvDisplay.d.ts +24 -8
  60. package/lib/src/apis/widget/widget.d.ts +61 -21
  61. package/lib/src/apis/widget/widget.mock.d.ts +8 -2
  62. package/lib/src/types/article.d.ts +180 -60
  63. package/lib/src/types/asei.d.ts +18 -6
  64. package/lib/src/types/assetReservation.d.ts +78 -26
  65. package/lib/src/types/businessContact.d.ts +12 -4
  66. package/lib/src/types/comment.d.ts +18 -6
  67. package/lib/src/types/faq.d.ts +96 -32
  68. package/lib/src/types/jLand.d.ts +30 -10
  69. package/lib/src/types/mediaLibrary.d.ts +18 -6
  70. package/lib/src/types/meeting.d.ts +54 -18
  71. package/lib/src/types/pollSurvey.d.ts +54 -18
  72. package/lib/src/types/quizz.d.ts +54 -18
  73. package/lib/src/types/realtime.d.ts +22 -1
  74. package/lib/src/types/socialEvent.d.ts +54 -18
  75. package/lib/src/types/support.d.ts +54 -18
  76. package/lib/src/types/surveyDate.d.ts +54 -18
  77. package/lib/src/types/tvDisplay.d.ts +450 -150
  78. package/lib/src/types/widgets/common.d.ts +3 -2
  79. package/lib/src/types/widgets/default.d.ts +357 -95
  80. package/lib/src/types/widgets/ensure.d.ts +1 -1
  81. package/lib/src/types/widgets/widgetCheckList.d.ts +57 -5
  82. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +4 -40
  83. package/lib/src/types/widgets/widgetPresence.d.ts +35 -0
  84. package/lib/src/types/widgets/widgetQuickSurvey.d.ts +275 -0
  85. package/lib/src/types/widgets.d.ts +342 -68
  86. package/lib/src/util/meeting.d.ts +6 -2
  87. package/lib/src/util/network.d.ts +1 -1
  88. package/lib/src/util/socialEvent.d.ts +6 -2
  89. package/lib/src/util/widget.d.ts +6 -3
  90. package/package.json +1 -1
  91. package/phpunitMock/widgetCheckListGetResponse-comment-index-0.json +18 -0
  92. package/phpunitMock/widgetCheckListGetResponse-comment-no-response.json +18 -0
  93. package/phpunitMock/widgetGetWidget-article-quick-survey.json +21 -0
  94. package/phpunitMock/widgetQuickSurveyAddEntry-article-quick-survey.json +1 -0
  95. package/phpunitMock/widgetQuickSurveyGetResponse-article-index-0.json +129 -0
  96. package/phpunitMock/widgetQuickSurveyGetResponse.json +67 -0
  97. package/phpunitMock/widgetSurveyGetResponse.json +67 -0
@@ -196,7 +196,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
196
196
  };
197
197
  }) | ({
198
198
  layers?: string[] | undefined;
199
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
199
+ } & import("./widgets").WidgetPresenceType) | ({
200
+ layers?: string[] | undefined;
201
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
200
202
  layers?: string[] | undefined;
201
203
  } & import("./widgets").WidgetArticleAttachmentType) | ({
202
204
  layers?: string[] | undefined;
@@ -246,7 +248,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
246
248
  };
247
249
  }) | ({
248
250
  layers?: string[] | undefined;
249
- } & import("./widgets").WidgetPresenceType)>;
251
+ } & import("./widgets").WidgetPresenceType) | ({
252
+ layers?: string[] | undefined;
253
+ } & import("./widgets").WidgetQuickSurveyType)>;
250
254
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
251
255
  layers?: string[] | undefined;
252
256
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -297,7 +301,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
297
301
  };
298
302
  }) | ({
299
303
  layers?: string[] | undefined;
300
- } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
304
+ } & import("./widgets").WidgetPresenceType) | ({
305
+ layers?: string[] | undefined;
306
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
301
307
  layers?: string[] | undefined;
302
308
  } & import("./widgets").WidgetArticleAttachmentType) | ({
303
309
  layers?: string[] | undefined;
@@ -347,7 +353,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
347
353
  };
348
354
  }) | ({
349
355
  layers?: string[] | undefined;
350
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
356
+ } & import("./widgets").WidgetPresenceType) | ({
357
+ layers?: string[] | undefined;
358
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
351
359
  }>, {
352
360
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
353
361
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -648,7 +656,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
648
656
  };
649
657
  }) | ({
650
658
  layers?: string[] | undefined;
651
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
659
+ } & import("./widgets").WidgetPresenceType) | ({
660
+ layers?: string[] | undefined;
661
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
652
662
  }, {
653
663
  type: string;
654
664
  id: number;
@@ -799,7 +809,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
799
809
  };
800
810
  }) | ({
801
811
  layers?: string[] | undefined;
802
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
812
+ } & import("./widgets").WidgetPresenceType) | ({
813
+ layers?: string[] | undefined;
814
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
803
815
  }>;
804
816
  export type AseiTicket = z.infer<typeof aseiTicketSchema>;
805
817
  export declare const aseiInstitutionSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -230,7 +230,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
230
230
  };
231
231
  }) | ({
232
232
  layers?: string[] | undefined;
233
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
233
+ } & import("./widgets").WidgetPresenceType) | ({
234
+ layers?: string[] | undefined;
235
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
234
236
  layers?: string[] | undefined;
235
237
  } & import("./widgets").WidgetArticleAttachmentType) | ({
236
238
  layers?: string[] | undefined;
@@ -280,7 +282,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
280
282
  };
281
283
  }) | ({
282
284
  layers?: string[] | undefined;
283
- } & import("./widgets").WidgetPresenceType)>;
285
+ } & import("./widgets").WidgetPresenceType) | ({
286
+ layers?: string[] | undefined;
287
+ } & import("./widgets").WidgetQuickSurveyType)>;
284
288
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
285
289
  layers?: string[] | undefined;
286
290
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -331,7 +335,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
331
335
  };
332
336
  }) | ({
333
337
  layers?: string[] | undefined;
334
- } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
338
+ } & import("./widgets").WidgetPresenceType) | ({
339
+ layers?: string[] | undefined;
340
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
335
341
  layers?: string[] | undefined;
336
342
  } & import("./widgets").WidgetArticleAttachmentType) | ({
337
343
  layers?: string[] | undefined;
@@ -381,7 +387,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
381
387
  };
382
388
  }) | ({
383
389
  layers?: string[] | undefined;
384
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
390
+ } & import("./widgets").WidgetPresenceType) | ({
391
+ layers?: string[] | undefined;
392
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
385
393
  }>, {
386
394
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
387
395
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -483,7 +491,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
483
491
  };
484
492
  }) | ({
485
493
  layers?: string[] | undefined;
486
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
494
+ } & import("./widgets").WidgetPresenceType) | ({
495
+ layers?: string[] | undefined;
496
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
487
497
  }, {
488
498
  type: string;
489
499
  id: number;
@@ -582,7 +592,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
582
592
  };
583
593
  }) | ({
584
594
  layers?: string[] | undefined;
585
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
595
+ } & import("./widgets").WidgetPresenceType) | ({
596
+ layers?: string[] | undefined;
597
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
586
598
  }>;
587
599
  export type BookableAssetList = z.infer<typeof bookableAssetListSchema>;
588
600
  export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -780,7 +792,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
780
792
  };
781
793
  }) | ({
782
794
  layers?: string[] | undefined;
783
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
795
+ } & import("./widgets").WidgetPresenceType) | ({
796
+ layers?: string[] | undefined;
797
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
784
798
  layers?: string[] | undefined;
785
799
  } & import("./widgets").WidgetArticleAttachmentType) | ({
786
800
  layers?: string[] | undefined;
@@ -830,7 +844,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
830
844
  };
831
845
  }) | ({
832
846
  layers?: string[] | undefined;
833
- } & import("./widgets").WidgetPresenceType)>;
847
+ } & import("./widgets").WidgetPresenceType) | ({
848
+ layers?: string[] | undefined;
849
+ } & import("./widgets").WidgetQuickSurveyType)>;
834
850
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
835
851
  layers?: string[] | undefined;
836
852
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -881,7 +897,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
881
897
  };
882
898
  }) | ({
883
899
  layers?: string[] | undefined;
884
- } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
900
+ } & import("./widgets").WidgetPresenceType) | ({
901
+ layers?: string[] | undefined;
902
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
885
903
  layers?: string[] | undefined;
886
904
  } & import("./widgets").WidgetArticleAttachmentType) | ({
887
905
  layers?: string[] | undefined;
@@ -931,7 +949,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
931
949
  };
932
950
  }) | ({
933
951
  layers?: string[] | undefined;
934
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
952
+ } & import("./widgets").WidgetPresenceType) | ({
953
+ layers?: string[] | undefined;
954
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
935
955
  }>, {
936
956
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
937
957
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -1052,7 +1072,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1052
1072
  };
1053
1073
  }) | ({
1054
1074
  layers?: string[] | undefined;
1055
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
1075
+ } & import("./widgets").WidgetPresenceType) | ({
1076
+ layers?: string[] | undefined;
1077
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
1056
1078
  }, {
1057
1079
  type: string;
1058
1080
  id: number;
@@ -1156,7 +1178,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1156
1178
  };
1157
1179
  }) | ({
1158
1180
  layers?: string[] | undefined;
1159
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
1181
+ } & import("./widgets").WidgetPresenceType) | ({
1182
+ layers?: string[] | undefined;
1183
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
1160
1184
  }>;
1161
1185
  export type BookableAssetView = z.infer<typeof bookableAssetViewSchema>;
1162
1186
  export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -1354,7 +1378,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1354
1378
  };
1355
1379
  }) | ({
1356
1380
  layers?: string[] | undefined;
1357
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1381
+ } & import("./widgets").WidgetPresenceType) | ({
1382
+ layers?: string[] | undefined;
1383
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
1358
1384
  layers?: string[] | undefined;
1359
1385
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1360
1386
  layers?: string[] | undefined;
@@ -1404,7 +1430,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1404
1430
  };
1405
1431
  }) | ({
1406
1432
  layers?: string[] | undefined;
1407
- } & import("./widgets").WidgetPresenceType)>;
1433
+ } & import("./widgets").WidgetPresenceType) | ({
1434
+ layers?: string[] | undefined;
1435
+ } & import("./widgets").WidgetQuickSurveyType)>;
1408
1436
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1409
1437
  layers?: string[] | undefined;
1410
1438
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -1455,7 +1483,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1455
1483
  };
1456
1484
  }) | ({
1457
1485
  layers?: string[] | undefined;
1458
- } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1486
+ } & import("./widgets").WidgetPresenceType) | ({
1487
+ layers?: string[] | undefined;
1488
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
1459
1489
  layers?: string[] | undefined;
1460
1490
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1461
1491
  layers?: string[] | undefined;
@@ -1505,7 +1535,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1505
1535
  };
1506
1536
  }) | ({
1507
1537
  layers?: string[] | undefined;
1508
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
1538
+ } & import("./widgets").WidgetPresenceType) | ({
1539
+ layers?: string[] | undefined;
1540
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
1509
1541
  }>, {
1510
1542
  dateStart: z.ZodString;
1511
1543
  dateEnd: z.ZodString;
@@ -1705,7 +1737,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1705
1737
  };
1706
1738
  }) | ({
1707
1739
  layers?: string[] | undefined;
1708
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1740
+ } & import("./widgets").WidgetPresenceType) | ({
1741
+ layers?: string[] | undefined;
1742
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
1709
1743
  layers?: string[] | undefined;
1710
1744
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1711
1745
  layers?: string[] | undefined;
@@ -1755,7 +1789,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1755
1789
  };
1756
1790
  }) | ({
1757
1791
  layers?: string[] | undefined;
1758
- } & import("./widgets").WidgetPresenceType)>;
1792
+ } & import("./widgets").WidgetPresenceType) | ({
1793
+ layers?: string[] | undefined;
1794
+ } & import("./widgets").WidgetQuickSurveyType)>;
1759
1795
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1760
1796
  layers?: string[] | undefined;
1761
1797
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -1806,7 +1842,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1806
1842
  };
1807
1843
  }) | ({
1808
1844
  layers?: string[] | undefined;
1809
- } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1845
+ } & import("./widgets").WidgetPresenceType) | ({
1846
+ layers?: string[] | undefined;
1847
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
1810
1848
  layers?: string[] | undefined;
1811
1849
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1812
1850
  layers?: string[] | undefined;
@@ -1856,7 +1894,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1856
1894
  };
1857
1895
  }) | ({
1858
1896
  layers?: string[] | undefined;
1859
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
1897
+ } & import("./widgets").WidgetPresenceType) | ({
1898
+ layers?: string[] | undefined;
1899
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
1860
1900
  }>, {
1861
1901
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
1862
1902
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -1958,7 +1998,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1958
1998
  };
1959
1999
  }) | ({
1960
2000
  layers?: string[] | undefined;
1961
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2001
+ } & import("./widgets").WidgetPresenceType) | ({
2002
+ layers?: string[] | undefined;
2003
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
1962
2004
  }, {
1963
2005
  type: string;
1964
2006
  id: number;
@@ -2057,7 +2099,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2057
2099
  };
2058
2100
  }) | ({
2059
2101
  layers?: string[] | undefined;
2060
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2102
+ } & import("./widgets").WidgetPresenceType) | ({
2103
+ layers?: string[] | undefined;
2104
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2061
2105
  }>;
2062
2106
  }>, "strip", z.ZodTypeAny, {
2063
2107
  type: string;
@@ -2201,7 +2245,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2201
2245
  };
2202
2246
  }) | ({
2203
2247
  layers?: string[] | undefined;
2204
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2248
+ } & import("./widgets").WidgetPresenceType) | ({
2249
+ layers?: string[] | undefined;
2250
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2205
2251
  };
2206
2252
  description?: string | null | undefined;
2207
2253
  image?: {
@@ -2258,7 +2304,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2258
2304
  };
2259
2305
  }) | ({
2260
2306
  layers?: string[] | undefined;
2261
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2307
+ } & import("./widgets").WidgetPresenceType) | ({
2308
+ layers?: string[] | undefined;
2309
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2262
2310
  }, {
2263
2311
  type: string;
2264
2312
  id: number;
@@ -2401,7 +2449,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2401
2449
  };
2402
2450
  }) | ({
2403
2451
  layers?: string[] | undefined;
2404
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2452
+ } & import("./widgets").WidgetPresenceType) | ({
2453
+ layers?: string[] | undefined;
2454
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2405
2455
  };
2406
2456
  description?: string | null | undefined;
2407
2457
  image?: {
@@ -2458,6 +2508,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2458
2508
  };
2459
2509
  }) | ({
2460
2510
  layers?: string[] | undefined;
2461
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
2511
+ } & import("./widgets").WidgetPresenceType) | ({
2512
+ layers?: string[] | undefined;
2513
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
2462
2514
  }>;
2463
2515
  export type ReservationList = z.infer<typeof reservationListSchema>;
@@ -229,7 +229,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
229
229
  };
230
230
  }) | ({
231
231
  layers?: string[] | undefined;
232
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
232
+ } & import("./widgets").WidgetPresenceType) | ({
233
+ layers?: string[] | undefined;
234
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
233
235
  layers?: string[] | undefined;
234
236
  } & import("./widgets").WidgetArticleAttachmentType) | ({
235
237
  layers?: string[] | undefined;
@@ -279,7 +281,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
279
281
  };
280
282
  }) | ({
281
283
  layers?: string[] | undefined;
282
- } & import("./widgets").WidgetPresenceType)>;
284
+ } & import("./widgets").WidgetPresenceType) | ({
285
+ layers?: string[] | undefined;
286
+ } & import("./widgets").WidgetQuickSurveyType)>;
283
287
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
284
288
  layers?: string[] | undefined;
285
289
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -330,7 +334,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
330
334
  };
331
335
  }) | ({
332
336
  layers?: string[] | undefined;
333
- } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
337
+ } & import("./widgets").WidgetPresenceType) | ({
338
+ layers?: string[] | undefined;
339
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets").WidgetWrapperGeneric<({
334
340
  layers?: string[] | undefined;
335
341
  } & import("./widgets").WidgetArticleAttachmentType) | ({
336
342
  layers?: string[] | undefined;
@@ -380,7 +386,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
380
386
  };
381
387
  }) | ({
382
388
  layers?: string[] | undefined;
383
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
389
+ } & import("./widgets").WidgetPresenceType) | ({
390
+ layers?: string[] | undefined;
391
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
384
392
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
385
393
  id: z.ZodType<number, z.ZodTypeDef, number>;
386
394
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -267,7 +267,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
267
267
  };
268
268
  }) | ({
269
269
  layers?: string[] | undefined;
270
- } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
270
+ } & import("./widgets").WidgetPresenceType) | ({
271
+ layers?: string[] | undefined;
272
+ } & import("./widgets").WidgetQuickSurveyType), z.ZodTypeDef, ({
271
273
  layers?: string[] | undefined;
272
274
  } & import("./widgets").WidgetArticleAttachmentType) | ({
273
275
  layers?: string[] | undefined;
@@ -317,7 +319,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
317
319
  };
318
320
  }) | ({
319
321
  layers?: string[] | undefined;
320
- } & import("./widgets").WidgetPresenceType)>;
322
+ } & import("./widgets").WidgetPresenceType) | ({
323
+ layers?: string[] | undefined;
324
+ } & import("./widgets").WidgetQuickSurveyType)>;
321
325
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
322
326
  layers?: string[] | undefined;
323
327
  } & import("./widgets").WidgetArticleAttachmentType) | ({
@@ -368,7 +372,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
368
372
  };
369
373
  }) | ({
370
374
  layers?: string[] | undefined;
371
- } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
375
+ } & import("./widgets").WidgetPresenceType) | ({
376
+ layers?: string[] | undefined;
377
+ } & import("./widgets").WidgetQuickSurveyType)>, import("./widgets/default").WidgetWrapperGeneric<({
372
378
  layers?: string[] | undefined;
373
379
  } & import("./widgets").WidgetArticleAttachmentType) | ({
374
380
  layers?: string[] | undefined;
@@ -418,7 +424,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
418
424
  };
419
425
  }) | ({
420
426
  layers?: string[] | undefined;
421
- } & import("./widgets").WidgetPresenceType)>>, "many">>;
427
+ } & import("./widgets").WidgetPresenceType) | ({
428
+ layers?: string[] | undefined;
429
+ } & import("./widgets").WidgetQuickSurveyType)>>, "many">>;
422
430
  }>, "strip", z.ZodTypeAny, {
423
431
  type: string;
424
432
  id: number;
@@ -518,7 +526,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
518
526
  };
519
527
  }) | ({
520
528
  layers?: string[] | undefined;
521
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
529
+ } & import("./widgets").WidgetPresenceType) | ({
530
+ layers?: string[] | undefined;
531
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
522
532
  }, {
523
533
  type: string;
524
534
  id: number;
@@ -618,6 +628,8 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
618
628
  };
619
629
  }) | ({
620
630
  layers?: string[] | undefined;
621
- } & import("./widgets").WidgetPresenceType)>[] | undefined;
631
+ } & import("./widgets").WidgetPresenceType) | ({
632
+ layers?: string[] | undefined;
633
+ } & import("./widgets").WidgetQuickSurveyType)>[] | undefined;
622
634
  }>;
623
635
  export type jCommentList = z.infer<typeof jCommentListSchema>;