@rebilly/instruments 16.30.0 → 16.31.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 -3
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.31.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.30.0...instruments/core-v16.31.0) (2025-11-27)
|
|
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 ([#16971](https://github.com/Rebilly/rebilly/issues/16971)) ([19935cd](https://github.com/Rebilly/rebilly/commit/19935cd9bc57e4105d277084ffd56a78b297fe88))
|
package/dist/index.js
CHANGED
|
@@ -5183,7 +5183,7 @@ function C$1({ options: t2 }) {
|
|
|
5183
5183
|
}
|
|
5184
5184
|
function o2() {
|
|
5185
5185
|
const i = {
|
|
5186
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5186
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@19935cd`
|
|
5187
5187
|
};
|
|
5188
5188
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5189
5189
|
}
|
|
@@ -8995,8 +8995,8 @@ function xs({ apiHandler: t2 }) {
|
|
|
8995
8995
|
*/
|
|
8996
8996
|
getTriggeredEventRuleReport({
|
|
8997
8997
|
eventType: e2,
|
|
8998
|
-
periodStart: s,
|
|
8999
|
-
periodEnd: r2,
|
|
8998
|
+
periodStart: s = null,
|
|
8999
|
+
periodEnd: r2 = null,
|
|
9000
9000
|
limit: n2 = null,
|
|
9001
9001
|
offset: u = null
|
|
9002
9002
|
}) {
|