@juhuu/sdk-ts 1.2.304 → 1.2.305
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3546,7 +3546,8 @@ var ParameterAnomalyGroupTrackersService = class extends Service {
|
|
|
3546
3546
|
method: "POST",
|
|
3547
3547
|
url: "parameterAnomalyGroupTrackers",
|
|
3548
3548
|
body: {
|
|
3549
|
-
propertyId: ParameterAnomalyGroupTrackerCreateParams.propertyId
|
|
3549
|
+
propertyId: ParameterAnomalyGroupTrackerCreateParams.propertyId,
|
|
3550
|
+
name: ParameterAnomalyGroupTrackerCreateParams.name
|
|
3550
3551
|
},
|
|
3551
3552
|
authenticationNotOptional: true
|
|
3552
3553
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -3502,7 +3502,8 @@ var ParameterAnomalyGroupTrackersService = class extends Service {
|
|
|
3502
3502
|
method: "POST",
|
|
3503
3503
|
url: "parameterAnomalyGroupTrackers",
|
|
3504
3504
|
body: {
|
|
3505
|
-
propertyId: ParameterAnomalyGroupTrackerCreateParams.propertyId
|
|
3505
|
+
propertyId: ParameterAnomalyGroupTrackerCreateParams.propertyId,
|
|
3506
|
+
name: ParameterAnomalyGroupTrackerCreateParams.name
|
|
3506
3507
|
},
|
|
3507
3508
|
authenticationNotOptional: true
|
|
3508
3509
|
},
|