@nexeraid/identity-schemas 2.130.0-dev → 2.131.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 (64) hide show
  1. package/dist/{CoinMarketCap.schema-52c35587.cjs.prod.cjs → CoinMarketCap.schema-75a0f92b.cjs.prod.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-3fa2dbfe.cjs.dev.cjs → CoinMarketCap.schema-e7a388f4.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-d51e69ae.esm.mjs → CoinMarketCap.schema-f8339199.esm.mjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +94 -94
  5. package/dist/declarations/src/identity/host-requests.schema.d.ts +16 -16
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +76 -76
  7. package/dist/declarations/src/identity/kyc.schema.d.ts +74 -74
  8. package/dist/declarations/src/identity/query.schema.d.ts +84 -84
  9. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/scenario.schema.d.ts +156 -156
  11. package/dist/declarations/src/identity/txAuthData.schema.d.ts +28 -28
  12. package/dist/declarations/src/identity/zkps.schema.d.ts +46 -46
  13. package/dist/declarations/src/index.d.ts +1 -0
  14. package/dist/declarations/src/index.d.ts.map +1 -1
  15. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts +4 -3
  16. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts.map +1 -1
  18. package/dist/declarations/src/vault/data-links/object-path.d.ts +5 -2
  19. package/dist/declarations/src/vault/data-links/object-path.d.ts.map +1 -1
  20. package/dist/declarations/src/vault/data-links/type-util.d.ts +2 -2
  21. package/dist/declarations/src/vault/data-links/type-util.d.ts.map +1 -1
  22. package/dist/declarations/src/vault/data-links/zod-utils.d.ts.map +1 -1
  23. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.schema.json.d.ts +31 -0
  24. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts +13 -0
  25. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts.map +1 -0
  26. package/dist/declarations/src/vault/vault.schema.d.ts +74 -23
  27. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  28. package/dist/declarations/src/web3-transaction.schema.d.ts +24 -0
  29. package/dist/declarations/src/web3-transaction.schema.d.ts.map +1 -0
  30. package/dist/{identity-api.schema-ba16c8c3.cjs.prod.cjs → identity-api.schema-876b71fe.cjs.prod.cjs} +1 -1
  31. package/dist/{identity-api.schema-3f7334e3.esm.mjs → identity-api.schema-93648b2c.esm.mjs} +1 -1
  32. package/dist/{identity-api.schema-b2947339.cjs.dev.cjs → identity-api.schema-b195fc03.cjs.dev.cjs} +1 -1
  33. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +11 -7
  34. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +11 -7
  35. package/dist/nexeraid-identity-schemas.esm.mjs +6 -4
  36. package/dist/package.json +1 -1
  37. package/dist/{tfhe-utilities-7c18a426.cjs.prod.cjs → tfhe-utilities-1ce70999.cjs.prod.cjs} +2 -2
  38. package/dist/{tfhe-utilities-e3085d72.esm.mjs → tfhe-utilities-3731a30f.esm.mjs} +2 -2
  39. package/dist/{tfhe-utilities-aa85d5c3.cjs.dev.cjs → tfhe-utilities-cc4d4e53.cjs.dev.cjs} +2 -2
  40. package/dist/toArray-721f6561.cjs.prod.cjs +9 -0
  41. package/dist/toArray-aa653e1d.esm.mjs +7 -0
  42. package/dist/toArray-f13714a0.cjs.dev.cjs +9 -0
  43. package/dist/{vault.schema-e1eca1dd.esm.mjs → vault.schema-3aa96890.esm.mjs} +80 -217
  44. package/dist/{vault.schema-c797be4e.cjs.dev.cjs → vault.schema-60464fc5.cjs.dev.cjs} +85 -221
  45. package/dist/{vault.schema-d8294208.cjs.prod.cjs → vault.schema-9f88c87d.cjs.prod.cjs} +85 -221
  46. package/dist/zod-utils-5768518c.cjs.dev.cjs +222 -0
  47. package/dist/zod-utils-895d0829.esm.mjs +217 -0
  48. package/dist/zod-utils-dfe3037a.cjs.prod.cjs +222 -0
  49. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  50. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  51. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  52. package/package.json +1 -1
  53. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  54. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  55. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  56. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +7 -5
  57. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +7 -5
  58. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -1
  59. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  60. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  61. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  62. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +5 -4
  63. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +5 -4
  64. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -3
@@ -246,26 +246,26 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
246
246
  attribute: z.ZodObject<{
247
247
  version: z.ZodEnum<["v1"]>;
248
248
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
249
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
249
+ path: z.ZodString;
250
250
  }, "strip", z.ZodTypeAny, {
251
- path: import("../index.js").VaultSchemaPaths;
251
+ path: string;
252
252
  version: "v1";
253
253
  schema: keyof import("../index.js").VaultSchema;
254
254
  }, {
255
- path: import("../index.js").VaultSchemaPaths;
255
+ path: string;
256
256
  version: "v1";
257
257
  schema: keyof import("../index.js").VaultSchema;
258
258
  }>;
259
259
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
260
260
  version: z.ZodEnum<["v1"]>;
261
261
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
262
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
262
+ path: z.ZodString;
263
263
  }, "strip", z.ZodTypeAny, {
264
- path: import("../index.js").VaultSchemaPaths;
264
+ path: string;
265
265
  version: "v1";
266
266
  schema: keyof import("../index.js").VaultSchema;
267
267
  }, {
268
- path: import("../index.js").VaultSchemaPaths;
268
+ path: string;
269
269
  version: "v1";
270
270
  schema: keyof import("../index.js").VaultSchema;
271
271
  }>>>;
@@ -274,7 +274,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
274
274
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
275
275
  }, "strip", z.ZodTypeAny, {
276
276
  attribute: {
277
- path: import("../index.js").VaultSchemaPaths;
277
+ path: string;
278
278
  version: "v1";
279
279
  schema: keyof import("../index.js").VaultSchema;
280
280
  };
@@ -284,14 +284,14 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
284
284
  queryId?: `query_${string}` | undefined;
285
285
  requestId?: number | null | undefined;
286
286
  secondaryAttribute?: {
287
- path: import("../index.js").VaultSchemaPaths;
287
+ path: string;
288
288
  version: "v1";
289
289
  schema: keyof import("../index.js").VaultSchema;
290
290
  } | null | undefined;
291
291
  datasetColumnId?: `datasetc_${string}` | null | undefined;
292
292
  }, {
293
293
  attribute: {
294
- path: import("../index.js").VaultSchemaPaths;
294
+ path: string;
295
295
  version: "v1";
296
296
  schema: keyof import("../index.js").VaultSchema;
297
297
  };
@@ -301,7 +301,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
301
301
  queryId?: `query_${string}` | undefined;
302
302
  requestId?: number | null | undefined;
303
303
  secondaryAttribute?: {
304
- path: import("../index.js").VaultSchemaPaths;
304
+ path: string;
305
305
  version: "v1";
306
306
  schema: keyof import("../index.js").VaultSchema;
307
307
  } | null | undefined;
@@ -312,7 +312,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
312
312
  status: "pending" | "authorised" | "unauthorised";
313
313
  query: {
314
314
  attribute: {
315
- path: import("../index.js").VaultSchemaPaths;
315
+ path: string;
316
316
  version: "v1";
317
317
  schema: keyof import("../index.js").VaultSchema;
318
318
  };
@@ -322,7 +322,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
322
322
  queryId?: `query_${string}` | undefined;
323
323
  requestId?: number | null | undefined;
324
324
  secondaryAttribute?: {
325
- path: import("../index.js").VaultSchemaPaths;
325
+ path: string;
326
326
  version: "v1";
327
327
  schema: keyof import("../index.js").VaultSchema;
328
328
  } | null | undefined;
@@ -385,7 +385,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
385
385
  status: "pending" | "authorised" | "unauthorised";
386
386
  query: {
387
387
  attribute: {
388
- path: import("../index.js").VaultSchemaPaths;
388
+ path: string;
389
389
  version: "v1";
390
390
  schema: keyof import("../index.js").VaultSchema;
391
391
  };
@@ -395,7 +395,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
395
395
  queryId?: `query_${string}` | undefined;
396
396
  requestId?: number | null | undefined;
397
397
  secondaryAttribute?: {
398
- path: import("../index.js").VaultSchemaPaths;
398
+ path: string;
399
399
  version: "v1";
400
400
  schema: keyof import("../index.js").VaultSchema;
401
401
  } | null | undefined;
@@ -1022,26 +1022,26 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1022
1022
  attribute: z.ZodObject<{
1023
1023
  version: z.ZodEnum<["v1"]>;
1024
1024
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1025
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1025
+ path: z.ZodString;
1026
1026
  }, "strip", z.ZodTypeAny, {
1027
- path: import("../index.js").VaultSchemaPaths;
1027
+ path: string;
1028
1028
  version: "v1";
1029
1029
  schema: keyof import("../index.js").VaultSchema;
1030
1030
  }, {
1031
- path: import("../index.js").VaultSchemaPaths;
1031
+ path: string;
1032
1032
  version: "v1";
1033
1033
  schema: keyof import("../index.js").VaultSchema;
1034
1034
  }>;
1035
1035
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1036
1036
  version: z.ZodEnum<["v1"]>;
1037
1037
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1038
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1038
+ path: z.ZodString;
1039
1039
  }, "strip", z.ZodTypeAny, {
1040
- path: import("../index.js").VaultSchemaPaths;
1040
+ path: string;
1041
1041
  version: "v1";
1042
1042
  schema: keyof import("../index.js").VaultSchema;
1043
1043
  }, {
1044
- path: import("../index.js").VaultSchemaPaths;
1044
+ path: string;
1045
1045
  version: "v1";
1046
1046
  schema: keyof import("../index.js").VaultSchema;
1047
1047
  }>>>;
@@ -1050,7 +1050,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1050
1050
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1051
1051
  }, "strip", z.ZodTypeAny, {
1052
1052
  attribute: {
1053
- path: import("../index.js").VaultSchemaPaths;
1053
+ path: string;
1054
1054
  version: "v1";
1055
1055
  schema: keyof import("../index.js").VaultSchema;
1056
1056
  };
@@ -1060,14 +1060,14 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1060
1060
  queryId?: `query_${string}` | undefined;
1061
1061
  requestId?: number | null | undefined;
1062
1062
  secondaryAttribute?: {
1063
- path: import("../index.js").VaultSchemaPaths;
1063
+ path: string;
1064
1064
  version: "v1";
1065
1065
  schema: keyof import("../index.js").VaultSchema;
1066
1066
  } | null | undefined;
1067
1067
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1068
1068
  }, {
1069
1069
  attribute: {
1070
- path: import("../index.js").VaultSchemaPaths;
1070
+ path: string;
1071
1071
  version: "v1";
1072
1072
  schema: keyof import("../index.js").VaultSchema;
1073
1073
  };
@@ -1077,7 +1077,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1077
1077
  queryId?: `query_${string}` | undefined;
1078
1078
  requestId?: number | null | undefined;
1079
1079
  secondaryAttribute?: {
1080
- path: import("../index.js").VaultSchemaPaths;
1080
+ path: string;
1081
1081
  version: "v1";
1082
1082
  schema: keyof import("../index.js").VaultSchema;
1083
1083
  } | null | undefined;
@@ -1088,7 +1088,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1088
1088
  status: "pending" | "authorised" | "unauthorised";
1089
1089
  query: {
1090
1090
  attribute: {
1091
- path: import("../index.js").VaultSchemaPaths;
1091
+ path: string;
1092
1092
  version: "v1";
1093
1093
  schema: keyof import("../index.js").VaultSchema;
1094
1094
  };
@@ -1098,7 +1098,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1098
1098
  queryId?: `query_${string}` | undefined;
1099
1099
  requestId?: number | null | undefined;
1100
1100
  secondaryAttribute?: {
1101
- path: import("../index.js").VaultSchemaPaths;
1101
+ path: string;
1102
1102
  version: "v1";
1103
1103
  schema: keyof import("../index.js").VaultSchema;
1104
1104
  } | null | undefined;
@@ -1161,7 +1161,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1161
1161
  status: "pending" | "authorised" | "unauthorised";
1162
1162
  query: {
1163
1163
  attribute: {
1164
- path: import("../index.js").VaultSchemaPaths;
1164
+ path: string;
1165
1165
  version: "v1";
1166
1166
  schema: keyof import("../index.js").VaultSchema;
1167
1167
  };
@@ -1171,7 +1171,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1171
1171
  queryId?: `query_${string}` | undefined;
1172
1172
  requestId?: number | null | undefined;
1173
1173
  secondaryAttribute?: {
1174
- path: import("../index.js").VaultSchemaPaths;
1174
+ path: string;
1175
1175
  version: "v1";
1176
1176
  schema: keyof import("../index.js").VaultSchema;
1177
1177
  } | null | undefined;
@@ -1237,7 +1237,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1237
1237
  status: "pending" | "authorised" | "unauthorised";
1238
1238
  query: {
1239
1239
  attribute: {
1240
- path: import("../index.js").VaultSchemaPaths;
1240
+ path: string;
1241
1241
  version: "v1";
1242
1242
  schema: keyof import("../index.js").VaultSchema;
1243
1243
  };
@@ -1247,7 +1247,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1247
1247
  queryId?: `query_${string}` | undefined;
1248
1248
  requestId?: number | null | undefined;
1249
1249
  secondaryAttribute?: {
1250
- path: import("../index.js").VaultSchemaPaths;
1250
+ path: string;
1251
1251
  version: "v1";
1252
1252
  schema: keyof import("../index.js").VaultSchema;
1253
1253
  } | null | undefined;
@@ -1313,7 +1313,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1313
1313
  status: "pending" | "authorised" | "unauthorised";
1314
1314
  query: {
1315
1315
  attribute: {
1316
- path: import("../index.js").VaultSchemaPaths;
1316
+ path: string;
1317
1317
  version: "v1";
1318
1318
  schema: keyof import("../index.js").VaultSchema;
1319
1319
  };
@@ -1323,7 +1323,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1323
1323
  queryId?: `query_${string}` | undefined;
1324
1324
  requestId?: number | null | undefined;
1325
1325
  secondaryAttribute?: {
1326
- path: import("../index.js").VaultSchemaPaths;
1326
+ path: string;
1327
1327
  version: "v1";
1328
1328
  schema: keyof import("../index.js").VaultSchema;
1329
1329
  } | null | undefined;
@@ -1794,26 +1794,26 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1794
1794
  attribute: z.ZodObject<{
1795
1795
  version: z.ZodEnum<["v1"]>;
1796
1796
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1797
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1797
+ path: z.ZodString;
1798
1798
  }, "strip", z.ZodTypeAny, {
1799
- path: import("../index.js").VaultSchemaPaths;
1799
+ path: string;
1800
1800
  version: "v1";
1801
1801
  schema: keyof import("../index.js").VaultSchema;
1802
1802
  }, {
1803
- path: import("../index.js").VaultSchemaPaths;
1803
+ path: string;
1804
1804
  version: "v1";
1805
1805
  schema: keyof import("../index.js").VaultSchema;
1806
1806
  }>;
1807
1807
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1808
1808
  version: z.ZodEnum<["v1"]>;
1809
1809
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1810
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1810
+ path: z.ZodString;
1811
1811
  }, "strip", z.ZodTypeAny, {
1812
- path: import("../index.js").VaultSchemaPaths;
1812
+ path: string;
1813
1813
  version: "v1";
1814
1814
  schema: keyof import("../index.js").VaultSchema;
1815
1815
  }, {
1816
- path: import("../index.js").VaultSchemaPaths;
1816
+ path: string;
1817
1817
  version: "v1";
1818
1818
  schema: keyof import("../index.js").VaultSchema;
1819
1819
  }>>>;
@@ -1822,7 +1822,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1822
1822
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1823
1823
  }, "strip", z.ZodTypeAny, {
1824
1824
  attribute: {
1825
- path: import("../index.js").VaultSchemaPaths;
1825
+ path: string;
1826
1826
  version: "v1";
1827
1827
  schema: keyof import("../index.js").VaultSchema;
1828
1828
  };
@@ -1832,14 +1832,14 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1832
1832
  queryId?: `query_${string}` | undefined;
1833
1833
  requestId?: number | null | undefined;
1834
1834
  secondaryAttribute?: {
1835
- path: import("../index.js").VaultSchemaPaths;
1835
+ path: string;
1836
1836
  version: "v1";
1837
1837
  schema: keyof import("../index.js").VaultSchema;
1838
1838
  } | null | undefined;
1839
1839
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1840
1840
  }, {
1841
1841
  attribute: {
1842
- path: import("../index.js").VaultSchemaPaths;
1842
+ path: string;
1843
1843
  version: "v1";
1844
1844
  schema: keyof import("../index.js").VaultSchema;
1845
1845
  };
@@ -1849,7 +1849,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1849
1849
  queryId?: `query_${string}` | undefined;
1850
1850
  requestId?: number | null | undefined;
1851
1851
  secondaryAttribute?: {
1852
- path: import("../index.js").VaultSchemaPaths;
1852
+ path: string;
1853
1853
  version: "v1";
1854
1854
  schema: keyof import("../index.js").VaultSchema;
1855
1855
  } | null | undefined;
@@ -1860,7 +1860,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1860
1860
  status: "pending" | "authorised" | "unauthorised";
1861
1861
  query: {
1862
1862
  attribute: {
1863
- path: import("../index.js").VaultSchemaPaths;
1863
+ path: string;
1864
1864
  version: "v1";
1865
1865
  schema: keyof import("../index.js").VaultSchema;
1866
1866
  };
@@ -1870,7 +1870,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1870
1870
  queryId?: `query_${string}` | undefined;
1871
1871
  requestId?: number | null | undefined;
1872
1872
  secondaryAttribute?: {
1873
- path: import("../index.js").VaultSchemaPaths;
1873
+ path: string;
1874
1874
  version: "v1";
1875
1875
  schema: keyof import("../index.js").VaultSchema;
1876
1876
  } | null | undefined;
@@ -1933,7 +1933,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1933
1933
  status: "pending" | "authorised" | "unauthorised";
1934
1934
  query: {
1935
1935
  attribute: {
1936
- path: import("../index.js").VaultSchemaPaths;
1936
+ path: string;
1937
1937
  version: "v1";
1938
1938
  schema: keyof import("../index.js").VaultSchema;
1939
1939
  };
@@ -1943,7 +1943,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1943
1943
  queryId?: `query_${string}` | undefined;
1944
1944
  requestId?: number | null | undefined;
1945
1945
  secondaryAttribute?: {
1946
- path: import("../index.js").VaultSchemaPaths;
1946
+ path: string;
1947
1947
  version: "v1";
1948
1948
  schema: keyof import("../index.js").VaultSchema;
1949
1949
  } | null | undefined;
@@ -2009,7 +2009,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2009
2009
  status: "pending" | "authorised" | "unauthorised";
2010
2010
  query: {
2011
2011
  attribute: {
2012
- path: import("../index.js").VaultSchemaPaths;
2012
+ path: string;
2013
2013
  version: "v1";
2014
2014
  schema: keyof import("../index.js").VaultSchema;
2015
2015
  };
@@ -2019,7 +2019,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2019
2019
  queryId?: `query_${string}` | undefined;
2020
2020
  requestId?: number | null | undefined;
2021
2021
  secondaryAttribute?: {
2022
- path: import("../index.js").VaultSchemaPaths;
2022
+ path: string;
2023
2023
  version: "v1";
2024
2024
  schema: keyof import("../index.js").VaultSchema;
2025
2025
  } | null | undefined;
@@ -2085,7 +2085,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2085
2085
  status: "pending" | "authorised" | "unauthorised";
2086
2086
  query: {
2087
2087
  attribute: {
2088
- path: import("../index.js").VaultSchemaPaths;
2088
+ path: string;
2089
2089
  version: "v1";
2090
2090
  schema: keyof import("../index.js").VaultSchema;
2091
2091
  };
@@ -2095,7 +2095,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2095
2095
  queryId?: `query_${string}` | undefined;
2096
2096
  requestId?: number | null | undefined;
2097
2097
  secondaryAttribute?: {
2098
- path: import("../index.js").VaultSchemaPaths;
2098
+ path: string;
2099
2099
  version: "v1";
2100
2100
  schema: keyof import("../index.js").VaultSchema;
2101
2101
  } | null | undefined;
@@ -2568,26 +2568,26 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2568
2568
  attribute: z.ZodObject<{
2569
2569
  version: z.ZodEnum<["v1"]>;
2570
2570
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2571
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2571
+ path: z.ZodString;
2572
2572
  }, "strip", z.ZodTypeAny, {
2573
- path: import("../index.js").VaultSchemaPaths;
2573
+ path: string;
2574
2574
  version: "v1";
2575
2575
  schema: keyof import("../index.js").VaultSchema;
2576
2576
  }, {
2577
- path: import("../index.js").VaultSchemaPaths;
2577
+ path: string;
2578
2578
  version: "v1";
2579
2579
  schema: keyof import("../index.js").VaultSchema;
2580
2580
  }>;
2581
2581
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2582
2582
  version: z.ZodEnum<["v1"]>;
2583
2583
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2584
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2584
+ path: z.ZodString;
2585
2585
  }, "strip", z.ZodTypeAny, {
2586
- path: import("../index.js").VaultSchemaPaths;
2586
+ path: string;
2587
2587
  version: "v1";
2588
2588
  schema: keyof import("../index.js").VaultSchema;
2589
2589
  }, {
2590
- path: import("../index.js").VaultSchemaPaths;
2590
+ path: string;
2591
2591
  version: "v1";
2592
2592
  schema: keyof import("../index.js").VaultSchema;
2593
2593
  }>>>;
@@ -2596,7 +2596,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2596
2596
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
2597
2597
  }, "strip", z.ZodTypeAny, {
2598
2598
  attribute: {
2599
- path: import("../index.js").VaultSchemaPaths;
2599
+ path: string;
2600
2600
  version: "v1";
2601
2601
  schema: keyof import("../index.js").VaultSchema;
2602
2602
  };
@@ -2606,14 +2606,14 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2606
2606
  queryId?: `query_${string}` | undefined;
2607
2607
  requestId?: number | null | undefined;
2608
2608
  secondaryAttribute?: {
2609
- path: import("../index.js").VaultSchemaPaths;
2609
+ path: string;
2610
2610
  version: "v1";
2611
2611
  schema: keyof import("../index.js").VaultSchema;
2612
2612
  } | null | undefined;
2613
2613
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2614
2614
  }, {
2615
2615
  attribute: {
2616
- path: import("../index.js").VaultSchemaPaths;
2616
+ path: string;
2617
2617
  version: "v1";
2618
2618
  schema: keyof import("../index.js").VaultSchema;
2619
2619
  };
@@ -2623,7 +2623,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2623
2623
  queryId?: `query_${string}` | undefined;
2624
2624
  requestId?: number | null | undefined;
2625
2625
  secondaryAttribute?: {
2626
- path: import("../index.js").VaultSchemaPaths;
2626
+ path: string;
2627
2627
  version: "v1";
2628
2628
  schema: keyof import("../index.js").VaultSchema;
2629
2629
  } | null | undefined;
@@ -2634,7 +2634,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2634
2634
  status: "pending" | "authorised" | "unauthorised";
2635
2635
  query: {
2636
2636
  attribute: {
2637
- path: import("../index.js").VaultSchemaPaths;
2637
+ path: string;
2638
2638
  version: "v1";
2639
2639
  schema: keyof import("../index.js").VaultSchema;
2640
2640
  };
@@ -2644,7 +2644,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2644
2644
  queryId?: `query_${string}` | undefined;
2645
2645
  requestId?: number | null | undefined;
2646
2646
  secondaryAttribute?: {
2647
- path: import("../index.js").VaultSchemaPaths;
2647
+ path: string;
2648
2648
  version: "v1";
2649
2649
  schema: keyof import("../index.js").VaultSchema;
2650
2650
  } | null | undefined;
@@ -2707,7 +2707,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2707
2707
  status: "pending" | "authorised" | "unauthorised";
2708
2708
  query: {
2709
2709
  attribute: {
2710
- path: import("../index.js").VaultSchemaPaths;
2710
+ path: string;
2711
2711
  version: "v1";
2712
2712
  schema: keyof import("../index.js").VaultSchema;
2713
2713
  };
@@ -2717,7 +2717,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2717
2717
  queryId?: `query_${string}` | undefined;
2718
2718
  requestId?: number | null | undefined;
2719
2719
  secondaryAttribute?: {
2720
- path: import("../index.js").VaultSchemaPaths;
2720
+ path: string;
2721
2721
  version: "v1";
2722
2722
  schema: keyof import("../index.js").VaultSchema;
2723
2723
  } | null | undefined;
@@ -2783,7 +2783,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2783
2783
  status: "pending" | "authorised" | "unauthorised";
2784
2784
  query: {
2785
2785
  attribute: {
2786
- path: import("../index.js").VaultSchemaPaths;
2786
+ path: string;
2787
2787
  version: "v1";
2788
2788
  schema: keyof import("../index.js").VaultSchema;
2789
2789
  };
@@ -2793,7 +2793,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2793
2793
  queryId?: `query_${string}` | undefined;
2794
2794
  requestId?: number | null | undefined;
2795
2795
  secondaryAttribute?: {
2796
- path: import("../index.js").VaultSchemaPaths;
2796
+ path: string;
2797
2797
  version: "v1";
2798
2798
  schema: keyof import("../index.js").VaultSchema;
2799
2799
  } | null | undefined;
@@ -2859,7 +2859,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2859
2859
  status: "pending" | "authorised" | "unauthorised";
2860
2860
  query: {
2861
2861
  attribute: {
2862
- path: import("../index.js").VaultSchemaPaths;
2862
+ path: string;
2863
2863
  version: "v1";
2864
2864
  schema: keyof import("../index.js").VaultSchema;
2865
2865
  };
@@ -2869,7 +2869,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2869
2869
  queryId?: `query_${string}` | undefined;
2870
2870
  requestId?: number | null | undefined;
2871
2871
  secondaryAttribute?: {
2872
- path: import("../index.js").VaultSchemaPaths;
2872
+ path: string;
2873
2873
  version: "v1";
2874
2874
  schema: keyof import("../index.js").VaultSchema;
2875
2875
  } | null | undefined;
@@ -2969,7 +2969,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2969
2969
  status: "pending" | "authorised" | "unauthorised";
2970
2970
  query: {
2971
2971
  attribute: {
2972
- path: import("../index.js").VaultSchemaPaths;
2972
+ path: string;
2973
2973
  version: "v1";
2974
2974
  schema: keyof import("../index.js").VaultSchema;
2975
2975
  };
@@ -2979,7 +2979,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2979
2979
  queryId?: `query_${string}` | undefined;
2980
2980
  requestId?: number | null | undefined;
2981
2981
  secondaryAttribute?: {
2982
- path: import("../index.js").VaultSchemaPaths;
2982
+ path: string;
2983
2983
  version: "v1";
2984
2984
  schema: keyof import("../index.js").VaultSchema;
2985
2985
  } | null | undefined;
@@ -3074,7 +3074,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3074
3074
  status: "pending" | "authorised" | "unauthorised";
3075
3075
  query: {
3076
3076
  attribute: {
3077
- path: import("../index.js").VaultSchemaPaths;
3077
+ path: string;
3078
3078
  version: "v1";
3079
3079
  schema: keyof import("../index.js").VaultSchema;
3080
3080
  };
@@ -3084,7 +3084,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3084
3084
  queryId?: `query_${string}` | undefined;
3085
3085
  requestId?: number | null | undefined;
3086
3086
  secondaryAttribute?: {
3087
- path: import("../index.js").VaultSchemaPaths;
3087
+ path: string;
3088
3088
  version: "v1";
3089
3089
  schema: keyof import("../index.js").VaultSchema;
3090
3090
  } | null | undefined;
@@ -3673,26 +3673,26 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3673
3673
  attribute: z.ZodObject<{
3674
3674
  version: z.ZodEnum<["v1"]>;
3675
3675
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
3676
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
3676
+ path: z.ZodString;
3677
3677
  }, "strip", z.ZodTypeAny, {
3678
- path: import("../index.js").VaultSchemaPaths;
3678
+ path: string;
3679
3679
  version: "v1";
3680
3680
  schema: keyof import("../index.js").VaultSchema;
3681
3681
  }, {
3682
- path: import("../index.js").VaultSchemaPaths;
3682
+ path: string;
3683
3683
  version: "v1";
3684
3684
  schema: keyof import("../index.js").VaultSchema;
3685
3685
  }>;
3686
3686
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3687
3687
  version: z.ZodEnum<["v1"]>;
3688
3688
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
3689
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
3689
+ path: z.ZodString;
3690
3690
  }, "strip", z.ZodTypeAny, {
3691
- path: import("../index.js").VaultSchemaPaths;
3691
+ path: string;
3692
3692
  version: "v1";
3693
3693
  schema: keyof import("../index.js").VaultSchema;
3694
3694
  }, {
3695
- path: import("../index.js").VaultSchemaPaths;
3695
+ path: string;
3696
3696
  version: "v1";
3697
3697
  schema: keyof import("../index.js").VaultSchema;
3698
3698
  }>>>;
@@ -3701,7 +3701,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3701
3701
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
3702
3702
  }, "strip", z.ZodTypeAny, {
3703
3703
  attribute: {
3704
- path: import("../index.js").VaultSchemaPaths;
3704
+ path: string;
3705
3705
  version: "v1";
3706
3706
  schema: keyof import("../index.js").VaultSchema;
3707
3707
  };
@@ -3711,14 +3711,14 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3711
3711
  queryId?: `query_${string}` | undefined;
3712
3712
  requestId?: number | null | undefined;
3713
3713
  secondaryAttribute?: {
3714
- path: import("../index.js").VaultSchemaPaths;
3714
+ path: string;
3715
3715
  version: "v1";
3716
3716
  schema: keyof import("../index.js").VaultSchema;
3717
3717
  } | null | undefined;
3718
3718
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3719
3719
  }, {
3720
3720
  attribute: {
3721
- path: import("../index.js").VaultSchemaPaths;
3721
+ path: string;
3722
3722
  version: "v1";
3723
3723
  schema: keyof import("../index.js").VaultSchema;
3724
3724
  };
@@ -3728,7 +3728,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3728
3728
  queryId?: `query_${string}` | undefined;
3729
3729
  requestId?: number | null | undefined;
3730
3730
  secondaryAttribute?: {
3731
- path: import("../index.js").VaultSchemaPaths;
3731
+ path: string;
3732
3732
  version: "v1";
3733
3733
  schema: keyof import("../index.js").VaultSchema;
3734
3734
  } | null | undefined;
@@ -3739,7 +3739,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3739
3739
  status: "pending" | "authorised" | "unauthorised";
3740
3740
  query: {
3741
3741
  attribute: {
3742
- path: import("../index.js").VaultSchemaPaths;
3742
+ path: string;
3743
3743
  version: "v1";
3744
3744
  schema: keyof import("../index.js").VaultSchema;
3745
3745
  };
@@ -3749,7 +3749,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3749
3749
  queryId?: `query_${string}` | undefined;
3750
3750
  requestId?: number | null | undefined;
3751
3751
  secondaryAttribute?: {
3752
- path: import("../index.js").VaultSchemaPaths;
3752
+ path: string;
3753
3753
  version: "v1";
3754
3754
  schema: keyof import("../index.js").VaultSchema;
3755
3755
  } | null | undefined;
@@ -3812,7 +3812,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3812
3812
  status: "pending" | "authorised" | "unauthorised";
3813
3813
  query: {
3814
3814
  attribute: {
3815
- path: import("../index.js").VaultSchemaPaths;
3815
+ path: string;
3816
3816
  version: "v1";
3817
3817
  schema: keyof import("../index.js").VaultSchema;
3818
3818
  };
@@ -3822,7 +3822,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3822
3822
  queryId?: `query_${string}` | undefined;
3823
3823
  requestId?: number | null | undefined;
3824
3824
  secondaryAttribute?: {
3825
- path: import("../index.js").VaultSchemaPaths;
3825
+ path: string;
3826
3826
  version: "v1";
3827
3827
  schema: keyof import("../index.js").VaultSchema;
3828
3828
  } | null | undefined;
@@ -3888,7 +3888,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3888
3888
  status: "pending" | "authorised" | "unauthorised";
3889
3889
  query: {
3890
3890
  attribute: {
3891
- path: import("../index.js").VaultSchemaPaths;
3891
+ path: string;
3892
3892
  version: "v1";
3893
3893
  schema: keyof import("../index.js").VaultSchema;
3894
3894
  };
@@ -3898,7 +3898,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3898
3898
  queryId?: `query_${string}` | undefined;
3899
3899
  requestId?: number | null | undefined;
3900
3900
  secondaryAttribute?: {
3901
- path: import("../index.js").VaultSchemaPaths;
3901
+ path: string;
3902
3902
  version: "v1";
3903
3903
  schema: keyof import("../index.js").VaultSchema;
3904
3904
  } | null | undefined;
@@ -3964,7 +3964,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3964
3964
  status: "pending" | "authorised" | "unauthorised";
3965
3965
  query: {
3966
3966
  attribute: {
3967
- path: import("../index.js").VaultSchemaPaths;
3967
+ path: string;
3968
3968
  version: "v1";
3969
3969
  schema: keyof import("../index.js").VaultSchema;
3970
3970
  };
@@ -3974,7 +3974,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3974
3974
  queryId?: `query_${string}` | undefined;
3975
3975
  requestId?: number | null | undefined;
3976
3976
  secondaryAttribute?: {
3977
- path: import("../index.js").VaultSchemaPaths;
3977
+ path: string;
3978
3978
  version: "v1";
3979
3979
  schema: keyof import("../index.js").VaultSchema;
3980
3980
  } | null | undefined;
@@ -4074,7 +4074,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4074
4074
  status: "pending" | "authorised" | "unauthorised";
4075
4075
  query: {
4076
4076
  attribute: {
4077
- path: import("../index.js").VaultSchemaPaths;
4077
+ path: string;
4078
4078
  version: "v1";
4079
4079
  schema: keyof import("../index.js").VaultSchema;
4080
4080
  };
@@ -4084,7 +4084,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4084
4084
  queryId?: `query_${string}` | undefined;
4085
4085
  requestId?: number | null | undefined;
4086
4086
  secondaryAttribute?: {
4087
- path: import("../index.js").VaultSchemaPaths;
4087
+ path: string;
4088
4088
  version: "v1";
4089
4089
  schema: keyof import("../index.js").VaultSchema;
4090
4090
  } | null | undefined;
@@ -4179,7 +4179,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4179
4179
  status: "pending" | "authorised" | "unauthorised";
4180
4180
  query: {
4181
4181
  attribute: {
4182
- path: import("../index.js").VaultSchemaPaths;
4182
+ path: string;
4183
4183
  version: "v1";
4184
4184
  schema: keyof import("../index.js").VaultSchema;
4185
4185
  };
@@ -4189,7 +4189,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4189
4189
  queryId?: `query_${string}` | undefined;
4190
4190
  requestId?: number | null | undefined;
4191
4191
  secondaryAttribute?: {
4192
- path: import("../index.js").VaultSchemaPaths;
4192
+ path: string;
4193
4193
  version: "v1";
4194
4194
  schema: keyof import("../index.js").VaultSchema;
4195
4195
  } | null | undefined;