@rebilly/instruments 9.81.1 → 9.82.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 +3 -3
- package/dist/index.js +4 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.82.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.81.1...instruments/core-v9.82.0) (2024-09-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#7538](https://github.com/Rebilly/rebilly/issues/7538)) ([3a50c2d](https://github.com/Rebilly/rebilly/commit/3a50c2d1301298d76c00fdcd2829d88761aaff81))
|
package/dist/index.js
CHANGED
|
@@ -6220,7 +6220,7 @@ function C$1({ options: e2 }) {
|
|
|
6220
6220
|
}
|
|
6221
6221
|
function o2() {
|
|
6222
6222
|
const i = {
|
|
6223
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6223
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@3a50c2d`
|
|
6224
6224
|
};
|
|
6225
6225
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6226
6226
|
}
|
|
@@ -10353,6 +10353,9 @@ function Ks({ apiHandler: e2 }) {
|
|
|
10353
10353
|
const r2 = { expand: s };
|
|
10354
10354
|
return e2.get(`invoices/${t2}`, r2);
|
|
10355
10355
|
},
|
|
10356
|
+
update({ id: t2, data: s }) {
|
|
10357
|
+
return e2.patch(`invoices/${t2}`, s);
|
|
10358
|
+
},
|
|
10356
10359
|
downloadPDF({ id: t2 }) {
|
|
10357
10360
|
const s = {
|
|
10358
10361
|
headers: S$1,
|