@nexeraid/identity-schemas 2.219.0 → 2.220.0
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
|
@@ -63,7 +63,12 @@ export declare const CUSTOMER_AUTOMATION_REASONS: {
|
|
|
63
63
|
};
|
|
64
64
|
kyb: {
|
|
65
65
|
green: {
|
|
66
|
+
/** Sumsub single-stage success (KYB pass = terminal onboarding event). */
|
|
66
67
|
final: string;
|
|
68
|
+
/** Topograph stage 1: company green; beneficiaries still verifying. */
|
|
69
|
+
companyPassedAwaitingBeneficiaries: string;
|
|
70
|
+
/** Topograph stage 2: all beneficiaries GREEN; promotes to Active/Low/Onboarded. */
|
|
71
|
+
fullyOnboarded: string;
|
|
67
72
|
};
|
|
68
73
|
yellow: {
|
|
69
74
|
retry: string;
|
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"customer.schema.d.ts","sourceRoot":"../../../src","sources":["customer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,cAAc,+CAAgD,CAAC;AAC5E,eAAO,MAAM,aAAa,iDAAyB,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,aAAa,oCAAqC,CAAC;AAChE,eAAO,MAAM,YAAY,sCAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,mBAAmB,sFAOtB,CAAC;AACX,eAAO,MAAM,kBAAkB,wFAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,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,wHAG3B,CAAC;AACX,eAAO,MAAM,uBAAuB,0HAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,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,oMAWnB,CAAC;AAEX,eAAO,MAAM,kBAAkB,sMAA2B,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;;;;;;;;;;;;;;;;;;;;YAoBlC,0EAA0E;;YAE1E,uEAAuE;;YAGvE,oFAAoF;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BzF,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC"}
|
|
@@ -481,7 +481,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
481
481
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
482
482
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
483
483
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
484
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
484
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
485
485
|
objectId: z.ZodString;
|
|
486
486
|
name: z.ZodString;
|
|
487
487
|
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>]>]>>>;
|
|
@@ -524,7 +524,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
524
524
|
};
|
|
525
525
|
executionId: string;
|
|
526
526
|
scenarioId: string;
|
|
527
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
527
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
528
528
|
objectId: string;
|
|
529
529
|
address?: string | null | undefined;
|
|
530
530
|
}, {
|
|
@@ -538,7 +538,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
538
538
|
};
|
|
539
539
|
executionId: string;
|
|
540
540
|
scenarioId: string;
|
|
541
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
541
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
542
542
|
objectId: string;
|
|
543
543
|
address?: string | null | undefined;
|
|
544
544
|
}>, "many">, "many">>;
|
|
@@ -557,7 +557,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
557
557
|
};
|
|
558
558
|
executionId: string;
|
|
559
559
|
scenarioId: string;
|
|
560
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
560
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
561
561
|
objectId: string;
|
|
562
562
|
address?: string | null | undefined;
|
|
563
563
|
}[][] | undefined;
|
|
@@ -576,7 +576,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
576
576
|
};
|
|
577
577
|
executionId: string;
|
|
578
578
|
scenarioId: string;
|
|
579
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
579
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
580
580
|
objectId: string;
|
|
581
581
|
address?: string | null | undefined;
|
|
582
582
|
}[][] | undefined;
|
|
@@ -648,7 +648,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
648
648
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
649
649
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
650
650
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
651
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
651
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
652
652
|
objectId: z.ZodString;
|
|
653
653
|
name: z.ZodString;
|
|
654
654
|
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>]>]>>>;
|
|
@@ -691,7 +691,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
691
691
|
};
|
|
692
692
|
executionId: string;
|
|
693
693
|
scenarioId: string;
|
|
694
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
694
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
695
695
|
objectId: string;
|
|
696
696
|
address?: string | null | undefined;
|
|
697
697
|
}, {
|
|
@@ -705,7 +705,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
705
705
|
};
|
|
706
706
|
executionId: string;
|
|
707
707
|
scenarioId: string;
|
|
708
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
708
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
709
709
|
objectId: string;
|
|
710
710
|
address?: string | null | undefined;
|
|
711
711
|
}>, "many">, "many">>;
|
|
@@ -724,7 +724,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
724
724
|
};
|
|
725
725
|
executionId: string;
|
|
726
726
|
scenarioId: string;
|
|
727
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
727
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
728
728
|
objectId: string;
|
|
729
729
|
address?: string | null | undefined;
|
|
730
730
|
}[][] | undefined;
|
|
@@ -743,7 +743,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
743
743
|
};
|
|
744
744
|
executionId: string;
|
|
745
745
|
scenarioId: string;
|
|
746
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
746
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
747
747
|
objectId: string;
|
|
748
748
|
address?: string | null | undefined;
|
|
749
749
|
}[][] | undefined;
|
|
@@ -765,7 +765,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
765
765
|
};
|
|
766
766
|
executionId: string;
|
|
767
767
|
scenarioId: string;
|
|
768
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
768
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
769
769
|
objectId: string;
|
|
770
770
|
address?: string | null | undefined;
|
|
771
771
|
}[][] | undefined;
|
|
@@ -787,7 +787,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
787
787
|
};
|
|
788
788
|
executionId: string;
|
|
789
789
|
scenarioId: string;
|
|
790
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
790
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
791
791
|
objectId: string;
|
|
792
792
|
address?: string | null | undefined;
|
|
793
793
|
}[][] | undefined;
|
|
@@ -1449,7 +1449,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1449
1449
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1450
1450
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1451
1451
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1452
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1452
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1453
1453
|
objectId: z.ZodString;
|
|
1454
1454
|
name: z.ZodString;
|
|
1455
1455
|
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>]>]>>>;
|
|
@@ -1492,7 +1492,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1492
1492
|
};
|
|
1493
1493
|
executionId: string;
|
|
1494
1494
|
scenarioId: string;
|
|
1495
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1495
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1496
1496
|
objectId: string;
|
|
1497
1497
|
address?: string | null | undefined;
|
|
1498
1498
|
}, {
|
|
@@ -1506,7 +1506,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1506
1506
|
};
|
|
1507
1507
|
executionId: string;
|
|
1508
1508
|
scenarioId: string;
|
|
1509
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1509
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1510
1510
|
objectId: string;
|
|
1511
1511
|
address?: string | null | undefined;
|
|
1512
1512
|
}>, "many">, "many">>;
|
|
@@ -1525,7 +1525,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1525
1525
|
};
|
|
1526
1526
|
executionId: string;
|
|
1527
1527
|
scenarioId: string;
|
|
1528
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1528
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1529
1529
|
objectId: string;
|
|
1530
1530
|
address?: string | null | undefined;
|
|
1531
1531
|
}[][] | undefined;
|
|
@@ -1544,7 +1544,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1544
1544
|
};
|
|
1545
1545
|
executionId: string;
|
|
1546
1546
|
scenarioId: string;
|
|
1547
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1547
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1548
1548
|
objectId: string;
|
|
1549
1549
|
address?: string | null | undefined;
|
|
1550
1550
|
}[][] | undefined;
|
|
@@ -1566,7 +1566,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1566
1566
|
};
|
|
1567
1567
|
executionId: string;
|
|
1568
1568
|
scenarioId: string;
|
|
1569
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1569
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1570
1570
|
objectId: string;
|
|
1571
1571
|
address?: string | null | undefined;
|
|
1572
1572
|
}[][] | undefined;
|
|
@@ -1588,7 +1588,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1588
1588
|
};
|
|
1589
1589
|
executionId: string;
|
|
1590
1590
|
scenarioId: string;
|
|
1591
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1591
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1592
1592
|
objectId: string;
|
|
1593
1593
|
address?: string | null | undefined;
|
|
1594
1594
|
}[][] | undefined;
|
|
@@ -2251,7 +2251,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2251
2251
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
2252
2252
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
2253
2253
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
2254
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
2254
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
2255
2255
|
objectId: z.ZodString;
|
|
2256
2256
|
name: z.ZodString;
|
|
2257
2257
|
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>]>]>>>;
|
|
@@ -2294,7 +2294,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2294
2294
|
};
|
|
2295
2295
|
executionId: string;
|
|
2296
2296
|
scenarioId: string;
|
|
2297
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2297
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2298
2298
|
objectId: string;
|
|
2299
2299
|
address?: string | null | undefined;
|
|
2300
2300
|
}, {
|
|
@@ -2308,7 +2308,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2308
2308
|
};
|
|
2309
2309
|
executionId: string;
|
|
2310
2310
|
scenarioId: string;
|
|
2311
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2311
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2312
2312
|
objectId: string;
|
|
2313
2313
|
address?: string | null | undefined;
|
|
2314
2314
|
}>, "many">, "many">>;
|
|
@@ -2327,7 +2327,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2327
2327
|
};
|
|
2328
2328
|
executionId: string;
|
|
2329
2329
|
scenarioId: string;
|
|
2330
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2330
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2331
2331
|
objectId: string;
|
|
2332
2332
|
address?: string | null | undefined;
|
|
2333
2333
|
}[][] | undefined;
|
|
@@ -2346,7 +2346,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2346
2346
|
};
|
|
2347
2347
|
executionId: string;
|
|
2348
2348
|
scenarioId: string;
|
|
2349
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2349
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2350
2350
|
objectId: string;
|
|
2351
2351
|
address?: string | null | undefined;
|
|
2352
2352
|
}[][] | undefined;
|
|
@@ -2368,7 +2368,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2368
2368
|
};
|
|
2369
2369
|
executionId: string;
|
|
2370
2370
|
scenarioId: string;
|
|
2371
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2371
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2372
2372
|
objectId: string;
|
|
2373
2373
|
address?: string | null | undefined;
|
|
2374
2374
|
}[][] | undefined;
|
|
@@ -2390,7 +2390,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2390
2390
|
};
|
|
2391
2391
|
executionId: string;
|
|
2392
2392
|
scenarioId: string;
|
|
2393
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2393
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2394
2394
|
objectId: string;
|
|
2395
2395
|
address?: string | null | undefined;
|
|
2396
2396
|
}[][] | undefined;
|
|
@@ -3062,7 +3062,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3062
3062
|
};
|
|
3063
3063
|
executionId: string;
|
|
3064
3064
|
scenarioId: string;
|
|
3065
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3065
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3066
3066
|
objectId: string;
|
|
3067
3067
|
address?: string | null | undefined;
|
|
3068
3068
|
}[][] | undefined;
|
|
@@ -3171,7 +3171,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3171
3171
|
};
|
|
3172
3172
|
executionId: string;
|
|
3173
3173
|
scenarioId: string;
|
|
3174
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3174
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3175
3175
|
objectId: string;
|
|
3176
3176
|
address?: string | null | undefined;
|
|
3177
3177
|
}[][] | undefined;
|
|
@@ -3392,7 +3392,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3392
3392
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
3393
3393
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
3394
3394
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
3395
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
3395
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
3396
3396
|
objectId: z.ZodString;
|
|
3397
3397
|
name: z.ZodString;
|
|
3398
3398
|
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>]>]>>>;
|
|
@@ -3435,7 +3435,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3435
3435
|
};
|
|
3436
3436
|
executionId: string;
|
|
3437
3437
|
scenarioId: string;
|
|
3438
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3438
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3439
3439
|
objectId: string;
|
|
3440
3440
|
address?: string | null | undefined;
|
|
3441
3441
|
}, {
|
|
@@ -3449,7 +3449,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3449
3449
|
};
|
|
3450
3450
|
executionId: string;
|
|
3451
3451
|
scenarioId: string;
|
|
3452
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3452
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3453
3453
|
objectId: string;
|
|
3454
3454
|
address?: string | null | undefined;
|
|
3455
3455
|
}>, "many">, "many">>;
|
|
@@ -3468,7 +3468,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3468
3468
|
};
|
|
3469
3469
|
executionId: string;
|
|
3470
3470
|
scenarioId: string;
|
|
3471
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3471
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3472
3472
|
objectId: string;
|
|
3473
3473
|
address?: string | null | undefined;
|
|
3474
3474
|
}[][] | undefined;
|
|
@@ -3487,7 +3487,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3487
3487
|
};
|
|
3488
3488
|
executionId: string;
|
|
3489
3489
|
scenarioId: string;
|
|
3490
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3490
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3491
3491
|
objectId: string;
|
|
3492
3492
|
address?: string | null | undefined;
|
|
3493
3493
|
}[][] | undefined;
|
|
@@ -3509,7 +3509,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3509
3509
|
};
|
|
3510
3510
|
executionId: string;
|
|
3511
3511
|
scenarioId: string;
|
|
3512
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3512
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3513
3513
|
objectId: string;
|
|
3514
3514
|
address?: string | null | undefined;
|
|
3515
3515
|
}[][] | undefined;
|
|
@@ -3531,7 +3531,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3531
3531
|
};
|
|
3532
3532
|
executionId: string;
|
|
3533
3533
|
scenarioId: string;
|
|
3534
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3534
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
3535
3535
|
objectId: string;
|
|
3536
3536
|
address?: string | null | undefined;
|
|
3537
3537
|
}[][] | undefined;
|
|
@@ -4203,7 +4203,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4203
4203
|
};
|
|
4204
4204
|
executionId: string;
|
|
4205
4205
|
scenarioId: string;
|
|
4206
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
4206
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
4207
4207
|
objectId: string;
|
|
4208
4208
|
address?: string | null | undefined;
|
|
4209
4209
|
}[][] | undefined;
|
|
@@ -4312,7 +4312,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4312
4312
|
};
|
|
4313
4313
|
executionId: string;
|
|
4314
4314
|
scenarioId: string;
|
|
4315
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
4315
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
4316
4316
|
objectId: string;
|
|
4317
4317
|
address?: string | null | undefined;
|
|
4318
4318
|
}[][] | undefined;
|
|
@@ -1533,7 +1533,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1533
1533
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1534
1534
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1535
1535
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1536
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1536
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1537
1537
|
objectId: z.ZodString;
|
|
1538
1538
|
name: z.ZodString;
|
|
1539
1539
|
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>]>]>>>;
|
|
@@ -1576,7 +1576,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1576
1576
|
};
|
|
1577
1577
|
executionId: string;
|
|
1578
1578
|
scenarioId: string;
|
|
1579
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1579
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1580
1580
|
objectId: string;
|
|
1581
1581
|
address?: string | null | undefined;
|
|
1582
1582
|
}, {
|
|
@@ -1590,7 +1590,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
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
|
}>, "many">, "many">>;
|
|
@@ -1609,7 +1609,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1609
1609
|
};
|
|
1610
1610
|
executionId: string;
|
|
1611
1611
|
scenarioId: string;
|
|
1612
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1612
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1613
1613
|
objectId: string;
|
|
1614
1614
|
address?: string | null | undefined;
|
|
1615
1615
|
}[][] | undefined;
|
|
@@ -1628,7 +1628,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1628
1628
|
};
|
|
1629
1629
|
executionId: string;
|
|
1630
1630
|
scenarioId: string;
|
|
1631
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1631
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1632
1632
|
objectId: string;
|
|
1633
1633
|
address?: string | null | undefined;
|
|
1634
1634
|
}[][] | undefined;
|
|
@@ -1650,7 +1650,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1650
1650
|
};
|
|
1651
1651
|
executionId: string;
|
|
1652
1652
|
scenarioId: string;
|
|
1653
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1653
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1654
1654
|
objectId: string;
|
|
1655
1655
|
address?: string | null | undefined;
|
|
1656
1656
|
}[][] | undefined;
|
|
@@ -1672,7 +1672,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1672
1672
|
};
|
|
1673
1673
|
executionId: string;
|
|
1674
1674
|
scenarioId: string;
|
|
1675
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1675
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1676
1676
|
objectId: string;
|
|
1677
1677
|
address?: string | null | undefined;
|
|
1678
1678
|
}[][] | undefined;
|
|
@@ -2344,7 +2344,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2344
2344
|
};
|
|
2345
2345
|
executionId: string;
|
|
2346
2346
|
scenarioId: string;
|
|
2347
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2347
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2348
2348
|
objectId: string;
|
|
2349
2349
|
address?: string | null | undefined;
|
|
2350
2350
|
}[][] | undefined;
|
|
@@ -2452,7 +2452,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2452
2452
|
};
|
|
2453
2453
|
executionId: string;
|
|
2454
2454
|
scenarioId: string;
|
|
2455
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2455
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
2456
2456
|
objectId: string;
|
|
2457
2457
|
address?: string | null | undefined;
|
|
2458
2458
|
}[][] | undefined;
|
|
@@ -607,7 +607,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
607
607
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
608
608
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
609
609
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
610
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
610
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
611
611
|
objectId: z.ZodString;
|
|
612
612
|
name: z.ZodString;
|
|
613
613
|
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>]>]>>>;
|
|
@@ -650,7 +650,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
650
650
|
};
|
|
651
651
|
executionId: string;
|
|
652
652
|
scenarioId: string;
|
|
653
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
653
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
654
654
|
objectId: string;
|
|
655
655
|
address?: string | null | undefined;
|
|
656
656
|
}, {
|
|
@@ -664,7 +664,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
664
664
|
};
|
|
665
665
|
executionId: string;
|
|
666
666
|
scenarioId: string;
|
|
667
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
667
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
668
668
|
objectId: string;
|
|
669
669
|
address?: string | null | undefined;
|
|
670
670
|
}>, "many">, "many">>;
|
|
@@ -683,7 +683,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
683
683
|
};
|
|
684
684
|
executionId: string;
|
|
685
685
|
scenarioId: string;
|
|
686
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
686
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
687
687
|
objectId: string;
|
|
688
688
|
address?: string | null | undefined;
|
|
689
689
|
}[][] | undefined;
|
|
@@ -702,7 +702,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
702
702
|
};
|
|
703
703
|
executionId: string;
|
|
704
704
|
scenarioId: string;
|
|
705
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
705
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
706
706
|
objectId: string;
|
|
707
707
|
address?: string | null | undefined;
|
|
708
708
|
}[][] | undefined;
|
|
@@ -724,7 +724,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
724
724
|
};
|
|
725
725
|
executionId: string;
|
|
726
726
|
scenarioId: string;
|
|
727
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
727
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
728
728
|
objectId: string;
|
|
729
729
|
address?: string | null | undefined;
|
|
730
730
|
}[][] | undefined;
|
|
@@ -746,7 +746,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
746
746
|
};
|
|
747
747
|
executionId: string;
|
|
748
748
|
scenarioId: string;
|
|
749
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
749
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
750
750
|
objectId: string;
|
|
751
751
|
address?: string | null | undefined;
|
|
752
752
|
}[][] | undefined;
|
|
@@ -1418,7 +1418,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1418
1418
|
};
|
|
1419
1419
|
executionId: string;
|
|
1420
1420
|
scenarioId: string;
|
|
1421
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1421
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1422
1422
|
objectId: string;
|
|
1423
1423
|
address?: string | null | undefined;
|
|
1424
1424
|
}[][] | undefined;
|
|
@@ -1527,7 +1527,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1527
1527
|
};
|
|
1528
1528
|
executionId: string;
|
|
1529
1529
|
scenarioId: string;
|
|
1530
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1530
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1531
1531
|
objectId: string;
|
|
1532
1532
|
address?: string | null | undefined;
|
|
1533
1533
|
}[][] | undefined;
|