jamespot-user-api 1.0.206 → 1.0.207
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 -0
- 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 +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/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/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/admin/index.d.ts +1 -0
- package/lib/src/apis/admin/logs.d.ts +29 -0
- package/lib/src/apis/admin/logs.mock.d.ts +4 -0
- package/lib/src/apis/admin/logs.test.d.ts +1 -0
- package/lib/src/apis/jamespotUserApi.d.ts +2 -1
- package/lib/src/apis/visioConnect/visioConnect.d.ts +14 -0
- package/lib/src/apis/visioConnect/visioConnect.mock.d.ts +3 -1
- package/lib/src/types/adminLog.d.ts +73 -0
- package/lib/src/types/index.d.ts +2 -0
- package/lib/src/types/utils.d.ts +10 -0
- package/lib/src/types/visioConnect.d.ts +325 -0
- package/package.json +1 -1
- package/phpunitMock/objectListAdminAdvancedLogsNavigation-default.json +7 -0
- package/phpunitMock/objectListAdminAdvancedLogsObjects-default.json +294 -0
- package/phpunitMock/objectListAdminAdvancedLogsSearch-default.json +150 -0
- package/phpunitMock/visioConnectStatistics-default.json +24 -0
- package/phpunitMock/visioConnectStatisticsRoomSessions-default.json +27 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { JBaseApi } from '../base';
|
|
2
|
+
import { ListQueryParameters, PagingResults } from '../../types/utils';
|
|
3
|
+
export declare class AdminLogApi extends JBaseApi {
|
|
4
|
+
getLogsNavigation(params: ListQueryParameters, signal?: AbortSignal): Promise<import("../../types/utils").ApiWrapper<PagingResults<{
|
|
5
|
+
dateCreation: string;
|
|
6
|
+
url: string;
|
|
7
|
+
idUser: number;
|
|
8
|
+
level: number;
|
|
9
|
+
pseudo: string;
|
|
10
|
+
action: string;
|
|
11
|
+
ip: string;
|
|
12
|
+
extended?: string | undefined;
|
|
13
|
+
}>, import("../../types/utils").BaseMessages>>;
|
|
14
|
+
getLogsObjects(params: ListQueryParameters, signal?: AbortSignal): Promise<import("../../types/utils").ApiWrapper<PagingResults<{
|
|
15
|
+
mainType: string;
|
|
16
|
+
dateCreation: string;
|
|
17
|
+
url: string;
|
|
18
|
+
action: string;
|
|
19
|
+
idObject: number;
|
|
20
|
+
typeObject: string;
|
|
21
|
+
mail?: string | undefined;
|
|
22
|
+
extended?: string | undefined;
|
|
23
|
+
}>, import("../../types/utils").BaseMessages>>;
|
|
24
|
+
getLogsSearch(params: ListQueryParameters, signal?: AbortSignal): Promise<import("../../types/utils").ApiWrapper<PagingResults<{
|
|
25
|
+
type: string;
|
|
26
|
+
dateCreation: string;
|
|
27
|
+
msg: string;
|
|
28
|
+
}>, import("../../types/utils").BaseMessages>>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { AdminLogNavigation, AdminLogObject, AdminLogSearch, ApiPagingResults } from '../../types';
|
|
2
|
+
export declare const adminLogsNavigationMock: ApiPagingResults<AdminLogNavigation>;
|
|
3
|
+
export declare const adminLogsObjectsMock: ApiPagingResults<AdminLogObject>;
|
|
4
|
+
export declare const adminLogsSearchMock: ApiPagingResults<AdminLogSearch>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AdminLicenseApi, AdminUtilsApi, AdminStoreApi } from './admin';
|
|
1
|
+
import { AdminLicenseApi, AdminUtilsApi, AdminStoreApi, AdminLogApi } from './admin';
|
|
2
2
|
import { JApplicationApi } from './application';
|
|
3
3
|
import { JArticleApi } from './article/article';
|
|
4
4
|
import { JAseiApi } from './asei/asei';
|
|
@@ -54,6 +54,7 @@ export declare class JamespotUserApi {
|
|
|
54
54
|
license: AdminLicenseApi;
|
|
55
55
|
store: AdminStoreApi;
|
|
56
56
|
utils: AdminUtilsApi;
|
|
57
|
+
logs: AdminLogApi;
|
|
57
58
|
};
|
|
58
59
|
accessibility: JAccessibilityApi;
|
|
59
60
|
application: JApplicationApi;
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { ApiWrapper } from '../../types';
|
|
2
|
+
import { VisioConnectStatistics, VisioConnectStatisticsRoomSessions } from '../../types/visioConnect';
|
|
2
3
|
import { JBaseApi } from '../base';
|
|
3
4
|
export declare class JVisioConnectApi extends JBaseApi {
|
|
4
5
|
recordingDelete(id: number, filename: string, options?: {
|
|
5
6
|
signal?: AbortSignal;
|
|
6
7
|
}): Promise<ApiWrapper<boolean>>;
|
|
8
|
+
statistics(payload: {
|
|
9
|
+
page: number;
|
|
10
|
+
dateStart: string;
|
|
11
|
+
dateEnd: string;
|
|
12
|
+
}, params?: {
|
|
13
|
+
signal?: AbortSignal;
|
|
14
|
+
}): Promise<ApiWrapper<VisioConnectStatistics>>;
|
|
15
|
+
statisticsRoomSessions(payload: {
|
|
16
|
+
id: number;
|
|
17
|
+
page: number;
|
|
18
|
+
}, params?: {
|
|
19
|
+
signal?: AbortSignal;
|
|
20
|
+
}): Promise<ApiWrapper<VisioConnectStatisticsRoomSessions>>;
|
|
7
21
|
resolveUrl({ uri }: {
|
|
8
22
|
uri: string;
|
|
9
23
|
}, signal?: AbortSignal): Promise<ApiWrapper<string>>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
import { ApiWrapper } from '../../types';
|
|
1
|
+
import { ApiWrapper, VisioConnectStatistics, VisioConnectStatisticsRoomSessions } from '../../types';
|
|
2
2
|
export declare const visioConnectVideoRecordingDelete: ApiWrapper<Boolean>;
|
|
3
|
+
export declare const visioConnectStatistics: ApiWrapper<VisioConnectStatistics>;
|
|
4
|
+
export declare const visioConnectStatisticsRoomSessions: ApiWrapper<VisioConnectStatisticsRoomSessions>;
|
|
3
5
|
export declare const visioConnectResolveUrl: ApiWrapper<string>;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const adminLogNavigationSchema: z.ZodObject<{
|
|
3
|
+
dateCreation: z.ZodString;
|
|
4
|
+
action: z.ZodString;
|
|
5
|
+
idUser: z.ZodNumber;
|
|
6
|
+
pseudo: z.ZodString;
|
|
7
|
+
level: z.ZodNumber;
|
|
8
|
+
ip: z.ZodString;
|
|
9
|
+
url: z.ZodString;
|
|
10
|
+
extended: z.ZodOptional<z.ZodString>;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
dateCreation: string;
|
|
13
|
+
url: string;
|
|
14
|
+
idUser: number;
|
|
15
|
+
level: number;
|
|
16
|
+
pseudo: string;
|
|
17
|
+
action: string;
|
|
18
|
+
ip: string;
|
|
19
|
+
extended?: string | undefined;
|
|
20
|
+
}, {
|
|
21
|
+
dateCreation: string;
|
|
22
|
+
url: string;
|
|
23
|
+
idUser: number;
|
|
24
|
+
level: number;
|
|
25
|
+
pseudo: string;
|
|
26
|
+
action: string;
|
|
27
|
+
ip: string;
|
|
28
|
+
extended?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export type AdminLogNavigation = z.infer<typeof adminLogNavigationSchema>;
|
|
31
|
+
export declare const adminLogObjectSchema: z.ZodObject<{
|
|
32
|
+
dateCreation: z.ZodString;
|
|
33
|
+
action: z.ZodString;
|
|
34
|
+
mainType: z.ZodString;
|
|
35
|
+
idObject: z.ZodNumber;
|
|
36
|
+
typeObject: z.ZodString;
|
|
37
|
+
mail: z.ZodOptional<z.ZodString>;
|
|
38
|
+
url: z.ZodString;
|
|
39
|
+
extended: z.ZodOptional<z.ZodString>;
|
|
40
|
+
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
mainType: string;
|
|
42
|
+
dateCreation: string;
|
|
43
|
+
url: string;
|
|
44
|
+
action: string;
|
|
45
|
+
idObject: number;
|
|
46
|
+
typeObject: string;
|
|
47
|
+
mail?: string | undefined;
|
|
48
|
+
extended?: string | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
mainType: string;
|
|
51
|
+
dateCreation: string;
|
|
52
|
+
url: string;
|
|
53
|
+
action: string;
|
|
54
|
+
idObject: number;
|
|
55
|
+
typeObject: string;
|
|
56
|
+
mail?: string | undefined;
|
|
57
|
+
extended?: string | undefined;
|
|
58
|
+
}>;
|
|
59
|
+
export type AdminLogObject = z.infer<typeof adminLogObjectSchema>;
|
|
60
|
+
export declare const adminLogSearchSchema: z.ZodObject<{
|
|
61
|
+
dateCreation: z.ZodString;
|
|
62
|
+
type: z.ZodString;
|
|
63
|
+
msg: z.ZodString;
|
|
64
|
+
}, "strip", z.ZodTypeAny, {
|
|
65
|
+
type: string;
|
|
66
|
+
dateCreation: string;
|
|
67
|
+
msg: string;
|
|
68
|
+
}, {
|
|
69
|
+
type: string;
|
|
70
|
+
dateCreation: string;
|
|
71
|
+
msg: string;
|
|
72
|
+
}>;
|
|
73
|
+
export type AdminLogSearch = z.infer<typeof adminLogSearchSchema>;
|
package/lib/src/types/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export * from './object';
|
|
|
8
8
|
export * from './link';
|
|
9
9
|
export * from './bookmark';
|
|
10
10
|
export * from './adminLicense';
|
|
11
|
+
export * from './adminLog';
|
|
11
12
|
export * from './adminStore';
|
|
12
13
|
export * from './adminUtils';
|
|
13
14
|
export * from './animations';
|
|
@@ -44,6 +45,7 @@ export * from './support';
|
|
|
44
45
|
export * from './surveyDate';
|
|
45
46
|
export * from './tvDisplay';
|
|
46
47
|
export * from './tinymce';
|
|
48
|
+
export * from './visioConnect';
|
|
47
49
|
export * from './wedoc';
|
|
48
50
|
export * from './widgets';
|
|
49
51
|
export * from './realtime';
|
package/lib/src/types/utils.d.ts
CHANGED
|
@@ -249,6 +249,16 @@ export declare const filtersSchema: z.ZodArray<z.ZodObject<{
|
|
|
249
249
|
isNotNull?: boolean | undefined;
|
|
250
250
|
}>, "many">;
|
|
251
251
|
export type Filters = z.infer<typeof filtersSchema>;
|
|
252
|
+
export type ListOrder = {
|
|
253
|
+
name: string;
|
|
254
|
+
sort: string;
|
|
255
|
+
};
|
|
256
|
+
export type ListQueryParameters = {
|
|
257
|
+
limit?: number;
|
|
258
|
+
page?: number;
|
|
259
|
+
filters?: Array<Filter>;
|
|
260
|
+
orders?: Array<ListOrder>;
|
|
261
|
+
};
|
|
252
262
|
export declare const inferMaybeWithToken: <T extends z.ZodType<any, z.ZodTypeDef, any>>(type: T) => z.ZodIntersection<T, z.ZodObject<{
|
|
253
263
|
token: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUndefined]>>;
|
|
254
264
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16,3 +16,328 @@ export declare const videoRecordingSchema: z.ZodObject<{
|
|
|
16
16
|
isExpired: boolean;
|
|
17
17
|
}>;
|
|
18
18
|
export type VideoRecording = z.infer<typeof videoRecordingSchema>;
|
|
19
|
+
export declare const visioConnectStatisticsRoomSchema: z.ZodObject<{
|
|
20
|
+
id: z.ZodNumber;
|
|
21
|
+
subject: z.ZodString;
|
|
22
|
+
createdAt: z.ZodString;
|
|
23
|
+
updatedAt: z.ZodString;
|
|
24
|
+
idArticle: z.ZodNumber;
|
|
25
|
+
idUser: z.ZodNumber;
|
|
26
|
+
user: z.ZodObject<{
|
|
27
|
+
id: z.ZodNumber;
|
|
28
|
+
uri: z.ZodString;
|
|
29
|
+
title: z.ZodString;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
id: number;
|
|
32
|
+
uri: string;
|
|
33
|
+
title: string;
|
|
34
|
+
}, {
|
|
35
|
+
id: number;
|
|
36
|
+
uri: string;
|
|
37
|
+
title: string;
|
|
38
|
+
}>;
|
|
39
|
+
stats: z.ZodObject<{
|
|
40
|
+
participantsNumber: z.ZodNumber;
|
|
41
|
+
totalDurationSeconds: z.ZodNumber;
|
|
42
|
+
visioSessionsNumber: z.ZodNumber;
|
|
43
|
+
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
participantsNumber: number;
|
|
45
|
+
totalDurationSeconds: number;
|
|
46
|
+
visioSessionsNumber: number;
|
|
47
|
+
}, {
|
|
48
|
+
participantsNumber: number;
|
|
49
|
+
totalDurationSeconds: number;
|
|
50
|
+
visioSessionsNumber: number;
|
|
51
|
+
}>;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
id: number;
|
|
54
|
+
idUser: number;
|
|
55
|
+
user: {
|
|
56
|
+
id: number;
|
|
57
|
+
uri: string;
|
|
58
|
+
title: string;
|
|
59
|
+
};
|
|
60
|
+
stats: {
|
|
61
|
+
participantsNumber: number;
|
|
62
|
+
totalDurationSeconds: number;
|
|
63
|
+
visioSessionsNumber: number;
|
|
64
|
+
};
|
|
65
|
+
idArticle: number;
|
|
66
|
+
createdAt: string;
|
|
67
|
+
subject: string;
|
|
68
|
+
updatedAt: string;
|
|
69
|
+
}, {
|
|
70
|
+
id: number;
|
|
71
|
+
idUser: number;
|
|
72
|
+
user: {
|
|
73
|
+
id: number;
|
|
74
|
+
uri: string;
|
|
75
|
+
title: string;
|
|
76
|
+
};
|
|
77
|
+
stats: {
|
|
78
|
+
participantsNumber: number;
|
|
79
|
+
totalDurationSeconds: number;
|
|
80
|
+
visioSessionsNumber: number;
|
|
81
|
+
};
|
|
82
|
+
idArticle: number;
|
|
83
|
+
createdAt: string;
|
|
84
|
+
subject: string;
|
|
85
|
+
updatedAt: string;
|
|
86
|
+
}>;
|
|
87
|
+
export declare const visioConnectStatisticsSchema: z.ZodObject<{
|
|
88
|
+
rooms: z.ZodObject<{
|
|
89
|
+
totalItems: z.ZodNumber;
|
|
90
|
+
member: z.ZodArray<z.ZodObject<{
|
|
91
|
+
id: z.ZodNumber;
|
|
92
|
+
subject: z.ZodString;
|
|
93
|
+
createdAt: z.ZodString;
|
|
94
|
+
updatedAt: z.ZodString;
|
|
95
|
+
idArticle: z.ZodNumber;
|
|
96
|
+
idUser: z.ZodNumber;
|
|
97
|
+
user: z.ZodObject<{
|
|
98
|
+
id: z.ZodNumber;
|
|
99
|
+
uri: z.ZodString;
|
|
100
|
+
title: z.ZodString;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
id: number;
|
|
103
|
+
uri: string;
|
|
104
|
+
title: string;
|
|
105
|
+
}, {
|
|
106
|
+
id: number;
|
|
107
|
+
uri: string;
|
|
108
|
+
title: string;
|
|
109
|
+
}>;
|
|
110
|
+
stats: z.ZodObject<{
|
|
111
|
+
participantsNumber: z.ZodNumber;
|
|
112
|
+
totalDurationSeconds: z.ZodNumber;
|
|
113
|
+
visioSessionsNumber: z.ZodNumber;
|
|
114
|
+
}, "strip", z.ZodTypeAny, {
|
|
115
|
+
participantsNumber: number;
|
|
116
|
+
totalDurationSeconds: number;
|
|
117
|
+
visioSessionsNumber: number;
|
|
118
|
+
}, {
|
|
119
|
+
participantsNumber: number;
|
|
120
|
+
totalDurationSeconds: number;
|
|
121
|
+
visioSessionsNumber: number;
|
|
122
|
+
}>;
|
|
123
|
+
}, "strip", z.ZodTypeAny, {
|
|
124
|
+
id: number;
|
|
125
|
+
idUser: number;
|
|
126
|
+
user: {
|
|
127
|
+
id: number;
|
|
128
|
+
uri: string;
|
|
129
|
+
title: string;
|
|
130
|
+
};
|
|
131
|
+
stats: {
|
|
132
|
+
participantsNumber: number;
|
|
133
|
+
totalDurationSeconds: number;
|
|
134
|
+
visioSessionsNumber: number;
|
|
135
|
+
};
|
|
136
|
+
idArticle: number;
|
|
137
|
+
createdAt: string;
|
|
138
|
+
subject: string;
|
|
139
|
+
updatedAt: string;
|
|
140
|
+
}, {
|
|
141
|
+
id: number;
|
|
142
|
+
idUser: number;
|
|
143
|
+
user: {
|
|
144
|
+
id: number;
|
|
145
|
+
uri: string;
|
|
146
|
+
title: string;
|
|
147
|
+
};
|
|
148
|
+
stats: {
|
|
149
|
+
participantsNumber: number;
|
|
150
|
+
totalDurationSeconds: number;
|
|
151
|
+
visioSessionsNumber: number;
|
|
152
|
+
};
|
|
153
|
+
idArticle: number;
|
|
154
|
+
createdAt: string;
|
|
155
|
+
subject: string;
|
|
156
|
+
updatedAt: string;
|
|
157
|
+
}>, "many">;
|
|
158
|
+
}, "strip", z.ZodTypeAny, {
|
|
159
|
+
member: {
|
|
160
|
+
id: number;
|
|
161
|
+
idUser: number;
|
|
162
|
+
user: {
|
|
163
|
+
id: number;
|
|
164
|
+
uri: string;
|
|
165
|
+
title: string;
|
|
166
|
+
};
|
|
167
|
+
stats: {
|
|
168
|
+
participantsNumber: number;
|
|
169
|
+
totalDurationSeconds: number;
|
|
170
|
+
visioSessionsNumber: number;
|
|
171
|
+
};
|
|
172
|
+
idArticle: number;
|
|
173
|
+
createdAt: string;
|
|
174
|
+
subject: string;
|
|
175
|
+
updatedAt: string;
|
|
176
|
+
}[];
|
|
177
|
+
totalItems: number;
|
|
178
|
+
}, {
|
|
179
|
+
member: {
|
|
180
|
+
id: number;
|
|
181
|
+
idUser: number;
|
|
182
|
+
user: {
|
|
183
|
+
id: number;
|
|
184
|
+
uri: string;
|
|
185
|
+
title: string;
|
|
186
|
+
};
|
|
187
|
+
stats: {
|
|
188
|
+
participantsNumber: number;
|
|
189
|
+
totalDurationSeconds: number;
|
|
190
|
+
visioSessionsNumber: number;
|
|
191
|
+
};
|
|
192
|
+
idArticle: number;
|
|
193
|
+
createdAt: string;
|
|
194
|
+
subject: string;
|
|
195
|
+
updatedAt: string;
|
|
196
|
+
}[];
|
|
197
|
+
totalItems: number;
|
|
198
|
+
}>;
|
|
199
|
+
platform: z.ZodObject<{
|
|
200
|
+
sessionsNumber: z.ZodNumber;
|
|
201
|
+
durationAverage: z.ZodNumber;
|
|
202
|
+
durationMedian: z.ZodNumber;
|
|
203
|
+
participantsNumber: z.ZodNumber;
|
|
204
|
+
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
participantsNumber: number;
|
|
206
|
+
sessionsNumber: number;
|
|
207
|
+
durationAverage: number;
|
|
208
|
+
durationMedian: number;
|
|
209
|
+
}, {
|
|
210
|
+
participantsNumber: number;
|
|
211
|
+
sessionsNumber: number;
|
|
212
|
+
durationAverage: number;
|
|
213
|
+
durationMedian: number;
|
|
214
|
+
}>;
|
|
215
|
+
}, "strip", z.ZodTypeAny, {
|
|
216
|
+
rooms: {
|
|
217
|
+
member: {
|
|
218
|
+
id: number;
|
|
219
|
+
idUser: number;
|
|
220
|
+
user: {
|
|
221
|
+
id: number;
|
|
222
|
+
uri: string;
|
|
223
|
+
title: string;
|
|
224
|
+
};
|
|
225
|
+
stats: {
|
|
226
|
+
participantsNumber: number;
|
|
227
|
+
totalDurationSeconds: number;
|
|
228
|
+
visioSessionsNumber: number;
|
|
229
|
+
};
|
|
230
|
+
idArticle: number;
|
|
231
|
+
createdAt: string;
|
|
232
|
+
subject: string;
|
|
233
|
+
updatedAt: string;
|
|
234
|
+
}[];
|
|
235
|
+
totalItems: number;
|
|
236
|
+
};
|
|
237
|
+
platform: {
|
|
238
|
+
participantsNumber: number;
|
|
239
|
+
sessionsNumber: number;
|
|
240
|
+
durationAverage: number;
|
|
241
|
+
durationMedian: number;
|
|
242
|
+
};
|
|
243
|
+
}, {
|
|
244
|
+
rooms: {
|
|
245
|
+
member: {
|
|
246
|
+
id: number;
|
|
247
|
+
idUser: number;
|
|
248
|
+
user: {
|
|
249
|
+
id: number;
|
|
250
|
+
uri: string;
|
|
251
|
+
title: string;
|
|
252
|
+
};
|
|
253
|
+
stats: {
|
|
254
|
+
participantsNumber: number;
|
|
255
|
+
totalDurationSeconds: number;
|
|
256
|
+
visioSessionsNumber: number;
|
|
257
|
+
};
|
|
258
|
+
idArticle: number;
|
|
259
|
+
createdAt: string;
|
|
260
|
+
subject: string;
|
|
261
|
+
updatedAt: string;
|
|
262
|
+
}[];
|
|
263
|
+
totalItems: number;
|
|
264
|
+
};
|
|
265
|
+
platform: {
|
|
266
|
+
participantsNumber: number;
|
|
267
|
+
sessionsNumber: number;
|
|
268
|
+
durationAverage: number;
|
|
269
|
+
durationMedian: number;
|
|
270
|
+
};
|
|
271
|
+
}>;
|
|
272
|
+
export type VisioConnectRoom = z.infer<typeof visioConnectStatisticsRoomSchema>;
|
|
273
|
+
export type VisioConnectStatistics = z.infer<typeof visioConnectStatisticsSchema>;
|
|
274
|
+
declare const visioConnectStatisticsRoomSessionSchema: z.ZodObject<{
|
|
275
|
+
id: z.ZodNumber;
|
|
276
|
+
room: z.ZodString;
|
|
277
|
+
duration: z.ZodNumber;
|
|
278
|
+
participantsNb: z.ZodNumber;
|
|
279
|
+
startedAt: z.ZodString;
|
|
280
|
+
endedAt: z.ZodString;
|
|
281
|
+
}, "strip", z.ZodTypeAny, {
|
|
282
|
+
id: number;
|
|
283
|
+
duration: number;
|
|
284
|
+
room: string;
|
|
285
|
+
participantsNb: number;
|
|
286
|
+
startedAt: string;
|
|
287
|
+
endedAt: string;
|
|
288
|
+
}, {
|
|
289
|
+
id: number;
|
|
290
|
+
duration: number;
|
|
291
|
+
room: string;
|
|
292
|
+
participantsNb: number;
|
|
293
|
+
startedAt: string;
|
|
294
|
+
endedAt: string;
|
|
295
|
+
}>;
|
|
296
|
+
export declare const visioConnectStatisticsRoomSessionsSchema: z.ZodObject<{
|
|
297
|
+
totalItems: z.ZodNumber;
|
|
298
|
+
member: z.ZodArray<z.ZodObject<{
|
|
299
|
+
id: z.ZodNumber;
|
|
300
|
+
room: z.ZodString;
|
|
301
|
+
duration: z.ZodNumber;
|
|
302
|
+
participantsNb: z.ZodNumber;
|
|
303
|
+
startedAt: z.ZodString;
|
|
304
|
+
endedAt: z.ZodString;
|
|
305
|
+
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
id: number;
|
|
307
|
+
duration: number;
|
|
308
|
+
room: string;
|
|
309
|
+
participantsNb: number;
|
|
310
|
+
startedAt: string;
|
|
311
|
+
endedAt: string;
|
|
312
|
+
}, {
|
|
313
|
+
id: number;
|
|
314
|
+
duration: number;
|
|
315
|
+
room: string;
|
|
316
|
+
participantsNb: number;
|
|
317
|
+
startedAt: string;
|
|
318
|
+
endedAt: string;
|
|
319
|
+
}>, "many">;
|
|
320
|
+
}, "strip", z.ZodTypeAny, {
|
|
321
|
+
member: {
|
|
322
|
+
id: number;
|
|
323
|
+
duration: number;
|
|
324
|
+
room: string;
|
|
325
|
+
participantsNb: number;
|
|
326
|
+
startedAt: string;
|
|
327
|
+
endedAt: string;
|
|
328
|
+
}[];
|
|
329
|
+
totalItems: number;
|
|
330
|
+
}, {
|
|
331
|
+
member: {
|
|
332
|
+
id: number;
|
|
333
|
+
duration: number;
|
|
334
|
+
room: string;
|
|
335
|
+
participantsNb: number;
|
|
336
|
+
startedAt: string;
|
|
337
|
+
endedAt: string;
|
|
338
|
+
}[];
|
|
339
|
+
totalItems: number;
|
|
340
|
+
}>;
|
|
341
|
+
export type VisioConnectStatisticsRoomSession = z.infer<typeof visioConnectStatisticsRoomSessionSchema>;
|
|
342
|
+
export type VisioConnectStatisticsRoomSessions = z.infer<typeof visioConnectStatisticsRoomSessionsSchema>;
|
|
343
|
+
export {};
|
package/package.json
CHANGED