@axway/axway-central-cli 2.23.0-rc.3 → 2.24.0

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.
@@ -37,7 +37,7 @@ class Sampling {
37
37
  constructor() {
38
38
  _defineProperty(this, "percentage", void 0);
39
39
  _defineProperty(this, "allErrors", void 0);
40
- this.percentage = 10;
40
+ this.percentage = 1;
41
41
  this.allErrors = true;
42
42
  }
43
43
  }
@@ -248,12 +248,12 @@ const askForRedaction = async hostedAgentValues => {
248
248
  const askForSampling = async hostedAgentValues => {
249
249
  // ask sampling percentage
250
250
  console.log(_chalk.default.gray("\nSampling settings"));
251
- console.log(_chalk.default.gray("Sampling percentage can be a value from 0 to 50"));
251
+ console.log(_chalk.default.gray("Sampling percentage can be a value from 0 to 10"));
252
252
  hostedAgentValues.sampling.percentage = await (0, _basicPrompts.askInput)({
253
253
  type: "number",
254
254
  msg: SaasPrompts.SAMP_PERCENTAGE,
255
- defaultValue: 10,
256
- validate: (0, _basicPrompts.validateValueRange)(0, 50)
255
+ defaultValue: 1,
256
+ validate: (0, _basicPrompts.validateValueRange)(0, 10)
257
257
  });
258
258
 
259
259
  // ask sampling all errorsSN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.23.0-rc.3",
3
+ "version": "2.24.0",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {