rebilly-js-sdk 56.23.6 → 56.25.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 +3 -3
- package/dist/rebilly-js-sdk.d.ts +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.25.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.24.0...rebilly-js-sdk-v56.25.0) (2024-05-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
* **rebilly-js-sdk:**
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#5242](https://github.com/Rebilly/rebilly/issues/5242)) ([f2dfa3b](https://github.com/Rebilly/rebilly/commit/f2dfa3bf5bae8f6defe9b6b717733d8567aac161))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -18265,6 +18265,11 @@ export interface coreComponents {
|
|
|
18265
18265
|
*/
|
|
18266
18266
|
notificationPassword?: string;
|
|
18267
18267
|
};
|
|
18268
|
+
/** SecureTrading settings object. */
|
|
18269
|
+
settings?: {
|
|
18270
|
+
/** Enables recurring payments. */
|
|
18271
|
+
enableRecurring?: boolean;
|
|
18272
|
+
};
|
|
18268
18273
|
threeDSecureServer?: coreComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
18269
18274
|
};
|
|
18270
18275
|
/** SecurionPay gateway configuration. */
|
|
@@ -51391,6 +51396,11 @@ export interface storefrontComponents {
|
|
|
51391
51396
|
*/
|
|
51392
51397
|
notificationPassword?: string;
|
|
51393
51398
|
};
|
|
51399
|
+
/** SecureTrading settings object. */
|
|
51400
|
+
settings?: {
|
|
51401
|
+
/** Enables recurring payments. */
|
|
51402
|
+
enableRecurring?: boolean;
|
|
51403
|
+
};
|
|
51394
51404
|
threeDSecureServer?: storefrontComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
51395
51405
|
};
|
|
51396
51406
|
/** SecurionPay gateway configuration. */
|
|
@@ -73839,6 +73849,11 @@ export interface reportsComponents {
|
|
|
73839
73849
|
*/
|
|
73840
73850
|
notificationPassword?: string;
|
|
73841
73851
|
};
|
|
73852
|
+
/** SecureTrading settings object. */
|
|
73853
|
+
settings?: {
|
|
73854
|
+
/** Enables recurring payments. */
|
|
73855
|
+
enableRecurring?: boolean;
|
|
73856
|
+
};
|
|
73842
73857
|
threeDSecureServer?: reportsComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
73843
73858
|
};
|
|
73844
73859
|
/** SecurionPay gateway configuration. */
|