jamespot-user-api 1.0.196 → 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 (97) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  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/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/interfaces/AccessRightObject.html +1 -1
  42. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  43. package/documentation/interfaces/ApiWrapper.html +1 -1
  44. package/documentation/interfaces/BaseMessage.html +1 -1
  45. package/documentation/interfaces/FileBankProps.html +1 -1
  46. package/documentation/interfaces/FolderProps.html +1 -1
  47. package/documentation/interfaces/ListFilterSpec.html +1 -1
  48. package/documentation/interfaces/OF.html +1 -1
  49. package/documentation/interfaces/PagingResults.html +1 -1
  50. package/documentation/interfaces/RootFolderProps.html +1 -1
  51. package/documentation/interfaces/SpotProps.html +1 -1
  52. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  53. package/documentation/interfaces/WidgetType.html +1 -1
  54. package/documentation/interfaces/WindowInterface.html +1 -1
  55. package/documentation/modules.html +11 -11
  56. package/lib/jamespot-user-api.js +1 -1
  57. package/lib/jamespot-user-api.js.map +1 -1
  58. package/lib/src/apis/application/types.d.ts +1 -0
  59. package/lib/src/apis/faq/faq.mock.d.ts +13 -0
  60. package/lib/src/apis/filebank/filebank.mock.d.ts +1 -0
  61. package/lib/src/apis/jamespotUserApi.d.ts +2 -0
  62. package/lib/src/apis/visioConnect/visioConnect.d.ts +7 -0
  63. package/lib/src/apis/visioConnect/visioConnect.mock.d.ts +2 -0
  64. package/lib/src/apis/visioConnect/visioConnect.test.d.ts +1 -0
  65. package/lib/src/types/article.d.ts +3 -0
  66. package/lib/src/types/asei.d.ts +3 -0
  67. package/lib/src/types/visioConnect.d.ts +18 -0
  68. package/package.json +1 -1
  69. package/phpunitMock/articleCreate-faq-category.json +7 -6
  70. package/phpunitMock/articleCreate-faq-item.json +6 -5
  71. package/phpunitMock/articleGet-faq-category.json +8 -7
  72. package/phpunitMock/articleGet-meeting-view.json +9 -8
  73. package/phpunitMock/articleGet-pollSurvey-view.json +18 -10
  74. package/phpunitMock/articleGet-quizz-view.json +7 -6
  75. package/phpunitMock/articleGet-socialEvent-view.json +9 -8
  76. package/phpunitMock/articleGet-support-view.json +7 -6
  77. package/phpunitMock/articleGet-surveyDate-view.json +10 -9
  78. package/phpunitMock/articleGet-with-attachments.json +12 -11
  79. package/phpunitMock/articleUpdate-faq-category.json +7 -6
  80. package/phpunitMock/articleUpdate-faq-item.json +6 -5
  81. package/phpunitMock/articleUpdate-mpArticleView.json +15 -7
  82. package/phpunitMock/aseiSetStatus-default.json +18 -17
  83. package/phpunitMock/faqAddEntry-success.json +8 -7
  84. package/phpunitMock/faqAddTheme-success.json +13 -8
  85. package/phpunitMock/faqDeleteTheme-success.json +14 -9
  86. package/phpunitMock/faqGetEntry-success.json +11 -10
  87. package/phpunitMock/faqMoveEntry-success.json +8 -7
  88. package/phpunitMock/faqMoveTheme-success.json +15 -13
  89. package/phpunitMock/fileBankGetDocuments-success.json +22 -20
  90. package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +19 -18
  91. package/phpunitMock/studioGet-install-V2.json +167 -33
  92. package/phpunitMock/studioInstall-V2.json +167 -33
  93. package/phpunitMock/studioList-install-V2.json +1 -0
  94. package/phpunitMock/studioList-testUserApiList.json +1 -0
  95. package/phpunitMock/studioRestart-V2.json +167 -33
  96. package/phpunitMock/studioSuspend-V2.json +167 -33
  97. package/phpunitMock/visioConnectVideoRecordingDelete-default.json +1 -0
@@ -10,6 +10,7 @@
10
10
  "label": "all v2 installed",
11
11
  "img": "/img/vespasien/apps/default.png",
12
12
  "icon": "binoculars",
13
+ "isAvailableOnMobile": true,
13
14
  "color": "#ff9900",
14
15
  "url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
15
16
  "type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
@@ -20,7 +21,10 @@
20
21
  "author": "user/4",
21
22
  "dateCreation": "2024-07-03",
22
23
  "suspended": true,
23
- "action": { "action": "typeApplication", "nameApp": "8d90a676-3ebb-4268-8734-5aa644cf726b" },
24
+ "action": {
25
+ "action": "typeApplication",
26
+ "nameApp": "8d90a676-3ebb-4268-8734-5aa644cf726b"
27
+ },
24
28
  "view": "solr",
25
29
  "display": "table",
26
30
  "columns": {
@@ -233,7 +237,10 @@
233
237
  "typeFile": null,
234
238
  "format": null,
235
239
  "multiple": false,
236
- "params": { "data": "languages", "defaultValue": "fr" },
240
+ "params": {
241
+ "data": "languages",
242
+ "defaultValue": "fr"
243
+ },
237
244
  "options": []
238
245
  },
239
246
  "labelDisplay": ""
@@ -265,7 +272,9 @@
265
272
  "typeFile": null,
266
273
  "format": null,
267
274
  "multiple": false,
268
- "params": { "jcomplete-url": "/?action=ajax&o=autocomplete&f=user&mode=id" },
275
+ "params": {
276
+ "jcomplete-url": "/?action=ajax&o=autocomplete&f=user&mode=id"
277
+ },
269
278
  "options": []
270
279
  },
271
280
  "labelDisplay": "Utilisateur"
@@ -520,7 +529,9 @@
520
529
  "typeFile": null,
521
530
  "format": null,
522
531
  "multiple": false,
523
- "params": { "mention": "1" },
532
+ "params": {
533
+ "mention": "1"
534
+ },
524
535
  "options": []
525
536
  },
526
537
  "labelDisplay": "Ajouter un commentaire"
@@ -552,7 +563,9 @@
552
563
  "format": null,
553
564
  "multiple": false,
554
565
  "params": [],
555
- "options": { "1": "GLOBAL_Yes" }
566
+ "options": {
567
+ "1": "GLOBAL_Yes"
568
+ }
556
569
  },
557
570
  "labelDisplay": "Public(s)"
558
571
  },
@@ -583,7 +596,9 @@
583
596
  "format": null,
584
597
  "multiple": false,
585
598
  "params": [],
586
- "options": { "1": "GLOBAL_Yes" }
599
+ "options": {
600
+ "1": "GLOBAL_Yes"
601
+ }
587
602
  },
588
603
  "labelDisplay": ""
589
604
  },
@@ -615,7 +630,9 @@
615
630
  "format": null,
616
631
  "multiple": false,
617
632
  "params": [],
618
- "options": { "1": "GLOBAL_Yes" }
633
+ "options": {
634
+ "1": "GLOBAL_Yes"
635
+ }
619
636
  },
620
637
  "labelDisplay": ""
621
638
  },
@@ -646,7 +663,10 @@
646
663
  "typeFile": null,
647
664
  "format": null,
648
665
  "multiple": false,
649
- "params": { "class": "mceEditor", "mention": "1" },
666
+ "params": {
667
+ "class": "mceEditor",
668
+ "mention": "1"
669
+ },
650
670
  "options": []
651
671
  },
652
672
  "labelDisplay": "desc label"
@@ -691,6 +711,37 @@
691
711
  "options": []
692
712
  },
693
713
  "labelDisplay": ""
714
+ },
715
+ {
716
+ "attrType": "",
717
+ "formatSolr": null,
718
+ "label": "",
719
+ "description": "",
720
+ "mandatory": false,
721
+ "display": true,
722
+ "teaser": false,
723
+ "col": null,
724
+ "supportedTypes": "",
725
+ "column": "_transientCtx",
726
+ "name": "_transientCtx",
727
+ "solr": {
728
+ "type": "",
729
+ "indexed": false,
730
+ "stored": false,
731
+ "required": false,
732
+ "multiValued": false,
733
+ "searchable": false,
734
+ "used": "false"
735
+ },
736
+ "widget": {
737
+ "type": "transient",
738
+ "typeFile": null,
739
+ "format": null,
740
+ "multiple": false,
741
+ "params": [],
742
+ "options": []
743
+ },
744
+ "labelDisplay": ""
694
745
  }
695
746
  ]
696
747
  },
@@ -734,7 +785,9 @@
734
785
  "typeFile": null,
735
786
  "format": null,
736
787
  "multiple": false,
737
- "params": { "idTaxonomy": "1" },
788
+ "params": {
789
+ "idTaxonomy": "1"
790
+ },
738
791
  "options": []
739
792
  },
740
793
  "labelDisplay": "Mots-cl\u00e9s"
@@ -767,7 +820,9 @@
767
820
  "typeFile": null,
768
821
  "format": null,
769
822
  "multiple": false,
770
- "params": { "idTaxonomy": "2" },
823
+ "params": {
824
+ "idTaxonomy": "2"
825
+ },
771
826
  "options": []
772
827
  },
773
828
  "labelDisplay": "taxo label"
@@ -807,8 +862,12 @@
807
862
  "typeFile": null,
808
863
  "format": null,
809
864
  "multiple": false,
810
- "params": { "jagCheckbox": "1" },
811
- "options": { "1": "GLOBAL_Yes" }
865
+ "params": {
866
+ "jagCheckbox": "1"
867
+ },
868
+ "options": {
869
+ "1": "GLOBAL_Yes"
870
+ }
812
871
  },
813
872
  "labelDisplay": "Envoyer le mail de notification \u00e0 ceux qui l\u2019ont demand\u00e9"
814
873
  },
@@ -838,8 +897,12 @@
838
897
  "typeFile": null,
839
898
  "format": null,
840
899
  "multiple": false,
841
- "params": { "jagCheckbox": "1" },
842
- "options": { "1": "GLOBAL_Yes" }
900
+ "params": {
901
+ "jagCheckbox": "1"
902
+ },
903
+ "options": {
904
+ "1": "GLOBAL_Yes"
905
+ }
843
906
  },
844
907
  "labelDisplay": "Recevoir une copie"
845
908
  },
@@ -1005,7 +1068,9 @@
1005
1068
  "typeFile": null,
1006
1069
  "format": null,
1007
1070
  "multiple": false,
1008
- "params": { "class": "mceEditor" },
1071
+ "params": {
1072
+ "class": "mceEditor"
1073
+ },
1009
1074
  "options": []
1010
1075
  },
1011
1076
  "labelDisplay": "text area html label"
@@ -1101,7 +1166,9 @@
1101
1166
  "typeFile": null,
1102
1167
  "format": null,
1103
1168
  "multiple": false,
1104
- "params": { "step": "0.01" },
1169
+ "params": {
1170
+ "step": "0.01"
1171
+ },
1105
1172
  "options": []
1106
1173
  },
1107
1174
  "labelDisplay": "nombre label"
@@ -1198,7 +1265,10 @@
1198
1265
  "format": null,
1199
1266
  "multiple": "1",
1200
1267
  "params": [],
1201
- "options": { "choix1": "Choix 1", "choix2": "Choix 2" }
1268
+ "options": {
1269
+ "choix1": "Choix 1",
1270
+ "choix2": "Choix 2"
1271
+ }
1202
1272
  },
1203
1273
  "labelDisplay": "select label"
1204
1274
  },
@@ -1230,7 +1300,10 @@
1230
1300
  "format": null,
1231
1301
  "multiple": "1",
1232
1302
  "params": [],
1233
- "options": { "choix11": "Choix 11", "choix22": "Choix 22" }
1303
+ "options": {
1304
+ "choix11": "Choix 11",
1305
+ "choix22": "Choix 22"
1306
+ }
1234
1307
  },
1235
1308
  "labelDisplay": "checkbox label"
1236
1309
  },
@@ -1261,8 +1334,12 @@
1261
1334
  "typeFile": null,
1262
1335
  "format": null,
1263
1336
  "multiple": false,
1264
- "params": { "jagCheckbox": "1" },
1265
- "options": { "1": "GLOBAL_Yes" }
1337
+ "params": {
1338
+ "jagCheckbox": "1"
1339
+ },
1340
+ "options": {
1341
+ "1": "GLOBAL_Yes"
1342
+ }
1266
1343
  },
1267
1344
  "labelDisplay": "toggle label"
1268
1345
  },
@@ -1294,7 +1371,10 @@
1294
1371
  "format": null,
1295
1372
  "multiple": false,
1296
1373
  "params": [],
1297
- "options": { "choix111": "Choix 111", "choix222": "Choix 222" }
1374
+ "options": {
1375
+ "choix111": "Choix 111",
1376
+ "choix222": "Choix 222"
1377
+ }
1298
1378
  },
1299
1379
  "labelDisplay": "radio label"
1300
1380
  },
@@ -1422,8 +1502,16 @@
1422
1502
  "composants": [],
1423
1503
  "html": " <!-- <JAMESPOT.STUDIO.FIXED>{\"ref\":\"title\",\"fixedValue\":\"bonjour\"}</JAMESPOT.STUDIO.FIXED> --><input type=\"hidden\" name=\"title\" value=\"bonjour\">"
1424
1504
  },
1425
- { "element": "image", "composants": [] },
1426
- { "element": "attr", "composants": [], "name": "description", "format": "flat" },
1505
+ {
1506
+ "element": "image",
1507
+ "composants": []
1508
+ },
1509
+ {
1510
+ "element": "attr",
1511
+ "composants": [],
1512
+ "name": "description",
1513
+ "format": "flat"
1514
+ },
1427
1515
  {
1428
1516
  "element": "attr",
1429
1517
  "composants": [],
@@ -1547,9 +1635,22 @@
1547
1635
  "mode": "form",
1548
1636
  "format": "flat",
1549
1637
  "composants": [
1550
- { "element": "attr", "composants": [], "name": "title", "format": "flat" },
1551
- { "element": "image", "composants": [] },
1552
- { "element": "attr", "composants": [], "name": "description", "format": "flat" },
1638
+ {
1639
+ "element": "attr",
1640
+ "composants": [],
1641
+ "name": "title",
1642
+ "format": "flat"
1643
+ },
1644
+ {
1645
+ "element": "image",
1646
+ "composants": []
1647
+ },
1648
+ {
1649
+ "element": "attr",
1650
+ "composants": [],
1651
+ "name": "description",
1652
+ "format": "flat"
1653
+ },
1553
1654
  {
1554
1655
  "element": "attr",
1555
1656
  "composants": [],
@@ -1651,7 +1752,12 @@
1651
1752
  "composants": [],
1652
1753
  "html": " <!-- <JAMESPOT.STUDIO.CODEHTML>{\"id\":\"93bc69e4-024e-443a-bce2-14840033e1d5\",\"name\":\"93bc69e4-024e-443a-bce2-14840033e1d5\",\"properties\":{\"code\":\"<p><strong>code html</strong></p>\"}}</JAMESPOT.STUDIO.CODEHTML><JAMESPOT.STUDIO.FIELD_POS>19</JAMESPOT.STUDIO.FIELD_POS>--><p><strong>code html</strong></p>"
1653
1754
  },
1654
- { "element": "publishTo", "composants": [], "mainTypes": null, "views": null }
1755
+ {
1756
+ "element": "publishTo",
1757
+ "composants": [],
1758
+ "mainTypes": null,
1759
+ "views": null
1760
+ }
1655
1761
  ]
1656
1762
  },
1657
1763
  "edit": {
@@ -1660,9 +1766,22 @@
1660
1766
  "mode": "form",
1661
1767
  "format": "flat",
1662
1768
  "composants": [
1663
- { "element": "attr", "composants": [], "name": "title", "format": "flat" },
1664
- { "element": "image", "composants": [] },
1665
- { "element": "attr", "composants": [], "name": "description", "format": "flat" },
1769
+ {
1770
+ "element": "attr",
1771
+ "composants": [],
1772
+ "name": "title",
1773
+ "format": "flat"
1774
+ },
1775
+ {
1776
+ "element": "image",
1777
+ "composants": []
1778
+ },
1779
+ {
1780
+ "element": "attr",
1781
+ "composants": [],
1782
+ "name": "description",
1783
+ "format": "flat"
1784
+ },
1666
1785
  {
1667
1786
  "element": "attr",
1668
1787
  "composants": [],
@@ -1764,7 +1883,12 @@
1764
1883
  "composants": [],
1765
1884
  "html": " <!-- <JAMESPOT.STUDIO.CODEHTML>{\"id\":\"93bc69e4-024e-443a-bce2-14840033e1d5\",\"name\":\"93bc69e4-024e-443a-bce2-14840033e1d5\",\"properties\":{\"code\":\"<p><strong>code html</strong></p>\"}}</JAMESPOT.STUDIO.CODEHTML><JAMESPOT.STUDIO.FIELD_POS>19</JAMESPOT.STUDIO.FIELD_POS>--><p><strong>code html</strong></p>"
1766
1885
  },
1767
- { "element": "publishTo", "composants": [], "mainTypes": null, "views": null }
1886
+ {
1887
+ "element": "publishTo",
1888
+ "composants": [],
1889
+ "mainTypes": null,
1890
+ "views": null
1891
+ }
1768
1892
  ]
1769
1893
  },
1770
1894
  "display": {
@@ -1773,8 +1897,18 @@
1773
1897
  "mode": "view",
1774
1898
  "format": "flat",
1775
1899
  "composants": [
1776
- { "element": "attr", "composants": [], "name": "title", "format": "flat" },
1777
- { "element": "attr", "composants": [], "name": "description", "format": "flat" },
1900
+ {
1901
+ "element": "attr",
1902
+ "composants": [],
1903
+ "name": "title",
1904
+ "format": "flat"
1905
+ },
1906
+ {
1907
+ "element": "attr",
1908
+ "composants": [],
1909
+ "name": "description",
1910
+ "format": "flat"
1911
+ },
1778
1912
  {
1779
1913
  "element": "attr",
1780
1914
  "composants": [],
@@ -0,0 +1 @@
1
+ { "o": "visioConnect", "f": "videoRecordingDelete", "error": 0, "messages": [], "result": true }