@nexeraid/identity-schemas 2.215.0-dev → 2.216.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/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 +24 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +83 -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/identity-ids.schema.d.ts +10 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-9a685486.cjs.dev.cjs → identity-api.schema-118fb7f8.cjs.dev.cjs} +2 -1
- package/dist/{identity-api.schema-f408d689.cjs.prod.cjs → identity-api.schema-951efc5e.cjs.prod.cjs} +2 -1
- package/dist/{identity-api.schema-bb6fab12.esm.mjs → identity-api.schema-b9d7499e.esm.mjs} +2 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +9 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +9 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-5f422e2c.esm.mjs → notabene.schema-135a726a.esm.mjs} +2 -2
- package/dist/{notabene.schema-43e0b4b2.cjs.dev.cjs → notabene.schema-459ebb04.cjs.dev.cjs} +2 -2
- package/dist/{notabene.schema-90e99028.cjs.prod.cjs → notabene.schema-9155f00a.cjs.prod.cjs} +2 -2
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-3ae232e8.cjs.dev.cjs → tfhe-utilities-5ab048a9.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-0b2e6236.esm.mjs → tfhe-utilities-5ef173ed.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-c5dcfdf6.cjs.prod.cjs → tfhe-utilities-932c7be4.cjs.prod.cjs} +2 -2
- package/dist/{toArray-4c8d7dec.esm.mjs → toArray-56fb768b.esm.mjs} +1 -1
- package/dist/{toArray-568553e7.cjs.prod.cjs → toArray-7da23d8d.cjs.prod.cjs} +1 -1
- package/dist/{toArray-3dd44ead.cjs.dev.cjs → toArray-d4a4af1a.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-00da5a92.esm.mjs → vault.schema-0ce3058f.esm.mjs} +5 -1
- package/dist/{vault.schema-1379bb13.cjs.prod.cjs → vault.schema-ae05bbe3.cjs.prod.cjs} +8 -0
- package/dist/{vault.schema-6078f4a4.cjs.dev.cjs → vault.schema-c5d1017c.cjs.dev.cjs} +8 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -274,6 +274,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
274
274
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
275
275
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
276
276
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
277
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
277
278
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
278
279
|
}, "strip", z.ZodTypeAny, {
|
|
279
280
|
attribute: {
|
|
@@ -294,6 +295,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
294
295
|
} | null | undefined;
|
|
295
296
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
296
297
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
298
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
297
299
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
298
300
|
}, {
|
|
299
301
|
attribute: {
|
|
@@ -314,6 +316,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
314
316
|
} | null | undefined;
|
|
315
317
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
316
318
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
319
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
317
320
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
318
321
|
}>, "many">;
|
|
319
322
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -338,6 +341,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
338
341
|
} | null | undefined;
|
|
339
342
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
340
343
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
344
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
341
345
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
342
346
|
}[];
|
|
343
347
|
sessionId: string;
|
|
@@ -414,6 +418,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
414
418
|
} | null | undefined;
|
|
415
419
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
416
420
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
421
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
417
422
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
418
423
|
}[];
|
|
419
424
|
sessionId: string;
|
|
@@ -1065,6 +1070,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1065
1070
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1066
1071
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1067
1072
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1073
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1068
1074
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1069
1075
|
}, "strip", z.ZodTypeAny, {
|
|
1070
1076
|
attribute: {
|
|
@@ -1085,6 +1091,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1085
1091
|
} | null | undefined;
|
|
1086
1092
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1087
1093
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1094
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1088
1095
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1089
1096
|
}, {
|
|
1090
1097
|
attribute: {
|
|
@@ -1105,6 +1112,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1105
1112
|
} | null | undefined;
|
|
1106
1113
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1107
1114
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1115
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1108
1116
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1109
1117
|
}>, "many">;
|
|
1110
1118
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1129,6 +1137,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1129
1137
|
} | null | undefined;
|
|
1130
1138
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1131
1139
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1140
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1132
1141
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1133
1142
|
}[];
|
|
1134
1143
|
sessionId: string;
|
|
@@ -1205,6 +1214,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1205
1214
|
} | null | undefined;
|
|
1206
1215
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1207
1216
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1217
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1208
1218
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1209
1219
|
}[];
|
|
1210
1220
|
sessionId: string;
|
|
@@ -1284,6 +1294,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1284
1294
|
} | null | undefined;
|
|
1285
1295
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1286
1296
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1297
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1287
1298
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1288
1299
|
}[];
|
|
1289
1300
|
sessionId: string;
|
|
@@ -1363,6 +1374,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1363
1374
|
} | null | undefined;
|
|
1364
1375
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1365
1376
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1377
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1366
1378
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1367
1379
|
}[];
|
|
1368
1380
|
sessionId: string;
|
|
@@ -1858,6 +1870,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1858
1870
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1859
1871
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1860
1872
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1873
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1861
1874
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1862
1875
|
}, "strip", z.ZodTypeAny, {
|
|
1863
1876
|
attribute: {
|
|
@@ -1878,6 +1891,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1878
1891
|
} | null | undefined;
|
|
1879
1892
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1880
1893
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1894
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1881
1895
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1882
1896
|
}, {
|
|
1883
1897
|
attribute: {
|
|
@@ -1898,6 +1912,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1898
1912
|
} | null | undefined;
|
|
1899
1913
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1900
1914
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1915
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1901
1916
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1902
1917
|
}>, "many">;
|
|
1903
1918
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1922,6 +1937,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1922
1937
|
} | null | undefined;
|
|
1923
1938
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1924
1939
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1940
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1925
1941
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1926
1942
|
}[];
|
|
1927
1943
|
sessionId: string;
|
|
@@ -1998,6 +2014,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1998
2014
|
} | null | undefined;
|
|
1999
2015
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2000
2016
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2017
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2001
2018
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2002
2019
|
}[];
|
|
2003
2020
|
sessionId: string;
|
|
@@ -2077,6 +2094,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
2077
2094
|
} | null | undefined;
|
|
2078
2095
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2079
2096
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2097
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2080
2098
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2081
2099
|
}[];
|
|
2082
2100
|
sessionId: string;
|
|
@@ -2156,6 +2174,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
2156
2174
|
} | null | undefined;
|
|
2157
2175
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2158
2176
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2177
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2159
2178
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2160
2179
|
}[];
|
|
2161
2180
|
sessionId: string;
|
|
@@ -2653,6 +2672,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2653
2672
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
2654
2673
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
2655
2674
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2675
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2656
2676
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2657
2677
|
}, "strip", z.ZodTypeAny, {
|
|
2658
2678
|
attribute: {
|
|
@@ -2673,6 +2693,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2673
2693
|
} | null | undefined;
|
|
2674
2694
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2675
2695
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2696
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2676
2697
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2677
2698
|
}, {
|
|
2678
2699
|
attribute: {
|
|
@@ -2693,6 +2714,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2693
2714
|
} | null | undefined;
|
|
2694
2715
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2695
2716
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2717
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2696
2718
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2697
2719
|
}>, "many">;
|
|
2698
2720
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -2717,6 +2739,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2717
2739
|
} | null | undefined;
|
|
2718
2740
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2719
2741
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2742
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2720
2743
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2721
2744
|
}[];
|
|
2722
2745
|
sessionId: string;
|
|
@@ -2793,6 +2816,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2793
2816
|
} | null | undefined;
|
|
2794
2817
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2795
2818
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2819
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2796
2820
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2797
2821
|
}[];
|
|
2798
2822
|
sessionId: string;
|
|
@@ -2872,6 +2896,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2872
2896
|
} | null | undefined;
|
|
2873
2897
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2874
2898
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2899
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2875
2900
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2876
2901
|
}[];
|
|
2877
2902
|
sessionId: string;
|
|
@@ -2951,6 +2976,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2951
2976
|
} | null | undefined;
|
|
2952
2977
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2953
2978
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2979
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2954
2980
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2955
2981
|
}[];
|
|
2956
2982
|
sessionId: string;
|
|
@@ -3064,6 +3090,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3064
3090
|
} | null | undefined;
|
|
3065
3091
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3066
3092
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3093
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3067
3094
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3068
3095
|
}[];
|
|
3069
3096
|
sessionId: string;
|
|
@@ -3172,6 +3199,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3172
3199
|
} | null | undefined;
|
|
3173
3200
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3174
3201
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3202
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3175
3203
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3176
3204
|
}[];
|
|
3177
3205
|
sessionId: string;
|
|
@@ -3785,6 +3813,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3785
3813
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
3786
3814
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
3787
3815
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
3816
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
3788
3817
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
3789
3818
|
}, "strip", z.ZodTypeAny, {
|
|
3790
3819
|
attribute: {
|
|
@@ -3805,6 +3834,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3805
3834
|
} | null | undefined;
|
|
3806
3835
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3807
3836
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3837
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3808
3838
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3809
3839
|
}, {
|
|
3810
3840
|
attribute: {
|
|
@@ -3825,6 +3855,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3825
3855
|
} | null | undefined;
|
|
3826
3856
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3827
3857
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3858
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3828
3859
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3829
3860
|
}>, "many">;
|
|
3830
3861
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -3849,6 +3880,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3849
3880
|
} | null | undefined;
|
|
3850
3881
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3851
3882
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3883
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3852
3884
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3853
3885
|
}[];
|
|
3854
3886
|
sessionId: string;
|
|
@@ -3925,6 +3957,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3925
3957
|
} | null | undefined;
|
|
3926
3958
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3927
3959
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3960
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3928
3961
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3929
3962
|
}[];
|
|
3930
3963
|
sessionId: string;
|
|
@@ -4004,6 +4037,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4004
4037
|
} | null | undefined;
|
|
4005
4038
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
4006
4039
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4040
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4007
4041
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
4008
4042
|
}[];
|
|
4009
4043
|
sessionId: string;
|
|
@@ -4083,6 +4117,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4083
4117
|
} | null | undefined;
|
|
4084
4118
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
4085
4119
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4120
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4086
4121
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
4087
4122
|
}[];
|
|
4088
4123
|
sessionId: string;
|
|
@@ -4196,6 +4231,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4196
4231
|
} | null | undefined;
|
|
4197
4232
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
4198
4233
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4234
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4199
4235
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
4200
4236
|
}[];
|
|
4201
4237
|
sessionId: string;
|
|
@@ -4304,6 +4340,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4304
4340
|
} | null | undefined;
|
|
4305
4341
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
4306
4342
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4343
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
4307
4344
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
4308
4345
|
}[];
|
|
4309
4346
|
sessionId: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -1954,6 +1954,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1954
1954
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1955
1955
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1956
1956
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1957
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1957
1958
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1958
1959
|
}, "strip", z.ZodTypeAny, {
|
|
1959
1960
|
attribute: {
|
|
@@ -1974,6 +1975,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1974
1975
|
} | null | undefined;
|
|
1975
1976
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1976
1977
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1978
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1977
1979
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1978
1980
|
}, {
|
|
1979
1981
|
attribute: {
|
|
@@ -1994,6 +1996,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1994
1996
|
} | null | undefined;
|
|
1995
1997
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1996
1998
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1999
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1997
2000
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1998
2001
|
}>, "many">;
|
|
1999
2002
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -2018,6 +2021,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2018
2021
|
} | null | undefined;
|
|
2019
2022
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2020
2023
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2024
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2021
2025
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2022
2026
|
}[];
|
|
2023
2027
|
sessionId: string;
|
|
@@ -2094,6 +2098,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2094
2098
|
} | null | undefined;
|
|
2095
2099
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2096
2100
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2101
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2097
2102
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2098
2103
|
}[];
|
|
2099
2104
|
sessionId: string;
|
|
@@ -2173,6 +2178,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2173
2178
|
} | null | undefined;
|
|
2174
2179
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2175
2180
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2181
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2176
2182
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2177
2183
|
}[];
|
|
2178
2184
|
sessionId: string;
|
|
@@ -2252,6 +2258,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2252
2258
|
} | null | undefined;
|
|
2253
2259
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2254
2260
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2261
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2255
2262
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2256
2263
|
}[];
|
|
2257
2264
|
sessionId: string;
|
|
@@ -2365,6 +2372,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2365
2372
|
} | null | undefined;
|
|
2366
2373
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2367
2374
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2375
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2368
2376
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2369
2377
|
}[];
|
|
2370
2378
|
sessionId: string;
|
|
@@ -2472,6 +2480,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2472
2480
|
} | null | undefined;
|
|
2473
2481
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2474
2482
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2483
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2475
2484
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2476
2485
|
}[];
|
|
2477
2486
|
sessionId: 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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"}
|
|
@@ -1028,6 +1028,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1028
1028
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1029
1029
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1030
1030
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1031
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1031
1032
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1032
1033
|
}, "strip", z.ZodTypeAny, {
|
|
1033
1034
|
attribute: {
|
|
@@ -1048,6 +1049,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1048
1049
|
} | null | undefined;
|
|
1049
1050
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1050
1051
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1052
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1051
1053
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1052
1054
|
}, {
|
|
1053
1055
|
attribute: {
|
|
@@ -1068,6 +1070,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1068
1070
|
} | null | undefined;
|
|
1069
1071
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1070
1072
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1073
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1071
1074
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1072
1075
|
}>, "many">;
|
|
1073
1076
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1092,6 +1095,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1092
1095
|
} | null | undefined;
|
|
1093
1096
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1094
1097
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1098
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1095
1099
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1096
1100
|
}[];
|
|
1097
1101
|
sessionId: string;
|
|
@@ -1168,6 +1172,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1168
1172
|
} | null | undefined;
|
|
1169
1173
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1170
1174
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1175
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1171
1176
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1172
1177
|
}[];
|
|
1173
1178
|
sessionId: string;
|
|
@@ -1247,6 +1252,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1247
1252
|
} | null | undefined;
|
|
1248
1253
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1249
1254
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1255
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1250
1256
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1251
1257
|
}[];
|
|
1252
1258
|
sessionId: string;
|
|
@@ -1326,6 +1332,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1326
1332
|
} | null | undefined;
|
|
1327
1333
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1328
1334
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1335
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1329
1336
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1330
1337
|
}[];
|
|
1331
1338
|
sessionId: string;
|
|
@@ -1439,6 +1446,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1439
1446
|
} | null | undefined;
|
|
1440
1447
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1441
1448
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1449
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1442
1450
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1443
1451
|
}[];
|
|
1444
1452
|
sessionId: string;
|
|
@@ -1547,6 +1555,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1547
1555
|
} | null | undefined;
|
|
1548
1556
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
1549
1557
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1558
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
1550
1559
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
1551
1560
|
}[];
|
|
1552
1561
|
sessionId: string;
|
|
@@ -2540,6 +2549,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2540
2549
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
2541
2550
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
2542
2551
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2552
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2543
2553
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2544
2554
|
}, "strip", z.ZodTypeAny, {
|
|
2545
2555
|
attribute: {
|
|
@@ -2560,6 +2570,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2560
2570
|
} | null | undefined;
|
|
2561
2571
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2562
2572
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2573
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2563
2574
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2564
2575
|
}, {
|
|
2565
2576
|
attribute: {
|
|
@@ -2580,6 +2591,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2580
2591
|
} | null | undefined;
|
|
2581
2592
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2582
2593
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2594
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2583
2595
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2584
2596
|
}>;
|
|
2585
2597
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2603,6 +2615,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2603
2615
|
} | null | undefined;
|
|
2604
2616
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2605
2617
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2618
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2606
2619
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2607
2620
|
};
|
|
2608
2621
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2628,6 +2641,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2628
2641
|
} | null | undefined;
|
|
2629
2642
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2630
2643
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2644
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2631
2645
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2632
2646
|
};
|
|
2633
2647
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2656,6 +2670,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2656
2670
|
} | null | undefined;
|
|
2657
2671
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2658
2672
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2673
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2659
2674
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2660
2675
|
};
|
|
2661
2676
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2684,6 +2699,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2684
2699
|
} | null | undefined;
|
|
2685
2700
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2686
2701
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2702
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2687
2703
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2688
2704
|
};
|
|
2689
2705
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2722,6 +2738,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2722
2738
|
} | null | undefined;
|
|
2723
2739
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2724
2740
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2741
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2725
2742
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2726
2743
|
};
|
|
2727
2744
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2760,6 +2777,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2760
2777
|
} | null | undefined;
|
|
2761
2778
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2762
2779
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2780
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2763
2781
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2764
2782
|
};
|
|
2765
2783
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -2833,6 +2851,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2833
2851
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
2834
2852
|
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
2835
2853
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2854
|
+
sourceDatasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2836
2855
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2837
2856
|
}, "strip", z.ZodTypeAny, {
|
|
2838
2857
|
attribute: {
|
|
@@ -2853,6 +2872,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2853
2872
|
} | null | undefined;
|
|
2854
2873
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2855
2874
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2875
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2856
2876
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2857
2877
|
}, {
|
|
2858
2878
|
attribute: {
|
|
@@ -2873,6 +2893,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2873
2893
|
} | null | undefined;
|
|
2874
2894
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2875
2895
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2896
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2876
2897
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2877
2898
|
}>, "many">;
|
|
2878
2899
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2903,6 +2924,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2903
2924
|
} | null | undefined;
|
|
2904
2925
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2905
2926
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2927
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2906
2928
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2907
2929
|
}[];
|
|
2908
2930
|
}, {
|
|
@@ -2933,6 +2955,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2933
2955
|
} | null | undefined;
|
|
2934
2956
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2935
2957
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2958
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2936
2959
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2937
2960
|
}[];
|
|
2938
2961
|
}>;
|
|
@@ -2969,6 +2992,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2969
2992
|
} | null | undefined;
|
|
2970
2993
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
2971
2994
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2995
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
2972
2996
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
2973
2997
|
};
|
|
2974
2998
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -3014,6 +3038,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
3014
3038
|
} | null | undefined;
|
|
3015
3039
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3016
3040
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3041
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3017
3042
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3018
3043
|
}[];
|
|
3019
3044
|
};
|
|
@@ -3050,6 +3075,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
3050
3075
|
} | null | undefined;
|
|
3051
3076
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3052
3077
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3078
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3053
3079
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3054
3080
|
};
|
|
3055
3081
|
circuitId: "credentialAtomicQuerySigV2" | "credentialAtomicQuerySigV2OnChain";
|
|
@@ -3095,6 +3121,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
3095
3121
|
} | null | undefined;
|
|
3096
3122
|
displayMode?: "amount" | "percentage" | null | undefined;
|
|
3097
3123
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3124
|
+
sourceDatasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
3098
3125
|
specialDataSetType?: "ACTIVE_USERS_ADDRESSES" | null | undefined;
|
|
3099
3126
|
}[];
|
|
3100
3127
|
};
|