@rebilly/instruments 16.70.1 → 16.71.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 +3 -3
- package/dist/index.js +31 -1
- package/dist/index.min.js +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.71.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.70.1...instruments/core-v16.71.0) (2026-03-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19477](https://github.com/Rebilly/rebilly/issues/19477)) ([8abe73e](https://github.com/Rebilly/rebilly/commit/8abe73e570106c22138b48fb91e5aa285271fa3f))
|
package/dist/index.js
CHANGED
|
@@ -5294,7 +5294,7 @@ function C$1({ options: e2 }) {
|
|
|
5294
5294
|
}
|
|
5295
5295
|
function o2() {
|
|
5296
5296
|
const i = {
|
|
5297
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5297
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@8abe73e`
|
|
5298
5298
|
};
|
|
5299
5299
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5300
5300
|
}
|
|
@@ -17767,6 +17767,36 @@ const paymentMethods = [
|
|
|
17767
17767
|
}
|
|
17768
17768
|
]
|
|
17769
17769
|
},
|
|
17770
|
+
{
|
|
17771
|
+
apiName: "Viva",
|
|
17772
|
+
name: "Viva",
|
|
17773
|
+
landscapeLogo: null,
|
|
17774
|
+
portraitLogo: null,
|
|
17775
|
+
summary: "The Viva method.",
|
|
17776
|
+
description: "The Viva method.",
|
|
17777
|
+
countries: {
|
|
17778
|
+
mode: "unknown",
|
|
17779
|
+
values: []
|
|
17780
|
+
},
|
|
17781
|
+
storefrontEnabled: true,
|
|
17782
|
+
isSingleUse: false,
|
|
17783
|
+
type: "",
|
|
17784
|
+
relevantBusinessModels: [],
|
|
17785
|
+
supportedCurrencies: {
|
|
17786
|
+
mode: "unknown",
|
|
17787
|
+
values: []
|
|
17788
|
+
},
|
|
17789
|
+
recurringPayments: true,
|
|
17790
|
+
refunds: true,
|
|
17791
|
+
disputes: false,
|
|
17792
|
+
ux: [],
|
|
17793
|
+
_links: [
|
|
17794
|
+
{
|
|
17795
|
+
rel: "self",
|
|
17796
|
+
href: "https://api.rebilly.com/payment-methods/Viva"
|
|
17797
|
+
}
|
|
17798
|
+
]
|
|
17799
|
+
},
|
|
17770
17800
|
{
|
|
17771
17801
|
apiName: "voucher",
|
|
17772
17802
|
name: "Voucher",
|