jamespot-user-api 1.0.181 → 1.0.183
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 +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/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/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/license.d.ts +2 -2
- package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
- package/lib/src/apis/admin/utils.d.ts +1 -1
- 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/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 +1880 -127
- package/lib/src/types/hook.d.ts +1 -2
- package/lib/src/types/index.d.ts +2 -1
- 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 +114 -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/adminApps-success.json +270 -0
- 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/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/objectListJLandJLandList-success.json +14 -0
- package/phpunitMock/userSignIn-success.json +31 -0
- package/documentation/interfaces/Category.html +0 -1
- /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
|
@@ -18,11 +18,11 @@ export declare const baseAutocompleteSchema: z.ZodObject<{
|
|
|
18
18
|
uri: string;
|
|
19
19
|
title: string;
|
|
20
20
|
name: string;
|
|
21
|
+
class: string;
|
|
21
22
|
label: string;
|
|
22
23
|
shortUri: string;
|
|
23
24
|
cssClass: string;
|
|
24
25
|
cssColor: string;
|
|
25
|
-
class: string;
|
|
26
26
|
}, {
|
|
27
27
|
type: string;
|
|
28
28
|
id: string;
|
|
@@ -30,11 +30,11 @@ export declare const baseAutocompleteSchema: z.ZodObject<{
|
|
|
30
30
|
uri: string;
|
|
31
31
|
title: string;
|
|
32
32
|
name: string;
|
|
33
|
+
class: string;
|
|
33
34
|
label: string;
|
|
34
35
|
shortUri: string;
|
|
35
36
|
cssClass: string;
|
|
36
37
|
cssColor: string;
|
|
37
|
-
class: string;
|
|
38
38
|
}>;
|
|
39
39
|
export type BaseAutocomplete = z.infer<typeof baseAutocompleteSchema>;
|
|
40
40
|
export declare const jObjectAutocompleteSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -58,11 +58,11 @@ export declare const jObjectAutocompleteSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
58
58
|
uri: string;
|
|
59
59
|
title: string;
|
|
60
60
|
name: string;
|
|
61
|
+
class: string;
|
|
61
62
|
label: string;
|
|
62
63
|
shortUri: string;
|
|
63
64
|
cssClass: string;
|
|
64
65
|
cssColor: string;
|
|
65
|
-
class: string;
|
|
66
66
|
}, {
|
|
67
67
|
type: string;
|
|
68
68
|
id: string;
|
|
@@ -70,11 +70,11 @@ export declare const jObjectAutocompleteSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
70
70
|
uri: string;
|
|
71
71
|
title: string;
|
|
72
72
|
name: string;
|
|
73
|
+
class: string;
|
|
73
74
|
label: string;
|
|
74
75
|
shortUri: string;
|
|
75
76
|
cssClass: string;
|
|
76
77
|
cssColor: string;
|
|
77
|
-
class: string;
|
|
78
78
|
}>;
|
|
79
79
|
export type jObjectAutocomplete = z.infer<typeof jObjectAutocompleteSchema>;
|
|
80
80
|
export declare const jUserAutocompleteSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -101,11 +101,11 @@ export declare const jUserAutocompleteSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
101
101
|
title: string;
|
|
102
102
|
name: string;
|
|
103
103
|
Pseudo: string;
|
|
104
|
+
class: string;
|
|
104
105
|
label: string;
|
|
105
106
|
shortUri: string;
|
|
106
107
|
cssClass: string;
|
|
107
108
|
cssColor: string;
|
|
108
|
-
class: string;
|
|
109
109
|
}, {
|
|
110
110
|
type: string;
|
|
111
111
|
id: string;
|
|
@@ -114,11 +114,11 @@ export declare const jUserAutocompleteSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
114
114
|
title: string;
|
|
115
115
|
name: string;
|
|
116
116
|
Pseudo: string;
|
|
117
|
+
class: string;
|
|
117
118
|
label: string;
|
|
118
119
|
shortUri: string;
|
|
119
120
|
cssClass: string;
|
|
120
121
|
cssColor: string;
|
|
121
|
-
class: string;
|
|
122
122
|
}>;
|
|
123
123
|
export type jUserAutocomplete = z.infer<typeof jUserAutocompleteSchema>;
|
|
124
124
|
export declare const jSpotAutocompleteSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -144,11 +144,11 @@ export declare const jSpotAutocompleteSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
144
144
|
uri: string;
|
|
145
145
|
title: string;
|
|
146
146
|
name: string;
|
|
147
|
+
class: string;
|
|
147
148
|
label: string;
|
|
148
149
|
shortUri: string;
|
|
149
150
|
cssClass: string;
|
|
150
151
|
cssColor: string;
|
|
151
|
-
class: string;
|
|
152
152
|
idspot: string;
|
|
153
153
|
}, {
|
|
154
154
|
type: string;
|
|
@@ -157,11 +157,11 @@ export declare const jSpotAutocompleteSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
157
157
|
uri: string;
|
|
158
158
|
title: string;
|
|
159
159
|
name: string;
|
|
160
|
+
class: string;
|
|
160
161
|
label: string;
|
|
161
162
|
shortUri: string;
|
|
162
163
|
cssClass: string;
|
|
163
164
|
cssColor: string;
|
|
164
|
-
class: string;
|
|
165
165
|
idspot: string;
|
|
166
166
|
}>;
|
|
167
167
|
export type jSpotAutocomplete = z.infer<typeof jSpotAutocompleteSchema>;
|
|
@@ -186,11 +186,11 @@ export declare const audienceAutocompleteSchema: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
186
186
|
uri: string;
|
|
187
187
|
title: string;
|
|
188
188
|
name: string;
|
|
189
|
+
class: string;
|
|
189
190
|
label: string;
|
|
190
191
|
shortUri: string;
|
|
191
192
|
cssClass: string;
|
|
192
193
|
cssColor: string;
|
|
193
|
-
class: string;
|
|
194
194
|
}, {
|
|
195
195
|
type: string;
|
|
196
196
|
id: string;
|
|
@@ -198,11 +198,11 @@ export declare const audienceAutocompleteSchema: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
198
198
|
uri: string;
|
|
199
199
|
title: string;
|
|
200
200
|
name: string;
|
|
201
|
+
class: string;
|
|
201
202
|
label: string;
|
|
202
203
|
shortUri: string;
|
|
203
204
|
cssClass: string;
|
|
204
205
|
cssColor: string;
|
|
205
|
-
class: string;
|
|
206
206
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
207
207
|
id: z.ZodString;
|
|
208
208
|
uri: z.ZodString;
|
|
@@ -227,11 +227,11 @@ export declare const audienceAutocompleteSchema: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
227
227
|
title: string;
|
|
228
228
|
name: string;
|
|
229
229
|
Pseudo: string;
|
|
230
|
+
class: string;
|
|
230
231
|
label: string;
|
|
231
232
|
shortUri: string;
|
|
232
233
|
cssClass: string;
|
|
233
234
|
cssColor: string;
|
|
234
|
-
class: string;
|
|
235
235
|
}, {
|
|
236
236
|
type: string;
|
|
237
237
|
id: string;
|
|
@@ -240,11 +240,11 @@ export declare const audienceAutocompleteSchema: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
240
240
|
title: string;
|
|
241
241
|
name: string;
|
|
242
242
|
Pseudo: string;
|
|
243
|
+
class: string;
|
|
243
244
|
label: string;
|
|
244
245
|
shortUri: string;
|
|
245
246
|
cssClass: string;
|
|
246
247
|
cssColor: string;
|
|
247
|
-
class: string;
|
|
248
248
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
249
249
|
id: z.ZodString;
|
|
250
250
|
uri: z.ZodString;
|
|
@@ -268,11 +268,11 @@ export declare const audienceAutocompleteSchema: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
268
268
|
uri: string;
|
|
269
269
|
title: string;
|
|
270
270
|
name: string;
|
|
271
|
+
class: string;
|
|
271
272
|
label: string;
|
|
272
273
|
shortUri: string;
|
|
273
274
|
cssClass: string;
|
|
274
275
|
cssColor: string;
|
|
275
|
-
class: string;
|
|
276
276
|
idspot: string;
|
|
277
277
|
}, {
|
|
278
278
|
type: string;
|
|
@@ -281,11 +281,11 @@ export declare const audienceAutocompleteSchema: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
281
281
|
uri: string;
|
|
282
282
|
title: string;
|
|
283
283
|
name: string;
|
|
284
|
+
class: string;
|
|
284
285
|
label: string;
|
|
285
286
|
shortUri: string;
|
|
286
287
|
cssClass: string;
|
|
287
288
|
cssColor: string;
|
|
288
|
-
class: string;
|
|
289
289
|
idspot: string;
|
|
290
290
|
}>]>;
|
|
291
291
|
export type AudienceAutocomplete = z.infer<typeof audienceAutocompleteSchema>;
|