@paydock/client-sdk 1.133.1-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 (39) hide show
  1. package/README.md +1 -0
  2. package/bundles/index.cjs +875 -853
  3. package/bundles/index.cjs.d.ts +45 -44
  4. package/bundles/index.mjs +875 -853
  5. package/bundles/index.mjs.d.ts +45 -44
  6. package/bundles/types/api/api-checkout-internal.d.ts +2 -2
  7. package/bundles/types/api/api-checkout-internal.d.ts.map +1 -1
  8. package/bundles/types/checkout/images/card-icons.d.ts +2 -1
  9. package/bundles/types/checkout/images/card-icons.d.ts.map +1 -1
  10. package/bundles/types/checkout/v1/instructions/index.d.ts.map +1 -1
  11. package/bundles/types/checkout/v1/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
  12. package/bundles/types/checkout/v1/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
  13. package/bundles/types/checkout/v1/instructions/instruction.paypal_form.show.d.ts.map +1 -1
  14. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts +1 -0
  15. package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts.map +1 -1
  16. package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
  17. package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -1
  18. package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
  19. package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts.map +1 -1
  20. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts +14 -2
  21. package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts.map +1 -1
  22. package/bundles/types/checkout/v3/models/card.model.d.ts +3 -1
  23. package/bundles/types/checkout/v3/models/card.model.d.ts.map +1 -1
  24. package/bundles/types/checkout/v3/models/payment-methods.model.d.ts.map +1 -1
  25. package/bundles/types/components/param.d.ts +1 -0
  26. package/bundles/types/components/param.d.ts.map +1 -1
  27. package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.d.ts.map +1 -1
  28. package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.service.d.ts.map +1 -1
  29. package/bundles/types/shared-ui/components/modal.d.ts +18 -0
  30. package/bundles/types/shared-ui/components/modal.d.ts.map +1 -0
  31. package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts.map +1 -1
  32. package/bundles/types/widget/index.d.ts +4 -3
  33. package/bundles/types/widget/index.d.ts.map +1 -1
  34. package/bundles/widget.umd.js +875 -853
  35. package/bundles/widget.umd.js.d.ts +45 -44
  36. package/bundles/widget.umd.js.min.d.ts +45 -44
  37. package/bundles/widget.umd.min.js +1 -1
  38. package/docs/api-widget.md +1 -0
  39. package/package.json +11 -4
package/README.md CHANGED
@@ -730,6 +730,7 @@ The list of available parameters for showing card icons
730
730
  | SOLO | <code>string</code> | <code>&quot;solo&quot;</code> |
731
731
  | VISA | <code>string</code> | <code>&quot;visa&quot;</code> |
732
732
  | VISA_WHITE | <code>string</code> | <code>&quot;visa_white&quot;</code> |
733
+ | UNIONPAY | <code>string</code> | <code>&quot;unionpay&quot;</code> |
733
734
 
734
735
  <a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT" href="#user-content-w_STYLABLE_ELEMENT">&nbsp;</a>
735
736