@getopenpay/openpay-js 0.5.7 → 0.5.8

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.
@@ -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-Cnrlns-i.js";
2
- import { b as k, t as O, i as Y, T as b, d as Ie, c as B } from "./index-Xxndn7Y1.js";
3
- import { d as _ } from "./diag-api-D9IWSUsW.js";
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-sZM6w1Yd.js";
2
+ import { b as k, t as O, i as Y, T as b, d as Ie, c as B } from "./index-Df_2sPx7.js";
3
+ import { d as _ } from "./diag-api-qhlj1geI.js";
4
4
  import { h as X, E as je } from "./ExportResult-B-YLKMaU.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-DiazhyI_.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-Cp0WwBe9.js";
6
6
  import { _ as Ke } from "./utils-CX5YT7yI.js";
7
7
  var p;
8
8
  (function(e) {
@@ -1,4 +1,4 @@
1
- import { A as r, b as e, B as o, a as p, C as n, F as S, I as c, N as l, P as m, R as t, d, S as i, e as P, c as B, T as I } from "./SimpleSpanProcessor-Bh5q0GmE.js";
1
+ import { A as r, b as e, B as o, a as p, C as n, F as S, I as c, N as l, P as m, R as t, d, S as i, e as P, c as B, T as I } from "./SimpleSpanProcessor-BHOgrBDI.js";
2
2
  export {
3
3
  r as AlwaysOffSampler,
4
4
  e as AlwaysOnSampler,
@@ -1,7 +1,7 @@
1
- import { R as l } from "./Resource-Bx_VuhUk.js";
2
- import { d as ee } from "./Resource-Bx_VuhUk.js";
3
- import { d as v } from "./diag-api-D9IWSUsW.js";
4
- import { e as A, f as m, g as b, h as w, S as D } from "./sdk-info-DiazhyI_.js";
1
+ import { R as l } from "./Resource-CLo-n100.js";
2
+ import { d as ee } from "./Resource-CLo-n100.js";
3
+ import { d as v } from "./diag-api-qhlj1geI.js";
4
+ import { e as A, f as m, g as b, h as w, S as D } from "./sdk-info-Cp0WwBe9.js";
5
5
  var T = (
6
6
  /** @class */
7
7
  function() {
@@ -1,9 +1,9 @@
1
- import { d as z } from "./diag-api-D9IWSUsW.js";
2
- import { b as G, c as I, d as W, e as X, p as _, i as V, f as K, g as Q, j as C, k as $, m as J } from "./url-Cnrlns-i.js";
3
- import { s as Y, i as Z, I as q } from "./utils-DWQb1oMe.js";
1
+ import { d as z } from "./diag-api-qhlj1geI.js";
2
+ import { b as G, c as I, d as W, e as X, p as _, i as V, f as K, g as Q, j as C, k as $, m as J } from "./url-sZM6w1Yd.js";
3
+ import { s as Y, i as Z, I as q } from "./utils-ClgOfSUI.js";
4
4
  import { _ as T } from "./utils-CX5YT7yI.js";
5
- import { P as O, b as P, p as N, s as ee, c as te } from "./utils-DAwtFC1B.js";
6
- import { t as x, c as p, S as re } from "./index-Xxndn7Y1.js";
5
+ import { P as O, b as P, p as N, s as ee, c as te } from "./utils-Cw7Ya4Jo.js";
6
+ import { t as x, c as p, S as re } from "./index-Df_2sPx7.js";
7
7
  var y;
8
8
  (function(a) {
9
9
  a.COMPONENT = "component", a.HTTP_ERROR_NAME = "http.error_name", a.HTTP_STATUS_TEXT = "http.status_text";
package/dist/index.d.ts CHANGED
@@ -6,31 +6,27 @@ import { Subject } from 'rxjs';
6
6
  import { z } from 'zod';
7
7
 
8
8
  declare type AirwallexACHFlowParams = {
9
- verificationMethod?: 'plaid' /*| 'micro_deposit'*/;
9
+ verificationMethod?: 'plaid' | 'micro_deposit';
10
10
  defaultFieldValues?: DefaultFieldValues;
11
11
  isBusinessAccount?: boolean;
12
12
  };
13
13
 
14
14
  declare type AirwallexBACSFlowParams = {
15
- verificationMethod?: 'truelayer' /*| 'micro_deposit'*/;
15
+ verificationMethod?: 'truelayer' | 'micro_deposit';
16
16
  defaultFieldValues?: DefaultFieldValues;
17
17
  // sortCode?: string;
18
18
  // accountNumber?: string;
19
19
  };
20
20
 
21
21
  declare type AirwallexEFTFlowParams = {
22
- verificationMethod?: 'plaid' /*| 'micro_deposit'*/;
22
+ verificationMethod?: 'plaid' | 'micro_deposit';
23
23
  defaultFieldValues?: DefaultFieldValues;
24
24
  isBusinessAccount?: boolean;
25
- // institutionNumber?: string;
26
- // transitNumber?: string;
27
- // accountNumber?: string;
28
25
  };
29
26
 
30
27
  declare type AirwallexSEPAFlowParams = {
31
- verificationMethod?: 'truelayer' /*| 'micro_deposit'*/;
28
+ verificationMethod?: 'truelayer' | 'micro_deposit';
32
29
  defaultFieldValues?: DefaultFieldValues;
33
- // iban?: string;
34
30
  };
35
31
 
36
32
  declare type AllCallbacks = {
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as e, O as i, l as p } from "./index-Xxndn7Y1.js";
1
+ import { F as e, O as i, l as p } from "./index-Df_2sPx7.js";
2
2
  import "penpal";
3
3
  import "uuid";
4
4
  import "zod";