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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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 jSurveyDateListSchema: 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
  dates: z.ZodArray<z.ZodString, "many">;
331
331
  dateStart: z.ZodNullable<z.ZodString>;
@@ -381,8 +381,6 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
381
381
  } | undefined;
382
382
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
383
383
  layers?: string[] | undefined;
384
- } & import("./widgets").WidgetApiType) | ({
385
- layers?: string[] | undefined;
386
384
  } & import("./widgets").WidgetArticleAttachmentType) | ({
387
385
  layers?: string[] | undefined;
388
386
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -406,7 +404,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
406
404
  uniqid: string;
407
405
  content: {
408
406
  uri?: string | undefined;
409
- limit?: number | undefined;
407
+ limit?: number | boolean | undefined;
410
408
  tableColumnsData?: {
411
409
  name?: string | undefined;
412
410
  label?: string | undefined;
@@ -424,7 +422,9 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
424
422
  tableSizedColumns?: boolean | undefined;
425
423
  tableSizedColumnsWidth?: number | undefined;
426
424
  };
427
- })>[] | undefined;
425
+ }) | ({
426
+ layers?: string[] | undefined;
427
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
428
428
  }, {
429
429
  type: string;
430
430
  id: number;
@@ -476,8 +476,6 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
476
476
  } | undefined;
477
477
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
478
478
  layers?: string[] | undefined;
479
- } & import("./widgets").WidgetApiType) | ({
480
- layers?: string[] | undefined;
481
479
  } & import("./widgets").WidgetArticleAttachmentType) | ({
482
480
  layers?: string[] | undefined;
483
481
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -501,7 +499,7 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
501
499
  uniqid: string;
502
500
  content: {
503
501
  uri?: string | undefined;
504
- limit?: number | undefined;
502
+ limit?: number | boolean | undefined;
505
503
  tableColumnsData?: {
506
504
  name?: string | undefined;
507
505
  label?: string | undefined;
@@ -519,7 +517,9 @@ export declare const jSurveyDateListSchema: z.ZodObject<z.objectUtil.extendShape
519
517
  tableSizedColumns?: boolean | undefined;
520
518
  tableSizedColumnsWidth?: number | undefined;
521
519
  };
522
- })>[] | undefined;
520
+ }) | ({
521
+ layers?: string[] | undefined;
522
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
523
523
  }>;
524
524
  export type jSurveyDateList = z.infer<typeof jSurveyDateListSchema>;
525
525
  export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -669,8 +669,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
669
669
  title: z.ZodType<string, z.ZodTypeDef, string>;
670
670
  widget: z.ZodType<({
671
671
  layers?: string[] | undefined;
672
- } & import("./widgets").WidgetApiType) | ({
673
- layers?: string[] | undefined;
674
672
  } & import("./widgets").WidgetArticleAttachmentType) | ({
675
673
  layers?: string[] | undefined;
676
674
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -694,7 +692,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
694
692
  uniqid: string;
695
693
  content: {
696
694
  uri?: string | undefined;
697
- limit?: number | undefined;
695
+ limit?: number | boolean | undefined;
698
696
  tableColumnsData?: {
699
697
  name?: string | undefined;
700
698
  label?: string | undefined;
@@ -712,9 +710,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
712
710
  tableSizedColumns?: boolean | undefined;
713
711
  tableSizedColumnsWidth?: number | undefined;
714
712
  };
715
- }), z.ZodTypeDef, ({
713
+ }) | ({
716
714
  layers?: string[] | undefined;
717
- } & import("./widgets").WidgetApiType) | ({
715
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
718
716
  layers?: string[] | undefined;
719
717
  } & import("./widgets").WidgetArticleAttachmentType) | ({
720
718
  layers?: string[] | undefined;
@@ -739,7 +737,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
739
737
  uniqid: string;
740
738
  content: {
741
739
  uri?: string | undefined;
742
- limit?: number | undefined;
740
+ limit?: number | boolean | undefined;
743
741
  tableColumnsData?: {
744
742
  name?: string | undefined;
745
743
  label?: string | undefined;
@@ -757,11 +755,11 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
757
755
  tableSizedColumns?: boolean | undefined;
758
756
  tableSizedColumnsWidth?: number | undefined;
759
757
  };
760
- })>;
758
+ }) | ({
759
+ layers?: string[] | undefined;
760
+ } & import("./widgets").WidgetPresenceType)>;
761
761
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
762
762
  layers?: string[] | undefined;
763
- } & import("./widgets").WidgetApiType) | ({
764
- layers?: string[] | undefined;
765
763
  } & import("./widgets").WidgetArticleAttachmentType) | ({
766
764
  layers?: string[] | undefined;
767
765
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -785,7 +783,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
785
783
  uniqid: string;
786
784
  content: {
787
785
  uri?: string | undefined;
788
- limit?: number | undefined;
786
+ limit?: number | boolean | undefined;
789
787
  tableColumnsData?: {
790
788
  name?: string | undefined;
791
789
  label?: string | undefined;
@@ -803,9 +801,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
803
801
  tableSizedColumns?: boolean | undefined;
804
802
  tableSizedColumnsWidth?: number | undefined;
805
803
  };
806
- })>, import("./widgets").WidgetWrapperGeneric<({
804
+ }) | ({
807
805
  layers?: string[] | undefined;
808
- } & import("./widgets").WidgetApiType) | ({
806
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
809
807
  layers?: string[] | undefined;
810
808
  } & import("./widgets").WidgetArticleAttachmentType) | ({
811
809
  layers?: string[] | undefined;
@@ -830,7 +828,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
830
828
  uniqid: string;
831
829
  content: {
832
830
  uri?: string | undefined;
833
- limit?: number | undefined;
831
+ limit?: number | boolean | undefined;
834
832
  tableColumnsData?: {
835
833
  name?: string | undefined;
836
834
  label?: string | undefined;
@@ -848,7 +846,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
848
846
  tableSizedColumns?: boolean | undefined;
849
847
  tableSizedColumnsWidth?: number | undefined;
850
848
  };
851
- })>>, "many">>;
849
+ }) | ({
850
+ layers?: string[] | undefined;
851
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
852
852
  }>, {
853
853
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
854
854
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -952,8 +952,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
952
952
  } | undefined;
953
953
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
954
954
  layers?: string[] | undefined;
955
- } & import("./widgets").WidgetApiType) | ({
956
- layers?: string[] | undefined;
957
955
  } & import("./widgets").WidgetArticleAttachmentType) | ({
958
956
  layers?: string[] | undefined;
959
957
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -977,7 +975,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
977
975
  uniqid: string;
978
976
  content: {
979
977
  uri?: string | undefined;
980
- limit?: number | undefined;
978
+ limit?: number | boolean | undefined;
981
979
  tableColumnsData?: {
982
980
  name?: string | undefined;
983
981
  label?: string | undefined;
@@ -995,7 +993,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
995
993
  tableSizedColumns?: boolean | undefined;
996
994
  tableSizedColumnsWidth?: number | undefined;
997
995
  };
998
- })>[] | undefined;
996
+ }) | ({
997
+ layers?: string[] | undefined;
998
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
999
999
  }, {
1000
1000
  type: string;
1001
1001
  id: number;
@@ -1057,8 +1057,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1057
1057
  } | undefined;
1058
1058
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1059
1059
  layers?: string[] | undefined;
1060
- } & import("./widgets").WidgetApiType) | ({
1061
- layers?: string[] | undefined;
1062
1060
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1063
1061
  layers?: string[] | undefined;
1064
1062
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1082,7 +1080,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1082
1080
  uniqid: string;
1083
1081
  content: {
1084
1082
  uri?: string | undefined;
1085
- limit?: number | undefined;
1083
+ limit?: number | boolean | undefined;
1086
1084
  tableColumnsData?: {
1087
1085
  name?: string | undefined;
1088
1086
  label?: string | undefined;
@@ -1100,7 +1098,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1100
1098
  tableSizedColumns?: boolean | undefined;
1101
1099
  tableSizedColumnsWidth?: number | undefined;
1102
1100
  };
1103
- })>[] | undefined;
1101
+ }) | ({
1102
+ layers?: string[] | undefined;
1103
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1104
1104
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1105
1105
  id: z.ZodType<number, z.ZodTypeDef, number>;
1106
1106
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1248,8 +1248,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1248
1248
  title: z.ZodType<string, z.ZodTypeDef, string>;
1249
1249
  widget: z.ZodType<({
1250
1250
  layers?: string[] | undefined;
1251
- } & import("./widgets").WidgetApiType) | ({
1252
- layers?: string[] | undefined;
1253
1251
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1254
1252
  layers?: string[] | undefined;
1255
1253
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1273,7 +1271,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1273
1271
  uniqid: string;
1274
1272
  content: {
1275
1273
  uri?: string | undefined;
1276
- limit?: number | undefined;
1274
+ limit?: number | boolean | undefined;
1277
1275
  tableColumnsData?: {
1278
1276
  name?: string | undefined;
1279
1277
  label?: string | undefined;
@@ -1291,9 +1289,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1291
1289
  tableSizedColumns?: boolean | undefined;
1292
1290
  tableSizedColumnsWidth?: number | undefined;
1293
1291
  };
1294
- }), z.ZodTypeDef, ({
1292
+ }) | ({
1295
1293
  layers?: string[] | undefined;
1296
- } & import("./widgets").WidgetApiType) | ({
1294
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1297
1295
  layers?: string[] | undefined;
1298
1296
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1299
1297
  layers?: string[] | undefined;
@@ -1318,7 +1316,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1318
1316
  uniqid: string;
1319
1317
  content: {
1320
1318
  uri?: string | undefined;
1321
- limit?: number | undefined;
1319
+ limit?: number | boolean | undefined;
1322
1320
  tableColumnsData?: {
1323
1321
  name?: string | undefined;
1324
1322
  label?: string | undefined;
@@ -1336,11 +1334,11 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1336
1334
  tableSizedColumns?: boolean | undefined;
1337
1335
  tableSizedColumnsWidth?: number | undefined;
1338
1336
  };
1339
- })>;
1337
+ }) | ({
1338
+ layers?: string[] | undefined;
1339
+ } & import("./widgets").WidgetPresenceType)>;
1340
1340
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
1341
1341
  layers?: string[] | undefined;
1342
- } & import("./widgets").WidgetApiType) | ({
1343
- layers?: string[] | undefined;
1344
1342
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1345
1343
  layers?: string[] | undefined;
1346
1344
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1364,7 +1362,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1364
1362
  uniqid: string;
1365
1363
  content: {
1366
1364
  uri?: string | undefined;
1367
- limit?: number | undefined;
1365
+ limit?: number | boolean | undefined;
1368
1366
  tableColumnsData?: {
1369
1367
  name?: string | undefined;
1370
1368
  label?: string | undefined;
@@ -1382,9 +1380,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1382
1380
  tableSizedColumns?: boolean | undefined;
1383
1381
  tableSizedColumnsWidth?: number | undefined;
1384
1382
  };
1385
- })>, import("./widgets").WidgetWrapperGeneric<({
1383
+ }) | ({
1386
1384
  layers?: string[] | undefined;
1387
- } & import("./widgets").WidgetApiType) | ({
1385
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
1388
1386
  layers?: string[] | undefined;
1389
1387
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1390
1388
  layers?: string[] | undefined;
@@ -1409,7 +1407,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1409
1407
  uniqid: string;
1410
1408
  content: {
1411
1409
  uri?: string | undefined;
1412
- limit?: number | undefined;
1410
+ limit?: number | boolean | undefined;
1413
1411
  tableColumnsData?: {
1414
1412
  name?: string | undefined;
1415
1413
  label?: string | undefined;
@@ -1427,7 +1425,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1427
1425
  tableSizedColumns?: boolean | undefined;
1428
1426
  tableSizedColumnsWidth?: number | undefined;
1429
1427
  };
1430
- })>>, "many">>;
1428
+ }) | ({
1429
+ layers?: string[] | undefined;
1430
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1431
1431
  }>, {
1432
1432
  dates: z.ZodArray<z.ZodString, "many">;
1433
1433
  dateStart: z.ZodNullable<z.ZodString>;
@@ -1483,8 +1483,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1483
1483
  } | undefined;
1484
1484
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1485
1485
  layers?: string[] | undefined;
1486
- } & import("./widgets").WidgetApiType) | ({
1487
- layers?: string[] | undefined;
1488
1486
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1489
1487
  layers?: string[] | undefined;
1490
1488
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1508,7 +1506,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1508
1506
  uniqid: string;
1509
1507
  content: {
1510
1508
  uri?: string | undefined;
1511
- limit?: number | undefined;
1509
+ limit?: number | boolean | undefined;
1512
1510
  tableColumnsData?: {
1513
1511
  name?: string | undefined;
1514
1512
  label?: string | undefined;
@@ -1526,7 +1524,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1526
1524
  tableSizedColumns?: boolean | undefined;
1527
1525
  tableSizedColumnsWidth?: number | undefined;
1528
1526
  };
1529
- })>[] | undefined;
1527
+ }) | ({
1528
+ layers?: string[] | undefined;
1529
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1530
1530
  }, {
1531
1531
  type: string;
1532
1532
  id: number;
@@ -1578,8 +1578,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1578
1578
  } | undefined;
1579
1579
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1580
1580
  layers?: string[] | undefined;
1581
- } & import("./widgets").WidgetApiType) | ({
1582
- layers?: string[] | undefined;
1583
1581
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1584
1582
  layers?: string[] | undefined;
1585
1583
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1603,7 +1601,7 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1603
1601
  uniqid: string;
1604
1602
  content: {
1605
1603
  uri?: string | undefined;
1606
- limit?: number | undefined;
1604
+ limit?: number | boolean | undefined;
1607
1605
  tableColumnsData?: {
1608
1606
  name?: string | undefined;
1609
1607
  label?: string | undefined;
@@ -1621,7 +1619,9 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
1621
1619
  tableSizedColumns?: boolean | undefined;
1622
1620
  tableSizedColumnsWidth?: number | undefined;
1623
1621
  };
1624
- })>[] | undefined;
1622
+ }) | ({
1623
+ layers?: string[] | undefined;
1624
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1625
1625
  }>>, z.ZodObject<{
1626
1626
  surveyObjectLink: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1627
1627
  id: z.ZodType<number, z.ZodTypeDef, number>;