@nexeraid/identity-schemas 2.186.0 → 2.188.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 (55) hide show
  1. package/dist/{CoinMarketCap.schema-0e8ee641.esm.mjs → CoinMarketCap.schema-59724503.esm.mjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-40aae946.cjs.dev.cjs → CoinMarketCap.schema-7bf12d02.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-8b633eb3.cjs.prod.cjs → CoinMarketCap.schema-7d8f8e3a.cjs.prod.cjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +74 -0
  5. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +18 -0
  7. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/kyc.schema.d.ts +54 -0
  9. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/query.schema.d.ts +56 -0
  11. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/scenario.schema.d.ts +116 -0
  13. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/zkps.schema.d.ts +34 -0
  15. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  16. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +140 -140
  17. package/dist/declarations/src/transaction.schema.d.ts +31 -0
  18. package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +61 -0
  20. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +32 -0
  21. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
  22. package/dist/declarations/src/vault/vault.schema.d.ts +291 -0
  23. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  24. package/dist/{identity-api.schema-99ae351a.cjs.prod.cjs → identity-api.schema-3a746737.cjs.prod.cjs} +15 -1
  25. package/dist/{identity-api.schema-17e3cba3.cjs.dev.cjs → identity-api.schema-3b0ade9c.cjs.dev.cjs} +15 -1
  26. package/dist/{identity-api.schema-66a6b191.esm.mjs → identity-api.schema-f6610db0.esm.mjs} +10 -2
  27. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +13 -4
  28. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +13 -4
  29. package/dist/nexeraid-identity-schemas.esm.mjs +5 -5
  30. package/dist/package.json +1 -1
  31. package/dist/{tfhe-utilities-23023760.cjs.prod.cjs → tfhe-utilities-02707fef.cjs.prod.cjs} +2 -2
  32. package/dist/{tfhe-utilities-2db678b0.cjs.dev.cjs → tfhe-utilities-6c2861c1.cjs.dev.cjs} +2 -2
  33. package/dist/{tfhe-utilities-09dbca55.esm.mjs → tfhe-utilities-af133b52.esm.mjs} +2 -2
  34. package/dist/{toArray-3fd2d381.cjs.dev.cjs → toArray-90aa2268.cjs.dev.cjs} +1 -1
  35. package/dist/{toArray-9e09c0be.esm.mjs → toArray-af53dbf6.esm.mjs} +1 -1
  36. package/dist/{toArray-49dae664.cjs.prod.cjs → toArray-cee53077.cjs.prod.cjs} +1 -1
  37. package/dist/{vault.schema-4f056d7f.esm.mjs → vault.schema-025f42bf.esm.mjs} +130 -2
  38. package/dist/{vault.schema-0e4a9b15.cjs.dev.cjs → vault.schema-4b6853b7.cjs.dev.cjs} +132 -1
  39. package/dist/{vault.schema-c121c18a.cjs.prod.cjs → vault.schema-d577ccdd.cjs.prod.cjs} +132 -1
  40. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +8 -2
  41. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +8 -2
  42. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  43. package/package.json +2 -2
  44. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  45. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  46. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  47. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +3 -2
  48. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -2
  49. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  50. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  51. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  52. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  53. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +5 -5
  54. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +5 -5
  55. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +5 -5
@@ -1,6 +1,6 @@
1
1
  import z$1, { z } from 'zod';
2
- import { b4 as Alpha2Country, aW as UuidString, fW as _toConsumableArray, g0 as ScoringAnalysisRequest, g1 as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fY as _slicedToArray, cz as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cv as WorkflowSessionId, dH as WorkspaceId, dG as OrganizationId, bo as CustomerStatus, fV as _defineProperty, e2 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dx as VerificationMode } from './vault.schema-4f056d7f.esm.mjs';
3
- import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, c7 as CredentialType } from './identity-api.schema-66a6b191.esm.mjs';
2
+ import { b4 as Alpha2Country, aW as UuidString, fZ as _toConsumableArray, g3 as ScoringAnalysisRequest, g4 as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, f$ as _slicedToArray, cz as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cv as WorkflowSessionId, dH as WorkspaceId, dG as OrganizationId, bo as CustomerStatus, fY as _defineProperty, e2 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dx as VerificationMode } from './vault.schema-025f42bf.esm.mjs';
3
+ import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-f6610db0.esm.mjs';
4
4
 
5
5
  var IpQualityAnalysisRequest = z.object({
6
6
  apiKey: z.string().nullish(),
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-0e4a9b15.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-17e3cba3.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-4b6853b7.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-3b0ade9c.cjs.dev.cjs');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
8
8
 
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-c121c18a.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-99ae351a.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-d577ccdd.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-3a746737.cjs.prod.cjs');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
8
8
 
@@ -271,6 +271,8 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
271
271
  }>>>;
272
272
  value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
273
273
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
274
+ displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
275
+ timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
274
276
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
275
277
  specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
276
278
  }, "strip", z.ZodTypeAny, {
@@ -282,6 +284,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
282
284
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
283
285
  id?: `query_${string}` | undefined;
284
286
  value?: string | number | boolean | string[] | number[] | null | undefined;
287
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
285
288
  queryId?: `query_${string}` | undefined;
286
289
  requestId?: number | null | undefined;
287
290
  secondaryAttribute?: {
@@ -289,6 +292,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
289
292
  version: "v1";
290
293
  schema: keyof import("../index.js").VaultSchema;
291
294
  } | null | undefined;
295
+ displayMode?: "amount" | "percentage" | null | undefined;
292
296
  datasetColumnId?: `datasetc_${string}` | null | undefined;
293
297
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
294
298
  }, {
@@ -300,6 +304,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
300
304
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
301
305
  id?: `query_${string}` | undefined;
302
306
  value?: string | number | boolean | string[] | number[] | null | undefined;
307
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
303
308
  queryId?: `query_${string}` | undefined;
304
309
  requestId?: number | null | undefined;
305
310
  secondaryAttribute?: {
@@ -307,6 +312,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
307
312
  version: "v1";
308
313
  schema: keyof import("../index.js").VaultSchema;
309
314
  } | null | undefined;
315
+ displayMode?: "amount" | "percentage" | null | undefined;
310
316
  datasetColumnId?: `datasetc_${string}` | null | undefined;
311
317
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
312
318
  }>, "many">;
@@ -322,6 +328,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
322
328
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
323
329
  id?: `query_${string}` | undefined;
324
330
  value?: string | number | boolean | string[] | number[] | null | undefined;
331
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
325
332
  queryId?: `query_${string}` | undefined;
326
333
  requestId?: number | null | undefined;
327
334
  secondaryAttribute?: {
@@ -329,6 +336,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
329
336
  version: "v1";
330
337
  schema: keyof import("../index.js").VaultSchema;
331
338
  } | null | undefined;
339
+ displayMode?: "amount" | "percentage" | null | undefined;
332
340
  datasetColumnId?: `datasetc_${string}` | null | undefined;
333
341
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
334
342
  }[];
@@ -396,6 +404,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
396
404
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
397
405
  id?: `query_${string}` | undefined;
398
406
  value?: string | number | boolean | string[] | number[] | null | undefined;
407
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
399
408
  queryId?: `query_${string}` | undefined;
400
409
  requestId?: number | null | undefined;
401
410
  secondaryAttribute?: {
@@ -403,6 +412,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
403
412
  version: "v1";
404
413
  schema: keyof import("../index.js").VaultSchema;
405
414
  } | null | undefined;
415
+ displayMode?: "amount" | "percentage" | null | undefined;
406
416
  datasetColumnId?: `datasetc_${string}` | null | undefined;
407
417
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
408
418
  }[];
@@ -1052,6 +1062,8 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1052
1062
  }>>>;
1053
1063
  value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
1054
1064
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
1065
+ displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
1066
+ timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
1055
1067
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1056
1068
  specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
1057
1069
  }, "strip", z.ZodTypeAny, {
@@ -1063,6 +1075,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1063
1075
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1064
1076
  id?: `query_${string}` | undefined;
1065
1077
  value?: string | number | boolean | string[] | number[] | null | undefined;
1078
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1066
1079
  queryId?: `query_${string}` | undefined;
1067
1080
  requestId?: number | null | undefined;
1068
1081
  secondaryAttribute?: {
@@ -1070,6 +1083,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1070
1083
  version: "v1";
1071
1084
  schema: keyof import("../index.js").VaultSchema;
1072
1085
  } | null | undefined;
1086
+ displayMode?: "amount" | "percentage" | null | undefined;
1073
1087
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1074
1088
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1075
1089
  }, {
@@ -1081,6 +1095,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1081
1095
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1082
1096
  id?: `query_${string}` | undefined;
1083
1097
  value?: string | number | boolean | string[] | number[] | null | undefined;
1098
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1084
1099
  queryId?: `query_${string}` | undefined;
1085
1100
  requestId?: number | null | undefined;
1086
1101
  secondaryAttribute?: {
@@ -1088,6 +1103,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1088
1103
  version: "v1";
1089
1104
  schema: keyof import("../index.js").VaultSchema;
1090
1105
  } | null | undefined;
1106
+ displayMode?: "amount" | "percentage" | null | undefined;
1091
1107
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1092
1108
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1093
1109
  }>, "many">;
@@ -1103,6 +1119,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1103
1119
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1104
1120
  id?: `query_${string}` | undefined;
1105
1121
  value?: string | number | boolean | string[] | number[] | null | undefined;
1122
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1106
1123
  queryId?: `query_${string}` | undefined;
1107
1124
  requestId?: number | null | undefined;
1108
1125
  secondaryAttribute?: {
@@ -1110,6 +1127,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1110
1127
  version: "v1";
1111
1128
  schema: keyof import("../index.js").VaultSchema;
1112
1129
  } | null | undefined;
1130
+ displayMode?: "amount" | "percentage" | null | undefined;
1113
1131
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1114
1132
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1115
1133
  }[];
@@ -1177,6 +1195,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1177
1195
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1178
1196
  id?: `query_${string}` | undefined;
1179
1197
  value?: string | number | boolean | string[] | number[] | null | undefined;
1198
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1180
1199
  queryId?: `query_${string}` | undefined;
1181
1200
  requestId?: number | null | undefined;
1182
1201
  secondaryAttribute?: {
@@ -1184,6 +1203,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1184
1203
  version: "v1";
1185
1204
  schema: keyof import("../index.js").VaultSchema;
1186
1205
  } | null | undefined;
1206
+ displayMode?: "amount" | "percentage" | null | undefined;
1187
1207
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1188
1208
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1189
1209
  }[];
@@ -1254,6 +1274,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1254
1274
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1255
1275
  id?: `query_${string}` | undefined;
1256
1276
  value?: string | number | boolean | string[] | number[] | null | undefined;
1277
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1257
1278
  queryId?: `query_${string}` | undefined;
1258
1279
  requestId?: number | null | undefined;
1259
1280
  secondaryAttribute?: {
@@ -1261,6 +1282,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1261
1282
  version: "v1";
1262
1283
  schema: keyof import("../index.js").VaultSchema;
1263
1284
  } | null | undefined;
1285
+ displayMode?: "amount" | "percentage" | null | undefined;
1264
1286
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1265
1287
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1266
1288
  }[];
@@ -1331,6 +1353,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1331
1353
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1332
1354
  id?: `query_${string}` | undefined;
1333
1355
  value?: string | number | boolean | string[] | number[] | null | undefined;
1356
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1334
1357
  queryId?: `query_${string}` | undefined;
1335
1358
  requestId?: number | null | undefined;
1336
1359
  secondaryAttribute?: {
@@ -1338,6 +1361,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1338
1361
  version: "v1";
1339
1362
  schema: keyof import("../index.js").VaultSchema;
1340
1363
  } | null | undefined;
1364
+ displayMode?: "amount" | "percentage" | null | undefined;
1341
1365
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1342
1366
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1343
1367
  }[];
@@ -1831,6 +1855,8 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1831
1855
  }>>>;
1832
1856
  value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
1833
1857
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
1858
+ displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
1859
+ timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
1834
1860
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1835
1861
  specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
1836
1862
  }, "strip", z.ZodTypeAny, {
@@ -1842,6 +1868,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1842
1868
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1843
1869
  id?: `query_${string}` | undefined;
1844
1870
  value?: string | number | boolean | string[] | number[] | null | undefined;
1871
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1845
1872
  queryId?: `query_${string}` | undefined;
1846
1873
  requestId?: number | null | undefined;
1847
1874
  secondaryAttribute?: {
@@ -1849,6 +1876,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1849
1876
  version: "v1";
1850
1877
  schema: keyof import("../index.js").VaultSchema;
1851
1878
  } | null | undefined;
1879
+ displayMode?: "amount" | "percentage" | null | undefined;
1852
1880
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1853
1881
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1854
1882
  }, {
@@ -1860,6 +1888,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1860
1888
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1861
1889
  id?: `query_${string}` | undefined;
1862
1890
  value?: string | number | boolean | string[] | number[] | null | undefined;
1891
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1863
1892
  queryId?: `query_${string}` | undefined;
1864
1893
  requestId?: number | null | undefined;
1865
1894
  secondaryAttribute?: {
@@ -1867,6 +1896,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1867
1896
  version: "v1";
1868
1897
  schema: keyof import("../index.js").VaultSchema;
1869
1898
  } | null | undefined;
1899
+ displayMode?: "amount" | "percentage" | null | undefined;
1870
1900
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1871
1901
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1872
1902
  }>, "many">;
@@ -1882,6 +1912,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1882
1912
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1883
1913
  id?: `query_${string}` | undefined;
1884
1914
  value?: string | number | boolean | string[] | number[] | null | undefined;
1915
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1885
1916
  queryId?: `query_${string}` | undefined;
1886
1917
  requestId?: number | null | undefined;
1887
1918
  secondaryAttribute?: {
@@ -1889,6 +1920,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1889
1920
  version: "v1";
1890
1921
  schema: keyof import("../index.js").VaultSchema;
1891
1922
  } | null | undefined;
1923
+ displayMode?: "amount" | "percentage" | null | undefined;
1892
1924
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1893
1925
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1894
1926
  }[];
@@ -1956,6 +1988,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1956
1988
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
1957
1989
  id?: `query_${string}` | undefined;
1958
1990
  value?: string | number | boolean | string[] | number[] | null | undefined;
1991
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
1959
1992
  queryId?: `query_${string}` | undefined;
1960
1993
  requestId?: number | null | undefined;
1961
1994
  secondaryAttribute?: {
@@ -1963,6 +1996,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1963
1996
  version: "v1";
1964
1997
  schema: keyof import("../index.js").VaultSchema;
1965
1998
  } | null | undefined;
1999
+ displayMode?: "amount" | "percentage" | null | undefined;
1966
2000
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1967
2001
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
1968
2002
  }[];
@@ -2033,6 +2067,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2033
2067
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2034
2068
  id?: `query_${string}` | undefined;
2035
2069
  value?: string | number | boolean | string[] | number[] | null | undefined;
2070
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2036
2071
  queryId?: `query_${string}` | undefined;
2037
2072
  requestId?: number | null | undefined;
2038
2073
  secondaryAttribute?: {
@@ -2040,6 +2075,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2040
2075
  version: "v1";
2041
2076
  schema: keyof import("../index.js").VaultSchema;
2042
2077
  } | null | undefined;
2078
+ displayMode?: "amount" | "percentage" | null | undefined;
2043
2079
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2044
2080
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2045
2081
  }[];
@@ -2110,6 +2146,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2110
2146
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2111
2147
  id?: `query_${string}` | undefined;
2112
2148
  value?: string | number | boolean | string[] | number[] | null | undefined;
2149
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2113
2150
  queryId?: `query_${string}` | undefined;
2114
2151
  requestId?: number | null | undefined;
2115
2152
  secondaryAttribute?: {
@@ -2117,6 +2154,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
2117
2154
  version: "v1";
2118
2155
  schema: keyof import("../index.js").VaultSchema;
2119
2156
  } | null | undefined;
2157
+ displayMode?: "amount" | "percentage" | null | undefined;
2120
2158
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2121
2159
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2122
2160
  }[];
@@ -2612,6 +2650,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2612
2650
  }>>>;
2613
2651
  value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
2614
2652
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
2653
+ displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
2654
+ timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
2615
2655
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
2616
2656
  specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
2617
2657
  }, "strip", z.ZodTypeAny, {
@@ -2623,6 +2663,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2623
2663
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2624
2664
  id?: `query_${string}` | undefined;
2625
2665
  value?: string | number | boolean | string[] | number[] | null | undefined;
2666
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2626
2667
  queryId?: `query_${string}` | undefined;
2627
2668
  requestId?: number | null | undefined;
2628
2669
  secondaryAttribute?: {
@@ -2630,6 +2671,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2630
2671
  version: "v1";
2631
2672
  schema: keyof import("../index.js").VaultSchema;
2632
2673
  } | null | undefined;
2674
+ displayMode?: "amount" | "percentage" | null | undefined;
2633
2675
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2634
2676
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2635
2677
  }, {
@@ -2641,6 +2683,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2641
2683
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2642
2684
  id?: `query_${string}` | undefined;
2643
2685
  value?: string | number | boolean | string[] | number[] | null | undefined;
2686
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2644
2687
  queryId?: `query_${string}` | undefined;
2645
2688
  requestId?: number | null | undefined;
2646
2689
  secondaryAttribute?: {
@@ -2648,6 +2691,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2648
2691
  version: "v1";
2649
2692
  schema: keyof import("../index.js").VaultSchema;
2650
2693
  } | null | undefined;
2694
+ displayMode?: "amount" | "percentage" | null | undefined;
2651
2695
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2652
2696
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2653
2697
  }>, "many">;
@@ -2663,6 +2707,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2663
2707
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2664
2708
  id?: `query_${string}` | undefined;
2665
2709
  value?: string | number | boolean | string[] | number[] | null | undefined;
2710
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2666
2711
  queryId?: `query_${string}` | undefined;
2667
2712
  requestId?: number | null | undefined;
2668
2713
  secondaryAttribute?: {
@@ -2670,6 +2715,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2670
2715
  version: "v1";
2671
2716
  schema: keyof import("../index.js").VaultSchema;
2672
2717
  } | null | undefined;
2718
+ displayMode?: "amount" | "percentage" | null | undefined;
2673
2719
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2674
2720
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2675
2721
  }[];
@@ -2737,6 +2783,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2737
2783
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2738
2784
  id?: `query_${string}` | undefined;
2739
2785
  value?: string | number | boolean | string[] | number[] | null | undefined;
2786
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2740
2787
  queryId?: `query_${string}` | undefined;
2741
2788
  requestId?: number | null | undefined;
2742
2789
  secondaryAttribute?: {
@@ -2744,6 +2791,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2744
2791
  version: "v1";
2745
2792
  schema: keyof import("../index.js").VaultSchema;
2746
2793
  } | null | undefined;
2794
+ displayMode?: "amount" | "percentage" | null | undefined;
2747
2795
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2748
2796
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2749
2797
  }[];
@@ -2814,6 +2862,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2814
2862
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2815
2863
  id?: `query_${string}` | undefined;
2816
2864
  value?: string | number | boolean | string[] | number[] | null | undefined;
2865
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2817
2866
  queryId?: `query_${string}` | undefined;
2818
2867
  requestId?: number | null | undefined;
2819
2868
  secondaryAttribute?: {
@@ -2821,6 +2870,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2821
2870
  version: "v1";
2822
2871
  schema: keyof import("../index.js").VaultSchema;
2823
2872
  } | null | undefined;
2873
+ displayMode?: "amount" | "percentage" | null | undefined;
2824
2874
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2825
2875
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2826
2876
  }[];
@@ -2891,6 +2941,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2891
2941
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
2892
2942
  id?: `query_${string}` | undefined;
2893
2943
  value?: string | number | boolean | string[] | number[] | null | undefined;
2944
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
2894
2945
  queryId?: `query_${string}` | undefined;
2895
2946
  requestId?: number | null | undefined;
2896
2947
  secondaryAttribute?: {
@@ -2898,6 +2949,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2898
2949
  version: "v1";
2899
2950
  schema: keyof import("../index.js").VaultSchema;
2900
2951
  } | null | undefined;
2952
+ displayMode?: "amount" | "percentage" | null | undefined;
2901
2953
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2902
2954
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
2903
2955
  }[];
@@ -3002,6 +3054,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3002
3054
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3003
3055
  id?: `query_${string}` | undefined;
3004
3056
  value?: string | number | boolean | string[] | number[] | null | undefined;
3057
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3005
3058
  queryId?: `query_${string}` | undefined;
3006
3059
  requestId?: number | null | undefined;
3007
3060
  secondaryAttribute?: {
@@ -3009,6 +3062,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3009
3062
  version: "v1";
3010
3063
  schema: keyof import("../index.js").VaultSchema;
3011
3064
  } | null | undefined;
3065
+ displayMode?: "amount" | "percentage" | null | undefined;
3012
3066
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3013
3067
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3014
3068
  }[];
@@ -3108,6 +3162,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3108
3162
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3109
3163
  id?: `query_${string}` | undefined;
3110
3164
  value?: string | number | boolean | string[] | number[] | null | undefined;
3165
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3111
3166
  queryId?: `query_${string}` | undefined;
3112
3167
  requestId?: number | null | undefined;
3113
3168
  secondaryAttribute?: {
@@ -3115,6 +3170,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3115
3170
  version: "v1";
3116
3171
  schema: keyof import("../index.js").VaultSchema;
3117
3172
  } | null | undefined;
3173
+ displayMode?: "amount" | "percentage" | null | undefined;
3118
3174
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3119
3175
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3120
3176
  }[];
@@ -3726,6 +3782,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3726
3782
  }>>>;
3727
3783
  value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
3728
3784
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
3785
+ displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
3786
+ timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
3729
3787
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
3730
3788
  specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
3731
3789
  }, "strip", z.ZodTypeAny, {
@@ -3737,6 +3795,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3737
3795
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3738
3796
  id?: `query_${string}` | undefined;
3739
3797
  value?: string | number | boolean | string[] | number[] | null | undefined;
3798
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3740
3799
  queryId?: `query_${string}` | undefined;
3741
3800
  requestId?: number | null | undefined;
3742
3801
  secondaryAttribute?: {
@@ -3744,6 +3803,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3744
3803
  version: "v1";
3745
3804
  schema: keyof import("../index.js").VaultSchema;
3746
3805
  } | null | undefined;
3806
+ displayMode?: "amount" | "percentage" | null | undefined;
3747
3807
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3748
3808
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3749
3809
  }, {
@@ -3755,6 +3815,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3755
3815
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3756
3816
  id?: `query_${string}` | undefined;
3757
3817
  value?: string | number | boolean | string[] | number[] | null | undefined;
3818
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3758
3819
  queryId?: `query_${string}` | undefined;
3759
3820
  requestId?: number | null | undefined;
3760
3821
  secondaryAttribute?: {
@@ -3762,6 +3823,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3762
3823
  version: "v1";
3763
3824
  schema: keyof import("../index.js").VaultSchema;
3764
3825
  } | null | undefined;
3826
+ displayMode?: "amount" | "percentage" | null | undefined;
3765
3827
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3766
3828
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3767
3829
  }>, "many">;
@@ -3777,6 +3839,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3777
3839
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3778
3840
  id?: `query_${string}` | undefined;
3779
3841
  value?: string | number | boolean | string[] | number[] | null | undefined;
3842
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3780
3843
  queryId?: `query_${string}` | undefined;
3781
3844
  requestId?: number | null | undefined;
3782
3845
  secondaryAttribute?: {
@@ -3784,6 +3847,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3784
3847
  version: "v1";
3785
3848
  schema: keyof import("../index.js").VaultSchema;
3786
3849
  } | null | undefined;
3850
+ displayMode?: "amount" | "percentage" | null | undefined;
3787
3851
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3788
3852
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3789
3853
  }[];
@@ -3851,6 +3915,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3851
3915
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3852
3916
  id?: `query_${string}` | undefined;
3853
3917
  value?: string | number | boolean | string[] | number[] | null | undefined;
3918
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3854
3919
  queryId?: `query_${string}` | undefined;
3855
3920
  requestId?: number | null | undefined;
3856
3921
  secondaryAttribute?: {
@@ -3858,6 +3923,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3858
3923
  version: "v1";
3859
3924
  schema: keyof import("../index.js").VaultSchema;
3860
3925
  } | null | undefined;
3926
+ displayMode?: "amount" | "percentage" | null | undefined;
3861
3927
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3862
3928
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3863
3929
  }[];
@@ -3928,6 +3994,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3928
3994
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
3929
3995
  id?: `query_${string}` | undefined;
3930
3996
  value?: string | number | boolean | string[] | number[] | null | undefined;
3997
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
3931
3998
  queryId?: `query_${string}` | undefined;
3932
3999
  requestId?: number | null | undefined;
3933
4000
  secondaryAttribute?: {
@@ -3935,6 +4002,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3935
4002
  version: "v1";
3936
4003
  schema: keyof import("../index.js").VaultSchema;
3937
4004
  } | null | undefined;
4005
+ displayMode?: "amount" | "percentage" | null | undefined;
3938
4006
  datasetColumnId?: `datasetc_${string}` | null | undefined;
3939
4007
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
3940
4008
  }[];
@@ -4005,6 +4073,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4005
4073
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
4006
4074
  id?: `query_${string}` | undefined;
4007
4075
  value?: string | number | boolean | string[] | number[] | null | undefined;
4076
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
4008
4077
  queryId?: `query_${string}` | undefined;
4009
4078
  requestId?: number | null | undefined;
4010
4079
  secondaryAttribute?: {
@@ -4012,6 +4081,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4012
4081
  version: "v1";
4013
4082
  schema: keyof import("../index.js").VaultSchema;
4014
4083
  } | null | undefined;
4084
+ displayMode?: "amount" | "percentage" | null | undefined;
4015
4085
  datasetColumnId?: `datasetc_${string}` | null | undefined;
4016
4086
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
4017
4087
  }[];
@@ -4116,6 +4186,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4116
4186
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
4117
4187
  id?: `query_${string}` | undefined;
4118
4188
  value?: string | number | boolean | string[] | number[] | null | undefined;
4189
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
4119
4190
  queryId?: `query_${string}` | undefined;
4120
4191
  requestId?: number | null | undefined;
4121
4192
  secondaryAttribute?: {
@@ -4123,6 +4194,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4123
4194
  version: "v1";
4124
4195
  schema: keyof import("../index.js").VaultSchema;
4125
4196
  } | null | undefined;
4197
+ displayMode?: "amount" | "percentage" | null | undefined;
4126
4198
  datasetColumnId?: `datasetc_${string}` | null | undefined;
4127
4199
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
4128
4200
  }[];
@@ -4222,6 +4294,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4222
4294
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
4223
4295
  id?: `query_${string}` | undefined;
4224
4296
  value?: string | number | boolean | string[] | number[] | null | undefined;
4297
+ timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
4225
4298
  queryId?: `query_${string}` | undefined;
4226
4299
  requestId?: number | null | undefined;
4227
4300
  secondaryAttribute?: {
@@ -4229,6 +4302,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4229
4302
  version: "v1";
4230
4303
  schema: keyof import("../index.js").VaultSchema;
4231
4304
  } | null | undefined;
4305
+ displayMode?: "amount" | "percentage" | null | undefined;
4232
4306
  datasetColumnId?: `datasetc_${string}` | null | undefined;
4233
4307
  specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
4234
4308
  }[];
@@ -1 +1 @@
1
- {"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAapC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAGF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;+BAAgC,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG1C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIhC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAapC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAGF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;+BAAgC,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG1C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIhC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}