jamespot-user-api 1.0.181 → 1.0.182

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 (129) 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 +2 -2
  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 +17 -17
  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 +10 -8
  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/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/enums/_GroupModerateStatus.html +1 -0
  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 -2
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/jest.config.d.ts +0 -1
  61. package/lib/jest.config.vm.d.ts +0 -1
  62. package/lib/src/apis/admin/utils.d.ts +1 -1
  63. package/lib/src/apis/article/article.d.ts +3 -1
  64. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  65. package/lib/src/apis/group/group.d.ts +218 -9
  66. package/lib/src/apis/group/group.mock.d.ts +6 -6
  67. package/lib/src/apis/jland/jland.d.ts +2 -31
  68. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  69. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  70. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  71. package/lib/src/apis/user/user.d.ts +11 -103
  72. package/lib/src/apis/user/user.mock.d.ts +5 -1
  73. package/lib/src/apis/widget/widget.d.ts +2 -2
  74. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  75. package/lib/src/types/adminUtils.d.ts +10 -10
  76. package/lib/src/types/article.d.ts +3065 -4796
  77. package/lib/src/types/asei.d.ts +231 -413
  78. package/lib/src/types/assetReservation.d.ts +1051 -1768
  79. package/lib/src/types/autocomplete.d.ts +14 -14
  80. package/lib/src/types/businessContact.d.ts +136 -502
  81. package/lib/src/types/comment.d.ts +231 -413
  82. package/lib/src/types/diapazone.d.ts +4 -4
  83. package/lib/src/types/faq.d.ts +1365 -2277
  84. package/lib/src/types/global.d.ts +2 -2
  85. package/lib/src/types/group.d.ts +1881 -127
  86. package/lib/src/types/hook.d.ts +1 -2
  87. package/lib/src/types/index.d.ts +1 -0
  88. package/lib/src/types/jLand.d.ts +1175 -0
  89. package/lib/src/types/mediaLibrary.d.ts +241 -423
  90. package/lib/src/types/meeting.d.ts +723 -1269
  91. package/lib/src/types/model.d.ts +653 -89
  92. package/lib/src/types/object.d.ts +2 -2
  93. package/lib/src/types/pollSurvey.d.ts +856 -1402
  94. package/lib/src/types/quizz.d.ts +723 -1269
  95. package/lib/src/types/search.d.ts +8 -8
  96. package/lib/src/types/share.d.ts +8 -8
  97. package/lib/src/types/socialEvent.d.ts +723 -1269
  98. package/lib/src/types/support.d.ts +723 -1269
  99. package/lib/src/types/surveyDate.d.ts +726 -1308
  100. package/lib/src/types/tvDisplay.d.ts +18544 -49
  101. package/lib/src/types/uri.d.ts +44 -8
  102. package/lib/src/types/wedoc.d.ts +633 -27
  103. package/lib/src/types/widgets/common.d.ts +1 -18
  104. package/lib/src/types/widgets/default.d.ts +538 -1719
  105. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  106. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  107. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  108. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  109. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  114. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  115. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  116. package/lib/src/types/widgets.d.ts +3573 -4860
  117. package/lib/src/util/Test.d.ts +5 -498
  118. package/lib/src/util/group.d.ts +2 -2
  119. package/lib/src/util/index.d.ts +1 -0
  120. package/lib/src/util/widget.d.ts +83 -0
  121. package/package.json +1 -1
  122. package/phpunitMock/articleCreate-businessContact.json +23 -0
  123. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  124. package/phpunitMock/articleDelete-businessContact.json +12 -0
  125. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  126. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  127. package/phpunitMock/userSignIn-success.json +31 -0
  128. package/documentation/enums/GroupModerateStatus.html +0 -1
  129. package/documentation/interfaces/Category.html +0 -1
@@ -87,8 +87,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
87
87
  dateModified: string;
88
88
  title: string;
89
89
  _url: string;
90
- category: number;
91
90
  privacy: number;
91
+ category: number;
92
92
  }, {
93
93
  type: string;
94
94
  id: number;
@@ -98,8 +98,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
98
98
  dateModified: string;
99
99
  title: string;
100
100
  _url: string;
101
- category: number;
102
101
  privacy: number;
102
+ category: number;
103
103
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
104
104
  id: z.ZodType<number, z.ZodTypeDef, number>;
105
105
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -145,335 +145,30 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
145
145
  height: number;
146
146
  }>>;
147
147
  articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
148
- title: z.ZodString;
149
- widget: z.ZodIntersection<z.ZodObject<{
150
- layers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
151
- }, "strip", z.ZodTypeAny, {
148
+ title: z.ZodType<string, z.ZodTypeDef, string>;
149
+ widget: z.ZodType<({
152
150
  layers?: string[] | undefined;
153
- }, {
151
+ } & import("./widgets").WidgetApiType) | ({
154
152
  layers?: string[] | undefined;
155
- }>, z.ZodUnion<[z.ZodObject<{
156
- name: z.ZodType<import("./widgets").WidgetsName.Api, z.ZodTypeDef, import("./widgets").WidgetsName.Api>;
157
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
158
- content: z.ZodType<import("./widgets").WidgetApiContent, z.ZodTypeDef, import("./widgets").WidgetApiContent>;
159
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetApiType, import("./widgets").WidgetApiType>, z.ZodObject<{
160
- name: z.ZodType<import("./widgets").WidgetsName.ArticleAttachment, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleAttachment>;
161
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
162
- content: z.ZodType<import("./widgets").WidgetArticleAttachmentContent, z.ZodTypeDef, import("./widgets").WidgetArticleAttachmentContent>;
163
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleAttachmentType, import("./widgets").WidgetArticleAttachmentType>, z.ZodObject<{
164
- name: z.ZodType<import("./widgets").WidgetsName.ArticleButton, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleButton>;
165
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
166
- content: z.ZodType<{
167
- url?: string | undefined;
168
- target?: string | undefined;
169
- text?: string | undefined;
170
- color?: string | undefined;
171
- backgroundColor?: string | undefined;
172
- borderRadius?: string | undefined;
173
- fontSize?: string | undefined;
174
- buttonSize?: "sm" | "md" | "lg" | undefined;
175
- variant?: "contained" | "outlined" | undefined;
176
- openingType?: "link" | "anchor" | "popup" | undefined;
177
- openingTypeLink?: {
178
- url: string;
179
- target: string;
180
- } | undefined;
181
- openingTypeAnchor?: {
182
- uniqid: string;
183
- } | undefined;
184
- openingTypePopup?: {
185
- title: string;
186
- widgets: import("./widgets").WidgetBaseType[];
187
- } | undefined;
188
- }, z.ZodTypeDef, {
189
- url?: string | undefined;
190
- target?: string | undefined;
191
- text?: string | undefined;
192
- color?: string | undefined;
193
- backgroundColor?: string | undefined;
194
- borderRadius?: string | undefined;
195
- fontSize?: string | undefined;
196
- buttonSize?: "sm" | "md" | "lg" | undefined;
197
- variant?: "contained" | "outlined" | undefined;
198
- openingType?: "link" | "anchor" | "popup" | undefined;
199
- openingTypeLink?: {
200
- url: string;
201
- target: string;
202
- } | undefined;
203
- openingTypeAnchor?: {
204
- uniqid: string;
205
- } | undefined;
206
- openingTypePopup?: {
207
- title: string;
208
- widgets: import("./widgets").WidgetBaseType[];
209
- } | undefined;
210
- }>;
211
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleButtonType, import("./widgets").WidgetArticleButtonType>, z.ZodObject<{
212
- name: z.ZodType<import("./widgets").WidgetsName.ArticleGallery, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleGallery>;
213
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
214
- content: z.ZodType<import("./widgets").WidgetArticleGalleryContent, z.ZodTypeDef, import("./widgets").WidgetArticleGalleryContent>;
215
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleGalleryType, import("./widgets").WidgetArticleGalleryType>, z.ZodObject<{
216
- name: z.ZodType<import("./widgets").WidgetsName.ArticleImage, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleImage>;
217
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
218
- content: z.ZodType<import("./widgets").WidgetArticleImageContent, z.ZodTypeDef, import("./widgets").WidgetArticleImageContent>;
219
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleImageType, import("./widgets").WidgetArticleImageType>, z.ZodObject<{
220
- name: z.ZodType<import("./widgets").WidgetsName.ArticleTitle, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleTitle>;
221
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
222
- content: z.ZodType<import("./widgets").WidgetArticleTitleContent, z.ZodTypeDef, import("./widgets").WidgetArticleTitleContent>;
223
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTitleType, import("./widgets").WidgetArticleTitleType>, z.ZodObject<{
224
- name: z.ZodType<import("./widgets").WidgetsName.ArticleText, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleText>;
225
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
226
- content: z.ZodType<import("./widgets").WidgetArticleTextContent, z.ZodTypeDef, import("./widgets").WidgetArticleTextContent>;
227
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleTextType, import("./widgets").WidgetArticleTextType>, z.ZodObject<{
228
- name: z.ZodType<import("./widgets").WidgetsName.ArticleSlider, z.ZodTypeDef, import("./widgets").WidgetsName.ArticleSlider>;
229
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
230
- content: z.ZodType<import("./widgets").WidgetArticleSliderContent, z.ZodTypeDef, import("./widgets").WidgetArticleSliderContent>;
231
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetArticleSliderType, import("./widgets").WidgetArticleSliderType>, z.ZodType<import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>, z.ZodTypeDef, import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType>>, z.ZodObject<{
232
- name: z.ZodType<import("./widgets").WidgetsName.DatasourceTable, z.ZodTypeDef, import("./widgets").WidgetsName.DatasourceTable>;
233
- uniqid: z.ZodType<string, z.ZodTypeDef, string>;
234
- content: z.ZodType<{
235
- uri?: string | undefined;
236
- limit?: number | undefined;
237
- tableColumnsData?: {
238
- name?: string | undefined;
239
- label?: string | undefined;
240
- isVisible?: boolean | undefined;
241
- textEllipsis?: boolean | undefined;
242
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
243
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
244
- }[] | undefined;
245
- tableHeadColor?: string | undefined;
246
- tableHeadTextColor?: string | undefined;
247
- tableHeadIconColor?: string | undefined;
248
- tableRowColor?: string | undefined;
249
- tableRowTextColor?: string | undefined;
250
- tableBorderRadius?: number | undefined;
251
- tableSizedColumns?: boolean | undefined;
252
- tableSizedColumnsWidth?: number | undefined;
253
- }, z.ZodTypeDef, {
254
- uri?: string | undefined;
255
- limit?: number | undefined;
256
- tableColumnsData?: {
257
- name?: string | undefined;
258
- label?: string | undefined;
259
- isVisible?: boolean | undefined;
260
- textEllipsis?: boolean | undefined;
261
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
262
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
263
- }[] | undefined;
264
- tableHeadColor?: string | undefined;
265
- tableHeadTextColor?: string | undefined;
266
- tableHeadIconColor?: string | undefined;
267
- tableRowColor?: string | undefined;
268
- tableRowTextColor?: string | undefined;
269
- tableBorderRadius?: number | undefined;
270
- tableSizedColumns?: boolean | undefined;
271
- tableSizedColumnsWidth?: number | undefined;
272
- }>;
273
- }, "strip", z.ZodTypeAny, import("./widgets").WidgetDatasourceTableType, import("./widgets").WidgetDatasourceTableType>, z.ZodLazy<z.ZodObject<{
274
- name: z.ZodLiteral<import("./widgets").WidgetsName.ExcelDatasourceTable>;
275
- uniqid: z.ZodString;
276
- content: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
277
- limit: z.ZodOptional<z.ZodNumber>;
278
- tableColumnsData: z.ZodOptional<z.ZodArray<z.ZodObject<{
279
- name: z.ZodOptional<z.ZodString>;
280
- isVisible: z.ZodOptional<z.ZodBoolean>;
281
- textEllipsis: z.ZodOptional<z.ZodBoolean>;
282
- label: z.ZodOptional<z.ZodString>;
283
- dateFormat: z.ZodOptional<z.ZodEnum<["date", "date-time", "date-time-sec", "time", "time-sec"]>>;
284
- numberFormat: z.ZodOptional<z.ZodEnum<["fr-FR", "en-EN", "filesize"]>>;
285
- }, "strip", z.ZodTypeAny, {
286
- name?: string | undefined;
287
- label?: string | undefined;
288
- isVisible?: boolean | undefined;
289
- textEllipsis?: boolean | undefined;
290
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
291
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
292
- }, {
293
- name?: string | undefined;
294
- label?: string | undefined;
295
- isVisible?: boolean | undefined;
296
- textEllipsis?: boolean | undefined;
297
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
298
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
299
- }>, "many">>;
300
- tableHeadColor: z.ZodOptional<z.ZodString>;
301
- tableHeadTextColor: z.ZodOptional<z.ZodString>;
302
- tableHeadIconColor: z.ZodOptional<z.ZodString>;
303
- tableRowColor: z.ZodOptional<z.ZodString>;
304
- tableRowTextColor: z.ZodOptional<z.ZodString>;
305
- tableBorderRadius: z.ZodOptional<z.ZodNumber>;
306
- tableSizedColumns: z.ZodOptional<z.ZodBoolean>;
307
- tableSizedColumnsWidth: z.ZodOptional<z.ZodNumber>;
308
- }, {
309
- uri: z.ZodOptional<z.ZodString>;
310
- }>, {
311
- uri: z.ZodOptional<z.ZodString>;
312
- }>, "strip", z.ZodTypeAny, {
313
- uri?: string | undefined;
314
- limit?: number | undefined;
315
- tableColumnsData?: {
316
- name?: string | undefined;
317
- label?: string | undefined;
318
- isVisible?: boolean | undefined;
319
- textEllipsis?: boolean | undefined;
320
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
321
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
322
- }[] | undefined;
323
- tableHeadColor?: string | undefined;
324
- tableHeadTextColor?: string | undefined;
325
- tableHeadIconColor?: string | undefined;
326
- tableRowColor?: string | undefined;
327
- tableRowTextColor?: string | undefined;
328
- tableBorderRadius?: number | undefined;
329
- tableSizedColumns?: boolean | undefined;
330
- tableSizedColumnsWidth?: number | undefined;
331
- }, {
332
- uri?: string | undefined;
333
- limit?: number | undefined;
334
- tableColumnsData?: {
335
- name?: string | undefined;
336
- label?: string | undefined;
337
- isVisible?: boolean | undefined;
338
- textEllipsis?: boolean | undefined;
339
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
340
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
341
- }[] | undefined;
342
- tableHeadColor?: string | undefined;
343
- tableHeadTextColor?: string | undefined;
344
- tableHeadIconColor?: string | undefined;
345
- tableRowColor?: string | undefined;
346
- tableRowTextColor?: string | undefined;
347
- tableBorderRadius?: number | undefined;
348
- tableSizedColumns?: boolean | undefined;
349
- tableSizedColumnsWidth?: number | undefined;
350
- }>;
351
- }, "strip", z.ZodTypeAny, {
352
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
353
- uniqid: string;
354
- content: {
355
- uri?: string | undefined;
356
- limit?: number | undefined;
357
- tableColumnsData?: {
358
- name?: string | undefined;
359
- label?: string | undefined;
360
- isVisible?: boolean | undefined;
361
- textEllipsis?: boolean | undefined;
362
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
363
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
364
- }[] | undefined;
365
- tableHeadColor?: string | undefined;
366
- tableHeadTextColor?: string | undefined;
367
- tableHeadIconColor?: string | undefined;
368
- tableRowColor?: string | undefined;
369
- tableRowTextColor?: string | undefined;
370
- tableBorderRadius?: number | undefined;
371
- tableSizedColumns?: boolean | undefined;
372
- tableSizedColumnsWidth?: number | undefined;
373
- };
374
- }, {
375
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
376
- uniqid: string;
377
- content: {
378
- uri?: string | undefined;
379
- limit?: number | undefined;
380
- tableColumnsData?: {
381
- name?: string | undefined;
382
- label?: string | undefined;
383
- isVisible?: boolean | undefined;
384
- textEllipsis?: boolean | undefined;
385
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
386
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
387
- }[] | undefined;
388
- tableHeadColor?: string | undefined;
389
- tableHeadTextColor?: string | undefined;
390
- tableHeadIconColor?: string | undefined;
391
- tableRowColor?: string | undefined;
392
- tableRowTextColor?: string | undefined;
393
- tableBorderRadius?: number | undefined;
394
- tableSizedColumns?: boolean | undefined;
395
- tableSizedColumnsWidth?: number | undefined;
396
- };
397
- }>>]> | z.ZodType<import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
398
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
399
- uniqid: string;
400
- content: {
401
- uri?: string | undefined;
402
- limit?: number | undefined;
403
- tableColumnsData?: {
404
- name?: string | undefined;
405
- label?: string | undefined;
406
- isVisible?: boolean | undefined;
407
- textEllipsis?: boolean | undefined;
408
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
409
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
410
- }[] | undefined;
411
- tableHeadColor?: string | undefined;
412
- tableHeadTextColor?: string | undefined;
413
- tableHeadIconColor?: string | undefined;
414
- tableRowColor?: string | undefined;
415
- tableRowTextColor?: string | undefined;
416
- tableBorderRadius?: number | undefined;
417
- tableSizedColumns?: boolean | undefined;
418
- tableSizedColumnsWidth?: number | undefined;
419
- };
420
- }, z.ZodTypeDef, import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
421
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
422
- uniqid: string;
423
- content: {
424
- uri?: string | undefined;
425
- limit?: number | undefined;
426
- tableColumnsData?: {
427
- name?: string | undefined;
428
- label?: string | undefined;
429
- isVisible?: boolean | undefined;
430
- textEllipsis?: boolean | undefined;
431
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
432
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
433
- }[] | undefined;
434
- tableHeadColor?: string | undefined;
435
- tableHeadTextColor?: string | undefined;
436
- tableHeadIconColor?: string | undefined;
437
- tableRowColor?: string | undefined;
438
- tableRowTextColor?: string | undefined;
439
- tableBorderRadius?: number | undefined;
440
- tableSizedColumns?: boolean | undefined;
441
- tableSizedColumnsWidth?: number | undefined;
442
- };
443
- }>>;
444
- }, "strip", z.ZodTypeAny, {
445
- title: string;
446
- widget: {
153
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
447
154
  layers?: string[] | undefined;
448
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
449
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
450
- uniqid: string;
451
- content: {
452
- uri?: string | undefined;
453
- limit?: number | undefined;
454
- tableColumnsData?: {
455
- name?: string | undefined;
456
- label?: string | undefined;
457
- isVisible?: boolean | undefined;
458
- textEllipsis?: boolean | undefined;
459
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
460
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
461
- }[] | undefined;
462
- tableHeadColor?: string | undefined;
463
- tableHeadTextColor?: string | undefined;
464
- tableHeadIconColor?: string | undefined;
465
- tableRowColor?: string | undefined;
466
- tableRowTextColor?: string | undefined;
467
- tableBorderRadius?: number | undefined;
468
- tableSizedColumns?: boolean | undefined;
469
- tableSizedColumnsWidth?: number | undefined;
470
- };
471
- });
472
- }, {
473
- title: string;
474
- widget: {
155
+ } & import("./widgets").WidgetArticleButtonType) | ({
156
+ layers?: string[] | undefined;
157
+ } & import("./widgets").WidgetArticleGalleryType) | ({
158
+ layers?: string[] | undefined;
159
+ } & import("./widgets").WidgetArticleImageType) | ({
160
+ layers?: string[] | undefined;
161
+ } & import("./widgets").WidgetArticleTitleType) | ({
162
+ layers?: string[] | undefined;
163
+ } & import("./widgets").WidgetArticleTextType) | ({
475
164
  layers?: string[] | undefined;
476
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
165
+ } & import("./widgets").WidgetArticleSliderType) | ({
166
+ layers?: string[] | undefined;
167
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
168
+ layers?: string[] | undefined;
169
+ } & import("./widgets").WidgetDatasourceTableType) | ({
170
+ layers?: string[] | undefined;
171
+ } & {
477
172
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
478
173
  uniqid: string;
479
174
  content: {
@@ -496,7 +191,29 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
496
191
  tableSizedColumns?: boolean | undefined;
497
192
  tableSizedColumnsWidth?: number | undefined;
498
193
  };
499
- } | {
194
+ }), z.ZodTypeDef, ({
195
+ layers?: string[] | undefined;
196
+ } & import("./widgets").WidgetApiType) | ({
197
+ layers?: string[] | undefined;
198
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
199
+ layers?: string[] | undefined;
200
+ } & import("./widgets").WidgetArticleButtonType) | ({
201
+ layers?: string[] | undefined;
202
+ } & import("./widgets").WidgetArticleGalleryType) | ({
203
+ layers?: string[] | undefined;
204
+ } & import("./widgets").WidgetArticleImageType) | ({
205
+ layers?: string[] | undefined;
206
+ } & import("./widgets").WidgetArticleTitleType) | ({
207
+ layers?: string[] | undefined;
208
+ } & import("./widgets").WidgetArticleTextType) | ({
209
+ layers?: string[] | undefined;
210
+ } & import("./widgets").WidgetArticleSliderType) | ({
211
+ layers?: string[] | undefined;
212
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
213
+ layers?: string[] | undefined;
214
+ } & import("./widgets").WidgetDatasourceTableType) | ({
215
+ layers?: string[] | undefined;
216
+ } & {
500
217
  name: import("./widgets").WidgetsName.ExcelDatasourceTable;
501
218
  uniqid: string;
502
219
  content: {
@@ -519,8 +236,98 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
519
236
  tableSizedColumns?: boolean | undefined;
520
237
  tableSizedColumnsWidth?: number | undefined;
521
238
  };
522
- });
523
- }>, "many">>;
239
+ })>;
240
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
241
+ layers?: string[] | undefined;
242
+ } & import("./widgets").WidgetApiType) | ({
243
+ layers?: string[] | undefined;
244
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
245
+ layers?: string[] | undefined;
246
+ } & import("./widgets").WidgetArticleButtonType) | ({
247
+ layers?: string[] | undefined;
248
+ } & import("./widgets").WidgetArticleGalleryType) | ({
249
+ layers?: string[] | undefined;
250
+ } & import("./widgets").WidgetArticleImageType) | ({
251
+ layers?: string[] | undefined;
252
+ } & import("./widgets").WidgetArticleTitleType) | ({
253
+ layers?: string[] | undefined;
254
+ } & import("./widgets").WidgetArticleTextType) | ({
255
+ layers?: string[] | undefined;
256
+ } & import("./widgets").WidgetArticleSliderType) | ({
257
+ layers?: string[] | undefined;
258
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
259
+ layers?: string[] | undefined;
260
+ } & import("./widgets").WidgetDatasourceTableType) | ({
261
+ layers?: string[] | undefined;
262
+ } & {
263
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
264
+ uniqid: string;
265
+ content: {
266
+ uri?: string | undefined;
267
+ limit?: number | undefined;
268
+ tableColumnsData?: {
269
+ name?: string | undefined;
270
+ label?: string | undefined;
271
+ isVisible?: boolean | undefined;
272
+ textEllipsis?: boolean | undefined;
273
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
274
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
275
+ }[] | undefined;
276
+ tableHeadColor?: string | undefined;
277
+ tableHeadTextColor?: string | undefined;
278
+ tableHeadIconColor?: string | undefined;
279
+ tableRowColor?: string | undefined;
280
+ tableRowTextColor?: string | undefined;
281
+ tableBorderRadius?: number | undefined;
282
+ tableSizedColumns?: boolean | undefined;
283
+ tableSizedColumnsWidth?: number | undefined;
284
+ };
285
+ })>, import("./widgets").WidgetWrapperGeneric<({
286
+ layers?: string[] | undefined;
287
+ } & import("./widgets").WidgetApiType) | ({
288
+ layers?: string[] | undefined;
289
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
290
+ layers?: string[] | undefined;
291
+ } & import("./widgets").WidgetArticleButtonType) | ({
292
+ layers?: string[] | undefined;
293
+ } & import("./widgets").WidgetArticleGalleryType) | ({
294
+ layers?: string[] | undefined;
295
+ } & import("./widgets").WidgetArticleImageType) | ({
296
+ layers?: string[] | undefined;
297
+ } & import("./widgets").WidgetArticleTitleType) | ({
298
+ layers?: string[] | undefined;
299
+ } & import("./widgets").WidgetArticleTextType) | ({
300
+ layers?: string[] | undefined;
301
+ } & import("./widgets").WidgetArticleSliderType) | ({
302
+ layers?: string[] | undefined;
303
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
304
+ layers?: string[] | undefined;
305
+ } & import("./widgets").WidgetDatasourceTableType) | ({
306
+ layers?: string[] | undefined;
307
+ } & {
308
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
309
+ uniqid: string;
310
+ content: {
311
+ uri?: string | undefined;
312
+ limit?: number | undefined;
313
+ tableColumnsData?: {
314
+ name?: string | undefined;
315
+ label?: string | undefined;
316
+ isVisible?: boolean | undefined;
317
+ textEllipsis?: boolean | undefined;
318
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
319
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
320
+ }[] | undefined;
321
+ tableHeadColor?: string | undefined;
322
+ tableHeadTextColor?: string | undefined;
323
+ tableHeadIconColor?: string | undefined;
324
+ tableRowColor?: string | undefined;
325
+ tableRowTextColor?: string | undefined;
326
+ tableBorderRadius?: number | undefined;
327
+ tableSizedColumns?: boolean | undefined;
328
+ tableSizedColumnsWidth?: number | undefined;
329
+ };
330
+ })>>, "many">>;
524
331
  }>, {
525
332
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
526
333
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -698,8 +505,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
698
505
  dateModified: string;
699
506
  title: string;
700
507
  _url: string;
701
- category: number;
702
508
  privacy: number;
509
+ category: number;
703
510
  } | {
704
511
  type: "folder" | "rootFolder";
705
512
  id: number;
@@ -769,35 +576,52 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
769
576
  width: number;
770
577
  height: number;
771
578
  } | undefined;
772
- articleWidgets?: {
773
- title: string;
774
- widget: {
775
- layers?: string[] | undefined;
776
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
777
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
778
- uniqid: string;
779
- content: {
780
- uri?: string | undefined;
781
- limit?: number | undefined;
782
- tableColumnsData?: {
783
- name?: string | undefined;
784
- label?: string | undefined;
785
- isVisible?: boolean | undefined;
786
- textEllipsis?: boolean | undefined;
787
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
788
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
789
- }[] | undefined;
790
- tableHeadColor?: string | undefined;
791
- tableHeadTextColor?: string | undefined;
792
- tableHeadIconColor?: string | undefined;
793
- tableRowColor?: string | undefined;
794
- tableRowTextColor?: string | undefined;
795
- tableBorderRadius?: number | undefined;
796
- tableSizedColumns?: boolean | undefined;
797
- tableSizedColumnsWidth?: number | undefined;
798
- };
799
- });
800
- }[] | undefined;
579
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
580
+ layers?: string[] | undefined;
581
+ } & import("./widgets").WidgetApiType) | ({
582
+ layers?: string[] | undefined;
583
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
584
+ layers?: string[] | undefined;
585
+ } & import("./widgets").WidgetArticleButtonType) | ({
586
+ layers?: string[] | undefined;
587
+ } & import("./widgets").WidgetArticleGalleryType) | ({
588
+ layers?: string[] | undefined;
589
+ } & import("./widgets").WidgetArticleImageType) | ({
590
+ layers?: string[] | undefined;
591
+ } & import("./widgets").WidgetArticleTitleType) | ({
592
+ layers?: string[] | undefined;
593
+ } & import("./widgets").WidgetArticleTextType) | ({
594
+ layers?: string[] | undefined;
595
+ } & import("./widgets").WidgetArticleSliderType) | ({
596
+ layers?: string[] | undefined;
597
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
598
+ layers?: string[] | undefined;
599
+ } & import("./widgets").WidgetDatasourceTableType) | ({
600
+ layers?: string[] | undefined;
601
+ } & {
602
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
603
+ uniqid: string;
604
+ content: {
605
+ uri?: string | undefined;
606
+ limit?: number | undefined;
607
+ tableColumnsData?: {
608
+ name?: string | undefined;
609
+ label?: string | undefined;
610
+ isVisible?: boolean | undefined;
611
+ textEllipsis?: boolean | undefined;
612
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
613
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
614
+ }[] | undefined;
615
+ tableHeadColor?: string | undefined;
616
+ tableHeadTextColor?: string | undefined;
617
+ tableHeadIconColor?: string | undefined;
618
+ tableRowColor?: string | undefined;
619
+ tableRowTextColor?: string | undefined;
620
+ tableBorderRadius?: number | undefined;
621
+ tableSizedColumns?: boolean | undefined;
622
+ tableSizedColumnsWidth?: number | undefined;
623
+ };
624
+ })>[] | undefined;
801
625
  }, {
802
626
  type: string;
803
627
  id: number;
@@ -826,8 +650,8 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
826
650
  dateModified: string;
827
651
  title: string;
828
652
  _url: string;
829
- category: number;
830
653
  privacy: number;
654
+ category: number;
831
655
  } | {
832
656
  type: "folder" | "rootFolder";
833
657
  id: number;
@@ -897,58 +721,52 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
897
721
  width: number;
898
722
  height: number;
899
723
  } | undefined;
900
- articleWidgets?: {
901
- title: string;
902
- widget: {
903
- layers?: string[] | undefined;
904
- } & (import("./widgets").WidgetArticleButtonType | import("./widgets").WidgetArticleGalleryType | import("./widgets").WidgetArticleTitleType | import("./widgets").WidgetArticleTextType | import("./widgets").WidgetArticleImageType | import("./widgets").WidgetArticleAttachmentType | import("./widgets").WidgetApiType | import("./widgets").WidgetArticleSliderType | import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent & import("./widgets").LegacyAngularJSType> | import("./widgets").WidgetDatasourceTableType | {
905
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
906
- uniqid: string;
907
- content: {
908
- uri?: string | undefined;
909
- limit?: number | undefined;
910
- tableColumnsData?: {
911
- name?: string | undefined;
912
- label?: string | undefined;
913
- isVisible?: boolean | undefined;
914
- textEllipsis?: boolean | undefined;
915
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
916
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
917
- }[] | undefined;
918
- tableHeadColor?: string | undefined;
919
- tableHeadTextColor?: string | undefined;
920
- tableHeadIconColor?: string | undefined;
921
- tableRowColor?: string | undefined;
922
- tableRowTextColor?: string | undefined;
923
- tableBorderRadius?: number | undefined;
924
- tableSizedColumns?: boolean | undefined;
925
- tableSizedColumnsWidth?: number | undefined;
926
- };
927
- } | {
928
- name: import("./widgets").WidgetsName.ExcelDatasourceTable;
929
- uniqid: string;
930
- content: {
931
- uri?: string | undefined;
932
- limit?: number | undefined;
933
- tableColumnsData?: {
934
- name?: string | undefined;
935
- label?: string | undefined;
936
- isVisible?: boolean | undefined;
937
- textEllipsis?: boolean | undefined;
938
- dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
939
- numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
940
- }[] | undefined;
941
- tableHeadColor?: string | undefined;
942
- tableHeadTextColor?: string | undefined;
943
- tableHeadIconColor?: string | undefined;
944
- tableRowColor?: string | undefined;
945
- tableRowTextColor?: string | undefined;
946
- tableBorderRadius?: number | undefined;
947
- tableSizedColumns?: boolean | undefined;
948
- tableSizedColumnsWidth?: number | undefined;
949
- };
950
- });
951
- }[] | undefined;
724
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
725
+ layers?: string[] | undefined;
726
+ } & import("./widgets").WidgetApiType) | ({
727
+ layers?: string[] | undefined;
728
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
729
+ layers?: string[] | undefined;
730
+ } & import("./widgets").WidgetArticleButtonType) | ({
731
+ layers?: string[] | undefined;
732
+ } & import("./widgets").WidgetArticleGalleryType) | ({
733
+ layers?: string[] | undefined;
734
+ } & import("./widgets").WidgetArticleImageType) | ({
735
+ layers?: string[] | undefined;
736
+ } & import("./widgets").WidgetArticleTitleType) | ({
737
+ layers?: string[] | undefined;
738
+ } & import("./widgets").WidgetArticleTextType) | ({
739
+ layers?: string[] | undefined;
740
+ } & import("./widgets").WidgetArticleSliderType) | ({
741
+ layers?: string[] | undefined;
742
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
743
+ layers?: string[] | undefined;
744
+ } & import("./widgets").WidgetDatasourceTableType) | ({
745
+ layers?: string[] | undefined;
746
+ } & {
747
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
748
+ uniqid: string;
749
+ content: {
750
+ uri?: string | undefined;
751
+ limit?: number | undefined;
752
+ tableColumnsData?: {
753
+ name?: string | undefined;
754
+ label?: string | undefined;
755
+ isVisible?: boolean | undefined;
756
+ textEllipsis?: boolean | undefined;
757
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
758
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
759
+ }[] | undefined;
760
+ tableHeadColor?: string | undefined;
761
+ tableHeadTextColor?: string | undefined;
762
+ tableHeadIconColor?: string | undefined;
763
+ tableRowColor?: string | undefined;
764
+ tableRowTextColor?: string | undefined;
765
+ tableBorderRadius?: number | undefined;
766
+ tableSizedColumns?: boolean | undefined;
767
+ tableSizedColumnsWidth?: number | undefined;
768
+ };
769
+ })>[] | undefined;
952
770
  }>;
953
771
  export type AseiTicket = z.infer<typeof aseiTicketSchema>;
954
772
  export declare const aseiInstitutionSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{