@rebilly/instruments 9.93.0 → 9.94.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 +20 -1
- package/dist/index.min.js +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.94.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.93.0...instruments/core-v9.94.0) (2024-11-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#8413](https://github.com/Rebilly/rebilly/issues/8413)) ([5752db4](https://github.com/Rebilly/rebilly/commit/5752db46dc7941362464b37f92bc3b206c66e19b))
|
package/dist/index.js
CHANGED
|
@@ -6262,7 +6262,7 @@ function C$1({ options: e2 }) {
|
|
|
6262
6262
|
}
|
|
6263
6263
|
function o2() {
|
|
6264
6264
|
const i = {
|
|
6265
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6265
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@5752db4`
|
|
6266
6266
|
};
|
|
6267
6267
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6268
6268
|
}
|
|
@@ -14296,6 +14296,25 @@ const paymentMethods = [
|
|
|
14296
14296
|
}
|
|
14297
14297
|
]
|
|
14298
14298
|
},
|
|
14299
|
+
{
|
|
14300
|
+
apiName: "JetonCash",
|
|
14301
|
+
name: "JetonCash",
|
|
14302
|
+
landscapeLogo: null,
|
|
14303
|
+
portraitLogo: null,
|
|
14304
|
+
summary: "JetonCash is a digital wallet that allows users to exchange money, make secure\nmoney transfers and purchases online.\n",
|
|
14305
|
+
description: "JetonCash is a digital wallet that allows users to exchange money, make secure\nmoney transfers and purchases online.\n",
|
|
14306
|
+
countries: {
|
|
14307
|
+
mode: "unknown",
|
|
14308
|
+
values: []
|
|
14309
|
+
},
|
|
14310
|
+
storefrontEnabled: true,
|
|
14311
|
+
_links: [
|
|
14312
|
+
{
|
|
14313
|
+
rel: "self",
|
|
14314
|
+
href: "https://api.rebilly.com/payment-methods/JetonCash"
|
|
14315
|
+
}
|
|
14316
|
+
]
|
|
14317
|
+
},
|
|
14299
14318
|
{
|
|
14300
14319
|
apiName: "jpay",
|
|
14301
14320
|
name: "Jpay",
|