@rebilly/instruments 16.80.1 → 16.81.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.
- package/CHANGELOG.md +1 -6
- package/dist/index.js +5 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [16.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **frontend:** prettier configuration overriding quotes rule ([#19960](https://github.com/Rebilly/rebilly/issues/19960)) ([ecd36e7](https://github.com/Rebilly/rebilly/commit/ecd36e76cf3be1ffd0404566cb9cade3b18b795b))
|
|
1
|
+
## [16.81.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.81.0...instruments/core-v16.81.1) (2026-03-26)
|
package/dist/index.js
CHANGED
|
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
|
|
|
5298
5298
|
}
|
|
5299
5299
|
function o2() {
|
|
5300
5300
|
const i = {
|
|
5301
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5301
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@fd836b9`
|
|
5302
5302
|
};
|
|
5303
5303
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5304
5304
|
}
|
|
@@ -7802,6 +7802,9 @@ function _e$1({ apiHandler: e2 }) {
|
|
|
7802
7802
|
get({ id: t2 }) {
|
|
7803
7803
|
return e2.get(`payout-request-batches/${t2}`);
|
|
7804
7804
|
},
|
|
7805
|
+
patch({ id: t2, data: s }) {
|
|
7806
|
+
return e2.patch(`payout-request-batches/${t2}`, s);
|
|
7807
|
+
},
|
|
7805
7808
|
autoAllocate({ id: t2 }) {
|
|
7806
7809
|
return e2.post(`payout-request-batches/${t2}/auto-allocate`);
|
|
7807
7810
|
},
|
|
@@ -9211,7 +9214,7 @@ function js({ apiHandler: e2 }) {
|
|
|
9211
9214
|
return e2.get("reports/dcc-markup", l);
|
|
9212
9215
|
},
|
|
9213
9216
|
/**
|
|
9214
|
-
* @returns { rebilly.
|
|
9217
|
+
* @returns { rebilly.GetDeclinedTransactionReportResponsePromise } response
|
|
9215
9218
|
*/
|
|
9216
9219
|
getDeclinedTransactions({
|
|
9217
9220
|
aggregationField: t2 = null,
|