jamespot-user-api 1.0.180 → 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 (130) 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/file/file.d.ts +2 -2
  65. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  66. package/lib/src/apis/group/group.d.ts +218 -9
  67. package/lib/src/apis/group/group.mock.d.ts +6 -6
  68. package/lib/src/apis/jland/jland.d.ts +2 -31
  69. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  70. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  71. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  72. package/lib/src/apis/user/user.d.ts +11 -103
  73. package/lib/src/apis/user/user.mock.d.ts +5 -1
  74. package/lib/src/apis/widget/widget.d.ts +2 -2
  75. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  76. package/lib/src/types/adminUtils.d.ts +10 -10
  77. package/lib/src/types/article.d.ts +3065 -4796
  78. package/lib/src/types/asei.d.ts +231 -413
  79. package/lib/src/types/assetReservation.d.ts +1051 -1768
  80. package/lib/src/types/autocomplete.d.ts +14 -14
  81. package/lib/src/types/businessContact.d.ts +136 -502
  82. package/lib/src/types/comment.d.ts +231 -413
  83. package/lib/src/types/diapazone.d.ts +4 -4
  84. package/lib/src/types/faq.d.ts +1365 -2277
  85. package/lib/src/types/global.d.ts +2 -2
  86. package/lib/src/types/group.d.ts +1881 -127
  87. package/lib/src/types/hook.d.ts +1 -2
  88. package/lib/src/types/index.d.ts +1 -0
  89. package/lib/src/types/jLand.d.ts +1175 -0
  90. package/lib/src/types/mediaLibrary.d.ts +241 -423
  91. package/lib/src/types/meeting.d.ts +723 -1269
  92. package/lib/src/types/model.d.ts +653 -89
  93. package/lib/src/types/object.d.ts +2 -2
  94. package/lib/src/types/pollSurvey.d.ts +856 -1402
  95. package/lib/src/types/quizz.d.ts +723 -1269
  96. package/lib/src/types/search.d.ts +8 -8
  97. package/lib/src/types/share.d.ts +8 -8
  98. package/lib/src/types/socialEvent.d.ts +723 -1269
  99. package/lib/src/types/support.d.ts +723 -1269
  100. package/lib/src/types/surveyDate.d.ts +726 -1308
  101. package/lib/src/types/tvDisplay.d.ts +18544 -49
  102. package/lib/src/types/uri.d.ts +44 -8
  103. package/lib/src/types/wedoc.d.ts +633 -27
  104. package/lib/src/types/widgets/common.d.ts +1 -18
  105. package/lib/src/types/widgets/default.d.ts +538 -1719
  106. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  107. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  108. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  109. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  114. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  115. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  116. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  117. package/lib/src/types/widgets.d.ts +3573 -4860
  118. package/lib/src/util/Test.d.ts +5 -498
  119. package/lib/src/util/group.d.ts +2 -2
  120. package/lib/src/util/index.d.ts +1 -0
  121. package/lib/src/util/widget.d.ts +83 -0
  122. package/package.json +1 -1
  123. package/phpunitMock/articleCreate-businessContact.json +23 -0
  124. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  125. package/phpunitMock/articleDelete-businessContact.json +12 -0
  126. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  127. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  128. package/phpunitMock/userSignIn-success.json +31 -0
  129. package/documentation/enums/GroupModerateStatus.html +0 -1
  130. package/documentation/interfaces/Category.html +0 -1
@@ -1,4 +1,4 @@
1
- import { TVChannelCreation, TVChannelList, TVChannelLittle, TVGetChannelResponse, TVGetConfigureChannelResponse } from '../../types/tvDisplay';
1
+ import { TVChannelCreation, TVChannelList, TVChannelLittle } from '../../types/tvDisplay';
2
2
  import { JBaseApi } from '../base';
3
3
  import { ApiWrapper, BaseMessages, MaybeWithToken } from '../../types/utils';
4
4
  export declare class TVDisplayApi extends JBaseApi {
@@ -6,8 +6,967 @@ export declare class TVDisplayApi extends JBaseApi {
6
6
  getChannel(params: {
7
7
  id: number;
8
8
  key: string;
9
- }): Promise<ApiWrapper<TVGetChannelResponse, BaseMessages>>;
9
+ }): Promise<ApiWrapper<{
10
+ interval: number;
11
+ channel: (Readonly<import("../..").jObjectBase & {
12
+ title: string;
13
+ _url: string;
14
+ } & {
15
+ dateCreation: string;
16
+ dateModified: string;
17
+ } & {
18
+ description?: string | null | undefined;
19
+ _user: import("../..").jUserLittle;
20
+ _right: import("../..").Rights;
21
+ _audience: (import("../..").jUserLittle | {
22
+ type: string;
23
+ id: number;
24
+ mainType: string;
25
+ uri: string;
26
+ dateCreation: string;
27
+ dateModified: string;
28
+ title: string;
29
+ _url: string;
30
+ privacy: number;
31
+ category: number;
32
+ } | {
33
+ type: "folder" | "rootFolder";
34
+ id: number;
35
+ mainType: string;
36
+ uri: string;
37
+ title: string;
38
+ _url: string;
39
+ dateCreation?: string | undefined;
40
+ dateModified?: string | null | undefined;
41
+ folderColor?: string | undefined;
42
+ })[];
43
+ image?: {
44
+ width: number;
45
+ height: number;
46
+ } | undefined;
47
+ articleWidgets?: import("../..").WidgetWrapperGeneric<({
48
+ layers?: string[] | undefined;
49
+ } & import("../..").WidgetApiType) | ({
50
+ layers?: string[] | undefined;
51
+ } & import("../..").WidgetArticleAttachmentType) | ({
52
+ layers?: string[] | undefined;
53
+ } & import("../..").WidgetArticleButtonType) | ({
54
+ layers?: string[] | undefined;
55
+ } & import("../..").WidgetArticleGalleryType) | ({
56
+ layers?: string[] | undefined;
57
+ } & import("../..").WidgetArticleImageType) | ({
58
+ layers?: string[] | undefined;
59
+ } & import("../..").WidgetArticleTitleType) | ({
60
+ layers?: string[] | undefined;
61
+ } & import("../..").WidgetArticleTextType) | ({
62
+ layers?: string[] | undefined;
63
+ } & import("../..").WidgetArticleSliderType) | ({
64
+ layers?: string[] | undefined;
65
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
66
+ layers?: string[] | undefined;
67
+ } & import("../..").WidgetDatasourceTableType) | ({
68
+ layers?: string[] | undefined;
69
+ } & {
70
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
71
+ uniqid: string;
72
+ content: {
73
+ uri?: string | undefined;
74
+ limit?: number | undefined;
75
+ tableColumnsData?: {
76
+ name?: string | undefined;
77
+ label?: string | undefined;
78
+ isVisible?: boolean | undefined;
79
+ textEllipsis?: boolean | undefined;
80
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
81
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
82
+ }[] | undefined;
83
+ tableHeadColor?: string | undefined;
84
+ tableHeadTextColor?: string | undefined;
85
+ tableHeadIconColor?: string | undefined;
86
+ tableRowColor?: string | undefined;
87
+ tableRowTextColor?: string | undefined;
88
+ tableBorderRadius?: number | undefined;
89
+ tableSizedColumns?: boolean | undefined;
90
+ tableSizedColumnsWidth?: number | undefined;
91
+ };
92
+ })>[] | undefined;
93
+ } & {
94
+ type: string;
95
+ id: number;
96
+ mainType: string;
97
+ uri: string;
98
+ title: string;
99
+ _url: string;
100
+ _user: import("../..").jObjectBase & {
101
+ title: string;
102
+ _url: string;
103
+ } & {
104
+ [key: string]: string | number | null;
105
+ level: 0 | 3 | 5 | 9;
106
+ dateCreation: string;
107
+ dateModified: string;
108
+ };
109
+ _right: import("../..").Rights;
110
+ tvChannelType: "DYNAMIC";
111
+ tvChannelBackgroundColor: string | null;
112
+ tvChannelNumImages: 0;
113
+ tvChannelConfig: {
114
+ key: string;
115
+ backgroundType?: "color" | "image" | undefined;
116
+ globalShowComment?: boolean | undefined;
117
+ scaleImg?: boolean | undefined;
118
+ contents?: {
119
+ uri: string;
120
+ dateEnd?: string | undefined;
121
+ order?: number | undefined;
122
+ showComments?: boolean | undefined;
123
+ }[] | undefined;
124
+ };
125
+ dateCreation?: string | undefined;
126
+ dateModified?: string | null | undefined;
127
+ description?: string | null | undefined;
128
+ tvChannelGroupTarget?: {
129
+ type: string;
130
+ id: number;
131
+ mainType: string;
132
+ uri: string;
133
+ dateCreation: string;
134
+ dateModified: string;
135
+ title: string;
136
+ _url: string;
137
+ privacy: number;
138
+ category: number;
139
+ } | undefined;
140
+ }> & {
141
+ _extend: {
142
+ imageSecureUrl?: string | undefined;
143
+ articles?: Readonly<{
144
+ type: string;
145
+ id: number;
146
+ mainType: string;
147
+ uri: string;
148
+ dateCreation: string;
149
+ dateModified: string;
150
+ title: string;
151
+ _url: string;
152
+ _user: import("../..").jObjectBase & {
153
+ title: string;
154
+ _url: string;
155
+ } & {
156
+ [key: string]: string | number | null;
157
+ level: 0 | 3 | 5 | 9;
158
+ dateCreation: string;
159
+ dateModified: string;
160
+ };
161
+ _right: import("../..").Rights;
162
+ _audience: (import("../..").jUserLittle | {
163
+ type: string;
164
+ id: number;
165
+ mainType: string;
166
+ uri: string;
167
+ dateCreation: string;
168
+ dateModified: string;
169
+ title: string;
170
+ _url: string;
171
+ privacy: number;
172
+ category: number;
173
+ } | {
174
+ type: "folder" | "rootFolder";
175
+ id: number;
176
+ mainType: string;
177
+ uri: string;
178
+ title: string;
179
+ _url: string;
180
+ dateCreation?: string | undefined;
181
+ dateModified?: string | null | undefined;
182
+ folderColor?: string | undefined;
183
+ })[];
184
+ _extend?: {
185
+ descriptionSecure: string;
186
+ comments: Readonly<{
187
+ type: string;
188
+ id: number;
189
+ mainType: string;
190
+ uri: string;
191
+ dateCreation: string;
192
+ dateModified: string | null;
193
+ _extend: {
194
+ userImageSecureUrl: string;
195
+ descriptionSecure: string;
196
+ };
197
+ description: string | null;
198
+ _user: import("../..").jObjectBase & {
199
+ title: string;
200
+ _url: string;
201
+ } & {
202
+ [key: string]: string | number | null;
203
+ level: 0 | 3 | 5 | 9;
204
+ dateCreation: string;
205
+ dateModified: string;
206
+ };
207
+ _right: import("../..").Rights;
208
+ _attachedFiles?: {
209
+ type: string;
210
+ id: number;
211
+ mainType: string;
212
+ uri: string;
213
+ dateCreation: string;
214
+ dateModified: string | null;
215
+ title: string;
216
+ _url: string;
217
+ mimetype: string;
218
+ size: number;
219
+ path?: string | undefined;
220
+ }[] | undefined;
221
+ _actions?: Record<string, {
222
+ type: string;
223
+ class: string;
224
+ label: string;
225
+ stats: {
226
+ total: number;
227
+ };
228
+ cssClass: string;
229
+ cssColor: string;
230
+ isActive: boolean;
231
+ struct: {
232
+ type: string;
233
+ targetId: number;
234
+ targetType: string;
235
+ action: string;
236
+ do: string;
237
+ };
238
+ }> | undefined;
239
+ _widgets?: import("../..").WidgetWrapperGeneric<({
240
+ layers?: string[] | undefined;
241
+ } & import("../..").WidgetApiType) | ({
242
+ layers?: string[] | undefined;
243
+ } & import("../..").WidgetArticleAttachmentType) | ({
244
+ layers?: string[] | undefined;
245
+ } & import("../..").WidgetArticleButtonType) | ({
246
+ layers?: string[] | undefined;
247
+ } & import("../..").WidgetArticleGalleryType) | ({
248
+ layers?: string[] | undefined;
249
+ } & import("../..").WidgetArticleImageType) | ({
250
+ layers?: string[] | undefined;
251
+ } & import("../..").WidgetArticleTitleType) | ({
252
+ layers?: string[] | undefined;
253
+ } & import("../..").WidgetArticleTextType) | ({
254
+ layers?: string[] | undefined;
255
+ } & import("../..").WidgetArticleSliderType) | ({
256
+ layers?: string[] | undefined;
257
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
258
+ layers?: string[] | undefined;
259
+ } & import("../..").WidgetDatasourceTableType) | ({
260
+ layers?: string[] | undefined;
261
+ } & {
262
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
263
+ uniqid: string;
264
+ content: {
265
+ uri?: string | undefined;
266
+ limit?: number | undefined;
267
+ tableColumnsData?: {
268
+ name?: string | undefined;
269
+ label?: string | undefined;
270
+ isVisible?: boolean | undefined;
271
+ textEllipsis?: boolean | undefined;
272
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
273
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
274
+ }[] | undefined;
275
+ tableHeadColor?: string | undefined;
276
+ tableHeadTextColor?: string | undefined;
277
+ tableHeadIconColor?: string | undefined;
278
+ tableRowColor?: string | undefined;
279
+ tableRowTextColor?: string | undefined;
280
+ tableBorderRadius?: number | undefined;
281
+ tableSizedColumns?: boolean | undefined;
282
+ tableSizedColumnsWidth?: number | undefined;
283
+ };
284
+ })>[] | undefined;
285
+ }>[];
286
+ imageSecureUrl?: string | undefined;
287
+ } | undefined;
288
+ description?: string | null | undefined;
289
+ image?: {
290
+ width: number;
291
+ height: number;
292
+ } | undefined;
293
+ articleWidgets?: import("../..").WidgetWrapperGeneric<({
294
+ layers?: string[] | undefined;
295
+ } & import("../..").WidgetApiType) | ({
296
+ layers?: string[] | undefined;
297
+ } & import("../..").WidgetArticleAttachmentType) | ({
298
+ layers?: string[] | undefined;
299
+ } & import("../..").WidgetArticleButtonType) | ({
300
+ layers?: string[] | undefined;
301
+ } & import("../..").WidgetArticleGalleryType) | ({
302
+ layers?: string[] | undefined;
303
+ } & import("../..").WidgetArticleImageType) | ({
304
+ layers?: string[] | undefined;
305
+ } & import("../..").WidgetArticleTitleType) | ({
306
+ layers?: string[] | undefined;
307
+ } & import("../..").WidgetArticleTextType) | ({
308
+ layers?: string[] | undefined;
309
+ } & import("../..").WidgetArticleSliderType) | ({
310
+ layers?: string[] | undefined;
311
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
312
+ layers?: string[] | undefined;
313
+ } & import("../..").WidgetDatasourceTableType) | ({
314
+ layers?: string[] | undefined;
315
+ } & {
316
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
317
+ uniqid: string;
318
+ content: {
319
+ uri?: string | undefined;
320
+ limit?: number | undefined;
321
+ tableColumnsData?: {
322
+ name?: string | undefined;
323
+ label?: string | undefined;
324
+ isVisible?: boolean | undefined;
325
+ textEllipsis?: boolean | undefined;
326
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
327
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
328
+ }[] | undefined;
329
+ tableHeadColor?: string | undefined;
330
+ tableHeadTextColor?: string | undefined;
331
+ tableHeadIconColor?: string | undefined;
332
+ tableRowColor?: string | undefined;
333
+ tableRowTextColor?: string | undefined;
334
+ tableBorderRadius?: number | undefined;
335
+ tableSizedColumns?: boolean | undefined;
336
+ tableSizedColumnsWidth?: number | undefined;
337
+ };
338
+ })>[] | undefined;
339
+ }>[] | undefined;
340
+ };
341
+ }) | (Readonly<import("../..").jObjectBase & {
342
+ title: string;
343
+ _url: string;
344
+ } & {
345
+ dateCreation: string;
346
+ dateModified: string;
347
+ } & {
348
+ description?: string | null | undefined;
349
+ _user: import("../..").jUserLittle;
350
+ _right: import("../..").Rights;
351
+ _audience: (import("../..").jUserLittle | {
352
+ type: string;
353
+ id: number;
354
+ mainType: string;
355
+ uri: string;
356
+ dateCreation: string;
357
+ dateModified: string;
358
+ title: string;
359
+ _url: string;
360
+ privacy: number;
361
+ category: number;
362
+ } | {
363
+ type: "folder" | "rootFolder";
364
+ id: number;
365
+ mainType: string;
366
+ uri: string;
367
+ title: string;
368
+ _url: string;
369
+ dateCreation?: string | undefined;
370
+ dateModified?: string | null | undefined;
371
+ folderColor?: string | undefined;
372
+ })[];
373
+ image?: {
374
+ width: number;
375
+ height: number;
376
+ } | undefined;
377
+ articleWidgets?: import("../..").WidgetWrapperGeneric<({
378
+ layers?: string[] | undefined;
379
+ } & import("../..").WidgetApiType) | ({
380
+ layers?: string[] | undefined;
381
+ } & import("../..").WidgetArticleAttachmentType) | ({
382
+ layers?: string[] | undefined;
383
+ } & import("../..").WidgetArticleButtonType) | ({
384
+ layers?: string[] | undefined;
385
+ } & import("../..").WidgetArticleGalleryType) | ({
386
+ layers?: string[] | undefined;
387
+ } & import("../..").WidgetArticleImageType) | ({
388
+ layers?: string[] | undefined;
389
+ } & import("../..").WidgetArticleTitleType) | ({
390
+ layers?: string[] | undefined;
391
+ } & import("../..").WidgetArticleTextType) | ({
392
+ layers?: string[] | undefined;
393
+ } & import("../..").WidgetArticleSliderType) | ({
394
+ layers?: string[] | undefined;
395
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
396
+ layers?: string[] | undefined;
397
+ } & import("../..").WidgetDatasourceTableType) | ({
398
+ layers?: string[] | undefined;
399
+ } & {
400
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
401
+ uniqid: string;
402
+ content: {
403
+ uri?: string | undefined;
404
+ limit?: number | undefined;
405
+ tableColumnsData?: {
406
+ name?: string | undefined;
407
+ label?: string | undefined;
408
+ isVisible?: boolean | undefined;
409
+ textEllipsis?: boolean | undefined;
410
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
411
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
412
+ }[] | undefined;
413
+ tableHeadColor?: string | undefined;
414
+ tableHeadTextColor?: string | undefined;
415
+ tableHeadIconColor?: string | undefined;
416
+ tableRowColor?: string | undefined;
417
+ tableRowTextColor?: string | undefined;
418
+ tableBorderRadius?: number | undefined;
419
+ tableSizedColumns?: boolean | undefined;
420
+ tableSizedColumnsWidth?: number | undefined;
421
+ };
422
+ })>[] | undefined;
423
+ } & {
424
+ type: string;
425
+ id: number;
426
+ mainType: string;
427
+ uri: string;
428
+ title: string;
429
+ _url: string;
430
+ _user: import("../..").jObjectBase & {
431
+ title: string;
432
+ _url: string;
433
+ } & {
434
+ [key: string]: string | number | null;
435
+ level: 0 | 3 | 5 | 9;
436
+ dateCreation: string;
437
+ dateModified: string;
438
+ };
439
+ _right: import("../..").Rights;
440
+ tvChannelType: "SLIDESHOW";
441
+ tvChannelBackgroundColor: string | null;
442
+ tvChannelNumImages: number;
443
+ tvChannelConfig: {
444
+ key: string;
445
+ backgroundType?: "color" | "image" | undefined;
446
+ globalShowComment?: boolean | undefined;
447
+ scaleImg?: boolean | undefined;
448
+ contents?: {
449
+ uri: string;
450
+ dateEnd?: string | undefined;
451
+ order?: number | undefined;
452
+ showComments?: boolean | undefined;
453
+ }[] | undefined;
454
+ };
455
+ dateCreation?: string | undefined;
456
+ dateModified?: string | null | undefined;
457
+ description?: string | null | undefined;
458
+ tvChannelGroupTarget?: {
459
+ type: string;
460
+ id: number;
461
+ mainType: string;
462
+ uri: string;
463
+ dateCreation: string;
464
+ dateModified: string;
465
+ title: string;
466
+ _url: string;
467
+ privacy: number;
468
+ category: number;
469
+ } | undefined;
470
+ }> & {
471
+ _extend: {
472
+ attachments?: {
473
+ type: string;
474
+ id: number;
475
+ mainType: string;
476
+ uri: string;
477
+ dateCreation: string;
478
+ dateModified: string | null;
479
+ title: string;
480
+ _url: string;
481
+ mimetype: string;
482
+ size: number;
483
+ _extend: {
484
+ imageSecureUrl?: string | undefined;
485
+ };
486
+ path?: string | undefined;
487
+ }[] | undefined;
488
+ };
489
+ });
490
+ }, BaseMessages>>;
10
491
  getConfigureChannel(params: {
11
492
  id: number;
12
- }): Promise<ApiWrapper<TVGetConfigureChannelResponse, BaseMessages>>;
493
+ }): Promise<ApiWrapper<(Readonly<import("../..").jObjectBase & {
494
+ title: string;
495
+ _url: string;
496
+ } & {
497
+ dateCreation: string;
498
+ dateModified: string;
499
+ } & {
500
+ description?: string | null | undefined;
501
+ _user: import("../..").jUserLittle;
502
+ _right: import("../..").Rights;
503
+ _audience: (import("../..").jUserLittle | {
504
+ type: string;
505
+ id: number;
506
+ mainType: string;
507
+ uri: string;
508
+ dateCreation: string;
509
+ dateModified: string;
510
+ title: string;
511
+ _url: string;
512
+ privacy: number;
513
+ category: number;
514
+ } | {
515
+ type: "folder" | "rootFolder";
516
+ id: number;
517
+ mainType: string;
518
+ uri: string;
519
+ title: string;
520
+ _url: string;
521
+ dateCreation?: string | undefined;
522
+ dateModified?: string | null | undefined;
523
+ folderColor?: string | undefined;
524
+ })[];
525
+ image?: {
526
+ width: number;
527
+ height: number;
528
+ } | undefined;
529
+ articleWidgets?: import("../..").WidgetWrapperGeneric<({
530
+ layers?: string[] | undefined;
531
+ } & import("../..").WidgetApiType) | ({
532
+ layers?: string[] | undefined;
533
+ } & import("../..").WidgetArticleAttachmentType) | ({
534
+ layers?: string[] | undefined;
535
+ } & import("../..").WidgetArticleButtonType) | ({
536
+ layers?: string[] | undefined;
537
+ } & import("../..").WidgetArticleGalleryType) | ({
538
+ layers?: string[] | undefined;
539
+ } & import("../..").WidgetArticleImageType) | ({
540
+ layers?: string[] | undefined;
541
+ } & import("../..").WidgetArticleTitleType) | ({
542
+ layers?: string[] | undefined;
543
+ } & import("../..").WidgetArticleTextType) | ({
544
+ layers?: string[] | undefined;
545
+ } & import("../..").WidgetArticleSliderType) | ({
546
+ layers?: string[] | undefined;
547
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
548
+ layers?: string[] | undefined;
549
+ } & import("../..").WidgetDatasourceTableType) | ({
550
+ layers?: string[] | undefined;
551
+ } & {
552
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
553
+ uniqid: string;
554
+ content: {
555
+ uri?: string | undefined;
556
+ limit?: number | undefined;
557
+ tableColumnsData?: {
558
+ name?: string | undefined;
559
+ label?: string | undefined;
560
+ isVisible?: boolean | undefined;
561
+ textEllipsis?: boolean | undefined;
562
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
563
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
564
+ }[] | undefined;
565
+ tableHeadColor?: string | undefined;
566
+ tableHeadTextColor?: string | undefined;
567
+ tableHeadIconColor?: string | undefined;
568
+ tableRowColor?: string | undefined;
569
+ tableRowTextColor?: string | undefined;
570
+ tableBorderRadius?: number | undefined;
571
+ tableSizedColumns?: boolean | undefined;
572
+ tableSizedColumnsWidth?: number | undefined;
573
+ };
574
+ })>[] | undefined;
575
+ } & {
576
+ type: string;
577
+ id: number;
578
+ mainType: string;
579
+ uri: string;
580
+ title: string;
581
+ _url: string;
582
+ _user: import("../..").jObjectBase & {
583
+ title: string;
584
+ _url: string;
585
+ } & {
586
+ [key: string]: string | number | null;
587
+ level: 0 | 3 | 5 | 9;
588
+ dateCreation: string;
589
+ dateModified: string;
590
+ };
591
+ _right: import("../..").Rights;
592
+ tvChannelType: "DYNAMIC";
593
+ tvChannelBackgroundColor: string | null;
594
+ tvChannelNumImages: 0;
595
+ tvChannelConfig: {
596
+ key: string;
597
+ backgroundType?: "color" | "image" | undefined;
598
+ globalShowComment?: boolean | undefined;
599
+ scaleImg?: boolean | undefined;
600
+ contents?: {
601
+ uri: string;
602
+ dateEnd?: string | undefined;
603
+ order?: number | undefined;
604
+ showComments?: boolean | undefined;
605
+ }[] | undefined;
606
+ };
607
+ dateCreation?: string | undefined;
608
+ dateModified?: string | null | undefined;
609
+ description?: string | null | undefined;
610
+ tvChannelGroupTarget?: {
611
+ type: string;
612
+ id: number;
613
+ mainType: string;
614
+ uri: string;
615
+ dateCreation: string;
616
+ dateModified: string;
617
+ title: string;
618
+ _url: string;
619
+ privacy: number;
620
+ category: number;
621
+ } | undefined;
622
+ }> & {
623
+ _extend: {
624
+ imageSecureUrl?: string | undefined;
625
+ articles?: Readonly<{
626
+ type: string;
627
+ id: number;
628
+ mainType: string;
629
+ uri: string;
630
+ dateCreation: string;
631
+ dateModified: string;
632
+ title: string;
633
+ _url: string;
634
+ _user: import("../..").jObjectBase & {
635
+ title: string;
636
+ _url: string;
637
+ } & {
638
+ [key: string]: string | number | null;
639
+ level: 0 | 3 | 5 | 9;
640
+ dateCreation: string;
641
+ dateModified: string;
642
+ };
643
+ _right: import("../..").Rights;
644
+ _audience: (import("../..").jUserLittle | {
645
+ type: string;
646
+ id: number;
647
+ mainType: string;
648
+ uri: string;
649
+ dateCreation: string;
650
+ dateModified: string;
651
+ title: string;
652
+ _url: string;
653
+ privacy: number;
654
+ category: number;
655
+ } | {
656
+ type: "folder" | "rootFolder";
657
+ id: number;
658
+ mainType: string;
659
+ uri: string;
660
+ title: string;
661
+ _url: string;
662
+ dateCreation?: string | undefined;
663
+ dateModified?: string | null | undefined;
664
+ folderColor?: string | undefined;
665
+ })[];
666
+ _extend?: {
667
+ descriptionSecure: string;
668
+ comments: Readonly<{
669
+ type: string;
670
+ id: number;
671
+ mainType: string;
672
+ uri: string;
673
+ dateCreation: string;
674
+ dateModified: string | null;
675
+ _extend: {
676
+ userImageSecureUrl: string;
677
+ descriptionSecure: string;
678
+ };
679
+ description: string | null;
680
+ _user: import("../..").jObjectBase & {
681
+ title: string;
682
+ _url: string;
683
+ } & {
684
+ [key: string]: string | number | null;
685
+ level: 0 | 3 | 5 | 9;
686
+ dateCreation: string;
687
+ dateModified: string;
688
+ };
689
+ _right: import("../..").Rights;
690
+ _attachedFiles?: {
691
+ type: string;
692
+ id: number;
693
+ mainType: string;
694
+ uri: string;
695
+ dateCreation: string;
696
+ dateModified: string | null;
697
+ title: string;
698
+ _url: string;
699
+ mimetype: string;
700
+ size: number;
701
+ path?: string | undefined;
702
+ }[] | undefined;
703
+ _actions?: Record<string, {
704
+ type: string;
705
+ class: string;
706
+ label: string;
707
+ stats: {
708
+ total: number;
709
+ };
710
+ cssClass: string;
711
+ cssColor: string;
712
+ isActive: boolean;
713
+ struct: {
714
+ type: string;
715
+ targetId: number;
716
+ targetType: string;
717
+ action: string;
718
+ do: string;
719
+ };
720
+ }> | undefined;
721
+ _widgets?: import("../..").WidgetWrapperGeneric<({
722
+ layers?: string[] | undefined;
723
+ } & import("../..").WidgetApiType) | ({
724
+ layers?: string[] | undefined;
725
+ } & import("../..").WidgetArticleAttachmentType) | ({
726
+ layers?: string[] | undefined;
727
+ } & import("../..").WidgetArticleButtonType) | ({
728
+ layers?: string[] | undefined;
729
+ } & import("../..").WidgetArticleGalleryType) | ({
730
+ layers?: string[] | undefined;
731
+ } & import("../..").WidgetArticleImageType) | ({
732
+ layers?: string[] | undefined;
733
+ } & import("../..").WidgetArticleTitleType) | ({
734
+ layers?: string[] | undefined;
735
+ } & import("../..").WidgetArticleTextType) | ({
736
+ layers?: string[] | undefined;
737
+ } & import("../..").WidgetArticleSliderType) | ({
738
+ layers?: string[] | undefined;
739
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
740
+ layers?: string[] | undefined;
741
+ } & import("../..").WidgetDatasourceTableType) | ({
742
+ layers?: string[] | undefined;
743
+ } & {
744
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
745
+ uniqid: string;
746
+ content: {
747
+ uri?: string | undefined;
748
+ limit?: number | undefined;
749
+ tableColumnsData?: {
750
+ name?: string | undefined;
751
+ label?: string | undefined;
752
+ isVisible?: boolean | undefined;
753
+ textEllipsis?: boolean | undefined;
754
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
755
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
756
+ }[] | undefined;
757
+ tableHeadColor?: string | undefined;
758
+ tableHeadTextColor?: string | undefined;
759
+ tableHeadIconColor?: string | undefined;
760
+ tableRowColor?: string | undefined;
761
+ tableRowTextColor?: string | undefined;
762
+ tableBorderRadius?: number | undefined;
763
+ tableSizedColumns?: boolean | undefined;
764
+ tableSizedColumnsWidth?: number | undefined;
765
+ };
766
+ })>[] | undefined;
767
+ }>[];
768
+ imageSecureUrl?: string | undefined;
769
+ } | undefined;
770
+ description?: string | null | undefined;
771
+ image?: {
772
+ width: number;
773
+ height: number;
774
+ } | undefined;
775
+ articleWidgets?: import("../..").WidgetWrapperGeneric<({
776
+ layers?: string[] | undefined;
777
+ } & import("../..").WidgetApiType) | ({
778
+ layers?: string[] | undefined;
779
+ } & import("../..").WidgetArticleAttachmentType) | ({
780
+ layers?: string[] | undefined;
781
+ } & import("../..").WidgetArticleButtonType) | ({
782
+ layers?: string[] | undefined;
783
+ } & import("../..").WidgetArticleGalleryType) | ({
784
+ layers?: string[] | undefined;
785
+ } & import("../..").WidgetArticleImageType) | ({
786
+ layers?: string[] | undefined;
787
+ } & import("../..").WidgetArticleTitleType) | ({
788
+ layers?: string[] | undefined;
789
+ } & import("../..").WidgetArticleTextType) | ({
790
+ layers?: string[] | undefined;
791
+ } & import("../..").WidgetArticleSliderType) | ({
792
+ layers?: string[] | undefined;
793
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
794
+ layers?: string[] | undefined;
795
+ } & import("../..").WidgetDatasourceTableType) | ({
796
+ layers?: string[] | undefined;
797
+ } & {
798
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
799
+ uniqid: string;
800
+ content: {
801
+ uri?: string | undefined;
802
+ limit?: number | undefined;
803
+ tableColumnsData?: {
804
+ name?: string | undefined;
805
+ label?: string | undefined;
806
+ isVisible?: boolean | undefined;
807
+ textEllipsis?: boolean | undefined;
808
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
809
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
810
+ }[] | undefined;
811
+ tableHeadColor?: string | undefined;
812
+ tableHeadTextColor?: string | undefined;
813
+ tableHeadIconColor?: string | undefined;
814
+ tableRowColor?: string | undefined;
815
+ tableRowTextColor?: string | undefined;
816
+ tableBorderRadius?: number | undefined;
817
+ tableSizedColumns?: boolean | undefined;
818
+ tableSizedColumnsWidth?: number | undefined;
819
+ };
820
+ })>[] | undefined;
821
+ }>[] | undefined;
822
+ };
823
+ }) | (Readonly<import("../..").jObjectBase & {
824
+ title: string;
825
+ _url: string;
826
+ } & {
827
+ dateCreation: string;
828
+ dateModified: string;
829
+ } & {
830
+ description?: string | null | undefined;
831
+ _user: import("../..").jUserLittle;
832
+ _right: import("../..").Rights;
833
+ _audience: (import("../..").jUserLittle | {
834
+ type: string;
835
+ id: number;
836
+ mainType: string;
837
+ uri: string;
838
+ dateCreation: string;
839
+ dateModified: string;
840
+ title: string;
841
+ _url: string;
842
+ privacy: number;
843
+ category: number;
844
+ } | {
845
+ type: "folder" | "rootFolder";
846
+ id: number;
847
+ mainType: string;
848
+ uri: string;
849
+ title: string;
850
+ _url: string;
851
+ dateCreation?: string | undefined;
852
+ dateModified?: string | null | undefined;
853
+ folderColor?: string | undefined;
854
+ })[];
855
+ image?: {
856
+ width: number;
857
+ height: number;
858
+ } | undefined;
859
+ articleWidgets?: import("../..").WidgetWrapperGeneric<({
860
+ layers?: string[] | undefined;
861
+ } & import("../..").WidgetApiType) | ({
862
+ layers?: string[] | undefined;
863
+ } & import("../..").WidgetArticleAttachmentType) | ({
864
+ layers?: string[] | undefined;
865
+ } & import("../..").WidgetArticleButtonType) | ({
866
+ layers?: string[] | undefined;
867
+ } & import("../..").WidgetArticleGalleryType) | ({
868
+ layers?: string[] | undefined;
869
+ } & import("../..").WidgetArticleImageType) | ({
870
+ layers?: string[] | undefined;
871
+ } & import("../..").WidgetArticleTitleType) | ({
872
+ layers?: string[] | undefined;
873
+ } & import("../..").WidgetArticleTextType) | ({
874
+ layers?: string[] | undefined;
875
+ } & import("../..").WidgetArticleSliderType) | ({
876
+ layers?: string[] | undefined;
877
+ } & import("../..").WidgetType<import("../..").WidgetCheckListContent>) | ({
878
+ layers?: string[] | undefined;
879
+ } & import("../..").WidgetDatasourceTableType) | ({
880
+ layers?: string[] | undefined;
881
+ } & {
882
+ name: import("../..").WidgetsName.ExcelDatasourceTable;
883
+ uniqid: string;
884
+ content: {
885
+ uri?: string | undefined;
886
+ limit?: number | undefined;
887
+ tableColumnsData?: {
888
+ name?: string | undefined;
889
+ label?: string | undefined;
890
+ isVisible?: boolean | undefined;
891
+ textEllipsis?: boolean | undefined;
892
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
893
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
894
+ }[] | undefined;
895
+ tableHeadColor?: string | undefined;
896
+ tableHeadTextColor?: string | undefined;
897
+ tableHeadIconColor?: string | undefined;
898
+ tableRowColor?: string | undefined;
899
+ tableRowTextColor?: string | undefined;
900
+ tableBorderRadius?: number | undefined;
901
+ tableSizedColumns?: boolean | undefined;
902
+ tableSizedColumnsWidth?: number | undefined;
903
+ };
904
+ })>[] | undefined;
905
+ } & {
906
+ type: string;
907
+ id: number;
908
+ mainType: string;
909
+ uri: string;
910
+ title: string;
911
+ _url: string;
912
+ _user: import("../..").jObjectBase & {
913
+ title: string;
914
+ _url: string;
915
+ } & {
916
+ [key: string]: string | number | null;
917
+ level: 0 | 3 | 5 | 9;
918
+ dateCreation: string;
919
+ dateModified: string;
920
+ };
921
+ _right: import("../..").Rights;
922
+ tvChannelType: "SLIDESHOW";
923
+ tvChannelBackgroundColor: string | null;
924
+ tvChannelNumImages: number;
925
+ tvChannelConfig: {
926
+ key: string;
927
+ backgroundType?: "color" | "image" | undefined;
928
+ globalShowComment?: boolean | undefined;
929
+ scaleImg?: boolean | undefined;
930
+ contents?: {
931
+ uri: string;
932
+ dateEnd?: string | undefined;
933
+ order?: number | undefined;
934
+ showComments?: boolean | undefined;
935
+ }[] | undefined;
936
+ };
937
+ dateCreation?: string | undefined;
938
+ dateModified?: string | null | undefined;
939
+ description?: string | null | undefined;
940
+ tvChannelGroupTarget?: {
941
+ type: string;
942
+ id: number;
943
+ mainType: string;
944
+ uri: string;
945
+ dateCreation: string;
946
+ dateModified: string;
947
+ title: string;
948
+ _url: string;
949
+ privacy: number;
950
+ category: number;
951
+ } | undefined;
952
+ }> & {
953
+ _extend: {
954
+ attachments?: {
955
+ type: string;
956
+ id: number;
957
+ mainType: string;
958
+ uri: string;
959
+ dateCreation: string;
960
+ dateModified: string | null;
961
+ title: string;
962
+ _url: string;
963
+ mimetype: string;
964
+ size: number;
965
+ _extend: {
966
+ imageSecureUrl?: string | undefined;
967
+ };
968
+ path?: string | undefined;
969
+ }[] | undefined;
970
+ };
971
+ }), BaseMessages>>;
13
972
  }