@nexeraid/identity-schemas 2.3.28-dev → 2.3.30-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-4e595008.cjs.prod.js → customers.schema-7b65d02a.cjs.prod.js} +1 -1
- package/dist/{customers.schema-412782d4.cjs.dev.js → customers.schema-8bab13f6.cjs.dev.js} +1 -1
- package/dist/{customers.schema-dcbfef09.esm.js → customers.schema-8dc4275e.esm.js} +1 -1
- package/dist/declarations/src/blockchain.schema.d.ts +3 -0
- package/dist/declarations/src/blockchain.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/challenge-query.schema.d.ts +12 -12
- package/dist/declarations/src/identity/execute-scenario.schema.d.ts +8 -8
- package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
- package/dist/declarations/src/identity-ids.schema.d.ts +14 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +21 -21
- package/dist/declarations/src/transaction.schema.d.ts +3 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-dc5cba37.esm.js → frontend-utilities.schema-5bcd8493.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-286d9881.cjs.dev.js → frontend-utilities.schema-90a0eaaf.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-11a150de.cjs.prod.js → frontend-utilities.schema-91fea976.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-ced36dce.cjs.prod.js → identity-api.schema-1cb1b903.cjs.prod.js} +17 -1
- package/dist/{identity-api.schema-2051573c.esm.js → identity-api.schema-3e941d26.esm.js} +10 -2
- package/dist/{identity-api.schema-3e7bc977.cjs.dev.js → identity-api.schema-ed65bc10.cjs.dev.js} +17 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.js +21 -18
- package/dist/nexeraid-identity-schemas.cjs.prod.js +21 -18
- package/dist/nexeraid-identity-schemas.esm.js +5 -12
- package/dist/package.json +1 -1
- package/dist/transaction.schema-182a7cde.esm.js +35 -0
- package/dist/transaction.schema-8d4a52aa.cjs.dev.js +56 -0
- package/dist/transaction.schema-d0304150.cjs.prod.js +56 -0
- 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 +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
- package/dist/transaction.schema-009d03d6.cjs.dev.js +0 -40
- package/dist/transaction.schema-309817d0.cjs.prod.js +0 -40
- package/dist/transaction.schema-86683e90.esm.js +0 -25
|
@@ -1245,7 +1245,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1245
1245
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1246
1246
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
1247
1247
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1248
|
-
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
1248
|
+
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
|
|
1249
1249
|
objectId: z.ZodString;
|
|
1250
1250
|
name: z.ZodString;
|
|
1251
1251
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
|
|
@@ -1287,7 +1287,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1287
1287
|
};
|
|
1288
1288
|
executionId: string;
|
|
1289
1289
|
scenarioId: string;
|
|
1290
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1290
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1291
1291
|
objectId: string;
|
|
1292
1292
|
address?: string | null | undefined;
|
|
1293
1293
|
}, {
|
|
@@ -1301,7 +1301,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1301
1301
|
};
|
|
1302
1302
|
executionId: string;
|
|
1303
1303
|
scenarioId: string;
|
|
1304
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1304
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1305
1305
|
objectId: string;
|
|
1306
1306
|
address?: string | null | undefined;
|
|
1307
1307
|
}>, "many">, "many">>;
|
|
@@ -1320,7 +1320,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1320
1320
|
};
|
|
1321
1321
|
executionId: string;
|
|
1322
1322
|
scenarioId: string;
|
|
1323
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1323
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1324
1324
|
objectId: string;
|
|
1325
1325
|
address?: string | null | undefined;
|
|
1326
1326
|
}[][] | undefined;
|
|
@@ -1339,7 +1339,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1339
1339
|
};
|
|
1340
1340
|
executionId: string;
|
|
1341
1341
|
scenarioId: string;
|
|
1342
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1342
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1343
1343
|
objectId: string;
|
|
1344
1344
|
address?: string | null | undefined;
|
|
1345
1345
|
}[][] | undefined;
|
|
@@ -1361,7 +1361,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1361
1361
|
};
|
|
1362
1362
|
executionId: string;
|
|
1363
1363
|
scenarioId: string;
|
|
1364
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1364
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1365
1365
|
objectId: string;
|
|
1366
1366
|
address?: string | null | undefined;
|
|
1367
1367
|
}[][] | undefined;
|
|
@@ -1383,7 +1383,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1383
1383
|
};
|
|
1384
1384
|
executionId: string;
|
|
1385
1385
|
scenarioId: string;
|
|
1386
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1386
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1387
1387
|
objectId: string;
|
|
1388
1388
|
address?: string | null | undefined;
|
|
1389
1389
|
}[][] | undefined;
|
|
@@ -1934,7 +1934,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1934
1934
|
};
|
|
1935
1935
|
executionId: string;
|
|
1936
1936
|
scenarioId: string;
|
|
1937
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1937
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1938
1938
|
objectId: string;
|
|
1939
1939
|
address?: string | null | undefined;
|
|
1940
1940
|
}[][] | undefined;
|
|
@@ -2027,7 +2027,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2027
2027
|
};
|
|
2028
2028
|
executionId: string;
|
|
2029
2029
|
scenarioId: string;
|
|
2030
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
2030
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
2031
2031
|
objectId: string;
|
|
2032
2032
|
address?: string | null | undefined;
|
|
2033
2033
|
}[][] | undefined;
|
|
@@ -599,7 +599,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
599
599
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
600
600
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
601
601
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
602
|
-
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
602
|
+
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
|
|
603
603
|
objectId: z.ZodString;
|
|
604
604
|
name: z.ZodString;
|
|
605
605
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
|
|
@@ -641,7 +641,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
641
641
|
};
|
|
642
642
|
executionId: string;
|
|
643
643
|
scenarioId: string;
|
|
644
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
644
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
645
645
|
objectId: string;
|
|
646
646
|
address?: string | null | undefined;
|
|
647
647
|
}, {
|
|
@@ -655,7 +655,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
655
655
|
};
|
|
656
656
|
executionId: string;
|
|
657
657
|
scenarioId: string;
|
|
658
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
658
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
659
659
|
objectId: string;
|
|
660
660
|
address?: string | null | undefined;
|
|
661
661
|
}>, "many">, "many">>;
|
|
@@ -674,7 +674,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
674
674
|
};
|
|
675
675
|
executionId: string;
|
|
676
676
|
scenarioId: string;
|
|
677
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
677
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
678
678
|
objectId: string;
|
|
679
679
|
address?: string | null | undefined;
|
|
680
680
|
}[][] | undefined;
|
|
@@ -693,7 +693,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
693
693
|
};
|
|
694
694
|
executionId: string;
|
|
695
695
|
scenarioId: string;
|
|
696
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
696
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
697
697
|
objectId: string;
|
|
698
698
|
address?: string | null | undefined;
|
|
699
699
|
}[][] | undefined;
|
|
@@ -715,7 +715,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
715
715
|
};
|
|
716
716
|
executionId: string;
|
|
717
717
|
scenarioId: string;
|
|
718
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
718
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
719
719
|
objectId: string;
|
|
720
720
|
address?: string | null | undefined;
|
|
721
721
|
}[][] | undefined;
|
|
@@ -737,7 +737,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
737
737
|
};
|
|
738
738
|
executionId: string;
|
|
739
739
|
scenarioId: string;
|
|
740
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
740
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
741
741
|
objectId: string;
|
|
742
742
|
address?: string | null | undefined;
|
|
743
743
|
}[][] | undefined;
|
|
@@ -1288,7 +1288,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1288
1288
|
};
|
|
1289
1289
|
executionId: string;
|
|
1290
1290
|
scenarioId: string;
|
|
1291
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1291
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1292
1292
|
objectId: string;
|
|
1293
1293
|
address?: string | null | undefined;
|
|
1294
1294
|
}[][] | undefined;
|
|
@@ -1382,7 +1382,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1382
1382
|
};
|
|
1383
1383
|
executionId: string;
|
|
1384
1384
|
scenarioId: string;
|
|
1385
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
1385
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
1386
1386
|
objectId: string;
|
|
1387
1387
|
address?: string | null | undefined;
|
|
1388
1388
|
}[][] | undefined;
|
|
@@ -8,7 +8,10 @@ export declare const ChallengePrefix = "challenge";
|
|
|
8
8
|
export declare const TestPrefix = "test";
|
|
9
9
|
export declare const CustomerScreeningPrefix = "cstscr";
|
|
10
10
|
export declare const TagPrefix = "tag";
|
|
11
|
+
export declare const TagsToTransactionReviewsPrefix = "ttxr";
|
|
12
|
+
export declare const TransactionAddressesPrefix = "txa";
|
|
11
13
|
export declare const TransactionPrefix = "tx";
|
|
14
|
+
export declare const TransactionFeesPrefix = "txf";
|
|
12
15
|
export declare const TransactionReviewPrefix = "txrev";
|
|
13
16
|
export declare const TransactionPartiesPrefix = "txpar";
|
|
14
17
|
export declare const TransactionInfosPrefix = "txi";
|
|
@@ -34,7 +37,10 @@ export type ActionPrefix = typeof ActionPrefix;
|
|
|
34
37
|
export type ScenarioPrefix = typeof ScenarioPrefix;
|
|
35
38
|
export type ListPrefix = typeof ListPrefix;
|
|
36
39
|
export type QueryPrefix = typeof QueryPrefix;
|
|
40
|
+
export type TagsToTransactionReviewsPrefix = typeof TagsToTransactionReviewsPrefix;
|
|
41
|
+
export type TransactionAddressesPrefix = typeof TransactionAddressesPrefix;
|
|
37
42
|
export type TransactionPrefix = typeof TransactionPrefix;
|
|
43
|
+
export type TransactionFeesPrefix = typeof TransactionFeesPrefix;
|
|
38
44
|
export type TransactionReviewPrefix = typeof TransactionReviewPrefix;
|
|
39
45
|
export type TransactionPartiesPrefix = typeof TransactionPartiesPrefix;
|
|
40
46
|
export type TransactionInfosPrefix = typeof TransactionInfosPrefix;
|
|
@@ -53,7 +59,10 @@ export type TestId = `${TestPrefix}_${string}`;
|
|
|
53
59
|
export type CustomerScreeningId = `${CustomerScreeningPrefix}_${string}`;
|
|
54
60
|
export type TagId = `${TagPrefix}_${string}`;
|
|
55
61
|
export type ActionId = `${ActionPrefix}_${string}`;
|
|
62
|
+
export type TagsToTransactionReviewsId = `${TagsToTransactionReviewsPrefix}_${string}`;
|
|
63
|
+
export type TransactionAddressesId = `${TransactionAddressesPrefix}_${string}`;
|
|
56
64
|
export type TransactionId = `${TransactionPrefix}_${string}`;
|
|
65
|
+
export type TransactionFeesId = `${TransactionFeesPrefix}_${string}`;
|
|
57
66
|
export type TransactionReviewId = `${TransactionReviewPrefix}_${string}`;
|
|
58
67
|
export type TransactionPartiesId = `${TransactionPartiesPrefix}_${string}`;
|
|
59
68
|
export type TransactionInfosId = `${TransactionInfosPrefix}_${string}`;
|
|
@@ -65,7 +74,7 @@ export type InstitutionExtractedInfosId = `${InstitutionExtractedInfosPrefix}_${
|
|
|
65
74
|
export type ScenarioId = `${ScenarioPrefix}_${string}`;
|
|
66
75
|
export type ListId = `${ListPrefix}_${string}`;
|
|
67
76
|
export type QueryId = `${QueryPrefix}_${string}`;
|
|
68
|
-
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | ScenarioId | ListId | QueryId | ActionId | TagId | TransactionId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
77
|
+
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
69
78
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
70
79
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
71
80
|
export declare const EmailId: z.ZodType<`email_${string}`, z.ZodTypeDef, `email_${string}`>;
|
|
@@ -76,7 +85,10 @@ export declare const TestId: z.ZodType<`test_${string}`, z.ZodTypeDef, `test_${s
|
|
|
76
85
|
export declare const CustomerScreeningId: z.ZodType<`cstscr_${string}`, z.ZodTypeDef, `cstscr_${string}`>;
|
|
77
86
|
export declare const TagId: z.ZodType<`tag_${string}`, z.ZodTypeDef, `tag_${string}`>;
|
|
78
87
|
export declare const ActionId: z.ZodType<`action_${string}`, z.ZodTypeDef, `action_${string}`>;
|
|
88
|
+
export declare const TagsToTransactionReviewsId: z.ZodType<`ttxr_${string}`, z.ZodTypeDef, `ttxr_${string}`>;
|
|
89
|
+
export declare const TransactionAddressesId: z.ZodType<`txa_${string}`, z.ZodTypeDef, `txa_${string}`>;
|
|
79
90
|
export declare const TransactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
|
|
91
|
+
export declare const TransactionFeesId: z.ZodType<`txf_${string}`, z.ZodTypeDef, `txf_${string}`>;
|
|
80
92
|
export declare const TransactionReviewId: z.ZodType<`txrev_${string}`, z.ZodTypeDef, `txrev_${string}`>;
|
|
81
93
|
export declare const TransactionPartiesId: z.ZodType<`txpar_${string}`, z.ZodTypeDef, `txpar_${string}`>;
|
|
82
94
|
export declare const TransactionInfosId: z.ZodType<`txi_${string}`, z.ZodTypeDef, `txi_${string}`>;
|
|
@@ -88,7 +100,7 @@ export declare const InstitutionExtractedInfosId: z.ZodType<`insei_${string}`, z
|
|
|
88
100
|
export declare const ScenarioId: z.ZodType<`scenario_${string}`, z.ZodTypeDef, `scenario_${string}`>;
|
|
89
101
|
export declare const ListId: z.ZodType<`list_${string}`, z.ZodTypeDef, `list_${string}`>;
|
|
90
102
|
export declare const QueryId: z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>;
|
|
91
|
-
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 | ScenarioPrefix | ListPrefix | QueryPrefix | ActionPrefix) => `${T}_${string}`;
|
|
103
|
+
export declare const generateId: <T extends string>(type: StoragePrefix | IdentityPrefix | EmailPrefix | WalletPrefix | AppPrefix | ChallengePrefix | TestPrefix | CustomerScreeningPrefix | TagPrefix | TagsToTransactionReviewsPrefix | TransactionAddressesPrefix | TransactionPrefix | TransactionFeesPrefix | TransactionReviewPrefix | TransactionPartiesPrefix | TransactionInfosPrefix | TransactionExtractedInfosPrefix | TransactionMethodsPrefix | TransactionMethodExtractedInfosPrefix | InstitutionPrefix | InstitutionExtractedInfosPrefix | ScenarioPrefix | ListPrefix | QueryPrefix | ActionPrefix) => `${T}_${string}`;
|
|
92
104
|
export declare const MemberId: z.ZodString;
|
|
93
105
|
export type MemberId = z.infer<typeof MemberId>;
|
|
94
106
|
//# 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":"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"}
|
|
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,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;AAG/B,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,QAAQ,CAAC;AAChD,eAAO,MAAM,iBAAiB,OAAO,CAAC;AACtC,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;AAGvD,eAAO,MAAM,cAAc,aAAa,CAAC;AACzC,eAAO,MAAM,UAAU,SAAS,CAAC;AACjC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,YAAY,WAAW,CAAC;AAIrC,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;AAG/C,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,8BAA8B,GACxC,OAAO,8BAA8B,CAAC;AACxC,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC;AAC3E,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC;AACzD,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;AAIzC,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;AAGnD,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,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;AAEjD,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;AAEjD,eAAO,MAAM,qBAAqB,GAAI,CAAC,SAAS,MAAM,SAEhD,SAAS,GACT,UAAU,GACV,OAAO,GACP,QAAQ,GACR,KAAK,GACL,WAAW,GACX,MAAM,GACN,mBAAmB,GACnB,UAAU,GACV,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,0BAA0B,GAC1B,sBAAsB,GACtB,aAAa,GACb,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,2BAA2B,GAC3B,oBAAoB,GACpB,iCAAiC,GACjC,aAAa,GACb,2BAA2B,kCAWhC,CAAC;AAIF,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,0BAA0B,6DAGpC,CAAC;AACJ,eAAO,MAAM,sBAAsB,2DAGhC,CAAC;AACJ,eAAO,MAAM,aAAa,yDAEzB,CAAC;AACF,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;AAEJ,eAAO,MAAM,UAAU,qEAEtB,CAAC;AACF,eAAO,MAAM,MAAM,6DAAkD,CAAC;AACtE,eAAO,MAAM,OAAO,+DAAoD,CAAC;AAEzE,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,MAAM,QAErC,aAAa,GACb,cAAc,GACd,WAAW,GACX,YAAY,GACZ,SAAS,GACT,eAAe,GACf,UAAU,GACV,uBAAuB,GACvB,SAAS,GACT,8BAA8B,GAC9B,0BAA0B,GAC1B,iBAAiB,GACjB,qBAAqB,GACrB,uBAAuB,GACvB,wBAAwB,GACxB,sBAAsB,GACtB,+BAA+B,GAC/B,wBAAwB,GACxB,qCAAqC,GACrC,iBAAiB,GACjB,+BAA+B,GAC/B,cAAc,GACd,UAAU,GACV,WAAW,GACX,YAAY,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"}
|
|
@@ -43,7 +43,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
43
43
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
44
44
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
45
45
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
46
|
-
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
46
|
+
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
|
|
47
47
|
objectId: z.ZodString;
|
|
48
48
|
name: z.ZodString;
|
|
49
49
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
|
|
@@ -85,7 +85,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
85
85
|
};
|
|
86
86
|
executionId: string;
|
|
87
87
|
scenarioId: string;
|
|
88
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
88
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
89
89
|
objectId: string;
|
|
90
90
|
address?: string | null | undefined;
|
|
91
91
|
}, {
|
|
@@ -99,7 +99,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
99
99
|
};
|
|
100
100
|
executionId: string;
|
|
101
101
|
scenarioId: string;
|
|
102
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
102
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
103
103
|
objectId: string;
|
|
104
104
|
address?: string | null | undefined;
|
|
105
105
|
}>, "many">, "many">>;
|
|
@@ -118,7 +118,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
118
118
|
};
|
|
119
119
|
executionId: string;
|
|
120
120
|
scenarioId: string;
|
|
121
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
121
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
122
122
|
objectId: string;
|
|
123
123
|
address?: string | null | undefined;
|
|
124
124
|
}[][] | undefined;
|
|
@@ -137,7 +137,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
137
137
|
};
|
|
138
138
|
executionId: string;
|
|
139
139
|
scenarioId: string;
|
|
140
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
140
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
141
141
|
objectId: string;
|
|
142
142
|
address?: string | null | undefined;
|
|
143
143
|
}[][] | undefined;
|
|
@@ -175,7 +175,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
175
175
|
};
|
|
176
176
|
executionId: string;
|
|
177
177
|
scenarioId: string;
|
|
178
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
178
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
179
179
|
objectId: string;
|
|
180
180
|
address?: string | null | undefined;
|
|
181
181
|
}[][] | undefined;
|
|
@@ -212,7 +212,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
212
212
|
};
|
|
213
213
|
executionId: string;
|
|
214
214
|
scenarioId: string;
|
|
215
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
215
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
216
216
|
objectId: string;
|
|
217
217
|
address?: string | null | undefined;
|
|
218
218
|
}[][] | undefined;
|
|
@@ -267,7 +267,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
267
267
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
268
268
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
269
269
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
270
|
-
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
270
|
+
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
|
|
271
271
|
objectId: z.ZodString;
|
|
272
272
|
name: z.ZodString;
|
|
273
273
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
|
|
@@ -309,7 +309,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
309
309
|
};
|
|
310
310
|
executionId: string;
|
|
311
311
|
scenarioId: string;
|
|
312
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
312
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
313
313
|
objectId: string;
|
|
314
314
|
address?: string | null | undefined;
|
|
315
315
|
}, {
|
|
@@ -323,7 +323,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
323
323
|
};
|
|
324
324
|
executionId: string;
|
|
325
325
|
scenarioId: string;
|
|
326
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
326
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
327
327
|
objectId: string;
|
|
328
328
|
address?: string | null | undefined;
|
|
329
329
|
}>, "many">, "many">>;
|
|
@@ -342,7 +342,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
342
342
|
};
|
|
343
343
|
executionId: string;
|
|
344
344
|
scenarioId: string;
|
|
345
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
345
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
346
346
|
objectId: string;
|
|
347
347
|
address?: string | null | undefined;
|
|
348
348
|
}[][] | undefined;
|
|
@@ -361,7 +361,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
361
361
|
};
|
|
362
362
|
executionId: string;
|
|
363
363
|
scenarioId: string;
|
|
364
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
364
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
365
365
|
objectId: string;
|
|
366
366
|
address?: string | null | undefined;
|
|
367
367
|
}[][] | undefined;
|
|
@@ -437,7 +437,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
437
437
|
};
|
|
438
438
|
executionId: string;
|
|
439
439
|
scenarioId: string;
|
|
440
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
440
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
441
441
|
objectId: string;
|
|
442
442
|
address?: string | null | undefined;
|
|
443
443
|
}[][] | undefined;
|
|
@@ -486,7 +486,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
486
486
|
};
|
|
487
487
|
executionId: string;
|
|
488
488
|
scenarioId: string;
|
|
489
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
489
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
490
490
|
objectId: string;
|
|
491
491
|
address?: string | null | undefined;
|
|
492
492
|
}[][] | undefined;
|
|
@@ -724,7 +724,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
724
724
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
725
725
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
726
726
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
727
|
-
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
|
|
727
|
+
objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
|
|
728
728
|
objectId: z.ZodString;
|
|
729
729
|
name: z.ZodString;
|
|
730
730
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
|
|
@@ -766,7 +766,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
766
766
|
};
|
|
767
767
|
executionId: string;
|
|
768
768
|
scenarioId: string;
|
|
769
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
769
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
770
770
|
objectId: string;
|
|
771
771
|
address?: string | null | undefined;
|
|
772
772
|
}, {
|
|
@@ -780,7 +780,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
780
780
|
};
|
|
781
781
|
executionId: string;
|
|
782
782
|
scenarioId: string;
|
|
783
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
783
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
784
784
|
objectId: string;
|
|
785
785
|
address?: string | null | undefined;
|
|
786
786
|
}>, "many">, "many">>;
|
|
@@ -799,7 +799,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
799
799
|
};
|
|
800
800
|
executionId: string;
|
|
801
801
|
scenarioId: string;
|
|
802
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
802
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
803
803
|
objectId: string;
|
|
804
804
|
address?: string | null | undefined;
|
|
805
805
|
}[][] | undefined;
|
|
@@ -818,7 +818,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
818
818
|
};
|
|
819
819
|
executionId: string;
|
|
820
820
|
scenarioId: string;
|
|
821
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
821
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
822
822
|
objectId: string;
|
|
823
823
|
address?: string | null | undefined;
|
|
824
824
|
}[][] | undefined;
|
|
@@ -911,7 +911,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
911
911
|
};
|
|
912
912
|
executionId: string;
|
|
913
913
|
scenarioId: string;
|
|
914
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
914
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
915
915
|
objectId: string;
|
|
916
916
|
address?: string | null | undefined;
|
|
917
917
|
}[][] | undefined;
|
|
@@ -966,7 +966,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
966
966
|
};
|
|
967
967
|
executionId: string;
|
|
968
968
|
scenarioId: string;
|
|
969
|
-
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
|
|
969
|
+
objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
|
|
970
970
|
objectId: string;
|
|
971
971
|
address?: string | null | undefined;
|
|
972
972
|
}[][] | undefined;
|