jamespot-user-api 1.0.137 → 1.0.138

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 (80) 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/JCommunityApi.html +1 -1
  12. package/documentation/classes/JDiapazoneApi.html +1 -1
  13. package/documentation/classes/JFaqApi.html +1 -1
  14. package/documentation/classes/JFileApi.html +5 -5
  15. package/documentation/classes/JFilebankApi.html +1 -1
  16. package/documentation/classes/JGroupApi.html +9 -9
  17. package/documentation/classes/JLandApi.html +1 -1
  18. package/documentation/classes/JMessengerApi.html +1 -1
  19. package/documentation/classes/JObjectApi.html +1 -1
  20. package/documentation/classes/JSearchApi.html +6 -6
  21. package/documentation/classes/JShareApi.html +1 -1
  22. package/documentation/classes/JTaxonomyApi.html +2 -2
  23. package/documentation/classes/JUserApi.html +4 -4
  24. package/documentation/classes/JWedocApi.html +1 -1
  25. package/documentation/classes/JamespotUserApi.html +1 -1
  26. package/documentation/classes/Network.html +1 -1
  27. package/documentation/classes/TVDisplayApi.html +1 -1
  28. package/documentation/classes/WindowBrowser.html +1 -1
  29. package/documentation/enums/StudioApplicationStatus.html +1 -1
  30. package/documentation/interfaces/AccessRightObject.html +1 -1
  31. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  32. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  33. package/documentation/interfaces/ApiWrapper.html +1 -1
  34. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  35. package/documentation/interfaces/BaseMessage.html +1 -1
  36. package/documentation/interfaces/Category.html +1 -1
  37. package/documentation/interfaces/FileBankProps.html +1 -1
  38. package/documentation/interfaces/FolderProps.html +1 -1
  39. package/documentation/interfaces/ListFilterSpec.html +1 -1
  40. package/documentation/interfaces/OF.html +1 -1
  41. package/documentation/interfaces/ObjectListProps.html +1 -1
  42. package/documentation/interfaces/PagingResults.html +1 -1
  43. package/documentation/interfaces/RootFolderProps.html +1 -1
  44. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  45. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  46. package/documentation/interfaces/SearchConfig.html +1 -1
  47. package/documentation/interfaces/SearchFacetModel.html +1 -1
  48. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  49. package/documentation/interfaces/SearchQuery.html +1 -1
  50. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  51. package/documentation/interfaces/SearchQueryOption.html +1 -1
  52. package/documentation/interfaces/SearchQueryResult.html +1 -1
  53. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  54. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  55. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  56. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  57. package/documentation/interfaces/SpotProps.html +1 -1
  58. package/documentation/interfaces/Taxonomy.html +1 -1
  59. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  60. package/documentation/interfaces/WindowInterface.html +1 -1
  61. package/documentation/modules.html +11 -11
  62. package/jest.config.ts +2 -2
  63. package/lib/jamespot-user-api.js +1 -1
  64. package/lib/jamespot-user-api.js.map +1 -1
  65. package/lib/src/apis/{asei.d.ts → asei/asei.d.ts} +8 -6
  66. package/lib/src/apis/asei/asei.mock.d.ts +7 -0
  67. package/lib/src/apis/asei/asei.test.d.ts +1 -0
  68. package/lib/src/apis/jamespotUserApi.d.ts +1 -1
  69. package/lib/src/types/asei.d.ts +15 -23
  70. package/lib/src/types/group.d.ts +2 -2
  71. package/package.json +1 -1
  72. package/phpunitMock/aseiConfiguration-default.json +7 -0
  73. package/phpunitMock/aseiGetDedicatedGroups-default.json +7 -0
  74. package/phpunitMock/aseiSetStatus-default.json +114 -0
  75. package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +134 -0
  76. package/phpunitMock/spotCreate-default.json +6 -6
  77. package/phpunitMock/spotGet-default.json +2 -2
  78. package/phpunitMock/spotUpdate-default.json +6 -6
  79. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +23 -35
  80. package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +86 -89
@@ -1,6 +1,6 @@
1
- import { JBaseApi } from './base';
2
- import { AseiGroups, AseiRights, AseiTicket, AseiTicketStatus, Filters, Orders } from '../types';
3
- import { ApiWrapper, PagingResults } from '../types';
1
+ import { JBaseApi } from '../base';
2
+ import { AseiGroups, AseiRights, AseiTicket, AseiTicketStatus, Filters, Orders } from '../../types';
3
+ import { ApiWrapper, PagingResults } from '../../types';
4
4
  export declare class JAseiApi extends JBaseApi {
5
5
  /**
6
6
  * List Asei Clearance Tickets
@@ -13,13 +13,15 @@ export declare class JAseiApi extends JBaseApi {
13
13
  /**
14
14
  * change status of an Asei Ticket
15
15
  */
16
- requestStatus(uri: string, requestedStatus: AseiTicketStatus, audience?: Array<string>): Promise<AseiTicket>;
16
+ requestStatus(uri: string, requestedStatus: AseiTicketStatus, audience?: Array<string>): Promise<ApiWrapper<AseiTicket>>;
17
17
  /**
18
18
  * Get asei dedicated groups (dsi, administrators)
19
19
  */
20
- getDedicatedGroups(): Promise<AseiGroups>;
20
+ getDedicatedGroups(): Promise<ApiWrapper<AseiGroups>>;
21
21
  /**
22
22
  * Get asei configuration (rights to access, rights to publish)
23
23
  */
24
- getConfiguration(): Promise<AseiRights>;
24
+ getConfiguration(): Promise<ApiWrapper<{
25
+ right: AseiRights;
26
+ }>>;
25
27
  }
@@ -0,0 +1,7 @@
1
+ import { ApiPagingResults, ApiWrapper, AseiGroups, AseiRights, AseiTicket } from '../../types';
2
+ export declare const aseiList: ApiPagingResults<AseiTicket>;
3
+ export declare const aseiSetStatus: ApiWrapper<AseiTicket>;
4
+ export declare const aseiGetDedicatedGroups: ApiWrapper<AseiGroups>;
5
+ export declare const aseiGetConfiguration: ApiWrapper<{
6
+ right: AseiRights;
7
+ }>;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,7 +1,7 @@
1
1
  import { AdminLicenseApi, AdminUtilsApi, AdminStoreApi } from './admin';
2
2
  import { JApplicationApi } from './application';
3
3
  import { JArticleApi } from './article/article';
4
- import { JAseiApi } from './asei';
4
+ import { JAseiApi } from './asei/asei';
5
5
  import { JAssetReservation } from './assetReservation/assetReservation';
6
6
  import { JAudienceApi } from './audience/audience';
7
7
  import { JCommunityApi } from './community';
@@ -1,10 +1,8 @@
1
1
  import { jUserLittle } from './user';
2
- import { jArticleLittle, jObjectLittle, Rights } from './utils';
2
+ import { jArticleLittle, jArticleView, jObjectLittle, Rights } from './utils';
3
3
  export type AseiTicketStatus = 'created' | 'validated' | 'handled';
4
- export type AseiTicket = jArticleLittle & {
5
- _right: Rights;
6
- _user: jUserLittle;
7
- aseiClearanceTicketValidator: jObjectLittle[];
4
+ export type AseiTicket = jArticleView & {
5
+ aseiClearanceTicketValidator: jUserLittle[];
8
6
  aseiClearanceTicketHandler: jObjectLittle[];
9
7
  aseiClearanceTicketApplicationManagers: jObjectLittle[];
10
8
  aseiClearanceTicketInstitution: jObjectLittle[];
@@ -12,15 +10,15 @@ export type AseiTicket = jArticleLittle & {
12
10
  aseiClearanceTicketNatureOfDemand: string;
13
11
  aseiClearanceTicketInternetAccess: string;
14
12
  aseiClearanceTicketInternetAccessSpecify: string;
15
- aseiClearanceTicketMicrosoftTeams: string;
16
- aseiClearanceTicketVariousNetworks: string;
13
+ aseiClearanceTicketMicrosoftTeams: string | null;
14
+ aseiClearanceTicketVariousNetworks: string | null;
17
15
  aseiClearanceTicketFreeText: string;
18
- aseiClearanceTicketOfficeAccess: string;
16
+ aseiClearanceTicketOfficeAccess: string | null;
19
17
  aseiClearanceTicketSharedDirectoriesSpecify: string;
20
- aseiClearanceTicketBlueKanGo: string;
18
+ aseiClearanceTicketBlueKanGo: string | null;
21
19
  aseiClearanceTicketAccounting: string;
22
20
  aseiClearanceTicketAccountingBudget: string;
23
- aseiClearanceTicketTransfers: string;
21
+ aseiClearanceTicketTransfers: string | null;
24
22
  aseiClearanceTicketBilling: string;
25
23
  aseiClearanceTicketPayroll: string;
26
24
  aseiClearanceTicketPayrollBudget: string;
@@ -29,24 +27,17 @@ export type AseiTicket = jArticleLittle & {
29
27
  aseiClearanceTicketInventoryManagement: string;
30
28
  aseiClearanceTicketTimeManagement: string;
31
29
  aseiClearanceTicketBdes: string;
32
- aseiClearanceTicketMandateStart: string;
33
- aseiClearanceTicketMandateEnd: string;
34
- aseiClearanceTicketIndicatorsPlatform: string;
30
+ aseiClearanceTicketMandateStart: string | null;
31
+ aseiClearanceTicketMandateEnd: string | null;
32
+ aseiClearanceTicketIndicatorsPlatform: string | null;
35
33
  aseiClearanceTicketBudgetLetters: string;
36
- aseiClearanceTicketComputerisedFile: string;
37
- aseiClearanceTicketRecruiterAccess: string;
34
+ aseiClearanceTicketComputerisedFile: string | null;
35
+ aseiClearanceTicketRecruiterAccess: string | null;
38
36
  aseiClearanceTicketTypeOfWorkContractFrom: null;
39
37
  aseiClearanceTicketTypeOfWorkContractTo: null;
40
38
  aseiClearanceTicketLastName: string;
41
39
  aseiClearanceTicketFirstName: string;
42
- aseiClearanceTicketUser: {
43
- href: string;
44
- label: string;
45
- tooltip: string;
46
- id: number;
47
- uri: string;
48
- title: string;
49
- } | null;
40
+ aseiClearanceTicketUser: jUserLittle[];
50
41
  aseiClearanceTicketTypeOfWorkContract: string;
51
42
  aseiClearanceTicketTypeOfWorkContractSpecify: string;
52
43
  aseiClearanceTicketPosition: string;
@@ -61,6 +52,7 @@ export type AseiInstitution = jArticleLittle & {
61
52
  export type AseiGroups = {
62
53
  dsi: string;
63
54
  gestionnaireApplicatif: string;
55
+ createurDemande: string;
64
56
  };
65
57
  export type AseiRights = {
66
58
  accessWriter: boolean;
@@ -118,8 +118,8 @@ export interface Category {
118
118
  export type GroupLittle = jObjectLittle & {
119
119
  dateCreation: string;
120
120
  dateModified: string;
121
- category: string;
122
- privacy: string | number;
121
+ category: number;
122
+ privacy: number;
123
123
  };
124
124
  export type GroupList = GroupLittle & {
125
125
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "asei",
3
+ "f": "configuration",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": { "right": { "accessWriter": true, "accessApp": false } }
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "asei",
3
+ "f": "getDedicatedGroups",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": { "dsi": "4", "gestionnaireApplicatif": "5", "createurDemande": "6" }
7
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "o": "asei",
3
+ "f": "setStatus",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "id": 14,
8
+ "mainType": "article",
9
+ "type": "aseiClearanceTicket",
10
+ "uri": "aseiClearanceTicket/14",
11
+ "dateCreation": "2024-01-25 10:00:28",
12
+ "dateModified": "2024-01-25 10:00:27",
13
+ "title": "Hab_Lastname_Firstname_Jamespot",
14
+ "_url": "/article/14",
15
+ "_right": {
16
+ "create": true,
17
+ "read": true,
18
+ "publish": false,
19
+ "administrate": true,
20
+ "update": true,
21
+ "delete": true,
22
+ "comment": true,
23
+ "member": true
24
+ },
25
+ "_user": {
26
+ "id": 4,
27
+ "mainType": "user",
28
+ "type": "user",
29
+ "uri": "user/4",
30
+ "dateCreation": "2019-07-09 15:48:26",
31
+ "dateModified": "2019-07-09 15:51:24",
32
+ "title": "Admin1",
33
+ "_url": "/user/4",
34
+ "level": 9
35
+ },
36
+ "_audience": [
37
+ {
38
+ "id": 4,
39
+ "mainType": "spot",
40
+ "type": "spot",
41
+ "uri": "spot/4",
42
+ "dateCreation": "2024-01-25 10:00:27",
43
+ "dateModified": "2024-01-25 10:00:27",
44
+ "title": "ASEI GROUP 1",
45
+ "_url": "/group/4",
46
+ "privacy": 0,
47
+ "category": 1
48
+ }
49
+ ],
50
+ "aseiClearanceTicketValidator": [
51
+ {
52
+ "id": 4,
53
+ "mainType": "user",
54
+ "type": "user",
55
+ "uri": "user/4",
56
+ "dateCreation": "2019-07-09 15:48:26",
57
+ "dateModified": "2019-07-09 15:51:24",
58
+ "title": "Admin1",
59
+ "_url": "/user/4",
60
+ "level": 9
61
+ }
62
+ ],
63
+ "aseiClearanceTicketHandler": [],
64
+ "aseiClearanceTicketApplicationManagers": [],
65
+ "aseiClearanceTicketInstitution": [
66
+ {
67
+ "id": 13,
68
+ "mainType": "article",
69
+ "type": "aseiInstitution",
70
+ "uri": "aseiInstitution/13",
71
+ "dateCreation": "2024-01-25 10:00:27",
72
+ "dateModified": "2024-01-25 10:00:27",
73
+ "title": "Jamespot",
74
+ "_url": "/article/13"
75
+ }
76
+ ],
77
+ "processContext": null,
78
+ "aseiClearanceTicketNatureOfDemand": "0",
79
+ "aseiClearanceTicketInternetAccess": "0",
80
+ "aseiClearanceTicketInternetAccessSpecify": "",
81
+ "aseiClearanceTicketMicrosoftTeams": null,
82
+ "aseiClearanceTicketVariousNetworks": null,
83
+ "aseiClearanceTicketFreeText": "",
84
+ "aseiClearanceTicketOfficeAccess": null,
85
+ "aseiClearanceTicketSharedDirectoriesSpecify": "",
86
+ "aseiClearanceTicketBlueKanGo": null,
87
+ "aseiClearanceTicketAccounting": "",
88
+ "aseiClearanceTicketAccountingBudget": "",
89
+ "aseiClearanceTicketTransfers": "",
90
+ "aseiClearanceTicketBilling": "",
91
+ "aseiClearanceTicketPayroll": "",
92
+ "aseiClearanceTicketPayrollBudget": "",
93
+ "aseiClearanceTicketAccommodationCosts": "",
94
+ "aseiClearanceTicketCommercialManagement": "",
95
+ "aseiClearanceTicketInventoryManagement": "",
96
+ "aseiClearanceTicketTimeManagement": "",
97
+ "aseiClearanceTicketBdes": "",
98
+ "aseiClearanceTicketMandateStart": null,
99
+ "aseiClearanceTicketMandateEnd": null,
100
+ "aseiClearanceTicketIndicatorsPlatform": null,
101
+ "aseiClearanceTicketBudgetLetters": "",
102
+ "aseiClearanceTicketComputerisedFile": "",
103
+ "aseiClearanceTicketRecruiterAccess": "",
104
+ "aseiClearanceTicketTypeOfWorkContractFrom": null,
105
+ "aseiClearanceTicketTypeOfWorkContractTo": null,
106
+ "aseiClearanceTicketLastName": "Lastname",
107
+ "aseiClearanceTicketFirstName": "Firstname",
108
+ "aseiClearanceTicketUser": [],
109
+ "aseiClearanceTicketTypeOfWorkContract": "0",
110
+ "aseiClearanceTicketTypeOfWorkContractSpecify": "",
111
+ "aseiClearanceTicketPosition": "Position",
112
+ "aseiClearanceTicketStatus": "validated"
113
+ }
114
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "o": "objectList",
3
+ "f": "jamespotArticleQueryList",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "limit": 50,
8
+ "page": 1,
9
+ "cnt": 1,
10
+ "data": [
11
+ {
12
+ "id": 14,
13
+ "mainType": "article",
14
+ "type": "aseiClearanceTicket",
15
+ "uri": "aseiClearanceTicket/14",
16
+ "dateCreation": "2024-01-25 10:00:28",
17
+ "dateModified": "2024-01-25 10:00:27",
18
+ "title": "Hab_Lastname_Firstname_Jamespot",
19
+ "_url": "/article/14",
20
+ "_right": {
21
+ "create": true,
22
+ "read": true,
23
+ "publish": false,
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
+ {
43
+ "id": 4,
44
+ "mainType": "spot",
45
+ "type": "spot",
46
+ "uri": "spot/4",
47
+ "dateCreation": "2024-01-25 10:00:27",
48
+ "dateModified": "2024-01-25 10:00:27",
49
+ "title": "ASEI GROUP 1",
50
+ "_url": "/group/4",
51
+ "privacy": 0,
52
+ "category": 1
53
+ },
54
+ {
55
+ "id": 4,
56
+ "mainType": "user",
57
+ "type": "user",
58
+ "uri": "user/4",
59
+ "dateCreation": "2019-07-09 15:48:26",
60
+ "dateModified": "2019-07-09 15:51:24",
61
+ "title": "Admin1",
62
+ "_url": "/user/4",
63
+ "level": 9
64
+ }
65
+ ],
66
+ "aseiClearanceTicketValidator": [
67
+ {
68
+ "id": 4,
69
+ "mainType": "user",
70
+ "type": "user",
71
+ "uri": "user/4",
72
+ "dateCreation": "2019-07-09 15:48:26",
73
+ "dateModified": "2019-07-09 15:51:24",
74
+ "title": "Admin1",
75
+ "_url": "/user/4",
76
+ "level": 9
77
+ }
78
+ ],
79
+ "aseiClearanceTicketHandler": [],
80
+ "aseiClearanceTicketApplicationManagers": [],
81
+ "aseiClearanceTicketInstitution": [
82
+ {
83
+ "id": 13,
84
+ "mainType": "article",
85
+ "type": "aseiInstitution",
86
+ "uri": "aseiInstitution/13",
87
+ "dateCreation": "2024-01-25 10:00:27",
88
+ "dateModified": "2024-01-25 10:00:27",
89
+ "title": "Jamespot",
90
+ "_url": "/article/13"
91
+ }
92
+ ],
93
+ "processContext": null,
94
+ "aseiClearanceTicketNatureOfDemand": "0",
95
+ "aseiClearanceTicketInternetAccess": "0",
96
+ "aseiClearanceTicketInternetAccessSpecify": "",
97
+ "aseiClearanceTicketMicrosoftTeams": null,
98
+ "aseiClearanceTicketVariousNetworks": null,
99
+ "aseiClearanceTicketFreeText": "",
100
+ "aseiClearanceTicketOfficeAccess": null,
101
+ "aseiClearanceTicketSharedDirectoriesSpecify": "",
102
+ "aseiClearanceTicketBlueKanGo": null,
103
+ "aseiClearanceTicketAccounting": "",
104
+ "aseiClearanceTicketAccountingBudget": "",
105
+ "aseiClearanceTicketTransfers": "",
106
+ "aseiClearanceTicketBilling": "",
107
+ "aseiClearanceTicketPayroll": "",
108
+ "aseiClearanceTicketPayrollBudget": "",
109
+ "aseiClearanceTicketAccommodationCosts": "",
110
+ "aseiClearanceTicketCommercialManagement": "",
111
+ "aseiClearanceTicketInventoryManagement": "",
112
+ "aseiClearanceTicketTimeManagement": "",
113
+ "aseiClearanceTicketBdes": "",
114
+ "aseiClearanceTicketMandateStart": null,
115
+ "aseiClearanceTicketMandateEnd": null,
116
+ "aseiClearanceTicketIndicatorsPlatform": null,
117
+ "aseiClearanceTicketBudgetLetters": "",
118
+ "aseiClearanceTicketComputerisedFile": "",
119
+ "aseiClearanceTicketRecruiterAccess": "",
120
+ "aseiClearanceTicketTypeOfWorkContractFrom": null,
121
+ "aseiClearanceTicketTypeOfWorkContractTo": null,
122
+ "aseiClearanceTicketLastName": "Lastname",
123
+ "aseiClearanceTicketFirstName": "Firstname",
124
+ "aseiClearanceTicketUser": [],
125
+ "aseiClearanceTicketTypeOfWorkContract": "0",
126
+ "aseiClearanceTicketTypeOfWorkContractSpecify": "",
127
+ "aseiClearanceTicketPosition": "Position",
128
+ "aseiClearanceTicketStatus": "created"
129
+ }
130
+ ],
131
+ "facets": null,
132
+ "idQuery": null
133
+ }
134
+ }
@@ -4,16 +4,16 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 4,
7
+ "id": 24,
8
8
  "mainType": "spot",
9
9
  "type": "spot",
10
- "uri": "spot/4",
11
- "dateCreation": "2024-01-09 12:15:40",
12
- "dateModified": "2024-01-09 12:15:40",
10
+ "uri": "spot/24",
11
+ "dateCreation": "2024-01-25 10:24:33",
12
+ "dateModified": "2024-01-25 10:24:33",
13
13
  "title": "title SPOT",
14
- "_url": "/group/4",
14
+ "_url": "/group/24",
15
15
  "privacy": 1,
16
- "category": "1",
16
+ "category": 1,
17
17
  "description": "Description for spot create",
18
18
  "edito": null,
19
19
  "language": "fr",
@@ -9,11 +9,11 @@
9
9
  "type": "spot",
10
10
  "uri": "spot/1",
11
11
  "dateCreation": "2019-07-18 18:36:24",
12
- "dateModified": "2019-07-18 18:36:24",
12
+ "dateModified": "2024-01-25 10:23:00",
13
13
  "title": "Groupe public",
14
14
  "_url": "/group/1",
15
15
  "privacy": 1,
16
- "category": "1",
16
+ "category": 1,
17
17
  "description": "",
18
18
  "edito": null,
19
19
  "language": "fr",
@@ -4,16 +4,16 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 5,
7
+ "id": 25,
8
8
  "mainType": "spot",
9
9
  "type": "spot",
10
- "uri": "spot/5",
11
- "dateCreation": "2024-01-09 12:15:40",
12
- "dateModified": "2024-01-09 12:15:40",
10
+ "uri": "spot/25",
11
+ "dateCreation": "2024-01-25 10:24:33",
12
+ "dateModified": "2024-01-25 10:24:33",
13
13
  "title": "title SPOT update",
14
- "_url": "/group/5",
14
+ "_url": "/group/25",
15
15
  "privacy": 0,
16
- "category": "1",
16
+ "category": 1,
17
17
  "description": "Description for spot update",
18
18
  "edito": null,
19
19
  "language": "fr",
@@ -4,12 +4,12 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 189,
7
+ "id": 192,
8
8
  "mainType": "article",
9
9
  "type": "tvDisplayChannel",
10
- "uri": "tvDisplayChannel/189",
11
- "dateCreation": "2024-01-05 08:23:51",
12
- "dateModified": "2024-01-05 08:23:51",
10
+ "uri": "tvDisplayChannel/192",
11
+ "dateCreation": "2024-01-25 10:21:19",
12
+ "dateModified": "2024-01-25 10:21:20",
13
13
  "title": "TV Channel dynamic",
14
14
  "_url": "/ng/rr/tv-display",
15
15
  "_right": {
@@ -33,10 +33,7 @@
33
33
  "_url": "/user/4",
34
34
  "level": 9
35
35
  },
36
- "image": {
37
- "width": 702,
38
- "height": 583
39
- },
36
+ "image": { "width": 702, "height": 583 },
40
37
  "_audience": [],
41
38
  "tvChannelType": "DYNAMIC",
42
39
  "tvChannelBackgroundColor": "#FF0000",
@@ -47,28 +44,25 @@
47
44
  "type": "spot",
48
45
  "uri": "spot/1",
49
46
  "dateCreation": "2019-07-18 18:36:24",
50
- "dateModified": "2024-01-05 08:23:51",
47
+ "dateModified": "2024-01-25 10:21:20",
51
48
  "title": "Groupe public",
52
49
  "_url": "/group/1",
53
50
  "privacy": 1,
54
- "category": "1"
55
- },
56
- "tvChannelConfig": {
57
- "contents": [],
58
- "key": "6597ae8782425"
51
+ "category": 1
59
52
  },
53
+ "tvChannelConfig": { "contents": [], "key": "65b2280fd40bf" },
60
54
  "_extend": {
61
- "imageSecureUrl": "http://jpro-gitbranch-release-2024-01-05-1000.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE4OS5wbmcifQ.CgMVr6C4NmNlIT5E9vKTw_rZoyOYWBgFgIEl2pZgpys",
55
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE5Mi5wbmcifQ.6oZk5-zPqzuLlWLAdx2pzSIGWHbJost7TPzE7jIdil8",
62
56
  "articles": [
63
57
  {
64
- "id": 190,
58
+ "id": 193,
65
59
  "mainType": "article",
66
60
  "type": "mpArticle",
67
- "uri": "mpArticle/190",
68
- "dateCreation": "2024-01-05 08:23:51",
69
- "dateModified": "2024-01-05 08:23:51",
61
+ "uri": "mpArticle/193",
62
+ "dateCreation": "2024-01-25 10:21:20",
63
+ "dateModified": "2024-01-25 10:21:20",
70
64
  "title": "a-2",
71
- "_url": "/article/190",
65
+ "_url": "/article/193",
72
66
  "_right": {
73
67
  "create": true,
74
68
  "read": true,
@@ -91,10 +85,7 @@
91
85
  "_url": "/user/4",
92
86
  "level": 9
93
87
  },
94
- "image": {
95
- "width": 702,
96
- "height": 583
97
- },
88
+ "image": { "width": 702, "height": 583 },
98
89
  "_audience": [
99
90
  {
100
91
  "id": 1,
@@ -102,23 +93,23 @@
102
93
  "type": "spot",
103
94
  "uri": "spot/1",
104
95
  "dateCreation": "2019-07-18 18:36:24",
105
- "dateModified": "2024-01-05 08:23:51",
96
+ "dateModified": "2024-01-25 10:21:20",
106
97
  "title": "Groupe public",
107
98
  "_url": "/group/1",
108
99
  "privacy": 1,
109
- "category": "1"
100
+ "category": 1
110
101
  }
111
102
  ],
112
103
  "_extend": {
113
104
  "descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
114
- "imageSecureUrl": "http://jpro-gitbranch-release-2024-01-05-1000.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTkwLnBuZz9fPTE3MDQ0Mzk0MzEifQ.IPpFsRPzKjydlZb3rON4D30YNF-4MF33mgBlqMurSyY",
105
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTkzLnBuZz9fPTE3MDYxNzQ0ODAifQ.YwD2jbSH0nUjc_HI6h7FOrxZFbuCO_ms3Morf0o6yWI",
115
106
  "comments": [
116
107
  {
117
108
  "id": 13,
118
109
  "mainType": "comment",
119
110
  "type": "comment",
120
111
  "uri": "comment/13",
121
- "dateCreation": "2024-01-05 08:23:51",
112
+ "dateCreation": "2024-01-25 10:21:20",
122
113
  "dateModified": null,
123
114
  "description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
124
115
  "_user": {
@@ -143,7 +134,7 @@
143
134
  "member": true
144
135
  },
145
136
  "_extend": {
146
- "userImageSecureUrl": "http://jpro-gitbranch-release-2024-01-05-1000.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiNTAweDUwMFwvdXNlclwvNC5wbmc_Xz0xNTYyNjgwMjg0In0.e-INDdqa0MF_6xp46a0-KqkGq8QA9_OIcoC9CghYteQ",
137
+ "userImageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiNTAweDUwMFwvdXNlclwvNC5wbmc_Xz0xNTYyNjgwMjg0In0.903ztErqev5yT72udVgRNf53P7M_MZDxgVF_tKgpCdY",
147
138
  "descriptionSecure": "<div class=\"content-html\">Phasellus sodales augue vitae sapien tempus tristique.</div>\n"
148
139
  }
149
140
  }
@@ -188,17 +179,14 @@
188
179
  "type": "spot",
189
180
  "uri": "spot/1",
190
181
  "dateCreation": "2019-07-18 18:36:24",
191
- "dateModified": "2024-01-05 08:23:51",
182
+ "dateModified": "2024-01-25 10:21:20",
192
183
  "title": "Groupe public",
193
184
  "_url": "/group/1",
194
185
  "privacy": 1,
195
- "category": "1"
186
+ "category": 1
196
187
  }
197
188
  ],
198
- "_extend": {
199
- "descriptionSecure": "<div class=\"content-html\"></div>\n",
200
- "comments": []
201
- }
189
+ "_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
202
190
  }
203
191
  ]
204
192
  }