zocrmsdkmiblu 0.2.8 → 0.2.9
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.
|
@@ -42,7 +42,7 @@ var settings = function settings()
|
|
|
42
42
|
},
|
|
43
43
|
updateVariableCRM : function (input)
|
|
44
44
|
{
|
|
45
|
-
return util.promiseResponse(util.constructRequestDetails(input, "settings/variables/{id}", HTTP_METHODS.PUT,
|
|
45
|
+
return util.promiseResponse(util.constructRequestDetails(input, "settings/variables/{id}", HTTP_METHODS.PUT, false));//No I18N
|
|
46
46
|
},
|
|
47
47
|
getVariableCRM : function (input)
|
|
48
48
|
{
|
|
@@ -300,6 +300,7 @@ var settings = function settings()
|
|
|
300
300
|
{
|
|
301
301
|
return util.promiseResponse(util.constructRequestDetails(input, "settings/users/bulk_update", HTTP_METHODS.PUT, true));//No I18N
|
|
302
302
|
},
|
|
303
|
+
|
|
303
304
|
}
|
|
304
305
|
}
|
|
305
306
|
|