bruce-models 6.8.4 → 6.8.5

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.
@@ -16190,8 +16190,10 @@
16190
16190
  }, auth);
16191
16191
  const data = yield this.parseJson(response);
16192
16192
  const text = (_b = (_a = data === null || data === void 0 ? void 0 : data.Text) !== null && _a !== void 0 ? _a : data === null || data === void 0 ? void 0 : data.text) !== null && _b !== void 0 ? _b : "";
16193
+ const steps = Array.isArray(data === null || data === void 0 ? void 0 : data.steps) ? data.steps : [];
16193
16194
  return {
16194
16195
  text,
16196
+ steps,
16195
16197
  raw: data
16196
16198
  };
16197
16199
  });
@@ -16428,7 +16430,7 @@
16428
16430
  }
16429
16431
 
16430
16432
  // This is updated with the package.json version on build.
16431
- const VERSION = "6.8.4";
16433
+ const VERSION = "6.8.5";
16432
16434
 
16433
16435
  exports.VERSION = VERSION;
16434
16436
  exports.AbstractApi = AbstractApi;