@rebilly/instruments 9.63.4 → 9.64.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 +1,6 @@
1
- ## [9.63.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.63.3...instruments/core-v9.63.4) (2024-07-04)
1
+ ## [9.64.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.63.4...instruments/core-v9.64.0) (2024-07-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#6307](https://github.com/Rebilly/rebilly/issues/6307)) ([cd3ab0a](https://github.com/Rebilly/rebilly/commit/cd3ab0a8315b84d50145ce4ab0cb565e3a33c048))
package/dist/index.js CHANGED
@@ -8166,9 +8166,15 @@ function Oe$1({ apiHandler: e2 }) {
8166
8166
  * @param { rebilly.GetKycRequestCollectionRequest } request
8167
8167
  * @returns { rebilly.GetKycRequestCollectionResponsePromise } response
8168
8168
  */
8169
- getAll({ limit: t2 = null, offset: s = null, filter: n2 = null, sort: r2 = null } = {}) {
8170
- const u = { limit: t2, offset: s, filter: n2, sort: r2 };
8171
- return e2.getAll("kyc-requests", u);
8169
+ getAll({
8170
+ limit: t2 = null,
8171
+ offset: s = null,
8172
+ filter: n2 = null,
8173
+ sort: r2 = null,
8174
+ expand: u = null
8175
+ } = {}) {
8176
+ const o2 = { limit: t2, offset: s, filter: n2, sort: r2, expand: u };
8177
+ return e2.getAll("kyc-requests", o2);
8172
8178
  },
8173
8179
  create({ data: t2 }) {
8174
8180
  return e2.post("kyc-requests", t2);