@nexeraid/identity-schemas 2.122.0-dev → 2.124.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-cb3f834b.cjs.prod.cjs → CoinMarketCap.schema-04101553.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-1252cba0.cjs.dev.cjs → CoinMarketCap.schema-9f3d37ec.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-b7d9d11c.esm.mjs → CoinMarketCap.schema-cee18fca.esm.mjs} +2 -2
- package/dist/declarations/src/blockchain/abi.schema.d.ts +31 -0
- package/dist/declarations/src/blockchain/abi.schema.d.ts.map +1 -0
- package/dist/declarations/src/blockchain/index.d.ts +1 -0
- package/dist/declarations/src/blockchain/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +22 -22
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +5 -5
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +1 -129
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +2 -129
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +14 -14
- package/dist/declarations/src/wallet-screening.schema.d.ts +3 -3
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +68 -68
- package/dist/{identity-api.schema-a42f7663.esm.mjs → identity-api.schema-3de6b425.esm.mjs} +1 -1
- package/dist/{identity-api.schema-486f95d4.cjs.prod.cjs → identity-api.schema-6066dbc0.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-8b9c8cbe.cjs.dev.cjs → identity-api.schema-fb4af315.cjs.dev.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-1d8fdab8.cjs.dev.cjs → tfhe-utilities-412948d5.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-2d147a6e.esm.mjs → tfhe-utilities-4caee607.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-3d1b1325.cjs.prod.cjs → tfhe-utilities-5694cec0.cjs.prod.cjs} +2 -2
- package/dist/{vault.schema-3cee9844.cjs.prod.cjs → vault.schema-3e487e18.cjs.prod.cjs} +17 -255
- package/dist/{vault.schema-b6fb1988.cjs.dev.cjs → vault.schema-7fd9c829.cjs.dev.cjs} +17 -255
- package/dist/{vault.schema-32e42336.esm.mjs → vault.schema-a3dbd9b7.esm.mjs} +17 -256
- 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-3e487e18.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-6066dbc0.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-1252cba0.cjs.dev.cjs → CoinMarketCap.schema-9f3d37ec.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-7fd9c829.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-fb4af315.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-b7d9d11c.esm.mjs → CoinMarketCap.schema-cee18fca.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
3
|
-
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b4 as Alpha2Country, aW as UuidString, eL as _toConsumableArray, eN as ScoringAnalysisRequest, eO as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, eP as _slicedToArray, cl as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, ch as WorkflowSessionId, de as WorkspaceId, dd as OrganizationId, bo as CustomerStatus, eK as _defineProperty, dB as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, d4 as VerificationMode } from './vault.schema-a3dbd9b7.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-3de6b425.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const AbiItem: z.ZodObject<{
|
|
3
|
+
name: z.ZodOptional<z.ZodString>;
|
|
4
|
+
type: z.ZodString;
|
|
5
|
+
inputs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6
|
+
name: z.ZodString;
|
|
7
|
+
type: z.ZodString;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
type: string;
|
|
10
|
+
name: string;
|
|
11
|
+
}, {
|
|
12
|
+
type: string;
|
|
13
|
+
name: string;
|
|
14
|
+
}>, "many">>;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
type: string;
|
|
17
|
+
name?: string | undefined;
|
|
18
|
+
inputs?: {
|
|
19
|
+
type: string;
|
|
20
|
+
name: string;
|
|
21
|
+
}[] | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
type: string;
|
|
24
|
+
name?: string | undefined;
|
|
25
|
+
inputs?: {
|
|
26
|
+
type: string;
|
|
27
|
+
name: string;
|
|
28
|
+
}[] | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export type AbiItem = z.infer<typeof AbiItem>;
|
|
31
|
+
//# sourceMappingURL=abi.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abi.schema.d.ts","sourceRoot":"../../../../src/blockchain","sources":["abi.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIlB,CAAC;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/blockchain","sources":["index.ts"],"names":[],"mappings":"AAAA,kCAAyB;AACzB,sCAAmC;AACnC,iCAA8B;AAC9B,uCAAoC;AACpC,uCAAoC;AACpC,wCAAqC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/blockchain","sources":["index.ts"],"names":[],"mappings":"AAAA,kCAAyB;AACzB,sCAAmC;AACnC,iCAA8B;AAC9B,uCAAoC;AACpC,uCAAoC;AACpC,wCAAqC;AACrC,gCAA6B"}
|
|
@@ -6,9 +6,9 @@ export declare const AnalysisType: z.ZodEnum<["ASSIGNED", "INCOMING", "OUTGOING"
|
|
|
6
6
|
export type AnalysisType = z.infer<typeof AnalysisType>;
|
|
7
7
|
export declare const OBJECT_TYPES: readonly ["TRANSACTION", "ADDRESS", "WALLET"];
|
|
8
8
|
export declare const ObjectType: z.ZodEnum<["TRANSACTION", "ADDRESS", "WALLET"]>;
|
|
9
|
-
export declare const ScorechainBlockchain: z.
|
|
9
|
+
export declare const ScorechainBlockchain: z.ZodString;
|
|
10
10
|
export type ScorechainBlockchain = z.infer<typeof ScorechainBlockchain>;
|
|
11
|
-
export declare const NonMinimalScorechainBlockchain: z.
|
|
11
|
+
export declare const NonMinimalScorechainBlockchain: z.ZodString;
|
|
12
12
|
export type NonMinimalScorechainBlockchain = z.infer<typeof NonMinimalScorechainBlockchain>;
|
|
13
13
|
export * from "./allScorechainBlockchains.schema.js";
|
|
14
14
|
export declare const ScorechainBlockchainToNamespace: Record<ScorechainBlockchain, BlockchainNamespace>;
|
|
@@ -4052,31 +4052,31 @@ export type GetActiveBlockchainsRequest = z.infer<typeof GetActiveBlockchainsReq
|
|
|
4052
4052
|
export declare const GetActiveBlockchains: z.ZodObject<{
|
|
4053
4053
|
addresses: z.ZodObject<{
|
|
4054
4054
|
items: z.ZodArray<z.ZodObject<{
|
|
4055
|
-
blockchain: z.
|
|
4055
|
+
blockchain: z.ZodString;
|
|
4056
4056
|
}, "strip", z.ZodTypeAny, {
|
|
4057
|
-
blockchain:
|
|
4057
|
+
blockchain: string;
|
|
4058
4058
|
}, {
|
|
4059
|
-
blockchain:
|
|
4059
|
+
blockchain: string;
|
|
4060
4060
|
}>, "many">;
|
|
4061
4061
|
}, "strip", z.ZodTypeAny, {
|
|
4062
4062
|
items: {
|
|
4063
|
-
blockchain:
|
|
4063
|
+
blockchain: string;
|
|
4064
4064
|
}[];
|
|
4065
4065
|
}, {
|
|
4066
4066
|
items: {
|
|
4067
|
-
blockchain:
|
|
4067
|
+
blockchain: string;
|
|
4068
4068
|
}[];
|
|
4069
4069
|
}>;
|
|
4070
4070
|
}, "strip", z.ZodTypeAny, {
|
|
4071
4071
|
addresses: {
|
|
4072
4072
|
items: {
|
|
4073
|
-
blockchain:
|
|
4073
|
+
blockchain: string;
|
|
4074
4074
|
}[];
|
|
4075
4075
|
};
|
|
4076
4076
|
}, {
|
|
4077
4077
|
addresses: {
|
|
4078
4078
|
items: {
|
|
4079
|
-
blockchain:
|
|
4079
|
+
blockchain: string;
|
|
4080
4080
|
}[];
|
|
4081
4081
|
};
|
|
4082
4082
|
}>;
|
|
@@ -4084,31 +4084,31 @@ export type GetActiveBlockchains = z.infer<typeof GetActiveBlockchains>;
|
|
|
4084
4084
|
export declare const GetActiveBlockchainsResponse: z.ZodUnion<[z.ZodObject<{
|
|
4085
4085
|
addresses: z.ZodObject<{
|
|
4086
4086
|
items: z.ZodArray<z.ZodObject<{
|
|
4087
|
-
blockchain: z.
|
|
4087
|
+
blockchain: z.ZodString;
|
|
4088
4088
|
}, "strip", z.ZodTypeAny, {
|
|
4089
|
-
blockchain:
|
|
4089
|
+
blockchain: string;
|
|
4090
4090
|
}, {
|
|
4091
|
-
blockchain:
|
|
4091
|
+
blockchain: string;
|
|
4092
4092
|
}>, "many">;
|
|
4093
4093
|
}, "strip", z.ZodTypeAny, {
|
|
4094
4094
|
items: {
|
|
4095
|
-
blockchain:
|
|
4095
|
+
blockchain: string;
|
|
4096
4096
|
}[];
|
|
4097
4097
|
}, {
|
|
4098
4098
|
items: {
|
|
4099
|
-
blockchain:
|
|
4099
|
+
blockchain: string;
|
|
4100
4100
|
}[];
|
|
4101
4101
|
}>;
|
|
4102
4102
|
}, "strip", z.ZodTypeAny, {
|
|
4103
4103
|
addresses: {
|
|
4104
4104
|
items: {
|
|
4105
|
-
blockchain:
|
|
4105
|
+
blockchain: string;
|
|
4106
4106
|
}[];
|
|
4107
4107
|
};
|
|
4108
4108
|
}, {
|
|
4109
4109
|
addresses: {
|
|
4110
4110
|
items: {
|
|
4111
|
-
blockchain:
|
|
4111
|
+
blockchain: string;
|
|
4112
4112
|
}[];
|
|
4113
4113
|
};
|
|
4114
4114
|
}>, z.ZodObject<{
|
|
@@ -4276,13 +4276,13 @@ export declare const GetActiveBlockchainsResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
4276
4276
|
export type GetActiveBlockchainsResponse = z.infer<typeof GetActiveBlockchainsResponse>;
|
|
4277
4277
|
export declare const GetAddressAnalysisRequest: z.ZodObject<{
|
|
4278
4278
|
address: 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>]>]>;
|
|
4279
|
-
blockchain: z.
|
|
4279
|
+
blockchain: z.ZodString;
|
|
4280
4280
|
}, "strip", z.ZodTypeAny, {
|
|
4281
4281
|
address: string;
|
|
4282
|
-
blockchain:
|
|
4282
|
+
blockchain: string;
|
|
4283
4283
|
}, {
|
|
4284
4284
|
address: string;
|
|
4285
|
-
blockchain:
|
|
4285
|
+
blockchain: string;
|
|
4286
4286
|
}>;
|
|
4287
4287
|
export type GetAddressAnalysisRequest = z.infer<typeof GetAddressAnalysisRequest>;
|
|
4288
4288
|
export declare const ScorechainEntity: z.ZodObject<{
|
|
@@ -4769,18 +4769,18 @@ export declare const ScoringAnalysisApiRequest: z.ZodObject<{
|
|
|
4769
4769
|
objectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["TRANSACTION", "ADDRESS", "WALLET"]>>>;
|
|
4770
4770
|
objectId: z.ZodString;
|
|
4771
4771
|
coin: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodLiteral<"MAIN">, z.ZodLiteral<"ALL">]>>>;
|
|
4772
|
-
blockchain: z.
|
|
4772
|
+
blockchain: z.ZodString;
|
|
4773
4773
|
depth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4774
4774
|
}, "strip", z.ZodTypeAny, {
|
|
4775
4775
|
objectId: string;
|
|
4776
|
-
blockchain:
|
|
4776
|
+
blockchain: string;
|
|
4777
4777
|
objectType?: "TRANSACTION" | "ADDRESS" | "WALLET" | null | undefined;
|
|
4778
4778
|
coin?: string | null | undefined;
|
|
4779
4779
|
depth?: number | null | undefined;
|
|
4780
4780
|
analysisType?: "ASSIGNED" | "INCOMING" | "OUTGOING" | "FULL" | null | undefined;
|
|
4781
4781
|
}, {
|
|
4782
4782
|
objectId: string;
|
|
4783
|
-
blockchain:
|
|
4783
|
+
blockchain: string;
|
|
4784
4784
|
objectType?: "TRANSACTION" | "ADDRESS" | "WALLET" | null | undefined;
|
|
4785
4785
|
coin?: string | null | undefined;
|
|
4786
4786
|
depth?: number | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scorechain.schema.d.ts","sourceRoot":"../../../../../src/providers/scorechain","sources":["scorechain.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,mBAAmB,EAAE,kCAAyB;
|
|
1
|
+
{"version":3,"file":"scorechain.schema.d.ts","sourceRoot":"../../../../../src/providers/scorechain","sources":["scorechain.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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O,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;EAO1C,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CACnD,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,YAAY,EACZ,yBAAyB,CAQ1B,CAAC"}
|