@manyos/smileconnect-api 1.64.3 → 1.64.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/Dockerfile +1 -1
- package/conf/clients.json +3 -9
- package/docs/releases.md +1 -1
- package/package.json +1 -1
package/Dockerfile
CHANGED
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