@dalmore/api-contracts 0.0.0-dev.74136b1 → 0.0.0-dev.7560276
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/common/constants.d.ts +43 -0
- package/common/constants.js +77 -0
- package/common/constants.js.map +1 -0
- package/common/helpers/index.d.ts +8 -0
- package/common/helpers/index.js +15 -0
- package/common/helpers/index.js.map +1 -1
- package/common/types/account-setting.types.d.ts +22 -66
- package/common/types/account-setting.types.js +2 -31
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +32 -23
- package/common/types/account.types.js +4 -3
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +34 -25
- package/common/types/activity.types.js +11 -0
- package/common/types/activity.types.js.map +1 -1
- package/common/types/asset.types.d.ts +212 -0
- package/common/types/asset.types.js +115 -42
- package/common/types/asset.types.js.map +1 -1
- package/common/types/auth.types.d.ts +36 -0
- package/common/types/auth.types.js +3 -2
- package/common/types/auth.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +11 -0
- package/common/types/bonus-tier.types.js +14 -7
- package/common/types/bonus-tier.types.js.map +1 -1
- package/common/types/cap-table.types.d.ts +177 -53
- package/common/types/cap-table.types.js +31 -0
- package/common/types/cap-table.types.js.map +1 -1
- package/common/types/common.types.d.ts +359 -9
- package/common/types/common.types.js +74 -4
- package/common/types/common.types.js.map +1 -1
- package/common/types/comply-advantage-api.types.d.ts +86 -992
- package/common/types/comply-advantage-api.types.js +15 -2
- package/common/types/comply-advantage-api.types.js.map +1 -1
- package/common/types/csv.types.d.ts +3612 -0
- package/common/types/csv.types.js +290 -0
- package/common/types/csv.types.js.map +1 -0
- package/common/types/dashboard.types.d.ts +7 -7
- package/common/types/data-record.types.d.ts +4 -4
- package/common/types/disbursement-transaction.types.d.ts +1 -1
- package/common/types/disbursement-transaction.types.js +1 -1
- package/common/types/disbursement-transaction.types.js.map +1 -1
- package/common/types/disbursements.types.d.ts +999 -587
- package/common/types/disbursements.types.js +95 -2
- package/common/types/disbursements.types.js.map +1 -1
- package/common/types/escrow-account.types.d.ts +17 -0
- package/common/types/escrow-account.types.js +3 -0
- package/common/types/escrow-account.types.js.map +1 -1
- package/common/types/exchange-provider.types.d.ts +12 -12
- package/common/types/file.types.d.ts +38 -11
- package/common/types/file.types.js +14 -0
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +4 -2
- package/common/types/index.js +4 -2
- package/common/types/index.js.map +1 -1
- package/common/types/individuals.types.d.ts +207 -5
- package/common/types/individuals.types.js +16 -16
- package/common/types/individuals.types.js.map +1 -1
- package/common/types/investor-account.types.d.ts +1 -1
- package/common/types/investor-account.types.js +1 -2
- package/common/types/investor-account.types.js.map +1 -1
- package/common/types/investors-offering.types.d.ts +8 -0
- package/common/types/investors-offering.types.js +1 -0
- package/common/types/investors-offering.types.js.map +1 -1
- package/common/types/invite.types.d.ts +5 -2
- package/common/types/invite.types.js +2 -1
- package/common/types/invite.types.js.map +1 -1
- package/common/types/issuer-bank-account.types.d.ts +4 -276
- package/common/types/issuer-offering.types.d.ts +1007 -16
- package/common/types/issuer-offering.types.js +304 -43
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/job-item.types.d.ts +14 -14
- package/common/types/legal-entity.types.d.ts +39 -1
- package/common/types/legal-entity.types.js +8 -5
- package/common/types/legal-entity.types.js.map +1 -1
- package/common/types/mail-template.types.d.ts +4 -4
- package/common/types/note.types.d.ts +15 -15
- package/common/types/notification.types.d.ts +1 -0
- package/common/types/notification.types.js +3 -0
- package/common/types/notification.types.js.map +1 -1
- package/common/types/offering-submission.types.d.ts +198 -0
- package/common/types/offering-submission.types.js +17 -4
- package/common/types/offering-submission.types.js.map +1 -1
- package/common/types/offering.types.d.ts +549 -25
- package/common/types/offering.types.js +355 -28
- package/common/types/offering.types.js.map +1 -1
- package/common/types/payment-methods.types.d.ts +365 -0
- package/common/types/payment-methods.types.js +121 -0
- package/common/types/payment-methods.types.js.map +1 -1
- package/common/types/portfolio.types.d.ts +6 -6
- package/common/types/reports.types.d.ts +345 -0
- package/common/types/reports.types.js +69 -0
- package/common/types/reports.types.js.map +1 -0
- package/common/types/review.types.js +1 -1
- package/common/types/review.types.js.map +1 -1
- package/common/types/secondary-order.types.d.ts +10 -10
- package/common/types/secondary-trade.types.d.ts +10 -10
- package/common/types/signer.types.d.ts +8 -8
- package/common/types/site.types.d.ts +17 -12
- package/common/types/task.types.d.ts +30 -22
- package/common/types/task.types.js +3 -0
- package/common/types/task.types.js.map +1 -1
- package/common/types/trade-line-item.types.d.ts +24 -0
- package/common/types/trade-line-item.types.js +3 -0
- package/common/types/trade-line-item.types.js.map +1 -1
- package/common/types/trade.types.d.ts +22 -14
- package/common/types/trade.types.js +20 -7
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +104 -3
- package/common/types/transaction.types.js +48 -3
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +108 -82
- package/common/types/user.types.js +10 -23
- package/common/types/user.types.js.map +1 -1
- package/common/types/zapier.types.d.ts +126 -0
- package/common/types/zapier.types.js +247 -0
- package/common/types/zapier.types.js.map +1 -0
- package/contracts/clients/assets/index.d.ts +22 -0
- package/contracts/clients/csv/index.d.ts +1800 -0
- package/contracts/clients/csv/index.js +96 -0
- package/contracts/clients/csv/index.js.map +1 -0
- package/contracts/clients/files/index.d.ts +3 -3
- package/contracts/clients/files-public/index.d.ts +3 -3
- package/contracts/clients/index.d.ts +3675 -1043
- package/contracts/clients/index.js +8 -2
- package/contracts/clients/index.js.map +1 -1
- package/contracts/clients/individuals/index.d.ts +5 -5
- package/contracts/clients/legal-entities/index.d.ts +1 -1
- package/contracts/clients/offerings/index.d.ts +310 -9
- package/contracts/clients/review/index.d.ts +85 -0
- package/contracts/clients/review/index.js +27 -0
- package/contracts/clients/review/index.js.map +1 -0
- package/contracts/clients/webhooks/index.d.ts +506 -0
- package/contracts/clients/webhooks/index.js +118 -0
- package/contracts/clients/webhooks/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -865,6 +865,36 @@ export declare const HitSchema: z.ZodObject<{
|
|
|
865
865
|
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
866
866
|
}>;
|
|
867
867
|
export type Hit = z.infer<typeof HitSchema>;
|
|
868
|
+
/**
|
|
869
|
+
* Entity details model returned from /searches/{ref}/entities/comply endpoint
|
|
870
|
+
* This is the actual structure returned by the entities endpoint, different from HitSchema
|
|
871
|
+
*/
|
|
872
|
+
export declare const EntityDetailsSchema: z.ZodObject<{
|
|
873
|
+
id: z.ZodString;
|
|
874
|
+
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
875
|
+
created_utc: z.ZodOptional<z.ZodString>;
|
|
876
|
+
key_information: z.ZodAny;
|
|
877
|
+
uncategorized: z.ZodOptional<z.ZodAny>;
|
|
878
|
+
full_listing: z.ZodOptional<z.ZodAny>;
|
|
879
|
+
navigation: z.ZodOptional<z.ZodAny>;
|
|
880
|
+
}, "strip", z.ZodTypeAny, {
|
|
881
|
+
id: string;
|
|
882
|
+
last_updated_utc?: string | undefined;
|
|
883
|
+
created_utc?: string | undefined;
|
|
884
|
+
key_information?: any;
|
|
885
|
+
uncategorized?: any;
|
|
886
|
+
full_listing?: any;
|
|
887
|
+
navigation?: any;
|
|
888
|
+
}, {
|
|
889
|
+
id: string;
|
|
890
|
+
last_updated_utc?: string | undefined;
|
|
891
|
+
created_utc?: string | undefined;
|
|
892
|
+
key_information?: any;
|
|
893
|
+
uncategorized?: any;
|
|
894
|
+
full_listing?: any;
|
|
895
|
+
navigation?: any;
|
|
896
|
+
}>;
|
|
897
|
+
export type EntityDetails = z.infer<typeof EntityDetailsSchema>;
|
|
868
898
|
/**
|
|
869
899
|
* Search profile information
|
|
870
900
|
* @see https://docs.complyadvantage.com/api-docs/#creating-searches
|
|
@@ -2208,1018 +2238,82 @@ export declare const GetSearchEntitiesApiResponseSchema: z.ZodObject<{
|
|
|
2208
2238
|
code: z.ZodNumber;
|
|
2209
2239
|
status: z.ZodEnum<["success", "failure"]>;
|
|
2210
2240
|
content: z.ZodArray<z.ZodObject<{
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
last_name: z.ZodOptional<z.ZodString>;
|
|
2219
|
-
sources: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2220
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2221
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2222
|
-
name: z.ZodString;
|
|
2223
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2224
|
-
value: z.ZodString;
|
|
2225
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2226
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
2227
|
-
}, "strip", z.ZodTypeAny, {
|
|
2228
|
-
value: string;
|
|
2229
|
-
name: string;
|
|
2230
|
-
source?: string | undefined;
|
|
2231
|
-
tag?: string | undefined;
|
|
2232
|
-
locale?: string | undefined;
|
|
2233
|
-
}, {
|
|
2234
|
-
value: string;
|
|
2235
|
-
name: string;
|
|
2236
|
-
source?: string | undefined;
|
|
2237
|
-
tag?: string | undefined;
|
|
2238
|
-
locale?: string | undefined;
|
|
2239
|
-
}>, "many">>;
|
|
2240
|
-
aka: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2241
|
-
name: z.ZodString;
|
|
2242
|
-
}, "strip", z.ZodTypeAny, {
|
|
2243
|
-
name: string;
|
|
2244
|
-
}, {
|
|
2245
|
-
name: string;
|
|
2246
|
-
}>, "many">>;
|
|
2247
|
-
associates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2248
|
-
name: z.ZodString;
|
|
2249
|
-
association: z.ZodOptional<z.ZodString>;
|
|
2250
|
-
}, "strip", z.ZodTypeAny, {
|
|
2251
|
-
name: string;
|
|
2252
|
-
association?: string | undefined;
|
|
2253
|
-
}, {
|
|
2254
|
-
name: string;
|
|
2255
|
-
association?: string | undefined;
|
|
2256
|
-
}>, "many">>;
|
|
2257
|
-
media: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2258
|
-
date: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
2260
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2261
|
-
url: z.ZodString;
|
|
2262
|
-
pdf_url: z.ZodOptional<z.ZodString>;
|
|
2263
|
-
}, "strip", z.ZodTypeAny, {
|
|
2264
|
-
url: string;
|
|
2265
|
-
date?: string | undefined;
|
|
2266
|
-
title?: string | undefined;
|
|
2267
|
-
snippet?: string | undefined;
|
|
2268
|
-
pdf_url?: string | undefined;
|
|
2269
|
-
}, {
|
|
2270
|
-
url: string;
|
|
2271
|
-
date?: string | undefined;
|
|
2272
|
-
title?: string | undefined;
|
|
2273
|
-
snippet?: string | undefined;
|
|
2274
|
-
pdf_url?: string | undefined;
|
|
2275
|
-
}>, "many">>;
|
|
2276
|
-
source_notes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2277
|
-
aml_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2278
|
-
country_codes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2279
|
-
listing_started_utc: z.ZodOptional<z.ZodString>;
|
|
2280
|
-
listing_ended_utc: z.ZodOptional<z.ZodString>;
|
|
2281
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2282
|
-
source_id: z.ZodOptional<z.ZodString>;
|
|
2283
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2284
|
-
}, "strip", z.ZodTypeAny, {
|
|
2285
|
-
name?: string | undefined;
|
|
2286
|
-
url?: string | undefined;
|
|
2287
|
-
country_codes?: string[] | undefined;
|
|
2288
|
-
aml_types?: string[] | undefined;
|
|
2289
|
-
listing_started_utc?: string | undefined;
|
|
2290
|
-
listing_ended_utc?: string | undefined;
|
|
2291
|
-
source_id?: string | undefined;
|
|
2292
|
-
}, {
|
|
2293
|
-
name?: string | undefined;
|
|
2294
|
-
url?: string | undefined;
|
|
2295
|
-
country_codes?: string[] | undefined;
|
|
2296
|
-
aml_types?: string[] | undefined;
|
|
2297
|
-
listing_started_utc?: string | undefined;
|
|
2298
|
-
listing_ended_utc?: string | undefined;
|
|
2299
|
-
source_id?: string | undefined;
|
|
2300
|
-
}>>>;
|
|
2301
|
-
keywords: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
|
|
2302
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2303
|
-
public_url: z.ZodOptional<z.ZodString>;
|
|
2304
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2305
|
-
type: z.ZodOptional<z.ZodString>;
|
|
2306
|
-
url: z.ZodString;
|
|
2307
|
-
}, "strip", z.ZodTypeAny, {
|
|
2308
|
-
url: string;
|
|
2309
|
-
type?: string | undefined;
|
|
2310
|
-
public_url?: string | undefined;
|
|
2311
|
-
source?: string | undefined;
|
|
2312
|
-
}, {
|
|
2313
|
-
url: string;
|
|
2314
|
-
type?: string | undefined;
|
|
2315
|
-
public_url?: string | undefined;
|
|
2316
|
-
source?: string | undefined;
|
|
2317
|
-
}>, "many">>;
|
|
2318
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2319
|
-
id: z.ZodString;
|
|
2320
|
-
entity_type: z.ZodOptional<z.ZodString>;
|
|
2321
|
-
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
2322
|
-
name: z.ZodString;
|
|
2323
|
-
first_name: z.ZodOptional<z.ZodString>;
|
|
2324
|
-
middle_name: z.ZodOptional<z.ZodString>;
|
|
2325
|
-
last_name: z.ZodOptional<z.ZodString>;
|
|
2326
|
-
sources: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2327
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2328
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2329
|
-
name: z.ZodString;
|
|
2330
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2331
|
-
value: z.ZodString;
|
|
2332
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2333
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
2334
|
-
}, "strip", z.ZodTypeAny, {
|
|
2335
|
-
value: string;
|
|
2336
|
-
name: string;
|
|
2337
|
-
source?: string | undefined;
|
|
2338
|
-
tag?: string | undefined;
|
|
2339
|
-
locale?: string | undefined;
|
|
2340
|
-
}, {
|
|
2341
|
-
value: string;
|
|
2342
|
-
name: string;
|
|
2343
|
-
source?: string | undefined;
|
|
2344
|
-
tag?: string | undefined;
|
|
2345
|
-
locale?: string | undefined;
|
|
2346
|
-
}>, "many">>;
|
|
2347
|
-
aka: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2348
|
-
name: z.ZodString;
|
|
2349
|
-
}, "strip", z.ZodTypeAny, {
|
|
2350
|
-
name: string;
|
|
2351
|
-
}, {
|
|
2352
|
-
name: string;
|
|
2353
|
-
}>, "many">>;
|
|
2354
|
-
associates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2355
|
-
name: z.ZodString;
|
|
2356
|
-
association: z.ZodOptional<z.ZodString>;
|
|
2357
|
-
}, "strip", z.ZodTypeAny, {
|
|
2358
|
-
name: string;
|
|
2359
|
-
association?: string | undefined;
|
|
2360
|
-
}, {
|
|
2361
|
-
name: string;
|
|
2362
|
-
association?: string | undefined;
|
|
2363
|
-
}>, "many">>;
|
|
2364
|
-
media: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2365
|
-
date: z.ZodOptional<z.ZodString>;
|
|
2366
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
2367
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2368
|
-
url: z.ZodString;
|
|
2369
|
-
pdf_url: z.ZodOptional<z.ZodString>;
|
|
2370
|
-
}, "strip", z.ZodTypeAny, {
|
|
2371
|
-
url: string;
|
|
2372
|
-
date?: string | undefined;
|
|
2373
|
-
title?: string | undefined;
|
|
2374
|
-
snippet?: string | undefined;
|
|
2375
|
-
pdf_url?: string | undefined;
|
|
2376
|
-
}, {
|
|
2377
|
-
url: string;
|
|
2378
|
-
date?: string | undefined;
|
|
2379
|
-
title?: string | undefined;
|
|
2380
|
-
snippet?: string | undefined;
|
|
2381
|
-
pdf_url?: string | undefined;
|
|
2382
|
-
}>, "many">>;
|
|
2383
|
-
source_notes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2384
|
-
aml_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2385
|
-
country_codes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2386
|
-
listing_started_utc: z.ZodOptional<z.ZodString>;
|
|
2387
|
-
listing_ended_utc: z.ZodOptional<z.ZodString>;
|
|
2388
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2389
|
-
source_id: z.ZodOptional<z.ZodString>;
|
|
2390
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2391
|
-
}, "strip", z.ZodTypeAny, {
|
|
2392
|
-
name?: string | undefined;
|
|
2393
|
-
url?: string | undefined;
|
|
2394
|
-
country_codes?: string[] | undefined;
|
|
2395
|
-
aml_types?: string[] | undefined;
|
|
2396
|
-
listing_started_utc?: string | undefined;
|
|
2397
|
-
listing_ended_utc?: string | undefined;
|
|
2398
|
-
source_id?: string | undefined;
|
|
2399
|
-
}, {
|
|
2400
|
-
name?: string | undefined;
|
|
2401
|
-
url?: string | undefined;
|
|
2402
|
-
country_codes?: string[] | undefined;
|
|
2403
|
-
aml_types?: string[] | undefined;
|
|
2404
|
-
listing_started_utc?: string | undefined;
|
|
2405
|
-
listing_ended_utc?: string | undefined;
|
|
2406
|
-
source_id?: string | undefined;
|
|
2407
|
-
}>>>;
|
|
2408
|
-
keywords: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
|
|
2409
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2410
|
-
public_url: z.ZodOptional<z.ZodString>;
|
|
2411
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2412
|
-
type: z.ZodOptional<z.ZodString>;
|
|
2413
|
-
url: z.ZodString;
|
|
2414
|
-
}, "strip", z.ZodTypeAny, {
|
|
2415
|
-
url: string;
|
|
2416
|
-
type?: string | undefined;
|
|
2417
|
-
public_url?: string | undefined;
|
|
2418
|
-
source?: string | undefined;
|
|
2419
|
-
}, {
|
|
2420
|
-
url: string;
|
|
2421
|
-
type?: string | undefined;
|
|
2422
|
-
public_url?: string | undefined;
|
|
2423
|
-
source?: string | undefined;
|
|
2424
|
-
}>, "many">>;
|
|
2425
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2426
|
-
id: z.ZodString;
|
|
2427
|
-
entity_type: z.ZodOptional<z.ZodString>;
|
|
2428
|
-
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
2429
|
-
name: z.ZodString;
|
|
2430
|
-
first_name: z.ZodOptional<z.ZodString>;
|
|
2431
|
-
middle_name: z.ZodOptional<z.ZodString>;
|
|
2432
|
-
last_name: z.ZodOptional<z.ZodString>;
|
|
2433
|
-
sources: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2434
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2435
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2436
|
-
name: z.ZodString;
|
|
2437
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2438
|
-
value: z.ZodString;
|
|
2439
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2440
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
2441
|
-
}, "strip", z.ZodTypeAny, {
|
|
2442
|
-
value: string;
|
|
2443
|
-
name: string;
|
|
2444
|
-
source?: string | undefined;
|
|
2445
|
-
tag?: string | undefined;
|
|
2446
|
-
locale?: string | undefined;
|
|
2447
|
-
}, {
|
|
2448
|
-
value: string;
|
|
2449
|
-
name: string;
|
|
2450
|
-
source?: string | undefined;
|
|
2451
|
-
tag?: string | undefined;
|
|
2452
|
-
locale?: string | undefined;
|
|
2453
|
-
}>, "many">>;
|
|
2454
|
-
aka: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2455
|
-
name: z.ZodString;
|
|
2456
|
-
}, "strip", z.ZodTypeAny, {
|
|
2457
|
-
name: string;
|
|
2458
|
-
}, {
|
|
2459
|
-
name: string;
|
|
2460
|
-
}>, "many">>;
|
|
2461
|
-
associates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2462
|
-
name: z.ZodString;
|
|
2463
|
-
association: z.ZodOptional<z.ZodString>;
|
|
2464
|
-
}, "strip", z.ZodTypeAny, {
|
|
2465
|
-
name: string;
|
|
2466
|
-
association?: string | undefined;
|
|
2467
|
-
}, {
|
|
2468
|
-
name: string;
|
|
2469
|
-
association?: string | undefined;
|
|
2470
|
-
}>, "many">>;
|
|
2471
|
-
media: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2472
|
-
date: z.ZodOptional<z.ZodString>;
|
|
2473
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
2474
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2475
|
-
url: z.ZodString;
|
|
2476
|
-
pdf_url: z.ZodOptional<z.ZodString>;
|
|
2477
|
-
}, "strip", z.ZodTypeAny, {
|
|
2478
|
-
url: string;
|
|
2479
|
-
date?: string | undefined;
|
|
2480
|
-
title?: string | undefined;
|
|
2481
|
-
snippet?: string | undefined;
|
|
2482
|
-
pdf_url?: string | undefined;
|
|
2483
|
-
}, {
|
|
2484
|
-
url: string;
|
|
2485
|
-
date?: string | undefined;
|
|
2486
|
-
title?: string | undefined;
|
|
2487
|
-
snippet?: string | undefined;
|
|
2488
|
-
pdf_url?: string | undefined;
|
|
2489
|
-
}>, "many">>;
|
|
2490
|
-
source_notes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2491
|
-
aml_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2492
|
-
country_codes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2493
|
-
listing_started_utc: z.ZodOptional<z.ZodString>;
|
|
2494
|
-
listing_ended_utc: z.ZodOptional<z.ZodString>;
|
|
2495
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2496
|
-
source_id: z.ZodOptional<z.ZodString>;
|
|
2497
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2498
|
-
}, "strip", z.ZodTypeAny, {
|
|
2499
|
-
name?: string | undefined;
|
|
2500
|
-
url?: string | undefined;
|
|
2501
|
-
country_codes?: string[] | undefined;
|
|
2502
|
-
aml_types?: string[] | undefined;
|
|
2503
|
-
listing_started_utc?: string | undefined;
|
|
2504
|
-
listing_ended_utc?: string | undefined;
|
|
2505
|
-
source_id?: string | undefined;
|
|
2506
|
-
}, {
|
|
2507
|
-
name?: string | undefined;
|
|
2508
|
-
url?: string | undefined;
|
|
2509
|
-
country_codes?: string[] | undefined;
|
|
2510
|
-
aml_types?: string[] | undefined;
|
|
2511
|
-
listing_started_utc?: string | undefined;
|
|
2512
|
-
listing_ended_utc?: string | undefined;
|
|
2513
|
-
source_id?: string | undefined;
|
|
2514
|
-
}>>>;
|
|
2515
|
-
keywords: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
|
|
2516
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2517
|
-
public_url: z.ZodOptional<z.ZodString>;
|
|
2518
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2519
|
-
type: z.ZodOptional<z.ZodString>;
|
|
2520
|
-
url: z.ZodString;
|
|
2521
|
-
}, "strip", z.ZodTypeAny, {
|
|
2522
|
-
url: string;
|
|
2523
|
-
type?: string | undefined;
|
|
2524
|
-
public_url?: string | undefined;
|
|
2525
|
-
source?: string | undefined;
|
|
2526
|
-
}, {
|
|
2527
|
-
url: string;
|
|
2528
|
-
type?: string | undefined;
|
|
2529
|
-
public_url?: string | undefined;
|
|
2530
|
-
source?: string | undefined;
|
|
2531
|
-
}>, "many">>;
|
|
2532
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
2533
|
-
is_whitelisted: z.ZodOptional<z.ZodBoolean>;
|
|
2534
|
-
match_types: z.ZodArray<z.ZodString, "many">;
|
|
2535
|
-
match_types_details: z.ZodOptional<z.ZodAny>;
|
|
2536
|
-
score: z.ZodNumber;
|
|
2537
|
-
match_status: z.ZodOptional<z.ZodNativeEnum<typeof ComplyAdvantageStatus>>;
|
|
2538
|
-
risk_level: z.ZodOptional<z.ZodEnum<["low", "medium", "high", "unknown"]>>;
|
|
2241
|
+
id: z.ZodString;
|
|
2242
|
+
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
2243
|
+
created_utc: z.ZodOptional<z.ZodString>;
|
|
2244
|
+
key_information: z.ZodAny;
|
|
2245
|
+
uncategorized: z.ZodOptional<z.ZodAny>;
|
|
2246
|
+
full_listing: z.ZodOptional<z.ZodAny>;
|
|
2247
|
+
navigation: z.ZodOptional<z.ZodAny>;
|
|
2539
2248
|
}, "strip", z.ZodTypeAny, {
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
snippet?: string | undefined;
|
|
2548
|
-
pdf_url?: string | undefined;
|
|
2549
|
-
}[] | undefined;
|
|
2550
|
-
assets?: {
|
|
2551
|
-
url: string;
|
|
2552
|
-
type?: string | undefined;
|
|
2553
|
-
public_url?: string | undefined;
|
|
2554
|
-
source?: string | undefined;
|
|
2555
|
-
}[] | undefined;
|
|
2556
|
-
fields?: {
|
|
2557
|
-
value: string;
|
|
2558
|
-
name: string;
|
|
2559
|
-
source?: string | undefined;
|
|
2560
|
-
tag?: string | undefined;
|
|
2561
|
-
locale?: string | undefined;
|
|
2562
|
-
}[] | undefined;
|
|
2563
|
-
keywords?: string | string[] | undefined;
|
|
2564
|
-
first_name?: string | undefined;
|
|
2565
|
-
last_name?: string | undefined;
|
|
2566
|
-
types?: string[] | undefined;
|
|
2567
|
-
entity_type?: string | undefined;
|
|
2568
|
-
last_updated_utc?: string | undefined;
|
|
2569
|
-
middle_name?: string | undefined;
|
|
2570
|
-
sources?: string[] | undefined;
|
|
2571
|
-
aka?: {
|
|
2572
|
-
name: string;
|
|
2573
|
-
}[] | undefined;
|
|
2574
|
-
associates?: {
|
|
2575
|
-
name: string;
|
|
2576
|
-
association?: string | undefined;
|
|
2577
|
-
}[] | undefined;
|
|
2578
|
-
source_notes?: Record<string, {
|
|
2579
|
-
name?: string | undefined;
|
|
2580
|
-
url?: string | undefined;
|
|
2581
|
-
country_codes?: string[] | undefined;
|
|
2582
|
-
aml_types?: string[] | undefined;
|
|
2583
|
-
listing_started_utc?: string | undefined;
|
|
2584
|
-
listing_ended_utc?: string | undefined;
|
|
2585
|
-
source_id?: string | undefined;
|
|
2586
|
-
}> | undefined;
|
|
2587
|
-
} & {
|
|
2588
|
-
[k: string]: unknown;
|
|
2589
|
-
};
|
|
2590
|
-
match_types: string[];
|
|
2591
|
-
score: number;
|
|
2592
|
-
match_status?: ComplyAdvantageStatus | undefined;
|
|
2593
|
-
is_whitelisted?: boolean | undefined;
|
|
2594
|
-
match_types_details?: any;
|
|
2595
|
-
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
2249
|
+
id: string;
|
|
2250
|
+
last_updated_utc?: string | undefined;
|
|
2251
|
+
created_utc?: string | undefined;
|
|
2252
|
+
key_information?: any;
|
|
2253
|
+
uncategorized?: any;
|
|
2254
|
+
full_listing?: any;
|
|
2255
|
+
navigation?: any;
|
|
2596
2256
|
}, {
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
snippet?: string | undefined;
|
|
2605
|
-
pdf_url?: string | undefined;
|
|
2606
|
-
}[] | undefined;
|
|
2607
|
-
assets?: {
|
|
2608
|
-
url: string;
|
|
2609
|
-
type?: string | undefined;
|
|
2610
|
-
public_url?: string | undefined;
|
|
2611
|
-
source?: string | undefined;
|
|
2612
|
-
}[] | undefined;
|
|
2613
|
-
fields?: {
|
|
2614
|
-
value: string;
|
|
2615
|
-
name: string;
|
|
2616
|
-
source?: string | undefined;
|
|
2617
|
-
tag?: string | undefined;
|
|
2618
|
-
locale?: string | undefined;
|
|
2619
|
-
}[] | undefined;
|
|
2620
|
-
keywords?: string | string[] | undefined;
|
|
2621
|
-
first_name?: string | undefined;
|
|
2622
|
-
last_name?: string | undefined;
|
|
2623
|
-
types?: string[] | undefined;
|
|
2624
|
-
entity_type?: string | undefined;
|
|
2625
|
-
last_updated_utc?: string | undefined;
|
|
2626
|
-
middle_name?: string | undefined;
|
|
2627
|
-
sources?: string[] | undefined;
|
|
2628
|
-
aka?: {
|
|
2629
|
-
name: string;
|
|
2630
|
-
}[] | undefined;
|
|
2631
|
-
associates?: {
|
|
2632
|
-
name: string;
|
|
2633
|
-
association?: string | undefined;
|
|
2634
|
-
}[] | undefined;
|
|
2635
|
-
source_notes?: Record<string, {
|
|
2636
|
-
name?: string | undefined;
|
|
2637
|
-
url?: string | undefined;
|
|
2638
|
-
country_codes?: string[] | undefined;
|
|
2639
|
-
aml_types?: string[] | undefined;
|
|
2640
|
-
listing_started_utc?: string | undefined;
|
|
2641
|
-
listing_ended_utc?: string | undefined;
|
|
2642
|
-
source_id?: string | undefined;
|
|
2643
|
-
}> | undefined;
|
|
2644
|
-
} & {
|
|
2645
|
-
[k: string]: unknown;
|
|
2646
|
-
};
|
|
2647
|
-
match_types: string[];
|
|
2648
|
-
score: number;
|
|
2649
|
-
match_status?: ComplyAdvantageStatus | undefined;
|
|
2650
|
-
is_whitelisted?: boolean | undefined;
|
|
2651
|
-
match_types_details?: any;
|
|
2652
|
-
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
2257
|
+
id: string;
|
|
2258
|
+
last_updated_utc?: string | undefined;
|
|
2259
|
+
created_utc?: string | undefined;
|
|
2260
|
+
key_information?: any;
|
|
2261
|
+
uncategorized?: any;
|
|
2262
|
+
full_listing?: any;
|
|
2263
|
+
navigation?: any;
|
|
2653
2264
|
}>, "many">;
|
|
2654
2265
|
}, "strip", z.ZodTypeAny, {
|
|
2655
2266
|
code: number;
|
|
2656
2267
|
status: "success" | "failure";
|
|
2657
2268
|
content: {
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
snippet?: string | undefined;
|
|
2666
|
-
pdf_url?: string | undefined;
|
|
2667
|
-
}[] | undefined;
|
|
2668
|
-
assets?: {
|
|
2669
|
-
url: string;
|
|
2670
|
-
type?: string | undefined;
|
|
2671
|
-
public_url?: string | undefined;
|
|
2672
|
-
source?: string | undefined;
|
|
2673
|
-
}[] | undefined;
|
|
2674
|
-
fields?: {
|
|
2675
|
-
value: string;
|
|
2676
|
-
name: string;
|
|
2677
|
-
source?: string | undefined;
|
|
2678
|
-
tag?: string | undefined;
|
|
2679
|
-
locale?: string | undefined;
|
|
2680
|
-
}[] | undefined;
|
|
2681
|
-
keywords?: string | string[] | undefined;
|
|
2682
|
-
first_name?: string | undefined;
|
|
2683
|
-
last_name?: string | undefined;
|
|
2684
|
-
types?: string[] | undefined;
|
|
2685
|
-
entity_type?: string | undefined;
|
|
2686
|
-
last_updated_utc?: string | undefined;
|
|
2687
|
-
middle_name?: string | undefined;
|
|
2688
|
-
sources?: string[] | undefined;
|
|
2689
|
-
aka?: {
|
|
2690
|
-
name: string;
|
|
2691
|
-
}[] | undefined;
|
|
2692
|
-
associates?: {
|
|
2693
|
-
name: string;
|
|
2694
|
-
association?: string | undefined;
|
|
2695
|
-
}[] | undefined;
|
|
2696
|
-
source_notes?: Record<string, {
|
|
2697
|
-
name?: string | undefined;
|
|
2698
|
-
url?: string | undefined;
|
|
2699
|
-
country_codes?: string[] | undefined;
|
|
2700
|
-
aml_types?: string[] | undefined;
|
|
2701
|
-
listing_started_utc?: string | undefined;
|
|
2702
|
-
listing_ended_utc?: string | undefined;
|
|
2703
|
-
source_id?: string | undefined;
|
|
2704
|
-
}> | undefined;
|
|
2705
|
-
} & {
|
|
2706
|
-
[k: string]: unknown;
|
|
2707
|
-
};
|
|
2708
|
-
match_types: string[];
|
|
2709
|
-
score: number;
|
|
2710
|
-
match_status?: ComplyAdvantageStatus | undefined;
|
|
2711
|
-
is_whitelisted?: boolean | undefined;
|
|
2712
|
-
match_types_details?: any;
|
|
2713
|
-
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
2269
|
+
id: string;
|
|
2270
|
+
last_updated_utc?: string | undefined;
|
|
2271
|
+
created_utc?: string | undefined;
|
|
2272
|
+
key_information?: any;
|
|
2273
|
+
uncategorized?: any;
|
|
2274
|
+
full_listing?: any;
|
|
2275
|
+
navigation?: any;
|
|
2714
2276
|
}[];
|
|
2715
2277
|
}, {
|
|
2716
2278
|
code: number;
|
|
2717
2279
|
status: "success" | "failure";
|
|
2718
2280
|
content: {
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
snippet?: string | undefined;
|
|
2727
|
-
pdf_url?: string | undefined;
|
|
2728
|
-
}[] | undefined;
|
|
2729
|
-
assets?: {
|
|
2730
|
-
url: string;
|
|
2731
|
-
type?: string | undefined;
|
|
2732
|
-
public_url?: string | undefined;
|
|
2733
|
-
source?: string | undefined;
|
|
2734
|
-
}[] | undefined;
|
|
2735
|
-
fields?: {
|
|
2736
|
-
value: string;
|
|
2737
|
-
name: string;
|
|
2738
|
-
source?: string | undefined;
|
|
2739
|
-
tag?: string | undefined;
|
|
2740
|
-
locale?: string | undefined;
|
|
2741
|
-
}[] | undefined;
|
|
2742
|
-
keywords?: string | string[] | undefined;
|
|
2743
|
-
first_name?: string | undefined;
|
|
2744
|
-
last_name?: string | undefined;
|
|
2745
|
-
types?: string[] | undefined;
|
|
2746
|
-
entity_type?: string | undefined;
|
|
2747
|
-
last_updated_utc?: string | undefined;
|
|
2748
|
-
middle_name?: string | undefined;
|
|
2749
|
-
sources?: string[] | undefined;
|
|
2750
|
-
aka?: {
|
|
2751
|
-
name: string;
|
|
2752
|
-
}[] | undefined;
|
|
2753
|
-
associates?: {
|
|
2754
|
-
name: string;
|
|
2755
|
-
association?: string | undefined;
|
|
2756
|
-
}[] | undefined;
|
|
2757
|
-
source_notes?: Record<string, {
|
|
2758
|
-
name?: string | undefined;
|
|
2759
|
-
url?: string | undefined;
|
|
2760
|
-
country_codes?: string[] | undefined;
|
|
2761
|
-
aml_types?: string[] | undefined;
|
|
2762
|
-
listing_started_utc?: string | undefined;
|
|
2763
|
-
listing_ended_utc?: string | undefined;
|
|
2764
|
-
source_id?: string | undefined;
|
|
2765
|
-
}> | undefined;
|
|
2766
|
-
} & {
|
|
2767
|
-
[k: string]: unknown;
|
|
2768
|
-
};
|
|
2769
|
-
match_types: string[];
|
|
2770
|
-
score: number;
|
|
2771
|
-
match_status?: ComplyAdvantageStatus | undefined;
|
|
2772
|
-
is_whitelisted?: boolean | undefined;
|
|
2773
|
-
match_types_details?: any;
|
|
2774
|
-
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
2281
|
+
id: string;
|
|
2282
|
+
last_updated_utc?: string | undefined;
|
|
2283
|
+
created_utc?: string | undefined;
|
|
2284
|
+
key_information?: any;
|
|
2285
|
+
uncategorized?: any;
|
|
2286
|
+
full_listing?: any;
|
|
2287
|
+
navigation?: any;
|
|
2775
2288
|
}[];
|
|
2776
2289
|
}>;
|
|
2777
2290
|
/**
|
|
2778
2291
|
* GET /searches/{ref}/entities/comply - Get search entities response (unwrapped array)
|
|
2779
2292
|
*/
|
|
2780
2293
|
export declare const GetSearchEntitiesResponseSchema: z.ZodArray<z.ZodObject<{
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
last_name: z.ZodOptional<z.ZodString>;
|
|
2789
|
-
sources: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2790
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2791
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2792
|
-
name: z.ZodString;
|
|
2793
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2794
|
-
value: z.ZodString;
|
|
2795
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2796
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
2797
|
-
}, "strip", z.ZodTypeAny, {
|
|
2798
|
-
value: string;
|
|
2799
|
-
name: string;
|
|
2800
|
-
source?: string | undefined;
|
|
2801
|
-
tag?: string | undefined;
|
|
2802
|
-
locale?: string | undefined;
|
|
2803
|
-
}, {
|
|
2804
|
-
value: string;
|
|
2805
|
-
name: string;
|
|
2806
|
-
source?: string | undefined;
|
|
2807
|
-
tag?: string | undefined;
|
|
2808
|
-
locale?: string | undefined;
|
|
2809
|
-
}>, "many">>;
|
|
2810
|
-
aka: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2811
|
-
name: z.ZodString;
|
|
2812
|
-
}, "strip", z.ZodTypeAny, {
|
|
2813
|
-
name: string;
|
|
2814
|
-
}, {
|
|
2815
|
-
name: string;
|
|
2816
|
-
}>, "many">>;
|
|
2817
|
-
associates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2818
|
-
name: z.ZodString;
|
|
2819
|
-
association: z.ZodOptional<z.ZodString>;
|
|
2820
|
-
}, "strip", z.ZodTypeAny, {
|
|
2821
|
-
name: string;
|
|
2822
|
-
association?: string | undefined;
|
|
2823
|
-
}, {
|
|
2824
|
-
name: string;
|
|
2825
|
-
association?: string | undefined;
|
|
2826
|
-
}>, "many">>;
|
|
2827
|
-
media: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2828
|
-
date: z.ZodOptional<z.ZodString>;
|
|
2829
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
2830
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2831
|
-
url: z.ZodString;
|
|
2832
|
-
pdf_url: z.ZodOptional<z.ZodString>;
|
|
2833
|
-
}, "strip", z.ZodTypeAny, {
|
|
2834
|
-
url: string;
|
|
2835
|
-
date?: string | undefined;
|
|
2836
|
-
title?: string | undefined;
|
|
2837
|
-
snippet?: string | undefined;
|
|
2838
|
-
pdf_url?: string | undefined;
|
|
2839
|
-
}, {
|
|
2840
|
-
url: string;
|
|
2841
|
-
date?: string | undefined;
|
|
2842
|
-
title?: string | undefined;
|
|
2843
|
-
snippet?: string | undefined;
|
|
2844
|
-
pdf_url?: string | undefined;
|
|
2845
|
-
}>, "many">>;
|
|
2846
|
-
source_notes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2847
|
-
aml_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2848
|
-
country_codes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2849
|
-
listing_started_utc: z.ZodOptional<z.ZodString>;
|
|
2850
|
-
listing_ended_utc: z.ZodOptional<z.ZodString>;
|
|
2851
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2852
|
-
source_id: z.ZodOptional<z.ZodString>;
|
|
2853
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2854
|
-
}, "strip", z.ZodTypeAny, {
|
|
2855
|
-
name?: string | undefined;
|
|
2856
|
-
url?: string | undefined;
|
|
2857
|
-
country_codes?: string[] | undefined;
|
|
2858
|
-
aml_types?: string[] | undefined;
|
|
2859
|
-
listing_started_utc?: string | undefined;
|
|
2860
|
-
listing_ended_utc?: string | undefined;
|
|
2861
|
-
source_id?: string | undefined;
|
|
2862
|
-
}, {
|
|
2863
|
-
name?: string | undefined;
|
|
2864
|
-
url?: string | undefined;
|
|
2865
|
-
country_codes?: string[] | undefined;
|
|
2866
|
-
aml_types?: string[] | undefined;
|
|
2867
|
-
listing_started_utc?: string | undefined;
|
|
2868
|
-
listing_ended_utc?: string | undefined;
|
|
2869
|
-
source_id?: string | undefined;
|
|
2870
|
-
}>>>;
|
|
2871
|
-
keywords: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
|
|
2872
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2873
|
-
public_url: z.ZodOptional<z.ZodString>;
|
|
2874
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2875
|
-
type: z.ZodOptional<z.ZodString>;
|
|
2876
|
-
url: z.ZodString;
|
|
2877
|
-
}, "strip", z.ZodTypeAny, {
|
|
2878
|
-
url: string;
|
|
2879
|
-
type?: string | undefined;
|
|
2880
|
-
public_url?: string | undefined;
|
|
2881
|
-
source?: string | undefined;
|
|
2882
|
-
}, {
|
|
2883
|
-
url: string;
|
|
2884
|
-
type?: string | undefined;
|
|
2885
|
-
public_url?: string | undefined;
|
|
2886
|
-
source?: string | undefined;
|
|
2887
|
-
}>, "many">>;
|
|
2888
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2889
|
-
id: z.ZodString;
|
|
2890
|
-
entity_type: z.ZodOptional<z.ZodString>;
|
|
2891
|
-
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
2892
|
-
name: z.ZodString;
|
|
2893
|
-
first_name: z.ZodOptional<z.ZodString>;
|
|
2894
|
-
middle_name: z.ZodOptional<z.ZodString>;
|
|
2895
|
-
last_name: z.ZodOptional<z.ZodString>;
|
|
2896
|
-
sources: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2897
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2898
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2899
|
-
name: z.ZodString;
|
|
2900
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2901
|
-
value: z.ZodString;
|
|
2902
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2903
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
2904
|
-
}, "strip", z.ZodTypeAny, {
|
|
2905
|
-
value: string;
|
|
2906
|
-
name: string;
|
|
2907
|
-
source?: string | undefined;
|
|
2908
|
-
tag?: string | undefined;
|
|
2909
|
-
locale?: string | undefined;
|
|
2910
|
-
}, {
|
|
2911
|
-
value: string;
|
|
2912
|
-
name: string;
|
|
2913
|
-
source?: string | undefined;
|
|
2914
|
-
tag?: string | undefined;
|
|
2915
|
-
locale?: string | undefined;
|
|
2916
|
-
}>, "many">>;
|
|
2917
|
-
aka: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2918
|
-
name: z.ZodString;
|
|
2919
|
-
}, "strip", z.ZodTypeAny, {
|
|
2920
|
-
name: string;
|
|
2921
|
-
}, {
|
|
2922
|
-
name: string;
|
|
2923
|
-
}>, "many">>;
|
|
2924
|
-
associates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2925
|
-
name: z.ZodString;
|
|
2926
|
-
association: z.ZodOptional<z.ZodString>;
|
|
2927
|
-
}, "strip", z.ZodTypeAny, {
|
|
2928
|
-
name: string;
|
|
2929
|
-
association?: string | undefined;
|
|
2930
|
-
}, {
|
|
2931
|
-
name: string;
|
|
2932
|
-
association?: string | undefined;
|
|
2933
|
-
}>, "many">>;
|
|
2934
|
-
media: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2935
|
-
date: z.ZodOptional<z.ZodString>;
|
|
2936
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
2937
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2938
|
-
url: z.ZodString;
|
|
2939
|
-
pdf_url: z.ZodOptional<z.ZodString>;
|
|
2940
|
-
}, "strip", z.ZodTypeAny, {
|
|
2941
|
-
url: string;
|
|
2942
|
-
date?: string | undefined;
|
|
2943
|
-
title?: string | undefined;
|
|
2944
|
-
snippet?: string | undefined;
|
|
2945
|
-
pdf_url?: string | undefined;
|
|
2946
|
-
}, {
|
|
2947
|
-
url: string;
|
|
2948
|
-
date?: string | undefined;
|
|
2949
|
-
title?: string | undefined;
|
|
2950
|
-
snippet?: string | undefined;
|
|
2951
|
-
pdf_url?: string | undefined;
|
|
2952
|
-
}>, "many">>;
|
|
2953
|
-
source_notes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2954
|
-
aml_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2955
|
-
country_codes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2956
|
-
listing_started_utc: z.ZodOptional<z.ZodString>;
|
|
2957
|
-
listing_ended_utc: z.ZodOptional<z.ZodString>;
|
|
2958
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2959
|
-
source_id: z.ZodOptional<z.ZodString>;
|
|
2960
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2961
|
-
}, "strip", z.ZodTypeAny, {
|
|
2962
|
-
name?: string | undefined;
|
|
2963
|
-
url?: string | undefined;
|
|
2964
|
-
country_codes?: string[] | undefined;
|
|
2965
|
-
aml_types?: string[] | undefined;
|
|
2966
|
-
listing_started_utc?: string | undefined;
|
|
2967
|
-
listing_ended_utc?: string | undefined;
|
|
2968
|
-
source_id?: string | undefined;
|
|
2969
|
-
}, {
|
|
2970
|
-
name?: string | undefined;
|
|
2971
|
-
url?: string | undefined;
|
|
2972
|
-
country_codes?: string[] | undefined;
|
|
2973
|
-
aml_types?: string[] | undefined;
|
|
2974
|
-
listing_started_utc?: string | undefined;
|
|
2975
|
-
listing_ended_utc?: string | undefined;
|
|
2976
|
-
source_id?: string | undefined;
|
|
2977
|
-
}>>>;
|
|
2978
|
-
keywords: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
|
|
2979
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2980
|
-
public_url: z.ZodOptional<z.ZodString>;
|
|
2981
|
-
source: z.ZodOptional<z.ZodString>;
|
|
2982
|
-
type: z.ZodOptional<z.ZodString>;
|
|
2983
|
-
url: z.ZodString;
|
|
2984
|
-
}, "strip", z.ZodTypeAny, {
|
|
2985
|
-
url: string;
|
|
2986
|
-
type?: string | undefined;
|
|
2987
|
-
public_url?: string | undefined;
|
|
2988
|
-
source?: string | undefined;
|
|
2989
|
-
}, {
|
|
2990
|
-
url: string;
|
|
2991
|
-
type?: string | undefined;
|
|
2992
|
-
public_url?: string | undefined;
|
|
2993
|
-
source?: string | undefined;
|
|
2994
|
-
}>, "many">>;
|
|
2995
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2996
|
-
id: z.ZodString;
|
|
2997
|
-
entity_type: z.ZodOptional<z.ZodString>;
|
|
2998
|
-
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
2999
|
-
name: z.ZodString;
|
|
3000
|
-
first_name: z.ZodOptional<z.ZodString>;
|
|
3001
|
-
middle_name: z.ZodOptional<z.ZodString>;
|
|
3002
|
-
last_name: z.ZodOptional<z.ZodString>;
|
|
3003
|
-
sources: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3004
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3005
|
-
fields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3006
|
-
name: z.ZodString;
|
|
3007
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
3008
|
-
value: z.ZodString;
|
|
3009
|
-
source: z.ZodOptional<z.ZodString>;
|
|
3010
|
-
locale: z.ZodOptional<z.ZodString>;
|
|
3011
|
-
}, "strip", z.ZodTypeAny, {
|
|
3012
|
-
value: string;
|
|
3013
|
-
name: string;
|
|
3014
|
-
source?: string | undefined;
|
|
3015
|
-
tag?: string | undefined;
|
|
3016
|
-
locale?: string | undefined;
|
|
3017
|
-
}, {
|
|
3018
|
-
value: string;
|
|
3019
|
-
name: string;
|
|
3020
|
-
source?: string | undefined;
|
|
3021
|
-
tag?: string | undefined;
|
|
3022
|
-
locale?: string | undefined;
|
|
3023
|
-
}>, "many">>;
|
|
3024
|
-
aka: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3025
|
-
name: z.ZodString;
|
|
3026
|
-
}, "strip", z.ZodTypeAny, {
|
|
3027
|
-
name: string;
|
|
3028
|
-
}, {
|
|
3029
|
-
name: string;
|
|
3030
|
-
}>, "many">>;
|
|
3031
|
-
associates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3032
|
-
name: z.ZodString;
|
|
3033
|
-
association: z.ZodOptional<z.ZodString>;
|
|
3034
|
-
}, "strip", z.ZodTypeAny, {
|
|
3035
|
-
name: string;
|
|
3036
|
-
association?: string | undefined;
|
|
3037
|
-
}, {
|
|
3038
|
-
name: string;
|
|
3039
|
-
association?: string | undefined;
|
|
3040
|
-
}>, "many">>;
|
|
3041
|
-
media: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3042
|
-
date: z.ZodOptional<z.ZodString>;
|
|
3043
|
-
snippet: z.ZodOptional<z.ZodString>;
|
|
3044
|
-
title: z.ZodOptional<z.ZodString>;
|
|
3045
|
-
url: z.ZodString;
|
|
3046
|
-
pdf_url: z.ZodOptional<z.ZodString>;
|
|
3047
|
-
}, "strip", z.ZodTypeAny, {
|
|
3048
|
-
url: string;
|
|
3049
|
-
date?: string | undefined;
|
|
3050
|
-
title?: string | undefined;
|
|
3051
|
-
snippet?: string | undefined;
|
|
3052
|
-
pdf_url?: string | undefined;
|
|
3053
|
-
}, {
|
|
3054
|
-
url: string;
|
|
3055
|
-
date?: string | undefined;
|
|
3056
|
-
title?: string | undefined;
|
|
3057
|
-
snippet?: string | undefined;
|
|
3058
|
-
pdf_url?: string | undefined;
|
|
3059
|
-
}>, "many">>;
|
|
3060
|
-
source_notes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3061
|
-
aml_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3062
|
-
country_codes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3063
|
-
listing_started_utc: z.ZodOptional<z.ZodString>;
|
|
3064
|
-
listing_ended_utc: z.ZodOptional<z.ZodString>;
|
|
3065
|
-
name: z.ZodOptional<z.ZodString>;
|
|
3066
|
-
source_id: z.ZodOptional<z.ZodString>;
|
|
3067
|
-
url: z.ZodOptional<z.ZodString>;
|
|
3068
|
-
}, "strip", z.ZodTypeAny, {
|
|
3069
|
-
name?: string | undefined;
|
|
3070
|
-
url?: string | undefined;
|
|
3071
|
-
country_codes?: string[] | undefined;
|
|
3072
|
-
aml_types?: string[] | undefined;
|
|
3073
|
-
listing_started_utc?: string | undefined;
|
|
3074
|
-
listing_ended_utc?: string | undefined;
|
|
3075
|
-
source_id?: string | undefined;
|
|
3076
|
-
}, {
|
|
3077
|
-
name?: string | undefined;
|
|
3078
|
-
url?: string | undefined;
|
|
3079
|
-
country_codes?: string[] | undefined;
|
|
3080
|
-
aml_types?: string[] | undefined;
|
|
3081
|
-
listing_started_utc?: string | undefined;
|
|
3082
|
-
listing_ended_utc?: string | undefined;
|
|
3083
|
-
source_id?: string | undefined;
|
|
3084
|
-
}>>>;
|
|
3085
|
-
keywords: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodString]>>;
|
|
3086
|
-
assets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3087
|
-
public_url: z.ZodOptional<z.ZodString>;
|
|
3088
|
-
source: z.ZodOptional<z.ZodString>;
|
|
3089
|
-
type: z.ZodOptional<z.ZodString>;
|
|
3090
|
-
url: z.ZodString;
|
|
3091
|
-
}, "strip", z.ZodTypeAny, {
|
|
3092
|
-
url: string;
|
|
3093
|
-
type?: string | undefined;
|
|
3094
|
-
public_url?: string | undefined;
|
|
3095
|
-
source?: string | undefined;
|
|
3096
|
-
}, {
|
|
3097
|
-
url: string;
|
|
3098
|
-
type?: string | undefined;
|
|
3099
|
-
public_url?: string | undefined;
|
|
3100
|
-
source?: string | undefined;
|
|
3101
|
-
}>, "many">>;
|
|
3102
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
3103
|
-
is_whitelisted: z.ZodOptional<z.ZodBoolean>;
|
|
3104
|
-
match_types: z.ZodArray<z.ZodString, "many">;
|
|
3105
|
-
match_types_details: z.ZodOptional<z.ZodAny>;
|
|
3106
|
-
score: z.ZodNumber;
|
|
3107
|
-
match_status: z.ZodOptional<z.ZodNativeEnum<typeof ComplyAdvantageStatus>>;
|
|
3108
|
-
risk_level: z.ZodOptional<z.ZodEnum<["low", "medium", "high", "unknown"]>>;
|
|
2294
|
+
id: z.ZodString;
|
|
2295
|
+
last_updated_utc: z.ZodOptional<z.ZodString>;
|
|
2296
|
+
created_utc: z.ZodOptional<z.ZodString>;
|
|
2297
|
+
key_information: z.ZodAny;
|
|
2298
|
+
uncategorized: z.ZodOptional<z.ZodAny>;
|
|
2299
|
+
full_listing: z.ZodOptional<z.ZodAny>;
|
|
2300
|
+
navigation: z.ZodOptional<z.ZodAny>;
|
|
3109
2301
|
}, "strip", z.ZodTypeAny, {
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
snippet?: string | undefined;
|
|
3118
|
-
pdf_url?: string | undefined;
|
|
3119
|
-
}[] | undefined;
|
|
3120
|
-
assets?: {
|
|
3121
|
-
url: string;
|
|
3122
|
-
type?: string | undefined;
|
|
3123
|
-
public_url?: string | undefined;
|
|
3124
|
-
source?: string | undefined;
|
|
3125
|
-
}[] | undefined;
|
|
3126
|
-
fields?: {
|
|
3127
|
-
value: string;
|
|
3128
|
-
name: string;
|
|
3129
|
-
source?: string | undefined;
|
|
3130
|
-
tag?: string | undefined;
|
|
3131
|
-
locale?: string | undefined;
|
|
3132
|
-
}[] | undefined;
|
|
3133
|
-
keywords?: string | string[] | undefined;
|
|
3134
|
-
first_name?: string | undefined;
|
|
3135
|
-
last_name?: string | undefined;
|
|
3136
|
-
types?: string[] | undefined;
|
|
3137
|
-
entity_type?: string | undefined;
|
|
3138
|
-
last_updated_utc?: string | undefined;
|
|
3139
|
-
middle_name?: string | undefined;
|
|
3140
|
-
sources?: string[] | undefined;
|
|
3141
|
-
aka?: {
|
|
3142
|
-
name: string;
|
|
3143
|
-
}[] | undefined;
|
|
3144
|
-
associates?: {
|
|
3145
|
-
name: string;
|
|
3146
|
-
association?: string | undefined;
|
|
3147
|
-
}[] | undefined;
|
|
3148
|
-
source_notes?: Record<string, {
|
|
3149
|
-
name?: string | undefined;
|
|
3150
|
-
url?: string | undefined;
|
|
3151
|
-
country_codes?: string[] | undefined;
|
|
3152
|
-
aml_types?: string[] | undefined;
|
|
3153
|
-
listing_started_utc?: string | undefined;
|
|
3154
|
-
listing_ended_utc?: string | undefined;
|
|
3155
|
-
source_id?: string | undefined;
|
|
3156
|
-
}> | undefined;
|
|
3157
|
-
} & {
|
|
3158
|
-
[k: string]: unknown;
|
|
3159
|
-
};
|
|
3160
|
-
match_types: string[];
|
|
3161
|
-
score: number;
|
|
3162
|
-
match_status?: ComplyAdvantageStatus | undefined;
|
|
3163
|
-
is_whitelisted?: boolean | undefined;
|
|
3164
|
-
match_types_details?: any;
|
|
3165
|
-
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
2302
|
+
id: string;
|
|
2303
|
+
last_updated_utc?: string | undefined;
|
|
2304
|
+
created_utc?: string | undefined;
|
|
2305
|
+
key_information?: any;
|
|
2306
|
+
uncategorized?: any;
|
|
2307
|
+
full_listing?: any;
|
|
2308
|
+
navigation?: any;
|
|
3166
2309
|
}, {
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
snippet?: string | undefined;
|
|
3175
|
-
pdf_url?: string | undefined;
|
|
3176
|
-
}[] | undefined;
|
|
3177
|
-
assets?: {
|
|
3178
|
-
url: string;
|
|
3179
|
-
type?: string | undefined;
|
|
3180
|
-
public_url?: string | undefined;
|
|
3181
|
-
source?: string | undefined;
|
|
3182
|
-
}[] | undefined;
|
|
3183
|
-
fields?: {
|
|
3184
|
-
value: string;
|
|
3185
|
-
name: string;
|
|
3186
|
-
source?: string | undefined;
|
|
3187
|
-
tag?: string | undefined;
|
|
3188
|
-
locale?: string | undefined;
|
|
3189
|
-
}[] | undefined;
|
|
3190
|
-
keywords?: string | string[] | undefined;
|
|
3191
|
-
first_name?: string | undefined;
|
|
3192
|
-
last_name?: string | undefined;
|
|
3193
|
-
types?: string[] | undefined;
|
|
3194
|
-
entity_type?: string | undefined;
|
|
3195
|
-
last_updated_utc?: string | undefined;
|
|
3196
|
-
middle_name?: string | undefined;
|
|
3197
|
-
sources?: string[] | undefined;
|
|
3198
|
-
aka?: {
|
|
3199
|
-
name: string;
|
|
3200
|
-
}[] | undefined;
|
|
3201
|
-
associates?: {
|
|
3202
|
-
name: string;
|
|
3203
|
-
association?: string | undefined;
|
|
3204
|
-
}[] | undefined;
|
|
3205
|
-
source_notes?: Record<string, {
|
|
3206
|
-
name?: string | undefined;
|
|
3207
|
-
url?: string | undefined;
|
|
3208
|
-
country_codes?: string[] | undefined;
|
|
3209
|
-
aml_types?: string[] | undefined;
|
|
3210
|
-
listing_started_utc?: string | undefined;
|
|
3211
|
-
listing_ended_utc?: string | undefined;
|
|
3212
|
-
source_id?: string | undefined;
|
|
3213
|
-
}> | undefined;
|
|
3214
|
-
} & {
|
|
3215
|
-
[k: string]: unknown;
|
|
3216
|
-
};
|
|
3217
|
-
match_types: string[];
|
|
3218
|
-
score: number;
|
|
3219
|
-
match_status?: ComplyAdvantageStatus | undefined;
|
|
3220
|
-
is_whitelisted?: boolean | undefined;
|
|
3221
|
-
match_types_details?: any;
|
|
3222
|
-
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
2310
|
+
id: string;
|
|
2311
|
+
last_updated_utc?: string | undefined;
|
|
2312
|
+
created_utc?: string | undefined;
|
|
2313
|
+
key_information?: any;
|
|
2314
|
+
uncategorized?: any;
|
|
2315
|
+
full_listing?: any;
|
|
2316
|
+
navigation?: any;
|
|
3223
2317
|
}>, "many">;
|
|
3224
2318
|
export type GetSearchEntitiesResponse = z.infer<typeof GetSearchEntitiesResponseSchema>;
|
|
3225
2319
|
/**
|