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
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { ZodSchema } from 'zod';
|
|
2
|
+
import { WidgetApiType, WidgetArticleAttachmentType, WidgetArticleButtonType, WidgetArticleGalleryType, WidgetArticleImageType, WidgetArticleSliderType, WidgetArticleTextType, WidgetArticleTitleType, WidgetCheckListType, WidgetDatasourceTableType } from '../types';
|
|
3
|
+
export declare const ensureWidgetType: (widget: unknown, schema: ZodSchema) => boolean;
|
|
4
|
+
export declare const ensureWidgetWrapperProps: (o: unknown) => o is import("../types").WidgetWrapperGeneric<({
|
|
5
|
+
layers?: string[] | undefined;
|
|
6
|
+
} & WidgetApiType) | ({
|
|
7
|
+
layers?: string[] | undefined;
|
|
8
|
+
} & WidgetArticleAttachmentType) | ({
|
|
9
|
+
layers?: string[] | undefined;
|
|
10
|
+
} & WidgetArticleButtonType) | ({
|
|
11
|
+
layers?: string[] | undefined;
|
|
12
|
+
} & WidgetArticleGalleryType) | ({
|
|
13
|
+
layers?: string[] | undefined;
|
|
14
|
+
} & WidgetArticleImageType) | ({
|
|
15
|
+
layers?: string[] | undefined;
|
|
16
|
+
} & WidgetArticleTitleType) | ({
|
|
17
|
+
layers?: string[] | undefined;
|
|
18
|
+
} & WidgetArticleTextType) | ({
|
|
19
|
+
layers?: string[] | undefined;
|
|
20
|
+
} & WidgetArticleSliderType) | ({
|
|
21
|
+
layers?: string[] | undefined;
|
|
22
|
+
} & import("../types").WidgetType<import("../types").WidgetCheckListContent>) | ({
|
|
23
|
+
layers?: string[] | undefined;
|
|
24
|
+
} & WidgetDatasourceTableType) | ({
|
|
25
|
+
layers?: string[] | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
name: import("../types").WidgetsName.ExcelDatasourceTable;
|
|
28
|
+
uniqid: string;
|
|
29
|
+
content: {
|
|
30
|
+
uri?: string | undefined;
|
|
31
|
+
limit?: number | undefined;
|
|
32
|
+
tableColumnsData?: {
|
|
33
|
+
name?: string | undefined;
|
|
34
|
+
label?: string | undefined;
|
|
35
|
+
isVisible?: boolean | undefined;
|
|
36
|
+
textEllipsis?: boolean | undefined;
|
|
37
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
38
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
39
|
+
}[] | undefined;
|
|
40
|
+
tableHeadColor?: string | undefined;
|
|
41
|
+
tableHeadTextColor?: string | undefined;
|
|
42
|
+
tableHeadIconColor?: string | undefined;
|
|
43
|
+
tableRowColor?: string | undefined;
|
|
44
|
+
tableRowTextColor?: string | undefined;
|
|
45
|
+
tableBorderRadius?: number | undefined;
|
|
46
|
+
tableSizedColumns?: boolean | undefined;
|
|
47
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
48
|
+
};
|
|
49
|
+
})>;
|
|
50
|
+
export declare const ensureWidgetApiType: (widget: unknown) => widget is WidgetApiType;
|
|
51
|
+
export declare const ensureWidgetArticleAttachmentType: (widget: unknown) => widget is WidgetArticleAttachmentType;
|
|
52
|
+
export declare const ensureWidgetArticleButtonType: (widget: unknown) => widget is WidgetArticleButtonType;
|
|
53
|
+
export declare const ensureWidgetArticleGalleryType: (widget: unknown) => widget is WidgetArticleGalleryType;
|
|
54
|
+
export declare const ensureWidgetArticleImageType: (widget: unknown) => widget is WidgetArticleImageType;
|
|
55
|
+
export declare const ensureWidgetArticleSliderType: (widget: unknown) => widget is WidgetArticleSliderType;
|
|
56
|
+
export declare const ensureWidgetArticleTextType: (widget: unknown) => widget is WidgetArticleTextType;
|
|
57
|
+
export declare const ensureWidgetArticleTitleType: (widget: unknown) => widget is WidgetArticleTitleType;
|
|
58
|
+
export declare const ensureWidgetCheckListType: (widget: unknown) => widget is WidgetCheckListType;
|
|
59
|
+
export declare const ensureWidgetDatasourceTableType: (widget: unknown) => widget is WidgetDatasourceTableType;
|
|
60
|
+
export declare const ensureWidgetExcelDatasourceTableType: (widget: unknown) => widget is {
|
|
61
|
+
name: import("../types").WidgetsName.ExcelDatasourceTable;
|
|
62
|
+
uniqid: string;
|
|
63
|
+
content: {
|
|
64
|
+
uri?: string | undefined;
|
|
65
|
+
limit?: number | undefined;
|
|
66
|
+
tableColumnsData?: {
|
|
67
|
+
name?: string | undefined;
|
|
68
|
+
label?: string | undefined;
|
|
69
|
+
isVisible?: boolean | undefined;
|
|
70
|
+
textEllipsis?: boolean | undefined;
|
|
71
|
+
dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
72
|
+
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
73
|
+
}[] | undefined;
|
|
74
|
+
tableHeadColor?: string | undefined;
|
|
75
|
+
tableHeadTextColor?: string | undefined;
|
|
76
|
+
tableHeadIconColor?: string | undefined;
|
|
77
|
+
tableRowColor?: string | undefined;
|
|
78
|
+
tableRowTextColor?: string | undefined;
|
|
79
|
+
tableBorderRadius?: number | undefined;
|
|
80
|
+
tableSizedColumns?: boolean | undefined;
|
|
81
|
+
tableSizedColumnsWidth?: number | undefined;
|
|
82
|
+
};
|
|
83
|
+
};
|
package/package.json
CHANGED
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "admin",
|
|
3
|
+
"f": "apps",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"name": "AdminPlatformHook",
|
|
9
|
+
"label": "Plateforme",
|
|
10
|
+
"icon": "fs-plateform",
|
|
11
|
+
"color": ["33", "90%", "59%"],
|
|
12
|
+
"state": "jAdmin.platform.home",
|
|
13
|
+
"url": "/?action=admin#/admin/platform",
|
|
14
|
+
"tabs": [
|
|
15
|
+
{
|
|
16
|
+
"sref": "jAdmin.platform.home",
|
|
17
|
+
"idDiv": "admin-tab-home",
|
|
18
|
+
"label": "Plateforme",
|
|
19
|
+
"icon": "icon-home"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"sref": "jAdmin.platform.mobile",
|
|
23
|
+
"idDiv": "admin-tab-mobile",
|
|
24
|
+
"label": "Configuration mobile",
|
|
25
|
+
"icon": "icon-mobile"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"sref": "jAdmin.platform.access",
|
|
29
|
+
"idDiv": "admin-tab-access",
|
|
30
|
+
"label": "Mode d'acc\u00e8s",
|
|
31
|
+
"icon": "icon-exchange"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"sref": "jAdmin.platform.custom",
|
|
35
|
+
"idDiv": "admin-tab-custom",
|
|
36
|
+
"label": "Mise en page",
|
|
37
|
+
"icon": "icon-th-large"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"sref": "jAdmin.platform.cgu",
|
|
41
|
+
"idDiv": "admin-tab-cgu",
|
|
42
|
+
"label": "CGU",
|
|
43
|
+
"icon": "icon-institution"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"sref": "jAdmin.platform.rgpd",
|
|
47
|
+
"idDiv": "admin-tab-rgpd",
|
|
48
|
+
"label": "Consentement RGPD",
|
|
49
|
+
"icon": "icon-balance-scale"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"sref": "jAdmin.platform.mail",
|
|
53
|
+
"idDiv": "admin-tab-mail",
|
|
54
|
+
"label": "Courriels de la plateforme",
|
|
55
|
+
"icon": "icon-envelope"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"access": true
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "AdminUserHook",
|
|
62
|
+
"label": "Utilisateurs",
|
|
63
|
+
"icon": "fs-user",
|
|
64
|
+
"color": ["228", "60%", "68%"],
|
|
65
|
+
"state": "jAdmin.user.list",
|
|
66
|
+
"url": "/?action=admin#/admin/user/list/",
|
|
67
|
+
"tabs": [
|
|
68
|
+
{
|
|
69
|
+
"sref": "jAdmin.user.list",
|
|
70
|
+
"idDiv": "admin-tab-user-list",
|
|
71
|
+
"label": "Utilisateurs",
|
|
72
|
+
"icon": "icon-user"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"sref": "jAdmin.user.fields",
|
|
76
|
+
"idDiv": "admin-tab-user-fields",
|
|
77
|
+
"label": "R\u00e9glages des champs",
|
|
78
|
+
"icon": "icon-sliders"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"sref": "jAdmin.user.profiles",
|
|
82
|
+
"idDiv": "admin-tab-user-profiles",
|
|
83
|
+
"label": "Profils",
|
|
84
|
+
"icon": "icon-users"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"sref": "jAdmin.user.loginErrors",
|
|
88
|
+
"idDiv": "admin-tab-user-loginErrors",
|
|
89
|
+
"label": "Erreurs de connexion",
|
|
90
|
+
"icon": "icon-warning"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"sref": "jAdmin.advanced.user-moderatedUser",
|
|
94
|
+
"idDiv": "admin-tab-user-moderatedUser",
|
|
95
|
+
"label": "Liste de mod\u00e9ration",
|
|
96
|
+
"icon": "icon-drivers-license-o"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"sref": "jAdmin.advanced.user-desklessUser",
|
|
100
|
+
"idDiv": "admin-tab-user-desklessUser",
|
|
101
|
+
"label": "Utilisateur sans bureau",
|
|
102
|
+
"icon": "icon-vcard-o"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"access": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "AdminGroupHook",
|
|
109
|
+
"label": "Groupes",
|
|
110
|
+
"icon": "fs-group",
|
|
111
|
+
"color": ["346", "83%", "59%"],
|
|
112
|
+
"state": "jAdmin.group.list",
|
|
113
|
+
"url": "/?action=admin#/admin/group/list/",
|
|
114
|
+
"tabs": [
|
|
115
|
+
{
|
|
116
|
+
"sref": "jAdmin.group.list",
|
|
117
|
+
"idDiv": "admin-tab-group-list",
|
|
118
|
+
"label": "Gestionnaire de groupes",
|
|
119
|
+
"icon": "icon-group"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"sref": "jAdmin.group.category",
|
|
123
|
+
"idDiv": "admin-tab-group-category",
|
|
124
|
+
"label": "Gestionnaire de cat\u00e9gories",
|
|
125
|
+
"icon": "icon-ticket"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"sref": "jAdmin.group.directory",
|
|
129
|
+
"idDiv": "admin-tab-group-directory",
|
|
130
|
+
"label": "Gestionnaire de filtres",
|
|
131
|
+
"icon": "icon-sliders"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"access": true
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "AdminContentHook",
|
|
138
|
+
"label": "Contenus",
|
|
139
|
+
"icon": "fs-article",
|
|
140
|
+
"color": ["75", "37%", "52%"],
|
|
141
|
+
"state": "jAdmin.content.list",
|
|
142
|
+
"url": "/?action=admin#/admin/content",
|
|
143
|
+
"tabs": [
|
|
144
|
+
{
|
|
145
|
+
"sref": "jAdmin.content.list",
|
|
146
|
+
"idDiv": "admin-tab-content-list",
|
|
147
|
+
"label": "Contenus",
|
|
148
|
+
"icon": "icon-file-text"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"sref": "jAdmin.content.comment",
|
|
152
|
+
"idDiv": "admin-tab-content-comment",
|
|
153
|
+
"label": "Commentaires",
|
|
154
|
+
"icon": "icon-comments"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"sref": "jAdmin.content.scheduled",
|
|
158
|
+
"idDiv": "admin-tab-content-scheduled",
|
|
159
|
+
"label": "Contenu programm\u00e9",
|
|
160
|
+
"icon": "icon-clock-o"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"sref": "jAdmin.content.files",
|
|
164
|
+
"idDiv": "admin-tab-content-files",
|
|
165
|
+
"label": "Fichiers",
|
|
166
|
+
"icon": "icon-files-o"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"access": true
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "manageAppsHook",
|
|
173
|
+
"label": "Applications",
|
|
174
|
+
"icon": "fs-applications",
|
|
175
|
+
"color": ["197", "81%", "67%"],
|
|
176
|
+
"url": "/?action=manageApps",
|
|
177
|
+
"access": true
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "IndicatorsHook",
|
|
181
|
+
"label": "Indicateurs",
|
|
182
|
+
"icon": "fs-indicator",
|
|
183
|
+
"color": ["259", "59%", "61%"],
|
|
184
|
+
"url": "/?action=IndicatorsHome",
|
|
185
|
+
"access": true
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "AdminAdvancedHook",
|
|
189
|
+
"label": "Avanc\u00e9",
|
|
190
|
+
"icon": "fs-admin-advanced",
|
|
191
|
+
"color": ["171", "58%", "68%"],
|
|
192
|
+
"state": "jAdmin.advanced.platform",
|
|
193
|
+
"url": "/?action=admin#/admin/advanced",
|
|
194
|
+
"tabs": [
|
|
195
|
+
{
|
|
196
|
+
"sref": "jAdmin.advanced.platform",
|
|
197
|
+
"idDiv": "admin-tab-advanced-platform-list",
|
|
198
|
+
"label": "Plateforme",
|
|
199
|
+
"icon": "icon-cube"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"sref": "jAdmin.advanced.user({'action':'account'})",
|
|
203
|
+
"idDiv": "admin-advanced-user",
|
|
204
|
+
"label": "Utilisateurs",
|
|
205
|
+
"icon": "icon-user"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"sref": "jAdmin.advanced.group",
|
|
209
|
+
"idDiv": "admin-tab-advanced-group",
|
|
210
|
+
"label": "Groupes",
|
|
211
|
+
"icon": "icon-users"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"sref": "jAdmin.advanced.content({'action':'Content'})",
|
|
215
|
+
"idDiv": "admin-tab-advanced-content",
|
|
216
|
+
"label": "Contenus",
|
|
217
|
+
"icon": "icon-file-text-o"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"href": "/ng/app/taxonomy",
|
|
221
|
+
"idDiv": "admin-tab-advanced-taxonomy",
|
|
222
|
+
"label": "Gestionnaire des listes de mots-cl\u00e9s",
|
|
223
|
+
"icon": "icon-fs-taxonomy"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"sref": "jAdmin.advanced.registry",
|
|
227
|
+
"idDiv": "admin-tab-advanced-registry",
|
|
228
|
+
"label": "Param\u00e9trages",
|
|
229
|
+
"icon": "icon-th"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"access": true
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "AdminDevHook",
|
|
236
|
+
"label": "D\u00e9veloppeur",
|
|
237
|
+
"icon": "fs-admin-cog",
|
|
238
|
+
"color": ["48", "95%", "53%"],
|
|
239
|
+
"state": "jAdmin.dev.setting",
|
|
240
|
+
"url": "/?action=admin#/admin/dev/setting/",
|
|
241
|
+
"tabs": [
|
|
242
|
+
{
|
|
243
|
+
"sref": "jAdmin.dev.setting",
|
|
244
|
+
"idDiv": "admin-tab-dev-setting",
|
|
245
|
+
"label": "Param\u00e9trages",
|
|
246
|
+
"icon": "icon-terminal"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"sref": "jAdmin.dev.theme",
|
|
250
|
+
"idDiv": "admin-dev-theme",
|
|
251
|
+
"label": "G\u00e9rer les th\u00e8mes",
|
|
252
|
+
"icon": "icon-paint-brush"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"sref": "jAdmin.dev.css",
|
|
256
|
+
"idDiv": "admin-dev-css",
|
|
257
|
+
"label": "CSS",
|
|
258
|
+
"icon": "icon-css3"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"sref": "jAdmin.dev.types",
|
|
262
|
+
"idDiv": "admin-tab-dev-types",
|
|
263
|
+
"label": "Types",
|
|
264
|
+
"icon": "icon-th"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"access": true
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "create",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [
|
|
6
|
+
{
|
|
7
|
+
"code": 200,
|
|
8
|
+
"msg": "Enregistrement r\u00e9ussi"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"result": [
|
|
12
|
+
{
|
|
13
|
+
"id": 23,
|
|
14
|
+
"mainType": "article",
|
|
15
|
+
"type": "businessContactCard",
|
|
16
|
+
"uri": "businessContactCard/23",
|
|
17
|
+
"dateCreation": "2024-08-24 16:15:11",
|
|
18
|
+
"dateModified": "2024-08-24 16:15:11",
|
|
19
|
+
"title": "Lastname Firstname",
|
|
20
|
+
"_url": "/article/23"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "create",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [
|
|
6
|
+
{
|
|
7
|
+
"code": 200,
|
|
8
|
+
"msg": "Enregistrement r\u00e9ussi"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"result": [
|
|
12
|
+
{
|
|
13
|
+
"id": 35,
|
|
14
|
+
"mainType": "article",
|
|
15
|
+
"type": "jlandmap",
|
|
16
|
+
"uri": "jlandmap/35",
|
|
17
|
+
"dateCreation": "2024-08-24 17:22:43",
|
|
18
|
+
"dateModified": "2024-08-24 17:22:43",
|
|
19
|
+
"title": "Map",
|
|
20
|
+
"_url": "/article/35",
|
|
21
|
+
"jlandMapKind": "JLC1",
|
|
22
|
+
"jlandMapFlavor": "CUSTOM",
|
|
23
|
+
"limit": null,
|
|
24
|
+
"waMapUrl": null,
|
|
25
|
+
"_right": {
|
|
26
|
+
"create": true,
|
|
27
|
+
"read": true,
|
|
28
|
+
"publish": false,
|
|
29
|
+
"administrate": true,
|
|
30
|
+
"update": true,
|
|
31
|
+
"delete": true,
|
|
32
|
+
"comment": true,
|
|
33
|
+
"member": true
|
|
34
|
+
},
|
|
35
|
+
"_user": {
|
|
36
|
+
"id": 1,
|
|
37
|
+
"mainType": "user",
|
|
38
|
+
"type": "user",
|
|
39
|
+
"uri": "user/1",
|
|
40
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
41
|
+
"dateModified": "2024-08-24 16:53:55",
|
|
42
|
+
"title": "AdminJenkins",
|
|
43
|
+
"_url": "/user/1",
|
|
44
|
+
"level": 9
|
|
45
|
+
},
|
|
46
|
+
"_audience": []
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "article",
|
|
3
|
+
"f": "update",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [
|
|
6
|
+
{
|
|
7
|
+
"code": 200,
|
|
8
|
+
"msg": "Enregistrement r\u00e9ussi"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"result": {
|
|
12
|
+
"id": 29,
|
|
13
|
+
"mainType": "article",
|
|
14
|
+
"type": "businessContactCard",
|
|
15
|
+
"uri": "businessContactCard/29",
|
|
16
|
+
"dateCreation": "2024-08-24 16:30:23",
|
|
17
|
+
"dateModified": "2024-08-24 16:30:23",
|
|
18
|
+
"title": "Lastname Firstname",
|
|
19
|
+
"_url": "/article/29",
|
|
20
|
+
"_right": {
|
|
21
|
+
"create": true,
|
|
22
|
+
"read": true,
|
|
23
|
+
"publish": true,
|
|
24
|
+
"administrate": true,
|
|
25
|
+
"update": true,
|
|
26
|
+
"delete": true,
|
|
27
|
+
"comment": true,
|
|
28
|
+
"member": true
|
|
29
|
+
},
|
|
30
|
+
"_user": {
|
|
31
|
+
"id": 4,
|
|
32
|
+
"mainType": "user",
|
|
33
|
+
"type": "user",
|
|
34
|
+
"uri": "user/4",
|
|
35
|
+
"dateCreation": "2019-07-09 15:48:26",
|
|
36
|
+
"dateModified": "2019-07-09 15:51:24",
|
|
37
|
+
"title": "Admin1",
|
|
38
|
+
"_url": "/user/4",
|
|
39
|
+
"level": 9
|
|
40
|
+
},
|
|
41
|
+
"_audience": [],
|
|
42
|
+
"mail": "mail@mail.mail",
|
|
43
|
+
"pseudo": "Edited",
|
|
44
|
+
"firstName": "Firstname",
|
|
45
|
+
"lastName": "Lastname",
|
|
46
|
+
"phoneNumber": "0123456789",
|
|
47
|
+
"company": "Company",
|
|
48
|
+
"function": "Function"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "user",
|
|
3
|
+
"f": "signIn",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 1,
|
|
8
|
+
"mainType": "user",
|
|
9
|
+
"type": "user",
|
|
10
|
+
"uri": "user/1",
|
|
11
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
12
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
13
|
+
"title": "AdminJenkins",
|
|
14
|
+
"_url": "/user/1",
|
|
15
|
+
"level": 9,
|
|
16
|
+
"firstname": "Admin",
|
|
17
|
+
"lastname": "Jenkins",
|
|
18
|
+
"company": "",
|
|
19
|
+
"mail": "admin.jenkins@jamespot.com",
|
|
20
|
+
"active": 1,
|
|
21
|
+
"phoneNumber": "",
|
|
22
|
+
"mobileNumber": "",
|
|
23
|
+
"function": "",
|
|
24
|
+
"department": "",
|
|
25
|
+
"country": "fr",
|
|
26
|
+
"timeZone": "Europe/Paris",
|
|
27
|
+
"language": "fr",
|
|
28
|
+
"description": "",
|
|
29
|
+
"webSite": ""
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Category | jamespot-user-api</title><meta name="description" content="Documentation for jamespot-user-api"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jamespot-user-api</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">jamespot-user-api</a></li><li><a href="Category.html">Category</a></li></ul><h1>Interface Category </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">Category</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Category.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Category.html#idorder" class="tsd-kind-icon">idorder</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Category.html#label" class="tsd-kind-icon">label</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link">id<a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/a71942d/src/types/group.ts#L152">src/types/group.ts:152</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="idorder" class="tsd-anchor"></a><h3 class="tsd-anchor-link">idorder<a href="#idorder" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">idorder<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/a71942d/src/types/group.ts#L153">src/types/group.ts:153</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="label" class="tsd-anchor"></a><h3 class="tsd-anchor-link">label<a href="#label" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Jamespot/jamespot-user-api/blob/a71942d/src/types/group.ts#L154">src/types/group.ts:154</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface"><a href="Category.html" class="tsd-kind-icon">Category</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Category.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Category.html#idorder" class="tsd-kind-icon">idorder</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Category.html#label" class="tsd-kind-icon">label</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
File without changes
|