@parra/parra-js-sdk 0.2.118 → 0.2.119

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.
Files changed (2) hide show
  1. package/dist/ParraAPI.js +1 -1
  2. package/package.json +1 -1
package/dist/ParraAPI.js CHANGED
@@ -335,7 +335,7 @@ var ParraAPI = /** @class */ (function () {
335
335
  };
336
336
  this.updateCampaignById = function (tenant_id, campaign_id, body) {
337
337
  return _this.http.execute("".concat(_this.options.baseUrl, "/v1/tenants/").concat(tenant_id, "/campaigns/").concat(campaign_id), {
338
- method: "patch",
338
+ method: "put",
339
339
  body: JSON.stringify(body),
340
340
  headers: {
341
341
  "content-type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.118",
3
+ "version": "0.2.119",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",