@chargehive/types 2.4.9 → 2.4.11

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
@@ -411,6 +411,7 @@ export interface WalletOptionsResponse
411
411
  * @default false
412
412
  */
413
413
  requireBillingAddress?: boolean;
414
+ billingAddressFormat?: string;
414
415
  /**
415
416
  * @default false
416
417
  */
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "typescript": "^3 || ^4",
10
10
  "@pci-bridge/types": "*"
11
11
  },
12
- "version": "2.4.9"
12
+ "version": "2.4.11"
13
13
  }