@manyos/smileconnect-api 1.64.3 → 1.64.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/Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY . .
19
19
  EXPOSE 3000
20
20
 
21
21
  RUN groupadd -g 999 appuser && \
22
- useradd -r -s /bin/false --no-create-home -u 999 -g appuser appuser
22
+ useradd -r -d /home/appuser -u 999 -g appuser appuser
23
23
  USER appuser
24
24
 
25
25
  CMD npm start
package/conf/clients.json CHANGED
@@ -2374,19 +2374,13 @@
2374
2374
  "scripts": {
2375
2375
  "GET": {
2376
2376
  "preMapping": [],
2377
- "postMapping": [
2378
- "createRecord"
2379
- ],
2377
+ "postMapping": [],
2380
2378
  "afterExecution": []
2381
2379
  },
2382
2380
  "POST": {
2383
- "preMapping": [
2384
- "p2"
2385
- ],
2381
+ "preMapping": [],
2386
2382
  "postMapping": [],
2387
- "afterExecution": [
2388
- "INC_CreateWorklog_OnCreate"
2389
- ]
2383
+ "afterExecution": []
2390
2384
  },
2391
2385
  "PUT": {
2392
2386
  "preMapping": [],
package/docs/releases.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Release Notes
2
2
 
3
3
  ## API
4
- ### 1.64.3 - 20.10.23
4
+ ### 1.64.4 - 20.10.23
5
5
  Update node.js to v21.
6
6
 
7
7
  ### 1.64.1 - 18.10.23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.64.3",
3
+ "version": "1.64.5",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {