@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.