@nexeraid/identity-schemas 2.37.0 → 2.38.0-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist/{CoinMarketCap.schema-6a1ff221.cjs.prod.cjs → CoinMarketCap.schema-5142a776.cjs.prod.cjs} +23 -12
  2. package/dist/{CoinMarketCap.schema-aefa43e8.cjs.dev.cjs → CoinMarketCap.schema-f5000da2.cjs.dev.cjs} +23 -12
  3. package/dist/{CoinMarketCap.schema-280414c3.esm.mjs → CoinMarketCap.schema-f9a98f8e.esm.mjs} +11 -2
  4. package/dist/declarations/src/customer.schema.d.ts +7 -0
  5. package/dist/declarations/src/customer.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/app-requests.schema.d.ts +358 -170
  7. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  9. package/dist/declarations/src/identity/identity-v2.schema.d.ts +86 -42
  10. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  11. package/dist/declarations/src/identity/kyc.schema.d.ts +190 -94
  12. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  13. package/dist/declarations/src/identity/query.schema.d.ts +141 -565
  14. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  15. package/dist/declarations/src/identity/scenario.schema.d.ts +316 -562
  16. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/identity/zkps.schema.d.ts +145 -53
  18. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/index.d.ts +1 -0
  20. package/dist/declarations/src/index.d.ts.map +1 -1
  21. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +42 -42
  22. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +16 -16
  23. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +36 -36
  24. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +32 -32
  25. package/dist/declarations/src/providers/provider.schema.d.ts +469 -469
  26. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
  27. package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +100 -100
  28. package/dist/declarations/src/vault/data-link.schema.d.ts +8 -0
  29. package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -0
  30. package/dist/declarations/src/vault/index.d.ts +3 -0
  31. package/dist/declarations/src/vault/index.d.ts.map +1 -0
  32. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +897 -0
  33. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +47 -0
  34. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -0
  35. package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1859 -0
  36. package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +219 -0
  37. package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -0
  38. package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1139 -0
  39. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +61 -0
  40. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -0
  41. package/dist/declarations/src/vault/vault.schema.d.ts +2808 -0
  42. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -0
  43. package/dist/declarations/src/verifiable-credentials/index.d.ts +5 -10
  44. package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
  45. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +8764 -0
  46. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -0
  47. package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
  48. package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
  49. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +100 -100
  50. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1362 -1480
  51. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
  52. package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
  53. package/dist/{frontend-utilities.schema-2cdacfcb.cjs.dev.cjs → frontend-utilities.schema-3dbbc782.cjs.dev.cjs} +7 -6
  54. package/dist/{frontend-utilities.schema-2c6e346e.esm.mjs → frontend-utilities.schema-aae337dd.esm.mjs} +2 -1
  55. package/dist/{frontend-utilities.schema-fb803ead.cjs.prod.cjs → frontend-utilities.schema-b58a8d24.cjs.prod.cjs} +7 -6
  56. package/dist/identity-api.schema-185a6e6e.cjs.dev.cjs +2012 -0
  57. package/dist/identity-api.schema-774e69d4.cjs.prod.cjs +2012 -0
  58. package/dist/identity-api.schema-80658b16.esm.mjs +1654 -0
  59. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +124 -98
  60. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +124 -98
  61. package/dist/nexeraid-identity-schemas.esm.mjs +5 -4
  62. package/dist/package.json +25 -5
  63. package/dist/vault.schema-05a9f7fa.cjs.dev.cjs +6349 -0
  64. package/dist/vault.schema-d868aba3.cjs.prod.cjs +6349 -0
  65. package/dist/vault.schema-dc014e8d.esm.mjs +6238 -0
  66. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +16 -22
  67. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +16 -22
  68. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -1
  69. package/package.json +25 -5
  70. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -2
  71. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -2
  72. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -2
  73. package/vault/dist/nexeraid-identity-schemas-vault.cjs.cjs +7 -0
  74. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.cts +2 -0
  75. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.mts +2 -0
  76. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.ts +2 -0
  77. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +25 -0
  78. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +25 -0
  79. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -0
  80. package/vault/package.json +4 -0
  81. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +35 -20
  82. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +35 -20
  83. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -2
  84. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -17
  85. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -17
  86. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -3
  87. package/dist/identity-api.schema-79b2c3a7.esm.mjs +0 -3485
  88. package/dist/identity-api.schema-ab731fb2.cjs.prod.cjs +0 -3895
  89. package/dist/identity-api.schema-d2a8b678.cjs.dev.cjs +0 -3895
  90. package/dist/transaction.schema-16357ae0.esm.mjs +0 -65
  91. package/dist/transaction.schema-548b315f.cjs.prod.cjs +0 -101
  92. package/dist/transaction.schema-8c266a30.cjs.dev.cjs +0 -101
@@ -609,7 +609,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
609
609
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
610
610
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
611
611
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
612
- objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
612
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
613
613
  objectId: z.ZodString;
614
614
  name: z.ZodString;
615
615
  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>]>]>>>;
@@ -652,7 +652,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
652
652
  };
653
653
  executionId: string;
654
654
  scenarioId: string;
655
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
655
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
656
656
  objectId: string;
657
657
  address?: string | null | undefined;
658
658
  }, {
@@ -666,7 +666,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
666
666
  };
667
667
  executionId: string;
668
668
  scenarioId: string;
669
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
669
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
670
670
  objectId: string;
671
671
  address?: string | null | undefined;
672
672
  }>, "many">, "many">>;
@@ -685,7 +685,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
685
685
  };
686
686
  executionId: string;
687
687
  scenarioId: string;
688
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
688
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
689
689
  objectId: string;
690
690
  address?: string | null | undefined;
691
691
  }[][] | undefined;
@@ -704,7 +704,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
704
704
  };
705
705
  executionId: string;
706
706
  scenarioId: string;
707
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
707
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
708
708
  objectId: string;
709
709
  address?: string | null | undefined;
710
710
  }[][] | undefined;
@@ -726,7 +726,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
726
726
  };
727
727
  executionId: string;
728
728
  scenarioId: string;
729
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
729
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
730
730
  objectId: string;
731
731
  address?: string | null | undefined;
732
732
  }[][] | undefined;
@@ -748,7 +748,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
748
748
  };
749
749
  executionId: string;
750
750
  scenarioId: string;
751
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
751
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
752
752
  objectId: string;
753
753
  address?: string | null | undefined;
754
754
  }[][] | undefined;
@@ -996,32 +996,56 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
996
996
  }>>>;
997
997
  verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
998
998
  query: z.ZodArray<z.ZodObject<{
999
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
999
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
1000
1000
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1001
- attribute: z.ZodString;
1002
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
1001
+ attribute: z.ZodObject<{
1002
+ version: z.ZodEnum<["v1"]>;
1003
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1004
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1005
+ }, "strip", z.ZodTypeAny, {
1006
+ path: import("../index.js").VaultSchemaPaths;
1007
+ version: "v1";
1008
+ schema: keyof import("../index.js").VaultSchema;
1009
+ }, {
1010
+ path: import("../index.js").VaultSchemaPaths;
1011
+ version: "v1";
1012
+ schema: keyof import("../index.js").VaultSchema;
1013
+ }>;
1014
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
1003
1015
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
1004
1016
  }, "strip", z.ZodTypeAny, {
1005
- value: string | number | boolean | string[] | number[];
1006
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1007
- attribute: string;
1017
+ attribute: {
1018
+ path: import("../index.js").VaultSchemaPaths;
1019
+ version: "v1";
1020
+ schema: keyof import("../index.js").VaultSchema;
1021
+ };
1008
1022
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1023
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1024
+ queryId?: `query_${string}` | undefined;
1009
1025
  requestId?: number | null | undefined;
1010
1026
  }, {
1011
- value: string | number | boolean | string[] | number[];
1012
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1013
- attribute: string;
1027
+ attribute: {
1028
+ path: import("../index.js").VaultSchemaPaths;
1029
+ version: "v1";
1030
+ schema: keyof import("../index.js").VaultSchema;
1031
+ };
1014
1032
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1033
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1034
+ queryId?: `query_${string}` | undefined;
1015
1035
  requestId?: number | null | undefined;
1016
1036
  }>, "many">;
1017
1037
  workflowSessionId: z.ZodOptional<z.ZodString>;
1018
1038
  }, "strip", z.ZodTypeAny, {
1019
1039
  status: "pending" | "authorised" | "unauthorised";
1020
1040
  query: {
1021
- value: string | number | boolean | string[] | number[];
1022
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1023
- attribute: string;
1041
+ attribute: {
1042
+ path: import("../index.js").VaultSchemaPaths;
1043
+ version: "v1";
1044
+ schema: keyof import("../index.js").VaultSchema;
1045
+ };
1024
1046
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1047
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1048
+ queryId?: `query_${string}` | undefined;
1025
1049
  requestId?: number | null | undefined;
1026
1050
  }[];
1027
1051
  projectId: string;
@@ -1050,6 +1074,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1050
1074
  to?: string | undefined;
1051
1075
  };
1052
1076
  address?: string | null | undefined;
1077
+ workflowSessionId?: string | undefined;
1053
1078
  responseMessage?: {
1054
1079
  id: string;
1055
1080
  type: string;
@@ -1076,14 +1101,17 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1076
1101
  to?: string | undefined;
1077
1102
  } | null | undefined;
1078
1103
  verificationError?: string | null | undefined;
1079
- workflowSessionId?: string | undefined;
1080
1104
  }, {
1081
1105
  status: "pending" | "authorised" | "unauthorised";
1082
1106
  query: {
1083
- value: string | number | boolean | string[] | number[];
1084
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1085
- attribute: string;
1107
+ attribute: {
1108
+ path: import("../index.js").VaultSchemaPaths;
1109
+ version: "v1";
1110
+ schema: keyof import("../index.js").VaultSchema;
1111
+ };
1086
1112
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1113
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1114
+ queryId?: `query_${string}` | undefined;
1087
1115
  requestId?: number | null | undefined;
1088
1116
  }[];
1089
1117
  projectId: string;
@@ -1112,6 +1140,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1112
1140
  to?: string | undefined;
1113
1141
  };
1114
1142
  address?: string | null | undefined;
1143
+ workflowSessionId?: string | undefined;
1115
1144
  responseMessage?: {
1116
1145
  id: string;
1117
1146
  type: string;
@@ -1138,17 +1167,20 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1138
1167
  to?: string | undefined;
1139
1168
  } | null | undefined;
1140
1169
  verificationError?: string | null | undefined;
1141
- workflowSessionId?: string | undefined;
1142
1170
  }>, "many">;
1143
1171
  }, "strip", z.ZodTypeAny, {
1144
1172
  type: "OffChainScenarioExecution";
1145
1173
  data: {
1146
1174
  status: "pending" | "authorised" | "unauthorised";
1147
1175
  query: {
1148
- value: string | number | boolean | string[] | number[];
1149
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1150
- attribute: string;
1176
+ attribute: {
1177
+ path: import("../index.js").VaultSchemaPaths;
1178
+ version: "v1";
1179
+ schema: keyof import("../index.js").VaultSchema;
1180
+ };
1151
1181
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1182
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1183
+ queryId?: `query_${string}` | undefined;
1152
1184
  requestId?: number | null | undefined;
1153
1185
  }[];
1154
1186
  projectId: string;
@@ -1177,6 +1209,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1177
1209
  to?: string | undefined;
1178
1210
  };
1179
1211
  address?: string | null | undefined;
1212
+ workflowSessionId?: string | undefined;
1180
1213
  responseMessage?: {
1181
1214
  id: string;
1182
1215
  type: string;
@@ -1203,17 +1236,20 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1203
1236
  to?: string | undefined;
1204
1237
  } | null | undefined;
1205
1238
  verificationError?: string | null | undefined;
1206
- workflowSessionId?: string | undefined;
1207
1239
  }[];
1208
1240
  }, {
1209
1241
  type: "OffChainScenarioExecution";
1210
1242
  data: {
1211
1243
  status: "pending" | "authorised" | "unauthorised";
1212
1244
  query: {
1213
- value: string | number | boolean | string[] | number[];
1214
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1215
- attribute: string;
1245
+ attribute: {
1246
+ path: import("../index.js").VaultSchemaPaths;
1247
+ version: "v1";
1248
+ schema: keyof import("../index.js").VaultSchema;
1249
+ };
1216
1250
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1251
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1252
+ queryId?: `query_${string}` | undefined;
1217
1253
  requestId?: number | null | undefined;
1218
1254
  }[];
1219
1255
  projectId: string;
@@ -1242,6 +1278,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1242
1278
  to?: string | undefined;
1243
1279
  };
1244
1280
  address?: string | null | undefined;
1281
+ workflowSessionId?: string | undefined;
1245
1282
  responseMessage?: {
1246
1283
  id: string;
1247
1284
  type: string;
@@ -1268,7 +1305,6 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1268
1305
  to?: string | undefined;
1269
1306
  } | null | undefined;
1270
1307
  verificationError?: string | null | undefined;
1271
- workflowSessionId?: string | undefined;
1272
1308
  }[];
1273
1309
  }>, z.ZodObject<{
1274
1310
  type: z.ZodLiteral<"OnChainScenarioExecution">;
@@ -1299,7 +1335,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1299
1335
  };
1300
1336
  executionId: string;
1301
1337
  scenarioId: string;
1302
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1338
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1303
1339
  objectId: string;
1304
1340
  address?: string | null | undefined;
1305
1341
  }[][] | undefined;
@@ -1309,10 +1345,14 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1309
1345
  data: {
1310
1346
  status: "pending" | "authorised" | "unauthorised";
1311
1347
  query: {
1312
- value: string | number | boolean | string[] | number[];
1313
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1314
- attribute: string;
1348
+ attribute: {
1349
+ path: import("../index.js").VaultSchemaPaths;
1350
+ version: "v1";
1351
+ schema: keyof import("../index.js").VaultSchema;
1352
+ };
1315
1353
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1354
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1355
+ queryId?: `query_${string}` | undefined;
1316
1356
  requestId?: number | null | undefined;
1317
1357
  }[];
1318
1358
  projectId: string;
@@ -1341,6 +1381,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1341
1381
  to?: string | undefined;
1342
1382
  };
1343
1383
  address?: string | null | undefined;
1384
+ workflowSessionId?: string | undefined;
1344
1385
  responseMessage?: {
1345
1386
  id: string;
1346
1387
  type: string;
@@ -1367,7 +1408,6 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1367
1408
  to?: string | undefined;
1368
1409
  } | null | undefined;
1369
1410
  verificationError?: string | null | undefined;
1370
- workflowSessionId?: string | undefined;
1371
1411
  }[];
1372
1412
  } | {
1373
1413
  type: "OnChainScenarioExecution";
@@ -1393,7 +1433,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1393
1433
  };
1394
1434
  executionId: string;
1395
1435
  scenarioId: string;
1396
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1436
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1397
1437
  objectId: string;
1398
1438
  address?: string | null | undefined;
1399
1439
  }[][] | undefined;
@@ -1403,10 +1443,14 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1403
1443
  data: {
1404
1444
  status: "pending" | "authorised" | "unauthorised";
1405
1445
  query: {
1406
- value: string | number | boolean | string[] | number[];
1407
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1408
- attribute: string;
1446
+ attribute: {
1447
+ path: import("../index.js").VaultSchemaPaths;
1448
+ version: "v1";
1449
+ schema: keyof import("../index.js").VaultSchema;
1450
+ };
1409
1451
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1452
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1453
+ queryId?: `query_${string}` | undefined;
1410
1454
  requestId?: number | null | undefined;
1411
1455
  }[];
1412
1456
  projectId: string;
@@ -1435,6 +1479,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1435
1479
  to?: string | undefined;
1436
1480
  };
1437
1481
  address?: string | null | undefined;
1482
+ workflowSessionId?: string | undefined;
1438
1483
  responseMessage?: {
1439
1484
  id: string;
1440
1485
  type: string;
@@ -1461,7 +1506,6 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1461
1506
  to?: string | undefined;
1462
1507
  } | null | undefined;
1463
1508
  verificationError?: string | null | undefined;
1464
- workflowSessionId?: string | undefined;
1465
1509
  }[];
1466
1510
  } | {
1467
1511
  type: "OnChainScenarioExecution";
@@ -1557,14 +1601,14 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1557
1601
  journeyId: z.ZodString;
1558
1602
  }, "strip", z.ZodTypeAny, {
1559
1603
  id: string;
1560
- journeyId: string;
1561
1604
  type: string[];
1562
1605
  issuanceDate: string;
1606
+ journeyId: string;
1563
1607
  }, {
1564
1608
  id: string;
1565
- journeyId: string;
1566
1609
  type: string[];
1567
1610
  issuanceDate: string;
1611
+ journeyId: string;
1568
1612
  }>, "many">;
1569
1613
  identifier: z.ZodString;
1570
1614
  }, "strip", z.ZodTypeAny, {
@@ -1572,18 +1616,18 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1572
1616
  identifier: string;
1573
1617
  credentials: {
1574
1618
  id: string;
1575
- journeyId: string;
1576
1619
  type: string[];
1577
1620
  issuanceDate: string;
1621
+ journeyId: string;
1578
1622
  }[];
1579
1623
  }, {
1580
1624
  type: "polygonIdCredentials";
1581
1625
  identifier: string;
1582
1626
  credentials: {
1583
1627
  id: string;
1584
- journeyId: string;
1585
1628
  type: string[];
1586
1629
  issuanceDate: string;
1630
+ journeyId: string;
1587
1631
  }[];
1588
1632
  }>, z.ZodObject<{
1589
1633
  type: z.ZodLiteral<"polygonIdResponse">;
@@ -2328,7 +2372,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2328
2372
  }[];
2329
2373
  }[];
2330
2374
  }>;
2331
- offchainZKP: z.ZodObject<{
2375
+ PrivacyPreservingMonitoring: z.ZodObject<{
2332
2376
  requiredData: z.ZodArray<z.ZodObject<{
2333
2377
  type: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>;
2334
2378
  requiredAttributes: z.ZodArray<z.ZodObject<{
@@ -2366,31 +2410,55 @@ export declare const RequiredVerificationData: z.ZodObject<{
2366
2410
  circuitId: z.ZodEnum<["credentialAtomicQuerySigV2", "credentialAtomicQuerySigV2OnChain"]>;
2367
2411
  optional: z.ZodOptional<z.ZodBoolean>;
2368
2412
  query: z.ZodObject<{
2369
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
2413
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
2370
2414
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2371
- attribute: z.ZodString;
2372
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
2415
+ attribute: z.ZodObject<{
2416
+ version: z.ZodEnum<["v1"]>;
2417
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2418
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2419
+ }, "strip", z.ZodTypeAny, {
2420
+ path: import("../index.js").VaultSchemaPaths;
2421
+ version: "v1";
2422
+ schema: keyof import("../index.js").VaultSchema;
2423
+ }, {
2424
+ path: import("../index.js").VaultSchemaPaths;
2425
+ version: "v1";
2426
+ schema: keyof import("../index.js").VaultSchema;
2427
+ }>;
2428
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
2373
2429
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
2374
2430
  }, "strip", z.ZodTypeAny, {
2375
- value: string | number | boolean | string[] | number[];
2376
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2377
- attribute: string;
2431
+ attribute: {
2432
+ path: import("../index.js").VaultSchemaPaths;
2433
+ version: "v1";
2434
+ schema: keyof import("../index.js").VaultSchema;
2435
+ };
2378
2436
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2437
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2438
+ queryId?: `query_${string}` | undefined;
2379
2439
  requestId?: number | null | undefined;
2380
2440
  }, {
2381
- value: string | number | boolean | string[] | number[];
2382
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2383
- attribute: string;
2441
+ attribute: {
2442
+ path: import("../index.js").VaultSchemaPaths;
2443
+ version: "v1";
2444
+ schema: keyof import("../index.js").VaultSchema;
2445
+ };
2384
2446
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2447
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2448
+ queryId?: `query_${string}` | undefined;
2385
2449
  requestId?: number | null | undefined;
2386
2450
  }>;
2387
2451
  }, "strip", z.ZodTypeAny, {
2388
2452
  id: number;
2389
2453
  query: {
2390
- value: string | number | boolean | string[] | number[];
2391
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2392
- attribute: string;
2454
+ attribute: {
2455
+ path: import("../index.js").VaultSchemaPaths;
2456
+ version: "v1";
2457
+ schema: keyof import("../index.js").VaultSchema;
2458
+ };
2393
2459
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2460
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2461
+ queryId?: `query_${string}` | undefined;
2394
2462
  requestId?: number | null | undefined;
2395
2463
  };
2396
2464
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2398,10 +2466,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2398
2466
  }, {
2399
2467
  id: number;
2400
2468
  query: {
2401
- value: string | number | boolean | string[] | number[];
2402
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2403
- attribute: string;
2469
+ attribute: {
2470
+ path: import("../index.js").VaultSchemaPaths;
2471
+ version: "v1";
2472
+ schema: keyof import("../index.js").VaultSchema;
2473
+ };
2404
2474
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2475
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2476
+ queryId?: `query_${string}` | undefined;
2405
2477
  requestId?: number | null | undefined;
2406
2478
  };
2407
2479
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2412,10 +2484,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2412
2484
  conditions: {
2413
2485
  id: number;
2414
2486
  query: {
2415
- value: string | number | boolean | string[] | number[];
2416
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2417
- attribute: string;
2487
+ attribute: {
2488
+ path: import("../index.js").VaultSchemaPaths;
2489
+ version: "v1";
2490
+ schema: keyof import("../index.js").VaultSchema;
2491
+ };
2418
2492
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2493
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2494
+ queryId?: `query_${string}` | undefined;
2419
2495
  requestId?: number | null | undefined;
2420
2496
  };
2421
2497
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2426,10 +2502,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2426
2502
  conditions: {
2427
2503
  id: number;
2428
2504
  query: {
2429
- value: string | number | boolean | string[] | number[];
2430
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2431
- attribute: string;
2505
+ attribute: {
2506
+ path: import("../index.js").VaultSchemaPaths;
2507
+ version: "v1";
2508
+ schema: keyof import("../index.js").VaultSchema;
2509
+ };
2432
2510
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2511
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2512
+ queryId?: `query_${string}` | undefined;
2433
2513
  requestId?: number | null | undefined;
2434
2514
  };
2435
2515
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2450,10 +2530,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2450
2530
  conditions: {
2451
2531
  id: number;
2452
2532
  query: {
2453
- value: string | number | boolean | string[] | number[];
2454
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2455
- attribute: string;
2533
+ attribute: {
2534
+ path: import("../index.js").VaultSchemaPaths;
2535
+ version: "v1";
2536
+ schema: keyof import("../index.js").VaultSchema;
2537
+ };
2456
2538
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2539
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2540
+ queryId?: `query_${string}` | undefined;
2457
2541
  requestId?: number | null | undefined;
2458
2542
  };
2459
2543
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2474,10 +2558,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2474
2558
  conditions: {
2475
2559
  id: number;
2476
2560
  query: {
2477
- value: string | number | boolean | string[] | number[];
2478
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2479
- attribute: string;
2561
+ attribute: {
2562
+ path: import("../index.js").VaultSchemaPaths;
2563
+ version: "v1";
2564
+ schema: keyof import("../index.js").VaultSchema;
2565
+ };
2480
2566
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2567
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2568
+ queryId?: `query_${string}` | undefined;
2481
2569
  requestId?: number | null | undefined;
2482
2570
  };
2483
2571
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2486,17 +2574,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2486
2574
  }[];
2487
2575
  }>;
2488
2576
  }, "strip", z.ZodTypeAny, {
2489
- ruleEngine: {
2490
- requiredData: {
2491
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2492
- requiredAttributes: {
2493
- value: string;
2494
- attribute: string;
2495
- operator: string;
2496
- }[];
2497
- }[];
2498
- };
2499
- offchainZKP: {
2577
+ PrivacyPreservingMonitoring: {
2500
2578
  requiredData: {
2501
2579
  type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2502
2580
  requiredAttributes: {
@@ -2510,10 +2588,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2510
2588
  conditions: {
2511
2589
  id: number;
2512
2590
  query: {
2513
- value: string | number | boolean | string[] | number[];
2514
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2515
- attribute: string;
2591
+ attribute: {
2592
+ path: import("../index.js").VaultSchemaPaths;
2593
+ version: "v1";
2594
+ schema: keyof import("../index.js").VaultSchema;
2595
+ };
2516
2596
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2597
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2598
+ queryId?: `query_${string}` | undefined;
2517
2599
  requestId?: number | null | undefined;
2518
2600
  };
2519
2601
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2521,10 +2603,9 @@ export declare const RequiredVerificationData: z.ZodObject<{
2521
2603
  }[];
2522
2604
  }[];
2523
2605
  };
2524
- }, {
2525
2606
  ruleEngine: {
2526
2607
  requiredData: {
2527
- type: string;
2608
+ type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2528
2609
  requiredAttributes: {
2529
2610
  value: string;
2530
2611
  attribute: string;
@@ -2532,7 +2613,8 @@ export declare const RequiredVerificationData: z.ZodObject<{
2532
2613
  }[];
2533
2614
  }[];
2534
2615
  };
2535
- offchainZKP: {
2616
+ }, {
2617
+ PrivacyPreservingMonitoring: {
2536
2618
  requiredData: {
2537
2619
  type: string;
2538
2620
  requiredAttributes: {
@@ -2546,10 +2628,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2546
2628
  conditions: {
2547
2629
  id: number;
2548
2630
  query: {
2549
- value: string | number | boolean | string[] | number[];
2550
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2551
- attribute: string;
2631
+ attribute: {
2632
+ path: import("../index.js").VaultSchemaPaths;
2633
+ version: "v1";
2634
+ schema: keyof import("../index.js").VaultSchema;
2635
+ };
2552
2636
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2637
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2638
+ queryId?: `query_${string}` | undefined;
2553
2639
  requestId?: number | null | undefined;
2554
2640
  };
2555
2641
  circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
@@ -2557,6 +2643,16 @@ export declare const RequiredVerificationData: z.ZodObject<{
2557
2643
  }[];
2558
2644
  }[];
2559
2645
  };
2646
+ ruleEngine: {
2647
+ requiredData: {
2648
+ type: string;
2649
+ requiredAttributes: {
2650
+ value: string;
2651
+ attribute: string;
2652
+ operator: string;
2653
+ }[];
2654
+ }[];
2655
+ };
2560
2656
  }>;
2561
2657
  export type RequiredVerificationData = z.infer<typeof RequiredVerificationData>;
2562
2658
  export type RequiredDataRow = z.infer<typeof RequiredDataRowSchema>;