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 CHANGED
@@ -1 +1,6 @@
1
- ## [56.27.1](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.27.0...rebilly-js-sdk-v56.27.1) (2024-05-20)
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))
@@ -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"] & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebilly-js-sdk",
3
- "version": "56.27.1",
3
+ "version": "56.28.0",
4
4
  "description": "Official Rebilly API JS library for the browser and Node",
5
5
  "types": "./dist/rebilly-js-sdk.d.ts",
6
6
  "main": "./dist/rebilly-js-sdk.umd.js",