@rebilly/instruments 12.71.2 → 12.72.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 +21 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.72.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.71.2...instruments/core-v12.72.0) (2025-06-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12652](https://github.com/Rebilly/rebilly/issues/12652)) ([b28c198](https://github.com/Rebilly/rebilly/commit/b28c19872a6a27a5aedabc32f0046e688e9bfda2))
|
package/dist/index.js
CHANGED
|
@@ -6328,7 +6328,7 @@ function C$1({ options: e2 }) {
|
|
|
6328
6328
|
}
|
|
6329
6329
|
function o2() {
|
|
6330
6330
|
const i = {
|
|
6331
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6331
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@b28c198`
|
|
6332
6332
|
};
|
|
6333
6333
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6334
6334
|
}
|
|
@@ -13287,6 +13287,26 @@ const paymentMethods = [
|
|
|
13287
13287
|
}
|
|
13288
13288
|
]
|
|
13289
13289
|
},
|
|
13290
|
+
{
|
|
13291
|
+
apiName: "BVNK",
|
|
13292
|
+
name: "BVNK",
|
|
13293
|
+
landscapeLogo: null,
|
|
13294
|
+
portraitLogo: "https://app.rebilly.com/static/payment-methods/portrait/BVNK.svg",
|
|
13295
|
+
summary: "BVNK provides stablecoin payments infrastructure, unifying banks and blockchains in a single API platform, to accelerate global money movement.",
|
|
13296
|
+
description: "BVNK provides stablecoin payments infrastructure, unifying banks and blockchains in a single API platform, to accelerate global money movement.",
|
|
13297
|
+
countries: {
|
|
13298
|
+
mode: "unknown",
|
|
13299
|
+
values: []
|
|
13300
|
+
},
|
|
13301
|
+
storefrontEnabled: true,
|
|
13302
|
+
isSingleUse: false,
|
|
13303
|
+
_links: [
|
|
13304
|
+
{
|
|
13305
|
+
rel: "self",
|
|
13306
|
+
href: "https://api.rebilly.com/payment-methods/BVNK"
|
|
13307
|
+
}
|
|
13308
|
+
]
|
|
13309
|
+
},
|
|
13290
13310
|
{
|
|
13291
13311
|
apiName: "Baloto",
|
|
13292
13312
|
name: "Baloto",
|