@rebilly/instruments 12.11.0 → 12.13.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 +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.13.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.12.0...instruments/core-v12.13.0) (2025-01-07)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#9451](https://github.com/Rebilly/rebilly/issues/9451)) ([23b1ce6](https://github.com/Rebilly/rebilly/commit/23b1ce6b6ab11c0160bef542c319fa3ae64b53d6))
|
package/dist/index.js
CHANGED
|
@@ -6271,7 +6271,7 @@ function C$1({ options: e2 }) {
|
|
|
6271
6271
|
}
|
|
6272
6272
|
function o2() {
|
|
6273
6273
|
const i = {
|
|
6274
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6274
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@23b1ce6`
|
|
6275
6275
|
};
|
|
6276
6276
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6277
6277
|
}
|
|
@@ -15731,6 +15731,25 @@ const paymentMethods = [
|
|
|
15731
15731
|
}
|
|
15732
15732
|
]
|
|
15733
15733
|
},
|
|
15734
|
+
{
|
|
15735
|
+
apiName: "Tabby",
|
|
15736
|
+
name: "Tabby",
|
|
15737
|
+
landscapeLogo: null,
|
|
15738
|
+
portraitLogo: null,
|
|
15739
|
+
summary: "Tabby is MENA's biggest Buy Now Pay Later, letting merchants grow their business by offering their shoppers flexible payments.\n",
|
|
15740
|
+
description: "Tabby is MENA's biggest Buy Now Pay Later, letting merchants grow their business by offering their shoppers flexible payments.\n",
|
|
15741
|
+
countries: {
|
|
15742
|
+
mode: "unknown",
|
|
15743
|
+
values: []
|
|
15744
|
+
},
|
|
15745
|
+
storefrontEnabled: true,
|
|
15746
|
+
_links: [
|
|
15747
|
+
{
|
|
15748
|
+
rel: "self",
|
|
15749
|
+
href: "https://api.rebilly.com/payment-methods/Tabby"
|
|
15750
|
+
}
|
|
15751
|
+
]
|
|
15752
|
+
},
|
|
15734
15753
|
{
|
|
15735
15754
|
apiName: "Tele2",
|
|
15736
15755
|
name: "Tele2",
|