@nexeraid/identity-schemas 2.89.0-dev → 2.91.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-f1ef13c5.cjs.prod.cjs → CoinMarketCap.schema-0e5785aa.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-3fec144d.esm.mjs → CoinMarketCap.schema-45c1455f.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-58b9912d.cjs.dev.cjs → CoinMarketCap.schema-98230862.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +225 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +53 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +159 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +187 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +370 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +109 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +22 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +34 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +184 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-bc129daa.cjs.prod.cjs → identity-api.schema-330ff450.cjs.prod.cjs} +6 -1
- package/dist/{identity-api.schema-2ccce22f.esm.mjs → identity-api.schema-696f245d.esm.mjs} +6 -1
- package/dist/{identity-api.schema-faf22a9b.cjs.dev.cjs → identity-api.schema-ca16cca2.cjs.dev.cjs} +6 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-d43fcd79.cjs.dev.cjs → tfhe-utilities-15d05b4b.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-013c67cf.cjs.prod.cjs → tfhe-utilities-706fec03.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-e9aaec13.esm.mjs → tfhe-utilities-fd668f52.esm.mjs} +2 -2
- package/dist/{vault.schema-fdae33c2.esm.mjs → vault.schema-607626e2.esm.mjs} +79 -6
- package/dist/{vault.schema-b7821ae9.cjs.dev.cjs → vault.schema-c507b278.cjs.dev.cjs} +79 -6
- package/dist/{vault.schema-f56c958e.cjs.prod.cjs → vault.schema-faff845c.cjs.prod.cjs} +79 -6
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-faff845c.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-330ff450.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-3fec144d.esm.mjs → CoinMarketCap.schema-45c1455f.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-
|
|
3
|
-
import { ah as SdkVerificationOutput, j as CustomerStatus, bb as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, cl as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-607626e2.esm.mjs';
|
|
3
|
+
import { ah as SdkVerificationOutput, j as CustomerStatus, bb as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, cl as CredentialType } from './identity-api.schema-696f245d.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-58b9912d.cjs.dev.cjs → CoinMarketCap.schema-98230862.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-c507b278.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-ca16cca2.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -256,6 +256,19 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
256
256
|
version: "v1";
|
|
257
257
|
schema: keyof import("../index.js").VaultSchema;
|
|
258
258
|
}>;
|
|
259
|
+
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
260
|
+
version: z.ZodEnum<["v1"]>;
|
|
261
|
+
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
262
|
+
path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
|
|
263
|
+
}, "strip", z.ZodTypeAny, {
|
|
264
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
265
|
+
version: "v1";
|
|
266
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
267
|
+
}, {
|
|
268
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
269
|
+
version: "v1";
|
|
270
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
271
|
+
}>>>;
|
|
259
272
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
260
273
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
261
274
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -269,6 +282,11 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
269
282
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
270
283
|
queryId?: `query_${string}` | undefined;
|
|
271
284
|
requestId?: number | null | undefined;
|
|
285
|
+
secondaryAttribute?: {
|
|
286
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
287
|
+
version: "v1";
|
|
288
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
289
|
+
} | null | undefined;
|
|
272
290
|
}, {
|
|
273
291
|
attribute: {
|
|
274
292
|
path: import("../index.js").VaultSchemaPaths;
|
|
@@ -280,6 +298,11 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
280
298
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
281
299
|
queryId?: `query_${string}` | undefined;
|
|
282
300
|
requestId?: number | null | undefined;
|
|
301
|
+
secondaryAttribute?: {
|
|
302
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
303
|
+
version: "v1";
|
|
304
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
305
|
+
} | null | undefined;
|
|
283
306
|
}>, "many">;
|
|
284
307
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
285
308
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -295,6 +318,11 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
295
318
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
296
319
|
queryId?: `query_${string}` | undefined;
|
|
297
320
|
requestId?: number | null | undefined;
|
|
321
|
+
secondaryAttribute?: {
|
|
322
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
323
|
+
version: "v1";
|
|
324
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
325
|
+
} | null | undefined;
|
|
298
326
|
}[];
|
|
299
327
|
sessionId: string;
|
|
300
328
|
executionId: string;
|
|
@@ -362,6 +390,11 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
362
390
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
363
391
|
queryId?: `query_${string}` | undefined;
|
|
364
392
|
requestId?: number | null | undefined;
|
|
393
|
+
secondaryAttribute?: {
|
|
394
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
395
|
+
version: "v1";
|
|
396
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
397
|
+
} | null | undefined;
|
|
365
398
|
}[];
|
|
366
399
|
sessionId: string;
|
|
367
400
|
executionId: string;
|
|
@@ -994,6 +1027,19 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
994
1027
|
version: "v1";
|
|
995
1028
|
schema: keyof import("../index.js").VaultSchema;
|
|
996
1029
|
}>;
|
|
1030
|
+
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1031
|
+
version: z.ZodEnum<["v1"]>;
|
|
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[]]>;
|
|
1034
|
+
}, "strip", z.ZodTypeAny, {
|
|
1035
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1036
|
+
version: "v1";
|
|
1037
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1038
|
+
}, {
|
|
1039
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1040
|
+
version: "v1";
|
|
1041
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1042
|
+
}>>>;
|
|
997
1043
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
998
1044
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
999
1045
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1007,6 +1053,11 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1007
1053
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1008
1054
|
queryId?: `query_${string}` | undefined;
|
|
1009
1055
|
requestId?: number | null | undefined;
|
|
1056
|
+
secondaryAttribute?: {
|
|
1057
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1058
|
+
version: "v1";
|
|
1059
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1060
|
+
} | null | undefined;
|
|
1010
1061
|
}, {
|
|
1011
1062
|
attribute: {
|
|
1012
1063
|
path: import("../index.js").VaultSchemaPaths;
|
|
@@ -1018,6 +1069,11 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1018
1069
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1019
1070
|
queryId?: `query_${string}` | undefined;
|
|
1020
1071
|
requestId?: number | null | undefined;
|
|
1072
|
+
secondaryAttribute?: {
|
|
1073
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1074
|
+
version: "v1";
|
|
1075
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1076
|
+
} | null | undefined;
|
|
1021
1077
|
}>, "many">;
|
|
1022
1078
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1023
1079
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1033,6 +1089,11 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1033
1089
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1034
1090
|
queryId?: `query_${string}` | undefined;
|
|
1035
1091
|
requestId?: number | null | undefined;
|
|
1092
|
+
secondaryAttribute?: {
|
|
1093
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1094
|
+
version: "v1";
|
|
1095
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1096
|
+
} | null | undefined;
|
|
1036
1097
|
}[];
|
|
1037
1098
|
sessionId: string;
|
|
1038
1099
|
executionId: string;
|
|
@@ -1100,6 +1161,11 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1100
1161
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1101
1162
|
queryId?: `query_${string}` | undefined;
|
|
1102
1163
|
requestId?: number | null | undefined;
|
|
1164
|
+
secondaryAttribute?: {
|
|
1165
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1166
|
+
version: "v1";
|
|
1167
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1168
|
+
} | null | undefined;
|
|
1103
1169
|
}[];
|
|
1104
1170
|
sessionId: string;
|
|
1105
1171
|
executionId: string;
|
|
@@ -1170,6 +1236,11 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1170
1236
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1171
1237
|
queryId?: `query_${string}` | undefined;
|
|
1172
1238
|
requestId?: number | null | undefined;
|
|
1239
|
+
secondaryAttribute?: {
|
|
1240
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1241
|
+
version: "v1";
|
|
1242
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1243
|
+
} | null | undefined;
|
|
1173
1244
|
}[];
|
|
1174
1245
|
sessionId: string;
|
|
1175
1246
|
executionId: string;
|
|
@@ -1240,6 +1311,11 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1240
1311
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1241
1312
|
queryId?: `query_${string}` | undefined;
|
|
1242
1313
|
requestId?: number | null | undefined;
|
|
1314
|
+
secondaryAttribute?: {
|
|
1315
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1316
|
+
version: "v1";
|
|
1317
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1318
|
+
} | null | undefined;
|
|
1243
1319
|
}[];
|
|
1244
1320
|
sessionId: string;
|
|
1245
1321
|
executionId: string;
|
|
@@ -1716,6 +1792,19 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1716
1792
|
version: "v1";
|
|
1717
1793
|
schema: keyof import("../index.js").VaultSchema;
|
|
1718
1794
|
}>;
|
|
1795
|
+
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1796
|
+
version: z.ZodEnum<["v1"]>;
|
|
1797
|
+
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
1798
|
+
path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
|
|
1799
|
+
}, "strip", z.ZodTypeAny, {
|
|
1800
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1801
|
+
version: "v1";
|
|
1802
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1803
|
+
}, {
|
|
1804
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1805
|
+
version: "v1";
|
|
1806
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1807
|
+
}>>>;
|
|
1719
1808
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1720
1809
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
1721
1810
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1729,6 +1818,11 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1729
1818
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1730
1819
|
queryId?: `query_${string}` | undefined;
|
|
1731
1820
|
requestId?: number | null | undefined;
|
|
1821
|
+
secondaryAttribute?: {
|
|
1822
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1823
|
+
version: "v1";
|
|
1824
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1825
|
+
} | null | undefined;
|
|
1732
1826
|
}, {
|
|
1733
1827
|
attribute: {
|
|
1734
1828
|
path: import("../index.js").VaultSchemaPaths;
|
|
@@ -1740,6 +1834,11 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1740
1834
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1741
1835
|
queryId?: `query_${string}` | undefined;
|
|
1742
1836
|
requestId?: number | null | undefined;
|
|
1837
|
+
secondaryAttribute?: {
|
|
1838
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1839
|
+
version: "v1";
|
|
1840
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1841
|
+
} | null | undefined;
|
|
1743
1842
|
}>, "many">;
|
|
1744
1843
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1745
1844
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1755,6 +1854,11 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1755
1854
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1756
1855
|
queryId?: `query_${string}` | undefined;
|
|
1757
1856
|
requestId?: number | null | undefined;
|
|
1857
|
+
secondaryAttribute?: {
|
|
1858
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1859
|
+
version: "v1";
|
|
1860
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1861
|
+
} | null | undefined;
|
|
1758
1862
|
}[];
|
|
1759
1863
|
sessionId: string;
|
|
1760
1864
|
executionId: string;
|
|
@@ -1822,6 +1926,11 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1822
1926
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1823
1927
|
queryId?: `query_${string}` | undefined;
|
|
1824
1928
|
requestId?: number | null | undefined;
|
|
1929
|
+
secondaryAttribute?: {
|
|
1930
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1931
|
+
version: "v1";
|
|
1932
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1933
|
+
} | null | undefined;
|
|
1825
1934
|
}[];
|
|
1826
1935
|
sessionId: string;
|
|
1827
1936
|
executionId: string;
|
|
@@ -1892,6 +2001,11 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1892
2001
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1893
2002
|
queryId?: `query_${string}` | undefined;
|
|
1894
2003
|
requestId?: number | null | undefined;
|
|
2004
|
+
secondaryAttribute?: {
|
|
2005
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2006
|
+
version: "v1";
|
|
2007
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2008
|
+
} | null | undefined;
|
|
1895
2009
|
}[];
|
|
1896
2010
|
sessionId: string;
|
|
1897
2011
|
executionId: string;
|
|
@@ -1962,6 +2076,11 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1962
2076
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1963
2077
|
queryId?: `query_${string}` | undefined;
|
|
1964
2078
|
requestId?: number | null | undefined;
|
|
2079
|
+
secondaryAttribute?: {
|
|
2080
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2081
|
+
version: "v1";
|
|
2082
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2083
|
+
} | null | undefined;
|
|
1965
2084
|
}[];
|
|
1966
2085
|
sessionId: string;
|
|
1967
2086
|
executionId: string;
|
|
@@ -2440,6 +2559,19 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2440
2559
|
version: "v1";
|
|
2441
2560
|
schema: keyof import("../index.js").VaultSchema;
|
|
2442
2561
|
}>;
|
|
2562
|
+
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2563
|
+
version: z.ZodEnum<["v1"]>;
|
|
2564
|
+
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
2565
|
+
path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
|
|
2566
|
+
}, "strip", z.ZodTypeAny, {
|
|
2567
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2568
|
+
version: "v1";
|
|
2569
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2570
|
+
}, {
|
|
2571
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2572
|
+
version: "v1";
|
|
2573
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2574
|
+
}>>>;
|
|
2443
2575
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
2444
2576
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
2445
2577
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2453,6 +2585,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2453
2585
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2454
2586
|
queryId?: `query_${string}` | undefined;
|
|
2455
2587
|
requestId?: number | null | undefined;
|
|
2588
|
+
secondaryAttribute?: {
|
|
2589
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2590
|
+
version: "v1";
|
|
2591
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2592
|
+
} | null | undefined;
|
|
2456
2593
|
}, {
|
|
2457
2594
|
attribute: {
|
|
2458
2595
|
path: import("../index.js").VaultSchemaPaths;
|
|
@@ -2464,6 +2601,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2464
2601
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2465
2602
|
queryId?: `query_${string}` | undefined;
|
|
2466
2603
|
requestId?: number | null | undefined;
|
|
2604
|
+
secondaryAttribute?: {
|
|
2605
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2606
|
+
version: "v1";
|
|
2607
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2608
|
+
} | null | undefined;
|
|
2467
2609
|
}>, "many">;
|
|
2468
2610
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
2469
2611
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2479,6 +2621,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2479
2621
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2480
2622
|
queryId?: `query_${string}` | undefined;
|
|
2481
2623
|
requestId?: number | null | undefined;
|
|
2624
|
+
secondaryAttribute?: {
|
|
2625
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2626
|
+
version: "v1";
|
|
2627
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2628
|
+
} | null | undefined;
|
|
2482
2629
|
}[];
|
|
2483
2630
|
sessionId: string;
|
|
2484
2631
|
executionId: string;
|
|
@@ -2546,6 +2693,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2546
2693
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2547
2694
|
queryId?: `query_${string}` | undefined;
|
|
2548
2695
|
requestId?: number | null | undefined;
|
|
2696
|
+
secondaryAttribute?: {
|
|
2697
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2698
|
+
version: "v1";
|
|
2699
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2700
|
+
} | null | undefined;
|
|
2549
2701
|
}[];
|
|
2550
2702
|
sessionId: string;
|
|
2551
2703
|
executionId: string;
|
|
@@ -2616,6 +2768,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2616
2768
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2617
2769
|
queryId?: `query_${string}` | undefined;
|
|
2618
2770
|
requestId?: number | null | undefined;
|
|
2771
|
+
secondaryAttribute?: {
|
|
2772
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2773
|
+
version: "v1";
|
|
2774
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2775
|
+
} | null | undefined;
|
|
2619
2776
|
}[];
|
|
2620
2777
|
sessionId: string;
|
|
2621
2778
|
executionId: string;
|
|
@@ -2686,6 +2843,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2686
2843
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2687
2844
|
queryId?: `query_${string}` | undefined;
|
|
2688
2845
|
requestId?: number | null | undefined;
|
|
2846
|
+
secondaryAttribute?: {
|
|
2847
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2848
|
+
version: "v1";
|
|
2849
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2850
|
+
} | null | undefined;
|
|
2689
2851
|
}[];
|
|
2690
2852
|
sessionId: string;
|
|
2691
2853
|
executionId: string;
|
|
@@ -2790,6 +2952,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2790
2952
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2791
2953
|
queryId?: `query_${string}` | undefined;
|
|
2792
2954
|
requestId?: number | null | undefined;
|
|
2955
|
+
secondaryAttribute?: {
|
|
2956
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2957
|
+
version: "v1";
|
|
2958
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2959
|
+
} | null | undefined;
|
|
2793
2960
|
}[];
|
|
2794
2961
|
sessionId: string;
|
|
2795
2962
|
executionId: string;
|
|
@@ -2889,6 +3056,11 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2889
3056
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2890
3057
|
queryId?: `query_${string}` | undefined;
|
|
2891
3058
|
requestId?: number | null | undefined;
|
|
3059
|
+
secondaryAttribute?: {
|
|
3060
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3061
|
+
version: "v1";
|
|
3062
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3063
|
+
} | null | undefined;
|
|
2892
3064
|
}[];
|
|
2893
3065
|
sessionId: string;
|
|
2894
3066
|
executionId: string;
|
|
@@ -3483,6 +3655,19 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3483
3655
|
version: "v1";
|
|
3484
3656
|
schema: keyof import("../index.js").VaultSchema;
|
|
3485
3657
|
}>;
|
|
3658
|
+
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3659
|
+
version: z.ZodEnum<["v1"]>;
|
|
3660
|
+
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
3661
|
+
path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
|
|
3662
|
+
}, "strip", z.ZodTypeAny, {
|
|
3663
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3664
|
+
version: "v1";
|
|
3665
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3666
|
+
}, {
|
|
3667
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3668
|
+
version: "v1";
|
|
3669
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3670
|
+
}>>>;
|
|
3486
3671
|
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
3487
3672
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists", "$has", "$nhas"]>;
|
|
3488
3673
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3496,6 +3681,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3496
3681
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3497
3682
|
queryId?: `query_${string}` | undefined;
|
|
3498
3683
|
requestId?: number | null | undefined;
|
|
3684
|
+
secondaryAttribute?: {
|
|
3685
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3686
|
+
version: "v1";
|
|
3687
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3688
|
+
} | null | undefined;
|
|
3499
3689
|
}, {
|
|
3500
3690
|
attribute: {
|
|
3501
3691
|
path: import("../index.js").VaultSchemaPaths;
|
|
@@ -3507,6 +3697,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3507
3697
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3508
3698
|
queryId?: `query_${string}` | undefined;
|
|
3509
3699
|
requestId?: number | null | undefined;
|
|
3700
|
+
secondaryAttribute?: {
|
|
3701
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3702
|
+
version: "v1";
|
|
3703
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3704
|
+
} | null | undefined;
|
|
3510
3705
|
}>, "many">;
|
|
3511
3706
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
3512
3707
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3522,6 +3717,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3522
3717
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3523
3718
|
queryId?: `query_${string}` | undefined;
|
|
3524
3719
|
requestId?: number | null | undefined;
|
|
3720
|
+
secondaryAttribute?: {
|
|
3721
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3722
|
+
version: "v1";
|
|
3723
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3724
|
+
} | null | undefined;
|
|
3525
3725
|
}[];
|
|
3526
3726
|
sessionId: string;
|
|
3527
3727
|
executionId: string;
|
|
@@ -3589,6 +3789,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3589
3789
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3590
3790
|
queryId?: `query_${string}` | undefined;
|
|
3591
3791
|
requestId?: number | null | undefined;
|
|
3792
|
+
secondaryAttribute?: {
|
|
3793
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3794
|
+
version: "v1";
|
|
3795
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3796
|
+
} | null | undefined;
|
|
3592
3797
|
}[];
|
|
3593
3798
|
sessionId: string;
|
|
3594
3799
|
executionId: string;
|
|
@@ -3659,6 +3864,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3659
3864
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3660
3865
|
queryId?: `query_${string}` | undefined;
|
|
3661
3866
|
requestId?: number | null | undefined;
|
|
3867
|
+
secondaryAttribute?: {
|
|
3868
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3869
|
+
version: "v1";
|
|
3870
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3871
|
+
} | null | undefined;
|
|
3662
3872
|
}[];
|
|
3663
3873
|
sessionId: string;
|
|
3664
3874
|
executionId: string;
|
|
@@ -3729,6 +3939,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3729
3939
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3730
3940
|
queryId?: `query_${string}` | undefined;
|
|
3731
3941
|
requestId?: number | null | undefined;
|
|
3942
|
+
secondaryAttribute?: {
|
|
3943
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
3944
|
+
version: "v1";
|
|
3945
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
3946
|
+
} | null | undefined;
|
|
3732
3947
|
}[];
|
|
3733
3948
|
sessionId: string;
|
|
3734
3949
|
executionId: string;
|
|
@@ -3833,6 +4048,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3833
4048
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3834
4049
|
queryId?: `query_${string}` | undefined;
|
|
3835
4050
|
requestId?: number | null | undefined;
|
|
4051
|
+
secondaryAttribute?: {
|
|
4052
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
4053
|
+
version: "v1";
|
|
4054
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
4055
|
+
} | null | undefined;
|
|
3836
4056
|
}[];
|
|
3837
4057
|
sessionId: string;
|
|
3838
4058
|
executionId: string;
|
|
@@ -3932,6 +4152,11 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3932
4152
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
3933
4153
|
queryId?: `query_${string}` | undefined;
|
|
3934
4154
|
requestId?: number | null | undefined;
|
|
4155
|
+
secondaryAttribute?: {
|
|
4156
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
4157
|
+
version: "v1";
|
|
4158
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
4159
|
+
} | null | undefined;
|
|
3935
4160
|
}[];
|
|
3936
4161
|
sessionId: string;
|
|
3937
4162
|
executionId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAapC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAGF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC;AAEnE,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CACjD,OAAO,6BAA6B,CACrC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;+BAAgC,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIpC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG1C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIhC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|