@nexeraid/identity-schemas 2.219.0-dev → 2.220.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/customer.schema.d.ts +5 -0
- package/dist/declarations/src/customer.schema.d.ts.map +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 +34 -34
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +24 -3
- package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +79 -3
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +76 -76
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +4 -4
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +75 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +275 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +103 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-d38efa2a.cjs.dev.cjs → identity-api.schema-4ec9fdca.cjs.dev.cjs} +5 -16
- package/dist/{identity-api.schema-e336805b.cjs.prod.cjs → identity-api.schema-57bbbe51.cjs.prod.cjs} +5 -16
- package/dist/{identity-api.schema-f7d96e63.esm.mjs → identity-api.schema-82b97da7.esm.mjs} +5 -16
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-c5527856.esm.mjs → notabene.schema-2cdf460c.esm.mjs} +35 -21
- package/dist/{notabene.schema-377df233.cjs.prod.cjs → notabene.schema-9c2c4151.cjs.prod.cjs} +36 -20
- package/dist/{notabene.schema-9d92b8f7.cjs.dev.cjs → notabene.schema-a574596c.cjs.dev.cjs} +36 -20
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-8d11e34d.cjs.dev.cjs → tfhe-utilities-159b8167.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-7737169b.cjs.prod.cjs → tfhe-utilities-79ebf91e.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-071f5348.esm.mjs → tfhe-utilities-8dac8326.esm.mjs} +2 -2
- package/dist/{toArray-97f0e0e9.cjs.prod.cjs → toArray-79d56a87.cjs.prod.cjs} +1 -1
- package/dist/{toArray-e62b4fb4.esm.mjs → toArray-ce14afcd.esm.mjs} +1 -1
- package/dist/{toArray-a0017d51.cjs.dev.cjs → toArray-d3b505b6.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-11c98ace.cjs.prod.cjs → vault.schema-3e16092e.cjs.dev.cjs} +324 -6
- package/dist/{vault.schema-54409d8e.cjs.dev.cjs → vault.schema-9e61eba0.cjs.prod.cjs} +324 -6
- package/dist/{vault.schema-814e6950.esm.mjs → vault.schema-bfc68f42.esm.mjs} +324 -6
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +6 -9
|
@@ -74,7 +74,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
74
74
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
75
75
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
76
76
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
77
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
77
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
78
78
|
objectId: z.ZodString;
|
|
79
79
|
name: z.ZodString;
|
|
80
80
|
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>]>]>>>;
|
|
@@ -117,7 +117,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
117
117
|
};
|
|
118
118
|
executionId: string;
|
|
119
119
|
scenarioId: string;
|
|
120
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
120
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
121
121
|
objectId: string;
|
|
122
122
|
address?: string | null | undefined;
|
|
123
123
|
}, {
|
|
@@ -131,7 +131,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
131
131
|
};
|
|
132
132
|
executionId: string;
|
|
133
133
|
scenarioId: string;
|
|
134
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
134
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
135
135
|
objectId: string;
|
|
136
136
|
address?: string | null | undefined;
|
|
137
137
|
}>, "many">, "many">>;
|
|
@@ -150,7 +150,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
150
150
|
};
|
|
151
151
|
executionId: string;
|
|
152
152
|
scenarioId: string;
|
|
153
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
153
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
154
154
|
objectId: string;
|
|
155
155
|
address?: string | null | undefined;
|
|
156
156
|
}[][] | undefined;
|
|
@@ -169,7 +169,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
169
169
|
};
|
|
170
170
|
executionId: string;
|
|
171
171
|
scenarioId: string;
|
|
172
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
172
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
173
173
|
objectId: string;
|
|
174
174
|
address?: string | null | undefined;
|
|
175
175
|
}[][] | undefined;
|
|
@@ -220,7 +220,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
220
220
|
};
|
|
221
221
|
executionId: string;
|
|
222
222
|
scenarioId: string;
|
|
223
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
223
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
224
224
|
objectId: string;
|
|
225
225
|
address?: string | null | undefined;
|
|
226
226
|
}[][] | undefined;
|
|
@@ -266,7 +266,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
266
266
|
};
|
|
267
267
|
executionId: string;
|
|
268
268
|
scenarioId: string;
|
|
269
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
269
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
270
270
|
objectId: string;
|
|
271
271
|
address?: string | null | undefined;
|
|
272
272
|
}[][] | undefined;
|
|
@@ -299,7 +299,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
299
299
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
300
300
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
301
301
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
302
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
302
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
303
303
|
objectId: z.ZodString;
|
|
304
304
|
name: z.ZodString;
|
|
305
305
|
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>]>]>>>;
|
|
@@ -342,7 +342,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
342
342
|
};
|
|
343
343
|
executionId: string;
|
|
344
344
|
scenarioId: string;
|
|
345
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
345
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
346
346
|
objectId: string;
|
|
347
347
|
address?: string | null | undefined;
|
|
348
348
|
}, {
|
|
@@ -356,7 +356,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
356
356
|
};
|
|
357
357
|
executionId: string;
|
|
358
358
|
scenarioId: string;
|
|
359
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
359
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
360
360
|
objectId: string;
|
|
361
361
|
address?: string | null | undefined;
|
|
362
362
|
}>, "many">, "many">>;
|
|
@@ -375,7 +375,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
375
375
|
};
|
|
376
376
|
executionId: string;
|
|
377
377
|
scenarioId: string;
|
|
378
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
378
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
379
379
|
objectId: string;
|
|
380
380
|
address?: string | null | undefined;
|
|
381
381
|
}[][] | undefined;
|
|
@@ -394,7 +394,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
394
394
|
};
|
|
395
395
|
executionId: string;
|
|
396
396
|
scenarioId: string;
|
|
397
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
397
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
398
398
|
objectId: string;
|
|
399
399
|
address?: string | null | undefined;
|
|
400
400
|
}[][] | undefined;
|
|
@@ -472,7 +472,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
472
472
|
};
|
|
473
473
|
executionId: string;
|
|
474
474
|
scenarioId: string;
|
|
475
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
475
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
476
476
|
objectId: string;
|
|
477
477
|
address?: string | null | undefined;
|
|
478
478
|
}[][] | undefined;
|
|
@@ -525,7 +525,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
525
525
|
};
|
|
526
526
|
executionId: string;
|
|
527
527
|
scenarioId: string;
|
|
528
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
528
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
529
529
|
objectId: string;
|
|
530
530
|
address?: string | null | undefined;
|
|
531
531
|
}[][] | undefined;
|
|
@@ -565,7 +565,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
565
565
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
566
566
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
567
567
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
568
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
568
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
569
569
|
objectId: z.ZodString;
|
|
570
570
|
name: z.ZodString;
|
|
571
571
|
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>]>]>>>;
|
|
@@ -608,7 +608,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
608
608
|
};
|
|
609
609
|
executionId: string;
|
|
610
610
|
scenarioId: string;
|
|
611
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
611
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
612
612
|
objectId: string;
|
|
613
613
|
address?: string | null | undefined;
|
|
614
614
|
}, {
|
|
@@ -622,7 +622,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
622
622
|
};
|
|
623
623
|
executionId: string;
|
|
624
624
|
scenarioId: string;
|
|
625
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
625
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
626
626
|
objectId: string;
|
|
627
627
|
address?: string | null | undefined;
|
|
628
628
|
}>, "many">, "many">>;
|
|
@@ -641,7 +641,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
641
641
|
};
|
|
642
642
|
executionId: string;
|
|
643
643
|
scenarioId: string;
|
|
644
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
644
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
645
645
|
objectId: string;
|
|
646
646
|
address?: string | null | undefined;
|
|
647
647
|
}[][] | undefined;
|
|
@@ -660,7 +660,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
660
660
|
};
|
|
661
661
|
executionId: string;
|
|
662
662
|
scenarioId: string;
|
|
663
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
663
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
664
664
|
objectId: string;
|
|
665
665
|
address?: string | null | undefined;
|
|
666
666
|
}[][] | undefined;
|
|
@@ -749,7 +749,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
749
749
|
};
|
|
750
750
|
executionId: string;
|
|
751
751
|
scenarioId: string;
|
|
752
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
752
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
753
753
|
objectId: string;
|
|
754
754
|
address?: string | null | undefined;
|
|
755
755
|
}[][] | undefined;
|
|
@@ -807,7 +807,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
807
807
|
};
|
|
808
808
|
executionId: string;
|
|
809
809
|
scenarioId: string;
|
|
810
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
810
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
811
811
|
objectId: string;
|
|
812
812
|
address?: string | null | undefined;
|
|
813
813
|
}[][] | undefined;
|
|
@@ -1050,7 +1050,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1050
1050
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1051
1051
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1052
1052
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1053
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1053
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1054
1054
|
objectId: z.ZodString;
|
|
1055
1055
|
name: z.ZodString;
|
|
1056
1056
|
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>]>]>>>;
|
|
@@ -1093,7 +1093,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1093
1093
|
};
|
|
1094
1094
|
executionId: string;
|
|
1095
1095
|
scenarioId: string;
|
|
1096
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1096
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1097
1097
|
objectId: string;
|
|
1098
1098
|
address?: string | null | undefined;
|
|
1099
1099
|
}, {
|
|
@@ -1107,7 +1107,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1107
1107
|
};
|
|
1108
1108
|
executionId: string;
|
|
1109
1109
|
scenarioId: string;
|
|
1110
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1110
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1111
1111
|
objectId: string;
|
|
1112
1112
|
address?: string | null | undefined;
|
|
1113
1113
|
}>, "many">, "many">>;
|
|
@@ -1126,7 +1126,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1126
1126
|
};
|
|
1127
1127
|
executionId: string;
|
|
1128
1128
|
scenarioId: string;
|
|
1129
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1129
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1130
1130
|
objectId: string;
|
|
1131
1131
|
address?: string | null | undefined;
|
|
1132
1132
|
}[][] | undefined;
|
|
@@ -1145,7 +1145,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1145
1145
|
};
|
|
1146
1146
|
executionId: string;
|
|
1147
1147
|
scenarioId: string;
|
|
1148
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1148
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1149
1149
|
objectId: string;
|
|
1150
1150
|
address?: string | null | undefined;
|
|
1151
1151
|
}[][] | undefined;
|
|
@@ -1251,7 +1251,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1251
1251
|
};
|
|
1252
1252
|
executionId: string;
|
|
1253
1253
|
scenarioId: string;
|
|
1254
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1254
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1255
1255
|
objectId: string;
|
|
1256
1256
|
address?: string | null | undefined;
|
|
1257
1257
|
}[][] | undefined;
|
|
@@ -1315,7 +1315,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1315
1315
|
};
|
|
1316
1316
|
executionId: string;
|
|
1317
1317
|
scenarioId: string;
|
|
1318
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1318
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1319
1319
|
objectId: string;
|
|
1320
1320
|
address?: string | null | undefined;
|
|
1321
1321
|
}[][] | undefined;
|
|
@@ -1495,7 +1495,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1495
1495
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1496
1496
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1497
1497
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1498
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1498
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1499
1499
|
objectId: z.ZodString;
|
|
1500
1500
|
name: z.ZodString;
|
|
1501
1501
|
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>]>]>>>;
|
|
@@ -1538,7 +1538,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1538
1538
|
};
|
|
1539
1539
|
executionId: string;
|
|
1540
1540
|
scenarioId: string;
|
|
1541
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1541
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1542
1542
|
objectId: string;
|
|
1543
1543
|
address?: string | null | undefined;
|
|
1544
1544
|
}, {
|
|
@@ -1552,7 +1552,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1552
1552
|
};
|
|
1553
1553
|
executionId: string;
|
|
1554
1554
|
scenarioId: string;
|
|
1555
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1555
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1556
1556
|
objectId: string;
|
|
1557
1557
|
address?: string | null | undefined;
|
|
1558
1558
|
}>, "many">, "many">>;
|
|
@@ -1571,7 +1571,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1571
1571
|
};
|
|
1572
1572
|
executionId: string;
|
|
1573
1573
|
scenarioId: string;
|
|
1574
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1574
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1575
1575
|
objectId: string;
|
|
1576
1576
|
address?: string | null | undefined;
|
|
1577
1577
|
}[][] | undefined;
|
|
@@ -1590,7 +1590,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1590
1590
|
};
|
|
1591
1591
|
executionId: string;
|
|
1592
1592
|
scenarioId: string;
|
|
1593
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1593
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1594
1594
|
objectId: string;
|
|
1595
1595
|
address?: string | null | undefined;
|
|
1596
1596
|
}[][] | undefined;
|
|
@@ -1696,7 +1696,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1696
1696
|
};
|
|
1697
1697
|
executionId: string;
|
|
1698
1698
|
scenarioId: string;
|
|
1699
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1699
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1700
1700
|
objectId: string;
|
|
1701
1701
|
address?: string | null | undefined;
|
|
1702
1702
|
}[][] | undefined;
|
|
@@ -1760,7 +1760,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1760
1760
|
};
|
|
1761
1761
|
executionId: string;
|
|
1762
1762
|
scenarioId: string;
|
|
1763
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1763
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1764
1764
|
objectId: string;
|
|
1765
1765
|
address?: string | null | undefined;
|
|
1766
1766
|
}[][] | undefined;
|
|
@@ -1828,7 +1828,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1828
1828
|
};
|
|
1829
1829
|
executionId: string;
|
|
1830
1830
|
scenarioId: string;
|
|
1831
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1831
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1832
1832
|
objectId: string;
|
|
1833
1833
|
address?: string | null | undefined;
|
|
1834
1834
|
}[][] | undefined;
|
|
@@ -1897,7 +1897,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1897
1897
|
};
|
|
1898
1898
|
executionId: string;
|
|
1899
1899
|
scenarioId: string;
|
|
1900
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1900
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1901
1901
|
objectId: string;
|
|
1902
1902
|
address?: string | null | undefined;
|
|
1903
1903
|
}[][] | undefined;
|