@nexeraid/identity-schemas 2.37.0 → 2.38.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-6a1ff221.cjs.prod.cjs → CoinMarketCap.schema-5142a776.cjs.prod.cjs} +23 -12
- package/dist/{CoinMarketCap.schema-aefa43e8.cjs.dev.cjs → CoinMarketCap.schema-f5000da2.cjs.dev.cjs} +23 -12
- package/dist/{CoinMarketCap.schema-280414c3.esm.mjs → CoinMarketCap.schema-f9a98f8e.esm.mjs} +11 -2
- package/dist/declarations/src/customer.schema.d.ts +7 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +358 -170
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +86 -42
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +190 -94
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +141 -565
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +316 -562
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +145 -53
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +42 -42
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +16 -16
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +36 -36
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +32 -32
- package/dist/declarations/src/providers/provider.schema.d.ts +469 -469
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
- package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +100 -100
- package/dist/declarations/src/vault/data-link.schema.d.ts +8 -0
- package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -0
- package/dist/declarations/src/vault/index.d.ts +3 -0
- package/dist/declarations/src/vault/index.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +897 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +47 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1859 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +219 -0
- package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1139 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +61 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +2808 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +5 -10
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +8764 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +100 -100
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1362 -1480
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
- package/dist/{frontend-utilities.schema-2cdacfcb.cjs.dev.cjs → frontend-utilities.schema-3dbbc782.cjs.dev.cjs} +7 -6
- package/dist/{frontend-utilities.schema-2c6e346e.esm.mjs → frontend-utilities.schema-aae337dd.esm.mjs} +2 -1
- package/dist/{frontend-utilities.schema-fb803ead.cjs.prod.cjs → frontend-utilities.schema-b58a8d24.cjs.prod.cjs} +7 -6
- package/dist/identity-api.schema-185a6e6e.cjs.dev.cjs +2012 -0
- package/dist/identity-api.schema-774e69d4.cjs.prod.cjs +2012 -0
- package/dist/identity-api.schema-80658b16.esm.mjs +1654 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +124 -98
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +124 -98
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -4
- package/dist/package.json +25 -5
- package/dist/vault.schema-05a9f7fa.cjs.dev.cjs +6349 -0
- package/dist/vault.schema-d868aba3.cjs.prod.cjs +6349 -0
- package/dist/vault.schema-dc014e8d.esm.mjs +6238 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +16 -22
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +16 -22
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -1
- package/package.json +25 -5
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.cjs +7 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.cts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.mts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.ts +2 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +25 -0
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +25 -0
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -0
- package/vault/package.json +4 -0
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +35 -20
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +35 -20
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -17
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -17
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -3
- package/dist/identity-api.schema-79b2c3a7.esm.mjs +0 -3485
- package/dist/identity-api.schema-ab731fb2.cjs.prod.cjs +0 -3895
- package/dist/identity-api.schema-d2a8b678.cjs.dev.cjs +0 -3895
- package/dist/transaction.schema-16357ae0.esm.mjs +0 -65
- package/dist/transaction.schema-548b315f.cjs.prod.cjs +0 -101
- package/dist/transaction.schema-8c266a30.cjs.dev.cjs +0 -101
|
@@ -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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"}
|
|
@@ -6,14 +6,14 @@ export declare const SimplifiedCredential: z.ZodObject<{
|
|
|
6
6
|
journeyId: z.ZodString;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
id: string;
|
|
9
|
-
journeyId: string;
|
|
10
9
|
type: string[];
|
|
11
10
|
issuanceDate: string;
|
|
11
|
+
journeyId: string;
|
|
12
12
|
}, {
|
|
13
13
|
id: string;
|
|
14
|
-
journeyId: string;
|
|
15
14
|
type: string[];
|
|
16
15
|
issuanceDate: string;
|
|
16
|
+
journeyId: string;
|
|
17
17
|
}>;
|
|
18
18
|
export type SimplifiedCredential = z.infer<typeof SimplifiedCredential>;
|
|
19
19
|
/**
|
|
@@ -42,14 +42,14 @@ export declare const GetCredentialsResponse: z.ZodObject<{
|
|
|
42
42
|
journeyId: z.ZodString;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
44
|
id: string;
|
|
45
|
-
journeyId: string;
|
|
46
45
|
type: string[];
|
|
47
46
|
issuanceDate: string;
|
|
47
|
+
journeyId: string;
|
|
48
48
|
}, {
|
|
49
49
|
id: string;
|
|
50
|
-
journeyId: string;
|
|
51
50
|
type: string[];
|
|
52
51
|
issuanceDate: string;
|
|
52
|
+
journeyId: string;
|
|
53
53
|
}>, "many">;
|
|
54
54
|
identifier: z.ZodString;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57,18 +57,18 @@ export declare const GetCredentialsResponse: z.ZodObject<{
|
|
|
57
57
|
identifier: string;
|
|
58
58
|
credentials: {
|
|
59
59
|
id: string;
|
|
60
|
-
journeyId: string;
|
|
61
60
|
type: string[];
|
|
62
61
|
issuanceDate: string;
|
|
62
|
+
journeyId: string;
|
|
63
63
|
}[];
|
|
64
64
|
}, {
|
|
65
65
|
type: "polygonIdCredentials";
|
|
66
66
|
identifier: string;
|
|
67
67
|
credentials: {
|
|
68
68
|
id: string;
|
|
69
|
-
journeyId: string;
|
|
70
69
|
type: string[];
|
|
71
70
|
issuanceDate: string;
|
|
71
|
+
journeyId: string;
|
|
72
72
|
}[];
|
|
73
73
|
}>;
|
|
74
74
|
export type GetCredentialsResponse = z.infer<typeof GetCredentialsResponse>;
|
|
@@ -2292,14 +2292,14 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2292
2292
|
journeyId: z.ZodString;
|
|
2293
2293
|
}, "strip", z.ZodTypeAny, {
|
|
2294
2294
|
id: string;
|
|
2295
|
-
journeyId: string;
|
|
2296
2295
|
type: string[];
|
|
2297
2296
|
issuanceDate: string;
|
|
2297
|
+
journeyId: string;
|
|
2298
2298
|
}, {
|
|
2299
2299
|
id: string;
|
|
2300
|
-
journeyId: string;
|
|
2301
2300
|
type: string[];
|
|
2302
2301
|
issuanceDate: string;
|
|
2302
|
+
journeyId: string;
|
|
2303
2303
|
}>, "many">;
|
|
2304
2304
|
identifier: z.ZodString;
|
|
2305
2305
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2307,18 +2307,18 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2307
2307
|
identifier: string;
|
|
2308
2308
|
credentials: {
|
|
2309
2309
|
id: string;
|
|
2310
|
-
journeyId: string;
|
|
2311
2310
|
type: string[];
|
|
2312
2311
|
issuanceDate: string;
|
|
2312
|
+
journeyId: string;
|
|
2313
2313
|
}[];
|
|
2314
2314
|
}, {
|
|
2315
2315
|
type: "polygonIdCredentials";
|
|
2316
2316
|
identifier: string;
|
|
2317
2317
|
credentials: {
|
|
2318
2318
|
id: string;
|
|
2319
|
-
journeyId: string;
|
|
2320
2319
|
type: string[];
|
|
2321
2320
|
issuanceDate: string;
|
|
2321
|
+
journeyId: string;
|
|
2322
2322
|
}[];
|
|
2323
2323
|
}>, z.ZodObject<{
|
|
2324
2324
|
type: z.ZodLiteral<"polygonIdResponse">;
|
|
@@ -1481,7 +1481,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1481
1481
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1482
1482
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
1483
1483
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1484
|
-
objectType: z.ZodEnum<["
|
|
1484
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
1485
1485
|
objectId: z.ZodString;
|
|
1486
1486
|
name: z.ZodString;
|
|
1487
1487
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -1524,7 +1524,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1524
1524
|
};
|
|
1525
1525
|
executionId: string;
|
|
1526
1526
|
scenarioId: string;
|
|
1527
|
-
objectType: "
|
|
1527
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1528
1528
|
objectId: string;
|
|
1529
1529
|
address?: string | null | undefined;
|
|
1530
1530
|
}, {
|
|
@@ -1538,7 +1538,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1538
1538
|
};
|
|
1539
1539
|
executionId: string;
|
|
1540
1540
|
scenarioId: string;
|
|
1541
|
-
objectType: "
|
|
1541
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1542
1542
|
objectId: string;
|
|
1543
1543
|
address?: string | null | undefined;
|
|
1544
1544
|
}>, "many">, "many">>;
|
|
@@ -1557,7 +1557,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1557
1557
|
};
|
|
1558
1558
|
executionId: string;
|
|
1559
1559
|
scenarioId: string;
|
|
1560
|
-
objectType: "
|
|
1560
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1561
1561
|
objectId: string;
|
|
1562
1562
|
address?: string | null | undefined;
|
|
1563
1563
|
}[][] | undefined;
|
|
@@ -1576,7 +1576,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1576
1576
|
};
|
|
1577
1577
|
executionId: string;
|
|
1578
1578
|
scenarioId: string;
|
|
1579
|
-
objectType: "
|
|
1579
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1580
1580
|
objectId: string;
|
|
1581
1581
|
address?: string | null | undefined;
|
|
1582
1582
|
}[][] | undefined;
|
|
@@ -1598,7 +1598,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1598
1598
|
};
|
|
1599
1599
|
executionId: string;
|
|
1600
1600
|
scenarioId: string;
|
|
1601
|
-
objectType: "
|
|
1601
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1602
1602
|
objectId: string;
|
|
1603
1603
|
address?: string | null | undefined;
|
|
1604
1604
|
}[][] | undefined;
|
|
@@ -1620,7 +1620,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1620
1620
|
};
|
|
1621
1621
|
executionId: string;
|
|
1622
1622
|
scenarioId: string;
|
|
1623
|
-
objectType: "
|
|
1623
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1624
1624
|
objectId: string;
|
|
1625
1625
|
address?: string | null | undefined;
|
|
1626
1626
|
}[][] | undefined;
|
|
@@ -1868,32 +1868,56 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1868
1868
|
}>>>;
|
|
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
1872
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1873
|
-
attribute: z.
|
|
1874
|
-
|
|
1873
|
+
attribute: z.ZodObject<{
|
|
1874
|
+
version: z.ZodEnum<["v1"]>;
|
|
1875
|
+
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
1876
|
+
path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
|
|
1877
|
+
}, "strip", z.ZodTypeAny, {
|
|
1878
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1879
|
+
version: "v1";
|
|
1880
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1881
|
+
}, {
|
|
1882
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1883
|
+
version: "v1";
|
|
1884
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1885
|
+
}>;
|
|
1886
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
|
|
1875
1887
|
operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
|
|
1876
1888
|
}, "strip", z.ZodTypeAny, {
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1889
|
+
attribute: {
|
|
1890
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1891
|
+
version: "v1";
|
|
1892
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1893
|
+
};
|
|
1880
1894
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1895
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1896
|
+
queryId?: `query_${string}` | undefined;
|
|
1881
1897
|
requestId?: number | null | undefined;
|
|
1882
1898
|
}, {
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1899
|
+
attribute: {
|
|
1900
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1901
|
+
version: "v1";
|
|
1902
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1903
|
+
};
|
|
1886
1904
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1905
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1906
|
+
queryId?: `query_${string}` | undefined;
|
|
1887
1907
|
requestId?: number | null | undefined;
|
|
1888
1908
|
}>, "many">;
|
|
1889
1909
|
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1890
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1891
1911
|
status: "pending" | "authorised" | "unauthorised";
|
|
1892
1912
|
query: {
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1913
|
+
attribute: {
|
|
1914
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1915
|
+
version: "v1";
|
|
1916
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1917
|
+
};
|
|
1896
1918
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1919
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1920
|
+
queryId?: `query_${string}` | undefined;
|
|
1897
1921
|
requestId?: number | null | undefined;
|
|
1898
1922
|
}[];
|
|
1899
1923
|
projectId: string;
|
|
@@ -1922,6 +1946,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1922
1946
|
to?: string | undefined;
|
|
1923
1947
|
};
|
|
1924
1948
|
address?: string | null | undefined;
|
|
1949
|
+
workflowSessionId?: string | undefined;
|
|
1925
1950
|
responseMessage?: {
|
|
1926
1951
|
id: string;
|
|
1927
1952
|
type: string;
|
|
@@ -1948,14 +1973,17 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1948
1973
|
to?: string | undefined;
|
|
1949
1974
|
} | null | undefined;
|
|
1950
1975
|
verificationError?: string | null | undefined;
|
|
1951
|
-
workflowSessionId?: string | undefined;
|
|
1952
1976
|
}, {
|
|
1953
1977
|
status: "pending" | "authorised" | "unauthorised";
|
|
1954
1978
|
query: {
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1979
|
+
attribute: {
|
|
1980
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
1981
|
+
version: "v1";
|
|
1982
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
1983
|
+
};
|
|
1958
1984
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
1985
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
1986
|
+
queryId?: `query_${string}` | undefined;
|
|
1959
1987
|
requestId?: number | null | undefined;
|
|
1960
1988
|
}[];
|
|
1961
1989
|
projectId: string;
|
|
@@ -1984,6 +2012,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1984
2012
|
to?: string | undefined;
|
|
1985
2013
|
};
|
|
1986
2014
|
address?: string | null | undefined;
|
|
2015
|
+
workflowSessionId?: string | undefined;
|
|
1987
2016
|
responseMessage?: {
|
|
1988
2017
|
id: string;
|
|
1989
2018
|
type: string;
|
|
@@ -2010,17 +2039,20 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2010
2039
|
to?: string | undefined;
|
|
2011
2040
|
} | null | undefined;
|
|
2012
2041
|
verificationError?: string | null | undefined;
|
|
2013
|
-
workflowSessionId?: string | undefined;
|
|
2014
2042
|
}>, "many">;
|
|
2015
2043
|
}, "strip", z.ZodTypeAny, {
|
|
2016
2044
|
type: "OffChainScenarioExecution";
|
|
2017
2045
|
data: {
|
|
2018
2046
|
status: "pending" | "authorised" | "unauthorised";
|
|
2019
2047
|
query: {
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2048
|
+
attribute: {
|
|
2049
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2050
|
+
version: "v1";
|
|
2051
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2052
|
+
};
|
|
2023
2053
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2054
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2055
|
+
queryId?: `query_${string}` | undefined;
|
|
2024
2056
|
requestId?: number | null | undefined;
|
|
2025
2057
|
}[];
|
|
2026
2058
|
projectId: string;
|
|
@@ -2049,6 +2081,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2049
2081
|
to?: string | undefined;
|
|
2050
2082
|
};
|
|
2051
2083
|
address?: string | null | undefined;
|
|
2084
|
+
workflowSessionId?: string | undefined;
|
|
2052
2085
|
responseMessage?: {
|
|
2053
2086
|
id: string;
|
|
2054
2087
|
type: string;
|
|
@@ -2075,17 +2108,20 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2075
2108
|
to?: string | undefined;
|
|
2076
2109
|
} | null | undefined;
|
|
2077
2110
|
verificationError?: string | null | undefined;
|
|
2078
|
-
workflowSessionId?: string | undefined;
|
|
2079
2111
|
}[];
|
|
2080
2112
|
}, {
|
|
2081
2113
|
type: "OffChainScenarioExecution";
|
|
2082
2114
|
data: {
|
|
2083
2115
|
status: "pending" | "authorised" | "unauthorised";
|
|
2084
2116
|
query: {
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2117
|
+
attribute: {
|
|
2118
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2119
|
+
version: "v1";
|
|
2120
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2121
|
+
};
|
|
2088
2122
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2123
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2124
|
+
queryId?: `query_${string}` | undefined;
|
|
2089
2125
|
requestId?: number | null | undefined;
|
|
2090
2126
|
}[];
|
|
2091
2127
|
projectId: string;
|
|
@@ -2114,6 +2150,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2114
2150
|
to?: string | undefined;
|
|
2115
2151
|
};
|
|
2116
2152
|
address?: string | null | undefined;
|
|
2153
|
+
workflowSessionId?: string | undefined;
|
|
2117
2154
|
responseMessage?: {
|
|
2118
2155
|
id: string;
|
|
2119
2156
|
type: string;
|
|
@@ -2140,7 +2177,6 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2140
2177
|
to?: string | undefined;
|
|
2141
2178
|
} | null | undefined;
|
|
2142
2179
|
verificationError?: string | null | undefined;
|
|
2143
|
-
workflowSessionId?: string | undefined;
|
|
2144
2180
|
}[];
|
|
2145
2181
|
}>, z.ZodObject<{
|
|
2146
2182
|
type: z.ZodLiteral<"OnChainScenarioExecution">;
|
|
@@ -2171,7 +2207,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2171
2207
|
};
|
|
2172
2208
|
executionId: string;
|
|
2173
2209
|
scenarioId: string;
|
|
2174
|
-
objectType: "
|
|
2210
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2175
2211
|
objectId: string;
|
|
2176
2212
|
address?: string | null | undefined;
|
|
2177
2213
|
}[][] | undefined;
|
|
@@ -2181,10 +2217,14 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2181
2217
|
data: {
|
|
2182
2218
|
status: "pending" | "authorised" | "unauthorised";
|
|
2183
2219
|
query: {
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2220
|
+
attribute: {
|
|
2221
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2222
|
+
version: "v1";
|
|
2223
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2224
|
+
};
|
|
2187
2225
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2226
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2227
|
+
queryId?: `query_${string}` | undefined;
|
|
2188
2228
|
requestId?: number | null | undefined;
|
|
2189
2229
|
}[];
|
|
2190
2230
|
projectId: string;
|
|
@@ -2213,6 +2253,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2213
2253
|
to?: string | undefined;
|
|
2214
2254
|
};
|
|
2215
2255
|
address?: string | null | undefined;
|
|
2256
|
+
workflowSessionId?: string | undefined;
|
|
2216
2257
|
responseMessage?: {
|
|
2217
2258
|
id: string;
|
|
2218
2259
|
type: string;
|
|
@@ -2239,7 +2280,6 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2239
2280
|
to?: string | undefined;
|
|
2240
2281
|
} | null | undefined;
|
|
2241
2282
|
verificationError?: string | null | undefined;
|
|
2242
|
-
workflowSessionId?: string | undefined;
|
|
2243
2283
|
}[];
|
|
2244
2284
|
} | {
|
|
2245
2285
|
type: "OnChainScenarioExecution";
|
|
@@ -2264,7 +2304,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2264
2304
|
};
|
|
2265
2305
|
executionId: string;
|
|
2266
2306
|
scenarioId: string;
|
|
2267
|
-
objectType: "
|
|
2307
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2268
2308
|
objectId: string;
|
|
2269
2309
|
address?: string | null | undefined;
|
|
2270
2310
|
}[][] | undefined;
|
|
@@ -2274,10 +2314,14 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2274
2314
|
data: {
|
|
2275
2315
|
status: "pending" | "authorised" | "unauthorised";
|
|
2276
2316
|
query: {
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2317
|
+
attribute: {
|
|
2318
|
+
path: import("../index.js").VaultSchemaPaths;
|
|
2319
|
+
version: "v1";
|
|
2320
|
+
schema: keyof import("../index.js").VaultSchema;
|
|
2321
|
+
};
|
|
2280
2322
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
2323
|
+
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
2324
|
+
queryId?: `query_${string}` | undefined;
|
|
2281
2325
|
requestId?: number | null | undefined;
|
|
2282
2326
|
}[];
|
|
2283
2327
|
projectId: string;
|
|
@@ -2306,6 +2350,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2306
2350
|
to?: string | undefined;
|
|
2307
2351
|
};
|
|
2308
2352
|
address?: string | null | undefined;
|
|
2353
|
+
workflowSessionId?: string | undefined;
|
|
2309
2354
|
responseMessage?: {
|
|
2310
2355
|
id: string;
|
|
2311
2356
|
type: string;
|
|
@@ -2332,7 +2377,6 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2332
2377
|
to?: string | undefined;
|
|
2333
2378
|
} | null | undefined;
|
|
2334
2379
|
verificationError?: string | null | undefined;
|
|
2335
|
-
workflowSessionId?: string | undefined;
|
|
2336
2380
|
}[];
|
|
2337
2381
|
} | {
|
|
2338
2382
|
type: "OnChainScenarioExecution";
|
|
@@ -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":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,iBAAiB,EACjB,YAAY,EAEZ,4CAA4C,EAC7C,+BAAsB;AAEvB,OAAO,EACL,mCAAmC,EACnC,kBAAkB,EAClB,UAAU,EACX,gCAA6B;AAc9B;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,0CAA0C;IAC1C,OAAO,EAAE,iBAAiB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,4CAA4C,CAAC;IACxD,+EAA+E;IAC/E,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,kDAAkD;IAClD,UAAU,EAAE,UAAU,CAAC;IACvB,wFAAwF;IACxF,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,iEAAiE;IACjE,qBAAqB,CAAC,EAAE,mCAAmC,CAAC;CAC7D,CAAC;AACF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;EAQzC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;EAkBtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;IAC1B;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAsBlE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK3C,CAAC;AACH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;EAEnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAO7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK5C,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AAwCF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGtC,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AACF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;EAKzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAe7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,cAAc;;;;;;;;;EAGzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
|