@rebilly/instruments 9.80.2 → 9.81.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 +6 -1
- package/dist/index.js +1 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.81.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.80.3...instruments/core-v9.81.0) (2024-09-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **instruments:** Display billing period in the summary table ([#7549](https://github.com/Rebilly/rebilly/issues/7549)) ([f71332b](https://github.com/Rebilly/rebilly/commit/f71332b576044a7883e1e9d200f6d7494766da86))
|
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("/")}@f71332b`
|
|
6224
6224
|
};
|
|
6225
6225
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6226
6226
|
}
|
|
@@ -16452,7 +16452,6 @@ async function fetchInvoiceAndProducts({
|
|
|
16452
16452
|
state.storefront.setSessionToken(state.options.jwt);
|
|
16453
16453
|
const { fields } = await state.storefront.invoices.get({
|
|
16454
16454
|
...data,
|
|
16455
|
-
// @ts-ignore TODO: check why `expand` is not typed in `get` arguments.
|
|
16456
16455
|
expand: "items.*.product"
|
|
16457
16456
|
});
|
|
16458
16457
|
const products = (_a = fields.items) == null ? void 0 : _a.filter((item) => item._embedded).map((items2) => {
|