@nexeraid/identity-schemas 2.64.0-dev → 2.65.0-staging
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-7b52586c.esm.mjs → CoinMarketCap.schema-4168b240.esm.mjs} +6 -3
- package/dist/{CoinMarketCap.schema-53dca8e8.cjs.dev.cjs → CoinMarketCap.schema-5152702c.cjs.dev.cjs} +6 -3
- package/dist/{CoinMarketCap.schema-1e8f8c38.cjs.prod.cjs → CoinMarketCap.schema-dcf0fd09.cjs.prod.cjs} +6 -3
- package/dist/declarations/src/credential-storage.schema.d.ts +3 -3
- package/dist/declarations/src/customer.schema.d.ts +4 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +50 -50
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +14 -14
- package/dist/declarations/src/identity/kyc.schema.d.ts +184 -24
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +121 -4
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +41 -41
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +10 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +69 -33
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +586 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts +10 -0
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +100 -6
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts +96 -0
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +494 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +211 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-f07e7dc0.cjs.prod.cjs → identity-api.schema-12a25a42.cjs.prod.cjs} +54 -5
- package/dist/{identity-api.schema-4697ed44.cjs.dev.cjs → identity-api.schema-4510f916.cjs.dev.cjs} +54 -5
- package/dist/{identity-api.schema-50cf4bbe.esm.mjs → identity-api.schema-97cbcb66.esm.mjs} +46 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +20 -7
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +20 -7
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{frontend-utilities.schema-85b3a5de.cjs.dev.cjs → tfhe-utilities-1ae3cd6a.cjs.dev.cjs} +303 -6
- package/dist/{frontend-utilities.schema-bdbef342.cjs.prod.cjs → tfhe-utilities-b0e780c6.cjs.prod.cjs} +303 -6
- package/dist/{frontend-utilities.schema-652b04a0.esm.mjs → tfhe-utilities-f43f16b1.esm.mjs} +302 -7
- package/dist/{vault.schema-8d2dd08d.esm.mjs → vault.schema-1b7eeedd.esm.mjs} +1356 -232
- package/dist/{vault.schema-2d02afaa.cjs.prod.cjs → vault.schema-4921bc9f.cjs.dev.cjs} +1357 -231
- package/dist/{vault.schema-a14b6922.cjs.dev.cjs → vault.schema-9d80a02d.cjs.prod.cjs} +1357 -231
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +7 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +7 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
package/dist/{CoinMarketCap.schema-7b52586c.esm.mjs → CoinMarketCap.schema-4168b240.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d as Alpha2Country,
|
|
3
|
-
import { as as BlockchainAddress, aT as UuidString, aw as BlockchainNamespace,
|
|
2
|
+
import { d as Alpha2Country, aY as _toConsumableArray, I as ISO3CountryCode, a_ as _slicedToArray, w as CustomerStatus, V as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-1b7eeedd.esm.mjs';
|
|
3
|
+
import { as as BlockchainAddress, aT as UuidString, by as IdentityId, aw as BlockchainNamespace, cN as SdkVerificationOutput, bv as WorkflowSessionId, eZ as WorkspaceId, eY as OrganizationId, fd as _defineProperty, dH as QrCodeLinkWithSchemaType, fa as CredentialType } from './identity-api.schema-97cbcb66.esm.mjs';
|
|
4
4
|
|
|
5
5
|
// based on https://tech-doc.api.scorechain.com/
|
|
6
6
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2272,6 +2272,7 @@ var SelectKycSessionStep = z.object({
|
|
|
2272
2272
|
var SelectKycSession = z.object({
|
|
2273
2273
|
id: UuidString,
|
|
2274
2274
|
customerId: UuidString,
|
|
2275
|
+
identityId: IdentityId.nullish(),
|
|
2275
2276
|
address: BlockchainAddress.nullish(),
|
|
2276
2277
|
blockchainNamespace: BlockchainNamespace.nullish(),
|
|
2277
2278
|
sandboxSimulated: z.coerce["boolean"]().nullish(),
|
|
@@ -2288,7 +2289,9 @@ var SelectKycSession = z.object({
|
|
|
2288
2289
|
updatedAt: z.coerce.date(),
|
|
2289
2290
|
scenarioExecutions: SdkVerificationOutput.nullish(),
|
|
2290
2291
|
workflowId: z.string().uuid().nullable(),
|
|
2291
|
-
workflowSessionId: WorkflowSessionId.nullable()
|
|
2292
|
+
workflowSessionId: WorkflowSessionId.nullable(),
|
|
2293
|
+
workspaceId: WorkspaceId.nullish(),
|
|
2294
|
+
organizationId: OrganizationId.nullish()
|
|
2292
2295
|
});
|
|
2293
2296
|
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2294
2297
|
stepsCompleted: z.array(SelectKycSessionStep)
|
package/dist/{CoinMarketCap.schema-53dca8e8.cjs.dev.cjs → CoinMarketCap.schema-5152702c.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-4921bc9f.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-4510f916.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2274,6 +2274,7 @@ var SelectKycSessionStep = zod.z.object({
|
|
|
2274
2274
|
var SelectKycSession = zod.z.object({
|
|
2275
2275
|
id: identityApi_schema.UuidString,
|
|
2276
2276
|
customerId: identityApi_schema.UuidString,
|
|
2277
|
+
identityId: identityApi_schema.IdentityId.nullish(),
|
|
2277
2278
|
address: identityApi_schema.BlockchainAddress.nullish(),
|
|
2278
2279
|
blockchainNamespace: identityApi_schema.BlockchainNamespace.nullish(),
|
|
2279
2280
|
sandboxSimulated: zod.z.coerce["boolean"]().nullish(),
|
|
@@ -2290,7 +2291,9 @@ var SelectKycSession = zod.z.object({
|
|
|
2290
2291
|
updatedAt: zod.z.coerce.date(),
|
|
2291
2292
|
scenarioExecutions: identityApi_schema.SdkVerificationOutput.nullish(),
|
|
2292
2293
|
workflowId: zod.z.string().uuid().nullable(),
|
|
2293
|
-
workflowSessionId: identityApi_schema.WorkflowSessionId.nullable()
|
|
2294
|
+
workflowSessionId: identityApi_schema.WorkflowSessionId.nullable(),
|
|
2295
|
+
workspaceId: identityApi_schema.WorkspaceId.nullish(),
|
|
2296
|
+
organizationId: identityApi_schema.OrganizationId.nullish()
|
|
2294
2297
|
});
|
|
2295
2298
|
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2296
2299
|
stepsCompleted: zod.z.array(SelectKycSessionStep)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-9d80a02d.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-12a25a42.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2274,6 +2274,7 @@ var SelectKycSessionStep = zod.z.object({
|
|
|
2274
2274
|
var SelectKycSession = zod.z.object({
|
|
2275
2275
|
id: identityApi_schema.UuidString,
|
|
2276
2276
|
customerId: identityApi_schema.UuidString,
|
|
2277
|
+
identityId: identityApi_schema.IdentityId.nullish(),
|
|
2277
2278
|
address: identityApi_schema.BlockchainAddress.nullish(),
|
|
2278
2279
|
blockchainNamespace: identityApi_schema.BlockchainNamespace.nullish(),
|
|
2279
2280
|
sandboxSimulated: zod.z.coerce["boolean"]().nullish(),
|
|
@@ -2290,7 +2291,9 @@ var SelectKycSession = zod.z.object({
|
|
|
2290
2291
|
updatedAt: zod.z.coerce.date(),
|
|
2291
2292
|
scenarioExecutions: identityApi_schema.SdkVerificationOutput.nullish(),
|
|
2292
2293
|
workflowId: zod.z.string().uuid().nullable(),
|
|
2293
|
-
workflowSessionId: identityApi_schema.WorkflowSessionId.nullable()
|
|
2294
|
+
workflowSessionId: identityApi_schema.WorkflowSessionId.nullable(),
|
|
2295
|
+
workspaceId: identityApi_schema.WorkspaceId.nullish(),
|
|
2296
|
+
organizationId: identityApi_schema.OrganizationId.nullish()
|
|
2294
2297
|
});
|
|
2295
2298
|
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2296
2299
|
stepsCompleted: zod.z.array(SelectKycSessionStep)
|
|
@@ -41,7 +41,7 @@ export declare const EncryptedVerifiableCredentialSchema: z.ZodObject<{
|
|
|
41
41
|
id: z.ZodOptional<z.ZodNumber>;
|
|
42
42
|
did: z.ZodString;
|
|
43
43
|
journeyId: z.ZodOptional<z.ZodString>;
|
|
44
|
-
type: z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
44
|
+
type: z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
|
|
45
45
|
datetime: z.ZodDate;
|
|
46
46
|
credential: z.ZodObject<{
|
|
47
47
|
iv: z.ZodEffects<z.ZodUnknown, unknown, unknown>;
|
|
@@ -61,7 +61,7 @@ export declare const EncryptedVerifiableCredentialSchema: z.ZodObject<{
|
|
|
61
61
|
}>;
|
|
62
62
|
identifier: z.ZodOptional<z.ZodString>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
64
|
+
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
65
65
|
did: string;
|
|
66
66
|
datetime: Date;
|
|
67
67
|
credential: {
|
|
@@ -74,7 +74,7 @@ export declare const EncryptedVerifiableCredentialSchema: z.ZodObject<{
|
|
|
74
74
|
journeyId?: string | undefined;
|
|
75
75
|
identifier?: string | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
77
|
+
type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
|
|
78
78
|
did: string;
|
|
79
79
|
datetime: Date;
|
|
80
80
|
credential: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer.schema.d.ts","sourceRoot":"../../../src","sources":["customer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,cAAc,+CAAgD,CAAC;AAC5E,eAAO,MAAM,aAAa,iDAAyB,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAG1D,eAAO,MAAM,oBAAoB,+EAMvB,CAAC;AACX,eAAO,MAAM,mBAAmB,iFAA+B,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,iBAAiB,MACzB,mBAAmB,KACnB,mBAAmB,WAGvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,kEAK3B,CAAC;AACX,eAAO,MAAM,uBAAuB,oEAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,aAAa,oCAAqC,CAAC;AAChE,eAAO,MAAM,YAAY,sCAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAGxD,eAAO,MAAM,mBAAmB,2EAMtB,CAAC;AACX,eAAO,MAAM,kBAAkB,6EAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAGpE,eAAO,MAAM,mBAAmB,6CAA8C,CAAC;AAC/E,eAAO,MAAM,kBAAkB,+CAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,wBAAwB,6GAG3B,CAAC;AACX,eAAO,MAAM,uBAAuB,+GAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,gBAAgB,gHASnB,CAAC;AACX,eAAO,MAAM,cAAc,kHAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;EAQhC,CAAC;AAEb,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,iLAUnB,CAAC;AAEX,eAAO,MAAM,kBAAkB,mLAA2B,CAAC;AAC3D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,sBAAsB,qJAUzB,CAAC;AAEX,eAAO,MAAM,mBAAmB,uJAAiC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"customer.schema.d.ts","sourceRoot":"../../../src","sources":["customer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,cAAc,+CAAgD,CAAC;AAC5E,eAAO,MAAM,aAAa,iDAAyB,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAG1D,eAAO,MAAM,oBAAoB,+EAMvB,CAAC;AACX,eAAO,MAAM,mBAAmB,iFAA+B,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,iBAAiB,MACzB,mBAAmB,KACnB,mBAAmB,WAGvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,kEAK3B,CAAC;AACX,eAAO,MAAM,uBAAuB,oEAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,aAAa,oCAAqC,CAAC;AAChE,eAAO,MAAM,YAAY,sCAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAGxD,eAAO,MAAM,mBAAmB,2EAMtB,CAAC;AACX,eAAO,MAAM,kBAAkB,6EAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAGpE,eAAO,MAAM,mBAAmB,6CAA8C,CAAC;AAC/E,eAAO,MAAM,kBAAkB,+CAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,wBAAwB,6GAG3B,CAAC;AACX,eAAO,MAAM,uBAAuB,+GAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,gBAAgB,gHASnB,CAAC;AACX,eAAO,MAAM,cAAc,kHAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;EAQhC,CAAC;AAEb,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,iLAUnB,CAAC;AAEX,eAAO,MAAM,kBAAkB,mLAA2B,CAAC;AAC3D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,sBAAsB,qJAUzB,CAAC;AAEX,eAAO,MAAM,mBAAmB,uJAAiC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CvC,CAAC"}
|
|
@@ -423,7 +423,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
423
423
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
424
424
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
425
425
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
426
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
426
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
427
427
|
objectId: z.ZodString;
|
|
428
428
|
name: z.ZodString;
|
|
429
429
|
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>]>]>>>;
|
|
@@ -466,7 +466,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
466
466
|
};
|
|
467
467
|
executionId: string;
|
|
468
468
|
scenarioId: string;
|
|
469
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
469
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
470
470
|
objectId: string;
|
|
471
471
|
address?: string | null | undefined;
|
|
472
472
|
}, {
|
|
@@ -480,7 +480,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
480
480
|
};
|
|
481
481
|
executionId: string;
|
|
482
482
|
scenarioId: string;
|
|
483
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
483
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
484
484
|
objectId: string;
|
|
485
485
|
address?: string | null | undefined;
|
|
486
486
|
}>, "many">, "many">>;
|
|
@@ -499,7 +499,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
499
499
|
};
|
|
500
500
|
executionId: string;
|
|
501
501
|
scenarioId: string;
|
|
502
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
502
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
503
503
|
objectId: string;
|
|
504
504
|
address?: string | null | undefined;
|
|
505
505
|
}[][] | undefined;
|
|
@@ -518,7 +518,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
518
518
|
};
|
|
519
519
|
executionId: string;
|
|
520
520
|
scenarioId: string;
|
|
521
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
521
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
522
522
|
objectId: string;
|
|
523
523
|
address?: string | null | undefined;
|
|
524
524
|
}[][] | undefined;
|
|
@@ -539,15 +539,15 @@ export declare const CloseScreenNotification: z.ZodObject<{
|
|
|
539
539
|
}>;
|
|
540
540
|
export declare const KycCompletionData: z.ZodArray<z.ZodObject<{
|
|
541
541
|
issuer: z.ZodString;
|
|
542
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
542
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
543
543
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
544
544
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
545
545
|
issuer: z.ZodString;
|
|
546
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
546
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
547
547
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
548
548
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
549
549
|
issuer: z.ZodString;
|
|
550
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
550
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
551
551
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
552
552
|
}, z.ZodAny, "strip">>, "many">;
|
|
553
553
|
export declare const KycCompletionNotification: z.ZodObject<{
|
|
@@ -555,22 +555,22 @@ export declare const KycCompletionNotification: z.ZodObject<{
|
|
|
555
555
|
identifier: z.ZodString;
|
|
556
556
|
data: z.ZodArray<z.ZodObject<{
|
|
557
557
|
issuer: z.ZodString;
|
|
558
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
558
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
559
559
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
560
560
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
561
561
|
issuer: z.ZodString;
|
|
562
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
562
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
563
563
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
564
564
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
565
565
|
issuer: z.ZodString;
|
|
566
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
566
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
567
567
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
568
568
|
}, z.ZodAny, "strip">>, "many">;
|
|
569
569
|
}, "strip", z.ZodTypeAny, {
|
|
570
570
|
type: "kycCompletion";
|
|
571
571
|
data: z.objectOutputType<{
|
|
572
572
|
issuer: z.ZodString;
|
|
573
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
573
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
574
574
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
575
575
|
}, z.ZodAny, "strip">[];
|
|
576
576
|
identifier: string;
|
|
@@ -578,7 +578,7 @@ export declare const KycCompletionNotification: z.ZodObject<{
|
|
|
578
578
|
type: "kycCompletion";
|
|
579
579
|
data: z.objectInputType<{
|
|
580
580
|
issuer: z.ZodString;
|
|
581
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
581
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
582
582
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
583
583
|
}, z.ZodAny, "strip">[];
|
|
584
584
|
identifier: string;
|
|
@@ -590,7 +590,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
590
590
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
591
591
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
592
592
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
593
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
593
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
594
594
|
objectId: z.ZodString;
|
|
595
595
|
name: z.ZodString;
|
|
596
596
|
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>]>]>>>;
|
|
@@ -633,7 +633,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
633
633
|
};
|
|
634
634
|
executionId: string;
|
|
635
635
|
scenarioId: string;
|
|
636
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
636
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
637
637
|
objectId: string;
|
|
638
638
|
address?: string | null | undefined;
|
|
639
639
|
}, {
|
|
@@ -647,7 +647,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
647
647
|
};
|
|
648
648
|
executionId: string;
|
|
649
649
|
scenarioId: string;
|
|
650
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
650
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
651
651
|
objectId: string;
|
|
652
652
|
address?: string | null | undefined;
|
|
653
653
|
}>, "many">, "many">>;
|
|
@@ -666,7 +666,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
666
666
|
};
|
|
667
667
|
executionId: string;
|
|
668
668
|
scenarioId: string;
|
|
669
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
669
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
670
670
|
objectId: string;
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
}[][] | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
685
685
|
};
|
|
686
686
|
executionId: string;
|
|
687
687
|
scenarioId: string;
|
|
688
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
688
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
689
689
|
objectId: string;
|
|
690
690
|
address?: string | null | undefined;
|
|
691
691
|
}[][] | undefined;
|
|
@@ -707,7 +707,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
707
707
|
};
|
|
708
708
|
executionId: string;
|
|
709
709
|
scenarioId: string;
|
|
710
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
710
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
711
711
|
objectId: string;
|
|
712
712
|
address?: string | null | undefined;
|
|
713
713
|
}[][] | undefined;
|
|
@@ -729,7 +729,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
729
729
|
};
|
|
730
730
|
executionId: string;
|
|
731
731
|
scenarioId: string;
|
|
732
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
732
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
733
733
|
objectId: string;
|
|
734
734
|
address?: string | null | undefined;
|
|
735
735
|
}[][] | undefined;
|
|
@@ -1313,7 +1313,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1313
1313
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1314
1314
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
1315
1315
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1316
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
1316
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
1317
1317
|
objectId: z.ZodString;
|
|
1318
1318
|
name: z.ZodString;
|
|
1319
1319
|
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>]>]>>>;
|
|
@@ -1356,7 +1356,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1356
1356
|
};
|
|
1357
1357
|
executionId: string;
|
|
1358
1358
|
scenarioId: string;
|
|
1359
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1359
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1360
1360
|
objectId: string;
|
|
1361
1361
|
address?: string | null | undefined;
|
|
1362
1362
|
}, {
|
|
@@ -1370,7 +1370,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1370
1370
|
};
|
|
1371
1371
|
executionId: string;
|
|
1372
1372
|
scenarioId: string;
|
|
1373
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1373
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1374
1374
|
objectId: string;
|
|
1375
1375
|
address?: string | null | undefined;
|
|
1376
1376
|
}>, "many">, "many">>;
|
|
@@ -1389,7 +1389,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1389
1389
|
};
|
|
1390
1390
|
executionId: string;
|
|
1391
1391
|
scenarioId: string;
|
|
1392
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1392
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1393
1393
|
objectId: string;
|
|
1394
1394
|
address?: string | null | undefined;
|
|
1395
1395
|
}[][] | undefined;
|
|
@@ -1408,7 +1408,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1408
1408
|
};
|
|
1409
1409
|
executionId: string;
|
|
1410
1410
|
scenarioId: string;
|
|
1411
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1411
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1412
1412
|
objectId: string;
|
|
1413
1413
|
address?: string | null | undefined;
|
|
1414
1414
|
}[][] | undefined;
|
|
@@ -1430,7 +1430,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1430
1430
|
};
|
|
1431
1431
|
executionId: string;
|
|
1432
1432
|
scenarioId: string;
|
|
1433
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1433
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1434
1434
|
objectId: string;
|
|
1435
1435
|
address?: string | null | undefined;
|
|
1436
1436
|
}[][] | undefined;
|
|
@@ -1452,7 +1452,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1452
1452
|
};
|
|
1453
1453
|
executionId: string;
|
|
1454
1454
|
scenarioId: string;
|
|
1455
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1455
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
1456
1456
|
objectId: string;
|
|
1457
1457
|
address?: string | null | undefined;
|
|
1458
1458
|
}[][] | undefined;
|
|
@@ -2037,7 +2037,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2037
2037
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
2038
2038
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
2039
2039
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
2040
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
2040
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
2041
2041
|
objectId: z.ZodString;
|
|
2042
2042
|
name: z.ZodString;
|
|
2043
2043
|
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>]>]>>>;
|
|
@@ -2080,7 +2080,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2080
2080
|
};
|
|
2081
2081
|
executionId: string;
|
|
2082
2082
|
scenarioId: string;
|
|
2083
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2083
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2084
2084
|
objectId: string;
|
|
2085
2085
|
address?: string | null | undefined;
|
|
2086
2086
|
}, {
|
|
@@ -2094,7 +2094,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2094
2094
|
};
|
|
2095
2095
|
executionId: string;
|
|
2096
2096
|
scenarioId: string;
|
|
2097
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2097
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2098
2098
|
objectId: string;
|
|
2099
2099
|
address?: string | null | undefined;
|
|
2100
2100
|
}>, "many">, "many">>;
|
|
@@ -2113,7 +2113,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2113
2113
|
};
|
|
2114
2114
|
executionId: string;
|
|
2115
2115
|
scenarioId: string;
|
|
2116
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2116
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2117
2117
|
objectId: string;
|
|
2118
2118
|
address?: string | null | undefined;
|
|
2119
2119
|
}[][] | undefined;
|
|
@@ -2132,7 +2132,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2132
2132
|
};
|
|
2133
2133
|
executionId: string;
|
|
2134
2134
|
scenarioId: string;
|
|
2135
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2135
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2136
2136
|
objectId: string;
|
|
2137
2137
|
address?: string | null | undefined;
|
|
2138
2138
|
}[][] | undefined;
|
|
@@ -2154,7 +2154,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2154
2154
|
};
|
|
2155
2155
|
executionId: string;
|
|
2156
2156
|
scenarioId: string;
|
|
2157
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2157
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2158
2158
|
objectId: string;
|
|
2159
2159
|
address?: string | null | undefined;
|
|
2160
2160
|
}[][] | undefined;
|
|
@@ -2176,7 +2176,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2176
2176
|
};
|
|
2177
2177
|
executionId: string;
|
|
2178
2178
|
scenarioId: string;
|
|
2179
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2179
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2180
2180
|
objectId: string;
|
|
2181
2181
|
address?: string | null | undefined;
|
|
2182
2182
|
}[][] | undefined;
|
|
@@ -2770,7 +2770,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2770
2770
|
};
|
|
2771
2771
|
executionId: string;
|
|
2772
2772
|
scenarioId: string;
|
|
2773
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2773
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2774
2774
|
objectId: string;
|
|
2775
2775
|
address?: string | null | undefined;
|
|
2776
2776
|
}[][] | undefined;
|
|
@@ -2869,7 +2869,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2869
2869
|
};
|
|
2870
2870
|
executionId: string;
|
|
2871
2871
|
scenarioId: string;
|
|
2872
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2872
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
2873
2873
|
objectId: string;
|
|
2874
2874
|
address?: string | null | undefined;
|
|
2875
2875
|
}[][] | undefined;
|
|
@@ -3043,22 +3043,22 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3043
3043
|
identifier: z.ZodString;
|
|
3044
3044
|
data: z.ZodArray<z.ZodObject<{
|
|
3045
3045
|
issuer: z.ZodString;
|
|
3046
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3046
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3047
3047
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3048
3048
|
}, "strip", z.ZodAny, z.objectOutputType<{
|
|
3049
3049
|
issuer: z.ZodString;
|
|
3050
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3050
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3051
3051
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3052
3052
|
}, z.ZodAny, "strip">, z.objectInputType<{
|
|
3053
3053
|
issuer: z.ZodString;
|
|
3054
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3054
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3055
3055
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3056
3056
|
}, z.ZodAny, "strip">>, "many">;
|
|
3057
3057
|
}, "strip", z.ZodTypeAny, {
|
|
3058
3058
|
type: "kycCompletion";
|
|
3059
3059
|
data: z.objectOutputType<{
|
|
3060
3060
|
issuer: z.ZodString;
|
|
3061
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3061
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3062
3062
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3063
3063
|
}, z.ZodAny, "strip">[];
|
|
3064
3064
|
identifier: string;
|
|
@@ -3066,7 +3066,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3066
3066
|
type: "kycCompletion";
|
|
3067
3067
|
data: z.objectInputType<{
|
|
3068
3068
|
issuer: z.ZodString;
|
|
3069
|
-
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3069
|
+
type: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>]>, "many">;
|
|
3070
3070
|
credentialSubject: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3071
3071
|
}, z.ZodAny, "strip">[];
|
|
3072
3072
|
identifier: string;
|
|
@@ -3080,7 +3080,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3080
3080
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
3081
3081
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
3082
3082
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
3083
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
3083
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
|
|
3084
3084
|
objectId: z.ZodString;
|
|
3085
3085
|
name: z.ZodString;
|
|
3086
3086
|
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>]>]>>>;
|
|
@@ -3123,7 +3123,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3123
3123
|
};
|
|
3124
3124
|
executionId: string;
|
|
3125
3125
|
scenarioId: string;
|
|
3126
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3126
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3127
3127
|
objectId: string;
|
|
3128
3128
|
address?: string | null | undefined;
|
|
3129
3129
|
}, {
|
|
@@ -3137,7 +3137,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3137
3137
|
};
|
|
3138
3138
|
executionId: string;
|
|
3139
3139
|
scenarioId: string;
|
|
3140
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3140
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3141
3141
|
objectId: string;
|
|
3142
3142
|
address?: string | null | undefined;
|
|
3143
3143
|
}>, "many">, "many">>;
|
|
@@ -3156,7 +3156,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3156
3156
|
};
|
|
3157
3157
|
executionId: string;
|
|
3158
3158
|
scenarioId: string;
|
|
3159
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3159
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3160
3160
|
objectId: string;
|
|
3161
3161
|
address?: string | null | undefined;
|
|
3162
3162
|
}[][] | undefined;
|
|
@@ -3175,7 +3175,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3175
3175
|
};
|
|
3176
3176
|
executionId: string;
|
|
3177
3177
|
scenarioId: string;
|
|
3178
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3178
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3179
3179
|
objectId: string;
|
|
3180
3180
|
address?: string | null | undefined;
|
|
3181
3181
|
}[][] | undefined;
|
|
@@ -3197,7 +3197,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3197
3197
|
};
|
|
3198
3198
|
executionId: string;
|
|
3199
3199
|
scenarioId: string;
|
|
3200
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3200
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3201
3201
|
objectId: string;
|
|
3202
3202
|
address?: string | null | undefined;
|
|
3203
3203
|
}[][] | undefined;
|
|
@@ -3219,7 +3219,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3219
3219
|
};
|
|
3220
3220
|
executionId: string;
|
|
3221
3221
|
scenarioId: string;
|
|
3222
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3222
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3223
3223
|
objectId: string;
|
|
3224
3224
|
address?: string | null | undefined;
|
|
3225
3225
|
}[][] | undefined;
|
|
@@ -3813,7 +3813,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3813
3813
|
};
|
|
3814
3814
|
executionId: string;
|
|
3815
3815
|
scenarioId: string;
|
|
3816
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3816
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3817
3817
|
objectId: string;
|
|
3818
3818
|
address?: string | null | undefined;
|
|
3819
3819
|
}[][] | undefined;
|
|
@@ -3912,7 +3912,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3912
3912
|
};
|
|
3913
3913
|
executionId: string;
|
|
3914
3914
|
scenarioId: string;
|
|
3915
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3915
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
|
|
3916
3916
|
objectId: string;
|
|
3917
3917
|
address?: string | null | undefined;
|
|
3918
3918
|
}[][] | undefined;
|