jamespot-user-api 1.0.197 → 1.0.198

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 (87) hide show
  1. package/documentation/classes/AdminLicenseApi.html +14 -14
  2. package/documentation/classes/AdminStoreApi.html +1 -1
  3. package/documentation/classes/AdminUtilsApi.html +1 -1
  4. package/documentation/classes/JApplicationApi.html +8 -8
  5. package/documentation/classes/JArticleApi.html +1 -1
  6. package/documentation/classes/JAssetReservation.html +1 -1
  7. package/documentation/classes/JAudienceApi.html +1 -1
  8. package/documentation/classes/JBaseApi.html +1 -1
  9. package/documentation/classes/JBbbApi.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/JDatasourceApi.html +1 -1
  14. package/documentation/classes/JDiapazoneApi.html +1 -1
  15. package/documentation/classes/JFaqApi.html +1 -1
  16. package/documentation/classes/JFileApi.html +5 -5
  17. package/documentation/classes/JFilebankApi.html +1 -1
  18. package/documentation/classes/JGlobalApi.html +1 -1
  19. package/documentation/classes/JGroupApi.html +12 -12
  20. package/documentation/classes/JIAApi.html +1 -1
  21. package/documentation/classes/JLandApi.html +1 -1
  22. package/documentation/classes/JMessengerApi.html +1 -1
  23. package/documentation/classes/JObjectApi.html +1 -1
  24. package/documentation/classes/JSearchApi.html +6 -6
  25. package/documentation/classes/JShareApi.html +1 -1
  26. package/documentation/classes/JSocialActionApi.html +1 -1
  27. package/documentation/classes/JTaxonomyApi.html +2 -2
  28. package/documentation/classes/JUserApi.html +7 -7
  29. package/documentation/classes/JWedocApi.html +1 -1
  30. package/documentation/classes/JWidgetApi.html +1 -1
  31. package/documentation/classes/JamespotUserApi.html +1 -1
  32. package/documentation/classes/Network.html +1 -1
  33. package/documentation/classes/TVDisplayApi.html +1 -1
  34. package/documentation/classes/WindowBrowser.html +1 -1
  35. package/documentation/enums/BookmarkType.html +1 -1
  36. package/documentation/enums/Format.html +1 -1
  37. package/documentation/enums/GroupModerateStatus.html +1 -1
  38. package/documentation/enums/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/interfaces/AccessRightObject.html +1 -1
  41. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  42. package/documentation/interfaces/ApiWrapper.html +1 -1
  43. package/documentation/interfaces/BaseMessage.html +1 -1
  44. package/documentation/interfaces/FileBankProps.html +1 -1
  45. package/documentation/interfaces/FolderProps.html +1 -1
  46. package/documentation/interfaces/ListFilterSpec.html +1 -1
  47. package/documentation/interfaces/OF.html +1 -1
  48. package/documentation/interfaces/PagingResults.html +1 -1
  49. package/documentation/interfaces/RootFolderProps.html +1 -1
  50. package/documentation/interfaces/SpotProps.html +1 -1
  51. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  52. package/documentation/interfaces/WidgetType.html +1 -1
  53. package/documentation/interfaces/WindowInterface.html +1 -1
  54. package/documentation/modules.html +11 -11
  55. package/lib/jamespot-user-api.js +1 -1
  56. package/lib/jamespot-user-api.js.map +1 -1
  57. package/lib/src/apis/faq/faq.mock.d.ts +13 -0
  58. package/lib/src/apis/filebank/filebank.mock.d.ts +1 -0
  59. package/lib/src/types/article.d.ts +3 -0
  60. package/lib/src/types/asei.d.ts +3 -0
  61. package/package.json +1 -1
  62. package/phpunitMock/articleCreate-faq-category.json +7 -6
  63. package/phpunitMock/articleCreate-faq-item.json +6 -5
  64. package/phpunitMock/articleGet-faq-category.json +8 -7
  65. package/phpunitMock/articleGet-meeting-view.json +9 -8
  66. package/phpunitMock/articleGet-pollSurvey-view.json +18 -10
  67. package/phpunitMock/articleGet-quizz-view.json +7 -6
  68. package/phpunitMock/articleGet-socialEvent-view.json +9 -8
  69. package/phpunitMock/articleGet-support-view.json +7 -6
  70. package/phpunitMock/articleGet-surveyDate-view.json +10 -9
  71. package/phpunitMock/articleGet-with-attachments.json +12 -11
  72. package/phpunitMock/articleUpdate-faq-category.json +7 -6
  73. package/phpunitMock/articleUpdate-faq-item.json +6 -5
  74. package/phpunitMock/articleUpdate-mpArticleView.json +15 -7
  75. package/phpunitMock/aseiSetStatus-default.json +18 -17
  76. package/phpunitMock/faqAddEntry-success.json +8 -7
  77. package/phpunitMock/faqAddTheme-success.json +13 -8
  78. package/phpunitMock/faqDeleteTheme-success.json +14 -9
  79. package/phpunitMock/faqGetEntry-success.json +11 -10
  80. package/phpunitMock/faqMoveEntry-success.json +8 -7
  81. package/phpunitMock/faqMoveTheme-success.json +15 -13
  82. package/phpunitMock/fileBankGetDocuments-success.json +22 -20
  83. package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +19 -18
  84. package/phpunitMock/studioGet-install-V2.json +166 -33
  85. package/phpunitMock/studioInstall-V2.json +166 -33
  86. package/phpunitMock/studioRestart-V2.json +166 -33
  87. package/phpunitMock/studioSuspend-V2.json +166 -33
@@ -1,12 +1,15 @@
1
1
  import { ApiWrapper, ExtendedFaqCategory, FaqAccess, FaqList, FaqView, FaqHookProperties, FaqItemList, FaqTaxonomy, PagingResults, ApiDefaultWrapper, FaqItemView } from '../../types';
2
2
  export declare const faqCreateCategory: ApiWrapper<(FaqView & {
3
3
  processContext: null;
4
+ _transientCtx: null;
4
5
  })[]>;
5
6
  export declare const faqGetCategory: ApiWrapper<FaqView & {
6
7
  processContext: null;
8
+ _transientCtx: null;
7
9
  }>;
8
10
  export declare const faqUpdateCategory: ApiWrapper<FaqView & {
9
11
  processContext: null;
12
+ _transientCtx: null;
10
13
  }>;
11
14
  export declare const faqDeleteCategory: ApiWrapper<boolean>;
12
15
  export declare const faqGetTaxonomy: ApiWrapper<FaqTaxonomy>;
@@ -18,37 +21,47 @@ export declare const faqCheckItem: ApiWrapper<PagingResults<FaqItemList & {
18
21
  }>>;
19
22
  export declare const faqCreateTheme: ApiWrapper<FaqView & {
20
23
  processContext: null;
24
+ _transientCtx: null;
21
25
  }>;
22
26
  export declare const faqDeleteTheme: ApiWrapper<FaqView & {
23
27
  processContext: null;
28
+ _transientCtx: null;
24
29
  }>;
25
30
  export declare const faqUpdateTheme: ApiDefaultWrapper;
26
31
  export declare const faqGetItem: ApiWrapper<FaqItemView & {
27
32
  processContext: null;
33
+ _transientCtx: null;
28
34
  }>;
29
35
  export declare const faqAddEntry: ApiWrapper<FaqView & {
30
36
  processContext: null;
37
+ _transientCtx: null;
31
38
  }>;
32
39
  export declare const faqDeleteEntry: ApiWrapper<boolean>;
33
40
  export declare const faqCreateEntry: ApiWrapper<Array<FaqItemView & {
34
41
  processContext: null;
42
+ _transientCtx: null;
35
43
  }>>;
36
44
  export declare const faqUpdateEntry: ApiWrapper<FaqItemView & {
37
45
  processContext: null;
46
+ _transientCtx: null;
38
47
  }>;
39
48
  export declare const faqMoveEntry: ApiWrapper<{
40
49
  source?: FaqView & {
41
50
  processContext: null;
51
+ _transientCtx: null;
42
52
  };
43
53
  target: FaqView & {
44
54
  processContext: null;
55
+ _transientCtx: null;
45
56
  };
46
57
  }>;
47
58
  export declare const faqMoveTheme: ApiWrapper<{
48
59
  source: FaqView & {
49
60
  processContext: null;
61
+ _transientCtx: null;
50
62
  };
51
63
  target: FaqView & {
52
64
  processContext: null;
65
+ _transientCtx: null;
53
66
  };
54
67
  }>;
@@ -8,6 +8,7 @@ export declare const filebankSearchContent: ApiPagingResults<jArticleLittle>;
8
8
  export declare const filebankGetDocuments: ApiPagingResults<jArticleView & {
9
9
  lastModifiedBy: null;
10
10
  processContext: null;
11
+ _transientCtx: null;
11
12
  _nbAttachedFiles: number;
12
13
  }>;
13
14
  export declare const filebankGetParents: ApiWrapper<jArticleLittle[]>;
@@ -1923,6 +1923,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1923
1923
  }>, "many">;
1924
1924
  }>, {
1925
1925
  processContext: z.ZodNull;
1926
+ _transientCtx: z.ZodNull;
1926
1927
  uiObjectLink: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
1927
1928
  id: z.ZodType<number, z.ZodTypeDef, number>;
1928
1929
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1989,6 +1990,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
1989
1990
  path?: string | undefined;
1990
1991
  }[];
1991
1992
  processContext: null;
1993
+ _transientCtx: null;
1992
1994
  description?: string | null | undefined;
1993
1995
  image?: {
1994
1996
  width: number;
@@ -2101,6 +2103,7 @@ export declare const jArticleExtendViewSchema: z.ZodObject<z.objectUtil.extendSh
2101
2103
  path?: string | undefined;
2102
2104
  }[];
2103
2105
  processContext: null;
2106
+ _transientCtx: null;
2104
2107
  description?: string | null | undefined;
2105
2108
  image?: {
2106
2109
  width: number;
@@ -444,6 +444,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
444
444
  _url: z.ZodString;
445
445
  }>, "strip", z.ZodTypeAny, import("./objectBase").jObjectLittle, import("./objectBase").jObjectLittle>, "many">;
446
446
  processContext: z.ZodNull;
447
+ _transientCtx: z.ZodNull;
447
448
  aseiClearanceTicketNatureOfDemand: z.ZodString;
448
449
  aseiClearanceTicketInternetAccess: z.ZodString;
449
450
  aseiClearanceTicketInternetAccessSpecify: z.ZodString;
@@ -552,6 +553,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
552
553
  path?: string | undefined;
553
554
  }[];
554
555
  processContext: null;
556
+ _transientCtx: null;
555
557
  aseiClearanceTicketValidator: import("./user").jUserLittle[];
556
558
  aseiClearanceTicketHandler: import("./objectBase").jObjectLittle[];
557
559
  aseiClearanceTicketApplicationManagers: import("./objectBase").jObjectLittle[];
@@ -702,6 +704,7 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
702
704
  path?: string | undefined;
703
705
  }[];
704
706
  processContext: null;
707
+ _transientCtx: null;
705
708
  aseiClearanceTicketValidator: import("./user").jUserLittle[];
706
709
  aseiClearanceTicketHandler: import("./objectBase").jObjectLittle[];
707
710
  aseiClearanceTicketApplicationManagers: import("./objectBase").jObjectLittle[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.197",
3
+ "version": "1.0.198",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {
@@ -10,14 +10,14 @@
10
10
  ],
11
11
  "result": [
12
12
  {
13
- "id": 19,
13
+ "id": 95,
14
14
  "mainType": "article",
15
15
  "type": "faq",
16
- "uri": "faq/19",
17
- "dateCreation": "2023-10-11 15:34:06",
18
- "dateModified": "2023-10-11 15:34:06",
16
+ "uri": "faq/95",
17
+ "dateCreation": "2024-10-30 10:08:09",
18
+ "dateModified": "2024-10-30 10:08:09",
19
19
  "title": "FAQ test",
20
- "_url": "/ng/app/faq/c/19",
20
+ "_url": "/ng/app/faq/c/95",
21
21
  "_right": {
22
22
  "create": true,
23
23
  "read": true,
@@ -40,9 +40,10 @@
40
40
  "_url": "/user/4",
41
41
  "level": 9
42
42
  },
43
+ "_audience": [],
43
44
  "faqColor": "#111111",
44
45
  "processContext": null,
45
- "_audience": [],
46
+ "_transientCtx": null,
46
47
  "_attachedFiles": [],
47
48
  "tags": [],
48
49
  "isWeb": false
@@ -10,14 +10,14 @@
10
10
  ],
11
11
  "result": [
12
12
  {
13
- "id": 22,
13
+ "id": 99,
14
14
  "mainType": "article",
15
15
  "type": "faqItem",
16
- "uri": "faqItem/22",
17
- "dateCreation": "2023-10-11 14:43:22",
18
- "dateModified": "2023-10-11 14:43:22",
16
+ "uri": "faqItem/99",
17
+ "dateCreation": "2024-10-30 10:08:19",
18
+ "dateModified": "2024-10-30 10:08:19",
19
19
  "title": "TEST",
20
- "_url": "/ng/app/faq/q/22",
20
+ "_url": "/ng/app/faq/q/99",
21
21
  "_right": {
22
22
  "create": true,
23
23
  "read": true,
@@ -42,6 +42,7 @@
42
42
  },
43
43
  "_audience": [],
44
44
  "processContext": null,
45
+ "_transientCtx": null,
45
46
  "faqResponse": "",
46
47
  "uriCategory": [],
47
48
  "themeId": "",
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 13,
7
+ "id": 89,
8
8
  "mainType": "article",
9
9
  "type": "faq",
10
- "uri": "faq/13",
11
- "dateCreation": "2023-10-11 15:33:49",
12
- "dateModified": "2023-10-11 15:33:49",
10
+ "uri": "faq/89",
11
+ "dateCreation": "2024-10-30 10:07:53",
12
+ "dateModified": "2024-10-30 10:07:53",
13
13
  "title": "CATEGORY 1",
14
- "_url": "/ng/app/faq/c/13",
14
+ "_url": "/ng/app/faq/c/89",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -34,16 +34,17 @@
34
34
  "_url": "/user/4",
35
35
  "level": 9
36
36
  },
37
+ "_audience": [],
37
38
  "processContext": null,
39
+ "_transientCtx": null,
38
40
  "faqColor": "",
39
- "_audience": [],
40
41
  "_attachedFiles": [],
41
42
  "tags": [],
42
43
  "isWeb": false,
43
44
  "faqContent": [
44
45
  {
45
46
  "title": "FAQ THEME",
46
- "items": ["faqItem/14"]
47
+ "items": ["faqItem/90"]
47
48
  }
48
49
  ]
49
50
  }
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 226,
7
+ "id": 241,
8
8
  "mainType": "article",
9
9
  "type": "meeting",
10
- "uri": "meeting/226",
11
- "dateCreation": "2024-04-19 09:53:56",
12
- "dateModified": "2024-04-19 09:53:56",
13
- "title": "Test meeting notifications (live - 1713513236)",
14
- "_url": "/article/226",
10
+ "uri": "meeting/241",
11
+ "dateCreation": "2024-10-30 10:10:10",
12
+ "dateModified": "2024-10-30 10:10:10",
13
+ "title": "Test meeting notifications (live - 1730279410)",
14
+ "_url": "/article/241",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -48,10 +48,11 @@
48
48
  ],
49
49
  "place": "",
50
50
  "address": "",
51
- "dateStart": "2024-04-19 09:53:56",
52
- "dateEnd": "2024-04-19 12:53:56",
51
+ "dateStart": "2024-10-30 10:10:10",
52
+ "dateEnd": "2024-10-30 13:10:10",
53
53
  "noGestion": false,
54
54
  "processContext": null,
55
+ "_transientCtx": null,
55
56
  "allDay": null,
56
57
  "agenda": "",
57
58
  "useQrcode": null,
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 25,
7
+ "id": 261,
8
8
  "mainType": "article",
9
9
  "type": "pollSurvey",
10
- "uri": "pollSurvey/25",
11
- "dateCreation": "2024-01-26 11:30:00",
12
- "dateModified": "2024-01-26 11:30:00",
10
+ "uri": "pollSurvey/261",
11
+ "dateCreation": "2024-10-30 10:10:40",
12
+ "dateModified": "2024-10-30 10:10:40",
13
13
  "title": "pending survey poll title",
14
- "_url": "/article/25",
14
+ "_url": "/article/261",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -29,7 +29,7 @@
29
29
  "type": "user",
30
30
  "uri": "user/4",
31
31
  "dateCreation": "2019-07-09 15:48:26",
32
- "dateModified": "2019-07-09 15:51:24",
32
+ "dateModified": "2024-10-30 10:09:18",
33
33
  "title": "Admin1",
34
34
  "_url": "/user/4",
35
35
  "level": 9
@@ -41,7 +41,7 @@
41
41
  "type": "user",
42
42
  "uri": "user/4",
43
43
  "dateCreation": "2019-07-09 15:48:26",
44
- "dateModified": "2019-07-09 15:51:24",
44
+ "dateModified": "2024-10-30 10:09:18",
45
45
  "title": "Admin1",
46
46
  "_url": "/user/4",
47
47
  "level": 9
@@ -51,14 +51,22 @@
51
51
  "multipleResponse": 1,
52
52
  "publicResults": null,
53
53
  "pollProgression": {
54
- "colors": { "0-49": "#FFC670", "50-99": "#71ABFF", "100": "#50D0BC" },
54
+ "colors": {
55
+ "0-49": "#FFC670",
56
+ "50-99": "#71ABFF",
57
+ "100": "#50D0BC"
58
+ },
55
59
  "maxRespondentsValue": 1,
56
60
  "countRespondentsValue": 0
57
61
  },
58
62
  "pollResponseShowProgression": 0,
59
- "dateEnd": "2024-01-27 11:30:00",
60
- "status": { "name": "Se termine dans 0 jour(s)", "value": 0 },
63
+ "dateEnd": "2024-10-31 10:10:40",
64
+ "status": {
65
+ "name": "Se termine dans 1 jour(s)",
66
+ "value": 0
67
+ },
61
68
  "processContext": null,
69
+ "_transientCtx": null,
62
70
  "pollContent": null,
63
71
  "pollLinks": null,
64
72
  "pollForceClose": null,
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 28,
7
+ "id": 251,
8
8
  "mainType": "article",
9
9
  "type": "quizz",
10
- "uri": "quizz/28",
11
- "dateCreation": "2024-01-29 08:44:36",
12
- "dateModified": "2024-01-29 08:44:36",
10
+ "uri": "quizz/251",
11
+ "dateCreation": "2024-10-30 10:10:27",
12
+ "dateModified": "2024-10-30 10:10:27",
13
13
  "title": "quizz 1",
14
- "_url": "/article/28",
14
+ "_url": "/article/251",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -28,7 +28,7 @@
28
28
  "type": "user",
29
29
  "uri": "user/4",
30
30
  "dateCreation": "2019-07-09 15:48:26",
31
- "dateModified": "2019-07-09 15:51:24",
31
+ "dateModified": "2024-10-30 10:09:18",
32
32
  "title": "Admin1",
33
33
  "_url": "/user/4",
34
34
  "level": 9
@@ -39,6 +39,7 @@
39
39
  "dateStart": null,
40
40
  "dateEnd": null,
41
41
  "processContext": null,
42
+ "_transientCtx": null,
42
43
  "quizzInvitation": null,
43
44
  "quizzFormSpec": "",
44
45
  "quizzRandom": null,
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 61,
7
+ "id": 64,
8
8
  "mainType": "article",
9
9
  "type": "socialEvent",
10
- "uri": "socialEvent/61",
11
- "dateCreation": "2024-04-19 09:52:06",
12
- "dateModified": "2024-04-19 09:52:06",
10
+ "uri": "socialEvent/64",
11
+ "dateCreation": "2024-10-30 10:07:25",
12
+ "dateModified": "2024-10-30 10:07:25",
13
13
  "title": "EVENT FOR TEST",
14
- "_url": "/article/61",
14
+ "_url": "/article/64",
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-04-19 09:52:06",
44
+ "dateModified": "2024-10-30 10:07:25",
45
45
  "title": "Groupe public",
46
46
  "_url": "/group/1",
47
47
  "privacy": 1,
@@ -50,10 +50,11 @@
50
50
  ],
51
51
  "place": "",
52
52
  "address": "",
53
- "dateStart": "2024-04-19 09:52:06",
54
- "dateEnd": "2024-04-19 12:52:06",
53
+ "dateStart": "2024-10-30 10:07:25",
54
+ "dateEnd": "2024-10-30 13:07:25",
55
55
  "noGestion": false,
56
56
  "processContext": null,
57
+ "_transientCtx": null,
57
58
  "allDay": null,
58
59
  "socialEventUseCeiling": null,
59
60
  "socialEventCeiling": null,
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 35,
7
+ "id": 255,
8
8
  "mainType": "article",
9
9
  "type": "support",
10
- "uri": "support/35",
11
- "dateCreation": "2024-01-29 09:37:48",
12
- "dateModified": "2024-01-29 09:37:48",
10
+ "uri": "support/255",
11
+ "dateCreation": "2024-10-30 10:10:36",
12
+ "dateModified": "2024-10-30 10:10:36",
13
13
  "title": "support 1",
14
- "_url": "/article/35",
14
+ "_url": "/article/255",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -29,7 +29,7 @@
29
29
  "type": "user",
30
30
  "uri": "user/4",
31
31
  "dateCreation": "2019-07-09 15:48:26",
32
- "dateModified": "2019-07-09 15:51:24",
32
+ "dateModified": "2024-10-30 10:09:18",
33
33
  "title": "Admin1",
34
34
  "_url": "/user/4",
35
35
  "level": 9
@@ -51,6 +51,7 @@
51
51
  }
52
52
  ],
53
53
  "processContext": null,
54
+ "_transientCtx": null,
54
55
  "_attachedFiles": []
55
56
  }
56
57
  }
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 39,
7
+ "id": 259,
8
8
  "mainType": "article",
9
9
  "type": "surveyDate",
10
- "uri": "surveyDate/39",
11
- "dateCreation": "2024-01-29 09:45:03",
12
- "dateModified": "2024-01-29 09:45:03",
10
+ "uri": "surveyDate/259",
11
+ "dateCreation": "2024-10-30 10:10:38",
12
+ "dateModified": "2024-10-30 10:10:38",
13
13
  "title": "SurveyDate Title",
14
- "_url": "/article/39",
14
+ "_url": "/article/259",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -29,7 +29,7 @@
29
29
  "type": "user",
30
30
  "uri": "user/4",
31
31
  "dateCreation": "2019-07-09 15:48:26",
32
- "dateModified": "2019-07-09 15:51:24",
32
+ "dateModified": "2024-10-30 10:09:18",
33
33
  "title": "Admin1",
34
34
  "_url": "/user/4",
35
35
  "level": 9
@@ -41,16 +41,17 @@
41
41
  "type": "user",
42
42
  "uri": "user/4",
43
43
  "dateCreation": "2019-07-09 15:48:26",
44
- "dateModified": "2019-07-09 15:51:24",
44
+ "dateModified": "2024-10-30 10:09:18",
45
45
  "title": "Admin1",
46
46
  "_url": "/user/4",
47
47
  "level": 9
48
48
  }
49
49
  ],
50
- "dates": ["2024-01-30 10:30:00", "2024-01-31 11:30:00"],
50
+ "dates": ["2024-10-31 10:30:00", "2024-11-01 11:30:00"],
51
51
  "dateStart": null,
52
- "dateEnd": "2024-02-01 09:45:03",
52
+ "dateEnd": "2024-11-02 10:10:38",
53
53
  "processContext": null,
54
+ "_transientCtx": null,
54
55
  "surveyObjectLink": [],
55
56
  "_attachedFiles": []
56
57
  }
@@ -4,14 +4,14 @@
4
4
  "error": 0,
5
5
  "messages": [],
6
6
  "result": {
7
- "id": 39,
7
+ "id": 321,
8
8
  "mainType": "article",
9
9
  "type": "mpArticle",
10
- "uri": "mpArticle/39",
11
- "dateCreation": "2024-09-12 12:10:21",
12
- "dateModified": "2024-09-12 12:10:21",
10
+ "uri": "mpArticle/321",
11
+ "dateCreation": "2024-10-30 10:11:31",
12
+ "dateModified": "2024-10-30 10:11:31",
13
13
  "title": "test",
14
- "_url": "/article/39",
14
+ "_url": "/article/321",
15
15
  "_right": {
16
16
  "create": true,
17
17
  "read": true,
@@ -29,7 +29,7 @@
29
29
  "type": "user",
30
30
  "uri": "user/4",
31
31
  "dateCreation": "2019-07-09 15:48:26",
32
- "dateModified": "2019-07-09 15:51:24",
32
+ "dateModified": "2024-10-30 10:09:18",
33
33
  "title": "Admin1",
34
34
  "_url": "/user/4",
35
35
  "level": 9
@@ -37,18 +37,19 @@
37
37
  "_audience": [],
38
38
  "articleWidgets": [],
39
39
  "processContext": null,
40
+ "_transientCtx": null,
40
41
  "_attachedFiles": [
41
42
  {
42
- "id": 10,
43
+ "id": 87,
43
44
  "mainType": "fileArticle",
44
45
  "type": "fileArticle",
45
- "uri": "fileArticle/10",
46
- "dateCreation": "2024-09-12 12:10:21",
47
- "dateModified": "2024-09-12 12:10:21",
46
+ "uri": "fileArticle/87",
47
+ "dateCreation": "2024-10-30 10:11:31",
48
+ "dateModified": "2024-10-30 10:11:31",
48
49
  "title": "books.png",
49
50
  "size": 12394,
50
51
  "mimetype": "image/png",
51
- "_url": "/article/39"
52
+ "_url": "/article/321"
52
53
  }
53
54
  ]
54
55
  }
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 20,
12
+ "id": 96,
13
13
  "mainType": "article",
14
14
  "type": "faq",
15
- "uri": "faq/20",
16
- "dateCreation": "2023-10-11 15:34:06",
17
- "dateModified": "2023-10-11 15:34:06",
15
+ "uri": "faq/96",
16
+ "dateCreation": "2024-10-30 10:08:09",
17
+ "dateModified": "2024-10-30 10:08:09",
18
18
  "title": "New title",
19
- "_url": "/ng/app/faq/c/20",
19
+ "_url": "/ng/app/faq/c/96",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -39,10 +39,11 @@
39
39
  "_url": "/user/4",
40
40
  "level": 9
41
41
  },
42
+ "_audience": [],
42
43
  "faqColor": "#111111",
43
44
  "processContext": null,
45
+ "_transientCtx": null,
44
46
  "_attachedFiles": [],
45
- "_audience": [],
46
47
  "tags": [],
47
48
  "isWeb": false
48
49
  }
@@ -9,14 +9,14 @@
9
9
  }
10
10
  ],
11
11
  "result": {
12
- "id": 22,
12
+ "id": 99,
13
13
  "mainType": "article",
14
14
  "type": "faqItem",
15
- "uri": "faqItem/22",
16
- "dateCreation": "2023-10-11 14:52:39",
17
- "dateModified": "2023-10-11 14:52:39",
15
+ "uri": "faqItem/99",
16
+ "dateCreation": "2024-10-30 10:08:19",
17
+ "dateModified": "2024-10-30 10:08:19",
18
18
  "title": "EDIT",
19
- "_url": "/ng/app/faq/q/22",
19
+ "_url": "/ng/app/faq/q/99",
20
20
  "_right": {
21
21
  "create": true,
22
22
  "read": true,
@@ -41,6 +41,7 @@
41
41
  },
42
42
  "_audience": [],
43
43
  "processContext": null,
44
+ "_transientCtx": null,
44
45
  "faqResponse": "",
45
46
  "uriCategory": [],
46
47
  "themeId": "",