@nexeraid/identity-schemas 2.3.27-dev → 2.3.29-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-4a2cc1a8.cjs.dev.js → customers.schema-6f4f36b2.cjs.dev.js} +1 -1
- package/dist/{customers.schema-82dfa9fd.cjs.prod.js → customers.schema-755ab5d6.cjs.prod.js} +1 -1
- package/dist/{customers.schema-2a6a70d5.esm.js → customers.schema-8a412cc1.esm.js} +1 -1
- package/dist/declarations/src/config.schema.d.ts +0 -1
- package/dist/declarations/src/config.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/providers/kyc-sessions.schema.d.ts +21 -21
- package/dist/{frontend-utilities.schema-d4d6374c.cjs.prod.js → frontend-utilities.schema-38646e0e.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-8b213997.esm.js → frontend-utilities.schema-43cd42c8.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-9ce4190b.cjs.dev.js → frontend-utilities.schema-4d763cdf.cjs.dev.js} +1 -1
- package/dist/{identity-api.schema-d1954107.esm.js → identity-api.schema-7cc61f9c.esm.js} +2 -5
- package/dist/{identity-api.schema-a16ec830.cjs.dev.js → identity-api.schema-939151b3.cjs.dev.js} +1 -5
- package/dist/{identity-api.schema-f103ebd9.cjs.prod.js → identity-api.schema-a2b5a400.cjs.prod.js} +1 -5
- package/dist/nexeraid-identity-schemas.cjs.dev.js +2 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.js +2 -3
- 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
|
@@ -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;
|
|
@@ -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;
|
package/dist/{frontend-utilities.schema-8b213997.esm.js → frontend-utilities.schema-43cd42c8.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { dj as SupportedType, eL as _toConsumableArray, d8 as ARRAY_OPERATORS, de as BOOLEAN_OPERATORS, dc as NUMERIC_OPERATORS, da as STRING_OPERATORS } from './identity-api.schema-7cc61f9c.esm.js';
|
|
2
2
|
|
|
3
3
|
var VC_JSON_SCHEMA_MAP = {
|
|
4
4
|
ProofOfResidence: {
|
|
@@ -289,9 +289,6 @@ var BLOCKCHAIN_NAMESPACE_TO_NAME = {
|
|
|
289
289
|
solana: "Solana",
|
|
290
290
|
cardano: "Cardano"
|
|
291
291
|
};
|
|
292
|
-
var coerceBoolean = z["enum"](["0", "1", "true", "false"])["catch"]("false").transform(function (value) {
|
|
293
|
-
return value == "true" || value == "1";
|
|
294
|
-
});
|
|
295
292
|
var ENVS = ["cicd", "local", "test-dev-1", "test-dev-2", "dev", "stage", "prod"];
|
|
296
293
|
var EnvironmentSchema = z["enum"](ENVS);
|
|
297
294
|
var UuidString = z.string().uuid();
|
|
@@ -2244,7 +2241,7 @@ var Web2CreateSessionParams = z.object({
|
|
|
2244
2241
|
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
2245
2242
|
});
|
|
2246
2243
|
|
|
2247
|
-
var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
|
|
2244
|
+
var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
|
|
2248
2245
|
var ScenarioType = z["enum"](ScenarioTypes);
|
|
2249
2246
|
var ScenarioStatuses = ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
|
|
2250
2247
|
var ScenarioStatus = z["enum"](ScenarioStatuses);
|
|
@@ -3339,4 +3336,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
|
|
|
3339
3336
|
blockchainId: BlockchainId.optional()
|
|
3340
3337
|
}));
|
|
3341
3338
|
|
|
3342
|
-
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, ScenarioPrefix as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerOnboardingLevel as aA, CustomerStatuses as aB, CustomerStatus as aC, BasicCustomerContactInformation as aD, CUSTOMERS_CHARTS as aE, CustomersChartType as aF, CUSTOMER_TABLE_COLUMNS as aG, CustomerTableColumn as aH, CUSTOMER_AUTOMATION_REASONS as aI, StoragePrefix as aJ, IdentityPrefix as aK, EmailPrefix as aL, WalletPrefix as aM, AppPrefix as aN, ChallengePrefix as aO, TestPrefix as aP, CustomerScreeningPrefix as aQ, TagPrefix as aR, TransactionPrefix as aS, TransactionReviewPrefix as aT, TransactionPartiesPrefix as aU, TransactionInfosPrefix as aV, TransactionExtractedInfosPrefix as aW, TransactionMethodsPrefix as aX, TransactionMethodExtractedInfosPrefix as aY, InstitutionPrefix as aZ, InstitutionExtractedInfosPrefix as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, IpAddress as aj, ISO3CountryCode as ak, ALPHA_2_COUNTRIES as al, Alpha2Country as am, countryISO3toISO2Mapping as an, countryISO2toISO3Mapping as ao, isoCountriesNameFromISO2 as ap, parseISO3CountryCode as aq, RiskScoreTypes as ar, RiskScoreType as as, CustomerTypes as at, CustomerType as au, KycOnboardingLevels as av, KycOnboardingLevel as aw, KybOnboardingLevels as ax, KybOnboardingLevel as ay, CustomerOnboardingLevels as az, NEXERA_COSMOS_CHAINS as b, OpaChallengeQueryResponse as b$, ListPrefix as b0, QueryPrefix as b1, ActionPrefix as b2, createBrandedSchemaId as b3, StorageId as b4, IdentityId as b5, EmailId as b6, WalletId as b7, AppId as b8, ChallengeId as b9, ScenarioExecutionData as bA, ScenarioExecutionNotification as bB, IsVerifiedNotification as bC, PolygonIdInitialized as bD, OcvSdkInitialized as bE, StartCompletedNotification as bF, IdentityNotificationMessage as bG, InitialDataRequest as bH, SignatureRequest as bI, TransactionData as bJ, SendTransactionRequest as bK, IdentityRequestMessage as bL, AVAILABLE_FLOWS as bM, AvailableFlow as bN, DataAvailableOnStart as bO, InitialDataResponse as bP, SignatureResponse as bQ, TransactionResponse as bR, HostResponseMessage as bS, ChallengeQueryOperators as bT, CHALLENGE_QUERY_OPERATORS as bU, ChallengeQueryOperator as bV, OperatorToChallengeQueryOperator as bW, ChallengeQueryOperatorToOperator as bX, ChallengeQuerySchema as bY, ExecuteChallengeQueryInput as bZ, ExecuteChallengeQueryConfig as b_, TestId as ba, CustomerScreeningId as bb, TagId as bc, ActionId as bd, TransactionId as be, TransactionReviewId as bf, TransactionPartiesId as bg, TransactionInfosId as bh, TransactionExtractedInfosId as bi, TransactionMethodsId as bj, TransactionMethodExtractedInfosId as bk, InstitutionId as bl, InstitutionExtractedInfosId as bm, ScenarioId as bn, ListId as bo, QueryId as bp, generateId as bq, MemberId as br, ScenarioAuthorizationData as bs, SdkVerificationResponseSchema as bt, CloseScreenNotification as bu, KycCompletionData as bv, KycCompletionNotification as bw, RuleEngineScenarioExecutionData as bx, OffChainScenarioExecutionData as by, OnChainScenarioExecutionData as bz, NEXERA_STARKNET_CHAINS as c, AuthQrCodeData as c$, ExecuteChallengeQueryResponse as c0, OPAChallengeQuery as c1, OffChainZKPRuleResult as c2, SdkVerificationOutput as c3, VerificationSessionStatuses as c4, VerificationSessionStatus as c5, VerificationOutput as c6, ScenarioTypes as c7, ScenarioType as c8, ScenarioStatuses as c9, ChallengeResponse as cA, WalletSignResponse as cB, TxAuthDataSignatureGatingRequest as cC, GetCustomerStatusRequest as cD, IdentitySdkMessage as cE, IdentitySdkMessageWithIdentifier as cF, TxAuthDataSignatureResponse as cG, GetCustomerStatusResponse as cH, IdentityAppMessage as cI, IdentityWallet as cJ, HostMessage as cK, IdentityMessage as cL, RequiredDataRowSchema as cM, RequiredVerificationData as cN, MediaType as cO, MediaTypePID as cP, CIRCUIT_IDS as cQ, CircuitId as cR, ZeroKnowledgeProofRequest as cS, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cT, AuthorizationRequestMessageTypes as cU, AuthorizationRequestMessageType as cV, AuthorizationRequestMessage as cW, ProofData as cX, ZeroKnowledgeProofResponse as cY, AuthorizationResponseMessage as cZ, CredentialQrCodeData as c_, ScenarioStatus as ca, RuleEngineResponse as cb, ScenarioExecutionResponse as cc, RuleResultStatuses as cd, RuleResultStatus as ce, RuleResultStatusLabels as cf, ComplianceImplementationStepsInput as cg, SimplifiedCredential as ch, GetCredentialsRequest as ci, GetCredentialsResponse as cj, PolygonIdRequestData as ck, PolygonIdRequest as cl, PolygonIdResponseData as cm, PolygonIdResponse as cn, StartFlowRequest as co, IsVerifiedRequest as cp, IsVerifiedResponse as cq, GetTxAuthSigRequest as cr, GetTxAuthSigResponse as cs, GetTxAuthSigRequestTezos as ct, GetTxAuthSigResponseTezos as cu, HostRequestMessage as cv, IdentityResponseMessage as cw, GenerateWalletChallengeRequest as cx, AuthSession as cy, AuthSessionData as cz, NEXERA_EVM_CHAIN_NAMES as d, OnChainZKPPayload as d$, QrCodeLinkWithSchemaType as d0, parseIden3Message as d1, parseSessionIdFromUrl as d2, AllCredentialAttributes as d3, AllCredentialValues as d4, OPERATORS as d5, Operator as d6, ZKPOperator as d7, operatorDisplayMap as d8, ARRAY_OPERATORS as d9, DeleteQueryConfigurationResponse as dA, QueryCredentialTypes as dB, QueryCredentialType as dC, TxAuthInput as dD, ApiTxAuthInput as dE, TxSignatureResponse as dF, GetTxAuthDataSignatureResponse as dG, TezosTxAuthInput as dH, ApiTezosTxAuthInput as dI, TezosTxSignatureResponse as dJ, GetTezosTxAuthDataSignatureResponse as dK, ExtendedTxAuthInput as dL, ExtendedTezosTxAuthInput as dM, AnyTxAuthInput as dN, ExtendedTxAuthDataSignatureResponse as dO, ExtendedTezosTxAuthDataSignatureResponse as dP, AnyTxAuthDataSignatureResponse as dQ, ZKPRequest as dR, ZKPRequestFromZKVerifier as dS, OffChainZKP as dT, CreateAuthRequestProps as dU, CreateZKProofRequestProps as dV, AllScenarioExecutionAuthorizationData as dW, ProjectAuthorizationData as dX, OnChainZKP as dY, OnChainZKPFromNexeraID as dZ, OnChainZKPScenarioFromCms as d_, ArrayOperator as da, STRING_OPERATORS as db, StringOperator as dc, NUMERIC_OPERATORS as dd, NumericOperator as de, BOOLEAN_OPERATORS as df, BooleanOperator as dg, DATE_OPERATORS as dh, DateOperator as di, SUPPORTED_TYPES as dj, SupportedType as dk, SupportedTypes as dl, IDInformation as dm, QueryConfig as dn, QueryType as dp, QueryConfigSimplified as dq, PartialQueryConfigSimplified as dr, QueryConfigSimplifiedParsed as ds, QueryConfiguration as dt, NonParsedQueryConfiguration as du, CreateQueryConfigurationInput as dv, CreateQueryConfigurationResponse as dw, UpdateQueryConfigurationInput as dx, UpdateQueryConfigurationResponse as dy, DeleteQueryConfigurationInput as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, SCENARIO_AUTHORIZATION_STATUSES as e0, ScenarioAuthorizationStatus as e1, WalletSignatureResponse as e2, VerifyWalletChallengeRequest as e3, FLOW_TYPES as e4, FlowType as e5, VerificationModes as e6, VerificationMode as e7, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as e8, IdentityDocumentCountryListOption as e9, IDInformationCredentialSubjectSchema as eA, IDImageCredentialSubjectSchema as eB, SelfieImageCredentialSubjectSchema as eC, ProofOfResidenceCredentialSubjectSchema as eD, GenericVerifiableCredentialSchema as eE, CredentialSchemas as eF, CredentialNames as eG, NexeraCredentialType as eH, getCredentialName as eI, CredentialType as eJ, VerifiableCredential as eK, CredentialMediaType as eL, _toConsumableArray as eM, _toArray as eN, _arrayWithHoles as eO, _unsupportedIterableToArray as eP, _nonIterableRest as eQ, _defineProperty as eR, IDENTITY_DOCUMENT_OPTIONS as ea, IdentityDocumentOptionsType as eb, PERSONAL_INFORMATION_FIELDS as ec, PersonalInformationFieldsIdentityDocuments as ed, Identifier as ee, AdditionalCustomerInformationParams as ef, OrganizationId as eg, WorkspaceId as eh, WorkflowId as ei, CustomerId as ej, IdentityWidgetAccessToken as ek, ExternalCustomerId as el, IdentityAppV2Web3JWT as em, IdentityAppV2Web2JWT as en, IdentityWidgetAccessToken_NEW as eo, IdentityWidgetSessionToken as ep, Web2CreateSessionParams as eq, ID3CredentialSubjectSchema as er, IDScanCredentialSubjectSchema as es, IDScanPassportCredentialSubjectSchema as et, IDScanSelfieCredentialSubjectSchema as eu, OLD_IDImageCredentialSubjectSchema as ev, OLD_IDInformationCredentialSubjectSchema as ew, OLD_ProofOfResidenceCredentialSubjectSchema as ex, OLD_SelfieImageCredentialSubjectSchema as ey, OLD_AMLScreeningsResultsCredentialSubjectSchema as ez, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
|
|
3339
|
+
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, ListPrefix as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, StoragePrefix as aI, IdentityPrefix as aJ, EmailPrefix as aK, WalletPrefix as aL, AppPrefix as aM, ChallengePrefix as aN, TestPrefix as aO, CustomerScreeningPrefix as aP, TagPrefix as aQ, TransactionPrefix as aR, TransactionReviewPrefix as aS, TransactionPartiesPrefix as aT, TransactionInfosPrefix as aU, TransactionExtractedInfosPrefix as aV, TransactionMethodsPrefix as aW, TransactionMethodExtractedInfosPrefix as aX, InstitutionPrefix as aY, InstitutionExtractedInfosPrefix as aZ, ScenarioPrefix as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, ENVS as ab, EnvironmentSchema as ac, UuidString as ad, OtpCode as ae, ZodParse as af, shortBlockchainAddress as ag, PUBLIC_SERVICES_SCHEMA_MAP as ah, IpAddress as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, ExecuteChallengeQueryResponse as b$, QueryPrefix as b0, ActionPrefix as b1, createBrandedSchemaId as b2, StorageId as b3, IdentityId as b4, EmailId as b5, WalletId as b6, AppId as b7, ChallengeId as b8, TestId as b9, ScenarioExecutionNotification as bA, IsVerifiedNotification as bB, PolygonIdInitialized as bC, OcvSdkInitialized as bD, StartCompletedNotification as bE, IdentityNotificationMessage as bF, InitialDataRequest as bG, SignatureRequest as bH, TransactionData as bI, SendTransactionRequest as bJ, IdentityRequestMessage as bK, AVAILABLE_FLOWS as bL, AvailableFlow as bM, DataAvailableOnStart as bN, InitialDataResponse as bO, SignatureResponse as bP, TransactionResponse as bQ, HostResponseMessage as bR, ChallengeQueryOperators as bS, CHALLENGE_QUERY_OPERATORS as bT, ChallengeQueryOperator as bU, OperatorToChallengeQueryOperator as bV, ChallengeQueryOperatorToOperator as bW, ChallengeQuerySchema as bX, ExecuteChallengeQueryInput as bY, ExecuteChallengeQueryConfig as bZ, OpaChallengeQueryResponse as b_, CustomerScreeningId as ba, TagId as bb, ActionId as bc, TransactionId as bd, TransactionReviewId as be, TransactionPartiesId as bf, TransactionInfosId as bg, TransactionExtractedInfosId as bh, TransactionMethodsId as bi, TransactionMethodExtractedInfosId as bj, InstitutionId as bk, InstitutionExtractedInfosId as bl, ScenarioId as bm, ListId as bn, QueryId as bo, generateId as bp, MemberId as bq, ScenarioAuthorizationData as br, SdkVerificationResponseSchema as bs, CloseScreenNotification as bt, KycCompletionData as bu, KycCompletionNotification as bv, RuleEngineScenarioExecutionData as bw, OffChainScenarioExecutionData as bx, OnChainScenarioExecutionData as by, ScenarioExecutionData as bz, NEXERA_STARKNET_CHAINS as c, QrCodeLinkWithSchemaType as c$, OPAChallengeQuery as c0, OffChainZKPRuleResult as c1, SdkVerificationOutput as c2, VerificationSessionStatuses as c3, VerificationSessionStatus as c4, VerificationOutput as c5, ScenarioTypes as c6, ScenarioType as c7, ScenarioStatuses as c8, ScenarioStatus as c9, WalletSignResponse as cA, TxAuthDataSignatureGatingRequest as cB, GetCustomerStatusRequest as cC, IdentitySdkMessage as cD, IdentitySdkMessageWithIdentifier as cE, TxAuthDataSignatureResponse as cF, GetCustomerStatusResponse as cG, IdentityAppMessage as cH, IdentityWallet as cI, HostMessage as cJ, IdentityMessage as cK, RequiredDataRowSchema as cL, RequiredVerificationData as cM, MediaType as cN, MediaTypePID as cO, CIRCUIT_IDS as cP, CircuitId as cQ, ZeroKnowledgeProofRequest as cR, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cS, AuthorizationRequestMessageTypes as cT, AuthorizationRequestMessageType as cU, AuthorizationRequestMessage as cV, ProofData as cW, ZeroKnowledgeProofResponse as cX, AuthorizationResponseMessage as cY, CredentialQrCodeData as cZ, AuthQrCodeData as c_, RuleEngineResponse as ca, ScenarioExecutionResponse as cb, RuleResultStatuses as cc, RuleResultStatus as cd, RuleResultStatusLabels as ce, ComplianceImplementationStepsInput as cf, SimplifiedCredential as cg, GetCredentialsRequest as ch, GetCredentialsResponse as ci, PolygonIdRequestData as cj, PolygonIdRequest as ck, PolygonIdResponseData as cl, PolygonIdResponse as cm, StartFlowRequest as cn, IsVerifiedRequest as co, IsVerifiedResponse as cp, GetTxAuthSigRequest as cq, GetTxAuthSigResponse as cr, GetTxAuthSigRequestTezos as cs, GetTxAuthSigResponseTezos as ct, HostRequestMessage as cu, IdentityResponseMessage as cv, GenerateWalletChallengeRequest as cw, AuthSession as cx, AuthSessionData as cy, ChallengeResponse as cz, NEXERA_EVM_CHAIN_NAMES as d, SCENARIO_AUTHORIZATION_STATUSES as d$, parseIden3Message as d0, parseSessionIdFromUrl as d1, AllCredentialAttributes as d2, AllCredentialValues as d3, OPERATORS as d4, Operator as d5, ZKPOperator as d6, operatorDisplayMap as d7, ARRAY_OPERATORS as d8, ArrayOperator as d9, QueryCredentialTypes as dA, QueryCredentialType as dB, TxAuthInput as dC, ApiTxAuthInput as dD, TxSignatureResponse as dE, GetTxAuthDataSignatureResponse as dF, TezosTxAuthInput as dG, ApiTezosTxAuthInput as dH, TezosTxSignatureResponse as dI, GetTezosTxAuthDataSignatureResponse as dJ, ExtendedTxAuthInput as dK, ExtendedTezosTxAuthInput as dL, AnyTxAuthInput as dM, ExtendedTxAuthDataSignatureResponse as dN, ExtendedTezosTxAuthDataSignatureResponse as dO, AnyTxAuthDataSignatureResponse as dP, ZKPRequest as dQ, ZKPRequestFromZKVerifier as dR, OffChainZKP as dS, CreateAuthRequestProps as dT, CreateZKProofRequestProps as dU, AllScenarioExecutionAuthorizationData as dV, ProjectAuthorizationData as dW, OnChainZKP as dX, OnChainZKPFromNexeraID as dY, OnChainZKPScenarioFromCms as dZ, OnChainZKPPayload as d_, STRING_OPERATORS as da, StringOperator as db, NUMERIC_OPERATORS as dc, NumericOperator as dd, BOOLEAN_OPERATORS as de, BooleanOperator as df, DATE_OPERATORS as dg, DateOperator as dh, SUPPORTED_TYPES as di, SupportedType as dj, SupportedTypes as dk, IDInformation as dl, QueryConfig as dm, QueryType as dn, QueryConfigSimplified as dp, PartialQueryConfigSimplified as dq, QueryConfigSimplifiedParsed as dr, QueryConfiguration as ds, NonParsedQueryConfiguration as dt, CreateQueryConfigurationInput as du, CreateQueryConfigurationResponse as dv, UpdateQueryConfigurationInput as dw, UpdateQueryConfigurationResponse as dx, DeleteQueryConfigurationInput as dy, DeleteQueryConfigurationResponse as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, ScenarioAuthorizationStatus as e0, WalletSignatureResponse as e1, VerifyWalletChallengeRequest as e2, FLOW_TYPES as e3, FlowType as e4, VerificationModes as e5, VerificationMode as e6, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as e7, IdentityDocumentCountryListOption as e8, IDENTITY_DOCUMENT_OPTIONS as e9, IDImageCredentialSubjectSchema as eA, SelfieImageCredentialSubjectSchema as eB, ProofOfResidenceCredentialSubjectSchema as eC, GenericVerifiableCredentialSchema as eD, CredentialSchemas as eE, CredentialNames as eF, NexeraCredentialType as eG, getCredentialName as eH, CredentialType as eI, VerifiableCredential as eJ, CredentialMediaType as eK, _toConsumableArray as eL, _toArray as eM, _arrayWithHoles as eN, _unsupportedIterableToArray as eO, _nonIterableRest as eP, _defineProperty as eQ, IdentityDocumentOptionsType as ea, PERSONAL_INFORMATION_FIELDS as eb, PersonalInformationFieldsIdentityDocuments as ec, Identifier as ed, AdditionalCustomerInformationParams as ee, OrganizationId as ef, WorkspaceId as eg, WorkflowId as eh, CustomerId as ei, IdentityWidgetAccessToken as ej, ExternalCustomerId as ek, IdentityAppV2Web3JWT as el, IdentityAppV2Web2JWT as em, IdentityWidgetAccessToken_NEW as en, IdentityWidgetSessionToken as eo, Web2CreateSessionParams as ep, ID3CredentialSubjectSchema as eq, IDScanCredentialSubjectSchema as er, IDScanPassportCredentialSubjectSchema as es, IDScanSelfieCredentialSubjectSchema as et, OLD_IDImageCredentialSubjectSchema as eu, OLD_IDInformationCredentialSubjectSchema as ev, OLD_ProofOfResidenceCredentialSubjectSchema as ew, OLD_SelfieImageCredentialSubjectSchema as ex, OLD_AMLScreeningsResultsCredentialSubjectSchema as ey, IDInformationCredentialSubjectSchema as ez, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
|
package/dist/{identity-api.schema-a16ec830.cjs.dev.js → identity-api.schema-939151b3.cjs.dev.js}
RENAMED
|
@@ -291,9 +291,6 @@ var BLOCKCHAIN_NAMESPACE_TO_NAME = {
|
|
|
291
291
|
solana: "Solana",
|
|
292
292
|
cardano: "Cardano"
|
|
293
293
|
};
|
|
294
|
-
var coerceBoolean = zod.z["enum"](["0", "1", "true", "false"])["catch"]("false").transform(function (value) {
|
|
295
|
-
return value == "true" || value == "1";
|
|
296
|
-
});
|
|
297
294
|
var ENVS = ["cicd", "local", "test-dev-1", "test-dev-2", "dev", "stage", "prod"];
|
|
298
295
|
var EnvironmentSchema = zod.z["enum"](ENVS);
|
|
299
296
|
var UuidString = zod.z.string().uuid();
|
|
@@ -2246,7 +2243,7 @@ var Web2CreateSessionParams = zod.z.object({
|
|
|
2246
2243
|
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
2247
2244
|
});
|
|
2248
2245
|
|
|
2249
|
-
var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
|
|
2246
|
+
var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
|
|
2250
2247
|
var ScenarioType = zod.z["enum"](ScenarioTypes);
|
|
2251
2248
|
var ScenarioStatuses = ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
|
|
2252
2249
|
var ScenarioStatus = zod.z["enum"](ScenarioStatuses);
|
|
@@ -3690,7 +3687,6 @@ exports._nonIterableRest = _nonIterableRest;
|
|
|
3690
3687
|
exports._toArray = _toArray;
|
|
3691
3688
|
exports._toConsumableArray = _toConsumableArray;
|
|
3692
3689
|
exports._unsupportedIterableToArray = _unsupportedIterableToArray;
|
|
3693
|
-
exports.coerceBoolean = coerceBoolean;
|
|
3694
3690
|
exports.countryISO2toISO3Mapping = countryISO2toISO3Mapping;
|
|
3695
3691
|
exports.countryISO3toISO2Mapping = countryISO3toISO2Mapping;
|
|
3696
3692
|
exports.createBrandedSchemaId = createBrandedSchemaId;
|
package/dist/{identity-api.schema-f103ebd9.cjs.prod.js → identity-api.schema-a2b5a400.cjs.prod.js}
RENAMED
|
@@ -291,9 +291,6 @@ var BLOCKCHAIN_NAMESPACE_TO_NAME = {
|
|
|
291
291
|
solana: "Solana",
|
|
292
292
|
cardano: "Cardano"
|
|
293
293
|
};
|
|
294
|
-
var coerceBoolean = zod.z["enum"](["0", "1", "true", "false"])["catch"]("false").transform(function (value) {
|
|
295
|
-
return value == "true" || value == "1";
|
|
296
|
-
});
|
|
297
294
|
var ENVS = ["cicd", "local", "test-dev-1", "test-dev-2", "dev", "stage", "prod"];
|
|
298
295
|
var EnvironmentSchema = zod.z["enum"](ENVS);
|
|
299
296
|
var UuidString = zod.z.string().uuid();
|
|
@@ -2246,7 +2243,7 @@ var Web2CreateSessionParams = zod.z.object({
|
|
|
2246
2243
|
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
2247
2244
|
});
|
|
2248
2245
|
|
|
2249
|
-
var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
|
|
2246
|
+
var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
|
|
2250
2247
|
var ScenarioType = zod.z["enum"](ScenarioTypes);
|
|
2251
2248
|
var ScenarioStatuses = ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
|
|
2252
2249
|
var ScenarioStatus = zod.z["enum"](ScenarioStatuses);
|
|
@@ -3690,7 +3687,6 @@ exports._nonIterableRest = _nonIterableRest;
|
|
|
3690
3687
|
exports._toArray = _toArray;
|
|
3691
3688
|
exports._toConsumableArray = _toConsumableArray;
|
|
3692
3689
|
exports._unsupportedIterableToArray = _unsupportedIterableToArray;
|
|
3693
|
-
exports.coerceBoolean = coerceBoolean;
|
|
3694
3690
|
exports.countryISO2toISO3Mapping = countryISO2toISO3Mapping;
|
|
3695
3691
|
exports.countryISO3toISO2Mapping = countryISO3toISO2Mapping;
|
|
3696
3692
|
exports.createBrandedSchemaId = createBrandedSchemaId;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-939151b3.cjs.dev.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-4d763cdf.cjs.dev.js');
|
|
8
8
|
var transaction_schema = require('./transaction.schema-009d03d6.cjs.dev.js');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -434,7 +434,6 @@ exports.ZKPRequestFromZKVerifier = identityApi_schema.ZKPRequestFromZKVerifier;
|
|
|
434
434
|
exports.ZeroKnowledgeProofRequest = identityApi_schema.ZeroKnowledgeProofRequest;
|
|
435
435
|
exports.ZeroKnowledgeProofResponse = identityApi_schema.ZeroKnowledgeProofResponse;
|
|
436
436
|
exports.ZodParse = identityApi_schema.ZodParse;
|
|
437
|
-
exports.coerceBoolean = identityApi_schema.coerceBoolean;
|
|
438
437
|
exports.countryISO2toISO3Mapping = identityApi_schema.countryISO2toISO3Mapping;
|
|
439
438
|
exports.countryISO3toISO2Mapping = identityApi_schema.countryISO3toISO2Mapping;
|
|
440
439
|
exports.createBrandedSchemaId = identityApi_schema.createBrandedSchemaId;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-a2b5a400.cjs.prod.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-38646e0e.cjs.prod.js');
|
|
8
8
|
var transaction_schema = require('./transaction.schema-309817d0.cjs.prod.js');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -434,7 +434,6 @@ exports.ZKPRequestFromZKVerifier = identityApi_schema.ZKPRequestFromZKVerifier;
|
|
|
434
434
|
exports.ZeroKnowledgeProofRequest = identityApi_schema.ZeroKnowledgeProofRequest;
|
|
435
435
|
exports.ZeroKnowledgeProofResponse = identityApi_schema.ZeroKnowledgeProofResponse;
|
|
436
436
|
exports.ZodParse = identityApi_schema.ZodParse;
|
|
437
|
-
exports.coerceBoolean = identityApi_schema.coerceBoolean;
|
|
438
437
|
exports.countryISO2toISO3Mapping = identityApi_schema.countryISO2toISO3Mapping;
|
|
439
438
|
exports.countryISO3toISO2Mapping = identityApi_schema.countryISO3toISO2Mapping;
|
|
440
439
|
exports.createBrandedSchemaId = identityApi_schema.createBrandedSchemaId;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
2
|
-
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES,
|
|
1
|
+
import { C as CredentialTypes } from './identity-api.schema-7cc61f9c.esm.js';
|
|
2
|
+
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, d8 as ARRAY_OPERATORS, cS as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bL as AVAILABLE_FLOWS, bc as ActionId, b1 as ActionPrefix, ee as AdditionalCustomerInformationParams, z as AddressSchema, d2 as AllCredentialAttributes, d3 as AllCredentialValues, dV as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dP as AnyTxAuthDataSignatureResponse, dM as AnyTxAuthInput, dH as ApiTezosTxAuthInput, dD as ApiTxAuthInput, b7 as AppId, aM as AppPrefix, I as AptosAddress, J as AptosSignature, d9 as ArrayOperator, c_ as AuthQrCodeData, cx as AuthSession, cy as AuthSessionData, cV as AuthorizationRequestMessage, cU as AuthorizationRequestMessageType, cT as AuthorizationRequestMessageTypes, cY as AuthorizationResponseMessage, bM as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, de as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, df as BooleanOperator, bT as CHALLENGE_QUERY_OPERATORS, cP as CIRCUIT_IDS, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, b8 as ChallengeId, aN as ChallengePrefix, bU as ChallengeQueryOperator, bW as ChallengeQueryOperatorToOperator, bS as ChallengeQueryOperators, bX as ChallengeQuerySchema, cz as ChallengeResponse, cQ as CircuitId, bt as CloseScreenNotification, cf as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dT as CreateAuthRequestProps, du as CreateQueryConfigurationInput, dv as CreateQueryConfigurationResponse, dU as CreateZKProofRequestProps, eK as CredentialMediaType, eF as CredentialNames, cZ as CredentialQrCodeData, eE as CredentialSchemas, eI as CredentialType, C as CredentialTypes, ei as CustomerId, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, ba as CustomerScreeningId, aP as CustomerScreeningPrefix, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, dg as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bN as DataAvailableOnStart, dh as DateOperator, dy as DeleteQueryConfigurationInput, dz as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ab as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, b5 as EmailId, aK as EmailPrefix, ac as EnvironmentSchema, h as EvmChainId, bZ as ExecuteChallengeQueryConfig, bY as ExecuteChallengeQueryInput, b$ as ExecuteChallengeQueryResponse, dO as ExtendedTezosTxAuthDataSignatureResponse, dL as ExtendedTezosTxAuthInput, dN as ExtendedTxAuthDataSignatureResponse, dK as ExtendedTxAuthInput, ek as ExternalCustomerId, e3 as FLOW_TYPES, e4 as FlowType, G as FunctionCallData, cw as GenerateWalletChallengeRequest, eD as GenericVerifiableCredentialSchema, ch as GetCredentialsRequest, ci as GetCredentialsResponse, cC as GetCustomerStatusRequest, cG as GetCustomerStatusResponse, dJ as GetTezosTxAuthDataSignatureResponse, dF as GetTxAuthDataSignatureResponse, cq as GetTxAuthSigRequest, cs as GetTxAuthSigRequestTezos, cr as GetTxAuthSigResponse, ct as GetTxAuthSigResponseTezos, cJ as HostMessage, cu as HostRequestMessage, bR as HostResponseMessage, eq as ID3CredentialSubjectSchema, e7 as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, e9 as IDENTITY_DOCUMENT_OPTIONS, eA as IDImageCredentialSubjectSchema, dl as IDInformation, ez as IDInformationCredentialSubjectSchema, er as IDScanCredentialSubjectSchema, es as IDScanPassportCredentialSubjectSchema, et as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, ed as Identifier, cH as IdentityAppMessage, em as IdentityAppV2Web2JWT, el as IdentityAppV2Web3JWT, e8 as IdentityDocumentCountryListOption, ea as IdentityDocumentOptionsType, b4 as IdentityId, cK as IdentityMessage, bF as IdentityNotificationMessage, aJ as IdentityPrefix, bK as IdentityRequestMessage, cv as IdentityResponseMessage, cD as IdentitySdkMessage, cE as IdentitySdkMessageWithIdentifier, cI as IdentityWallet, ej as IdentityWidgetAccessToken, en as IdentityWidgetAccessToken_NEW, eo as IdentityWidgetSessionToken, bG as InitialDataRequest, bO as InitialDataResponse, bl as InstitutionExtractedInfosId, aZ as InstitutionExtractedInfosPrefix, bk as InstitutionId, aY as InstitutionPrefix, ai as IpAddress, bB as IsVerifiedNotification, co as IsVerifiedRequest, cp as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, bu as KycCompletionData, bv as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, bn as ListId, a$ as ListPrefix, cN as MediaType, cO as MediaTypePID, bq as MemberId, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, dc as NUMERIC_OPERATORS, eG as NexeraCredentialType, dt as NonParsedQueryConfiguration, dd as NumericOperator, ey as OLD_AMLScreeningsResultsCredentialSubjectSchema, eu as OLD_IDImageCredentialSubjectSchema, ev as OLD_IDInformationCredentialSubjectSchema, ew as OLD_ProofOfResidenceCredentialSubjectSchema, ex as OLD_SelfieImageCredentialSubjectSchema, c0 as OPAChallengeQuery, d4 as OPERATORS, bD as OcvSdkInitialized, bx as OffChainScenarioExecutionData, dS as OffChainZKP, c1 as OffChainZKPRuleResult, by as OnChainScenarioExecutionData, dX as OnChainZKP, dY as OnChainZKPFromNexeraID, d_ as OnChainZKPPayload, dZ as OnChainZKPScenarioFromCms, b_ as OpaChallengeQueryResponse, d5 as Operator, bV as OperatorToChallengeQueryOperator, ef as OrganizationId, ae as OtpCode, _ as P2Signature, eb as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, dq as PartialQueryConfigSimplified, ec as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, bC as PolygonIdInitialized, ck as PolygonIdRequest, cj as PolygonIdRequestData, cm as PolygonIdResponse, cl as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dW as ProjectAuthorizationData, cW as ProofData, eC as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, c$ as QrCodeLinkWithSchemaType, dm as QueryConfig, dp as QueryConfigSimplified, dr as QueryConfigSimplifiedParsed, ds as QueryConfiguration, dB as QueryCredentialType, dA as QueryCredentialTypes, bo as QueryId, b0 as QueryPrefix, dn as QueryType, cL as RequiredDataRowSchema, cM as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, ca as RuleEngineResponse, bw as RuleEngineScenarioExecutionData, cd as RuleResultStatus, ce as RuleResultStatusLabels, cc as RuleResultStatuses, d$ as SCENARIO_AUTHORIZATION_STATUSES, da as STRING_OPERATORS, di as SUPPORTED_TYPES, br as ScenarioAuthorizationData, e0 as ScenarioAuthorizationStatus, bz as ScenarioExecutionData, bA as ScenarioExecutionNotification, cb as ScenarioExecutionResponse, bm as ScenarioId, a_ as ScenarioPrefix, c9 as ScenarioStatus, c8 as ScenarioStatuses, c7 as ScenarioType, c6 as ScenarioTypes, c2 as SdkVerificationOutput, bs as SdkVerificationResponseSchema, eB as SelfieImageCredentialSubjectSchema, bJ as SendTransactionRequest, bH as SignatureRequest, bP as SignatureResponse, cg as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bE as StartCompletedNotification, cn as StartFlowRequest, b3 as StorageId, aI as StoragePrefix, w as String0x, db as StringOperator, dj as SupportedType, dk as SupportedTypes, bb as TagId, aQ as TagPrefix, b9 as TestId, aO as TestPrefix, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, dG as TezosTxAuthInput, dI as TezosTxSignatureResponse, bI as TransactionData, bh as TransactionExtractedInfosId, aV as TransactionExtractedInfosPrefix, bd as TransactionId, bg as TransactionInfosId, aU as TransactionInfosPrefix, bj as TransactionMethodExtractedInfosId, aX as TransactionMethodExtractedInfosPrefix, bi as TransactionMethodsId, aW as TransactionMethodsPrefix, bf as TransactionPartiesId, aT as TransactionPartiesPrefix, aR as TransactionPrefix, bQ as TransactionResponse, be as TransactionReviewId, aS as TransactionReviewPrefix, cB as TxAuthDataSignatureGatingRequest, cF as TxAuthDataSignatureResponse, dC as TxAuthInput, D as TxHash, dE as TxSignatureResponse, dw as UpdateQueryConfigurationInput, dx as UpdateQueryConfigurationResponse, ad as UuidString, eJ as VerifiableCredential, e6 as VerificationMode, e5 as VerificationModes, c5 as VerificationOutput, c4 as VerificationSessionStatus, c3 as VerificationSessionStatuses, e2 as VerifyWalletChallengeRequest, b6 as WalletId, aL as WalletPrefix, cA as WalletSignResponse, e1 as WalletSignatureResponse, ep as Web2CreateSessionParams, eh as WorkflowId, eg as WorkspaceId, d6 as ZKPOperator, dQ as ZKPRequest, dR as ZKPRequestFromZKVerifier, cR as ZeroKnowledgeProofRequest, cX as ZeroKnowledgeProofResponse, af as ZodParse, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, b2 as createBrandedSchemaId, bp as generateId, eH as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, d7 as operatorDisplayMap, ap as parseISO3CountryCode, d0 as parseIden3Message, d1 as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-7cc61f9c.esm.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-
|
|
4
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-43cd42c8.esm.js';
|
|
5
5
|
export { j as PaymentType, P as PaymentTypes, g as TransactionDirection, f as TransactionDirections, l as TransactionPartiesType, k as TransactionPartiesTypes, i as TransactionProvider, h as TransactionProviders, e as TransactionReviewStatus, d as TransactionReviewStatuses, c as TransactionRiskLevel, b as TransactionRiskLevels, a as TransactionType, T as TransactionTypes } from './transaction.schema-86683e90.esm.js';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
|