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
@@ -178,8 +178,6 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
178
178
  title: z.ZodType<string, z.ZodTypeDef, string>;
179
179
  widget: z.ZodType<({
180
180
  layers?: string[] | undefined;
181
- } & import("./widgets").WidgetApiType) | ({
182
- layers?: string[] | undefined;
183
181
  } & import("./widgets").WidgetArticleAttachmentType) | ({
184
182
  layers?: string[] | undefined;
185
183
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -203,7 +201,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
203
201
  uniqid: string;
204
202
  content: {
205
203
  uri?: string | undefined;
206
- limit?: number | undefined;
204
+ limit?: number | boolean | undefined;
207
205
  tableColumnsData?: {
208
206
  name?: string | undefined;
209
207
  label?: string | undefined;
@@ -221,9 +219,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
221
219
  tableSizedColumns?: boolean | undefined;
222
220
  tableSizedColumnsWidth?: number | undefined;
223
221
  };
224
- }), z.ZodTypeDef, ({
222
+ }) | ({
225
223
  layers?: string[] | undefined;
226
- } & import("./widgets").WidgetApiType) | ({
224
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
227
225
  layers?: string[] | undefined;
228
226
  } & import("./widgets").WidgetArticleAttachmentType) | ({
229
227
  layers?: string[] | undefined;
@@ -248,7 +246,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
248
246
  uniqid: string;
249
247
  content: {
250
248
  uri?: string | undefined;
251
- limit?: number | undefined;
249
+ limit?: number | boolean | undefined;
252
250
  tableColumnsData?: {
253
251
  name?: string | undefined;
254
252
  label?: string | undefined;
@@ -266,11 +264,11 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
266
264
  tableSizedColumns?: boolean | undefined;
267
265
  tableSizedColumnsWidth?: number | undefined;
268
266
  };
269
- })>;
267
+ }) | ({
268
+ layers?: string[] | undefined;
269
+ } & import("./widgets").WidgetPresenceType)>;
270
270
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
271
271
  layers?: string[] | undefined;
272
- } & import("./widgets").WidgetApiType) | ({
273
- layers?: string[] | undefined;
274
272
  } & import("./widgets").WidgetArticleAttachmentType) | ({
275
273
  layers?: string[] | undefined;
276
274
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -294,7 +292,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
294
292
  uniqid: string;
295
293
  content: {
296
294
  uri?: string | undefined;
297
- limit?: number | undefined;
295
+ limit?: number | boolean | undefined;
298
296
  tableColumnsData?: {
299
297
  name?: string | undefined;
300
298
  label?: string | undefined;
@@ -312,9 +310,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
312
310
  tableSizedColumns?: boolean | undefined;
313
311
  tableSizedColumnsWidth?: number | undefined;
314
312
  };
315
- })>, import("./widgets/default").WidgetWrapperGeneric<({
313
+ }) | ({
316
314
  layers?: string[] | undefined;
317
- } & import("./widgets").WidgetApiType) | ({
315
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
318
316
  layers?: string[] | undefined;
319
317
  } & import("./widgets").WidgetArticleAttachmentType) | ({
320
318
  layers?: string[] | undefined;
@@ -339,7 +337,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
339
337
  uniqid: string;
340
338
  content: {
341
339
  uri?: string | undefined;
342
- limit?: number | undefined;
340
+ limit?: number | boolean | undefined;
343
341
  tableColumnsData?: {
344
342
  name?: string | undefined;
345
343
  label?: string | undefined;
@@ -357,7 +355,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
357
355
  tableSizedColumns?: boolean | undefined;
358
356
  tableSizedColumnsWidth?: number | undefined;
359
357
  };
360
- })>>, "many">>;
358
+ }) | ({
359
+ layers?: string[] | undefined;
360
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
361
361
  }>, "strip", z.ZodTypeAny, {
362
362
  type: string;
363
363
  id: number;
@@ -406,8 +406,6 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
406
406
  } | undefined;
407
407
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
408
408
  layers?: string[] | undefined;
409
- } & import("./widgets").WidgetApiType) | ({
410
- layers?: string[] | undefined;
411
409
  } & import("./widgets").WidgetArticleAttachmentType) | ({
412
410
  layers?: string[] | undefined;
413
411
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -431,7 +429,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
431
429
  uniqid: string;
432
430
  content: {
433
431
  uri?: string | undefined;
434
- limit?: number | undefined;
432
+ limit?: number | boolean | undefined;
435
433
  tableColumnsData?: {
436
434
  name?: string | undefined;
437
435
  label?: string | undefined;
@@ -449,7 +447,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
449
447
  tableSizedColumns?: boolean | undefined;
450
448
  tableSizedColumnsWidth?: number | undefined;
451
449
  };
452
- })>[] | undefined;
450
+ }) | ({
451
+ layers?: string[] | undefined;
452
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
453
453
  }, {
454
454
  type: string;
455
455
  id: number;
@@ -498,8 +498,6 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
498
498
  } | undefined;
499
499
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
500
500
  layers?: string[] | undefined;
501
- } & import("./widgets").WidgetApiType) | ({
502
- layers?: string[] | undefined;
503
501
  } & import("./widgets").WidgetArticleAttachmentType) | ({
504
502
  layers?: string[] | undefined;
505
503
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -523,7 +521,7 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
523
521
  uniqid: string;
524
522
  content: {
525
523
  uri?: string | undefined;
526
- limit?: number | undefined;
524
+ limit?: number | boolean | undefined;
527
525
  tableColumnsData?: {
528
526
  name?: string | undefined;
529
527
  label?: string | undefined;
@@ -541,7 +539,9 @@ export declare const jArticleListShapeTmp: z.ZodObject<z.objectUtil.extendShape<
541
539
  tableSizedColumns?: boolean | undefined;
542
540
  tableSizedColumnsWidth?: number | undefined;
543
541
  };
544
- })>[] | undefined;
542
+ }) | ({
543
+ layers?: string[] | undefined;
544
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
545
545
  }>;
546
546
  export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
547
547
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -690,8 +690,6 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
690
690
  title: z.ZodType<string, z.ZodTypeDef, string>;
691
691
  widget: z.ZodType<({
692
692
  layers?: string[] | undefined;
693
- } & import("./widgets").WidgetApiType) | ({
694
- layers?: string[] | undefined;
695
693
  } & import("./widgets").WidgetArticleAttachmentType) | ({
696
694
  layers?: string[] | undefined;
697
695
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -715,7 +713,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
715
713
  uniqid: string;
716
714
  content: {
717
715
  uri?: string | undefined;
718
- limit?: number | undefined;
716
+ limit?: number | boolean | undefined;
719
717
  tableColumnsData?: {
720
718
  name?: string | undefined;
721
719
  label?: string | undefined;
@@ -733,9 +731,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
733
731
  tableSizedColumns?: boolean | undefined;
734
732
  tableSizedColumnsWidth?: number | undefined;
735
733
  };
736
- }), z.ZodTypeDef, ({
734
+ }) | ({
737
735
  layers?: string[] | undefined;
738
- } & import("./widgets").WidgetApiType) | ({
736
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
739
737
  layers?: string[] | undefined;
740
738
  } & import("./widgets").WidgetArticleAttachmentType) | ({
741
739
  layers?: string[] | undefined;
@@ -760,7 +758,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
760
758
  uniqid: string;
761
759
  content: {
762
760
  uri?: string | undefined;
763
- limit?: number | undefined;
761
+ limit?: number | boolean | undefined;
764
762
  tableColumnsData?: {
765
763
  name?: string | undefined;
766
764
  label?: string | undefined;
@@ -778,11 +776,11 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
778
776
  tableSizedColumns?: boolean | undefined;
779
777
  tableSizedColumnsWidth?: number | undefined;
780
778
  };
781
- })>;
779
+ }) | ({
780
+ layers?: string[] | undefined;
781
+ } & import("./widgets").WidgetPresenceType)>;
782
782
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
783
783
  layers?: string[] | undefined;
784
- } & import("./widgets").WidgetApiType) | ({
785
- layers?: string[] | undefined;
786
784
  } & import("./widgets").WidgetArticleAttachmentType) | ({
787
785
  layers?: string[] | undefined;
788
786
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -806,7 +804,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
806
804
  uniqid: string;
807
805
  content: {
808
806
  uri?: string | undefined;
809
- limit?: number | undefined;
807
+ limit?: number | boolean | undefined;
810
808
  tableColumnsData?: {
811
809
  name?: string | undefined;
812
810
  label?: string | undefined;
@@ -824,9 +822,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
824
822
  tableSizedColumns?: boolean | undefined;
825
823
  tableSizedColumnsWidth?: number | undefined;
826
824
  };
827
- })>, import("./widgets/default").WidgetWrapperGeneric<({
825
+ }) | ({
828
826
  layers?: string[] | undefined;
829
- } & import("./widgets").WidgetApiType) | ({
827
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
830
828
  layers?: string[] | undefined;
831
829
  } & import("./widgets").WidgetArticleAttachmentType) | ({
832
830
  layers?: string[] | undefined;
@@ -851,7 +849,7 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
851
849
  uniqid: string;
852
850
  content: {
853
851
  uri?: string | undefined;
854
- limit?: number | undefined;
852
+ limit?: number | boolean | undefined;
855
853
  tableColumnsData?: {
856
854
  name?: string | undefined;
857
855
  label?: string | undefined;
@@ -869,7 +867,9 @@ export declare const jArticleListSchema: z.ZodObject<z.objectUtil.extendShape<z.
869
867
  tableSizedColumns?: boolean | undefined;
870
868
  tableSizedColumnsWidth?: number | undefined;
871
869
  };
872
- })>>, "many">>;
870
+ }) | ({
871
+ layers?: string[] | undefined;
872
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
873
873
  }>, "strip", z.ZodTypeAny, jArticleList, jArticleList>;
874
874
  export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
875
875
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1018,8 +1018,6 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1018
1018
  title: z.ZodType<string, z.ZodTypeDef, string>;
1019
1019
  widget: z.ZodType<({
1020
1020
  layers?: string[] | undefined;
1021
- } & import("./widgets").WidgetApiType) | ({
1022
- layers?: string[] | undefined;
1023
1021
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1024
1022
  layers?: string[] | undefined;
1025
1023
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1043,7 +1041,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1043
1041
  uniqid: string;
1044
1042
  content: {
1045
1043
  uri?: string | undefined;
1046
- limit?: number | undefined;
1044
+ limit?: number | boolean | undefined;
1047
1045
  tableColumnsData?: {
1048
1046
  name?: string | undefined;
1049
1047
  label?: string | undefined;
@@ -1061,9 +1059,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1061
1059
  tableSizedColumns?: boolean | undefined;
1062
1060
  tableSizedColumnsWidth?: number | undefined;
1063
1061
  };
1064
- }), z.ZodTypeDef, ({
1062
+ }) | ({
1065
1063
  layers?: string[] | undefined;
1066
- } & import("./widgets").WidgetApiType) | ({
1064
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1067
1065
  layers?: string[] | undefined;
1068
1066
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1069
1067
  layers?: string[] | undefined;
@@ -1088,7 +1086,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
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,11 +1104,11 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1106
1104
  tableSizedColumns?: boolean | undefined;
1107
1105
  tableSizedColumnsWidth?: number | undefined;
1108
1106
  };
1109
- })>;
1107
+ }) | ({
1108
+ layers?: string[] | undefined;
1109
+ } & import("./widgets").WidgetPresenceType)>;
1110
1110
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
1111
1111
  layers?: string[] | undefined;
1112
- } & import("./widgets").WidgetApiType) | ({
1113
- layers?: string[] | undefined;
1114
1112
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1115
1113
  layers?: string[] | undefined;
1116
1114
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1134,7 +1132,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1134
1132
  uniqid: string;
1135
1133
  content: {
1136
1134
  uri?: string | undefined;
1137
- limit?: number | undefined;
1135
+ limit?: number | boolean | undefined;
1138
1136
  tableColumnsData?: {
1139
1137
  name?: string | undefined;
1140
1138
  label?: string | undefined;
@@ -1152,9 +1150,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1152
1150
  tableSizedColumns?: boolean | undefined;
1153
1151
  tableSizedColumnsWidth?: number | undefined;
1154
1152
  };
1155
- })>, import("./widgets/default").WidgetWrapperGeneric<({
1153
+ }) | ({
1156
1154
  layers?: string[] | undefined;
1157
- } & import("./widgets").WidgetApiType) | ({
1155
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
1158
1156
  layers?: string[] | undefined;
1159
1157
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1160
1158
  layers?: string[] | undefined;
@@ -1179,7 +1177,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1179
1177
  uniqid: string;
1180
1178
  content: {
1181
1179
  uri?: string | undefined;
1182
- limit?: number | undefined;
1180
+ limit?: number | boolean | undefined;
1183
1181
  tableColumnsData?: {
1184
1182
  name?: string | undefined;
1185
1183
  label?: string | undefined;
@@ -1197,7 +1195,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1197
1195
  tableSizedColumns?: boolean | undefined;
1198
1196
  tableSizedColumnsWidth?: number | undefined;
1199
1197
  };
1200
- })>>, "many">>;
1198
+ }) | ({
1199
+ layers?: string[] | undefined;
1200
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1201
1201
  }>, {
1202
1202
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1203
1203
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1301,8 +1301,6 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1301
1301
  } | undefined;
1302
1302
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
1303
1303
  layers?: string[] | undefined;
1304
- } & import("./widgets").WidgetApiType) | ({
1305
- layers?: string[] | undefined;
1306
1304
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1307
1305
  layers?: string[] | undefined;
1308
1306
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1326,7 +1324,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1326
1324
  uniqid: string;
1327
1325
  content: {
1328
1326
  uri?: string | undefined;
1329
- limit?: number | undefined;
1327
+ limit?: number | boolean | undefined;
1330
1328
  tableColumnsData?: {
1331
1329
  name?: string | undefined;
1332
1330
  label?: string | undefined;
@@ -1344,7 +1342,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1344
1342
  tableSizedColumns?: boolean | undefined;
1345
1343
  tableSizedColumnsWidth?: number | undefined;
1346
1344
  };
1347
- })>[] | undefined;
1345
+ }) | ({
1346
+ layers?: string[] | undefined;
1347
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1348
1348
  }, {
1349
1349
  type: string;
1350
1350
  id: number;
@@ -1406,8 +1406,6 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1406
1406
  } | undefined;
1407
1407
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
1408
1408
  layers?: string[] | undefined;
1409
- } & import("./widgets").WidgetApiType) | ({
1410
- layers?: string[] | undefined;
1411
1409
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1412
1410
  layers?: string[] | undefined;
1413
1411
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1431,7 +1429,7 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1431
1429
  uniqid: string;
1432
1430
  content: {
1433
1431
  uri?: string | undefined;
1434
- limit?: number | undefined;
1432
+ limit?: number | boolean | undefined;
1435
1433
  tableColumnsData?: {
1436
1434
  name?: string | undefined;
1437
1435
  label?: string | undefined;
@@ -1449,7 +1447,9 @@ export declare const jArticleViewSchema: z.ZodObject<z.objectUtil.extendShape<z.
1449
1447
  tableSizedColumns?: boolean | undefined;
1450
1448
  tableSizedColumnsWidth?: number | undefined;
1451
1449
  };
1452
- })>[] | undefined;
1450
+ }) | ({
1451
+ layers?: string[] | undefined;
1452
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1453
1453
  }>;
1454
1454
  export type jArticleView = z.infer<typeof jArticleViewSchema>;
1455
1455
  export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -1599,8 +1599,6 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1599
1599
  title: z.ZodType<string, z.ZodTypeDef, string>;
1600
1600
  widget: z.ZodType<({
1601
1601
  layers?: string[] | undefined;
1602
- } & import("./widgets").WidgetApiType) | ({
1603
- layers?: string[] | undefined;
1604
1602
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1605
1603
  layers?: string[] | undefined;
1606
1604
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1624,7 +1622,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1624
1622
  uniqid: string;
1625
1623
  content: {
1626
1624
  uri?: string | undefined;
1627
- limit?: number | undefined;
1625
+ limit?: number | boolean | undefined;
1628
1626
  tableColumnsData?: {
1629
1627
  name?: string | undefined;
1630
1628
  label?: string | undefined;
@@ -1642,9 +1640,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1642
1640
  tableSizedColumns?: boolean | undefined;
1643
1641
  tableSizedColumnsWidth?: number | undefined;
1644
1642
  };
1645
- }), z.ZodTypeDef, ({
1643
+ }) | ({
1646
1644
  layers?: string[] | undefined;
1647
- } & import("./widgets").WidgetApiType) | ({
1645
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
1648
1646
  layers?: string[] | undefined;
1649
1647
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1650
1648
  layers?: string[] | undefined;
@@ -1669,7 +1667,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1669
1667
  uniqid: string;
1670
1668
  content: {
1671
1669
  uri?: string | undefined;
1672
- limit?: number | undefined;
1670
+ limit?: number | boolean | undefined;
1673
1671
  tableColumnsData?: {
1674
1672
  name?: string | undefined;
1675
1673
  label?: string | undefined;
@@ -1687,11 +1685,11 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1687
1685
  tableSizedColumns?: boolean | undefined;
1688
1686
  tableSizedColumnsWidth?: number | undefined;
1689
1687
  };
1690
- })>;
1688
+ }) | ({
1689
+ layers?: string[] | undefined;
1690
+ } & import("./widgets").WidgetPresenceType)>;
1691
1691
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
1692
1692
  layers?: string[] | undefined;
1693
- } & import("./widgets").WidgetApiType) | ({
1694
- layers?: string[] | undefined;
1695
1693
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1696
1694
  layers?: string[] | undefined;
1697
1695
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1715,7 +1713,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1715
1713
  uniqid: string;
1716
1714
  content: {
1717
1715
  uri?: string | undefined;
1718
- limit?: number | undefined;
1716
+ limit?: number | boolean | undefined;
1719
1717
  tableColumnsData?: {
1720
1718
  name?: string | undefined;
1721
1719
  label?: string | undefined;
@@ -1733,9 +1731,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1733
1731
  tableSizedColumns?: boolean | undefined;
1734
1732
  tableSizedColumnsWidth?: number | undefined;
1735
1733
  };
1736
- })>, import("./widgets/default").WidgetWrapperGeneric<({
1734
+ }) | ({
1737
1735
  layers?: string[] | undefined;
1738
- } & import("./widgets").WidgetApiType) | ({
1736
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
1739
1737
  layers?: string[] | undefined;
1740
1738
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1741
1739
  layers?: string[] | undefined;
@@ -1760,7 +1758,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1760
1758
  uniqid: string;
1761
1759
  content: {
1762
1760
  uri?: string | undefined;
1763
- limit?: number | undefined;
1761
+ limit?: number | boolean | undefined;
1764
1762
  tableColumnsData?: {
1765
1763
  name?: string | undefined;
1766
1764
  label?: string | undefined;
@@ -1778,7 +1776,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1778
1776
  tableSizedColumns?: boolean | undefined;
1779
1777
  tableSizedColumnsWidth?: number | undefined;
1780
1778
  };
1781
- })>>, "many">>;
1779
+ }) | ({
1780
+ layers?: string[] | undefined;
1781
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
1782
1782
  }>, {
1783
1783
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1784
1784
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1896,8 +1896,6 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1896
1896
  } | undefined;
1897
1897
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
1898
1898
  layers?: string[] | undefined;
1899
- } & import("./widgets").WidgetApiType) | ({
1900
- layers?: string[] | undefined;
1901
1899
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1902
1900
  layers?: string[] | undefined;
1903
1901
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1921,7 +1919,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1921
1919
  uniqid: string;
1922
1920
  content: {
1923
1921
  uri?: string | undefined;
1924
- limit?: number | undefined;
1922
+ limit?: number | boolean | undefined;
1925
1923
  tableColumnsData?: {
1926
1924
  name?: string | undefined;
1927
1925
  label?: string | undefined;
@@ -1939,7 +1937,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1939
1937
  tableSizedColumns?: boolean | undefined;
1940
1938
  tableSizedColumnsWidth?: number | undefined;
1941
1939
  };
1942
- })>[] | undefined;
1940
+ }) | ({
1941
+ layers?: string[] | undefined;
1942
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1943
1943
  uiObjectLink?: jObjectLittle[] | undefined;
1944
1944
  }, {
1945
1945
  type: string;
@@ -2003,8 +2003,6 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
2003
2003
  } | undefined;
2004
2004
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
2005
2005
  layers?: string[] | undefined;
2006
- } & import("./widgets").WidgetApiType) | ({
2007
- layers?: string[] | undefined;
2008
2006
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2009
2007
  layers?: string[] | undefined;
2010
2008
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2028,7 +2026,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
2028
2026
  uniqid: string;
2029
2027
  content: {
2030
2028
  uri?: string | undefined;
2031
- limit?: number | undefined;
2029
+ limit?: number | boolean | undefined;
2032
2030
  tableColumnsData?: {
2033
2031
  name?: string | undefined;
2034
2032
  label?: string | undefined;
@@ -2046,7 +2044,9 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
2046
2044
  tableSizedColumns?: boolean | undefined;
2047
2045
  tableSizedColumnsWidth?: number | undefined;
2048
2046
  };
2049
- })>[] | undefined;
2047
+ }) | ({
2048
+ layers?: string[] | undefined;
2049
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
2050
2050
  uiObjectLink?: jObjectLittle[] | undefined;
2051
2051
  }>;
2052
2052
  export type jArticleExtendView = z.infer<typeof jArticleExtendViewSchema>;
@@ -2197,8 +2197,6 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2197
2197
  title: z.ZodType<string, z.ZodTypeDef, string>;
2198
2198
  widget: z.ZodType<({
2199
2199
  layers?: string[] | undefined;
2200
- } & import("./widgets").WidgetApiType) | ({
2201
- layers?: string[] | undefined;
2202
2200
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2203
2201
  layers?: string[] | undefined;
2204
2202
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2222,7 +2220,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2222
2220
  uniqid: string;
2223
2221
  content: {
2224
2222
  uri?: string | undefined;
2225
- limit?: number | undefined;
2223
+ limit?: number | boolean | undefined;
2226
2224
  tableColumnsData?: {
2227
2225
  name?: string | undefined;
2228
2226
  label?: string | undefined;
@@ -2240,9 +2238,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2240
2238
  tableSizedColumns?: boolean | undefined;
2241
2239
  tableSizedColumnsWidth?: number | undefined;
2242
2240
  };
2243
- }), z.ZodTypeDef, ({
2241
+ }) | ({
2244
2242
  layers?: string[] | undefined;
2245
- } & import("./widgets").WidgetApiType) | ({
2243
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
2246
2244
  layers?: string[] | undefined;
2247
2245
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2248
2246
  layers?: string[] | undefined;
@@ -2267,7 +2265,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2267
2265
  uniqid: string;
2268
2266
  content: {
2269
2267
  uri?: string | undefined;
2270
- limit?: number | undefined;
2268
+ limit?: number | boolean | undefined;
2271
2269
  tableColumnsData?: {
2272
2270
  name?: string | undefined;
2273
2271
  label?: string | undefined;
@@ -2285,11 +2283,11 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2285
2283
  tableSizedColumns?: boolean | undefined;
2286
2284
  tableSizedColumnsWidth?: number | undefined;
2287
2285
  };
2288
- })>;
2286
+ }) | ({
2287
+ layers?: string[] | undefined;
2288
+ } & import("./widgets").WidgetPresenceType)>;
2289
2289
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
2290
2290
  layers?: string[] | undefined;
2291
- } & import("./widgets").WidgetApiType) | ({
2292
- layers?: string[] | undefined;
2293
2291
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2294
2292
  layers?: string[] | undefined;
2295
2293
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2313,7 +2311,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2313
2311
  uniqid: string;
2314
2312
  content: {
2315
2313
  uri?: string | undefined;
2316
- limit?: number | undefined;
2314
+ limit?: number | boolean | undefined;
2317
2315
  tableColumnsData?: {
2318
2316
  name?: string | undefined;
2319
2317
  label?: string | undefined;
@@ -2331,9 +2329,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2331
2329
  tableSizedColumns?: boolean | undefined;
2332
2330
  tableSizedColumnsWidth?: number | undefined;
2333
2331
  };
2334
- })>, import("./widgets/default").WidgetWrapperGeneric<({
2332
+ }) | ({
2335
2333
  layers?: string[] | undefined;
2336
- } & import("./widgets").WidgetApiType) | ({
2334
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
2337
2335
  layers?: string[] | undefined;
2338
2336
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2339
2337
  layers?: string[] | undefined;
@@ -2358,7 +2356,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2358
2356
  uniqid: string;
2359
2357
  content: {
2360
2358
  uri?: string | undefined;
2361
- limit?: number | undefined;
2359
+ limit?: number | boolean | undefined;
2362
2360
  tableColumnsData?: {
2363
2361
  name?: string | undefined;
2364
2362
  label?: string | undefined;
@@ -2376,7 +2374,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2376
2374
  tableSizedColumns?: boolean | undefined;
2377
2375
  tableSizedColumnsWidth?: number | undefined;
2378
2376
  };
2379
- })>>, "many">>;
2377
+ }) | ({
2378
+ layers?: string[] | undefined;
2379
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
2380
2380
  }>, {
2381
2381
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2382
2382
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -2569,8 +2569,6 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2569
2569
  title: z.ZodType<string, z.ZodTypeDef, string>;
2570
2570
  widget: z.ZodType<({
2571
2571
  layers?: string[] | undefined;
2572
- } & import("./widgets").WidgetApiType) | ({
2573
- layers?: string[] | undefined;
2574
2572
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2575
2573
  layers?: string[] | undefined;
2576
2574
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2594,7 +2592,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2594
2592
  uniqid: string;
2595
2593
  content: {
2596
2594
  uri?: string | undefined;
2597
- limit?: number | undefined;
2595
+ limit?: number | boolean | undefined;
2598
2596
  tableColumnsData?: {
2599
2597
  name?: string | undefined;
2600
2598
  label?: string | undefined;
@@ -2612,9 +2610,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2612
2610
  tableSizedColumns?: boolean | undefined;
2613
2611
  tableSizedColumnsWidth?: number | undefined;
2614
2612
  };
2615
- }), z.ZodTypeDef, ({
2613
+ }) | ({
2616
2614
  layers?: string[] | undefined;
2617
- } & import("./widgets").WidgetApiType) | ({
2615
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
2618
2616
  layers?: string[] | undefined;
2619
2617
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2620
2618
  layers?: string[] | undefined;
@@ -2639,7 +2637,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2639
2637
  uniqid: string;
2640
2638
  content: {
2641
2639
  uri?: string | undefined;
2642
- limit?: number | undefined;
2640
+ limit?: number | boolean | undefined;
2643
2641
  tableColumnsData?: {
2644
2642
  name?: string | undefined;
2645
2643
  label?: string | undefined;
@@ -2657,11 +2655,11 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2657
2655
  tableSizedColumns?: boolean | undefined;
2658
2656
  tableSizedColumnsWidth?: number | undefined;
2659
2657
  };
2660
- })>;
2658
+ }) | ({
2659
+ layers?: string[] | undefined;
2660
+ } & import("./widgets").WidgetPresenceType)>;
2661
2661
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
2662
2662
  layers?: string[] | undefined;
2663
- } & import("./widgets").WidgetApiType) | ({
2664
- layers?: string[] | undefined;
2665
2663
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2666
2664
  layers?: string[] | undefined;
2667
2665
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2685,7 +2683,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2685
2683
  uniqid: string;
2686
2684
  content: {
2687
2685
  uri?: string | undefined;
2688
- limit?: number | undefined;
2686
+ limit?: number | boolean | undefined;
2689
2687
  tableColumnsData?: {
2690
2688
  name?: string | undefined;
2691
2689
  label?: string | undefined;
@@ -2703,9 +2701,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2703
2701
  tableSizedColumns?: boolean | undefined;
2704
2702
  tableSizedColumnsWidth?: number | undefined;
2705
2703
  };
2706
- })>, import("./widgets/default").WidgetWrapperGeneric<({
2704
+ }) | ({
2707
2705
  layers?: string[] | undefined;
2708
- } & import("./widgets").WidgetApiType) | ({
2706
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
2709
2707
  layers?: string[] | undefined;
2710
2708
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2711
2709
  layers?: string[] | undefined;
@@ -2730,7 +2728,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2730
2728
  uniqid: string;
2731
2729
  content: {
2732
2730
  uri?: string | undefined;
2733
- limit?: number | undefined;
2731
+ limit?: number | boolean | undefined;
2734
2732
  tableColumnsData?: {
2735
2733
  name?: string | undefined;
2736
2734
  label?: string | undefined;
@@ -2748,7 +2746,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2748
2746
  tableSizedColumns?: boolean | undefined;
2749
2747
  tableSizedColumnsWidth?: number | undefined;
2750
2748
  };
2751
- })>>, "many">>;
2749
+ }) | ({
2750
+ layers?: string[] | undefined;
2751
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
2752
2752
  }>, {
2753
2753
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2754
2754
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -2941,8 +2941,6 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2941
2941
  title: z.ZodType<string, z.ZodTypeDef, string>;
2942
2942
  widget: z.ZodType<({
2943
2943
  layers?: string[] | undefined;
2944
- } & import("./widgets").WidgetApiType) | ({
2945
- layers?: string[] | undefined;
2946
2944
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2947
2945
  layers?: string[] | undefined;
2948
2946
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -2966,7 +2964,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2966
2964
  uniqid: string;
2967
2965
  content: {
2968
2966
  uri?: string | undefined;
2969
- limit?: number | undefined;
2967
+ limit?: number | boolean | undefined;
2970
2968
  tableColumnsData?: {
2971
2969
  name?: string | undefined;
2972
2970
  label?: string | undefined;
@@ -2984,9 +2982,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
2984
2982
  tableSizedColumns?: boolean | undefined;
2985
2983
  tableSizedColumnsWidth?: number | undefined;
2986
2984
  };
2987
- }), z.ZodTypeDef, ({
2985
+ }) | ({
2988
2986
  layers?: string[] | undefined;
2989
- } & import("./widgets").WidgetApiType) | ({
2987
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
2990
2988
  layers?: string[] | undefined;
2991
2989
  } & import("./widgets").WidgetArticleAttachmentType) | ({
2992
2990
  layers?: string[] | undefined;
@@ -3011,7 +3009,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3011
3009
  uniqid: string;
3012
3010
  content: {
3013
3011
  uri?: string | undefined;
3014
- limit?: number | undefined;
3012
+ limit?: number | boolean | undefined;
3015
3013
  tableColumnsData?: {
3016
3014
  name?: string | undefined;
3017
3015
  label?: string | undefined;
@@ -3029,11 +3027,11 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3029
3027
  tableSizedColumns?: boolean | undefined;
3030
3028
  tableSizedColumnsWidth?: number | undefined;
3031
3029
  };
3032
- })>;
3030
+ }) | ({
3031
+ layers?: string[] | undefined;
3032
+ } & import("./widgets").WidgetPresenceType)>;
3033
3033
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
3034
3034
  layers?: string[] | undefined;
3035
- } & import("./widgets").WidgetApiType) | ({
3036
- layers?: string[] | undefined;
3037
3035
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3038
3036
  layers?: string[] | undefined;
3039
3037
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3057,7 +3055,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3057
3055
  uniqid: string;
3058
3056
  content: {
3059
3057
  uri?: string | undefined;
3060
- limit?: number | undefined;
3058
+ limit?: number | boolean | undefined;
3061
3059
  tableColumnsData?: {
3062
3060
  name?: string | undefined;
3063
3061
  label?: string | undefined;
@@ -3075,9 +3073,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3075
3073
  tableSizedColumns?: boolean | undefined;
3076
3074
  tableSizedColumnsWidth?: number | undefined;
3077
3075
  };
3078
- })>, import("./widgets/default").WidgetWrapperGeneric<({
3076
+ }) | ({
3079
3077
  layers?: string[] | undefined;
3080
- } & import("./widgets").WidgetApiType) | ({
3078
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
3081
3079
  layers?: string[] | undefined;
3082
3080
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3083
3081
  layers?: string[] | undefined;
@@ -3102,7 +3100,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3102
3100
  uniqid: string;
3103
3101
  content: {
3104
3102
  uri?: string | undefined;
3105
- limit?: number | undefined;
3103
+ limit?: number | boolean | undefined;
3106
3104
  tableColumnsData?: {
3107
3105
  name?: string | undefined;
3108
3106
  label?: string | undefined;
@@ -3120,7 +3118,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3120
3118
  tableSizedColumns?: boolean | undefined;
3121
3119
  tableSizedColumnsWidth?: number | undefined;
3122
3120
  };
3123
- })>>, "many">>;
3121
+ }) | ({
3122
+ layers?: string[] | undefined;
3123
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
3124
3124
  }>, {
3125
3125
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3126
3126
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -3313,8 +3313,6 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3313
3313
  title: z.ZodType<string, z.ZodTypeDef, string>;
3314
3314
  widget: z.ZodType<({
3315
3315
  layers?: string[] | undefined;
3316
- } & import("./widgets").WidgetApiType) | ({
3317
- layers?: string[] | undefined;
3318
3316
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3319
3317
  layers?: string[] | undefined;
3320
3318
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3338,7 +3336,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3338
3336
  uniqid: string;
3339
3337
  content: {
3340
3338
  uri?: string | undefined;
3341
- limit?: number | undefined;
3339
+ limit?: number | boolean | undefined;
3342
3340
  tableColumnsData?: {
3343
3341
  name?: string | undefined;
3344
3342
  label?: string | undefined;
@@ -3356,9 +3354,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3356
3354
  tableSizedColumns?: boolean | undefined;
3357
3355
  tableSizedColumnsWidth?: number | undefined;
3358
3356
  };
3359
- }), z.ZodTypeDef, ({
3357
+ }) | ({
3360
3358
  layers?: string[] | undefined;
3361
- } & import("./widgets").WidgetApiType) | ({
3359
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
3362
3360
  layers?: string[] | undefined;
3363
3361
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3364
3362
  layers?: string[] | undefined;
@@ -3383,7 +3381,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3383
3381
  uniqid: string;
3384
3382
  content: {
3385
3383
  uri?: string | undefined;
3386
- limit?: number | undefined;
3384
+ limit?: number | boolean | undefined;
3387
3385
  tableColumnsData?: {
3388
3386
  name?: string | undefined;
3389
3387
  label?: string | undefined;
@@ -3401,11 +3399,11 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3401
3399
  tableSizedColumns?: boolean | undefined;
3402
3400
  tableSizedColumnsWidth?: number | undefined;
3403
3401
  };
3404
- })>;
3402
+ }) | ({
3403
+ layers?: string[] | undefined;
3404
+ } & import("./widgets").WidgetPresenceType)>;
3405
3405
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
3406
3406
  layers?: string[] | undefined;
3407
- } & import("./widgets").WidgetApiType) | ({
3408
- layers?: string[] | undefined;
3409
3407
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3410
3408
  layers?: string[] | undefined;
3411
3409
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3429,7 +3427,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3429
3427
  uniqid: string;
3430
3428
  content: {
3431
3429
  uri?: string | undefined;
3432
- limit?: number | undefined;
3430
+ limit?: number | boolean | undefined;
3433
3431
  tableColumnsData?: {
3434
3432
  name?: string | undefined;
3435
3433
  label?: string | undefined;
@@ -3447,9 +3445,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3447
3445
  tableSizedColumns?: boolean | undefined;
3448
3446
  tableSizedColumnsWidth?: number | undefined;
3449
3447
  };
3450
- })>, import("./widgets/default").WidgetWrapperGeneric<({
3448
+ }) | ({
3451
3449
  layers?: string[] | undefined;
3452
- } & import("./widgets").WidgetApiType) | ({
3450
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
3453
3451
  layers?: string[] | undefined;
3454
3452
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3455
3453
  layers?: string[] | undefined;
@@ -3474,7 +3472,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3474
3472
  uniqid: string;
3475
3473
  content: {
3476
3474
  uri?: string | undefined;
3477
- limit?: number | undefined;
3475
+ limit?: number | boolean | undefined;
3478
3476
  tableColumnsData?: {
3479
3477
  name?: string | undefined;
3480
3478
  label?: string | undefined;
@@ -3492,7 +3490,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3492
3490
  tableSizedColumns?: boolean | undefined;
3493
3491
  tableSizedColumnsWidth?: number | undefined;
3494
3492
  };
3495
- })>>, "many">>;
3493
+ }) | ({
3494
+ layers?: string[] | undefined;
3495
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
3496
3496
  }>, {
3497
3497
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3498
3498
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -3685,8 +3685,6 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3685
3685
  title: z.ZodType<string, z.ZodTypeDef, string>;
3686
3686
  widget: z.ZodType<({
3687
3687
  layers?: string[] | undefined;
3688
- } & import("./widgets").WidgetApiType) | ({
3689
- layers?: string[] | undefined;
3690
3688
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3691
3689
  layers?: string[] | undefined;
3692
3690
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3710,7 +3708,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3710
3708
  uniqid: string;
3711
3709
  content: {
3712
3710
  uri?: string | undefined;
3713
- limit?: number | undefined;
3711
+ limit?: number | boolean | undefined;
3714
3712
  tableColumnsData?: {
3715
3713
  name?: string | undefined;
3716
3714
  label?: string | undefined;
@@ -3728,9 +3726,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3728
3726
  tableSizedColumns?: boolean | undefined;
3729
3727
  tableSizedColumnsWidth?: number | undefined;
3730
3728
  };
3731
- }), z.ZodTypeDef, ({
3729
+ }) | ({
3732
3730
  layers?: string[] | undefined;
3733
- } & import("./widgets").WidgetApiType) | ({
3731
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
3734
3732
  layers?: string[] | undefined;
3735
3733
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3736
3734
  layers?: string[] | undefined;
@@ -3755,7 +3753,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3755
3753
  uniqid: string;
3756
3754
  content: {
3757
3755
  uri?: string | undefined;
3758
- limit?: number | undefined;
3756
+ limit?: number | boolean | undefined;
3759
3757
  tableColumnsData?: {
3760
3758
  name?: string | undefined;
3761
3759
  label?: string | undefined;
@@ -3773,11 +3771,11 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3773
3771
  tableSizedColumns?: boolean | undefined;
3774
3772
  tableSizedColumnsWidth?: number | undefined;
3775
3773
  };
3776
- })>;
3774
+ }) | ({
3775
+ layers?: string[] | undefined;
3776
+ } & import("./widgets").WidgetPresenceType)>;
3777
3777
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
3778
3778
  layers?: string[] | undefined;
3779
- } & import("./widgets").WidgetApiType) | ({
3780
- layers?: string[] | undefined;
3781
3779
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3782
3780
  layers?: string[] | undefined;
3783
3781
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -3801,7 +3799,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3801
3799
  uniqid: string;
3802
3800
  content: {
3803
3801
  uri?: string | undefined;
3804
- limit?: number | undefined;
3802
+ limit?: number | boolean | undefined;
3805
3803
  tableColumnsData?: {
3806
3804
  name?: string | undefined;
3807
3805
  label?: string | undefined;
@@ -3819,9 +3817,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3819
3817
  tableSizedColumns?: boolean | undefined;
3820
3818
  tableSizedColumnsWidth?: number | undefined;
3821
3819
  };
3822
- })>, import("./widgets/default").WidgetWrapperGeneric<({
3820
+ }) | ({
3823
3821
  layers?: string[] | undefined;
3824
- } & import("./widgets").WidgetApiType) | ({
3822
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
3825
3823
  layers?: string[] | undefined;
3826
3824
  } & import("./widgets").WidgetArticleAttachmentType) | ({
3827
3825
  layers?: string[] | undefined;
@@ -3846,7 +3844,7 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3846
3844
  uniqid: string;
3847
3845
  content: {
3848
3846
  uri?: string | undefined;
3849
- limit?: number | undefined;
3847
+ limit?: number | boolean | undefined;
3850
3848
  tableColumnsData?: {
3851
3849
  name?: string | undefined;
3852
3850
  label?: string | undefined;
@@ -3864,7 +3862,9 @@ export declare const inferJInternalDraftView: <T extends z.ZodType<any, z.ZodTyp
3864
3862
  tableSizedColumns?: boolean | undefined;
3865
3863
  tableSizedColumnsWidth?: number | undefined;
3866
3864
  };
3867
- })>>, "many">>;
3865
+ }) | ({
3866
+ layers?: string[] | undefined;
3867
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
3868
3868
  }>, {
3869
3869
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3870
3870
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -4155,8 +4155,6 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4155
4155
  title: z.ZodType<string, z.ZodTypeDef, string>;
4156
4156
  widget: z.ZodType<({
4157
4157
  layers?: string[] | undefined;
4158
- } & import("./widgets").WidgetApiType) | ({
4159
- layers?: string[] | undefined;
4160
4158
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4161
4159
  layers?: string[] | undefined;
4162
4160
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4180,7 +4178,7 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4180
4178
  uniqid: string;
4181
4179
  content: {
4182
4180
  uri?: string | undefined;
4183
- limit?: number | undefined;
4181
+ limit?: number | boolean | undefined;
4184
4182
  tableColumnsData?: {
4185
4183
  name?: string | undefined;
4186
4184
  label?: string | undefined;
@@ -4198,9 +4196,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4198
4196
  tableSizedColumns?: boolean | undefined;
4199
4197
  tableSizedColumnsWidth?: number | undefined;
4200
4198
  };
4201
- }), z.ZodTypeDef, ({
4199
+ }) | ({
4202
4200
  layers?: string[] | undefined;
4203
- } & import("./widgets").WidgetApiType) | ({
4201
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4204
4202
  layers?: string[] | undefined;
4205
4203
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4206
4204
  layers?: string[] | undefined;
@@ -4225,7 +4223,7 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4225
4223
  uniqid: string;
4226
4224
  content: {
4227
4225
  uri?: string | undefined;
4228
- limit?: number | undefined;
4226
+ limit?: number | boolean | undefined;
4229
4227
  tableColumnsData?: {
4230
4228
  name?: string | undefined;
4231
4229
  label?: string | undefined;
@@ -4243,11 +4241,11 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4243
4241
  tableSizedColumns?: boolean | undefined;
4244
4242
  tableSizedColumnsWidth?: number | undefined;
4245
4243
  };
4246
- })>;
4244
+ }) | ({
4245
+ layers?: string[] | undefined;
4246
+ } & import("./widgets").WidgetPresenceType)>;
4247
4247
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
4248
4248
  layers?: string[] | undefined;
4249
- } & import("./widgets").WidgetApiType) | ({
4250
- layers?: string[] | undefined;
4251
4249
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4252
4250
  layers?: string[] | undefined;
4253
4251
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4271,7 +4269,7 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4271
4269
  uniqid: string;
4272
4270
  content: {
4273
4271
  uri?: string | undefined;
4274
- limit?: number | undefined;
4272
+ limit?: number | boolean | undefined;
4275
4273
  tableColumnsData?: {
4276
4274
  name?: string | undefined;
4277
4275
  label?: string | undefined;
@@ -4289,9 +4287,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4289
4287
  tableSizedColumns?: boolean | undefined;
4290
4288
  tableSizedColumnsWidth?: number | undefined;
4291
4289
  };
4292
- })>, import("./widgets/default").WidgetWrapperGeneric<({
4290
+ }) | ({
4293
4291
  layers?: string[] | undefined;
4294
- } & import("./widgets").WidgetApiType) | ({
4292
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
4295
4293
  layers?: string[] | undefined;
4296
4294
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4297
4295
  layers?: string[] | undefined;
@@ -4316,7 +4314,7 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4316
4314
  uniqid: string;
4317
4315
  content: {
4318
4316
  uri?: string | undefined;
4319
- limit?: number | undefined;
4317
+ limit?: number | boolean | undefined;
4320
4318
  tableColumnsData?: {
4321
4319
  name?: string | undefined;
4322
4320
  label?: string | undefined;
@@ -4334,7 +4332,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4334
4332
  tableSizedColumns?: boolean | undefined;
4335
4333
  tableSizedColumnsWidth?: number | undefined;
4336
4334
  };
4337
- })>>, "many">>;
4335
+ }) | ({
4336
+ layers?: string[] | undefined;
4337
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
4338
4338
  }, "strip", z.ZodTypeAny, {
4339
4339
  token: string;
4340
4340
  content: string;
@@ -4343,8 +4343,6 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4343
4343
  alertAuthor: boolean;
4344
4344
  widgets?: import("./widgets/default").WidgetWrapperGeneric<({
4345
4345
  layers?: string[] | undefined;
4346
- } & import("./widgets").WidgetApiType) | ({
4347
- layers?: string[] | undefined;
4348
4346
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4349
4347
  layers?: string[] | undefined;
4350
4348
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4368,7 +4366,7 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4368
4366
  uniqid: string;
4369
4367
  content: {
4370
4368
  uri?: string | undefined;
4371
- limit?: number | undefined;
4369
+ limit?: number | boolean | undefined;
4372
4370
  tableColumnsData?: {
4373
4371
  name?: string | undefined;
4374
4372
  label?: string | undefined;
@@ -4386,7 +4384,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4386
4384
  tableSizedColumns?: boolean | undefined;
4387
4385
  tableSizedColumnsWidth?: number | undefined;
4388
4386
  };
4389
- })>[] | undefined;
4387
+ }) | ({
4388
+ layers?: string[] | undefined;
4389
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
4390
4390
  }, {
4391
4391
  token: string;
4392
4392
  content: string;
@@ -4395,8 +4395,6 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4395
4395
  alertAuthor: boolean;
4396
4396
  widgets?: import("./widgets/default").WidgetWrapperGeneric<({
4397
4397
  layers?: string[] | undefined;
4398
- } & import("./widgets").WidgetApiType) | ({
4399
- layers?: string[] | undefined;
4400
4398
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4401
4399
  layers?: string[] | undefined;
4402
4400
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4420,7 +4418,7 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4420
4418
  uniqid: string;
4421
4419
  content: {
4422
4420
  uri?: string | undefined;
4423
- limit?: number | undefined;
4421
+ limit?: number | boolean | undefined;
4424
4422
  tableColumnsData?: {
4425
4423
  name?: string | undefined;
4426
4424
  label?: string | undefined;
@@ -4438,7 +4436,9 @@ export declare const addCommentParamsSchema: z.ZodObject<{
4438
4436
  tableSizedColumns?: boolean | undefined;
4439
4437
  tableSizedColumnsWidth?: number | undefined;
4440
4438
  };
4441
- })>[] | undefined;
4439
+ }) | ({
4440
+ layers?: string[] | undefined;
4441
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
4442
4442
  }>;
4443
4443
  export type AddCommentParams = z.infer<typeof addCommentParamsSchema>;
4444
4444
  export declare const updateCommentParamsSchema: z.ZodObject<{
@@ -4449,8 +4449,6 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4449
4449
  title: z.ZodType<string, z.ZodTypeDef, string>;
4450
4450
  widget: z.ZodType<({
4451
4451
  layers?: string[] | undefined;
4452
- } & import("./widgets").WidgetApiType) | ({
4453
- layers?: string[] | undefined;
4454
4452
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4455
4453
  layers?: string[] | undefined;
4456
4454
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4474,7 +4472,7 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4474
4472
  uniqid: string;
4475
4473
  content: {
4476
4474
  uri?: string | undefined;
4477
- limit?: number | undefined;
4475
+ limit?: number | boolean | undefined;
4478
4476
  tableColumnsData?: {
4479
4477
  name?: string | undefined;
4480
4478
  label?: string | undefined;
@@ -4492,9 +4490,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4492
4490
  tableSizedColumns?: boolean | undefined;
4493
4491
  tableSizedColumnsWidth?: number | undefined;
4494
4492
  };
4495
- }), z.ZodTypeDef, ({
4493
+ }) | ({
4496
4494
  layers?: string[] | undefined;
4497
- } & import("./widgets").WidgetApiType) | ({
4495
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4498
4496
  layers?: string[] | undefined;
4499
4497
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4500
4498
  layers?: string[] | undefined;
@@ -4519,7 +4517,7 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4519
4517
  uniqid: string;
4520
4518
  content: {
4521
4519
  uri?: string | undefined;
4522
- limit?: number | undefined;
4520
+ limit?: number | boolean | undefined;
4523
4521
  tableColumnsData?: {
4524
4522
  name?: string | undefined;
4525
4523
  label?: string | undefined;
@@ -4537,11 +4535,11 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4537
4535
  tableSizedColumns?: boolean | undefined;
4538
4536
  tableSizedColumnsWidth?: number | undefined;
4539
4537
  };
4540
- })>;
4538
+ }) | ({
4539
+ layers?: string[] | undefined;
4540
+ } & import("./widgets").WidgetPresenceType)>;
4541
4541
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
4542
4542
  layers?: string[] | undefined;
4543
- } & import("./widgets").WidgetApiType) | ({
4544
- layers?: string[] | undefined;
4545
4543
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4546
4544
  layers?: string[] | undefined;
4547
4545
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4565,7 +4563,7 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4565
4563
  uniqid: string;
4566
4564
  content: {
4567
4565
  uri?: string | undefined;
4568
- limit?: number | undefined;
4566
+ limit?: number | boolean | undefined;
4569
4567
  tableColumnsData?: {
4570
4568
  name?: string | undefined;
4571
4569
  label?: string | undefined;
@@ -4583,9 +4581,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4583
4581
  tableSizedColumns?: boolean | undefined;
4584
4582
  tableSizedColumnsWidth?: number | undefined;
4585
4583
  };
4586
- })>, import("./widgets/default").WidgetWrapperGeneric<({
4584
+ }) | ({
4587
4585
  layers?: string[] | undefined;
4588
- } & import("./widgets").WidgetApiType) | ({
4586
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
4589
4587
  layers?: string[] | undefined;
4590
4588
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4591
4589
  layers?: string[] | undefined;
@@ -4610,7 +4608,7 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4610
4608
  uniqid: string;
4611
4609
  content: {
4612
4610
  uri?: string | undefined;
4613
- limit?: number | undefined;
4611
+ limit?: number | boolean | undefined;
4614
4612
  tableColumnsData?: {
4615
4613
  name?: string | undefined;
4616
4614
  label?: string | undefined;
@@ -4628,15 +4626,15 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4628
4626
  tableSizedColumns?: boolean | undefined;
4629
4627
  tableSizedColumnsWidth?: number | undefined;
4630
4628
  };
4631
- })>>, "many">>;
4629
+ }) | ({
4630
+ layers?: string[] | undefined;
4631
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
4632
4632
  }, "strip", z.ZodTypeAny, {
4633
4633
  idComment: number;
4634
4634
  token?: string | undefined;
4635
4635
  description?: string | undefined;
4636
4636
  widgets?: import("./widgets/default").WidgetWrapperGeneric<({
4637
4637
  layers?: string[] | undefined;
4638
- } & import("./widgets").WidgetApiType) | ({
4639
- layers?: string[] | undefined;
4640
4638
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4641
4639
  layers?: string[] | undefined;
4642
4640
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4660,7 +4658,7 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4660
4658
  uniqid: string;
4661
4659
  content: {
4662
4660
  uri?: string | undefined;
4663
- limit?: number | undefined;
4661
+ limit?: number | boolean | undefined;
4664
4662
  tableColumnsData?: {
4665
4663
  name?: string | undefined;
4666
4664
  label?: string | undefined;
@@ -4678,15 +4676,15 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4678
4676
  tableSizedColumns?: boolean | undefined;
4679
4677
  tableSizedColumnsWidth?: number | undefined;
4680
4678
  };
4681
- })>[] | undefined;
4679
+ }) | ({
4680
+ layers?: string[] | undefined;
4681
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
4682
4682
  }, {
4683
4683
  idComment: number;
4684
4684
  token?: string | undefined;
4685
4685
  description?: string | undefined;
4686
4686
  widgets?: import("./widgets/default").WidgetWrapperGeneric<({
4687
4687
  layers?: string[] | undefined;
4688
- } & import("./widgets").WidgetApiType) | ({
4689
- layers?: string[] | undefined;
4690
4688
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4691
4689
  layers?: string[] | undefined;
4692
4690
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4710,7 +4708,7 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4710
4708
  uniqid: string;
4711
4709
  content: {
4712
4710
  uri?: string | undefined;
4713
- limit?: number | undefined;
4711
+ limit?: number | boolean | undefined;
4714
4712
  tableColumnsData?: {
4715
4713
  name?: string | undefined;
4716
4714
  label?: string | undefined;
@@ -4728,7 +4726,9 @@ export declare const updateCommentParamsSchema: z.ZodObject<{
4728
4726
  tableSizedColumns?: boolean | undefined;
4729
4727
  tableSizedColumnsWidth?: number | undefined;
4730
4728
  };
4731
- })>[] | undefined;
4729
+ }) | ({
4730
+ layers?: string[] | undefined;
4731
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
4732
4732
  }>;
4733
4733
  export type UpdateCommentParams = z.infer<typeof updateCommentParamsSchema>;
4734
4734
  export declare const userReadSchema: z.ZodObject<{
@@ -4908,8 +4908,6 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
4908
4908
  title: z.ZodType<string, z.ZodTypeDef, string>;
4909
4909
  widget: z.ZodType<({
4910
4910
  layers?: string[] | undefined;
4911
- } & import("./widgets").WidgetApiType) | ({
4912
- layers?: string[] | undefined;
4913
4911
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4914
4912
  layers?: string[] | undefined;
4915
4913
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -4933,7 +4931,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
4933
4931
  uniqid: string;
4934
4932
  content: {
4935
4933
  uri?: string | undefined;
4936
- limit?: number | undefined;
4934
+ limit?: number | boolean | undefined;
4937
4935
  tableColumnsData?: {
4938
4936
  name?: string | undefined;
4939
4937
  label?: string | undefined;
@@ -4951,9 +4949,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
4951
4949
  tableSizedColumns?: boolean | undefined;
4952
4950
  tableSizedColumnsWidth?: number | undefined;
4953
4951
  };
4954
- }), z.ZodTypeDef, ({
4952
+ }) | ({
4955
4953
  layers?: string[] | undefined;
4956
- } & import("./widgets").WidgetApiType) | ({
4954
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
4957
4955
  layers?: string[] | undefined;
4958
4956
  } & import("./widgets").WidgetArticleAttachmentType) | ({
4959
4957
  layers?: string[] | undefined;
@@ -4978,7 +4976,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
4978
4976
  uniqid: string;
4979
4977
  content: {
4980
4978
  uri?: string | undefined;
4981
- limit?: number | undefined;
4979
+ limit?: number | boolean | undefined;
4982
4980
  tableColumnsData?: {
4983
4981
  name?: string | undefined;
4984
4982
  label?: string | undefined;
@@ -4996,11 +4994,11 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
4996
4994
  tableSizedColumns?: boolean | undefined;
4997
4995
  tableSizedColumnsWidth?: number | undefined;
4998
4996
  };
4999
- })>;
4997
+ }) | ({
4998
+ layers?: string[] | undefined;
4999
+ } & import("./widgets").WidgetPresenceType)>;
5000
5000
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
5001
5001
  layers?: string[] | undefined;
5002
- } & import("./widgets").WidgetApiType) | ({
5003
- layers?: string[] | undefined;
5004
5002
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5005
5003
  layers?: string[] | undefined;
5006
5004
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5024,7 +5022,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5024
5022
  uniqid: string;
5025
5023
  content: {
5026
5024
  uri?: string | undefined;
5027
- limit?: number | undefined;
5025
+ limit?: number | boolean | undefined;
5028
5026
  tableColumnsData?: {
5029
5027
  name?: string | undefined;
5030
5028
  label?: string | undefined;
@@ -5042,9 +5040,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5042
5040
  tableSizedColumns?: boolean | undefined;
5043
5041
  tableSizedColumnsWidth?: number | undefined;
5044
5042
  };
5045
- })>, import("./widgets/default").WidgetWrapperGeneric<({
5043
+ }) | ({
5046
5044
  layers?: string[] | undefined;
5047
- } & import("./widgets").WidgetApiType) | ({
5045
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
5048
5046
  layers?: string[] | undefined;
5049
5047
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5050
5048
  layers?: string[] | undefined;
@@ -5069,7 +5067,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5069
5067
  uniqid: string;
5070
5068
  content: {
5071
5069
  uri?: string | undefined;
5072
- limit?: number | undefined;
5070
+ limit?: number | boolean | undefined;
5073
5071
  tableColumnsData?: {
5074
5072
  name?: string | undefined;
5075
5073
  label?: string | undefined;
@@ -5087,7 +5085,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5087
5085
  tableSizedColumns?: boolean | undefined;
5088
5086
  tableSizedColumnsWidth?: number | undefined;
5089
5087
  };
5090
- })>>, "many">>;
5088
+ }) | ({
5089
+ layers?: string[] | undefined;
5090
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
5091
5091
  }>>, {
5092
5092
  _nbItems: z.ZodNumber;
5093
5093
  parentURI: z.ZodOptional<z.ZodString>;
@@ -5141,8 +5141,6 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5141
5141
  folderColor?: string | undefined;
5142
5142
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
5143
5143
  layers?: string[] | undefined;
5144
- } & import("./widgets").WidgetApiType) | ({
5145
- layers?: string[] | undefined;
5146
5144
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5147
5145
  layers?: string[] | undefined;
5148
5146
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5166,7 +5164,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5166
5164
  uniqid: string;
5167
5165
  content: {
5168
5166
  uri?: string | undefined;
5169
- limit?: number | undefined;
5167
+ limit?: number | boolean | undefined;
5170
5168
  tableColumnsData?: {
5171
5169
  name?: string | undefined;
5172
5170
  label?: string | undefined;
@@ -5184,7 +5182,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5184
5182
  tableSizedColumns?: boolean | undefined;
5185
5183
  tableSizedColumnsWidth?: number | undefined;
5186
5184
  };
5187
- })>[] | undefined;
5185
+ }) | ({
5186
+ layers?: string[] | undefined;
5187
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
5188
5188
  parentURI?: string | undefined;
5189
5189
  }, {
5190
5190
  type: string;
@@ -5236,8 +5236,6 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5236
5236
  folderColor?: string | undefined;
5237
5237
  articleWidgets?: import("./widgets/default").WidgetWrapperGeneric<({
5238
5238
  layers?: string[] | undefined;
5239
- } & import("./widgets").WidgetApiType) | ({
5240
- layers?: string[] | undefined;
5241
5239
  } & import("./widgets").WidgetArticleAttachmentType) | ({
5242
5240
  layers?: string[] | undefined;
5243
5241
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -5261,7 +5259,7 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5261
5259
  uniqid: string;
5262
5260
  content: {
5263
5261
  uri?: string | undefined;
5264
- limit?: number | undefined;
5262
+ limit?: number | boolean | undefined;
5265
5263
  tableColumnsData?: {
5266
5264
  name?: string | undefined;
5267
5265
  label?: string | undefined;
@@ -5279,7 +5277,9 @@ export declare const jFolderListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
5279
5277
  tableSizedColumns?: boolean | undefined;
5280
5278
  tableSizedColumnsWidth?: number | undefined;
5281
5279
  };
5282
- })>[] | undefined;
5280
+ }) | ({
5281
+ layers?: string[] | undefined;
5282
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
5283
5283
  parentURI?: string | undefined;
5284
5284
  }>;
5285
5285
  export type jFolderList = z.infer<typeof jFolderListSchema>;