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.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +15 -15
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -0
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/jest.config.ts +1 -1
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +2 -2
- package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
- package/lib/src/apis/admin/utils.mock.d.ts +2 -0
- package/lib/src/apis/admin/utils.test.d.ts +1 -0
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
- package/lib/src/apis/widget/widget.d.ts +20 -3
- package/lib/src/apis/widget/widget.mock.d.ts +5 -1
- package/lib/src/types/article.d.ts +216 -216
- package/lib/src/types/asei.d.ts +22 -22
- package/lib/src/types/assetReservation.d.ts +96 -96
- package/lib/src/types/businessContact.d.ts +14 -14
- package/lib/src/types/comment.d.ts +22 -22
- package/lib/src/types/faq.d.ts +118 -118
- package/lib/src/types/group.d.ts +5 -6
- package/lib/src/types/hook.d.ts +6 -6
- package/lib/src/types/index.d.ts +1 -1
- package/lib/src/types/jLand.d.ts +36 -36
- package/lib/src/types/mediaLibrary.d.ts +22 -22
- package/lib/src/types/meeting.d.ts +66 -66
- package/lib/src/types/pollSurvey.d.ts +66 -66
- package/lib/src/types/quizz.d.ts +66 -66
- package/lib/src/types/realtime.d.ts +15 -3
- package/lib/src/types/socialEvent.d.ts +66 -66
- package/lib/src/types/support.d.ts +66 -66
- package/lib/src/types/surveyDate.d.ts +66 -66
- package/lib/src/types/tvDisplay.d.ts +560 -560
- package/lib/src/types/widgets/common.d.ts +5 -3
- package/lib/src/types/widgets/default.d.ts +149 -99
- package/lib/src/types/widgets/ensure.d.ts +58 -0
- package/lib/src/types/widgets/ensure.test.d.ts +1 -0
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
- package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
- package/lib/src/types/widgets.d.ts +944 -288
- package/lib/src/util/group.d.ts +112 -0
- package/lib/src/util/widget.d.ts +6 -9
- package/package.json +6 -2
- package/phpunitMock/adminApps-success.json +270 -0
- package/phpunitMock/articleGet-with-widgets.json +2 -1
- package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
- package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
- package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
- package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
- package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
- package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
- package/phpunitMock/widgetPresenceCancel-default.json +1 -0
- package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
- package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
- package/phpunitMock/widgetPresenceRespond-available.json +1 -0
- package/documentation/enums/_GroupModerateStatus.html +0 -1
- package/lib/src/types/widgets/widgetApi.d.ts +0 -24
- /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
package/lib/src/types/asei.d.ts
CHANGED
|
@@ -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
|
-
})
|
|
192
|
+
}) | ({
|
|
195
193
|
layers?: string[] | undefined;
|
|
196
|
-
} & import("./widgets").
|
|
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
|
-
})
|
|
283
|
+
}) | ({
|
|
286
284
|
layers?: string[] | undefined;
|
|
287
|
-
} & import("./widgets").
|
|
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
|
-
})
|
|
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
|
-
})
|
|
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
|
-
})
|
|
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<{
|