@bootpay/client-js 5.3.0-beta.2 → 5.3.0-beta.4

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.
@@ -246,6 +246,7 @@ export interface WidgetExtraModel extends Partial<ExtraModel> {
246
246
 
247
247
  export interface ConfirmModel {
248
248
  event: string
249
+ application_id: string
249
250
  receipt_id: string
250
251
  gateway_url: string
251
252
  data?: any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.3.0-beta.2",
3
+ "version": "5.3.0-beta.4",
4
4
  "main": "dist/index.mjs",
5
5
  "exports": {
6
6
  ".": {