@getopenpay/openpay-js 0.3.10 → 0.3.14-alpha.8f138b8
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/dist/{Resource-BwnYhNnF.js → Resource-BMFoas9C.js} +2 -2
- package/dist/{SimpleSpanProcessor-CNeg-HkI.js → SimpleSpanProcessor-Cl1w3Xey.js} +6 -6
- package/dist/{detect-resources-KmPgp1HM.js → detect-resources-jpL1dRng.js} +6 -6
- package/dist/{diag-api-CiDu2N_T.js → diag-api-BN9T6L7B.js} +1 -1
- package/dist/{index-64iQVL2L.js → index-BL9za57F.js} +4 -4
- package/dist/{index-BJAL6jzj.js → index-BahS5IBN.js} +1 -1
- package/dist/{index-BL71Q0n2.js → index-C-NpI566.js} +5 -5
- package/dist/{index-W7DtXaD3.js → index-CCm9RgdV.js} +1 -1
- package/dist/{index-WtxD-sDh.js → index-CEnMSssP.js} +1 -1
- package/dist/{index-CoA7_Px0.js → index-DTA_Pss5.js} +5 -5
- package/dist/{index-CPUf84ze.js → index-DcioXMG4.js} +1 -1
- package/dist/{index-G5eZcdPs.js → index-EIgbb7nY.js} +4 -4
- package/dist/index-IhVTmqce.js +5528 -0
- package/dist/{index-DzDwGl0K.js → index-QOxZTXA5.js} +4 -4
- package/dist/index.d.ts +7 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +10 -10
- package/dist/{metrics-api-DlqE-441.js → metrics-api-B8t6v6Vc.js} +1 -1
- package/dist/{sdk-info-BT4XAByS.js → sdk-info-CJCZvkge.js} +1 -1
- package/dist/{url-BQFdlass.js → url-CrXLOr4i.js} +1 -1
- package/dist/{utils-BWL93mjJ.js → utils-BLas2Cjc.js} +3 -3
- package/dist/{utils-CylBTH09.js → utils-BlDzfhzX.js} +1 -1
- package/package.json +1 -1
- package/dist/index-CsHbuY7s.js +0 -5355
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { z as de, p as T, r as _e, w as ye, j as ve, n as he, y as me, dJ as ge, h as Se, dK as Ae, l as Ee, q as Te, i as Pe, m as Re, o as Oe, t as be, u as Ce } from "./url-
|
|
2
|
-
import { b as k, t as O, i as Y, T as b, d as Ie, c as B } from "./index-
|
|
3
|
-
import { d as _ } from "./diag-api-
|
|
1
|
+
import { z as de, p as T, r as _e, w as ye, j as ve, n as he, y as me, dJ as ge, h as Se, dK as Ae, l as Ee, q as Te, i as Pe, m as Re, o as Oe, t as be, u as Ce } from "./url-CrXLOr4i.js";
|
|
2
|
+
import { b as k, t as O, i as Y, T as b, d as Ie, c as B } from "./index-IhVTmqce.js";
|
|
3
|
+
import { d as _ } from "./diag-api-BN9T6L7B.js";
|
|
4
4
|
import { h as X, E as je } from "./ExportResult-Bo1QOwfo.js";
|
|
5
|
-
import { D as Me, j as Ne, br as we, bs as De, bt as Le, b as xe, T as Ge, bu as Be, h as Ve, i as Ue, bv as He } from "./sdk-info-
|
|
5
|
+
import { D as Me, j as Ne, br as we, bs as De, bt as Le, b as xe, T as Ge, bu as Be, h as Ve, i as Ue, bv as He } from "./sdk-info-CJCZvkge.js";
|
|
6
6
|
import { _ as Ke } from "./utils-BGeftTvk.js";
|
|
7
7
|
var p;
|
|
8
8
|
(function(e) {
|
package/dist/index.d.ts
CHANGED
|
@@ -524,6 +524,12 @@ declare type LoopCryptoFlowCustomParams =
|
|
|
524
524
|
| {
|
|
525
525
|
customer: Omit<CustomerResponse, 'paymentMethods' | 'merchants' | 'dateCreated'>;
|
|
526
526
|
payin: PayInCompleteEvent;
|
|
527
|
+
mode: 'checkout';
|
|
528
|
+
success: true;
|
|
529
|
+
}
|
|
530
|
+
| {
|
|
531
|
+
customer: Omit<CustomerResponse, 'paymentMethods' | 'merchants' | 'dateCreated'>;
|
|
532
|
+
mode: 'setup';
|
|
527
533
|
success: true;
|
|
528
534
|
}
|
|
529
535
|
| {
|
|
@@ -537,6 +543,7 @@ declare type LoopCryptoFlowCustomParams =
|
|
|
537
543
|
declare type LoopCryptoWidgetProps = {
|
|
538
544
|
paymentUsdAmount: number;
|
|
539
545
|
suggestedAuthorizationUsdAmount: number;
|
|
546
|
+
minAuthorizationUsdAmount: number;
|
|
540
547
|
subscriptionRefId?: string;
|
|
541
548
|
customerRefId?: string;
|
|
542
549
|
invoiceRefId?: string;
|
package/dist/index.es.js
CHANGED