@nexeraid/identity-schemas 2.3.10-dev → 2.3.11-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/{customers.schema-bf6bd011.esm.js → customers.schema-2920175f.esm.js} +1 -1
- package/dist/{customers.schema-cc61d5f5.cjs.dev.js → customers.schema-55115ae0.cjs.dev.js} +1 -1
- package/dist/{customers.schema-f5e00e4b.cjs.prod.js → customers.schema-63a6dab0.cjs.prod.js} +1 -1
- package/dist/declarations/src/crypto.schema.d.ts +5 -0
- package/dist/declarations/src/crypto.schema.d.ts.map +1 -0
- package/dist/declarations/src/currency.schema.d.ts +5 -0
- package/dist/declarations/src/currency.schema.d.ts.map +1 -0
- package/dist/declarations/src/identity-ids.schema.d.ts +22 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +4 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +2 -2
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +198 -198
- package/dist/declarations/src/providers/ipquality/ipquality.schema.d.ts +10 -10
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +4 -4
- package/dist/declarations/src/providers/provider.schema.d.ts +558 -558
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +140 -140
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +144 -144
- package/dist/declarations/src/providers/sumsub/sumsub-webhooks.schema.d.ts +4 -4
- package/dist/declarations/src/tag.schema.d.ts +24 -0
- package/dist/declarations/src/tag.schema.d.ts.map +1 -0
- package/dist/declarations/src/transaction.schema.d.ts +23 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +302 -302
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1460 -1460
- package/dist/{frontend-utilities.schema-f06cfbf0.cjs.dev.js → frontend-utilities.schema-6488d65f.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-590fdc26.cjs.prod.js → frontend-utilities.schema-716fdfbe.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-310c23a2.esm.js → frontend-utilities.schema-d269f411.esm.js} +1 -1
- package/dist/{identity-api.schema-e648ecb5.cjs.prod.js → identity-api.schema-7642a9d7.cjs.prod.js} +20 -0
- package/dist/{identity-api.schema-cc2f8a1b.cjs.dev.js → identity-api.schema-7e40f082.cjs.dev.js} +20 -0
- package/dist/{identity-api.schema-12609c1a.esm.js → identity-api.schema-bf32b414.esm.js} +11 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.js +74 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +74 -2
- package/dist/nexeraid-identity-schemas.esm.js +45 -4
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -61,7 +61,7 @@ export declare const SumSubWebhookSchema: z.ZodObject<{
|
|
|
61
61
|
type: "applicantReviewed" | "applicantCreated" | "applicantPending" | "applicantOnHold" | "applicantPersonalInfoChanged" | "applicantPrechecked" | "applicantDeleted" | "applicantLevelChanged" | "videoIdentStatusChanged" | "applicantReset" | "applicantActionPending" | "applicantActionReviewed" | "applicantActionOnHold" | "applicantTravelRuleStatusChanged" | "applicantWorkflowCompleted" | "applicantTagsChanged";
|
|
62
62
|
applicantId: string;
|
|
63
63
|
inspectionId: string;
|
|
64
|
-
applicantType: "
|
|
64
|
+
applicantType: "individual" | "company";
|
|
65
65
|
correlationId: string;
|
|
66
66
|
levelName: "basic-kyc-level" | "basic-kyc-level+aml" | "liveness-level" | "id+liveness" | "kyc" | "phone-level" | "kyc_video" | "nid-idscan-selfie-por" | "NID - ID Scan + Selfie + POR" | "nid-idscan-selfie" | "NIDKYB" | "selfie" | "ID Scan" | "kyc-video-id+selfie" | "kyc-video-id+selfie+por";
|
|
67
67
|
sandboxMode: boolean;
|
|
@@ -87,7 +87,7 @@ export declare const SumSubWebhookSchema: z.ZodObject<{
|
|
|
87
87
|
type: "applicantReviewed" | "applicantCreated" | "applicantPending" | "applicantOnHold" | "applicantPersonalInfoChanged" | "applicantPrechecked" | "applicantDeleted" | "applicantLevelChanged" | "videoIdentStatusChanged" | "applicantReset" | "applicantActionPending" | "applicantActionReviewed" | "applicantActionOnHold" | "applicantTravelRuleStatusChanged" | "applicantWorkflowCompleted" | "applicantTagsChanged";
|
|
88
88
|
applicantId: string;
|
|
89
89
|
inspectionId: string;
|
|
90
|
-
applicantType: "
|
|
90
|
+
applicantType: "individual" | "company";
|
|
91
91
|
correlationId: string;
|
|
92
92
|
levelName: "basic-kyc-level" | "basic-kyc-level+aml" | "liveness-level" | "id+liveness" | "kyc" | "phone-level" | "kyc_video" | "nid-idscan-selfie-por" | "NID - ID Scan + Selfie + POR" | "nid-idscan-selfie" | "NIDKYB" | "selfie" | "ID Scan" | "kyc-video-id+selfie" | "kyc-video-id+selfie+por";
|
|
93
93
|
sandboxMode: boolean;
|
|
@@ -150,7 +150,7 @@ export declare const BaseApplicantActionSchema: z.ZodObject<{
|
|
|
150
150
|
type: "applicantReviewed" | "applicantCreated" | "applicantPending" | "applicantOnHold" | "applicantPersonalInfoChanged" | "applicantPrechecked" | "applicantDeleted" | "applicantLevelChanged" | "videoIdentStatusChanged" | "applicantReset" | "applicantActionPending" | "applicantActionReviewed" | "applicantActionOnHold" | "applicantTravelRuleStatusChanged" | "applicantWorkflowCompleted" | "applicantTagsChanged";
|
|
151
151
|
applicantId: string;
|
|
152
152
|
inspectionId: string;
|
|
153
|
-
applicantType: "
|
|
153
|
+
applicantType: "individual" | "company";
|
|
154
154
|
correlationId: string;
|
|
155
155
|
externalUserId: string;
|
|
156
156
|
reviewResult: {
|
|
@@ -170,7 +170,7 @@ export declare const BaseApplicantActionSchema: z.ZodObject<{
|
|
|
170
170
|
type: "applicantReviewed" | "applicantCreated" | "applicantPending" | "applicantOnHold" | "applicantPersonalInfoChanged" | "applicantPrechecked" | "applicantDeleted" | "applicantLevelChanged" | "videoIdentStatusChanged" | "applicantReset" | "applicantActionPending" | "applicantActionReviewed" | "applicantActionOnHold" | "applicantTravelRuleStatusChanged" | "applicantWorkflowCompleted" | "applicantTagsChanged";
|
|
171
171
|
applicantId: string;
|
|
172
172
|
inspectionId: string;
|
|
173
|
-
applicantType: "
|
|
173
|
+
applicantType: "individual" | "company";
|
|
174
174
|
correlationId: string;
|
|
175
175
|
externalUserId: string;
|
|
176
176
|
reviewResult: {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const TypeTags: readonly ["transaction", "individual", "company"];
|
|
3
|
+
export declare const TypeTag: z.ZodEnum<["transaction", "individual", "company"]>;
|
|
4
|
+
export type TypeTag = z.infer<typeof TypeTag>;
|
|
5
|
+
export declare const Tag: z.ZodObject<{
|
|
6
|
+
type: z.ZodEnum<["transaction", "individual", "company"]>;
|
|
7
|
+
title: z.ZodNullable<z.ZodString>;
|
|
8
|
+
color: z.ZodNullable<z.ZodString>;
|
|
9
|
+
createdAt: z.ZodDate;
|
|
10
|
+
updatedAt: z.ZodDate;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
type: "transaction" | "individual" | "company";
|
|
13
|
+
title: string | null;
|
|
14
|
+
createdAt: Date;
|
|
15
|
+
updatedAt: Date;
|
|
16
|
+
color: string | null;
|
|
17
|
+
}, {
|
|
18
|
+
type: "transaction" | "individual" | "company";
|
|
19
|
+
title: string | null;
|
|
20
|
+
createdAt: Date;
|
|
21
|
+
updatedAt: Date;
|
|
22
|
+
color: string | null;
|
|
23
|
+
}>;
|
|
24
|
+
//# sourceMappingURL=tag.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.schema.d.ts","sourceRoot":"../../../src","sources":["tag.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,QAAQ,mDAAoD,CAAC;AAC1E,eAAO,MAAM,OAAO,qDAAmB,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAG9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;EAMd,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const TransactionTypes: readonly ["crypto", "fiat"];
|
|
3
|
+
export declare const TransactionType: z.ZodEnum<["crypto", "fiat"]>;
|
|
4
|
+
export type TransactionType = z.infer<typeof TransactionType>;
|
|
5
|
+
export declare const TransactionRiskLevels: readonly ["Low", "Medium", "High"];
|
|
6
|
+
export declare const TransactionRiskLevel: z.ZodEnum<["Low", "Medium", "High"]>;
|
|
7
|
+
export type TransactionRiskLevel = z.infer<typeof TransactionRiskLevel>;
|
|
8
|
+
export declare const TransactionReviewStatuses: readonly ["approved", "review", "blocked"];
|
|
9
|
+
export declare const TransactionReviewStatus: z.ZodEnum<["approved", "review", "blocked"]>;
|
|
10
|
+
export type TransactionReviewStatus = z.infer<typeof TransactionReviewStatus>;
|
|
11
|
+
export declare const TransactionDirections: readonly ["IN", "OUT"];
|
|
12
|
+
export declare const TransactionDirection: z.ZodEnum<["IN", "OUT"]>;
|
|
13
|
+
export type TransactionDirection = z.infer<typeof TransactionDirection>;
|
|
14
|
+
export declare const TransactionProviders: readonly ["sumsub"];
|
|
15
|
+
export declare const TransactionProvider: z.ZodEnum<["sumsub"]>;
|
|
16
|
+
export type TransactionProvider = z.infer<typeof TransactionProvider>;
|
|
17
|
+
export declare const PaymentTypes: readonly ["card", "account", "crypto"];
|
|
18
|
+
export declare const PaymentType: z.ZodEnum<["card", "account", "crypto"]>;
|
|
19
|
+
export type PaymentType = z.infer<typeof PaymentType>;
|
|
20
|
+
export declare const TransactionPartiesTypes: readonly ["individual", "company", "smart-contract"];
|
|
21
|
+
export declare const TransactionPartiesType: z.ZodEnum<["individual", "company", "smart-contract"]>;
|
|
22
|
+
export type TransactionPartiesType = z.infer<typeof TransactionPartiesType>;
|
|
23
|
+
//# sourceMappingURL=transaction.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,gBAAgB,6BAA8B,CAAC;AAC5D,eAAO,MAAM,eAAe,+BAA2B,CAAC;AACxD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAG9D,eAAO,MAAM,qBAAqB,oCAAqC,CAAC;AACxE,eAAO,MAAM,oBAAoB,sCAAgC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAGxE,eAAO,MAAM,yBAAyB,4CAI5B,CAAC;AACX,eAAO,MAAM,uBAAuB,8CAAoC,CAAC;AACzE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,qBAAqB,wBAAyB,CAAC;AAC5D,eAAO,MAAM,oBAAoB,0BAAgC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAGxE,eAAO,MAAM,oBAAoB,qBAAsB,CAAC;AACxD,eAAO,MAAM,mBAAmB,uBAA+B,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAGtE,eAAO,MAAM,YAAY,wCAAyC,CAAC;AACnE,eAAO,MAAM,WAAW,0CAAuB,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAGtD,eAAO,MAAM,uBAAuB,sDAI1B,CAAC;AACX,eAAO,MAAM,sBAAsB,wDAAkC,CAAC;AACtE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|