@evervault/js 2.6.0 → 2.8.0

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.
@@ -80,6 +80,7 @@ declare interface BaseTransactionDetails {
80
80
  currency: string;
81
81
  country: string;
82
82
  merchantId: string;
83
+ priceLabel?: string;
83
84
  lineItems?: TransactionLineItem[];
84
85
  }
85
86
 
@@ -837,6 +838,8 @@ declare interface EncryptedDPAN<P> {
837
838
  };
838
839
  cryptogram: string;
839
840
  eci: string;
841
+ messageId?: string;
842
+ messageExpiration?: string;
840
843
  }
841
844
 
842
845
  declare interface EncryptedFPAN {
@@ -850,6 +853,8 @@ declare interface EncryptedFPAN {
850
853
  year: string;
851
854
  };
852
855
  };
856
+ messageId?: string;
857
+ messageExpiration?: string;
853
858
  }
854
859
 
855
860
  declare type EncryptedGooglePayData = (
@@ -1081,6 +1086,7 @@ declare type GooglePayButtonLocale =
1081
1086
  | "zh";
1082
1087
 
1083
1088
  declare type GooglePayButtonType =
1089
+ | "short"
1084
1090
  | "book"
1085
1091
  | "buy"
1086
1092
  | "checkout"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@evervault/js",
4
- "version": "2.6.0",
4
+ "version": "2.8.0",
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.48.1",
24
- "themes": "0.1.18",
25
- "types": "0.18.0",
26
- "tsconfig": "0.1.0"
23
+ "@evervault/browser": "2.50.1",
24
+ "tsconfig": "0.1.0",
25
+ "themes": "0.1.21",
26
+ "types": "0.21.0"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "vite build",