@nexeraid/identity-schemas 2.3.28-dev → 2.3.29-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/{customers.schema-412782d4.cjs.dev.js → customers.schema-6f4f36b2.cjs.dev.js} +1 -1
  2. package/dist/{customers.schema-4e595008.cjs.prod.js → customers.schema-755ab5d6.cjs.prod.js} +1 -1
  3. package/dist/{customers.schema-dcbfef09.esm.js → customers.schema-8a412cc1.esm.js} +1 -1
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  5. package/dist/declarations/src/identity/challenge-query.schema.d.ts +12 -12
  6. package/dist/declarations/src/identity/execute-scenario.schema.d.ts +8 -8
  7. package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
  9. package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
  10. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +21 -21
  11. package/dist/{frontend-utilities.schema-11a150de.cjs.prod.js → frontend-utilities.schema-38646e0e.cjs.prod.js} +1 -1
  12. package/dist/{frontend-utilities.schema-dc5cba37.esm.js → frontend-utilities.schema-43cd42c8.esm.js} +1 -1
  13. package/dist/{frontend-utilities.schema-286d9881.cjs.dev.js → frontend-utilities.schema-4d763cdf.cjs.dev.js} +1 -1
  14. package/dist/{identity-api.schema-2051573c.esm.js → identity-api.schema-7cc61f9c.esm.js} +1 -1
  15. package/dist/{identity-api.schema-ced36dce.cjs.prod.js → identity-api.schema-939151b3.cjs.dev.js} +1 -1
  16. package/dist/{identity-api.schema-3e7bc977.cjs.dev.js → identity-api.schema-a2b5a400.cjs.prod.js} +1 -1
  17. package/dist/nexeraid-identity-schemas.cjs.dev.js +2 -2
  18. package/dist/nexeraid-identity-schemas.cjs.prod.js +2 -2
  19. package/dist/nexeraid-identity-schemas.esm.js +3 -3
  20. package/dist/package.json +1 -1
  21. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  22. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  23. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  24. package/package.json +1 -1
  25. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  26. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  27. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  28. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  29. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  30. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  31. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
  32. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
  33. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-3e7bc977.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-939151b3.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-ced36dce.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-a2b5a400.cjs.prod.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ad as UuidString, eL as _toConsumableArray, eN as _arrayWithHoles, eO as _unsupportedIterableToArray, eP as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, c2 as SdkVerificationOutput, aB as CustomerStatus, eQ as _defineProperty, eC as ProofOfResidenceCredentialSubjectSchema, c$ as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, eI as CredentialType } from './identity-api.schema-2051573c.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ad as UuidString, eL as _toConsumableArray, eN as _arrayWithHoles, eO as _unsupportedIterableToArray, eP as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, c2 as SdkVerificationOutput, aB as CustomerStatus, eQ as _defineProperty, eC as ProofOfResidenceCredentialSubjectSchema, c$ as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, eI as CredentialType } from './identity-api.schema-7cc61f9c.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -390,7 +390,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
390
390
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
391
391
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
392
392
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
393
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
393
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
394
394
  objectId: z.ZodString;
395
395
  name: z.ZodString;
396
396
  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>]>>>;
@@ -432,7 +432,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
432
432
  };
433
433
  executionId: string;
434
434
  scenarioId: string;
435
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
435
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
436
436
  objectId: string;
437
437
  address?: string | null | undefined;
438
438
  }, {
@@ -446,7 +446,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
446
446
  };
447
447
  executionId: string;
448
448
  scenarioId: string;
449
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
449
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
450
450
  objectId: string;
451
451
  address?: string | null | undefined;
452
452
  }>, "many">, "many">>;
@@ -465,7 +465,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
465
465
  };
466
466
  executionId: string;
467
467
  scenarioId: string;
468
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
468
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
469
469
  objectId: string;
470
470
  address?: string | null | undefined;
471
471
  }[][] | undefined;
@@ -484,7 +484,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
484
484
  };
485
485
  executionId: string;
486
486
  scenarioId: string;
487
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
487
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
488
488
  objectId: string;
489
489
  address?: string | null | undefined;
490
490
  }[][] | undefined;
@@ -556,7 +556,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
556
556
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
557
557
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
558
558
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
559
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
559
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
560
560
  objectId: z.ZodString;
561
561
  name: z.ZodString;
562
562
  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>]>>>;
@@ -598,7 +598,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
598
598
  };
599
599
  executionId: string;
600
600
  scenarioId: string;
601
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
601
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
602
602
  objectId: string;
603
603
  address?: string | null | undefined;
604
604
  }, {
@@ -612,7 +612,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
612
612
  };
613
613
  executionId: string;
614
614
  scenarioId: string;
615
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
615
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
616
616
  objectId: string;
617
617
  address?: string | null | undefined;
618
618
  }>, "many">, "many">>;
@@ -631,7 +631,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
631
631
  };
632
632
  executionId: string;
633
633
  scenarioId: string;
634
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
634
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
635
635
  objectId: string;
636
636
  address?: string | null | undefined;
637
637
  }[][] | undefined;
@@ -650,7 +650,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
650
650
  };
651
651
  executionId: string;
652
652
  scenarioId: string;
653
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
653
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
654
654
  objectId: string;
655
655
  address?: string | null | undefined;
656
656
  }[][] | undefined;
@@ -672,7 +672,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
672
672
  };
673
673
  executionId: string;
674
674
  scenarioId: string;
675
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
675
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
676
676
  objectId: string;
677
677
  address?: string | null | undefined;
678
678
  }[][] | undefined;
@@ -694,7 +694,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
694
694
  };
695
695
  executionId: string;
696
696
  scenarioId: string;
697
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
697
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
698
698
  objectId: string;
699
699
  address?: string | null | undefined;
700
700
  }[][] | undefined;
@@ -1235,7 +1235,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1235
1235
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1236
1236
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1237
1237
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1238
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
1238
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1239
1239
  objectId: z.ZodString;
1240
1240
  name: z.ZodString;
1241
1241
  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>]>>>;
@@ -1277,7 +1277,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1277
1277
  };
1278
1278
  executionId: string;
1279
1279
  scenarioId: string;
1280
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1280
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1281
1281
  objectId: string;
1282
1282
  address?: string | null | undefined;
1283
1283
  }, {
@@ -1291,7 +1291,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1291
1291
  };
1292
1292
  executionId: string;
1293
1293
  scenarioId: string;
1294
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1294
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1295
1295
  objectId: string;
1296
1296
  address?: string | null | undefined;
1297
1297
  }>, "many">, "many">>;
@@ -1310,7 +1310,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1310
1310
  };
1311
1311
  executionId: string;
1312
1312
  scenarioId: string;
1313
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1313
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1314
1314
  objectId: string;
1315
1315
  address?: string | null | undefined;
1316
1316
  }[][] | undefined;
@@ -1329,7 +1329,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1329
1329
  };
1330
1330
  executionId: string;
1331
1331
  scenarioId: string;
1332
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1332
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1333
1333
  objectId: string;
1334
1334
  address?: string | null | undefined;
1335
1335
  }[][] | undefined;
@@ -1351,7 +1351,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1351
1351
  };
1352
1352
  executionId: string;
1353
1353
  scenarioId: string;
1354
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1354
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1355
1355
  objectId: string;
1356
1356
  address?: string | null | undefined;
1357
1357
  }[][] | undefined;
@@ -1373,7 +1373,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1373
1373
  };
1374
1374
  executionId: string;
1375
1375
  scenarioId: string;
1376
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1376
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1377
1377
  objectId: string;
1378
1378
  address?: string | null | undefined;
1379
1379
  }[][] | undefined;
@@ -1915,7 +1915,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1915
1915
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1916
1916
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1917
1917
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1918
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
1918
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1919
1919
  objectId: z.ZodString;
1920
1920
  name: z.ZodString;
1921
1921
  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>]>>>;
@@ -1957,7 +1957,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1957
1957
  };
1958
1958
  executionId: string;
1959
1959
  scenarioId: string;
1960
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1960
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1961
1961
  objectId: string;
1962
1962
  address?: string | null | undefined;
1963
1963
  }, {
@@ -1971,7 +1971,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1971
1971
  };
1972
1972
  executionId: string;
1973
1973
  scenarioId: string;
1974
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1974
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1975
1975
  objectId: string;
1976
1976
  address?: string | null | undefined;
1977
1977
  }>, "many">, "many">>;
@@ -1990,7 +1990,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1990
1990
  };
1991
1991
  executionId: string;
1992
1992
  scenarioId: string;
1993
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1993
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1994
1994
  objectId: string;
1995
1995
  address?: string | null | undefined;
1996
1996
  }[][] | undefined;
@@ -2009,7 +2009,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2009
2009
  };
2010
2010
  executionId: string;
2011
2011
  scenarioId: string;
2012
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2012
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2013
2013
  objectId: string;
2014
2014
  address?: string | null | undefined;
2015
2015
  }[][] | undefined;
@@ -2031,7 +2031,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2031
2031
  };
2032
2032
  executionId: string;
2033
2033
  scenarioId: string;
2034
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2034
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2035
2035
  objectId: string;
2036
2036
  address?: string | null | undefined;
2037
2037
  }[][] | undefined;
@@ -2053,7 +2053,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2053
2053
  };
2054
2054
  executionId: string;
2055
2055
  scenarioId: string;
2056
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2056
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2057
2057
  objectId: string;
2058
2058
  address?: string | null | undefined;
2059
2059
  }[][] | undefined;
@@ -2604,7 +2604,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2604
2604
  };
2605
2605
  executionId: string;
2606
2606
  scenarioId: string;
2607
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2607
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2608
2608
  objectId: string;
2609
2609
  address?: string | null | undefined;
2610
2610
  }[][] | undefined;
@@ -2698,7 +2698,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2698
2698
  };
2699
2699
  executionId: string;
2700
2700
  scenarioId: string;
2701
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2701
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2702
2702
  objectId: string;
2703
2703
  address?: string | null | undefined;
2704
2704
  }[][] | undefined;
@@ -2904,7 +2904,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2904
2904
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
2905
2905
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
2906
2906
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
2907
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
2907
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
2908
2908
  objectId: z.ZodString;
2909
2909
  name: z.ZodString;
2910
2910
  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>]>>>;
@@ -2946,7 +2946,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2946
2946
  };
2947
2947
  executionId: string;
2948
2948
  scenarioId: string;
2949
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2949
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2950
2950
  objectId: string;
2951
2951
  address?: string | null | undefined;
2952
2952
  }, {
@@ -2960,7 +2960,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2960
2960
  };
2961
2961
  executionId: string;
2962
2962
  scenarioId: string;
2963
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2963
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2964
2964
  objectId: string;
2965
2965
  address?: string | null | undefined;
2966
2966
  }>, "many">, "many">>;
@@ -2979,7 +2979,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2979
2979
  };
2980
2980
  executionId: string;
2981
2981
  scenarioId: string;
2982
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2982
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2983
2983
  objectId: string;
2984
2984
  address?: string | null | undefined;
2985
2985
  }[][] | undefined;
@@ -2998,7 +2998,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2998
2998
  };
2999
2999
  executionId: string;
3000
3000
  scenarioId: string;
3001
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
3001
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3002
3002
  objectId: string;
3003
3003
  address?: string | null | undefined;
3004
3004
  }[][] | undefined;
@@ -3020,7 +3020,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3020
3020
  };
3021
3021
  executionId: string;
3022
3022
  scenarioId: string;
3023
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
3023
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3024
3024
  objectId: string;
3025
3025
  address?: string | null | undefined;
3026
3026
  }[][] | undefined;
@@ -3042,7 +3042,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3042
3042
  };
3043
3043
  executionId: string;
3044
3044
  scenarioId: string;
3045
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
3045
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3046
3046
  objectId: string;
3047
3047
  address?: string | null | undefined;
3048
3048
  }[][] | undefined;
@@ -3593,7 +3593,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3593
3593
  };
3594
3594
  executionId: string;
3595
3595
  scenarioId: string;
3596
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
3596
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3597
3597
  objectId: string;
3598
3598
  address?: string | null | undefined;
3599
3599
  }[][] | undefined;
@@ -3687,7 +3687,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3687
3687
  };
3688
3688
  executionId: string;
3689
3689
  scenarioId: string;
3690
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
3690
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3691
3691
  objectId: string;
3692
3692
  address?: string | null | undefined;
3693
3693
  }[][] | undefined;
@@ -985,7 +985,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
985
985
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
986
986
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
987
987
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
988
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
988
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
989
989
  objectId: z.ZodString;
990
990
  name: z.ZodString;
991
991
  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>]>>>;
@@ -1027,7 +1027,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
1027
1027
  };
1028
1028
  executionId: string;
1029
1029
  scenarioId: string;
1030
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1030
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1031
1031
  objectId: string;
1032
1032
  address?: string | null | undefined;
1033
1033
  }, {
@@ -1041,7 +1041,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
1041
1041
  };
1042
1042
  executionId: string;
1043
1043
  scenarioId: string;
1044
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1044
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1045
1045
  objectId: string;
1046
1046
  address?: string | null | undefined;
1047
1047
  }>, "many">, "many">>;
@@ -1060,7 +1060,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
1060
1060
  };
1061
1061
  executionId: string;
1062
1062
  scenarioId: string;
1063
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1063
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1064
1064
  objectId: string;
1065
1065
  address?: string | null | undefined;
1066
1066
  }[][] | undefined;
@@ -1079,7 +1079,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
1079
1079
  };
1080
1080
  executionId: string;
1081
1081
  scenarioId: string;
1082
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1082
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1083
1083
  objectId: string;
1084
1084
  address?: string | null | undefined;
1085
1085
  }[][] | undefined;
@@ -1095,7 +1095,7 @@ export declare const VerificationOutput: z.ZodObject<{
1095
1095
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1096
1096
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1097
1097
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1098
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
1098
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1099
1099
  objectId: z.ZodString;
1100
1100
  name: z.ZodString;
1101
1101
  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>]>>>;
@@ -1137,7 +1137,7 @@ export declare const VerificationOutput: z.ZodObject<{
1137
1137
  };
1138
1138
  executionId: string;
1139
1139
  scenarioId: string;
1140
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1140
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1141
1141
  objectId: string;
1142
1142
  address?: string | null | undefined;
1143
1143
  }, {
@@ -1151,7 +1151,7 @@ export declare const VerificationOutput: z.ZodObject<{
1151
1151
  };
1152
1152
  executionId: string;
1153
1153
  scenarioId: string;
1154
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1154
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1155
1155
  objectId: string;
1156
1156
  address?: string | null | undefined;
1157
1157
  }>, "many">, "many">>;
@@ -1170,7 +1170,7 @@ export declare const VerificationOutput: z.ZodObject<{
1170
1170
  };
1171
1171
  executionId: string;
1172
1172
  scenarioId: string;
1173
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1173
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1174
1174
  objectId: string;
1175
1175
  address?: string | null | undefined;
1176
1176
  }[][] | undefined;
@@ -1189,7 +1189,7 @@ export declare const VerificationOutput: z.ZodObject<{
1189
1189
  };
1190
1190
  executionId: string;
1191
1191
  scenarioId: string;
1192
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1192
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1193
1193
  objectId: string;
1194
1194
  address?: string | null | undefined;
1195
1195
  }[][] | undefined;
@@ -1213,7 +1213,7 @@ export declare const VerificationOutput: z.ZodObject<{
1213
1213
  };
1214
1214
  executionId: string;
1215
1215
  scenarioId: string;
1216
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1216
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1217
1217
  objectId: string;
1218
1218
  address?: string | null | undefined;
1219
1219
  }[][] | undefined;
@@ -1236,7 +1236,7 @@ export declare const VerificationOutput: z.ZodObject<{
1236
1236
  };
1237
1237
  executionId: string;
1238
1238
  scenarioId: string;
1239
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1239
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1240
1240
  objectId: string;
1241
1241
  address?: string | null | undefined;
1242
1242
  }[][] | undefined;
@@ -1,12 +1,12 @@
1
1
  import { z } from "zod";
2
- export declare const ScenarioTypes: readonly ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
3
- export declare const ScenarioType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
2
+ export declare const ScenarioTypes: readonly ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
3
+ export declare const ScenarioType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
4
4
  export type ScenarioType = z.infer<typeof ScenarioType>;
5
5
  export declare const ScenarioStatuses: readonly ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
6
6
  export declare const ScenarioStatus: z.ZodEnum<["UpToDate", "NoRulesAdded", "HasNotDeployment"]>;
7
7
  export type ScenarioStatus = z.infer<typeof ScenarioStatus>;
8
8
  export declare const RuleEngineResponse: z.ZodObject<{
9
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
9
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
10
10
  objectId: z.ZodString;
11
11
  name: z.ZodString;
12
12
  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>]>>>;
@@ -48,7 +48,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
48
48
  };
49
49
  executionId: string;
50
50
  scenarioId: string;
51
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
51
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
52
52
  objectId: string;
53
53
  address?: string | null | undefined;
54
54
  }, {
@@ -62,13 +62,13 @@ export declare const RuleEngineResponse: z.ZodObject<{
62
62
  };
63
63
  executionId: string;
64
64
  scenarioId: string;
65
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
65
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
66
66
  objectId: string;
67
67
  address?: string | null | undefined;
68
68
  }>;
69
69
  export type RuleEngineResponse = z.infer<typeof RuleEngineResponse>;
70
70
  export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
71
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
71
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
72
72
  objectId: z.ZodString;
73
73
  name: z.ZodString;
74
74
  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>]>>>;
@@ -110,7 +110,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
110
110
  };
111
111
  executionId: string;
112
112
  scenarioId: string;
113
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
113
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
114
114
  objectId: string;
115
115
  address?: string | null | undefined;
116
116
  }, {
@@ -124,7 +124,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
124
124
  };
125
125
  executionId: string;
126
126
  scenarioId: string;
127
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
127
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
128
128
  objectId: string;
129
129
  address?: string | null | undefined;
130
130
  }>, "many">;
@@ -1 +1 @@
1
- {"version":3,"file":"execute-scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["execute-scenario.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,aAAa,0DAIhB,CAAC;AACX,eAAO,MAAM,YAAY,4DAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,gBAAgB,2DAInB,CAAC;AACX,eAAO,MAAM,cAAc,6DAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAA8B,CAAC;AACrE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,qDAKrB,CAAC;AACX,eAAO,MAAM,gBAAgB,uDAA6B,CAAC;AAC3D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAKnE,CAAC"}
1
+ {"version":3,"file":"execute-scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["execute-scenario.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,aAAa,mHAMhB,CAAC;AACX,eAAO,MAAM,YAAY,qHAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,gBAAgB,2DAInB,CAAC;AACX,eAAO,MAAM,cAAc,6DAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAA8B,CAAC;AACrE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,qDAKrB,CAAC;AACX,eAAO,MAAM,gBAAgB,uDAA6B,CAAC;AAC3D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAKnE,CAAC"}
@@ -1245,7 +1245,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1245
1245
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1246
1246
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1247
1247
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1248
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
1248
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1249
1249
  objectId: z.ZodString;
1250
1250
  name: z.ZodString;
1251
1251
  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>]>>>;
@@ -1287,7 +1287,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1287
1287
  };
1288
1288
  executionId: string;
1289
1289
  scenarioId: string;
1290
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1290
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1291
1291
  objectId: string;
1292
1292
  address?: string | null | undefined;
1293
1293
  }, {
@@ -1301,7 +1301,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1301
1301
  };
1302
1302
  executionId: string;
1303
1303
  scenarioId: string;
1304
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1304
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1305
1305
  objectId: string;
1306
1306
  address?: string | null | undefined;
1307
1307
  }>, "many">, "many">>;
@@ -1320,7 +1320,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1320
1320
  };
1321
1321
  executionId: string;
1322
1322
  scenarioId: string;
1323
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1323
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1324
1324
  objectId: string;
1325
1325
  address?: string | null | undefined;
1326
1326
  }[][] | undefined;
@@ -1339,7 +1339,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1339
1339
  };
1340
1340
  executionId: string;
1341
1341
  scenarioId: string;
1342
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1342
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1343
1343
  objectId: string;
1344
1344
  address?: string | null | undefined;
1345
1345
  }[][] | undefined;
@@ -1361,7 +1361,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1361
1361
  };
1362
1362
  executionId: string;
1363
1363
  scenarioId: string;
1364
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1364
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1365
1365
  objectId: string;
1366
1366
  address?: string | null | undefined;
1367
1367
  }[][] | undefined;
@@ -1383,7 +1383,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1383
1383
  };
1384
1384
  executionId: string;
1385
1385
  scenarioId: string;
1386
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1386
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1387
1387
  objectId: string;
1388
1388
  address?: string | null | undefined;
1389
1389
  }[][] | undefined;
@@ -1934,7 +1934,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1934
1934
  };
1935
1935
  executionId: string;
1936
1936
  scenarioId: string;
1937
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1937
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1938
1938
  objectId: string;
1939
1939
  address?: string | null | undefined;
1940
1940
  }[][] | undefined;
@@ -2027,7 +2027,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2027
2027
  };
2028
2028
  executionId: string;
2029
2029
  scenarioId: string;
2030
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
2030
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2031
2031
  objectId: string;
2032
2032
  address?: string | null | undefined;
2033
2033
  }[][] | undefined;