@nexeraid/identity-schemas 2.187.0-dev → 2.188.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-a6fd3a93.esm.mjs → CoinMarketCap.schema-59724503.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-9112778a.cjs.dev.cjs → CoinMarketCap.schema-7bf12d02.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-65a10dfc.cjs.prod.cjs → CoinMarketCap.schema-7d8f8e3a.cjs.prod.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/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 +289 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-1548e216.cjs.prod.cjs → identity-api.schema-3a746737.cjs.prod.cjs} +10 -1
- package/dist/{identity-api.schema-4928cc0d.cjs.dev.cjs → identity-api.schema-3b0ade9c.cjs.dev.cjs} +10 -1
- package/dist/{identity-api.schema-b12853b3.esm.mjs → identity-api.schema-f6610db0.esm.mjs} +7 -2
- 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-02707fef.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-844762a4.cjs.dev.cjs → tfhe-utilities-6c2861c1.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-deeceefb.esm.mjs → tfhe-utilities-af133b52.esm.mjs} +2 -2
- package/dist/{toArray-3fd2d381.cjs.dev.cjs → toArray-90aa2268.cjs.dev.cjs} +1 -1
- package/dist/{toArray-9e09c0be.esm.mjs → toArray-af53dbf6.esm.mjs} +1 -1
- package/dist/{toArray-49dae664.cjs.prod.cjs → toArray-cee53077.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-4f056d7f.esm.mjs → vault.schema-025f42bf.esm.mjs} +130 -2
- package/dist/{vault.schema-0e4a9b15.cjs.dev.cjs → vault.schema-4b6853b7.cjs.dev.cjs} +132 -1
- package/dist/{vault.schema-c121c18a.cjs.prod.cjs → vault.schema-d577ccdd.cjs.prod.cjs} +132 -1
- 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
package/dist/{CoinMarketCap.schema-a6fd3a93.esm.mjs → CoinMarketCap.schema-59724503.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
|
-
import { b4 as Alpha2Country, aW as UuidString,
|
|
3
|
-
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType,
|
|
2
|
+
import { b4 as Alpha2Country, aW as UuidString, fZ as _toConsumableArray, g3 as ScoringAnalysisRequest, g4 as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, f$ as _slicedToArray, cz as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cv as WorkflowSessionId, dH as WorkspaceId, dG as OrganizationId, bo as CustomerStatus, fY as _defineProperty, e2 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dx as VerificationMode } from './vault.schema-025f42bf.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-f6610db0.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-9112778a.cjs.dev.cjs → CoinMarketCap.schema-7bf12d02.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-4b6853b7.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-3b0ade9c.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-d577ccdd.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-3a746737.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -272,6 +272,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
272
272
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
273
273
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
274
274
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
275
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
275
276
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
276
277
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
277
278
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -283,6 +284,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
283
284
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
284
285
|
id?: `query_${string}` | undefined;
|
|
285
286
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
287
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
286
288
|
queryId?: `query_${string}` | undefined;
|
|
287
289
|
requestId?: number | null | undefined;
|
|
288
290
|
secondaryAttribute?: {
|
|
@@ -302,6 +304,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
302
304
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
303
305
|
id?: `query_${string}` | undefined;
|
|
304
306
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
307
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
305
308
|
queryId?: `query_${string}` | undefined;
|
|
306
309
|
requestId?: number | null | undefined;
|
|
307
310
|
secondaryAttribute?: {
|
|
@@ -325,6 +328,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
325
328
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
326
329
|
id?: `query_${string}` | undefined;
|
|
327
330
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
331
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
328
332
|
queryId?: `query_${string}` | undefined;
|
|
329
333
|
requestId?: number | null | undefined;
|
|
330
334
|
secondaryAttribute?: {
|
|
@@ -400,6 +404,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
400
404
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
401
405
|
id?: `query_${string}` | undefined;
|
|
402
406
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
407
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
403
408
|
queryId?: `query_${string}` | undefined;
|
|
404
409
|
requestId?: number | null | undefined;
|
|
405
410
|
secondaryAttribute?: {
|
|
@@ -1058,6 +1063,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1058
1063
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1059
1064
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1060
1065
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1066
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1061
1067
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1062
1068
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1063
1069
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1069,6 +1075,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1069
1075
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1070
1076
|
id?: `query_${string}` | undefined;
|
|
1071
1077
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1078
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1072
1079
|
queryId?: `query_${string}` | undefined;
|
|
1073
1080
|
requestId?: number | null | undefined;
|
|
1074
1081
|
secondaryAttribute?: {
|
|
@@ -1088,6 +1095,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1088
1095
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1089
1096
|
id?: `query_${string}` | undefined;
|
|
1090
1097
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1098
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1091
1099
|
queryId?: `query_${string}` | undefined;
|
|
1092
1100
|
requestId?: number | null | undefined;
|
|
1093
1101
|
secondaryAttribute?: {
|
|
@@ -1111,6 +1119,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1111
1119
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1112
1120
|
id?: `query_${string}` | undefined;
|
|
1113
1121
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1122
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1114
1123
|
queryId?: `query_${string}` | undefined;
|
|
1115
1124
|
requestId?: number | null | undefined;
|
|
1116
1125
|
secondaryAttribute?: {
|
|
@@ -1186,6 +1195,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1186
1195
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1187
1196
|
id?: `query_${string}` | undefined;
|
|
1188
1197
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1198
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1189
1199
|
queryId?: `query_${string}` | undefined;
|
|
1190
1200
|
requestId?: number | null | undefined;
|
|
1191
1201
|
secondaryAttribute?: {
|
|
@@ -1264,6 +1274,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1264
1274
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1265
1275
|
id?: `query_${string}` | undefined;
|
|
1266
1276
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1277
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1267
1278
|
queryId?: `query_${string}` | undefined;
|
|
1268
1279
|
requestId?: number | null | undefined;
|
|
1269
1280
|
secondaryAttribute?: {
|
|
@@ -1342,6 +1353,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1342
1353
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1343
1354
|
id?: `query_${string}` | undefined;
|
|
1344
1355
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1356
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1345
1357
|
queryId?: `query_${string}` | undefined;
|
|
1346
1358
|
requestId?: number | null | undefined;
|
|
1347
1359
|
secondaryAttribute?: {
|
|
@@ -1844,6 +1856,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1844
1856
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1845
1857
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1846
1858
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1859
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1847
1860
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1848
1861
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1849
1862
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1855,6 +1868,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1855
1868
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1856
1869
|
id?: `query_${string}` | undefined;
|
|
1857
1870
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1871
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1858
1872
|
queryId?: `query_${string}` | undefined;
|
|
1859
1873
|
requestId?: number | null | undefined;
|
|
1860
1874
|
secondaryAttribute?: {
|
|
@@ -1874,6 +1888,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1874
1888
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1875
1889
|
id?: `query_${string}` | undefined;
|
|
1876
1890
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1891
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1877
1892
|
queryId?: `query_${string}` | undefined;
|
|
1878
1893
|
requestId?: number | null | undefined;
|
|
1879
1894
|
secondaryAttribute?: {
|
|
@@ -1897,6 +1912,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1897
1912
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1898
1913
|
id?: `query_${string}` | undefined;
|
|
1899
1914
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1915
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1900
1916
|
queryId?: `query_${string}` | undefined;
|
|
1901
1917
|
requestId?: number | null | undefined;
|
|
1902
1918
|
secondaryAttribute?: {
|
|
@@ -1972,6 +1988,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1972
1988
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1973
1989
|
id?: `query_${string}` | undefined;
|
|
1974
1990
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1991
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1975
1992
|
queryId?: `query_${string}` | undefined;
|
|
1976
1993
|
requestId?: number | null | undefined;
|
|
1977
1994
|
secondaryAttribute?: {
|
|
@@ -2050,6 +2067,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
2050
2067
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2051
2068
|
id?: `query_${string}` | undefined;
|
|
2052
2069
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2070
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2053
2071
|
queryId?: `query_${string}` | undefined;
|
|
2054
2072
|
requestId?: number | null | undefined;
|
|
2055
2073
|
secondaryAttribute?: {
|
|
@@ -2128,6 +2146,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
2128
2146
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2129
2147
|
id?: `query_${string}` | undefined;
|
|
2130
2148
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2149
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2131
2150
|
queryId?: `query_${string}` | undefined;
|
|
2132
2151
|
requestId?: number | null | undefined;
|
|
2133
2152
|
secondaryAttribute?: {
|
|
@@ -2632,6 +2651,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2632
2651
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
2633
2652
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
2634
2653
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
2654
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
2635
2655
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
2636
2656
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
2637
2657
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2643,6 +2663,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2643
2663
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2644
2664
|
id?: `query_${string}` | undefined;
|
|
2645
2665
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2666
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2646
2667
|
queryId?: `query_${string}` | undefined;
|
|
2647
2668
|
requestId?: number | null | undefined;
|
|
2648
2669
|
secondaryAttribute?: {
|
|
@@ -2662,6 +2683,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2662
2683
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2663
2684
|
id?: `query_${string}` | undefined;
|
|
2664
2685
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2686
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2665
2687
|
queryId?: `query_${string}` | undefined;
|
|
2666
2688
|
requestId?: number | null | undefined;
|
|
2667
2689
|
secondaryAttribute?: {
|
|
@@ -2685,6 +2707,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2685
2707
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2686
2708
|
id?: `query_${string}` | undefined;
|
|
2687
2709
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2710
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2688
2711
|
queryId?: `query_${string}` | undefined;
|
|
2689
2712
|
requestId?: number | null | undefined;
|
|
2690
2713
|
secondaryAttribute?: {
|
|
@@ -2760,6 +2783,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2760
2783
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2761
2784
|
id?: `query_${string}` | undefined;
|
|
2762
2785
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2786
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2763
2787
|
queryId?: `query_${string}` | undefined;
|
|
2764
2788
|
requestId?: number | null | undefined;
|
|
2765
2789
|
secondaryAttribute?: {
|
|
@@ -2838,6 +2862,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2838
2862
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2839
2863
|
id?: `query_${string}` | undefined;
|
|
2840
2864
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2865
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2841
2866
|
queryId?: `query_${string}` | undefined;
|
|
2842
2867
|
requestId?: number | null | undefined;
|
|
2843
2868
|
secondaryAttribute?: {
|
|
@@ -2916,6 +2941,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2916
2941
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2917
2942
|
id?: `query_${string}` | undefined;
|
|
2918
2943
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2944
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2919
2945
|
queryId?: `query_${string}` | undefined;
|
|
2920
2946
|
requestId?: number | null | undefined;
|
|
2921
2947
|
secondaryAttribute?: {
|
|
@@ -3028,6 +3054,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3028
3054
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3029
3055
|
id?: `query_${string}` | undefined;
|
|
3030
3056
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3057
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3031
3058
|
queryId?: `query_${string}` | undefined;
|
|
3032
3059
|
requestId?: number | null | undefined;
|
|
3033
3060
|
secondaryAttribute?: {
|
|
@@ -3135,6 +3162,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
3135
3162
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3136
3163
|
id?: `query_${string}` | undefined;
|
|
3137
3164
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3165
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3138
3166
|
queryId?: `query_${string}` | undefined;
|
|
3139
3167
|
requestId?: number | null | undefined;
|
|
3140
3168
|
secondaryAttribute?: {
|
|
@@ -3755,6 +3783,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3755
3783
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
3756
3784
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
3757
3785
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
3786
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
3758
3787
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
3759
3788
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
3760
3789
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3766,6 +3795,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3766
3795
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3767
3796
|
id?: `query_${string}` | undefined;
|
|
3768
3797
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3798
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3769
3799
|
queryId?: `query_${string}` | undefined;
|
|
3770
3800
|
requestId?: number | null | undefined;
|
|
3771
3801
|
secondaryAttribute?: {
|
|
@@ -3785,6 +3815,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3785
3815
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3786
3816
|
id?: `query_${string}` | undefined;
|
|
3787
3817
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3818
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3788
3819
|
queryId?: `query_${string}` | undefined;
|
|
3789
3820
|
requestId?: number | null | undefined;
|
|
3790
3821
|
secondaryAttribute?: {
|
|
@@ -3808,6 +3839,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3808
3839
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3809
3840
|
id?: `query_${string}` | undefined;
|
|
3810
3841
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3842
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3811
3843
|
queryId?: `query_${string}` | undefined;
|
|
3812
3844
|
requestId?: number | null | undefined;
|
|
3813
3845
|
secondaryAttribute?: {
|
|
@@ -3883,6 +3915,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3883
3915
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3884
3916
|
id?: `query_${string}` | undefined;
|
|
3885
3917
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3918
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3886
3919
|
queryId?: `query_${string}` | undefined;
|
|
3887
3920
|
requestId?: number | null | undefined;
|
|
3888
3921
|
secondaryAttribute?: {
|
|
@@ -3961,6 +3994,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3961
3994
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3962
3995
|
id?: `query_${string}` | undefined;
|
|
3963
3996
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3997
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
3964
3998
|
queryId?: `query_${string}` | undefined;
|
|
3965
3999
|
requestId?: number | null | undefined;
|
|
3966
4000
|
secondaryAttribute?: {
|
|
@@ -4039,6 +4073,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4039
4073
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
4040
4074
|
id?: `query_${string}` | undefined;
|
|
4041
4075
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
4076
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
4042
4077
|
queryId?: `query_${string}` | undefined;
|
|
4043
4078
|
requestId?: number | null | undefined;
|
|
4044
4079
|
secondaryAttribute?: {
|
|
@@ -4151,6 +4186,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4151
4186
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
4152
4187
|
id?: `query_${string}` | undefined;
|
|
4153
4188
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
4189
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
4154
4190
|
queryId?: `query_${string}` | undefined;
|
|
4155
4191
|
requestId?: number | null | undefined;
|
|
4156
4192
|
secondaryAttribute?: {
|
|
@@ -4258,6 +4294,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
4258
4294
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
4259
4295
|
id?: `query_${string}` | undefined;
|
|
4260
4296
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
4297
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
4261
4298
|
queryId?: `query_${string}` | undefined;
|
|
4262
4299
|
requestId?: number | null | undefined;
|
|
4263
4300
|
secondaryAttribute?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAapC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAGF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;+BAAgC,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG1C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIhC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -1942,6 +1942,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1942
1942
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1943
1943
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1944
1944
|
displayMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["amount", "percentage"]>>>;
|
|
1945
|
+
timeframe: z.ZodOptional<z.ZodNullable<z.ZodEnum<["daily", "weekly", "monthly", "yearly"]>>>;
|
|
1945
1946
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
1946
1947
|
specialDataSetType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ACTIVE_USERS_ADDRESSES"]>>>;
|
|
1947
1948
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1953,6 +1954,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1953
1954
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1954
1955
|
id?: `query_${string}` | undefined;
|
|
1955
1956
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1957
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1956
1958
|
queryId?: `query_${string}` | undefined;
|
|
1957
1959
|
requestId?: number | null | undefined;
|
|
1958
1960
|
secondaryAttribute?: {
|
|
@@ -1972,6 +1974,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1972
1974
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1973
1975
|
id?: `query_${string}` | undefined;
|
|
1974
1976
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1977
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1975
1978
|
queryId?: `query_${string}` | undefined;
|
|
1976
1979
|
requestId?: number | null | undefined;
|
|
1977
1980
|
secondaryAttribute?: {
|
|
@@ -1995,6 +1998,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1995
1998
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1996
1999
|
id?: `query_${string}` | undefined;
|
|
1997
2000
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2001
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
1998
2002
|
queryId?: `query_${string}` | undefined;
|
|
1999
2003
|
requestId?: number | null | undefined;
|
|
2000
2004
|
secondaryAttribute?: {
|
|
@@ -2070,6 +2074,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2070
2074
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2071
2075
|
id?: `query_${string}` | undefined;
|
|
2072
2076
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2077
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2073
2078
|
queryId?: `query_${string}` | undefined;
|
|
2074
2079
|
requestId?: number | null | undefined;
|
|
2075
2080
|
secondaryAttribute?: {
|
|
@@ -2148,6 +2153,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2148
2153
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2149
2154
|
id?: `query_${string}` | undefined;
|
|
2150
2155
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2156
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2151
2157
|
queryId?: `query_${string}` | undefined;
|
|
2152
2158
|
requestId?: number | null | undefined;
|
|
2153
2159
|
secondaryAttribute?: {
|
|
@@ -2226,6 +2232,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2226
2232
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2227
2233
|
id?: `query_${string}` | undefined;
|
|
2228
2234
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2235
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2229
2236
|
queryId?: `query_${string}` | undefined;
|
|
2230
2237
|
requestId?: number | null | undefined;
|
|
2231
2238
|
secondaryAttribute?: {
|
|
@@ -2338,6 +2345,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2338
2345
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2339
2346
|
id?: `query_${string}` | undefined;
|
|
2340
2347
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2348
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2341
2349
|
queryId?: `query_${string}` | undefined;
|
|
2342
2350
|
requestId?: number | null | undefined;
|
|
2343
2351
|
secondaryAttribute?: {
|
|
@@ -2444,6 +2452,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2444
2452
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2445
2453
|
id?: `query_${string}` | undefined;
|
|
2446
2454
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2455
|
+
timeframe?: "daily" | "weekly" | "monthly" | "yearly" | null | undefined;
|
|
2447
2456
|
queryId?: `query_${string}` | undefined;
|
|
2448
2457
|
requestId?: number | null | undefined;
|
|
2449
2458
|
secondaryAttribute?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
|