@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
|
@@ -97,14 +97,14 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
|
|
|
97
97
|
schema: keyof import("../index.js").VaultSchema;
|
|
98
98
|
}>;
|
|
99
99
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
100
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
100
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
102
|
attribute: {
|
|
103
103
|
path: import("../index.js").VaultSchemaPaths;
|
|
104
104
|
version: "v1";
|
|
105
105
|
schema: keyof import("../index.js").VaultSchema;
|
|
106
106
|
};
|
|
107
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
107
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
108
108
|
id?: `query_${string}` | undefined;
|
|
109
109
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
110
110
|
queryId?: `query_${string}` | undefined;
|
|
@@ -115,7 +115,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
|
|
|
115
115
|
version: "v1";
|
|
116
116
|
schema: keyof import("../index.js").VaultSchema;
|
|
117
117
|
};
|
|
118
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
118
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
119
119
|
id?: `query_${string}` | undefined;
|
|
120
120
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
121
121
|
queryId?: `query_${string}` | undefined;
|
|
@@ -129,7 +129,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
|
|
|
129
129
|
version: "v1";
|
|
130
130
|
schema: keyof import("../index.js").VaultSchema;
|
|
131
131
|
};
|
|
132
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
132
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
133
133
|
id?: `query_${string}` | undefined;
|
|
134
134
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
135
135
|
queryId?: `query_${string}` | undefined;
|
|
@@ -144,7 +144,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
|
|
|
144
144
|
version: "v1";
|
|
145
145
|
schema: keyof import("../index.js").VaultSchema;
|
|
146
146
|
};
|
|
147
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
147
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
148
148
|
id?: `query_${string}` | undefined;
|
|
149
149
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
150
150
|
queryId?: `query_${string}` | undefined;
|
|
@@ -161,7 +161,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
|
|
|
161
161
|
version: "v1";
|
|
162
162
|
schema: keyof import("../index.js").VaultSchema;
|
|
163
163
|
};
|
|
164
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
164
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
165
165
|
id?: `query_${string}` | undefined;
|
|
166
166
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
167
167
|
queryId?: `query_${string}` | undefined;
|
|
@@ -178,7 +178,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
|
|
|
178
178
|
version: "v1";
|
|
179
179
|
schema: keyof import("../index.js").VaultSchema;
|
|
180
180
|
};
|
|
181
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
181
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
182
182
|
id?: `query_${string}` | undefined;
|
|
183
183
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
184
184
|
queryId?: `query_${string}` | undefined;
|
|
@@ -632,14 +632,14 @@ export declare const Scenario: z.ZodObject<{
|
|
|
632
632
|
schema: keyof import("../index.js").VaultSchema;
|
|
633
633
|
}>;
|
|
634
634
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
635
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
635
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
636
636
|
}, "strip", z.ZodTypeAny, {
|
|
637
637
|
attribute: {
|
|
638
638
|
path: import("../index.js").VaultSchemaPaths;
|
|
639
639
|
version: "v1";
|
|
640
640
|
schema: keyof import("../index.js").VaultSchema;
|
|
641
641
|
};
|
|
642
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
642
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
643
643
|
id?: `query_${string}` | undefined;
|
|
644
644
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
645
645
|
queryId?: `query_${string}` | undefined;
|
|
@@ -650,7 +650,7 @@ export declare const Scenario: z.ZodObject<{
|
|
|
650
650
|
version: "v1";
|
|
651
651
|
schema: keyof import("../index.js").VaultSchema;
|
|
652
652
|
};
|
|
653
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
653
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
654
654
|
id?: `query_${string}` | undefined;
|
|
655
655
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
656
656
|
queryId?: `query_${string}` | undefined;
|
|
@@ -670,7 +670,7 @@ export declare const Scenario: z.ZodObject<{
|
|
|
670
670
|
version: "v1";
|
|
671
671
|
schema: keyof import("../index.js").VaultSchema;
|
|
672
672
|
};
|
|
673
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
673
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
674
674
|
id?: `query_${string}` | undefined;
|
|
675
675
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
676
676
|
queryId?: `query_${string}` | undefined;
|
|
@@ -689,7 +689,7 @@ export declare const Scenario: z.ZodObject<{
|
|
|
689
689
|
version: "v1";
|
|
690
690
|
schema: keyof import("../index.js").VaultSchema;
|
|
691
691
|
};
|
|
692
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
692
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
693
693
|
id?: `query_${string}` | undefined;
|
|
694
694
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
695
695
|
queryId?: `query_${string}` | undefined;
|
|
@@ -720,14 +720,14 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
720
720
|
schema: keyof import("../index.js").VaultSchema;
|
|
721
721
|
}>;
|
|
722
722
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
723
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
723
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
725
|
attribute: {
|
|
726
726
|
path: import("../index.js").VaultSchemaPaths;
|
|
727
727
|
version: "v1";
|
|
728
728
|
schema: keyof import("../index.js").VaultSchema;
|
|
729
729
|
};
|
|
730
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
730
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
731
731
|
id?: `query_${string}` | undefined;
|
|
732
732
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
733
733
|
queryId?: `query_${string}` | undefined;
|
|
@@ -738,7 +738,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
738
738
|
version: "v1";
|
|
739
739
|
schema: keyof import("../index.js").VaultSchema;
|
|
740
740
|
};
|
|
741
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
741
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
742
742
|
id?: `query_${string}` | undefined;
|
|
743
743
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
744
744
|
queryId?: `query_${string}` | undefined;
|
|
@@ -766,14 +766,14 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
766
766
|
schema: keyof import("../index.js").VaultSchema;
|
|
767
767
|
}>;
|
|
768
768
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
769
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
769
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
770
770
|
}, "strip", z.ZodTypeAny, {
|
|
771
771
|
attribute: {
|
|
772
772
|
path: import("../index.js").VaultSchemaPaths;
|
|
773
773
|
version: "v1";
|
|
774
774
|
schema: keyof import("../index.js").VaultSchema;
|
|
775
775
|
};
|
|
776
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
776
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
777
777
|
id?: `query_${string}` | undefined;
|
|
778
778
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
779
779
|
queryId?: `query_${string}` | undefined;
|
|
@@ -784,7 +784,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
784
784
|
version: "v1";
|
|
785
785
|
schema: keyof import("../index.js").VaultSchema;
|
|
786
786
|
};
|
|
787
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
787
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
788
788
|
id?: `query_${string}` | undefined;
|
|
789
789
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
790
790
|
queryId?: `query_${string}` | undefined;
|
|
@@ -801,7 +801,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
801
801
|
version: "v1";
|
|
802
802
|
schema: keyof import("../index.js").VaultSchema;
|
|
803
803
|
};
|
|
804
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
804
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
805
805
|
id?: `query_${string}` | undefined;
|
|
806
806
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
807
807
|
queryId?: `query_${string}` | undefined;
|
|
@@ -819,7 +819,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
|
|
|
819
819
|
version: "v1";
|
|
820
820
|
schema: keyof import("../index.js").VaultSchema;
|
|
821
821
|
};
|
|
822
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
822
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
823
823
|
id?: `query_${string}` | undefined;
|
|
824
824
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
825
825
|
queryId?: `query_${string}` | undefined;
|
|
@@ -849,14 +849,14 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
849
849
|
schema: keyof import("../index.js").VaultSchema;
|
|
850
850
|
}>;
|
|
851
851
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
852
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
852
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
853
853
|
}, "strip", z.ZodTypeAny, {
|
|
854
854
|
attribute: {
|
|
855
855
|
path: import("../index.js").VaultSchemaPaths;
|
|
856
856
|
version: "v1";
|
|
857
857
|
schema: keyof import("../index.js").VaultSchema;
|
|
858
858
|
};
|
|
859
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
859
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
860
860
|
id?: `query_${string}` | undefined;
|
|
861
861
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
862
862
|
queryId?: `query_${string}` | undefined;
|
|
@@ -867,7 +867,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
867
867
|
version: "v1";
|
|
868
868
|
schema: keyof import("../index.js").VaultSchema;
|
|
869
869
|
};
|
|
870
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
870
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
871
871
|
id?: `query_${string}` | undefined;
|
|
872
872
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
873
873
|
queryId?: `query_${string}` | undefined;
|
|
@@ -886,7 +886,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
886
886
|
version: "v1";
|
|
887
887
|
schema: keyof import("../index.js").VaultSchema;
|
|
888
888
|
};
|
|
889
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
889
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
890
890
|
id?: `query_${string}` | undefined;
|
|
891
891
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
892
892
|
queryId?: `query_${string}` | undefined;
|
|
@@ -904,7 +904,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
904
904
|
version: "v1";
|
|
905
905
|
schema: keyof import("../index.js").VaultSchema;
|
|
906
906
|
};
|
|
907
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
907
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
908
908
|
id?: `query_${string}` | undefined;
|
|
909
909
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
910
910
|
queryId?: `query_${string}` | undefined;
|
|
@@ -935,14 +935,14 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
935
935
|
schema: keyof import("../index.js").VaultSchema;
|
|
936
936
|
}>;
|
|
937
937
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
938
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
938
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
939
939
|
}, "strip", z.ZodTypeAny, {
|
|
940
940
|
attribute: {
|
|
941
941
|
path: import("../index.js").VaultSchemaPaths;
|
|
942
942
|
version: "v1";
|
|
943
943
|
schema: keyof import("../index.js").VaultSchema;
|
|
944
944
|
};
|
|
945
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
945
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
946
946
|
id?: `query_${string}` | undefined;
|
|
947
947
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
948
948
|
queryId?: `query_${string}` | undefined;
|
|
@@ -953,7 +953,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
953
953
|
version: "v1";
|
|
954
954
|
schema: keyof import("../index.js").VaultSchema;
|
|
955
955
|
};
|
|
956
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
956
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
957
957
|
id?: `query_${string}` | undefined;
|
|
958
958
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
959
959
|
queryId?: `query_${string}` | undefined;
|
|
@@ -971,7 +971,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
971
971
|
version: "v1";
|
|
972
972
|
schema: keyof import("../index.js").VaultSchema;
|
|
973
973
|
};
|
|
974
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
974
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
975
975
|
id?: `query_${string}` | undefined;
|
|
976
976
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
977
977
|
queryId?: `query_${string}` | undefined;
|
|
@@ -988,7 +988,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
988
988
|
version: "v1";
|
|
989
989
|
schema: keyof import("../index.js").VaultSchema;
|
|
990
990
|
};
|
|
991
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
991
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
992
992
|
id?: `query_${string}` | undefined;
|
|
993
993
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
994
994
|
queryId?: `query_${string}` | undefined;
|
|
@@ -21,14 +21,14 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
21
21
|
schema: keyof import("../index.js").VaultSchema;
|
|
22
22
|
}>;
|
|
23
23
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
24
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
24
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
26
|
attribute: {
|
|
27
27
|
path: import("../index.js").VaultSchemaPaths;
|
|
28
28
|
version: "v1";
|
|
29
29
|
schema: keyof import("../index.js").VaultSchema;
|
|
30
30
|
};
|
|
31
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
31
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
32
32
|
id?: `query_${string}` | undefined;
|
|
33
33
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
34
34
|
queryId?: `query_${string}` | undefined;
|
|
@@ -39,7 +39,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
39
39
|
version: "v1";
|
|
40
40
|
schema: keyof import("../index.js").VaultSchema;
|
|
41
41
|
};
|
|
42
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
42
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
43
43
|
id?: `query_${string}` | undefined;
|
|
44
44
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
45
45
|
queryId?: `query_${string}` | undefined;
|
|
@@ -53,7 +53,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
53
53
|
version: "v1";
|
|
54
54
|
schema: keyof import("../index.js").VaultSchema;
|
|
55
55
|
};
|
|
56
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
56
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
57
57
|
id?: `query_${string}` | undefined;
|
|
58
58
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
59
59
|
queryId?: `query_${string}` | undefined;
|
|
@@ -69,7 +69,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
69
69
|
version: "v1";
|
|
70
70
|
schema: keyof import("../index.js").VaultSchema;
|
|
71
71
|
};
|
|
72
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
72
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
73
73
|
id?: `query_${string}` | undefined;
|
|
74
74
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
75
75
|
queryId?: `query_${string}` | undefined;
|
|
@@ -120,14 +120,14 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
120
120
|
schema: keyof import("../index.js").VaultSchema;
|
|
121
121
|
}>;
|
|
122
122
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
123
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
123
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
124
124
|
}, "strip", z.ZodTypeAny, {
|
|
125
125
|
attribute: {
|
|
126
126
|
path: import("../index.js").VaultSchemaPaths;
|
|
127
127
|
version: "v1";
|
|
128
128
|
schema: keyof import("../index.js").VaultSchema;
|
|
129
129
|
};
|
|
130
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
130
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
131
131
|
id?: `query_${string}` | undefined;
|
|
132
132
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
133
133
|
queryId?: `query_${string}` | undefined;
|
|
@@ -138,7 +138,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
138
138
|
version: "v1";
|
|
139
139
|
schema: keyof import("../index.js").VaultSchema;
|
|
140
140
|
};
|
|
141
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
141
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
142
142
|
id?: `query_${string}` | undefined;
|
|
143
143
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
144
144
|
queryId?: `query_${string}` | undefined;
|
|
@@ -152,7 +152,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
152
152
|
version: "v1";
|
|
153
153
|
schema: keyof import("../index.js").VaultSchema;
|
|
154
154
|
};
|
|
155
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
155
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
156
156
|
id?: `query_${string}` | undefined;
|
|
157
157
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
158
158
|
queryId?: `query_${string}` | undefined;
|
|
@@ -168,7 +168,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
168
168
|
version: "v1";
|
|
169
169
|
schema: keyof import("../index.js").VaultSchema;
|
|
170
170
|
};
|
|
171
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
171
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
172
172
|
id?: `query_${string}` | undefined;
|
|
173
173
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
174
174
|
queryId?: `query_${string}` | undefined;
|
|
@@ -186,7 +186,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
186
186
|
version: "v1";
|
|
187
187
|
schema: keyof import("../index.js").VaultSchema;
|
|
188
188
|
};
|
|
189
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
189
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
190
190
|
id?: `query_${string}` | undefined;
|
|
191
191
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
192
192
|
queryId?: `query_${string}` | undefined;
|
|
@@ -205,7 +205,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
205
205
|
version: "v1";
|
|
206
206
|
schema: keyof import("../index.js").VaultSchema;
|
|
207
207
|
};
|
|
208
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
208
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
209
209
|
id?: `query_${string}` | undefined;
|
|
210
210
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
211
211
|
queryId?: `query_${string}` | undefined;
|
|
@@ -240,14 +240,14 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
240
240
|
schema: keyof import("../index.js").VaultSchema;
|
|
241
241
|
}>;
|
|
242
242
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
243
|
-
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
243
|
+
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
attribute: {
|
|
246
246
|
path: import("../index.js").VaultSchemaPaths;
|
|
247
247
|
version: "v1";
|
|
248
248
|
schema: keyof import("../index.js").VaultSchema;
|
|
249
249
|
};
|
|
250
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
250
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
251
251
|
id?: `query_${string}` | undefined;
|
|
252
252
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
253
253
|
queryId?: `query_${string}` | undefined;
|
|
@@ -258,7 +258,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
258
258
|
version: "v1";
|
|
259
259
|
schema: keyof import("../index.js").VaultSchema;
|
|
260
260
|
};
|
|
261
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
261
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
262
262
|
id?: `query_${string}` | undefined;
|
|
263
263
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
264
264
|
queryId?: `query_${string}` | undefined;
|
|
@@ -277,7 +277,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
277
277
|
version: "v1";
|
|
278
278
|
schema: keyof import("../index.js").VaultSchema;
|
|
279
279
|
};
|
|
280
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
280
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
281
281
|
id?: `query_${string}` | undefined;
|
|
282
282
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
283
283
|
queryId?: `query_${string}` | undefined;
|
|
@@ -298,7 +298,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
298
298
|
version: "v1";
|
|
299
299
|
schema: keyof import("../index.js").VaultSchema;
|
|
300
300
|
};
|
|
301
|
-
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
301
|
+
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists" | "$has" | "$nhas";
|
|
302
302
|
id?: `query_${string}` | undefined;
|
|
303
303
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
304
304
|
queryId?: `query_${string}` | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/vault","sources":["index.ts"],"names":[],"mappings":"AAAA,sCAAmC;AACnC,kCAA+B"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/vault","sources":["index.ts"],"names":[],"mappings":"AAAA,sCAAmC;AACnC,kCAA+B;AAE/B,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,kCAA+B"}
|