@nexeraid/identity-schemas 2.49.0-dev → 2.50.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-fe4e98eb.esm.mjs → CoinMarketCap.schema-2ec5952e.esm.mjs} +1 -1
- package/dist/{CoinMarketCap.schema-9b96355b.cjs.dev.cjs → CoinMarketCap.schema-ca47da32.cjs.dev.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-f7e2bb24.cjs.prod.cjs → CoinMarketCap.schema-e104ee43.cjs.prod.cjs} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- 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/scenario.schema.d.ts +18 -18
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +28 -28
- package/dist/{frontend-utilities.schema-2b8656f3.cjs.dev.cjs → frontend-utilities.schema-02095fcf.cjs.dev.cjs} +1 -1
- package/dist/{frontend-utilities.schema-b0911ba0.esm.mjs → frontend-utilities.schema-40168c7a.esm.mjs} +1 -1
- package/dist/{frontend-utilities.schema-fade47a1.cjs.prod.cjs → frontend-utilities.schema-e4f4296d.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-778c8841.cjs.prod.cjs → identity-api.schema-0d6dc226.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-6f05d0be.esm.mjs → identity-api.schema-deaf1938.esm.mjs} +1 -1
- package/dist/{identity-api.schema-5cb98b49.cjs.dev.cjs → identity-api.schema-e7fb6f81.cjs.dev.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
|
@@ -216,7 +216,7 @@ export declare const ExecuteQueryResponse: z.ZodObject<z.objectUtil.extendShape<
|
|
|
216
216
|
executionId: string;
|
|
217
217
|
}>;
|
|
218
218
|
export declare const RuleEngineResponse: z.ZodObject<{
|
|
219
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
219
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
220
220
|
objectId: z.ZodString;
|
|
221
221
|
name: z.ZodString;
|
|
222
222
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -259,7 +259,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
259
259
|
};
|
|
260
260
|
executionId: string;
|
|
261
261
|
scenarioId: string;
|
|
262
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
262
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
263
263
|
objectId: string;
|
|
264
264
|
address?: string | null | undefined;
|
|
265
265
|
}, {
|
|
@@ -273,13 +273,13 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
273
273
|
};
|
|
274
274
|
executionId: string;
|
|
275
275
|
scenarioId: string;
|
|
276
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
276
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
277
277
|
objectId: string;
|
|
278
278
|
address?: string | null | undefined;
|
|
279
279
|
}>;
|
|
280
280
|
export type RuleEngineResponse = z.infer<typeof RuleEngineResponse>;
|
|
281
281
|
export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
282
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
282
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
283
283
|
objectId: z.ZodString;
|
|
284
284
|
name: z.ZodString;
|
|
285
285
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -322,7 +322,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
322
322
|
};
|
|
323
323
|
executionId: string;
|
|
324
324
|
scenarioId: string;
|
|
325
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
325
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
326
326
|
objectId: string;
|
|
327
327
|
address?: string | null | undefined;
|
|
328
328
|
}, {
|
|
@@ -336,7 +336,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
336
336
|
};
|
|
337
337
|
executionId: string;
|
|
338
338
|
scenarioId: string;
|
|
339
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
339
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
340
340
|
objectId: string;
|
|
341
341
|
address?: string | null | undefined;
|
|
342
342
|
}>, "many">;
|
|
@@ -350,7 +350,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
350
350
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
351
351
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
352
352
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
353
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
353
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
354
354
|
objectId: z.ZodString;
|
|
355
355
|
name: z.ZodString;
|
|
356
356
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -393,7 +393,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
393
393
|
};
|
|
394
394
|
executionId: string;
|
|
395
395
|
scenarioId: string;
|
|
396
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
396
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
397
397
|
objectId: string;
|
|
398
398
|
address?: string | null | undefined;
|
|
399
399
|
}, {
|
|
@@ -407,7 +407,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
407
407
|
};
|
|
408
408
|
executionId: string;
|
|
409
409
|
scenarioId: string;
|
|
410
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
410
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
411
411
|
objectId: string;
|
|
412
412
|
address?: string | null | undefined;
|
|
413
413
|
}>, "many">, "many">>;
|
|
@@ -426,7 +426,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
426
426
|
};
|
|
427
427
|
executionId: string;
|
|
428
428
|
scenarioId: string;
|
|
429
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
429
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
430
430
|
objectId: string;
|
|
431
431
|
address?: string | null | undefined;
|
|
432
432
|
}[][] | undefined;
|
|
@@ -445,7 +445,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
445
445
|
};
|
|
446
446
|
executionId: string;
|
|
447
447
|
scenarioId: string;
|
|
448
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
448
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
449
449
|
objectId: string;
|
|
450
450
|
address?: string | null | undefined;
|
|
451
451
|
}[][] | undefined;
|
|
@@ -461,7 +461,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
461
461
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
462
462
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
463
463
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
464
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
464
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
465
465
|
objectId: z.ZodString;
|
|
466
466
|
name: z.ZodString;
|
|
467
467
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -504,7 +504,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
504
504
|
};
|
|
505
505
|
executionId: string;
|
|
506
506
|
scenarioId: string;
|
|
507
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
507
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
508
508
|
objectId: string;
|
|
509
509
|
address?: string | null | undefined;
|
|
510
510
|
}, {
|
|
@@ -518,7 +518,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
518
518
|
};
|
|
519
519
|
executionId: string;
|
|
520
520
|
scenarioId: string;
|
|
521
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
521
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
522
522
|
objectId: string;
|
|
523
523
|
address?: string | null | undefined;
|
|
524
524
|
}>, "many">, "many">>;
|
|
@@ -537,7 +537,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
537
537
|
};
|
|
538
538
|
executionId: string;
|
|
539
539
|
scenarioId: string;
|
|
540
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
540
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
541
541
|
objectId: string;
|
|
542
542
|
address?: string | null | undefined;
|
|
543
543
|
}[][] | undefined;
|
|
@@ -556,7 +556,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
556
556
|
};
|
|
557
557
|
executionId: string;
|
|
558
558
|
scenarioId: string;
|
|
559
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
559
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
560
560
|
objectId: string;
|
|
561
561
|
address?: string | null | undefined;
|
|
562
562
|
}[][] | undefined;
|
|
@@ -580,7 +580,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
580
580
|
};
|
|
581
581
|
executionId: string;
|
|
582
582
|
scenarioId: string;
|
|
583
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
583
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
584
584
|
objectId: string;
|
|
585
585
|
address?: string | null | undefined;
|
|
586
586
|
}[][] | undefined;
|
|
@@ -603,7 +603,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
603
603
|
};
|
|
604
604
|
executionId: string;
|
|
605
605
|
scenarioId: string;
|
|
606
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
606
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
607
607
|
objectId: string;
|
|
608
608
|
address?: string | null | undefined;
|
|
609
609
|
}[][] | undefined;
|
|
@@ -67,7 +67,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
67
67
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
68
68
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
69
69
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
70
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
70
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
71
71
|
objectId: z.ZodString;
|
|
72
72
|
name: z.ZodString;
|
|
73
73
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -110,7 +110,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
110
110
|
};
|
|
111
111
|
executionId: string;
|
|
112
112
|
scenarioId: string;
|
|
113
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
113
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
114
114
|
objectId: string;
|
|
115
115
|
address?: string | null | undefined;
|
|
116
116
|
}, {
|
|
@@ -124,7 +124,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
124
124
|
};
|
|
125
125
|
executionId: string;
|
|
126
126
|
scenarioId: string;
|
|
127
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
127
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
128
128
|
objectId: string;
|
|
129
129
|
address?: string | null | undefined;
|
|
130
130
|
}>, "many">, "many">>;
|
|
@@ -143,7 +143,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
143
143
|
};
|
|
144
144
|
executionId: string;
|
|
145
145
|
scenarioId: string;
|
|
146
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
146
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
147
147
|
objectId: string;
|
|
148
148
|
address?: string | null | undefined;
|
|
149
149
|
}[][] | undefined;
|
|
@@ -162,7 +162,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
162
162
|
};
|
|
163
163
|
executionId: string;
|
|
164
164
|
scenarioId: string;
|
|
165
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
165
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
166
166
|
objectId: string;
|
|
167
167
|
address?: string | null | undefined;
|
|
168
168
|
}[][] | undefined;
|
|
@@ -203,7 +203,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
203
203
|
};
|
|
204
204
|
executionId: string;
|
|
205
205
|
scenarioId: string;
|
|
206
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
206
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
207
207
|
objectId: string;
|
|
208
208
|
address?: string | null | undefined;
|
|
209
209
|
}[][] | undefined;
|
|
@@ -242,7 +242,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
242
242
|
};
|
|
243
243
|
executionId: string;
|
|
244
244
|
scenarioId: string;
|
|
245
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
245
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
246
246
|
objectId: string;
|
|
247
247
|
address?: string | null | undefined;
|
|
248
248
|
}[][] | undefined;
|
|
@@ -271,7 +271,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
271
271
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
272
272
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
273
273
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
274
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
274
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
275
275
|
objectId: z.ZodString;
|
|
276
276
|
name: z.ZodString;
|
|
277
277
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -314,7 +314,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
314
314
|
};
|
|
315
315
|
executionId: string;
|
|
316
316
|
scenarioId: string;
|
|
317
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
317
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
318
318
|
objectId: string;
|
|
319
319
|
address?: string | null | undefined;
|
|
320
320
|
}, {
|
|
@@ -328,7 +328,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
328
328
|
};
|
|
329
329
|
executionId: string;
|
|
330
330
|
scenarioId: string;
|
|
331
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
331
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
332
332
|
objectId: string;
|
|
333
333
|
address?: string | null | undefined;
|
|
334
334
|
}>, "many">, "many">>;
|
|
@@ -347,7 +347,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
347
347
|
};
|
|
348
348
|
executionId: string;
|
|
349
349
|
scenarioId: string;
|
|
350
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
350
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
351
351
|
objectId: string;
|
|
352
352
|
address?: string | null | undefined;
|
|
353
353
|
}[][] | undefined;
|
|
@@ -366,7 +366,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
366
366
|
};
|
|
367
367
|
executionId: string;
|
|
368
368
|
scenarioId: string;
|
|
369
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
369
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
370
370
|
objectId: string;
|
|
371
371
|
address?: string | null | undefined;
|
|
372
372
|
}[][] | undefined;
|
|
@@ -434,7 +434,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
434
434
|
};
|
|
435
435
|
executionId: string;
|
|
436
436
|
scenarioId: string;
|
|
437
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
437
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
438
438
|
objectId: string;
|
|
439
439
|
address?: string | null | undefined;
|
|
440
440
|
}[][] | undefined;
|
|
@@ -480,7 +480,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
480
480
|
};
|
|
481
481
|
executionId: string;
|
|
482
482
|
scenarioId: string;
|
|
483
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
483
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
484
484
|
objectId: string;
|
|
485
485
|
address?: string | null | undefined;
|
|
486
486
|
}[][] | undefined;
|
|
@@ -516,7 +516,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
516
516
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
517
517
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
518
518
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
519
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
519
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
520
520
|
objectId: z.ZodString;
|
|
521
521
|
name: z.ZodString;
|
|
522
522
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -559,7 +559,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
559
559
|
};
|
|
560
560
|
executionId: string;
|
|
561
561
|
scenarioId: string;
|
|
562
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
562
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
563
563
|
objectId: string;
|
|
564
564
|
address?: string | null | undefined;
|
|
565
565
|
}, {
|
|
@@ -573,7 +573,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
573
573
|
};
|
|
574
574
|
executionId: string;
|
|
575
575
|
scenarioId: string;
|
|
576
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
576
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
577
577
|
objectId: string;
|
|
578
578
|
address?: string | null | undefined;
|
|
579
579
|
}>, "many">, "many">>;
|
|
@@ -592,7 +592,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
592
592
|
};
|
|
593
593
|
executionId: string;
|
|
594
594
|
scenarioId: string;
|
|
595
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
595
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
596
596
|
objectId: string;
|
|
597
597
|
address?: string | null | undefined;
|
|
598
598
|
}[][] | undefined;
|
|
@@ -611,7 +611,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
611
611
|
};
|
|
612
612
|
executionId: string;
|
|
613
613
|
scenarioId: string;
|
|
614
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
614
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
615
615
|
objectId: string;
|
|
616
616
|
address?: string | null | undefined;
|
|
617
617
|
}[][] | undefined;
|
|
@@ -690,7 +690,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
690
690
|
};
|
|
691
691
|
executionId: string;
|
|
692
692
|
scenarioId: string;
|
|
693
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
693
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
694
694
|
objectId: string;
|
|
695
695
|
address?: string | null | undefined;
|
|
696
696
|
}[][] | undefined;
|
|
@@ -741,7 +741,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
741
741
|
};
|
|
742
742
|
executionId: string;
|
|
743
743
|
scenarioId: string;
|
|
744
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
744
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
745
745
|
objectId: string;
|
|
746
746
|
address?: string | null | undefined;
|
|
747
747
|
}[][] | undefined;
|
|
@@ -980,7 +980,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
980
980
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
981
981
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
982
982
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
983
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
983
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
984
984
|
objectId: z.ZodString;
|
|
985
985
|
name: z.ZodString;
|
|
986
986
|
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>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -1023,7 +1023,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1023
1023
|
};
|
|
1024
1024
|
executionId: string;
|
|
1025
1025
|
scenarioId: string;
|
|
1026
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1026
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1027
1027
|
objectId: string;
|
|
1028
1028
|
address?: string | null | undefined;
|
|
1029
1029
|
}, {
|
|
@@ -1037,7 +1037,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1037
1037
|
};
|
|
1038
1038
|
executionId: string;
|
|
1039
1039
|
scenarioId: string;
|
|
1040
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1040
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1041
1041
|
objectId: string;
|
|
1042
1042
|
address?: string | null | undefined;
|
|
1043
1043
|
}>, "many">, "many">>;
|
|
@@ -1056,7 +1056,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1056
1056
|
};
|
|
1057
1057
|
executionId: string;
|
|
1058
1058
|
scenarioId: string;
|
|
1059
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1059
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1060
1060
|
objectId: string;
|
|
1061
1061
|
address?: string | null | undefined;
|
|
1062
1062
|
}[][] | undefined;
|
|
@@ -1075,7 +1075,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1075
1075
|
};
|
|
1076
1076
|
executionId: string;
|
|
1077
1077
|
scenarioId: string;
|
|
1078
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1078
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1079
1079
|
objectId: string;
|
|
1080
1080
|
address?: string | null | undefined;
|
|
1081
1081
|
}[][] | undefined;
|
|
@@ -1171,7 +1171,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1171
1171
|
};
|
|
1172
1172
|
executionId: string;
|
|
1173
1173
|
scenarioId: string;
|
|
1174
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1174
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1175
1175
|
objectId: string;
|
|
1176
1176
|
address?: string | null | undefined;
|
|
1177
1177
|
}[][] | undefined;
|
|
@@ -1228,7 +1228,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1228
1228
|
};
|
|
1229
1229
|
executionId: string;
|
|
1230
1230
|
scenarioId: string;
|
|
1231
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1231
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1232
1232
|
objectId: string;
|
|
1233
1233
|
address?: string | null | undefined;
|
|
1234
1234
|
}[][] | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-91351642.cjs.dev.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-e7fb6f81.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { aR as _toConsumableArray } from './vault.schema-1c695a28.esm.mjs';
|
|
2
|
-
import { dJ as SupportedType, dC as NUMERIC_OPERATORS, dy as ARRAY_OPERATORS, dE as BOOLEAN_OPERATORS, dA as STRING_OPERATORS } from './identity-api.schema-
|
|
2
|
+
import { dJ as SupportedType, dC as NUMERIC_OPERATORS, dy as ARRAY_OPERATORS, dE as BOOLEAN_OPERATORS, dA as STRING_OPERATORS } from './identity-api.schema-deaf1938.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-c69b9a1d.cjs.prod.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-0d6dc226.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
package/dist/{identity-api.schema-778c8841.cjs.prod.cjs → identity-api.schema-0d6dc226.cjs.prod.cjs}
RENAMED
|
@@ -1072,7 +1072,7 @@ var ExecuteQueryResponse = BaseQueryResponse.extend({
|
|
|
1072
1072
|
executionId: UuidString
|
|
1073
1073
|
});
|
|
1074
1074
|
var RuleEngineResponse = zod.z.object({
|
|
1075
|
-
objectType:
|
|
1075
|
+
objectType: BackwardsCompatibleScenarioType,
|
|
1076
1076
|
objectId: zod.z.string().describe("Object id in the cms (challengeQueryid, offChainZKPid)"),
|
|
1077
1077
|
name: zod.z.string(),
|
|
1078
1078
|
address: BlockchainAddress.nullish(),
|
|
@@ -1070,7 +1070,7 @@ var ExecuteQueryResponse = BaseQueryResponse.extend({
|
|
|
1070
1070
|
executionId: UuidString
|
|
1071
1071
|
});
|
|
1072
1072
|
var RuleEngineResponse = z.object({
|
|
1073
|
-
objectType:
|
|
1073
|
+
objectType: BackwardsCompatibleScenarioType,
|
|
1074
1074
|
objectId: z.string().describe("Object id in the cms (challengeQueryid, offChainZKPid)"),
|
|
1075
1075
|
name: z.string(),
|
|
1076
1076
|
address: BlockchainAddress.nullish(),
|
package/dist/{identity-api.schema-5cb98b49.cjs.dev.cjs → identity-api.schema-e7fb6f81.cjs.dev.cjs}
RENAMED
|
@@ -1072,7 +1072,7 @@ var ExecuteQueryResponse = BaseQueryResponse.extend({
|
|
|
1072
1072
|
executionId: UuidString
|
|
1073
1073
|
});
|
|
1074
1074
|
var RuleEngineResponse = zod.z.object({
|
|
1075
|
-
objectType:
|
|
1075
|
+
objectType: BackwardsCompatibleScenarioType,
|
|
1076
1076
|
objectId: zod.z.string().describe("Object id in the cms (challengeQueryid, offChainZKPid)"),
|
|
1077
1077
|
name: zod.z.string(),
|
|
1078
1078
|
address: BlockchainAddress.nullish(),
|
|
@@ -2,10 +2,10 @@
|
|
|
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-e7fb6f81.cjs.dev.cjs');
|
|
6
6
|
var vault_schema = require('./vault.schema-91351642.cjs.dev.cjs');
|
|
7
7
|
var zod = require('zod');
|
|
8
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
8
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-02095fcf.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('@unblokttechnology/data-links');
|
|
11
11
|
require('decimal.js');
|
|
@@ -2,10 +2,10 @@
|
|
|
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-0d6dc226.cjs.prod.cjs');
|
|
6
6
|
var vault_schema = require('./vault.schema-c69b9a1d.cjs.prod.cjs');
|
|
7
7
|
var zod = require('zod');
|
|
8
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
8
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-e4f4296d.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('@unblokttechnology/data-links');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
2
|
-
export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, bw as ActionId, bk as ActionPrefix, ez as AdditionalCustomerInformationParams, aa as AddressSchema, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, br as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dF as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dc as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bs as ChallengeId, b0 as ChallengePrefix, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, eR as CredentialMediaType, eM as CredentialNames, dm as CredentialQrCodeData, eL as CredentialSchemas, eP as CredentialType, C as CredentialTypes, eD as CustomerId, bu as CustomerScreeningId, b2 as CustomerScreeningPrefix, dG as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cb as DataAvailableOnStart, dH as DateOperator, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, ec as Eip155TxAuthInputJsSdk, bp as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, eF as ExternalCustomerId, eo as FLOW_TYPES, ep as FlowType, aP as FunctionCallData, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, au as HexadecimalSchema, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, es as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eu as IDENTITY_DOCUMENT_OPTIONS, ey as Identifier, d4 as IdentityAppMessage, eH as IdentityAppV2Web2JWT, eG as IdentityAppV2Web3JWT, et as IdentityDocumentCountryListOption, ev as IdentityDocumentOptionsType, bo as IdentityId, d7 as IdentityMessage, c3 as IdentityNotificationMessage, aY as IdentityPrefix, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, eE as IdentityWidgetAccessToken, eI as IdentityWidgetAccessToken_NEW, eJ as IdentityWidgetSessionToken, c4 as InitialDataRequest, cc as InitialDataResponse, bI as InstitutionExtractedInfosId, bf as InstitutionExtractedInfosPrefix, bH as InstitutionId, be as InstitutionPrefix, aW as IpAddress, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, bL as ListId, bi as ListPrefix, da as MediaType, db as MediaTypePID, bQ as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dC as NUMERIC_OPERATORS, eN as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, eA as OrganizationId, aU as OtpCode, aL as P2Signature, ew as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, dP as PartialQueryConfigSimplified, ex as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, s as PolygonNetworkNames, eh as PrivacyPreservingMonitoring, a8 as PrivateKey, dj as ProofData, a9 as PublicKey, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, bM as QueryId, dt as QueryLogicOperator, bj as QueryPrefix, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dA as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, bK as ScenarioId, bh as ScenarioPrefix, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, c2 as StartCompletedNotification, cL as StartFlowRequest, bn as StorageId, aX as StoragePrefix, at as String0x, dB as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dJ as SupportedType, dK as SupportedTypes, bv as TagId, b3 as TagPrefix, bx as TagsToTransactionReviewsId, b4 as TagsToTransactionReviewsPrefix, cB as TemplateScenario, bt as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, by as TransactionAddressesId, b5 as TransactionAddressesPrefix, bJ as TransactionAmountId, bg as TransactionAmountPrefix, c6 as TransactionData, bE as TransactionExtractedInfosId, bb as TransactionExtractedInfosPrefix, bA as TransactionFeesId, b7 as TransactionFeesPrefix, bz as TransactionId, bD as TransactionInfosId, ba as TransactionInfosPrefix, bG as TransactionMethodExtractedInfosId, bd as TransactionMethodExtractedInfosPrefix, bF as TransactionMethodsId, bc as TransactionMethodsPrefix, bC as TransactionPartiesId, b9 as TransactionPartiesPrefix, b6 as TransactionPrefix, ce as TransactionResponse, bB as TransactionReviewId, b8 as TransactionReviewPrefix, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, ab as TxHash, e1 as TxSignatureResponse, aT as UuidString, eQ as VerifiableCredential, er as VerificationMode, eq as VerificationModes, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, bq as WalletId, a_ as WalletPrefix, cY as WalletSignResponse, em as WalletSignatureResponse, eK as Web2CreateSessionParams, eC as WorkflowId, bO as WorkflowSessionAttributeId, bl as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, eB as WorkspaceId, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, bm as createBrandedSchemaId, bP as generateId, eO as getCredentialName, dZ as getOldCredentialPath, dY as getOldCredentialType, a7 as isValidAddress, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-6f05d0be.esm.mjs';
|
|
1
|
+
import { C as CredentialTypes } from './identity-api.schema-deaf1938.esm.mjs';
|
|
2
|
+
export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, bw as ActionId, bk as ActionPrefix, ez as AdditionalCustomerInformationParams, aa as AddressSchema, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, br as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dF as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dc as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bs as ChallengeId, b0 as ChallengePrefix, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, eR as CredentialMediaType, eM as CredentialNames, dm as CredentialQrCodeData, eL as CredentialSchemas, eP as CredentialType, C as CredentialTypes, eD as CustomerId, bu as CustomerScreeningId, b2 as CustomerScreeningPrefix, dG as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cb as DataAvailableOnStart, dH as DateOperator, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, ec as Eip155TxAuthInputJsSdk, bp as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, eF as ExternalCustomerId, eo as FLOW_TYPES, ep as FlowType, aP as FunctionCallData, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, au as HexadecimalSchema, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, es as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eu as IDENTITY_DOCUMENT_OPTIONS, ey as Identifier, d4 as IdentityAppMessage, eH as IdentityAppV2Web2JWT, eG as IdentityAppV2Web3JWT, et as IdentityDocumentCountryListOption, ev as IdentityDocumentOptionsType, bo as IdentityId, d7 as IdentityMessage, c3 as IdentityNotificationMessage, aY as IdentityPrefix, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, eE as IdentityWidgetAccessToken, eI as IdentityWidgetAccessToken_NEW, eJ as IdentityWidgetSessionToken, c4 as InitialDataRequest, cc as InitialDataResponse, bI as InstitutionExtractedInfosId, bf as InstitutionExtractedInfosPrefix, bH as InstitutionId, be as InstitutionPrefix, aW as IpAddress, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, bL as ListId, bi as ListPrefix, da as MediaType, db as MediaTypePID, bQ as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dC as NUMERIC_OPERATORS, eN as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, eA as OrganizationId, aU as OtpCode, aL as P2Signature, ew as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, dP as PartialQueryConfigSimplified, ex as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, s as PolygonNetworkNames, eh as PrivacyPreservingMonitoring, a8 as PrivateKey, dj as ProofData, a9 as PublicKey, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, bM as QueryId, dt as QueryLogicOperator, bj as QueryPrefix, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dA as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, bK as ScenarioId, bh as ScenarioPrefix, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, c2 as StartCompletedNotification, cL as StartFlowRequest, bn as StorageId, aX as StoragePrefix, at as String0x, dB as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dJ as SupportedType, dK as SupportedTypes, bv as TagId, b3 as TagPrefix, bx as TagsToTransactionReviewsId, b4 as TagsToTransactionReviewsPrefix, cB as TemplateScenario, bt as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, by as TransactionAddressesId, b5 as TransactionAddressesPrefix, bJ as TransactionAmountId, bg as TransactionAmountPrefix, c6 as TransactionData, bE as TransactionExtractedInfosId, bb as TransactionExtractedInfosPrefix, bA as TransactionFeesId, b7 as TransactionFeesPrefix, bz as TransactionId, bD as TransactionInfosId, ba as TransactionInfosPrefix, bG as TransactionMethodExtractedInfosId, bd as TransactionMethodExtractedInfosPrefix, bF as TransactionMethodsId, bc as TransactionMethodsPrefix, bC as TransactionPartiesId, b9 as TransactionPartiesPrefix, b6 as TransactionPrefix, ce as TransactionResponse, bB as TransactionReviewId, b8 as TransactionReviewPrefix, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, ab as TxHash, e1 as TxSignatureResponse, aT as UuidString, eQ as VerifiableCredential, er as VerificationMode, eq as VerificationModes, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, bq as WalletId, a_ as WalletPrefix, cY as WalletSignResponse, em as WalletSignatureResponse, eK as Web2CreateSessionParams, eC as WorkflowId, bO as WorkflowSessionAttributeId, bl as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, eB as WorkspaceId, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, bm as createBrandedSchemaId, bP as generateId, eO as getCredentialName, dZ as getOldCredentialPath, dY as getOldCredentialType, a7 as isValidAddress, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-deaf1938.esm.mjs';
|
|
3
3
|
export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, w as CUSTOMERS_CHARTS, D as CUSTOMER_AUTOMATION_REASONS, y as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, t as CustomerOnboardingLevel, s as CustomerOnboardingLevels, v as CustomerStatus, u as CustomerStatuses, z as CustomerTableColumn, n as CustomerType, m as CustomerTypes, x as CustomersChartType, az as DEFAULT_FIAT_CURRENCY, aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aQ as GenericVaultDataLinkZodSchema, aP as GenericVaultEmbeddedLinkZodSchema, aN as GenericVaultPointerLinkZodSchema, aO as GenericVaultSearchLinkZodSchema, U as GenericVerifiableCredentialSchema, ak as HumanReadableTransactionReviewStatus, aj as HumanReadableTransactionReviewStatuses, am as HumanReadableTransactionStatusMapping, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, r as KybOnboardingLevel, q as KybOnboardingLevels, o as KycOnboardingLevel, K as KycOnboardingLevels, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, au as PaymentType, at as PaymentTypes, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, g as RiskScoreType, R as RiskScoreTypes, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, aA as TRANSACTIONS_STATS_CURRENCIES, a7 as TRANSACTION_CHARTS, a9 as TRANSACTION_TABLE_COLUMNS, ay as TransactionAmountsFieldName, ax as TransactionAmountsFieldNames, aq as TransactionCurrencyCode, ap as TransactionCurrencyCodes, ao as TransactionDirection, an as TransactionDirections, aw as TransactionPartiesType, av as TransactionPartiesTypes, as as TransactionProvider, ar as TransactionProviders, ai as TransactionReviewStatus, ah as TransactionReviewStatuses, ag as TransactionRiskLevel, af as TransactionRiskLevels, aB as TransactionStatsCurrency, al as TransactionStatusMapping, aa as TransactionTableColumn, ac as TransactionType, ae as TransactionTypeWithAll, ab as TransactionTypes, ad as TransactionTypesWithAll, a8 as TransactionsChartType, aG as VaultJsonSchemas, aM as VaultMetadataLinkZodSchema, aK as VaultPointerKeyMapZodSchema, aL as VaultQueryMapZodSchema, aI as VaultSchemaIdZodSchema, aJ as VaultSchemaPathsZodSchema, aH as VaultZodSchema, l as WalletRiskScoreProvider, k as WalletRiskScoreProviders, h as WalletRiskScoreType, W as WalletRiskScoreTypes, aE as allDataLinkTypes, aC as allDataLinkVersions, j as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2, p as parseISO3CountryCode } from './vault.schema-1c695a28.esm.mjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-
|
|
5
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-40168c7a.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import '@unblokttechnology/data-links';
|
|
8
8
|
import 'decimal.js';
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-e7fb6f81.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-91351642.cjs.dev.cjs');
|
|
8
8
|
require('@unblokttechnology/data-links');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-0d6dc226.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-c69b9a1d.cjs.prod.cjs');
|
|
8
8
|
require('@unblokttechnology/data-links');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, dF as BooleanOperator, dc as CIRCUIT_IDS, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, dm as CredentialQrCodeData, dG as DATE_OPERATORS, cb as DataAvailableOnStart, dH as DateOperator, ec as Eip155TxAuthInputJsSdk, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, d4 as IdentityAppMessage, d7 as IdentityMessage, c3 as IdentityNotificationMessage, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, c4 as InitialDataRequest, cc as InitialDataResponse, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, da as MediaType, db as MediaTypePID, dC as NUMERIC_OPERATORS, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, dP as PartialQueryConfigSimplified, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, eh as PrivacyPreservingMonitoring, dj as ProofData, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, dt as QueryLogicOperator, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, dA as STRING_OPERATORS, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, c2 as StartCompletedNotification, cL as StartFlowRequest, dB as StringOperator, dJ as SupportedType, dK as SupportedTypes, cB as TemplateScenario, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, c6 as TransactionData, ce as TransactionResponse, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, e1 as TxSignatureResponse, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, cY as WalletSignResponse, em as WalletSignatureResponse, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, dZ as getOldCredentialPath, dY as getOldCredentialType, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, dF as BooleanOperator, dc as CIRCUIT_IDS, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, dm as CredentialQrCodeData, dG as DATE_OPERATORS, cb as DataAvailableOnStart, dH as DateOperator, ec as Eip155TxAuthInputJsSdk, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, d4 as IdentityAppMessage, d7 as IdentityMessage, c3 as IdentityNotificationMessage, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, c4 as InitialDataRequest, cc as InitialDataResponse, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, da as MediaType, db as MediaTypePID, dC as NUMERIC_OPERATORS, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, dP as PartialQueryConfigSimplified, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, eh as PrivacyPreservingMonitoring, dj as ProofData, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, dt as QueryLogicOperator, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, dA as STRING_OPERATORS, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, c2 as StartCompletedNotification, cL as StartFlowRequest, dB as StringOperator, dJ as SupportedType, dK as SupportedTypes, cB as TemplateScenario, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, c6 as TransactionData, ce as TransactionResponse, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, e1 as TxSignatureResponse, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, cY as WalletSignResponse, em as WalletSignatureResponse, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, dZ as getOldCredentialPath, dY as getOldCredentialType, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl } from '../../dist/identity-api.schema-deaf1938.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../../dist/vault.schema-1c695a28.esm.mjs';
|
|
4
4
|
import '@unblokttechnology/data-links';
|