@parra/parra-js-sdk 0.3.37 → 0.3.38

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
@@ -508,7 +508,7 @@ var ParraAPI = /** @class */ (function () {
508
508
  };
509
509
  this.updateTicketById = function (tenant_id, ticket_id, body) {
510
510
  return _this.http.execute("".concat(_this.options.baseUrl, "/v1/tenants/").concat(tenant_id, "/tickets/").concat(ticket_id), {
511
- method: "patch",
511
+ method: "put",
512
512
  body: JSON.stringify(body),
513
513
  headers: {
514
514
  "content-type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.37",
3
+ "version": "0.3.38",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",