@nexeraid/identity-schemas 2.187.0-dev → 2.189.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-65a10dfc.cjs.prod.cjs → CoinMarketCap.schema-2399aebc.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-a6fd3a93.esm.mjs → CoinMarketCap.schema-331c6954.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-9112778a.cjs.dev.cjs → CoinMarketCap.schema-8f6c7694.cjs.dev.cjs} +2 -2
- 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 +29 -0
- 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/providers/sumsub/sumsub-applicant.schema.d.ts +232 -232
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +12 -12
- package/dist/declarations/src/transaction.schema.d.ts +31 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +61 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +32 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +364 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +25 -0
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated/IDInformationCredentialSubjectSchema.d.ts +25 -0
- package/dist/declarations/src/verifiable-credentials/generated/IDInformationCredentialSubjectSchema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/vc_json_schema_map.d.ts +32 -32
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +35 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-b12853b3.esm.mjs → identity-api.schema-2ea8e9e4.esm.mjs} +7 -2
- package/dist/{identity-api.schema-1548e216.cjs.prod.cjs → identity-api.schema-952f67dc.cjs.prod.cjs} +10 -1
- package/dist/{identity-api.schema-4928cc0d.cjs.dev.cjs → identity-api.schema-9ecd79c8.cjs.dev.cjs} +10 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +11 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +11 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -5
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-d2882c29.cjs.prod.cjs → tfhe-utilities-0b2a8f32.cjs.prod.cjs} +59 -34
- package/dist/{tfhe-utilities-deeceefb.esm.mjs → tfhe-utilities-96001407.esm.mjs} +59 -34
- package/dist/{tfhe-utilities-844762a4.cjs.dev.cjs → tfhe-utilities-9d4c0124.cjs.dev.cjs} +59 -34
- package/dist/{toArray-3fd2d381.cjs.dev.cjs → toArray-15af4b04.cjs.dev.cjs} +1 -1
- package/dist/{toArray-9e09c0be.esm.mjs → toArray-7e10fc1f.esm.mjs} +1 -1
- package/dist/{toArray-49dae664.cjs.prod.cjs → toArray-b84f76b2.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-4f056d7f.esm.mjs → vault.schema-3de57896.esm.mjs} +136 -3
- package/dist/{vault.schema-0e4a9b15.cjs.dev.cjs → vault.schema-7e7f9563.cjs.dev.cjs} +138 -2
- package/dist/{vault.schema-c121c18a.cjs.prod.cjs → vault.schema-f91aac6e.cjs.prod.cjs} +138 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +6 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +6 -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 +3 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -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
|
@@ -1026,6 +1026,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1026
1026
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1027
1027
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1028
1028
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1029
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1029
1030
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1030
1031
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1031
1032
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1037,6 +1038,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1037
1038
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1038
1039
|
id?: `query_${string}` | undefined;
|
|
1039
1040
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1041
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1040
1042
|
queryId?: `query_${string}` | undefined;
|
|
1041
1043
|
requestId?: number | null | undefined;
|
|
1042
1044
|
secondaryAttribute?: {
|
|
@@ -1056,6 +1058,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1056
1058
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1057
1059
|
id?: `query_${string}` | undefined;
|
|
1058
1060
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1061
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1059
1062
|
queryId?: `query_${string}` | undefined;
|
|
1060
1063
|
requestId?: number | null | undefined;
|
|
1061
1064
|
secondaryAttribute?: {
|
|
@@ -1079,6 +1082,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1079
1082
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1080
1083
|
id?: `query_${string}` | undefined;
|
|
1081
1084
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1085
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1082
1086
|
queryId?: `query_${string}` | undefined;
|
|
1083
1087
|
requestId?: number | null | undefined;
|
|
1084
1088
|
secondaryAttribute?: {
|
|
@@ -1154,6 +1158,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1154
1158
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1155
1159
|
id?: `query_${string}` | undefined;
|
|
1156
1160
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1161
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1157
1162
|
queryId?: `query_${string}` | undefined;
|
|
1158
1163
|
requestId?: number | null | undefined;
|
|
1159
1164
|
secondaryAttribute?: {
|
|
@@ -1232,6 +1237,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1232
1237
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1233
1238
|
id?: `query_${string}` | undefined;
|
|
1234
1239
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1240
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1235
1241
|
queryId?: `query_${string}` | undefined;
|
|
1236
1242
|
requestId?: number | null | undefined;
|
|
1237
1243
|
secondaryAttribute?: {
|
|
@@ -1310,6 +1316,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1310
1316
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1311
1317
|
id?: `query_${string}` | undefined;
|
|
1312
1318
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1319
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1313
1320
|
queryId?: `query_${string}` | undefined;
|
|
1314
1321
|
requestId?: number | null | undefined;
|
|
1315
1322
|
secondaryAttribute?: {
|
|
@@ -1422,6 +1429,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1422
1429
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1423
1430
|
id?: `query_${string}` | undefined;
|
|
1424
1431
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1432
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1425
1433
|
queryId?: `query_${string}` | undefined;
|
|
1426
1434
|
requestId?: number | null | undefined;
|
|
1427
1435
|
secondaryAttribute?: {
|
|
@@ -1529,6 +1537,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1529
1537
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1530
1538
|
id?: `query_${string}` | undefined;
|
|
1531
1539
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1540
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1532
1541
|
queryId?: `query_${string}` | undefined;
|
|
1533
1542
|
requestId?: number | null | undefined;
|
|
1534
1543
|
secondaryAttribute?: {
|
|
@@ -2529,6 +2538,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2529
2538
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
2530
2539
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
2531
2540
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
2541
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
2532
2542
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2533
2543
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2534
2544
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2540,6 +2550,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2540
2550
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2541
2551
|
id?: `query_${string}` | undefined;
|
|
2542
2552
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2553
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2543
2554
|
queryId?: `query_${string}` | undefined;
|
|
2544
2555
|
requestId?: number | null | undefined;
|
|
2545
2556
|
secondaryAttribute?: {
|
|
@@ -2559,6 +2570,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2559
2570
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2560
2571
|
id?: `query_${string}` | undefined;
|
|
2561
2572
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2573
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2562
2574
|
queryId?: `query_${string}` | undefined;
|
|
2563
2575
|
requestId?: number | null | undefined;
|
|
2564
2576
|
secondaryAttribute?: {
|
|
@@ -2581,6 +2593,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2581
2593
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2582
2594
|
id?: `query_${string}` | undefined;
|
|
2583
2595
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2596
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2584
2597
|
queryId?: `query_${string}` | undefined;
|
|
2585
2598
|
requestId?: number | null | undefined;
|
|
2586
2599
|
secondaryAttribute?: {
|
|
@@ -2605,6 +2618,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2605
2618
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2606
2619
|
id?: `query_${string}` | undefined;
|
|
2607
2620
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2621
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2608
2622
|
queryId?: `query_${string}` | undefined;
|
|
2609
2623
|
requestId?: number | null | undefined;
|
|
2610
2624
|
secondaryAttribute?: {
|
|
@@ -2632,6 +2646,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2632
2646
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2633
2647
|
id?: `query_${string}` | undefined;
|
|
2634
2648
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2649
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2635
2650
|
queryId?: `query_${string}` | undefined;
|
|
2636
2651
|
requestId?: number | null | undefined;
|
|
2637
2652
|
secondaryAttribute?: {
|
|
@@ -2659,6 +2674,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2659
2674
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2660
2675
|
id?: `query_${string}` | undefined;
|
|
2661
2676
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2677
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2662
2678
|
queryId?: `query_${string}` | undefined;
|
|
2663
2679
|
requestId?: number | null | undefined;
|
|
2664
2680
|
secondaryAttribute?: {
|
|
@@ -2696,6 +2712,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2696
2712
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2697
2713
|
id?: `query_${string}` | undefined;
|
|
2698
2714
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2715
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2699
2716
|
queryId?: `query_${string}` | undefined;
|
|
2700
2717
|
requestId?: number | null | undefined;
|
|
2701
2718
|
secondaryAttribute?: {
|
|
@@ -2733,6 +2750,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2733
2750
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2734
2751
|
id?: `query_${string}` | undefined;
|
|
2735
2752
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2753
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2736
2754
|
queryId?: `query_${string}` | undefined;
|
|
2737
2755
|
requestId?: number | null | undefined;
|
|
2738
2756
|
secondaryAttribute?: {
|
|
@@ -2813,6 +2831,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2813
2831
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
2814
2832
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
2815
2833
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
2834
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
2816
2835
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2817
2836
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2818
2837
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2824,6 +2843,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2824
2843
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2825
2844
|
id?: `query_${string}` | undefined;
|
|
2826
2845
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2846
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2827
2847
|
queryId?: `query_${string}` | undefined;
|
|
2828
2848
|
requestId?: number | null | undefined;
|
|
2829
2849
|
secondaryAttribute?: {
|
|
@@ -2843,6 +2863,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2843
2863
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2844
2864
|
id?: `query_${string}` | undefined;
|
|
2845
2865
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2866
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2846
2867
|
queryId?: `query_${string}` | undefined;
|
|
2847
2868
|
requestId?: number | null | undefined;
|
|
2848
2869
|
secondaryAttribute?: {
|
|
@@ -2872,6 +2893,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2872
2893
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2873
2894
|
id?: `query_${string}` | undefined;
|
|
2874
2895
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2896
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2875
2897
|
queryId?: `query_${string}` | undefined;
|
|
2876
2898
|
requestId?: number | null | undefined;
|
|
2877
2899
|
secondaryAttribute?: {
|
|
@@ -2901,6 +2923,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2901
2923
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2902
2924
|
id?: `query_${string}` | undefined;
|
|
2903
2925
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2926
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2904
2927
|
queryId?: `query_${string}` | undefined;
|
|
2905
2928
|
requestId?: number | null | undefined;
|
|
2906
2929
|
secondaryAttribute?: {
|
|
@@ -2936,6 +2959,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2936
2959
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2937
2960
|
id?: `query_${string}` | undefined;
|
|
2938
2961
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2962
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2939
2963
|
queryId?: `query_${string}` | undefined;
|
|
2940
2964
|
requestId?: number | null | undefined;
|
|
2941
2965
|
secondaryAttribute?: {
|
|
@@ -2980,6 +3004,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2980
3004
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2981
3005
|
id?: `query_${string}` | undefined;
|
|
2982
3006
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3007
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2983
3008
|
queryId?: `query_${string}` | undefined;
|
|
2984
3009
|
requestId?: number | null | undefined;
|
|
2985
3010
|
secondaryAttribute?: {
|
|
@@ -3015,6 +3040,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
3015
3040
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3016
3041
|
id?: `query_${string}` | undefined;
|
|
3017
3042
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3043
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3018
3044
|
queryId?: `query_${string}` | undefined;
|
|
3019
3045
|
requestId?: number | null | undefined;
|
|
3020
3046
|
secondaryAttribute?: {
|
|
@@ -3059,6 +3085,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
3059
3085
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3060
3086
|
id?: `query_${string}` | undefined;
|
|
3061
3087
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3088
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3062
3089
|
queryId?: `query_${string}` | undefined;
|
|
3063
3090
|
requestId?: number | null | undefined;
|
|
3064
3091
|
secondaryAttribute?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAe5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAe5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAI1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAChF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAC"}
|
|
@@ -8,8 +8,12 @@ export declare const QueryLogicOperator: z.ZodEnum<["AND", "OR"]>;
|
|
|
8
8
|
export type QueryLogicOperator = z.infer<typeof QueryLogicOperator>;
|
|
9
9
|
export declare const OPERATORS: readonly ["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"];
|
|
10
10
|
export declare const Operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
11
|
+
export declare const TIMEFRAME: readonly ["daily", "weekly", "monthly", "yearly"];
|
|
12
|
+
export declare const RuleTimeframe: z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>;
|
|
11
13
|
export declare const ZKPOperator: z.ZodEnum<["$noop", "$eq", "$lt", "$gt", "$in", "$nin", "$ne", "$exists"]>;
|
|
12
14
|
export declare const operatorDisplayMap: Record<Operator, string>;
|
|
15
|
+
export declare const timeframeDisplayMap: Record<RuleTimeframe, string>;
|
|
16
|
+
export declare const timeframeAlertDisplayMap: Record<RuleTimeframe, string>;
|
|
13
17
|
export declare const ARRAY_OPERATORS: readonly ["$has", "$nhas"];
|
|
14
18
|
export declare const ArrayOperator: z.ZodEnum<["$has", "$nhas"]>;
|
|
15
19
|
export declare const STRING_OPERATORS: readonly ["$eq", "$ne", "$in", "$nin"];
|
|
@@ -166,6 +170,7 @@ export declare const QueryConfigSimplified: z.ZodObject<{
|
|
|
166
170
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
167
171
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
168
172
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
173
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
169
174
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
170
175
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
171
176
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -177,6 +182,7 @@ export declare const QueryConfigSimplified: z.ZodObject<{
|
|
|
177
182
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
178
183
|
id?: `query_${string}` | undefined;
|
|
179
184
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
185
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
180
186
|
queryId?: `query_${string}` | undefined;
|
|
181
187
|
requestId?: number | null | undefined;
|
|
182
188
|
secondaryAttribute?: {
|
|
@@ -196,6 +202,7 @@ export declare const QueryConfigSimplified: z.ZodObject<{
|
|
|
196
202
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
197
203
|
id?: `query_${string}` | undefined;
|
|
198
204
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
205
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
199
206
|
queryId?: `query_${string}` | undefined;
|
|
200
207
|
requestId?: number | null | undefined;
|
|
201
208
|
secondaryAttribute?: {
|
|
@@ -244,6 +251,7 @@ export declare const QueryGroupConfigSimplified: z.ZodObject<{
|
|
|
244
251
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
245
252
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
246
253
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
254
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
247
255
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
248
256
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
249
257
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -255,6 +263,7 @@ export declare const QueryGroupConfigSimplified: z.ZodObject<{
|
|
|
255
263
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
256
264
|
id?: `query_${string}` | undefined;
|
|
257
265
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
266
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
258
267
|
queryId?: `query_${string}` | undefined;
|
|
259
268
|
requestId?: number | null | undefined;
|
|
260
269
|
secondaryAttribute?: {
|
|
@@ -274,6 +283,7 @@ export declare const QueryGroupConfigSimplified: z.ZodObject<{
|
|
|
274
283
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
275
284
|
id?: `query_${string}` | undefined;
|
|
276
285
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
286
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
277
287
|
queryId?: `query_${string}` | undefined;
|
|
278
288
|
requestId?: number | null | undefined;
|
|
279
289
|
secondaryAttribute?: {
|
|
@@ -296,6 +306,7 @@ export declare const QueryGroupConfigSimplified: z.ZodObject<{
|
|
|
296
306
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
297
307
|
id?: `query_${string}` | undefined;
|
|
298
308
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
309
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
299
310
|
queryId?: `query_${string}` | undefined;
|
|
300
311
|
requestId?: number | null | undefined;
|
|
301
312
|
secondaryAttribute?: {
|
|
@@ -319,6 +330,7 @@ export declare const QueryGroupConfigSimplified: z.ZodObject<{
|
|
|
319
330
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
320
331
|
id?: `query_${string}` | undefined;
|
|
321
332
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
333
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
322
334
|
queryId?: `query_${string}` | undefined;
|
|
323
335
|
requestId?: number | null | undefined;
|
|
324
336
|
secondaryAttribute?: {
|
|
@@ -340,6 +352,7 @@ export declare const RuleResultQueryConfig: z.ZodObject<{
|
|
|
340
352
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
341
353
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
342
354
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
355
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
343
356
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
344
357
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
345
358
|
} & {
|
|
@@ -380,6 +393,7 @@ export declare const RuleResultQueryConfig: z.ZodObject<{
|
|
|
380
393
|
id?: `query_${string}` | undefined;
|
|
381
394
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
382
395
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
396
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
383
397
|
queryId?: `query_${string}` | undefined;
|
|
384
398
|
requestId?: number | null | undefined;
|
|
385
399
|
secondaryAttribute?: string | {
|
|
@@ -400,6 +414,7 @@ export declare const RuleResultQueryConfig: z.ZodObject<{
|
|
|
400
414
|
id?: `query_${string}` | undefined;
|
|
401
415
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
402
416
|
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
417
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
403
418
|
queryId?: `query_${string}` | undefined;
|
|
404
419
|
requestId?: number | null | undefined;
|
|
405
420
|
secondaryAttribute?: string | {
|
|
@@ -445,11 +460,13 @@ export declare const PartialQueryConfigSimplified: z.ZodObject<{
|
|
|
445
460
|
value: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>>;
|
|
446
461
|
operator: z.ZodOptional<z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>>;
|
|
447
462
|
displayMode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>>;
|
|
463
|
+
timeframe: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>>;
|
|
448
464
|
datasetColumnId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>>;
|
|
449
465
|
specialDataSetType: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>>;
|
|
450
466
|
}, "strip", z.ZodTypeAny, {
|
|
451
467
|
id?: `query_${string}` | undefined;
|
|
452
468
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
469
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
453
470
|
queryId?: `query_${string}` | undefined;
|
|
454
471
|
requestId?: number | null | undefined;
|
|
455
472
|
attribute?: {
|
|
@@ -469,6 +486,7 @@ export declare const PartialQueryConfigSimplified: z.ZodObject<{
|
|
|
469
486
|
}, {
|
|
470
487
|
id?: `query_${string}` | undefined;
|
|
471
488
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
489
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
472
490
|
queryId?: `query_${string}` | undefined;
|
|
473
491
|
requestId?: number | null | undefined;
|
|
474
492
|
attribute?: {
|
|
@@ -488,6 +506,7 @@ export declare const PartialQueryConfigSimplified: z.ZodObject<{
|
|
|
488
506
|
}>;
|
|
489
507
|
export type PartialQueryConfigSimplified = z.infer<typeof PartialQueryConfigSimplified>;
|
|
490
508
|
export type Operator = z.infer<typeof Operator>;
|
|
509
|
+
export type RuleTimeframe = z.infer<typeof RuleTimeframe>;
|
|
491
510
|
export type SupportedQueryInputTypes = z.infer<typeof SupportedQueryInputTypes>;
|
|
492
511
|
export type ArrayOperator = z.infer<typeof ArrayOperator>;
|
|
493
512
|
export type BooleanOperator = z.infer<typeof BooleanOperator>;
|
|
@@ -531,6 +550,7 @@ export declare const OLD_ChallengeQuerySchema: z.ZodObject<{
|
|
|
531
550
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
532
551
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
533
552
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
553
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
534
554
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
535
555
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
536
556
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -542,6 +562,7 @@ export declare const OLD_ChallengeQuerySchema: z.ZodObject<{
|
|
|
542
562
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
543
563
|
id?: `query_${string}` | undefined;
|
|
544
564
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
565
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
545
566
|
queryId?: `query_${string}` | undefined;
|
|
546
567
|
requestId?: number | null | undefined;
|
|
547
568
|
secondaryAttribute?: {
|
|
@@ -561,6 +582,7 @@ export declare const OLD_ChallengeQuerySchema: z.ZodObject<{
|
|
|
561
582
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
562
583
|
id?: `query_${string}` | undefined;
|
|
563
584
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
585
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
564
586
|
queryId?: `query_${string}` | undefined;
|
|
565
587
|
requestId?: number | null | undefined;
|
|
566
588
|
secondaryAttribute?: {
|
|
@@ -582,6 +604,7 @@ export declare const OLD_ChallengeQuerySchema: z.ZodObject<{
|
|
|
582
604
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
583
605
|
id?: `query_${string}` | undefined;
|
|
584
606
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
607
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
585
608
|
queryId?: `query_${string}` | undefined;
|
|
586
609
|
requestId?: number | null | undefined;
|
|
587
610
|
secondaryAttribute?: {
|
|
@@ -604,6 +627,7 @@ export declare const OLD_ChallengeQuerySchema: z.ZodObject<{
|
|
|
604
627
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
605
628
|
id?: `query_${string}` | undefined;
|
|
606
629
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
630
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
607
631
|
queryId?: `query_${string}` | undefined;
|
|
608
632
|
requestId?: number | null | undefined;
|
|
609
633
|
secondaryAttribute?: {
|
|
@@ -656,6 +680,7 @@ export declare const ChallengeQuerySchema: z.ZodObject<{
|
|
|
656
680
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
657
681
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
658
682
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
683
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
659
684
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
660
685
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
661
686
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -667,6 +692,7 @@ export declare const ChallengeQuerySchema: z.ZodObject<{
|
|
|
667
692
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
668
693
|
id?: `query_${string}` | undefined;
|
|
669
694
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
695
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
670
696
|
queryId?: `query_${string}` | undefined;
|
|
671
697
|
requestId?: number | null | undefined;
|
|
672
698
|
secondaryAttribute?: {
|
|
@@ -686,6 +712,7 @@ export declare const ChallengeQuerySchema: z.ZodObject<{
|
|
|
686
712
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
687
713
|
id?: `query_${string}` | undefined;
|
|
688
714
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
715
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
689
716
|
queryId?: `query_${string}` | undefined;
|
|
690
717
|
requestId?: number | null | undefined;
|
|
691
718
|
secondaryAttribute?: {
|
|
@@ -707,6 +734,7 @@ export declare const ChallengeQuerySchema: z.ZodObject<{
|
|
|
707
734
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
708
735
|
id?: `query_${string}` | undefined;
|
|
709
736
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
737
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
710
738
|
queryId?: `query_${string}` | undefined;
|
|
711
739
|
requestId?: number | null | undefined;
|
|
712
740
|
secondaryAttribute?: {
|
|
@@ -729,6 +757,7 @@ export declare const ChallengeQuerySchema: z.ZodObject<{
|
|
|
729
757
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
730
758
|
id?: `query_${string}` | undefined;
|
|
731
759
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
760
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
732
761
|
queryId?: `query_${string}` | undefined;
|
|
733
762
|
requestId?: number | null | undefined;
|
|
734
763
|
secondaryAttribute?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["query.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,KAAK,EAAE,iBAAiB,EAAoB,0BAAiB;AAGpE,eAAO,MAAM,mBAAmB,qCAAsC,CAAC;AACvE,eAAO,MAAM,kBAAkB,uCAA8B,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,oBAAoB,wBAAyB,CAAC;AAC3D,eAAO,MAAM,kBAAkB,0BAA+B,CAAC;AAC/D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,SAAS,2GAeZ,CAAC;AACX,eAAO,MAAM,QAAQ,6GAAoB,CAAC;AAE1C,eAAO,MAAM,WAAW,4EAEqB,CAAC;AAE9C,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,QAAQ,EAAE,MAAM,CAevD,CAAC;AAEF,eAAO,MAAM,eAAe,4BAGlB,CAAC;AACX,eAAO,MAAM,aAAa,8BAA0B,CAAC;AAErD,eAAO,MAAM,gBAAgB,wCAKnB,CAAC;AACX,eAAO,MAAM,cAAc,0CAA2B,CAAC;AAEvD,eAAO,MAAM,iBAAiB,uDASpB,CAAC;AACX,eAAO,MAAM,eAAe,yDAA4B,CAAC;AAEzD,eAAO,MAAM,iBAAiB,yBAGpB,CAAC;AACX,eAAO,MAAM,eAAe,2BAA4B,CAAC;AAEzD,eAAO,MAAM,cAAc,uDASjB,CAAC;AACX,eAAO,MAAM,YAAY,yDAAyB,CAAC;AAEnD,eAAO,MAAM,YAAY,mCAAoC,CAAC;AAC9D,eAAO,MAAM,WAAW,qCAAuB,CAAC;AAEhD,eAAO,MAAM,eAAe,sGASlB,CAAC;AACX,eAAO,MAAM,uBAAuB,wGAA0B,CAAC;AAC/D,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;EAO5B,CAAC;AAEH,eAAO,MAAM,mBAAmB,wHAM9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAK1B,CAAC;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,SAAS,4KAWpB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;EAO1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"query.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["query.schema.ts"],"names":[],"mappings":"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"}
|