rebilly-js-sdk 56.28.1 → 56.29.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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.29.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.28.2...rebilly-js-sdk-v56.29.0) (2024-05-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#5470](https://github.com/Rebilly/rebilly/issues/5470)) ([36041c5](https://github.com/Rebilly/rebilly/commit/36041c594e012fdcc307b660592daec4b3094bbd))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -16744,6 +16744,10 @@ export interface coreComponents {
|
|
|
16744
16744
|
cashout_login?: string;
|
|
16745
16745
|
/** Directa24 cashout password. */
|
|
16746
16746
|
cashout_password?: string;
|
|
16747
|
+
/** Directa24 chargeback access key (email). */
|
|
16748
|
+
chargebackAccessKey?: string;
|
|
16749
|
+
/** Directa24 chargeback secret key. */
|
|
16750
|
+
chargebackSecretKey?: string;
|
|
16747
16751
|
};
|
|
16748
16752
|
/** Directa24 settings object. */
|
|
16749
16753
|
settings?: {
|
|
@@ -50260,6 +50264,10 @@ export interface storefrontComponents {
|
|
|
50260
50264
|
cashout_login?: string;
|
|
50261
50265
|
/** Directa24 cashout password. */
|
|
50262
50266
|
cashout_password?: string;
|
|
50267
|
+
/** Directa24 chargeback access key (email). */
|
|
50268
|
+
chargebackAccessKey?: string;
|
|
50269
|
+
/** Directa24 chargeback secret key. */
|
|
50270
|
+
chargebackSecretKey?: string;
|
|
50263
50271
|
};
|
|
50264
50272
|
/** Directa24 settings object. */
|
|
50265
50273
|
settings?: {
|
|
@@ -72815,6 +72823,10 @@ export interface reportsComponents {
|
|
|
72815
72823
|
cashout_login?: string;
|
|
72816
72824
|
/** Directa24 cashout password. */
|
|
72817
72825
|
cashout_password?: string;
|
|
72826
|
+
/** Directa24 chargeback access key (email). */
|
|
72827
|
+
chargebackAccessKey?: string;
|
|
72828
|
+
/** Directa24 chargeback secret key. */
|
|
72829
|
+
chargebackSecretKey?: string;
|
|
72818
72830
|
};
|
|
72819
72831
|
/** Directa24 settings object. */
|
|
72820
72832
|
settings?: {
|