@nexeraid/identity-schemas 2.225.0 → 2.226.0-dev
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/declarations/src/providers/index.d.ts +1 -0
- package/dist/declarations/src/providers/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -0
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +25 -25
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/veriff/index.d.ts +5 -0
- package/dist/declarations/src/providers/veriff/index.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-decision.schema.d.ts +8 -0
- package/dist/declarations/src/providers/veriff/veriff-decision.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-session.schema.d.ts +192 -0
- package/dist/declarations/src/providers/veriff/veriff-session.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-watchlist.schema.d.ts +2400 -0
- package/dist/declarations/src/providers/veriff/veriff-watchlist.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-webhook.schema.d.ts +655 -0
- package/dist/declarations/src/providers/veriff/veriff-webhook.schema.d.ts.map +1 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +1 -1
- package/dist/package.json +1 -1
- package/dist/{notabene.schema-a795a036.esm.mjs → veriff-webhook.schema-126f3aa3.esm.mjs} +162 -3
- package/dist/{notabene.schema-e5c798ca.cjs.dev.cjs → veriff-webhook.schema-23d9f688.cjs.dev.cjs} +180 -2
- package/dist/{notabene.schema-cf723922.cjs.prod.cjs → veriff-webhook.schema-afbdfa40.cjs.prod.cjs} +180 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +345 -326
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +345 -326
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +13 -13
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +13 -13
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"veriff-decision.schema.d.ts","sourceRoot":"../../../../../src/providers/veriff","sources":["veriff-decision.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wBAAwB,qFAM3B,CAAC;AACX,eAAO,MAAM,oBAAoB,uFAAmC,CAAC;AACrE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,qBAAqB,mCAAoC,CAAC;AACvE,eAAO,MAAM,kBAAkB,2GAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const VeriffCreateSessionRequest: z.ZodObject<{
|
|
3
|
+
verification: z.ZodObject<{
|
|
4
|
+
person: z.ZodObject<{
|
|
5
|
+
firstName: z.ZodString;
|
|
6
|
+
lastName: z.ZodString;
|
|
7
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8
|
+
firstName: z.ZodString;
|
|
9
|
+
lastName: z.ZodString;
|
|
10
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11
|
+
firstName: z.ZodString;
|
|
12
|
+
lastName: z.ZodString;
|
|
13
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
14
|
+
vendorData: z.ZodString;
|
|
15
|
+
callback: z.ZodString;
|
|
16
|
+
timestamp: z.ZodString;
|
|
17
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
18
|
+
person: z.ZodObject<{
|
|
19
|
+
firstName: z.ZodString;
|
|
20
|
+
lastName: z.ZodString;
|
|
21
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
22
|
+
firstName: z.ZodString;
|
|
23
|
+
lastName: z.ZodString;
|
|
24
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
25
|
+
firstName: z.ZodString;
|
|
26
|
+
lastName: z.ZodString;
|
|
27
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
28
|
+
vendorData: z.ZodString;
|
|
29
|
+
callback: z.ZodString;
|
|
30
|
+
timestamp: z.ZodString;
|
|
31
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
32
|
+
person: z.ZodObject<{
|
|
33
|
+
firstName: z.ZodString;
|
|
34
|
+
lastName: z.ZodString;
|
|
35
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
36
|
+
firstName: z.ZodString;
|
|
37
|
+
lastName: z.ZodString;
|
|
38
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
39
|
+
firstName: z.ZodString;
|
|
40
|
+
lastName: z.ZodString;
|
|
41
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
42
|
+
vendorData: z.ZodString;
|
|
43
|
+
callback: z.ZodString;
|
|
44
|
+
timestamp: z.ZodString;
|
|
45
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
46
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
47
|
+
verification: z.ZodObject<{
|
|
48
|
+
person: z.ZodObject<{
|
|
49
|
+
firstName: z.ZodString;
|
|
50
|
+
lastName: z.ZodString;
|
|
51
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
52
|
+
firstName: z.ZodString;
|
|
53
|
+
lastName: z.ZodString;
|
|
54
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
55
|
+
firstName: z.ZodString;
|
|
56
|
+
lastName: z.ZodString;
|
|
57
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
58
|
+
vendorData: z.ZodString;
|
|
59
|
+
callback: z.ZodString;
|
|
60
|
+
timestamp: z.ZodString;
|
|
61
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
62
|
+
person: z.ZodObject<{
|
|
63
|
+
firstName: z.ZodString;
|
|
64
|
+
lastName: z.ZodString;
|
|
65
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
66
|
+
firstName: z.ZodString;
|
|
67
|
+
lastName: z.ZodString;
|
|
68
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
69
|
+
firstName: z.ZodString;
|
|
70
|
+
lastName: z.ZodString;
|
|
71
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
72
|
+
vendorData: z.ZodString;
|
|
73
|
+
callback: z.ZodString;
|
|
74
|
+
timestamp: z.ZodString;
|
|
75
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76
|
+
person: z.ZodObject<{
|
|
77
|
+
firstName: z.ZodString;
|
|
78
|
+
lastName: z.ZodString;
|
|
79
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
80
|
+
firstName: z.ZodString;
|
|
81
|
+
lastName: z.ZodString;
|
|
82
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
83
|
+
firstName: z.ZodString;
|
|
84
|
+
lastName: z.ZodString;
|
|
85
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
86
|
+
vendorData: z.ZodString;
|
|
87
|
+
callback: z.ZodString;
|
|
88
|
+
timestamp: z.ZodString;
|
|
89
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
90
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
91
|
+
verification: z.ZodObject<{
|
|
92
|
+
person: z.ZodObject<{
|
|
93
|
+
firstName: z.ZodString;
|
|
94
|
+
lastName: z.ZodString;
|
|
95
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
96
|
+
firstName: z.ZodString;
|
|
97
|
+
lastName: z.ZodString;
|
|
98
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
99
|
+
firstName: z.ZodString;
|
|
100
|
+
lastName: z.ZodString;
|
|
101
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
102
|
+
vendorData: z.ZodString;
|
|
103
|
+
callback: z.ZodString;
|
|
104
|
+
timestamp: z.ZodString;
|
|
105
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
106
|
+
person: z.ZodObject<{
|
|
107
|
+
firstName: z.ZodString;
|
|
108
|
+
lastName: z.ZodString;
|
|
109
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
110
|
+
firstName: z.ZodString;
|
|
111
|
+
lastName: z.ZodString;
|
|
112
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
113
|
+
firstName: z.ZodString;
|
|
114
|
+
lastName: z.ZodString;
|
|
115
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
116
|
+
vendorData: z.ZodString;
|
|
117
|
+
callback: z.ZodString;
|
|
118
|
+
timestamp: z.ZodString;
|
|
119
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
120
|
+
person: z.ZodObject<{
|
|
121
|
+
firstName: z.ZodString;
|
|
122
|
+
lastName: z.ZodString;
|
|
123
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
124
|
+
firstName: z.ZodString;
|
|
125
|
+
lastName: z.ZodString;
|
|
126
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
127
|
+
firstName: z.ZodString;
|
|
128
|
+
lastName: z.ZodString;
|
|
129
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
130
|
+
vendorData: z.ZodString;
|
|
131
|
+
callback: z.ZodString;
|
|
132
|
+
timestamp: z.ZodString;
|
|
133
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
134
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
135
|
+
export type VeriffCreateSessionRequest = z.infer<typeof VeriffCreateSessionRequest>;
|
|
136
|
+
export declare const VeriffCreateSessionResponse: z.ZodObject<{
|
|
137
|
+
status: z.ZodString;
|
|
138
|
+
verification: z.ZodObject<{
|
|
139
|
+
id: z.ZodString;
|
|
140
|
+
url: z.ZodString;
|
|
141
|
+
sessionToken: z.ZodString;
|
|
142
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
143
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144
|
+
id: z.ZodString;
|
|
145
|
+
url: z.ZodString;
|
|
146
|
+
sessionToken: z.ZodString;
|
|
147
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
148
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
149
|
+
id: z.ZodString;
|
|
150
|
+
url: z.ZodString;
|
|
151
|
+
sessionToken: z.ZodString;
|
|
152
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
153
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
154
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
155
|
+
status: z.ZodString;
|
|
156
|
+
verification: z.ZodObject<{
|
|
157
|
+
id: z.ZodString;
|
|
158
|
+
url: z.ZodString;
|
|
159
|
+
sessionToken: z.ZodString;
|
|
160
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
161
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
162
|
+
id: z.ZodString;
|
|
163
|
+
url: z.ZodString;
|
|
164
|
+
sessionToken: z.ZodString;
|
|
165
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
166
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
167
|
+
id: z.ZodString;
|
|
168
|
+
url: z.ZodString;
|
|
169
|
+
sessionToken: z.ZodString;
|
|
170
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
171
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
172
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
173
|
+
status: z.ZodString;
|
|
174
|
+
verification: z.ZodObject<{
|
|
175
|
+
id: z.ZodString;
|
|
176
|
+
url: z.ZodString;
|
|
177
|
+
sessionToken: z.ZodString;
|
|
178
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
179
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
180
|
+
id: z.ZodString;
|
|
181
|
+
url: z.ZodString;
|
|
182
|
+
sessionToken: z.ZodString;
|
|
183
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
184
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
185
|
+
id: z.ZodString;
|
|
186
|
+
url: z.ZodString;
|
|
187
|
+
sessionToken: z.ZodString;
|
|
188
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
189
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
190
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
191
|
+
export type VeriffCreateSessionResponse = z.infer<typeof VeriffCreateSessionResponse>;
|
|
192
|
+
//# sourceMappingURL=veriff-session.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"veriff-session.schema.d.ts","sourceRoot":"../../../../../src/providers/veriff","sources":["veriff-session.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAgBvB,CAAC;AACjB,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAYxB,CAAC;AACjB,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC"}
|