@chargehive/types 2.1.7 → 2.1.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.
Files changed (2) hide show
  1. package/chargehive.d.ts +0 -1
  2. package/package.json +1 -1
package/chargehive.d.ts CHANGED
@@ -229,7 +229,6 @@ export type EventName = PCIBEventName
229
229
  | 'ready'
230
230
  | 'paste'
231
231
  | 'method-type-changed'
232
- | 'charge-created'
233
232
  | 'charge-id';
234
233
 
235
234
  export type ChargeHiveEventType = Extract<EventName, 'token' | 'success' | 'declined' | 'authentication'>
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "typescript": "^3 || ^4",
10
10
  "@pci-bridge/types": "^1.0.10"
11
11
  },
12
- "version": "2.1.7"
12
+ "version": "2.1.10"
13
13
  }