@openbkn/bkn-sdk 0.1.1-alpha.0 → 0.1.1-alpha.1

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.
@@ -2783,8 +2783,8 @@ function discoverCatalog(ctx, id, wait = true) {
2783
2783
  });
2784
2784
  }
2785
2785
  function listCatalogResources(ctx, id, category) {
2786
- return request(ctx, `${VEGA_BASE}/catalogs/${encodeURIComponent(id)}/resources`, {
2787
- query: { category: category || void 0 }
2786
+ return request(ctx, `${VEGA_BASE}/resources`, {
2787
+ query: { catalog_id: id, category: category || void 0 }
2788
2788
  });
2789
2789
  }
2790
2790
  function catalogHealthStatus(ctx, ids) {
@@ -5032,4 +5032,4 @@ export {
5032
5032
  exportCreds,
5033
5033
  auth_exports
5034
5034
  };
5035
- //# sourceMappingURL=chunk-DXA44XWY.js.map
5035
+ //# sourceMappingURL=chunk-ADZ23DPF.js.map