jamespot-user-api 1.0.181 → 1.0.182
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 +2 -2
- 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 +17 -17
- 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 +10 -8
- 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/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/enums/_GroupModerateStatus.html +1 -0
- 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 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/jest.config.d.ts +0 -1
- package/lib/jest.config.vm.d.ts +0 -1
- package/lib/src/apis/admin/utils.d.ts +1 -1
- package/lib/src/apis/article/article.d.ts +3 -1
- package/lib/src/apis/filebank/filebank.d.ts +2 -2
- package/lib/src/apis/group/group.d.ts +218 -9
- package/lib/src/apis/group/group.mock.d.ts +6 -6
- package/lib/src/apis/jland/jland.d.ts +2 -31
- package/lib/src/apis/jland/jland.mock.d.ts +3 -2
- package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
- package/lib/src/apis/user/user.d.ts +11 -103
- package/lib/src/apis/user/user.mock.d.ts +5 -1
- package/lib/src/apis/widget/widget.d.ts +2 -2
- package/lib/src/apis/widget/widget.mock.d.ts +2 -2
- package/lib/src/types/adminUtils.d.ts +10 -10
- package/lib/src/types/article.d.ts +3065 -4796
- package/lib/src/types/asei.d.ts +231 -413
- package/lib/src/types/assetReservation.d.ts +1051 -1768
- package/lib/src/types/autocomplete.d.ts +14 -14
- package/lib/src/types/businessContact.d.ts +136 -502
- package/lib/src/types/comment.d.ts +231 -413
- package/lib/src/types/diapazone.d.ts +4 -4
- package/lib/src/types/faq.d.ts +1365 -2277
- package/lib/src/types/global.d.ts +2 -2
- package/lib/src/types/group.d.ts +1881 -127
- package/lib/src/types/hook.d.ts +1 -2
- package/lib/src/types/index.d.ts +1 -0
- package/lib/src/types/jLand.d.ts +1175 -0
- package/lib/src/types/mediaLibrary.d.ts +241 -423
- package/lib/src/types/meeting.d.ts +723 -1269
- package/lib/src/types/model.d.ts +653 -89
- package/lib/src/types/object.d.ts +2 -2
- package/lib/src/types/pollSurvey.d.ts +856 -1402
- package/lib/src/types/quizz.d.ts +723 -1269
- package/lib/src/types/search.d.ts +8 -8
- package/lib/src/types/share.d.ts +8 -8
- package/lib/src/types/socialEvent.d.ts +723 -1269
- package/lib/src/types/support.d.ts +723 -1269
- package/lib/src/types/surveyDate.d.ts +726 -1308
- package/lib/src/types/tvDisplay.d.ts +18544 -49
- package/lib/src/types/uri.d.ts +44 -8
- package/lib/src/types/wedoc.d.ts +633 -27
- package/lib/src/types/widgets/common.d.ts +1 -18
- package/lib/src/types/widgets/default.d.ts +538 -1719
- package/lib/src/types/widgets/widgetApi.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
- package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
- package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
- package/lib/src/types/widgets.d.ts +3573 -4860
- package/lib/src/util/Test.d.ts +5 -498
- package/lib/src/util/group.d.ts +2 -2
- package/lib/src/util/index.d.ts +1 -0
- package/lib/src/util/widget.d.ts +83 -0
- package/package.json +1 -1
- package/phpunitMock/articleCreate-businessContact.json +23 -0
- package/phpunitMock/articleCreate-jLandMap.json +49 -0
- package/phpunitMock/articleDelete-businessContact.json +12 -0
- package/phpunitMock/articleUpdate-businessContact.json +50 -0
- package/phpunitMock/objectListJLandJLandList-success.json +14 -0
- package/phpunitMock/userSignIn-success.json +31 -0
- package/documentation/enums/GroupModerateStatus.html +0 -1
- package/documentation/interfaces/Category.html +0 -1
|
@@ -476,11 +476,11 @@ export declare const searchResultPropsObjectSchema: z.ZodObject<{
|
|
|
476
476
|
_user?: {
|
|
477
477
|
title: string;
|
|
478
478
|
} | undefined;
|
|
479
|
+
icon?: string | undefined;
|
|
479
480
|
_values?: {
|
|
480
481
|
dateModified: string;
|
|
481
482
|
} | undefined;
|
|
482
483
|
_cssColor?: string | undefined;
|
|
483
|
-
icon?: string | undefined;
|
|
484
484
|
idArticle?: number | undefined;
|
|
485
485
|
}, {
|
|
486
486
|
uri: string;
|
|
@@ -492,11 +492,11 @@ export declare const searchResultPropsObjectSchema: z.ZodObject<{
|
|
|
492
492
|
_user?: {
|
|
493
493
|
title: string;
|
|
494
494
|
} | undefined;
|
|
495
|
+
icon?: string | undefined;
|
|
495
496
|
_values?: {
|
|
496
497
|
dateModified: string;
|
|
497
498
|
} | undefined;
|
|
498
499
|
_cssColor?: string | undefined;
|
|
499
|
-
icon?: string | undefined;
|
|
500
500
|
idArticle?: number | undefined;
|
|
501
501
|
}>;
|
|
502
502
|
export type SearchResultPropsObject = z.infer<typeof searchResultPropsObjectSchema>;
|
|
@@ -806,11 +806,11 @@ export declare const searchResultPropsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
806
806
|
_user?: {
|
|
807
807
|
title: string;
|
|
808
808
|
} | undefined;
|
|
809
|
+
icon?: string | undefined;
|
|
809
810
|
_values?: {
|
|
810
811
|
dateModified: string;
|
|
811
812
|
} | undefined;
|
|
812
813
|
_cssColor?: string | undefined;
|
|
813
|
-
icon?: string | undefined;
|
|
814
814
|
idArticle?: number | undefined;
|
|
815
815
|
}, {
|
|
816
816
|
uri: string;
|
|
@@ -822,11 +822,11 @@ export declare const searchResultPropsSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
822
822
|
_user?: {
|
|
823
823
|
title: string;
|
|
824
824
|
} | undefined;
|
|
825
|
+
icon?: string | undefined;
|
|
825
826
|
_values?: {
|
|
826
827
|
dateModified: string;
|
|
827
828
|
} | undefined;
|
|
828
829
|
_cssColor?: string | undefined;
|
|
829
|
-
icon?: string | undefined;
|
|
830
830
|
idArticle?: number | undefined;
|
|
831
831
|
}>]>;
|
|
832
832
|
export type SearchResultProps = z.infer<typeof searchResultPropsSchema>;
|
|
@@ -883,11 +883,11 @@ export declare const searchResultCatPropsSchema: z.ZodObject<{
|
|
|
883
883
|
_user?: {
|
|
884
884
|
title: string;
|
|
885
885
|
} | undefined;
|
|
886
|
+
icon?: string | undefined;
|
|
886
887
|
_values?: {
|
|
887
888
|
dateModified: string;
|
|
888
889
|
} | undefined;
|
|
889
890
|
_cssColor?: string | undefined;
|
|
890
|
-
icon?: string | undefined;
|
|
891
891
|
idArticle?: number | undefined;
|
|
892
892
|
}, {
|
|
893
893
|
uri: string;
|
|
@@ -899,11 +899,11 @@ export declare const searchResultCatPropsSchema: z.ZodObject<{
|
|
|
899
899
|
_user?: {
|
|
900
900
|
title: string;
|
|
901
901
|
} | undefined;
|
|
902
|
+
icon?: string | undefined;
|
|
902
903
|
_values?: {
|
|
903
904
|
dateModified: string;
|
|
904
905
|
} | undefined;
|
|
905
906
|
_cssColor?: string | undefined;
|
|
906
|
-
icon?: string | undefined;
|
|
907
907
|
idArticle?: number | undefined;
|
|
908
908
|
}>]>, "many">;
|
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -924,11 +924,11 @@ export declare const searchResultCatPropsSchema: z.ZodObject<{
|
|
|
924
924
|
_user?: {
|
|
925
925
|
title: string;
|
|
926
926
|
} | undefined;
|
|
927
|
+
icon?: string | undefined;
|
|
927
928
|
_values?: {
|
|
928
929
|
dateModified: string;
|
|
929
930
|
} | undefined;
|
|
930
931
|
_cssColor?: string | undefined;
|
|
931
|
-
icon?: string | undefined;
|
|
932
932
|
idArticle?: number | undefined;
|
|
933
933
|
})[];
|
|
934
934
|
showAll?: boolean | undefined;
|
|
@@ -950,11 +950,11 @@ export declare const searchResultCatPropsSchema: z.ZodObject<{
|
|
|
950
950
|
_user?: {
|
|
951
951
|
title: string;
|
|
952
952
|
} | undefined;
|
|
953
|
+
icon?: string | undefined;
|
|
953
954
|
_values?: {
|
|
954
955
|
dateModified: string;
|
|
955
956
|
} | undefined;
|
|
956
957
|
_cssColor?: string | undefined;
|
|
957
|
-
icon?: string | undefined;
|
|
958
958
|
idArticle?: number | undefined;
|
|
959
959
|
})[];
|
|
960
960
|
showAll?: boolean | undefined;
|
package/lib/src/types/share.d.ts
CHANGED
|
@@ -73,8 +73,8 @@ export declare const shareAccessPropsSchema: z.ZodObject<{
|
|
|
73
73
|
dateModified: string;
|
|
74
74
|
title: string;
|
|
75
75
|
_url: string;
|
|
76
|
-
category: number;
|
|
77
76
|
privacy: number;
|
|
77
|
+
category: number;
|
|
78
78
|
}, {
|
|
79
79
|
type: string;
|
|
80
80
|
id: number;
|
|
@@ -84,8 +84,8 @@ export declare const shareAccessPropsSchema: z.ZodObject<{
|
|
|
84
84
|
dateModified: string;
|
|
85
85
|
title: string;
|
|
86
86
|
_url: string;
|
|
87
|
-
category: number;
|
|
88
87
|
privacy: number;
|
|
88
|
+
category: number;
|
|
89
89
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
90
90
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
91
91
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -133,8 +133,8 @@ export declare const shareAccessPropsSchema: z.ZodObject<{
|
|
|
133
133
|
dateModified: string;
|
|
134
134
|
title: string;
|
|
135
135
|
_url: string;
|
|
136
|
-
category: number;
|
|
137
136
|
privacy: number;
|
|
137
|
+
category: number;
|
|
138
138
|
} | {
|
|
139
139
|
type: "folder" | "rootFolder";
|
|
140
140
|
id: number;
|
|
@@ -158,8 +158,8 @@ export declare const shareAccessPropsSchema: z.ZodObject<{
|
|
|
158
158
|
dateModified: string;
|
|
159
159
|
title: string;
|
|
160
160
|
_url: string;
|
|
161
|
-
category: number;
|
|
162
161
|
privacy: number;
|
|
162
|
+
category: number;
|
|
163
163
|
} | {
|
|
164
164
|
type: "folder" | "rootFolder";
|
|
165
165
|
id: number;
|
|
@@ -224,8 +224,8 @@ export declare const shareAccessObjectSchema: z.ZodObject<{
|
|
|
224
224
|
dateModified: string;
|
|
225
225
|
title: string;
|
|
226
226
|
_url: string;
|
|
227
|
-
category: number;
|
|
228
227
|
privacy: number;
|
|
228
|
+
category: number;
|
|
229
229
|
}, {
|
|
230
230
|
type: string;
|
|
231
231
|
id: number;
|
|
@@ -235,8 +235,8 @@ export declare const shareAccessObjectSchema: z.ZodObject<{
|
|
|
235
235
|
dateModified: string;
|
|
236
236
|
title: string;
|
|
237
237
|
_url: string;
|
|
238
|
-
category: number;
|
|
239
238
|
privacy: number;
|
|
239
|
+
category: number;
|
|
240
240
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
241
241
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
242
242
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -297,8 +297,8 @@ export declare const shareAccessObjectSchema: z.ZodObject<{
|
|
|
297
297
|
dateModified: string;
|
|
298
298
|
title: string;
|
|
299
299
|
_url: string;
|
|
300
|
-
category: number;
|
|
301
300
|
privacy: number;
|
|
301
|
+
category: number;
|
|
302
302
|
} | {
|
|
303
303
|
type: "folder" | "rootFolder";
|
|
304
304
|
id: number;
|
|
@@ -328,8 +328,8 @@ export declare const shareAccessObjectSchema: z.ZodObject<{
|
|
|
328
328
|
dateModified: string;
|
|
329
329
|
title: string;
|
|
330
330
|
_url: string;
|
|
331
|
-
category: number;
|
|
332
331
|
privacy: number;
|
|
332
|
+
category: number;
|
|
333
333
|
} | {
|
|
334
334
|
type: "folder" | "rootFolder";
|
|
335
335
|
id: number;
|