jamespot-user-api 1.0.148 → 1.0.150

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.
Files changed (104) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +11 -11
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBookmarkApi.html +1 -1
  11. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDiapazoneApi.html +1 -1
  14. package/documentation/classes/JFaqApi.html +1 -1
  15. package/documentation/classes/JFileApi.html +5 -5
  16. package/documentation/classes/JFilebankApi.html +1 -1
  17. package/documentation/classes/JGlobalApi.html +1 -1
  18. package/documentation/classes/JGroupApi.html +9 -9
  19. package/documentation/classes/JIAApi.html +1 -1
  20. package/documentation/classes/JLandApi.html +1 -1
  21. package/documentation/classes/JMessengerApi.html +1 -1
  22. package/documentation/classes/JObjectApi.html +1 -1
  23. package/documentation/classes/JSearchApi.html +6 -6
  24. package/documentation/classes/JShareApi.html +1 -1
  25. package/documentation/classes/JSocialActionApi.html +1 -1
  26. package/documentation/classes/JTaxonomyApi.html +3 -3
  27. package/documentation/classes/JUserApi.html +7 -7
  28. package/documentation/classes/JWedocApi.html +1 -1
  29. package/documentation/classes/JWidgetApi.html +1 -1
  30. package/documentation/classes/JamespotUserApi.html +1 -1
  31. package/documentation/classes/Network.html +1 -1
  32. package/documentation/classes/TVDisplayApi.html +1 -1
  33. package/documentation/classes/WindowBrowser.html +1 -1
  34. package/documentation/enums/StudioApplicationStatus.html +1 -1
  35. package/documentation/index.html +1 -1
  36. package/documentation/interfaces/AccessRightObject.html +1 -1
  37. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  38. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  39. package/documentation/interfaces/ApiWrapper.html +1 -1
  40. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  41. package/documentation/interfaces/BaseMessage.html +1 -1
  42. package/documentation/interfaces/Category.html +1 -1
  43. package/documentation/interfaces/FileBankProps.html +1 -1
  44. package/documentation/interfaces/FolderProps.html +1 -1
  45. package/documentation/interfaces/ListFilterSpec.html +1 -1
  46. package/documentation/interfaces/OF.html +1 -1
  47. package/documentation/interfaces/ObjectListProps.html +1 -1
  48. package/documentation/interfaces/PagingResults.html +1 -1
  49. package/documentation/interfaces/RootFolderProps.html +1 -1
  50. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  51. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  52. package/documentation/interfaces/SearchConfig.html +1 -1
  53. package/documentation/interfaces/SearchFacetModel.html +1 -1
  54. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  55. package/documentation/interfaces/SearchQuery.html +1 -1
  56. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  57. package/documentation/interfaces/SearchQueryOption.html +1 -1
  58. package/documentation/interfaces/SearchQueryResult.html +1 -1
  59. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  60. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  61. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  62. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  63. package/documentation/interfaces/SpotProps.html +1 -1
  64. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  65. package/documentation/interfaces/WindowInterface.html +1 -1
  66. package/documentation/modules.html +12 -12
  67. package/lib/jamespot-user-api.js +1 -1
  68. package/lib/jamespot-user-api.js.map +1 -1
  69. package/lib/src/apis/taxonomy/taxonomy.d.ts +7 -7
  70. package/lib/src/apis/taxonomy/taxonomy.mock.d.ts +7 -7
  71. package/lib/src/apis/taxonomy/types.d.ts +3 -81
  72. package/lib/src/types/faq.d.ts +6 -5
  73. package/lib/src/types/meeting.d.ts +1 -0
  74. package/lib/src/types/model.d.ts +4 -1
  75. package/lib/src/types/search.d.ts +8 -2
  76. package/lib/src/types/socialEvent.d.ts +1 -0
  77. package/lib/src/types/utils.d.ts +4 -2
  78. package/package.json +1 -1
  79. package/phpunitMock/articleCreate-faq-category.json +1 -0
  80. package/phpunitMock/articleCreate-faq-item.json +1 -0
  81. package/phpunitMock/articleGet-faq-category.json +1 -0
  82. package/phpunitMock/articleGet-meeting-view.json +13 -11
  83. package/phpunitMock/articleGet-pollSurvey-view.json +2 -1
  84. package/phpunitMock/articleGet-quizz-view.json +2 -1
  85. package/phpunitMock/articleGet-socialEvent-view.json +11 -9
  86. package/phpunitMock/articleGet-support-view.json +2 -1
  87. package/phpunitMock/articleGet-surveyDate-view.json +2 -1
  88. package/phpunitMock/articleUpdate-faq-category.json +1 -0
  89. package/phpunitMock/articleUpdate-faq-item.json +1 -0
  90. package/phpunitMock/articleUpdate-mpArticleView.json +2 -1
  91. package/phpunitMock/aseiSetStatus-default.json +2 -1
  92. package/phpunitMock/autocompleteTaxonomy-default.json +2 -2
  93. package/phpunitMock/faqAddEntry-success.json +1 -0
  94. package/phpunitMock/faqAddTheme-success.json +1 -0
  95. package/phpunitMock/faqDeleteTheme-success.json +1 -0
  96. package/phpunitMock/faqGetEntry-success.json +1 -0
  97. package/phpunitMock/faqMoveEntry-success.json +1 -0
  98. package/phpunitMock/faqMoveTheme-success.json +2 -0
  99. package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +2 -1
  100. package/phpunitMock/objectListTaxonomyConcept-default.json +20 -59
  101. package/phpunitMock/objectListTaxonomyHierarchyConcept-default.json +4 -3
  102. package/phpunitMock/taxonomyCreate-default.json +6 -35
  103. package/phpunitMock/taxonomyList-default.json +24 -247
  104. 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 { AutoCompleteConcept, AutocompleteHierarchy, AutoCompleteList, Concept, Taxonomy, TaxonomyCreate } from './types';
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<Taxonomy[]>;
9
- create(taxonomy: TaxonomyCreate): Promise<ApiWrapper<Taxonomy, BaseMessagesOne>>;
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<AutoCompleteConcept[], import("../../types").BaseMessages>>;
16
- autocompleteList(payload: AutoCompleteList): Promise<ApiWrapper<PagingResults<Concept>, import("../../types").BaseMessages>>;
17
- autocompleteHierarchy(payload: AutocompleteHierarchy): Promise<ApiWrapper<PagingResults<AutoCompleteConcept>, import("../../types").BaseMessages>>;
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 { AutoCompleteConcept, Concept, Taxonomy, TaxonomyCreate } from './types';
2
- import { ApiWrapper, BaseMessages, PagingResults } from '../../types';
3
- export declare const taxonomyList: ApiWrapper<Taxonomy[]>;
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<Taxonomy, BaseMessages>;
7
- export declare const taxonomyAutocomplete: ApiWrapper<AutoCompleteConcept[]>;
8
- export declare const conceptAutocomplete: ApiWrapper<PagingResults<Concept>>;
9
- export declare const conceptTaxonomyHierarchy: ApiWrapper<PagingResults<AutoCompleteConcept>>;
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, Rights } from '../../types';
2
- export interface Taxonomy {
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
- };
@@ -1,17 +1,17 @@
1
1
  import { Format, jArticleList, jArticleLittle, MaybeWithToken } from './utils';
2
- import { AutoCompleteConcept } from '../apis';
3
- import { ImageSize } from './file';
4
- import { AudienceAutocomplete } from './autocomplete';
2
+ import { ImageSize, jFileLittle } from './file';
3
+ import { AudienceAutocomplete, jObjectAutocomplete } from './autocomplete';
5
4
  import { ArticleCreation } from './article';
6
5
  export type FaqView = FaqList & {
7
6
  _audience: AudienceAutocomplete[];
8
- tags?: AutoCompleteConcept[];
7
+ tags?: jObjectAutocomplete[];
9
8
  isWeb: boolean;
10
9
  faqContent?: {
11
10
  title: string;
12
11
  id?: string;
13
12
  items: string[];
14
13
  }[];
14
+ _attachedFiles: jFileLittle[];
15
15
  };
16
16
  export type FaqList = jArticleList & {
17
17
  faqColor?: string;
@@ -25,10 +25,11 @@ export type ExtendedFaqCategory<T extends FaqList> = T & {
25
25
  };
26
26
  export type FaqItemView = Omit<FaqItemList, 'hierarchy'> & {
27
27
  faqResponse: string;
28
- tags?: AutoCompleteConcept[];
28
+ tags?: jObjectAutocomplete[];
29
29
  uriCategory: jArticleLittle[];
30
30
  themeId: string;
31
31
  _nbAttachedFiles?: number;
32
+ _attachedFiles: jFileLittle[];
32
33
  uiObjectLink: unknown;
33
34
  };
34
35
  export type FaqItemList = jArticleList & {
@@ -9,4 +9,5 @@ export type jMeetingView = jArticleView & jMeetingList & {
9
9
  bgColor: string;
10
10
  report: string;
11
11
  reportFile: [];
12
+ urlGestion: null;
12
13
  };
@@ -53,6 +53,9 @@ export type WidgetSelect<U extends string = string> = {
53
53
  explain?: 1;
54
54
  };
55
55
  };
56
+ export type WidgetEmbed = {
57
+ type: 'embed';
58
+ };
56
59
  export type WidgetEmail = {
57
60
  type: 'email';
58
61
  };
@@ -108,7 +111,7 @@ export type WidgetUri = {
108
111
  type: string;
109
112
  };
110
113
  };
111
- export type Widget = WidgetText | WidgetTextarea | WidgetNumber | WidgetDate | WidgetDatetime | WidgetDatePicker | WidgetSelect | WidgetEmail | WidgetUrl | WidgetRefUser | WidgetRadio | WidgetCheckbox | WidgetOrientedlinks | WidgetTaxonomy | WidgetUri | WidgetTransient | WidgetMultiattribute | WidgetTel | WidgetPlace | WidgetColor | WidgetLink | WidgetFile;
114
+ export type Widget = WidgetText | WidgetTextarea | WidgetNumber | WidgetDate | WidgetDatetime | WidgetDatePicker | WidgetSelect | WidgetEmbed | WidgetEmail | WidgetUrl | WidgetRefUser | WidgetRadio | WidgetCheckbox | WidgetOrientedlinks | WidgetTaxonomy | WidgetUri | WidgetTransient | WidgetMultiattribute | WidgetTel | WidgetPlace | WidgetColor | WidgetLink | WidgetFile;
112
115
  export type WidgetsValue = WidgetActiveValue | WidgetDatePickerValue | WidgetDatetimeValue | WidgetDateValue | WidgetEmailValue | WidgetNumberValue | WidgetTextareaValue | WidgetTextValue | WidgetUrlValue;
113
116
  export type FieldConfiguration<T extends string = string> = {
114
117
  label: string;
@@ -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
@@ -14,4 +14,5 @@ export type jSocialEventView = jArticleView & jSocialEventList & {
14
14
  socialEventUseCeiling: null;
15
15
  socialEventCeiling: null;
16
16
  hideFromCalendar: null;
17
+ urlGestion: null;
17
18
  };
@@ -1,4 +1,4 @@
1
- import { ImageSize } from './file';
1
+ import { ImageSize, jFileLittle } from './file';
2
2
  import { GroupLittle } from './group';
3
3
  import { jUserLittle } from './user';
4
4
  import { WidgetWrapperProps } from './widgets';
@@ -106,7 +106,9 @@ export type jArticleList = jArticleLittle & {
106
106
  image?: ImageSize;
107
107
  articleWidgets?: WidgetWrapperProps[];
108
108
  };
109
- export type jArticleView = jArticleList & {};
109
+ export type jArticleView = jArticleList & {
110
+ _attachedFiles: jFileLittle[];
111
+ };
110
112
  export type jArticleExtendView = {
111
113
  processContext?: null;
112
114
  uiObjectLink?: jObjectLittle[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.148",
3
+ "version": "1.0.150",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {
@@ -43,6 +43,7 @@
43
43
  "faqColor": "#111111",
44
44
  "processContext": null,
45
45
  "_audience": [],
46
+ "_attachedFiles": [],
46
47
  "tags": [],
47
48
  "isWeb": false
48
49
  }
@@ -46,6 +46,7 @@
46
46
  "uriCategory": [],
47
47
  "themeId": "",
48
48
  "uiObjectLink": [],
49
+ "_attachedFiles": [],
49
50
  "tags": []
50
51
  }
51
52
  ]
@@ -37,6 +37,7 @@
37
37
  "processContext": null,
38
38
  "faqColor": "",
39
39
  "_audience": [],
40
+ "_attachedFiles": [],
40
41
  "tags": [],
41
42
  "isWeb": false,
42
43
  "faqContent": [
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 432,
7
+ "id": 226,
8
8
  "mainType": "article",
9
9
  "type": "meeting",
10
- "uri": "meeting/432",
11
- "dateCreation": "2024-01-26 11:03:59",
12
- "dateModified": "2024-01-26 11:03:59",
13
- "title": "Test meeting notifications (live - 1706263439)",
14
- "_url": "/article/432",
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": "2024-01-25 10:21:28",
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": "2024-01-25 10:23:18",
43
+ "dateModified": "2019-07-09 15:51:35",
44
44
  "title": "User1",
45
45
  "_url": "/user/6",
46
46
  "level": 5
@@ -49,16 +49,18 @@
49
49
  "processContext": null,
50
50
  "place": "",
51
51
  "address": "",
52
- "dateStart": "2024-01-26 11:03:58",
53
- "dateEnd": "2024-01-26 14:03:58",
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": "",
60
61
  "report": "",
61
62
  "reportFile": [],
62
- "uiObjectLink": []
63
+ "uiObjectLink": [],
64
+ "_attachedFiles": []
63
65
  }
64
66
  }
@@ -66,6 +66,7 @@
66
66
  "pollResponseAuthorVisibility": null,
67
67
  "pollResponseShowRespondent": null,
68
68
  "pollBanner": [],
69
- "pollMessage": ""
69
+ "pollMessage": "",
70
+ "_attachedFiles": []
70
71
  }
71
72
  }
@@ -44,6 +44,7 @@
44
44
  "quizzRandom": null,
45
45
  "quizzHideResponses": null,
46
46
  "quizzStatus": null,
47
- "quizzPublicationDate": null
47
+ "quizzPublicationDate": null,
48
+ "_attachedFiles": []
48
49
  }
49
50
  }
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 13,
7
+ "id": 61,
8
8
  "mainType": "article",
9
9
  "type": "socialEvent",
10
- "uri": "socialEvent/13",
11
- "dateCreation": "2024-01-29 08:52:21",
12
- "dateModified": "2024-01-29 08:52:21",
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/13",
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-01-29 08:52:21",
44
+ "dateModified": "2024-04-05 16:38:02",
45
45
  "title": "Groupe public",
46
46
  "_url": "/group/1",
47
47
  "privacy": 1,
@@ -50,17 +50,19 @@
50
50
  ],
51
51
  "place": "",
52
52
  "address": "",
53
- "dateStart": "2024-01-29 08:52:21",
54
- "dateEnd": "2024-01-29 11:52:21",
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,
61
62
  "hideFromCalendar": null,
62
63
  "textColor": "",
63
64
  "bgColor": "",
64
- "uiObjectLink": []
65
+ "uiObjectLink": [],
66
+ "_attachedFiles": []
65
67
  }
66
68
  }
@@ -50,6 +50,7 @@
50
50
  "level": 5
51
51
  }
52
52
  ],
53
- "processContext": null
53
+ "processContext": null,
54
+ "_attachedFiles": []
54
55
  }
55
56
  }
@@ -51,6 +51,7 @@
51
51
  "dateStart": null,
52
52
  "dateEnd": "2024-02-01 09:45:03",
53
53
  "processContext": null,
54
- "surveyObjectLink": []
54
+ "surveyObjectLink": [],
55
+ "_attachedFiles": []
55
56
  }
56
57
  }
@@ -41,6 +41,7 @@
41
41
  },
42
42
  "faqColor": "#111111",
43
43
  "processContext": null,
44
+ "_attachedFiles": [],
44
45
  "_audience": [],
45
46
  "tags": [],
46
47
  "isWeb": false
@@ -45,6 +45,7 @@
45
45
  "uriCategory": [],
46
46
  "themeId": "",
47
47
  "uiObjectLink": [],
48
+ "_attachedFiles": [],
48
49
  "tags": []
49
50
  }
50
51
  }
@@ -34,6 +34,7 @@
34
34
  "_url": "/user/4",
35
35
  "level": 9
36
36
  },
37
- "processContext": null
37
+ "processContext": null,
38
+ "_attachedFiles": []
38
39
  }
39
40
  }
@@ -109,6 +109,7 @@
109
109
  "aseiClearanceTicketTypeOfWorkContract": "0",
110
110
  "aseiClearanceTicketTypeOfWorkContractSpecify": "",
111
111
  "aseiClearanceTicketPosition": "Position",
112
- "aseiClearanceTicketStatus": "validated"
112
+ "aseiClearanceTicketStatus": "validated",
113
+ "_attachedFiles": []
113
114
  }
114
115
  }
@@ -5,8 +5,8 @@
5
5
  "messages": [],
6
6
  "result": [
7
7
  {
8
- "id": "tagConcept/9",
9
- "uri": "tagConcept/9",
8
+ "id": "tagConcept/8",
9
+ "uri": "tagConcept/8",
10
10
  "shortUri": "",
11
11
  "title": "autocomplete",
12
12
  "name": "autocomplete",
@@ -41,6 +41,7 @@
41
41
  },
42
42
  "processContext": null,
43
43
  "faqColor": "",
44
+ "_attachedFiles": [],
44
45
  "_audience": [],
45
46
  "tags": [],
46
47
  "isWeb": false,
@@ -41,6 +41,7 @@
41
41
  },
42
42
  "processContext": null,
43
43
  "faqColor": "",
44
+ "_attachedFiles": [],
44
45
  "_audience": [],
45
46
  "tags": [],
46
47
  "isWeb": false,
@@ -41,6 +41,7 @@
41
41
  },
42
42
  "processContext": null,
43
43
  "faqColor": "",
44
+ "_attachedFiles": [],
44
45
  "_audience": [],
45
46
  "tags": [],
46
47
  "isWeb": false,
@@ -51,6 +51,7 @@
51
51
  ],
52
52
  "themeId": "",
53
53
  "uiObjectLink": [],
54
+ "_attachedFiles": [],
54
55
  "tags": [],
55
56
  "_nbAttachedFiles": 0
56
57
  }
@@ -42,6 +42,7 @@
42
42
  },
43
43
  "processContext": null,
44
44
  "faqColor": "",
45
+ "_attachedFiles": [],
45
46
  "_audience": [],
46
47
  "tags": [],
47
48
  "isWeb": true,
@@ -43,6 +43,7 @@
43
43
  "_audience": [],
44
44
  "processContext": null,
45
45
  "faqColor": "",
46
+ "_attachedFiles": [],
46
47
  "tags": [],
47
48
  "isWeb": true,
48
49
  "faqContent": [
@@ -86,6 +87,7 @@
86
87
  "_audience": [],
87
88
  "processContext": null,
88
89
  "faqColor": "",
90
+ "_attachedFiles": [],
89
91
  "tags": [],
90
92
  "isWeb": false,
91
93
  "faqContent": [
@@ -125,7 +125,8 @@
125
125
  "aseiClearanceTicketTypeOfWorkContract": "0",
126
126
  "aseiClearanceTicketTypeOfWorkContractSpecify": "",
127
127
  "aseiClearanceTicketPosition": "Position",
128
- "aseiClearanceTicketStatus": "created"
128
+ "aseiClearanceTicketStatus": "created",
129
+ "_attachedFiles": []
129
130
  }
130
131
  ],
131
132
  "facets": null,