@chargehive/types 2.4.7 → 2.4.9

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 (2) hide show
  1. package/chargehive.d.ts +1 -0
  2. package/package.json +1 -1
package/chargehive.d.ts CHANGED
@@ -223,6 +223,7 @@ export interface ChargeData
223
223
  language?: string;
224
224
  meta?: ChargeMeta;
225
225
  connectorId?: string;
226
+ challengeWindowSize?: string;
226
227
  }
227
228
 
228
229
  export interface ChargeType
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "typescript": "^3 || ^4",
10
10
  "@pci-bridge/types": "*"
11
11
  },
12
- "version": "2.4.7"
12
+ "version": "2.4.9"
13
13
  }