@paydock/client-sdk 1.128.2 → 1.131.0-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 (246) hide show
  1. package/README.md +529 -0
  2. package/bundles/index.cjs +2661 -401
  3. package/bundles/index.cjs.d.ts +395 -194
  4. package/bundles/index.mjs +2660 -401
  5. package/bundles/index.mjs.d.ts +395 -194
  6. package/bundles/types/api/api-internal.d.ts +3 -1
  7. package/bundles/types/api/api-internal.d.ts.map +1 -1
  8. package/bundles/types/api/api-payment-source-internal.d.ts +8 -0
  9. package/bundles/types/api/api-payment-source-internal.d.ts.map +1 -0
  10. package/bundles/types/checkout/checkout.d.ts +8 -14
  11. package/bundles/types/checkout/checkout.d.ts.map +1 -1
  12. package/bundles/types/checkout/helpers/instruction-debugger.d.ts +4 -0
  13. package/bundles/types/checkout/helpers/instruction-debugger.d.ts.map +1 -0
  14. package/bundles/types/checkout/helpers/instruction-handler.d.ts +4 -4
  15. package/bundles/types/checkout/helpers/instruction-handler.d.ts.map +1 -1
  16. package/bundles/types/checkout/images/card-icons.d.ts +10 -0
  17. package/bundles/types/checkout/images/card-icons.d.ts.map +1 -0
  18. package/bundles/types/checkout/index.d.ts +2 -1
  19. package/bundles/types/checkout/index.d.ts.map +1 -1
  20. package/bundles/types/checkout/models/checkout.models.d.ts +14 -0
  21. package/bundles/types/checkout/models/checkout.models.d.ts.map +1 -0
  22. package/bundles/types/checkout/utils/checkout-styles.util.d.ts +2 -0
  23. package/bundles/types/checkout/utils/checkout-styles.util.d.ts.map +1 -0
  24. package/bundles/types/checkout/utils/checkout-version-handler.util.d.ts +3 -0
  25. package/bundles/types/checkout/utils/checkout-version-handler.util.d.ts.map +1 -0
  26. package/bundles/types/checkout/v1/helpers/widget-structure-handler.d.ts +10 -0
  27. package/bundles/types/checkout/v1/helpers/widget-structure-handler.d.ts.map +1 -0
  28. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/index.d.ts.map +1 -1
  29. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.afterpay_checkout_form.show.d.ts +2 -2
  30. package/bundles/types/checkout/v1/instructions/instruction.afterpay_checkout_form.show.d.ts.map +1 -0
  31. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.afterpay_wallet_form.show.d.ts +3 -2
  32. package/bundles/types/checkout/v1/instructions/instruction.afterpay_wallet_form.show.d.ts.map +1 -0
  33. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.apple_pay_form.show.d.ts +3 -2
  34. package/bundles/types/checkout/v1/instructions/instruction.apple_pay_form.show.d.ts.map +1 -0
  35. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.bank_account_form.show.d.ts +2 -2
  36. package/bundles/types/checkout/v1/instructions/instruction.bank_account_form.show.d.ts.map +1 -0
  37. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.canvas_3ds.show.d.ts.map +1 -1
  38. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.card_form.show.d.ts +1 -1
  39. package/bundles/types/checkout/v1/instructions/instruction.card_form.show.d.ts.map +1 -0
  40. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.disable_payment_method_event.emit.d.ts +2 -2
  41. package/bundles/types/checkout/v1/instructions/instruction.disable_payment_method_event.emit.d.ts.map +1 -0
  42. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.fraud_service.show.d.ts.map +1 -1
  43. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.generic.show_message.d.ts +1 -1
  44. package/bundles/types/checkout/v1/instructions/instruction.generic.show_message.d.ts.map +1 -0
  45. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.google_pay_form.show.d.ts +3 -2
  46. package/bundles/types/checkout/v1/instructions/instruction.google_pay_form.show.d.ts.map +1 -0
  47. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.merchant_event.emit.d.ts +2 -2
  48. package/bundles/types/checkout/v1/instructions/instruction.merchant_event.emit.d.ts.map +1 -0
  49. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.payment_methods.show.d.ts.map +1 -1
  50. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.paypal_form.show.d.ts +2 -2
  51. package/bundles/types/checkout/v1/instructions/instruction.paypal_form.show.d.ts.map +1 -0
  52. package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.zip_checkout_form.show.d.ts +3 -2
  53. package/bundles/types/checkout/v1/instructions/instruction.zip_checkout_form.show.d.ts.map +1 -0
  54. package/bundles/types/checkout/v1/layout-widgets/additionals.d.ts +3 -0
  55. package/bundles/types/checkout/v1/layout-widgets/additionals.d.ts.map +1 -0
  56. package/bundles/types/checkout/v1/layout-widgets/default-variables.enum.d.ts.map +1 -0
  57. package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/message.d.ts +6 -6
  58. package/bundles/types/checkout/v1/layout-widgets/message.d.ts.map +1 -0
  59. package/bundles/types/checkout/v1/layout-widgets/payment-methods-template.d.ts.map +1 -0
  60. package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/payment-methods.d.ts +5 -5
  61. package/bundles/types/checkout/v1/layout-widgets/payment-methods.d.ts.map +1 -0
  62. package/bundles/types/checkout/v1/layout-widgets/payment-template.d.ts.map +1 -0
  63. package/bundles/types/checkout/v1/models/checkout.models.d.ts +5 -0
  64. package/bundles/types/checkout/v1/models/checkout.models.d.ts.map +1 -0
  65. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts +4 -0
  66. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts.map +1 -0
  67. package/bundles/types/checkout/v3/components/list-items-wrapper/list-items-wrapper.d.ts +8 -0
  68. package/bundles/types/checkout/v3/components/list-items-wrapper/list-items-wrapper.d.ts.map +1 -0
  69. package/bundles/types/checkout/v3/components/payment-methods-list/payment-methods-list.d.ts +3 -0
  70. package/bundles/types/checkout/v3/components/payment-methods-list/payment-methods-list.d.ts.map +1 -0
  71. package/bundles/types/checkout/v3/components/payments-wrapper/payments-wrapper.d.ts +9 -0
  72. package/bundles/types/checkout/v3/components/payments-wrapper/payments-wrapper.d.ts.map +1 -0
  73. package/bundles/types/checkout/v3/helpers/widget-structure-handler.d.ts +10 -0
  74. package/bundles/types/checkout/v3/helpers/widget-structure-handler.d.ts.map +1 -0
  75. package/bundles/types/checkout/v3/instructions/index.d.ts +4 -0
  76. package/bundles/types/checkout/v3/instructions/index.d.ts.map +1 -0
  77. package/bundles/types/checkout/v3/instructions/instruction.afterpay_checkout_form.show.d.ts +20 -0
  78. package/bundles/types/checkout/v3/instructions/instruction.afterpay_checkout_form.show.d.ts.map +1 -0
  79. package/bundles/types/checkout/v3/instructions/instruction.afterpay_wallet_form.show.d.ts +17 -0
  80. package/bundles/types/checkout/v3/instructions/instruction.afterpay_wallet_form.show.d.ts.map +1 -0
  81. package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts +17 -0
  82. package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts.map +1 -0
  83. package/bundles/types/checkout/v3/instructions/instruction.bank_account_form.show.d.ts +14 -0
  84. package/bundles/types/checkout/v3/instructions/instruction.bank_account_form.show.d.ts.map +1 -0
  85. package/bundles/types/checkout/v3/instructions/instruction.canvas_3ds.show.d.ts +12 -0
  86. package/bundles/types/checkout/v3/instructions/instruction.canvas_3ds.show.d.ts.map +1 -0
  87. package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts +24 -0
  88. package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -0
  89. package/bundles/types/checkout/v3/instructions/instruction.disable_payment_method_event.emit.d.ts +21 -0
  90. package/bundles/types/checkout/v3/instructions/instruction.disable_payment_method_event.emit.d.ts.map +1 -0
  91. package/bundles/types/checkout/v3/instructions/instruction.fraud_service.show.d.ts +21 -0
  92. package/bundles/types/checkout/v3/instructions/instruction.fraud_service.show.d.ts.map +1 -0
  93. package/bundles/types/checkout/v3/instructions/instruction.generic.show_message.d.ts +27 -0
  94. package/bundles/types/checkout/v3/instructions/instruction.generic.show_message.d.ts.map +1 -0
  95. package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts +17 -0
  96. package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts.map +1 -0
  97. package/bundles/types/checkout/v3/instructions/instruction.merchant_event.emit.d.ts +18 -0
  98. package/bundles/types/checkout/v3/instructions/instruction.merchant_event.emit.d.ts.map +1 -0
  99. package/bundles/types/checkout/v3/instructions/instruction.payment_methods.show.d.ts +23 -0
  100. package/bundles/types/checkout/v3/instructions/instruction.payment_methods.show.d.ts.map +1 -0
  101. package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts +19 -0
  102. package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts.map +1 -0
  103. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts +22 -0
  104. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts.map +1 -0
  105. package/bundles/types/checkout/v3/instructions/instruction.zip_checkout_form.show.d.ts +19 -0
  106. package/bundles/types/checkout/v3/instructions/instruction.zip_checkout_form.show.d.ts.map +1 -0
  107. package/bundles/types/checkout/v3/models/card.model.d.ts +20 -0
  108. package/bundles/types/checkout/v3/models/card.model.d.ts.map +1 -0
  109. package/bundles/types/checkout/v3/models/checkout-styles.model.d.ts +9 -0
  110. package/bundles/types/checkout/v3/models/checkout-styles.model.d.ts.map +1 -0
  111. package/bundles/types/checkout/v3/models/checkout.models.d.ts +4 -0
  112. package/bundles/types/checkout/v3/models/checkout.models.d.ts.map +1 -0
  113. package/bundles/types/checkout/v3/models/payment-methods.model.d.ts +13 -0
  114. package/bundles/types/checkout/v3/models/payment-methods.model.d.ts.map +1 -0
  115. package/bundles/types/checkout/v3/styles/additionals.d.ts +3 -0
  116. package/bundles/types/checkout/v3/styles/additionals.d.ts.map +1 -0
  117. package/bundles/types/checkout/v3/utils/checkout-customisation-styles.util.d.ts +3 -0
  118. package/bundles/types/checkout/v3/utils/checkout-customisation-styles.util.d.ts.map +1 -0
  119. package/bundles/types/components/param.d.ts +5 -0
  120. package/bundles/types/components/param.d.ts.map +1 -1
  121. package/bundles/types/configs/env/environment.uba.d.ts +28 -0
  122. package/bundles/types/configs/env/environment.uba.d.ts.map +1 -0
  123. package/bundles/types/constants/validators.d.ts +2 -2
  124. package/bundles/types/constants/validators.d.ts.map +1 -1
  125. package/bundles/types/fraud-prevention/providers/forter/templates/{forter-snippet-2025-02-06t14:19:34z.template.d.ts → forter-snippet-20250206141934.template.d.ts} +1 -1
  126. package/bundles/types/fraud-prevention/providers/forter/templates/forter-snippet-20250206141934.template.d.ts.map +1 -0
  127. package/bundles/types/helper/card-scheme.d.ts +76 -0
  128. package/bundles/types/helper/card-scheme.d.ts.map +1 -0
  129. package/bundles/types/index.d.ts +1 -0
  130. package/bundles/types/index.d.ts.map +1 -1
  131. package/bundles/types/open-wallets/base/base-open-wallet.d.ts +33 -0
  132. package/bundles/types/open-wallets/base/base-open-wallet.d.ts.map +1 -0
  133. package/bundles/types/open-wallets/enum/event.enum.d.ts +8 -0
  134. package/bundles/types/open-wallets/enum/event.enum.d.ts.map +1 -0
  135. package/bundles/types/open-wallets/index.d.ts +6 -0
  136. package/bundles/types/open-wallets/index.d.ts.map +1 -0
  137. package/bundles/types/open-wallets/interfaces/base-service-config.interface.d.ts +30 -0
  138. package/bundles/types/open-wallets/interfaces/base-service-config.interface.d.ts.map +1 -0
  139. package/bundles/types/open-wallets/interfaces/base-wallet-meta.interface.d.ts +5 -0
  140. package/bundles/types/open-wallets/interfaces/base-wallet-meta.interface.d.ts.map +1 -0
  141. package/bundles/types/open-wallets/interfaces/events.interface.d.ts +34 -0
  142. package/bundles/types/open-wallets/interfaces/events.interface.d.ts.map +1 -0
  143. package/bundles/types/open-wallets/interfaces/index.d.ts +8 -0
  144. package/bundles/types/open-wallets/interfaces/index.d.ts.map +1 -0
  145. package/bundles/types/open-wallets/interfaces/payment-source.interface.d.ts +5 -0
  146. package/bundles/types/open-wallets/interfaces/payment-source.interface.d.ts.map +1 -0
  147. package/bundles/types/open-wallets/services/index.d.ts +9 -0
  148. package/bundles/types/open-wallets/services/index.d.ts.map +1 -0
  149. package/bundles/types/open-wallets/types/index.d.ts +5 -0
  150. package/bundles/types/open-wallets/types/index.d.ts.map +1 -0
  151. package/bundles/types/open-wallets/types/ott-backend.type.d.ts +26 -0
  152. package/bundles/types/open-wallets/types/ott-backend.type.d.ts.map +1 -0
  153. package/bundles/types/open-wallets/types/ott-response.type.d.ts +8 -0
  154. package/bundles/types/open-wallets/types/ott-response.type.d.ts.map +1 -0
  155. package/bundles/types/open-wallets/types/wallet-type.type.d.ts +6 -0
  156. package/bundles/types/open-wallets/types/wallet-type.type.d.ts.map +1 -0
  157. package/bundles/types/shared/services/configuration-validation/configuration-validation.d.ts.map +1 -1
  158. package/bundles/types/shared-ui/components/button.d.ts +23 -0
  159. package/bundles/types/shared-ui/components/button.d.ts.map +1 -0
  160. package/bundles/types/shared-ui/components/item-info-blocks.d.ts +20 -0
  161. package/bundles/types/shared-ui/components/item-info-blocks.d.ts.map +1 -0
  162. package/bundles/types/shared-ui/components/list-item.d.ts +13 -0
  163. package/bundles/types/shared-ui/components/list-item.d.ts.map +1 -0
  164. package/bundles/types/shared-ui/components/loading-spinner.d.ts +12 -0
  165. package/bundles/types/shared-ui/components/loading-spinner.d.ts.map +1 -0
  166. package/bundles/types/shared-ui/components/message-card.d.ts +19 -0
  167. package/bundles/types/shared-ui/components/message-card.d.ts.map +1 -0
  168. package/bundles/types/shared-ui/components/svg-container.d.ts +2 -0
  169. package/bundles/types/shared-ui/components/svg-container.d.ts.map +1 -0
  170. package/bundles/types/shared-ui/components/widget-wrapper.d.ts +2 -0
  171. package/bundles/types/shared-ui/components/widget-wrapper.d.ts.map +1 -0
  172. package/bundles/types/shared-ui/models/widget-root.model.d.ts +12 -0
  173. package/bundles/types/shared-ui/models/widget-root.model.d.ts.map +1 -0
  174. package/bundles/types/shared-ui/styles/widget-root-styles.d.ts +3 -0
  175. package/bundles/types/shared-ui/styles/widget-root-styles.d.ts.map +1 -0
  176. package/bundles/types/shared-ui/utils/loading-spinner.util.d.ts +8 -0
  177. package/bundles/types/shared-ui/utils/loading-spinner.util.d.ts.map +1 -0
  178. package/bundles/types/wallet-buttons/enums.d.ts +2 -1
  179. package/bundles/types/wallet-buttons/enums.d.ts.map +1 -1
  180. package/bundles/types/wallet-buttons/wallet-buttons.d.ts +12 -6
  181. package/bundles/types/wallet-buttons/wallet-buttons.d.ts.map +1 -1
  182. package/bundles/types/wallet-buttons/wallet-services/afterpay.wallet-service.d.ts +2 -2
  183. package/bundles/types/wallet-buttons/wallet-services/afterpay.wallet-service.d.ts.map +1 -1
  184. package/bundles/types/wallet-buttons/wallet-services/apple.wallet-service.d.ts +3 -3
  185. package/bundles/types/wallet-buttons/wallet-services/apple.wallet-service.d.ts.map +1 -1
  186. package/bundles/types/wallet-buttons/wallet-services/flypay-v2.wallet-service.d.ts +2 -2
  187. package/bundles/types/wallet-buttons/wallet-services/flypay-v2.wallet-service.d.ts.map +1 -1
  188. package/bundles/types/wallet-buttons/wallet-services/flypay.wallet-service.d.ts +7 -7
  189. package/bundles/types/wallet-buttons/wallet-services/flypay.wallet-service.d.ts.map +1 -1
  190. package/bundles/types/wallet-buttons/wallet-services/google.wallet-service.d.ts.map +1 -1
  191. package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts +2 -2
  192. package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts.map +1 -1
  193. package/bundles/types/wallet-buttons/wallet-services/stripe.wallet-service.d.ts +3 -3
  194. package/bundles/types/wallet-buttons/wallet-services/stripe.wallet-service.d.ts.map +1 -1
  195. package/bundles/types/wallet-buttons/wallet-services/wallet-service.d.ts +6 -6
  196. package/bundles/types/wallet-buttons/wallet-services/wallet-service.d.ts.map +1 -1
  197. package/bundles/types/wallet-buttons-express/interfaces/charge-wallet-token-meta.interface.d.ts +1 -0
  198. package/bundles/types/wallet-buttons-express/interfaces/charge-wallet-token-meta.interface.d.ts.map +1 -1
  199. package/bundles/types/wallet-buttons-express/interfaces/wallet-capture-request.interface.d.ts +20 -0
  200. package/bundles/types/wallet-buttons-express/interfaces/wallet-capture-request.interface.d.ts.map +1 -1
  201. package/bundles/types/wallet-buttons-express/services/apple-pay/apple-pay.wallet-button-express.d.ts.map +1 -1
  202. package/bundles/types/wallet-buttons-express/services/apple-pay/types/apple-pay-shipping-data.d.ts +3 -0
  203. package/bundles/types/wallet-buttons-express/services/apple-pay/types/apple-pay-shipping-data.d.ts.map +1 -1
  204. package/bundles/types/widget/configuration.d.ts +2 -0
  205. package/bundles/types/widget/configuration.d.ts.map +1 -1
  206. package/bundles/types/widget/html-multi-widget.d.ts +7 -5
  207. package/bundles/types/widget/html-multi-widget.d.ts.map +1 -1
  208. package/bundles/types/widget/html-widget.d.ts +1 -0
  209. package/bundles/types/widget/html-widget.d.ts.map +1 -1
  210. package/bundles/types/widget/multi-widget.d.ts +8 -0
  211. package/bundles/types/widget/multi-widget.d.ts.map +1 -1
  212. package/bundles/widget.umd.js +2661 -401
  213. package/bundles/widget.umd.js.d.ts +395 -194
  214. package/bundles/widget.umd.js.min.d.ts +395 -194
  215. package/bundles/widget.umd.min.js +1 -1
  216. package/docs/wallet-buttons-express-examples.md +528 -0
  217. package/docs/wallet-buttons.md +1 -0
  218. package/package.json +3 -2
  219. package/bundles/types/checkout/instructions/index.d.ts +0 -3
  220. package/bundles/types/checkout/instructions/index.d.ts.map +0 -1
  221. package/bundles/types/checkout/instructions/v1/instruction.afterpay_checkout_form.show.d.ts.map +0 -1
  222. package/bundles/types/checkout/instructions/v1/instruction.afterpay_wallet_form.show.d.ts.map +0 -1
  223. package/bundles/types/checkout/instructions/v1/instruction.apple_pay_form.show.d.ts.map +0 -1
  224. package/bundles/types/checkout/instructions/v1/instruction.bank_account_form.show.d.ts.map +0 -1
  225. package/bundles/types/checkout/instructions/v1/instruction.card_form.show.d.ts.map +0 -1
  226. package/bundles/types/checkout/instructions/v1/instruction.disable_payment_method_event.emit.d.ts.map +0 -1
  227. package/bundles/types/checkout/instructions/v1/instruction.generic.show_message.d.ts.map +0 -1
  228. package/bundles/types/checkout/instructions/v1/instruction.google_pay_form.show.d.ts.map +0 -1
  229. package/bundles/types/checkout/instructions/v1/instruction.merchant_event.emit.d.ts.map +0 -1
  230. package/bundles/types/checkout/instructions/v1/instruction.paypal_form.show.d.ts.map +0 -1
  231. package/bundles/types/checkout/instructions/v1/instruction.zip_checkout_form.show.d.ts.map +0 -1
  232. package/bundles/types/checkout/layout-widgets/additionals.d.ts +0 -3
  233. package/bundles/types/checkout/layout-widgets/additionals.d.ts.map +0 -1
  234. package/bundles/types/checkout/layout-widgets/default-variables.enum.d.ts.map +0 -1
  235. package/bundles/types/checkout/layout-widgets/message.d.ts.map +0 -1
  236. package/bundles/types/checkout/layout-widgets/payment-methods-template.d.ts.map +0 -1
  237. package/bundles/types/checkout/layout-widgets/payment-methods.d.ts.map +0 -1
  238. package/bundles/types/checkout/layout-widgets/payment-template.d.ts.map +0 -1
  239. package/bundles/types/fraud-prevention/providers/forter/templates/forter-snippet-2025-02-06t14:19:34z.template.d.ts.map +0 -1
  240. /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/index.d.ts +0 -0
  241. /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.canvas_3ds.show.d.ts +0 -0
  242. /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.fraud_service.show.d.ts +0 -0
  243. /package/bundles/types/checkout/{instructions/v1 → v1/instructions}/instruction.payment_methods.show.d.ts +0 -0
  244. /package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/default-variables.enum.d.ts +0 -0
  245. /package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/payment-methods-template.d.ts +0 -0
  246. /package/bundles/types/checkout/{layout-widgets → v1/layout-widgets}/payment-template.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"forter-snippet-2025-02-06t14:19:34z.template.d.ts","sourceRoot":"","sources":["../../../../../src/fraud-prevention/providers/forter/templates/forter-snippet-2025-02-06t14:19:34z.template.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,qybAUtC,CAAC"}