@paydock/client-sdk 1.110.3 → 1.111.1

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 (87) hide show
  1. package/bundles/index.cjs +2147 -137
  2. package/bundles/index.cjs.d.ts +113 -1
  3. package/bundles/index.mjs +2145 -137
  4. package/bundles/index.mjs.d.ts +113 -1
  5. package/bundles/types/api/api-base.d.ts +5 -0
  6. package/bundles/types/api/api-base.d.ts.map +1 -1
  7. package/bundles/types/api/api-checkout-internal.d.ts +56 -0
  8. package/bundles/types/api/api-checkout-internal.d.ts.map +1 -0
  9. package/bundles/types/api/api-internal.d.ts +2 -0
  10. package/bundles/types/api/api-internal.d.ts.map +1 -1
  11. package/bundles/types/checkout/checkout.d.ts +86 -0
  12. package/bundles/types/checkout/checkout.d.ts.map +1 -0
  13. package/bundles/types/checkout/helpers/instruction-handler.d.ts +23 -0
  14. package/bundles/types/checkout/helpers/instruction-handler.d.ts.map +1 -0
  15. package/bundles/types/checkout/helpers/instruction-module.d.ts +6 -0
  16. package/bundles/types/checkout/helpers/instruction-module.d.ts.map +1 -0
  17. package/bundles/types/checkout/helpers/instruction-module.decorator.d.ts +6 -0
  18. package/bundles/types/checkout/helpers/instruction-module.decorator.d.ts.map +1 -0
  19. package/bundles/types/checkout/helpers/instruction.decorator.d.ts +5 -0
  20. package/bundles/types/checkout/helpers/instruction.decorator.d.ts.map +1 -0
  21. package/bundles/types/checkout/helpers/resource-helper.d.ts +5 -0
  22. package/bundles/types/checkout/helpers/resource-helper.d.ts.map +1 -0
  23. package/bundles/types/checkout/helpers/session-helper.d.ts +5 -0
  24. package/bundles/types/checkout/helpers/session-helper.d.ts.map +1 -0
  25. package/bundles/types/checkout/index.d.ts +2 -0
  26. package/bundles/types/checkout/index.d.ts.map +1 -0
  27. package/bundles/types/checkout/instructions/index.d.ts +3 -0
  28. package/bundles/types/checkout/instructions/index.d.ts.map +1 -0
  29. package/bundles/types/checkout/instructions/v1/index.d.ts +4 -0
  30. package/bundles/types/checkout/instructions/v1/index.d.ts.map +1 -0
  31. package/bundles/types/checkout/instructions/v1/instruction.afterpay_checkout_form.show.d.ts +20 -0
  32. package/bundles/types/checkout/instructions/v1/instruction.afterpay_checkout_form.show.d.ts.map +1 -0
  33. package/bundles/types/checkout/instructions/v1/instruction.afterpay_wallet_form.show.d.ts +14 -0
  34. package/bundles/types/checkout/instructions/v1/instruction.afterpay_wallet_form.show.d.ts.map +1 -0
  35. package/bundles/types/checkout/instructions/v1/instruction.apple_pay_form.show.d.ts +18 -0
  36. package/bundles/types/checkout/instructions/v1/instruction.apple_pay_form.show.d.ts.map +1 -0
  37. package/bundles/types/checkout/instructions/v1/instruction.bank_account_form.show.d.ts +15 -0
  38. package/bundles/types/checkout/instructions/v1/instruction.bank_account_form.show.d.ts.map +1 -0
  39. package/bundles/types/checkout/instructions/v1/instruction.canvas_3ds.show.d.ts +11 -0
  40. package/bundles/types/checkout/instructions/v1/instruction.canvas_3ds.show.d.ts.map +1 -0
  41. package/bundles/types/checkout/instructions/v1/instruction.card_form.show.d.ts +19 -0
  42. package/bundles/types/checkout/instructions/v1/instruction.card_form.show.d.ts.map +1 -0
  43. package/bundles/types/checkout/instructions/v1/instruction.disable_payment_method_event.emit.d.ts +19 -0
  44. package/bundles/types/checkout/instructions/v1/instruction.disable_payment_method_event.emit.d.ts.map +1 -0
  45. package/bundles/types/checkout/instructions/v1/instruction.generic.show_message.d.ts +26 -0
  46. package/bundles/types/checkout/instructions/v1/instruction.generic.show_message.d.ts.map +1 -0
  47. package/bundles/types/checkout/instructions/v1/instruction.google_pay_form.show.d.ts +18 -0
  48. package/bundles/types/checkout/instructions/v1/instruction.google_pay_form.show.d.ts.map +1 -0
  49. package/bundles/types/checkout/instructions/v1/instruction.merchant_event.emit.d.ts +18 -0
  50. package/bundles/types/checkout/instructions/v1/instruction.merchant_event.emit.d.ts.map +1 -0
  51. package/bundles/types/checkout/instructions/v1/instruction.payment_methods.show.d.ts +18 -0
  52. package/bundles/types/checkout/instructions/v1/instruction.payment_methods.show.d.ts.map +1 -0
  53. package/bundles/types/checkout/instructions/v1/instruction.paypal_form.show.d.ts +21 -0
  54. package/bundles/types/checkout/instructions/v1/instruction.paypal_form.show.d.ts.map +1 -0
  55. package/bundles/types/checkout/instructions/v1/instruction.zip_checkout_form.show.d.ts +19 -0
  56. package/bundles/types/checkout/instructions/v1/instruction.zip_checkout_form.show.d.ts.map +1 -0
  57. package/bundles/types/checkout/layout-widgets/additionals.d.ts +3 -0
  58. package/bundles/types/checkout/layout-widgets/additionals.d.ts.map +1 -0
  59. package/bundles/types/checkout/layout-widgets/default-variables.enum.d.ts +9 -0
  60. package/bundles/types/checkout/layout-widgets/default-variables.enum.d.ts.map +1 -0
  61. package/bundles/types/checkout/layout-widgets/message.d.ts +34 -0
  62. package/bundles/types/checkout/layout-widgets/message.d.ts.map +1 -0
  63. package/bundles/types/checkout/layout-widgets/payment-methods-template.d.ts +10 -0
  64. package/bundles/types/checkout/layout-widgets/payment-methods-template.d.ts.map +1 -0
  65. package/bundles/types/checkout/layout-widgets/payment-methods.d.ts +52 -0
  66. package/bundles/types/checkout/layout-widgets/payment-methods.d.ts.map +1 -0
  67. package/bundles/types/checkout/layout-widgets/payment-template.d.ts +3 -0
  68. package/bundles/types/checkout/layout-widgets/payment-template.d.ts.map +1 -0
  69. package/bundles/types/components/iframe.d.ts +2 -0
  70. package/bundles/types/components/iframe.d.ts.map +1 -1
  71. package/bundles/types/components/link.d.ts +1 -0
  72. package/bundles/types/components/link.d.ts.map +1 -1
  73. package/bundles/types/components/param.d.ts +5 -0
  74. package/bundles/types/components/param.d.ts.map +1 -1
  75. package/bundles/types/helper/access-token.d.ts +1 -0
  76. package/bundles/types/helper/access-token.d.ts.map +1 -1
  77. package/bundles/types/helper/spiner.util.d.ts +6 -0
  78. package/bundles/types/helper/spiner.util.d.ts.map +1 -0
  79. package/bundles/types/index.d.ts +1 -0
  80. package/bundles/types/index.d.ts.map +1 -1
  81. package/bundles/types/widget/html-multi-widget.d.ts +1 -0
  82. package/bundles/types/widget/html-multi-widget.d.ts.map +1 -1
  83. package/bundles/widget.umd.js +2147 -137
  84. package/bundles/widget.umd.js.d.ts +113 -1
  85. package/bundles/widget.umd.js.min.d.ts +113 -1
  86. package/bundles/widget.umd.min.js +7 -7
  87. package/package.json +2 -1
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "name": "@paydock/client-sdk",
107
- "version": "1.110.3",
107
+ "version": "1.111.1",
108
108
  "scripts": {
109
109
  "build:doc": "node docs/html/marked.js",
110
110
  "build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
@@ -200,6 +200,7 @@
200
200
  "rimraf": "^5.0.5",
201
201
  "rollup": "^4.17.2",
202
202
  "rollup-plugin-dts": "^6.1.0",
203
+ "rxjs": "^7.8.1",
203
204
  "tsify": "^3.0.1",
204
205
  "tslib": "^2.6.2",
205
206
  "tslint": "^5.8.0",