@marqeta/ux-toolkit-sdk-javascript 2.41.0 → 2.42.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.
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -5049,6 +5049,9 @@ type ProvisionWalletResponse = {
|
|
|
5049
5049
|
pan_reference_id?: string;
|
|
5050
5050
|
nonce?: string;
|
|
5051
5051
|
nonce_signature?: string;
|
|
5052
|
+
encrypted_pass_data?: string;
|
|
5053
|
+
activation_data?: string;
|
|
5054
|
+
ephemeral_public_key?: string;
|
|
5052
5055
|
tokenization_request_data?: TokenizationRequestData;
|
|
5053
5056
|
};
|
|
5054
5057
|
|
package/dist/index.d.ts
CHANGED
|
@@ -5049,6 +5049,9 @@ type ProvisionWalletResponse = {
|
|
|
5049
5049
|
pan_reference_id?: string;
|
|
5050
5050
|
nonce?: string;
|
|
5051
5051
|
nonce_signature?: string;
|
|
5052
|
+
encrypted_pass_data?: string;
|
|
5053
|
+
activation_data?: string;
|
|
5054
|
+
ephemeral_public_key?: string;
|
|
5052
5055
|
tokenization_request_data?: TokenizationRequestData;
|
|
5053
5056
|
};
|
|
5054
5057
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marqeta/ux-toolkit-sdk-javascript",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.42.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"graphql": "^15.8.0",
|
|
36
36
|
"graphql-tag": "^2.12.6",
|
|
37
37
|
"inversify": "^6.0.2",
|
|
38
|
-
"jsrsasign": "^11.1.
|
|
38
|
+
"jsrsasign": "^11.1.1",
|
|
39
39
|
"ts-node": "^10.9.1",
|
|
40
40
|
"uuid": "^11.0.5"
|
|
41
41
|
},
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"globals": "^15.0.0",
|
|
75
75
|
"jest": "^29.7.0",
|
|
76
76
|
"jest-environment-jsdom": "^29.7.0",
|
|
77
|
-
"jsrsasign": "^11.1.
|
|
77
|
+
"jsrsasign": "^11.1.1",
|
|
78
78
|
"lint-staged": "^15.2.0",
|
|
79
79
|
"msw": "^2.0.14",
|
|
80
80
|
"prettier": "^3.1.1",
|