@rebilly/instruments 15.5.0 → 15.6.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 +4 -4
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [15.
|
|
1
|
+
## [15.6.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.5.0...instruments/core-v15.6.0) (2025-09-10)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14757](https://github.com/Rebilly/rebilly/issues/14757)) ([a64f312](https://github.com/Rebilly/rebilly/commit/a64f312fd51e42dc9a514d5b99cb338474618172))
|
package/dist/index.js
CHANGED
|
@@ -5097,7 +5097,7 @@ function C$1({ options: t2 }) {
|
|
|
5097
5097
|
}
|
|
5098
5098
|
function o2() {
|
|
5099
5099
|
const i = {
|
|
5100
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5100
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@a64f312`
|
|
5101
5101
|
};
|
|
5102
5102
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5103
5103
|
}
|
|
@@ -8772,11 +8772,11 @@ function Is({ apiHandler: t2 }) {
|
|
|
8772
8772
|
* @returns { rebilly.GetJournalReportResponsePromise } response
|
|
8773
8773
|
*/
|
|
8774
8774
|
getJournal({
|
|
8775
|
-
currency: e2,
|
|
8775
|
+
currency: e2 = null,
|
|
8776
8776
|
bookedFrom: s = null,
|
|
8777
8777
|
bookedTo: r2 = null,
|
|
8778
|
-
recognizedAt: n2,
|
|
8779
|
-
aggregationField: u,
|
|
8778
|
+
recognizedAt: n2 = null,
|
|
8779
|
+
aggregationField: u = null,
|
|
8780
8780
|
limit: o2 = null,
|
|
8781
8781
|
offset: l = null,
|
|
8782
8782
|
filter: a = null
|