@juhuu/sdk-ts 1.2.203 → 1.2.204

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.
package/dist/index.js CHANGED
@@ -3431,7 +3431,7 @@ var FlowsService = class extends Service {
3431
3431
  return await super.sendRequest(
3432
3432
  {
3433
3433
  method: "POST",
3434
- url: "flows/" + FlowExecuteParams.flowId,
3434
+ url: "flows/" + FlowExecuteParams.flowId + "/execute",
3435
3435
  body: {},
3436
3436
  authenticationNotOptional: true
3437
3437
  },
package/dist/index.mjs CHANGED
@@ -3387,7 +3387,7 @@ var FlowsService = class extends Service {
3387
3387
  return await super.sendRequest(
3388
3388
  {
3389
3389
  method: "POST",
3390
- url: "flows/" + FlowExecuteParams.flowId,
3390
+ url: "flows/" + FlowExecuteParams.flowId + "/execute",
3391
3391
  body: {},
3392
3392
  authenticationNotOptional: true
3393
3393
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.203",
3
+ "version": "1.2.204",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",