@nexeraid/identity-schemas 2.63.0-dev → 2.65.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/{CoinMarketCap.schema-88b89617.esm.mjs → CoinMarketCap.schema-4168b240.esm.mjs} +23 -18
- package/dist/{CoinMarketCap.schema-5ee91d17.cjs.dev.cjs → CoinMarketCap.schema-5152702c.cjs.dev.cjs} +23 -18
- package/dist/{CoinMarketCap.schema-16fb624f.cjs.prod.cjs → CoinMarketCap.schema-dcf0fd09.cjs.prod.cjs} +23 -18
- package/dist/declarations/src/credential-storage.schema.d.ts +3 -3
- package/dist/declarations/src/customer.schema.d.ts +4 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +50 -50
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +14 -14
- package/dist/declarations/src/identity/kyc.schema.d.ts +184 -24
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +121 -4
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +41 -41
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +10 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +26 -20
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +69 -33
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +238 -185
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +11 -0
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +586 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts +10 -0
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +100 -6
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts +96 -0
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +494 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +211 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-f07e7dc0.cjs.prod.cjs → identity-api.schema-12a25a42.cjs.prod.cjs} +54 -5
- package/dist/{identity-api.schema-4697ed44.cjs.dev.cjs → identity-api.schema-4510f916.cjs.dev.cjs} +54 -5
- package/dist/{identity-api.schema-50cf4bbe.esm.mjs → identity-api.schema-97cbcb66.esm.mjs} +46 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +20 -7
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +20 -7
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{frontend-utilities.schema-85b3a5de.cjs.dev.cjs → tfhe-utilities-1ae3cd6a.cjs.dev.cjs} +303 -6
- package/dist/{frontend-utilities.schema-bdbef342.cjs.prod.cjs → tfhe-utilities-b0e780c6.cjs.prod.cjs} +303 -6
- package/dist/{frontend-utilities.schema-652b04a0.esm.mjs → tfhe-utilities-f43f16b1.esm.mjs} +302 -7
- package/dist/{vault.schema-8d2dd08d.esm.mjs → vault.schema-1b7eeedd.esm.mjs} +1356 -232
- package/dist/{vault.schema-2d02afaa.cjs.prod.cjs → vault.schema-4921bc9f.cjs.dev.cjs} +1357 -231
- package/dist/{vault.schema-a14b6922.cjs.dev.cjs → vault.schema-9d80a02d.cjs.prod.cjs} +1357 -231
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +7 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +7 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -38,17 +38,16 @@ export declare const CompanyDocumentMetaData: z.ZodObject<{
|
|
|
38
38
|
}>;
|
|
39
39
|
export type CompanyDocumentMetaData = z.infer<typeof CompanyDocumentMetaData>;
|
|
40
40
|
export declare const BeneficiaryVerificationStatus: z.ZodObject<{
|
|
41
|
-
name: z.ZodString;
|
|
42
41
|
customerId: z.ZodString;
|
|
43
42
|
applicantId: z.ZodString;
|
|
44
43
|
externalUserId: z.ZodString;
|
|
45
|
-
levelName: z.ZodString;
|
|
46
44
|
calculatedResult: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
47
45
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
48
46
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
49
47
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ubo", "shareholder", "representative"]>>>;
|
|
48
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
levelName: z.ZodString;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
-
name: string;
|
|
52
51
|
customerId: string;
|
|
53
52
|
applicantId: string;
|
|
54
53
|
levelName: string;
|
|
@@ -56,9 +55,9 @@ export declare const BeneficiaryVerificationStatus: z.ZodObject<{
|
|
|
56
55
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
57
56
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
58
57
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
58
|
+
name?: string | null | undefined;
|
|
59
59
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
60
60
|
}, {
|
|
61
|
-
name: string;
|
|
62
61
|
customerId: string;
|
|
63
62
|
applicantId: string;
|
|
64
63
|
levelName: string;
|
|
@@ -66,21 +65,21 @@ export declare const BeneficiaryVerificationStatus: z.ZodObject<{
|
|
|
66
65
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
67
66
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
68
67
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
68
|
+
name?: string | null | undefined;
|
|
69
69
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
70
70
|
}>;
|
|
71
71
|
export type BeneficiaryVerificationStatus = z.infer<typeof BeneficiaryVerificationStatus>;
|
|
72
72
|
export declare const BeneficiaryVerificationStatusArray: z.ZodArray<z.ZodObject<{
|
|
73
|
-
name: z.ZodString;
|
|
74
73
|
customerId: z.ZodString;
|
|
75
74
|
applicantId: z.ZodString;
|
|
76
75
|
externalUserId: z.ZodString;
|
|
77
|
-
levelName: z.ZodString;
|
|
78
76
|
calculatedResult: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
79
77
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
80
78
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
81
79
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ubo", "shareholder", "representative"]>>>;
|
|
80
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
levelName: z.ZodString;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
-
name: string;
|
|
84
83
|
customerId: string;
|
|
85
84
|
applicantId: string;
|
|
86
85
|
levelName: string;
|
|
@@ -88,9 +87,9 @@ export declare const BeneficiaryVerificationStatusArray: z.ZodArray<z.ZodObject<
|
|
|
88
87
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
89
88
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
90
89
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
90
|
+
name?: string | null | undefined;
|
|
91
91
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
92
92
|
}, {
|
|
93
|
-
name: string;
|
|
94
93
|
customerId: string;
|
|
95
94
|
applicantId: string;
|
|
96
95
|
levelName: string;
|
|
@@ -98,6 +97,7 @@ export declare const BeneficiaryVerificationStatusArray: z.ZodArray<z.ZodObject<
|
|
|
98
97
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
99
98
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
100
99
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
100
|
+
name?: string | null | undefined;
|
|
101
101
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
102
102
|
}>, "many">;
|
|
103
103
|
export type BeneficiaryVerificationStatusArray = z.infer<typeof BeneficiaryVerificationStatusArray>;
|
|
@@ -112,19 +112,19 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
112
112
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
113
113
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "Closed"]>>>;
|
|
114
114
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
isBeneficiary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
115
116
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
116
117
|
beneficiaries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
117
|
-
name: z.ZodString;
|
|
118
118
|
customerId: z.ZodString;
|
|
119
119
|
applicantId: z.ZodString;
|
|
120
120
|
externalUserId: z.ZodString;
|
|
121
|
-
levelName: z.ZodString;
|
|
122
121
|
calculatedResult: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
123
122
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
124
123
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
125
124
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ubo", "shareholder", "representative"]>>>;
|
|
125
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
levelName: z.ZodString;
|
|
126
127
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
name: string;
|
|
128
128
|
customerId: string;
|
|
129
129
|
applicantId: string;
|
|
130
130
|
levelName: string;
|
|
@@ -132,9 +132,9 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
132
132
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
133
133
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
134
134
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
135
|
+
name?: string | null | undefined;
|
|
135
136
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
136
137
|
}, {
|
|
137
|
-
name: string;
|
|
138
138
|
customerId: string;
|
|
139
139
|
applicantId: string;
|
|
140
140
|
levelName: string;
|
|
@@ -142,6 +142,7 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
142
142
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
143
143
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
144
144
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
145
|
+
name?: string | null | undefined;
|
|
145
146
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
146
147
|
}>, "many">>>;
|
|
147
148
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
@@ -162,7 +163,6 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
162
163
|
ip?: string | null | undefined;
|
|
163
164
|
sandboxMode?: boolean | null | undefined;
|
|
164
165
|
beneficiaries?: {
|
|
165
|
-
name: string;
|
|
166
166
|
customerId: string;
|
|
167
167
|
applicantId: string;
|
|
168
168
|
levelName: string;
|
|
@@ -170,9 +170,11 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
170
170
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
171
171
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
172
172
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
173
|
+
name?: string | null | undefined;
|
|
173
174
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
174
175
|
}[] | null | undefined;
|
|
175
176
|
sandboxSimulated?: boolean | null | undefined;
|
|
177
|
+
isBeneficiary?: boolean | null | undefined;
|
|
176
178
|
}, {
|
|
177
179
|
id: string;
|
|
178
180
|
createdAt: Date;
|
|
@@ -188,7 +190,6 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
188
190
|
ip?: string | null | undefined;
|
|
189
191
|
sandboxMode?: boolean | null | undefined;
|
|
190
192
|
beneficiaries?: {
|
|
191
|
-
name: string;
|
|
192
193
|
customerId: string;
|
|
193
194
|
applicantId: string;
|
|
194
195
|
levelName: string;
|
|
@@ -196,9 +197,11 @@ export declare const SelectKybSession: z.ZodObject<{
|
|
|
196
197
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
197
198
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
198
199
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
200
|
+
name?: string | null | undefined;
|
|
199
201
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
200
202
|
}[] | null | undefined;
|
|
201
203
|
sandboxSimulated?: boolean | null | undefined;
|
|
204
|
+
isBeneficiary?: boolean | null | undefined;
|
|
202
205
|
}>;
|
|
203
206
|
export type SelectKybSession = z.infer<typeof SelectKybSession>;
|
|
204
207
|
export declare const GetKybSessionInput: z.ZodObject<{
|
|
@@ -219,19 +222,19 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
219
222
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
220
223
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "Closed"]>>>;
|
|
221
224
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
225
|
+
isBeneficiary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
222
226
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
223
227
|
beneficiaries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
224
|
-
name: z.ZodString;
|
|
225
228
|
customerId: z.ZodString;
|
|
226
229
|
applicantId: z.ZodString;
|
|
227
230
|
externalUserId: z.ZodString;
|
|
228
|
-
levelName: z.ZodString;
|
|
229
231
|
calculatedResult: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
230
232
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
231
233
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
232
234
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ubo", "shareholder", "representative"]>>>;
|
|
235
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
236
|
+
levelName: z.ZodString;
|
|
233
237
|
}, "strip", z.ZodTypeAny, {
|
|
234
|
-
name: string;
|
|
235
238
|
customerId: string;
|
|
236
239
|
applicantId: string;
|
|
237
240
|
levelName: string;
|
|
@@ -239,9 +242,9 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
239
242
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
240
243
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
241
244
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
245
|
+
name?: string | null | undefined;
|
|
242
246
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
243
247
|
}, {
|
|
244
|
-
name: string;
|
|
245
248
|
customerId: string;
|
|
246
249
|
applicantId: string;
|
|
247
250
|
levelName: string;
|
|
@@ -249,6 +252,7 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
249
252
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
250
253
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
251
254
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
255
|
+
name?: string | null | undefined;
|
|
252
256
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
253
257
|
}>, "many">>>;
|
|
254
258
|
workflowId: z.ZodNullable<z.ZodString>;
|
|
@@ -269,7 +273,6 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
269
273
|
ip?: string | null | undefined;
|
|
270
274
|
sandboxMode?: boolean | null | undefined;
|
|
271
275
|
beneficiaries?: {
|
|
272
|
-
name: string;
|
|
273
276
|
customerId: string;
|
|
274
277
|
applicantId: string;
|
|
275
278
|
levelName: string;
|
|
@@ -277,9 +280,11 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
277
280
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
278
281
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
279
282
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
283
|
+
name?: string | null | undefined;
|
|
280
284
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
281
285
|
}[] | null | undefined;
|
|
282
286
|
sandboxSimulated?: boolean | null | undefined;
|
|
287
|
+
isBeneficiary?: boolean | null | undefined;
|
|
283
288
|
}, {
|
|
284
289
|
id: string;
|
|
285
290
|
createdAt: Date;
|
|
@@ -295,7 +300,6 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
295
300
|
ip?: string | null | undefined;
|
|
296
301
|
sandboxMode?: boolean | null | undefined;
|
|
297
302
|
beneficiaries?: {
|
|
298
|
-
name: string;
|
|
299
303
|
customerId: string;
|
|
300
304
|
applicantId: string;
|
|
301
305
|
levelName: string;
|
|
@@ -303,9 +307,11 @@ export declare const GetKybSessionResponse: z.ZodObject<{
|
|
|
303
307
|
type?: "shareholder" | "ubo" | "representative" | null | undefined;
|
|
304
308
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
305
309
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
310
|
+
name?: string | null | undefined;
|
|
306
311
|
calculatedResult?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
307
312
|
}[] | null | undefined;
|
|
308
313
|
sandboxSimulated?: boolean | null | undefined;
|
|
314
|
+
isBeneficiary?: boolean | null | undefined;
|
|
309
315
|
}>;
|
|
310
316
|
export type GetKybSessionResponse = z.infer<typeof GetKybSessionResponse>;
|
|
311
317
|
export declare const UpdateKybSessionOutput: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyb-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyb-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,cAAc,sBAAuB,CAAC;AACnD,eAAO,MAAM,OAAO,wBAAyB,CAAC;AAC9C,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C,eAAO,MAAM,WAAW,iEAKd,CAAC;AACX,eAAO,MAAM,SAAS,mEAAsB,CAAC;AAC7C,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,oBAAoB,8CAIvB,CAAC;AACX,eAAO,MAAM,gBAAgB,gDAA+B,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAYhE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAE9C,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CACtD,OAAO,kCAAkC,CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"kyb-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyb-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,cAAc,sBAAuB,CAAC;AACnD,eAAO,MAAM,OAAO,wBAAyB,CAAC;AAC9C,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C,eAAO,MAAM,WAAW,iEAKd,CAAC;AACX,eAAO,MAAM,SAAS,mEAAsB,CAAC;AAC7C,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,oBAAoB,8CAIvB,CAAC;AACX,eAAO,MAAM,gBAAgB,gDAA+B,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAYhE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAE9C,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CACtD,OAAO,kCAAkC,CAC1C,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,kBAAkB;;;;;;EAE7B,CAAC;AASH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmB,CAAC;AACtD,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,sBAAsB,aAAa,CAAC;AACjD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|