jamespot-user-api 1.0.186 → 1.0.188
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/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 +13 -13
- 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 -1
- 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/group/group.d.ts +13 -1
- package/lib/src/apis/group/group.mock.d.ts +2 -1
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +48 -8
- package/lib/src/types/article.d.ts +360 -60
- package/lib/src/types/asei.d.ts +36 -6
- package/lib/src/types/assetReservation.d.ts +156 -26
- package/lib/src/types/businessContact.d.ts +24 -4
- package/lib/src/types/comment.d.ts +36 -6
- package/lib/src/types/faq.d.ts +192 -32
- package/lib/src/types/jLand.d.ts +60 -10
- package/lib/src/types/mediaLibrary.d.ts +36 -6
- package/lib/src/types/meeting.d.ts +108 -18
- package/lib/src/types/pollSurvey.d.ts +108 -18
- package/lib/src/types/quizz.d.ts +108 -18
- package/lib/src/types/socialEvent.d.ts +108 -18
- package/lib/src/types/support.d.ts +108 -18
- package/lib/src/types/surveyDate.d.ts +108 -18
- package/lib/src/types/tvDisplay.d.ts +900 -150
- package/lib/src/types/widgets/default.d.ts +206 -24
- package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
- package/lib/src/types/widgets.d.ts +442 -68
- package/lib/src/util/index.d.ts +2 -1
- package/lib/src/util/meeting.d.ts +222 -0
- package/lib/src/util/meeting.test.d.ts +1 -0
- package/lib/src/util/socialEvent.d.ts +222 -0
- package/lib/src/util/socialEvent.test.d.ts +1 -0
- package/lib/src/util/widget.d.ts +6 -1
- package/package.json +1 -1
- package/phpunitMock/objectListSpotArticles-default.json +156 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CreateGroup, jGroupList, GroupListConfig, GroupUserLevel, ResetNotificationConfiguration, UpdateGroup, UserLevelAndRight } from '../../types/group';
|
|
2
2
|
import { JBaseApi } from '../base';
|
|
3
|
-
import { ApiReturn, ApiWrapper, BaseMessages, FormatList, jObjectLittle, jUserLittle, PagingResults } from '../../types';
|
|
3
|
+
import { ApiReturn, ApiWrapper, BaseMessages, FormatExtension, FormatList, jArticleLittle, jObjectLittle, jUserLittle, PagingResults } from '../../types';
|
|
4
4
|
export declare class JGroupApi extends JBaseApi {
|
|
5
5
|
/**
|
|
6
6
|
* autocomplete return a list of groups
|
|
@@ -305,4 +305,16 @@ export declare class JGroupApi extends JBaseApi {
|
|
|
305
305
|
* @returns
|
|
306
306
|
*/
|
|
307
307
|
groupAddToFavorite(idSpot: number | string): Promise<ApiWrapper<boolean, BaseMessages>>;
|
|
308
|
+
objectListSpotArticles<T extends jArticleLittle = jArticleLittle>(payload: {
|
|
309
|
+
idSpot: number;
|
|
310
|
+
format?: FormatList;
|
|
311
|
+
limit?: number;
|
|
312
|
+
page?: number;
|
|
313
|
+
order?: string;
|
|
314
|
+
tagConcepts?: string[];
|
|
315
|
+
types?: string[];
|
|
316
|
+
}, params?: {
|
|
317
|
+
signal?: AbortSignal;
|
|
318
|
+
formatExtension?: FormatExtension;
|
|
319
|
+
}): Promise<ApiWrapper<PagingResults<T>>>;
|
|
308
320
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ApiDefaultWrapper, ApiPagingResults, ApiWrapper, jGroupLittle, jGroupView, jSpotAutocomplete, UserLevelAndRight } from '../../types';
|
|
1
|
+
import { ApiDefaultWrapper, ApiPagingResults, ApiWrapper, jArticleList, jGroupLittle, jGroupView, jSpotAutocomplete, PagingResults, UserLevelAndRight } from '../../types';
|
|
2
2
|
import { Category, GroupMemberLevel, GroupProperties, GroupWidget } from '../../types/group';
|
|
3
3
|
export declare const spot: ApiWrapper<jGroupView>;
|
|
4
4
|
export declare const properties: ApiWrapper<GroupProperties>;
|
|
@@ -20,3 +20,4 @@ export declare const groupResetNotification: ApiWrapper<{
|
|
|
20
20
|
members: number;
|
|
21
21
|
msg: string;
|
|
22
22
|
}>;
|
|
23
|
+
export declare const groupObjectListSpotArticles: ApiWrapper<PagingResults<jArticleList>>;
|
|
@@ -60,7 +60,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
60
60
|
layers?: string[] | undefined;
|
|
61
61
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
62
62
|
layers?: string[] | undefined;
|
|
63
|
-
} & import("../..").WidgetType<
|
|
63
|
+
} & import("../..").WidgetType<{
|
|
64
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
65
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
66
|
+
css?: Record<string, string> | undefined;
|
|
67
|
+
edit?: boolean | undefined;
|
|
68
|
+
}>) | ({
|
|
64
69
|
layers?: string[] | undefined;
|
|
65
70
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
66
71
|
layers?: string[] | undefined;
|
|
@@ -252,7 +257,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
252
257
|
layers?: string[] | undefined;
|
|
253
258
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
254
259
|
layers?: string[] | undefined;
|
|
255
|
-
} & import("../..").WidgetType<
|
|
260
|
+
} & import("../..").WidgetType<{
|
|
261
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
262
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
263
|
+
css?: Record<string, string> | undefined;
|
|
264
|
+
edit?: boolean | undefined;
|
|
265
|
+
}>) | ({
|
|
256
266
|
layers?: string[] | undefined;
|
|
257
267
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
258
268
|
layers?: string[] | undefined;
|
|
@@ -306,7 +316,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
306
316
|
layers?: string[] | undefined;
|
|
307
317
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
308
318
|
layers?: string[] | undefined;
|
|
309
|
-
} & import("../..").WidgetType<
|
|
319
|
+
} & import("../..").WidgetType<{
|
|
320
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
321
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
322
|
+
css?: Record<string, string> | undefined;
|
|
323
|
+
edit?: boolean | undefined;
|
|
324
|
+
}>) | ({
|
|
310
325
|
layers?: string[] | undefined;
|
|
311
326
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
312
327
|
layers?: string[] | undefined;
|
|
@@ -390,7 +405,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
390
405
|
layers?: string[] | undefined;
|
|
391
406
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
392
407
|
layers?: string[] | undefined;
|
|
393
|
-
} & import("../..").WidgetType<
|
|
408
|
+
} & import("../..").WidgetType<{
|
|
409
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
410
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
411
|
+
css?: Record<string, string> | undefined;
|
|
412
|
+
edit?: boolean | undefined;
|
|
413
|
+
}>) | ({
|
|
394
414
|
layers?: string[] | undefined;
|
|
395
415
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
396
416
|
layers?: string[] | undefined;
|
|
@@ -542,7 +562,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
542
562
|
layers?: string[] | undefined;
|
|
543
563
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
544
564
|
layers?: string[] | undefined;
|
|
545
|
-
} & import("../..").WidgetType<
|
|
565
|
+
} & import("../..").WidgetType<{
|
|
566
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
567
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
568
|
+
css?: Record<string, string> | undefined;
|
|
569
|
+
edit?: boolean | undefined;
|
|
570
|
+
}>) | ({
|
|
546
571
|
layers?: string[] | undefined;
|
|
547
572
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
548
573
|
layers?: string[] | undefined;
|
|
@@ -734,7 +759,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
734
759
|
layers?: string[] | undefined;
|
|
735
760
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
736
761
|
layers?: string[] | undefined;
|
|
737
|
-
} & import("../..").WidgetType<
|
|
762
|
+
} & import("../..").WidgetType<{
|
|
763
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
764
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
765
|
+
css?: Record<string, string> | undefined;
|
|
766
|
+
edit?: boolean | undefined;
|
|
767
|
+
}>) | ({
|
|
738
768
|
layers?: string[] | undefined;
|
|
739
769
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
740
770
|
layers?: string[] | undefined;
|
|
@@ -788,7 +818,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
788
818
|
layers?: string[] | undefined;
|
|
789
819
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
790
820
|
layers?: string[] | undefined;
|
|
791
|
-
} & import("../..").WidgetType<
|
|
821
|
+
} & import("../..").WidgetType<{
|
|
822
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
823
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
824
|
+
css?: Record<string, string> | undefined;
|
|
825
|
+
edit?: boolean | undefined;
|
|
826
|
+
}>) | ({
|
|
792
827
|
layers?: string[] | undefined;
|
|
793
828
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
794
829
|
layers?: string[] | undefined;
|
|
@@ -872,7 +907,12 @@ export declare class TVDisplayApi extends JBaseApi {
|
|
|
872
907
|
layers?: string[] | undefined;
|
|
873
908
|
} & import("../..").WidgetArticleSliderType) | ({
|
|
874
909
|
layers?: string[] | undefined;
|
|
875
|
-
} & import("../..").WidgetType<
|
|
910
|
+
} & import("../..").WidgetType<{
|
|
911
|
+
widgets?: import("../..").WidgetBaseType[] | undefined;
|
|
912
|
+
arr?: import("../..").WidgetCheckListContentArr[] | undefined;
|
|
913
|
+
css?: Record<string, string> | undefined;
|
|
914
|
+
edit?: boolean | undefined;
|
|
915
|
+
}>) | ({
|
|
876
916
|
layers?: string[] | undefined;
|
|
877
917
|
} & import("../..").WidgetDatasourceTableType) | ({
|
|
878
918
|
layers?: string[] | undefined;
|