@evervault/js 2.0.1 → 2.0.2
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.
- package/dist/evervault.d.ts +2 -6
- package/package.json +4 -4
package/dist/evervault.d.ts
CHANGED
|
@@ -101,8 +101,8 @@ declare type ApplePayButtonOptions = {
|
|
|
101
101
|
disbursementOverrides?: {
|
|
102
102
|
disbursementDetails?: PaymentDetailsInit;
|
|
103
103
|
};
|
|
104
|
-
process: (data:
|
|
105
|
-
fail: (error?:
|
|
104
|
+
process: (data: EncryptedApplePayData, helpers: {
|
|
105
|
+
fail: (error?: ApplePayErrorMessage) => void;
|
|
106
106
|
}) => Promise<void>;
|
|
107
107
|
};
|
|
108
108
|
|
|
@@ -155,10 +155,6 @@ declare type ApplePayCardNetwork =
|
|
|
155
155
|
|
|
156
156
|
declare type ApplePayCardNetwork_2 = "amex" | "bancomat" | "bancontact" | "cartesBancaires" | "chinaUnionPay" | "dankort" | "discover" | "eftpos" | "electron" | "elo" | "girocard" | "interac" | "jcb" | "mada" | "maestro" | "masterCard" | "mir" | "privateLabel" | "visa" | "vPay";
|
|
157
157
|
|
|
158
|
-
declare interface ApplePayError_2 {
|
|
159
|
-
message: string;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
158
|
declare interface ApplePayErrorMessage {
|
|
163
159
|
message: string;
|
|
164
160
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@evervault/js",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"description": "Evervault.js loader for client-side browser applications",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"typescript": "5.5.4",
|
|
21
21
|
"vite": "^5.4.11",
|
|
22
22
|
"vite-plugin-dts": "^4.3.0",
|
|
23
|
-
"@evervault/browser": "2.42.
|
|
24
|
-
"themes": "0.1.13",
|
|
23
|
+
"@evervault/browser": "2.42.3",
|
|
25
24
|
"tsconfig": "0.1.0",
|
|
26
|
-
"types": "0.13.0"
|
|
25
|
+
"types": "0.13.0",
|
|
26
|
+
"themes": "0.1.13"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "vite build",
|