@nexeraid/identity-schemas 2.72.0 → 2.73.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-8a4e841b.cjs.prod.cjs → CoinMarketCap.schema-39dc07bf.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-7fddd846.cjs.dev.cjs → CoinMarketCap.schema-49ada60a.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-be687f87.esm.mjs → CoinMarketCap.schema-89f84f7d.esm.mjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +27 -27
- package/dist/declarations/src/identity/query.schema.d.ts +33 -44
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +30 -30
- package/dist/declarations/src/identity/zkps.schema.d.ts +17 -17
- package/dist/declarations/src/vault/index.d.ts +1 -0
- package/dist/declarations/src/vault/index.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +241 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +16 -9
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +2 -9
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +14 -63
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-bf80ff6a.cjs.prod.cjs → identity-api.schema-63927f8c.cjs.prod.cjs} +10 -8
- package/dist/{identity-api.schema-f7ff4d23.cjs.dev.cjs → identity-api.schema-71c584a3.cjs.dev.cjs} +10 -8
- package/dist/{identity-api.schema-91d02295.esm.mjs → identity-api.schema-fc405e43.esm.mjs} +10 -8
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-949889ba.cjs.dev.cjs → tfhe-utilities-74ffc1e1.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-4eb5dde5.cjs.prod.cjs → tfhe-utilities-d53f6f9d.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-5443554b.esm.mjs → tfhe-utilities-fc217910.esm.mjs} +2 -2
- package/dist/{vault.schema-715ccfa0.cjs.dev.cjs → vault.schema-05e0f7ea.cjs.prod.cjs} +103 -108
- package/dist/{vault.schema-fbc2d7e0.cjs.prod.cjs → vault.schema-8973f606.cjs.dev.cjs} +103 -108
- package/dist/{vault.schema-dcb18640.esm.mjs → vault.schema-99812078.esm.mjs} +102 -109
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- 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 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- 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 +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-05e0f7ea.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-63927f8c.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-7fddd846.cjs.dev.cjs → CoinMarketCap.schema-49ada60a.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-8973f606.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-71c584a3.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-be687f87.esm.mjs → CoinMarketCap.schema-89f84f7d.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b0 as Alpha2Country, aS as UuidString,
|
|
3
|
-
import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b0 as Alpha2Country, aS as UuidString, d$ as _toConsumableArray, e1 as ScoringAnalysisRequest, e2 as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, e3 as _slicedToArray, bK as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bH as WorkflowSessionId, cu as WorkspaceId, ct as OrganizationId, d_ as _defineProperty, cQ as ProofOfResidenceCredentialSubjectSchema } from './vault.schema-99812078.esm.mjs';
|
|
3
|
+
import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-fc405e43.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -257,14 +257,14 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
257
257
|
schema: keyof import("../index.js").VaultSchema;
|
|
258
258
|
}>;
|
|
259
259
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
260
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
260
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
262
|
attribute: {
|
|
263
263
|
path: import("../index.js").VaultSchemaPaths;
|
|
264
264
|
version: "v1";
|
|
265
265
|
schema: keyof import("../index.js").VaultSchema;
|
|
266
266
|
};
|
|
267
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
267
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
268
268
|
id?: `query_${string}` | undefined;
|
|
269
269
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
270
270
|
queryId?: `query_${string}` | undefined;
|
|
@@ -275,7 +275,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
275
275
|
version: "v1";
|
|
276
276
|
schema: keyof import("../index.js").VaultSchema;
|
|
277
277
|
};
|
|
278
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
278
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
279
279
|
id?: `query_${string}` | undefined;
|
|
280
280
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
281
281
|
queryId?: `query_${string}` | undefined;
|
|
@@ -290,7 +290,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
290
290
|
version: "v1";
|
|
291
291
|
schema: keyof import("../index.js").VaultSchema;
|
|
292
292
|
};
|
|
293
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
293
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
294
294
|
id?: `query_${string}` | undefined;
|
|
295
295
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
296
296
|
queryId?: `query_${string}` | undefined;
|
|
@@ -357,7 +357,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
357
357
|
version: "v1";
|
|
358
358
|
schema: keyof import("../index.js").VaultSchema;
|
|
359
359
|
};
|
|
360
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
360
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
361
361
|
id?: `query_${string}` | undefined;
|
|
362
362
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
363
363
|
queryId?: `query_${string}` | undefined;
|
|
@@ -995,14 +995,14 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
995
995
|
schema: keyof import("../index.js").VaultSchema;
|
|
996
996
|
}>;
|
|
997
997
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
998
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
998
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
999
999
|
}, "strip", z.ZodTypeAny, {
|
|
1000
1000
|
attribute: {
|
|
1001
1001
|
path: import("../index.js").VaultSchemaPaths;
|
|
1002
1002
|
version: "v1";
|
|
1003
1003
|
schema: keyof import("../index.js").VaultSchema;
|
|
1004
1004
|
};
|
|
1005
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1005
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1006
1006
|
id?: `query_${string}` | undefined;
|
|
1007
1007
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1008
1008
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1013,7 +1013,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1013
1013
|
version: "v1";
|
|
1014
1014
|
schema: keyof import("../index.js").VaultSchema;
|
|
1015
1015
|
};
|
|
1016
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1016
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1017
1017
|
id?: `query_${string}` | undefined;
|
|
1018
1018
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1019
1019
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1028,7 +1028,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1028
1028
|
version: "v1";
|
|
1029
1029
|
schema: keyof import("../index.js").VaultSchema;
|
|
1030
1030
|
};
|
|
1031
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1031
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1032
1032
|
id?: `query_${string}` | undefined;
|
|
1033
1033
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1034
1034
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1095,7 +1095,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1095
1095
|
version: "v1";
|
|
1096
1096
|
schema: keyof import("../index.js").VaultSchema;
|
|
1097
1097
|
};
|
|
1098
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1098
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1099
1099
|
id?: `query_${string}` | undefined;
|
|
1100
1100
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1101
1101
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1165,7 +1165,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1165
1165
|
version: "v1";
|
|
1166
1166
|
schema: keyof import("../index.js").VaultSchema;
|
|
1167
1167
|
};
|
|
1168
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1168
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1169
1169
|
id?: `query_${string}` | undefined;
|
|
1170
1170
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1171
1171
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1235,7 +1235,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1235
1235
|
version: "v1";
|
|
1236
1236
|
schema: keyof import("../index.js").VaultSchema;
|
|
1237
1237
|
};
|
|
1238
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1238
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1239
1239
|
id?: `query_${string}` | undefined;
|
|
1240
1240
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1241
1241
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1717,14 +1717,14 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1717
1717
|
schema: keyof import("../index.js").VaultSchema;
|
|
1718
1718
|
}>;
|
|
1719
1719
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1720
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
1720
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1721
1721
|
}, "strip", z.ZodTypeAny, {
|
|
1722
1722
|
attribute: {
|
|
1723
1723
|
path: import("../index.js").VaultSchemaPaths;
|
|
1724
1724
|
version: "v1";
|
|
1725
1725
|
schema: keyof import("../index.js").VaultSchema;
|
|
1726
1726
|
};
|
|
1727
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1727
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1728
1728
|
id?: `query_${string}` | undefined;
|
|
1729
1729
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1730
1730
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1735,7 +1735,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1735
1735
|
version: "v1";
|
|
1736
1736
|
schema: keyof import("../index.js").VaultSchema;
|
|
1737
1737
|
};
|
|
1738
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1738
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1739
1739
|
id?: `query_${string}` | undefined;
|
|
1740
1740
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1741
1741
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1750,7 +1750,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1750
1750
|
version: "v1";
|
|
1751
1751
|
schema: keyof import("../index.js").VaultSchema;
|
|
1752
1752
|
};
|
|
1753
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1753
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1754
1754
|
id?: `query_${string}` | undefined;
|
|
1755
1755
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1756
1756
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1817,7 +1817,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1817
1817
|
version: "v1";
|
|
1818
1818
|
schema: keyof import("../index.js").VaultSchema;
|
|
1819
1819
|
};
|
|
1820
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1820
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1821
1821
|
id?: `query_${string}` | undefined;
|
|
1822
1822
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1823
1823
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1887,7 +1887,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1887
1887
|
version: "v1";
|
|
1888
1888
|
schema: keyof import("../index.js").VaultSchema;
|
|
1889
1889
|
};
|
|
1890
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1890
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1891
1891
|
id?: `query_${string}` | undefined;
|
|
1892
1892
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1893
1893
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1957,7 +1957,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1957
1957
|
version: "v1";
|
|
1958
1958
|
schema: keyof import("../index.js").VaultSchema;
|
|
1959
1959
|
};
|
|
1960
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1960
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1961
1961
|
id?: `query_${string}` | undefined;
|
|
1962
1962
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1963
1963
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2441,14 +2441,14 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2441
2441
|
schema: keyof import("../index.js").VaultSchema;
|
|
2442
2442
|
}>;
|
|
2443
2443
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
2444
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
2444
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
2445
2445
|
}, "strip", z.ZodTypeAny, {
|
|
2446
2446
|
attribute: {
|
|
2447
2447
|
path: import("../index.js").VaultSchemaPaths;
|
|
2448
2448
|
version: "v1";
|
|
2449
2449
|
schema: keyof import("../index.js").VaultSchema;
|
|
2450
2450
|
};
|
|
2451
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2451
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2452
2452
|
id?: `query_${string}` | undefined;
|
|
2453
2453
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2454
2454
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2459,7 +2459,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2459
2459
|
version: "v1";
|
|
2460
2460
|
schema: keyof import("../index.js").VaultSchema;
|
|
2461
2461
|
};
|
|
2462
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2462
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2463
2463
|
id?: `query_${string}` | undefined;
|
|
2464
2464
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2465
2465
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2474,7 +2474,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2474
2474
|
version: "v1";
|
|
2475
2475
|
schema: keyof import("../index.js").VaultSchema;
|
|
2476
2476
|
};
|
|
2477
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2477
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2478
2478
|
id?: `query_${string}` | undefined;
|
|
2479
2479
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2480
2480
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2541,7 +2541,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2541
2541
|
version: "v1";
|
|
2542
2542
|
schema: keyof import("../index.js").VaultSchema;
|
|
2543
2543
|
};
|
|
2544
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2544
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2545
2545
|
id?: `query_${string}` | undefined;
|
|
2546
2546
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2547
2547
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2611,7 +2611,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2611
2611
|
version: "v1";
|
|
2612
2612
|
schema: keyof import("../index.js").VaultSchema;
|
|
2613
2613
|
};
|
|
2614
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2614
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2615
2615
|
id?: `query_${string}` | undefined;
|
|
2616
2616
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2617
2617
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2681,7 +2681,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2681
2681
|
version: "v1";
|
|
2682
2682
|
schema: keyof import("../index.js").VaultSchema;
|
|
2683
2683
|
};
|
|
2684
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2684
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2685
2685
|
id?: `query_${string}` | undefined;
|
|
2686
2686
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2687
2687
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2785,7 +2785,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2785
2785
|
version: "v1";
|
|
2786
2786
|
schema: keyof import("../index.js").VaultSchema;
|
|
2787
2787
|
};
|
|
2788
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2788
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2789
2789
|
id?: `query_${string}` | undefined;
|
|
2790
2790
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2791
2791
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2884,7 +2884,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2884
2884
|
version: "v1";
|
|
2885
2885
|
schema: keyof import("../index.js").VaultSchema;
|
|
2886
2886
|
};
|
|
2887
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2887
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2888
2888
|
id?: `query_${string}` | undefined;
|
|
2889
2889
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2890
2890
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3484,14 +3484,14 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3484
3484
|
schema: keyof import("../index.js").VaultSchema;
|
|
3485
3485
|
}>;
|
|
3486
3486
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
3487
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
3487
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
3488
3488
|
}, "strip", z.ZodTypeAny, {
|
|
3489
3489
|
attribute: {
|
|
3490
3490
|
path: import("../index.js").VaultSchemaPaths;
|
|
3491
3491
|
version: "v1";
|
|
3492
3492
|
schema: keyof import("../index.js").VaultSchema;
|
|
3493
3493
|
};
|
|
3494
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3494
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3495
3495
|
id?: `query_${string}` | undefined;
|
|
3496
3496
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3497
3497
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3502,7 +3502,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3502
3502
|
version: "v1";
|
|
3503
3503
|
schema: keyof import("../index.js").VaultSchema;
|
|
3504
3504
|
};
|
|
3505
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3505
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3506
3506
|
id?: `query_${string}` | undefined;
|
|
3507
3507
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3508
3508
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3517,7 +3517,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3517
3517
|
version: "v1";
|
|
3518
3518
|
schema: keyof import("../index.js").VaultSchema;
|
|
3519
3519
|
};
|
|
3520
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3520
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3521
3521
|
id?: `query_${string}` | undefined;
|
|
3522
3522
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3523
3523
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3584,7 +3584,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3584
3584
|
version: "v1";
|
|
3585
3585
|
schema: keyof import("../index.js").VaultSchema;
|
|
3586
3586
|
};
|
|
3587
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3587
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3588
3588
|
id?: `query_${string}` | undefined;
|
|
3589
3589
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3590
3590
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3654,7 +3654,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3654
3654
|
version: "v1";
|
|
3655
3655
|
schema: keyof import("../index.js").VaultSchema;
|
|
3656
3656
|
};
|
|
3657
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3657
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3658
3658
|
id?: `query_${string}` | undefined;
|
|
3659
3659
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3660
3660
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3724,7 +3724,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3724
3724
|
version: "v1";
|
|
3725
3725
|
schema: keyof import("../index.js").VaultSchema;
|
|
3726
3726
|
};
|
|
3727
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3727
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3728
3728
|
id?: `query_${string}` | undefined;
|
|
3729
3729
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3730
3730
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3828,7 +3828,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3828
3828
|
version: "v1";
|
|
3829
3829
|
schema: keyof import("../index.js").VaultSchema;
|
|
3830
3830
|
};
|
|
3831
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3831
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3832
3832
|
id?: `query_${string}` | undefined;
|
|
3833
3833
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3834
3834
|
queryId?: `query_${string}` | undefined;
|
|
@@ -3927,7 +3927,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3927
3927
|
version: "v1";
|
|
3928
3928
|
schema: keyof import("../index.js").VaultSchema;
|
|
3929
3929
|
};
|
|
3930
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3930
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
3931
3931
|
id?: `query_${string}` | undefined;
|
|
3932
3932
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3933
3933
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1885,14 +1885,14 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1885
1885
|
schema: keyof import("../index.js").VaultSchema;
|
|
1886
1886
|
}>;
|
|
1887
1887
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1888
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
1888
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1889
1889
|
}, "strip", z.ZodTypeAny, {
|
|
1890
1890
|
attribute: {
|
|
1891
1891
|
path: import("../index.js").VaultSchemaPaths;
|
|
1892
1892
|
version: "v1";
|
|
1893
1893
|
schema: keyof import("../index.js").VaultSchema;
|
|
1894
1894
|
};
|
|
1895
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1895
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1896
1896
|
id?: `query_${string}` | undefined;
|
|
1897
1897
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1898
1898
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1903,7 +1903,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1903
1903
|
version: "v1";
|
|
1904
1904
|
schema: keyof import("../index.js").VaultSchema;
|
|
1905
1905
|
};
|
|
1906
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1906
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1907
1907
|
id?: `query_${string}` | undefined;
|
|
1908
1908
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1909
1909
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1918,7 +1918,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1918
1918
|
version: "v1";
|
|
1919
1919
|
schema: keyof import("../index.js").VaultSchema;
|
|
1920
1920
|
};
|
|
1921
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1921
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1922
1922
|
id?: `query_${string}` | undefined;
|
|
1923
1923
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1924
1924
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1985,7 +1985,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1985
1985
|
version: "v1";
|
|
1986
1986
|
schema: keyof import("../index.js").VaultSchema;
|
|
1987
1987
|
};
|
|
1988
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1988
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
1989
1989
|
id?: `query_${string}` | undefined;
|
|
1990
1990
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1991
1991
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2055,7 +2055,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2055
2055
|
version: "v1";
|
|
2056
2056
|
schema: keyof import("../index.js").VaultSchema;
|
|
2057
2057
|
};
|
|
2058
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2058
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2059
2059
|
id?: `query_${string}` | undefined;
|
|
2060
2060
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2061
2061
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2125,7 +2125,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2125
2125
|
version: "v1";
|
|
2126
2126
|
schema: keyof import("../index.js").VaultSchema;
|
|
2127
2127
|
};
|
|
2128
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2128
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2129
2129
|
id?: `query_${string}` | undefined;
|
|
2130
2130
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2131
2131
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2229,7 +2229,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2229
2229
|
version: "v1";
|
|
2230
2230
|
schema: keyof import("../index.js").VaultSchema;
|
|
2231
2231
|
};
|
|
2232
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2232
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2233
2233
|
id?: `query_${string}` | undefined;
|
|
2234
2234
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2235
2235
|
queryId?: `query_${string}` | undefined;
|
|
@@ -2327,7 +2327,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2327
2327
|
version: "v1";
|
|
2328
2328
|
schema: keyof import("../index.js").VaultSchema;
|
|
2329
2329
|
};
|
|
2330
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2330
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
2331
2331
|
id?: `query_${string}` | undefined;
|
|
2332
2332
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2333
2333
|
queryId?: `query_${string}` | undefined;
|