@paydock/client-sdk 1.132.0-beta → 1.135.14-beta

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.
Files changed (160) hide show
  1. package/README.md +167 -0
  2. package/bundles/index.cjs +13297 -11586
  3. package/bundles/index.cjs.d.ts +1197 -870
  4. package/bundles/index.mjs +13296 -11586
  5. package/bundles/index.mjs.d.ts +1197 -870
  6. package/bundles/types/afterpay-on-site-messaging/afterpay-on-site-messaging.d.ts +40 -0
  7. package/bundles/types/afterpay-on-site-messaging/afterpay-on-site-messaging.d.ts.map +1 -0
  8. package/bundles/types/afterpay-on-site-messaging/afterpay-on-site-messaging.interfaces.d.ts +29 -0
  9. package/bundles/types/afterpay-on-site-messaging/afterpay-on-site-messaging.interfaces.d.ts.map +1 -0
  10. package/bundles/types/afterpay-on-site-messaging/afterpay-on-site-messaging.service.d.ts +14 -0
  11. package/bundles/types/afterpay-on-site-messaging/afterpay-on-site-messaging.service.d.ts.map +1 -0
  12. package/bundles/types/afterpay-on-site-messaging/index.d.ts +18 -0
  13. package/bundles/types/afterpay-on-site-messaging/index.d.ts.map +1 -0
  14. package/bundles/types/api/api-checkout-internal.d.ts +2 -2
  15. package/bundles/types/api/api-checkout-internal.d.ts.map +1 -1
  16. package/bundles/types/api/api-payment-source-internal.d.ts +2 -1
  17. package/bundles/types/api/api-payment-source-internal.d.ts.map +1 -1
  18. package/bundles/types/api/api-service-internal.d.ts +13 -6
  19. package/bundles/types/api/api-service-internal.d.ts.map +1 -1
  20. package/bundles/types/checkout/images/card-icons.d.ts +2 -1
  21. package/bundles/types/checkout/images/card-icons.d.ts.map +1 -1
  22. package/bundles/types/checkout/v1/instructions/index.d.ts.map +1 -1
  23. package/bundles/types/checkout/v1/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
  24. package/bundles/types/checkout/v1/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
  25. package/bundles/types/checkout/v1/instructions/instruction.paypal_form.show.d.ts.map +1 -1
  26. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts +1 -0
  27. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts.map +1 -1
  28. package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
  29. package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts +1 -0
  30. package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -1
  31. package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
  32. package/bundles/types/checkout/v3/instructions/instruction.payment_methods.show.d.ts.map +1 -1
  33. package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts.map +1 -1
  34. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts +14 -2
  35. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts.map +1 -1
  36. package/bundles/types/checkout/v3/models/card.model.d.ts +3 -1
  37. package/bundles/types/checkout/v3/models/card.model.d.ts.map +1 -1
  38. package/bundles/types/checkout/v3/models/payment-methods.model.d.ts.map +1 -1
  39. package/bundles/types/components/param.d.ts +4 -1
  40. package/bundles/types/components/param.d.ts.map +1 -1
  41. package/bundles/types/index-cba.d.ts +9 -6
  42. package/bundles/types/index-cba.d.ts.map +1 -1
  43. package/bundles/types/index.d.ts +9 -6
  44. package/bundles/types/index.d.ts.map +1 -1
  45. package/bundles/types/open-wallets/base/open-wallet-buttons.d.ts +198 -0
  46. package/bundles/types/open-wallets/base/open-wallet-buttons.d.ts.map +1 -0
  47. package/bundles/types/open-wallets/base/open-wallet.service.d.ts +27 -0
  48. package/bundles/types/open-wallets/base/open-wallet.service.d.ts.map +1 -0
  49. package/bundles/types/open-wallets/enum/event.enum.d.ts +8 -1
  50. package/bundles/types/open-wallets/enum/event.enum.d.ts.map +1 -1
  51. package/bundles/types/open-wallets/enum/payload-format.enum.d.ts +4 -0
  52. package/bundles/types/open-wallets/enum/payload-format.enum.d.ts.map +1 -0
  53. package/bundles/types/open-wallets/enum/service-group.enum.d.ts +5 -0
  54. package/bundles/types/open-wallets/enum/service-group.enum.d.ts.map +1 -0
  55. package/bundles/types/open-wallets/index.d.ts +2 -2
  56. package/bundles/types/open-wallets/index.d.ts.map +1 -1
  57. package/bundles/types/open-wallets/interfaces/apple-pay/apple-pay-payment-request.interface.d.ts +495 -0
  58. package/bundles/types/open-wallets/interfaces/apple-pay/apple-pay-payment-request.interface.d.ts.map +1 -0
  59. package/bundles/types/open-wallets/interfaces/apple-pay/index.d.ts +2 -0
  60. package/bundles/types/open-wallets/interfaces/apple-pay/index.d.ts.map +1 -0
  61. package/bundles/types/open-wallets/interfaces/events.interface.d.ts +5 -6
  62. package/bundles/types/open-wallets/interfaces/events.interface.d.ts.map +1 -1
  63. package/bundles/types/open-wallets/interfaces/google-pay/google-pay-meta.interface.d.ts +54 -0
  64. package/bundles/types/open-wallets/interfaces/google-pay/google-pay-meta.interface.d.ts.map +1 -0
  65. package/bundles/types/open-wallets/interfaces/google-pay/index.d.ts +2 -0
  66. package/bundles/types/open-wallets/interfaces/google-pay/index.d.ts.map +1 -0
  67. package/bundles/types/open-wallets/interfaces/index.d.ts +1 -3
  68. package/bundles/types/open-wallets/interfaces/index.d.ts.map +1 -1
  69. package/bundles/types/open-wallets/interfaces/open-wallet-meta.interface.d.ts +11 -0
  70. package/bundles/types/open-wallets/interfaces/open-wallet-meta.interface.d.ts.map +1 -0
  71. package/bundles/types/open-wallets/interfaces/payment-source.interface.d.ts +0 -1
  72. package/bundles/types/open-wallets/interfaces/payment-source.interface.d.ts.map +1 -1
  73. package/bundles/types/open-wallets/services/apple-pay/apple-pay.open-wallet.service.d.ts +64 -0
  74. package/bundles/types/open-wallets/services/apple-pay/apple-pay.open-wallet.service.d.ts.map +1 -0
  75. package/bundles/types/open-wallets/services/apple-pay/index.d.ts +2 -0
  76. package/bundles/types/open-wallets/services/apple-pay/index.d.ts.map +1 -0
  77. package/bundles/types/open-wallets/services/google-pay/constants/google-pay.constants.d.ts +11 -0
  78. package/bundles/types/open-wallets/services/google-pay/constants/google-pay.constants.d.ts.map +1 -0
  79. package/bundles/types/open-wallets/services/google-pay/constants/index.d.ts +2 -0
  80. package/bundles/types/open-wallets/services/google-pay/constants/index.d.ts.map +1 -0
  81. package/bundles/types/open-wallets/services/google-pay/google-pay.open-wallet.service.d.ts +55 -0
  82. package/bundles/types/open-wallets/services/google-pay/google-pay.open-wallet.service.d.ts.map +1 -0
  83. package/bundles/types/open-wallets/services/google-pay/index.d.ts +2 -0
  84. package/bundles/types/open-wallets/services/google-pay/index.d.ts.map +1 -0
  85. package/bundles/types/open-wallets/services/google-pay/utils/google-pay.utils.d.ts +20 -0
  86. package/bundles/types/open-wallets/services/google-pay/utils/google-pay.utils.d.ts.map +1 -0
  87. package/bundles/types/open-wallets/services/google-pay/utils/index.d.ts +2 -0
  88. package/bundles/types/open-wallets/services/google-pay/utils/index.d.ts.map +1 -0
  89. package/bundles/types/open-wallets/services/google-pay/validation/google-pay.validation.d.ts +3 -0
  90. package/bundles/types/open-wallets/services/google-pay/validation/google-pay.validation.d.ts.map +1 -0
  91. package/bundles/types/open-wallets/services/google-pay/validation/index.d.ts +2 -0
  92. package/bundles/types/open-wallets/services/google-pay/validation/index.d.ts.map +1 -0
  93. package/bundles/types/open-wallets/types/apple-pay/apple-pay-button-style.type.d.ts +2 -0
  94. package/bundles/types/open-wallets/types/apple-pay/apple-pay-button-style.type.d.ts.map +1 -0
  95. package/bundles/types/open-wallets/types/apple-pay/apple-pay-button-type.type.d.ts +2 -0
  96. package/bundles/types/open-wallets/types/apple-pay/apple-pay-button-type.type.d.ts.map +1 -0
  97. package/bundles/types/open-wallets/types/apple-pay/index.d.ts +3 -0
  98. package/bundles/types/open-wallets/types/apple-pay/index.d.ts.map +1 -0
  99. package/bundles/types/open-wallets/types/base-event-data.interface.d.ts +5 -0
  100. package/bundles/types/open-wallets/types/base-event-data.interface.d.ts.map +1 -0
  101. package/bundles/types/open-wallets/types/google-pay/google-pay-button-color.type.d.ts +2 -0
  102. package/bundles/types/open-wallets/types/google-pay/google-pay-button-color.type.d.ts.map +1 -0
  103. package/bundles/types/open-wallets/types/google-pay/google-pay-button-size-mode.type.d.ts +2 -0
  104. package/bundles/types/open-wallets/types/google-pay/google-pay-button-size-mode.type.d.ts.map +1 -0
  105. package/bundles/types/open-wallets/types/google-pay/google-pay-button-type.type.d.ts +2 -0
  106. package/bundles/types/open-wallets/types/google-pay/google-pay-button-type.type.d.ts.map +1 -0
  107. package/bundles/types/open-wallets/types/google-pay/index.d.ts +4 -0
  108. package/bundles/types/open-wallets/types/google-pay/index.d.ts.map +1 -0
  109. package/bundles/types/open-wallets/types/index.d.ts +1 -2
  110. package/bundles/types/open-wallets/types/index.d.ts.map +1 -1
  111. package/bundles/types/open-wallets/types/on-shipping-address-change-event-data.interface.d.ts +21 -0
  112. package/bundles/types/open-wallets/types/on-shipping-address-change-event-data.interface.d.ts.map +1 -0
  113. package/bundles/types/open-wallets/types/on-shipping-address-change-event-response.interface.d.ts +6 -0
  114. package/bundles/types/open-wallets/types/on-shipping-address-change-event-response.interface.d.ts.map +1 -0
  115. package/bundles/types/open-wallets/types/on-shipping-option-change-event-data.interface.d.ts +13 -0
  116. package/bundles/types/open-wallets/types/on-shipping-option-change-event-data.interface.d.ts.map +1 -0
  117. package/bundles/types/open-wallets/types/on-shipping-option-change-event-response.interface.d.ts +4 -0
  118. package/bundles/types/open-wallets/types/on-shipping-option-change-event-response.interface.d.ts.map +1 -0
  119. package/bundles/types/open-wallets/types/payment-source.type.d.ts +85 -0
  120. package/bundles/types/open-wallets/types/payment-source.type.d.ts.map +1 -0
  121. package/bundles/types/open-wallets/types/shipping-event-to-response.type.d.ts +6 -0
  122. package/bundles/types/open-wallets/types/shipping-event-to-response.type.d.ts.map +1 -0
  123. package/bundles/types/open-wallets/types/wallet-type.type.d.ts +2 -2
  124. package/bundles/types/open-wallets/types/wallet-type.type.d.ts.map +1 -1
  125. package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.d.ts.map +1 -1
  126. package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.service.d.ts.map +1 -1
  127. package/bundles/types/secure-remote-commerce/secure-remote-commerce.d.ts +16 -16
  128. package/bundles/types/secure-remote-commerce/secure-remote-commerce.d.ts.map +1 -1
  129. package/bundles/types/shared-ui/components/modal.d.ts +18 -0
  130. package/bundles/types/shared-ui/components/modal.d.ts.map +1 -0
  131. package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts.map +1 -1
  132. package/bundles/types/wallet-buttons-express/base.wallet-button-express.d.ts +9 -9
  133. package/bundles/types/wallet-buttons-express/base.wallet-button-express.d.ts.map +1 -1
  134. package/bundles/types/widget/html-multi-widget.d.ts +13 -1
  135. package/bundles/types/widget/html-multi-widget.d.ts.map +1 -1
  136. package/bundles/types/widget/index.d.ts +4 -3
  137. package/bundles/types/widget/index.d.ts.map +1 -1
  138. package/bundles/types/widget/multi-widget.d.ts +7 -4
  139. package/bundles/types/widget/multi-widget.d.ts.map +1 -1
  140. package/bundles/widget.umd.js +13297 -11586
  141. package/bundles/widget.umd.js.d.ts +1197 -870
  142. package/bundles/widget.umd.js.min.d.ts +1197 -870
  143. package/bundles/widget.umd.min.js +1 -1
  144. package/docs/afterpay-on-site-messaging-examples.md +60 -0
  145. package/docs/afterpay-on-site-messaging.md +104 -0
  146. package/docs/api-widget.md +1 -0
  147. package/docs/open-wallet-buttons-examples.md +1188 -0
  148. package/package.json +11 -4
  149. package/bundles/types/open-wallets/base/base-open-wallet.d.ts +0 -33
  150. package/bundles/types/open-wallets/base/base-open-wallet.d.ts.map +0 -1
  151. package/bundles/types/open-wallets/interfaces/base-service-config.interface.d.ts +0 -30
  152. package/bundles/types/open-wallets/interfaces/base-service-config.interface.d.ts.map +0 -1
  153. package/bundles/types/open-wallets/interfaces/base-wallet-meta.interface.d.ts +0 -5
  154. package/bundles/types/open-wallets/interfaces/base-wallet-meta.interface.d.ts.map +0 -1
  155. package/bundles/types/open-wallets/services/index.d.ts +0 -9
  156. package/bundles/types/open-wallets/services/index.d.ts.map +0 -1
  157. package/bundles/types/open-wallets/types/ott-backend.type.d.ts +0 -26
  158. package/bundles/types/open-wallets/types/ott-backend.type.d.ts.map +0 -1
  159. package/bundles/types/open-wallets/types/ott-response.type.d.ts +0 -8
  160. package/bundles/types/open-wallets/types/ott-response.type.d.ts.map +0 -1
@@ -1,19 +1,21 @@
1
+ export * from './afterpay-on-site-messaging';
1
2
  export * from './api';
2
3
  export * from './canvas-3ds';
4
+ export * from './checkout/index';
3
5
  export * from './checkout-button';
4
6
  export * from './external-checkout';
5
7
  export * from './fraud-prevention';
6
- export * from './payment-source-widget';
7
8
  export * from './open-wallets';
8
9
  export * from './payment-source';
10
+ export * from './payment-source-widget';
11
+ export * from './paypal-data-collector';
12
+ export * from './paypal-save-payment-source';
9
13
  export * from './secure-remote-commerce';
10
14
  export * from './vault-display-widget';
11
15
  export * from './wallet-buttons';
12
- export * from './widget';
13
- export * from './checkout/index';
14
16
  export * from './wallet-buttons-express';
15
- export * from './paypal-data-collector';
16
- export * from './paypal-save-payment-source';
17
+ export * from './widget';
18
+ import type { AfterpayOnSiteMessaging } from './afterpay-on-site-messaging';
17
19
  import type { Canvas3ds } from './canvas-3ds';
18
20
  import type { AfterpayCheckoutButton, PaypalCheckoutButton, ZipmoneyCheckoutButton } from './checkout-button';
19
21
  import type { ExternalCheckoutBuilder, ExternalCheckoutChecker } from './external-checkout';
@@ -44,10 +46,11 @@ declare global {
44
46
  HtmlWidget: typeof HtmlWidget;
45
47
  PayPalDataCollector: typeof PayPalDataCollector;
46
48
  PayPalSavePaymentSource: typeof PayPalSavePaymentSourceWidget;
49
+ AfterpayOnSiteMessaging: typeof AfterpayOnSiteMessaging;
47
50
  };
48
51
  }
49
52
  }
50
- export { ELEMENT, FORM_FIELD, STYLE, SUPPORTED_CARD_TYPES, TEXT, VAULT_DISPLAY_STYLE, type IPayPalMeta, type IStyles, type ITexts, type VaultDisplayStyle, type IWalletMeta, } from './components/param';
51
53
  export { EVENT } from './components/iframe-event';
54
+ export { ELEMENT, FORM_FIELD, type IPayPalMeta, type IStyles, type ITexts, type IWalletMeta, STYLE, SUPPORTED_CARD_TYPES, TEXT, VAULT_DISPLAY_STYLE, type VaultDisplayStyle, } from './components/param';
52
55
  export { TRIGGER } from './components/trigger';
53
56
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAE7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EACV,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EACV,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEzE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,OAAO,EAAE;YACP,aAAa,EAAE,OAAO,aAAa,CAAC;YACpC,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;YAClD,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;YACtD,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;YACtD,mBAAmB,EAAE,OAAO,mBAAmB,CAAC;YAChD,kBAAkB,EAAE,OAAO,kBAAkB,CAAC;YAC9C,UAAU,EAAE,OAAO,UAAU,CAAC;YAC9B,uBAAuB,EAAE,OAAO,uBAAuB,CAAC;YACxD,uBAAuB,EAAE,OAAO,uBAAuB,CAAC;YACxD,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;YAClD,SAAS,EAAE,OAAO,SAAS,CAAC;YAC5B,WAAW,EAAE,OAAO,WAAW,CAAC;YAChC,eAAe,EAAE,OAAO,eAAe,CAAC;YACxC,UAAU,EAAE,OAAO,UAAU,CAAC;YAC9B,mBAAmB,EAAE,OAAO,mBAAmB,CAAC;YAChD,uBAAuB,EAAE,OAAO,6BAA6B,CAAC;SAC/D,CAAC;KACH;CACF;AAED,OAAO,EACL,OAAO,EACP,UAAU,EACV,KAAK,EACL,oBAAoB,EACpB,IAAI,EACJ,mBAAmB,EACnB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,MAAM,EACX,KAAK,iBAAiB,EACtB,KAAK,WAAW,GACjB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AAEzB,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EACV,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EACV,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEzE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,OAAO,EAAE;YACP,aAAa,EAAE,OAAO,aAAa,CAAC;YACpC,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;YAClD,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;YACtD,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;YACtD,mBAAmB,EAAE,OAAO,mBAAmB,CAAC;YAChD,kBAAkB,EAAE,OAAO,kBAAkB,CAAC;YAC9C,UAAU,EAAE,OAAO,UAAU,CAAC;YAC9B,uBAAuB,EAAE,OAAO,uBAAuB,CAAC;YACxD,uBAAuB,EAAE,OAAO,uBAAuB,CAAC;YACxD,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;YAClD,SAAS,EAAE,OAAO,SAAS,CAAC;YAC5B,WAAW,EAAE,OAAO,WAAW,CAAC;YAChC,eAAe,EAAE,OAAO,eAAe,CAAC;YACxC,UAAU,EAAE,OAAO,UAAU,CAAC;YAC9B,mBAAmB,EAAE,OAAO,mBAAmB,CAAC;YAChD,uBAAuB,EAAE,OAAO,6BAA6B,CAAC;YAC9D,uBAAuB,EAAE,OAAO,uBAAuB,CAAC;SACzD,CAAC;KACH;CACF;AAED,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EACL,OAAO,EACP,UAAU,EACV,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,MAAM,EACX,KAAK,WAAW,EAChB,KAAK,EACL,oBAAoB,EACpB,IAAI,EACJ,mBAAmB,EACnB,KAAK,iBAAiB,GACvB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,198 @@
1
+ import { ApiInternal } from '../../api/api-internal';
2
+ import { Container } from '../../components/container';
3
+ import { EventEmitter } from '../../helper/event-emitter';
4
+ import type { OnClickEventData, OnCrateOTTSuccessfulEventData, OnErrorEventData, OnUnavailableEventData, OpenWalletMeta, WalletPaymentSource } from '../interfaces';
5
+ import type { WalletType } from '../types';
6
+ import type { OnShippingAddressChangeEventData } from '../types/on-shipping-address-change-event-data.interface';
7
+ import type { OnShippingAddressChangeEventResponse } from '../types/on-shipping-address-change-event-response.interface';
8
+ import type { OnShippingOptionChangeEventData } from '../types/on-shipping-option-change-event-data.interface';
9
+ import type { OnShippingOptionChangeEventResponse } from '../types/on-shipping-option-change-event-response.interface';
10
+ export declare class OpenWalletButtons implements WalletPaymentSource {
11
+ protected container: Container;
12
+ protected api: ApiInternal;
13
+ protected env: string;
14
+ protected serviceId: string;
15
+ protected meta: OpenWalletMeta;
16
+ protected eventEmitter: EventEmitter;
17
+ readonly walletType: WalletType;
18
+ constructor(selector: string, publicKeyOrAccessToken: string, serviceId: string, meta: OpenWalletMeta, requiredMetaFields: string[]);
19
+ private getApiAuthType;
20
+ private validateRequiredMetaFields;
21
+ private getOpenWalletServiceConfig;
22
+ private handleOnError;
23
+ /**
24
+ * Loads and initializes the wallet button based on the service configuration.
25
+ * This method fetches the wallet service configuration and creates the appropriate wallet service instance.
26
+ * Bear in mind that you must call this method after setting up all event handlers.
27
+ *
28
+ * @example
29
+ * button.load();
30
+ */
31
+ load(): void;
32
+ /**
33
+ * Current method can change environment. By default environment = sandbox.
34
+ * Also we can change domain alias for this environment. By default domain_alias = paydock.com
35
+ * Bear in mind that you must set an environment before calling `button.load()`.
36
+ *
37
+ * @example
38
+ * button.setEnv('production', 'paydock.com');
39
+ * @param {string} env - sandbox, production
40
+ * @param {string} [alias] - Own domain alias
41
+ */
42
+ setEnv(env: string, alias?: string): void;
43
+ /**
44
+ * Callback for onClick method.
45
+ *
46
+ * @callback OnClickCallback
47
+ * @param {OnClickEventData} data
48
+ */
49
+ /**
50
+ /**
51
+ * Registers a callback function to be invoked when the wallet button gets clicked.
52
+ * There are two operational modes supported, Synchronous and Asynchronous.
53
+ * When asynchronous operations need to occur on the callback handler, attaching the Promise via `attachResult` is required to have the wallet wait for a result.
54
+ * When synchronous operations occur on the callback handler, attaching a boolean result via `attachResult` is optional to control the execution flow.
55
+ * Note this is supported for Paypal, GooglePay and ApplePay wallet buttons at the moment.
56
+ *
57
+ * @example
58
+ * button.onClick((data) => {
59
+ * performValidationLogic();
60
+ * });
61
+ *
62
+ * @param {listener} handler - Function to be called when the wallet button is clicked.
63
+ */
64
+ onClick(handler: (data: OnClickEventData) => void): () => void;
65
+ /**
66
+ * Callback for onSuccess method.
67
+ *
68
+ * @callback OnSuccessCallback
69
+ * @param {OnCrateOTTSuccessfulEventData} data
70
+ * @return {Promise<string>} OTT (One Time Token) string result
71
+ */
72
+ /**
73
+ * If the OTT creation was successful, the function passed as parameter will be called.
74
+ * Important: Do not perform thread blocking operations in callback such as window.alert() calls.
75
+ *
76
+ * @example
77
+ * button.onSuccess((data) => {
78
+ * console.log('OTT creation successful!', data);
79
+ * });
80
+ *
81
+ * @example
82
+ * button.onSuccess().then((data) => console.log('OTT creation successful!', data));
83
+ *
84
+ * @param {OnSuccessCallback} [handler] - Function to be called when the OTT creation was successful.
85
+ */
86
+ onSuccess(handler?: (data: OnCrateOTTSuccessfulEventData) => void): () => void;
87
+ /**
88
+ * Callback for onUnavailable method.
89
+ *
90
+ * @callback OnUnavailableCallback
91
+ * @param {OnUnavailableEventData} data
92
+ */
93
+ /**
94
+ * Registers a callback function to be invoked when the wallet is not available in the current context.
95
+ * This can happen when the wallet service is not supported on the current device or browser.
96
+ *
97
+ * @example
98
+ * button.onUnavailable((data) => {
99
+ * console.log('Wallet not available', data);
100
+ * });
101
+ *
102
+ * @example
103
+ * button.onUnavailable().then((data) => console.log('Wallet not available', data));
104
+ *
105
+ * @param {OnUnavailableCallback} [handler] - Function to be called when the wallet is not available in the current context.
106
+ */
107
+ onUnavailable(handler?: (data: OnUnavailableEventData) => void): Promise<unknown> | (() => void);
108
+ /**
109
+ * Callback for onError method.
110
+ *
111
+ * @callback OnErrorCallback
112
+ * @param {OnErrorEventData} data
113
+ */
114
+ /**
115
+ * Registers a callback function to be invoked when an error that is not related to payment execution occurs.
116
+ * For example, if there are configuration issues or validation errors during wallet initialization.
117
+ *
118
+ * @example
119
+ * button.onError((error) => {
120
+ * console.log('OpenWallet error', error);
121
+ * });
122
+ *
123
+ * @example
124
+ * button.onError().then((error) => console.log('OpenWallet error', error));
125
+ *
126
+ * @param {OnErrorCallback} [handler] - Function to be called when the OpenWallet has an error.
127
+ */
128
+ onError(handler?: (data: OnErrorEventData) => void): Promise<unknown> | (() => void);
129
+ /**
130
+ * Callback for onCancel method.
131
+ *
132
+ * @callback OnCancelCallback
133
+ * @param {any} data
134
+ */
135
+ /**
136
+ * Registers a callback function to be invoked when the wallet checkout is cancelled or closed by the user.
137
+ * This event is triggered when the user dismisses the wallet payment interface without completing the transaction.
138
+ *
139
+ * @example
140
+ * button.onCancel((data) => {
141
+ * console.log('Wallet checkout cancelled', data);
142
+ * });
143
+ *
144
+ * @example
145
+ * button.onCancel().then((data) => console.log('Wallet checkout cancelled', data));
146
+ *
147
+ * @param {OnCancelCallback} [handler] - Function to be called when the wallet checkout is cancelled.
148
+ */
149
+ onCancel(handler?: (data: any) => void): Promise<unknown> | (() => void);
150
+ /**
151
+ * Callback for onShippingAddressChange method.
152
+ *
153
+ * @callback OnShippingAddressChangeCallback
154
+ * @param {OnShippingAddressChangeEventData} data
155
+ * @return {Promise<OnShippingAddressChangeEventResponse>} Address update result containing updated amount and/or shipping options
156
+ */
157
+ /**
158
+ * If shipping address data is updated, the function passed as parameter will be called.
159
+ * Use this method to listen for shipping address selection or input from customer when shipping is enabled.
160
+ * The event handler should return updated payment information including the new amount and available shipping options based on the selected address.
161
+ *
162
+ * @example
163
+ * button.onShippingAddressChange(async (data) => {
164
+ * const responseData = await fetch('https://your-server.com/update-shipping-address');
165
+ * return {
166
+ * amount: responseData.newAmount,
167
+ * shipping_options: responseData.availableShippingOptions
168
+ * };
169
+ * });
170
+ *
171
+ * @param {OnShippingAddressChangeCallback} [handler] - Function to be called when the shipping address data is updated.
172
+ */
173
+ onShippingAddressChange(handler?: (data: OnShippingAddressChangeEventData) => Promise<OnShippingAddressChangeEventResponse>): () => void;
174
+ /**
175
+ * Callback for onShippingOptionsChange method.
176
+ *
177
+ * @callback OnShippingOptionsChangeCallback
178
+ * @param {OnShippingOptionChangeEventData} data
179
+ * @return {Promise<OnShippingOptionChangeEventResponse>} Shipping options update result containing updated amount
180
+ */
181
+ /**
182
+ * If shipping options data is updated, the function passed as parameter will be called.
183
+ * Use this method to listen for shipping option selection from customer when shipping is enabled.
184
+ * The event handler should return the updated payment amount based on the selected shipping option.
185
+ *
186
+ * @example
187
+ * button.onShippingOptionsChange(async (data) => {
188
+ * const responseData = await fetch('https://your-server.com/update-shipping-option');
189
+ * return {
190
+ * amount: responseData.newTotalAmount
191
+ * };
192
+ * });
193
+ *
194
+ * @param {OnShippingOptionsChangeCallback} [handler] - Function to be called when the shipping options data is updated.
195
+ */
196
+ onShippingOptionsChange(handler?: (data: OnShippingOptionChangeEventData) => Promise<OnShippingOptionChangeEventResponse>): () => void;
197
+ }
198
+ //# sourceMappingURL=open-wallet-buttons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"open-wallet-buttons.d.ts","sourceRoot":"","sources":["../../../src/open-wallets/base/open-wallet-buttons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAEpE,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAGvD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,OAAO,KAAK,EACV,gBAAgB,EAChB,6BAA6B,EAC7B,gBAAgB,EAChB,sBAAsB,EACtB,cAAc,EACd,mBAAmB,EACpB,MAAM,eAAe,CAAC;AAKvB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,8DAA8D,CAAC;AACzH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,6DAA6D,CAAC;AAGvH,qBAAa,iBAAkB,YAAW,mBAAmB;IAC3D,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC;IAC/B,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,GAAG,SAAe;IAC5B,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,IAAI,EAAE,cAAc,CAAC;IAC/B,SAAS,CAAC,YAAY,EAAE,YAAY,CAAC;IAErC,SAAgB,UAAU,EAAE,UAAU,CAAC;gBAGrC,QAAQ,EAAE,MAAM,EAChB,sBAAsB,EAAE,MAAM,EAC9B,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,cAAc,EACpB,kBAAkB,EAAE,MAAM,EAAE;IAa9B,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,0BAA0B;IAWlC,OAAO,CAAC,0BAA0B;IAsClC,OAAO,CAAC,aAAa;IAgBrB;;;;;;;OAOG;IACI,IAAI,IAAI,IAAI;IAwCnB;;;;;;;;;OASG;IACI,MAAM,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAKzC;;;;;OAKG;IACH;;;;;;;;;;;;;;OAcG;IACI,OAAO,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI;IAMxD;;;;;;OAMG;IACH;;;;;;;;;;;;;OAaG;IACI,SAAS,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,6BAA6B,KAAK,IAAI;IAUxE;;;;;OAKG;IACH;;;;;;;;;;;;;OAaG;IACI,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,sBAAsB,KAAK,IAAI;IAWrE;;;;;OAKG;IACH;;;;;;;;;;;;;OAaG;IACI,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI;IAWzD;;;;;OAKG;IACH;;;;;;;;;;;;;OAaG;IACI,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;IAS7C;;;;;;OAMG;IACH;;;;;;;;;;;;;;;OAeG;IACI,uBAAuB,CAC5B,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,gCAAgC,KACnC,OAAO,CAAC,oCAAoC,CAAC;IASpD;;;;;;OAMG;IACH;;;;;;;;;;;;;;OAcG;IACI,uBAAuB,CAC5B,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,+BAA+B,KAClC,OAAO,CAAC,mCAAmC,CAAC;CAQpD"}
@@ -0,0 +1,27 @@
1
+ import type { SERVICE_TYPES } from 'src/api/api-service-internal';
2
+ import type { ApiInternal } from '../../api/api-internal';
3
+ import type { Container } from '../../components/container';
4
+ import type { EventEmitter } from '../../helper/event-emitter';
5
+ import { SERVICE_GROUP } from '../enum/service-group.enum';
6
+ import type { WalletPaymentSource } from '../interfaces';
7
+ import type { CreateOTTData, CreateOTTResponse, WalletType } from '../types';
8
+ import type { OnShippingAddressChangeEventData } from '../types/on-shipping-address-change-event-data.interface';
9
+ import type { OnShippingOptionChangeEventData } from '../types/on-shipping-option-change-event-data.interface';
10
+ import type { ShippingEventToResponse } from '../types/shipping-event-to-response.type';
11
+ export declare abstract class OpenWalletService implements WalletPaymentSource {
12
+ protected api: ApiInternal;
13
+ protected eventEmitter: EventEmitter;
14
+ protected walletType: WalletType;
15
+ protected serviceId: string;
16
+ protected container: Container;
17
+ protected serviceType: SERVICE_TYPES;
18
+ protected readonly serviceGroup = SERVICE_GROUP.WALLET;
19
+ constructor(api: ApiInternal, eventEmitter: EventEmitter, walletType: WalletType, serviceId: string, container: Container, serviceType: SERVICE_TYPES);
20
+ abstract load(): Promise<void>;
21
+ protected createOTT(data: CreateOTTData): Promise<CreateOTTResponse>;
22
+ protected handleMerchantOnShippingChangedEvent<T extends OnShippingAddressChangeEventData | OnShippingOptionChangeEventData>(eventData: T): Promise<ShippingEventToResponse<T>>;
23
+ protected handleOnUnavailable(reason?: string): void;
24
+ protected handleOnError(error: Error): void;
25
+ destroy(): void;
26
+ }
27
+ //# sourceMappingURL=open-wallet.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"open-wallet.service.d.ts","sourceRoot":"","sources":["../../../src/open-wallets/base/open-wallet.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAG/D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,EAKV,mBAAmB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACV,aAAa,EAEb,iBAAiB,EACjB,UAAU,EACX,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,0DAA0D,CAAC;AACjH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,yDAAyD,CAAC;AAC/G,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAExF,8BAAsB,iBAAkB,YAAW,mBAAmB;IAIlE,SAAS,CAAC,GAAG,EAAE,WAAW;IAC1B,SAAS,CAAC,YAAY,EAAE,YAAY;IACpC,SAAS,CAAC,UAAU,EAAE,UAAU;IAChC,SAAS,CAAC,SAAS,EAAE,MAAM;IAC3B,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,SAAS,CAAC,WAAW,EAAE,aAAa;IARtC,SAAS,CAAC,QAAQ,CAAC,YAAY,wBAAwB;gBAG3C,GAAG,EAAE,WAAW,EAChB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,aAAa;IAGtC,QAAQ,CAAC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAE9B,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC;cAqCpD,oCAAoC,CAClD,CAAC,SAAS,gCAAgC,GAAG,+BAA+B,EAC5E,SAAS,EAAE,CAAC,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC;IAcpD,SAAS,CAAC,mBAAmB,CAAC,MAAM,SAAyB,GAAG,IAAI;IAYpE,SAAS,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAgBpC,OAAO,IAAI,IAAI;CAMvB"}
@@ -1,8 +1,15 @@
1
1
  export declare enum EVENT {
2
+ ON_UPDATE = "onUpdate",
2
3
  ON_CLICK = "onClick",
4
+ ON_CHECKOUT_CLOSE = "onCheckoutClose",
3
5
  SUCCESS = "success",
4
6
  UNAVAILABLE = "unavailable",
5
- ERROR = "error"
7
+ ERROR = "error",
8
+ UPDATE = "update",
9
+ LOADED = "loaded",
10
+ CHECKOUT_CLOSE = "checkoutClose",
11
+ ON_SHIPPING_ADDRESS_CHANGE = "onShippingAddressChange",
12
+ ON_SHIPPING_OPTIONS_CHANGE = "onShippingOptionsChange"
6
13
  }
7
14
  export type OpenWalletEventType = EVENT;
8
15
  //# sourceMappingURL=event.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event.enum.d.ts","sourceRoot":"","sources":["../../../src/open-wallets/enum/event.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,KAAK;IACf,QAAQ,YAAY;IACpB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"event.enum.d.ts","sourceRoot":"","sources":["../../../src/open-wallets/enum/event.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,KAAK;IACf,SAAS,aAAa;IACtB,QAAQ,YAAY;IACpB,iBAAiB,oBAAoB;IACrC,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,cAAc,kBAAkB;IAChC,0BAA0B,4BAA4B;IACtD,0BAA0B,4BAA4B;CACvD;AAED,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare enum PAYLOAD_FORMAT {
2
+ ENCRYPTED_STRING = "encrypted_string"
3
+ }
4
+ //# sourceMappingURL=payload-format.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payload-format.enum.d.ts","sourceRoot":"","sources":["../../../src/open-wallets/enum/payload-format.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,gBAAgB,qBAAqB;CACtC"}
@@ -0,0 +1,5 @@
1
+ export declare enum SERVICE_GROUP {
2
+ CLICK_TO_PAY = "click_to_pay",
3
+ WALLET = "wallet"
4
+ }
5
+ //# sourceMappingURL=service-group.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-group.enum.d.ts","sourceRoot":"","sources":["../../../src/open-wallets/enum/service-group.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,YAAY,iBAAiB;IAC7B,MAAM,WAAW;CAClB"}
@@ -1,6 +1,6 @@
1
- export { BaseOpenWallet } from './base/base-open-wallet';
2
- export type * from './interfaces';
1
+ export { OpenWalletButtons } from './base/open-wallet-buttons';
3
2
  export { EVENT, type OpenWalletEventType } from './enum/event.enum';
3
+ export type * from './interfaces';
4
4
  export type * from './types';
5
5
  export { WALLET_TYPES } from './types/wallet-type.type';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/open-wallets/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,mBAAmB,cAAc,CAAC;AAOlC,OAAO,EAAE,KAAK,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAIpE,mBAAmB,SAAS,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/open-wallets/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACpE,mBAAmB,cAAc,CAAC;AAIlC,mBAAmB,SAAS,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC"}