jamespot-user-api 1.0.209 → 1.0.210
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 +14 -14
- package/documentation/classes/AdminLogApi.html +1 -1
- 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/JCalendarApi.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/JExternalAppApi.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 +14 -14
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JModuleApi.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/JitsiApi.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 -1
- package/documentation/enums/GroupPrivacy.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/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/application/types.d.ts +9 -2
- package/lib/src/apis/group/group.d.ts +6 -6
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +10 -10
- package/lib/src/types/article.d.ts +60 -60
- package/lib/src/types/asei.d.ts +10 -10
- package/lib/src/types/assetReservation.d.ts +30 -30
- package/lib/src/types/bookmark.d.ts +12 -12
- package/lib/src/types/businessContact.d.ts +5 -5
- package/lib/src/types/calendar.d.ts +1 -1
- package/lib/src/types/comment.d.ts +2 -2
- package/lib/src/types/diapazone.d.ts +7 -7
- package/lib/src/types/faq.d.ts +37 -37
- package/lib/src/types/group.d.ts +24 -12
- package/lib/src/types/jLand.d.ts +12 -12
- package/lib/src/types/mediaLibrary.d.ts +5 -5
- package/lib/src/types/meeting.d.ts +22 -22
- package/lib/src/types/object.d.ts +5 -5
- package/lib/src/types/pollSurvey.d.ts +21 -21
- package/lib/src/types/quizz.d.ts +21 -21
- package/lib/src/types/share.d.ts +12 -12
- package/lib/src/types/socialEvent.d.ts +22 -22
- package/lib/src/types/support.d.ts +23 -23
- package/lib/src/types/surveyDate.d.ts +21 -21
- package/lib/src/types/tinymce.d.ts +12 -0
- package/lib/src/types/tvDisplay.d.ts +231 -231
- package/lib/src/types/user.d.ts +5 -5
- package/lib/src/types/wedoc.d.ts +2 -2
- package/lib/src/types/widgets/widgetPresence.d.ts +3 -3
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +3 -3
- package/lib/src/types/widgets.d.ts +116 -166
- package/lib/src/util/meeting.d.ts +2 -2
- package/lib/src/util/socialEvent.d.ts +2 -2
- package/package.json +1 -1
|
@@ -21,9 +21,16 @@ export type ApplicationLink = ApplicationBase & {
|
|
|
21
21
|
urlNoReferrer: boolean;
|
|
22
22
|
};
|
|
23
23
|
export type ApplicationIframe = ApplicationBase & {
|
|
24
|
-
|
|
24
|
+
iframeUrl: string;
|
|
25
25
|
};
|
|
26
|
-
export type
|
|
26
|
+
export type ApplicationWithTabs = ApplicationBase & {
|
|
27
|
+
tabs?: Array<{
|
|
28
|
+
tab: string;
|
|
29
|
+
name: string;
|
|
30
|
+
url: string;
|
|
31
|
+
}>;
|
|
32
|
+
};
|
|
33
|
+
export type ApplicationType = ApplicationDefault | ApplicationLink | ApplicationIframe | ApplicationWithTabs;
|
|
27
34
|
export type StudioAction = {
|
|
28
35
|
action: string;
|
|
29
36
|
nameApp: string;
|
|
@@ -37,7 +37,7 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
37
37
|
_url: string;
|
|
38
38
|
description: string;
|
|
39
39
|
language: string;
|
|
40
|
-
privacy:
|
|
40
|
+
privacy: import("../../types").GroupPrivacy;
|
|
41
41
|
edito: string | null;
|
|
42
42
|
category: number;
|
|
43
43
|
}, {
|
|
@@ -51,7 +51,7 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
51
51
|
_url: string;
|
|
52
52
|
description: string;
|
|
53
53
|
language: string;
|
|
54
|
-
privacy:
|
|
54
|
+
privacy: import("../../types").GroupPrivacy;
|
|
55
55
|
edito: string | null;
|
|
56
56
|
category: number;
|
|
57
57
|
image?: string | null | undefined;
|
|
@@ -80,7 +80,7 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
80
80
|
_url: string;
|
|
81
81
|
description: string;
|
|
82
82
|
language: string;
|
|
83
|
-
privacy:
|
|
83
|
+
privacy: import("../../types").GroupPrivacy;
|
|
84
84
|
edito: string | null;
|
|
85
85
|
category: number;
|
|
86
86
|
}, {
|
|
@@ -94,7 +94,7 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
94
94
|
_url: string;
|
|
95
95
|
description: string;
|
|
96
96
|
language: string;
|
|
97
|
-
privacy:
|
|
97
|
+
privacy: import("../../types").GroupPrivacy;
|
|
98
98
|
edito: string | null;
|
|
99
99
|
category: number;
|
|
100
100
|
image?: string | null | undefined;
|
|
@@ -123,7 +123,7 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
123
123
|
_url: string;
|
|
124
124
|
description: string;
|
|
125
125
|
language: string;
|
|
126
|
-
privacy:
|
|
126
|
+
privacy: import("../../types").GroupPrivacy;
|
|
127
127
|
edito: string | null;
|
|
128
128
|
category: number;
|
|
129
129
|
}, {
|
|
@@ -137,7 +137,7 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
137
137
|
_url: string;
|
|
138
138
|
description: string;
|
|
139
139
|
language: string;
|
|
140
|
-
privacy:
|
|
140
|
+
privacy: import("../../types").GroupPrivacy;
|
|
141
141
|
edito: string | null;
|
|
142
142
|
category: number;
|
|
143
143
|
image?: string | null | undefined;
|
|
@@ -27,7 +27,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
27
27
|
dateModified: string;
|
|
28
28
|
title: string;
|
|
29
29
|
_url: string;
|
|
30
|
-
privacy:
|
|
30
|
+
privacy: import("../..").GroupPrivacy;
|
|
31
31
|
category: number;
|
|
32
32
|
} | {
|
|
33
33
|
type: "folder" | "rootFolder";
|
|
@@ -141,7 +141,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
141
141
|
dateModified: string;
|
|
142
142
|
title: string;
|
|
143
143
|
_url: string;
|
|
144
|
-
privacy:
|
|
144
|
+
privacy: import("../..").GroupPrivacy;
|
|
145
145
|
category: number;
|
|
146
146
|
} | undefined;
|
|
147
147
|
}> & {
|
|
@@ -175,7 +175,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
175
175
|
dateModified: string;
|
|
176
176
|
title: string;
|
|
177
177
|
_url: string;
|
|
178
|
-
privacy:
|
|
178
|
+
privacy: import("../..").GroupPrivacy;
|
|
179
179
|
category: number;
|
|
180
180
|
} | {
|
|
181
181
|
type: "folder" | "rootFolder";
|
|
@@ -378,7 +378,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
378
378
|
dateModified: string;
|
|
379
379
|
title: string;
|
|
380
380
|
_url: string;
|
|
381
|
-
privacy:
|
|
381
|
+
privacy: import("../..").GroupPrivacy;
|
|
382
382
|
category: number;
|
|
383
383
|
} | {
|
|
384
384
|
type: "folder" | "rootFolder";
|
|
@@ -492,7 +492,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
492
492
|
dateModified: string;
|
|
493
493
|
title: string;
|
|
494
494
|
_url: string;
|
|
495
|
-
privacy:
|
|
495
|
+
privacy: import("../..").GroupPrivacy;
|
|
496
496
|
category: number;
|
|
497
497
|
} | undefined;
|
|
498
498
|
}> & {
|
|
@@ -537,7 +537,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
537
537
|
dateModified: string;
|
|
538
538
|
title: string;
|
|
539
539
|
_url: string;
|
|
540
|
-
privacy:
|
|
540
|
+
privacy: import("../..").GroupPrivacy;
|
|
541
541
|
category: number;
|
|
542
542
|
} | {
|
|
543
543
|
type: "folder" | "rootFolder";
|
|
@@ -651,7 +651,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
651
651
|
dateModified: string;
|
|
652
652
|
title: string;
|
|
653
653
|
_url: string;
|
|
654
|
-
privacy:
|
|
654
|
+
privacy: import("../..").GroupPrivacy;
|
|
655
655
|
category: number;
|
|
656
656
|
} | undefined;
|
|
657
657
|
}> & {
|
|
@@ -685,7 +685,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
685
685
|
dateModified: string;
|
|
686
686
|
title: string;
|
|
687
687
|
_url: string;
|
|
688
|
-
privacy:
|
|
688
|
+
privacy: import("../..").GroupPrivacy;
|
|
689
689
|
category: number;
|
|
690
690
|
} | {
|
|
691
691
|
type: "folder" | "rootFolder";
|
|
@@ -888,7 +888,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
888
888
|
dateModified: string;
|
|
889
889
|
title: string;
|
|
890
890
|
_url: string;
|
|
891
|
-
privacy:
|
|
891
|
+
privacy: import("../..").GroupPrivacy;
|
|
892
892
|
category: number;
|
|
893
893
|
} | {
|
|
894
894
|
type: "folder" | "rootFolder";
|
|
@@ -1002,7 +1002,7 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
1002
1002
|
dateModified: string;
|
|
1003
1003
|
title: string;
|
|
1004
1004
|
_url: string;
|
|
1005
|
-
privacy:
|
|
1005
|
+
privacy: import("../..").GroupPrivacy;
|
|
1006
1006
|
category: number;
|
|
1007
1007
|
} | undefined;
|
|
1008
1008
|
}> & {
|