@nexeraid/identity-schemas 2.3.17-staging → 2.3.18-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{customers.schema-f7da825d.esm.js → customers.schema-1e51d306.esm.js} +1 -1
- package/dist/{customers.schema-56ca4b11.cjs.dev.js → customers.schema-53d8aa84.cjs.dev.js} +1 -1
- package/dist/{customers.schema-c6702f96.cjs.prod.js → customers.schema-93908d1f.cjs.prod.js} +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +64 -28
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-3fd03e9f.cjs.dev.js → frontend-utilities.schema-06549eb4.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-e16f9289.esm.js → frontend-utilities.schema-64272e5a.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-bb63f894.cjs.prod.js → frontend-utilities.schema-c3ee7e20.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-04a016a1.cjs.dev.js → identity-api.schema-1ac61550.cjs.prod.js} +70 -18
- package/dist/{identity-api.schema-00c99eb6.cjs.prod.js → identity-api.schema-9eaf0710.cjs.dev.js} +70 -18
- package/dist/{identity-api.schema-2a4cdb96.esm.js → identity-api.schema-c82dba7a.esm.js} +53 -19
- package/dist/nexeraid-identity-schemas.cjs.dev.js +20 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +20 -2
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString,
|
|
2
|
+
import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString, eB as _toConsumableArray, eD as _arrayWithHoles, eE as _unsupportedIterableToArray, eF as _nonIterableRest, ak as ISO3CountryCode, a5 as BlockchainNamespace, bW as SdkVerificationOutput, aC as CustomerStatus, eG as _defineProperty, es as ProofOfResidenceCredentialSubjectSchema, cT as QrCodeLinkWithSchemaType, aD as BasicCustomerContactInformation, ey as CredentialType } from './identity-api.schema-c82dba7a.esm.js';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-9eaf0710.cjs.dev.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{customers.schema-c6702f96.cjs.prod.js → customers.schema-93908d1f.cjs.prod.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-1ac61550.cjs.prod.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,22 +1,58 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
2
|
+
export declare const StoragePrefix = "storage";
|
|
3
|
+
export declare const IdentityPrefix = "identity";
|
|
4
|
+
export declare const EmailPrefix = "email";
|
|
5
|
+
export declare const WalletPrefix = "wallet";
|
|
6
|
+
export declare const AppPrefix = "app";
|
|
7
|
+
export declare const ChallengePrefix = "challenge";
|
|
8
|
+
export declare const TestPrefix = "test";
|
|
9
|
+
export declare const CustomerScreeningPrefix = "customer_screening";
|
|
10
|
+
export declare const TagPrefix = "tag";
|
|
11
|
+
export declare const TransactionPrefix = "tx";
|
|
12
|
+
export declare const TransactionReviewPrefix = "tx_rev";
|
|
13
|
+
export declare const TransactionPartiesPrefix = "tx_par";
|
|
14
|
+
export declare const TransactionInfosPrefix = "tx_i";
|
|
15
|
+
export declare const TransactionExtractedInfosPrefix = "tx_ei";
|
|
16
|
+
export declare const TransactionMethodsPrefix = "tx_m";
|
|
17
|
+
export declare const TransactionMethodExtractedInfosPrefix = "tx_m_ei";
|
|
18
|
+
export declare const InstitutionPrefix = "ins";
|
|
19
|
+
export declare const InstitutionExtractedInfosPrefix = "ins_ei";
|
|
20
|
+
export type StoragePrefix = typeof StoragePrefix;
|
|
21
|
+
export type IdentityPrefix = typeof IdentityPrefix;
|
|
22
|
+
export type EmailPrefix = typeof EmailPrefix;
|
|
23
|
+
export type WalletPrefix = typeof WalletPrefix;
|
|
24
|
+
export type AppPrefix = typeof AppPrefix;
|
|
25
|
+
export type ChallengePrefix = typeof ChallengePrefix;
|
|
26
|
+
export type TestPrefix = typeof TestPrefix;
|
|
27
|
+
export type CustomerScreeningPrefix = typeof CustomerScreeningPrefix;
|
|
28
|
+
export type TagPrefix = typeof TagPrefix;
|
|
29
|
+
export type TransactionPrefix = typeof TransactionPrefix;
|
|
30
|
+
export type TransactionReviewPrefix = typeof TransactionReviewPrefix;
|
|
31
|
+
export type TransactionPartiesPrefix = typeof TransactionPartiesPrefix;
|
|
32
|
+
export type TransactionInfosPrefix = typeof TransactionInfosPrefix;
|
|
33
|
+
export type TransactionExtractedInfosPrefix = typeof TransactionExtractedInfosPrefix;
|
|
34
|
+
export type TransactionMethodsPrefix = typeof TransactionMethodsPrefix;
|
|
35
|
+
export type TransactionMethodExtractedInfosPrefix = typeof TransactionMethodExtractedInfosPrefix;
|
|
36
|
+
export type InstitutionPrefix = typeof InstitutionPrefix;
|
|
37
|
+
export type InstitutionExtractedInfosPrefix = typeof InstitutionExtractedInfosPrefix;
|
|
38
|
+
export type StorageId = `${StoragePrefix}_${string}`;
|
|
39
|
+
export type IdentityId = `${IdentityPrefix}_${string}`;
|
|
40
|
+
export type EmailId = `${EmailPrefix}_${string}`;
|
|
41
|
+
export type WalletId = `${WalletPrefix}_${string}`;
|
|
42
|
+
export type AppId = `${AppPrefix}_${string}`;
|
|
43
|
+
export type ChallengeId = `${ChallengePrefix}_${string}`;
|
|
44
|
+
export type TestId = `${TestPrefix}_${string}`;
|
|
45
|
+
export type CustomerScreeningId = `${CustomerScreeningPrefix}_${string}`;
|
|
46
|
+
export type TagId = `${TagPrefix}_${string}`;
|
|
47
|
+
export type TransactionId = `${TransactionPrefix}_${string}`;
|
|
48
|
+
export type TransactionReviewId = `${TransactionReviewPrefix}_${string}`;
|
|
49
|
+
export type TransactionPartiesId = `${TransactionPartiesPrefix}_${string}`;
|
|
50
|
+
export type TransactionInfosId = `${TransactionInfosPrefix}_${string}`;
|
|
51
|
+
export type TransactionExtractedInfosId = `${TransactionExtractedInfosPrefix}_${string}`;
|
|
52
|
+
export type TransactionMethodsId = `${TransactionMethodsPrefix}_${string}`;
|
|
53
|
+
export type TransactionMethodExtractedInfosId = `${TransactionMethodExtractedInfosPrefix}_${string}`;
|
|
54
|
+
export type InstitutionId = `${InstitutionPrefix}_${string}`;
|
|
55
|
+
export type InstitutionExtractedInfosId = `${InstitutionExtractedInfosPrefix}_${string}`;
|
|
20
56
|
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | TagId | TransactionId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
21
57
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
22
58
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -27,14 +63,14 @@ export declare const ChallengeId: z.ZodType<`challenge_${string}`, z.ZodTypeDef,
|
|
|
27
63
|
export declare const TestId: z.ZodType<`test_${string}`, z.ZodTypeDef, `test_${string}`>;
|
|
28
64
|
export declare const CustomerScreeningId: z.ZodType<`customer_screening_${string}`, z.ZodTypeDef, `customer_screening_${string}`>;
|
|
29
65
|
export declare const TagId: z.ZodType<`tag_${string}`, z.ZodTypeDef, `tag_${string}`>;
|
|
30
|
-
export declare const TransactionId: z.ZodType<`
|
|
31
|
-
export declare const TransactionReviewId: z.ZodType<`
|
|
32
|
-
export declare const TransactionPartiesId: z.ZodType<`
|
|
33
|
-
export declare const TransactionInfosId: z.ZodType<`
|
|
34
|
-
export declare const TransactionExtractedInfosId: z.ZodType<`
|
|
35
|
-
export declare const TransactionMethodsId: z.ZodType<`
|
|
36
|
-
export declare const TransactionMethodExtractedInfosId: z.ZodType<`
|
|
37
|
-
export declare const InstitutionId: z.ZodType<`
|
|
38
|
-
export declare const InstitutionExtractedInfosId: z.ZodType<`
|
|
39
|
-
export declare const generateId: <T extends string>(type:
|
|
66
|
+
export declare const TransactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
|
|
67
|
+
export declare const TransactionReviewId: z.ZodType<`tx_rev_${string}`, z.ZodTypeDef, `tx_rev_${string}`>;
|
|
68
|
+
export declare const TransactionPartiesId: z.ZodType<`tx_par_${string}`, z.ZodTypeDef, `tx_par_${string}`>;
|
|
69
|
+
export declare const TransactionInfosId: z.ZodType<`tx_i_${string}`, z.ZodTypeDef, `tx_i_${string}`>;
|
|
70
|
+
export declare const TransactionExtractedInfosId: z.ZodType<`tx_ei_${string}`, z.ZodTypeDef, `tx_ei_${string}`>;
|
|
71
|
+
export declare const TransactionMethodsId: z.ZodType<`tx_m_${string}`, z.ZodTypeDef, `tx_m_${string}`>;
|
|
72
|
+
export declare const TransactionMethodExtractedInfosId: z.ZodType<`tx_m_ei_${string}`, z.ZodTypeDef, `tx_m_ei_${string}`>;
|
|
73
|
+
export declare const InstitutionId: z.ZodType<`ins_${string}`, z.ZodTypeDef, `ins_${string}`>;
|
|
74
|
+
export declare const InstitutionExtractedInfosId: z.ZodType<`ins_ei_${string}`, z.ZodTypeDef, `ins_ei_${string}`>;
|
|
75
|
+
export declare const generateId: <T extends string>(type: StoragePrefix | IdentityPrefix | EmailPrefix | WalletPrefix | AppPrefix | ChallengePrefix | TestPrefix | CustomerScreeningPrefix | TagPrefix | TransactionPrefix | TransactionReviewPrefix | TransactionPartiesPrefix | TransactionInfosPrefix | TransactionExtractedInfosPrefix | TransactionMethodsPrefix | TransactionMethodExtractedInfosPrefix | InstitutionPrefix | InstitutionExtractedInfosPrefix) => `${T}_${string}`;
|
|
40
76
|
//# 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;AAExB,MAAM,MAAM,SAAS,GAAG,WAAW,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
|
package/dist/{frontend-utilities.schema-e16f9289.esm.js → frontend-utilities.schema-64272e5a.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { da as SupportedType, eB as _toConsumableArray, c$ as ARRAY_OPERATORS, d5 as BOOLEAN_OPERATORS, d3 as NUMERIC_OPERATORS, d1 as STRING_OPERATORS } from './identity-api.schema-c82dba7a.esm.js';
|
|
2
2
|
|
|
3
3
|
var VC_JSON_SCHEMA_MAP = {
|
|
4
4
|
ProofOfResidence: {
|
package/dist/{identity-api.schema-04a016a1.cjs.dev.js → identity-api.schema-1ac61550.cjs.prod.js}
RENAMED
|
@@ -2537,6 +2537,35 @@ var HostResponseMessage = zod.z.union([InitialDataResponse, SignatureResponse, T
|
|
|
2537
2537
|
* Exported types
|
|
2538
2538
|
*/
|
|
2539
2539
|
|
|
2540
|
+
var StoragePrefix = "storage";
|
|
2541
|
+
var IdentityPrefix = "identity";
|
|
2542
|
+
var EmailPrefix = "email";
|
|
2543
|
+
var WalletPrefix = "wallet";
|
|
2544
|
+
var AppPrefix = "app";
|
|
2545
|
+
var ChallengePrefix = "challenge";
|
|
2546
|
+
var TestPrefix = "test";
|
|
2547
|
+
var CustomerScreeningPrefix = "customer_screening";
|
|
2548
|
+
var TagPrefix = "tag";
|
|
2549
|
+
|
|
2550
|
+
// TMS
|
|
2551
|
+
var TransactionPrefix = "tx";
|
|
2552
|
+
var TransactionReviewPrefix = "tx_rev";
|
|
2553
|
+
var TransactionPartiesPrefix = "tx_par";
|
|
2554
|
+
var TransactionInfosPrefix = "tx_i";
|
|
2555
|
+
var TransactionExtractedInfosPrefix = "tx_ei";
|
|
2556
|
+
var TransactionMethodsPrefix = "tx_m";
|
|
2557
|
+
var TransactionMethodExtractedInfosPrefix = "tx_m_ei";
|
|
2558
|
+
var InstitutionPrefix = "ins";
|
|
2559
|
+
var InstitutionExtractedInfosPrefix = "ins_ei";
|
|
2560
|
+
|
|
2561
|
+
// ---
|
|
2562
|
+
|
|
2563
|
+
// TMS
|
|
2564
|
+
|
|
2565
|
+
// ---
|
|
2566
|
+
|
|
2567
|
+
// TMS
|
|
2568
|
+
|
|
2540
2569
|
var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
2541
2570
|
return zod.z.custom(function (val) {
|
|
2542
2571
|
if (typeof val !== "string") return false;
|
|
@@ -2545,24 +2574,29 @@ var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
|
2545
2574
|
message: "Invalid ".concat(brand, " id")
|
|
2546
2575
|
});
|
|
2547
2576
|
};
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
var
|
|
2552
|
-
var
|
|
2553
|
-
var
|
|
2554
|
-
var
|
|
2555
|
-
var
|
|
2556
|
-
var
|
|
2557
|
-
var
|
|
2558
|
-
var
|
|
2559
|
-
var
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
var
|
|
2563
|
-
var
|
|
2564
|
-
var
|
|
2565
|
-
var
|
|
2577
|
+
|
|
2578
|
+
// ---
|
|
2579
|
+
|
|
2580
|
+
var StorageId = createBrandedSchemaId("".concat(StoragePrefix, "_"));
|
|
2581
|
+
var IdentityId = createBrandedSchemaId("".concat(IdentityPrefix, "_"));
|
|
2582
|
+
var EmailId = createBrandedSchemaId("".concat(EmailPrefix, "_"));
|
|
2583
|
+
var WalletId = createBrandedSchemaId("".concat(WalletPrefix, "_"));
|
|
2584
|
+
var AppId = createBrandedSchemaId("".concat(AppPrefix, "_"));
|
|
2585
|
+
var ChallengeId = createBrandedSchemaId("".concat(ChallengePrefix, "_"));
|
|
2586
|
+
var TestId = createBrandedSchemaId("".concat(TestPrefix, "_"));
|
|
2587
|
+
var CustomerScreeningId = createBrandedSchemaId("".concat(CustomerScreeningPrefix, "_"));
|
|
2588
|
+
var TagId = createBrandedSchemaId("".concat(TagPrefix, "_"));
|
|
2589
|
+
|
|
2590
|
+
// TMS
|
|
2591
|
+
var TransactionId = createBrandedSchemaId("".concat(TransactionPrefix, "_"));
|
|
2592
|
+
var TransactionReviewId = createBrandedSchemaId("".concat(TransactionReviewPrefix, "_"));
|
|
2593
|
+
var TransactionPartiesId = createBrandedSchemaId("".concat(TransactionPartiesPrefix, "_"));
|
|
2594
|
+
var TransactionInfosId = createBrandedSchemaId("".concat(TransactionInfosPrefix, "_"));
|
|
2595
|
+
var TransactionExtractedInfosId = createBrandedSchemaId("".concat(TransactionExtractedInfosPrefix, "_"));
|
|
2596
|
+
var TransactionMethodsId = createBrandedSchemaId("".concat(TransactionMethodsPrefix, "_"));
|
|
2597
|
+
var TransactionMethodExtractedInfosId = createBrandedSchemaId("".concat(TransactionMethodExtractedInfosPrefix, "_"));
|
|
2598
|
+
var InstitutionId = createBrandedSchemaId("".concat(InstitutionPrefix, "_"));
|
|
2599
|
+
var InstitutionExtractedInfosId = createBrandedSchemaId("".concat(InstitutionExtractedInfosPrefix, "_"));
|
|
2566
2600
|
var generateId = function generateId(type) {
|
|
2567
2601
|
return "".concat(type, "_").concat(nanoid.nanoid(12));
|
|
2568
2602
|
};
|
|
@@ -3315,6 +3349,7 @@ exports.AnyTxAuthInput = AnyTxAuthInput;
|
|
|
3315
3349
|
exports.ApiTezosTxAuthInput = ApiTezosTxAuthInput;
|
|
3316
3350
|
exports.ApiTxAuthInput = ApiTxAuthInput;
|
|
3317
3351
|
exports.AppId = AppId;
|
|
3352
|
+
exports.AppPrefix = AppPrefix;
|
|
3318
3353
|
exports.AptosAddress = AptosAddress;
|
|
3319
3354
|
exports.AptosSignature = AptosSignature;
|
|
3320
3355
|
exports.ArrayOperator = ArrayOperator;
|
|
@@ -3347,6 +3382,7 @@ exports.CUSTOMER_TABLE_COLUMNS = CUSTOMER_TABLE_COLUMNS;
|
|
|
3347
3382
|
exports.CardanoAddress = CardanoAddress;
|
|
3348
3383
|
exports.CardanoSignature = CardanoSignature;
|
|
3349
3384
|
exports.ChallengeId = ChallengeId;
|
|
3385
|
+
exports.ChallengePrefix = ChallengePrefix;
|
|
3350
3386
|
exports.ChallengeQueryOperator = ChallengeQueryOperator;
|
|
3351
3387
|
exports.ChallengeQueryOperatorToOperator = ChallengeQueryOperatorToOperator;
|
|
3352
3388
|
exports.ChallengeQueryOperators = ChallengeQueryOperators;
|
|
@@ -3371,6 +3407,7 @@ exports.CredentialTypes = CredentialTypes;
|
|
|
3371
3407
|
exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
|
|
3372
3408
|
exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
|
|
3373
3409
|
exports.CustomerScreeningId = CustomerScreeningId;
|
|
3410
|
+
exports.CustomerScreeningPrefix = CustomerScreeningPrefix;
|
|
3374
3411
|
exports.CustomerStatus = CustomerStatus;
|
|
3375
3412
|
exports.CustomerStatuses = CustomerStatuses;
|
|
3376
3413
|
exports.CustomerTableColumn = CustomerTableColumn;
|
|
@@ -3390,6 +3427,7 @@ exports.EVM_BLOCK_TIME = EVM_BLOCK_TIME;
|
|
|
3390
3427
|
exports.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC;
|
|
3391
3428
|
exports.EdSignature = EdSignature;
|
|
3392
3429
|
exports.EmailId = EmailId;
|
|
3430
|
+
exports.EmailPrefix = EmailPrefix;
|
|
3393
3431
|
exports.EnvironmentSchema = EnvironmentSchema;
|
|
3394
3432
|
exports.EvmChainId = EvmChainId;
|
|
3395
3433
|
exports.ExecuteChallengeQueryConfig = ExecuteChallengeQueryConfig;
|
|
@@ -3437,6 +3475,7 @@ exports.IdentityDocumentOptionsType = IdentityDocumentOptionsType;
|
|
|
3437
3475
|
exports.IdentityId = IdentityId;
|
|
3438
3476
|
exports.IdentityMessage = IdentityMessage;
|
|
3439
3477
|
exports.IdentityNotificationMessage = IdentityNotificationMessage;
|
|
3478
|
+
exports.IdentityPrefix = IdentityPrefix;
|
|
3440
3479
|
exports.IdentityRequestMessage = IdentityRequestMessage;
|
|
3441
3480
|
exports.IdentityResponseMessage = IdentityResponseMessage;
|
|
3442
3481
|
exports.IdentitySdkMessage = IdentitySdkMessage;
|
|
@@ -3448,7 +3487,9 @@ exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
|
|
|
3448
3487
|
exports.InitialDataRequest = InitialDataRequest;
|
|
3449
3488
|
exports.InitialDataResponse = InitialDataResponse;
|
|
3450
3489
|
exports.InstitutionExtractedInfosId = InstitutionExtractedInfosId;
|
|
3490
|
+
exports.InstitutionExtractedInfosPrefix = InstitutionExtractedInfosPrefix;
|
|
3451
3491
|
exports.InstitutionId = InstitutionId;
|
|
3492
|
+
exports.InstitutionPrefix = InstitutionPrefix;
|
|
3452
3493
|
exports.IpAddress = IpAddress;
|
|
3453
3494
|
exports.IsVerifiedNotification = IsVerifiedNotification;
|
|
3454
3495
|
exports.IsVerifiedRequest = IsVerifiedRequest;
|
|
@@ -3561,12 +3602,15 @@ exports.StarknetSignature = StarknetSignature;
|
|
|
3561
3602
|
exports.StartCompletedNotification = StartCompletedNotification;
|
|
3562
3603
|
exports.StartFlowRequest = StartFlowRequest;
|
|
3563
3604
|
exports.StorageId = StorageId;
|
|
3605
|
+
exports.StoragePrefix = StoragePrefix;
|
|
3564
3606
|
exports.String0x = String0x;
|
|
3565
3607
|
exports.StringOperator = StringOperator;
|
|
3566
3608
|
exports.SupportedType = SupportedType;
|
|
3567
3609
|
exports.SupportedTypes = SupportedTypes;
|
|
3568
3610
|
exports.TagId = TagId;
|
|
3611
|
+
exports.TagPrefix = TagPrefix;
|
|
3569
3612
|
exports.TestId = TestId;
|
|
3613
|
+
exports.TestPrefix = TestPrefix;
|
|
3570
3614
|
exports.TezosAddress = TezosAddress;
|
|
3571
3615
|
exports.TezosChainId = TezosChainId;
|
|
3572
3616
|
exports.TezosContractAddress = TezosContractAddress;
|
|
@@ -3577,13 +3621,20 @@ exports.TezosTxAuthInput = TezosTxAuthInput;
|
|
|
3577
3621
|
exports.TezosTxSignatureResponse = TezosTxSignatureResponse;
|
|
3578
3622
|
exports.TransactionData = TransactionData;
|
|
3579
3623
|
exports.TransactionExtractedInfosId = TransactionExtractedInfosId;
|
|
3624
|
+
exports.TransactionExtractedInfosPrefix = TransactionExtractedInfosPrefix;
|
|
3580
3625
|
exports.TransactionId = TransactionId;
|
|
3581
3626
|
exports.TransactionInfosId = TransactionInfosId;
|
|
3627
|
+
exports.TransactionInfosPrefix = TransactionInfosPrefix;
|
|
3582
3628
|
exports.TransactionMethodExtractedInfosId = TransactionMethodExtractedInfosId;
|
|
3629
|
+
exports.TransactionMethodExtractedInfosPrefix = TransactionMethodExtractedInfosPrefix;
|
|
3583
3630
|
exports.TransactionMethodsId = TransactionMethodsId;
|
|
3631
|
+
exports.TransactionMethodsPrefix = TransactionMethodsPrefix;
|
|
3584
3632
|
exports.TransactionPartiesId = TransactionPartiesId;
|
|
3633
|
+
exports.TransactionPartiesPrefix = TransactionPartiesPrefix;
|
|
3634
|
+
exports.TransactionPrefix = TransactionPrefix;
|
|
3585
3635
|
exports.TransactionResponse = TransactionResponse;
|
|
3586
3636
|
exports.TransactionReviewId = TransactionReviewId;
|
|
3637
|
+
exports.TransactionReviewPrefix = TransactionReviewPrefix;
|
|
3587
3638
|
exports.TxAuthDataSignatureGatingRequest = TxAuthDataSignatureGatingRequest;
|
|
3588
3639
|
exports.TxAuthDataSignatureResponse = TxAuthDataSignatureResponse;
|
|
3589
3640
|
exports.TxAuthInput = TxAuthInput;
|
|
@@ -3600,6 +3651,7 @@ exports.VerificationSessionStatus = VerificationSessionStatus;
|
|
|
3600
3651
|
exports.VerificationSessionStatuses = VerificationSessionStatuses;
|
|
3601
3652
|
exports.VerifyWalletChallengeRequest = VerifyWalletChallengeRequest;
|
|
3602
3653
|
exports.WalletId = WalletId;
|
|
3654
|
+
exports.WalletPrefix = WalletPrefix;
|
|
3603
3655
|
exports.WalletSignResponse = WalletSignResponse;
|
|
3604
3656
|
exports.WalletSignatureResponse = WalletSignatureResponse;
|
|
3605
3657
|
exports.Web2CreateSessionParams = Web2CreateSessionParams;
|
package/dist/{identity-api.schema-00c99eb6.cjs.prod.js → identity-api.schema-9eaf0710.cjs.dev.js}
RENAMED
|
@@ -2537,6 +2537,35 @@ var HostResponseMessage = zod.z.union([InitialDataResponse, SignatureResponse, T
|
|
|
2537
2537
|
* Exported types
|
|
2538
2538
|
*/
|
|
2539
2539
|
|
|
2540
|
+
var StoragePrefix = "storage";
|
|
2541
|
+
var IdentityPrefix = "identity";
|
|
2542
|
+
var EmailPrefix = "email";
|
|
2543
|
+
var WalletPrefix = "wallet";
|
|
2544
|
+
var AppPrefix = "app";
|
|
2545
|
+
var ChallengePrefix = "challenge";
|
|
2546
|
+
var TestPrefix = "test";
|
|
2547
|
+
var CustomerScreeningPrefix = "customer_screening";
|
|
2548
|
+
var TagPrefix = "tag";
|
|
2549
|
+
|
|
2550
|
+
// TMS
|
|
2551
|
+
var TransactionPrefix = "tx";
|
|
2552
|
+
var TransactionReviewPrefix = "tx_rev";
|
|
2553
|
+
var TransactionPartiesPrefix = "tx_par";
|
|
2554
|
+
var TransactionInfosPrefix = "tx_i";
|
|
2555
|
+
var TransactionExtractedInfosPrefix = "tx_ei";
|
|
2556
|
+
var TransactionMethodsPrefix = "tx_m";
|
|
2557
|
+
var TransactionMethodExtractedInfosPrefix = "tx_m_ei";
|
|
2558
|
+
var InstitutionPrefix = "ins";
|
|
2559
|
+
var InstitutionExtractedInfosPrefix = "ins_ei";
|
|
2560
|
+
|
|
2561
|
+
// ---
|
|
2562
|
+
|
|
2563
|
+
// TMS
|
|
2564
|
+
|
|
2565
|
+
// ---
|
|
2566
|
+
|
|
2567
|
+
// TMS
|
|
2568
|
+
|
|
2540
2569
|
var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
2541
2570
|
return zod.z.custom(function (val) {
|
|
2542
2571
|
if (typeof val !== "string") return false;
|
|
@@ -2545,24 +2574,29 @@ var createBrandedSchemaId = function createBrandedSchemaId(brand) {
|
|
|
2545
2574
|
message: "Invalid ".concat(brand, " id")
|
|
2546
2575
|
});
|
|
2547
2576
|
};
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
var
|
|
2552
|
-
var
|
|
2553
|
-
var
|
|
2554
|
-
var
|
|
2555
|
-
var
|
|
2556
|
-
var
|
|
2557
|
-
var
|
|
2558
|
-
var
|
|
2559
|
-
var
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
var
|
|
2563
|
-
var
|
|
2564
|
-
var
|
|
2565
|
-
var
|
|
2577
|
+
|
|
2578
|
+
// ---
|
|
2579
|
+
|
|
2580
|
+
var StorageId = createBrandedSchemaId("".concat(StoragePrefix, "_"));
|
|
2581
|
+
var IdentityId = createBrandedSchemaId("".concat(IdentityPrefix, "_"));
|
|
2582
|
+
var EmailId = createBrandedSchemaId("".concat(EmailPrefix, "_"));
|
|
2583
|
+
var WalletId = createBrandedSchemaId("".concat(WalletPrefix, "_"));
|
|
2584
|
+
var AppId = createBrandedSchemaId("".concat(AppPrefix, "_"));
|
|
2585
|
+
var ChallengeId = createBrandedSchemaId("".concat(ChallengePrefix, "_"));
|
|
2586
|
+
var TestId = createBrandedSchemaId("".concat(TestPrefix, "_"));
|
|
2587
|
+
var CustomerScreeningId = createBrandedSchemaId("".concat(CustomerScreeningPrefix, "_"));
|
|
2588
|
+
var TagId = createBrandedSchemaId("".concat(TagPrefix, "_"));
|
|
2589
|
+
|
|
2590
|
+
// TMS
|
|
2591
|
+
var TransactionId = createBrandedSchemaId("".concat(TransactionPrefix, "_"));
|
|
2592
|
+
var TransactionReviewId = createBrandedSchemaId("".concat(TransactionReviewPrefix, "_"));
|
|
2593
|
+
var TransactionPartiesId = createBrandedSchemaId("".concat(TransactionPartiesPrefix, "_"));
|
|
2594
|
+
var TransactionInfosId = createBrandedSchemaId("".concat(TransactionInfosPrefix, "_"));
|
|
2595
|
+
var TransactionExtractedInfosId = createBrandedSchemaId("".concat(TransactionExtractedInfosPrefix, "_"));
|
|
2596
|
+
var TransactionMethodsId = createBrandedSchemaId("".concat(TransactionMethodsPrefix, "_"));
|
|
2597
|
+
var TransactionMethodExtractedInfosId = createBrandedSchemaId("".concat(TransactionMethodExtractedInfosPrefix, "_"));
|
|
2598
|
+
var InstitutionId = createBrandedSchemaId("".concat(InstitutionPrefix, "_"));
|
|
2599
|
+
var InstitutionExtractedInfosId = createBrandedSchemaId("".concat(InstitutionExtractedInfosPrefix, "_"));
|
|
2566
2600
|
var generateId = function generateId(type) {
|
|
2567
2601
|
return "".concat(type, "_").concat(nanoid.nanoid(12));
|
|
2568
2602
|
};
|
|
@@ -3315,6 +3349,7 @@ exports.AnyTxAuthInput = AnyTxAuthInput;
|
|
|
3315
3349
|
exports.ApiTezosTxAuthInput = ApiTezosTxAuthInput;
|
|
3316
3350
|
exports.ApiTxAuthInput = ApiTxAuthInput;
|
|
3317
3351
|
exports.AppId = AppId;
|
|
3352
|
+
exports.AppPrefix = AppPrefix;
|
|
3318
3353
|
exports.AptosAddress = AptosAddress;
|
|
3319
3354
|
exports.AptosSignature = AptosSignature;
|
|
3320
3355
|
exports.ArrayOperator = ArrayOperator;
|
|
@@ -3347,6 +3382,7 @@ exports.CUSTOMER_TABLE_COLUMNS = CUSTOMER_TABLE_COLUMNS;
|
|
|
3347
3382
|
exports.CardanoAddress = CardanoAddress;
|
|
3348
3383
|
exports.CardanoSignature = CardanoSignature;
|
|
3349
3384
|
exports.ChallengeId = ChallengeId;
|
|
3385
|
+
exports.ChallengePrefix = ChallengePrefix;
|
|
3350
3386
|
exports.ChallengeQueryOperator = ChallengeQueryOperator;
|
|
3351
3387
|
exports.ChallengeQueryOperatorToOperator = ChallengeQueryOperatorToOperator;
|
|
3352
3388
|
exports.ChallengeQueryOperators = ChallengeQueryOperators;
|
|
@@ -3371,6 +3407,7 @@ exports.CredentialTypes = CredentialTypes;
|
|
|
3371
3407
|
exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
|
|
3372
3408
|
exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
|
|
3373
3409
|
exports.CustomerScreeningId = CustomerScreeningId;
|
|
3410
|
+
exports.CustomerScreeningPrefix = CustomerScreeningPrefix;
|
|
3374
3411
|
exports.CustomerStatus = CustomerStatus;
|
|
3375
3412
|
exports.CustomerStatuses = CustomerStatuses;
|
|
3376
3413
|
exports.CustomerTableColumn = CustomerTableColumn;
|
|
@@ -3390,6 +3427,7 @@ exports.EVM_BLOCK_TIME = EVM_BLOCK_TIME;
|
|
|
3390
3427
|
exports.EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC;
|
|
3391
3428
|
exports.EdSignature = EdSignature;
|
|
3392
3429
|
exports.EmailId = EmailId;
|
|
3430
|
+
exports.EmailPrefix = EmailPrefix;
|
|
3393
3431
|
exports.EnvironmentSchema = EnvironmentSchema;
|
|
3394
3432
|
exports.EvmChainId = EvmChainId;
|
|
3395
3433
|
exports.ExecuteChallengeQueryConfig = ExecuteChallengeQueryConfig;
|
|
@@ -3437,6 +3475,7 @@ exports.IdentityDocumentOptionsType = IdentityDocumentOptionsType;
|
|
|
3437
3475
|
exports.IdentityId = IdentityId;
|
|
3438
3476
|
exports.IdentityMessage = IdentityMessage;
|
|
3439
3477
|
exports.IdentityNotificationMessage = IdentityNotificationMessage;
|
|
3478
|
+
exports.IdentityPrefix = IdentityPrefix;
|
|
3440
3479
|
exports.IdentityRequestMessage = IdentityRequestMessage;
|
|
3441
3480
|
exports.IdentityResponseMessage = IdentityResponseMessage;
|
|
3442
3481
|
exports.IdentitySdkMessage = IdentitySdkMessage;
|
|
@@ -3448,7 +3487,9 @@ exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
|
|
|
3448
3487
|
exports.InitialDataRequest = InitialDataRequest;
|
|
3449
3488
|
exports.InitialDataResponse = InitialDataResponse;
|
|
3450
3489
|
exports.InstitutionExtractedInfosId = InstitutionExtractedInfosId;
|
|
3490
|
+
exports.InstitutionExtractedInfosPrefix = InstitutionExtractedInfosPrefix;
|
|
3451
3491
|
exports.InstitutionId = InstitutionId;
|
|
3492
|
+
exports.InstitutionPrefix = InstitutionPrefix;
|
|
3452
3493
|
exports.IpAddress = IpAddress;
|
|
3453
3494
|
exports.IsVerifiedNotification = IsVerifiedNotification;
|
|
3454
3495
|
exports.IsVerifiedRequest = IsVerifiedRequest;
|
|
@@ -3561,12 +3602,15 @@ exports.StarknetSignature = StarknetSignature;
|
|
|
3561
3602
|
exports.StartCompletedNotification = StartCompletedNotification;
|
|
3562
3603
|
exports.StartFlowRequest = StartFlowRequest;
|
|
3563
3604
|
exports.StorageId = StorageId;
|
|
3605
|
+
exports.StoragePrefix = StoragePrefix;
|
|
3564
3606
|
exports.String0x = String0x;
|
|
3565
3607
|
exports.StringOperator = StringOperator;
|
|
3566
3608
|
exports.SupportedType = SupportedType;
|
|
3567
3609
|
exports.SupportedTypes = SupportedTypes;
|
|
3568
3610
|
exports.TagId = TagId;
|
|
3611
|
+
exports.TagPrefix = TagPrefix;
|
|
3569
3612
|
exports.TestId = TestId;
|
|
3613
|
+
exports.TestPrefix = TestPrefix;
|
|
3570
3614
|
exports.TezosAddress = TezosAddress;
|
|
3571
3615
|
exports.TezosChainId = TezosChainId;
|
|
3572
3616
|
exports.TezosContractAddress = TezosContractAddress;
|
|
@@ -3577,13 +3621,20 @@ exports.TezosTxAuthInput = TezosTxAuthInput;
|
|
|
3577
3621
|
exports.TezosTxSignatureResponse = TezosTxSignatureResponse;
|
|
3578
3622
|
exports.TransactionData = TransactionData;
|
|
3579
3623
|
exports.TransactionExtractedInfosId = TransactionExtractedInfosId;
|
|
3624
|
+
exports.TransactionExtractedInfosPrefix = TransactionExtractedInfosPrefix;
|
|
3580
3625
|
exports.TransactionId = TransactionId;
|
|
3581
3626
|
exports.TransactionInfosId = TransactionInfosId;
|
|
3627
|
+
exports.TransactionInfosPrefix = TransactionInfosPrefix;
|
|
3582
3628
|
exports.TransactionMethodExtractedInfosId = TransactionMethodExtractedInfosId;
|
|
3629
|
+
exports.TransactionMethodExtractedInfosPrefix = TransactionMethodExtractedInfosPrefix;
|
|
3583
3630
|
exports.TransactionMethodsId = TransactionMethodsId;
|
|
3631
|
+
exports.TransactionMethodsPrefix = TransactionMethodsPrefix;
|
|
3584
3632
|
exports.TransactionPartiesId = TransactionPartiesId;
|
|
3633
|
+
exports.TransactionPartiesPrefix = TransactionPartiesPrefix;
|
|
3634
|
+
exports.TransactionPrefix = TransactionPrefix;
|
|
3585
3635
|
exports.TransactionResponse = TransactionResponse;
|
|
3586
3636
|
exports.TransactionReviewId = TransactionReviewId;
|
|
3637
|
+
exports.TransactionReviewPrefix = TransactionReviewPrefix;
|
|
3587
3638
|
exports.TxAuthDataSignatureGatingRequest = TxAuthDataSignatureGatingRequest;
|
|
3588
3639
|
exports.TxAuthDataSignatureResponse = TxAuthDataSignatureResponse;
|
|
3589
3640
|
exports.TxAuthInput = TxAuthInput;
|
|
@@ -3600,6 +3651,7 @@ exports.VerificationSessionStatus = VerificationSessionStatus;
|
|
|
3600
3651
|
exports.VerificationSessionStatuses = VerificationSessionStatuses;
|
|
3601
3652
|
exports.VerifyWalletChallengeRequest = VerifyWalletChallengeRequest;
|
|
3602
3653
|
exports.WalletId = WalletId;
|
|
3654
|
+
exports.WalletPrefix = WalletPrefix;
|
|
3603
3655
|
exports.WalletSignResponse = WalletSignResponse;
|
|
3604
3656
|
exports.WalletSignatureResponse = WalletSignatureResponse;
|
|
3605
3657
|
exports.Web2CreateSessionParams = Web2CreateSessionParams;
|