rebilly-js-sdk 58.1.0 → 58.3.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/rebilly-js-sdk.d.ts +3 -33
- package/dist/rebilly-js-sdk.es.mjs +1607 -1607
- package/dist/rebilly-js-sdk.umd.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [58.
|
|
1
|
+
## [58.3.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v58.2.0...rebilly-js-sdk-v58.3.0) (2024-11-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **cashier:** Add hosted app ([#8723](https://github.com/Rebilly/rebilly/issues/8723)) ([49481ec](https://github.com/Rebilly/rebilly/commit/49481ec1336a518d5ba513b53b24a46fdcc47acb))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -18742,19 +18742,9 @@ export interface coreComponents {
|
|
|
18742
18742
|
transactionDescription?: string;
|
|
18743
18743
|
};
|
|
18744
18744
|
};
|
|
18745
|
-
/** TestProcessor Integrated. */
|
|
18746
|
-
TestProcessor3dsServer: {
|
|
18747
|
-
/** Name of the TestProcessor plug-in. */
|
|
18748
|
-
name: "TestSandbox3dsServer";
|
|
18749
|
-
};
|
|
18750
|
-
/** TestProcessor3dsServers 3DS servers. */
|
|
18751
|
-
TestProcessor3dsServers: Partial<
|
|
18752
|
-
coreComponents["schemas"]["TestProcessor3dsServer"]
|
|
18753
|
-
> &
|
|
18754
|
-
Partial<coreComponents["schemas"]["ThreeDSecureIO3dsServer"]>;
|
|
18755
18745
|
/** TestProcessor gateway configuration. */
|
|
18756
18746
|
TestProcessor: coreComponents["schemas"]["GatewayAccount"] & {
|
|
18757
|
-
threeDSecureServer?: coreComponents["schemas"]["
|
|
18747
|
+
threeDSecureServer?: coreComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
18758
18748
|
};
|
|
18759
18749
|
/** ToditoCash gateway configuration. */
|
|
18760
18750
|
ToditoCash: coreComponents["schemas"]["GatewayAccount"] & {
|
|
@@ -52659,19 +52649,9 @@ export interface storefrontComponents {
|
|
|
52659
52649
|
transactionDescription?: string;
|
|
52660
52650
|
};
|
|
52661
52651
|
};
|
|
52662
|
-
/** TestProcessor Integrated. */
|
|
52663
|
-
TestProcessor3dsServer: {
|
|
52664
|
-
/** Name of the TestProcessor plug-in. */
|
|
52665
|
-
name: "TestSandbox3dsServer";
|
|
52666
|
-
};
|
|
52667
|
-
/** TestProcessor3dsServers 3DS servers. */
|
|
52668
|
-
TestProcessor3dsServers: Partial<
|
|
52669
|
-
storefrontComponents["schemas"]["TestProcessor3dsServer"]
|
|
52670
|
-
> &
|
|
52671
|
-
Partial<storefrontComponents["schemas"]["ThreeDSecureIO3dsServer"]>;
|
|
52672
52652
|
/** TestProcessor gateway configuration. */
|
|
52673
52653
|
TestProcessor: storefrontComponents["schemas"]["GatewayAccount"] & {
|
|
52674
|
-
threeDSecureServer?: storefrontComponents["schemas"]["
|
|
52654
|
+
threeDSecureServer?: storefrontComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
52675
52655
|
};
|
|
52676
52656
|
/** ToditoCash gateway configuration. */
|
|
52677
52657
|
ToditoCash: storefrontComponents["schemas"]["GatewayAccount"] & {
|
|
@@ -75482,19 +75462,9 @@ export interface reportsComponents {
|
|
|
75482
75462
|
transactionDescription?: string;
|
|
75483
75463
|
};
|
|
75484
75464
|
};
|
|
75485
|
-
/** TestProcessor Integrated. */
|
|
75486
|
-
TestProcessor3dsServer: {
|
|
75487
|
-
/** Name of the TestProcessor plug-in. */
|
|
75488
|
-
name: "TestSandbox3dsServer";
|
|
75489
|
-
};
|
|
75490
|
-
/** TestProcessor3dsServers 3DS servers. */
|
|
75491
|
-
TestProcessor3dsServers: Partial<
|
|
75492
|
-
reportsComponents["schemas"]["TestProcessor3dsServer"]
|
|
75493
|
-
> &
|
|
75494
|
-
Partial<reportsComponents["schemas"]["ThreeDSecureIO3dsServer"]>;
|
|
75495
75465
|
/** TestProcessor gateway configuration. */
|
|
75496
75466
|
TestProcessor: reportsComponents["schemas"]["GatewayAccount"] & {
|
|
75497
|
-
threeDSecureServer?: reportsComponents["schemas"]["
|
|
75467
|
+
threeDSecureServer?: reportsComponents["schemas"]["ThreeDSecureIO3dsServer"];
|
|
75498
75468
|
};
|
|
75499
75469
|
/** ToditoCash gateway configuration. */
|
|
75500
75470
|
ToditoCash: reportsComponents["schemas"]["GatewayAccount"] & {
|