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
@@ -146,8 +146,6 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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 jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
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
  anonymousResponse: z.ZodNull;
331
331
  multipleResponse: z.ZodNumber;
@@ -417,8 +417,6 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
417
417
  } | undefined;
418
418
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
419
419
  layers?: string[] | undefined;
420
- } & import("./widgets").WidgetApiType) | ({
421
- layers?: string[] | undefined;
422
420
  } & import("./widgets").WidgetArticleAttachmentType) | ({
423
421
  layers?: string[] | undefined;
424
422
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -442,7 +440,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
442
440
  uniqid: string;
443
441
  content: {
444
442
  uri?: string | undefined;
445
- limit?: number | undefined;
443
+ limit?: number | boolean | undefined;
446
444
  tableColumnsData?: {
447
445
  name?: string | undefined;
448
446
  label?: string | undefined;
@@ -460,7 +458,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
460
458
  tableSizedColumns?: boolean | undefined;
461
459
  tableSizedColumnsWidth?: number | undefined;
462
460
  };
463
- })>[] | undefined;
461
+ }) | ({
462
+ layers?: string[] | undefined;
463
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
464
464
  }, {
465
465
  type: string;
466
466
  status: {
@@ -523,8 +523,6 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
523
523
  } | undefined;
524
524
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
525
525
  layers?: string[] | undefined;
526
- } & import("./widgets").WidgetApiType) | ({
527
- layers?: string[] | undefined;
528
526
  } & import("./widgets").WidgetArticleAttachmentType) | ({
529
527
  layers?: string[] | undefined;
530
528
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -548,7 +546,7 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
548
546
  uniqid: string;
549
547
  content: {
550
548
  uri?: string | undefined;
551
- limit?: number | undefined;
549
+ limit?: number | boolean | undefined;
552
550
  tableColumnsData?: {
553
551
  name?: string | undefined;
554
552
  label?: string | undefined;
@@ -566,7 +564,9 @@ export declare const jPollSurveyListSchema: z.ZodObject<z.objectUtil.extendShape
566
564
  tableSizedColumns?: boolean | undefined;
567
565
  tableSizedColumnsWidth?: number | undefined;
568
566
  };
569
- })>[] | undefined;
567
+ }) | ({
568
+ layers?: string[] | undefined;
569
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
570
570
  }>;
571
571
  export type jPollSurveyList = z.infer<typeof jPollSurveyListSchema>;
572
572
  export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -716,8 +716,6 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
716
716
  title: z.ZodType<string, z.ZodTypeDef, string>;
717
717
  widget: z.ZodType<({
718
718
  layers?: string[] | undefined;
719
- } & import("./widgets").WidgetApiType) | ({
720
- layers?: string[] | undefined;
721
719
  } & import("./widgets").WidgetArticleAttachmentType) | ({
722
720
  layers?: string[] | undefined;
723
721
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -741,7 +739,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
741
739
  uniqid: string;
742
740
  content: {
743
741
  uri?: string | undefined;
744
- limit?: number | undefined;
742
+ limit?: number | boolean | undefined;
745
743
  tableColumnsData?: {
746
744
  name?: string | undefined;
747
745
  label?: string | undefined;
@@ -759,9 +757,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
759
757
  tableSizedColumns?: boolean | undefined;
760
758
  tableSizedColumnsWidth?: number | undefined;
761
759
  };
762
- }), z.ZodTypeDef, ({
760
+ }) | ({
763
761
  layers?: string[] | undefined;
764
- } & import("./widgets").WidgetApiType) | ({
762
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
765
763
  layers?: string[] | undefined;
766
764
  } & import("./widgets").WidgetArticleAttachmentType) | ({
767
765
  layers?: string[] | undefined;
@@ -786,7 +784,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
786
784
  uniqid: string;
787
785
  content: {
788
786
  uri?: string | undefined;
789
- limit?: number | undefined;
787
+ limit?: number | boolean | undefined;
790
788
  tableColumnsData?: {
791
789
  name?: string | undefined;
792
790
  label?: string | undefined;
@@ -804,11 +802,11 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
804
802
  tableSizedColumns?: boolean | undefined;
805
803
  tableSizedColumnsWidth?: number | undefined;
806
804
  };
807
- })>;
805
+ }) | ({
806
+ layers?: string[] | undefined;
807
+ } & import("./widgets").WidgetPresenceType)>;
808
808
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
809
809
  layers?: string[] | undefined;
810
- } & import("./widgets").WidgetApiType) | ({
811
- layers?: string[] | undefined;
812
810
  } & import("./widgets").WidgetArticleAttachmentType) | ({
813
811
  layers?: string[] | undefined;
814
812
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -832,7 +830,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
832
830
  uniqid: string;
833
831
  content: {
834
832
  uri?: string | undefined;
835
- limit?: number | undefined;
833
+ limit?: number | boolean | undefined;
836
834
  tableColumnsData?: {
837
835
  name?: string | undefined;
838
836
  label?: string | undefined;
@@ -850,9 +848,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
850
848
  tableSizedColumns?: boolean | undefined;
851
849
  tableSizedColumnsWidth?: number | undefined;
852
850
  };
853
- })>, import("./widgets").WidgetWrapperGeneric<({
851
+ }) | ({
854
852
  layers?: string[] | undefined;
855
- } & import("./widgets").WidgetApiType) | ({
853
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
856
854
  layers?: string[] | undefined;
857
855
  } & import("./widgets").WidgetArticleAttachmentType) | ({
858
856
  layers?: string[] | undefined;
@@ -877,7 +875,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
877
875
  uniqid: string;
878
876
  content: {
879
877
  uri?: string | undefined;
880
- limit?: number | undefined;
878
+ limit?: number | boolean | undefined;
881
879
  tableColumnsData?: {
882
880
  name?: string | undefined;
883
881
  label?: string | undefined;
@@ -895,7 +893,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
895
893
  tableSizedColumns?: boolean | undefined;
896
894
  tableSizedColumnsWidth?: number | undefined;
897
895
  };
898
- })>>, "many">>;
896
+ }) | ({
897
+ layers?: string[] | undefined;
898
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
899
899
  }>, {
900
900
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
901
901
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -999,8 +999,6 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
999
999
  } | undefined;
1000
1000
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1001
1001
  layers?: string[] | undefined;
1002
- } & import("./widgets").WidgetApiType) | ({
1003
- layers?: string[] | undefined;
1004
1002
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1005
1003
  layers?: string[] | undefined;
1006
1004
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1024,7 +1022,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1024
1022
  uniqid: string;
1025
1023
  content: {
1026
1024
  uri?: string | undefined;
1027
- limit?: number | undefined;
1025
+ limit?: number | boolean | undefined;
1028
1026
  tableColumnsData?: {
1029
1027
  name?: string | undefined;
1030
1028
  label?: string | undefined;
@@ -1042,7 +1040,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1042
1040
  tableSizedColumns?: boolean | undefined;
1043
1041
  tableSizedColumnsWidth?: number | undefined;
1044
1042
  };
1045
- })>[] | undefined;
1043
+ }) | ({
1044
+ layers?: string[] | undefined;
1045
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1046
1046
  }, {
1047
1047
  type: string;
1048
1048
  id: number;
@@ -1104,8 +1104,6 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1104
1104
  } | undefined;
1105
1105
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1106
1106
  layers?: string[] | undefined;
1107
- } & import("./widgets").WidgetApiType) | ({
1108
- layers?: string[] | undefined;
1109
1107
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1110
1108
  layers?: string[] | undefined;
1111
1109
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1129,7 +1127,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1129
1127
  uniqid: string;
1130
1128
  content: {
1131
1129
  uri?: string | undefined;
1132
- limit?: number | undefined;
1130
+ limit?: number | boolean | undefined;
1133
1131
  tableColumnsData?: {
1134
1132
  name?: string | undefined;
1135
1133
  label?: string | undefined;
@@ -1147,7 +1145,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1147
1145
  tableSizedColumns?: boolean | undefined;
1148
1146
  tableSizedColumnsWidth?: number | undefined;
1149
1147
  };
1150
- })>[] | undefined;
1148
+ }) | ({
1149
+ layers?: string[] | undefined;
1150
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1151
1151
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1152
1152
  id: z.ZodType<number, z.ZodTypeDef, number>;
1153
1153
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1295,8 +1295,6 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1295
1295
  title: z.ZodType<string, z.ZodTypeDef, string>;
1296
1296
  widget: z.ZodType<({
1297
1297
  layers?: string[] | undefined;
1298
- } & import("./widgets").WidgetApiType) | ({
1299
- layers?: string[] | undefined;
1300
1298
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1301
1299
  layers?: string[] | undefined;
1302
1300
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1320,7 +1318,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1320
1318
  uniqid: string;
1321
1319
  content: {
1322
1320
  uri?: string | undefined;
1323
- limit?: number | undefined;
1321
+ limit?: number | boolean | undefined;
1324
1322
  tableColumnsData?: {
1325
1323
  name?: string | undefined;
1326
1324
  label?: string | undefined;
@@ -1338,9 +1336,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1338
1336
  tableSizedColumns?: boolean | undefined;
1339
1337
  tableSizedColumnsWidth?: number | undefined;
1340
1338
  };
1341
- }), z.ZodTypeDef, ({
1339
+ }) | ({
1342
1340
  layers?: string[] | undefined;
1343
- } & import("./widgets").WidgetApiType) | ({
1341
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1344
1342
  layers?: string[] | undefined;
1345
1343
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1346
1344
  layers?: string[] | undefined;
@@ -1365,7 +1363,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1365
1363
  uniqid: string;
1366
1364
  content: {
1367
1365
  uri?: string | undefined;
1368
- limit?: number | undefined;
1366
+ limit?: number | boolean | undefined;
1369
1367
  tableColumnsData?: {
1370
1368
  name?: string | undefined;
1371
1369
  label?: string | undefined;
@@ -1383,11 +1381,11 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1383
1381
  tableSizedColumns?: boolean | undefined;
1384
1382
  tableSizedColumnsWidth?: number | undefined;
1385
1383
  };
1386
- })>;
1384
+ }) | ({
1385
+ layers?: string[] | undefined;
1386
+ } & import("./widgets").WidgetPresenceType)>;
1387
1387
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1388
1388
  layers?: string[] | undefined;
1389
- } & import("./widgets").WidgetApiType) | ({
1390
- layers?: string[] | undefined;
1391
1389
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1392
1390
  layers?: string[] | undefined;
1393
1391
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1411,7 +1409,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1411
1409
  uniqid: string;
1412
1410
  content: {
1413
1411
  uri?: string | undefined;
1414
- limit?: number | undefined;
1412
+ limit?: number | boolean | undefined;
1415
1413
  tableColumnsData?: {
1416
1414
  name?: string | undefined;
1417
1415
  label?: string | undefined;
@@ -1429,9 +1427,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1429
1427
  tableSizedColumns?: boolean | undefined;
1430
1428
  tableSizedColumnsWidth?: number | undefined;
1431
1429
  };
1432
- })>, import("./widgets").WidgetWrapperGeneric<({
1430
+ }) | ({
1433
1431
  layers?: string[] | undefined;
1434
- } & import("./widgets").WidgetApiType) | ({
1432
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1435
1433
  layers?: string[] | undefined;
1436
1434
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1437
1435
  layers?: string[] | undefined;
@@ -1456,7 +1454,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1456
1454
  uniqid: string;
1457
1455
  content: {
1458
1456
  uri?: string | undefined;
1459
- limit?: number | undefined;
1457
+ limit?: number | boolean | undefined;
1460
1458
  tableColumnsData?: {
1461
1459
  name?: string | undefined;
1462
1460
  label?: string | undefined;
@@ -1474,7 +1472,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1474
1472
  tableSizedColumns?: boolean | undefined;
1475
1473
  tableSizedColumnsWidth?: number | undefined;
1476
1474
  };
1477
- })>>, "many">>;
1475
+ }) | ({
1476
+ layers?: string[] | undefined;
1477
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1478
1478
  }>, {
1479
1479
  anonymousResponse: z.ZodNull;
1480
1480
  multipleResponse: z.ZodNumber;
@@ -1566,8 +1566,6 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1566
1566
  } | undefined;
1567
1567
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1568
1568
  layers?: string[] | undefined;
1569
- } & import("./widgets").WidgetApiType) | ({
1570
- layers?: string[] | undefined;
1571
1569
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1572
1570
  layers?: string[] | undefined;
1573
1571
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1591,7 +1589,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1591
1589
  uniqid: string;
1592
1590
  content: {
1593
1591
  uri?: string | undefined;
1594
- limit?: number | undefined;
1592
+ limit?: number | boolean | undefined;
1595
1593
  tableColumnsData?: {
1596
1594
  name?: string | undefined;
1597
1595
  label?: string | undefined;
@@ -1609,7 +1607,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1609
1607
  tableSizedColumns?: boolean | undefined;
1610
1608
  tableSizedColumnsWidth?: number | undefined;
1611
1609
  };
1612
- })>[] | undefined;
1610
+ }) | ({
1611
+ layers?: string[] | undefined;
1612
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1613
1613
  }, {
1614
1614
  type: string;
1615
1615
  status: {
@@ -1672,8 +1672,6 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1672
1672
  } | undefined;
1673
1673
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1674
1674
  layers?: string[] | undefined;
1675
- } & import("./widgets").WidgetApiType) | ({
1676
- layers?: string[] | undefined;
1677
1675
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1678
1676
  layers?: string[] | undefined;
1679
1677
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1697,7 +1695,7 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1697
1695
  uniqid: string;
1698
1696
  content: {
1699
1697
  uri?: string | undefined;
1700
- limit?: number | undefined;
1698
+ limit?: number | boolean | undefined;
1701
1699
  tableColumnsData?: {
1702
1700
  name?: string | undefined;
1703
1701
  label?: string | undefined;
@@ -1715,7 +1713,9 @@ export declare const jPollSurveyViewSchema: z.ZodIntersection<z.ZodIntersection<
1715
1713
  tableSizedColumns?: boolean | undefined;
1716
1714
  tableSizedColumnsWidth?: number | undefined;
1717
1715
  };
1718
- })>[] | undefined;
1716
+ }) | ({
1717
+ layers?: string[] | undefined;
1718
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1719
1719
  }>>, z.ZodObject<{
1720
1720
  pollContent: z.ZodNull;
1721
1721
  pollLinks: z.ZodNull;