@bootpay/client-js 5.0.0-beta.1 → 5.0.0-beta.10
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.
- package/README.md +5 -1
- package/dist/index.es.js +6882 -0
- package/dist/index.umd.js +2 -0
- package/dist/package.json.d.ts +55 -0
- package/dist/src/bootpay-es5.d.ts +2 -0
- package/{bootpay-widget.d.ts → dist/src/bootpay-widget.d.ts} +2 -1
- package/{bootpay.d.ts → dist/src/bootpay.d.ts} +0 -2
- package/dist/src/index.d.ts +77 -0
- package/{lib → dist/src/lib}/bootpay-widget.d.ts +9 -2
- package/{lib → dist/src/lib}/bootpay.d.ts +1 -1
- package/{lib → dist/src/lib}/event/payment.d.ts +1 -2
- package/{lib/template/card-easy.d.ts → dist/src/lib/template/oopay.d.ts} +8 -4
- package/{lib → dist/src/lib}/template/payment.d.ts +0 -1
- package/{lib → dist/src/lib}/template/widget.d.ts +1 -0
- package/{models → dist/src/models}/bootpay-interface.d.ts +8 -1
- package/{models → dist/src/models}/bootpay-widget-interface.d.ts +11 -4
- package/{support → dist/src/support}/alfred-progress/index.d.ts +0 -1
- package/{support → dist/src/support}/environment.d.ts +1 -0
- package/{support/logger.d.ts → dist/src/support/event-logger.d.ts} +2 -23
- package/dist/src/support/logger.d.ts +21 -0
- package/{support → dist/src/support}/storage.d.ts +1 -0
- package/{support → dist/src/support}/widget-store.d.ts +8 -9
- package/dist/vite.config.d.ts +2 -0
- package/package.json +10 -5
- package/tsconfig.json +37 -0
- package/tsconfig.json.esnext +42 -0
- package/vite.config.ts +27 -0
- package/bootpay-environment.js +0 -1
- package/bootpay-sdk.js +0 -2
- package/bootpay-sdk.js.LICENSE.txt +0 -1
- package/bootpay-widget.js +0 -2
- package/bootpay-widget.js.LICENSE.txt +0 -1
- package/bootpay.js +0 -2
- package/bootpay.js.LICENSE.txt +0 -1
- package/dist/bootpay.d.ts +0 -2
- package/index.d.ts +0 -6
- package/index.js +0 -8
- /package/{bootpay-environment.d.ts → dist/src/bootpay-environment.d.ts} +0 -0
- /package/{bootpay-sdk.d.ts → dist/src/bootpay-sdk.d.ts} +0 -0
- /package/{lib → dist/src/lib}/analytics.d.ts +0 -0
- /package/{lib → dist/src/lib}/event/polling.d.ts +0 -0
- /package/{lib → dist/src/lib}/event/user-token.d.ts +0 -0
- /package/{lib → dist/src/lib}/event/widget.d.ts +0 -0
- /package/{lib → dist/src/lib}/locale/message.d.ts +0 -0
- /package/{lib → dist/src/lib}/template/user-token.d.ts +0 -0
- /package/{models → dist/src/models}/bootpay-sdk-interface.d.ts +0 -0
- /package/{models → dist/src/models}/const.d.ts +0 -0
- /package/{support → dist/src/support}/bootpay-manager.d.ts +0 -0
- /package/{support → dist/src/support}/event.d.ts +0 -0
- /package/{support → dist/src/support}/resource.d.ts +0 -0
- /package/{support → dist/src/support}/template-manager.d.ts +0 -0
- /package/{support → dist/src/support}/util.d.ts +0 -0
- /package/{test → dist/src/test}/index.d.ts +0 -0
- /package/{test → dist/src/test}/moduleRequire.d.ts +0 -0