@chargehive/types 2.1.16 → 2.1.17

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 -5
  2. package/package.json +1 -1
package/chargehive.d.ts CHANGED
@@ -132,13 +132,14 @@ export type PaymentMethodTokenizationConfig = {
132
132
  PLACEMENT_CAPABILITY_PAYPAL: {}
133
133
  PLACEMENT_CAPABILITY_CARD_FORM: {}
134
134
  PLACEMENT_CAPABILITY_APPLE_PAY: {
135
- session: string;
136
- initiativeContext: string;
137
- sessionUrl: string;
135
+ Session?: string;
136
+ InitiativeContext?: string;
137
+ SessionUrl?: string;
138
138
  }
139
139
  PLACEMENT_CAPABILITY_GOOGLE_PAY: {
140
- environment: string;
141
- googlePayConfig: google.payments.api.PaymentDataRequest | string;
140
+ environment?: string;
141
+ googlePayConfig?: google.payments.api.PaymentDataRequest | string;
142
+ token?: string;
142
143
  }
143
144
  PLACEMENT_CAPABILITY_DIRECTDEBIT_FORM: {}
144
145
  }
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "typescript": "^3 || ^4",
10
10
  "@pci-bridge/types": "^1.0.13"
11
11
  },
12
- "version": "2.1.16"
12
+ "version": "2.1.17"
13
13
  }