@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
|
@@ -115,6 +115,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
115
115
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
116
116
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
117
117
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
118
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
118
119
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
119
120
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
120
121
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -126,6 +127,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
126
127
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
127
128
|
id?: `query_${string}` | undefined;
|
|
128
129
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
130
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
129
131
|
queryId?: `query_${string}` | undefined;
|
|
130
132
|
requestId?: number | null | undefined;
|
|
131
133
|
secondaryAttribute?: {
|
|
@@ -145,6 +147,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
145
147
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
146
148
|
id?: `query_${string}` | undefined;
|
|
147
149
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
150
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
148
151
|
queryId?: `query_${string}` | undefined;
|
|
149
152
|
requestId?: number | null | undefined;
|
|
150
153
|
secondaryAttribute?: {
|
|
@@ -167,6 +170,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
167
170
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
168
171
|
id?: `query_${string}` | undefined;
|
|
169
172
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
173
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
170
174
|
queryId?: `query_${string}` | undefined;
|
|
171
175
|
requestId?: number | null | undefined;
|
|
172
176
|
secondaryAttribute?: {
|
|
@@ -190,6 +194,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
190
194
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
191
195
|
id?: `query_${string}` | undefined;
|
|
192
196
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
197
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
193
198
|
queryId?: `query_${string}` | undefined;
|
|
194
199
|
requestId?: number | null | undefined;
|
|
195
200
|
secondaryAttribute?: {
|
|
@@ -215,6 +220,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
215
220
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
216
221
|
id?: `query_${string}` | undefined;
|
|
217
222
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
223
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
218
224
|
queryId?: `query_${string}` | undefined;
|
|
219
225
|
requestId?: number | null | undefined;
|
|
220
226
|
secondaryAttribute?: {
|
|
@@ -240,6 +246,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<{} & {
|
|
|
240
246
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
241
247
|
id?: `query_${string}` | undefined;
|
|
242
248
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
249
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
243
250
|
queryId?: `query_${string}` | undefined;
|
|
244
251
|
requestId?: number | null | undefined;
|
|
245
252
|
secondaryAttribute?: {
|
|
@@ -731,6 +738,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
731
738
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
732
739
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
733
740
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
741
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
734
742
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
735
743
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
736
744
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -742,6 +750,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
742
750
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
743
751
|
id?: `query_${string}` | undefined;
|
|
744
752
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
753
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
745
754
|
queryId?: `query_${string}` | undefined;
|
|
746
755
|
requestId?: number | null | undefined;
|
|
747
756
|
secondaryAttribute?: {
|
|
@@ -761,6 +770,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
761
770
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
762
771
|
id?: `query_${string}` | undefined;
|
|
763
772
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
773
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
764
774
|
queryId?: `query_${string}` | undefined;
|
|
765
775
|
requestId?: number | null | undefined;
|
|
766
776
|
secondaryAttribute?: {
|
|
@@ -808,6 +818,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
808
818
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
809
819
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
810
820
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
821
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
811
822
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
812
823
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
813
824
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -819,6 +830,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
819
830
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
820
831
|
id?: `query_${string}` | undefined;
|
|
821
832
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
833
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
822
834
|
queryId?: `query_${string}` | undefined;
|
|
823
835
|
requestId?: number | null | undefined;
|
|
824
836
|
secondaryAttribute?: {
|
|
@@ -838,6 +850,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
838
850
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
839
851
|
id?: `query_${string}` | undefined;
|
|
840
852
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
853
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
841
854
|
queryId?: `query_${string}` | undefined;
|
|
842
855
|
requestId?: number | null | undefined;
|
|
843
856
|
secondaryAttribute?: {
|
|
@@ -860,6 +873,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
860
873
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
861
874
|
id?: `query_${string}` | undefined;
|
|
862
875
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
876
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
863
877
|
queryId?: `query_${string}` | undefined;
|
|
864
878
|
requestId?: number | null | undefined;
|
|
865
879
|
secondaryAttribute?: {
|
|
@@ -883,6 +897,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
883
897
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
884
898
|
id?: `query_${string}` | undefined;
|
|
885
899
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
900
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
886
901
|
queryId?: `query_${string}` | undefined;
|
|
887
902
|
requestId?: number | null | undefined;
|
|
888
903
|
secondaryAttribute?: {
|
|
@@ -930,6 +945,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
930
945
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
931
946
|
id?: `query_${string}` | undefined;
|
|
932
947
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
948
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
933
949
|
queryId?: `query_${string}` | undefined;
|
|
934
950
|
requestId?: number | null | undefined;
|
|
935
951
|
secondaryAttribute?: {
|
|
@@ -952,6 +968,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
952
968
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
953
969
|
id?: `query_${string}` | undefined;
|
|
954
970
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
971
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
955
972
|
queryId?: `query_${string}` | undefined;
|
|
956
973
|
requestId?: number | null | undefined;
|
|
957
974
|
secondaryAttribute?: {
|
|
@@ -988,6 +1005,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
988
1005
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
989
1006
|
id?: `query_${string}` | undefined;
|
|
990
1007
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1008
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
991
1009
|
queryId?: `query_${string}` | undefined;
|
|
992
1010
|
requestId?: number | null | undefined;
|
|
993
1011
|
secondaryAttribute?: {
|
|
@@ -1010,6 +1028,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1010
1028
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1011
1029
|
id?: `query_${string}` | undefined;
|
|
1012
1030
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1031
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1013
1032
|
queryId?: `query_${string}` | undefined;
|
|
1014
1033
|
requestId?: number | null | undefined;
|
|
1015
1034
|
secondaryAttribute?: {
|
|
@@ -1070,6 +1089,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1070
1089
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1071
1090
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1072
1091
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1092
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1073
1093
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1074
1094
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1075
1095
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1081,6 +1101,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1081
1101
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1082
1102
|
id?: `query_${string}` | undefined;
|
|
1083
1103
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1104
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1084
1105
|
queryId?: `query_${string}` | undefined;
|
|
1085
1106
|
requestId?: number | null | undefined;
|
|
1086
1107
|
secondaryAttribute?: {
|
|
@@ -1100,6 +1121,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1100
1121
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1101
1122
|
id?: `query_${string}` | undefined;
|
|
1102
1123
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1124
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1103
1125
|
queryId?: `query_${string}` | undefined;
|
|
1104
1126
|
requestId?: number | null | undefined;
|
|
1105
1127
|
secondaryAttribute?: {
|
|
@@ -1147,6 +1169,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1147
1169
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1148
1170
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1149
1171
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1172
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1150
1173
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1151
1174
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1152
1175
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1158,6 +1181,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1158
1181
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1159
1182
|
id?: `query_${string}` | undefined;
|
|
1160
1183
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1184
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1161
1185
|
queryId?: `query_${string}` | undefined;
|
|
1162
1186
|
requestId?: number | null | undefined;
|
|
1163
1187
|
secondaryAttribute?: {
|
|
@@ -1177,6 +1201,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1177
1201
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1178
1202
|
id?: `query_${string}` | undefined;
|
|
1179
1203
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1204
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1180
1205
|
queryId?: `query_${string}` | undefined;
|
|
1181
1206
|
requestId?: number | null | undefined;
|
|
1182
1207
|
secondaryAttribute?: {
|
|
@@ -1199,6 +1224,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1199
1224
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1200
1225
|
id?: `query_${string}` | undefined;
|
|
1201
1226
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1227
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1202
1228
|
queryId?: `query_${string}` | undefined;
|
|
1203
1229
|
requestId?: number | null | undefined;
|
|
1204
1230
|
secondaryAttribute?: {
|
|
@@ -1222,6 +1248,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1222
1248
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1223
1249
|
id?: `query_${string}` | undefined;
|
|
1224
1250
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1251
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1225
1252
|
queryId?: `query_${string}` | undefined;
|
|
1226
1253
|
requestId?: number | null | undefined;
|
|
1227
1254
|
secondaryAttribute?: {
|
|
@@ -1289,6 +1316,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1289
1316
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1290
1317
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1291
1318
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1319
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1292
1320
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1293
1321
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1294
1322
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1300,6 +1328,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1300
1328
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1301
1329
|
id?: `query_${string}` | undefined;
|
|
1302
1330
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1331
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1303
1332
|
queryId?: `query_${string}` | undefined;
|
|
1304
1333
|
requestId?: number | null | undefined;
|
|
1305
1334
|
secondaryAttribute?: {
|
|
@@ -1319,6 +1348,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1319
1348
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1320
1349
|
id?: `query_${string}` | undefined;
|
|
1321
1350
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1351
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1322
1352
|
queryId?: `query_${string}` | undefined;
|
|
1323
1353
|
requestId?: number | null | undefined;
|
|
1324
1354
|
secondaryAttribute?: {
|
|
@@ -1344,6 +1374,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1344
1374
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1345
1375
|
id?: `query_${string}` | undefined;
|
|
1346
1376
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1377
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1347
1378
|
queryId?: `query_${string}` | undefined;
|
|
1348
1379
|
requestId?: number | null | undefined;
|
|
1349
1380
|
secondaryAttribute?: {
|
|
@@ -1366,6 +1397,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1366
1397
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1367
1398
|
id?: `query_${string}` | undefined;
|
|
1368
1399
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1400
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1369
1401
|
queryId?: `query_${string}` | undefined;
|
|
1370
1402
|
requestId?: number | null | undefined;
|
|
1371
1403
|
secondaryAttribute?: {
|
|
@@ -1401,6 +1433,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1401
1433
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1402
1434
|
id?: `query_${string}` | undefined;
|
|
1403
1435
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1436
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1404
1437
|
queryId?: `query_${string}` | undefined;
|
|
1405
1438
|
requestId?: number | null | undefined;
|
|
1406
1439
|
secondaryAttribute?: {
|
|
@@ -1423,6 +1456,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1423
1456
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1424
1457
|
id?: `query_${string}` | undefined;
|
|
1425
1458
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1459
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1426
1460
|
queryId?: `query_${string}` | undefined;
|
|
1427
1461
|
requestId?: number | null | undefined;
|
|
1428
1462
|
secondaryAttribute?: {
|
|
@@ -1482,6 +1516,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1482
1516
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1483
1517
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1484
1518
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1519
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1485
1520
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1486
1521
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1487
1522
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1493,6 +1528,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1493
1528
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1494
1529
|
id?: `query_${string}` | undefined;
|
|
1495
1530
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1531
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1496
1532
|
queryId?: `query_${string}` | undefined;
|
|
1497
1533
|
requestId?: number | null | undefined;
|
|
1498
1534
|
secondaryAttribute?: {
|
|
@@ -1512,6 +1548,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1512
1548
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1513
1549
|
id?: `query_${string}` | undefined;
|
|
1514
1550
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1551
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1515
1552
|
queryId?: `query_${string}` | undefined;
|
|
1516
1553
|
requestId?: number | null | undefined;
|
|
1517
1554
|
secondaryAttribute?: {
|
|
@@ -1559,6 +1596,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1559
1596
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1560
1597
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1561
1598
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1599
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1562
1600
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1563
1601
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1564
1602
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1570,6 +1608,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1570
1608
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1571
1609
|
id?: `query_${string}` | undefined;
|
|
1572
1610
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1611
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1573
1612
|
queryId?: `query_${string}` | undefined;
|
|
1574
1613
|
requestId?: number | null | undefined;
|
|
1575
1614
|
secondaryAttribute?: {
|
|
@@ -1589,6 +1628,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1589
1628
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1590
1629
|
id?: `query_${string}` | undefined;
|
|
1591
1630
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1631
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1592
1632
|
queryId?: `query_${string}` | undefined;
|
|
1593
1633
|
requestId?: number | null | undefined;
|
|
1594
1634
|
secondaryAttribute?: {
|
|
@@ -1611,6 +1651,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1611
1651
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1612
1652
|
id?: `query_${string}` | undefined;
|
|
1613
1653
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1654
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1614
1655
|
queryId?: `query_${string}` | undefined;
|
|
1615
1656
|
requestId?: number | null | undefined;
|
|
1616
1657
|
secondaryAttribute?: {
|
|
@@ -1634,6 +1675,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1634
1675
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1635
1676
|
id?: `query_${string}` | undefined;
|
|
1636
1677
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1678
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1637
1679
|
queryId?: `query_${string}` | undefined;
|
|
1638
1680
|
requestId?: number | null | undefined;
|
|
1639
1681
|
secondaryAttribute?: {
|
|
@@ -1680,6 +1722,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1680
1722
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1681
1723
|
id?: `query_${string}` | undefined;
|
|
1682
1724
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1725
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1683
1726
|
queryId?: `query_${string}` | undefined;
|
|
1684
1727
|
requestId?: number | null | undefined;
|
|
1685
1728
|
secondaryAttribute?: {
|
|
@@ -1702,6 +1745,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1702
1745
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1703
1746
|
id?: `query_${string}` | undefined;
|
|
1704
1747
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1748
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1705
1749
|
queryId?: `query_${string}` | undefined;
|
|
1706
1750
|
requestId?: number | null | undefined;
|
|
1707
1751
|
secondaryAttribute?: {
|
|
@@ -1737,6 +1781,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1737
1781
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1738
1782
|
id?: `query_${string}` | undefined;
|
|
1739
1783
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1784
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1740
1785
|
queryId?: `query_${string}` | undefined;
|
|
1741
1786
|
requestId?: number | null | undefined;
|
|
1742
1787
|
secondaryAttribute?: {
|
|
@@ -1759,6 +1804,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
1759
1804
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1760
1805
|
id?: `query_${string}` | undefined;
|
|
1761
1806
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1807
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1762
1808
|
queryId?: `query_${string}` | undefined;
|
|
1763
1809
|
requestId?: number | null | undefined;
|
|
1764
1810
|
secondaryAttribute?: {
|
|
@@ -1819,6 +1865,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1819
1865
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1820
1866
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1821
1867
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1868
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1822
1869
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1823
1870
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1824
1871
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1830,6 +1877,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1830
1877
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1831
1878
|
id?: `query_${string}` | undefined;
|
|
1832
1879
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1880
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1833
1881
|
queryId?: `query_${string}` | undefined;
|
|
1834
1882
|
requestId?: number | null | undefined;
|
|
1835
1883
|
secondaryAttribute?: {
|
|
@@ -1849,6 +1897,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1849
1897
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1850
1898
|
id?: `query_${string}` | undefined;
|
|
1851
1899
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1900
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1852
1901
|
queryId?: `query_${string}` | undefined;
|
|
1853
1902
|
requestId?: number | null | undefined;
|
|
1854
1903
|
secondaryAttribute?: {
|
|
@@ -1896,6 +1945,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1896
1945
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1897
1946
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1898
1947
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1948
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1899
1949
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1900
1950
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1901
1951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1907,6 +1957,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1907
1957
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1908
1958
|
id?: `query_${string}` | undefined;
|
|
1909
1959
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1960
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1910
1961
|
queryId?: `query_${string}` | undefined;
|
|
1911
1962
|
requestId?: number | null | undefined;
|
|
1912
1963
|
secondaryAttribute?: {
|
|
@@ -1926,6 +1977,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1926
1977
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1927
1978
|
id?: `query_${string}` | undefined;
|
|
1928
1979
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1980
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1929
1981
|
queryId?: `query_${string}` | undefined;
|
|
1930
1982
|
requestId?: number | null | undefined;
|
|
1931
1983
|
secondaryAttribute?: {
|
|
@@ -1948,6 +2000,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1948
2000
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1949
2001
|
id?: `query_${string}` | undefined;
|
|
1950
2002
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2003
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1951
2004
|
queryId?: `query_${string}` | undefined;
|
|
1952
2005
|
requestId?: number | null | undefined;
|
|
1953
2006
|
secondaryAttribute?: {
|
|
@@ -1971,6 +2024,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
1971
2024
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1972
2025
|
id?: `query_${string}` | undefined;
|
|
1973
2026
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2027
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1974
2028
|
queryId?: `query_${string}` | undefined;
|
|
1975
2029
|
requestId?: number | null | undefined;
|
|
1976
2030
|
secondaryAttribute?: {
|
|
@@ -2018,6 +2072,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2018
2072
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2019
2073
|
id?: `query_${string}` | undefined;
|
|
2020
2074
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2075
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2021
2076
|
queryId?: `query_${string}` | undefined;
|
|
2022
2077
|
requestId?: number | null | undefined;
|
|
2023
2078
|
secondaryAttribute?: {
|
|
@@ -2040,6 +2095,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2040
2095
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2041
2096
|
id?: `query_${string}` | undefined;
|
|
2042
2097
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2098
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2043
2099
|
queryId?: `query_${string}` | undefined;
|
|
2044
2100
|
requestId?: number | null | undefined;
|
|
2045
2101
|
secondaryAttribute?: {
|
|
@@ -2075,6 +2131,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2075
2131
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2076
2132
|
id?: `query_${string}` | undefined;
|
|
2077
2133
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2134
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2078
2135
|
queryId?: `query_${string}` | undefined;
|
|
2079
2136
|
requestId?: number | null | undefined;
|
|
2080
2137
|
secondaryAttribute?: {
|
|
@@ -2097,6 +2154,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2097
2154
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2098
2155
|
id?: `query_${string}` | undefined;
|
|
2099
2156
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2157
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2100
2158
|
queryId?: `query_${string}` | undefined;
|
|
2101
2159
|
requestId?: number | null | undefined;
|
|
2102
2160
|
secondaryAttribute?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,qBAAqB,sOAUxB,CAAC;AAEX,eAAO,MAAM,UAAU,wOAAgC,CAAC;AACxD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,eAAe,4CAA6C,CAAC;AAC1E,eAAO,MAAM,aAAa,8CAA0B,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,eAAe,kCAAmC,CAAC;AAChE,eAAO,MAAM,YAAY,oCAA0B,CAAC;AACpD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,WAAW,aAAa,CAAC;AAEtC,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,aAAa,yHAMhB,CAAC;AACX,eAAO,MAAM,YAAY,2HAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,aAAa,mCAAoC,CAAC;AAC/D,eAAO,MAAM,YAAY,qCAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,gBAAgB,kCAAmC,CAAC;AACjE,eAAO,MAAM,cAAc,oCAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAE1D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,gCAAgC,0JAQnC,CAAC;AACX,eAAO,MAAM,+BAA+B,4JAE3C,CAAC;AACF,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;EAK5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,qBAAqB,sOAUxB,CAAC;AAEX,eAAO,MAAM,UAAU,wOAAgC,CAAC;AACxD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,eAAe,4CAA6C,CAAC;AAC1E,eAAO,MAAM,aAAa,8CAA0B,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,eAAe,kCAAmC,CAAC;AAChE,eAAO,MAAM,YAAY,oCAA0B,CAAC;AACpD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,WAAW,aAAa,CAAC;AAEtC,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,aAAa,yHAMhB,CAAC;AACX,eAAO,MAAM,YAAY,2HAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,aAAa,mCAAoC,CAAC;AAC/D,eAAO,MAAM,YAAY,qCAAwB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,gBAAgB,kCAAmC,CAAC;AACjE,eAAO,MAAM,cAAc,oCAA2B,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAE1D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,gCAAgC,0JAQnC,CAAC;AACX,eAAO,MAAM,+BAA+B,4JAE3C,CAAC;AACF,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;EAK5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC1E,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;EAE/B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAA8B,CAAC;AACrE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,gEAMrB,CAAC;AACX,eAAO,MAAM,gBAAgB,kEAA6B,CAAC;AAC3D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAMnE,CAAC;AAEF,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKhC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,2BAA2B,sDAI9B,CAAC;AACX,eAAO,MAAM,yBAAyB,wDAAsC,CAAC;AAC7E,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;EAKjB,CAAC;AACH,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC;AAE5C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW7B,CAAC;AAKH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3B,CAAC;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -36,6 +36,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
36
36
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
37
37
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
38
38
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
39
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
39
40
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
40
41
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
41
42
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47,6 +48,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
47
48
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
48
49
|
id?: `query_${string}` | undefined;
|
|
49
50
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
51
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
50
52
|
queryId?: `query_${string}` | undefined;
|
|
51
53
|
requestId?: number | null | undefined;
|
|
52
54
|
secondaryAttribute?: {
|
|
@@ -66,6 +68,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
66
68
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
67
69
|
id?: `query_${string}` | undefined;
|
|
68
70
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
71
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
69
72
|
queryId?: `query_${string}` | undefined;
|
|
70
73
|
requestId?: number | null | undefined;
|
|
71
74
|
secondaryAttribute?: {
|
|
@@ -88,6 +91,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
88
91
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
89
92
|
id?: `query_${string}` | undefined;
|
|
90
93
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
94
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
91
95
|
queryId?: `query_${string}` | undefined;
|
|
92
96
|
requestId?: number | null | undefined;
|
|
93
97
|
secondaryAttribute?: {
|
|
@@ -112,6 +116,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
112
116
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
113
117
|
id?: `query_${string}` | undefined;
|
|
114
118
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
119
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
115
120
|
queryId?: `query_${string}` | undefined;
|
|
116
121
|
requestId?: number | null | undefined;
|
|
117
122
|
secondaryAttribute?: {
|
|
@@ -183,6 +188,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
183
188
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
184
189
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
185
190
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
191
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
186
192
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
187
193
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
188
194
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -194,6 +200,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
194
200
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
195
201
|
id?: `query_${string}` | undefined;
|
|
196
202
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
203
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
197
204
|
queryId?: `query_${string}` | undefined;
|
|
198
205
|
requestId?: number | null | undefined;
|
|
199
206
|
secondaryAttribute?: {
|
|
@@ -213,6 +220,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
213
220
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
214
221
|
id?: `query_${string}` | undefined;
|
|
215
222
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
223
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
216
224
|
queryId?: `query_${string}` | undefined;
|
|
217
225
|
requestId?: number | null | undefined;
|
|
218
226
|
secondaryAttribute?: {
|
|
@@ -235,6 +243,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
235
243
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
236
244
|
id?: `query_${string}` | undefined;
|
|
237
245
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
246
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
238
247
|
queryId?: `query_${string}` | undefined;
|
|
239
248
|
requestId?: number | null | undefined;
|
|
240
249
|
secondaryAttribute?: {
|
|
@@ -259,6 +268,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
259
268
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
260
269
|
id?: `query_${string}` | undefined;
|
|
261
270
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
271
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
262
272
|
queryId?: `query_${string}` | undefined;
|
|
263
273
|
requestId?: number | null | undefined;
|
|
264
274
|
secondaryAttribute?: {
|
|
@@ -285,6 +295,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
285
295
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
286
296
|
id?: `query_${string}` | undefined;
|
|
287
297
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
298
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
288
299
|
queryId?: `query_${string}` | undefined;
|
|
289
300
|
requestId?: number | null | undefined;
|
|
290
301
|
secondaryAttribute?: {
|
|
@@ -312,6 +323,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
312
323
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
313
324
|
id?: `query_${string}` | undefined;
|
|
314
325
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
326
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
315
327
|
queryId?: `query_${string}` | undefined;
|
|
316
328
|
requestId?: number | null | undefined;
|
|
317
329
|
secondaryAttribute?: {
|
|
@@ -367,6 +379,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
367
379
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
368
380
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
369
381
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
382
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
370
383
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
371
384
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
372
385
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -378,6 +391,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
378
391
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
379
392
|
id?: `query_${string}` | undefined;
|
|
380
393
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
394
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
381
395
|
queryId?: `query_${string}` | undefined;
|
|
382
396
|
requestId?: number | null | undefined;
|
|
383
397
|
secondaryAttribute?: {
|
|
@@ -397,6 +411,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
397
411
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
398
412
|
id?: `query_${string}` | undefined;
|
|
399
413
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
414
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
400
415
|
queryId?: `query_${string}` | undefined;
|
|
401
416
|
requestId?: number | null | undefined;
|
|
402
417
|
secondaryAttribute?: {
|
|
@@ -424,6 +439,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
424
439
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
425
440
|
id?: `query_${string}` | undefined;
|
|
426
441
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
442
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
427
443
|
queryId?: `query_${string}` | undefined;
|
|
428
444
|
requestId?: number | null | undefined;
|
|
429
445
|
secondaryAttribute?: {
|
|
@@ -453,6 +469,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
453
469
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
454
470
|
id?: `query_${string}` | undefined;
|
|
455
471
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
472
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
456
473
|
queryId?: `query_${string}` | undefined;
|
|
457
474
|
requestId?: number | null | undefined;
|
|
458
475
|
secondaryAttribute?: {
|