@rebilly/instruments 16.66.0 → 16.67.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,7 @@
1
- ## [16.66.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.65.0...instruments/core-v16.66.0) (2026-03-02)
1
+ ## [16.67.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.66.0...instruments/core-v16.67.0) (2026-03-03)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19229](https://github.com/Rebilly/rebilly/issues/19229)) ([4ceca33](https://github.com/Rebilly/rebilly/commit/4ceca33151c9b46453e4efcb8423e0ef2ee8d6de))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19255](https://github.com/Rebilly/rebilly/issues/19255)) ([b34f023](https://github.com/Rebilly/rebilly/commit/b34f023cd0fc9e941c2cab729798c67bb46ab40f))
7
+ * **framepay:** migrate from cypress to playwright part 1 ([#18556](https://github.com/Rebilly/rebilly/issues/18556)) ([796c0c6](https://github.com/Rebilly/rebilly/commit/796c0c60105db0adb12d323d0cc5aeed34c50385))
package/dist/index.js CHANGED
@@ -5251,7 +5251,7 @@ function C$1({ options: e2 }) {
5251
5251
  }
5252
5252
  function o2() {
5253
5253
  const i = {
5254
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f4fbeec`
5254
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@796c0c6`
5255
5255
  };
5256
5256
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5257
5257
  }
@@ -9306,14 +9306,14 @@ function js({ apiHandler: e2 }) {
9306
9306
  /**
9307
9307
  * @returns { rebilly.GetKycRejectionSummaryReportResponsePromise } response
9308
9308
  */
9309
- getKycRejectionSummary({ periodStart: t2, periodEnd: s }) {
9309
+ getKycRejectionSummary({ periodStart: t2 = null, periodEnd: s = null }) {
9310
9310
  const r2 = { periodStart: t2, periodEnd: s };
9311
9311
  return e2.get("reports/kyc-rejection-summary", r2);
9312
9312
  },
9313
9313
  /**
9314
9314
  * @returns { rebilly.GetKycRequestSummaryReportResponsePromise } response
9315
9315
  */
9316
- getKycRequestSummary({ periodStart: t2, periodEnd: s }) {
9316
+ getKycRequestSummary({ periodStart: t2 = null, periodEnd: s = null }) {
9317
9317
  const r2 = { periodStart: t2, periodEnd: s };
9318
9318
  return e2.get("reports/kyc-request-summary", r2);
9319
9319
  },