@nexeraid/identity-schemas 2.97.0-dev → 2.98.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/declarations/src/identity/app-requests.schema.d.ts +32 -32
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +8 -8
- package/dist/declarations/src/identity/kyc.schema.d.ts +8 -8
- package/dist/declarations/src/identity/scenario.schema.d.ts +22 -22
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +32 -32
- package/dist/declarations/src/tag.schema.d.ts +1 -0
- package/dist/declarations/src/tag.schema.d.ts.map +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +10 -0
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +10 -0
- package/dist/nexeraid-identity-schemas.esm.mjs +10 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -499,7 +499,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
499
499
|
};
|
|
500
500
|
executionId: string;
|
|
501
501
|
scenarioId: string;
|
|
502
|
-
objectType: "
|
|
502
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
503
503
|
objectId: string;
|
|
504
504
|
address?: string | null | undefined;
|
|
505
505
|
}, {
|
|
@@ -513,7 +513,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
513
513
|
};
|
|
514
514
|
executionId: string;
|
|
515
515
|
scenarioId: string;
|
|
516
|
-
objectType: "
|
|
516
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
517
517
|
objectId: string;
|
|
518
518
|
address?: string | null | undefined;
|
|
519
519
|
}>, "many">, "many">>;
|
|
@@ -532,7 +532,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
532
532
|
};
|
|
533
533
|
executionId: string;
|
|
534
534
|
scenarioId: string;
|
|
535
|
-
objectType: "
|
|
535
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
536
536
|
objectId: string;
|
|
537
537
|
address?: string | null | undefined;
|
|
538
538
|
}[][] | undefined;
|
|
@@ -551,7 +551,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
551
551
|
};
|
|
552
552
|
executionId: string;
|
|
553
553
|
scenarioId: string;
|
|
554
|
-
objectType: "
|
|
554
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
555
555
|
objectId: string;
|
|
556
556
|
address?: string | null | undefined;
|
|
557
557
|
}[][] | undefined;
|
|
@@ -666,7 +666,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
666
666
|
};
|
|
667
667
|
executionId: string;
|
|
668
668
|
scenarioId: string;
|
|
669
|
-
objectType: "
|
|
669
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
670
670
|
objectId: string;
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
}, {
|
|
@@ -680,7 +680,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
680
680
|
};
|
|
681
681
|
executionId: string;
|
|
682
682
|
scenarioId: string;
|
|
683
|
-
objectType: "
|
|
683
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
684
684
|
objectId: string;
|
|
685
685
|
address?: string | null | undefined;
|
|
686
686
|
}>, "many">, "many">>;
|
|
@@ -699,7 +699,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
699
699
|
};
|
|
700
700
|
executionId: string;
|
|
701
701
|
scenarioId: string;
|
|
702
|
-
objectType: "
|
|
702
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
703
703
|
objectId: string;
|
|
704
704
|
address?: string | null | undefined;
|
|
705
705
|
}[][] | undefined;
|
|
@@ -718,7 +718,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
718
718
|
};
|
|
719
719
|
executionId: string;
|
|
720
720
|
scenarioId: string;
|
|
721
|
-
objectType: "
|
|
721
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
722
722
|
objectId: string;
|
|
723
723
|
address?: string | null | undefined;
|
|
724
724
|
}[][] | undefined;
|
|
@@ -740,7 +740,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
740
740
|
};
|
|
741
741
|
executionId: string;
|
|
742
742
|
scenarioId: string;
|
|
743
|
-
objectType: "
|
|
743
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
744
744
|
objectId: string;
|
|
745
745
|
address?: string | null | undefined;
|
|
746
746
|
}[][] | undefined;
|
|
@@ -762,7 +762,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
762
762
|
};
|
|
763
763
|
executionId: string;
|
|
764
764
|
scenarioId: string;
|
|
765
|
-
objectType: "
|
|
765
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
766
766
|
objectId: string;
|
|
767
767
|
address?: string | null | undefined;
|
|
768
768
|
}[][] | undefined;
|
|
@@ -1432,7 +1432,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1432
1432
|
};
|
|
1433
1433
|
executionId: string;
|
|
1434
1434
|
scenarioId: string;
|
|
1435
|
-
objectType: "
|
|
1435
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1436
1436
|
objectId: string;
|
|
1437
1437
|
address?: string | null | undefined;
|
|
1438
1438
|
}, {
|
|
@@ -1446,7 +1446,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1446
1446
|
};
|
|
1447
1447
|
executionId: string;
|
|
1448
1448
|
scenarioId: string;
|
|
1449
|
-
objectType: "
|
|
1449
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1450
1450
|
objectId: string;
|
|
1451
1451
|
address?: string | null | undefined;
|
|
1452
1452
|
}>, "many">, "many">>;
|
|
@@ -1465,7 +1465,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1465
1465
|
};
|
|
1466
1466
|
executionId: string;
|
|
1467
1467
|
scenarioId: string;
|
|
1468
|
-
objectType: "
|
|
1468
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1469
1469
|
objectId: string;
|
|
1470
1470
|
address?: string | null | undefined;
|
|
1471
1471
|
}[][] | undefined;
|
|
@@ -1484,7 +1484,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1484
1484
|
};
|
|
1485
1485
|
executionId: string;
|
|
1486
1486
|
scenarioId: string;
|
|
1487
|
-
objectType: "
|
|
1487
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1488
1488
|
objectId: string;
|
|
1489
1489
|
address?: string | null | undefined;
|
|
1490
1490
|
}[][] | undefined;
|
|
@@ -1506,7 +1506,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1506
1506
|
};
|
|
1507
1507
|
executionId: string;
|
|
1508
1508
|
scenarioId: string;
|
|
1509
|
-
objectType: "
|
|
1509
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1510
1510
|
objectId: string;
|
|
1511
1511
|
address?: string | null | undefined;
|
|
1512
1512
|
}[][] | undefined;
|
|
@@ -1528,7 +1528,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1528
1528
|
};
|
|
1529
1529
|
executionId: string;
|
|
1530
1530
|
scenarioId: string;
|
|
1531
|
-
objectType: "
|
|
1531
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1532
1532
|
objectId: string;
|
|
1533
1533
|
address?: string | null | undefined;
|
|
1534
1534
|
}[][] | undefined;
|
|
@@ -2199,7 +2199,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2199
2199
|
};
|
|
2200
2200
|
executionId: string;
|
|
2201
2201
|
scenarioId: string;
|
|
2202
|
-
objectType: "
|
|
2202
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2203
2203
|
objectId: string;
|
|
2204
2204
|
address?: string | null | undefined;
|
|
2205
2205
|
}, {
|
|
@@ -2213,7 +2213,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2213
2213
|
};
|
|
2214
2214
|
executionId: string;
|
|
2215
2215
|
scenarioId: string;
|
|
2216
|
-
objectType: "
|
|
2216
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2217
2217
|
objectId: string;
|
|
2218
2218
|
address?: string | null | undefined;
|
|
2219
2219
|
}>, "many">, "many">>;
|
|
@@ -2232,7 +2232,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2232
2232
|
};
|
|
2233
2233
|
executionId: string;
|
|
2234
2234
|
scenarioId: string;
|
|
2235
|
-
objectType: "
|
|
2235
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2236
2236
|
objectId: string;
|
|
2237
2237
|
address?: string | null | undefined;
|
|
2238
2238
|
}[][] | undefined;
|
|
@@ -2251,7 +2251,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2251
2251
|
};
|
|
2252
2252
|
executionId: string;
|
|
2253
2253
|
scenarioId: string;
|
|
2254
|
-
objectType: "
|
|
2254
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2255
2255
|
objectId: string;
|
|
2256
2256
|
address?: string | null | undefined;
|
|
2257
2257
|
}[][] | undefined;
|
|
@@ -2273,7 +2273,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2273
2273
|
};
|
|
2274
2274
|
executionId: string;
|
|
2275
2275
|
scenarioId: string;
|
|
2276
|
-
objectType: "
|
|
2276
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2277
2277
|
objectId: string;
|
|
2278
2278
|
address?: string | null | undefined;
|
|
2279
2279
|
}[][] | undefined;
|
|
@@ -2295,7 +2295,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2295
2295
|
};
|
|
2296
2296
|
executionId: string;
|
|
2297
2297
|
scenarioId: string;
|
|
2298
|
-
objectType: "
|
|
2298
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2299
2299
|
objectId: string;
|
|
2300
2300
|
address?: string | null | undefined;
|
|
2301
2301
|
}[][] | undefined;
|
|
@@ -2932,7 +2932,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2932
2932
|
};
|
|
2933
2933
|
executionId: string;
|
|
2934
2934
|
scenarioId: string;
|
|
2935
|
-
objectType: "
|
|
2935
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2936
2936
|
objectId: string;
|
|
2937
2937
|
address?: string | null | undefined;
|
|
2938
2938
|
}[][] | undefined;
|
|
@@ -3036,7 +3036,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3036
3036
|
};
|
|
3037
3037
|
executionId: string;
|
|
3038
3038
|
scenarioId: string;
|
|
3039
|
-
objectType: "
|
|
3039
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3040
3040
|
objectId: string;
|
|
3041
3041
|
address?: string | null | undefined;
|
|
3042
3042
|
}[][] | undefined;
|
|
@@ -3295,7 +3295,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3295
3295
|
};
|
|
3296
3296
|
executionId: string;
|
|
3297
3297
|
scenarioId: string;
|
|
3298
|
-
objectType: "
|
|
3298
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3299
3299
|
objectId: string;
|
|
3300
3300
|
address?: string | null | undefined;
|
|
3301
3301
|
}, {
|
|
@@ -3309,7 +3309,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3309
3309
|
};
|
|
3310
3310
|
executionId: string;
|
|
3311
3311
|
scenarioId: string;
|
|
3312
|
-
objectType: "
|
|
3312
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3313
3313
|
objectId: string;
|
|
3314
3314
|
address?: string | null | undefined;
|
|
3315
3315
|
}>, "many">, "many">>;
|
|
@@ -3328,7 +3328,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3328
3328
|
};
|
|
3329
3329
|
executionId: string;
|
|
3330
3330
|
scenarioId: string;
|
|
3331
|
-
objectType: "
|
|
3331
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3332
3332
|
objectId: string;
|
|
3333
3333
|
address?: string | null | undefined;
|
|
3334
3334
|
}[][] | undefined;
|
|
@@ -3347,7 +3347,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3347
3347
|
};
|
|
3348
3348
|
executionId: string;
|
|
3349
3349
|
scenarioId: string;
|
|
3350
|
-
objectType: "
|
|
3350
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3351
3351
|
objectId: string;
|
|
3352
3352
|
address?: string | null | undefined;
|
|
3353
3353
|
}[][] | undefined;
|
|
@@ -3369,7 +3369,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3369
3369
|
};
|
|
3370
3370
|
executionId: string;
|
|
3371
3371
|
scenarioId: string;
|
|
3372
|
-
objectType: "
|
|
3372
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3373
3373
|
objectId: string;
|
|
3374
3374
|
address?: string | null | undefined;
|
|
3375
3375
|
}[][] | undefined;
|
|
@@ -3391,7 +3391,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3391
3391
|
};
|
|
3392
3392
|
executionId: string;
|
|
3393
3393
|
scenarioId: string;
|
|
3394
|
-
objectType: "
|
|
3394
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3395
3395
|
objectId: string;
|
|
3396
3396
|
address?: string | null | undefined;
|
|
3397
3397
|
}[][] | undefined;
|
|
@@ -4028,7 +4028,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4028
4028
|
};
|
|
4029
4029
|
executionId: string;
|
|
4030
4030
|
scenarioId: string;
|
|
4031
|
-
objectType: "
|
|
4031
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
4032
4032
|
objectId: string;
|
|
4033
4033
|
address?: string | null | undefined;
|
|
4034
4034
|
}[][] | undefined;
|
|
@@ -4132,7 +4132,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4132
4132
|
};
|
|
4133
4133
|
executionId: string;
|
|
4134
4134
|
scenarioId: string;
|
|
4135
|
-
objectType: "
|
|
4135
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
4136
4136
|
objectId: string;
|
|
4137
4137
|
address?: string | null | undefined;
|
|
4138
4138
|
}[][] | undefined;
|
|
@@ -1524,7 +1524,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1524
1524
|
};
|
|
1525
1525
|
executionId: string;
|
|
1526
1526
|
scenarioId: string;
|
|
1527
|
-
objectType: "
|
|
1527
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1528
1528
|
objectId: string;
|
|
1529
1529
|
address?: string | null | undefined;
|
|
1530
1530
|
}, {
|
|
@@ -1538,7 +1538,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1538
1538
|
};
|
|
1539
1539
|
executionId: string;
|
|
1540
1540
|
scenarioId: string;
|
|
1541
|
-
objectType: "
|
|
1541
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1542
1542
|
objectId: string;
|
|
1543
1543
|
address?: string | null | undefined;
|
|
1544
1544
|
}>, "many">, "many">>;
|
|
@@ -1557,7 +1557,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1557
1557
|
};
|
|
1558
1558
|
executionId: string;
|
|
1559
1559
|
scenarioId: string;
|
|
1560
|
-
objectType: "
|
|
1560
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1561
1561
|
objectId: string;
|
|
1562
1562
|
address?: string | null | undefined;
|
|
1563
1563
|
}[][] | undefined;
|
|
@@ -1576,7 +1576,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1576
1576
|
};
|
|
1577
1577
|
executionId: string;
|
|
1578
1578
|
scenarioId: string;
|
|
1579
|
-
objectType: "
|
|
1579
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1580
1580
|
objectId: string;
|
|
1581
1581
|
address?: string | null | undefined;
|
|
1582
1582
|
}[][] | undefined;
|
|
@@ -1598,7 +1598,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1598
1598
|
};
|
|
1599
1599
|
executionId: string;
|
|
1600
1600
|
scenarioId: string;
|
|
1601
|
-
objectType: "
|
|
1601
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1602
1602
|
objectId: string;
|
|
1603
1603
|
address?: string | null | undefined;
|
|
1604
1604
|
}[][] | undefined;
|
|
@@ -1620,7 +1620,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1620
1620
|
};
|
|
1621
1621
|
executionId: string;
|
|
1622
1622
|
scenarioId: string;
|
|
1623
|
-
objectType: "
|
|
1623
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1624
1624
|
objectId: string;
|
|
1625
1625
|
address?: string | null | undefined;
|
|
1626
1626
|
}[][] | undefined;
|
|
@@ -2257,7 +2257,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2257
2257
|
};
|
|
2258
2258
|
executionId: string;
|
|
2259
2259
|
scenarioId: string;
|
|
2260
|
-
objectType: "
|
|
2260
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2261
2261
|
objectId: string;
|
|
2262
2262
|
address?: string | null | undefined;
|
|
2263
2263
|
}[][] | undefined;
|
|
@@ -2360,7 +2360,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2360
2360
|
};
|
|
2361
2361
|
executionId: string;
|
|
2362
2362
|
scenarioId: string;
|
|
2363
|
-
objectType: "
|
|
2363
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2364
2364
|
objectId: string;
|
|
2365
2365
|
address?: string | null | undefined;
|
|
2366
2366
|
}[][] | undefined;
|
|
@@ -652,7 +652,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
652
652
|
};
|
|
653
653
|
executionId: string;
|
|
654
654
|
scenarioId: string;
|
|
655
|
-
objectType: "
|
|
655
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
656
656
|
objectId: string;
|
|
657
657
|
address?: string | null | undefined;
|
|
658
658
|
}, {
|
|
@@ -666,7 +666,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
666
666
|
};
|
|
667
667
|
executionId: string;
|
|
668
668
|
scenarioId: string;
|
|
669
|
-
objectType: "
|
|
669
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
670
670
|
objectId: string;
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
}>, "many">, "many">>;
|
|
@@ -685,7 +685,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
685
685
|
};
|
|
686
686
|
executionId: string;
|
|
687
687
|
scenarioId: string;
|
|
688
|
-
objectType: "
|
|
688
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
689
689
|
objectId: string;
|
|
690
690
|
address?: string | null | undefined;
|
|
691
691
|
}[][] | undefined;
|
|
@@ -704,7 +704,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
704
704
|
};
|
|
705
705
|
executionId: string;
|
|
706
706
|
scenarioId: string;
|
|
707
|
-
objectType: "
|
|
707
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
708
708
|
objectId: string;
|
|
709
709
|
address?: string | null | undefined;
|
|
710
710
|
}[][] | undefined;
|
|
@@ -726,7 +726,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
726
726
|
};
|
|
727
727
|
executionId: string;
|
|
728
728
|
scenarioId: string;
|
|
729
|
-
objectType: "
|
|
729
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
730
730
|
objectId: string;
|
|
731
731
|
address?: string | null | undefined;
|
|
732
732
|
}[][] | undefined;
|
|
@@ -748,7 +748,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
748
748
|
};
|
|
749
749
|
executionId: string;
|
|
750
750
|
scenarioId: string;
|
|
751
|
-
objectType: "
|
|
751
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
752
752
|
objectId: string;
|
|
753
753
|
address?: string | null | undefined;
|
|
754
754
|
}[][] | undefined;
|
|
@@ -1385,7 +1385,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1385
1385
|
};
|
|
1386
1386
|
executionId: string;
|
|
1387
1387
|
scenarioId: string;
|
|
1388
|
-
objectType: "
|
|
1388
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1389
1389
|
objectId: string;
|
|
1390
1390
|
address?: string | null | undefined;
|
|
1391
1391
|
}[][] | undefined;
|
|
@@ -1489,7 +1489,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1489
1489
|
};
|
|
1490
1490
|
executionId: string;
|
|
1491
1491
|
scenarioId: string;
|
|
1492
|
-
objectType: "
|
|
1492
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1493
1493
|
objectId: string;
|
|
1494
1494
|
address?: string | null | undefined;
|
|
1495
1495
|
}[][] | undefined;
|
|
@@ -316,7 +316,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
316
316
|
};
|
|
317
317
|
executionId: string;
|
|
318
318
|
scenarioId: string;
|
|
319
|
-
objectType: "
|
|
319
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
320
320
|
objectId: string;
|
|
321
321
|
address?: string | null | undefined;
|
|
322
322
|
}, {
|
|
@@ -330,7 +330,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
330
330
|
};
|
|
331
331
|
executionId: string;
|
|
332
332
|
scenarioId: string;
|
|
333
|
-
objectType: "
|
|
333
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
334
334
|
objectId: string;
|
|
335
335
|
address?: string | null | undefined;
|
|
336
336
|
}>;
|
|
@@ -379,7 +379,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
379
379
|
};
|
|
380
380
|
executionId: string;
|
|
381
381
|
scenarioId: string;
|
|
382
|
-
objectType: "
|
|
382
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
383
383
|
objectId: string;
|
|
384
384
|
address?: string | null | undefined;
|
|
385
385
|
}, {
|
|
@@ -393,7 +393,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
393
393
|
};
|
|
394
394
|
executionId: string;
|
|
395
395
|
scenarioId: string;
|
|
396
|
-
objectType: "
|
|
396
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
397
397
|
objectId: string;
|
|
398
398
|
address?: string | null | undefined;
|
|
399
399
|
}>, "many">;
|
|
@@ -450,7 +450,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
450
450
|
};
|
|
451
451
|
executionId: string;
|
|
452
452
|
scenarioId: string;
|
|
453
|
-
objectType: "
|
|
453
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
454
454
|
objectId: string;
|
|
455
455
|
address?: string | null | undefined;
|
|
456
456
|
}, {
|
|
@@ -464,7 +464,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
464
464
|
};
|
|
465
465
|
executionId: string;
|
|
466
466
|
scenarioId: string;
|
|
467
|
-
objectType: "
|
|
467
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
468
468
|
objectId: string;
|
|
469
469
|
address?: string | null | undefined;
|
|
470
470
|
}>, "many">, "many">>;
|
|
@@ -483,7 +483,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
483
483
|
};
|
|
484
484
|
executionId: string;
|
|
485
485
|
scenarioId: string;
|
|
486
|
-
objectType: "
|
|
486
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
487
487
|
objectId: string;
|
|
488
488
|
address?: string | null | undefined;
|
|
489
489
|
}[][] | undefined;
|
|
@@ -502,7 +502,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
502
502
|
};
|
|
503
503
|
executionId: string;
|
|
504
504
|
scenarioId: string;
|
|
505
|
-
objectType: "
|
|
505
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
506
506
|
objectId: string;
|
|
507
507
|
address?: string | null | undefined;
|
|
508
508
|
}[][] | undefined;
|
|
@@ -561,7 +561,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
561
561
|
};
|
|
562
562
|
executionId: string;
|
|
563
563
|
scenarioId: string;
|
|
564
|
-
objectType: "
|
|
564
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
565
565
|
objectId: string;
|
|
566
566
|
address?: string | null | undefined;
|
|
567
567
|
}, {
|
|
@@ -575,7 +575,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
575
575
|
};
|
|
576
576
|
executionId: string;
|
|
577
577
|
scenarioId: string;
|
|
578
|
-
objectType: "
|
|
578
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
579
579
|
objectId: string;
|
|
580
580
|
address?: string | null | undefined;
|
|
581
581
|
}>, "many">, "many">>;
|
|
@@ -594,7 +594,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
594
594
|
};
|
|
595
595
|
executionId: string;
|
|
596
596
|
scenarioId: string;
|
|
597
|
-
objectType: "
|
|
597
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
598
598
|
objectId: string;
|
|
599
599
|
address?: string | null | undefined;
|
|
600
600
|
}[][] | undefined;
|
|
@@ -613,7 +613,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
613
613
|
};
|
|
614
614
|
executionId: string;
|
|
615
615
|
scenarioId: string;
|
|
616
|
-
objectType: "
|
|
616
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
617
617
|
objectId: string;
|
|
618
618
|
address?: string | null | undefined;
|
|
619
619
|
}[][] | undefined;
|
|
@@ -637,7 +637,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
637
637
|
};
|
|
638
638
|
executionId: string;
|
|
639
639
|
scenarioId: string;
|
|
640
|
-
objectType: "
|
|
640
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
641
641
|
objectId: string;
|
|
642
642
|
address?: string | null | undefined;
|
|
643
643
|
}[][] | undefined;
|
|
@@ -660,7 +660,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
660
660
|
};
|
|
661
661
|
executionId: string;
|
|
662
662
|
scenarioId: string;
|
|
663
|
-
objectType: "
|
|
663
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
664
664
|
objectId: string;
|
|
665
665
|
address?: string | null | undefined;
|
|
666
666
|
}[][] | undefined;
|
|
@@ -884,7 +884,7 @@ export declare const Scenario: z.ZodObject<{
|
|
|
884
884
|
vcsIncluded: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>, "many">>>;
|
|
885
885
|
}, "strip", z.ZodTypeAny, {
|
|
886
886
|
id: `scenario_${string}`;
|
|
887
|
-
type: "
|
|
887
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
888
888
|
name: string;
|
|
889
889
|
workspaceId: string;
|
|
890
890
|
queries: {
|
|
@@ -936,7 +936,7 @@ export declare const Scenario: z.ZodObject<{
|
|
|
936
936
|
vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
|
|
937
937
|
}, {
|
|
938
938
|
id: `scenario_${string}`;
|
|
939
|
-
type: "
|
|
939
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
940
940
|
name: string;
|
|
941
941
|
workspaceId: string;
|
|
942
942
|
queries: {
|
|
@@ -1253,7 +1253,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
1253
1253
|
}>, "many">;
|
|
1254
1254
|
}>, "strip", z.ZodTypeAny, {
|
|
1255
1255
|
id: `scenario_${string}`;
|
|
1256
|
-
type: "
|
|
1256
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
workspaceId: string;
|
|
1259
1259
|
queries: {
|
|
@@ -1304,7 +1304,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
1304
1304
|
description?: string | null | undefined;
|
|
1305
1305
|
}, {
|
|
1306
1306
|
id: `scenario_${string}`;
|
|
1307
|
-
type: "
|
|
1307
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1308
1308
|
name: string;
|
|
1309
1309
|
workspaceId: string;
|
|
1310
1310
|
queries: {
|
|
@@ -1554,7 +1554,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1554
1554
|
vcsIncluded: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>, "many">>>;
|
|
1555
1555
|
}, "workspaceId">, "strip", z.ZodTypeAny, {
|
|
1556
1556
|
id: `scenario_${string}`;
|
|
1557
|
-
type: "
|
|
1557
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1558
1558
|
name: string;
|
|
1559
1559
|
queries: {
|
|
1560
1560
|
attribute: {
|
|
@@ -1605,7 +1605,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1605
1605
|
vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
|
|
1606
1606
|
}, {
|
|
1607
1607
|
id: `scenario_${string}`;
|
|
1608
|
-
type: "
|
|
1608
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1609
1609
|
name: string;
|
|
1610
1610
|
queries: {
|
|
1611
1611
|
attribute: {
|
|
@@ -1856,7 +1856,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
|
|
|
1856
1856
|
}, "workspaceId">, "id">, {
|
|
1857
1857
|
entityType: z.ZodOptional<z.ZodEnum<["individual", "company", "transaction"]>>;
|
|
1858
1858
|
}>, "strip", z.ZodTypeAny, {
|
|
1859
|
-
type: "
|
|
1859
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1860
1860
|
name: string;
|
|
1861
1861
|
queries: {
|
|
1862
1862
|
attribute: {
|
|
@@ -1907,7 +1907,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
|
|
|
1907
1907
|
entityType?: "transaction" | "individual" | "company" | undefined;
|
|
1908
1908
|
vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
|
|
1909
1909
|
}, {
|
|
1910
|
-
type: "
|
|
1910
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1911
1911
|
name: string;
|
|
1912
1912
|
queries: {
|
|
1913
1913
|
attribute: {
|
|
@@ -111,7 +111,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
111
111
|
};
|
|
112
112
|
executionId: string;
|
|
113
113
|
scenarioId: string;
|
|
114
|
-
objectType: "
|
|
114
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
115
115
|
objectId: string;
|
|
116
116
|
address?: string | null | undefined;
|
|
117
117
|
}, {
|
|
@@ -125,7 +125,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
125
125
|
};
|
|
126
126
|
executionId: string;
|
|
127
127
|
scenarioId: string;
|
|
128
|
-
objectType: "
|
|
128
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
129
129
|
objectId: string;
|
|
130
130
|
address?: string | null | undefined;
|
|
131
131
|
}>, "many">, "many">>;
|
|
@@ -144,7 +144,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
144
144
|
};
|
|
145
145
|
executionId: string;
|
|
146
146
|
scenarioId: string;
|
|
147
|
-
objectType: "
|
|
147
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
148
148
|
objectId: string;
|
|
149
149
|
address?: string | null | undefined;
|
|
150
150
|
}[][] | undefined;
|
|
@@ -163,7 +163,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
163
163
|
};
|
|
164
164
|
executionId: string;
|
|
165
165
|
scenarioId: string;
|
|
166
|
-
objectType: "
|
|
166
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
167
167
|
objectId: string;
|
|
168
168
|
address?: string | null | undefined;
|
|
169
169
|
}[][] | undefined;
|
|
@@ -209,7 +209,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
209
209
|
};
|
|
210
210
|
executionId: string;
|
|
211
211
|
scenarioId: string;
|
|
212
|
-
objectType: "
|
|
212
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
213
213
|
objectId: string;
|
|
214
214
|
address?: string | null | undefined;
|
|
215
215
|
}[][] | undefined;
|
|
@@ -251,7 +251,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
251
251
|
};
|
|
252
252
|
executionId: string;
|
|
253
253
|
scenarioId: string;
|
|
254
|
-
objectType: "
|
|
254
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
255
255
|
objectId: string;
|
|
256
256
|
address?: string | null | undefined;
|
|
257
257
|
}[][] | undefined;
|
|
@@ -324,7 +324,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
324
324
|
};
|
|
325
325
|
executionId: string;
|
|
326
326
|
scenarioId: string;
|
|
327
|
-
objectType: "
|
|
327
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
328
328
|
objectId: string;
|
|
329
329
|
address?: string | null | undefined;
|
|
330
330
|
}, {
|
|
@@ -338,7 +338,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
338
338
|
};
|
|
339
339
|
executionId: string;
|
|
340
340
|
scenarioId: string;
|
|
341
|
-
objectType: "
|
|
341
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
342
342
|
objectId: string;
|
|
343
343
|
address?: string | null | undefined;
|
|
344
344
|
}>, "many">, "many">>;
|
|
@@ -357,7 +357,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
357
357
|
};
|
|
358
358
|
executionId: string;
|
|
359
359
|
scenarioId: string;
|
|
360
|
-
objectType: "
|
|
360
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
361
361
|
objectId: string;
|
|
362
362
|
address?: string | null | undefined;
|
|
363
363
|
}[][] | undefined;
|
|
@@ -376,7 +376,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
376
376
|
};
|
|
377
377
|
executionId: string;
|
|
378
378
|
scenarioId: string;
|
|
379
|
-
objectType: "
|
|
379
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
380
380
|
objectId: string;
|
|
381
381
|
address?: string | null | undefined;
|
|
382
382
|
}[][] | undefined;
|
|
@@ -449,7 +449,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
449
449
|
};
|
|
450
450
|
executionId: string;
|
|
451
451
|
scenarioId: string;
|
|
452
|
-
objectType: "
|
|
452
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
453
453
|
objectId: string;
|
|
454
454
|
address?: string | null | undefined;
|
|
455
455
|
}[][] | undefined;
|
|
@@ -498,7 +498,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
498
498
|
};
|
|
499
499
|
executionId: string;
|
|
500
500
|
scenarioId: string;
|
|
501
|
-
objectType: "
|
|
501
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
502
502
|
objectId: string;
|
|
503
503
|
address?: string | null | undefined;
|
|
504
504
|
}[][] | undefined;
|
|
@@ -578,7 +578,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
578
578
|
};
|
|
579
579
|
executionId: string;
|
|
580
580
|
scenarioId: string;
|
|
581
|
-
objectType: "
|
|
581
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
582
582
|
objectId: string;
|
|
583
583
|
address?: string | null | undefined;
|
|
584
584
|
}, {
|
|
@@ -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: "
|
|
595
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
596
596
|
objectId: string;
|
|
597
597
|
address?: string | null | undefined;
|
|
598
598
|
}>, "many">, "many">>;
|
|
@@ -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: "
|
|
614
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
615
615
|
objectId: string;
|
|
616
616
|
address?: string | null | undefined;
|
|
617
617
|
}[][] | undefined;
|
|
@@ -630,7 +630,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
630
630
|
};
|
|
631
631
|
executionId: string;
|
|
632
632
|
scenarioId: string;
|
|
633
|
-
objectType: "
|
|
633
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
634
634
|
objectId: string;
|
|
635
635
|
address?: string | null | undefined;
|
|
636
636
|
}[][] | undefined;
|
|
@@ -714,7 +714,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
714
714
|
};
|
|
715
715
|
executionId: string;
|
|
716
716
|
scenarioId: string;
|
|
717
|
-
objectType: "
|
|
717
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
718
718
|
objectId: string;
|
|
719
719
|
address?: string | null | undefined;
|
|
720
720
|
}[][] | undefined;
|
|
@@ -768,7 +768,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
768
768
|
};
|
|
769
769
|
executionId: string;
|
|
770
770
|
scenarioId: string;
|
|
771
|
-
objectType: "
|
|
771
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
772
772
|
objectId: string;
|
|
773
773
|
address?: string | null | undefined;
|
|
774
774
|
}[][] | undefined;
|
|
@@ -1051,7 +1051,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1051
1051
|
};
|
|
1052
1052
|
executionId: string;
|
|
1053
1053
|
scenarioId: string;
|
|
1054
|
-
objectType: "
|
|
1054
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1055
1055
|
objectId: string;
|
|
1056
1056
|
address?: string | null | undefined;
|
|
1057
1057
|
}, {
|
|
@@ -1065,7 +1065,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1065
1065
|
};
|
|
1066
1066
|
executionId: string;
|
|
1067
1067
|
scenarioId: string;
|
|
1068
|
-
objectType: "
|
|
1068
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1069
1069
|
objectId: string;
|
|
1070
1070
|
address?: string | null | undefined;
|
|
1071
1071
|
}>, "many">, "many">>;
|
|
@@ -1084,7 +1084,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1084
1084
|
};
|
|
1085
1085
|
executionId: string;
|
|
1086
1086
|
scenarioId: string;
|
|
1087
|
-
objectType: "
|
|
1087
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1088
1088
|
objectId: string;
|
|
1089
1089
|
address?: string | null | undefined;
|
|
1090
1090
|
}[][] | undefined;
|
|
@@ -1103,7 +1103,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1103
1103
|
};
|
|
1104
1104
|
executionId: string;
|
|
1105
1105
|
scenarioId: string;
|
|
1106
|
-
objectType: "
|
|
1106
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1107
1107
|
objectId: string;
|
|
1108
1108
|
address?: string | null | undefined;
|
|
1109
1109
|
}[][] | undefined;
|
|
@@ -1204,7 +1204,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1204
1204
|
};
|
|
1205
1205
|
executionId: string;
|
|
1206
1206
|
scenarioId: string;
|
|
1207
|
-
objectType: "
|
|
1207
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1208
1208
|
objectId: string;
|
|
1209
1209
|
address?: string | null | undefined;
|
|
1210
1210
|
}[][] | undefined;
|
|
@@ -1264,7 +1264,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1264
1264
|
};
|
|
1265
1265
|
executionId: string;
|
|
1266
1266
|
scenarioId: string;
|
|
1267
|
-
objectType: "
|
|
1267
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1268
1268
|
objectId: string;
|
|
1269
1269
|
address?: string | null | undefined;
|
|
1270
1270
|
}[][] | undefined;
|
|
@@ -1494,7 +1494,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1494
1494
|
};
|
|
1495
1495
|
executionId: string;
|
|
1496
1496
|
scenarioId: string;
|
|
1497
|
-
objectType: "
|
|
1497
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1498
1498
|
objectId: string;
|
|
1499
1499
|
address?: string | null | undefined;
|
|
1500
1500
|
}, {
|
|
@@ -1508,7 +1508,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1508
1508
|
};
|
|
1509
1509
|
executionId: string;
|
|
1510
1510
|
scenarioId: string;
|
|
1511
|
-
objectType: "
|
|
1511
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1512
1512
|
objectId: string;
|
|
1513
1513
|
address?: string | null | undefined;
|
|
1514
1514
|
}>, "many">, "many">>;
|
|
@@ -1527,7 +1527,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1527
1527
|
};
|
|
1528
1528
|
executionId: string;
|
|
1529
1529
|
scenarioId: string;
|
|
1530
|
-
objectType: "
|
|
1530
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1531
1531
|
objectId: string;
|
|
1532
1532
|
address?: string | null | undefined;
|
|
1533
1533
|
}[][] | undefined;
|
|
@@ -1546,7 +1546,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1546
1546
|
};
|
|
1547
1547
|
executionId: string;
|
|
1548
1548
|
scenarioId: string;
|
|
1549
|
-
objectType: "
|
|
1549
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1550
1550
|
objectId: string;
|
|
1551
1551
|
address?: string | null | undefined;
|
|
1552
1552
|
}[][] | undefined;
|
|
@@ -1647,7 +1647,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1647
1647
|
};
|
|
1648
1648
|
executionId: string;
|
|
1649
1649
|
scenarioId: string;
|
|
1650
|
-
objectType: "
|
|
1650
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1651
1651
|
objectId: string;
|
|
1652
1652
|
address?: string | null | undefined;
|
|
1653
1653
|
}[][] | undefined;
|
|
@@ -1707,7 +1707,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1707
1707
|
};
|
|
1708
1708
|
executionId: string;
|
|
1709
1709
|
scenarioId: string;
|
|
1710
|
-
objectType: "
|
|
1710
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1711
1711
|
objectId: string;
|
|
1712
1712
|
address?: string | null | undefined;
|
|
1713
1713
|
}[][] | undefined;
|
|
@@ -1771,7 +1771,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1771
1771
|
};
|
|
1772
1772
|
executionId: string;
|
|
1773
1773
|
scenarioId: string;
|
|
1774
|
-
objectType: "
|
|
1774
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1775
1775
|
objectId: string;
|
|
1776
1776
|
address?: string | null | undefined;
|
|
1777
1777
|
}[][] | undefined;
|
|
@@ -1836,7 +1836,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1836
1836
|
};
|
|
1837
1837
|
executionId: string;
|
|
1838
1838
|
scenarioId: string;
|
|
1839
|
-
objectType: "
|
|
1839
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1840
1840
|
objectId: string;
|
|
1841
1841
|
address?: string | null | undefined;
|
|
1842
1842
|
}[][] | undefined;
|
|
@@ -28,4 +28,5 @@ export type Tag = z.infer<typeof Tag>;
|
|
|
28
28
|
export declare const TagTitle: z.ZodString;
|
|
29
29
|
export type TagTitle = z.infer<typeof TagTitle>;
|
|
30
30
|
export declare const getTagTypeFromEntityType: (entityType: string) => TypeTag;
|
|
31
|
+
export declare const WORKFLOW_TYPE_TO_TAG_TYPE: Record<string, TypeTag>;
|
|
31
32
|
//# sourceMappingURL=tag.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.schema.d.ts","sourceRoot":"../../../src","sources":["tag.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,mDAAoD,CAAC;AAC1E,eAAO,MAAM,OAAO,qDAAmB,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAQ9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;EAOd,CAAC;AAEH,MAAM,MAAM,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;AAEtC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD,eAAO,MAAM,wBAAwB,eAAgB,MAAM,KAAG,OAE7D,CAAC"}
|
|
1
|
+
{"version":3,"file":"tag.schema.d.ts","sourceRoot":"../../../src","sources":["tag.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,mDAAoD,CAAC;AAC1E,eAAO,MAAM,OAAO,qDAAmB,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAQ9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;EAOd,CAAC;AAEH,MAAM,MAAM,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;AAEtC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD,eAAO,MAAM,wBAAwB,eAAgB,MAAM,KAAG,OAE7D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAQ7D,CAAC"}
|
|
@@ -93,6 +93,15 @@ var getTagTypeFromEntityType = function getTagTypeFromEntityType(entityType) {
|
|
|
93
93
|
var _ENTITY_TYPE_TAG_MAPP;
|
|
94
94
|
return (_ENTITY_TYPE_TAG_MAPP = ENTITY_TYPE_TAG_MAPPING[entityType]) !== null && _ENTITY_TYPE_TAG_MAPP !== void 0 ? _ENTITY_TYPE_TAG_MAPP : "individual";
|
|
95
95
|
};
|
|
96
|
+
var WORKFLOW_TYPE_TO_TAG_TYPE = {
|
|
97
|
+
KYC: "individual",
|
|
98
|
+
KYB: "company",
|
|
99
|
+
KYT: "transaction",
|
|
100
|
+
CustomerScreening: "individual",
|
|
101
|
+
ZKP: "individual",
|
|
102
|
+
TFHE: "individual",
|
|
103
|
+
SigGating: "transaction"
|
|
104
|
+
};
|
|
96
105
|
|
|
97
106
|
var AWS_WEBHOOK_TYPES = ["SubscriptionConfirmation", "Notification"];
|
|
98
107
|
var AwsWebhookTypes = zod.z["enum"](AWS_WEBHOOK_TYPES);
|
|
@@ -660,4 +669,5 @@ exports.Tag = Tag;
|
|
|
660
669
|
exports.TagTitle = TagTitle;
|
|
661
670
|
exports.TypeTag = TypeTag;
|
|
662
671
|
exports.TypeTags = TypeTags;
|
|
672
|
+
exports.WORKFLOW_TYPE_TO_TAG_TYPE = WORKFLOW_TYPE_TO_TAG_TYPE;
|
|
663
673
|
exports.getTagTypeFromEntityType = getTagTypeFromEntityType;
|
|
@@ -93,6 +93,15 @@ var getTagTypeFromEntityType = function getTagTypeFromEntityType(entityType) {
|
|
|
93
93
|
var _ENTITY_TYPE_TAG_MAPP;
|
|
94
94
|
return (_ENTITY_TYPE_TAG_MAPP = ENTITY_TYPE_TAG_MAPPING[entityType]) !== null && _ENTITY_TYPE_TAG_MAPP !== void 0 ? _ENTITY_TYPE_TAG_MAPP : "individual";
|
|
95
95
|
};
|
|
96
|
+
var WORKFLOW_TYPE_TO_TAG_TYPE = {
|
|
97
|
+
KYC: "individual",
|
|
98
|
+
KYB: "company",
|
|
99
|
+
KYT: "transaction",
|
|
100
|
+
CustomerScreening: "individual",
|
|
101
|
+
ZKP: "individual",
|
|
102
|
+
TFHE: "individual",
|
|
103
|
+
SigGating: "transaction"
|
|
104
|
+
};
|
|
96
105
|
|
|
97
106
|
var AWS_WEBHOOK_TYPES = ["SubscriptionConfirmation", "Notification"];
|
|
98
107
|
var AwsWebhookTypes = zod.z["enum"](AWS_WEBHOOK_TYPES);
|
|
@@ -660,4 +669,5 @@ exports.Tag = Tag;
|
|
|
660
669
|
exports.TagTitle = TagTitle;
|
|
661
670
|
exports.TypeTag = TypeTag;
|
|
662
671
|
exports.TypeTags = TypeTags;
|
|
672
|
+
exports.WORKFLOW_TYPE_TO_TAG_TYPE = WORKFLOW_TYPE_TO_TAG_TYPE;
|
|
663
673
|
exports.getTagTypeFromEntityType = getTagTypeFromEntityType;
|
|
@@ -90,6 +90,15 @@ var getTagTypeFromEntityType = function getTagTypeFromEntityType(entityType) {
|
|
|
90
90
|
var _ENTITY_TYPE_TAG_MAPP;
|
|
91
91
|
return (_ENTITY_TYPE_TAG_MAPP = ENTITY_TYPE_TAG_MAPPING[entityType]) !== null && _ENTITY_TYPE_TAG_MAPP !== void 0 ? _ENTITY_TYPE_TAG_MAPP : "individual";
|
|
92
92
|
};
|
|
93
|
+
var WORKFLOW_TYPE_TO_TAG_TYPE = {
|
|
94
|
+
KYC: "individual",
|
|
95
|
+
KYB: "company",
|
|
96
|
+
KYT: "transaction",
|
|
97
|
+
CustomerScreening: "individual",
|
|
98
|
+
ZKP: "individual",
|
|
99
|
+
TFHE: "individual",
|
|
100
|
+
SigGating: "transaction"
|
|
101
|
+
};
|
|
93
102
|
|
|
94
103
|
var AWS_WEBHOOK_TYPES = ["SubscriptionConfirmation", "Notification"];
|
|
95
104
|
var AwsWebhookTypes = z["enum"](AWS_WEBHOOK_TYPES);
|
|
@@ -107,4 +116,4 @@ var AwsWebhookInput = z.object({
|
|
|
107
116
|
SubscribeURL: z.string().nullish()
|
|
108
117
|
});
|
|
109
118
|
|
|
110
|
-
export { AWS_WEBHOOK_TYPES, AwsWebhookInput, AwsWebhookTypes, DownloadableKycSchema, EncryptedKycKey, EncryptedVerifiableCredentialDataSchema, EncryptedVerifiableCredentialSchema, ImageUploadResponseSchema, MAX_MEDIA_FILE_SIZE, MediaDataSchema, Tag, TagTitle, TypeTag, TypeTags, getTagTypeFromEntityType };
|
|
119
|
+
export { AWS_WEBHOOK_TYPES, AwsWebhookInput, AwsWebhookTypes, DownloadableKycSchema, EncryptedKycKey, EncryptedVerifiableCredentialDataSchema, EncryptedVerifiableCredentialSchema, ImageUploadResponseSchema, MAX_MEDIA_FILE_SIZE, MediaDataSchema, Tag, TagTitle, TypeTag, TypeTags, WORKFLOW_TYPE_TO_TAG_TYPE, getTagTypeFromEntityType };
|
package/dist/package.json
CHANGED