@juhuu/sdk-ts 1.2.216 → 1.2.217

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
@@ -3332,7 +3332,7 @@ var ParameterAnomalyGroupTrackersService = class extends Service {
3332
3332
  return await super.sendRequest(
3333
3333
  {
3334
3334
  method: "POST",
3335
- url: "parameterAnomalyGroupTrackers/" + ParameterAnomalyGroupTrackerAnalyzeParams.parameterAnomalyGroupTrackerId,
3335
+ url: "parameterAnomalyGroupTrackers/" + ParameterAnomalyGroupTrackerAnalyzeParams.parameterAnomalyGroupTrackerId + "/analyze",
3336
3336
  body: void 0,
3337
3337
  authenticationNotOptional: true
3338
3338
  },
package/dist/index.mjs CHANGED
@@ -3288,7 +3288,7 @@ var ParameterAnomalyGroupTrackersService = class extends Service {
3288
3288
  return await super.sendRequest(
3289
3289
  {
3290
3290
  method: "POST",
3291
- url: "parameterAnomalyGroupTrackers/" + ParameterAnomalyGroupTrackerAnalyzeParams.parameterAnomalyGroupTrackerId,
3291
+ url: "parameterAnomalyGroupTrackers/" + ParameterAnomalyGroupTrackerAnalyzeParams.parameterAnomalyGroupTrackerId + "/analyze",
3292
3292
  body: void 0,
3293
3293
  authenticationNotOptional: true
3294
3294
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.216",
3
+ "version": "1.2.217",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",