@atproto/api 0.12.18-next.0 → 0.12.18
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/CHANGELOG.md +8 -0
- package/dist/agent.d.ts.map +1 -1
- package/dist/agent.js +0 -1
- package/dist/agent.js.map +1 -1
- package/dist/client/index.d.ts +3 -31
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +12 -64
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.d.ts +41 -256
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +54 -270
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/actor/defs.d.ts +9 -4
- package/dist/client/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/actor/defs.js +11 -1
- package/dist/client/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/client/types/app/bsky/actor/profile.d.ts +0 -3
- package/dist/client/types/app/bsky/actor/profile.d.ts.map +1 -1
- package/dist/client/types/app/bsky/actor/profile.js.map +1 -1
- package/dist/client/types/app/bsky/graph/defs.d.ts +1 -37
- package/dist/client/types/app/bsky/graph/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/defs.js +1 -23
- package/dist/client/types/app/bsky/graph/defs.js.map +1 -1
- package/dist/client/types/app/bsky/graph/{getActorStarterPacks.d.ts → getKnownFollowers.d.ts} +4 -3
- package/dist/client/types/app/bsky/graph/getKnownFollowers.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/{getStarterPack.js → getKnownFollowers.js} +1 -1
- package/dist/client/types/app/bsky/graph/getKnownFollowers.js.map +1 -0
- package/dist/rich-text/detection.d.ts.map +1 -1
- package/dist/rich-text/detection.js +2 -1
- package/dist/rich-text/detection.js.map +1 -1
- package/dist/rich-text/util.d.ts.map +1 -1
- package/dist/rich-text/util.js +3 -1
- package/dist/rich-text/util.js.map +1 -1
- package/dist/util.d.ts.map +1 -1
- package/dist/util.js +3 -2
- package/dist/util.js.map +1 -1
- package/package.json +3 -3
- package/src/agent.ts +0 -1
- package/src/client/index.ts +13 -96
- package/src/client/lexicons.ts +55 -272
- package/src/client/types/app/bsky/actor/defs.ts +20 -4
- package/src/client/types/app/bsky/actor/profile.ts +0 -3
- package/src/client/types/app/bsky/graph/defs.ts +0 -59
- package/src/client/types/app/bsky/graph/{getActorStarterPacks.ts → getKnownFollowers.ts} +3 -2
- package/src/rich-text/detection.ts +2 -1
- package/src/rich-text/util.ts +1 -0
- package/src/util.ts +7 -4
- package/tests/moderation-quoteposts.test.ts +0 -1
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.d.ts.map +0 -1
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.js +0 -14
- package/dist/client/types/app/bsky/graph/getActorStarterPacks.js.map +0 -1
- package/dist/client/types/app/bsky/graph/getStarterPack.d.ts +0 -24
- package/dist/client/types/app/bsky/graph/getStarterPack.d.ts.map +0 -1
- package/dist/client/types/app/bsky/graph/getStarterPack.js.map +0 -1
- package/dist/client/types/app/bsky/graph/starterpack.d.ts +0 -25
- package/dist/client/types/app/bsky/graph/starterpack.d.ts.map +0 -1
- package/dist/client/types/app/bsky/graph/starterpack.js +0 -27
- package/dist/client/types/app/bsky/graph/starterpack.js.map +0 -1
- package/src/client/types/app/bsky/graph/getStarterPack.ts +0 -37
- package/src/client/types/app/bsky/graph/starterpack.ts +0 -50
|
@@ -3554,10 +3554,6 @@ export declare const schemaDict: {
|
|
|
3554
3554
|
ref: string;
|
|
3555
3555
|
};
|
|
3556
3556
|
};
|
|
3557
|
-
createdAt: {
|
|
3558
|
-
type: string;
|
|
3559
|
-
format: string;
|
|
3560
|
-
};
|
|
3561
3557
|
};
|
|
3562
3558
|
};
|
|
3563
3559
|
profileView: {
|
|
@@ -3594,10 +3590,6 @@ export declare const schemaDict: {
|
|
|
3594
3590
|
type: string;
|
|
3595
3591
|
format: string;
|
|
3596
3592
|
};
|
|
3597
|
-
createdAt: {
|
|
3598
|
-
type: string;
|
|
3599
|
-
format: string;
|
|
3600
|
-
};
|
|
3601
3593
|
viewer: {
|
|
3602
3594
|
type: string;
|
|
3603
3595
|
ref: string;
|
|
@@ -3654,18 +3646,10 @@ export declare const schemaDict: {
|
|
|
3654
3646
|
type: string;
|
|
3655
3647
|
ref: string;
|
|
3656
3648
|
};
|
|
3657
|
-
joinedViaStarterPack: {
|
|
3658
|
-
type: string;
|
|
3659
|
-
ref: string;
|
|
3660
|
-
};
|
|
3661
3649
|
indexedAt: {
|
|
3662
3650
|
type: string;
|
|
3663
3651
|
format: string;
|
|
3664
3652
|
};
|
|
3665
|
-
createdAt: {
|
|
3666
|
-
type: string;
|
|
3667
|
-
format: string;
|
|
3668
|
-
};
|
|
3669
3653
|
viewer: {
|
|
3670
3654
|
type: string;
|
|
3671
3655
|
ref: string;
|
|
@@ -3737,6 +3721,29 @@ export declare const schemaDict: {
|
|
|
3737
3721
|
type: string;
|
|
3738
3722
|
format: string;
|
|
3739
3723
|
};
|
|
3724
|
+
knownFollowers: {
|
|
3725
|
+
type: string;
|
|
3726
|
+
ref: string;
|
|
3727
|
+
};
|
|
3728
|
+
};
|
|
3729
|
+
};
|
|
3730
|
+
knownFollowers: {
|
|
3731
|
+
type: string;
|
|
3732
|
+
description: string;
|
|
3733
|
+
required: string[];
|
|
3734
|
+
properties: {
|
|
3735
|
+
count: {
|
|
3736
|
+
type: string;
|
|
3737
|
+
};
|
|
3738
|
+
followers: {
|
|
3739
|
+
type: string;
|
|
3740
|
+
minLength: number;
|
|
3741
|
+
maxLength: number;
|
|
3742
|
+
items: {
|
|
3743
|
+
type: string;
|
|
3744
|
+
ref: string;
|
|
3745
|
+
};
|
|
3746
|
+
};
|
|
3740
3747
|
};
|
|
3741
3748
|
};
|
|
3742
3749
|
preferences: {
|
|
@@ -4157,14 +4164,6 @@ export declare const schemaDict: {
|
|
|
4157
4164
|
description: string;
|
|
4158
4165
|
refs: string[];
|
|
4159
4166
|
};
|
|
4160
|
-
joinedViaStarterPack: {
|
|
4161
|
-
type: string;
|
|
4162
|
-
ref: string;
|
|
4163
|
-
};
|
|
4164
|
-
createdAt: {
|
|
4165
|
-
type: string;
|
|
4166
|
-
format: string;
|
|
4167
|
-
};
|
|
4168
4167
|
};
|
|
4169
4168
|
};
|
|
4170
4169
|
};
|
|
@@ -6317,122 +6316,6 @@ export declare const schemaDict: {
|
|
|
6317
6316
|
};
|
|
6318
6317
|
};
|
|
6319
6318
|
};
|
|
6320
|
-
starterPackView: {
|
|
6321
|
-
type: string;
|
|
6322
|
-
required: string[];
|
|
6323
|
-
properties: {
|
|
6324
|
-
uri: {
|
|
6325
|
-
type: string;
|
|
6326
|
-
format: string;
|
|
6327
|
-
};
|
|
6328
|
-
cid: {
|
|
6329
|
-
type: string;
|
|
6330
|
-
format: string;
|
|
6331
|
-
};
|
|
6332
|
-
record: {
|
|
6333
|
-
type: string;
|
|
6334
|
-
};
|
|
6335
|
-
creator: {
|
|
6336
|
-
type: string;
|
|
6337
|
-
ref: string;
|
|
6338
|
-
};
|
|
6339
|
-
list: {
|
|
6340
|
-
type: string;
|
|
6341
|
-
ref: string;
|
|
6342
|
-
};
|
|
6343
|
-
listItemsSample: {
|
|
6344
|
-
type: string;
|
|
6345
|
-
maxLength: number;
|
|
6346
|
-
items: {
|
|
6347
|
-
type: string;
|
|
6348
|
-
ref: string;
|
|
6349
|
-
};
|
|
6350
|
-
};
|
|
6351
|
-
feeds: {
|
|
6352
|
-
type: string;
|
|
6353
|
-
maxLength: number;
|
|
6354
|
-
items: {
|
|
6355
|
-
type: string;
|
|
6356
|
-
ref: string;
|
|
6357
|
-
};
|
|
6358
|
-
};
|
|
6359
|
-
feedCount: {
|
|
6360
|
-
type: string;
|
|
6361
|
-
minimum: number;
|
|
6362
|
-
};
|
|
6363
|
-
listItemCount: {
|
|
6364
|
-
type: string;
|
|
6365
|
-
minimum: number;
|
|
6366
|
-
};
|
|
6367
|
-
joinedWeekCount: {
|
|
6368
|
-
type: string;
|
|
6369
|
-
minimum: number;
|
|
6370
|
-
};
|
|
6371
|
-
joinedAllTimeCount: {
|
|
6372
|
-
type: string;
|
|
6373
|
-
minimum: number;
|
|
6374
|
-
};
|
|
6375
|
-
labels: {
|
|
6376
|
-
type: string;
|
|
6377
|
-
items: {
|
|
6378
|
-
type: string;
|
|
6379
|
-
ref: string;
|
|
6380
|
-
};
|
|
6381
|
-
};
|
|
6382
|
-
indexedAt: {
|
|
6383
|
-
type: string;
|
|
6384
|
-
format: string;
|
|
6385
|
-
};
|
|
6386
|
-
};
|
|
6387
|
-
};
|
|
6388
|
-
starterPackViewBasic: {
|
|
6389
|
-
type: string;
|
|
6390
|
-
required: string[];
|
|
6391
|
-
properties: {
|
|
6392
|
-
uri: {
|
|
6393
|
-
type: string;
|
|
6394
|
-
format: string;
|
|
6395
|
-
};
|
|
6396
|
-
cid: {
|
|
6397
|
-
type: string;
|
|
6398
|
-
format: string;
|
|
6399
|
-
};
|
|
6400
|
-
record: {
|
|
6401
|
-
type: string;
|
|
6402
|
-
};
|
|
6403
|
-
creator: {
|
|
6404
|
-
type: string;
|
|
6405
|
-
ref: string;
|
|
6406
|
-
};
|
|
6407
|
-
feedCount: {
|
|
6408
|
-
type: string;
|
|
6409
|
-
minimum: number;
|
|
6410
|
-
};
|
|
6411
|
-
listItemCount: {
|
|
6412
|
-
type: string;
|
|
6413
|
-
minimum: number;
|
|
6414
|
-
};
|
|
6415
|
-
joinedWeekCount: {
|
|
6416
|
-
type: string;
|
|
6417
|
-
minimum: number;
|
|
6418
|
-
};
|
|
6419
|
-
joinedAllTimeCount: {
|
|
6420
|
-
type: string;
|
|
6421
|
-
minimum: number;
|
|
6422
|
-
};
|
|
6423
|
-
labels: {
|
|
6424
|
-
type: string;
|
|
6425
|
-
items: {
|
|
6426
|
-
type: string;
|
|
6427
|
-
ref: string;
|
|
6428
|
-
};
|
|
6429
|
-
};
|
|
6430
|
-
indexedAt: {
|
|
6431
|
-
type: string;
|
|
6432
|
-
format: string;
|
|
6433
|
-
};
|
|
6434
|
-
};
|
|
6435
|
-
};
|
|
6436
6319
|
listPurpose: {
|
|
6437
6320
|
type: string;
|
|
6438
6321
|
knownValues: string[];
|
|
@@ -6445,10 +6328,6 @@ export declare const schemaDict: {
|
|
|
6445
6328
|
type: string;
|
|
6446
6329
|
description: string;
|
|
6447
6330
|
};
|
|
6448
|
-
referencelist: {
|
|
6449
|
-
type: string;
|
|
6450
|
-
description: string;
|
|
6451
|
-
};
|
|
6452
6331
|
listViewerState: {
|
|
6453
6332
|
type: string;
|
|
6454
6333
|
properties: {
|
|
@@ -6524,7 +6403,7 @@ export declare const schemaDict: {
|
|
|
6524
6403
|
};
|
|
6525
6404
|
};
|
|
6526
6405
|
};
|
|
6527
|
-
|
|
6406
|
+
AppBskyGraphGetBlocks: {
|
|
6528
6407
|
lexicon: number;
|
|
6529
6408
|
id: string;
|
|
6530
6409
|
defs: {
|
|
@@ -6533,12 +6412,7 @@ export declare const schemaDict: {
|
|
|
6533
6412
|
description: string;
|
|
6534
6413
|
parameters: {
|
|
6535
6414
|
type: string;
|
|
6536
|
-
required: string[];
|
|
6537
6415
|
properties: {
|
|
6538
|
-
actor: {
|
|
6539
|
-
type: string;
|
|
6540
|
-
format: string;
|
|
6541
|
-
};
|
|
6542
6416
|
limit: {
|
|
6543
6417
|
type: string;
|
|
6544
6418
|
minimum: number;
|
|
@@ -6559,7 +6433,7 @@ export declare const schemaDict: {
|
|
|
6559
6433
|
cursor: {
|
|
6560
6434
|
type: string;
|
|
6561
6435
|
};
|
|
6562
|
-
|
|
6436
|
+
blocks: {
|
|
6563
6437
|
type: string;
|
|
6564
6438
|
items: {
|
|
6565
6439
|
type: string;
|
|
@@ -6572,7 +6446,7 @@ export declare const schemaDict: {
|
|
|
6572
6446
|
};
|
|
6573
6447
|
};
|
|
6574
6448
|
};
|
|
6575
|
-
|
|
6449
|
+
AppBskyGraphGetFollowers: {
|
|
6576
6450
|
lexicon: number;
|
|
6577
6451
|
id: string;
|
|
6578
6452
|
defs: {
|
|
@@ -6581,7 +6455,12 @@ export declare const schemaDict: {
|
|
|
6581
6455
|
description: string;
|
|
6582
6456
|
parameters: {
|
|
6583
6457
|
type: string;
|
|
6458
|
+
required: string[];
|
|
6584
6459
|
properties: {
|
|
6460
|
+
actor: {
|
|
6461
|
+
type: string;
|
|
6462
|
+
format: string;
|
|
6463
|
+
};
|
|
6585
6464
|
limit: {
|
|
6586
6465
|
type: string;
|
|
6587
6466
|
minimum: number;
|
|
@@ -6599,10 +6478,14 @@ export declare const schemaDict: {
|
|
|
6599
6478
|
type: string;
|
|
6600
6479
|
required: string[];
|
|
6601
6480
|
properties: {
|
|
6481
|
+
subject: {
|
|
6482
|
+
type: string;
|
|
6483
|
+
ref: string;
|
|
6484
|
+
};
|
|
6602
6485
|
cursor: {
|
|
6603
6486
|
type: string;
|
|
6604
6487
|
};
|
|
6605
|
-
|
|
6488
|
+
followers: {
|
|
6606
6489
|
type: string;
|
|
6607
6490
|
items: {
|
|
6608
6491
|
type: string;
|
|
@@ -6615,7 +6498,7 @@ export declare const schemaDict: {
|
|
|
6615
6498
|
};
|
|
6616
6499
|
};
|
|
6617
6500
|
};
|
|
6618
|
-
|
|
6501
|
+
AppBskyGraphGetFollows: {
|
|
6619
6502
|
lexicon: number;
|
|
6620
6503
|
id: string;
|
|
6621
6504
|
defs: {
|
|
@@ -6654,7 +6537,7 @@ export declare const schemaDict: {
|
|
|
6654
6537
|
cursor: {
|
|
6655
6538
|
type: string;
|
|
6656
6539
|
};
|
|
6657
|
-
|
|
6540
|
+
follows: {
|
|
6658
6541
|
type: string;
|
|
6659
6542
|
items: {
|
|
6660
6543
|
type: string;
|
|
@@ -6667,7 +6550,7 @@ export declare const schemaDict: {
|
|
|
6667
6550
|
};
|
|
6668
6551
|
};
|
|
6669
6552
|
};
|
|
6670
|
-
|
|
6553
|
+
AppBskyGraphGetKnownFollowers: {
|
|
6671
6554
|
lexicon: number;
|
|
6672
6555
|
id: string;
|
|
6673
6556
|
defs: {
|
|
@@ -6706,7 +6589,7 @@ export declare const schemaDict: {
|
|
|
6706
6589
|
cursor: {
|
|
6707
6590
|
type: string;
|
|
6708
6591
|
};
|
|
6709
|
-
|
|
6592
|
+
followers: {
|
|
6710
6593
|
type: string;
|
|
6711
6594
|
items: {
|
|
6712
6595
|
type: string;
|
|
@@ -7004,40 +6887,6 @@ export declare const schemaDict: {
|
|
|
7004
6887
|
};
|
|
7005
6888
|
};
|
|
7006
6889
|
};
|
|
7007
|
-
AppBskyGraphGetStarterPack: {
|
|
7008
|
-
lexicon: number;
|
|
7009
|
-
id: string;
|
|
7010
|
-
defs: {
|
|
7011
|
-
main: {
|
|
7012
|
-
type: string;
|
|
7013
|
-
description: string;
|
|
7014
|
-
parameters: {
|
|
7015
|
-
type: string;
|
|
7016
|
-
required: string[];
|
|
7017
|
-
properties: {
|
|
7018
|
-
starterPack: {
|
|
7019
|
-
type: string;
|
|
7020
|
-
format: string;
|
|
7021
|
-
description: string;
|
|
7022
|
-
};
|
|
7023
|
-
};
|
|
7024
|
-
};
|
|
7025
|
-
output: {
|
|
7026
|
-
encoding: string;
|
|
7027
|
-
schema: {
|
|
7028
|
-
type: string;
|
|
7029
|
-
required: string[];
|
|
7030
|
-
properties: {
|
|
7031
|
-
starterPack: {
|
|
7032
|
-
type: string;
|
|
7033
|
-
ref: string;
|
|
7034
|
-
};
|
|
7035
|
-
};
|
|
7036
|
-
};
|
|
7037
|
-
};
|
|
7038
|
-
};
|
|
7039
|
-
};
|
|
7040
|
-
};
|
|
7041
6890
|
AppBskyGraphGetSuggestedFollowsByActor: {
|
|
7042
6891
|
lexicon: number;
|
|
7043
6892
|
id: string;
|
|
@@ -7230,68 +7079,6 @@ export declare const schemaDict: {
|
|
|
7230
7079
|
};
|
|
7231
7080
|
};
|
|
7232
7081
|
};
|
|
7233
|
-
AppBskyGraphStarterpack: {
|
|
7234
|
-
lexicon: number;
|
|
7235
|
-
id: string;
|
|
7236
|
-
defs: {
|
|
7237
|
-
main: {
|
|
7238
|
-
type: string;
|
|
7239
|
-
description: string;
|
|
7240
|
-
key: string;
|
|
7241
|
-
record: {
|
|
7242
|
-
type: string;
|
|
7243
|
-
required: string[];
|
|
7244
|
-
properties: {
|
|
7245
|
-
name: {
|
|
7246
|
-
type: string;
|
|
7247
|
-
maxLength: number;
|
|
7248
|
-
minLength: number;
|
|
7249
|
-
description: string;
|
|
7250
|
-
};
|
|
7251
|
-
description: {
|
|
7252
|
-
type: string;
|
|
7253
|
-
maxGraphemes: number;
|
|
7254
|
-
maxLength: number;
|
|
7255
|
-
};
|
|
7256
|
-
descriptionFacets: {
|
|
7257
|
-
type: string;
|
|
7258
|
-
items: {
|
|
7259
|
-
type: string;
|
|
7260
|
-
ref: string;
|
|
7261
|
-
};
|
|
7262
|
-
};
|
|
7263
|
-
list: {
|
|
7264
|
-
type: string;
|
|
7265
|
-
format: string;
|
|
7266
|
-
description: string;
|
|
7267
|
-
};
|
|
7268
|
-
feeds: {
|
|
7269
|
-
type: string;
|
|
7270
|
-
maxLength: number;
|
|
7271
|
-
items: {
|
|
7272
|
-
type: string;
|
|
7273
|
-
ref: string;
|
|
7274
|
-
};
|
|
7275
|
-
};
|
|
7276
|
-
createdAt: {
|
|
7277
|
-
type: string;
|
|
7278
|
-
format: string;
|
|
7279
|
-
};
|
|
7280
|
-
};
|
|
7281
|
-
};
|
|
7282
|
-
};
|
|
7283
|
-
feedItem: {
|
|
7284
|
-
type: string;
|
|
7285
|
-
required: string[];
|
|
7286
|
-
properties: {
|
|
7287
|
-
uri: {
|
|
7288
|
-
type: string;
|
|
7289
|
-
format: string;
|
|
7290
|
-
};
|
|
7291
|
-
};
|
|
7292
|
-
};
|
|
7293
|
-
};
|
|
7294
|
-
};
|
|
7295
7082
|
AppBskyGraphUnmuteActor: {
|
|
7296
7083
|
lexicon: number;
|
|
7297
7084
|
id: string;
|
|
@@ -10456,24 +10243,22 @@ export declare const ids: {
|
|
|
10456
10243
|
AppBskyGraphBlock: string;
|
|
10457
10244
|
AppBskyGraphDefs: string;
|
|
10458
10245
|
AppBskyGraphFollow: string;
|
|
10459
|
-
AppBskyGraphGetActorStarterPacks: string;
|
|
10460
10246
|
AppBskyGraphGetBlocks: string;
|
|
10461
10247
|
AppBskyGraphGetFollowers: string;
|
|
10462
10248
|
AppBskyGraphGetFollows: string;
|
|
10249
|
+
AppBskyGraphGetKnownFollowers: string;
|
|
10463
10250
|
AppBskyGraphGetList: string;
|
|
10464
10251
|
AppBskyGraphGetListBlocks: string;
|
|
10465
10252
|
AppBskyGraphGetListMutes: string;
|
|
10466
10253
|
AppBskyGraphGetLists: string;
|
|
10467
10254
|
AppBskyGraphGetMutes: string;
|
|
10468
10255
|
AppBskyGraphGetRelationships: string;
|
|
10469
|
-
AppBskyGraphGetStarterPack: string;
|
|
10470
10256
|
AppBskyGraphGetSuggestedFollowsByActor: string;
|
|
10471
10257
|
AppBskyGraphList: string;
|
|
10472
10258
|
AppBskyGraphListblock: string;
|
|
10473
10259
|
AppBskyGraphListitem: string;
|
|
10474
10260
|
AppBskyGraphMuteActor: string;
|
|
10475
10261
|
AppBskyGraphMuteActorList: string;
|
|
10476
|
-
AppBskyGraphStarterpack: string;
|
|
10477
10262
|
AppBskyGraphUnmuteActor: string;
|
|
10478
10263
|
AppBskyGraphUnmuteActorList: string;
|
|
10479
10264
|
AppBskyLabelerDefs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lexicons.d.ts","sourceRoot":"","sources":["../../src/client/lexicons.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEvD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAg6VtB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Mf,CAAA"}
|
|
1
|
+
{"version":3,"file":"lexicons.d.ts","sourceRoot":"","sources":["../../src/client/lexicons.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEvD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAysVtB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Mf,CAAA"}
|