@inploi/core
Advanced tools
Comparing version 1.14.6 to 1.14.7
@@ -239,3 +239,8 @@ "use strict"; | ||
data: import_zod.z.object({ | ||
key: import_zod.z.string().describe("The key of the submission to user as the identifier") | ||
key: import_zod.z.string().describe("The key of the submission to user as the identifier"), | ||
firstName: import_zod.z.string().optional(), | ||
lastName: import_zod.z.string().optional(), | ||
phoneNumber: import_zod.z.string().optional(), | ||
email: import_zod.z.string().optional(), | ||
customTraits: import_zod.z.record(import_zod.z.any()).optional() | ||
}) | ||
@@ -242,0 +247,0 @@ }); |
{ | ||
"name": "@inploi/core", | ||
"version": "1.14.6", | ||
"version": "1.14.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
231812
3255