jamespot-user-api 1.0.183 → 1.0.184

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 (94) 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 +32 -32
  60. package/lib/src/apis/widget/widget.d.ts +20 -3
  61. package/lib/src/apis/widget/widget.mock.d.ts +5 -1
  62. package/lib/src/types/article.d.ts +216 -216
  63. package/lib/src/types/asei.d.ts +22 -22
  64. package/lib/src/types/assetReservation.d.ts +96 -96
  65. package/lib/src/types/businessContact.d.ts +14 -14
  66. package/lib/src/types/comment.d.ts +22 -22
  67. package/lib/src/types/faq.d.ts +118 -118
  68. package/lib/src/types/hook.d.ts +6 -6
  69. package/lib/src/types/jLand.d.ts +36 -36
  70. package/lib/src/types/mediaLibrary.d.ts +22 -22
  71. package/lib/src/types/meeting.d.ts +66 -66
  72. package/lib/src/types/pollSurvey.d.ts +66 -66
  73. package/lib/src/types/quizz.d.ts +66 -66
  74. package/lib/src/types/realtime.d.ts +15 -3
  75. package/lib/src/types/socialEvent.d.ts +66 -66
  76. package/lib/src/types/support.d.ts +66 -66
  77. package/lib/src/types/surveyDate.d.ts +66 -66
  78. package/lib/src/types/tvDisplay.d.ts +560 -560
  79. package/lib/src/types/widgets/common.d.ts +5 -3
  80. package/lib/src/types/widgets/default.d.ts +149 -99
  81. package/lib/src/types/widgets/ensure.d.ts +58 -0
  82. package/lib/src/types/widgets/ensure.test.d.ts +1 -0
  83. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
  84. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
  85. package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
  86. package/lib/src/types/widgets.d.ts +944 -288
  87. package/lib/src/util/widget.d.ts +6 -9
  88. package/package.json +6 -2
  89. package/phpunitMock/articleGet-with-widgets.json +2 -1
  90. package/phpunitMock/widgetPresenceCancel-default.json +1 -0
  91. package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
  92. package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
  93. package/phpunitMock/widgetPresenceRespond-available.json +1 -0
  94. package/lib/src/types/widgets/widgetApi.d.ts +0 -24
@@ -182,8 +182,6 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
182
182
  title: z.ZodType<string, z.ZodTypeDef, string>;
183
183
  widget: z.ZodType<({
184
184
  layers?: string[] | undefined;
185
- } & import("./widgets").WidgetApiType) | ({
186
- layers?: string[] | undefined;
187
185
  } & import("./widgets").WidgetArticleAttachmentType) | ({
188
186
  layers?: string[] | undefined;
189
187
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -207,7 +205,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
207
205
  uniqid: string;
208
206
  content: {
209
207
  uri?: string | undefined;
210
- limit?: number | undefined;
208
+ limit?: number | boolean | undefined;
211
209
  tableColumnsData?: {
212
210
  name?: string | undefined;
213
211
  label?: string | undefined;
@@ -225,9 +223,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
225
223
  tableSizedColumns?: boolean | undefined;
226
224
  tableSizedColumnsWidth?: number | undefined;
227
225
  };
228
- }), z.ZodTypeDef, ({
226
+ }) | ({
229
227
  layers?: string[] | undefined;
230
- } & import("./widgets").WidgetApiType) | ({
228
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
231
229
  layers?: string[] | undefined;
232
230
  } & import("./widgets").WidgetArticleAttachmentType) | ({
233
231
  layers?: string[] | undefined;
@@ -252,7 +250,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
252
250
  uniqid: string;
253
251
  content: {
254
252
  uri?: string | undefined;
255
- limit?: number | undefined;
253
+ limit?: number | boolean | undefined;
256
254
  tableColumnsData?: {
257
255
  name?: string | undefined;
258
256
  label?: string | undefined;
@@ -270,11 +268,11 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
270
268
  tableSizedColumns?: boolean | undefined;
271
269
  tableSizedColumnsWidth?: number | undefined;
272
270
  };
273
- })>;
271
+ }) | ({
272
+ layers?: string[] | undefined;
273
+ } & import("./widgets").WidgetPresenceType)>;
274
274
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
275
275
  layers?: string[] | undefined;
276
- } & import("./widgets").WidgetApiType) | ({
277
- layers?: string[] | undefined;
278
276
  } & import("./widgets").WidgetArticleAttachmentType) | ({
279
277
  layers?: string[] | undefined;
280
278
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -298,7 +296,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
298
296
  uniqid: string;
299
297
  content: {
300
298
  uri?: string | undefined;
301
- limit?: number | undefined;
299
+ limit?: number | boolean | undefined;
302
300
  tableColumnsData?: {
303
301
  name?: string | undefined;
304
302
  label?: string | undefined;
@@ -316,9 +314,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
316
314
  tableSizedColumns?: boolean | undefined;
317
315
  tableSizedColumnsWidth?: number | undefined;
318
316
  };
319
- })>, import("./widgets").WidgetWrapperGeneric<({
317
+ }) | ({
320
318
  layers?: string[] | undefined;
321
- } & import("./widgets").WidgetApiType) | ({
319
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
322
320
  layers?: string[] | undefined;
323
321
  } & import("./widgets").WidgetArticleAttachmentType) | ({
324
322
  layers?: string[] | undefined;
@@ -343,7 +341,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
343
341
  uniqid: string;
344
342
  content: {
345
343
  uri?: string | undefined;
346
- limit?: number | undefined;
344
+ limit?: number | boolean | undefined;
347
345
  tableColumnsData?: {
348
346
  name?: string | undefined;
349
347
  label?: string | undefined;
@@ -361,7 +359,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
361
359
  tableSizedColumns?: boolean | undefined;
362
360
  tableSizedColumnsWidth?: number | undefined;
363
361
  };
364
- })>>, "many">>;
362
+ }) | ({
363
+ layers?: string[] | undefined;
364
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
365
365
  }>, {
366
366
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
367
367
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -415,8 +415,6 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
415
415
  } | undefined;
416
416
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
417
417
  layers?: string[] | undefined;
418
- } & import("./widgets").WidgetApiType) | ({
419
- layers?: string[] | undefined;
420
418
  } & import("./widgets").WidgetArticleAttachmentType) | ({
421
419
  layers?: string[] | undefined;
422
420
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -440,7 +438,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
440
438
  uniqid: string;
441
439
  content: {
442
440
  uri?: string | undefined;
443
- limit?: number | undefined;
441
+ limit?: number | boolean | undefined;
444
442
  tableColumnsData?: {
445
443
  name?: string | undefined;
446
444
  label?: string | undefined;
@@ -458,7 +456,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
458
456
  tableSizedColumns?: boolean | undefined;
459
457
  tableSizedColumnsWidth?: number | undefined;
460
458
  };
461
- })>[] | undefined;
459
+ }) | ({
460
+ layers?: string[] | undefined;
461
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
462
462
  }, {
463
463
  type: string;
464
464
  id: number;
@@ -509,8 +509,6 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
509
509
  } | undefined;
510
510
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
511
511
  layers?: string[] | undefined;
512
- } & import("./widgets").WidgetApiType) | ({
513
- layers?: string[] | undefined;
514
512
  } & import("./widgets").WidgetArticleAttachmentType) | ({
515
513
  layers?: string[] | undefined;
516
514
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -534,7 +532,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
534
532
  uniqid: string;
535
533
  content: {
536
534
  uri?: string | undefined;
537
- limit?: number | undefined;
535
+ limit?: number | boolean | undefined;
538
536
  tableColumnsData?: {
539
537
  name?: string | undefined;
540
538
  label?: string | undefined;
@@ -552,7 +550,9 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
552
550
  tableSizedColumns?: boolean | undefined;
553
551
  tableSizedColumnsWidth?: number | undefined;
554
552
  };
555
- })>[] | undefined;
553
+ }) | ({
554
+ layers?: string[] | undefined;
555
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
556
556
  }>;
557
557
  export type BookableAssetList = z.infer<typeof bookableAssetListSchema>;
558
558
  export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -702,8 +702,6 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
702
702
  title: z.ZodType<string, z.ZodTypeDef, string>;
703
703
  widget: z.ZodType<({
704
704
  layers?: string[] | undefined;
705
- } & import("./widgets").WidgetApiType) | ({
706
- layers?: string[] | undefined;
707
705
  } & import("./widgets").WidgetArticleAttachmentType) | ({
708
706
  layers?: string[] | undefined;
709
707
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -727,7 +725,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
727
725
  uniqid: string;
728
726
  content: {
729
727
  uri?: string | undefined;
730
- limit?: number | undefined;
728
+ limit?: number | boolean | undefined;
731
729
  tableColumnsData?: {
732
730
  name?: string | undefined;
733
731
  label?: string | undefined;
@@ -745,9 +743,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
745
743
  tableSizedColumns?: boolean | undefined;
746
744
  tableSizedColumnsWidth?: number | undefined;
747
745
  };
748
- }), z.ZodTypeDef, ({
746
+ }) | ({
749
747
  layers?: string[] | undefined;
750
- } & import("./widgets").WidgetApiType) | ({
748
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
751
749
  layers?: string[] | undefined;
752
750
  } & import("./widgets").WidgetArticleAttachmentType) | ({
753
751
  layers?: string[] | undefined;
@@ -772,7 +770,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
772
770
  uniqid: string;
773
771
  content: {
774
772
  uri?: string | undefined;
775
- limit?: number | undefined;
773
+ limit?: number | boolean | undefined;
776
774
  tableColumnsData?: {
777
775
  name?: string | undefined;
778
776
  label?: string | undefined;
@@ -790,11 +788,11 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
790
788
  tableSizedColumns?: boolean | undefined;
791
789
  tableSizedColumnsWidth?: number | undefined;
792
790
  };
793
- })>;
791
+ }) | ({
792
+ layers?: string[] | undefined;
793
+ } & import("./widgets").WidgetPresenceType)>;
794
794
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
795
795
  layers?: string[] | undefined;
796
- } & import("./widgets").WidgetApiType) | ({
797
- layers?: string[] | undefined;
798
796
  } & import("./widgets").WidgetArticleAttachmentType) | ({
799
797
  layers?: string[] | undefined;
800
798
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -818,7 +816,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
818
816
  uniqid: string;
819
817
  content: {
820
818
  uri?: string | undefined;
821
- limit?: number | undefined;
819
+ limit?: number | boolean | undefined;
822
820
  tableColumnsData?: {
823
821
  name?: string | undefined;
824
822
  label?: string | undefined;
@@ -836,9 +834,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
836
834
  tableSizedColumns?: boolean | undefined;
837
835
  tableSizedColumnsWidth?: number | undefined;
838
836
  };
839
- })>, import("./widgets").WidgetWrapperGeneric<({
837
+ }) | ({
840
838
  layers?: string[] | undefined;
841
- } & import("./widgets").WidgetApiType) | ({
839
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
842
840
  layers?: string[] | undefined;
843
841
  } & import("./widgets").WidgetArticleAttachmentType) | ({
844
842
  layers?: string[] | undefined;
@@ -863,7 +861,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
863
861
  uniqid: string;
864
862
  content: {
865
863
  uri?: string | undefined;
866
- limit?: number | undefined;
864
+ limit?: number | boolean | undefined;
867
865
  tableColumnsData?: {
868
866
  name?: string | undefined;
869
867
  label?: string | undefined;
@@ -881,7 +879,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
881
879
  tableSizedColumns?: boolean | undefined;
882
880
  tableSizedColumnsWidth?: number | undefined;
883
881
  };
884
- })>>, "many">>;
882
+ }) | ({
883
+ layers?: string[] | undefined;
884
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
885
885
  }>, {
886
886
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
887
887
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -954,8 +954,6 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
954
954
  } | undefined;
955
955
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
956
956
  layers?: string[] | undefined;
957
- } & import("./widgets").WidgetApiType) | ({
958
- layers?: string[] | undefined;
959
957
  } & import("./widgets").WidgetArticleAttachmentType) | ({
960
958
  layers?: string[] | undefined;
961
959
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -979,7 +977,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
979
977
  uniqid: string;
980
978
  content: {
981
979
  uri?: string | undefined;
982
- limit?: number | undefined;
980
+ limit?: number | boolean | undefined;
983
981
  tableColumnsData?: {
984
982
  name?: string | undefined;
985
983
  label?: string | undefined;
@@ -997,7 +995,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
997
995
  tableSizedColumns?: boolean | undefined;
998
996
  tableSizedColumnsWidth?: number | undefined;
999
997
  };
1000
- })>[] | undefined;
998
+ }) | ({
999
+ layers?: string[] | undefined;
1000
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1001
1001
  }, {
1002
1002
  type: string;
1003
1003
  id: number;
@@ -1053,8 +1053,6 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1053
1053
  } | undefined;
1054
1054
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1055
1055
  layers?: string[] | undefined;
1056
- } & import("./widgets").WidgetApiType) | ({
1057
- layers?: string[] | undefined;
1058
1056
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1059
1057
  layers?: string[] | undefined;
1060
1058
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1078,7 +1076,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1078
1076
  uniqid: string;
1079
1077
  content: {
1080
1078
  uri?: string | undefined;
1081
- limit?: number | undefined;
1079
+ limit?: number | boolean | undefined;
1082
1080
  tableColumnsData?: {
1083
1081
  name?: string | undefined;
1084
1082
  label?: string | undefined;
@@ -1096,7 +1094,9 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1096
1094
  tableSizedColumns?: boolean | undefined;
1097
1095
  tableSizedColumnsWidth?: number | undefined;
1098
1096
  };
1099
- })>[] | undefined;
1097
+ }) | ({
1098
+ layers?: string[] | undefined;
1099
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1100
1100
  }>;
1101
1101
  export type BookableAssetView = z.infer<typeof bookableAssetViewSchema>;
1102
1102
  export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -1246,8 +1246,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1246
1246
  title: z.ZodType<string, z.ZodTypeDef, string>;
1247
1247
  widget: z.ZodType<({
1248
1248
  layers?: string[] | undefined;
1249
- } & import("./widgets").WidgetApiType) | ({
1250
- layers?: string[] | undefined;
1251
1249
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1252
1250
  layers?: string[] | undefined;
1253
1251
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1271,7 +1269,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1271
1269
  uniqid: string;
1272
1270
  content: {
1273
1271
  uri?: string | undefined;
1274
- limit?: number | undefined;
1272
+ limit?: number | boolean | undefined;
1275
1273
  tableColumnsData?: {
1276
1274
  name?: string | undefined;
1277
1275
  label?: string | undefined;
@@ -1289,9 +1287,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1289
1287
  tableSizedColumns?: boolean | undefined;
1290
1288
  tableSizedColumnsWidth?: number | undefined;
1291
1289
  };
1292
- }), z.ZodTypeDef, ({
1290
+ }) | ({
1293
1291
  layers?: string[] | undefined;
1294
- } & import("./widgets").WidgetApiType) | ({
1292
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1295
1293
  layers?: string[] | undefined;
1296
1294
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1297
1295
  layers?: string[] | undefined;
@@ -1316,7 +1314,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1316
1314
  uniqid: string;
1317
1315
  content: {
1318
1316
  uri?: string | undefined;
1319
- limit?: number | undefined;
1317
+ limit?: number | boolean | undefined;
1320
1318
  tableColumnsData?: {
1321
1319
  name?: string | undefined;
1322
1320
  label?: string | undefined;
@@ -1334,11 +1332,11 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1334
1332
  tableSizedColumns?: boolean | undefined;
1335
1333
  tableSizedColumnsWidth?: number | undefined;
1336
1334
  };
1337
- })>;
1335
+ }) | ({
1336
+ layers?: string[] | undefined;
1337
+ } & import("./widgets").WidgetPresenceType)>;
1338
1338
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1339
1339
  layers?: string[] | undefined;
1340
- } & import("./widgets").WidgetApiType) | ({
1341
- layers?: string[] | undefined;
1342
1340
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1343
1341
  layers?: string[] | undefined;
1344
1342
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1362,7 +1360,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1362
1360
  uniqid: string;
1363
1361
  content: {
1364
1362
  uri?: string | undefined;
1365
- limit?: number | undefined;
1363
+ limit?: number | boolean | undefined;
1366
1364
  tableColumnsData?: {
1367
1365
  name?: string | undefined;
1368
1366
  label?: string | undefined;
@@ -1380,9 +1378,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1380
1378
  tableSizedColumns?: boolean | undefined;
1381
1379
  tableSizedColumnsWidth?: number | undefined;
1382
1380
  };
1383
- })>, import("./widgets").WidgetWrapperGeneric<({
1381
+ }) | ({
1384
1382
  layers?: string[] | undefined;
1385
- } & import("./widgets").WidgetApiType) | ({
1383
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1386
1384
  layers?: string[] | undefined;
1387
1385
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1388
1386
  layers?: string[] | undefined;
@@ -1407,7 +1405,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1407
1405
  uniqid: string;
1408
1406
  content: {
1409
1407
  uri?: string | undefined;
1410
- limit?: number | undefined;
1408
+ limit?: number | boolean | undefined;
1411
1409
  tableColumnsData?: {
1412
1410
  name?: string | undefined;
1413
1411
  label?: string | undefined;
@@ -1425,7 +1423,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1425
1423
  tableSizedColumns?: boolean | undefined;
1426
1424
  tableSizedColumnsWidth?: number | undefined;
1427
1425
  };
1428
- })>>, "many">>;
1426
+ }) | ({
1427
+ layers?: string[] | undefined;
1428
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1429
1429
  }>, {
1430
1430
  dateStart: z.ZodString;
1431
1431
  dateEnd: z.ZodString;
@@ -1577,8 +1577,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1577
1577
  title: z.ZodType<string, z.ZodTypeDef, string>;
1578
1578
  widget: z.ZodType<({
1579
1579
  layers?: string[] | undefined;
1580
- } & import("./widgets").WidgetApiType) | ({
1581
- layers?: string[] | undefined;
1582
1580
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1583
1581
  layers?: string[] | undefined;
1584
1582
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1602,7 +1600,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1602
1600
  uniqid: string;
1603
1601
  content: {
1604
1602
  uri?: string | undefined;
1605
- limit?: number | undefined;
1603
+ limit?: number | boolean | undefined;
1606
1604
  tableColumnsData?: {
1607
1605
  name?: string | undefined;
1608
1606
  label?: string | undefined;
@@ -1620,9 +1618,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1620
1618
  tableSizedColumns?: boolean | undefined;
1621
1619
  tableSizedColumnsWidth?: number | undefined;
1622
1620
  };
1623
- }), z.ZodTypeDef, ({
1621
+ }) | ({
1624
1622
  layers?: string[] | undefined;
1625
- } & import("./widgets").WidgetApiType) | ({
1623
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1626
1624
  layers?: string[] | undefined;
1627
1625
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1628
1626
  layers?: string[] | undefined;
@@ -1647,7 +1645,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1647
1645
  uniqid: string;
1648
1646
  content: {
1649
1647
  uri?: string | undefined;
1650
- limit?: number | undefined;
1648
+ limit?: number | boolean | undefined;
1651
1649
  tableColumnsData?: {
1652
1650
  name?: string | undefined;
1653
1651
  label?: string | undefined;
@@ -1665,11 +1663,11 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1665
1663
  tableSizedColumns?: boolean | undefined;
1666
1664
  tableSizedColumnsWidth?: number | undefined;
1667
1665
  };
1668
- })>;
1666
+ }) | ({
1667
+ layers?: string[] | undefined;
1668
+ } & import("./widgets").WidgetPresenceType)>;
1669
1669
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1670
1670
  layers?: string[] | undefined;
1671
- } & import("./widgets").WidgetApiType) | ({
1672
- layers?: string[] | undefined;
1673
1671
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1674
1672
  layers?: string[] | undefined;
1675
1673
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1693,7 +1691,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1693
1691
  uniqid: string;
1694
1692
  content: {
1695
1693
  uri?: string | undefined;
1696
- limit?: number | undefined;
1694
+ limit?: number | boolean | undefined;
1697
1695
  tableColumnsData?: {
1698
1696
  name?: string | undefined;
1699
1697
  label?: string | undefined;
@@ -1711,9 +1709,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1711
1709
  tableSizedColumns?: boolean | undefined;
1712
1710
  tableSizedColumnsWidth?: number | undefined;
1713
1711
  };
1714
- })>, import("./widgets").WidgetWrapperGeneric<({
1712
+ }) | ({
1715
1713
  layers?: string[] | undefined;
1716
- } & import("./widgets").WidgetApiType) | ({
1714
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1717
1715
  layers?: string[] | undefined;
1718
1716
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1719
1717
  layers?: string[] | undefined;
@@ -1738,7 +1736,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1738
1736
  uniqid: string;
1739
1737
  content: {
1740
1738
  uri?: string | undefined;
1741
- limit?: number | undefined;
1739
+ limit?: number | boolean | undefined;
1742
1740
  tableColumnsData?: {
1743
1741
  name?: string | undefined;
1744
1742
  label?: string | undefined;
@@ -1756,7 +1754,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1756
1754
  tableSizedColumns?: boolean | undefined;
1757
1755
  tableSizedColumnsWidth?: number | undefined;
1758
1756
  };
1759
- })>>, "many">>;
1757
+ }) | ({
1758
+ layers?: string[] | undefined;
1759
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1760
1760
  }>, {
1761
1761
  _isColorDark: z.ZodNullable<z.ZodBoolean>;
1762
1762
  assetPlannerBackgroundColor: z.ZodNullable<z.ZodString>;
@@ -1810,8 +1810,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1810
1810
  } | undefined;
1811
1811
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1812
1812
  layers?: string[] | undefined;
1813
- } & import("./widgets").WidgetApiType) | ({
1814
- layers?: string[] | undefined;
1815
1813
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1816
1814
  layers?: string[] | undefined;
1817
1815
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1835,7 +1833,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1835
1833
  uniqid: string;
1836
1834
  content: {
1837
1835
  uri?: string | undefined;
1838
- limit?: number | undefined;
1836
+ limit?: number | boolean | undefined;
1839
1837
  tableColumnsData?: {
1840
1838
  name?: string | undefined;
1841
1839
  label?: string | undefined;
@@ -1853,7 +1851,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1853
1851
  tableSizedColumns?: boolean | undefined;
1854
1852
  tableSizedColumnsWidth?: number | undefined;
1855
1853
  };
1856
- })>[] | undefined;
1854
+ }) | ({
1855
+ layers?: string[] | undefined;
1856
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1857
1857
  }, {
1858
1858
  type: string;
1859
1859
  id: number;
@@ -1904,8 +1904,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1904
1904
  } | undefined;
1905
1905
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1906
1906
  layers?: string[] | undefined;
1907
- } & import("./widgets").WidgetApiType) | ({
1908
- layers?: string[] | undefined;
1909
1907
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1910
1908
  layers?: string[] | undefined;
1911
1909
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1929,7 +1927,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1929
1927
  uniqid: string;
1930
1928
  content: {
1931
1929
  uri?: string | undefined;
1932
- limit?: number | undefined;
1930
+ limit?: number | boolean | undefined;
1933
1931
  tableColumnsData?: {
1934
1932
  name?: string | undefined;
1935
1933
  label?: string | undefined;
@@ -1947,7 +1945,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1947
1945
  tableSizedColumns?: boolean | undefined;
1948
1946
  tableSizedColumnsWidth?: number | undefined;
1949
1947
  };
1950
- })>[] | undefined;
1948
+ }) | ({
1949
+ layers?: string[] | undefined;
1950
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1951
1951
  }>;
1952
1952
  }>, "strip", z.ZodTypeAny, {
1953
1953
  type: string;
@@ -2043,8 +2043,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2043
2043
  } | undefined;
2044
2044
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2045
2045
  layers?: string[] | undefined;
2046
- } & import("./widgets").WidgetApiType) | ({
2047
- layers?: string[] | undefined;
2048
2046
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2049
2047
  layers?: string[] | undefined;
2050
2048
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2068,7 +2066,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2068
2066
  uniqid: string;
2069
2067
  content: {
2070
2068
  uri?: string | undefined;
2071
- limit?: number | undefined;
2069
+ limit?: number | boolean | undefined;
2072
2070
  tableColumnsData?: {
2073
2071
  name?: string | undefined;
2074
2072
  label?: string | undefined;
@@ -2086,7 +2084,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2086
2084
  tableSizedColumns?: boolean | undefined;
2087
2085
  tableSizedColumnsWidth?: number | undefined;
2088
2086
  };
2089
- })>[] | undefined;
2087
+ }) | ({
2088
+ layers?: string[] | undefined;
2089
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
2090
2090
  };
2091
2091
  description?: string | null | undefined;
2092
2092
  image?: {
@@ -2095,8 +2095,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2095
2095
  } | undefined;
2096
2096
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2097
2097
  layers?: string[] | undefined;
2098
- } & import("./widgets").WidgetApiType) | ({
2099
- layers?: string[] | undefined;
2100
2098
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2101
2099
  layers?: string[] | undefined;
2102
2100
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2120,7 +2118,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2120
2118
  uniqid: string;
2121
2119
  content: {
2122
2120
  uri?: string | undefined;
2123
- limit?: number | undefined;
2121
+ limit?: number | boolean | undefined;
2124
2122
  tableColumnsData?: {
2125
2123
  name?: string | undefined;
2126
2124
  label?: string | undefined;
@@ -2138,7 +2136,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2138
2136
  tableSizedColumns?: boolean | undefined;
2139
2137
  tableSizedColumnsWidth?: number | undefined;
2140
2138
  };
2141
- })>[] | undefined;
2139
+ }) | ({
2140
+ layers?: string[] | undefined;
2141
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
2142
2142
  }, {
2143
2143
  type: string;
2144
2144
  id: number;
@@ -2233,8 +2233,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2233
2233
  } | undefined;
2234
2234
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2235
2235
  layers?: string[] | undefined;
2236
- } & import("./widgets").WidgetApiType) | ({
2237
- layers?: string[] | undefined;
2238
2236
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2239
2237
  layers?: string[] | undefined;
2240
2238
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2258,7 +2256,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2258
2256
  uniqid: string;
2259
2257
  content: {
2260
2258
  uri?: string | undefined;
2261
- limit?: number | undefined;
2259
+ limit?: number | boolean | undefined;
2262
2260
  tableColumnsData?: {
2263
2261
  name?: string | undefined;
2264
2262
  label?: string | undefined;
@@ -2276,7 +2274,9 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2276
2274
  tableSizedColumns?: boolean | undefined;
2277
2275
  tableSizedColumnsWidth?: number | undefined;
2278
2276
  };
2279
- })>[] | undefined;
2277
+ }) | ({
2278
+ layers?: string[] | undefined;
2279
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
2280
2280
  };
2281
2281
  description?: string | null | undefined;
2282
2282
  image?: {
@@ -2285,8 +2285,6 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2285
2285
  } | undefined;
2286
2286
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
2287
2287
  layers?: string[] | undefined;
2288
- } & import("./widgets").WidgetApiType) | ({
2289
- layers?: string[] | undefined;
2290
2288
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2291
2289
  layers?: string[] | undefined;
2292
2290
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2310,7 +2308,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2310
2308
  uniqid: string;
2311
2309
  content: {
2312
2310
  uri?: string | undefined;
2313
- limit?: number | undefined;
2311
+ limit?: number | boolean | undefined;
2314
2312
  tableColumnsData?: {
2315
2313
  name?: string | undefined;
2316
2314
  label?: string | undefined;
@@ -2328,6 +2326,8 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2328
2326
  tableSizedColumns?: boolean | undefined;
2329
2327
  tableSizedColumnsWidth?: number | undefined;
2330
2328
  };
2331
- })>[] | undefined;
2329
+ }) | ({
2330
+ layers?: string[] | undefined;
2331
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
2332
2332
  }>;
2333
2333
  export type ReservationList = z.infer<typeof reservationListSchema>;