@chargehive/types 2.3.9 → 2.3.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 +6 -1
  2. package/package.json +1 -1
package/chargehive.d.ts CHANGED
@@ -143,7 +143,12 @@ export type PaymentMethodDataTypes = {
143
143
  }
144
144
  PLACEMENT_CAPABILITY_CARD_FORM: PCIBridgeTokenizeResponse
145
145
  PLACEMENT_CAPABILITY_PAYPAL: EmptyObject
146
- PLACEMENT_CAPABILITY_APPLE_PAY: ApplePayJS.ApplePayPaymentToken
146
+ PLACEMENT_CAPABILITY_APPLE_PAY:
147
+ { token: ApplePayJS.ApplePayPaymentToken } |
148
+ {
149
+ initiativeContext: string;
150
+ sessionUrl: string;
151
+ }
147
152
  PLACEMENT_CAPABILITY_GOOGLE_PAY: google.payments.api.PaymentData
148
153
  PLACEMENT_CAPABILITY_DIRECTDEBIT_FORM: {
149
154
  accountName: string;
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "typescript": "^3 || ^4",
10
10
  "@pci-bridge/types": "*"
11
11
  },
12
- "version": "2.3.9"
12
+ "version": "2.3.11"
13
13
  }