@bootpay/client-js 5.2.5-beta.1 → 5.2.6

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.
@@ -118,4 +118,14 @@ export interface RequestBootpayBrandpayLaunchManager {
118
118
  use_popup?: boolean
119
119
  subscribe_brandpay_type?: 'select' | 'sequential' | null | undefined
120
120
  hooks?: WidgetHookFunction
121
+ sdk_option?: BrandpaySdkOption
122
+ }
123
+
124
+ interface BrandpaySdkOption {
125
+ use_fixed_size?: boolean
126
+ use_close_button?: boolean
127
+ size?: {
128
+ width?: number
129
+ height?: number
130
+ }
121
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "5.2.5-beta.1",
3
+ "version": "5.2.6",
4
4
  "main": "dist/index.mjs",
5
5
  "exports": {
6
6
  ".": {