jamespot-user-api 1.0.182 → 1.0.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -0
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -1
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/src/apis/admin/license.d.ts +2 -2
  61. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  62. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  63. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  64. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
  65. package/lib/src/apis/widget/widget.d.ts +20 -3
  66. package/lib/src/apis/widget/widget.mock.d.ts +5 -1
  67. package/lib/src/types/article.d.ts +216 -216
  68. package/lib/src/types/asei.d.ts +22 -22
  69. package/lib/src/types/assetReservation.d.ts +96 -96
  70. package/lib/src/types/businessContact.d.ts +14 -14
  71. package/lib/src/types/comment.d.ts +22 -22
  72. package/lib/src/types/faq.d.ts +118 -118
  73. package/lib/src/types/group.d.ts +5 -6
  74. package/lib/src/types/hook.d.ts +6 -6
  75. package/lib/src/types/index.d.ts +1 -1
  76. package/lib/src/types/jLand.d.ts +36 -36
  77. package/lib/src/types/mediaLibrary.d.ts +22 -22
  78. package/lib/src/types/meeting.d.ts +66 -66
  79. package/lib/src/types/pollSurvey.d.ts +66 -66
  80. package/lib/src/types/quizz.d.ts +66 -66
  81. package/lib/src/types/realtime.d.ts +15 -3
  82. package/lib/src/types/socialEvent.d.ts +66 -66
  83. package/lib/src/types/support.d.ts +66 -66
  84. package/lib/src/types/surveyDate.d.ts +66 -66
  85. package/lib/src/types/tvDisplay.d.ts +560 -560
  86. package/lib/src/types/widgets/common.d.ts +5 -3
  87. package/lib/src/types/widgets/default.d.ts +149 -99
  88. package/lib/src/types/widgets/ensure.d.ts +58 -0
  89. package/lib/src/types/widgets/ensure.test.d.ts +1 -0
  90. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
  91. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
  92. package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
  93. package/lib/src/types/widgets.d.ts +944 -288
  94. package/lib/src/util/group.d.ts +112 -0
  95. package/lib/src/util/widget.d.ts +6 -9
  96. package/package.json +6 -2
  97. package/phpunitMock/adminApps-success.json +270 -0
  98. package/phpunitMock/articleGet-with-widgets.json +2 -1
  99. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  100. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  101. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  102. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  103. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  104. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  105. package/phpunitMock/widgetPresenceCancel-default.json +1 -0
  106. package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
  107. package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
  108. package/phpunitMock/widgetPresenceRespond-available.json +1 -0
  109. package/documentation/enums/_GroupModerateStatus.html +0 -1
  110. package/lib/src/types/widgets/widgetApi.d.ts +0 -24
  111. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -181,8 +181,6 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
181
181
  title: z.ZodType<string, z.ZodTypeDef, string>;
182
182
  widget: z.ZodType<({
183
183
  layers?: string[] | undefined;
184
- } & import("./widgets").WidgetApiType) | ({
185
- layers?: string[] | undefined;
186
184
  } & import("./widgets").WidgetArticleAttachmentType) | ({
187
185
  layers?: string[] | undefined;
188
186
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -206,7 +204,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
206
204
  uniqid: string;
207
205
  content: {
208
206
  uri?: string | undefined;
209
- limit?: number | undefined;
207
+ limit?: number | boolean | undefined;
210
208
  tableColumnsData?: {
211
209
  name?: string | undefined;
212
210
  label?: string | undefined;
@@ -224,9 +222,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
224
222
  tableSizedColumns?: boolean | undefined;
225
223
  tableSizedColumnsWidth?: number | undefined;
226
224
  };
227
- }), z.ZodTypeDef, ({
225
+ }) | ({
228
226
  layers?: string[] | undefined;
229
- } & import("./widgets").WidgetApiType) | ({
227
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
230
228
  layers?: string[] | undefined;
231
229
  } & import("./widgets").WidgetArticleAttachmentType) | ({
232
230
  layers?: string[] | undefined;
@@ -251,7 +249,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
251
249
  uniqid: string;
252
250
  content: {
253
251
  uri?: string | undefined;
254
- limit?: number | undefined;
252
+ limit?: number | boolean | undefined;
255
253
  tableColumnsData?: {
256
254
  name?: string | undefined;
257
255
  label?: string | undefined;
@@ -269,11 +267,11 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
269
267
  tableSizedColumns?: boolean | undefined;
270
268
  tableSizedColumnsWidth?: number | undefined;
271
269
  };
272
- })>;
270
+ }) | ({
271
+ layers?: string[] | undefined;
272
+ } & import("./widgets").WidgetPresenceType)>;
273
273
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
274
274
  layers?: string[] | undefined;
275
- } & import("./widgets").WidgetApiType) | ({
276
- layers?: string[] | undefined;
277
275
  } & import("./widgets").WidgetArticleAttachmentType) | ({
278
276
  layers?: string[] | undefined;
279
277
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -297,7 +295,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
297
295
  uniqid: string;
298
296
  content: {
299
297
  uri?: string | undefined;
300
- limit?: number | undefined;
298
+ limit?: number | boolean | undefined;
301
299
  tableColumnsData?: {
302
300
  name?: string | undefined;
303
301
  label?: string | undefined;
@@ -315,9 +313,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
315
313
  tableSizedColumns?: boolean | undefined;
316
314
  tableSizedColumnsWidth?: number | undefined;
317
315
  };
318
- })>, import("./widgets").WidgetWrapperGeneric<({
316
+ }) | ({
319
317
  layers?: string[] | undefined;
320
- } & import("./widgets").WidgetApiType) | ({
318
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
321
319
  layers?: string[] | undefined;
322
320
  } & import("./widgets").WidgetArticleAttachmentType) | ({
323
321
  layers?: string[] | undefined;
@@ -342,7 +340,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
342
340
  uniqid: string;
343
341
  content: {
344
342
  uri?: string | undefined;
345
- limit?: number | undefined;
343
+ limit?: number | boolean | undefined;
346
344
  tableColumnsData?: {
347
345
  name?: string | undefined;
348
346
  label?: string | undefined;
@@ -360,7 +358,9 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
360
358
  tableSizedColumns?: boolean | undefined;
361
359
  tableSizedColumnsWidth?: number | undefined;
362
360
  };
363
- })>>, "many">>;
361
+ }) | ({
362
+ layers?: string[] | undefined;
363
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
364
364
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
365
365
  id: z.ZodType<number, z.ZodTypeDef, number>;
366
366
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -219,8 +219,6 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
219
219
  title: z.ZodType<string, z.ZodTypeDef, string>;
220
220
  widget: z.ZodType<({
221
221
  layers?: string[] | undefined;
222
- } & import("./widgets").WidgetApiType) | ({
223
- layers?: string[] | undefined;
224
222
  } & import("./widgets").WidgetArticleAttachmentType) | ({
225
223
  layers?: string[] | undefined;
226
224
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -244,7 +242,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
244
242
  uniqid: string;
245
243
  content: {
246
244
  uri?: string | undefined;
247
- limit?: number | undefined;
245
+ limit?: number | boolean | undefined;
248
246
  tableColumnsData?: {
249
247
  name?: string | undefined;
250
248
  label?: string | undefined;
@@ -262,9 +260,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
262
260
  tableSizedColumns?: boolean | undefined;
263
261
  tableSizedColumnsWidth?: number | undefined;
264
262
  };
265
- }), z.ZodTypeDef, ({
263
+ }) | ({
266
264
  layers?: string[] | undefined;
267
- } & import("./widgets").WidgetApiType) | ({
265
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
268
266
  layers?: string[] | undefined;
269
267
  } & import("./widgets").WidgetArticleAttachmentType) | ({
270
268
  layers?: string[] | undefined;
@@ -289,7 +287,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
289
287
  uniqid: string;
290
288
  content: {
291
289
  uri?: string | undefined;
292
- limit?: number | undefined;
290
+ limit?: number | boolean | undefined;
293
291
  tableColumnsData?: {
294
292
  name?: string | undefined;
295
293
  label?: string | undefined;
@@ -307,11 +305,11 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
307
305
  tableSizedColumns?: boolean | undefined;
308
306
  tableSizedColumnsWidth?: number | undefined;
309
307
  };
310
- })>;
308
+ }) | ({
309
+ layers?: string[] | undefined;
310
+ } & import("./widgets").WidgetPresenceType)>;
311
311
  }, "strip", z.ZodTypeAny, import("./widgets/default").WidgetWrapperGeneric<({
312
312
  layers?: string[] | undefined;
313
- } & import("./widgets").WidgetApiType) | ({
314
- layers?: string[] | undefined;
315
313
  } & import("./widgets").WidgetArticleAttachmentType) | ({
316
314
  layers?: string[] | undefined;
317
315
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -335,7 +333,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
335
333
  uniqid: string;
336
334
  content: {
337
335
  uri?: string | undefined;
338
- limit?: number | undefined;
336
+ limit?: number | boolean | undefined;
339
337
  tableColumnsData?: {
340
338
  name?: string | undefined;
341
339
  label?: string | undefined;
@@ -353,9 +351,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
353
351
  tableSizedColumns?: boolean | undefined;
354
352
  tableSizedColumnsWidth?: number | undefined;
355
353
  };
356
- })>, import("./widgets/default").WidgetWrapperGeneric<({
354
+ }) | ({
357
355
  layers?: string[] | undefined;
358
- } & import("./widgets").WidgetApiType) | ({
356
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets/default").WidgetWrapperGeneric<({
359
357
  layers?: string[] | undefined;
360
358
  } & import("./widgets").WidgetArticleAttachmentType) | ({
361
359
  layers?: string[] | undefined;
@@ -380,7 +378,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
380
378
  uniqid: string;
381
379
  content: {
382
380
  uri?: string | undefined;
383
- limit?: number | undefined;
381
+ limit?: number | boolean | undefined;
384
382
  tableColumnsData?: {
385
383
  name?: string | undefined;
386
384
  label?: string | undefined;
@@ -398,7 +396,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
398
396
  tableSizedColumns?: boolean | undefined;
399
397
  tableSizedColumnsWidth?: number | undefined;
400
398
  };
401
- })>>, "many">>;
399
+ }) | ({
400
+ layers?: string[] | undefined;
401
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
402
402
  }>, "strip", z.ZodTypeAny, {
403
403
  type: string;
404
404
  id: number;
@@ -450,8 +450,6 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
450
450
  }> | undefined;
451
451
  _widgets?: import("./widgets/default").WidgetWrapperGeneric<({
452
452
  layers?: string[] | undefined;
453
- } & import("./widgets").WidgetApiType) | ({
454
- layers?: string[] | undefined;
455
453
  } & import("./widgets").WidgetArticleAttachmentType) | ({
456
454
  layers?: string[] | undefined;
457
455
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -475,7 +473,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
475
473
  uniqid: string;
476
474
  content: {
477
475
  uri?: string | undefined;
478
- limit?: number | undefined;
476
+ limit?: number | boolean | undefined;
479
477
  tableColumnsData?: {
480
478
  name?: string | undefined;
481
479
  label?: string | undefined;
@@ -493,7 +491,9 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
493
491
  tableSizedColumns?: boolean | undefined;
494
492
  tableSizedColumnsWidth?: number | undefined;
495
493
  };
496
- })>[] | undefined;
494
+ }) | ({
495
+ layers?: string[] | undefined;
496
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
497
497
  }, {
498
498
  type: string;
499
499
  id: number;
@@ -545,8 +545,6 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
545
545
  }> | undefined;
546
546
  _widgets?: import("./widgets/default").WidgetWrapperGeneric<({
547
547
  layers?: string[] | undefined;
548
- } & import("./widgets").WidgetApiType) | ({
549
- layers?: string[] | undefined;
550
548
  } & import("./widgets").WidgetArticleAttachmentType) | ({
551
549
  layers?: string[] | undefined;
552
550
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -570,7 +568,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
570
568
  uniqid: string;
571
569
  content: {
572
570
  uri?: string | undefined;
573
- limit?: number | undefined;
571
+ limit?: number | boolean | undefined;
574
572
  tableColumnsData?: {
575
573
  name?: string | undefined;
576
574
  label?: string | undefined;
@@ -588,6 +586,8 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
588
586
  tableSizedColumns?: boolean | undefined;
589
587
  tableSizedColumnsWidth?: number | undefined;
590
588
  };
591
- })>[] | undefined;
589
+ }) | ({
590
+ layers?: string[] | undefined;
591
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
592
592
  }>;
593
593
  export type jCommentList = z.infer<typeof jCommentListSchema>;