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
@@ -148,8 +148,6 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
148
148
  title: z.ZodType<string, z.ZodTypeDef, string>;
149
149
  widget: z.ZodType<({
150
150
  layers?: string[] | undefined;
151
- } & import("./widgets").WidgetApiType) | ({
152
- layers?: string[] | undefined;
153
151
  } & import("./widgets").WidgetArticleAttachmentType) | ({
154
152
  layers?: string[] | undefined;
155
153
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -173,7 +171,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
173
171
  uniqid: string;
174
172
  content: {
175
173
  uri?: string | undefined;
176
- limit?: number | undefined;
174
+ limit?: number | boolean | undefined;
177
175
  tableColumnsData?: {
178
176
  name?: string | undefined;
179
177
  label?: string | undefined;
@@ -191,9 +189,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
191
189
  tableSizedColumns?: boolean | undefined;
192
190
  tableSizedColumnsWidth?: number | undefined;
193
191
  };
194
- }), z.ZodTypeDef, ({
192
+ }) | ({
195
193
  layers?: string[] | undefined;
196
- } & import("./widgets").WidgetApiType) | ({
194
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
197
195
  layers?: string[] | undefined;
198
196
  } & import("./widgets").WidgetArticleAttachmentType) | ({
199
197
  layers?: string[] | undefined;
@@ -218,7 +216,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
218
216
  uniqid: string;
219
217
  content: {
220
218
  uri?: string | undefined;
221
- limit?: number | undefined;
219
+ limit?: number | boolean | undefined;
222
220
  tableColumnsData?: {
223
221
  name?: string | undefined;
224
222
  label?: string | undefined;
@@ -236,11 +234,11 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
236
234
  tableSizedColumns?: boolean | undefined;
237
235
  tableSizedColumnsWidth?: number | undefined;
238
236
  };
239
- })>;
237
+ }) | ({
238
+ layers?: string[] | undefined;
239
+ } & import("./widgets").WidgetPresenceType)>;
240
240
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
241
241
  layers?: string[] | undefined;
242
- } & import("./widgets").WidgetApiType) | ({
243
- layers?: string[] | undefined;
244
242
  } & import("./widgets").WidgetArticleAttachmentType) | ({
245
243
  layers?: string[] | undefined;
246
244
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -264,7 +262,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
264
262
  uniqid: string;
265
263
  content: {
266
264
  uri?: string | undefined;
267
- limit?: number | undefined;
265
+ limit?: number | boolean | undefined;
268
266
  tableColumnsData?: {
269
267
  name?: string | undefined;
270
268
  label?: string | undefined;
@@ -282,9 +280,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
282
280
  tableSizedColumns?: boolean | undefined;
283
281
  tableSizedColumnsWidth?: number | undefined;
284
282
  };
285
- })>, import("./widgets").WidgetWrapperGeneric<({
283
+ }) | ({
286
284
  layers?: string[] | undefined;
287
- } & import("./widgets").WidgetApiType) | ({
285
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
288
286
  layers?: string[] | undefined;
289
287
  } & import("./widgets").WidgetArticleAttachmentType) | ({
290
288
  layers?: string[] | undefined;
@@ -309,7 +307,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
309
307
  uniqid: string;
310
308
  content: {
311
309
  uri?: string | undefined;
312
- limit?: number | undefined;
310
+ limit?: number | boolean | undefined;
313
311
  tableColumnsData?: {
314
312
  name?: string | undefined;
315
313
  label?: string | undefined;
@@ -327,7 +325,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
327
325
  tableSizedColumns?: boolean | undefined;
328
326
  tableSizedColumnsWidth?: number | undefined;
329
327
  };
330
- })>>, "many">>;
328
+ }) | ({
329
+ layers?: string[] | undefined;
330
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
331
331
  }>, {
332
332
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
333
333
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -578,8 +578,6 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
578
578
  } | undefined;
579
579
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
580
580
  layers?: string[] | undefined;
581
- } & import("./widgets").WidgetApiType) | ({
582
- layers?: string[] | undefined;
583
581
  } & import("./widgets").WidgetArticleAttachmentType) | ({
584
582
  layers?: string[] | undefined;
585
583
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -603,7 +601,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
603
601
  uniqid: string;
604
602
  content: {
605
603
  uri?: string | undefined;
606
- limit?: number | undefined;
604
+ limit?: number | boolean | undefined;
607
605
  tableColumnsData?: {
608
606
  name?: string | undefined;
609
607
  label?: string | undefined;
@@ -621,7 +619,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
621
619
  tableSizedColumns?: boolean | undefined;
622
620
  tableSizedColumnsWidth?: number | undefined;
623
621
  };
624
- })>[] | undefined;
622
+ }) | ({
623
+ layers?: string[] | undefined;
624
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
625
625
  }, {
626
626
  type: string;
627
627
  id: number;
@@ -723,8 +723,6 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
723
723
  } | undefined;
724
724
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
725
725
  layers?: string[] | undefined;
726
- } & import("./widgets").WidgetApiType) | ({
727
- layers?: string[] | undefined;
728
726
  } & import("./widgets").WidgetArticleAttachmentType) | ({
729
727
  layers?: string[] | undefined;
730
728
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -748,7 +746,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
748
746
  uniqid: string;
749
747
  content: {
750
748
  uri?: string | undefined;
751
- limit?: number | undefined;
749
+ limit?: number | boolean | undefined;
752
750
  tableColumnsData?: {
753
751
  name?: string | undefined;
754
752
  label?: string | undefined;
@@ -766,7 +764,9 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
766
764
  tableSizedColumns?: boolean | undefined;
767
765
  tableSizedColumnsWidth?: number | undefined;
768
766
  };
769
- })>[] | undefined;
767
+ }) | ({
768
+ layers?: string[] | undefined;
769
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
770
770
  }>;
771
771
  export type AseiTicket = z.infer<typeof aseiTicketSchema>;
772
772
  export declare const aseiInstitutionSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{