@codiac.io/codiac-cli 1.3.159 → 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.
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
21
21
  $ codiac COMMAND
22
22
  running command...
23
23
  $ codiac (--version|-v)
24
- @codiac.io/codiac-cli/1.3.159 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.161 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -5092,7 +5092,7 @@ class OtherOperations {
5092
5092
  /** Retrieves lightly loaded cabinets (from RootMap) matching the given criteria. */
5093
5093
  GetCabinets(request, options) {
5094
5094
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
5095
- return yield this.core.makeAnyRestCall({ entityTypeName: "", isMany: false, op: "GetCabinets", route: "/cabinets", verb: codiac_common_1.httpRestVerb.GET }, request, options);
5095
+ return yield this.core.makeAnyRestCall({ entityTypeName: "", isMany: false, op: "GetCabinets", route: "/cabinets-from-root-map", verb: codiac_common_1.httpRestVerb.GET }, request, options);
5096
5096
  });
5097
5097
  }
5098
5098
  /** Retrieves all available enterprises, environments, cabinets, and clusters for the given tenant. */