@manyos/smileconnect-api 1.45.3 → 1.45.4

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,7 +2,7 @@
2
2
 
3
3
  ## API
4
4
 
5
- ### 1.45.3 - 05.10.21
5
+ ### 1.45.4 - 05.10.21
6
6
  Fix issue: Use normal Task mapping for new tasks and existing tasks as no Interface Create Form is used.
7
7
 
8
8
  ### 1.45.2 - 05.10.21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.45.3",
3
+ "version": "1.45.4",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -204,12 +204,6 @@ const fieldMappingSchema = {
204
204
  errorMessage: 'Is required'
205
205
  }
206
206
  },
207
- 'data.newTask' : {
208
- in: ['body'],
209
- exists: {
210
- errorMessage: 'Is required'
211
- }
212
- },
213
207
  'data.taskWorklog' : {
214
208
  in: ['body'],
215
209
  exists: {