@nexeraid/identity-schemas 2.73.0-dev → 2.75.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-89f84f7d.esm.mjs → CoinMarketCap.schema-55b8c72b.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-49ada60a.cjs.dev.cjs → CoinMarketCap.schema-73597e44.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-39dc07bf.cjs.prod.cjs → CoinMarketCap.schema-a0e3284a.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/identity-ids.schema.d.ts +33 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-fc405e43.esm.mjs → identity-api.schema-698da711.esm.mjs} +1 -1
- package/dist/{identity-api.schema-63927f8c.cjs.prod.cjs → identity-api.schema-86cf92dd.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-71c584a3.cjs.dev.cjs → identity-api.schema-f273d197.cjs.dev.cjs} +1 -1
- 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 +5 -6
- package/dist/{tfhe-utilities-d53f6f9d.cjs.prod.cjs → tfhe-utilities-2bc50d3e.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-74ffc1e1.cjs.dev.cjs → tfhe-utilities-36b44d38.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-fc217910.esm.mjs → tfhe-utilities-ca582b5e.esm.mjs} +2 -2
- package/dist/{vault.schema-05e0f7ea.cjs.prod.cjs → vault.schema-03f54b78.cjs.dev.cjs} +51 -5
- package/dist/{vault.schema-99812078.esm.mjs → vault.schema-4c134301.esm.mjs} +39 -6
- package/dist/{vault.schema-8973f606.cjs.dev.cjs → vault.schema-6c801a7d.cjs.prod.cjs} +51 -5
- 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 +5 -6
- 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-89f84f7d.esm.mjs → CoinMarketCap.schema-55b8c72b.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b0 as Alpha2Country, aS as UuidString,
|
|
3
|
-
import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b0 as Alpha2Country, aS as UuidString, ec as _toConsumableArray, ee as ScoringAnalysisRequest, ef as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, eg as _slicedToArray, bR as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bN as WorkflowSessionId, cH as WorkspaceId, cG as OrganizationId, eb as _defineProperty, d1 as ProofOfResidenceCredentialSubjectSchema } from './vault.schema-4c134301.esm.mjs';
|
|
3
|
+
import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-698da711.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-49ada60a.cjs.dev.cjs → CoinMarketCap.schema-73597e44.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-03f54b78.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-f273d197.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.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-6c801a7d.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -31,8 +31,26 @@ export declare const ActionPrefix = "action";
|
|
|
31
31
|
export declare const WorkflowSessionAttributePrefix = "wsatr";
|
|
32
32
|
export declare const SsssSharePrefix = "ssssshare";
|
|
33
33
|
export declare const SsssChunkPrefix = "sssschunk";
|
|
34
|
+
/**
|
|
35
|
+
* AI related ids
|
|
36
|
+
*/
|
|
34
37
|
export declare const AiExecutionPrefix = "aiexec";
|
|
35
38
|
export declare const AiExecutionStepPrefix = "aiexest";
|
|
39
|
+
export declare const AiDocumentPrefix = "aidoc";
|
|
40
|
+
export declare const AiAgentPrefix = "agent";
|
|
41
|
+
export declare const AiStepPrefix = "astep";
|
|
42
|
+
export declare const ChatPrefix = "chat";
|
|
43
|
+
export declare const MessagePrefix = "msg";
|
|
44
|
+
export declare const AiMessagePrefix = "aimsg";
|
|
45
|
+
export type ChatPrefix = typeof ChatPrefix;
|
|
46
|
+
export type MessagePrefix = typeof MessagePrefix;
|
|
47
|
+
export type AiMessagePrefix = typeof AiMessagePrefix;
|
|
48
|
+
export type ChatId = `${ChatPrefix}_${string}`;
|
|
49
|
+
export type MessageId = `${MessagePrefix}_${string}`;
|
|
50
|
+
export type AiMessageId = `${AiMessagePrefix}_${string}`;
|
|
51
|
+
/**
|
|
52
|
+
* End of AI related ids
|
|
53
|
+
*/
|
|
36
54
|
export type StoragePrefix = typeof StoragePrefix;
|
|
37
55
|
export type IdentityPrefix = typeof IdentityPrefix;
|
|
38
56
|
export type EmailPrefix = typeof EmailPrefix;
|
|
@@ -67,6 +85,9 @@ export type SsssSharePrefix = typeof SsssSharePrefix;
|
|
|
67
85
|
export type SsssChunkPrefix = typeof SsssChunkPrefix;
|
|
68
86
|
export type AiExecutionPrefix = typeof AiExecutionPrefix;
|
|
69
87
|
export type AiExecutionStepPrefix = typeof AiExecutionStepPrefix;
|
|
88
|
+
export type AiDocumentPrefix = typeof AiDocumentPrefix;
|
|
89
|
+
export type AiAgentPrefix = typeof AiAgentPrefix;
|
|
90
|
+
export type AiStepPrefix = typeof AiStepPrefix;
|
|
70
91
|
export type StorageId = `${StoragePrefix}_${string}`;
|
|
71
92
|
export type IdentityId = `${IdentityPrefix}_${string}`;
|
|
72
93
|
export type EmailId = `${EmailPrefix}_${string}`;
|
|
@@ -97,13 +118,17 @@ export type ScenarioId = `${ScenarioPrefix}_${string}`;
|
|
|
97
118
|
export type ListId = `${ListPrefix}_${string}`;
|
|
98
119
|
export type QueryId = `${QueryPrefix}_${string}`;
|
|
99
120
|
export type WorkflowSessionAttributeId = `${WorkflowSessionAttributePrefix}_${string}`;
|
|
121
|
+
export type AiAgentId = `${AiAgentPrefix}_${string}`;
|
|
100
122
|
export type AiExecutionId = `${AiExecutionPrefix}_${string}`;
|
|
101
123
|
export type AiExecutionStepId = `${AiExecutionStepPrefix}_${string}`;
|
|
124
|
+
export type AiDocumentId = `${AiDocumentPrefix}_${string}`;
|
|
125
|
+
export type AiStepId = `${AiStepPrefix}_${string}`;
|
|
102
126
|
export declare const WorkflowSessionId: z.ZodString;
|
|
103
127
|
export type WorkflowSessionId = z.infer<typeof WorkflowSessionId>;
|
|
104
128
|
export type SsssShareId = `${SsssSharePrefix}_${string}`;
|
|
105
129
|
export type SsssChunkId = `${SsssChunkPrefix}_${string}`;
|
|
106
|
-
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | MetaAlertId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionActivityId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | AiExecutionId | AiExecutionStepId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
130
|
+
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | MetaAlertId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionActivityId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | AiExecutionId | AiExecutionStepId | ChatId | MessageId | AiDocumentId | AiAgentId | AiStepId | AiMessageId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
131
|
+
export declare const createBrandedSchemaIdWithParams: <T extends string>(brand: T, params: string[]) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
107
132
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
108
133
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
109
134
|
export declare const EmailId: z.ZodType<`email_${string}`, z.ZodTypeDef, `email_${string}`>;
|
|
@@ -138,7 +163,13 @@ export declare const SsssShareId: z.ZodType<`ssssshare_${string}`, z.ZodTypeDef,
|
|
|
138
163
|
export declare const SsssChunkId: z.ZodType<`sssschunk_${string}`, z.ZodTypeDef, `sssschunk_${string}`>;
|
|
139
164
|
export declare const AiExecutionId: z.ZodType<`aiexec_${string}`, z.ZodTypeDef, `aiexec_${string}`>;
|
|
140
165
|
export declare const AiExecutionStepId: z.ZodType<`aiexest_${string}`, z.ZodTypeDef, `aiexest_${string}`>;
|
|
141
|
-
export declare const
|
|
166
|
+
export declare const AiDocumentId: z.ZodType<`aidoc_${string}`, z.ZodTypeDef, `aidoc_${string}`>;
|
|
167
|
+
export declare const AiAgentId: z.ZodType<`agent_${string}`, z.ZodTypeDef, `agent_${string}`>;
|
|
168
|
+
export declare const AiStepId: z.ZodType<`astep_${string}`, z.ZodTypeDef, `astep_${string}`>;
|
|
169
|
+
export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | CustomerScreeningPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | ListPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToTransactionReviewsPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | AiExecutionPrefix | AiExecutionStepPrefix | ChatPrefix | MessagePrefix | AiDocumentPrefix | AiAgentPrefix | AiStepPrefix | AiMessagePrefix)) => `${T}_${string}`;
|
|
142
170
|
export declare const MemberId: z.ZodString;
|
|
143
171
|
export type MemberId = z.infer<typeof MemberId>;
|
|
172
|
+
export declare const ChatId: z.ZodType<`chat_${string}`, z.ZodTypeDef, `chat_${string}`>;
|
|
173
|
+
export declare const MessageId: z.ZodType<`msg_${string}`, z.ZodTypeDef, `msg_${string}`>;
|
|
174
|
+
export declare const AiMessageId: z.ZodType<`aimsg_${string}`, z.ZodTypeDef, `aimsg_${string}`>;
|
|
144
175
|
//# sourceMappingURL=identity-ids.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAChD,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAGjD,eAAO,MAAM,eAAe,UAAU,CAAC;AAGvC,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,QAAQ,CAAC;AAChD,eAAO,MAAM,iBAAiB,OAAO,CAAC;AACtC,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,wBAAwB,UAAU,CAAC;AAChD,eAAO,MAAM,sBAAsB,QAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,SAAS,CAAC;AACtD,eAAO,MAAM,wBAAwB,QAAQ,CAAC;AAC9C,eAAO,MAAM,qCAAqC,UAAU,CAAC;AAC7D,eAAO,MAAM,iBAAiB,QAAQ,CAAC;AACvC,eAAO,MAAM,+BAA+B,UAAU,CAAC;AACvD,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAG9C,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AAGrC,eAAO,MAAM,8BAA8B,UAAU,CAAC;AAGtD,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,eAAe,cAAc,CAAC;AAE3C,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,eAAO,MAAM,qBAAqB,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAChD,eAAO,MAAM,SAAS,QAAQ,CAAC;AAC/B,eAAO,MAAM,wBAAwB,WAAW,CAAC;AAGjD,eAAO,MAAM,eAAe,UAAU,CAAC;AAGvC,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,QAAQ,CAAC;AAChD,eAAO,MAAM,iBAAiB,OAAO,CAAC;AACtC,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,wBAAwB,UAAU,CAAC;AAChD,eAAO,MAAM,sBAAsB,QAAQ,CAAC;AAC5C,eAAO,MAAM,+BAA+B,SAAS,CAAC;AACtD,eAAO,MAAM,wBAAwB,QAAQ,CAAC;AAC9C,eAAO,MAAM,qCAAqC,UAAU,CAAC;AAC7D,eAAO,MAAM,iBAAiB,QAAQ,CAAC;AACvC,eAAO,MAAM,+BAA+B,UAAU,CAAC;AACvD,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAG9C,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AAGrC,eAAO,MAAM,8BAA8B,UAAU,CAAC;AAGtD,eAAO,MAAM,eAAe,cAAc,CAAC;AAC3C,eAAO,MAAM,eAAe,cAAc,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAC/C,eAAO,MAAM,gBAAgB,UAAU,CAAC;AACxC,eAAO,MAAM,aAAa,UAAU,CAAC;AACrC,eAAO,MAAM,YAAY,UAAU,CAAC;AAGpC,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,aAAa,QAAQ,CAAC;AACnC,eAAO,MAAM,eAAe,UAAU,CAAC;AAGvC,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAC3C,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC;AACjD,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AAGrD,MAAM,MAAM,MAAM,GAAG,GAAG,UAAU,IAAI,MAAM,EAAE,CAAC;AAC/C,MAAM,MAAM,SAAS,GAAG,GAAG,aAAa,IAAI,MAAM,EAAE,CAAC;AACrD,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AAEzD;;GAEG;AAEH,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC;AACnD,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC;AAC7C,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAC/C,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AACzC,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAC3C,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC;AACrE,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AACzC,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAC/C,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC;AAGvE,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC;AACnD,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAC3C,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC;AAG7C,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AAErD,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC;AACxC,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC;AAC3E,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC;AACzE,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC;AACjE,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC;AACrE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC;AACvE,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC;AACnE,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC;AACzC,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC;AACvE,MAAM,MAAM,qCAAqC,GAC/C,OAAO,qCAAqC,CAAC;AAC/C,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC;AACzC,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC;AAGrE,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AACrD,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC;AAErD,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC;AACjE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC;AACvD,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC;AACjD,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC;AAG/C,MAAM,MAAM,SAAS,GAAG,GAAG,aAAa,IAAI,MAAM,EAAE,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,GAAG,cAAc,IAAI,MAAM,EAAE,CAAC;AACvD,MAAM,MAAM,OAAO,GAAG,GAAG,WAAW,IAAI,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,QAAQ,GAAG,GAAG,YAAY,IAAI,MAAM,EAAE,CAAC;AACnD,MAAM,MAAM,KAAK,GAAG,GAAG,SAAS,IAAI,MAAM,EAAE,CAAC;AAC7C,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AACzD,MAAM,MAAM,MAAM,GAAG,GAAG,UAAU,IAAI,MAAM,EAAE,CAAC;AAC/C,MAAM,MAAM,mBAAmB,GAAG,GAAG,uBAAuB,IAAI,MAAM,EAAE,CAAC;AACzE,MAAM,MAAM,KAAK,GAAG,GAAG,SAAS,IAAI,MAAM,EAAE,CAAC;AAC7C,MAAM,MAAM,QAAQ,GAAG,GAAG,YAAY,IAAI,MAAM,EAAE,CAAC;AACnD,MAAM,MAAM,oBAAoB,GAAG,GAAG,wBAAwB,IAAI,MAAM,EAAE,CAAC;AAG3E,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AAGzD,MAAM,MAAM,0BAA0B,GACpC,GAAG,8BAA8B,IAAI,MAAM,EAAE,CAAC;AAChD,MAAM,MAAM,sBAAsB,GAAG,GAAG,0BAA0B,IAAI,MAAM,EAAE,CAAC;AAC/E,MAAM,MAAM,aAAa,GAAG,GAAG,iBAAiB,IAAI,MAAM,EAAE,CAAC;AAC7D,MAAM,MAAM,qBAAqB,GAAG,GAAG,yBAAyB,IAAI,MAAM,EAAE,CAAC;AAC7E,MAAM,MAAM,iBAAiB,GAAG,GAAG,qBAAqB,IAAI,MAAM,EAAE,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAAG,GAAG,uBAAuB,IAAI,MAAM,EAAE,CAAC;AACzE,MAAM,MAAM,oBAAoB,GAAG,GAAG,wBAAwB,IAAI,MAAM,EAAE,CAAC;AAC3E,MAAM,MAAM,kBAAkB,GAAG,GAAG,sBAAsB,IAAI,MAAM,EAAE,CAAC;AACvE,MAAM,MAAM,2BAA2B,GACrC,GAAG,+BAA+B,IAAI,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,oBAAoB,GAAG,GAAG,wBAAwB,IAAI,MAAM,EAAE,CAAC;AAC3E,MAAM,MAAM,iCAAiC,GAC3C,GAAG,qCAAqC,IAAI,MAAM,EAAE,CAAC;AACvD,MAAM,MAAM,aAAa,GAAG,GAAG,iBAAiB,IAAI,MAAM,EAAE,CAAC;AAC7D,MAAM,MAAM,2BAA2B,GACrC,GAAG,+BAA+B,IAAI,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,mBAAmB,GAAG,GAAG,uBAAuB,IAAI,MAAM,EAAE,CAAC;AAEzE,MAAM,MAAM,UAAU,GAAG,GAAG,cAAc,IAAI,MAAM,EAAE,CAAC;AACvD,MAAM,MAAM,MAAM,GAAG,GAAG,UAAU,IAAI,MAAM,EAAE,CAAC;AAC/C,MAAM,MAAM,OAAO,GAAG,GAAG,WAAW,IAAI,MAAM,EAAE,CAAC;AAGjD,MAAM,MAAM,0BAA0B,GACpC,GAAG,8BAA8B,IAAI,MAAM,EAAE,CAAC;AAGhD,MAAM,MAAM,SAAS,GAAG,GAAG,aAAa,IAAI,MAAM,EAAE,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,GAAG,iBAAiB,IAAI,MAAM,EAAE,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG,GAAG,qBAAqB,IAAI,MAAM,EAAE,CAAC;AACrE,MAAM,MAAM,YAAY,GAAG,GAAG,gBAAgB,IAAI,MAAM,EAAE,CAAC;AAC3D,MAAM,MAAM,QAAQ,GAAG,GAAG,YAAY,IAAI,MAAM,EAAE,CAAC;AACnD,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAC5C,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAGlE,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AACzD,MAAM,MAAM,WAAW,GAAG,GAAG,eAAe,IAAI,MAAM,EAAE,CAAC;AAEzD,eAAO,MAAM,qBAAqB,GAAI,CAAC,SAAS,MAAM,SAEhD,SAAS,GACT,UAAU,GACV,OAAO,GACP,QAAQ,GACR,KAAK,GACL,WAAW,GACX,MAAM,GACN,mBAAmB,GACnB,WAAW,GACX,UAAU,GACV,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,0BAA0B,GAC1B,sBAAsB,GACtB,aAAa,GACb,qBAAqB,GACrB,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,2BAA2B,GAC3B,oBAAoB,GACpB,iCAAiC,GACjC,aAAa,GACb,0BAA0B,GAC1B,2BAA2B,GAC3B,oBAAoB,GACpB,mBAAmB,GACnB,WAAW,GACX,WAAW,GACX,aAAa,GACb,iBAAiB,GACjB,MAAM,GACN,SAAS,GACT,YAAY,GACZ,SAAS,GACT,QAAQ,GACR,WAAW,kCAWhB,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAAI,CAAC,SAAS,MAAM,SACvD,CAAC,UACA,MAAM,EAAE,kCAajB,CAAC;AAGF,eAAO,MAAM,SAAS,mEAAwD,CAAC;AAC/E,eAAO,MAAM,UAAU,qEAEtB,CAAC;AACF,eAAO,MAAM,OAAO,+DAAoD,CAAC;AACzE,eAAO,MAAM,QAAQ,iEAAsD,CAAC;AAC5E,eAAO,MAAM,KAAK,2DAAgD,CAAC;AACnE,eAAO,MAAM,WAAW,uEAEvB,CAAC;AACF,eAAO,MAAM,MAAM,6DAAkD,CAAC;AACtE,eAAO,MAAM,mBAAmB,iEAE/B,CAAC;AACF,eAAO,MAAM,KAAK,2DAAgD,CAAC;AACnE,eAAO,MAAM,QAAQ,iEAAsD,CAAC;AAG5E,eAAO,MAAM,WAAW,+DAEvB,CAAC;AAGF,eAAO,MAAM,0BAA0B,6DAGpC,CAAC;AACJ,eAAO,MAAM,sBAAsB,2DAGhC,CAAC;AACJ,eAAO,MAAM,aAAa,yDAEzB,CAAC;AACF,eAAO,MAAM,qBAAqB,6DAC6C,CAAC;AAChF,eAAO,MAAM,iBAAiB,2DAE7B,CAAC;AACF,eAAO,MAAM,mBAAmB,+DAE/B,CAAC;AACF,eAAO,MAAM,oBAAoB,+DAEhC,CAAC;AACF,eAAO,MAAM,kBAAkB,2DAE9B,CAAC;AACF,eAAO,MAAM,2BAA2B,6DAGrC,CAAC;AACJ,eAAO,MAAM,oBAAoB,2DAEhC,CAAC;AACF,eAAO,MAAM,iCAAiC,+DAG3C,CAAC;AACJ,eAAO,MAAM,aAAa,2DAEzB,CAAC;AACF,eAAO,MAAM,2BAA2B,+DAGrC,CAAC;AACJ,eAAO,MAAM,mBAAmB,6DAE/B,CAAC;AAEF,eAAO,MAAM,UAAU,qEAEtB,CAAC;AACF,eAAO,MAAM,MAAM,6DAAkD,CAAC;AACtE,eAAO,MAAM,OAAO,+DAAoD,CAAC;AACzE,eAAO,MAAM,oBAAoB,iEAEhC,CAAC;AAEF,eAAO,MAAM,0BAA0B,+DAGpC,CAAC;AAGJ,eAAO,MAAM,WAAW,uEAEvB,CAAC;AACF,eAAO,MAAM,WAAW,uEAEvB,CAAC;AAGF,eAAO,MAAM,aAAa,iEAEzB,CAAC;AACF,eAAO,MAAM,iBAAiB,mEAE7B,CAAC;AACF,eAAO,MAAM,YAAY,+DAExB,CAAC;AACF,eAAO,MAAM,SAAS,+DAAwD,CAAC;AAC/E,eAAO,MAAM,QAAQ,+DAAsD,CAAC;AAE5E,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,MAAM,QACnC,CAAC,GACL,CACI,YAAY,GACZ,SAAS,GACT,eAAe,GACf,eAAe,GACf,UAAU,GACV,uBAAuB,GACvB,WAAW,GACX,cAAc,GACd,+BAA+B,GAC/B,iBAAiB,GACjB,UAAU,GACV,WAAW,GACX,cAAc,GACd,aAAa,GACb,SAAS,GACT,8BAA8B,GAC9B,uBAAuB,GACvB,yBAAyB,GACzB,0BAA0B,GAC1B,wBAAwB,GACxB,eAAe,GACf,eAAe,GACf,+BAA+B,GAC/B,qBAAqB,GACrB,sBAAsB,GACtB,qCAAqC,GACrC,wBAAwB,GACxB,wBAAwB,GACxB,iBAAiB,GACjB,uBAAuB,GACvB,YAAY,GACZ,8BAA8B,GAC9B,iBAAiB,GACjB,qBAAqB,GACrB,UAAU,GACV,aAAa,GACb,gBAAgB,GAChB,aAAa,GACb,YAAY,GACZ,eAAe,CAClB,KACF,GAAG,CAAC,IAAI,MAAM,EAEhB,CAAC;AAEF,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAGhD,eAAO,MAAM,MAAM,6DAAkD,CAAC;AACtE,eAAO,MAAM,SAAS,2DAAwD,CAAC;AAC/E,eAAO,MAAM,WAAW,+DAEvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
2
|
+
import { c$ as IDImageCredentialSubjectSchema, d1 as ProofOfResidenceCredentialSubjectSchema, d0 as SelfieImageCredentialSubjectSchema, c_ as IDInformationCredentialSubjectSchema, cZ as IDInformationTfheCredentialSubjectSchema, cY as OLD_AMLScreeningsResultsCredentialSubjectSchema, cQ as ID3CredentialSubjectSchema, cR as IDScanCredentialSubjectSchema, cT as IDScanSelfieCredentialSubjectSchema, cS as IDScanPassportCredentialSubjectSchema, eb as _defineProperty, e2 as VaultMetadataLinkZodSchema, cf as QueryId, aS as UuidString, ar as BlockchainAddress, cd as ScenarioId, cH as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cI as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d2 as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cK as ExternalCustomerId, cF as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-4c134301.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var CredentialSchemas = {
|
|
5
5
|
ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-63927f8c.cjs.prod.cjs → identity-api.schema-86cf92dd.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-6c801a7d.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-71c584a3.cjs.dev.cjs → identity-api.schema-f273d197.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-03f54b78.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-03f54b78.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-f273d197.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-36b44d38.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -117,10 +117,18 @@ exports.ActionId = vault_schema.ActionId;
|
|
|
117
117
|
exports.ActionPrefix = vault_schema.ActionPrefix;
|
|
118
118
|
exports.AdditionalCustomerInformationParams = vault_schema.AdditionalCustomerInformationParams;
|
|
119
119
|
exports.AddressSchema = vault_schema.AddressSchema;
|
|
120
|
+
exports.AiAgentId = vault_schema.AiAgentId;
|
|
121
|
+
exports.AiAgentPrefix = vault_schema.AiAgentPrefix;
|
|
122
|
+
exports.AiDocumentId = vault_schema.AiDocumentId;
|
|
123
|
+
exports.AiDocumentPrefix = vault_schema.AiDocumentPrefix;
|
|
120
124
|
exports.AiExecutionId = vault_schema.AiExecutionId;
|
|
121
125
|
exports.AiExecutionPrefix = vault_schema.AiExecutionPrefix;
|
|
122
126
|
exports.AiExecutionStepId = vault_schema.AiExecutionStepId;
|
|
123
127
|
exports.AiExecutionStepPrefix = vault_schema.AiExecutionStepPrefix;
|
|
128
|
+
exports.AiMessageId = vault_schema.AiMessageId;
|
|
129
|
+
exports.AiMessagePrefix = vault_schema.AiMessagePrefix;
|
|
130
|
+
exports.AiStepId = vault_schema.AiStepId;
|
|
131
|
+
exports.AiStepPrefix = vault_schema.AiStepPrefix;
|
|
124
132
|
exports.Alpha2Country = vault_schema.Alpha2Country;
|
|
125
133
|
exports.AmlResults = vault_schema.AmlResults;
|
|
126
134
|
exports.AppId = vault_schema.AppId;
|
|
@@ -158,6 +166,8 @@ exports.CardanoChainId = vault_schema.CardanoChainId;
|
|
|
158
166
|
exports.CardanoSignature = vault_schema.CardanoSignature;
|
|
159
167
|
exports.ChallengeId = vault_schema.ChallengeId;
|
|
160
168
|
exports.ChallengePrefix = vault_schema.ChallengePrefix;
|
|
169
|
+
exports.ChatId = vault_schema.ChatId;
|
|
170
|
+
exports.ChatPrefix = vault_schema.ChatPrefix;
|
|
161
171
|
exports.CosmosAddress = vault_schema.CosmosAddress;
|
|
162
172
|
exports.CosmosChainId = vault_schema.CosmosChainId;
|
|
163
173
|
exports.CosmosSignature = vault_schema.CosmosSignature;
|
|
@@ -231,6 +241,8 @@ exports.IpAddress = vault_schema.IpAddress;
|
|
|
231
241
|
exports.ListId = vault_schema.ListId;
|
|
232
242
|
exports.ListPrefix = vault_schema.ListPrefix;
|
|
233
243
|
exports.MemberId = vault_schema.MemberId;
|
|
244
|
+
exports.MessageId = vault_schema.MessageId;
|
|
245
|
+
exports.MessagePrefix = vault_schema.MessagePrefix;
|
|
234
246
|
exports.MetaAlertId = vault_schema.MetaAlertId;
|
|
235
247
|
exports.MetaAlertPrefix = vault_schema.MetaAlertPrefix;
|
|
236
248
|
exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = vault_schema.NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
|
|
@@ -398,6 +410,7 @@ exports.allDataLinkVersions = vault_schema.allDataLinkVersions;
|
|
|
398
410
|
exports.countryISO2toISO3Mapping = vault_schema.countryISO2toISO3Mapping;
|
|
399
411
|
exports.countryISO3toISO2Mapping = vault_schema.countryISO3toISO2Mapping;
|
|
400
412
|
exports.createBrandedSchemaId = vault_schema.createBrandedSchemaId;
|
|
413
|
+
exports.createBrandedSchemaIdWithParams = vault_schema.createBrandedSchemaIdWithParams;
|
|
401
414
|
exports.generateId = vault_schema.generateId;
|
|
402
415
|
exports.generateZodObjectPaths = vault_schema.generateZodObjectPaths;
|
|
403
416
|
exports.isValidAddress = vault_schema.isValidAddress;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-6c801a7d.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-2bc50d3e.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -117,10 +117,18 @@ exports.ActionId = vault_schema.ActionId;
|
|
|
117
117
|
exports.ActionPrefix = vault_schema.ActionPrefix;
|
|
118
118
|
exports.AdditionalCustomerInformationParams = vault_schema.AdditionalCustomerInformationParams;
|
|
119
119
|
exports.AddressSchema = vault_schema.AddressSchema;
|
|
120
|
+
exports.AiAgentId = vault_schema.AiAgentId;
|
|
121
|
+
exports.AiAgentPrefix = vault_schema.AiAgentPrefix;
|
|
122
|
+
exports.AiDocumentId = vault_schema.AiDocumentId;
|
|
123
|
+
exports.AiDocumentPrefix = vault_schema.AiDocumentPrefix;
|
|
120
124
|
exports.AiExecutionId = vault_schema.AiExecutionId;
|
|
121
125
|
exports.AiExecutionPrefix = vault_schema.AiExecutionPrefix;
|
|
122
126
|
exports.AiExecutionStepId = vault_schema.AiExecutionStepId;
|
|
123
127
|
exports.AiExecutionStepPrefix = vault_schema.AiExecutionStepPrefix;
|
|
128
|
+
exports.AiMessageId = vault_schema.AiMessageId;
|
|
129
|
+
exports.AiMessagePrefix = vault_schema.AiMessagePrefix;
|
|
130
|
+
exports.AiStepId = vault_schema.AiStepId;
|
|
131
|
+
exports.AiStepPrefix = vault_schema.AiStepPrefix;
|
|
124
132
|
exports.Alpha2Country = vault_schema.Alpha2Country;
|
|
125
133
|
exports.AmlResults = vault_schema.AmlResults;
|
|
126
134
|
exports.AppId = vault_schema.AppId;
|
|
@@ -158,6 +166,8 @@ exports.CardanoChainId = vault_schema.CardanoChainId;
|
|
|
158
166
|
exports.CardanoSignature = vault_schema.CardanoSignature;
|
|
159
167
|
exports.ChallengeId = vault_schema.ChallengeId;
|
|
160
168
|
exports.ChallengePrefix = vault_schema.ChallengePrefix;
|
|
169
|
+
exports.ChatId = vault_schema.ChatId;
|
|
170
|
+
exports.ChatPrefix = vault_schema.ChatPrefix;
|
|
161
171
|
exports.CosmosAddress = vault_schema.CosmosAddress;
|
|
162
172
|
exports.CosmosChainId = vault_schema.CosmosChainId;
|
|
163
173
|
exports.CosmosSignature = vault_schema.CosmosSignature;
|
|
@@ -231,6 +241,8 @@ exports.IpAddress = vault_schema.IpAddress;
|
|
|
231
241
|
exports.ListId = vault_schema.ListId;
|
|
232
242
|
exports.ListPrefix = vault_schema.ListPrefix;
|
|
233
243
|
exports.MemberId = vault_schema.MemberId;
|
|
244
|
+
exports.MessageId = vault_schema.MessageId;
|
|
245
|
+
exports.MessagePrefix = vault_schema.MessagePrefix;
|
|
234
246
|
exports.MetaAlertId = vault_schema.MetaAlertId;
|
|
235
247
|
exports.MetaAlertPrefix = vault_schema.MetaAlertPrefix;
|
|
236
248
|
exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = vault_schema.NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
|
|
@@ -398,6 +410,7 @@ exports.allDataLinkVersions = vault_schema.allDataLinkVersions;
|
|
|
398
410
|
exports.countryISO2toISO3Mapping = vault_schema.countryISO2toISO3Mapping;
|
|
399
411
|
exports.countryISO3toISO2Mapping = vault_schema.countryISO3toISO2Mapping;
|
|
400
412
|
exports.createBrandedSchemaId = vault_schema.createBrandedSchemaId;
|
|
413
|
+
exports.createBrandedSchemaIdWithParams = vault_schema.createBrandedSchemaIdWithParams;
|
|
401
414
|
exports.generateId = vault_schema.generateId;
|
|
402
415
|
exports.generateZodObjectPaths = vault_schema.generateZodObjectPaths;
|
|
403
416
|
exports.isValidAddress = vault_schema.isValidAddress;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST,
|
|
1
|
+
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, bZ as ActionId, bB as ActionPrefix, cF as AdditionalCustomerInformationParams, a9 as AddressSchema, cn as AiAgentId, bI as AiAgentPrefix, cm as AiDocumentId, bH as AiDocumentPrefix, ck as AiExecutionId, bF as AiExecutionPrefix, cl as AiExecutionStepId, bG as AiExecutionStepPrefix, ct as AiMessageId, bM as AiMessagePrefix, co as AiStepId, bJ as AiStepPrefix, b0 as Alpha2Country, dO as AmlResults, bU as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bV as ChallengeId, be as ChallengePrefix, cr as ChatId, bK as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cJ as CustomerId, bX as CustomerScreeningId, bg as CustomerScreeningPrefix, dK as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dT as DataLinkTypeZodSchema, dR as DataLinkVersionZodSchema, dP as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bS as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cK as ExternalCustomerId, cu as FLOW_TYPES, cv as FlowType, aO as FunctionCallData, e6 as GenericVaultDataLinkZodSchema, e5 as GenericVaultEmbeddedLinkZodSchema, e3 as GenericVaultPointerLinkZodSchema, e4 as GenericVaultSearchLinkZodSchema, d2 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dv as HumanReadableTransactionReviewStatus, du as HumanReadableTransactionReviewStatuses, dx as HumanReadableTransactionStatusMapping, d8 as ID3CredentialSchema, cQ as ID3CredentialSubjectSchema, cy as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cA as IDENTITY_DOCUMENT_OPTIONS, d5 as IDImageCredentialSchema, c$ as IDImageCredentialSubjectSchema, d4 as IDInformationCredentialSchema, c_ as IDInformationCredentialSubjectSchema, d3 as IDInformationTfheCredentialSchema, cZ as IDInformationTfheCredentialSubjectSchema, d9 as IDScanCredentialSchema, cR as IDScanCredentialSubjectSchema, da as IDScanPassportCredentialSchema, cS as IDScanPassportCredentialSubjectSchema, db as IDScanSelfieCredentialSchema, cT as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cE as Identifier, cM as IdentityAppV2Web2JWT, cL as IdentityAppV2Web3JWT, cz as IdentityDocumentCountryListOption, cB as IdentityDocumentOptionsType, bR as IdentityId, ba as IdentityPrefix, cN as IdentityWidgetAccessToken_NEW, cO as IdentityWidgetSessionToken, cb as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, ca as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, ce as ListId, bz as ListPrefix, cq as MemberId, cs as MessageId, bL as MessagePrefix, b_ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, dg as OLD_AMLScreeningsResultsCredentialSchema, cY as OLD_AMLScreeningsResultsCredentialSubjectSchema, dc as OLD_IDImageCredentialSchema, cU as OLD_IDImageCredentialSubjectSchema, dd as OLD_IDInformationCredentialSchema, cV as OLD_IDInformationCredentialSubjectSchema, de as OLD_ProofOfResidenceCredentialSchema, cW as OLD_ProofOfResidenceCredentialSubjectSchema, df as OLD_SelfieImageCredentialSchema, cX as OLD_SelfieImageCredentialSubjectSchema, cG as OrganizationId, aT as OtpCode, aK as P2Signature, cC as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dF as PaymentType, dE as PaymentTypes, cD as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d7 as ProofOfResidenceCredentialSchema, d1 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, cf as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cd as ScenarioId, by as ScenarioPrefix, cg as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e7 as ScorechainEntityRecord, d6 as SelfieImageCredentialSchema, d0 as SelfieImageCredentialSubjectSchema, dU as Separator, F as SolanaChainId, aJ as SpSignature, cj as SsssChunkId, bE as SsssChunkPrefix, ci as SsssShareId, bD as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bQ as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dL as TRANSACTIONS_STATS_CURRENCIES, dh as TRANSACTION_CHARTS, dj as TRANSACTION_TABLE_COLUMNS, bY as TagId, bh as TagPrefix, b$ as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bW as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c2 as TransactionActivityId, bn as TransactionActivityPrefix, c0 as TransactionAddressesId, bl as TransactionAddressesPrefix, cc as TransactionAmountId, bx as TransactionAmountPrefix, dJ as TransactionAmountsFieldName, dI as TransactionAmountsFieldNames, dB as TransactionCurrencyCode, dA as TransactionCurrencyCodes, dN as TransactionDataEventObject, dz as TransactionDirection, dy as TransactionDirections, c7 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c3 as TransactionFeesId, bo as TransactionFeesPrefix, c1 as TransactionId, c6 as TransactionInfosId, br as TransactionInfosPrefix, c9 as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c8 as TransactionMethodsId, bt as TransactionMethodsPrefix, c5 as TransactionPartiesId, bq as TransactionPartiesPrefix, dH as TransactionPartiesType, dG as TransactionPartiesTypes, bm as TransactionPrefix, dD as TransactionProvider, dC as TransactionProviders, c4 as TransactionReviewId, bp as TransactionReviewPrefix, dt as TransactionReviewStatus, ds as TransactionReviewStatuses, dr as TransactionRiskLevel, dq as TransactionRiskLevels, dM as TransactionStatsCurrency, dw as TransactionStatusMapping, dk as TransactionTableColumn, dm as TransactionType, dp as TransactionTypeWithAll, dl as TransactionTypes, dn as TransactionTypesWithAll, di as TransactionsChartType, aa as TxHash, aS as UuidString, dY as VaultJsonSchemas, e2 as VaultMetadataLinkZodSchema, e0 as VaultPointerKeyMapZodSchema, e1 as VaultQueryMapZodSchema, d_ as VaultSchemaIdZodSchema, d$ as VaultSchemaPathsZodSchema, dZ as VaultZodSchema, cx as VerificationMode, cw as VerificationModes, bT as WalletId, bc as WalletPrefix, e8 as WalletScreeningData, ea as WalletScreeningProvider, e9 as WalletScreeningProviders, cP as Web2CreateSessionParams, cI as WorkflowId, ch as WorkflowSessionAttributeId, bC as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, cH as WorkspaceId, dS as allDataLinkTypes, dQ as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bO as createBrandedSchemaId, bP as createBrandedSchemaIdWithParams, cp as generateId, dV as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dW as resolvePathOnDataSchema, dX as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-4c134301.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, B as BasicCustomerContactInformation, bg as BooleanOperator, aQ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, cb as CredentialMediaType, c6 as CredentialNames, a_ as CredentialQrCodeData, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, c7 as NexeraCredentialType, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, ca as VerifiableCredential, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, c8 as getCredentialName, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from './identity-api.schema-
|
|
5
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-698da711.esm.mjs';
|
|
4
|
+
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, B as BasicCustomerContactInformation, bg as BooleanOperator, aQ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, cb as CredentialMediaType, c6 as CredentialNames, a_ as CredentialQrCodeData, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, c7 as NexeraCredentialType, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, ca as VerifiableCredential, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, c8 as getCredentialName, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from './identity-api.schema-698da711.esm.mjs';
|
|
5
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-ca582b5e.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.75.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"prepare:release": "./scripts/prepare_npm_release.sh",
|
|
68
68
|
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
|
|
69
69
|
"test": "vitest",
|
|
70
|
-
"test:unit": "bun test",
|
|
70
|
+
"test:unit": "bash -c 'set -o pipefail && TZ=UTC bun test \"$@\" | pino-pretty' --",
|
|
71
71
|
"type-check": "tsc --noEmit",
|
|
72
72
|
"update-json-schema-map": "./scripts/update-json-schema-map.sh",
|
|
73
73
|
"update-jsonld-schema-map": "./scripts/update-jsonld-schema-map.sh",
|
|
@@ -89,16 +89,15 @@
|
|
|
89
89
|
"@nexeraid/logger": "workspace:*",
|
|
90
90
|
"decimal.js": "^10.5.0",
|
|
91
91
|
"nanoid": "3.3.4",
|
|
92
|
-
"remeda": "^2.20.
|
|
92
|
+
"remeda": "^2.20.1",
|
|
93
93
|
"zod": "^3.24.1",
|
|
94
94
|
"zod-to-json-schema": "^3.24.1"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@types/bun": "^1.2.
|
|
97
|
+
"@types/bun": "^1.2.2",
|
|
98
98
|
"@types/json-schema": "^7.0.15",
|
|
99
99
|
"@unblokttechnology/eslint-config": "workspace:*",
|
|
100
|
-
"bun": "^1.2.
|
|
101
|
-
"bun-types": "^1.2.0",
|
|
100
|
+
"bun": "^1.2.2",
|
|
102
101
|
"json-schema-to-zod": "^2.6.0",
|
|
103
102
|
"ts-json-as-const": "^1.0.7",
|
|
104
103
|
"typescript": "^5.7.3",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-6c801a7d.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-03f54b78.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-f273d197.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { bk as SupportedType, bd as NUMERIC_OPERATORS, b9 as ARRAY_OPERATORS, bf as BOOLEAN_OPERATORS, bb as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { ec as _toConsumableArray } from './vault.schema-4c134301.esm.mjs';
|
|
2
|
+
import { bk as SupportedType, bd as NUMERIC_OPERATORS, b9 as ARRAY_OPERATORS, bf as BOOLEAN_OPERATORS, bb as STRING_OPERATORS } from './identity-api.schema-698da711.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -2621,11 +2621,28 @@ var WorkflowSessionAttributePrefix = "wsatr";
|
|
|
2621
2621
|
// tfhe-client-api
|
|
2622
2622
|
var SsssSharePrefix = "ssssshare";
|
|
2623
2623
|
var SsssChunkPrefix = "sssschunk";
|
|
2624
|
-
// ai related ids
|
|
2625
|
-
var AiExecutionPrefix = "aiexec";
|
|
2626
|
-
var AiExecutionStepPrefix = "aiexest";
|
|
2627
2624
|
|
|
2628
|
-
|
|
2625
|
+
/**
|
|
2626
|
+
* AI related ids
|
|
2627
|
+
*/
|
|
2628
|
+
var AiExecutionPrefix = "aiexec"; // execution id of speicifc agent execution
|
|
2629
|
+
var AiExecutionStepPrefix = "aiexest"; // execution step id of specific agent execution step
|
|
2630
|
+
var AiDocumentPrefix = "aidoc"; // document id of specific document
|
|
2631
|
+
var AiAgentPrefix = "agent"; // agent id of specific agent
|
|
2632
|
+
var AiStepPrefix = "astep"; // step id of specific step
|
|
2633
|
+
|
|
2634
|
+
// Add these with other prefix definitions
|
|
2635
|
+
var ChatPrefix = "chat";
|
|
2636
|
+
var MessagePrefix = "msg";
|
|
2637
|
+
var AiMessagePrefix = "aimsg";
|
|
2638
|
+
|
|
2639
|
+
// Add with other prefix type definitions
|
|
2640
|
+
|
|
2641
|
+
// Add to ID type definitions section
|
|
2642
|
+
|
|
2643
|
+
/**
|
|
2644
|
+
* End of AI related ids
|
|
2645
|
+
*/
|
|
2629
2646
|
|
|
2630
2647
|
// Add these lines in the type definitions section
|
|
2631
2648
|
|
|
@@ -2663,7 +2680,16 @@ var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
|
2663
2680
|
message: "Invalid ".concat(brand, " id")
|
|
2664
2681
|
});
|
|
2665
2682
|
};
|
|
2666
|
-
|
|
2683
|
+
var createBrandedSchemaIdWithParams = function createBrandedSchemaIdWithParams(brand, params) {
|
|
2684
|
+
return zod.z.custom(function (val) {
|
|
2685
|
+
if (typeof val !== "string") return false;
|
|
2686
|
+
return val.startsWith(brand) && params.every(function (param) {
|
|
2687
|
+
return val.includes(param);
|
|
2688
|
+
});
|
|
2689
|
+
}, {
|
|
2690
|
+
message: "Invalid ".concat(brand, " id")
|
|
2691
|
+
});
|
|
2692
|
+
};
|
|
2667
2693
|
// ---
|
|
2668
2694
|
|
|
2669
2695
|
var StorageId = createBrandedSchemaId("".concat(StoragePrefix, "_"));
|
|
@@ -2707,10 +2733,17 @@ var SsssChunkId = createBrandedSchemaId("".concat(SsssChunkPrefix, "_"));
|
|
|
2707
2733
|
// ai related ids
|
|
2708
2734
|
var AiExecutionId = createBrandedSchemaId("".concat(AiExecutionPrefix, "_"));
|
|
2709
2735
|
var AiExecutionStepId = createBrandedSchemaId("".concat(AiExecutionStepPrefix, "_"));
|
|
2736
|
+
var AiDocumentId = createBrandedSchemaId("".concat(AiDocumentPrefix, "_"));
|
|
2737
|
+
var AiAgentId = createBrandedSchemaId("".concat(AiAgentPrefix, "_"));
|
|
2738
|
+
var AiStepId = createBrandedSchemaId("".concat(AiStepPrefix, "_"));
|
|
2710
2739
|
var generateId = function generateId(type) {
|
|
2711
2740
|
return "".concat(type, "_").concat(nanoid.nanoid(12));
|
|
2712
2741
|
};
|
|
2713
2742
|
var MemberId = zod.z.string();
|
|
2743
|
+
// Add these schema definitions near other schema definitions
|
|
2744
|
+
var ChatId = createBrandedSchemaId("".concat(ChatPrefix, "_"));
|
|
2745
|
+
var MessageId = createBrandedSchemaId("".concat(MessagePrefix, "_"));
|
|
2746
|
+
var AiMessageId = createBrandedSchemaId("".concat(AiMessagePrefix, "_"));
|
|
2714
2747
|
|
|
2715
2748
|
zod.z.literal("v1");
|
|
2716
2749
|
|
|
@@ -10119,10 +10152,18 @@ exports.ActionId = ActionId;
|
|
|
10119
10152
|
exports.ActionPrefix = ActionPrefix;
|
|
10120
10153
|
exports.AdditionalCustomerInformationParams = AdditionalCustomerInformationParams;
|
|
10121
10154
|
exports.AddressSchema = AddressSchema;
|
|
10155
|
+
exports.AiAgentId = AiAgentId;
|
|
10156
|
+
exports.AiAgentPrefix = AiAgentPrefix;
|
|
10157
|
+
exports.AiDocumentId = AiDocumentId;
|
|
10158
|
+
exports.AiDocumentPrefix = AiDocumentPrefix;
|
|
10122
10159
|
exports.AiExecutionId = AiExecutionId;
|
|
10123
10160
|
exports.AiExecutionPrefix = AiExecutionPrefix;
|
|
10124
10161
|
exports.AiExecutionStepId = AiExecutionStepId;
|
|
10125
10162
|
exports.AiExecutionStepPrefix = AiExecutionStepPrefix;
|
|
10163
|
+
exports.AiMessageId = AiMessageId;
|
|
10164
|
+
exports.AiMessagePrefix = AiMessagePrefix;
|
|
10165
|
+
exports.AiStepId = AiStepId;
|
|
10166
|
+
exports.AiStepPrefix = AiStepPrefix;
|
|
10126
10167
|
exports.Alpha2Country = Alpha2Country;
|
|
10127
10168
|
exports.AmlResults = AmlResults;
|
|
10128
10169
|
exports.AnalysisType = AnalysisType;
|
|
@@ -10161,6 +10202,8 @@ exports.CardanoChainId = CardanoChainId;
|
|
|
10161
10202
|
exports.CardanoSignature = CardanoSignature;
|
|
10162
10203
|
exports.ChallengeId = ChallengeId;
|
|
10163
10204
|
exports.ChallengePrefix = ChallengePrefix;
|
|
10205
|
+
exports.ChatId = ChatId;
|
|
10206
|
+
exports.ChatPrefix = ChatPrefix;
|
|
10164
10207
|
exports.Coin = Coin;
|
|
10165
10208
|
exports.CosmosAddress = CosmosAddress;
|
|
10166
10209
|
exports.CosmosChainId = CosmosChainId;
|
|
@@ -10243,6 +10286,8 @@ exports.IpAddress = IpAddress;
|
|
|
10243
10286
|
exports.ListId = ListId;
|
|
10244
10287
|
exports.ListPrefix = ListPrefix;
|
|
10245
10288
|
exports.MemberId = MemberId;
|
|
10289
|
+
exports.MessageId = MessageId;
|
|
10290
|
+
exports.MessagePrefix = MessagePrefix;
|
|
10246
10291
|
exports.MetaAlertId = MetaAlertId;
|
|
10247
10292
|
exports.MetaAlertPrefix = MetaAlertPrefix;
|
|
10248
10293
|
exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
|
|
@@ -10435,6 +10480,7 @@ exports.compareRiskLevels = compareRiskLevels;
|
|
|
10435
10480
|
exports.countryISO2toISO3Mapping = countryISO2toISO3Mapping;
|
|
10436
10481
|
exports.countryISO3toISO2Mapping = countryISO3toISO2Mapping;
|
|
10437
10482
|
exports.createBrandedSchemaId = createBrandedSchemaId;
|
|
10483
|
+
exports.createBrandedSchemaIdWithParams = createBrandedSchemaIdWithParams;
|
|
10438
10484
|
exports.generateId = generateId;
|
|
10439
10485
|
exports.generateZodObjectPaths = generateZodObjectPaths;
|
|
10440
10486
|
exports.getRiskLevelByRiskScore = getRiskLevelByRiskScore;
|
|
@@ -2615,11 +2615,28 @@ var WorkflowSessionAttributePrefix = "wsatr";
|
|
|
2615
2615
|
// tfhe-client-api
|
|
2616
2616
|
var SsssSharePrefix = "ssssshare";
|
|
2617
2617
|
var SsssChunkPrefix = "sssschunk";
|
|
2618
|
-
// ai related ids
|
|
2619
|
-
var AiExecutionPrefix = "aiexec";
|
|
2620
|
-
var AiExecutionStepPrefix = "aiexest";
|
|
2621
2618
|
|
|
2622
|
-
|
|
2619
|
+
/**
|
|
2620
|
+
* AI related ids
|
|
2621
|
+
*/
|
|
2622
|
+
var AiExecutionPrefix = "aiexec"; // execution id of speicifc agent execution
|
|
2623
|
+
var AiExecutionStepPrefix = "aiexest"; // execution step id of specific agent execution step
|
|
2624
|
+
var AiDocumentPrefix = "aidoc"; // document id of specific document
|
|
2625
|
+
var AiAgentPrefix = "agent"; // agent id of specific agent
|
|
2626
|
+
var AiStepPrefix = "astep"; // step id of specific step
|
|
2627
|
+
|
|
2628
|
+
// Add these with other prefix definitions
|
|
2629
|
+
var ChatPrefix = "chat";
|
|
2630
|
+
var MessagePrefix = "msg";
|
|
2631
|
+
var AiMessagePrefix = "aimsg";
|
|
2632
|
+
|
|
2633
|
+
// Add with other prefix type definitions
|
|
2634
|
+
|
|
2635
|
+
// Add to ID type definitions section
|
|
2636
|
+
|
|
2637
|
+
/**
|
|
2638
|
+
* End of AI related ids
|
|
2639
|
+
*/
|
|
2623
2640
|
|
|
2624
2641
|
// Add these lines in the type definitions section
|
|
2625
2642
|
|
|
@@ -2657,7 +2674,16 @@ var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
|
2657
2674
|
message: "Invalid ".concat(brand, " id")
|
|
2658
2675
|
});
|
|
2659
2676
|
};
|
|
2660
|
-
|
|
2677
|
+
var createBrandedSchemaIdWithParams = function createBrandedSchemaIdWithParams(brand, params) {
|
|
2678
|
+
return z.custom(function (val) {
|
|
2679
|
+
if (typeof val !== "string") return false;
|
|
2680
|
+
return val.startsWith(brand) && params.every(function (param) {
|
|
2681
|
+
return val.includes(param);
|
|
2682
|
+
});
|
|
2683
|
+
}, {
|
|
2684
|
+
message: "Invalid ".concat(brand, " id")
|
|
2685
|
+
});
|
|
2686
|
+
};
|
|
2661
2687
|
// ---
|
|
2662
2688
|
|
|
2663
2689
|
var StorageId = createBrandedSchemaId("".concat(StoragePrefix, "_"));
|
|
@@ -2701,10 +2727,17 @@ var SsssChunkId = createBrandedSchemaId("".concat(SsssChunkPrefix, "_"));
|
|
|
2701
2727
|
// ai related ids
|
|
2702
2728
|
var AiExecutionId = createBrandedSchemaId("".concat(AiExecutionPrefix, "_"));
|
|
2703
2729
|
var AiExecutionStepId = createBrandedSchemaId("".concat(AiExecutionStepPrefix, "_"));
|
|
2730
|
+
var AiDocumentId = createBrandedSchemaId("".concat(AiDocumentPrefix, "_"));
|
|
2731
|
+
var AiAgentId = createBrandedSchemaId("".concat(AiAgentPrefix, "_"));
|
|
2732
|
+
var AiStepId = createBrandedSchemaId("".concat(AiStepPrefix, "_"));
|
|
2704
2733
|
var generateId = function generateId(type) {
|
|
2705
2734
|
return "".concat(type, "_").concat(nanoid(12));
|
|
2706
2735
|
};
|
|
2707
2736
|
var MemberId = z.string();
|
|
2737
|
+
// Add these schema definitions near other schema definitions
|
|
2738
|
+
var ChatId = createBrandedSchemaId("".concat(ChatPrefix, "_"));
|
|
2739
|
+
var MessageId = createBrandedSchemaId("".concat(MessagePrefix, "_"));
|
|
2740
|
+
var AiMessageId = createBrandedSchemaId("".concat(AiMessagePrefix, "_"));
|
|
2708
2741
|
|
|
2709
2742
|
z.literal("v1");
|
|
2710
2743
|
|
|
@@ -10096,4 +10129,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
|
|
|
10096
10129
|
// that a generic vault data link is indeed a valid vault data link
|
|
10097
10130
|
// ================================
|
|
10098
10131
|
|
|
10099
|
-
export { PolkadotChainId as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, ACTIVE_SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, SolanaChainId as F, NEXERA_BITCOIN_CHAINS as G, BITCOIN_CHAIN_NAMES as H, BITCOIN_CHAIN_NAMES_LIST as I, BITCOIN_CHAIN_IDS as J, ACTIVE_BITCOIN_CHAIN_IDS as K, BitcoinChainId as L, NEXERA_APTOS_CHAINS as M, NonTestnetBlockchainId as N, APTOS_CHAIN_NAMES as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES_LIST as Q, APTOS_CHAIN_IDS as R, StarknetChainId as S, TezosChainId as T, ACTIVE_APTOS_CHAIN_IDS as U, AptosChainId as V, NEXERA_POLKADOT_CHAINS as W, POLKADOT_CHAIN_NAMES as X, POLKADOT_CHAIN_NAMES_LIST as Y, POLKADOT_CHAIN_IDS as Z, ACTIVE_POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, ALPHA_2_COUNTRIES as a$, NEXERA_CARDANO_CHAINS as a0, CARDANO_CHAIN_NAMES as a1, CARDANO_CHAIN_NAMES_LIST as a2, CARDANO_CHAIN_IDS as a3, ACTIVE_CARDANO_CHAIN_IDS as a4, CardanoChainId as a5, isValidAddress as a6, PrivateKey as a7, PublicKey as a8, AddressSchema as a9, BLOCKCHAIN_NAME_TO_NAMESPACE as aA, BLOCKCHAIN_NAMESPACE_TO_NAME as aB, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aC, EIP155Signature as aD, AptosSignature as aE, StarknetSignature as aF, PolkadotSignature as aG, CosmosSignature as aH, EdSignature as aI, SpSignature as aJ, P2Signature as aK, TezosSignature as aL, CardanoSignature as aM, BlockchainSignature as aN, FunctionCallData as aO, TezosEntrypointName as aP, ENVS as aQ, EnvironmentSchema as aR, UuidString as aS, OtpCode as aT, PUBLIC_SERVICES_SCHEMA_MAP as aU, IpAddress as aV, CurrencyCodes as aW, CurrencyCode as aX, CryptoCodes as aY, CryptoCode as aZ, ISO3CountryCode as a_, TxHash as aa, shortBlockchainAddress as ab, AptosAddress as ac, StarknetAddress as ad, PolkadotAddress as ae, CosmosAddress as af, TezosImplicitAddress as ag, TezosContractAddress as ah, TezosAddress as ai, CardanoAddress as aj, BitcoinP2PKHAddress as ak, BitcoinP2SHAddress as al, BitcoinBech32Address as am, BitcoinTestnetP2PKHAddress as an, BitcoinTestnetP2SHAddress as ao, BitcoinTestnetBech32Address as ap, BitcoinAddress as aq, BlockchainAddress as ar, String0x as as, HexadecimalSchema as at, BLOCKCHAIN_NAMESPACES as au, BlockchainNamespace as av, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as aw, SupportedBlockchainNamespaceForSignatureAuth as ax, DISPLAYED_BLOCKCHAIN_NAMESPACES as ay, DisplayedBlockchainNamespace as az, NEXERA_EVM_CHAIN_NAMES as b, TransactionInfosId as b$, Alpha2Country as b0, countryISO3toISO2Mapping as b1, countryISO2toISO3Mapping as b2, CountryName as b3, isoCountriesNameFromISO2 as b4, isoCountriesNameFromISO3 as b5, parseISO3CountryCode as b6, ScorechainCountry as b7, scorechainCountriesNameFromISO2 as b8, StoragePrefix as b9, QueryPrefix as bA, ActionPrefix as bB, WorkflowSessionAttributePrefix as bC, SsssSharePrefix as bD, SsssChunkPrefix as bE, AiExecutionPrefix as bF, AiExecutionStepPrefix as bG, WorkflowSessionId as bH, createBrandedSchemaId as bI, StorageId as bJ, IdentityId as bK, EmailId as bL, WalletId as bM, AppId as bN, ChallengeId as bO, TestId as bP, CustomerScreeningId as bQ, TagId as bR, ActionId as bS, MetaAlertId as bT, TagsToTransactionReviewsId as bU, TransactionAddressesId as bV, TransactionId as bW, TransactionActivityId as bX, TransactionFeesId as bY, TransactionReviewId as bZ, TransactionPartiesId as b_, IdentityPrefix as ba, EmailPrefix as bb, WalletPrefix as bc, AppPrefix as bd, ChallengePrefix as be, TestPrefix as bf, CustomerScreeningPrefix as bg, TagPrefix as bh, ScorechainAnalysisPrefix as bi, MetaAlertPrefix as bj, TagsToTransactionReviewsPrefix as bk, TransactionAddressesPrefix as bl, TransactionPrefix as bm, TransactionActivityPrefix as bn, TransactionFeesPrefix as bo, TransactionReviewPrefix as bp, TransactionPartiesPrefix as bq, TransactionInfosPrefix as br, TransactionExtractedInfosPrefix as bs, TransactionMethodsPrefix as bt, TransactionMethodExtractedInfosPrefix as bu, InstitutionPrefix as bv, InstitutionExtractedInfosPrefix as bw, TransactionAmountPrefix as bx, ScenarioPrefix as by, ListPrefix as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, OLD_IDImageCredentialSchema as c$, TransactionExtractedInfosId as c0, TransactionMethodsId as c1, TransactionMethodExtractedInfosId as c2, InstitutionId as c3, InstitutionExtractedInfosId as c4, TransactionAmountId as c5, ScenarioId as c6, ListId as c7, QueryId as c8, ScorechainAnalysisId as c9, IdentityWidgetAccessToken_NEW as cA, IdentityWidgetSessionToken as cB, Web2CreateSessionParams as cC, ID3CredentialSubjectSchema as cD, IDScanCredentialSubjectSchema as cE, IDScanPassportCredentialSubjectSchema as cF, IDScanSelfieCredentialSubjectSchema as cG, OLD_IDImageCredentialSubjectSchema as cH, OLD_IDInformationCredentialSubjectSchema as cI, OLD_ProofOfResidenceCredentialSubjectSchema as cJ, OLD_SelfieImageCredentialSubjectSchema as cK, OLD_AMLScreeningsResultsCredentialSubjectSchema as cL, IDInformationTfheCredentialSubjectSchema as cM, IDInformationCredentialSubjectSchema as cN, IDImageCredentialSubjectSchema as cO, SelfieImageCredentialSubjectSchema as cP, ProofOfResidenceCredentialSubjectSchema as cQ, GenericVerifiableCredentialSchema as cR, IDInformationTfheCredentialSchema as cS, IDInformationCredentialSchema as cT, IDImageCredentialSchema as cU, SelfieImageCredentialSchema as cV, ProofOfResidenceCredentialSchema as cW, ID3CredentialSchema as cX, IDScanCredentialSchema as cY, IDScanPassportCredentialSchema as cZ, IDScanSelfieCredentialSchema as c_, WorkflowSessionAttributeId as ca, SsssShareId as cb, SsssChunkId as cc, AiExecutionId as cd, AiExecutionStepId as ce, generateId as cf, MemberId as cg, FLOW_TYPES as ch, FlowType as ci, VerificationModes as cj, VerificationMode as ck, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cl, IdentityDocumentCountryListOption as cm, IDENTITY_DOCUMENT_OPTIONS as cn, IdentityDocumentOptionsType as co, PERSONAL_INFORMATION_FIELDS as cp, PersonalInformationFieldsIdentityDocuments as cq, Identifier as cr, AdditionalCustomerInformationParams as cs, OrganizationId as ct, WorkspaceId as cu, WorkflowId as cv, CustomerId as cw, ExternalCustomerId as cx, IdentityAppV2Web3JWT as cy, IdentityAppV2Web2JWT as cz, NEXERA_EVM_CHAINS_ID as d, _toConsumableArray as d$, OLD_IDInformationCredentialSchema as d0, OLD_ProofOfResidenceCredentialSchema as d1, OLD_SelfieImageCredentialSchema as d2, OLD_AMLScreeningsResultsCredentialSchema as d3, TRANSACTION_CHARTS as d4, TransactionsChartType as d5, TRANSACTION_TABLE_COLUMNS as d6, TransactionTableColumn as d7, TransactionTypes as d8, TransactionType as d9, TransactionDataEventObject as dA, AmlResults as dB, DetectedDuplicates as dC, allDataLinkVersions as dD, DataLinkVersionZodSchema as dE, allDataLinkTypes as dF, DataLinkTypeZodSchema as dG, Separator as dH, generateZodObjectPaths as dI, resolvePathOnDataSchema as dJ, resolvePathOnMapSchema as dK, VaultJsonSchemas as dL, VaultZodSchema as dM, VaultSchemaIdZodSchema as dN, VaultSchemaPathsZodSchema as dO, VaultPointerKeyMapZodSchema as dP, VaultQueryMapZodSchema as dQ, VaultMetadataLinkZodSchema as dR, GenericVaultPointerLinkZodSchema as dS, GenericVaultSearchLinkZodSchema as dT, GenericVaultEmbeddedLinkZodSchema as dU, GenericVaultDataLinkZodSchema as dV, ScorechainEntityRecord as dW, WalletScreeningData as dX, WalletScreeningProviders as dY, WalletScreeningProvider as dZ, _defineProperty as d_, TransactionTypesWithAll as da, TransactionTypeWithAll as db, TransactionRiskLevels as dc, TransactionRiskLevel as dd, TransactionReviewStatuses as de, TransactionReviewStatus as df, HumanReadableTransactionReviewStatuses as dg, HumanReadableTransactionReviewStatus as dh, TransactionStatusMapping as di, HumanReadableTransactionStatusMapping as dj, TransactionDirections as dk, TransactionDirection as dl, TransactionCurrencyCodes as dm, TransactionCurrencyCode as dn, TransactionProviders as dp, TransactionProvider as dq, PaymentTypes as dr, PaymentType as ds, TransactionPartiesTypes as dt, TransactionPartiesType as du, TransactionAmountsFieldNames as dv, TransactionAmountsFieldName as dw, DEFAULT_FIAT_CURRENCY as dx, TRANSACTIONS_STATS_CURRENCIES as dy, TransactionStatsCurrency as dz, NexeraEvmChains as e, _toArray as e0, ScoringAnalysisRequest as e1, WorkflowsScoringAnalysisRequest as e2, _slicedToArray as e3, ANALYSIS_TYPES as e4, AnalysisType as e5, OBJECT_TYPES as e6, ObjectType as e7, ScorechainBlockchain as e8, NonMinimalScorechainBlockchain as e9, ScorechainBlockchainToNamespace as ea, ScorechainWalletRiskLevels as eb, ScorechainWalletRiskLevel as ec, getRiskLevelByRiskScore as ed, compareRiskLevels as ee, Coin as ef, RiskSeverity as eg, ScorechainEntityType as eh, RiskExplanation as ei, EntityRiskDefaultsValues as ej, EntityRiskDefaultsMap as ek, ScorechainErrorResponse as el, ScorechainError as em, ScorechainAnalysis as en, ScoringAnalysisResponse as eo, ScoringAnalysisApiRequest as ep, GetActiveBlockchainsRequest as eq, GetActiveBlockchains as er, GetActiveBlockchainsResponse as es, GetAddressAnalysisRequest as et, ScorechainEntity as eu, GetAddressAnalysis as ev, GetAddressAnalysisResponse as ew, RawScorechainResult as ex, ScorechainRiskToRiskLevel as ey, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES_LIST as i, COSMOS_CHAIN_IDS as j, ACTIVE_COSMOS_CHAIN_IDS as k, CosmosChainId as l, NEXERA_TEZOS_CHAINS as m, NEXERA_TEZOS_CHAIN_NAMES as n, NEXERA_TEZOS_CHAIN_NAMES_LIST as o, NEXERA_TEZOS_CHAIN_IDS as p, ACTIVE_TEZOS_CHAIN_IDS as q, PolygonNetworkNames as r, NEXERA_STARKNET_CHAINS as s, NEXERA_STARKNET_CHAIN_NAMES as t, NEXERA_STARKNET_CHAIN_IDS as u, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as v, NEXERA_SOLANA_CHAINS as w, SOLANA_CHAIN_NAMES as x, SOLANA_CHAIN_NAMES_LIST as y, SOLANA_CHAIN_IDS as z };
|
|
10132
|
+
export { PolkadotChainId as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, ACTIVE_SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, SolanaChainId as F, NEXERA_BITCOIN_CHAINS as G, BITCOIN_CHAIN_NAMES as H, BITCOIN_CHAIN_NAMES_LIST as I, BITCOIN_CHAIN_IDS as J, ACTIVE_BITCOIN_CHAIN_IDS as K, BitcoinChainId as L, NEXERA_APTOS_CHAINS as M, NonTestnetBlockchainId as N, APTOS_CHAIN_NAMES as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES_LIST as Q, APTOS_CHAIN_IDS as R, StarknetChainId as S, TezosChainId as T, ACTIVE_APTOS_CHAIN_IDS as U, AptosChainId as V, NEXERA_POLKADOT_CHAINS as W, POLKADOT_CHAIN_NAMES as X, POLKADOT_CHAIN_NAMES_LIST as Y, POLKADOT_CHAIN_IDS as Z, ACTIVE_POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, ALPHA_2_COUNTRIES as a$, NEXERA_CARDANO_CHAINS as a0, CARDANO_CHAIN_NAMES as a1, CARDANO_CHAIN_NAMES_LIST as a2, CARDANO_CHAIN_IDS as a3, ACTIVE_CARDANO_CHAIN_IDS as a4, CardanoChainId as a5, isValidAddress as a6, PrivateKey as a7, PublicKey as a8, AddressSchema as a9, BLOCKCHAIN_NAME_TO_NAMESPACE as aA, BLOCKCHAIN_NAMESPACE_TO_NAME as aB, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aC, EIP155Signature as aD, AptosSignature as aE, StarknetSignature as aF, PolkadotSignature as aG, CosmosSignature as aH, EdSignature as aI, SpSignature as aJ, P2Signature as aK, TezosSignature as aL, CardanoSignature as aM, BlockchainSignature as aN, FunctionCallData as aO, TezosEntrypointName as aP, ENVS as aQ, EnvironmentSchema as aR, UuidString as aS, OtpCode as aT, PUBLIC_SERVICES_SCHEMA_MAP as aU, IpAddress as aV, CurrencyCodes as aW, CurrencyCode as aX, CryptoCodes as aY, CryptoCode as aZ, ISO3CountryCode as a_, TxHash as aa, shortBlockchainAddress as ab, AptosAddress as ac, StarknetAddress as ad, PolkadotAddress as ae, CosmosAddress as af, TezosImplicitAddress as ag, TezosContractAddress as ah, TezosAddress as ai, CardanoAddress as aj, BitcoinP2PKHAddress as ak, BitcoinP2SHAddress as al, BitcoinBech32Address as am, BitcoinTestnetP2PKHAddress as an, BitcoinTestnetP2SHAddress as ao, BitcoinTestnetBech32Address as ap, BitcoinAddress as aq, BlockchainAddress as ar, String0x as as, HexadecimalSchema as at, BLOCKCHAIN_NAMESPACES as au, BlockchainNamespace as av, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as aw, SupportedBlockchainNamespaceForSignatureAuth as ax, DISPLAYED_BLOCKCHAIN_NAMESPACES as ay, DisplayedBlockchainNamespace as az, NEXERA_EVM_CHAIN_NAMES as b, TagsToTransactionReviewsId as b$, Alpha2Country as b0, countryISO3toISO2Mapping as b1, countryISO2toISO3Mapping as b2, CountryName as b3, isoCountriesNameFromISO2 as b4, isoCountriesNameFromISO3 as b5, parseISO3CountryCode as b6, ScorechainCountry as b7, scorechainCountriesNameFromISO2 as b8, StoragePrefix as b9, QueryPrefix as bA, ActionPrefix as bB, WorkflowSessionAttributePrefix as bC, SsssSharePrefix as bD, SsssChunkPrefix as bE, AiExecutionPrefix as bF, AiExecutionStepPrefix as bG, AiDocumentPrefix as bH, AiAgentPrefix as bI, AiStepPrefix as bJ, ChatPrefix as bK, MessagePrefix as bL, AiMessagePrefix as bM, WorkflowSessionId as bN, createBrandedSchemaId as bO, createBrandedSchemaIdWithParams as bP, StorageId as bQ, IdentityId as bR, EmailId as bS, WalletId as bT, AppId as bU, ChallengeId as bV, TestId as bW, CustomerScreeningId as bX, TagId as bY, ActionId as bZ, MetaAlertId as b_, IdentityPrefix as ba, EmailPrefix as bb, WalletPrefix as bc, AppPrefix as bd, ChallengePrefix as be, TestPrefix as bf, CustomerScreeningPrefix as bg, TagPrefix as bh, ScorechainAnalysisPrefix as bi, MetaAlertPrefix as bj, TagsToTransactionReviewsPrefix as bk, TransactionAddressesPrefix as bl, TransactionPrefix as bm, TransactionActivityPrefix as bn, TransactionFeesPrefix as bo, TransactionReviewPrefix as bp, TransactionPartiesPrefix as bq, TransactionInfosPrefix as br, TransactionExtractedInfosPrefix as bs, TransactionMethodsPrefix as bt, TransactionMethodExtractedInfosPrefix as bu, InstitutionPrefix as bv, InstitutionExtractedInfosPrefix as bw, TransactionAmountPrefix as bx, ScenarioPrefix as by, ListPrefix as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, IDImageCredentialSubjectSchema as c$, TransactionAddressesId as c0, TransactionId as c1, TransactionActivityId as c2, TransactionFeesId as c3, TransactionReviewId as c4, TransactionPartiesId as c5, TransactionInfosId as c6, TransactionExtractedInfosId as c7, TransactionMethodsId as c8, TransactionMethodExtractedInfosId as c9, IDENTITY_DOCUMENT_OPTIONS as cA, IdentityDocumentOptionsType as cB, PERSONAL_INFORMATION_FIELDS as cC, PersonalInformationFieldsIdentityDocuments as cD, Identifier as cE, AdditionalCustomerInformationParams as cF, OrganizationId as cG, WorkspaceId as cH, WorkflowId as cI, CustomerId as cJ, ExternalCustomerId as cK, IdentityAppV2Web3JWT as cL, IdentityAppV2Web2JWT as cM, IdentityWidgetAccessToken_NEW as cN, IdentityWidgetSessionToken as cO, Web2CreateSessionParams as cP, ID3CredentialSubjectSchema as cQ, IDScanCredentialSubjectSchema as cR, IDScanPassportCredentialSubjectSchema as cS, IDScanSelfieCredentialSubjectSchema as cT, OLD_IDImageCredentialSubjectSchema as cU, OLD_IDInformationCredentialSubjectSchema as cV, OLD_ProofOfResidenceCredentialSubjectSchema as cW, OLD_SelfieImageCredentialSubjectSchema as cX, OLD_AMLScreeningsResultsCredentialSubjectSchema as cY, IDInformationTfheCredentialSubjectSchema as cZ, IDInformationCredentialSubjectSchema as c_, InstitutionId as ca, InstitutionExtractedInfosId as cb, TransactionAmountId as cc, ScenarioId as cd, ListId as ce, QueryId as cf, ScorechainAnalysisId as cg, WorkflowSessionAttributeId as ch, SsssShareId as ci, SsssChunkId as cj, AiExecutionId as ck, AiExecutionStepId as cl, AiDocumentId as cm, AiAgentId as cn, AiStepId as co, generateId as cp, MemberId as cq, ChatId as cr, MessageId as cs, AiMessageId as ct, FLOW_TYPES as cu, FlowType as cv, VerificationModes as cw, VerificationMode as cx, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cy, IdentityDocumentCountryListOption as cz, NEXERA_EVM_CHAINS_ID as d, VaultSchemaPathsZodSchema as d$, SelfieImageCredentialSubjectSchema as d0, ProofOfResidenceCredentialSubjectSchema as d1, GenericVerifiableCredentialSchema as d2, IDInformationTfheCredentialSchema as d3, IDInformationCredentialSchema as d4, IDImageCredentialSchema as d5, SelfieImageCredentialSchema as d6, ProofOfResidenceCredentialSchema as d7, ID3CredentialSchema as d8, IDScanCredentialSchema as d9, TransactionCurrencyCodes as dA, TransactionCurrencyCode as dB, TransactionProviders as dC, TransactionProvider as dD, PaymentTypes as dE, PaymentType as dF, TransactionPartiesTypes as dG, TransactionPartiesType as dH, TransactionAmountsFieldNames as dI, TransactionAmountsFieldName as dJ, DEFAULT_FIAT_CURRENCY as dK, TRANSACTIONS_STATS_CURRENCIES as dL, TransactionStatsCurrency as dM, TransactionDataEventObject as dN, AmlResults as dO, DetectedDuplicates as dP, allDataLinkVersions as dQ, DataLinkVersionZodSchema as dR, allDataLinkTypes as dS, DataLinkTypeZodSchema as dT, Separator as dU, generateZodObjectPaths as dV, resolvePathOnDataSchema as dW, resolvePathOnMapSchema as dX, VaultJsonSchemas as dY, VaultZodSchema as dZ, VaultSchemaIdZodSchema as d_, IDScanPassportCredentialSchema as da, IDScanSelfieCredentialSchema as db, OLD_IDImageCredentialSchema as dc, OLD_IDInformationCredentialSchema as dd, OLD_ProofOfResidenceCredentialSchema as de, OLD_SelfieImageCredentialSchema as df, OLD_AMLScreeningsResultsCredentialSchema as dg, TRANSACTION_CHARTS as dh, TransactionsChartType as di, TRANSACTION_TABLE_COLUMNS as dj, TransactionTableColumn as dk, TransactionTypes as dl, TransactionType as dm, TransactionTypesWithAll as dn, TransactionTypeWithAll as dp, TransactionRiskLevels as dq, TransactionRiskLevel as dr, TransactionReviewStatuses as ds, TransactionReviewStatus as dt, HumanReadableTransactionReviewStatuses as du, HumanReadableTransactionReviewStatus as dv, TransactionStatusMapping as dw, HumanReadableTransactionStatusMapping as dx, TransactionDirections as dy, TransactionDirection as dz, NexeraEvmChains as e, VaultPointerKeyMapZodSchema as e0, VaultQueryMapZodSchema as e1, VaultMetadataLinkZodSchema as e2, GenericVaultPointerLinkZodSchema as e3, GenericVaultSearchLinkZodSchema as e4, GenericVaultEmbeddedLinkZodSchema as e5, GenericVaultDataLinkZodSchema as e6, ScorechainEntityRecord as e7, WalletScreeningData as e8, WalletScreeningProviders as e9, ScorechainAnalysis as eA, ScoringAnalysisResponse as eB, ScoringAnalysisApiRequest as eC, GetActiveBlockchainsRequest as eD, GetActiveBlockchains as eE, GetActiveBlockchainsResponse as eF, GetAddressAnalysisRequest as eG, ScorechainEntity as eH, GetAddressAnalysis as eI, GetAddressAnalysisResponse as eJ, RawScorechainResult as eK, ScorechainRiskToRiskLevel as eL, WalletScreeningProvider as ea, _defineProperty as eb, _toConsumableArray as ec, _toArray as ed, ScoringAnalysisRequest as ee, WorkflowsScoringAnalysisRequest as ef, _slicedToArray as eg, ANALYSIS_TYPES as eh, AnalysisType as ei, OBJECT_TYPES as ej, ObjectType as ek, ScorechainBlockchain as el, NonMinimalScorechainBlockchain as em, ScorechainBlockchainToNamespace as en, ScorechainWalletRiskLevels as eo, ScorechainWalletRiskLevel as ep, getRiskLevelByRiskScore as eq, compareRiskLevels as er, Coin as es, RiskSeverity as et, ScorechainEntityType as eu, RiskExplanation as ev, EntityRiskDefaultsValues as ew, EntityRiskDefaultsMap as ex, ScorechainErrorResponse as ey, ScorechainError as ez, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES_LIST as i, COSMOS_CHAIN_IDS as j, ACTIVE_COSMOS_CHAIN_IDS as k, CosmosChainId as l, NEXERA_TEZOS_CHAINS as m, NEXERA_TEZOS_CHAIN_NAMES as n, NEXERA_TEZOS_CHAIN_NAMES_LIST as o, NEXERA_TEZOS_CHAIN_IDS as p, ACTIVE_TEZOS_CHAIN_IDS as q, PolygonNetworkNames as r, NEXERA_STARKNET_CHAINS as s, NEXERA_STARKNET_CHAIN_NAMES as t, NEXERA_STARKNET_CHAIN_IDS as u, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as v, NEXERA_SOLANA_CHAINS as w, SOLANA_CHAIN_NAMES as x, SOLANA_CHAIN_NAMES_LIST as y, SOLANA_CHAIN_IDS as z };
|
|
@@ -2621,11 +2621,28 @@ var WorkflowSessionAttributePrefix = "wsatr";
|
|
|
2621
2621
|
// tfhe-client-api
|
|
2622
2622
|
var SsssSharePrefix = "ssssshare";
|
|
2623
2623
|
var SsssChunkPrefix = "sssschunk";
|
|
2624
|
-
// ai related ids
|
|
2625
|
-
var AiExecutionPrefix = "aiexec";
|
|
2626
|
-
var AiExecutionStepPrefix = "aiexest";
|
|
2627
2624
|
|
|
2628
|
-
|
|
2625
|
+
/**
|
|
2626
|
+
* AI related ids
|
|
2627
|
+
*/
|
|
2628
|
+
var AiExecutionPrefix = "aiexec"; // execution id of speicifc agent execution
|
|
2629
|
+
var AiExecutionStepPrefix = "aiexest"; // execution step id of specific agent execution step
|
|
2630
|
+
var AiDocumentPrefix = "aidoc"; // document id of specific document
|
|
2631
|
+
var AiAgentPrefix = "agent"; // agent id of specific agent
|
|
2632
|
+
var AiStepPrefix = "astep"; // step id of specific step
|
|
2633
|
+
|
|
2634
|
+
// Add these with other prefix definitions
|
|
2635
|
+
var ChatPrefix = "chat";
|
|
2636
|
+
var MessagePrefix = "msg";
|
|
2637
|
+
var AiMessagePrefix = "aimsg";
|
|
2638
|
+
|
|
2639
|
+
// Add with other prefix type definitions
|
|
2640
|
+
|
|
2641
|
+
// Add to ID type definitions section
|
|
2642
|
+
|
|
2643
|
+
/**
|
|
2644
|
+
* End of AI related ids
|
|
2645
|
+
*/
|
|
2629
2646
|
|
|
2630
2647
|
// Add these lines in the type definitions section
|
|
2631
2648
|
|
|
@@ -2663,7 +2680,16 @@ var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
|
2663
2680
|
message: "Invalid ".concat(brand, " id")
|
|
2664
2681
|
});
|
|
2665
2682
|
};
|
|
2666
|
-
|
|
2683
|
+
var createBrandedSchemaIdWithParams = function createBrandedSchemaIdWithParams(brand, params) {
|
|
2684
|
+
return zod.z.custom(function (val) {
|
|
2685
|
+
if (typeof val !== "string") return false;
|
|
2686
|
+
return val.startsWith(brand) && params.every(function (param) {
|
|
2687
|
+
return val.includes(param);
|
|
2688
|
+
});
|
|
2689
|
+
}, {
|
|
2690
|
+
message: "Invalid ".concat(brand, " id")
|
|
2691
|
+
});
|
|
2692
|
+
};
|
|
2667
2693
|
// ---
|
|
2668
2694
|
|
|
2669
2695
|
var StorageId = createBrandedSchemaId("".concat(StoragePrefix, "_"));
|
|
@@ -2707,10 +2733,17 @@ var SsssChunkId = createBrandedSchemaId("".concat(SsssChunkPrefix, "_"));
|
|
|
2707
2733
|
// ai related ids
|
|
2708
2734
|
var AiExecutionId = createBrandedSchemaId("".concat(AiExecutionPrefix, "_"));
|
|
2709
2735
|
var AiExecutionStepId = createBrandedSchemaId("".concat(AiExecutionStepPrefix, "_"));
|
|
2736
|
+
var AiDocumentId = createBrandedSchemaId("".concat(AiDocumentPrefix, "_"));
|
|
2737
|
+
var AiAgentId = createBrandedSchemaId("".concat(AiAgentPrefix, "_"));
|
|
2738
|
+
var AiStepId = createBrandedSchemaId("".concat(AiStepPrefix, "_"));
|
|
2710
2739
|
var generateId = function generateId(type) {
|
|
2711
2740
|
return "".concat(type, "_").concat(nanoid.nanoid(12));
|
|
2712
2741
|
};
|
|
2713
2742
|
var MemberId = zod.z.string();
|
|
2743
|
+
// Add these schema definitions near other schema definitions
|
|
2744
|
+
var ChatId = createBrandedSchemaId("".concat(ChatPrefix, "_"));
|
|
2745
|
+
var MessageId = createBrandedSchemaId("".concat(MessagePrefix, "_"));
|
|
2746
|
+
var AiMessageId = createBrandedSchemaId("".concat(AiMessagePrefix, "_"));
|
|
2714
2747
|
|
|
2715
2748
|
zod.z.literal("v1");
|
|
2716
2749
|
|
|
@@ -10119,10 +10152,18 @@ exports.ActionId = ActionId;
|
|
|
10119
10152
|
exports.ActionPrefix = ActionPrefix;
|
|
10120
10153
|
exports.AdditionalCustomerInformationParams = AdditionalCustomerInformationParams;
|
|
10121
10154
|
exports.AddressSchema = AddressSchema;
|
|
10155
|
+
exports.AiAgentId = AiAgentId;
|
|
10156
|
+
exports.AiAgentPrefix = AiAgentPrefix;
|
|
10157
|
+
exports.AiDocumentId = AiDocumentId;
|
|
10158
|
+
exports.AiDocumentPrefix = AiDocumentPrefix;
|
|
10122
10159
|
exports.AiExecutionId = AiExecutionId;
|
|
10123
10160
|
exports.AiExecutionPrefix = AiExecutionPrefix;
|
|
10124
10161
|
exports.AiExecutionStepId = AiExecutionStepId;
|
|
10125
10162
|
exports.AiExecutionStepPrefix = AiExecutionStepPrefix;
|
|
10163
|
+
exports.AiMessageId = AiMessageId;
|
|
10164
|
+
exports.AiMessagePrefix = AiMessagePrefix;
|
|
10165
|
+
exports.AiStepId = AiStepId;
|
|
10166
|
+
exports.AiStepPrefix = AiStepPrefix;
|
|
10126
10167
|
exports.Alpha2Country = Alpha2Country;
|
|
10127
10168
|
exports.AmlResults = AmlResults;
|
|
10128
10169
|
exports.AnalysisType = AnalysisType;
|
|
@@ -10161,6 +10202,8 @@ exports.CardanoChainId = CardanoChainId;
|
|
|
10161
10202
|
exports.CardanoSignature = CardanoSignature;
|
|
10162
10203
|
exports.ChallengeId = ChallengeId;
|
|
10163
10204
|
exports.ChallengePrefix = ChallengePrefix;
|
|
10205
|
+
exports.ChatId = ChatId;
|
|
10206
|
+
exports.ChatPrefix = ChatPrefix;
|
|
10164
10207
|
exports.Coin = Coin;
|
|
10165
10208
|
exports.CosmosAddress = CosmosAddress;
|
|
10166
10209
|
exports.CosmosChainId = CosmosChainId;
|
|
@@ -10243,6 +10286,8 @@ exports.IpAddress = IpAddress;
|
|
|
10243
10286
|
exports.ListId = ListId;
|
|
10244
10287
|
exports.ListPrefix = ListPrefix;
|
|
10245
10288
|
exports.MemberId = MemberId;
|
|
10289
|
+
exports.MessageId = MessageId;
|
|
10290
|
+
exports.MessagePrefix = MessagePrefix;
|
|
10246
10291
|
exports.MetaAlertId = MetaAlertId;
|
|
10247
10292
|
exports.MetaAlertPrefix = MetaAlertPrefix;
|
|
10248
10293
|
exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
|
|
@@ -10435,6 +10480,7 @@ exports.compareRiskLevels = compareRiskLevels;
|
|
|
10435
10480
|
exports.countryISO2toISO3Mapping = countryISO2toISO3Mapping;
|
|
10436
10481
|
exports.countryISO3toISO2Mapping = countryISO3toISO2Mapping;
|
|
10437
10482
|
exports.createBrandedSchemaId = createBrandedSchemaId;
|
|
10483
|
+
exports.createBrandedSchemaIdWithParams = createBrandedSchemaIdWithParams;
|
|
10438
10484
|
exports.generateId = generateId;
|
|
10439
10485
|
exports.generateZodObjectPaths = generateZodObjectPaths;
|
|
10440
10486
|
exports.getRiskLevelByRiskScore = getRiskLevelByRiskScore;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-f273d197.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-03f54b78.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-6c801a7d.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-698da711.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-4c134301.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.75.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -63,16 +63,15 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"decimal.js": "^10.5.0",
|
|
65
65
|
"nanoid": "3.3.4",
|
|
66
|
-
"remeda": "^2.20.
|
|
66
|
+
"remeda": "^2.20.1",
|
|
67
67
|
"zod": "^3.24.1",
|
|
68
68
|
"zod-to-json-schema": "^3.24.1",
|
|
69
69
|
"@nexeraid/logger": "2.35.1-dev"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@types/bun": "^1.2.
|
|
72
|
+
"@types/bun": "^1.2.2",
|
|
73
73
|
"@types/json-schema": "^7.0.15",
|
|
74
|
-
"bun": "^1.2.
|
|
75
|
-
"bun-types": "^1.2.0",
|
|
74
|
+
"bun": "^1.2.2",
|
|
76
75
|
"json-schema-to-zod": "^2.6.0",
|
|
77
76
|
"ts-json-as-const": "^1.0.7",
|
|
78
77
|
"typescript": "^5.7.3",
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
"prepare:release": "./scripts/prepare_npm_release.sh",
|
|
104
103
|
"publish:public": "pnpm run prepare:release && publish --access=public --no-git-checks --registry https://registry.npmjs.org/",
|
|
105
104
|
"test": "vitest",
|
|
106
|
-
"test:unit": "bun test",
|
|
105
|
+
"test:unit": "bash -c 'set -o pipefail && TZ=UTC bun test \"$@\" | pino-pretty' --",
|
|
107
106
|
"type-check": "tsc --noEmit",
|
|
108
107
|
"update-json-schema-map": "./scripts/update-json-schema-map.sh",
|
|
109
108
|
"update-jsonld-schema-map": "./scripts/update-jsonld-schema-map.sh",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-03f54b78.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-73597e44.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-f273d197.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-6c801a7d.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-a0e3284a.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { eh as ANALYSIS_TYPES, ei as AnalysisType, es as Coin, ex as EntityRiskDefaultsMap, ew as EntityRiskDefaultsValues, eE as GetActiveBlockchains, eD as GetActiveBlockchainsRequest, eF as GetActiveBlockchainsResponse, eI as GetAddressAnalysis, eG as GetAddressAnalysisRequest, eJ as GetAddressAnalysisResponse, em as NonMinimalScorechainBlockchain, ej as OBJECT_TYPES, ek as ObjectType, eK as RawScorechainResult, ev as RiskExplanation, et as RiskSeverity, eA as ScorechainAnalysis, el as ScorechainBlockchain, en as ScorechainBlockchainToNamespace, eH as ScorechainEntity, eu as ScorechainEntityType, ez as ScorechainError, ey as ScorechainErrorResponse, eL as ScorechainRiskToRiskLevel, ep as ScorechainWalletRiskLevel, eo as ScorechainWalletRiskLevels, eC as ScoringAnalysisApiRequest, ee as ScoringAnalysisRequest, eB as ScoringAnalysisResponse, ef as WorkflowsScoringAnalysisRequest, er as compareRiskLevels, eq as getRiskLevelByRiskScore } from '../../dist/vault.schema-4c134301.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-55b8c72b.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/identity-api.schema-
|
|
6
|
+
import '../../dist/identity-api.schema-698da711.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-03f54b78.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-6c801a7d.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { dO as AmlResults, dT as DataLinkTypeZodSchema, dR as DataLinkVersionZodSchema, dP as DetectedDuplicates, e6 as GenericVaultDataLinkZodSchema, e5 as GenericVaultEmbeddedLinkZodSchema, e3 as GenericVaultPointerLinkZodSchema, e4 as GenericVaultSearchLinkZodSchema, dU as Separator, dY as VaultJsonSchemas, e2 as VaultMetadataLinkZodSchema, e0 as VaultPointerKeyMapZodSchema, e1 as VaultQueryMapZodSchema, d_ as VaultSchemaIdZodSchema, d$ as VaultSchemaPathsZodSchema, dZ as VaultZodSchema, dS as allDataLinkTypes, dQ as allDataLinkVersions, dV as generateZodObjectPaths, dW as resolvePathOnDataSchema, dX as resolvePathOnMapSchema } from '../../dist/vault.schema-4c134301.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
|
4
4
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-03f54b78.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-f273d197.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-36b44d38.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-6c801a7d.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-2bc50d3e.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b0 as Alpha2Country,
|
|
2
|
-
export { cb as CredentialMediaType, c6 as CredentialNames, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, c7 as NexeraCredentialType, ca as VerifiableCredential, c8 as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
1
|
+
export { b0 as Alpha2Country, d2 as GenericVerifiableCredentialSchema, d8 as ID3CredentialSchema, cQ as ID3CredentialSubjectSchema, d5 as IDImageCredentialSchema, c$ as IDImageCredentialSubjectSchema, d4 as IDInformationCredentialSchema, c_ as IDInformationCredentialSubjectSchema, d3 as IDInformationTfheCredentialSchema, cZ as IDInformationTfheCredentialSubjectSchema, d9 as IDScanCredentialSchema, cR as IDScanCredentialSubjectSchema, da as IDScanPassportCredentialSchema, cS as IDScanPassportCredentialSubjectSchema, db as IDScanSelfieCredentialSchema, cT as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, dg as OLD_AMLScreeningsResultsCredentialSchema, cY as OLD_AMLScreeningsResultsCredentialSubjectSchema, dc as OLD_IDImageCredentialSchema, cU as OLD_IDImageCredentialSubjectSchema, dd as OLD_IDInformationCredentialSchema, cV as OLD_IDInformationCredentialSubjectSchema, de as OLD_ProofOfResidenceCredentialSchema, cW as OLD_ProofOfResidenceCredentialSubjectSchema, df as OLD_SelfieImageCredentialSchema, cX as OLD_SelfieImageCredentialSubjectSchema, d7 as ProofOfResidenceCredentialSchema, d1 as ProofOfResidenceCredentialSubjectSchema, d6 as SelfieImageCredentialSchema, d0 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-4c134301.esm.mjs';
|
|
2
|
+
export { cb as CredentialMediaType, c6 as CredentialNames, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, c7 as NexeraCredentialType, ca as VerifiableCredential, c8 as getCredentialName } from '../../dist/identity-api.schema-698da711.esm.mjs';
|
|
3
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-ca582b5e.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-03f54b78.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-f273d197.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-73597e44.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-6c801a7d.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-86cf92dd.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-a0e3284a.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aS as UuidString,
|
|
3
|
-
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, a5 as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aS as UuidString, cK as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d2 as GenericVerifiableCredentialSchema, e8 as WalletScreeningData, dl as TransactionTypes, ds as TransactionReviewStatuses, ed as _toArray, ec as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-4c134301.esm.mjs';
|
|
3
|
+
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, a5 as RuleResultStatus } from '../../dist/identity-api.schema-698da711.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-55b8c72b.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|