jamespot-user-api 1.0.148 → 1.0.149
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 +11 -11
- 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/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.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 +9 -9
- 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 +3 -3
- 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/StudioApplicationStatus.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/AdminLicenseUser.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseAutocomplete.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/ObjectListProps.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SearchCategoryModel.html +1 -1
- package/documentation/interfaces/SearchCategoryValue.html +1 -1
- package/documentation/interfaces/SearchConfig.html +1 -1
- package/documentation/interfaces/SearchFacetModel.html +1 -1
- package/documentation/interfaces/SearchFacetValueModel.html +1 -1
- package/documentation/interfaces/SearchQuery.html +1 -1
- package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
- package/documentation/interfaces/SearchQueryOption.html +1 -1
- package/documentation/interfaces/SearchQueryResult.html +1 -1
- package/documentation/interfaces/SearchQuerySortModel.html +1 -1
- package/documentation/interfaces/SearchResultCatProps.html +1 -1
- package/documentation/interfaces/SearchResultPropsApp.html +1 -1
- package/documentation/interfaces/SearchResultPropsObject.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +12 -12
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/taxonomy/taxonomy.d.ts +7 -7
- package/lib/src/apis/taxonomy/taxonomy.mock.d.ts +7 -7
- package/lib/src/apis/taxonomy/types.d.ts +3 -81
- package/lib/src/types/faq.d.ts +3 -4
- package/lib/src/types/meeting.d.ts +1 -0
- package/lib/src/types/search.d.ts +8 -2
- package/lib/src/types/socialEvent.d.ts +1 -0
- package/package.json +1 -1
- package/phpunitMock/articleGet-meeting-view.json +11 -10
- package/phpunitMock/articleGet-socialEvent-view.json +9 -8
- package/phpunitMock/autocompleteTaxonomy-default.json +2 -2
- package/phpunitMock/objectListTaxonomyConcept-default.json +20 -59
- package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +4 -3
- package/phpunitMock/taxonomyCreate-default.json +6 -35
- package/phpunitMock/taxonomyList-default.json +24 -247
- package/documentation/interfaces/Taxonomy.html +0 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { JBaseApi } from '../base';
|
|
2
|
-
import { ApiWrapper, BaseMessagesOne, PagingResults } from '../../types';
|
|
3
|
-
import {
|
|
2
|
+
import { ApiWrapper, BaseMessagesOne, PagingResults, jObjectAutocomplete } from '../../types';
|
|
3
|
+
import { AutocompleteHierarchy, AutoCompleteList, jTaxonomyLittle, TaxonomyCreate } from './types';
|
|
4
4
|
export declare class JTaxonomyApi extends JBaseApi {
|
|
5
5
|
/**
|
|
6
6
|
* list all taxonomies (no pagination)
|
|
7
7
|
*/
|
|
8
|
-
list(): Promise<
|
|
9
|
-
create(taxonomy: TaxonomyCreate): Promise<ApiWrapper<
|
|
8
|
+
list(): Promise<jTaxonomyLittle[]>;
|
|
9
|
+
create<T = jTaxonomyLittle>({ format, ...taxonomy }: TaxonomyCreate): Promise<ApiWrapper<T, BaseMessagesOne>>;
|
|
10
10
|
/**
|
|
11
11
|
* autocomplete return a list of tags
|
|
12
12
|
* @param idTaxonomy taxonomy id
|
|
13
13
|
* @param query search characters
|
|
14
14
|
*/
|
|
15
|
-
autocomplete(idTaxonomy: string, query: string): Promise<ApiWrapper<
|
|
16
|
-
autocompleteList(payload: AutoCompleteList): Promise<ApiWrapper<PagingResults<
|
|
17
|
-
autocompleteHierarchy(payload: AutocompleteHierarchy): Promise<ApiWrapper<PagingResults<
|
|
15
|
+
autocomplete(idTaxonomy: string, query: string): Promise<ApiWrapper<jObjectAutocomplete[], import("../../types").BaseMessages>>;
|
|
16
|
+
autocompleteList<T = jObjectAutocomplete>({ format, ...payload }: AutoCompleteList): Promise<ApiWrapper<PagingResults<T>, import("../../types").BaseMessages>>;
|
|
17
|
+
autocompleteHierarchy(payload: AutocompleteHierarchy): Promise<ApiWrapper<PagingResults<jObjectAutocomplete>, import("../../types").BaseMessages>>;
|
|
18
18
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ApiWrapper, BaseMessages, PagingResults } from '../../types';
|
|
3
|
-
export declare const taxonomyList: ApiWrapper<
|
|
1
|
+
import { TaxonomyCreate, jTaxonomyLittle } from './types';
|
|
2
|
+
import { ApiWrapper, jObjectAutocomplete, BaseMessages, PagingResults } from '../../types';
|
|
3
|
+
export declare const taxonomyList: ApiWrapper<jTaxonomyLittle[]>;
|
|
4
4
|
export declare const taxonomyListError: ApiWrapper<undefined, BaseMessages>;
|
|
5
5
|
export declare const taxonomyCreateParam: TaxonomyCreate;
|
|
6
|
-
export declare const taxonomyCreateResponse: ApiWrapper<
|
|
7
|
-
export declare const taxonomyAutocomplete: ApiWrapper<
|
|
8
|
-
export declare const conceptAutocomplete: ApiWrapper<PagingResults<
|
|
9
|
-
export declare const conceptTaxonomyHierarchy: ApiWrapper<PagingResults<
|
|
6
|
+
export declare const taxonomyCreateResponse: ApiWrapper<jTaxonomyLittle, BaseMessages>;
|
|
7
|
+
export declare const taxonomyAutocomplete: ApiWrapper<jObjectAutocomplete[]>;
|
|
8
|
+
export declare const conceptAutocomplete: ApiWrapper<PagingResults<jObjectAutocomplete>>;
|
|
9
|
+
export declare const conceptTaxonomyHierarchy: ApiWrapper<PagingResults<jObjectAutocomplete>>;
|
|
@@ -1,49 +1,10 @@
|
|
|
1
|
-
import { Filter,
|
|
2
|
-
export
|
|
3
|
-
id: number;
|
|
4
|
-
type: string;
|
|
5
|
-
title: string;
|
|
6
|
-
dateCreation?: string;
|
|
7
|
-
mainTypes?: string[];
|
|
8
|
-
types?: null;
|
|
9
|
-
mandatory?: null;
|
|
10
|
-
public?: null;
|
|
11
|
-
wallFilter?: null;
|
|
12
|
-
jamespot?: string;
|
|
13
|
-
uri: string;
|
|
14
|
-
mainType?: string;
|
|
15
|
-
_cssColor?: string;
|
|
16
|
-
_cssClass?: string;
|
|
17
|
-
_right?: {
|
|
18
|
-
create: boolean;
|
|
19
|
-
read: boolean;
|
|
20
|
-
publish: boolean;
|
|
21
|
-
administrate: boolean;
|
|
22
|
-
update: boolean;
|
|
23
|
-
delete: boolean;
|
|
24
|
-
comment: boolean;
|
|
25
|
-
member: boolean;
|
|
26
|
-
};
|
|
27
|
-
_values?: {
|
|
28
|
-
type: string;
|
|
29
|
-
title: string;
|
|
30
|
-
dateCreation: string;
|
|
31
|
-
mainTypes?: string | null;
|
|
32
|
-
types: string[] | null;
|
|
33
|
-
mandatory: null;
|
|
34
|
-
public: null;
|
|
35
|
-
wallFilter: null;
|
|
36
|
-
jamespot: string | null;
|
|
37
|
-
};
|
|
38
|
-
_timezone?: {
|
|
39
|
-
dateCreation: string;
|
|
40
|
-
};
|
|
41
|
-
_url?: string;
|
|
42
|
-
}
|
|
1
|
+
import { Filter, jObjectLittle } from '../../types';
|
|
2
|
+
export type jTaxonomyLittle = jObjectLittle;
|
|
43
3
|
export interface TaxonomyCreate {
|
|
44
4
|
type: 'taxonomyClose' | 'taxonomyOpen';
|
|
45
5
|
title: string;
|
|
46
6
|
concepts: Array<string>;
|
|
7
|
+
format?: string;
|
|
47
8
|
}
|
|
48
9
|
export type AutoCompleteList = {
|
|
49
10
|
query?: string;
|
|
@@ -74,42 +35,3 @@ export type AutocompleteHierarchy = {
|
|
|
74
35
|
uriTaxonomy: string;
|
|
75
36
|
uriConcept?: string;
|
|
76
37
|
};
|
|
77
|
-
export type AutoCompleteConcept = {
|
|
78
|
-
id: string;
|
|
79
|
-
uri: string;
|
|
80
|
-
shortUri: string;
|
|
81
|
-
title: string;
|
|
82
|
-
name: string;
|
|
83
|
-
mainType: string;
|
|
84
|
-
type: string;
|
|
85
|
-
label: string;
|
|
86
|
-
cssClass: string;
|
|
87
|
-
cssColor: string;
|
|
88
|
-
class: string;
|
|
89
|
-
};
|
|
90
|
-
export type Concept = {
|
|
91
|
-
id: number;
|
|
92
|
-
uri: string;
|
|
93
|
-
title: string;
|
|
94
|
-
type: string;
|
|
95
|
-
idTaxonomy: string;
|
|
96
|
-
dateCreation: string;
|
|
97
|
-
terms: string[];
|
|
98
|
-
_label: string;
|
|
99
|
-
_count: string;
|
|
100
|
-
mainType: string;
|
|
101
|
-
_cssClass: string;
|
|
102
|
-
_cssColor: string;
|
|
103
|
-
_right: Rights;
|
|
104
|
-
_values: {
|
|
105
|
-
type: string;
|
|
106
|
-
title: string;
|
|
107
|
-
idTaxonomy: string;
|
|
108
|
-
dateCreation: string;
|
|
109
|
-
terms: string | null;
|
|
110
|
-
};
|
|
111
|
-
_timezone: {
|
|
112
|
-
dateCreation: string;
|
|
113
|
-
};
|
|
114
|
-
_url: string;
|
|
115
|
-
};
|
package/lib/src/types/faq.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Format, jArticleList, jArticleLittle, MaybeWithToken } from './utils';
|
|
2
|
-
import { AutoCompleteConcept } from '../apis';
|
|
3
2
|
import { ImageSize } from './file';
|
|
4
|
-
import { AudienceAutocomplete } from './autocomplete';
|
|
3
|
+
import { AudienceAutocomplete, jObjectAutocomplete } from './autocomplete';
|
|
5
4
|
import { ArticleCreation } from './article';
|
|
6
5
|
export type FaqView = FaqList & {
|
|
7
6
|
_audience: AudienceAutocomplete[];
|
|
8
|
-
tags?:
|
|
7
|
+
tags?: jObjectAutocomplete[];
|
|
9
8
|
isWeb: boolean;
|
|
10
9
|
faqContent?: {
|
|
11
10
|
title: string;
|
|
@@ -25,7 +24,7 @@ export type ExtendedFaqCategory<T extends FaqList> = T & {
|
|
|
25
24
|
};
|
|
26
25
|
export type FaqItemView = Omit<FaqItemList, 'hierarchy'> & {
|
|
27
26
|
faqResponse: string;
|
|
28
|
-
tags?:
|
|
27
|
+
tags?: jObjectAutocomplete[];
|
|
29
28
|
uriCategory: jArticleLittle[];
|
|
30
29
|
themeId: string;
|
|
31
30
|
_nbAttachedFiles?: number;
|
|
@@ -14,11 +14,16 @@ export interface SearchCategoryValue {
|
|
|
14
14
|
count: number;
|
|
15
15
|
id: string;
|
|
16
16
|
}
|
|
17
|
+
export type FacetMode = 'AND' | 'OR';
|
|
17
18
|
export interface SearchFacetModel {
|
|
18
19
|
facetType: string;
|
|
19
|
-
facetOptions: any
|
|
20
|
+
facetOptions: any | {
|
|
21
|
+
uriTaxonomy: string;
|
|
22
|
+
};
|
|
23
|
+
facetMode?: FacetMode;
|
|
20
24
|
field: string;
|
|
21
25
|
title: string;
|
|
26
|
+
description?: string;
|
|
22
27
|
category?: SearchCategoryModel['id'];
|
|
23
28
|
}
|
|
24
29
|
export interface SearchFacetValueModel {
|
|
@@ -40,8 +45,9 @@ export type SearchFacetValues = {
|
|
|
40
45
|
*/
|
|
41
46
|
export interface SearchQueryFilterModel {
|
|
42
47
|
field: string;
|
|
43
|
-
value: string;
|
|
48
|
+
value: string | string[];
|
|
44
49
|
exclude?: boolean;
|
|
50
|
+
or?: boolean;
|
|
45
51
|
}
|
|
46
52
|
/**
|
|
47
53
|
* Used in search query to specify a filter
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 226,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "meeting",
|
|
10
|
-
"uri": "meeting/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
13
|
-
"title": "Test meeting notifications (live -
|
|
14
|
-
"_url": "/article/
|
|
10
|
+
"uri": "meeting/226",
|
|
11
|
+
"dateCreation": "2024-04-05 16:40:05",
|
|
12
|
+
"dateModified": "2024-04-05 16:40:05",
|
|
13
|
+
"title": "Test meeting notifications (live - 1712328005)",
|
|
14
|
+
"_url": "/article/226",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"type": "user",
|
|
29
29
|
"uri": "user/1",
|
|
30
30
|
"dateCreation": "2019-03-26 16:29:33",
|
|
31
|
-
"dateModified": "
|
|
31
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
32
32
|
"title": "AdminJenkins",
|
|
33
33
|
"_url": "/user/1",
|
|
34
34
|
"level": 9
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"type": "user",
|
|
41
41
|
"uri": "user/6",
|
|
42
42
|
"dateCreation": "2019-07-09 15:49:06",
|
|
43
|
-
"dateModified": "
|
|
43
|
+
"dateModified": "2019-07-09 15:51:35",
|
|
44
44
|
"title": "User1",
|
|
45
45
|
"_url": "/user/6",
|
|
46
46
|
"level": 5
|
|
@@ -49,11 +49,12 @@
|
|
|
49
49
|
"processContext": null,
|
|
50
50
|
"place": "",
|
|
51
51
|
"address": "",
|
|
52
|
-
"dateStart": "2024-
|
|
53
|
-
"dateEnd": "2024-
|
|
52
|
+
"dateStart": "2024-04-05 16:40:05",
|
|
53
|
+
"dateEnd": "2024-04-05 19:40:05",
|
|
54
54
|
"allDay": null,
|
|
55
55
|
"agenda": "",
|
|
56
56
|
"noGestion": null,
|
|
57
|
+
"urlGestion": null,
|
|
57
58
|
"useQrcode": null,
|
|
58
59
|
"textColor": "",
|
|
59
60
|
"bgColor": "",
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 61,
|
|
8
8
|
"mainType": "article",
|
|
9
9
|
"type": "socialEvent",
|
|
10
|
-
"uri": "socialEvent/
|
|
11
|
-
"dateCreation": "2024-
|
|
12
|
-
"dateModified": "2024-
|
|
10
|
+
"uri": "socialEvent/61",
|
|
11
|
+
"dateCreation": "2024-04-05 16:38:02",
|
|
12
|
+
"dateModified": "2024-04-05 16:38:02",
|
|
13
13
|
"title": "EVENT FOR TEST",
|
|
14
|
-
"_url": "/article/
|
|
14
|
+
"_url": "/article/61",
|
|
15
15
|
"_right": {
|
|
16
16
|
"create": true,
|
|
17
17
|
"read": true,
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "spot",
|
|
42
42
|
"uri": "spot/1",
|
|
43
43
|
"dateCreation": "2019-07-18 18:36:24",
|
|
44
|
-
"dateModified": "2024-
|
|
44
|
+
"dateModified": "2024-04-05 16:38:02",
|
|
45
45
|
"title": "Groupe public",
|
|
46
46
|
"_url": "/group/1",
|
|
47
47
|
"privacy": 1,
|
|
@@ -50,11 +50,12 @@
|
|
|
50
50
|
],
|
|
51
51
|
"place": "",
|
|
52
52
|
"address": "",
|
|
53
|
-
"dateStart": "2024-
|
|
54
|
-
"dateEnd": "2024-
|
|
53
|
+
"dateStart": "2024-04-05 16:38:02",
|
|
54
|
+
"dateEnd": "2024-04-05 19:38:02",
|
|
55
55
|
"noGestion": null,
|
|
56
56
|
"processContext": null,
|
|
57
57
|
"allDay": null,
|
|
58
|
+
"urlGestion": null,
|
|
58
59
|
"socialEventUseCeiling": null,
|
|
59
60
|
"socialEventCeiling": null,
|
|
60
61
|
"useQrcode": null,
|
|
@@ -9,72 +9,33 @@
|
|
|
9
9
|
"cnt": 2,
|
|
10
10
|
"data": [
|
|
11
11
|
{
|
|
12
|
-
"id":
|
|
13
|
-
"
|
|
12
|
+
"id": "tagConcept/2",
|
|
13
|
+
"uri": "tagConcept/2",
|
|
14
|
+
"shortUri": "",
|
|
14
15
|
"title": "tag 1",
|
|
15
|
-
"
|
|
16
|
-
"dateCreation": "29/05/2023 17:41:26",
|
|
17
|
-
"terms": [],
|
|
18
|
-
"_label": "tag 1",
|
|
19
|
-
"_count": "0",
|
|
20
|
-
"uri": "tagConcept/3",
|
|
16
|
+
"name": "tag 1",
|
|
21
17
|
"mainType": "tagConcept",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"publish": true,
|
|
28
|
-
"administrate": true,
|
|
29
|
-
"update": true,
|
|
30
|
-
"delete": true,
|
|
31
|
-
"comment": true,
|
|
32
|
-
"member": true
|
|
33
|
-
},
|
|
34
|
-
"_values": {
|
|
35
|
-
"type": "tagConcept",
|
|
36
|
-
"title": "tag 1",
|
|
37
|
-
"idTaxonomy": "8",
|
|
38
|
-
"dateCreation": "2023-05-29 17:41:26",
|
|
39
|
-
"terms": null
|
|
40
|
-
},
|
|
41
|
-
"_timezone": { "dateCreation": "2023-05-29 17:41:26" },
|
|
42
|
-
"_url": "/tagConcept/3"
|
|
18
|
+
"type": "tagConcept",
|
|
19
|
+
"label": "Tag",
|
|
20
|
+
"cssClass": "article",
|
|
21
|
+
"cssColor": "#76b9f2",
|
|
22
|
+
"class": "user-selector-spot"
|
|
43
23
|
},
|
|
44
24
|
{
|
|
45
|
-
"id":
|
|
46
|
-
"
|
|
25
|
+
"id": "tagConcept/3",
|
|
26
|
+
"uri": "tagConcept/3",
|
|
27
|
+
"shortUri": "",
|
|
47
28
|
"title": "tag 2",
|
|
48
|
-
"
|
|
49
|
-
"dateCreation": "29/05/2023 17:41:26",
|
|
50
|
-
"terms": [],
|
|
51
|
-
"_label": "tag 2",
|
|
52
|
-
"_count": "0",
|
|
53
|
-
"uri": "tagConcept/4",
|
|
29
|
+
"name": "tag 2",
|
|
54
30
|
"mainType": "tagConcept",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"publish": true,
|
|
61
|
-
"administrate": true,
|
|
62
|
-
"update": true,
|
|
63
|
-
"delete": true,
|
|
64
|
-
"comment": true,
|
|
65
|
-
"member": true
|
|
66
|
-
},
|
|
67
|
-
"_values": {
|
|
68
|
-
"type": "tagConcept",
|
|
69
|
-
"title": "tag 2",
|
|
70
|
-
"idTaxonomy": "8",
|
|
71
|
-
"dateCreation": "2023-05-29 17:41:26",
|
|
72
|
-
"terms": null
|
|
73
|
-
},
|
|
74
|
-
"_timezone": { "dateCreation": "2023-05-29 17:41:26" },
|
|
75
|
-
"_url": "/tagConcept/4"
|
|
31
|
+
"type": "tagConcept",
|
|
32
|
+
"label": "Tag",
|
|
33
|
+
"cssClass": "article",
|
|
34
|
+
"cssColor": "#76b9f2",
|
|
35
|
+
"class": "user-selector-spot"
|
|
76
36
|
}
|
|
77
37
|
],
|
|
78
|
-
"facets": null
|
|
38
|
+
"facets": null,
|
|
39
|
+
"idQuery": null
|
|
79
40
|
}
|
|
80
41
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"cnt": 1,
|
|
10
10
|
"data": [
|
|
11
11
|
{
|
|
12
|
-
"id": "tagConcept/
|
|
13
|
-
"uri": "tagConcept/
|
|
12
|
+
"id": "tagConcept/1",
|
|
13
|
+
"uri": "tagConcept/1",
|
|
14
14
|
"shortUri": "",
|
|
15
15
|
"title": "conceptTitle for taxonomyHookTest",
|
|
16
16
|
"name": "conceptTitle for taxonomyHookTest",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"class": "user-selector-spot"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
|
-
"facets": null
|
|
25
|
+
"facets": null,
|
|
26
|
+
"idQuery": null
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -4,42 +4,13 @@
|
|
|
4
4
|
"error": 0,
|
|
5
5
|
"messages": [{ "code": 200, "msg": "Enregistrement r\u00e9ussi" }],
|
|
6
6
|
"result": {
|
|
7
|
-
"id":
|
|
7
|
+
"id": 6,
|
|
8
|
+
"mainType": "taxonomy",
|
|
8
9
|
"type": "taxonomyClose",
|
|
10
|
+
"uri": "taxonomyClose/6",
|
|
11
|
+
"dateCreation": "2024-04-04 11:08:25",
|
|
12
|
+
"dateModified": null,
|
|
9
13
|
"title": "test",
|
|
10
|
-
"
|
|
11
|
-
"mainTypes": [],
|
|
12
|
-
"types": null,
|
|
13
|
-
"mandatory": null,
|
|
14
|
-
"public": null,
|
|
15
|
-
"wallFilter": null,
|
|
16
|
-
"jamespot": "",
|
|
17
|
-
"uri": "taxonomyClose/8",
|
|
18
|
-
"mainType": "taxonomy",
|
|
19
|
-
"_cssColor": "#76b9f2",
|
|
20
|
-
"_cssClass": "article",
|
|
21
|
-
"_right": {
|
|
22
|
-
"create": true,
|
|
23
|
-
"read": true,
|
|
24
|
-
"publish": true,
|
|
25
|
-
"administrate": true,
|
|
26
|
-
"update": true,
|
|
27
|
-
"delete": true,
|
|
28
|
-
"comment": true,
|
|
29
|
-
"member": true
|
|
30
|
-
},
|
|
31
|
-
"_values": {
|
|
32
|
-
"type": "taxonomyClose",
|
|
33
|
-
"title": "test",
|
|
34
|
-
"dateCreation": "2023-05-29 17:41:24",
|
|
35
|
-
"mainTypes": null,
|
|
36
|
-
"types": null,
|
|
37
|
-
"mandatory": null,
|
|
38
|
-
"public": null,
|
|
39
|
-
"wallFilter": null,
|
|
40
|
-
"jamespot": null
|
|
41
|
-
},
|
|
42
|
-
"_timezone": { "dateCreation": "2023-05-29 17:41:24" },
|
|
43
|
-
"_url": "/taxonomy/8"
|
|
14
|
+
"_url": "/taxonomy/6"
|
|
44
15
|
}
|
|
45
16
|
}
|