jamespot-user-api 1.0.178 → 1.0.180
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 +18 -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 +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 +8 -8
- 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/Category.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 +2 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +6 -4
- package/lib/src/apis/admin/utils.d.ts +2 -2
- package/lib/src/apis/bookmark/bookmark.d.ts +18 -18
- package/lib/src/apis/datasource/datasource.d.ts +1 -1
- package/lib/src/apis/filebank/filebank.d.ts +19 -19
- package/lib/src/apis/filebank/filebank.mock.d.ts +11 -2
- package/lib/src/apis/user/user.d.ts +15 -111
- package/lib/src/types/adminLicence.d.ts +31 -56
- package/lib/src/types/adminUtils.d.ts +14 -14
- package/lib/src/types/article.d.ts +3160 -7359
- package/lib/src/types/asei.d.ts +197 -822
- package/lib/src/types/assetReservation.d.ts +1352 -4283
- package/lib/src/types/autocomplete.d.ts +55 -36
- package/lib/src/types/bookmark.d.ts +222 -234
- package/lib/src/types/businessContact.d.ts +243 -880
- package/lib/src/types/comment.d.ts +200 -900
- package/lib/src/types/diapazone.d.ts +77 -11
- package/lib/src/types/drive.d.ts +27 -21
- package/lib/src/types/faq.d.ts +2077 -5450
- package/lib/src/types/file.d.ts +18 -9
- package/lib/src/types/group.d.ts +10 -6
- package/lib/src/types/license.d.ts +12 -48
- package/lib/src/types/link.d.ts +25 -14
- package/lib/src/types/mediaLibrary.d.ts +223 -820
- package/lib/src/types/meeting.d.ts +1104 -3044
- package/lib/src/types/model.d.ts +3 -0
- package/lib/src/types/object.d.ts +90 -10
- package/lib/src/types/objectBase.d.ts +4 -3
- package/lib/src/types/pollSurvey.d.ts +1075 -3015
- package/lib/src/types/quizz.d.ts +1002 -2942
- package/lib/src/types/search.d.ts +134 -131
- package/lib/src/types/share.d.ts +130 -60
- package/lib/src/types/socialEvent.d.ts +1002 -2942
- package/lib/src/types/support.d.ts +1125 -3059
- package/lib/src/types/surveyDate.d.ts +1005 -2941
- package/lib/src/types/tinymce.d.ts +4 -3
- package/lib/src/types/tvDisplay.d.ts +2 -2
- package/lib/src/types/user.d.ts +72 -45
- package/lib/src/types/utils.d.ts +17 -89
- package/lib/src/types/widgets/default.d.ts +365 -1642
- package/lib/src/types/widgets/widgetArticleButton.d.ts +5 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +37 -76
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +39 -33
- package/lib/src/types/widgets.d.ts +4268 -11774
- package/lib/src/util/Test.d.ts +64 -660
- package/package.json +1 -2
- package/phpunitMock/fileBankGetBanks-success.json +69 -0
- package/phpunitMock/fileBankGetDocuments-success.json +110 -0
- package/phpunitMock/fileBankGetFolders-success.json +188 -0
- package/phpunitMock/fileBankGetPath-success.json +43 -43
- package/phpunitMock/fileBankSearchContent-success.json +45 -0
|
@@ -11,16 +11,16 @@ export declare const adminAppTabSchema: z.ZodObject<{
|
|
|
11
11
|
idDiv: string;
|
|
12
12
|
label: string;
|
|
13
13
|
icon: string;
|
|
14
|
-
sref?: string | undefined;
|
|
15
14
|
href?: string | undefined;
|
|
15
|
+
sref?: string | undefined;
|
|
16
16
|
licenseMode?: "classic" | undefined;
|
|
17
17
|
hook?: string | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
idDiv: string;
|
|
20
20
|
label: string;
|
|
21
21
|
icon: string;
|
|
22
|
-
sref?: string | undefined;
|
|
23
22
|
href?: string | undefined;
|
|
23
|
+
sref?: string | undefined;
|
|
24
24
|
licenseMode?: "classic" | undefined;
|
|
25
25
|
hook?: string | undefined;
|
|
26
26
|
}>;
|
|
@@ -45,16 +45,16 @@ export declare const adminAppSchema: z.ZodObject<{
|
|
|
45
45
|
idDiv: string;
|
|
46
46
|
label: string;
|
|
47
47
|
icon: string;
|
|
48
|
-
sref?: string | undefined;
|
|
49
48
|
href?: string | undefined;
|
|
49
|
+
sref?: string | undefined;
|
|
50
50
|
licenseMode?: "classic" | undefined;
|
|
51
51
|
hook?: string | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
idDiv: string;
|
|
54
54
|
label: string;
|
|
55
55
|
icon: string;
|
|
56
|
-
sref?: string | undefined;
|
|
57
56
|
href?: string | undefined;
|
|
57
|
+
sref?: string | undefined;
|
|
58
58
|
licenseMode?: "classic" | undefined;
|
|
59
59
|
hook?: string | undefined;
|
|
60
60
|
}>, "many">>;
|
|
@@ -64,14 +64,14 @@ export declare const adminAppSchema: z.ZodObject<{
|
|
|
64
64
|
label: string;
|
|
65
65
|
icon: string;
|
|
66
66
|
access: boolean;
|
|
67
|
-
state?: string | undefined;
|
|
68
67
|
url?: string | undefined;
|
|
68
|
+
state?: string | undefined;
|
|
69
69
|
tabs?: {
|
|
70
70
|
idDiv: string;
|
|
71
71
|
label: string;
|
|
72
72
|
icon: string;
|
|
73
|
-
sref?: string | undefined;
|
|
74
73
|
href?: string | undefined;
|
|
74
|
+
sref?: string | undefined;
|
|
75
75
|
licenseMode?: "classic" | undefined;
|
|
76
76
|
hook?: string | undefined;
|
|
77
77
|
}[] | undefined;
|
|
@@ -81,14 +81,14 @@ export declare const adminAppSchema: z.ZodObject<{
|
|
|
81
81
|
label: string;
|
|
82
82
|
icon: string;
|
|
83
83
|
access: boolean;
|
|
84
|
-
state?: string | undefined;
|
|
85
84
|
url?: string | undefined;
|
|
85
|
+
state?: string | undefined;
|
|
86
86
|
tabs?: {
|
|
87
87
|
idDiv: string;
|
|
88
88
|
label: string;
|
|
89
89
|
icon: string;
|
|
90
|
-
sref?: string | undefined;
|
|
91
90
|
href?: string | undefined;
|
|
91
|
+
sref?: string | undefined;
|
|
92
92
|
licenseMode?: "classic" | undefined;
|
|
93
93
|
hook?: string | undefined;
|
|
94
94
|
}[] | undefined;
|
|
@@ -114,16 +114,16 @@ export declare const adminAppsSchema: z.ZodArray<z.ZodObject<{
|
|
|
114
114
|
idDiv: string;
|
|
115
115
|
label: string;
|
|
116
116
|
icon: string;
|
|
117
|
-
sref?: string | undefined;
|
|
118
117
|
href?: string | undefined;
|
|
118
|
+
sref?: string | undefined;
|
|
119
119
|
licenseMode?: "classic" | undefined;
|
|
120
120
|
hook?: string | undefined;
|
|
121
121
|
}, {
|
|
122
122
|
idDiv: string;
|
|
123
123
|
label: string;
|
|
124
124
|
icon: string;
|
|
125
|
-
sref?: string | undefined;
|
|
126
125
|
href?: string | undefined;
|
|
126
|
+
sref?: string | undefined;
|
|
127
127
|
licenseMode?: "classic" | undefined;
|
|
128
128
|
hook?: string | undefined;
|
|
129
129
|
}>, "many">>;
|
|
@@ -133,14 +133,14 @@ export declare const adminAppsSchema: z.ZodArray<z.ZodObject<{
|
|
|
133
133
|
label: string;
|
|
134
134
|
icon: string;
|
|
135
135
|
access: boolean;
|
|
136
|
-
state?: string | undefined;
|
|
137
136
|
url?: string | undefined;
|
|
137
|
+
state?: string | undefined;
|
|
138
138
|
tabs?: {
|
|
139
139
|
idDiv: string;
|
|
140
140
|
label: string;
|
|
141
141
|
icon: string;
|
|
142
|
-
sref?: string | undefined;
|
|
143
142
|
href?: string | undefined;
|
|
143
|
+
sref?: string | undefined;
|
|
144
144
|
licenseMode?: "classic" | undefined;
|
|
145
145
|
hook?: string | undefined;
|
|
146
146
|
}[] | undefined;
|
|
@@ -150,14 +150,14 @@ export declare const adminAppsSchema: z.ZodArray<z.ZodObject<{
|
|
|
150
150
|
label: string;
|
|
151
151
|
icon: string;
|
|
152
152
|
access: boolean;
|
|
153
|
-
state?: string | undefined;
|
|
154
153
|
url?: string | undefined;
|
|
154
|
+
state?: string | undefined;
|
|
155
155
|
tabs?: {
|
|
156
156
|
idDiv: string;
|
|
157
157
|
label: string;
|
|
158
158
|
icon: string;
|
|
159
|
-
sref?: string | undefined;
|
|
160
159
|
href?: string | undefined;
|
|
160
|
+
sref?: string | undefined;
|
|
161
161
|
licenseMode?: "classic" | undefined;
|
|
162
162
|
hook?: string | undefined;
|
|
163
163
|
}[] | undefined;
|