rebilly-js-sdk 56.27.1 → 56.28.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/rebilly-js-sdk.d.ts +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.28.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.27.1...rebilly-js-sdk-v56.28.0) (2024-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#5344](https://github.com/Rebilly/rebilly/issues/5344)) ([7dbce9d](https://github.com/Rebilly/rebilly/commit/7dbce9de1f04e4494d49db158ec522c6660bb14b))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -17978,6 +17978,7 @@ export interface coreComponents {
|
|
|
17978
17978
|
/** Merchant salt of the PayU merchant. */
|
|
17979
17979
|
merchantSalt: string;
|
|
17980
17980
|
};
|
|
17981
|
+
threeDSecureServer?: coreComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
17981
17982
|
};
|
|
17982
17983
|
/** PayULatam gateway configuration. */
|
|
17983
17984
|
PayULatam: coreComponents["schemas"]["GatewayAccount"] & {
|
|
@@ -51493,6 +51494,7 @@ export interface storefrontComponents {
|
|
|
51493
51494
|
/** Merchant salt of the PayU merchant. */
|
|
51494
51495
|
merchantSalt: string;
|
|
51495
51496
|
};
|
|
51497
|
+
threeDSecureServer?: storefrontComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
51496
51498
|
};
|
|
51497
51499
|
/** PayULatam gateway configuration. */
|
|
51498
51500
|
PayULatam: storefrontComponents["schemas"]["GatewayAccount"] & {
|
|
@@ -74047,6 +74049,7 @@ export interface reportsComponents {
|
|
|
74047
74049
|
/** Merchant salt of the PayU merchant. */
|
|
74048
74050
|
merchantSalt: string;
|
|
74049
74051
|
};
|
|
74052
|
+
threeDSecureServer?: reportsComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
74050
74053
|
};
|
|
74051
74054
|
/** PayULatam gateway configuration. */
|
|
74052
74055
|
PayULatam: reportsComponents["schemas"]["GatewayAccount"] & {
|