@nexeraid/identity-schemas 2.178.0-dev → 2.179.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.
- package/dist/{CoinMarketCap.schema-e6745b56.cjs.dev.cjs → CoinMarketCap.schema-1519ce71.cjs.dev.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-f7d4c283.esm.mjs → CoinMarketCap.schema-7cd41375.esm.mjs} +1 -1
- package/dist/{CoinMarketCap.schema-71a071cd.cjs.prod.cjs → CoinMarketCap.schema-f97e836f.cjs.prod.cjs} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +27 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +35 -5
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +58 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +17 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts +3 -3
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-68d6d63a.cjs.dev.cjs → identity-api.schema-a2d30e14.cjs.dev.cjs} +11 -6
- package/dist/{identity-api.schema-7323c161.esm.mjs → identity-api.schema-a325658d.esm.mjs} +8 -5
- package/dist/{identity-api.schema-e8718fe2.cjs.prod.cjs → identity-api.schema-cdb5ba64.cjs.prod.cjs} +11 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +6 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +6 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-4fe2f887.esm.mjs → tfhe-utilities-21c44569.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-7942084b.cjs.dev.cjs → tfhe-utilities-7cca17c7.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-c2bd454e.cjs.prod.cjs → tfhe-utilities-9756bc15.cjs.prod.cjs} +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +5 -3
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +5 -3
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
package/dist/{CoinMarketCap.schema-e6745b56.cjs.dev.cjs → CoinMarketCap.schema-1519ce71.cjs.dev.cjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-38073e10.cjs.dev.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-a2d30e14.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
package/dist/{CoinMarketCap.schema-f7d4c283.esm.mjs → CoinMarketCap.schema-7cd41375.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
2
|
import { b4 as Alpha2Country, aW as UuidString, fU as _toConsumableArray, f_ as ScoringAnalysisRequest, f$ as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fW as _slicedToArray, cy as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cu as WorkflowSessionId, dF as WorkspaceId, dE as OrganizationId, bo as CustomerStatus, fT as _defineProperty, e0 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dv as VerificationMode } from './vault.schema-1ee28657.esm.mjs';
|
|
3
|
-
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType,
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c6 as CredentialType } from './identity-api.schema-a325658d.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-58c0147e.cjs.prod.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-cdb5ba64.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -272,6 +272,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
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
274
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
275
|
+
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
275
276
|
}, "strip", z.ZodTypeAny, {
|
|
276
277
|
attribute: {
|
|
277
278
|
path: string;
|
|
@@ -289,6 +290,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
289
290
|
schema: keyof import("../index.js").VaultSchema;
|
|
290
291
|
} | null | undefined;
|
|
291
292
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
293
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
292
294
|
}, {
|
|
293
295
|
attribute: {
|
|
294
296
|
path: string;
|
|
@@ -306,6 +308,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
306
308
|
schema: keyof import("../index.js").VaultSchema;
|
|
307
309
|
} | null | undefined;
|
|
308
310
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
311
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
309
312
|
}>, "many">;
|
|
310
313
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
311
314
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -327,6 +330,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
327
330
|
schema: keyof import("../index.js").VaultSchema;
|
|
328
331
|
} | null | undefined;
|
|
329
332
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
333
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
330
334
|
}[];
|
|
331
335
|
sessionId: string;
|
|
332
336
|
executionId: string;
|
|
@@ -400,6 +404,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
400
404
|
schema: keyof import("../index.js").VaultSchema;
|
|
401
405
|
} | null | undefined;
|
|
402
406
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
407
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
403
408
|
}[];
|
|
404
409
|
sessionId: string;
|
|
405
410
|
executionId: string;
|
|
@@ -1048,6 +1053,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1048
1053
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1049
1054
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1050
1055
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1056
|
+
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1051
1057
|
}, "strip", z.ZodTypeAny, {
|
|
1052
1058
|
attribute: {
|
|
1053
1059
|
path: string;
|
|
@@ -1065,6 +1071,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1065
1071
|
schema: keyof import("../index.js").VaultSchema;
|
|
1066
1072
|
} | null | undefined;
|
|
1067
1073
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1074
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1068
1075
|
}, {
|
|
1069
1076
|
attribute: {
|
|
1070
1077
|
path: string;
|
|
@@ -1082,6 +1089,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1082
1089
|
schema: keyof import("../index.js").VaultSchema;
|
|
1083
1090
|
} | null | undefined;
|
|
1084
1091
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1092
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1085
1093
|
}>, "many">;
|
|
1086
1094
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1087
1095
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1103,6 +1111,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1103
1111
|
schema: keyof import("../index.js").VaultSchema;
|
|
1104
1112
|
} | null | undefined;
|
|
1105
1113
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1114
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1106
1115
|
}[];
|
|
1107
1116
|
sessionId: string;
|
|
1108
1117
|
executionId: string;
|
|
@@ -1176,6 +1185,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1176
1185
|
schema: keyof import("../index.js").VaultSchema;
|
|
1177
1186
|
} | null | undefined;
|
|
1178
1187
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1188
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1179
1189
|
}[];
|
|
1180
1190
|
sessionId: string;
|
|
1181
1191
|
executionId: string;
|
|
@@ -1252,6 +1262,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1252
1262
|
schema: keyof import("../index.js").VaultSchema;
|
|
1253
1263
|
} | null | undefined;
|
|
1254
1264
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1265
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1255
1266
|
}[];
|
|
1256
1267
|
sessionId: string;
|
|
1257
1268
|
executionId: string;
|
|
@@ -1328,6 +1339,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1328
1339
|
schema: keyof import("../index.js").VaultSchema;
|
|
1329
1340
|
} | null | undefined;
|
|
1330
1341
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1342
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1331
1343
|
}[];
|
|
1332
1344
|
sessionId: string;
|
|
1333
1345
|
executionId: string;
|
|
@@ -1820,6 +1832,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1820
1832
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1821
1833
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1822
1834
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1835
|
+
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1823
1836
|
}, "strip", z.ZodTypeAny, {
|
|
1824
1837
|
attribute: {
|
|
1825
1838
|
path: string;
|
|
@@ -1837,6 +1850,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1837
1850
|
schema: keyof import("../index.js").VaultSchema;
|
|
1838
1851
|
} | null | undefined;
|
|
1839
1852
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1853
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1840
1854
|
}, {
|
|
1841
1855
|
attribute: {
|
|
1842
1856
|
path: string;
|
|
@@ -1854,6 +1868,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1854
1868
|
schema: keyof import("../index.js").VaultSchema;
|
|
1855
1869
|
} | null | undefined;
|
|
1856
1870
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1871
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1857
1872
|
}>, "many">;
|
|
1858
1873
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1859
1874
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1875,6 +1890,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1875
1890
|
schema: keyof import("../index.js").VaultSchema;
|
|
1876
1891
|
} | null | undefined;
|
|
1877
1892
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1893
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1878
1894
|
}[];
|
|
1879
1895
|
sessionId: string;
|
|
1880
1896
|
executionId: string;
|
|
@@ -1948,6 +1964,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1948
1964
|
schema: keyof import("../index.js").VaultSchema;
|
|
1949
1965
|
} | null | undefined;
|
|
1950
1966
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1967
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1951
1968
|
}[];
|
|
1952
1969
|
sessionId: string;
|
|
1953
1970
|
executionId: string;
|
|
@@ -2024,6 +2041,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
2024
2041
|
schema: keyof import("../index.js").VaultSchema;
|
|
2025
2042
|
} | null | undefined;
|
|
2026
2043
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2044
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2027
2045
|
}[];
|
|
2028
2046
|
sessionId: string;
|
|
2029
2047
|
executionId: string;
|
|
@@ -2100,6 +2118,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
2100
2118
|
schema: keyof import("../index.js").VaultSchema;
|
|
2101
2119
|
} | null | undefined;
|
|
2102
2120
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2121
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2103
2122
|
}[];
|
|
2104
2123
|
sessionId: string;
|
|
2105
2124
|
executionId: string;
|
|
@@ -2594,6 +2613,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2594
2613
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
2595
2614
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
2596
2615
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2616
|
+
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2597
2617
|
}, "strip", z.ZodTypeAny, {
|
|
2598
2618
|
attribute: {
|
|
2599
2619
|
path: string;
|
|
@@ -2611,6 +2631,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2611
2631
|
schema: keyof import("../index.js").VaultSchema;
|
|
2612
2632
|
} | null | undefined;
|
|
2613
2633
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2634
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2614
2635
|
}, {
|
|
2615
2636
|
attribute: {
|
|
2616
2637
|
path: string;
|
|
@@ -2628,6 +2649,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2628
2649
|
schema: keyof import("../index.js").VaultSchema;
|
|
2629
2650
|
} | null | undefined;
|
|
2630
2651
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2652
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2631
2653
|
}>, "many">;
|
|
2632
2654
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
2633
2655
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2649,6 +2671,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2649
2671
|
schema: keyof import("../index.js").VaultSchema;
|
|
2650
2672
|
} | null | undefined;
|
|
2651
2673
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2674
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2652
2675
|
}[];
|
|
2653
2676
|
sessionId: string;
|
|
2654
2677
|
executionId: string;
|
|
@@ -2722,6 +2745,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2722
2745
|
schema: keyof import("../index.js").VaultSchema;
|
|
2723
2746
|
} | null | undefined;
|
|
2724
2747
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2748
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2725
2749
|
}[];
|
|
2726
2750
|
sessionId: string;
|
|
2727
2751
|
executionId: string;
|
|
@@ -2798,6 +2822,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2798
2822
|
schema: keyof import("../index.js").VaultSchema;
|
|
2799
2823
|
} | null | undefined;
|
|
2800
2824
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2825
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2801
2826
|
}[];
|
|
2802
2827
|
sessionId: string;
|
|
2803
2828
|
executionId: string;
|
|
@@ -2874,6 +2899,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2874
2899
|
schema: keyof import("../index.js").VaultSchema;
|
|
2875
2900
|
} | null | undefined;
|
|
2876
2901
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2902
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2877
2903
|
}[];
|
|
2878
2904
|
sessionId: string;
|
|
2879
2905
|
executionId: string;
|
|
@@ -2984,6 +3010,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2984
3010
|
schema: keyof import("../index.js").VaultSchema;
|
|
2985
3011
|
} | null | undefined;
|
|
2986
3012
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3013
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2987
3014
|
}[];
|
|
2988
3015
|
sessionId: string;
|
|
2989
3016
|
executionId: string;
|
|
@@ -3089,6 +3116,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3089
3116
|
schema: keyof import("../index.js").VaultSchema;
|
|
3090
3117
|
} | null | undefined;
|
|
3091
3118
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3119
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3092
3120
|
}[];
|
|
3093
3121
|
sessionId: string;
|
|
3094
3122
|
executionId: string;
|
|
@@ -3699,6 +3727,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3699
3727
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
3700
3728
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
3701
3729
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
3730
|
+
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
3702
3731
|
}, "strip", z.ZodTypeAny, {
|
|
3703
3732
|
attribute: {
|
|
3704
3733
|
path: string;
|
|
@@ -3716,6 +3745,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3716
3745
|
schema: keyof import("../index.js").VaultSchema;
|
|
3717
3746
|
} | null | undefined;
|
|
3718
3747
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3748
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3719
3749
|
}, {
|
|
3720
3750
|
attribute: {
|
|
3721
3751
|
path: string;
|
|
@@ -3733,6 +3763,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3733
3763
|
schema: keyof import("../index.js").VaultSchema;
|
|
3734
3764
|
} | null | undefined;
|
|
3735
3765
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3766
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3736
3767
|
}>, "many">;
|
|
3737
3768
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
3738
3769
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3754,6 +3785,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3754
3785
|
schema: keyof import("../index.js").VaultSchema;
|
|
3755
3786
|
} | null | undefined;
|
|
3756
3787
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3788
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3757
3789
|
}[];
|
|
3758
3790
|
sessionId: string;
|
|
3759
3791
|
executionId: string;
|
|
@@ -3827,6 +3859,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3827
3859
|
schema: keyof import("../index.js").VaultSchema;
|
|
3828
3860
|
} | null | undefined;
|
|
3829
3861
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3862
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3830
3863
|
}[];
|
|
3831
3864
|
sessionId: string;
|
|
3832
3865
|
executionId: string;
|
|
@@ -3903,6 +3936,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3903
3936
|
schema: keyof import("../index.js").VaultSchema;
|
|
3904
3937
|
} | null | undefined;
|
|
3905
3938
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3939
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3906
3940
|
}[];
|
|
3907
3941
|
sessionId: string;
|
|
3908
3942
|
executionId: string;
|
|
@@ -3979,6 +4013,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3979
4013
|
schema: keyof import("../index.js").VaultSchema;
|
|
3980
4014
|
} | null | undefined;
|
|
3981
4015
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4016
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3982
4017
|
}[];
|
|
3983
4018
|
sessionId: string;
|
|
3984
4019
|
executionId: string;
|
|
@@ -4089,6 +4124,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4089
4124
|
schema: keyof import("../index.js").VaultSchema;
|
|
4090
4125
|
} | null | undefined;
|
|
4091
4126
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4127
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
4092
4128
|
}[];
|
|
4093
4129
|
sessionId: string;
|
|
4094
4130
|
executionId: string;
|
|
@@ -4194,6 +4230,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4194
4230
|
schema: keyof import("../index.js").VaultSchema;
|
|
4195
4231
|
} | null | undefined;
|
|
4196
4232
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4233
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
4197
4234
|
}[];
|
|
4198
4235
|
sessionId: string;
|
|
4199
4236
|
executionId: string;
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIxC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAI/B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;EAG5B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;EAGrC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQtC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAG7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EAM3B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;EAK1B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIjC,CAAC;AAEH,eAAO,MAAM,eAAe,8DAKlB,CAAC;AACX,eAAO,MAAM,aAAa,gEAA0B,CAAC;AAErD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAM/B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG9B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;EAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAI9B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAC9D,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC9E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AACF,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AACF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,4BAA4B,CACpC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC1E,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -1900,6 +1900,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1900
1900
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1901
1901
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1902
1902
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1903
|
+
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1903
1904
|
}, "strip", z.ZodTypeAny, {
|
|
1904
1905
|
attribute: {
|
|
1905
1906
|
path: string;
|
|
@@ -1917,6 +1918,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1917
1918
|
schema: keyof import("../index.js").VaultSchema;
|
|
1918
1919
|
} | null | undefined;
|
|
1919
1920
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1921
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1920
1922
|
}, {
|
|
1921
1923
|
attribute: {
|
|
1922
1924
|
path: string;
|
|
@@ -1934,6 +1936,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1934
1936
|
schema: keyof import("../index.js").VaultSchema;
|
|
1935
1937
|
} | null | undefined;
|
|
1936
1938
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1939
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1937
1940
|
}>, "many">;
|
|
1938
1941
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1939
1942
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1955,6 +1958,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1955
1958
|
schema: keyof import("../index.js").VaultSchema;
|
|
1956
1959
|
} | null | undefined;
|
|
1957
1960
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1961
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1958
1962
|
}[];
|
|
1959
1963
|
sessionId: string;
|
|
1960
1964
|
executionId: string;
|
|
@@ -2028,6 +2032,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2028
2032
|
schema: keyof import("../index.js").VaultSchema;
|
|
2029
2033
|
} | null | undefined;
|
|
2030
2034
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2035
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2031
2036
|
}[];
|
|
2032
2037
|
sessionId: string;
|
|
2033
2038
|
executionId: string;
|
|
@@ -2104,6 +2109,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2104
2109
|
schema: keyof import("../index.js").VaultSchema;
|
|
2105
2110
|
} | null | undefined;
|
|
2106
2111
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2112
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2107
2113
|
}[];
|
|
2108
2114
|
sessionId: string;
|
|
2109
2115
|
executionId: string;
|
|
@@ -2180,6 +2186,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2180
2186
|
schema: keyof import("../index.js").VaultSchema;
|
|
2181
2187
|
} | null | undefined;
|
|
2182
2188
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2189
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2183
2190
|
}[];
|
|
2184
2191
|
sessionId: string;
|
|
2185
2192
|
executionId: string;
|
|
@@ -2290,6 +2297,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2290
2297
|
schema: keyof import("../index.js").VaultSchema;
|
|
2291
2298
|
} | null | undefined;
|
|
2292
2299
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2300
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2293
2301
|
}[];
|
|
2294
2302
|
sessionId: string;
|
|
2295
2303
|
executionId: string;
|
|
@@ -2394,6 +2402,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2394
2402
|
schema: keyof import("../index.js").VaultSchema;
|
|
2395
2403
|
} | null | undefined;
|
|
2396
2404
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2405
|
+
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2397
2406
|
}[];
|
|
2398
2407
|
sessionId: string;
|
|
2399
2408
|
executionId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
|