jamespot-user-api 1.0.139 → 1.0.141

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 (122) 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 -0
  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 -0
  18. package/documentation/classes/JGroupApi.html +9 -9
  19. package/documentation/classes/JLandApi.html +1 -1
  20. package/documentation/classes/JMessengerApi.html +1 -1
  21. package/documentation/classes/JObjectApi.html +1 -1
  22. package/documentation/classes/JSearchApi.html +6 -6
  23. package/documentation/classes/JShareApi.html +1 -1
  24. package/documentation/classes/JSocialActionApi.html +1 -0
  25. package/documentation/classes/JTaxonomyApi.html +2 -2
  26. package/documentation/classes/JUserApi.html +10 -4
  27. package/documentation/classes/JWedocApi.html +1 -1
  28. package/documentation/classes/JamespotUserApi.html +1 -1
  29. package/documentation/classes/Network.html +1 -1
  30. package/documentation/classes/TVDisplayApi.html +1 -1
  31. package/documentation/classes/WindowBrowser.html +1 -1
  32. package/documentation/enums/StudioApplicationStatus.html +1 -1
  33. package/documentation/index.html +1 -1
  34. package/documentation/interfaces/AccessRightObject.html +1 -1
  35. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  36. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  37. package/documentation/interfaces/ApiWrapper.html +1 -1
  38. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  39. package/documentation/interfaces/BaseMessage.html +1 -1
  40. package/documentation/interfaces/Category.html +1 -1
  41. package/documentation/interfaces/FileBankProps.html +1 -1
  42. package/documentation/interfaces/FolderProps.html +1 -1
  43. package/documentation/interfaces/ListFilterSpec.html +1 -1
  44. package/documentation/interfaces/OF.html +1 -1
  45. package/documentation/interfaces/ObjectListProps.html +1 -1
  46. package/documentation/interfaces/PagingResults.html +1 -1
  47. package/documentation/interfaces/RootFolderProps.html +1 -1
  48. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  49. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  50. package/documentation/interfaces/SearchConfig.html +1 -1
  51. package/documentation/interfaces/SearchFacetModel.html +1 -1
  52. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  53. package/documentation/interfaces/SearchQuery.html +1 -1
  54. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  55. package/documentation/interfaces/SearchQueryOption.html +1 -1
  56. package/documentation/interfaces/SearchQueryResult.html +1 -1
  57. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  58. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  59. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  60. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  61. package/documentation/interfaces/SpotProps.html +1 -1
  62. package/documentation/interfaces/Taxonomy.html +1 -1
  63. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  64. package/documentation/interfaces/WindowInterface.html +1 -1
  65. package/documentation/modules.html +11 -11
  66. package/lib/jamespot-user-api.js +1 -1
  67. package/lib/jamespot-user-api.js.map +1 -1
  68. package/lib/src/apis/article/article.d.ts +21 -32
  69. package/lib/src/apis/article/article.mock.d.ts +10 -1
  70. package/lib/src/apis/businessNetworking/businessNetworking.d.ts +5 -0
  71. package/lib/src/apis/businessNetworking/businessNetworking.mock.d.ts +2 -0
  72. package/lib/src/apis/businessNetworking/businessNetworking.test.d.ts +1 -0
  73. package/lib/src/apis/fileSync/fileSync.d.ts +9 -0
  74. package/lib/src/apis/fileSync/fileSync.mock.d.ts +6 -0
  75. package/lib/src/apis/fileSync/fileSync.test.d.ts +1 -0
  76. package/lib/src/apis/global/global.d.ts +6 -0
  77. package/lib/src/apis/global/global.mock.d.ts +2 -0
  78. package/lib/src/apis/global/global.test.d.ts +1 -0
  79. package/lib/src/apis/index.d.ts +3 -0
  80. package/lib/src/apis/jamespotUserApi.d.ts +10 -2
  81. package/lib/src/apis/jland/jland.d.ts +1 -1
  82. package/lib/src/apis/socialAction/socialAction.d.ts +8 -0
  83. package/lib/src/apis/socialAction/socialAction.mock.d.ts +4 -0
  84. package/lib/src/apis/socialAction/socialAction.test.d.ts +1 -0
  85. package/lib/src/apis/user/user.d.ts +18 -1
  86. package/lib/src/apis/user/user.mock.d.ts +7 -2
  87. package/lib/src/types/article.d.ts +56 -0
  88. package/lib/src/types/comment.d.ts +4 -0
  89. package/lib/src/types/faq.d.ts +3 -1
  90. package/lib/src/types/fileSync.d.ts +22 -0
  91. package/lib/src/types/global.d.ts +19 -0
  92. package/lib/src/types/group.d.ts +2 -0
  93. package/lib/src/types/index.d.ts +2 -0
  94. package/lib/src/types/realtime.d.ts +10 -3
  95. package/lib/src/types/socialAction.d.ts +10 -0
  96. package/lib/src/types/tvDisplay.d.ts +2 -1
  97. package/lib/src/types/user.d.ts +46 -1
  98. package/lib/src/types/utils.d.ts +1 -1
  99. package/lib/src/types/widgets.d.ts +28 -17
  100. package/lib/src/util/Test.d.ts +119 -5
  101. package/package.json +1 -1
  102. package/phpunitMock/activityLogLog-success.json +7 -0
  103. package/phpunitMock/articleAddComment-success.json +57 -0
  104. package/phpunitMock/articleGet-with-widgets.json +56 -33
  105. package/phpunitMock/articleGetComments-success.json +59 -0
  106. package/phpunitMock/articleSaveAsDraft-default.json +7 -0
  107. package/phpunitMock/articleUpdateComment-success.json +62 -0
  108. package/phpunitMock/autocompleteAudience-u.json +16 -14
  109. package/phpunitMock/autocompleteSpot-a.json +12 -12
  110. package/phpunitMock/businessNetworkingMarkerInfo-success.json +16 -0
  111. package/phpunitMock/commentDelete-success.json +11 -0
  112. package/phpunitMock/customActionAdd-success.json +18 -0
  113. package/phpunitMock/customActionGetUsers-success.json +24 -0
  114. package/phpunitMock/customActionRemove-success.json +7 -0
  115. package/phpunitMock/fileSyncGetFileBanks-success.json +11 -0
  116. package/phpunitMock/fileSyncGetUserQuota-success.json +7 -0
  117. package/phpunitMock/fileSyncSaveFileBanks-success.json +1 -0
  118. package/phpunitMock/objectListFileSyncAdminSpots-success.json +24 -0
  119. package/phpunitMock/spotGetProperties-default.json +184 -100
  120. package/phpunitMock/tvDisplayGetChannel-dynamic.json +214 -209
  121. package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +206 -194
  122. package/phpunitMock/userGetFields-success.json +20 -0
@@ -1,209 +1,214 @@
1
- {
2
- "o": "tvDisplay",
3
- "f": "getChannel",
4
- "error": 0,
5
- "messages": [],
6
- "result": {
7
- "interval": 60,
8
- "channel": {
9
- "id": 189,
10
- "mainType": "article",
11
- "type": "tvDisplayChannel",
12
- "uri": "tvDisplayChannel/189",
13
- "dateCreation": "2024-01-05 08:23:51",
14
- "dateModified": "2024-01-05 08:23:51",
15
- "title": "TV Channel dynamic",
16
- "_url": "/ng/rr/tv-display",
17
- "_right": {
18
- "create": true,
19
- "read": true,
20
- "publish": true,
21
- "administrate": true,
22
- "update": true,
23
- "delete": true,
24
- "comment": false,
25
- "member": true
26
- },
27
- "_user": {
28
- "id": 4,
29
- "mainType": "user",
30
- "type": "user",
31
- "uri": "user/4",
32
- "dateCreation": "2019-07-09 15:48:26",
33
- "dateModified": "2019-07-09 15:51:24",
34
- "title": "Admin1",
35
- "_url": "/user/4",
36
- "level": 9
37
- },
38
- "image": {
39
- "width": 702,
40
- "height": 583
41
- },
42
- "_audience": [],
43
- "tvChannelType": "DYNAMIC",
44
- "tvChannelBackgroundColor": "#FF0000",
45
- "tvChannelNumImages": 0,
46
- "tvChannelGroupTarget": {
47
- "id": 1,
48
- "mainType": "spot",
49
- "type": "spot",
50
- "uri": "spot/1",
51
- "dateCreation": "2019-07-18 18:36:24",
52
- "dateModified": "2024-01-05 08:23:51",
53
- "title": "Groupe public",
54
- "_url": "/group/1",
55
- "privacy": 1,
56
- "category": "1"
57
- },
58
- "tvChannelConfig": {
59
- "contents": [],
60
- "key": "6597ae8782425"
61
- },
62
- "_extend": {
63
- "imageSecureUrl": "http://jpro-gitbranch-release-2024-01-05-1000.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE4OS5wbmcifQ.CgMVr6C4NmNlIT5E9vKTw_rZoyOYWBgFgIEl2pZgpys",
64
- "articles": [
65
- {
66
- "id": 190,
67
- "mainType": "article",
68
- "type": "mpArticle",
69
- "uri": "mpArticle/190",
70
- "dateCreation": "2024-01-05 08:23:51",
71
- "dateModified": "2024-01-05 08:23:51",
72
- "title": "a-2",
73
- "_url": "/article/190",
74
- "_right": {
75
- "create": true,
76
- "read": true,
77
- "publish": false,
78
- "administrate": true,
79
- "update": true,
80
- "delete": true,
81
- "comment": true,
82
- "member": true
83
- },
84
- "description": "<div class='content-html'>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>",
85
- "_user": {
86
- "id": 4,
87
- "mainType": "user",
88
- "type": "user",
89
- "uri": "user/4",
90
- "dateCreation": "2019-07-09 15:48:26",
91
- "dateModified": "2019-07-09 15:51:24",
92
- "title": "Admin1",
93
- "_url": "/user/4",
94
- "level": 9
95
- },
96
- "image": {
97
- "width": 702,
98
- "height": 583
99
- },
100
- "_audience": [
101
- {
102
- "id": 1,
103
- "mainType": "spot",
104
- "type": "spot",
105
- "uri": "spot/1",
106
- "dateCreation": "2019-07-18 18:36:24",
107
- "dateModified": "2024-01-05 08:23:51",
108
- "title": "Groupe public",
109
- "_url": "/group/1",
110
- "privacy": 1,
111
- "category": "1"
112
- }
113
- ],
114
- "_extend": {
115
- "descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
116
- "imageSecureUrl": "http://jpro-gitbranch-release-2024-01-05-1000.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTkwLnBuZz9fPTE3MDQ0Mzk0MzEifQ.IPpFsRPzKjydlZb3rON4D30YNF-4MF33mgBlqMurSyY",
117
- "comments": [
118
- {
119
- "id": 13,
120
- "mainType": "comment",
121
- "type": "comment",
122
- "uri": "comment/13",
123
- "dateCreation": "2024-01-05 08:23:51",
124
- "dateModified": null,
125
- "description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
126
- "_user": {
127
- "id": 4,
128
- "mainType": "user",
129
- "type": "user",
130
- "uri": "user/4",
131
- "dateCreation": "2019-07-09 15:48:26",
132
- "dateModified": "2019-07-09 15:51:24",
133
- "title": "Admin1",
134
- "_url": "/user/4",
135
- "level": 9
136
- },
137
- "_right": {
138
- "create": true,
139
- "read": true,
140
- "publish": true,
141
- "administrate": true,
142
- "update": true,
143
- "delete": true,
144
- "comment": true,
145
- "member": true
146
- },
147
- "_extend": {
148
- "userImageSecureUrl": "http://jpro-gitbranch-release-2024-01-05-1000.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiNTAweDUwMFwvdXNlclwvNC5wbmc_Xz0xNTYyNjgwMjg0In0.e-INDdqa0MF_6xp46a0-KqkGq8QA9_OIcoC9CghYteQ",
149
- "descriptionSecure": "<div class=\"content-html\">Phasellus sodales augue vitae sapien tempus tristique.</div>\n"
150
- }
151
- }
152
- ]
153
- }
154
- },
155
- {
156
- "id": 2,
157
- "mainType": "article",
158
- "type": "mpArticle",
159
- "uri": "mpArticle/2",
160
- "dateCreation": "2019-07-19 09:36:25",
161
- "dateModified": "2019-07-19 09:36:25",
162
- "title": "Article groupe public",
163
- "_url": "/article/2",
164
- "_right": {
165
- "create": true,
166
- "read": true,
167
- "publish": false,
168
- "administrate": true,
169
- "update": true,
170
- "delete": true,
171
- "comment": false,
172
- "member": true
173
- },
174
- "description": "<div class='content-html'></div>",
175
- "_user": {
176
- "id": 1,
177
- "mainType": "user",
178
- "type": "user",
179
- "uri": "user/1",
180
- "dateCreation": "2019-03-26 16:29:33",
181
- "dateModified": "2019-07-19 09:39:23",
182
- "title": "AdminJenkins",
183
- "_url": "/user/1",
184
- "level": 9
185
- },
186
- "_audience": [
187
- {
188
- "id": 1,
189
- "mainType": "spot",
190
- "type": "spot",
191
- "uri": "spot/1",
192
- "dateCreation": "2019-07-18 18:36:24",
193
- "dateModified": "2024-01-05 08:23:51",
194
- "title": "Groupe public",
195
- "_url": "/group/1",
196
- "privacy": 1,
197
- "category": "1"
198
- }
199
- ],
200
- "_extend": {
201
- "descriptionSecure": "<div class=\"content-html\"></div>\n",
202
- "comments": []
203
- }
204
- }
205
- ]
206
- }
207
- }
208
- }
209
- }
1
+ {
2
+ "o": "tvDisplay",
3
+ "f": "getChannel",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "interval": 60,
8
+ "channel": {
9
+ "id": 13,
10
+ "mainType": "article",
11
+ "type": "tvDisplayChannel",
12
+ "uri": "tvDisplayChannel/13",
13
+ "dateCreation": "2024-02-23 17:10:09",
14
+ "dateModified": "2024-02-23 17:10:09",
15
+ "title": "TV Channel dynamic",
16
+ "_url": "/ng/rr/tv-display",
17
+ "_user": {
18
+ "id": 4,
19
+ "mainType": "user",
20
+ "type": "user",
21
+ "uri": "user/4",
22
+ "dateCreation": "2019-07-09 15:48:26",
23
+ "dateModified": "2019-07-09 15:51:24",
24
+ "title": "Admin1",
25
+ "_url": "/user/4",
26
+ "level": 9
27
+ },
28
+ "_right": {
29
+ "create": true,
30
+ "read": true,
31
+ "publish": true,
32
+ "administrate": true,
33
+ "update": true,
34
+ "delete": true,
35
+ "comment": false,
36
+ "member": true
37
+ },
38
+ "image": {
39
+ "width": 702,
40
+ "height": 583
41
+ },
42
+ "_audience": [],
43
+ "tvChannelType": "DYNAMIC",
44
+ "tvChannelBackgroundColor": "#FF0000",
45
+ "tvChannelNumImages": 0,
46
+ "tvChannelGroupTarget": {
47
+ "id": 1,
48
+ "mainType": "spot",
49
+ "type": "spot",
50
+ "uri": "spot/1",
51
+ "dateCreation": "2019-07-18 18:36:24",
52
+ "dateModified": "2024-02-23 17:10:10",
53
+ "title": "Groupe public",
54
+ "_url": "/group/1",
55
+ "privacy": 1,
56
+ "category": 1
57
+ },
58
+ "tvChannelConfig": {
59
+ "contents": [],
60
+ "key": "65d8c36172ee7"
61
+ },
62
+ "_extend": {
63
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzEzLnBuZyJ9.bdwkCJ0SNdg80ljeu60yYyiJZCJiWNbi4VKm_SmrI1Y",
64
+ "articles": [
65
+ {
66
+ "id": 14,
67
+ "mainType": "article",
68
+ "type": "mpArticle",
69
+ "uri": "mpArticle/14",
70
+ "dateCreation": "2024-02-23 17:10:09",
71
+ "dateModified": "2024-02-23 17:10:10",
72
+ "title": "a-2",
73
+ "_url": "/article/14",
74
+ "_user": {
75
+ "id": 4,
76
+ "mainType": "user",
77
+ "type": "user",
78
+ "uri": "user/4",
79
+ "dateCreation": "2019-07-09 15:48:26",
80
+ "dateModified": "2019-07-09 15:51:24",
81
+ "title": "Admin1",
82
+ "_url": "/user/4",
83
+ "level": 9
84
+ },
85
+ "_right": {
86
+ "create": true,
87
+ "read": true,
88
+ "publish": false,
89
+ "administrate": true,
90
+ "update": true,
91
+ "delete": true,
92
+ "comment": true,
93
+ "member": true
94
+ },
95
+ "description": "<div class='content-html'>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>",
96
+ "image": {
97
+ "width": 702,
98
+ "height": 583
99
+ },
100
+ "_audience": [
101
+ {
102
+ "id": 1,
103
+ "mainType": "spot",
104
+ "type": "spot",
105
+ "uri": "spot/1",
106
+ "dateCreation": "2019-07-18 18:36:24",
107
+ "dateModified": "2024-02-23 17:10:10",
108
+ "title": "Groupe public",
109
+ "_url": "/group/1",
110
+ "privacy": 1,
111
+ "category": 1
112
+ }
113
+ ],
114
+ "_extend": {
115
+ "descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
116
+ "imageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTQucG5nP189MTcwODcwNDYxMCJ9.N4WW0EKFEVwYSSgpJODke6XqXG1kaZNO66hL5JZhJ4o",
117
+ "comments": [
118
+ {
119
+ "id": 1,
120
+ "mainType": "comment",
121
+ "type": "comment",
122
+ "uri": "comment/1",
123
+ "dateCreation": "2024-02-23 17:10:10",
124
+ "dateModified": null,
125
+ "description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
126
+ "_user": {
127
+ "id": 4,
128
+ "mainType": "user",
129
+ "type": "user",
130
+ "uri": "user/4",
131
+ "dateCreation": "2019-07-09 15:48:26",
132
+ "dateModified": "2019-07-09 15:51:24",
133
+ "title": "Admin1",
134
+ "_url": "/user/4",
135
+ "level": 9,
136
+ "firstname": "Un",
137
+ "lastname": "Admin",
138
+ "company": "",
139
+ "mail": "admin1@jamespot.com",
140
+ "active": 1
141
+ },
142
+ "_right": {
143
+ "create": true,
144
+ "read": true,
145
+ "publish": true,
146
+ "administrate": true,
147
+ "update": true,
148
+ "delete": true,
149
+ "comment": true,
150
+ "member": true
151
+ },
152
+ "_extend": {
153
+ "userImageSecureUrl": "http://jenkins-preprod.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiNTAweDUwMFwvdXNlclwvNC5wbmc_Xz0xNTYyNjgwMjg0In0.903ztErqev5yT72udVgRNf53P7M_MZDxgVF_tKgpCdY",
154
+ "descriptionSecure": "<div class=\"content-html\">Phasellus sodales augue vitae sapien tempus tristique.</div>\n"
155
+ }
156
+ }
157
+ ]
158
+ }
159
+ },
160
+ {
161
+ "id": 2,
162
+ "mainType": "article",
163
+ "type": "mpArticle",
164
+ "uri": "mpArticle/2",
165
+ "dateCreation": "2019-07-19 09:36:25",
166
+ "dateModified": "2019-07-19 09:36:25",
167
+ "title": "Article groupe public",
168
+ "_url": "/article/2",
169
+ "_user": {
170
+ "id": 1,
171
+ "mainType": "user",
172
+ "type": "user",
173
+ "uri": "user/1",
174
+ "dateCreation": "2019-03-26 16:29:33",
175
+ "dateModified": "2019-07-19 09:39:23",
176
+ "title": "AdminJenkins",
177
+ "_url": "/user/1",
178
+ "level": 9
179
+ },
180
+ "_right": {
181
+ "create": true,
182
+ "read": true,
183
+ "publish": false,
184
+ "administrate": true,
185
+ "update": true,
186
+ "delete": true,
187
+ "comment": false,
188
+ "member": true
189
+ },
190
+ "description": "<div class='content-html'></div>",
191
+ "_audience": [
192
+ {
193
+ "id": 1,
194
+ "mainType": "spot",
195
+ "type": "spot",
196
+ "uri": "spot/1",
197
+ "dateCreation": "2019-07-18 18:36:24",
198
+ "dateModified": "2024-02-23 17:10:10",
199
+ "title": "Groupe public",
200
+ "_url": "/group/1",
201
+ "privacy": 1,
202
+ "category": 1
203
+ }
204
+ ],
205
+ "_extend": {
206
+ "descriptionSecure": "<div class=\"content-html\"></div>\n",
207
+ "comments": []
208
+ }
209
+ }
210
+ ]
211
+ }
212
+ }
213
+ }
214
+ }