@nexeraid/identity-schemas 2.125.0-dev → 2.127.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-227a4755.esm.mjs → CoinMarketCap.schema-05345342.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-d05061d5.cjs.prod.cjs → CoinMarketCap.schema-10831a80.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-e4ec4978.cjs.dev.cjs → CoinMarketCap.schema-31b8ea47.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/identity/polygon-id.schema.d.ts +4 -4
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +10 -10
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +26 -26
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +568 -568
- package/dist/declarations/src/transaction.schema.d.ts +1801 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +12 -12
- package/dist/declarations/src/vault/vault.schema.d.ts +124 -124
- package/dist/declarations/src/wallet-screening.schema.d.ts +10 -10
- package/dist/declarations/src/webhooks/alert.schema.d.ts +4 -4
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +194 -194
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +798 -798
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
- package/dist/{identity-api.schema-8c3791c4.esm.mjs → identity-api.schema-50b08dc8.esm.mjs} +1 -1
- package/dist/{identity-api.schema-4d0e1759.cjs.prod.cjs → identity-api.schema-769db705.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-faddb71f.cjs.dev.cjs → identity-api.schema-bb529274.cjs.dev.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +40 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +40 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-b29547b7.esm.mjs → tfhe-utilities-60901017.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-007d22d1.cjs.dev.cjs → tfhe-utilities-8f9cc249.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-6fe161b5.cjs.prod.cjs → tfhe-utilities-f04f7fd5.cjs.prod.cjs} +2 -2
- package/dist/{vault.schema-331d6158.cjs.dev.cjs → vault.schema-0979c2fe.cjs.dev.cjs} +420 -0
- package/dist/{vault.schema-3a1cdc2f.cjs.prod.cjs → vault.schema-1f937d99.cjs.prod.cjs} +420 -0
- package/dist/{vault.schema-5dae95f3.esm.mjs → vault.schema-e21a1cca.esm.mjs} +384 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -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 +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- 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
package/dist/{CoinMarketCap.schema-227a4755.esm.mjs → CoinMarketCap.schema-05345342.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b4 as Alpha2Country, aW as UuidString,
|
|
3
|
-
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b4 as Alpha2Country, aW as UuidString, fo as _toConsumableArray, fq as ScoringAnalysisRequest, fr as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fs as _slicedToArray, cn as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cj as WorkflowSessionId, di as WorkspaceId, dh as OrganizationId, bo as CustomerStatus, fn as _defineProperty, dF as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, d8 as VerificationMode } from './vault.schema-e21a1cca.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-50b08dc8.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-1f937d99.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-769db705.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-e4ec4978.cjs.dev.cjs → CoinMarketCap.schema-31b8ea47.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-0979c2fe.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-bb529274.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -403,12 +403,12 @@ export declare const AuthQrCodeData: z.ZodObject<{
|
|
|
403
403
|
reason: z.ZodString;
|
|
404
404
|
scope: z.ZodUnknown;
|
|
405
405
|
}, "strip", z.ZodTypeAny, {
|
|
406
|
-
callbackUrl: string;
|
|
407
406
|
reason: string;
|
|
407
|
+
callbackUrl: string;
|
|
408
408
|
scope?: unknown;
|
|
409
409
|
}, {
|
|
410
|
-
callbackUrl: string;
|
|
411
410
|
reason: string;
|
|
411
|
+
callbackUrl: string;
|
|
412
412
|
scope?: unknown;
|
|
413
413
|
}>;
|
|
414
414
|
from: z.ZodString;
|
|
@@ -418,8 +418,8 @@ export declare const AuthQrCodeData: z.ZodObject<{
|
|
|
418
418
|
typ: string;
|
|
419
419
|
thid: string;
|
|
420
420
|
body: {
|
|
421
|
-
callbackUrl: string;
|
|
422
421
|
reason: string;
|
|
422
|
+
callbackUrl: string;
|
|
423
423
|
scope?: unknown;
|
|
424
424
|
};
|
|
425
425
|
from: string;
|
|
@@ -429,8 +429,8 @@ export declare const AuthQrCodeData: z.ZodObject<{
|
|
|
429
429
|
typ: string;
|
|
430
430
|
thid: string;
|
|
431
431
|
body: {
|
|
432
|
-
callbackUrl: string;
|
|
433
432
|
reason: string;
|
|
433
|
+
callbackUrl: string;
|
|
434
434
|
scope?: unknown;
|
|
435
435
|
};
|
|
436
436
|
from: string;
|
|
@@ -8,9 +8,9 @@ export type BigProperty = z.infer<typeof BigProperty>;
|
|
|
8
8
|
export declare const RequestProperty: z.ZodObject<{
|
|
9
9
|
property: z.ZodEnum<["score", "entities", "flags", "currency", "new_address", "flags_with_category", "cluster", "first_seen_receiving", "first_seen_sending", "last_seen_receiving", "last_seen_sending", "received_amount", "sent_amount", "number_of_transactions", "received_transactions", "sent_transactions", "balance", "balance_fiat", "bitrank_counterparty_exposure", "entity_counterparty_exposure", "flag_counterparty_exposure"]>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
property: "
|
|
11
|
+
property: "currency" | "entities" | "score" | "flags" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
12
12
|
}, {
|
|
13
|
-
property: "
|
|
13
|
+
property: "currency" | "entities" | "score" | "flags" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const BigCSErrorCodes: Map<string, string>;
|
|
16
16
|
/**
|
|
@@ -32,15 +32,15 @@ export declare const BitRankRequest: z.ZodObject<{
|
|
|
32
32
|
properties: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
33
|
property: z.ZodEnum<["score", "entities", "flags", "currency", "new_address", "flags_with_category", "cluster", "first_seen_receiving", "first_seen_sending", "last_seen_receiving", "last_seen_sending", "received_amount", "sent_amount", "number_of_transactions", "received_transactions", "sent_transactions", "balance", "balance_fiat", "bitrank_counterparty_exposure", "entity_counterparty_exposure", "flag_counterparty_exposure"]>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
property: "
|
|
35
|
+
property: "currency" | "entities" | "score" | "flags" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
36
36
|
}, {
|
|
37
|
-
property: "
|
|
37
|
+
property: "currency" | "entities" | "score" | "flags" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
38
38
|
}>, "many">>>>;
|
|
39
39
|
label: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
40
40
|
transactionsPerPage: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNumber>>>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
properties: {
|
|
43
|
-
property: "
|
|
43
|
+
property: "currency" | "entities" | "score" | "flags" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
44
44
|
}[] | null;
|
|
45
45
|
address?: string | null | undefined;
|
|
46
46
|
crypto?: "dash" | "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "zec" | "trx" | "etc" | "bsc" | null | undefined;
|
|
@@ -51,7 +51,7 @@ export declare const BitRankRequest: z.ZodObject<{
|
|
|
51
51
|
crypto?: "dash" | "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "zec" | "trx" | "etc" | "bsc" | null | undefined;
|
|
52
52
|
label?: string | null | undefined;
|
|
53
53
|
properties?: {
|
|
54
|
-
property: "
|
|
54
|
+
property: "currency" | "entities" | "score" | "flags" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
55
55
|
}[] | null | undefined;
|
|
56
56
|
transactionsPerPage?: number | null | undefined;
|
|
57
57
|
}>;
|
|
@@ -471,6 +471,7 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
471
471
|
hash: string;
|
|
472
472
|
fees: number;
|
|
473
473
|
}[] | undefined;
|
|
474
|
+
currency?: string | undefined;
|
|
474
475
|
entities?: {
|
|
475
476
|
type: string;
|
|
476
477
|
label: string;
|
|
@@ -478,7 +479,6 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
478
479
|
score?: number | undefined;
|
|
479
480
|
label?: string | undefined;
|
|
480
481
|
flags?: string[] | undefined;
|
|
481
|
-
currency?: string | undefined;
|
|
482
482
|
new_address?: boolean | undefined;
|
|
483
483
|
flags_with_category?: {
|
|
484
484
|
name: string;
|
|
@@ -573,6 +573,7 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
573
573
|
hash: string;
|
|
574
574
|
fees: number;
|
|
575
575
|
}[] | undefined;
|
|
576
|
+
currency?: string | undefined;
|
|
576
577
|
entities?: {
|
|
577
578
|
type: string;
|
|
578
579
|
label: string;
|
|
@@ -580,7 +581,6 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
580
581
|
score?: number | undefined;
|
|
581
582
|
label?: string | undefined;
|
|
582
583
|
flags?: string[] | undefined;
|
|
583
|
-
currency?: string | undefined;
|
|
584
584
|
new_address?: boolean | undefined;
|
|
585
585
|
flags_with_category?: {
|
|
586
586
|
name: string;
|
|
@@ -1529,6 +1529,7 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1529
1529
|
hash: string;
|
|
1530
1530
|
fees: number;
|
|
1531
1531
|
}[] | undefined;
|
|
1532
|
+
currency?: string | undefined;
|
|
1532
1533
|
entities?: {
|
|
1533
1534
|
type: string;
|
|
1534
1535
|
label: string;
|
|
@@ -1536,7 +1537,6 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1536
1537
|
score?: number | undefined;
|
|
1537
1538
|
label?: string | undefined;
|
|
1538
1539
|
flags?: string[] | undefined;
|
|
1539
|
-
currency?: string | undefined;
|
|
1540
1540
|
new_address?: boolean | undefined;
|
|
1541
1541
|
flags_with_category?: {
|
|
1542
1542
|
name: string;
|
|
@@ -1631,6 +1631,7 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1631
1631
|
hash: string;
|
|
1632
1632
|
fees: number;
|
|
1633
1633
|
}[] | undefined;
|
|
1634
|
+
currency?: string | undefined;
|
|
1634
1635
|
entities?: {
|
|
1635
1636
|
type: string;
|
|
1636
1637
|
label: string;
|
|
@@ -1638,7 +1639,6 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1638
1639
|
score?: number | undefined;
|
|
1639
1640
|
label?: string | undefined;
|
|
1640
1641
|
flags?: string[] | undefined;
|
|
1641
|
-
currency?: string | undefined;
|
|
1642
1642
|
new_address?: boolean | undefined;
|
|
1643
1643
|
flags_with_category?: {
|
|
1644
1644
|
name: string;
|
|
@@ -88,6 +88,7 @@ export declare const CreateSearchInput: z.ZodObject<{
|
|
|
88
88
|
client_ref: string;
|
|
89
89
|
search_term: string;
|
|
90
90
|
tags?: Record<string, string>[] | null | undefined;
|
|
91
|
+
limit?: number | null | undefined;
|
|
91
92
|
filters?: {
|
|
92
93
|
types?: ("sanction" | "warning" | "fitness-probity" | "pep" | "pep-class-1" | "pep-class-2" | "pep-class-3" | "pep-class-4" | "adverse-media" | "adverse-media-financial-crime" | "adverse-media-violent-crime" | "adverse-media-sexual-crime" | "adverse-media-terrorism" | "adverse-media-fraud" | "adverse-media-narcotics" | "adverse-media-general" | "adverse-media-v2-property" | "adverse-media-v2-financial-aml-cft" | "adverse-media-v2-fraud-linked" | "adverse-media-v2-narcotics-aml-cft" | "adverse-media-v2-violence-aml-cft" | "adverse-media-v2-terrorism" | "adverse-media-v2-cybercrime" | "adverse-media-v2-general-aml-cft" | "adverse-media-v2-regulatory" | "adverse-media-v2-financial-difficulty" | "adverse-media-v2-violence-non-aml-cft" | "adverse-media-v2-other-financial" | "adverse-media-v2-other-serious" | "adverse-media-v2-other-minor")[] | null | undefined;
|
|
93
94
|
birth_year?: number | null | undefined;
|
|
@@ -95,7 +96,6 @@ export declare const CreateSearchInput: z.ZodObject<{
|
|
|
95
96
|
entity_type?: "company" | "person" | "organisation" | "vessel" | "aircraft" | null | undefined;
|
|
96
97
|
country_codes?: ("ID" | "AD" | "AE" | "AI" | "AR" | "AT" | "AZ" | "BF" | "BT" | "BZ" | "CC" | "CL" | "CV" | "CW" | "EC" | "ES" | "GF" | "GM" | "GS" | "GT" | "HT" | "HU" | "IN" | "IQ" | "IT" | "LA" | "MA" | "MC" | "MD" | "ME" | "MM" | "MT" | "MV" | "MX" | "NU" | "OM" | "SB" | "SC" | "SD" | "SG" | "SI" | "SS" | "ST" | "SX" | "TT" | "TV" | "VI" | "YT" | "AN" | "XK" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AO" | "AQ" | "AG" | "AM" | "AW" | "AU" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BJ" | "BM" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "VG" | "IO" | "BN" | "BG" | "BI" | "KH" | "CM" | "CA" | "KY" | "CF" | "TD" | "CN" | "HK" | "MO" | "CX" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "PF" | "TF" | "GA" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GG" | "GN" | "GW" | "GY" | "HM" | "VA" | "HN" | "IS" | "IR" | "IE" | "IM" | "IL" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "ML" | "MH" | "MQ" | "MR" | "MU" | "FM" | "MN" | "MS" | "MZ" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NF" | "MP" | "NO" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SL" | "SK" | "SO" | "ZA" | "LK" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TN" | "TR" | "TM" | "TC" | "UG" | "UA" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")[] | null | undefined;
|
|
97
98
|
} | undefined;
|
|
98
|
-
limit?: number | null | undefined;
|
|
99
99
|
offset?: number | null | undefined;
|
|
100
100
|
search_profile?: string | null | undefined;
|
|
101
101
|
fuzziness?: number | null | undefined;
|
|
@@ -105,6 +105,7 @@ export declare const CreateSearchInput: z.ZodObject<{
|
|
|
105
105
|
client_ref: string;
|
|
106
106
|
search_term: string;
|
|
107
107
|
tags?: Record<string, string>[] | null | undefined;
|
|
108
|
+
limit?: number | null | undefined;
|
|
108
109
|
filters?: {
|
|
109
110
|
types?: ("sanction" | "warning" | "fitness-probity" | "pep" | "pep-class-1" | "pep-class-2" | "pep-class-3" | "pep-class-4" | "adverse-media" | "adverse-media-financial-crime" | "adverse-media-violent-crime" | "adverse-media-sexual-crime" | "adverse-media-terrorism" | "adverse-media-fraud" | "adverse-media-narcotics" | "adverse-media-general" | "adverse-media-v2-property" | "adverse-media-v2-financial-aml-cft" | "adverse-media-v2-fraud-linked" | "adverse-media-v2-narcotics-aml-cft" | "adverse-media-v2-violence-aml-cft" | "adverse-media-v2-terrorism" | "adverse-media-v2-cybercrime" | "adverse-media-v2-general-aml-cft" | "adverse-media-v2-regulatory" | "adverse-media-v2-financial-difficulty" | "adverse-media-v2-violence-non-aml-cft" | "adverse-media-v2-other-financial" | "adverse-media-v2-other-serious" | "adverse-media-v2-other-minor")[] | null | undefined;
|
|
110
111
|
birth_year?: number | null | undefined;
|
|
@@ -112,7 +113,6 @@ export declare const CreateSearchInput: z.ZodObject<{
|
|
|
112
113
|
entity_type?: "company" | "person" | "organisation" | "vessel" | "aircraft" | null | undefined;
|
|
113
114
|
country_codes?: ("ID" | "AD" | "AE" | "AI" | "AR" | "AT" | "AZ" | "BF" | "BT" | "BZ" | "CC" | "CL" | "CV" | "CW" | "EC" | "ES" | "GF" | "GM" | "GS" | "GT" | "HT" | "HU" | "IN" | "IQ" | "IT" | "LA" | "MA" | "MC" | "MD" | "ME" | "MM" | "MT" | "MV" | "MX" | "NU" | "OM" | "SB" | "SC" | "SD" | "SG" | "SI" | "SS" | "ST" | "SX" | "TT" | "TV" | "VI" | "YT" | "AN" | "XK" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AO" | "AQ" | "AG" | "AM" | "AW" | "AU" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BJ" | "BM" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "VG" | "IO" | "BN" | "BG" | "BI" | "KH" | "CM" | "CA" | "KY" | "CF" | "TD" | "CN" | "HK" | "MO" | "CX" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "PF" | "TF" | "GA" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GG" | "GN" | "GW" | "GY" | "HM" | "VA" | "HN" | "IS" | "IR" | "IE" | "IM" | "IL" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "ML" | "MH" | "MQ" | "MR" | "MU" | "FM" | "MN" | "MS" | "MZ" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NF" | "MP" | "NO" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SL" | "SK" | "SO" | "ZA" | "LK" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TN" | "TR" | "TM" | "TC" | "UG" | "UA" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")[] | null | undefined;
|
|
114
115
|
} | undefined;
|
|
115
|
-
limit?: number | null | undefined;
|
|
116
116
|
offset?: number | null | undefined;
|
|
117
117
|
search_profile?: string | null | undefined;
|
|
118
118
|
fuzziness?: number | null | undefined;
|
|
@@ -134,16 +134,16 @@ export declare const UpdateSearchInput: z.ZodObject<{
|
|
|
134
134
|
tags: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodString>, "many">>;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
136
|
tags?: Record<string, string>[] | undefined;
|
|
137
|
+
limit?: number | undefined;
|
|
137
138
|
assignee_id?: string | undefined;
|
|
138
139
|
match_status?: "unknown" | "no_match" | "potential_match" | "false_positive" | "true_positive" | "true_positive_approve" | "true_positive_reject" | undefined;
|
|
139
140
|
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
140
|
-
limit?: number | undefined;
|
|
141
141
|
}, {
|
|
142
142
|
tags?: Record<string, string>[] | undefined;
|
|
143
|
+
limit?: number | undefined;
|
|
143
144
|
assignee_id?: string | undefined;
|
|
144
145
|
match_status?: "unknown" | "no_match" | "potential_match" | "false_positive" | "true_positive" | "true_positive_approve" | "true_positive_reject" | undefined;
|
|
145
146
|
risk_level?: "unknown" | "low" | "medium" | "high" | undefined;
|
|
146
|
-
limit?: number | undefined;
|
|
147
147
|
}>;
|
|
148
148
|
export type UpdateSearchInput = z.infer<typeof UpdateSearchInput>;
|
|
149
149
|
export declare const UpdateSearchEntitiesInput: z.ZodObject<{
|
|
@@ -834,6 +834,7 @@ export declare const ComplyAdvantageSearchDataResponse: z.ZodObject<{
|
|
|
834
834
|
blacklist_hits: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
835
835
|
}, "strip", z.ZodTypeAny, {
|
|
836
836
|
id: number;
|
|
837
|
+
limit: number;
|
|
837
838
|
client_ref: string;
|
|
838
839
|
ref: string;
|
|
839
840
|
searcher_id: number;
|
|
@@ -846,7 +847,6 @@ export declare const ComplyAdvantageSearchDataResponse: z.ZodObject<{
|
|
|
846
847
|
total_matches: number;
|
|
847
848
|
total_blacklist_hits: number;
|
|
848
849
|
labels: unknown[];
|
|
849
|
-
limit: number;
|
|
850
850
|
offset: number;
|
|
851
851
|
tags?: Record<string, string>[] | undefined;
|
|
852
852
|
filters?: {
|
|
@@ -924,6 +924,7 @@ export declare const ComplyAdvantageSearchDataResponse: z.ZodObject<{
|
|
|
924
924
|
blacklist_hits?: unknown[] | undefined;
|
|
925
925
|
}, {
|
|
926
926
|
id: number;
|
|
927
|
+
limit: number;
|
|
927
928
|
client_ref: string;
|
|
928
929
|
ref: string;
|
|
929
930
|
searcher_id: number;
|
|
@@ -936,7 +937,6 @@ export declare const ComplyAdvantageSearchDataResponse: z.ZodObject<{
|
|
|
936
937
|
total_matches: number;
|
|
937
938
|
total_blacklist_hits: number;
|
|
938
939
|
labels: unknown[];
|
|
939
|
-
limit: number;
|
|
940
940
|
offset: number;
|
|
941
941
|
tags?: Record<string, string>[] | undefined;
|
|
942
942
|
filters?: {
|
|
@@ -1358,6 +1358,7 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1358
1358
|
blacklist_hits: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
1359
1359
|
}, "strip", z.ZodTypeAny, {
|
|
1360
1360
|
id: number;
|
|
1361
|
+
limit: number;
|
|
1361
1362
|
client_ref: string;
|
|
1362
1363
|
ref: string;
|
|
1363
1364
|
searcher_id: number;
|
|
@@ -1370,7 +1371,6 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1370
1371
|
total_matches: number;
|
|
1371
1372
|
total_blacklist_hits: number;
|
|
1372
1373
|
labels: unknown[];
|
|
1373
|
-
limit: number;
|
|
1374
1374
|
offset: number;
|
|
1375
1375
|
tags?: Record<string, string>[] | undefined;
|
|
1376
1376
|
filters?: {
|
|
@@ -1448,6 +1448,7 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1448
1448
|
blacklist_hits?: unknown[] | undefined;
|
|
1449
1449
|
}, {
|
|
1450
1450
|
id: number;
|
|
1451
|
+
limit: number;
|
|
1451
1452
|
client_ref: string;
|
|
1452
1453
|
ref: string;
|
|
1453
1454
|
searcher_id: number;
|
|
@@ -1460,7 +1461,6 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1460
1461
|
total_matches: number;
|
|
1461
1462
|
total_blacklist_hits: number;
|
|
1462
1463
|
labels: unknown[];
|
|
1463
|
-
limit: number;
|
|
1464
1464
|
offset: number;
|
|
1465
1465
|
tags?: Record<string, string>[] | undefined;
|
|
1466
1466
|
filters?: {
|
|
@@ -1540,6 +1540,7 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1540
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1541
1541
|
data: {
|
|
1542
1542
|
id: number;
|
|
1543
|
+
limit: number;
|
|
1543
1544
|
client_ref: string;
|
|
1544
1545
|
ref: string;
|
|
1545
1546
|
searcher_id: number;
|
|
@@ -1552,7 +1553,6 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1552
1553
|
total_matches: number;
|
|
1553
1554
|
total_blacklist_hits: number;
|
|
1554
1555
|
labels: unknown[];
|
|
1555
|
-
limit: number;
|
|
1556
1556
|
offset: number;
|
|
1557
1557
|
tags?: Record<string, string>[] | undefined;
|
|
1558
1558
|
filters?: {
|
|
@@ -1632,6 +1632,7 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1632
1632
|
}, {
|
|
1633
1633
|
data: {
|
|
1634
1634
|
id: number;
|
|
1635
|
+
limit: number;
|
|
1635
1636
|
client_ref: string;
|
|
1636
1637
|
ref: string;
|
|
1637
1638
|
searcher_id: number;
|
|
@@ -1644,7 +1645,6 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1644
1645
|
total_matches: number;
|
|
1645
1646
|
total_blacklist_hits: number;
|
|
1646
1647
|
labels: unknown[];
|
|
1647
|
-
limit: number;
|
|
1648
1648
|
offset: number;
|
|
1649
1649
|
tags?: Record<string, string>[] | undefined;
|
|
1650
1650
|
filters?: {
|
|
@@ -1728,6 +1728,7 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1728
1728
|
content: {
|
|
1729
1729
|
data: {
|
|
1730
1730
|
id: number;
|
|
1731
|
+
limit: number;
|
|
1731
1732
|
client_ref: string;
|
|
1732
1733
|
ref: string;
|
|
1733
1734
|
searcher_id: number;
|
|
@@ -1740,7 +1741,6 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1740
1741
|
total_matches: number;
|
|
1741
1742
|
total_blacklist_hits: number;
|
|
1742
1743
|
labels: unknown[];
|
|
1743
|
-
limit: number;
|
|
1744
1744
|
offset: number;
|
|
1745
1745
|
tags?: Record<string, string>[] | undefined;
|
|
1746
1746
|
filters?: {
|
|
@@ -1824,6 +1824,7 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1824
1824
|
content: {
|
|
1825
1825
|
data: {
|
|
1826
1826
|
id: number;
|
|
1827
|
+
limit: number;
|
|
1827
1828
|
client_ref: string;
|
|
1828
1829
|
ref: string;
|
|
1829
1830
|
searcher_id: number;
|
|
@@ -1836,7 +1837,6 @@ export declare const ComplyAdvantageSearchSuccessResponse: z.ZodObject<{
|
|
|
1836
1837
|
total_matches: number;
|
|
1837
1838
|
total_blacklist_hits: number;
|
|
1838
1839
|
labels: unknown[];
|
|
1839
|
-
limit: number;
|
|
1840
1840
|
offset: number;
|
|
1841
1841
|
tags?: Record<string, string>[] | undefined;
|
|
1842
1842
|
filters?: {
|
|
@@ -2274,6 +2274,7 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2274
2274
|
blacklist_hits: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
2275
2275
|
}, "strip", z.ZodTypeAny, {
|
|
2276
2276
|
id: number;
|
|
2277
|
+
limit: number;
|
|
2277
2278
|
client_ref: string;
|
|
2278
2279
|
ref: string;
|
|
2279
2280
|
searcher_id: number;
|
|
@@ -2286,7 +2287,6 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2286
2287
|
total_matches: number;
|
|
2287
2288
|
total_blacklist_hits: number;
|
|
2288
2289
|
labels: unknown[];
|
|
2289
|
-
limit: number;
|
|
2290
2290
|
offset: number;
|
|
2291
2291
|
tags?: Record<string, string>[] | undefined;
|
|
2292
2292
|
filters?: {
|
|
@@ -2364,6 +2364,7 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2364
2364
|
blacklist_hits?: unknown[] | undefined;
|
|
2365
2365
|
}, {
|
|
2366
2366
|
id: number;
|
|
2367
|
+
limit: number;
|
|
2367
2368
|
client_ref: string;
|
|
2368
2369
|
ref: string;
|
|
2369
2370
|
searcher_id: number;
|
|
@@ -2376,7 +2377,6 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2376
2377
|
total_matches: number;
|
|
2377
2378
|
total_blacklist_hits: number;
|
|
2378
2379
|
labels: unknown[];
|
|
2379
|
-
limit: number;
|
|
2380
2380
|
offset: number;
|
|
2381
2381
|
tags?: Record<string, string>[] | undefined;
|
|
2382
2382
|
filters?: {
|
|
@@ -2456,6 +2456,7 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2456
2456
|
}, "strip", z.ZodTypeAny, {
|
|
2457
2457
|
data: {
|
|
2458
2458
|
id: number;
|
|
2459
|
+
limit: number;
|
|
2459
2460
|
client_ref: string;
|
|
2460
2461
|
ref: string;
|
|
2461
2462
|
searcher_id: number;
|
|
@@ -2468,7 +2469,6 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2468
2469
|
total_matches: number;
|
|
2469
2470
|
total_blacklist_hits: number;
|
|
2470
2471
|
labels: unknown[];
|
|
2471
|
-
limit: number;
|
|
2472
2472
|
offset: number;
|
|
2473
2473
|
tags?: Record<string, string>[] | undefined;
|
|
2474
2474
|
filters?: {
|
|
@@ -2548,6 +2548,7 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2548
2548
|
}, {
|
|
2549
2549
|
data: {
|
|
2550
2550
|
id: number;
|
|
2551
|
+
limit: number;
|
|
2551
2552
|
client_ref: string;
|
|
2552
2553
|
ref: string;
|
|
2553
2554
|
searcher_id: number;
|
|
@@ -2560,7 +2561,6 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2560
2561
|
total_matches: number;
|
|
2561
2562
|
total_blacklist_hits: number;
|
|
2562
2563
|
labels: unknown[];
|
|
2563
|
-
limit: number;
|
|
2564
2564
|
offset: number;
|
|
2565
2565
|
tags?: Record<string, string>[] | undefined;
|
|
2566
2566
|
filters?: {
|
|
@@ -2644,6 +2644,7 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2644
2644
|
content: {
|
|
2645
2645
|
data: {
|
|
2646
2646
|
id: number;
|
|
2647
|
+
limit: number;
|
|
2647
2648
|
client_ref: string;
|
|
2648
2649
|
ref: string;
|
|
2649
2650
|
searcher_id: number;
|
|
@@ -2656,7 +2657,6 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2656
2657
|
total_matches: number;
|
|
2657
2658
|
total_blacklist_hits: number;
|
|
2658
2659
|
labels: unknown[];
|
|
2659
|
-
limit: number;
|
|
2660
2660
|
offset: number;
|
|
2661
2661
|
tags?: Record<string, string>[] | undefined;
|
|
2662
2662
|
filters?: {
|
|
@@ -2740,6 +2740,7 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2740
2740
|
content: {
|
|
2741
2741
|
data: {
|
|
2742
2742
|
id: number;
|
|
2743
|
+
limit: number;
|
|
2743
2744
|
client_ref: string;
|
|
2744
2745
|
ref: string;
|
|
2745
2746
|
searcher_id: number;
|
|
@@ -2752,7 +2753,6 @@ export declare const ComplyAdvantageSearchResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
2752
2753
|
total_matches: number;
|
|
2753
2754
|
total_blacklist_hits: number;
|
|
2754
2755
|
labels: unknown[];
|
|
2755
|
-
limit: number;
|
|
2756
2756
|
offset: number;
|
|
2757
2757
|
tags?: Record<string, string>[] | undefined;
|
|
2758
2758
|
filters?: {
|
|
@@ -4432,6 +4432,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4432
4432
|
blacklist_hits: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
4433
4433
|
}, "strip", z.ZodTypeAny, {
|
|
4434
4434
|
id: number;
|
|
4435
|
+
limit: number;
|
|
4435
4436
|
client_ref: string;
|
|
4436
4437
|
ref: string;
|
|
4437
4438
|
searcher_id: number;
|
|
@@ -4444,7 +4445,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4444
4445
|
total_matches: number;
|
|
4445
4446
|
total_blacklist_hits: number;
|
|
4446
4447
|
labels: unknown[];
|
|
4447
|
-
limit: number;
|
|
4448
4448
|
offset: number;
|
|
4449
4449
|
tags?: Record<string, string>[] | undefined;
|
|
4450
4450
|
filters?: {
|
|
@@ -4522,6 +4522,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4522
4522
|
blacklist_hits?: unknown[] | undefined;
|
|
4523
4523
|
}, {
|
|
4524
4524
|
id: number;
|
|
4525
|
+
limit: number;
|
|
4525
4526
|
client_ref: string;
|
|
4526
4527
|
ref: string;
|
|
4527
4528
|
searcher_id: number;
|
|
@@ -4534,7 +4535,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4534
4535
|
total_matches: number;
|
|
4535
4536
|
total_blacklist_hits: number;
|
|
4536
4537
|
labels: unknown[];
|
|
4537
|
-
limit: number;
|
|
4538
4538
|
offset: number;
|
|
4539
4539
|
tags?: Record<string, string>[] | undefined;
|
|
4540
4540
|
filters?: {
|
|
@@ -4616,6 +4616,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4616
4616
|
status: "success";
|
|
4617
4617
|
content: {
|
|
4618
4618
|
id: number;
|
|
4619
|
+
limit: number;
|
|
4619
4620
|
client_ref: string;
|
|
4620
4621
|
ref: string;
|
|
4621
4622
|
searcher_id: number;
|
|
@@ -4628,7 +4629,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4628
4629
|
total_matches: number;
|
|
4629
4630
|
total_blacklist_hits: number;
|
|
4630
4631
|
labels: unknown[];
|
|
4631
|
-
limit: number;
|
|
4632
4632
|
offset: number;
|
|
4633
4633
|
tags?: Record<string, string>[] | undefined;
|
|
4634
4634
|
filters?: {
|
|
@@ -4710,6 +4710,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4710
4710
|
status: "success";
|
|
4711
4711
|
content: {
|
|
4712
4712
|
id: number;
|
|
4713
|
+
limit: number;
|
|
4713
4714
|
client_ref: string;
|
|
4714
4715
|
ref: string;
|
|
4715
4716
|
searcher_id: number;
|
|
@@ -4722,7 +4723,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesSuccessResponse: z.ZodOb
|
|
|
4722
4723
|
total_matches: number;
|
|
4723
4724
|
total_blacklist_hits: number;
|
|
4724
4725
|
labels: unknown[];
|
|
4725
|
-
limit: number;
|
|
4726
4726
|
offset: number;
|
|
4727
4727
|
tags?: Record<string, string>[] | undefined;
|
|
4728
4728
|
filters?: {
|
|
@@ -5144,6 +5144,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5144
5144
|
blacklist_hits: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
5145
5145
|
}, "strip", z.ZodTypeAny, {
|
|
5146
5146
|
id: number;
|
|
5147
|
+
limit: number;
|
|
5147
5148
|
client_ref: string;
|
|
5148
5149
|
ref: string;
|
|
5149
5150
|
searcher_id: number;
|
|
@@ -5156,7 +5157,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5156
5157
|
total_matches: number;
|
|
5157
5158
|
total_blacklist_hits: number;
|
|
5158
5159
|
labels: unknown[];
|
|
5159
|
-
limit: number;
|
|
5160
5160
|
offset: number;
|
|
5161
5161
|
tags?: Record<string, string>[] | undefined;
|
|
5162
5162
|
filters?: {
|
|
@@ -5234,6 +5234,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5234
5234
|
blacklist_hits?: unknown[] | undefined;
|
|
5235
5235
|
}, {
|
|
5236
5236
|
id: number;
|
|
5237
|
+
limit: number;
|
|
5237
5238
|
client_ref: string;
|
|
5238
5239
|
ref: string;
|
|
5239
5240
|
searcher_id: number;
|
|
@@ -5246,7 +5247,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5246
5247
|
total_matches: number;
|
|
5247
5248
|
total_blacklist_hits: number;
|
|
5248
5249
|
labels: unknown[];
|
|
5249
|
-
limit: number;
|
|
5250
5250
|
offset: number;
|
|
5251
5251
|
tags?: Record<string, string>[] | undefined;
|
|
5252
5252
|
filters?: {
|
|
@@ -5328,6 +5328,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5328
5328
|
status: "success";
|
|
5329
5329
|
content: {
|
|
5330
5330
|
id: number;
|
|
5331
|
+
limit: number;
|
|
5331
5332
|
client_ref: string;
|
|
5332
5333
|
ref: string;
|
|
5333
5334
|
searcher_id: number;
|
|
@@ -5340,7 +5341,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5340
5341
|
total_matches: number;
|
|
5341
5342
|
total_blacklist_hits: number;
|
|
5342
5343
|
labels: unknown[];
|
|
5343
|
-
limit: number;
|
|
5344
5344
|
offset: number;
|
|
5345
5345
|
tags?: Record<string, string>[] | undefined;
|
|
5346
5346
|
filters?: {
|
|
@@ -5422,6 +5422,7 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5422
5422
|
status: "success";
|
|
5423
5423
|
content: {
|
|
5424
5424
|
id: number;
|
|
5425
|
+
limit: number;
|
|
5425
5426
|
client_ref: string;
|
|
5426
5427
|
ref: string;
|
|
5427
5428
|
searcher_id: number;
|
|
@@ -5434,7 +5435,6 @@ export declare const ComplyAdvantageUpdateSearchEntitiesResponse: z.ZodUnion<[z.
|
|
|
5434
5435
|
total_matches: number;
|
|
5435
5436
|
total_blacklist_hits: number;
|
|
5436
5437
|
labels: unknown[];
|
|
5437
|
-
limit: number;
|
|
5438
5438
|
offset: number;
|
|
5439
5439
|
tags?: Record<string, string>[] | undefined;
|
|
5440
5440
|
filters?: {
|