@rebilly/instruments 12.39.0 → 12.40.1
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 +1 -6
- package/dist/index.js +20 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [12.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#10922](https://github.com/Rebilly/rebilly/issues/10922)) ([9341626](https://github.com/Rebilly/rebilly/commit/9341626c7bec94f31627212e840cb3d1118c3cbb))
|
|
1
|
+
## [12.40.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.40.0...instruments/core-v12.40.1) (2025-04-01)
|
package/dist/index.js
CHANGED
|
@@ -6278,7 +6278,7 @@ function C$1({ options: e2 }) {
|
|
|
6278
6278
|
}
|
|
6279
6279
|
function o2() {
|
|
6280
6280
|
const i = {
|
|
6281
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6281
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@00cdbb5`
|
|
6282
6282
|
};
|
|
6283
6283
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6284
6284
|
}
|
|
@@ -15510,6 +15510,25 @@ const paymentMethods = [
|
|
|
15510
15510
|
}
|
|
15511
15511
|
]
|
|
15512
15512
|
},
|
|
15513
|
+
{
|
|
15514
|
+
apiName: "Ripple",
|
|
15515
|
+
name: "Ripple",
|
|
15516
|
+
landscapeLogo: null,
|
|
15517
|
+
portraitLogo: null,
|
|
15518
|
+
summary: "Ripple is a blockchain-based digital payment network and protocol that uses\nthe XRP Ledger blockchain and XRP. Ripple makes money by providing cross-border\npayment and crypto liquidity services to businesses.\n",
|
|
15519
|
+
description: "Ripple is a blockchain-based digital payment network and protocol that uses\nthe XRP Ledger blockchain and XRP. Ripple makes money by providing cross-border\npayment and crypto liquidity services to businesses.\n",
|
|
15520
|
+
countries: {
|
|
15521
|
+
mode: "unknown",
|
|
15522
|
+
values: []
|
|
15523
|
+
},
|
|
15524
|
+
storefrontEnabled: true,
|
|
15525
|
+
_links: [
|
|
15526
|
+
{
|
|
15527
|
+
rel: "self",
|
|
15528
|
+
href: "https://api.rebilly.com/payment-methods/Ripple"
|
|
15529
|
+
}
|
|
15530
|
+
]
|
|
15531
|
+
},
|
|
15513
15532
|
{
|
|
15514
15533
|
apiName: "SEPA",
|
|
15515
15534
|
name: "SEPA",
|