@codiac.io/codiac-cli 1.3.158 → 1.3.161

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.
@@ -5250,7 +5250,7 @@ class OtherOperations {
5250
5250
  /** Retrieves lightly loaded cabinets (from RootMap) matching the given criteria. */
5251
5251
  GetCabinets(request, options) {
5252
5252
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
5253
- return yield this.core.request("get.cabinets", request, options);
5253
+ return yield this.core.request("get.cabinets-from-root-map", request, options);
5254
5254
  });
5255
5255
  }
5256
5256
  /** Retrieves a list of kubernetes clusters that currently exist in a cloud subscription. */