@manyos/smileconnect-api 1.55.4 → 1.55.5

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.
package/docs/releases.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## API
4
4
 
5
+ ### 1.55.5 - 03.03.22
6
+ Allow startup with broken SMILEconnect Adapter SSO Url.
7
+
5
8
  ### 1.55.4 - 02.03.22
6
9
  Fix error when scripts with space in name are deleted
7
10
 
@@ -173,9 +176,9 @@ The eventmanager will check all outbound webhooks for an event. If one fails, th
173
176
 
174
177
  ## GUI
175
178
 
176
- ### 1.8.2 - 3.3.22
177
- Fixed: delete webhooks for client if client is deleted
178
- Fixed: delete button / menu is hidden if client or scriptname is to long
179
+ ### 1.8.2 - 2.3.22
180
+ Fixed: delete webhooks for client when client is deleted
181
+ Fixed: delete button / menu is hidden when client or scriptname is too long
179
182
 
180
183
  ### 1.8.0 - 3.2.22
181
184
  Fixed wrong Script Config for Custom Form Scripts (attribute clients instead of scripts)
package/docs/scripts.md CHANGED
@@ -137,6 +137,8 @@ Global script params are set by the application and handed over to the script. T
137
137
  }
138
138
  ```
139
139
 
140
+ globalScriptParams is not available in Event Manager scripts. Ids are part of requestData there.
141
+
140
142
  ## requestData
141
143
 
142
144
  This parameter holds the complete request data.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.55.4",
3
+ "version": "1.55.5",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {