@rebilly/instruments 16.51.0 → 16.53.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 +21 -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.53.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.52.0...instruments/core-v16.53.0) (2026-02-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 ([#18582](https://github.com/Rebilly/rebilly/issues/18582)) ([4bb80a7](https://github.com/Rebilly/rebilly/commit/4bb80a7cebc232521beb5aaef26e993f056386d7))
|
package/dist/index.js
CHANGED
|
@@ -5186,7 +5186,7 @@ function C$1({ options: t2 }) {
|
|
|
5186
5186
|
}
|
|
5187
5187
|
function o2() {
|
|
5188
5188
|
const i = {
|
|
5189
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5189
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@39abc5f`
|
|
5190
5190
|
};
|
|
5191
5191
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5192
5192
|
}
|
|
@@ -9015,6 +9015,25 @@ function js({ apiHandler: t2 }) {
|
|
|
9015
9015
|
const o2 = { periodStart: e2, periodEnd: s, filter: r2, limit: n2, offset: u };
|
|
9016
9016
|
return t2.get("reports/api-log-summary", o2);
|
|
9017
9017
|
},
|
|
9018
|
+
/**
|
|
9019
|
+
* @returns { rebilly.GetAmlCheckReportResponsePromise } response
|
|
9020
|
+
*/
|
|
9021
|
+
getAmlChecks({
|
|
9022
|
+
periodStart: e2 = null,
|
|
9023
|
+
periodEnd: s = null,
|
|
9024
|
+
metric: r2 = null,
|
|
9025
|
+
includePropagatedResults: n2 = null,
|
|
9026
|
+
filter: u = null
|
|
9027
|
+
}) {
|
|
9028
|
+
const o2 = {
|
|
9029
|
+
periodStart: e2,
|
|
9030
|
+
periodEnd: s,
|
|
9031
|
+
metric: r2,
|
|
9032
|
+
includePropagatedResults: n2,
|
|
9033
|
+
filter: u
|
|
9034
|
+
};
|
|
9035
|
+
return t2.get("reports/aml-checks", o2);
|
|
9036
|
+
},
|
|
9018
9037
|
/**
|
|
9019
9038
|
* @returns { rebilly.GetCumulativeSubscriptionReportResponsePromise } response
|
|
9020
9039
|
*/
|
|
@@ -11971,8 +11990,7 @@ function _t(e2) {
|
|
|
11971
11990
|
var qt = { load: _t, hashComponents: pe2, componentsToDebugString: he2 };
|
|
11972
11991
|
async function ce() {
|
|
11973
11992
|
try {
|
|
11974
|
-
|
|
11975
|
-
return e2 || t2 ? "a-mock-visitor-id" : (await (await qt.load()).get()).visitorId;
|
|
11993
|
+
return typeof process == "object" && define_process_env_default.NODE_ENV === "test" ? "a-mock-visitor-id" : (await (await qt.load()).get()).visitorId;
|
|
11976
11994
|
} catch (e2) {
|
|
11977
11995
|
return console.error(e2), null;
|
|
11978
11996
|
}
|