@rebilly/instruments 16.81.2 → 16.83.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 +72 -1
- package/dist/index.min.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.83.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.82.0...instruments/core-v16.83.0) (2026-03-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#20078](https://github.com/Rebilly/rebilly/issues/20078)) ([db9ba00](https://github.com/Rebilly/rebilly/commit/db9ba00894184b72a74d114b89ab92fbc17dd75f))
|
package/dist/index.js
CHANGED
|
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
|
|
|
5298
5298
|
}
|
|
5299
5299
|
function o2() {
|
|
5300
5300
|
const i = {
|
|
5301
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5301
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@db9ba00`
|
|
5302
5302
|
};
|
|
5303
5303
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5304
5304
|
}
|
|
@@ -9159,6 +9159,17 @@ function js({ apiHandler: e2 }) {
|
|
|
9159
9159
|
};
|
|
9160
9160
|
return e2.get("reports/aml-checks", o2);
|
|
9161
9161
|
},
|
|
9162
|
+
/**
|
|
9163
|
+
* @returns { rebilly.GetAmlInheritedMatchSummaryReportResponsePromise } response
|
|
9164
|
+
*/
|
|
9165
|
+
getAmlChecksInheritedSummary({
|
|
9166
|
+
periodStart: t2 = null,
|
|
9167
|
+
periodEnd: s = null,
|
|
9168
|
+
filter: r2 = null
|
|
9169
|
+
}) {
|
|
9170
|
+
const n2 = { periodStart: t2, periodEnd: s, filter: r2 };
|
|
9171
|
+
return e2.get("reports/aml-checks-inherited-summary", n2);
|
|
9172
|
+
},
|
|
9162
9173
|
/**
|
|
9163
9174
|
* @returns { rebilly.GetCumulativeSubscriptionReportResponsePromise } response
|
|
9164
9175
|
*/
|
|
@@ -15426,6 +15437,36 @@ const paymentMethods = [
|
|
|
15426
15437
|
}
|
|
15427
15438
|
]
|
|
15428
15439
|
},
|
|
15440
|
+
{
|
|
15441
|
+
apiName: "Mollie",
|
|
15442
|
+
name: "Mollie",
|
|
15443
|
+
landscapeLogo: null,
|
|
15444
|
+
portraitLogo: null,
|
|
15445
|
+
summary: "The Mollie method.",
|
|
15446
|
+
description: "The Mollie method.",
|
|
15447
|
+
countries: {
|
|
15448
|
+
mode: "unknown",
|
|
15449
|
+
values: []
|
|
15450
|
+
},
|
|
15451
|
+
storefrontEnabled: true,
|
|
15452
|
+
isSingleUse: false,
|
|
15453
|
+
type: "",
|
|
15454
|
+
relevantBusinessModels: [],
|
|
15455
|
+
supportedCurrencies: {
|
|
15456
|
+
mode: "unknown",
|
|
15457
|
+
values: []
|
|
15458
|
+
},
|
|
15459
|
+
recurringPayments: true,
|
|
15460
|
+
refunds: true,
|
|
15461
|
+
disputes: false,
|
|
15462
|
+
ux: [],
|
|
15463
|
+
_links: [
|
|
15464
|
+
{
|
|
15465
|
+
rel: "self",
|
|
15466
|
+
href: "https://api.rebilly.com/payment-methods/Mollie"
|
|
15467
|
+
}
|
|
15468
|
+
]
|
|
15469
|
+
},
|
|
15429
15470
|
{
|
|
15430
15471
|
apiName: "MuchBetter",
|
|
15431
15472
|
name: "MuchBetter",
|
|
@@ -16836,6 +16877,36 @@ const paymentMethods = [
|
|
|
16836
16877
|
}
|
|
16837
16878
|
]
|
|
16838
16879
|
},
|
|
16880
|
+
{
|
|
16881
|
+
apiName: "Quickpay",
|
|
16882
|
+
name: "Quickpay",
|
|
16883
|
+
landscapeLogo: null,
|
|
16884
|
+
portraitLogo: null,
|
|
16885
|
+
summary: "The Quickpay method.",
|
|
16886
|
+
description: "The Quickpay method.",
|
|
16887
|
+
countries: {
|
|
16888
|
+
mode: "unknown",
|
|
16889
|
+
values: []
|
|
16890
|
+
},
|
|
16891
|
+
storefrontEnabled: true,
|
|
16892
|
+
isSingleUse: false,
|
|
16893
|
+
type: "",
|
|
16894
|
+
relevantBusinessModels: [],
|
|
16895
|
+
supportedCurrencies: {
|
|
16896
|
+
mode: "unknown",
|
|
16897
|
+
values: []
|
|
16898
|
+
},
|
|
16899
|
+
recurringPayments: true,
|
|
16900
|
+
refunds: true,
|
|
16901
|
+
disputes: false,
|
|
16902
|
+
ux: [],
|
|
16903
|
+
_links: [
|
|
16904
|
+
{
|
|
16905
|
+
rel: "self",
|
|
16906
|
+
href: "https://api.rebilly.com/payment-methods/Quickpay"
|
|
16907
|
+
}
|
|
16908
|
+
]
|
|
16909
|
+
},
|
|
16839
16910
|
{
|
|
16840
16911
|
apiName: "rapyd-checkout",
|
|
16841
16912
|
name: "Rapyd Checkout",
|