@rebilly/instruments 16.32.0 → 16.34.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 +2 -2
- package/dist/index.js +5 -5
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.34.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.33.0...instruments/core-v16.34.0) (2025-12-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **framepay:** Update customer validation schemas ([#16717](https://github.com/Rebilly/rebilly/issues/16717)) ([0cbdec5](https://github.com/Rebilly/rebilly/commit/0cbdec5c03e0a3793f3438c6d3cb384c0347f88b))
|
package/dist/index.js
CHANGED
|
@@ -5183,7 +5183,7 @@ function C$1({ options: t2 }) {
|
|
|
5183
5183
|
}
|
|
5184
5184
|
function o2() {
|
|
5185
5185
|
const i = {
|
|
5186
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5186
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@0cbdec5`
|
|
5187
5187
|
};
|
|
5188
5188
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5189
5189
|
}
|
|
@@ -8851,10 +8851,10 @@ function Es({ apiHandler: t2 }) {
|
|
|
8851
8851
|
* @returns { rebilly.GetHistogramTransactionReportResponsePromise } response
|
|
8852
8852
|
*/
|
|
8853
8853
|
getTransactionHistogramReport({
|
|
8854
|
-
periodStart: e2,
|
|
8855
|
-
periodEnd: s,
|
|
8856
|
-
aggregationPeriod: r2,
|
|
8857
|
-
metric: n2,
|
|
8854
|
+
periodStart: e2 = null,
|
|
8855
|
+
periodEnd: s = null,
|
|
8856
|
+
aggregationPeriod: r2 = null,
|
|
8857
|
+
metric: n2 = null,
|
|
8858
8858
|
filter: u = null
|
|
8859
8859
|
}) {
|
|
8860
8860
|
const o2 = {
|