@rebilly/instruments 16.28.0 → 16.29.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 +9 -6
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.29.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.28.1...instruments/core-v16.29.0) (2025-11-24)
|
|
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 ([#16906](https://github.com/Rebilly/rebilly/issues/16906)) ([2635594](https://github.com/Rebilly/rebilly/commit/2635594870afbc2df1386ec9622f5e924d715e57))
|
package/dist/index.js
CHANGED
|
@@ -1747,7 +1747,10 @@ class BaseIframe {
|
|
|
1747
1747
|
const container = {
|
|
1748
1748
|
appendChild: (iframe) => {
|
|
1749
1749
|
iframe.setAttribute("loading", "lazy");
|
|
1750
|
-
iframe.setAttribute(
|
|
1750
|
+
iframe.setAttribute(
|
|
1751
|
+
"allow",
|
|
1752
|
+
"camera;payment;clipboard-write *;"
|
|
1753
|
+
);
|
|
1751
1754
|
if ([
|
|
1752
1755
|
"rebilly-instruments-form",
|
|
1753
1756
|
"rebilly-instruments-summary"
|
|
@@ -5180,7 +5183,7 @@ function C$1({ options: t2 }) {
|
|
|
5180
5183
|
}
|
|
5181
5184
|
function o2() {
|
|
5182
5185
|
const i = {
|
|
5183
|
-
"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("/")}@2635594`
|
|
5184
5187
|
};
|
|
5185
5188
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5186
5189
|
}
|
|
@@ -9146,12 +9149,12 @@ function xs({ apiHandler: t2 }) {
|
|
|
9146
9149
|
* @returns { rebilly.GetRetentionValueReportResponsePromise } response
|
|
9147
9150
|
*/
|
|
9148
9151
|
getRetentionValue({
|
|
9149
|
-
aggregationField: e2,
|
|
9150
|
-
aggregationPeriod: s,
|
|
9152
|
+
aggregationField: e2 = null,
|
|
9153
|
+
aggregationPeriod: s = null,
|
|
9151
9154
|
includeRefunds: r2 = null,
|
|
9152
9155
|
includeDisputes: n2 = null,
|
|
9153
|
-
periodStart: u,
|
|
9154
|
-
periodEnd: o2,
|
|
9156
|
+
periodStart: u = null,
|
|
9157
|
+
periodEnd: o2 = null,
|
|
9155
9158
|
limit: l = null,
|
|
9156
9159
|
offset: a = null,
|
|
9157
9160
|
filter: f = null,
|