@nexeraid/identity-schemas 2.75.0-dev → 2.77.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-55b8c72b.esm.mjs → CoinMarketCap.schema-184b8dba.esm.mjs} +17 -4
- package/dist/{CoinMarketCap.schema-a0e3284a.cjs.prod.cjs → CoinMarketCap.schema-32e2c7da.cjs.prod.cjs} +18 -3
- package/dist/{CoinMarketCap.schema-73597e44.cjs.dev.cjs → CoinMarketCap.schema-e32b532c.cjs.dev.cjs} +18 -3
- package/dist/declarations/src/identity/app-requests.schema.d.ts +27 -27
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +7 -7
- package/dist/declarations/src/identity/kyc.schema.d.ts +7 -7
- package/dist/declarations/src/identity/query.schema.d.ts +77 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +597 -10
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +33 -0
- package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +57 -20
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +10 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +5 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +2 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +14 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +3 -3
- package/dist/declarations/src/webhooks/scenario-webhook.schema.d.ts +3 -3
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +180 -180
- package/dist/{identity-api.schema-f273d197.cjs.dev.cjs → identity-api.schema-78cad570.cjs.dev.cjs} +154 -79
- package/dist/{identity-api.schema-698da711.esm.mjs → identity-api.schema-a2ca36c1.esm.mjs} +130 -80
- package/dist/{identity-api.schema-86cf92dd.cjs.prod.cjs → identity-api.schema-ea5b7e85.cjs.prod.cjs} +154 -79
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +16 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +16 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-2bc50d3e.cjs.prod.cjs → tfhe-utilities-17dfb556.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-36b44d38.cjs.dev.cjs → tfhe-utilities-180e4ba0.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-ca582b5e.esm.mjs → tfhe-utilities-2ff3db73.esm.mjs} +2 -2
- package/dist/{vault.schema-03f54b78.cjs.dev.cjs → vault.schema-01e66371.cjs.prod.cjs} +23 -1
- package/dist/{vault.schema-4c134301.esm.mjs → vault.schema-4acec510.esm.mjs} +22 -2
- package/dist/{vault.schema-6c801a7d.cjs.prod.cjs → vault.schema-f3a557c2.cjs.dev.cjs} +23 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +13 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +13 -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 +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -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 +21 -48
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +21 -48
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +5 -31
|
@@ -2,47 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-78cad570.cjs.dev.cjs');
|
|
5
6
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-73597e44.cjs.dev.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-f3a557c2.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-e32b532c.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
12
|
|
|
13
|
-
// Alert Statuses
|
|
14
|
-
var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
15
|
-
var AlertStatus = zod.z["enum"](AlertStatuses);
|
|
16
|
-
// Alert Types
|
|
17
|
-
var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"];
|
|
18
|
-
var AlertType = zod.z["enum"](AlertTypes);
|
|
19
|
-
// Alert Severities
|
|
20
|
-
var AlertSeverities = ["Low", "Medium", "High"];
|
|
21
|
-
var AlertSeverity = zod.z["enum"](AlertSeverities);
|
|
22
|
-
// Alert Categories
|
|
23
|
-
var AlertCategories = ["Onboarding", "Ongoing monitoring"];
|
|
24
|
-
var AlertCategory = zod.z["enum"](AlertCategories);
|
|
25
|
-
var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
|
|
26
|
-
var AlertChartType = zod.z["enum"](ALERT_CHART_TYPES);
|
|
27
|
-
var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
|
|
28
|
-
var AlertTableColumn = zod.z["enum"](ALERT_TABLE_COLUMNS);
|
|
29
|
-
var UserInfoForDuplicate = zod.z.object({
|
|
30
|
-
customerId: vault_schema.UuidString,
|
|
31
|
-
customerInfo: zod.z.string().nullish(),
|
|
32
|
-
profilePicture: zod.z.string().nullish(),
|
|
33
|
-
idDocumentUrl: zod.z.string().nullish()
|
|
34
|
-
});
|
|
35
|
-
var DuplicateData = zod.z.object({
|
|
36
|
-
original: UserInfoForDuplicate,
|
|
37
|
-
duplicate: UserInfoForDuplicate
|
|
38
|
-
});
|
|
39
|
-
|
|
40
13
|
var AlertWebhookPayload = zod.z.object({
|
|
41
14
|
id: vault_schema.UuidString,
|
|
42
|
-
severity: AlertSeverity,
|
|
43
|
-
category: AlertCategory,
|
|
44
|
-
type: AlertType,
|
|
45
|
-
status: AlertStatus,
|
|
15
|
+
severity: identityApi_schema.AlertSeverity,
|
|
16
|
+
category: identityApi_schema.AlertCategory,
|
|
17
|
+
type: identityApi_schema.AlertType,
|
|
18
|
+
status: identityApi_schema.AlertStatus,
|
|
46
19
|
customerId: vault_schema.UuidString,
|
|
47
20
|
externalCustomerId: vault_schema.ExternalCustomerId.nullish(),
|
|
48
21
|
cmsProjectId: zod.z.string().optional(),
|
|
@@ -670,20 +643,22 @@ var NexeraWebhookEvents = [{
|
|
|
670
643
|
}
|
|
671
644
|
}];
|
|
672
645
|
|
|
673
|
-
exports.ALERT_CHART_TYPES = ALERT_CHART_TYPES;
|
|
674
|
-
exports.ALERT_TABLE_COLUMNS = ALERT_TABLE_COLUMNS;
|
|
675
|
-
exports.AlertCategories = AlertCategories;
|
|
676
|
-
exports.AlertCategory = AlertCategory;
|
|
677
|
-
exports.AlertChartType = AlertChartType;
|
|
646
|
+
exports.ALERT_CHART_TYPES = identityApi_schema.ALERT_CHART_TYPES;
|
|
647
|
+
exports.ALERT_TABLE_COLUMNS = identityApi_schema.ALERT_TABLE_COLUMNS;
|
|
648
|
+
exports.AlertCategories = identityApi_schema.AlertCategories;
|
|
649
|
+
exports.AlertCategory = identityApi_schema.AlertCategory;
|
|
650
|
+
exports.AlertChartType = identityApi_schema.AlertChartType;
|
|
651
|
+
exports.AlertSeverities = identityApi_schema.AlertSeverities;
|
|
652
|
+
exports.AlertSeverity = identityApi_schema.AlertSeverity;
|
|
653
|
+
exports.AlertStatus = identityApi_schema.AlertStatus;
|
|
654
|
+
exports.AlertStatuses = identityApi_schema.AlertStatuses;
|
|
655
|
+
exports.AlertTableColumn = identityApi_schema.AlertTableColumn;
|
|
656
|
+
exports.AlertType = identityApi_schema.AlertType;
|
|
657
|
+
exports.AlertTypes = identityApi_schema.AlertTypes;
|
|
658
|
+
exports.DuplicateData = identityApi_schema.DuplicateData;
|
|
659
|
+
exports.UserInfoForDuplicate = identityApi_schema.UserInfoForDuplicate;
|
|
678
660
|
exports.AlertCreatedPayload = AlertCreatedPayload;
|
|
679
661
|
exports.AlertDeletedPayload = AlertDeletedPayload;
|
|
680
|
-
exports.AlertSeverities = AlertSeverities;
|
|
681
|
-
exports.AlertSeverity = AlertSeverity;
|
|
682
|
-
exports.AlertStatus = AlertStatus;
|
|
683
|
-
exports.AlertStatuses = AlertStatuses;
|
|
684
|
-
exports.AlertTableColumn = AlertTableColumn;
|
|
685
|
-
exports.AlertType = AlertType;
|
|
686
|
-
exports.AlertTypes = AlertTypes;
|
|
687
662
|
exports.AlertUpdatedPayload = AlertUpdatedPayload;
|
|
688
663
|
exports.AlertWebhookPayload = AlertWebhookPayload;
|
|
689
664
|
exports.AllNexeraEventTypes = AllNexeraEventTypes;
|
|
@@ -706,7 +681,6 @@ exports.CustomerUpdatedPayload = CustomerUpdatedPayload;
|
|
|
706
681
|
exports.CustomerWebhookPayload = CustomerWebhookPayload;
|
|
707
682
|
exports.DeleteEndpointInput = DeleteEndpointInput;
|
|
708
683
|
exports.DeleteEndpointOutput = DeleteEndpointOutput;
|
|
709
|
-
exports.DuplicateData = DuplicateData;
|
|
710
684
|
exports.EndpointCheckboxsCollapsiblesSchema = EndpointCheckboxsCollapsiblesSchema;
|
|
711
685
|
exports.EndpointHandlingForm = EndpointHandlingForm;
|
|
712
686
|
exports.EndpointOut = EndpointOut;
|
|
@@ -746,7 +720,6 @@ exports.TMSUpdatedPayload = TMSUpdatedPayload;
|
|
|
746
720
|
exports.TMSWebhookPayload = TMSWebhookPayload;
|
|
747
721
|
exports.UpdateEndpointInput = UpdateEndpointInput;
|
|
748
722
|
exports.UpdateEndpointOutput = UpdateEndpointOutput;
|
|
749
|
-
exports.UserInfoForDuplicate = UserInfoForDuplicate;
|
|
750
723
|
exports.VerificationFlowChecksWebhookPayload = VerificationFlowChecksWebhookPayload;
|
|
751
724
|
exports.VerificationFlowResult = VerificationFlowResult;
|
|
752
725
|
exports.VerificationFlowResultBitRank = VerificationFlowResultBitRank;
|
|
@@ -2,47 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-ea5b7e85.cjs.prod.cjs');
|
|
5
6
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-a0e3284a.cjs.prod.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-01e66371.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-32e2c7da.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
12
|
|
|
13
|
-
// Alert Statuses
|
|
14
|
-
var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
15
|
-
var AlertStatus = zod.z["enum"](AlertStatuses);
|
|
16
|
-
// Alert Types
|
|
17
|
-
var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"];
|
|
18
|
-
var AlertType = zod.z["enum"](AlertTypes);
|
|
19
|
-
// Alert Severities
|
|
20
|
-
var AlertSeverities = ["Low", "Medium", "High"];
|
|
21
|
-
var AlertSeverity = zod.z["enum"](AlertSeverities);
|
|
22
|
-
// Alert Categories
|
|
23
|
-
var AlertCategories = ["Onboarding", "Ongoing monitoring"];
|
|
24
|
-
var AlertCategory = zod.z["enum"](AlertCategories);
|
|
25
|
-
var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
|
|
26
|
-
var AlertChartType = zod.z["enum"](ALERT_CHART_TYPES);
|
|
27
|
-
var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
|
|
28
|
-
var AlertTableColumn = zod.z["enum"](ALERT_TABLE_COLUMNS);
|
|
29
|
-
var UserInfoForDuplicate = zod.z.object({
|
|
30
|
-
customerId: vault_schema.UuidString,
|
|
31
|
-
customerInfo: zod.z.string().nullish(),
|
|
32
|
-
profilePicture: zod.z.string().nullish(),
|
|
33
|
-
idDocumentUrl: zod.z.string().nullish()
|
|
34
|
-
});
|
|
35
|
-
var DuplicateData = zod.z.object({
|
|
36
|
-
original: UserInfoForDuplicate,
|
|
37
|
-
duplicate: UserInfoForDuplicate
|
|
38
|
-
});
|
|
39
|
-
|
|
40
13
|
var AlertWebhookPayload = zod.z.object({
|
|
41
14
|
id: vault_schema.UuidString,
|
|
42
|
-
severity: AlertSeverity,
|
|
43
|
-
category: AlertCategory,
|
|
44
|
-
type: AlertType,
|
|
45
|
-
status: AlertStatus,
|
|
15
|
+
severity: identityApi_schema.AlertSeverity,
|
|
16
|
+
category: identityApi_schema.AlertCategory,
|
|
17
|
+
type: identityApi_schema.AlertType,
|
|
18
|
+
status: identityApi_schema.AlertStatus,
|
|
46
19
|
customerId: vault_schema.UuidString,
|
|
47
20
|
externalCustomerId: vault_schema.ExternalCustomerId.nullish(),
|
|
48
21
|
cmsProjectId: zod.z.string().optional(),
|
|
@@ -670,20 +643,22 @@ var NexeraWebhookEvents = [{
|
|
|
670
643
|
}
|
|
671
644
|
}];
|
|
672
645
|
|
|
673
|
-
exports.ALERT_CHART_TYPES = ALERT_CHART_TYPES;
|
|
674
|
-
exports.ALERT_TABLE_COLUMNS = ALERT_TABLE_COLUMNS;
|
|
675
|
-
exports.AlertCategories = AlertCategories;
|
|
676
|
-
exports.AlertCategory = AlertCategory;
|
|
677
|
-
exports.AlertChartType = AlertChartType;
|
|
646
|
+
exports.ALERT_CHART_TYPES = identityApi_schema.ALERT_CHART_TYPES;
|
|
647
|
+
exports.ALERT_TABLE_COLUMNS = identityApi_schema.ALERT_TABLE_COLUMNS;
|
|
648
|
+
exports.AlertCategories = identityApi_schema.AlertCategories;
|
|
649
|
+
exports.AlertCategory = identityApi_schema.AlertCategory;
|
|
650
|
+
exports.AlertChartType = identityApi_schema.AlertChartType;
|
|
651
|
+
exports.AlertSeverities = identityApi_schema.AlertSeverities;
|
|
652
|
+
exports.AlertSeverity = identityApi_schema.AlertSeverity;
|
|
653
|
+
exports.AlertStatus = identityApi_schema.AlertStatus;
|
|
654
|
+
exports.AlertStatuses = identityApi_schema.AlertStatuses;
|
|
655
|
+
exports.AlertTableColumn = identityApi_schema.AlertTableColumn;
|
|
656
|
+
exports.AlertType = identityApi_schema.AlertType;
|
|
657
|
+
exports.AlertTypes = identityApi_schema.AlertTypes;
|
|
658
|
+
exports.DuplicateData = identityApi_schema.DuplicateData;
|
|
659
|
+
exports.UserInfoForDuplicate = identityApi_schema.UserInfoForDuplicate;
|
|
678
660
|
exports.AlertCreatedPayload = AlertCreatedPayload;
|
|
679
661
|
exports.AlertDeletedPayload = AlertDeletedPayload;
|
|
680
|
-
exports.AlertSeverities = AlertSeverities;
|
|
681
|
-
exports.AlertSeverity = AlertSeverity;
|
|
682
|
-
exports.AlertStatus = AlertStatus;
|
|
683
|
-
exports.AlertStatuses = AlertStatuses;
|
|
684
|
-
exports.AlertTableColumn = AlertTableColumn;
|
|
685
|
-
exports.AlertType = AlertType;
|
|
686
|
-
exports.AlertTypes = AlertTypes;
|
|
687
662
|
exports.AlertUpdatedPayload = AlertUpdatedPayload;
|
|
688
663
|
exports.AlertWebhookPayload = AlertWebhookPayload;
|
|
689
664
|
exports.AllNexeraEventTypes = AllNexeraEventTypes;
|
|
@@ -706,7 +681,6 @@ exports.CustomerUpdatedPayload = CustomerUpdatedPayload;
|
|
|
706
681
|
exports.CustomerWebhookPayload = CustomerWebhookPayload;
|
|
707
682
|
exports.DeleteEndpointInput = DeleteEndpointInput;
|
|
708
683
|
exports.DeleteEndpointOutput = DeleteEndpointOutput;
|
|
709
|
-
exports.DuplicateData = DuplicateData;
|
|
710
684
|
exports.EndpointCheckboxsCollapsiblesSchema = EndpointCheckboxsCollapsiblesSchema;
|
|
711
685
|
exports.EndpointHandlingForm = EndpointHandlingForm;
|
|
712
686
|
exports.EndpointOut = EndpointOut;
|
|
@@ -746,7 +720,6 @@ exports.TMSUpdatedPayload = TMSUpdatedPayload;
|
|
|
746
720
|
exports.TMSWebhookPayload = TMSWebhookPayload;
|
|
747
721
|
exports.UpdateEndpointInput = UpdateEndpointInput;
|
|
748
722
|
exports.UpdateEndpointOutput = UpdateEndpointOutput;
|
|
749
|
-
exports.UserInfoForDuplicate = UserInfoForDuplicate;
|
|
750
723
|
exports.VerificationFlowChecksWebhookPayload = VerificationFlowChecksWebhookPayload;
|
|
751
724
|
exports.VerificationFlowResult = VerificationFlowResult;
|
|
752
725
|
exports.VerificationFlowResultBitRank = VerificationFlowResultBitRank;
|
|
@@ -1,38 +1,12 @@
|
|
|
1
|
+
import { cn as AlertSeverity, co as AlertCategory, cp as AlertType, cq as AlertStatus, a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, ae as RuleResultStatus } from '../../dist/identity-api.schema-a2ca36c1.esm.mjs';
|
|
2
|
+
export { cv as ALERT_CHART_TYPES, cx as ALERT_TABLE_COLUMNS, cu as AlertCategories, co as AlertCategory, cw as AlertChartType, ct as AlertSeverities, cn as AlertSeverity, cq as AlertStatus, cr as AlertStatuses, cy as AlertTableColumn, cp as AlertType, cs as AlertTypes, cA as DuplicateData, cz as UserInfoForDuplicate } from '../../dist/identity-api.schema-a2ca36c1.esm.mjs';
|
|
1
3
|
import { z } from 'zod';
|
|
2
|
-
import { aS as UuidString,
|
|
3
|
-
import {
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-55b8c72b.esm.mjs';
|
|
4
|
+
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-4acec510.esm.mjs';
|
|
5
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-184b8dba.esm.mjs';
|
|
5
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
7
|
import 'nanoid';
|
|
7
8
|
import 'decimal.js';
|
|
8
9
|
|
|
9
|
-
// Alert Statuses
|
|
10
|
-
var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
11
|
-
var AlertStatus = z["enum"](AlertStatuses);
|
|
12
|
-
// Alert Types
|
|
13
|
-
var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate"];
|
|
14
|
-
var AlertType = z["enum"](AlertTypes);
|
|
15
|
-
// Alert Severities
|
|
16
|
-
var AlertSeverities = ["Low", "Medium", "High"];
|
|
17
|
-
var AlertSeverity = z["enum"](AlertSeverities);
|
|
18
|
-
// Alert Categories
|
|
19
|
-
var AlertCategories = ["Onboarding", "Ongoing monitoring"];
|
|
20
|
-
var AlertCategory = z["enum"](AlertCategories);
|
|
21
|
-
var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
|
|
22
|
-
var AlertChartType = z["enum"](ALERT_CHART_TYPES);
|
|
23
|
-
var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
|
|
24
|
-
var AlertTableColumn = z["enum"](ALERT_TABLE_COLUMNS);
|
|
25
|
-
var UserInfoForDuplicate = z.object({
|
|
26
|
-
customerId: UuidString,
|
|
27
|
-
customerInfo: z.string().nullish(),
|
|
28
|
-
profilePicture: z.string().nullish(),
|
|
29
|
-
idDocumentUrl: z.string().nullish()
|
|
30
|
-
});
|
|
31
|
-
var DuplicateData = z.object({
|
|
32
|
-
original: UserInfoForDuplicate,
|
|
33
|
-
duplicate: UserInfoForDuplicate
|
|
34
|
-
});
|
|
35
|
-
|
|
36
10
|
var AlertWebhookPayload = z.object({
|
|
37
11
|
id: UuidString,
|
|
38
12
|
severity: AlertSeverity,
|
|
@@ -666,4 +640,4 @@ var NexeraWebhookEvents = [{
|
|
|
666
640
|
}
|
|
667
641
|
}];
|
|
668
642
|
|
|
669
|
-
export {
|
|
643
|
+
export { AlertCreatedPayload, AlertDeletedPayload, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForTMSCreatedInput, SendMessageForTMSDeletedInput, SendMessageForTMSUpdatedInput, SendScenarioPayload, TMSCreatedPayload, TMSDeletedPayload, TMSUpdatedPayload, TMSWebhookPayload, UpdateEndpointInput, UpdateEndpointOutput, VerificationFlowChecksWebhookPayload, VerificationFlowResult, VerificationFlowResultBitRank, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultMerkleScience, VerificationFlowResultScoreChain, WebhookAlertEventPayload, WebhookCheckboxInformation, WebhookCustomerEventPayload, WebhookEventPayload, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, WebhookScenariosEventPayload, WebhookTMSEventPayload };
|