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, true));//No I18N
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zocrmsdkmiblu",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "author": "Julio Bodero",
5
5
  "license": "MIT",
6
6
  "dependencies": {