jamespot-user-api 1.0.195 → 1.0.197
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 +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 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.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 +1 -0
- package/lib/src/apis/jamespotUserApi.d.ts +2 -0
- package/lib/src/apis/visioConnect/visioConnect.d.ts +7 -0
- package/lib/src/apis/visioConnect/visioConnect.mock.d.ts +2 -0
- package/lib/src/apis/visioConnect/visioConnect.test.d.ts +1 -0
- package/lib/src/types/article.d.ts +3 -0
- package/lib/src/types/visioConnect.d.ts +18 -0
- package/package.json +1 -1
- package/phpunitMock/studioGet-install-V2.json +1 -0
- package/phpunitMock/studioInstall-V2.json +1 -0
- package/phpunitMock/studioList-install-V2.json +1 -0
- package/phpunitMock/studioList-testUserApiList.json +1 -0
- package/phpunitMock/studioRestart-V2.json +1 -0
- package/phpunitMock/studioSuspend-V2.json +1 -0
- package/phpunitMock/visioConnectVideoRecordingDelete-default.json +1 -0
|
@@ -35,6 +35,7 @@ import { JWidgetApi } from './widget/widget';
|
|
|
35
35
|
import { JMagicPadApi } from './magicPad/magicPad';
|
|
36
36
|
import { JBbbApi } from './bbb/bbb';
|
|
37
37
|
import { JQuestionAnswerApi } from './questionAnswer/questionAnswer';
|
|
38
|
+
import { JVisioConnectApi } from './visioConnect/visioConnect';
|
|
38
39
|
/**
|
|
39
40
|
* In browser usage, 'window' should be the window object.
|
|
40
41
|
* In server side usage, 'window' object given must implement the fetch method, used by the Apis.
|
|
@@ -82,6 +83,7 @@ export declare class JamespotUserApi {
|
|
|
82
83
|
taxonomy: JTaxonomyApi;
|
|
83
84
|
tvDisplay: TVDisplayApi;
|
|
84
85
|
user: JUserApi;
|
|
86
|
+
visioConnect: JVisioConnectApi;
|
|
85
87
|
wedoc: JWedocApi;
|
|
86
88
|
widget: JWidgetApi;
|
|
87
89
|
animations: JAnimationsApi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -4209,6 +4209,7 @@ export declare const articleListConfigSchema: z.ZodObject<{
|
|
|
4209
4209
|
isNull?: boolean | undefined;
|
|
4210
4210
|
isNotNull?: boolean | undefined;
|
|
4211
4211
|
}>, "many">>;
|
|
4212
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
4212
4213
|
}, "strip", z.ZodTypeAny, {
|
|
4213
4214
|
type?: string | undefined;
|
|
4214
4215
|
filters?: {
|
|
@@ -4238,6 +4239,7 @@ export declare const articleListConfigSchema: z.ZodObject<{
|
|
|
4238
4239
|
}[] | undefined;
|
|
4239
4240
|
format?: "raw-little" | "raw-list" | "raw-view" | "user-api" | "mobile" | undefined;
|
|
4240
4241
|
formatExtend?: ("bookmark" | "contact" | "licenses" | "quizFieldDefinitions" | "quizResponseRecord" | "search" | "socialEventRecord" | "surveyDateRecord")[] | undefined;
|
|
4242
|
+
public?: boolean | undefined;
|
|
4241
4243
|
}, {
|
|
4242
4244
|
type?: string | undefined;
|
|
4243
4245
|
filters?: {
|
|
@@ -4267,6 +4269,7 @@ export declare const articleListConfigSchema: z.ZodObject<{
|
|
|
4267
4269
|
}[] | undefined;
|
|
4268
4270
|
format?: import("./utils").Format | undefined;
|
|
4269
4271
|
formatExtend?: ("bookmark" | "contact" | "licenses" | "quizFieldDefinitions" | "quizResponseRecord" | "search" | "socialEventRecord" | "surveyDateRecord")[] | undefined;
|
|
4272
|
+
public?: boolean | undefined;
|
|
4270
4273
|
}>;
|
|
4271
4274
|
export type ArticleListConfig = z.infer<typeof articleListConfigSchema>;
|
|
4272
4275
|
export declare const articleGetConfigSchema: z.ZodObject<{
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const videoRecordingSchema: z.ZodObject<{
|
|
3
|
+
createdAt: z.ZodString;
|
|
4
|
+
filename: z.ZodString;
|
|
5
|
+
isExpired: z.ZodBoolean;
|
|
6
|
+
url: z.ZodString;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
url: string;
|
|
9
|
+
filename: string;
|
|
10
|
+
createdAt: string;
|
|
11
|
+
isExpired: boolean;
|
|
12
|
+
}, {
|
|
13
|
+
url: string;
|
|
14
|
+
filename: string;
|
|
15
|
+
createdAt: string;
|
|
16
|
+
isExpired: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
export type VideoRecording = z.infer<typeof videoRecordingSchema>;
|
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"label": "all v2 installed",
|
|
11
11
|
"img": "/img/vespasien/apps/default.png",
|
|
12
12
|
"icon": "binoculars",
|
|
13
|
+
"isAvailableOnMobile": true,
|
|
13
14
|
"color": "#ff9900",
|
|
14
15
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
15
16
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"label": "all v2 installed",
|
|
11
11
|
"img": "/img/vespasien/apps/default.png",
|
|
12
12
|
"icon": "binoculars",
|
|
13
|
+
"isAvailableOnMobile": true,
|
|
13
14
|
"color": "#ff9900",
|
|
14
15
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
15
16
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"label": "all v2 installed",
|
|
12
12
|
"img": "/img/vespasien/apps/default.png",
|
|
13
13
|
"icon": "binoculars",
|
|
14
|
+
"isAvailableOnMobile": true,
|
|
14
15
|
"color": "#ff9900",
|
|
15
16
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
16
17
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"label": "all v2 installed",
|
|
11
11
|
"img": "/img/vespasien/apps/default.png",
|
|
12
12
|
"icon": "binoculars",
|
|
13
|
+
"isAvailableOnMobile": true,
|
|
13
14
|
"color": "#ff9900",
|
|
14
15
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
15
16
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"label": "all v2 installed",
|
|
11
11
|
"img": "/img/vespasien/apps/default.png",
|
|
12
12
|
"icon": "binoculars",
|
|
13
|
+
"isAvailableOnMobile": true,
|
|
13
14
|
"color": "#ff9900",
|
|
14
15
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
15
16
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "visioConnect", "f": "videoRecordingDelete", "error": 0, "messages": [], "result": true }
|