@rebilly/instruments 15.9.0 → 15.10.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [15.9.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.8.0...instruments/core-v15.9.0) (2025-09-15)
1
+ ## [15.10.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.9.0...instruments/core-v15.10.0) (2025-09-16)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14955](https://github.com/Rebilly/rebilly/issues/14955)) ([9a4a27a](https://github.com/Rebilly/rebilly/commit/9a4a27a7f043b370c0582b996e467efe73440c7a))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14975](https://github.com/Rebilly/rebilly/issues/14975)) ([4a2b540](https://github.com/Rebilly/rebilly/commit/4a2b540ecd4797ad036ecd6b339a1912a667f955))
package/dist/index.js CHANGED
@@ -5097,7 +5097,7 @@ function C$1({ options: e2 }) {
5097
5097
  }
5098
5098
  function o2() {
5099
5099
  const i = {
5100
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@9a4a27a`
5100
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@9fa6228`
5101
5101
  };
5102
5102
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5103
5103
  }
@@ -5388,9 +5388,9 @@ function se$1({ apiHandler: e2 }) {
5388
5388
  * @param { rebilly.GetApiKeyCollectionRequest } request
5389
5389
  * @returns { rebilly.GetApiKeyCollectionResponsePromise } response
5390
5390
  */
5391
- getAll({ limit: t2 = null, offset: s = null, sort: r2 = null } = {}) {
5392
- const n2 = { limit: t2, offset: s, sort: r2 };
5393
- return e2.getAll("api-keys", n2);
5391
+ getAll({ filter: t2 = null, sort: s = null, limit: r2 = null, offset: n2 = null } = {}) {
5392
+ const u = { filter: t2, sort: s, limit: r2, offset: n2 };
5393
+ return e2.getAll("api-keys", u);
5394
5394
  },
5395
5395
  /**
5396
5396
  * @param { rebilly.CreateApiKeyRequest } request