jamespot-user-api 1.0.182 → 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 (111) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  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 -0
  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/jest.config.ts +1 -1
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/src/apis/admin/license.d.ts +2 -2
  61. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  62. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  63. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  64. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
  65. package/lib/src/apis/widget/widget.d.ts +20 -3
  66. package/lib/src/apis/widget/widget.mock.d.ts +5 -1
  67. package/lib/src/types/article.d.ts +216 -216
  68. package/lib/src/types/asei.d.ts +22 -22
  69. package/lib/src/types/assetReservation.d.ts +96 -96
  70. package/lib/src/types/businessContact.d.ts +14 -14
  71. package/lib/src/types/comment.d.ts +22 -22
  72. package/lib/src/types/faq.d.ts +118 -118
  73. package/lib/src/types/group.d.ts +5 -6
  74. package/lib/src/types/hook.d.ts +6 -6
  75. package/lib/src/types/index.d.ts +1 -1
  76. package/lib/src/types/jLand.d.ts +36 -36
  77. package/lib/src/types/mediaLibrary.d.ts +22 -22
  78. package/lib/src/types/meeting.d.ts +66 -66
  79. package/lib/src/types/pollSurvey.d.ts +66 -66
  80. package/lib/src/types/quizz.d.ts +66 -66
  81. package/lib/src/types/realtime.d.ts +15 -3
  82. package/lib/src/types/socialEvent.d.ts +66 -66
  83. package/lib/src/types/support.d.ts +66 -66
  84. package/lib/src/types/surveyDate.d.ts +66 -66
  85. package/lib/src/types/tvDisplay.d.ts +560 -560
  86. package/lib/src/types/widgets/common.d.ts +5 -3
  87. package/lib/src/types/widgets/default.d.ts +149 -99
  88. package/lib/src/types/widgets/ensure.d.ts +58 -0
  89. package/lib/src/types/widgets/ensure.test.d.ts +1 -0
  90. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
  91. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
  92. package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
  93. package/lib/src/types/widgets.d.ts +944 -288
  94. package/lib/src/util/group.d.ts +112 -0
  95. package/lib/src/util/widget.d.ts +6 -9
  96. package/package.json +6 -2
  97. package/phpunitMock/adminApps-success.json +270 -0
  98. package/phpunitMock/articleGet-with-widgets.json +2 -1
  99. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  100. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  101. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  102. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  103. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  104. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  105. package/phpunitMock/widgetPresenceCancel-default.json +1 -0
  106. package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
  107. package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
  108. package/phpunitMock/widgetPresenceRespond-available.json +1 -0
  109. package/documentation/enums/_GroupModerateStatus.html +0 -1
  110. package/lib/src/types/widgets/widgetApi.d.ts +0 -24
  111. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -146,8 +146,6 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
146
146
  title: z.ZodType<string, z.ZodTypeDef, string>;
147
147
  widget: z.ZodType<({
148
148
  layers?: string[] | undefined;
149
- } & import("./widgets").WidgetApiType) | ({
150
- layers?: string[] | undefined;
151
149
  } & import("./widgets").WidgetArticleAttachmentType) | ({
152
150
  layers?: string[] | undefined;
153
151
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -171,7 +169,7 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
171
169
  uniqid: string;
172
170
  content: {
173
171
  uri?: string | undefined;
174
- limit?: number | undefined;
172
+ limit?: number | boolean | undefined;
175
173
  tableColumnsData?: {
176
174
  name?: string | undefined;
177
175
  label?: string | undefined;
@@ -189,9 +187,9 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
189
187
  tableSizedColumns?: boolean | undefined;
190
188
  tableSizedColumnsWidth?: number | undefined;
191
189
  };
192
- }), z.ZodTypeDef, ({
190
+ }) | ({
193
191
  layers?: string[] | undefined;
194
- } & import("./widgets").WidgetApiType) | ({
192
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
195
193
  layers?: string[] | undefined;
196
194
  } & import("./widgets").WidgetArticleAttachmentType) | ({
197
195
  layers?: string[] | undefined;
@@ -216,7 +214,7 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
216
214
  uniqid: string;
217
215
  content: {
218
216
  uri?: string | undefined;
219
- limit?: number | undefined;
217
+ limit?: number | boolean | undefined;
220
218
  tableColumnsData?: {
221
219
  name?: string | undefined;
222
220
  label?: string | undefined;
@@ -234,11 +232,11 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
234
232
  tableSizedColumns?: boolean | undefined;
235
233
  tableSizedColumnsWidth?: number | undefined;
236
234
  };
237
- })>;
235
+ }) | ({
236
+ layers?: string[] | undefined;
237
+ } & import("./widgets").WidgetPresenceType)>;
238
238
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
239
239
  layers?: string[] | undefined;
240
- } & import("./widgets").WidgetApiType) | ({
241
- layers?: string[] | undefined;
242
240
  } & import("./widgets").WidgetArticleAttachmentType) | ({
243
241
  layers?: string[] | undefined;
244
242
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -262,7 +260,7 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
262
260
  uniqid: string;
263
261
  content: {
264
262
  uri?: string | undefined;
265
- limit?: number | undefined;
263
+ limit?: number | boolean | undefined;
266
264
  tableColumnsData?: {
267
265
  name?: string | undefined;
268
266
  label?: string | undefined;
@@ -280,9 +278,9 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
280
278
  tableSizedColumns?: boolean | undefined;
281
279
  tableSizedColumnsWidth?: number | undefined;
282
280
  };
283
- })>, import("./widgets").WidgetWrapperGeneric<({
281
+ }) | ({
284
282
  layers?: string[] | undefined;
285
- } & import("./widgets").WidgetApiType) | ({
283
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
286
284
  layers?: string[] | undefined;
287
285
  } & import("./widgets").WidgetArticleAttachmentType) | ({
288
286
  layers?: string[] | undefined;
@@ -307,7 +305,7 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
307
305
  uniqid: string;
308
306
  content: {
309
307
  uri?: string | undefined;
310
- limit?: number | undefined;
308
+ limit?: number | boolean | undefined;
311
309
  tableColumnsData?: {
312
310
  name?: string | undefined;
313
311
  label?: string | undefined;
@@ -325,7 +323,9 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
325
323
  tableSizedColumns?: boolean | undefined;
326
324
  tableSizedColumnsWidth?: number | undefined;
327
325
  };
328
- })>>, "many">>;
326
+ }) | ({
327
+ layers?: string[] | undefined;
328
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
329
329
  }>, {
330
330
  place: z.ZodString;
331
331
  address: z.ZodString;
@@ -385,8 +385,6 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
385
385
  } | undefined;
386
386
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
387
387
  layers?: string[] | undefined;
388
- } & import("./widgets").WidgetApiType) | ({
389
- layers?: string[] | undefined;
390
388
  } & import("./widgets").WidgetArticleAttachmentType) | ({
391
389
  layers?: string[] | undefined;
392
390
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -410,7 +408,7 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
410
408
  uniqid: string;
411
409
  content: {
412
410
  uri?: string | undefined;
413
- limit?: number | undefined;
411
+ limit?: number | boolean | undefined;
414
412
  tableColumnsData?: {
415
413
  name?: string | undefined;
416
414
  label?: string | undefined;
@@ -428,7 +426,9 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
428
426
  tableSizedColumns?: boolean | undefined;
429
427
  tableSizedColumnsWidth?: number | undefined;
430
428
  };
431
- })>[] | undefined;
429
+ }) | ({
430
+ layers?: string[] | undefined;
431
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
432
432
  }, {
433
433
  type: string;
434
434
  id: number;
@@ -482,8 +482,6 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
482
482
  } | undefined;
483
483
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
484
484
  layers?: string[] | undefined;
485
- } & import("./widgets").WidgetApiType) | ({
486
- layers?: string[] | undefined;
487
485
  } & import("./widgets").WidgetArticleAttachmentType) | ({
488
486
  layers?: string[] | undefined;
489
487
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -507,7 +505,7 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
507
505
  uniqid: string;
508
506
  content: {
509
507
  uri?: string | undefined;
510
- limit?: number | undefined;
508
+ limit?: number | boolean | undefined;
511
509
  tableColumnsData?: {
512
510
  name?: string | undefined;
513
511
  label?: string | undefined;
@@ -525,7 +523,9 @@ export declare const jSocialEventListSchema: z.ZodObject<z.objectUtil.extendShap
525
523
  tableSizedColumns?: boolean | undefined;
526
524
  tableSizedColumnsWidth?: number | undefined;
527
525
  };
528
- })>[] | undefined;
526
+ }) | ({
527
+ layers?: string[] | undefined;
528
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
529
529
  }>;
530
530
  export type jSocialEventList = z.infer<typeof jSocialEventListSchema>;
531
531
  export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -675,8 +675,6 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
675
675
  title: z.ZodType<string, z.ZodTypeDef, string>;
676
676
  widget: z.ZodType<({
677
677
  layers?: string[] | undefined;
678
- } & import("./widgets").WidgetApiType) | ({
679
- layers?: string[] | undefined;
680
678
  } & import("./widgets").WidgetArticleAttachmentType) | ({
681
679
  layers?: string[] | undefined;
682
680
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -700,7 +698,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
700
698
  uniqid: string;
701
699
  content: {
702
700
  uri?: string | undefined;
703
- limit?: number | undefined;
701
+ limit?: number | boolean | undefined;
704
702
  tableColumnsData?: {
705
703
  name?: string | undefined;
706
704
  label?: string | undefined;
@@ -718,9 +716,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
718
716
  tableSizedColumns?: boolean | undefined;
719
717
  tableSizedColumnsWidth?: number | undefined;
720
718
  };
721
- }), z.ZodTypeDef, ({
719
+ }) | ({
722
720
  layers?: string[] | undefined;
723
- } & import("./widgets").WidgetApiType) | ({
721
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
724
722
  layers?: string[] | undefined;
725
723
  } & import("./widgets").WidgetArticleAttachmentType) | ({
726
724
  layers?: string[] | undefined;
@@ -745,7 +743,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
745
743
  uniqid: string;
746
744
  content: {
747
745
  uri?: string | undefined;
748
- limit?: number | undefined;
746
+ limit?: number | boolean | undefined;
749
747
  tableColumnsData?: {
750
748
  name?: string | undefined;
751
749
  label?: string | undefined;
@@ -763,11 +761,11 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
763
761
  tableSizedColumns?: boolean | undefined;
764
762
  tableSizedColumnsWidth?: number | undefined;
765
763
  };
766
- })>;
764
+ }) | ({
765
+ layers?: string[] | undefined;
766
+ } & import("./widgets").WidgetPresenceType)>;
767
767
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
768
768
  layers?: string[] | undefined;
769
- } & import("./widgets").WidgetApiType) | ({
770
- layers?: string[] | undefined;
771
769
  } & import("./widgets").WidgetArticleAttachmentType) | ({
772
770
  layers?: string[] | undefined;
773
771
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -791,7 +789,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
791
789
  uniqid: string;
792
790
  content: {
793
791
  uri?: string | undefined;
794
- limit?: number | undefined;
792
+ limit?: number | boolean | undefined;
795
793
  tableColumnsData?: {
796
794
  name?: string | undefined;
797
795
  label?: string | undefined;
@@ -809,9 +807,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
809
807
  tableSizedColumns?: boolean | undefined;
810
808
  tableSizedColumnsWidth?: number | undefined;
811
809
  };
812
- })>, import("./widgets").WidgetWrapperGeneric<({
810
+ }) | ({
813
811
  layers?: string[] | undefined;
814
- } & import("./widgets").WidgetApiType) | ({
812
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
815
813
  layers?: string[] | undefined;
816
814
  } & import("./widgets").WidgetArticleAttachmentType) | ({
817
815
  layers?: string[] | undefined;
@@ -836,7 +834,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
836
834
  uniqid: string;
837
835
  content: {
838
836
  uri?: string | undefined;
839
- limit?: number | undefined;
837
+ limit?: number | boolean | undefined;
840
838
  tableColumnsData?: {
841
839
  name?: string | undefined;
842
840
  label?: string | undefined;
@@ -854,7 +852,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
854
852
  tableSizedColumns?: boolean | undefined;
855
853
  tableSizedColumnsWidth?: number | undefined;
856
854
  };
857
- })>>, "many">>;
855
+ }) | ({
856
+ layers?: string[] | undefined;
857
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
858
858
  }>, {
859
859
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
860
860
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -958,8 +958,6 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
958
958
  } | undefined;
959
959
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
960
960
  layers?: string[] | undefined;
961
- } & import("./widgets").WidgetApiType) | ({
962
- layers?: string[] | undefined;
963
961
  } & import("./widgets").WidgetArticleAttachmentType) | ({
964
962
  layers?: string[] | undefined;
965
963
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -983,7 +981,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
983
981
  uniqid: string;
984
982
  content: {
985
983
  uri?: string | undefined;
986
- limit?: number | undefined;
984
+ limit?: number | boolean | undefined;
987
985
  tableColumnsData?: {
988
986
  name?: string | undefined;
989
987
  label?: string | undefined;
@@ -1001,7 +999,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1001
999
  tableSizedColumns?: boolean | undefined;
1002
1000
  tableSizedColumnsWidth?: number | undefined;
1003
1001
  };
1004
- })>[] | undefined;
1002
+ }) | ({
1003
+ layers?: string[] | undefined;
1004
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1005
1005
  }, {
1006
1006
  type: string;
1007
1007
  id: number;
@@ -1063,8 +1063,6 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1063
1063
  } | undefined;
1064
1064
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1065
1065
  layers?: string[] | undefined;
1066
- } & import("./widgets").WidgetApiType) | ({
1067
- layers?: string[] | undefined;
1068
1066
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1069
1067
  layers?: string[] | undefined;
1070
1068
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1088,7 +1086,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1088
1086
  uniqid: string;
1089
1087
  content: {
1090
1088
  uri?: string | undefined;
1091
- limit?: number | undefined;
1089
+ limit?: number | boolean | undefined;
1092
1090
  tableColumnsData?: {
1093
1091
  name?: string | undefined;
1094
1092
  label?: string | undefined;
@@ -1106,7 +1104,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1106
1104
  tableSizedColumns?: boolean | undefined;
1107
1105
  tableSizedColumnsWidth?: number | undefined;
1108
1106
  };
1109
- })>[] | undefined;
1107
+ }) | ({
1108
+ layers?: string[] | undefined;
1109
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1110
1110
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1111
1111
  id: z.ZodType<number, z.ZodTypeDef, number>;
1112
1112
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1254,8 +1254,6 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1254
1254
  title: z.ZodType<string, z.ZodTypeDef, string>;
1255
1255
  widget: z.ZodType<({
1256
1256
  layers?: string[] | undefined;
1257
- } & import("./widgets").WidgetApiType) | ({
1258
- layers?: string[] | undefined;
1259
1257
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1260
1258
  layers?: string[] | undefined;
1261
1259
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1279,7 +1277,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1279
1277
  uniqid: string;
1280
1278
  content: {
1281
1279
  uri?: string | undefined;
1282
- limit?: number | undefined;
1280
+ limit?: number | boolean | undefined;
1283
1281
  tableColumnsData?: {
1284
1282
  name?: string | undefined;
1285
1283
  label?: string | undefined;
@@ -1297,9 +1295,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1297
1295
  tableSizedColumns?: boolean | undefined;
1298
1296
  tableSizedColumnsWidth?: number | undefined;
1299
1297
  };
1300
- }), z.ZodTypeDef, ({
1298
+ }) | ({
1301
1299
  layers?: string[] | undefined;
1302
- } & import("./widgets").WidgetApiType) | ({
1300
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1303
1301
  layers?: string[] | undefined;
1304
1302
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1305
1303
  layers?: string[] | undefined;
@@ -1324,7 +1322,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1324
1322
  uniqid: string;
1325
1323
  content: {
1326
1324
  uri?: string | undefined;
1327
- limit?: number | undefined;
1325
+ limit?: number | boolean | undefined;
1328
1326
  tableColumnsData?: {
1329
1327
  name?: string | undefined;
1330
1328
  label?: string | undefined;
@@ -1342,11 +1340,11 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1342
1340
  tableSizedColumns?: boolean | undefined;
1343
1341
  tableSizedColumnsWidth?: number | undefined;
1344
1342
  };
1345
- })>;
1343
+ }) | ({
1344
+ layers?: string[] | undefined;
1345
+ } & import("./widgets").WidgetPresenceType)>;
1346
1346
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1347
1347
  layers?: string[] | undefined;
1348
- } & import("./widgets").WidgetApiType) | ({
1349
- layers?: string[] | undefined;
1350
1348
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1351
1349
  layers?: string[] | undefined;
1352
1350
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1370,7 +1368,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1370
1368
  uniqid: string;
1371
1369
  content: {
1372
1370
  uri?: string | undefined;
1373
- limit?: number | undefined;
1371
+ limit?: number | boolean | undefined;
1374
1372
  tableColumnsData?: {
1375
1373
  name?: string | undefined;
1376
1374
  label?: string | undefined;
@@ -1388,9 +1386,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1388
1386
  tableSizedColumns?: boolean | undefined;
1389
1387
  tableSizedColumnsWidth?: number | undefined;
1390
1388
  };
1391
- })>, import("./widgets").WidgetWrapperGeneric<({
1389
+ }) | ({
1392
1390
  layers?: string[] | undefined;
1393
- } & import("./widgets").WidgetApiType) | ({
1391
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1394
1392
  layers?: string[] | undefined;
1395
1393
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1396
1394
  layers?: string[] | undefined;
@@ -1415,7 +1413,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1415
1413
  uniqid: string;
1416
1414
  content: {
1417
1415
  uri?: string | undefined;
1418
- limit?: number | undefined;
1416
+ limit?: number | boolean | undefined;
1419
1417
  tableColumnsData?: {
1420
1418
  name?: string | undefined;
1421
1419
  label?: string | undefined;
@@ -1433,7 +1431,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1433
1431
  tableSizedColumns?: boolean | undefined;
1434
1432
  tableSizedColumnsWidth?: number | undefined;
1435
1433
  };
1436
- })>>, "many">>;
1434
+ }) | ({
1435
+ layers?: string[] | undefined;
1436
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1437
1437
  }>, {
1438
1438
  place: z.ZodString;
1439
1439
  address: z.ZodString;
@@ -1493,8 +1493,6 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1493
1493
  } | undefined;
1494
1494
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1495
1495
  layers?: string[] | undefined;
1496
- } & import("./widgets").WidgetApiType) | ({
1497
- layers?: string[] | undefined;
1498
1496
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1499
1497
  layers?: string[] | undefined;
1500
1498
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1518,7 +1516,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1518
1516
  uniqid: string;
1519
1517
  content: {
1520
1518
  uri?: string | undefined;
1521
- limit?: number | undefined;
1519
+ limit?: number | boolean | undefined;
1522
1520
  tableColumnsData?: {
1523
1521
  name?: string | undefined;
1524
1522
  label?: string | undefined;
@@ -1536,7 +1534,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1536
1534
  tableSizedColumns?: boolean | undefined;
1537
1535
  tableSizedColumnsWidth?: number | undefined;
1538
1536
  };
1539
- })>[] | undefined;
1537
+ }) | ({
1538
+ layers?: string[] | undefined;
1539
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1540
1540
  }, {
1541
1541
  type: string;
1542
1542
  id: number;
@@ -1590,8 +1590,6 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1590
1590
  } | undefined;
1591
1591
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1592
1592
  layers?: string[] | undefined;
1593
- } & import("./widgets").WidgetApiType) | ({
1594
- layers?: string[] | undefined;
1595
1593
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1596
1594
  layers?: string[] | undefined;
1597
1595
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1615,7 +1613,7 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1615
1613
  uniqid: string;
1616
1614
  content: {
1617
1615
  uri?: string | undefined;
1618
- limit?: number | undefined;
1616
+ limit?: number | boolean | undefined;
1619
1617
  tableColumnsData?: {
1620
1618
  name?: string | undefined;
1621
1619
  label?: string | undefined;
@@ -1633,7 +1631,9 @@ export declare const jSocialEventViewSchema: z.ZodIntersection<z.ZodIntersection
1633
1631
  tableSizedColumns?: boolean | undefined;
1634
1632
  tableSizedColumnsWidth?: number | undefined;
1635
1633
  };
1636
- })>[] | undefined;
1634
+ }) | ({
1635
+ layers?: string[] | undefined;
1636
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1637
1637
  }>>, z.ZodObject<{
1638
1638
  allDay: z.ZodNull;
1639
1639
  useQrcode: z.ZodNull;