@nexeraid/identity-schemas 2.130.0-dev → 2.131.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.
Files changed (64) hide show
  1. package/dist/{CoinMarketCap.schema-52c35587.cjs.prod.cjs → CoinMarketCap.schema-75a0f92b.cjs.prod.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-3fa2dbfe.cjs.dev.cjs → CoinMarketCap.schema-e7a388f4.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-d51e69ae.esm.mjs → CoinMarketCap.schema-f8339199.esm.mjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +94 -94
  5. package/dist/declarations/src/identity/host-requests.schema.d.ts +16 -16
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +76 -76
  7. package/dist/declarations/src/identity/kyc.schema.d.ts +74 -74
  8. package/dist/declarations/src/identity/query.schema.d.ts +84 -84
  9. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/scenario.schema.d.ts +156 -156
  11. package/dist/declarations/src/identity/txAuthData.schema.d.ts +28 -28
  12. package/dist/declarations/src/identity/zkps.schema.d.ts +46 -46
  13. package/dist/declarations/src/index.d.ts +1 -0
  14. package/dist/declarations/src/index.d.ts.map +1 -1
  15. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts +4 -3
  16. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts.map +1 -1
  18. package/dist/declarations/src/vault/data-links/object-path.d.ts +5 -2
  19. package/dist/declarations/src/vault/data-links/object-path.d.ts.map +1 -1
  20. package/dist/declarations/src/vault/data-links/type-util.d.ts +2 -2
  21. package/dist/declarations/src/vault/data-links/type-util.d.ts.map +1 -1
  22. package/dist/declarations/src/vault/data-links/zod-utils.d.ts.map +1 -1
  23. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.schema.json.d.ts +31 -0
  24. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts +13 -0
  25. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts.map +1 -0
  26. package/dist/declarations/src/vault/vault.schema.d.ts +74 -23
  27. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  28. package/dist/declarations/src/web3-transaction.schema.d.ts +24 -0
  29. package/dist/declarations/src/web3-transaction.schema.d.ts.map +1 -0
  30. package/dist/{identity-api.schema-ba16c8c3.cjs.prod.cjs → identity-api.schema-876b71fe.cjs.prod.cjs} +1 -1
  31. package/dist/{identity-api.schema-3f7334e3.esm.mjs → identity-api.schema-93648b2c.esm.mjs} +1 -1
  32. package/dist/{identity-api.schema-b2947339.cjs.dev.cjs → identity-api.schema-b195fc03.cjs.dev.cjs} +1 -1
  33. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +11 -7
  34. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +11 -7
  35. package/dist/nexeraid-identity-schemas.esm.mjs +6 -4
  36. package/dist/package.json +1 -1
  37. package/dist/{tfhe-utilities-7c18a426.cjs.prod.cjs → tfhe-utilities-1ce70999.cjs.prod.cjs} +2 -2
  38. package/dist/{tfhe-utilities-e3085d72.esm.mjs → tfhe-utilities-3731a30f.esm.mjs} +2 -2
  39. package/dist/{tfhe-utilities-aa85d5c3.cjs.dev.cjs → tfhe-utilities-cc4d4e53.cjs.dev.cjs} +2 -2
  40. package/dist/toArray-721f6561.cjs.prod.cjs +9 -0
  41. package/dist/toArray-aa653e1d.esm.mjs +7 -0
  42. package/dist/toArray-f13714a0.cjs.dev.cjs +9 -0
  43. package/dist/{vault.schema-e1eca1dd.esm.mjs → vault.schema-3aa96890.esm.mjs} +80 -217
  44. package/dist/{vault.schema-c797be4e.cjs.dev.cjs → vault.schema-60464fc5.cjs.dev.cjs} +85 -221
  45. package/dist/{vault.schema-d8294208.cjs.prod.cjs → vault.schema-9f88c87d.cjs.prod.cjs} +85 -221
  46. package/dist/zod-utils-5768518c.cjs.dev.cjs +222 -0
  47. package/dist/zod-utils-895d0829.esm.mjs +217 -0
  48. package/dist/zod-utils-dfe3037a.cjs.prod.cjs +222 -0
  49. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  50. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  51. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  52. package/package.json +1 -1
  53. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  54. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  55. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  56. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +7 -5
  57. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +7 -5
  58. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -1
  59. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  60. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  61. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  62. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +5 -4
  63. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +5 -4
  64. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -3
@@ -100,26 +100,26 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
100
100
  attribute: z.ZodObject<{
101
101
  version: z.ZodEnum<["v1"]>;
102
102
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
103
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
103
+ path: z.ZodString;
104
104
  }, "strip", z.ZodTypeAny, {
105
- path: import("../index.js").VaultSchemaPaths;
105
+ path: string;
106
106
  version: "v1";
107
107
  schema: keyof import("../index.js").VaultSchema;
108
108
  }, {
109
- path: import("../index.js").VaultSchemaPaths;
109
+ path: string;
110
110
  version: "v1";
111
111
  schema: keyof import("../index.js").VaultSchema;
112
112
  }>;
113
113
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
114
114
  version: z.ZodEnum<["v1"]>;
115
115
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
116
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
116
+ path: z.ZodString;
117
117
  }, "strip", z.ZodTypeAny, {
118
- path: import("../index.js").VaultSchemaPaths;
118
+ path: string;
119
119
  version: "v1";
120
120
  schema: keyof import("../index.js").VaultSchema;
121
121
  }, {
122
- path: import("../index.js").VaultSchemaPaths;
122
+ path: string;
123
123
  version: "v1";
124
124
  schema: keyof import("../index.js").VaultSchema;
125
125
  }>>>;
@@ -128,7 +128,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
128
128
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
129
129
  }, "strip", z.ZodTypeAny, {
130
130
  attribute: {
131
- path: import("../index.js").VaultSchemaPaths;
131
+ path: string;
132
132
  version: "v1";
133
133
  schema: keyof import("../index.js").VaultSchema;
134
134
  };
@@ -138,14 +138,14 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
138
138
  queryId?: `query_${string}` | undefined;
139
139
  requestId?: number | null | undefined;
140
140
  secondaryAttribute?: {
141
- path: import("../index.js").VaultSchemaPaths;
141
+ path: string;
142
142
  version: "v1";
143
143
  schema: keyof import("../index.js").VaultSchema;
144
144
  } | null | undefined;
145
145
  datasetColumnId?: `datasetc_${string}` | null | undefined;
146
146
  }, {
147
147
  attribute: {
148
- path: import("../index.js").VaultSchemaPaths;
148
+ path: string;
149
149
  version: "v1";
150
150
  schema: keyof import("../index.js").VaultSchema;
151
151
  };
@@ -155,7 +155,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
155
155
  queryId?: `query_${string}` | undefined;
156
156
  requestId?: number | null | undefined;
157
157
  secondaryAttribute?: {
158
- path: import("../index.js").VaultSchemaPaths;
158
+ path: string;
159
159
  version: "v1";
160
160
  schema: keyof import("../index.js").VaultSchema;
161
161
  } | null | undefined;
@@ -165,7 +165,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
165
165
  }, "strip", z.ZodTypeAny, {
166
166
  query: {
167
167
  attribute: {
168
- path: import("../index.js").VaultSchemaPaths;
168
+ path: string;
169
169
  version: "v1";
170
170
  schema: keyof import("../index.js").VaultSchema;
171
171
  };
@@ -175,7 +175,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
175
175
  queryId?: `query_${string}` | undefined;
176
176
  requestId?: number | null | undefined;
177
177
  secondaryAttribute?: {
178
- path: import("../index.js").VaultSchemaPaths;
178
+ path: string;
179
179
  version: "v1";
180
180
  schema: keyof import("../index.js").VaultSchema;
181
181
  } | null | undefined;
@@ -186,7 +186,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
186
186
  }, {
187
187
  query: {
188
188
  attribute: {
189
- path: import("../index.js").VaultSchemaPaths;
189
+ path: string;
190
190
  version: "v1";
191
191
  schema: keyof import("../index.js").VaultSchema;
192
192
  };
@@ -196,7 +196,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
196
196
  queryId?: `query_${string}` | undefined;
197
197
  requestId?: number | null | undefined;
198
198
  secondaryAttribute?: {
199
- path: import("../index.js").VaultSchemaPaths;
199
+ path: string;
200
200
  version: "v1";
201
201
  schema: keyof import("../index.js").VaultSchema;
202
202
  } | null | undefined;
@@ -209,7 +209,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
209
209
  result: {
210
210
  query: {
211
211
  attribute: {
212
- path: import("../index.js").VaultSchemaPaths;
212
+ path: string;
213
213
  version: "v1";
214
214
  schema: keyof import("../index.js").VaultSchema;
215
215
  };
@@ -219,7 +219,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
219
219
  queryId?: `query_${string}` | undefined;
220
220
  requestId?: number | null | undefined;
221
221
  secondaryAttribute?: {
222
- path: import("../index.js").VaultSchemaPaths;
222
+ path: string;
223
223
  version: "v1";
224
224
  schema: keyof import("../index.js").VaultSchema;
225
225
  } | null | undefined;
@@ -232,7 +232,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
232
232
  result: {
233
233
  query: {
234
234
  attribute: {
235
- path: import("../index.js").VaultSchemaPaths;
235
+ path: string;
236
236
  version: "v1";
237
237
  schema: keyof import("../index.js").VaultSchema;
238
238
  };
@@ -242,7 +242,7 @@ export declare const OffChainZKPRuleResult: z.ZodObject<z.objectUtil.extendShape
242
242
  queryId?: `query_${string}` | undefined;
243
243
  requestId?: number | null | undefined;
244
244
  secondaryAttribute?: {
245
- path: import("../index.js").VaultSchemaPaths;
245
+ path: string;
246
246
  version: "v1";
247
247
  schema: keyof import("../index.js").VaultSchema;
248
248
  } | null | undefined;
@@ -702,26 +702,26 @@ export declare const SimplifiedScenario: z.ZodObject<{
702
702
  attribute: z.ZodObject<{
703
703
  version: z.ZodEnum<["v1"]>;
704
704
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
705
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
705
+ path: z.ZodString;
706
706
  }, "strip", z.ZodTypeAny, {
707
- path: import("../index.js").VaultSchemaPaths;
707
+ path: string;
708
708
  version: "v1";
709
709
  schema: keyof import("../index.js").VaultSchema;
710
710
  }, {
711
- path: import("../index.js").VaultSchemaPaths;
711
+ path: string;
712
712
  version: "v1";
713
713
  schema: keyof import("../index.js").VaultSchema;
714
714
  }>;
715
715
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
716
716
  version: z.ZodEnum<["v1"]>;
717
717
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
718
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
718
+ path: z.ZodString;
719
719
  }, "strip", z.ZodTypeAny, {
720
- path: import("../index.js").VaultSchemaPaths;
720
+ path: string;
721
721
  version: "v1";
722
722
  schema: keyof import("../index.js").VaultSchema;
723
723
  }, {
724
- path: import("../index.js").VaultSchemaPaths;
724
+ path: string;
725
725
  version: "v1";
726
726
  schema: keyof import("../index.js").VaultSchema;
727
727
  }>>>;
@@ -730,7 +730,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
730
730
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
731
731
  }, "strip", z.ZodTypeAny, {
732
732
  attribute: {
733
- path: import("../index.js").VaultSchemaPaths;
733
+ path: string;
734
734
  version: "v1";
735
735
  schema: keyof import("../index.js").VaultSchema;
736
736
  };
@@ -740,14 +740,14 @@ export declare const SimplifiedScenario: z.ZodObject<{
740
740
  queryId?: `query_${string}` | undefined;
741
741
  requestId?: number | null | undefined;
742
742
  secondaryAttribute?: {
743
- path: import("../index.js").VaultSchemaPaths;
743
+ path: string;
744
744
  version: "v1";
745
745
  schema: keyof import("../index.js").VaultSchema;
746
746
  } | null | undefined;
747
747
  datasetColumnId?: `datasetc_${string}` | null | undefined;
748
748
  }, {
749
749
  attribute: {
750
- path: import("../index.js").VaultSchemaPaths;
750
+ path: string;
751
751
  version: "v1";
752
752
  schema: keyof import("../index.js").VaultSchema;
753
753
  };
@@ -757,7 +757,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
757
757
  queryId?: `query_${string}` | undefined;
758
758
  requestId?: number | null | undefined;
759
759
  secondaryAttribute?: {
760
- path: import("../index.js").VaultSchemaPaths;
760
+ path: string;
761
761
  version: "v1";
762
762
  schema: keyof import("../index.js").VaultSchema;
763
763
  } | null | undefined;
@@ -773,26 +773,26 @@ export declare const SimplifiedScenario: z.ZodObject<{
773
773
  attribute: z.ZodObject<{
774
774
  version: z.ZodEnum<["v1"]>;
775
775
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
776
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
776
+ path: z.ZodString;
777
777
  }, "strip", z.ZodTypeAny, {
778
- path: import("../index.js").VaultSchemaPaths;
778
+ path: string;
779
779
  version: "v1";
780
780
  schema: keyof import("../index.js").VaultSchema;
781
781
  }, {
782
- path: import("../index.js").VaultSchemaPaths;
782
+ path: string;
783
783
  version: "v1";
784
784
  schema: keyof import("../index.js").VaultSchema;
785
785
  }>;
786
786
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
787
787
  version: z.ZodEnum<["v1"]>;
788
788
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
789
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
789
+ path: z.ZodString;
790
790
  }, "strip", z.ZodTypeAny, {
791
- path: import("../index.js").VaultSchemaPaths;
791
+ path: string;
792
792
  version: "v1";
793
793
  schema: keyof import("../index.js").VaultSchema;
794
794
  }, {
795
- path: import("../index.js").VaultSchemaPaths;
795
+ path: string;
796
796
  version: "v1";
797
797
  schema: keyof import("../index.js").VaultSchema;
798
798
  }>>>;
@@ -801,7 +801,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
801
801
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
802
802
  }, "strip", z.ZodTypeAny, {
803
803
  attribute: {
804
- path: import("../index.js").VaultSchemaPaths;
804
+ path: string;
805
805
  version: "v1";
806
806
  schema: keyof import("../index.js").VaultSchema;
807
807
  };
@@ -811,14 +811,14 @@ export declare const SimplifiedScenario: z.ZodObject<{
811
811
  queryId?: `query_${string}` | undefined;
812
812
  requestId?: number | null | undefined;
813
813
  secondaryAttribute?: {
814
- path: import("../index.js").VaultSchemaPaths;
814
+ path: string;
815
815
  version: "v1";
816
816
  schema: keyof import("../index.js").VaultSchema;
817
817
  } | null | undefined;
818
818
  datasetColumnId?: `datasetc_${string}` | null | undefined;
819
819
  }, {
820
820
  attribute: {
821
- path: import("../index.js").VaultSchemaPaths;
821
+ path: string;
822
822
  version: "v1";
823
823
  schema: keyof import("../index.js").VaultSchema;
824
824
  };
@@ -828,7 +828,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
828
828
  queryId?: `query_${string}` | undefined;
829
829
  requestId?: number | null | undefined;
830
830
  secondaryAttribute?: {
831
- path: import("../index.js").VaultSchemaPaths;
831
+ path: string;
832
832
  version: "v1";
833
833
  schema: keyof import("../index.js").VaultSchema;
834
834
  } | null | undefined;
@@ -838,7 +838,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
838
838
  operator: "AND" | "OR";
839
839
  queries: {
840
840
  attribute: {
841
- path: import("../index.js").VaultSchemaPaths;
841
+ path: string;
842
842
  version: "v1";
843
843
  schema: keyof import("../index.js").VaultSchema;
844
844
  };
@@ -848,7 +848,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
848
848
  queryId?: `query_${string}` | undefined;
849
849
  requestId?: number | null | undefined;
850
850
  secondaryAttribute?: {
851
- path: import("../index.js").VaultSchemaPaths;
851
+ path: string;
852
852
  version: "v1";
853
853
  schema: keyof import("../index.js").VaultSchema;
854
854
  } | null | undefined;
@@ -859,7 +859,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
859
859
  operator: "AND" | "OR";
860
860
  queries: {
861
861
  attribute: {
862
- path: import("../index.js").VaultSchemaPaths;
862
+ path: string;
863
863
  version: "v1";
864
864
  schema: keyof import("../index.js").VaultSchema;
865
865
  };
@@ -869,7 +869,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
869
869
  queryId?: `query_${string}` | undefined;
870
870
  requestId?: number | null | undefined;
871
871
  secondaryAttribute?: {
872
- path: import("../index.js").VaultSchemaPaths;
872
+ path: string;
873
873
  version: "v1";
874
874
  schema: keyof import("../index.js").VaultSchema;
875
875
  } | null | undefined;
@@ -904,7 +904,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
904
904
  workspaceId: string;
905
905
  queries: {
906
906
  attribute: {
907
- path: import("../index.js").VaultSchemaPaths;
907
+ path: string;
908
908
  version: "v1";
909
909
  schema: keyof import("../index.js").VaultSchema;
910
910
  };
@@ -914,7 +914,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
914
914
  queryId?: `query_${string}` | undefined;
915
915
  requestId?: number | null | undefined;
916
916
  secondaryAttribute?: {
917
- path: import("../index.js").VaultSchemaPaths;
917
+ path: string;
918
918
  version: "v1";
919
919
  schema: keyof import("../index.js").VaultSchema;
920
920
  } | null | undefined;
@@ -924,7 +924,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
924
924
  operator: "AND" | "OR";
925
925
  queries: {
926
926
  attribute: {
927
- path: import("../index.js").VaultSchemaPaths;
927
+ path: string;
928
928
  version: "v1";
929
929
  schema: keyof import("../index.js").VaultSchema;
930
930
  };
@@ -934,7 +934,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
934
934
  queryId?: `query_${string}` | undefined;
935
935
  requestId?: number | null | undefined;
936
936
  secondaryAttribute?: {
937
- path: import("../index.js").VaultSchemaPaths;
937
+ path: string;
938
938
  version: "v1";
939
939
  schema: keyof import("../index.js").VaultSchema;
940
940
  } | null | undefined;
@@ -958,7 +958,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
958
958
  workspaceId: string;
959
959
  queries: {
960
960
  attribute: {
961
- path: import("../index.js").VaultSchemaPaths;
961
+ path: string;
962
962
  version: "v1";
963
963
  schema: keyof import("../index.js").VaultSchema;
964
964
  };
@@ -968,7 +968,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
968
968
  queryId?: `query_${string}` | undefined;
969
969
  requestId?: number | null | undefined;
970
970
  secondaryAttribute?: {
971
- path: import("../index.js").VaultSchemaPaths;
971
+ path: string;
972
972
  version: "v1";
973
973
  schema: keyof import("../index.js").VaultSchema;
974
974
  } | null | undefined;
@@ -978,7 +978,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
978
978
  operator: "AND" | "OR";
979
979
  queries: {
980
980
  attribute: {
981
- path: import("../index.js").VaultSchemaPaths;
981
+ path: string;
982
982
  version: "v1";
983
983
  schema: keyof import("../index.js").VaultSchema;
984
984
  };
@@ -988,7 +988,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
988
988
  queryId?: `query_${string}` | undefined;
989
989
  requestId?: number | null | undefined;
990
990
  secondaryAttribute?: {
991
- path: import("../index.js").VaultSchemaPaths;
991
+ path: string;
992
992
  version: "v1";
993
993
  schema: keyof import("../index.js").VaultSchema;
994
994
  } | null | undefined;
@@ -1017,26 +1017,26 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1017
1017
  attribute: z.ZodObject<{
1018
1018
  version: z.ZodEnum<["v1"]>;
1019
1019
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1020
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1020
+ path: z.ZodString;
1021
1021
  }, "strip", z.ZodTypeAny, {
1022
- path: import("../index.js").VaultSchemaPaths;
1022
+ path: string;
1023
1023
  version: "v1";
1024
1024
  schema: keyof import("../index.js").VaultSchema;
1025
1025
  }, {
1026
- path: import("../index.js").VaultSchemaPaths;
1026
+ path: string;
1027
1027
  version: "v1";
1028
1028
  schema: keyof import("../index.js").VaultSchema;
1029
1029
  }>;
1030
1030
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1031
1031
  version: z.ZodEnum<["v1"]>;
1032
1032
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1033
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1033
+ path: z.ZodString;
1034
1034
  }, "strip", z.ZodTypeAny, {
1035
- path: import("../index.js").VaultSchemaPaths;
1035
+ path: string;
1036
1036
  version: "v1";
1037
1037
  schema: keyof import("../index.js").VaultSchema;
1038
1038
  }, {
1039
- path: import("../index.js").VaultSchemaPaths;
1039
+ path: string;
1040
1040
  version: "v1";
1041
1041
  schema: keyof import("../index.js").VaultSchema;
1042
1042
  }>>>;
@@ -1045,7 +1045,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1045
1045
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1046
1046
  }, "strip", z.ZodTypeAny, {
1047
1047
  attribute: {
1048
- path: import("../index.js").VaultSchemaPaths;
1048
+ path: string;
1049
1049
  version: "v1";
1050
1050
  schema: keyof import("../index.js").VaultSchema;
1051
1051
  };
@@ -1055,14 +1055,14 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1055
1055
  queryId?: `query_${string}` | undefined;
1056
1056
  requestId?: number | null | undefined;
1057
1057
  secondaryAttribute?: {
1058
- path: import("../index.js").VaultSchemaPaths;
1058
+ path: string;
1059
1059
  version: "v1";
1060
1060
  schema: keyof import("../index.js").VaultSchema;
1061
1061
  } | null | undefined;
1062
1062
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1063
1063
  }, {
1064
1064
  attribute: {
1065
- path: import("../index.js").VaultSchemaPaths;
1065
+ path: string;
1066
1066
  version: "v1";
1067
1067
  schema: keyof import("../index.js").VaultSchema;
1068
1068
  };
@@ -1072,7 +1072,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1072
1072
  queryId?: `query_${string}` | undefined;
1073
1073
  requestId?: number | null | undefined;
1074
1074
  secondaryAttribute?: {
1075
- path: import("../index.js").VaultSchemaPaths;
1075
+ path: string;
1076
1076
  version: "v1";
1077
1077
  schema: keyof import("../index.js").VaultSchema;
1078
1078
  } | null | undefined;
@@ -1088,26 +1088,26 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1088
1088
  attribute: z.ZodObject<{
1089
1089
  version: z.ZodEnum<["v1"]>;
1090
1090
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1091
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1091
+ path: z.ZodString;
1092
1092
  }, "strip", z.ZodTypeAny, {
1093
- path: import("../index.js").VaultSchemaPaths;
1093
+ path: string;
1094
1094
  version: "v1";
1095
1095
  schema: keyof import("../index.js").VaultSchema;
1096
1096
  }, {
1097
- path: import("../index.js").VaultSchemaPaths;
1097
+ path: string;
1098
1098
  version: "v1";
1099
1099
  schema: keyof import("../index.js").VaultSchema;
1100
1100
  }>;
1101
1101
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1102
1102
  version: z.ZodEnum<["v1"]>;
1103
1103
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1104
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1104
+ path: z.ZodString;
1105
1105
  }, "strip", z.ZodTypeAny, {
1106
- path: import("../index.js").VaultSchemaPaths;
1106
+ path: string;
1107
1107
  version: "v1";
1108
1108
  schema: keyof import("../index.js").VaultSchema;
1109
1109
  }, {
1110
- path: import("../index.js").VaultSchemaPaths;
1110
+ path: string;
1111
1111
  version: "v1";
1112
1112
  schema: keyof import("../index.js").VaultSchema;
1113
1113
  }>>>;
@@ -1116,7 +1116,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1116
1116
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1117
1117
  }, "strip", z.ZodTypeAny, {
1118
1118
  attribute: {
1119
- path: import("../index.js").VaultSchemaPaths;
1119
+ path: string;
1120
1120
  version: "v1";
1121
1121
  schema: keyof import("../index.js").VaultSchema;
1122
1122
  };
@@ -1126,14 +1126,14 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1126
1126
  queryId?: `query_${string}` | undefined;
1127
1127
  requestId?: number | null | undefined;
1128
1128
  secondaryAttribute?: {
1129
- path: import("../index.js").VaultSchemaPaths;
1129
+ path: string;
1130
1130
  version: "v1";
1131
1131
  schema: keyof import("../index.js").VaultSchema;
1132
1132
  } | null | undefined;
1133
1133
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1134
1134
  }, {
1135
1135
  attribute: {
1136
- path: import("../index.js").VaultSchemaPaths;
1136
+ path: string;
1137
1137
  version: "v1";
1138
1138
  schema: keyof import("../index.js").VaultSchema;
1139
1139
  };
@@ -1143,7 +1143,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1143
1143
  queryId?: `query_${string}` | undefined;
1144
1144
  requestId?: number | null | undefined;
1145
1145
  secondaryAttribute?: {
1146
- path: import("../index.js").VaultSchemaPaths;
1146
+ path: string;
1147
1147
  version: "v1";
1148
1148
  schema: keyof import("../index.js").VaultSchema;
1149
1149
  } | null | undefined;
@@ -1153,7 +1153,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1153
1153
  operator: "AND" | "OR";
1154
1154
  queries: {
1155
1155
  attribute: {
1156
- path: import("../index.js").VaultSchemaPaths;
1156
+ path: string;
1157
1157
  version: "v1";
1158
1158
  schema: keyof import("../index.js").VaultSchema;
1159
1159
  };
@@ -1163,7 +1163,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1163
1163
  queryId?: `query_${string}` | undefined;
1164
1164
  requestId?: number | null | undefined;
1165
1165
  secondaryAttribute?: {
1166
- path: import("../index.js").VaultSchemaPaths;
1166
+ path: string;
1167
1167
  version: "v1";
1168
1168
  schema: keyof import("../index.js").VaultSchema;
1169
1169
  } | null | undefined;
@@ -1174,7 +1174,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1174
1174
  operator: "AND" | "OR";
1175
1175
  queries: {
1176
1176
  attribute: {
1177
- path: import("../index.js").VaultSchemaPaths;
1177
+ path: string;
1178
1178
  version: "v1";
1179
1179
  schema: keyof import("../index.js").VaultSchema;
1180
1180
  };
@@ -1184,7 +1184,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1184
1184
  queryId?: `query_${string}` | undefined;
1185
1185
  requestId?: number | null | undefined;
1186
1186
  secondaryAttribute?: {
1187
- path: import("../index.js").VaultSchemaPaths;
1187
+ path: string;
1188
1188
  version: "v1";
1189
1189
  schema: keyof import("../index.js").VaultSchema;
1190
1190
  } | null | undefined;
@@ -1220,26 +1220,26 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1220
1220
  attribute: z.ZodObject<{
1221
1221
  version: z.ZodEnum<["v1"]>;
1222
1222
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1223
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1223
+ path: z.ZodString;
1224
1224
  }, "strip", z.ZodTypeAny, {
1225
- path: import("../index.js").VaultSchemaPaths;
1225
+ path: string;
1226
1226
  version: "v1";
1227
1227
  schema: keyof import("../index.js").VaultSchema;
1228
1228
  }, {
1229
- path: import("../index.js").VaultSchemaPaths;
1229
+ path: string;
1230
1230
  version: "v1";
1231
1231
  schema: keyof import("../index.js").VaultSchema;
1232
1232
  }>;
1233
1233
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1234
1234
  version: z.ZodEnum<["v1"]>;
1235
1235
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1236
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1236
+ path: z.ZodString;
1237
1237
  }, "strip", z.ZodTypeAny, {
1238
- path: import("../index.js").VaultSchemaPaths;
1238
+ path: string;
1239
1239
  version: "v1";
1240
1240
  schema: keyof import("../index.js").VaultSchema;
1241
1241
  }, {
1242
- path: import("../index.js").VaultSchemaPaths;
1242
+ path: string;
1243
1243
  version: "v1";
1244
1244
  schema: keyof import("../index.js").VaultSchema;
1245
1245
  }>>>;
@@ -1248,7 +1248,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1248
1248
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1249
1249
  }, "strip", z.ZodTypeAny, {
1250
1250
  attribute: {
1251
- path: import("../index.js").VaultSchemaPaths;
1251
+ path: string;
1252
1252
  version: "v1";
1253
1253
  schema: keyof import("../index.js").VaultSchema;
1254
1254
  };
@@ -1258,14 +1258,14 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1258
1258
  queryId?: `query_${string}` | undefined;
1259
1259
  requestId?: number | null | undefined;
1260
1260
  secondaryAttribute?: {
1261
- path: import("../index.js").VaultSchemaPaths;
1261
+ path: string;
1262
1262
  version: "v1";
1263
1263
  schema: keyof import("../index.js").VaultSchema;
1264
1264
  } | null | undefined;
1265
1265
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1266
1266
  }, {
1267
1267
  attribute: {
1268
- path: import("../index.js").VaultSchemaPaths;
1268
+ path: string;
1269
1269
  version: "v1";
1270
1270
  schema: keyof import("../index.js").VaultSchema;
1271
1271
  };
@@ -1275,7 +1275,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1275
1275
  queryId?: `query_${string}` | undefined;
1276
1276
  requestId?: number | null | undefined;
1277
1277
  secondaryAttribute?: {
1278
- path: import("../index.js").VaultSchemaPaths;
1278
+ path: string;
1279
1279
  version: "v1";
1280
1280
  schema: keyof import("../index.js").VaultSchema;
1281
1281
  } | null | undefined;
@@ -1288,7 +1288,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1288
1288
  workspaceId: string;
1289
1289
  queries: {
1290
1290
  attribute: {
1291
- path: import("../index.js").VaultSchemaPaths;
1291
+ path: string;
1292
1292
  version: "v1";
1293
1293
  schema: keyof import("../index.js").VaultSchema;
1294
1294
  };
@@ -1298,7 +1298,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1298
1298
  queryId?: `query_${string}` | undefined;
1299
1299
  requestId?: number | null | undefined;
1300
1300
  secondaryAttribute?: {
1301
- path: import("../index.js").VaultSchemaPaths;
1301
+ path: string;
1302
1302
  version: "v1";
1303
1303
  schema: keyof import("../index.js").VaultSchema;
1304
1304
  } | null | undefined;
@@ -1308,7 +1308,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1308
1308
  operator: "AND" | "OR";
1309
1309
  queries: {
1310
1310
  attribute: {
1311
- path: import("../index.js").VaultSchemaPaths;
1311
+ path: string;
1312
1312
  version: "v1";
1313
1313
  schema: keyof import("../index.js").VaultSchema;
1314
1314
  };
@@ -1318,7 +1318,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1318
1318
  queryId?: `query_${string}` | undefined;
1319
1319
  requestId?: number | null | undefined;
1320
1320
  secondaryAttribute?: {
1321
- path: import("../index.js").VaultSchemaPaths;
1321
+ path: string;
1322
1322
  version: "v1";
1323
1323
  schema: keyof import("../index.js").VaultSchema;
1324
1324
  } | null | undefined;
@@ -1341,7 +1341,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1341
1341
  workspaceId: string;
1342
1342
  queries: {
1343
1343
  attribute: {
1344
- path: import("../index.js").VaultSchemaPaths;
1344
+ path: string;
1345
1345
  version: "v1";
1346
1346
  schema: keyof import("../index.js").VaultSchema;
1347
1347
  };
@@ -1351,7 +1351,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1351
1351
  queryId?: `query_${string}` | undefined;
1352
1352
  requestId?: number | null | undefined;
1353
1353
  secondaryAttribute?: {
1354
- path: import("../index.js").VaultSchemaPaths;
1354
+ path: string;
1355
1355
  version: "v1";
1356
1356
  schema: keyof import("../index.js").VaultSchema;
1357
1357
  } | null | undefined;
@@ -1361,7 +1361,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1361
1361
  operator: "AND" | "OR";
1362
1362
  queries: {
1363
1363
  attribute: {
1364
- path: import("../index.js").VaultSchemaPaths;
1364
+ path: string;
1365
1365
  version: "v1";
1366
1366
  schema: keyof import("../index.js").VaultSchema;
1367
1367
  };
@@ -1371,7 +1371,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1371
1371
  queryId?: `query_${string}` | undefined;
1372
1372
  requestId?: number | null | undefined;
1373
1373
  secondaryAttribute?: {
1374
- path: import("../index.js").VaultSchemaPaths;
1374
+ path: string;
1375
1375
  version: "v1";
1376
1376
  schema: keyof import("../index.js").VaultSchema;
1377
1377
  } | null | undefined;
@@ -1399,26 +1399,26 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1399
1399
  attribute: z.ZodObject<{
1400
1400
  version: z.ZodEnum<["v1"]>;
1401
1401
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1402
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1402
+ path: z.ZodString;
1403
1403
  }, "strip", z.ZodTypeAny, {
1404
- path: import("../index.js").VaultSchemaPaths;
1404
+ path: string;
1405
1405
  version: "v1";
1406
1406
  schema: keyof import("../index.js").VaultSchema;
1407
1407
  }, {
1408
- path: import("../index.js").VaultSchemaPaths;
1408
+ path: string;
1409
1409
  version: "v1";
1410
1410
  schema: keyof import("../index.js").VaultSchema;
1411
1411
  }>;
1412
1412
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1413
1413
  version: z.ZodEnum<["v1"]>;
1414
1414
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1415
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1415
+ path: z.ZodString;
1416
1416
  }, "strip", z.ZodTypeAny, {
1417
- path: import("../index.js").VaultSchemaPaths;
1417
+ path: string;
1418
1418
  version: "v1";
1419
1419
  schema: keyof import("../index.js").VaultSchema;
1420
1420
  }, {
1421
- path: import("../index.js").VaultSchemaPaths;
1421
+ path: string;
1422
1422
  version: "v1";
1423
1423
  schema: keyof import("../index.js").VaultSchema;
1424
1424
  }>>>;
@@ -1427,7 +1427,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1427
1427
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1428
1428
  }, "strip", z.ZodTypeAny, {
1429
1429
  attribute: {
1430
- path: import("../index.js").VaultSchemaPaths;
1430
+ path: string;
1431
1431
  version: "v1";
1432
1432
  schema: keyof import("../index.js").VaultSchema;
1433
1433
  };
@@ -1437,14 +1437,14 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1437
1437
  queryId?: `query_${string}` | undefined;
1438
1438
  requestId?: number | null | undefined;
1439
1439
  secondaryAttribute?: {
1440
- path: import("../index.js").VaultSchemaPaths;
1440
+ path: string;
1441
1441
  version: "v1";
1442
1442
  schema: keyof import("../index.js").VaultSchema;
1443
1443
  } | null | undefined;
1444
1444
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1445
1445
  }, {
1446
1446
  attribute: {
1447
- path: import("../index.js").VaultSchemaPaths;
1447
+ path: string;
1448
1448
  version: "v1";
1449
1449
  schema: keyof import("../index.js").VaultSchema;
1450
1450
  };
@@ -1454,7 +1454,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1454
1454
  queryId?: `query_${string}` | undefined;
1455
1455
  requestId?: number | null | undefined;
1456
1456
  secondaryAttribute?: {
1457
- path: import("../index.js").VaultSchemaPaths;
1457
+ path: string;
1458
1458
  version: "v1";
1459
1459
  schema: keyof import("../index.js").VaultSchema;
1460
1460
  } | null | undefined;
@@ -1470,26 +1470,26 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1470
1470
  attribute: z.ZodObject<{
1471
1471
  version: z.ZodEnum<["v1"]>;
1472
1472
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1473
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1473
+ path: z.ZodString;
1474
1474
  }, "strip", z.ZodTypeAny, {
1475
- path: import("../index.js").VaultSchemaPaths;
1475
+ path: string;
1476
1476
  version: "v1";
1477
1477
  schema: keyof import("../index.js").VaultSchema;
1478
1478
  }, {
1479
- path: import("../index.js").VaultSchemaPaths;
1479
+ path: string;
1480
1480
  version: "v1";
1481
1481
  schema: keyof import("../index.js").VaultSchema;
1482
1482
  }>;
1483
1483
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1484
1484
  version: z.ZodEnum<["v1"]>;
1485
1485
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1486
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1486
+ path: z.ZodString;
1487
1487
  }, "strip", z.ZodTypeAny, {
1488
- path: import("../index.js").VaultSchemaPaths;
1488
+ path: string;
1489
1489
  version: "v1";
1490
1490
  schema: keyof import("../index.js").VaultSchema;
1491
1491
  }, {
1492
- path: import("../index.js").VaultSchemaPaths;
1492
+ path: string;
1493
1493
  version: "v1";
1494
1494
  schema: keyof import("../index.js").VaultSchema;
1495
1495
  }>>>;
@@ -1498,7 +1498,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1498
1498
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1499
1499
  }, "strip", z.ZodTypeAny, {
1500
1500
  attribute: {
1501
- path: import("../index.js").VaultSchemaPaths;
1501
+ path: string;
1502
1502
  version: "v1";
1503
1503
  schema: keyof import("../index.js").VaultSchema;
1504
1504
  };
@@ -1508,14 +1508,14 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1508
1508
  queryId?: `query_${string}` | undefined;
1509
1509
  requestId?: number | null | undefined;
1510
1510
  secondaryAttribute?: {
1511
- path: import("../index.js").VaultSchemaPaths;
1511
+ path: string;
1512
1512
  version: "v1";
1513
1513
  schema: keyof import("../index.js").VaultSchema;
1514
1514
  } | null | undefined;
1515
1515
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1516
1516
  }, {
1517
1517
  attribute: {
1518
- path: import("../index.js").VaultSchemaPaths;
1518
+ path: string;
1519
1519
  version: "v1";
1520
1520
  schema: keyof import("../index.js").VaultSchema;
1521
1521
  };
@@ -1525,7 +1525,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1525
1525
  queryId?: `query_${string}` | undefined;
1526
1526
  requestId?: number | null | undefined;
1527
1527
  secondaryAttribute?: {
1528
- path: import("../index.js").VaultSchemaPaths;
1528
+ path: string;
1529
1529
  version: "v1";
1530
1530
  schema: keyof import("../index.js").VaultSchema;
1531
1531
  } | null | undefined;
@@ -1535,7 +1535,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1535
1535
  operator: "AND" | "OR";
1536
1536
  queries: {
1537
1537
  attribute: {
1538
- path: import("../index.js").VaultSchemaPaths;
1538
+ path: string;
1539
1539
  version: "v1";
1540
1540
  schema: keyof import("../index.js").VaultSchema;
1541
1541
  };
@@ -1545,7 +1545,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1545
1545
  queryId?: `query_${string}` | undefined;
1546
1546
  requestId?: number | null | undefined;
1547
1547
  secondaryAttribute?: {
1548
- path: import("../index.js").VaultSchemaPaths;
1548
+ path: string;
1549
1549
  version: "v1";
1550
1550
  schema: keyof import("../index.js").VaultSchema;
1551
1551
  } | null | undefined;
@@ -1556,7 +1556,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1556
1556
  operator: "AND" | "OR";
1557
1557
  queries: {
1558
1558
  attribute: {
1559
- path: import("../index.js").VaultSchemaPaths;
1559
+ path: string;
1560
1560
  version: "v1";
1561
1561
  schema: keyof import("../index.js").VaultSchema;
1562
1562
  };
@@ -1566,7 +1566,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1566
1566
  queryId?: `query_${string}` | undefined;
1567
1567
  requestId?: number | null | undefined;
1568
1568
  secondaryAttribute?: {
1569
- path: import("../index.js").VaultSchemaPaths;
1569
+ path: string;
1570
1570
  version: "v1";
1571
1571
  schema: keyof import("../index.js").VaultSchema;
1572
1572
  } | null | undefined;
@@ -1600,7 +1600,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1600
1600
  name: string;
1601
1601
  queries: {
1602
1602
  attribute: {
1603
- path: import("../index.js").VaultSchemaPaths;
1603
+ path: string;
1604
1604
  version: "v1";
1605
1605
  schema: keyof import("../index.js").VaultSchema;
1606
1606
  };
@@ -1610,7 +1610,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1610
1610
  queryId?: `query_${string}` | undefined;
1611
1611
  requestId?: number | null | undefined;
1612
1612
  secondaryAttribute?: {
1613
- path: import("../index.js").VaultSchemaPaths;
1613
+ path: string;
1614
1614
  version: "v1";
1615
1615
  schema: keyof import("../index.js").VaultSchema;
1616
1616
  } | null | undefined;
@@ -1620,7 +1620,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1620
1620
  operator: "AND" | "OR";
1621
1621
  queries: {
1622
1622
  attribute: {
1623
- path: import("../index.js").VaultSchemaPaths;
1623
+ path: string;
1624
1624
  version: "v1";
1625
1625
  schema: keyof import("../index.js").VaultSchema;
1626
1626
  };
@@ -1630,7 +1630,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1630
1630
  queryId?: `query_${string}` | undefined;
1631
1631
  requestId?: number | null | undefined;
1632
1632
  secondaryAttribute?: {
1633
- path: import("../index.js").VaultSchemaPaths;
1633
+ path: string;
1634
1634
  version: "v1";
1635
1635
  schema: keyof import("../index.js").VaultSchema;
1636
1636
  } | null | undefined;
@@ -1653,7 +1653,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1653
1653
  name: string;
1654
1654
  queries: {
1655
1655
  attribute: {
1656
- path: import("../index.js").VaultSchemaPaths;
1656
+ path: string;
1657
1657
  version: "v1";
1658
1658
  schema: keyof import("../index.js").VaultSchema;
1659
1659
  };
@@ -1663,7 +1663,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1663
1663
  queryId?: `query_${string}` | undefined;
1664
1664
  requestId?: number | null | undefined;
1665
1665
  secondaryAttribute?: {
1666
- path: import("../index.js").VaultSchemaPaths;
1666
+ path: string;
1667
1667
  version: "v1";
1668
1668
  schema: keyof import("../index.js").VaultSchema;
1669
1669
  } | null | undefined;
@@ -1673,7 +1673,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1673
1673
  operator: "AND" | "OR";
1674
1674
  queries: {
1675
1675
  attribute: {
1676
- path: import("../index.js").VaultSchemaPaths;
1676
+ path: string;
1677
1677
  version: "v1";
1678
1678
  schema: keyof import("../index.js").VaultSchema;
1679
1679
  };
@@ -1683,7 +1683,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1683
1683
  queryId?: `query_${string}` | undefined;
1684
1684
  requestId?: number | null | undefined;
1685
1685
  secondaryAttribute?: {
1686
- path: import("../index.js").VaultSchemaPaths;
1686
+ path: string;
1687
1687
  version: "v1";
1688
1688
  schema: keyof import("../index.js").VaultSchema;
1689
1689
  } | null | undefined;
@@ -1712,26 +1712,26 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1712
1712
  attribute: z.ZodObject<{
1713
1713
  version: z.ZodEnum<["v1"]>;
1714
1714
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1715
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1715
+ path: z.ZodString;
1716
1716
  }, "strip", z.ZodTypeAny, {
1717
- path: import("../index.js").VaultSchemaPaths;
1717
+ path: string;
1718
1718
  version: "v1";
1719
1719
  schema: keyof import("../index.js").VaultSchema;
1720
1720
  }, {
1721
- path: import("../index.js").VaultSchemaPaths;
1721
+ path: string;
1722
1722
  version: "v1";
1723
1723
  schema: keyof import("../index.js").VaultSchema;
1724
1724
  }>;
1725
1725
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1726
1726
  version: z.ZodEnum<["v1"]>;
1727
1727
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1728
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1728
+ path: z.ZodString;
1729
1729
  }, "strip", z.ZodTypeAny, {
1730
- path: import("../index.js").VaultSchemaPaths;
1730
+ path: string;
1731
1731
  version: "v1";
1732
1732
  schema: keyof import("../index.js").VaultSchema;
1733
1733
  }, {
1734
- path: import("../index.js").VaultSchemaPaths;
1734
+ path: string;
1735
1735
  version: "v1";
1736
1736
  schema: keyof import("../index.js").VaultSchema;
1737
1737
  }>>>;
@@ -1740,7 +1740,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1740
1740
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1741
1741
  }, "strip", z.ZodTypeAny, {
1742
1742
  attribute: {
1743
- path: import("../index.js").VaultSchemaPaths;
1743
+ path: string;
1744
1744
  version: "v1";
1745
1745
  schema: keyof import("../index.js").VaultSchema;
1746
1746
  };
@@ -1750,14 +1750,14 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1750
1750
  queryId?: `query_${string}` | undefined;
1751
1751
  requestId?: number | null | undefined;
1752
1752
  secondaryAttribute?: {
1753
- path: import("../index.js").VaultSchemaPaths;
1753
+ path: string;
1754
1754
  version: "v1";
1755
1755
  schema: keyof import("../index.js").VaultSchema;
1756
1756
  } | null | undefined;
1757
1757
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1758
1758
  }, {
1759
1759
  attribute: {
1760
- path: import("../index.js").VaultSchemaPaths;
1760
+ path: string;
1761
1761
  version: "v1";
1762
1762
  schema: keyof import("../index.js").VaultSchema;
1763
1763
  };
@@ -1767,7 +1767,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1767
1767
  queryId?: `query_${string}` | undefined;
1768
1768
  requestId?: number | null | undefined;
1769
1769
  secondaryAttribute?: {
1770
- path: import("../index.js").VaultSchemaPaths;
1770
+ path: string;
1771
1771
  version: "v1";
1772
1772
  schema: keyof import("../index.js").VaultSchema;
1773
1773
  } | null | undefined;
@@ -1783,26 +1783,26 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1783
1783
  attribute: z.ZodObject<{
1784
1784
  version: z.ZodEnum<["v1"]>;
1785
1785
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1786
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1786
+ path: z.ZodString;
1787
1787
  }, "strip", z.ZodTypeAny, {
1788
- path: import("../index.js").VaultSchemaPaths;
1788
+ path: string;
1789
1789
  version: "v1";
1790
1790
  schema: keyof import("../index.js").VaultSchema;
1791
1791
  }, {
1792
- path: import("../index.js").VaultSchemaPaths;
1792
+ path: string;
1793
1793
  version: "v1";
1794
1794
  schema: keyof import("../index.js").VaultSchema;
1795
1795
  }>;
1796
1796
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1797
1797
  version: z.ZodEnum<["v1"]>;
1798
1798
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1799
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1799
+ path: z.ZodString;
1800
1800
  }, "strip", z.ZodTypeAny, {
1801
- path: import("../index.js").VaultSchemaPaths;
1801
+ path: string;
1802
1802
  version: "v1";
1803
1803
  schema: keyof import("../index.js").VaultSchema;
1804
1804
  }, {
1805
- path: import("../index.js").VaultSchemaPaths;
1805
+ path: string;
1806
1806
  version: "v1";
1807
1807
  schema: keyof import("../index.js").VaultSchema;
1808
1808
  }>>>;
@@ -1811,7 +1811,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1811
1811
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1812
1812
  }, "strip", z.ZodTypeAny, {
1813
1813
  attribute: {
1814
- path: import("../index.js").VaultSchemaPaths;
1814
+ path: string;
1815
1815
  version: "v1";
1816
1816
  schema: keyof import("../index.js").VaultSchema;
1817
1817
  };
@@ -1821,14 +1821,14 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1821
1821
  queryId?: `query_${string}` | undefined;
1822
1822
  requestId?: number | null | undefined;
1823
1823
  secondaryAttribute?: {
1824
- path: import("../index.js").VaultSchemaPaths;
1824
+ path: string;
1825
1825
  version: "v1";
1826
1826
  schema: keyof import("../index.js").VaultSchema;
1827
1827
  } | null | undefined;
1828
1828
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1829
1829
  }, {
1830
1830
  attribute: {
1831
- path: import("../index.js").VaultSchemaPaths;
1831
+ path: string;
1832
1832
  version: "v1";
1833
1833
  schema: keyof import("../index.js").VaultSchema;
1834
1834
  };
@@ -1838,7 +1838,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1838
1838
  queryId?: `query_${string}` | undefined;
1839
1839
  requestId?: number | null | undefined;
1840
1840
  secondaryAttribute?: {
1841
- path: import("../index.js").VaultSchemaPaths;
1841
+ path: string;
1842
1842
  version: "v1";
1843
1843
  schema: keyof import("../index.js").VaultSchema;
1844
1844
  } | null | undefined;
@@ -1848,7 +1848,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1848
1848
  operator: "AND" | "OR";
1849
1849
  queries: {
1850
1850
  attribute: {
1851
- path: import("../index.js").VaultSchemaPaths;
1851
+ path: string;
1852
1852
  version: "v1";
1853
1853
  schema: keyof import("../index.js").VaultSchema;
1854
1854
  };
@@ -1858,7 +1858,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1858
1858
  queryId?: `query_${string}` | undefined;
1859
1859
  requestId?: number | null | undefined;
1860
1860
  secondaryAttribute?: {
1861
- path: import("../index.js").VaultSchemaPaths;
1861
+ path: string;
1862
1862
  version: "v1";
1863
1863
  schema: keyof import("../index.js").VaultSchema;
1864
1864
  } | null | undefined;
@@ -1869,7 +1869,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1869
1869
  operator: "AND" | "OR";
1870
1870
  queries: {
1871
1871
  attribute: {
1872
- path: import("../index.js").VaultSchemaPaths;
1872
+ path: string;
1873
1873
  version: "v1";
1874
1874
  schema: keyof import("../index.js").VaultSchema;
1875
1875
  };
@@ -1879,7 +1879,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1879
1879
  queryId?: `query_${string}` | undefined;
1880
1880
  requestId?: number | null | undefined;
1881
1881
  secondaryAttribute?: {
1882
- path: import("../index.js").VaultSchemaPaths;
1882
+ path: string;
1883
1883
  version: "v1";
1884
1884
  schema: keyof import("../index.js").VaultSchema;
1885
1885
  } | null | undefined;
@@ -1914,7 +1914,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1914
1914
  name: string;
1915
1915
  queries: {
1916
1916
  attribute: {
1917
- path: import("../index.js").VaultSchemaPaths;
1917
+ path: string;
1918
1918
  version: "v1";
1919
1919
  schema: keyof import("../index.js").VaultSchema;
1920
1920
  };
@@ -1924,7 +1924,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1924
1924
  queryId?: `query_${string}` | undefined;
1925
1925
  requestId?: number | null | undefined;
1926
1926
  secondaryAttribute?: {
1927
- path: import("../index.js").VaultSchemaPaths;
1927
+ path: string;
1928
1928
  version: "v1";
1929
1929
  schema: keyof import("../index.js").VaultSchema;
1930
1930
  } | null | undefined;
@@ -1934,7 +1934,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1934
1934
  operator: "AND" | "OR";
1935
1935
  queries: {
1936
1936
  attribute: {
1937
- path: import("../index.js").VaultSchemaPaths;
1937
+ path: string;
1938
1938
  version: "v1";
1939
1939
  schema: keyof import("../index.js").VaultSchema;
1940
1940
  };
@@ -1944,7 +1944,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1944
1944
  queryId?: `query_${string}` | undefined;
1945
1945
  requestId?: number | null | undefined;
1946
1946
  secondaryAttribute?: {
1947
- path: import("../index.js").VaultSchemaPaths;
1947
+ path: string;
1948
1948
  version: "v1";
1949
1949
  schema: keyof import("../index.js").VaultSchema;
1950
1950
  } | null | undefined;
@@ -1967,7 +1967,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1967
1967
  name: string;
1968
1968
  queries: {
1969
1969
  attribute: {
1970
- path: import("../index.js").VaultSchemaPaths;
1970
+ path: string;
1971
1971
  version: "v1";
1972
1972
  schema: keyof import("../index.js").VaultSchema;
1973
1973
  };
@@ -1977,7 +1977,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1977
1977
  queryId?: `query_${string}` | undefined;
1978
1978
  requestId?: number | null | undefined;
1979
1979
  secondaryAttribute?: {
1980
- path: import("../index.js").VaultSchemaPaths;
1980
+ path: string;
1981
1981
  version: "v1";
1982
1982
  schema: keyof import("../index.js").VaultSchema;
1983
1983
  } | null | undefined;
@@ -1987,7 +1987,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1987
1987
  operator: "AND" | "OR";
1988
1988
  queries: {
1989
1989
  attribute: {
1990
- path: import("../index.js").VaultSchemaPaths;
1990
+ path: string;
1991
1991
  version: "v1";
1992
1992
  schema: keyof import("../index.js").VaultSchema;
1993
1993
  };
@@ -1997,7 +1997,7 @@ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShap
1997
1997
  queryId?: `query_${string}` | undefined;
1998
1998
  requestId?: number | null | undefined;
1999
1999
  secondaryAttribute?: {
2000
- path: import("../index.js").VaultSchemaPaths;
2000
+ path: string;
2001
2001
  version: "v1";
2002
2002
  schema: keyof import("../index.js").VaultSchema;
2003
2003
  } | null | undefined;