@rebilly/instruments 14.4.0 → 14.5.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 +3 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [14.
|
|
1
|
+
## [14.5.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.4.1...instruments/core-v14.5.0) (2025-08-04)
|
|
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 ([#14032](https://github.com/Rebilly/rebilly/issues/14032)) ([99c4a34](https://github.com/Rebilly/rebilly/commit/99c4a34a2089c3b0218bff4b4b3ed1d3285448ed))
|
package/dist/index.js
CHANGED
|
@@ -5097,7 +5097,7 @@ function C$1({ options: e2 }) {
|
|
|
5097
5097
|
}
|
|
5098
5098
|
function o2() {
|
|
5099
5099
|
const i = {
|
|
5100
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5100
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@99c4a34`
|
|
5101
5101
|
};
|
|
5102
5102
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5103
5103
|
}
|
|
@@ -7029,6 +7029,7 @@ function je$1({ apiHandler: e2 }) {
|
|
|
7029
7029
|
return e2.put(`journal-entries/${t2}`, s);
|
|
7030
7030
|
},
|
|
7031
7031
|
/**
|
|
7032
|
+
* @param { rebilly.GetJournalRecordCollectionBCRequest } request
|
|
7032
7033
|
* @returns { rebilly.GetJournalRecordCollectionBCResponsePromise } response
|
|
7033
7034
|
*/
|
|
7034
7035
|
getAllRecords({
|
|
@@ -7040,7 +7041,7 @@ function je$1({ apiHandler: e2 }) {
|
|
|
7040
7041
|
expand: o2 = null
|
|
7041
7042
|
}) {
|
|
7042
7043
|
const l = { limit: s, offset: r2, filter: n2, sort: u, expand: o2 };
|
|
7043
|
-
return e2.
|
|
7044
|
+
return e2.getAll(`journal-entries/${t2}/records`, l);
|
|
7044
7045
|
},
|
|
7045
7046
|
createRecord({ id: t2, data: s }) {
|
|
7046
7047
|
return e2.post(`journal-entries/${t2}/records`, s);
|