@visma-swno/customer-onboarding-wizard 1.0.17 → 1.0.18

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1265,7 +1265,7 @@ class B {
1265
1265
  * @returns Promise with paginated list of consultants
1266
1266
  */
1267
1267
  getPartnerConsultants(t, a) {
1268
- return this.get(`/api/v1/partners/${t}/customer/${a}/consultants`);
1268
+ return this.get(`/api/v1/partners/${t}/customers/${a}/consultants`);
1269
1269
  }
1270
1270
  /**
1271
1271
  * Add consultants to a customer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/customer-onboarding-wizard",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",