@medipass/web-sdk 11.70.3-chore-mpgs-template.0 → 11.70.3-chore-mpgs-template.1

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.
@@ -165,9 +165,9 @@ export declare const getNonce: ({ amount, businessId, patientId, cardNumber: _ca
165
165
  amount?: string | undefined;
166
166
  businessId?: string | undefined;
167
167
  patientId?: string | undefined;
168
- cardNumber: string;
169
- expiry: string;
170
- cvc: string;
168
+ cardNumber?: string | undefined;
169
+ expiry?: string | undefined;
170
+ cvc?: string | undefined;
171
171
  paymentProvider?: "payment-card" | "google-pay" | "apple-pay" | undefined;
172
172
  isSales?: boolean | undefined;
173
173
  isSelfCheckoutSession?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.70.3-chore-mpgs-template.0",
3
+ "version": "11.70.3-chore-mpgs-template.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "041a2ebe8b55503abe9338551a4240c98e5849bc"
61
+ "gitHead": "b186513cbfb1cf5a2c23fa6dad603652d13cbd28"
62
62
  }