@parra/parra-js-sdk 0.3.238 → 0.3.239

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
@@ -446,7 +446,7 @@ var ParraAPI = /** @class */ (function () {
446
446
  };
447
447
  this.paginateFeedbackFormResponsesForTenantUser = function (tenant_id, user_id, query, options) {
448
448
  if (options === void 0) { options = {}; }
449
- return _this.http.execute("".concat(_this.options.baseUrl, "/v1/tenants/").concat(tenant_id, "/feedback/forms/").concat(user_id, "/feedback/form/responses"), __assign({ method: "get", query: query }, options));
449
+ return _this.http.execute("".concat(_this.options.baseUrl, "/v1/tenants/").concat(tenant_id, "/users/").concat(user_id, "/feedback/form/responses"), __assign({ method: "get", query: query }, options));
450
450
  };
451
451
  this.getFormById = function (feedback_form_id, options) {
452
452
  if (options === void 0) { options = {}; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.238",
3
+ "version": "0.3.239",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",