@atproto/api 0.13.2-next.0 → 0.13.2
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/client/index.d.ts +27 -17
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +55 -39
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.d.ts +155 -235
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +160 -247
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/embed/images.d.ts +10 -3
- package/dist/client/types/app/bsky/embed/images.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/images.js +11 -1
- package/dist/client/types/app/bsky/embed/images.js.map +1 -1
- package/dist/client/types/app/bsky/embed/record.d.ts +9 -3
- package/dist/client/types/app/bsky/embed/record.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/record.js +11 -1
- package/dist/client/types/app/bsky/embed/record.js.map +1 -1
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts +2 -3
- package/dist/client/types/app/bsky/embed/recordWithMedia.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/recordWithMedia.js.map +1 -1
- package/dist/client/types/app/bsky/feed/defs.d.ts +3 -2
- package/dist/client/types/app/bsky/feed/defs.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/defs.js.map +1 -1
- package/dist/client/types/app/bsky/feed/getQuotes.d.ts +31 -0
- package/dist/client/types/app/bsky/feed/getQuotes.d.ts.map +1 -0
- package/dist/client/types/app/bsky/{video/getUploadLimits.js → feed/getQuotes.js} +7 -1
- package/dist/client/types/app/bsky/feed/getQuotes.js.map +1 -0
- package/dist/client/types/app/bsky/feed/post.d.ts +1 -2
- package/dist/client/types/app/bsky/feed/post.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/post.js.map +1 -1
- package/dist/client/types/app/bsky/feed/postgate.d.ts +25 -0
- package/dist/client/types/app/bsky/feed/postgate.d.ts.map +1 -0
- package/dist/client/types/app/bsky/feed/postgate.js +27 -0
- package/dist/client/types/app/bsky/feed/postgate.js.map +1 -0
- package/dist/client/types/app/bsky/feed/threadgate.d.ts +2 -0
- package/dist/client/types/app/bsky/feed/threadgate.d.ts.map +1 -1
- package/dist/client/types/app/bsky/feed/threadgate.js.map +1 -1
- package/package.json +4 -4
- package/src/client/index.ts +78 -53
- package/src/client/lexicons.ts +164 -250
- package/src/client/types/app/bsky/embed/images.ts +21 -3
- package/src/client/types/app/bsky/embed/record.ts +19 -2
- package/src/client/types/app/bsky/embed/recordWithMedia.ts +0 -3
- package/src/client/types/app/bsky/feed/defs.ts +2 -2
- package/src/client/types/app/bsky/{video/getJobStatus.ts → feed/getQuotes.ts} +16 -7
- package/src/client/types/app/bsky/feed/post.ts +0 -2
- package/src/client/types/app/bsky/feed/postgate.ts +47 -0
- package/src/client/types/app/bsky/feed/threadgate.ts +2 -0
- package/dist/client/types/app/bsky/embed/defs.d.ts +0 -13
- package/dist/client/types/app/bsky/embed/defs.d.ts.map +0 -1
- package/dist/client/types/app/bsky/embed/defs.js +0 -16
- package/dist/client/types/app/bsky/embed/defs.js.map +0 -1
- package/dist/client/types/app/bsky/embed/video.d.ts +0 -33
- package/dist/client/types/app/bsky/embed/video.d.ts.map +0 -1
- package/dist/client/types/app/bsky/embed/video.js +0 -35
- package/dist/client/types/app/bsky/embed/video.js.map +0 -1
- package/dist/client/types/app/bsky/video/defs.d.ts +0 -19
- package/dist/client/types/app/bsky/video/defs.d.ts.map +0 -1
- package/dist/client/types/app/bsky/video/defs.js +0 -16
- package/dist/client/types/app/bsky/video/defs.js.map +0 -1
- package/dist/client/types/app/bsky/video/getJobStatus.d.ts +0 -24
- package/dist/client/types/app/bsky/video/getJobStatus.d.ts.map +0 -1
- package/dist/client/types/app/bsky/video/getJobStatus.js +0 -8
- package/dist/client/types/app/bsky/video/getJobStatus.js.map +0 -1
- package/dist/client/types/app/bsky/video/getUploadLimits.d.ts +0 -26
- package/dist/client/types/app/bsky/video/getUploadLimits.d.ts.map +0 -1
- package/dist/client/types/app/bsky/video/getUploadLimits.js.map +0 -1
- package/dist/client/types/app/bsky/video/uploadVideo.d.ts +0 -25
- package/dist/client/types/app/bsky/video/uploadVideo.d.ts.map +0 -1
- package/dist/client/types/app/bsky/video/uploadVideo.js +0 -8
- package/dist/client/types/app/bsky/video/uploadVideo.js.map +0 -1
- package/src/client/types/app/bsky/embed/defs.ts +0 -26
- package/src/client/types/app/bsky/embed/video.ts +0 -67
- package/src/client/types/app/bsky/video/defs.ts +0 -32
- package/src/client/types/app/bsky/video/getUploadLimits.ts +0 -36
- package/src/client/types/app/bsky/video/uploadVideo.ts +0 -35
|
@@ -4372,27 +4372,6 @@ export declare const schemaDict: {
|
|
|
4372
4372
|
};
|
|
4373
4373
|
};
|
|
4374
4374
|
};
|
|
4375
|
-
AppBskyEmbedDefs: {
|
|
4376
|
-
lexicon: number;
|
|
4377
|
-
id: string;
|
|
4378
|
-
defs: {
|
|
4379
|
-
aspectRatio: {
|
|
4380
|
-
type: string;
|
|
4381
|
-
description: string;
|
|
4382
|
-
required: string[];
|
|
4383
|
-
properties: {
|
|
4384
|
-
width: {
|
|
4385
|
-
type: string;
|
|
4386
|
-
minimum: number;
|
|
4387
|
-
};
|
|
4388
|
-
height: {
|
|
4389
|
-
type: string;
|
|
4390
|
-
minimum: number;
|
|
4391
|
-
};
|
|
4392
|
-
};
|
|
4393
|
-
};
|
|
4394
|
-
};
|
|
4395
|
-
};
|
|
4396
4375
|
AppBskyEmbedExternal: {
|
|
4397
4376
|
lexicon: number;
|
|
4398
4377
|
id: string;
|
|
@@ -4499,6 +4478,21 @@ export declare const schemaDict: {
|
|
|
4499
4478
|
};
|
|
4500
4479
|
};
|
|
4501
4480
|
};
|
|
4481
|
+
aspectRatio: {
|
|
4482
|
+
type: string;
|
|
4483
|
+
description: string;
|
|
4484
|
+
required: string[];
|
|
4485
|
+
properties: {
|
|
4486
|
+
width: {
|
|
4487
|
+
type: string;
|
|
4488
|
+
minimum: number;
|
|
4489
|
+
};
|
|
4490
|
+
height: {
|
|
4491
|
+
type: string;
|
|
4492
|
+
minimum: number;
|
|
4493
|
+
};
|
|
4494
|
+
};
|
|
4495
|
+
};
|
|
4502
4496
|
view: {
|
|
4503
4497
|
type: string;
|
|
4504
4498
|
required: string[];
|
|
@@ -4645,44 +4639,23 @@ export declare const schemaDict: {
|
|
|
4645
4639
|
};
|
|
4646
4640
|
};
|
|
4647
4641
|
};
|
|
4648
|
-
|
|
4649
|
-
};
|
|
4650
|
-
AppBskyEmbedRecordWithMedia: {
|
|
4651
|
-
lexicon: number;
|
|
4652
|
-
id: string;
|
|
4653
|
-
description: string;
|
|
4654
|
-
defs: {
|
|
4655
|
-
main: {
|
|
4642
|
+
viewDetached: {
|
|
4656
4643
|
type: string;
|
|
4657
4644
|
required: string[];
|
|
4658
4645
|
properties: {
|
|
4659
|
-
|
|
4660
|
-
type: string;
|
|
4661
|
-
ref: string;
|
|
4662
|
-
};
|
|
4663
|
-
media: {
|
|
4664
|
-
type: string;
|
|
4665
|
-
refs: string[];
|
|
4666
|
-
};
|
|
4667
|
-
};
|
|
4668
|
-
};
|
|
4669
|
-
view: {
|
|
4670
|
-
type: string;
|
|
4671
|
-
required: string[];
|
|
4672
|
-
properties: {
|
|
4673
|
-
record: {
|
|
4646
|
+
uri: {
|
|
4674
4647
|
type: string;
|
|
4675
|
-
|
|
4648
|
+
format: string;
|
|
4676
4649
|
};
|
|
4677
|
-
|
|
4650
|
+
detached: {
|
|
4678
4651
|
type: string;
|
|
4679
|
-
|
|
4652
|
+
const: boolean;
|
|
4680
4653
|
};
|
|
4681
4654
|
};
|
|
4682
4655
|
};
|
|
4683
4656
|
};
|
|
4684
4657
|
};
|
|
4685
|
-
|
|
4658
|
+
AppBskyEmbedRecordWithMedia: {
|
|
4686
4659
|
lexicon: number;
|
|
4687
4660
|
id: string;
|
|
4688
4661
|
description: string;
|
|
@@ -4691,43 +4664,13 @@ export declare const schemaDict: {
|
|
|
4691
4664
|
type: string;
|
|
4692
4665
|
required: string[];
|
|
4693
4666
|
properties: {
|
|
4694
|
-
|
|
4695
|
-
type: string;
|
|
4696
|
-
accept: string[];
|
|
4697
|
-
maxSize: number;
|
|
4698
|
-
};
|
|
4699
|
-
captions: {
|
|
4700
|
-
type: string;
|
|
4701
|
-
items: {
|
|
4702
|
-
type: string;
|
|
4703
|
-
ref: string;
|
|
4704
|
-
};
|
|
4705
|
-
maxLength: number;
|
|
4706
|
-
};
|
|
4707
|
-
alt: {
|
|
4708
|
-
type: string;
|
|
4709
|
-
description: string;
|
|
4710
|
-
maxGraphemes: number;
|
|
4711
|
-
maxLength: number;
|
|
4712
|
-
};
|
|
4713
|
-
aspectRatio: {
|
|
4667
|
+
record: {
|
|
4714
4668
|
type: string;
|
|
4715
4669
|
ref: string;
|
|
4716
4670
|
};
|
|
4717
|
-
|
|
4718
|
-
};
|
|
4719
|
-
caption: {
|
|
4720
|
-
type: string;
|
|
4721
|
-
required: string[];
|
|
4722
|
-
properties: {
|
|
4723
|
-
lang: {
|
|
4724
|
-
type: string;
|
|
4725
|
-
format: string;
|
|
4726
|
-
};
|
|
4727
|
-
file: {
|
|
4671
|
+
media: {
|
|
4728
4672
|
type: string;
|
|
4729
|
-
|
|
4730
|
-
maxSize: number;
|
|
4673
|
+
refs: string[];
|
|
4731
4674
|
};
|
|
4732
4675
|
};
|
|
4733
4676
|
};
|
|
@@ -4735,26 +4678,13 @@ export declare const schemaDict: {
|
|
|
4735
4678
|
type: string;
|
|
4736
4679
|
required: string[];
|
|
4737
4680
|
properties: {
|
|
4738
|
-
|
|
4739
|
-
type: string;
|
|
4740
|
-
format: string;
|
|
4741
|
-
};
|
|
4742
|
-
playlist: {
|
|
4743
|
-
type: string;
|
|
4744
|
-
format: string;
|
|
4745
|
-
};
|
|
4746
|
-
thumbnail: {
|
|
4747
|
-
type: string;
|
|
4748
|
-
format: string;
|
|
4749
|
-
};
|
|
4750
|
-
alt: {
|
|
4681
|
+
record: {
|
|
4751
4682
|
type: string;
|
|
4752
|
-
|
|
4753
|
-
maxLength: number;
|
|
4683
|
+
ref: string;
|
|
4754
4684
|
};
|
|
4755
|
-
|
|
4685
|
+
media: {
|
|
4756
4686
|
type: string;
|
|
4757
|
-
|
|
4687
|
+
refs: string[];
|
|
4758
4688
|
};
|
|
4759
4689
|
};
|
|
4760
4690
|
};
|
|
@@ -4796,6 +4726,9 @@ export declare const schemaDict: {
|
|
|
4796
4726
|
likeCount: {
|
|
4797
4727
|
type: string;
|
|
4798
4728
|
};
|
|
4729
|
+
quoteCount: {
|
|
4730
|
+
type: string;
|
|
4731
|
+
};
|
|
4799
4732
|
indexedAt: {
|
|
4800
4733
|
type: string;
|
|
4801
4734
|
format: string;
|
|
@@ -4835,6 +4768,9 @@ export declare const schemaDict: {
|
|
|
4835
4768
|
replyDisabled: {
|
|
4836
4769
|
type: string;
|
|
4837
4770
|
};
|
|
4771
|
+
embeddingDisabled: {
|
|
4772
|
+
type: string;
|
|
4773
|
+
};
|
|
4838
4774
|
};
|
|
4839
4775
|
};
|
|
4840
4776
|
feedViewPost: {
|
|
@@ -5827,6 +5763,68 @@ export declare const schemaDict: {
|
|
|
5827
5763
|
};
|
|
5828
5764
|
};
|
|
5829
5765
|
};
|
|
5766
|
+
AppBskyFeedGetQuotes: {
|
|
5767
|
+
lexicon: number;
|
|
5768
|
+
id: string;
|
|
5769
|
+
defs: {
|
|
5770
|
+
main: {
|
|
5771
|
+
type: string;
|
|
5772
|
+
description: string;
|
|
5773
|
+
parameters: {
|
|
5774
|
+
type: string;
|
|
5775
|
+
required: string[];
|
|
5776
|
+
properties: {
|
|
5777
|
+
uri: {
|
|
5778
|
+
type: string;
|
|
5779
|
+
format: string;
|
|
5780
|
+
description: string;
|
|
5781
|
+
};
|
|
5782
|
+
cid: {
|
|
5783
|
+
type: string;
|
|
5784
|
+
format: string;
|
|
5785
|
+
description: string;
|
|
5786
|
+
};
|
|
5787
|
+
limit: {
|
|
5788
|
+
type: string;
|
|
5789
|
+
minimum: number;
|
|
5790
|
+
maximum: number;
|
|
5791
|
+
default: number;
|
|
5792
|
+
};
|
|
5793
|
+
cursor: {
|
|
5794
|
+
type: string;
|
|
5795
|
+
};
|
|
5796
|
+
};
|
|
5797
|
+
};
|
|
5798
|
+
output: {
|
|
5799
|
+
encoding: string;
|
|
5800
|
+
schema: {
|
|
5801
|
+
type: string;
|
|
5802
|
+
required: string[];
|
|
5803
|
+
properties: {
|
|
5804
|
+
uri: {
|
|
5805
|
+
type: string;
|
|
5806
|
+
format: string;
|
|
5807
|
+
};
|
|
5808
|
+
cid: {
|
|
5809
|
+
type: string;
|
|
5810
|
+
format: string;
|
|
5811
|
+
};
|
|
5812
|
+
cursor: {
|
|
5813
|
+
type: string;
|
|
5814
|
+
};
|
|
5815
|
+
posts: {
|
|
5816
|
+
type: string;
|
|
5817
|
+
items: {
|
|
5818
|
+
type: string;
|
|
5819
|
+
ref: string;
|
|
5820
|
+
};
|
|
5821
|
+
};
|
|
5822
|
+
};
|
|
5823
|
+
};
|
|
5824
|
+
};
|
|
5825
|
+
};
|
|
5826
|
+
};
|
|
5827
|
+
};
|
|
5830
5828
|
AppBskyFeedGetRepostedBy: {
|
|
5831
5829
|
lexicon: number;
|
|
5832
5830
|
id: string;
|
|
@@ -6127,6 +6125,54 @@ export declare const schemaDict: {
|
|
|
6127
6125
|
};
|
|
6128
6126
|
};
|
|
6129
6127
|
};
|
|
6128
|
+
AppBskyFeedPostgate: {
|
|
6129
|
+
lexicon: number;
|
|
6130
|
+
id: string;
|
|
6131
|
+
defs: {
|
|
6132
|
+
main: {
|
|
6133
|
+
type: string;
|
|
6134
|
+
key: string;
|
|
6135
|
+
description: string;
|
|
6136
|
+
record: {
|
|
6137
|
+
type: string;
|
|
6138
|
+
required: string[];
|
|
6139
|
+
properties: {
|
|
6140
|
+
createdAt: {
|
|
6141
|
+
type: string;
|
|
6142
|
+
format: string;
|
|
6143
|
+
};
|
|
6144
|
+
post: {
|
|
6145
|
+
type: string;
|
|
6146
|
+
format: string;
|
|
6147
|
+
description: string;
|
|
6148
|
+
};
|
|
6149
|
+
detachedEmbeddingUris: {
|
|
6150
|
+
type: string;
|
|
6151
|
+
maxLength: number;
|
|
6152
|
+
items: {
|
|
6153
|
+
type: string;
|
|
6154
|
+
format: string;
|
|
6155
|
+
};
|
|
6156
|
+
description: string;
|
|
6157
|
+
};
|
|
6158
|
+
embeddingRules: {
|
|
6159
|
+
type: string;
|
|
6160
|
+
maxLength: number;
|
|
6161
|
+
items: {
|
|
6162
|
+
type: string;
|
|
6163
|
+
refs: string[];
|
|
6164
|
+
};
|
|
6165
|
+
};
|
|
6166
|
+
};
|
|
6167
|
+
};
|
|
6168
|
+
};
|
|
6169
|
+
disableRule: {
|
|
6170
|
+
type: string;
|
|
6171
|
+
description: string;
|
|
6172
|
+
properties: {};
|
|
6173
|
+
};
|
|
6174
|
+
};
|
|
6175
|
+
};
|
|
6130
6176
|
AppBskyFeedRepost: {
|
|
6131
6177
|
lexicon: number;
|
|
6132
6178
|
id: string;
|
|
@@ -6317,6 +6363,15 @@ export declare const schemaDict: {
|
|
|
6317
6363
|
type: string;
|
|
6318
6364
|
format: string;
|
|
6319
6365
|
};
|
|
6366
|
+
hiddenReplies: {
|
|
6367
|
+
type: string;
|
|
6368
|
+
maxLength: number;
|
|
6369
|
+
items: {
|
|
6370
|
+
type: string;
|
|
6371
|
+
format: string;
|
|
6372
|
+
};
|
|
6373
|
+
description: string;
|
|
6374
|
+
};
|
|
6320
6375
|
};
|
|
6321
6376
|
};
|
|
6322
6377
|
};
|
|
@@ -8461,137 +8516,6 @@ export declare const schemaDict: {
|
|
|
8461
8516
|
};
|
|
8462
8517
|
};
|
|
8463
8518
|
};
|
|
8464
|
-
AppBskyVideoDefs: {
|
|
8465
|
-
lexicon: number;
|
|
8466
|
-
id: string;
|
|
8467
|
-
defs: {
|
|
8468
|
-
jobStatus: {
|
|
8469
|
-
type: string;
|
|
8470
|
-
required: string[];
|
|
8471
|
-
properties: {
|
|
8472
|
-
jobId: {
|
|
8473
|
-
type: string;
|
|
8474
|
-
};
|
|
8475
|
-
did: {
|
|
8476
|
-
type: string;
|
|
8477
|
-
format: string;
|
|
8478
|
-
};
|
|
8479
|
-
state: {
|
|
8480
|
-
type: string;
|
|
8481
|
-
description: string;
|
|
8482
|
-
knownValues: string[];
|
|
8483
|
-
};
|
|
8484
|
-
progress: {
|
|
8485
|
-
type: string;
|
|
8486
|
-
minimum: number;
|
|
8487
|
-
maximum: number;
|
|
8488
|
-
description: string;
|
|
8489
|
-
};
|
|
8490
|
-
blob: {
|
|
8491
|
-
type: string;
|
|
8492
|
-
};
|
|
8493
|
-
error: {
|
|
8494
|
-
type: string;
|
|
8495
|
-
};
|
|
8496
|
-
message: {
|
|
8497
|
-
type: string;
|
|
8498
|
-
};
|
|
8499
|
-
};
|
|
8500
|
-
};
|
|
8501
|
-
};
|
|
8502
|
-
};
|
|
8503
|
-
AppBskyVideoGetJobStatus: {
|
|
8504
|
-
lexicon: number;
|
|
8505
|
-
id: string;
|
|
8506
|
-
defs: {
|
|
8507
|
-
main: {
|
|
8508
|
-
type: string;
|
|
8509
|
-
description: string;
|
|
8510
|
-
parameters: {
|
|
8511
|
-
type: string;
|
|
8512
|
-
required: string[];
|
|
8513
|
-
properties: {
|
|
8514
|
-
jobId: {
|
|
8515
|
-
type: string;
|
|
8516
|
-
};
|
|
8517
|
-
};
|
|
8518
|
-
};
|
|
8519
|
-
output: {
|
|
8520
|
-
encoding: string;
|
|
8521
|
-
schema: {
|
|
8522
|
-
type: string;
|
|
8523
|
-
required: string[];
|
|
8524
|
-
properties: {
|
|
8525
|
-
jobStatus: {
|
|
8526
|
-
type: string;
|
|
8527
|
-
ref: string;
|
|
8528
|
-
};
|
|
8529
|
-
};
|
|
8530
|
-
};
|
|
8531
|
-
};
|
|
8532
|
-
};
|
|
8533
|
-
};
|
|
8534
|
-
};
|
|
8535
|
-
AppBskyVideoGetUploadLimits: {
|
|
8536
|
-
lexicon: number;
|
|
8537
|
-
id: string;
|
|
8538
|
-
defs: {
|
|
8539
|
-
main: {
|
|
8540
|
-
type: string;
|
|
8541
|
-
description: string;
|
|
8542
|
-
output: {
|
|
8543
|
-
encoding: string;
|
|
8544
|
-
schema: {
|
|
8545
|
-
type: string;
|
|
8546
|
-
required: string[];
|
|
8547
|
-
properties: {
|
|
8548
|
-
canUpload: {
|
|
8549
|
-
type: string;
|
|
8550
|
-
};
|
|
8551
|
-
remainingDailyVideos: {
|
|
8552
|
-
type: string;
|
|
8553
|
-
};
|
|
8554
|
-
remainingDailyBytes: {
|
|
8555
|
-
type: string;
|
|
8556
|
-
};
|
|
8557
|
-
message: {
|
|
8558
|
-
type: string;
|
|
8559
|
-
};
|
|
8560
|
-
error: {
|
|
8561
|
-
type: string;
|
|
8562
|
-
};
|
|
8563
|
-
};
|
|
8564
|
-
};
|
|
8565
|
-
};
|
|
8566
|
-
};
|
|
8567
|
-
};
|
|
8568
|
-
};
|
|
8569
|
-
AppBskyVideoUploadVideo: {
|
|
8570
|
-
lexicon: number;
|
|
8571
|
-
id: string;
|
|
8572
|
-
defs: {
|
|
8573
|
-
main: {
|
|
8574
|
-
type: string;
|
|
8575
|
-
description: string;
|
|
8576
|
-
input: {
|
|
8577
|
-
encoding: string;
|
|
8578
|
-
};
|
|
8579
|
-
output: {
|
|
8580
|
-
encoding: string;
|
|
8581
|
-
schema: {
|
|
8582
|
-
type: string;
|
|
8583
|
-
required: string[];
|
|
8584
|
-
properties: {
|
|
8585
|
-
jobStatus: {
|
|
8586
|
-
type: string;
|
|
8587
|
-
ref: string;
|
|
8588
|
-
};
|
|
8589
|
-
};
|
|
8590
|
-
};
|
|
8591
|
-
};
|
|
8592
|
-
};
|
|
8593
|
-
};
|
|
8594
|
-
};
|
|
8595
8519
|
ChatBskyActorDeclaration: {
|
|
8596
8520
|
lexicon: number;
|
|
8597
8521
|
id: string;
|
|
@@ -11097,12 +11021,10 @@ export declare const ids: {
|
|
|
11097
11021
|
AppBskyActorPutPreferences: string;
|
|
11098
11022
|
AppBskyActorSearchActors: string;
|
|
11099
11023
|
AppBskyActorSearchActorsTypeahead: string;
|
|
11100
|
-
AppBskyEmbedDefs: string;
|
|
11101
11024
|
AppBskyEmbedExternal: string;
|
|
11102
11025
|
AppBskyEmbedImages: string;
|
|
11103
11026
|
AppBskyEmbedRecord: string;
|
|
11104
11027
|
AppBskyEmbedRecordWithMedia: string;
|
|
11105
|
-
AppBskyEmbedVideo: string;
|
|
11106
11028
|
AppBskyFeedDefs: string;
|
|
11107
11029
|
AppBskyFeedDescribeFeedGenerator: string;
|
|
11108
11030
|
AppBskyFeedGenerator: string;
|
|
@@ -11117,11 +11039,13 @@ export declare const ids: {
|
|
|
11117
11039
|
AppBskyFeedGetListFeed: string;
|
|
11118
11040
|
AppBskyFeedGetPostThread: string;
|
|
11119
11041
|
AppBskyFeedGetPosts: string;
|
|
11042
|
+
AppBskyFeedGetQuotes: string;
|
|
11120
11043
|
AppBskyFeedGetRepostedBy: string;
|
|
11121
11044
|
AppBskyFeedGetSuggestedFeeds: string;
|
|
11122
11045
|
AppBskyFeedGetTimeline: string;
|
|
11123
11046
|
AppBskyFeedLike: string;
|
|
11124
11047
|
AppBskyFeedPost: string;
|
|
11048
|
+
AppBskyFeedPostgate: string;
|
|
11125
11049
|
AppBskyFeedRepost: string;
|
|
11126
11050
|
AppBskyFeedSearchPosts: string;
|
|
11127
11051
|
AppBskyFeedSendInteractions: string;
|
|
@@ -11168,10 +11092,6 @@ export declare const ids: {
|
|
|
11168
11092
|
AppBskyUnspeccedGetTaggedSuggestions: string;
|
|
11169
11093
|
AppBskyUnspeccedSearchActorsSkeleton: string;
|
|
11170
11094
|
AppBskyUnspeccedSearchPostsSkeleton: string;
|
|
11171
|
-
AppBskyVideoDefs: string;
|
|
11172
|
-
AppBskyVideoGetJobStatus: string;
|
|
11173
|
-
AppBskyVideoGetUploadLimits: string;
|
|
11174
|
-
AppBskyVideoUploadVideo: string;
|
|
11175
11095
|
ChatBskyActorDeclaration: string;
|
|
11176
11096
|
ChatBskyActorDefs: string;
|
|
11177
11097
|
ChatBskyActorDeleteAccount: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsnXtB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Nf,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoiXtB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Nf,CAAA"}
|