@nexeraid/identity-schemas 2.46.0-dev → 2.47.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-5f10bd00.cjs.prod.cjs → CoinMarketCap.schema-1a8bc377.cjs.prod.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-4d0ccbeb.esm.mjs → CoinMarketCap.schema-71855113.esm.mjs} +1 -1
- package/dist/{CoinMarketCap.schema-c439caf2.cjs.dev.cjs → CoinMarketCap.schema-f2e21682.cjs.dev.cjs} +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +20 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +14 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +30 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +17 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-acb424a1.esm.mjs → frontend-utilities.schema-046889f2.esm.mjs} +1 -1
- package/dist/{frontend-utilities.schema-fe490a0a.cjs.dev.cjs → frontend-utilities.schema-0767089e.cjs.dev.cjs} +1 -1
- package/dist/{frontend-utilities.schema-07e45128.cjs.prod.cjs → frontend-utilities.schema-7b161df7.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-b581e8e9.esm.mjs → identity-api.schema-11be35d9.esm.mjs} +2 -0
- package/dist/{identity-api.schema-e274ffce.cjs.dev.cjs → identity-api.schema-4e0f732d.cjs.dev.cjs} +2 -0
- package/dist/{identity-api.schema-a9229381.cjs.prod.cjs → identity-api.schema-5c37c274.cjs.prod.cjs} +2 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-dec7f787.cjs.prod.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-5c37c274.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-4d0ccbeb.esm.mjs → CoinMarketCap.schema-71855113.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { d as Alpha2Country, aR as _toConsumableArray, aT as _unsupportedIterableToArray, I as ISO3CountryCode, v as CustomerStatus, T as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-fe00dd84.esm.mjs';
|
|
3
|
-
import { as as BlockchainAddress, aa as AddressSchema, aT as UuidString, aw as BlockchainNamespace, cv as SdkVerificationOutput, bN as WorkflowSessionId, eS as _defineProperty, dp as QrCodeLinkWithSchemaType, eP as CredentialType } from './identity-api.schema-
|
|
3
|
+
import { as as BlockchainAddress, aa as AddressSchema, aT as UuidString, aw as BlockchainNamespace, cv as SdkVerificationOutput, bN as WorkflowSessionId, eS as _defineProperty, dp as QrCodeLinkWithSchemaType, eP as CredentialType } from './identity-api.schema-11be35d9.esm.mjs';
|
|
4
4
|
|
|
5
5
|
// based on https://tech-doc.api.scorechain.com/
|
|
6
6
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-c439caf2.cjs.dev.cjs → CoinMarketCap.schema-f2e21682.cjs.dev.cjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-f3ca319e.cjs.dev.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-4e0f732d.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -241,6 +241,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
241
241
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
242
242
|
query: z.ZodArray<z.ZodObject<{
|
|
243
243
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
244
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
244
245
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
245
246
|
attribute: z.ZodObject<{
|
|
246
247
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -264,6 +265,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
264
265
|
schema: keyof import("../index.js").VaultSchema;
|
|
265
266
|
};
|
|
266
267
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
268
|
+
id?: `query_${string}` | undefined;
|
|
267
269
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
268
270
|
queryId?: `query_${string}` | undefined;
|
|
269
271
|
requestId?: number | null | undefined;
|
|
@@ -274,6 +276,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
274
276
|
schema: keyof import("../index.js").VaultSchema;
|
|
275
277
|
};
|
|
276
278
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
279
|
+
id?: `query_${string}` | undefined;
|
|
277
280
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
278
281
|
queryId?: `query_${string}` | undefined;
|
|
279
282
|
requestId?: number | null | undefined;
|
|
@@ -288,6 +291,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
288
291
|
schema: keyof import("../index.js").VaultSchema;
|
|
289
292
|
};
|
|
290
293
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
294
|
+
id?: `query_${string}` | undefined;
|
|
291
295
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
292
296
|
queryId?: `query_${string}` | undefined;
|
|
293
297
|
requestId?: number | null | undefined;
|
|
@@ -354,6 +358,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
354
358
|
schema: keyof import("../index.js").VaultSchema;
|
|
355
359
|
};
|
|
356
360
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
361
|
+
id?: `query_${string}` | undefined;
|
|
357
362
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
358
363
|
queryId?: `query_${string}` | undefined;
|
|
359
364
|
requestId?: number | null | undefined;
|
|
@@ -974,6 +979,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
974
979
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
975
980
|
query: z.ZodArray<z.ZodObject<{
|
|
976
981
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
982
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
977
983
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
978
984
|
attribute: z.ZodObject<{
|
|
979
985
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -997,6 +1003,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
997
1003
|
schema: keyof import("../index.js").VaultSchema;
|
|
998
1004
|
};
|
|
999
1005
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1006
|
+
id?: `query_${string}` | undefined;
|
|
1000
1007
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1001
1008
|
queryId?: `query_${string}` | undefined;
|
|
1002
1009
|
requestId?: number | null | undefined;
|
|
@@ -1007,6 +1014,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1007
1014
|
schema: keyof import("../index.js").VaultSchema;
|
|
1008
1015
|
};
|
|
1009
1016
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1017
|
+
id?: `query_${string}` | undefined;
|
|
1010
1018
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1011
1019
|
queryId?: `query_${string}` | undefined;
|
|
1012
1020
|
requestId?: number | null | undefined;
|
|
@@ -1021,6 +1029,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1021
1029
|
schema: keyof import("../index.js").VaultSchema;
|
|
1022
1030
|
};
|
|
1023
1031
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1032
|
+
id?: `query_${string}` | undefined;
|
|
1024
1033
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1025
1034
|
queryId?: `query_${string}` | undefined;
|
|
1026
1035
|
requestId?: number | null | undefined;
|
|
@@ -1087,6 +1096,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1087
1096
|
schema: keyof import("../index.js").VaultSchema;
|
|
1088
1097
|
};
|
|
1089
1098
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1099
|
+
id?: `query_${string}` | undefined;
|
|
1090
1100
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1091
1101
|
queryId?: `query_${string}` | undefined;
|
|
1092
1102
|
requestId?: number | null | undefined;
|
|
@@ -1156,6 +1166,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1156
1166
|
schema: keyof import("../index.js").VaultSchema;
|
|
1157
1167
|
};
|
|
1158
1168
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1169
|
+
id?: `query_${string}` | undefined;
|
|
1159
1170
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1160
1171
|
queryId?: `query_${string}` | undefined;
|
|
1161
1172
|
requestId?: number | null | undefined;
|
|
@@ -1225,6 +1236,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1225
1236
|
schema: keyof import("../index.js").VaultSchema;
|
|
1226
1237
|
};
|
|
1227
1238
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1239
|
+
id?: `query_${string}` | undefined;
|
|
1228
1240
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1229
1241
|
queryId?: `query_${string}` | undefined;
|
|
1230
1242
|
requestId?: number | null | undefined;
|
|
@@ -1689,6 +1701,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1689
1701
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1690
1702
|
query: z.ZodArray<z.ZodObject<{
|
|
1691
1703
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
1704
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
1692
1705
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1693
1706
|
attribute: z.ZodObject<{
|
|
1694
1707
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -1712,6 +1725,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1712
1725
|
schema: keyof import("../index.js").VaultSchema;
|
|
1713
1726
|
};
|
|
1714
1727
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1728
|
+
id?: `query_${string}` | undefined;
|
|
1715
1729
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1716
1730
|
queryId?: `query_${string}` | undefined;
|
|
1717
1731
|
requestId?: number | null | undefined;
|
|
@@ -1722,6 +1736,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1722
1736
|
schema: keyof import("../index.js").VaultSchema;
|
|
1723
1737
|
};
|
|
1724
1738
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1739
|
+
id?: `query_${string}` | undefined;
|
|
1725
1740
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1726
1741
|
queryId?: `query_${string}` | undefined;
|
|
1727
1742
|
requestId?: number | null | undefined;
|
|
@@ -1736,6 +1751,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1736
1751
|
schema: keyof import("../index.js").VaultSchema;
|
|
1737
1752
|
};
|
|
1738
1753
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1754
|
+
id?: `query_${string}` | undefined;
|
|
1739
1755
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1740
1756
|
queryId?: `query_${string}` | undefined;
|
|
1741
1757
|
requestId?: number | null | undefined;
|
|
@@ -1802,6 +1818,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1802
1818
|
schema: keyof import("../index.js").VaultSchema;
|
|
1803
1819
|
};
|
|
1804
1820
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1821
|
+
id?: `query_${string}` | undefined;
|
|
1805
1822
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1806
1823
|
queryId?: `query_${string}` | undefined;
|
|
1807
1824
|
requestId?: number | null | undefined;
|
|
@@ -1871,6 +1888,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1871
1888
|
schema: keyof import("../index.js").VaultSchema;
|
|
1872
1889
|
};
|
|
1873
1890
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1891
|
+
id?: `query_${string}` | undefined;
|
|
1874
1892
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1875
1893
|
queryId?: `query_${string}` | undefined;
|
|
1876
1894
|
requestId?: number | null | undefined;
|
|
@@ -1940,6 +1958,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1940
1958
|
schema: keyof import("../index.js").VaultSchema;
|
|
1941
1959
|
};
|
|
1942
1960
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1961
|
+
id?: `query_${string}` | undefined;
|
|
1943
1962
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1944
1963
|
queryId?: `query_${string}` | undefined;
|
|
1945
1964
|
requestId?: number | null | undefined;
|
|
@@ -2406,6 +2425,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2406
2425
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2407
2426
|
query: z.ZodArray<z.ZodObject<{
|
|
2408
2427
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
2428
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
2409
2429
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2410
2430
|
attribute: z.ZodObject<{
|
|
2411
2431
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -2429,6 +2449,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2429
2449
|
schema: keyof import("../index.js").VaultSchema;
|
|
2430
2450
|
};
|
|
2431
2451
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2452
|
+
id?: `query_${string}` | undefined;
|
|
2432
2453
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2433
2454
|
queryId?: `query_${string}` | undefined;
|
|
2434
2455
|
requestId?: number | null | undefined;
|
|
@@ -2439,6 +2460,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2439
2460
|
schema: keyof import("../index.js").VaultSchema;
|
|
2440
2461
|
};
|
|
2441
2462
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2463
|
+
id?: `query_${string}` | undefined;
|
|
2442
2464
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2443
2465
|
queryId?: `query_${string}` | undefined;
|
|
2444
2466
|
requestId?: number | null | undefined;
|
|
@@ -2453,6 +2475,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2453
2475
|
schema: keyof import("../index.js").VaultSchema;
|
|
2454
2476
|
};
|
|
2455
2477
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2478
|
+
id?: `query_${string}` | undefined;
|
|
2456
2479
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2457
2480
|
queryId?: `query_${string}` | undefined;
|
|
2458
2481
|
requestId?: number | null | undefined;
|
|
@@ -2519,6 +2542,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2519
2542
|
schema: keyof import("../index.js").VaultSchema;
|
|
2520
2543
|
};
|
|
2521
2544
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2545
|
+
id?: `query_${string}` | undefined;
|
|
2522
2546
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2523
2547
|
queryId?: `query_${string}` | undefined;
|
|
2524
2548
|
requestId?: number | null | undefined;
|
|
@@ -2588,6 +2612,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2588
2612
|
schema: keyof import("../index.js").VaultSchema;
|
|
2589
2613
|
};
|
|
2590
2614
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2615
|
+
id?: `query_${string}` | undefined;
|
|
2591
2616
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2592
2617
|
queryId?: `query_${string}` | undefined;
|
|
2593
2618
|
requestId?: number | null | undefined;
|
|
@@ -2657,6 +2682,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2657
2682
|
schema: keyof import("../index.js").VaultSchema;
|
|
2658
2683
|
};
|
|
2659
2684
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2685
|
+
id?: `query_${string}` | undefined;
|
|
2660
2686
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2661
2687
|
queryId?: `query_${string}` | undefined;
|
|
2662
2688
|
requestId?: number | null | undefined;
|
|
@@ -2760,6 +2786,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2760
2786
|
schema: keyof import("../index.js").VaultSchema;
|
|
2761
2787
|
};
|
|
2762
2788
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2789
|
+
id?: `query_${string}` | undefined;
|
|
2763
2790
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2764
2791
|
queryId?: `query_${string}` | undefined;
|
|
2765
2792
|
requestId?: number | null | undefined;
|
|
@@ -2858,6 +2885,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2858
2885
|
schema: keyof import("../index.js").VaultSchema;
|
|
2859
2886
|
};
|
|
2860
2887
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2888
|
+
id?: `query_${string}` | undefined;
|
|
2861
2889
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2862
2890
|
queryId?: `query_${string}` | undefined;
|
|
2863
2891
|
requestId?: number | null | undefined;
|
|
@@ -3440,6 +3468,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3440
3468
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3441
3469
|
query: z.ZodArray<z.ZodObject<{
|
|
3442
3470
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
3471
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
3443
3472
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3444
3473
|
attribute: z.ZodObject<{
|
|
3445
3474
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -3463,6 +3492,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3463
3492
|
schema: keyof import("../index.js").VaultSchema;
|
|
3464
3493
|
};
|
|
3465
3494
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3495
|
+
id?: `query_${string}` | undefined;
|
|
3466
3496
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3467
3497
|
queryId?: `query_${string}` | undefined;
|
|
3468
3498
|
requestId?: number | null | undefined;
|
|
@@ -3473,6 +3503,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3473
3503
|
schema: keyof import("../index.js").VaultSchema;
|
|
3474
3504
|
};
|
|
3475
3505
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3506
|
+
id?: `query_${string}` | undefined;
|
|
3476
3507
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3477
3508
|
queryId?: `query_${string}` | undefined;
|
|
3478
3509
|
requestId?: number | null | undefined;
|
|
@@ -3487,6 +3518,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3487
3518
|
schema: keyof import("../index.js").VaultSchema;
|
|
3488
3519
|
};
|
|
3489
3520
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3521
|
+
id?: `query_${string}` | undefined;
|
|
3490
3522
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3491
3523
|
queryId?: `query_${string}` | undefined;
|
|
3492
3524
|
requestId?: number | null | undefined;
|
|
@@ -3553,6 +3585,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3553
3585
|
schema: keyof import("../index.js").VaultSchema;
|
|
3554
3586
|
};
|
|
3555
3587
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3588
|
+
id?: `query_${string}` | undefined;
|
|
3556
3589
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3557
3590
|
queryId?: `query_${string}` | undefined;
|
|
3558
3591
|
requestId?: number | null | undefined;
|
|
@@ -3622,6 +3655,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3622
3655
|
schema: keyof import("../index.js").VaultSchema;
|
|
3623
3656
|
};
|
|
3624
3657
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3658
|
+
id?: `query_${string}` | undefined;
|
|
3625
3659
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3626
3660
|
queryId?: `query_${string}` | undefined;
|
|
3627
3661
|
requestId?: number | null | undefined;
|
|
@@ -3691,6 +3725,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3691
3725
|
schema: keyof import("../index.js").VaultSchema;
|
|
3692
3726
|
};
|
|
3693
3727
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3728
|
+
id?: `query_${string}` | undefined;
|
|
3694
3729
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3695
3730
|
queryId?: `query_${string}` | undefined;
|
|
3696
3731
|
requestId?: number | null | undefined;
|
|
@@ -3794,6 +3829,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3794
3829
|
schema: keyof import("../index.js").VaultSchema;
|
|
3795
3830
|
};
|
|
3796
3831
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3832
|
+
id?: `query_${string}` | undefined;
|
|
3797
3833
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3798
3834
|
queryId?: `query_${string}` | undefined;
|
|
3799
3835
|
requestId?: number | null | undefined;
|
|
@@ -3892,6 +3928,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3892
3928
|
schema: keyof import("../index.js").VaultSchema;
|
|
3893
3929
|
};
|
|
3894
3930
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
3931
|
+
id?: `query_${string}` | undefined;
|
|
3895
3932
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3896
3933
|
queryId?: `query_${string}` | undefined;
|
|
3897
3934
|
requestId?: number | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAapC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAGF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;+BAAgC,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG1C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -1869,6 +1869,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1869
1869
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1870
1870
|
query: z.ZodArray<z.ZodObject<{
|
|
1871
1871
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
1872
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
1872
1873
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1873
1874
|
attribute: z.ZodObject<{
|
|
1874
1875
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -1892,6 +1893,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1892
1893
|
schema: keyof import("../index.js").VaultSchema;
|
|
1893
1894
|
};
|
|
1894
1895
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1896
|
+
id?: `query_${string}` | undefined;
|
|
1895
1897
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1896
1898
|
queryId?: `query_${string}` | undefined;
|
|
1897
1899
|
requestId?: number | null | undefined;
|
|
@@ -1902,6 +1904,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1902
1904
|
schema: keyof import("../index.js").VaultSchema;
|
|
1903
1905
|
};
|
|
1904
1906
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1907
|
+
id?: `query_${string}` | undefined;
|
|
1905
1908
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1906
1909
|
queryId?: `query_${string}` | undefined;
|
|
1907
1910
|
requestId?: number | null | undefined;
|
|
@@ -1916,6 +1919,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1916
1919
|
schema: keyof import("../index.js").VaultSchema;
|
|
1917
1920
|
};
|
|
1918
1921
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1922
|
+
id?: `query_${string}` | undefined;
|
|
1919
1923
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1920
1924
|
queryId?: `query_${string}` | undefined;
|
|
1921
1925
|
requestId?: number | null | undefined;
|
|
@@ -1982,6 +1986,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1982
1986
|
schema: keyof import("../index.js").VaultSchema;
|
|
1983
1987
|
};
|
|
1984
1988
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1989
|
+
id?: `query_${string}` | undefined;
|
|
1985
1990
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1986
1991
|
queryId?: `query_${string}` | undefined;
|
|
1987
1992
|
requestId?: number | null | undefined;
|
|
@@ -2051,6 +2056,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2051
2056
|
schema: keyof import("../index.js").VaultSchema;
|
|
2052
2057
|
};
|
|
2053
2058
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2059
|
+
id?: `query_${string}` | undefined;
|
|
2054
2060
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2055
2061
|
queryId?: `query_${string}` | undefined;
|
|
2056
2062
|
requestId?: number | null | undefined;
|
|
@@ -2120,6 +2126,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2120
2126
|
schema: keyof import("../index.js").VaultSchema;
|
|
2121
2127
|
};
|
|
2122
2128
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2129
|
+
id?: `query_${string}` | undefined;
|
|
2123
2130
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2124
2131
|
queryId?: `query_${string}` | undefined;
|
|
2125
2132
|
requestId?: number | null | undefined;
|
|
@@ -2223,6 +2230,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2223
2230
|
schema: keyof import("../index.js").VaultSchema;
|
|
2224
2231
|
};
|
|
2225
2232
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2233
|
+
id?: `query_${string}` | undefined;
|
|
2226
2234
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2227
2235
|
queryId?: `query_${string}` | undefined;
|
|
2228
2236
|
requestId?: number | null | undefined;
|
|
@@ -2320,6 +2328,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2320
2328
|
schema: keyof import("../index.js").VaultSchema;
|
|
2321
2329
|
};
|
|
2322
2330
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2331
|
+
id?: `query_${string}` | undefined;
|
|
2323
2332
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2324
2333
|
queryId?: `query_${string}` | undefined;
|
|
2325
2334
|
requestId?: number | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -997,6 +997,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
997
997
|
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
998
998
|
query: z.ZodArray<z.ZodObject<{
|
|
999
999
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
1000
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
1000
1001
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1001
1002
|
attribute: z.ZodObject<{
|
|
1002
1003
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -1020,6 +1021,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1020
1021
|
schema: keyof import("../index.js").VaultSchema;
|
|
1021
1022
|
};
|
|
1022
1023
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1024
|
+
id?: `query_${string}` | undefined;
|
|
1023
1025
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1024
1026
|
queryId?: `query_${string}` | undefined;
|
|
1025
1027
|
requestId?: number | null | undefined;
|
|
@@ -1030,6 +1032,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1030
1032
|
schema: keyof import("../index.js").VaultSchema;
|
|
1031
1033
|
};
|
|
1032
1034
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1035
|
+
id?: `query_${string}` | undefined;
|
|
1033
1036
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1034
1037
|
queryId?: `query_${string}` | undefined;
|
|
1035
1038
|
requestId?: number | null | undefined;
|
|
@@ -1044,6 +1047,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1044
1047
|
schema: keyof import("../index.js").VaultSchema;
|
|
1045
1048
|
};
|
|
1046
1049
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1050
|
+
id?: `query_${string}` | undefined;
|
|
1047
1051
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1048
1052
|
queryId?: `query_${string}` | undefined;
|
|
1049
1053
|
requestId?: number | null | undefined;
|
|
@@ -1110,6 +1114,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1110
1114
|
schema: keyof import("../index.js").VaultSchema;
|
|
1111
1115
|
};
|
|
1112
1116
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1117
|
+
id?: `query_${string}` | undefined;
|
|
1113
1118
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1114
1119
|
queryId?: `query_${string}` | undefined;
|
|
1115
1120
|
requestId?: number | null | undefined;
|
|
@@ -1179,6 +1184,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1179
1184
|
schema: keyof import("../index.js").VaultSchema;
|
|
1180
1185
|
};
|
|
1181
1186
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1187
|
+
id?: `query_${string}` | undefined;
|
|
1182
1188
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1183
1189
|
queryId?: `query_${string}` | undefined;
|
|
1184
1190
|
requestId?: number | null | undefined;
|
|
@@ -1248,6 +1254,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1248
1254
|
schema: keyof import("../index.js").VaultSchema;
|
|
1249
1255
|
};
|
|
1250
1256
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1257
|
+
id?: `query_${string}` | undefined;
|
|
1251
1258
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1252
1259
|
queryId?: `query_${string}` | undefined;
|
|
1253
1260
|
requestId?: number | null | undefined;
|
|
@@ -1351,6 +1358,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1351
1358
|
schema: keyof import("../index.js").VaultSchema;
|
|
1352
1359
|
};
|
|
1353
1360
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1361
|
+
id?: `query_${string}` | undefined;
|
|
1354
1362
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1355
1363
|
queryId?: `query_${string}` | undefined;
|
|
1356
1364
|
requestId?: number | null | undefined;
|
|
@@ -1449,6 +1457,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1449
1457
|
schema: keyof import("../index.js").VaultSchema;
|
|
1450
1458
|
};
|
|
1451
1459
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1460
|
+
id?: `query_${string}` | undefined;
|
|
1452
1461
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1453
1462
|
queryId?: `query_${string}` | undefined;
|
|
1454
1463
|
requestId?: number | null | undefined;
|
|
@@ -2411,6 +2420,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2411
2420
|
optional: z.ZodOptional<z.ZodBoolean>;
|
|
2412
2421
|
query: z.ZodObject<{
|
|
2413
2422
|
queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
2423
|
+
id: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
|
|
2414
2424
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2415
2425
|
attribute: z.ZodObject<{
|
|
2416
2426
|
version: z.ZodEnum<["v1"]>;
|
|
@@ -2434,6 +2444,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2434
2444
|
schema: keyof import("../index.js").VaultSchema;
|
|
2435
2445
|
};
|
|
2436
2446
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2447
|
+
id?: `query_${string}` | undefined;
|
|
2437
2448
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2438
2449
|
queryId?: `query_${string}` | undefined;
|
|
2439
2450
|
requestId?: number | null | undefined;
|
|
@@ -2444,6 +2455,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2444
2455
|
schema: keyof import("../index.js").VaultSchema;
|
|
2445
2456
|
};
|
|
2446
2457
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2458
|
+
id?: `query_${string}` | undefined;
|
|
2447
2459
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2448
2460
|
queryId?: `query_${string}` | undefined;
|
|
2449
2461
|
requestId?: number | null | undefined;
|
|
@@ -2457,6 +2469,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2457
2469
|
schema: keyof import("../index.js").VaultSchema;
|
|
2458
2470
|
};
|
|
2459
2471
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2472
|
+
id?: `query_${string}` | undefined;
|
|
2460
2473
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2461
2474
|
queryId?: `query_${string}` | undefined;
|
|
2462
2475
|
requestId?: number | null | undefined;
|
|
@@ -2472,6 +2485,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2472
2485
|
schema: keyof import("../index.js").VaultSchema;
|
|
2473
2486
|
};
|
|
2474
2487
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2488
|
+
id?: `query_${string}` | undefined;
|
|
2475
2489
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2476
2490
|
queryId?: `query_${string}` | undefined;
|
|
2477
2491
|
requestId?: number | null | undefined;
|
|
@@ -2490,6 +2504,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2490
2504
|
schema: keyof import("../index.js").VaultSchema;
|
|
2491
2505
|
};
|
|
2492
2506
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2507
|
+
id?: `query_${string}` | undefined;
|
|
2493
2508
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2494
2509
|
queryId?: `query_${string}` | undefined;
|
|
2495
2510
|
requestId?: number | null | undefined;
|
|
@@ -2508,6 +2523,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2508
2523
|
schema: keyof import("../index.js").VaultSchema;
|
|
2509
2524
|
};
|
|
2510
2525
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2526
|
+
id?: `query_${string}` | undefined;
|
|
2511
2527
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2512
2528
|
queryId?: `query_${string}` | undefined;
|
|
2513
2529
|
requestId?: number | null | undefined;
|
|
@@ -2536,6 +2552,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2536
2552
|
schema: keyof import("../index.js").VaultSchema;
|
|
2537
2553
|
};
|
|
2538
2554
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2555
|
+
id?: `query_${string}` | undefined;
|
|
2539
2556
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2540
2557
|
queryId?: `query_${string}` | undefined;
|
|
2541
2558
|
requestId?: number | null | undefined;
|
|
@@ -2564,6 +2581,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2564
2581
|
schema: keyof import("../index.js").VaultSchema;
|
|
2565
2582
|
};
|
|
2566
2583
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2584
|
+
id?: `query_${string}` | undefined;
|
|
2567
2585
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2568
2586
|
queryId?: `query_${string}` | undefined;
|
|
2569
2587
|
requestId?: number | null | undefined;
|
|
@@ -2594,6 +2612,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2594
2612
|
schema: keyof import("../index.js").VaultSchema;
|
|
2595
2613
|
};
|
|
2596
2614
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2615
|
+
id?: `query_${string}` | undefined;
|
|
2597
2616
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2598
2617
|
queryId?: `query_${string}` | undefined;
|
|
2599
2618
|
requestId?: number | null | undefined;
|
|
@@ -2634,6 +2653,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
|
|
|
2634
2653
|
schema: keyof import("../index.js").VaultSchema;
|
|
2635
2654
|
};
|
|
2636
2655
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2656
|
+
id?: `query_${string}` | undefined;
|
|
2637
2657
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2638
2658
|
queryId?: `query_${string}` | undefined;
|
|
2639
2659
|
requestId?: number | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAa5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAa5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAI1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAanC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAChF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAC"}
|