@rocket.chat/core-typings 8.4.2 → 8.4.4
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/Ajv.js +458 -2
- package/dist/Ajv.js.map +1 -1
- package/dist/IMessage/MessageAttachment/Files/ImageAttachmentProps.d.ts +2 -0
- package/dist/IMessage/MessageAttachment/Files/ImageAttachmentProps.js.map +1 -1
- package/dist/IMessage/MessageAttachment/MessageAttachmentBase.d.ts +1 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentBase.js.map +1 -1
- package/dist/IMessage/MessageAttachment/MessageAttachmentDefault.d.ts +2 -0
- package/package.json +1 -1
package/dist/Ajv.js
CHANGED
|
@@ -5490,7 +5490,7 @@ exports.schemas = {
|
|
|
5490
5490
|
$ref: "#/components/schemas/CommonFilePropsvideo_urlstringvideo_typestringvideo_sizenumberfileFilePropundefinedMessageAttachmentBase"
|
|
5491
5491
|
},
|
|
5492
5492
|
{
|
|
5493
|
-
$ref: "#/components/schemas/
|
|
5493
|
+
$ref: "#/components/schemas/CommonFilePropsimage_dimensionswidthnumberheightnumberundefinedimage_previewstringundefinedimage_urlstringimage_typestringundefinedimage_sizenumberundefinedimage_altstringundefinedfileFilePropundefinedMessageAttachmentBase"
|
|
5494
5494
|
},
|
|
5495
5495
|
{
|
|
5496
5496
|
$ref: "#/components/schemas/CommonFilePropsaudio_urlstringaudio_typestringaudio_sizenumberundefinedfileFilePropundefinedMessageAttachmentBase"
|
|
@@ -5553,6 +5553,62 @@ exports.schemas = {
|
|
|
5553
5553
|
type: "string",
|
|
5554
5554
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
5555
5555
|
},
|
|
5556
|
+
descriptionMd: {
|
|
5557
|
+
oneOf: [
|
|
5558
|
+
{
|
|
5559
|
+
type: "array",
|
|
5560
|
+
items: {
|
|
5561
|
+
oneOf: [
|
|
5562
|
+
{
|
|
5563
|
+
$ref: "#/components/schemas/Paragraph"
|
|
5564
|
+
},
|
|
5565
|
+
{
|
|
5566
|
+
$ref: "#/components/schemas/Code"
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
$ref: "#/components/schemas/Heading"
|
|
5570
|
+
},
|
|
5571
|
+
{
|
|
5572
|
+
$ref: "#/components/schemas/Quote"
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
$ref: "#/components/schemas/ListItem"
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
$ref: "#/components/schemas/Tasks"
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
$ref: "#/components/schemas/OrderedList"
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
$ref: "#/components/schemas/LineBreak"
|
|
5591
|
+
},
|
|
5592
|
+
{
|
|
5593
|
+
$ref: "#/components/schemas/KaTeX"
|
|
5594
|
+
}
|
|
5595
|
+
]
|
|
5596
|
+
}
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
type: "array",
|
|
5600
|
+
items: {
|
|
5601
|
+
oneOf: [
|
|
5602
|
+
{
|
|
5603
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
5604
|
+
}
|
|
5605
|
+
]
|
|
5606
|
+
},
|
|
5607
|
+
minItems: 1,
|
|
5608
|
+
maxItems: 1
|
|
5609
|
+
}
|
|
5610
|
+
]
|
|
5611
|
+
},
|
|
5556
5612
|
text: {
|
|
5557
5613
|
type: "string"
|
|
5558
5614
|
},
|
|
@@ -5739,7 +5795,7 @@ exports.schemas = {
|
|
|
5739
5795
|
},
|
|
5740
5796
|
required: []
|
|
5741
5797
|
},
|
|
5742
|
-
|
|
5798
|
+
CommonFilePropsimage_dimensionswidthnumberheightnumberundefinedimage_previewstringundefinedimage_urlstringimage_typestringundefinedimage_sizenumberundefinedimage_altstringundefinedfileFilePropundefinedMessageAttachmentBase: {
|
|
5743
5799
|
type: "object",
|
|
5744
5800
|
properties: {
|
|
5745
5801
|
type: {
|
|
@@ -5778,6 +5834,10 @@ exports.schemas = {
|
|
|
5778
5834
|
image_size: {
|
|
5779
5835
|
type: "number"
|
|
5780
5836
|
},
|
|
5837
|
+
image_alt: {
|
|
5838
|
+
type: "string",
|
|
5839
|
+
description: "Accessibility alternative text for the image. Kept separate from `description` so it is not rendered as a visible caption."
|
|
5840
|
+
},
|
|
5781
5841
|
file: {
|
|
5782
5842
|
$ref: "#/components/schemas/FileProp"
|
|
5783
5843
|
},
|
|
@@ -5798,6 +5858,62 @@ exports.schemas = {
|
|
|
5798
5858
|
type: "string",
|
|
5799
5859
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
5800
5860
|
},
|
|
5861
|
+
descriptionMd: {
|
|
5862
|
+
oneOf: [
|
|
5863
|
+
{
|
|
5864
|
+
type: "array",
|
|
5865
|
+
items: {
|
|
5866
|
+
oneOf: [
|
|
5867
|
+
{
|
|
5868
|
+
$ref: "#/components/schemas/Paragraph"
|
|
5869
|
+
},
|
|
5870
|
+
{
|
|
5871
|
+
$ref: "#/components/schemas/Code"
|
|
5872
|
+
},
|
|
5873
|
+
{
|
|
5874
|
+
$ref: "#/components/schemas/Heading"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
$ref: "#/components/schemas/Quote"
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
$ref: "#/components/schemas/ListItem"
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
$ref: "#/components/schemas/Tasks"
|
|
5887
|
+
},
|
|
5888
|
+
{
|
|
5889
|
+
$ref: "#/components/schemas/OrderedList"
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
5893
|
+
},
|
|
5894
|
+
{
|
|
5895
|
+
$ref: "#/components/schemas/LineBreak"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
$ref: "#/components/schemas/KaTeX"
|
|
5899
|
+
}
|
|
5900
|
+
]
|
|
5901
|
+
}
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
type: "array",
|
|
5905
|
+
items: {
|
|
5906
|
+
oneOf: [
|
|
5907
|
+
{
|
|
5908
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
5909
|
+
}
|
|
5910
|
+
]
|
|
5911
|
+
},
|
|
5912
|
+
minItems: 1,
|
|
5913
|
+
maxItems: 1
|
|
5914
|
+
}
|
|
5915
|
+
]
|
|
5916
|
+
},
|
|
5801
5917
|
text: {
|
|
5802
5918
|
type: "string"
|
|
5803
5919
|
},
|
|
@@ -5942,6 +6058,62 @@ exports.schemas = {
|
|
|
5942
6058
|
type: "string",
|
|
5943
6059
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
5944
6060
|
},
|
|
6061
|
+
descriptionMd: {
|
|
6062
|
+
oneOf: [
|
|
6063
|
+
{
|
|
6064
|
+
type: "array",
|
|
6065
|
+
items: {
|
|
6066
|
+
oneOf: [
|
|
6067
|
+
{
|
|
6068
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
$ref: "#/components/schemas/Code"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
$ref: "#/components/schemas/Heading"
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
$ref: "#/components/schemas/Quote"
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
$ref: "#/components/schemas/ListItem"
|
|
6084
|
+
},
|
|
6085
|
+
{
|
|
6086
|
+
$ref: "#/components/schemas/Tasks"
|
|
6087
|
+
},
|
|
6088
|
+
{
|
|
6089
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6099
|
+
}
|
|
6100
|
+
]
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
type: "array",
|
|
6105
|
+
items: {
|
|
6106
|
+
oneOf: [
|
|
6107
|
+
{
|
|
6108
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6109
|
+
}
|
|
6110
|
+
]
|
|
6111
|
+
},
|
|
6112
|
+
minItems: 1,
|
|
6113
|
+
maxItems: 1
|
|
6114
|
+
}
|
|
6115
|
+
]
|
|
6116
|
+
},
|
|
5945
6117
|
text: {
|
|
5946
6118
|
type: "string"
|
|
5947
6119
|
},
|
|
@@ -6075,6 +6247,62 @@ exports.schemas = {
|
|
|
6075
6247
|
type: "string",
|
|
6076
6248
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6077
6249
|
},
|
|
6250
|
+
descriptionMd: {
|
|
6251
|
+
oneOf: [
|
|
6252
|
+
{
|
|
6253
|
+
type: "array",
|
|
6254
|
+
items: {
|
|
6255
|
+
oneOf: [
|
|
6256
|
+
{
|
|
6257
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
$ref: "#/components/schemas/Code"
|
|
6261
|
+
},
|
|
6262
|
+
{
|
|
6263
|
+
$ref: "#/components/schemas/Heading"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
$ref: "#/components/schemas/Quote"
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
$ref: "#/components/schemas/ListItem"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
$ref: "#/components/schemas/Tasks"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6279
|
+
},
|
|
6280
|
+
{
|
|
6281
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6282
|
+
},
|
|
6283
|
+
{
|
|
6284
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6288
|
+
}
|
|
6289
|
+
]
|
|
6290
|
+
}
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
type: "array",
|
|
6294
|
+
items: {
|
|
6295
|
+
oneOf: [
|
|
6296
|
+
{
|
|
6297
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6298
|
+
}
|
|
6299
|
+
]
|
|
6300
|
+
},
|
|
6301
|
+
minItems: 1,
|
|
6302
|
+
maxItems: 1
|
|
6303
|
+
}
|
|
6304
|
+
]
|
|
6305
|
+
},
|
|
6078
6306
|
text: {
|
|
6079
6307
|
type: "string"
|
|
6080
6308
|
},
|
|
@@ -6197,6 +6425,62 @@ exports.schemas = {
|
|
|
6197
6425
|
type: "string",
|
|
6198
6426
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6199
6427
|
},
|
|
6428
|
+
descriptionMd: {
|
|
6429
|
+
oneOf: [
|
|
6430
|
+
{
|
|
6431
|
+
type: "array",
|
|
6432
|
+
items: {
|
|
6433
|
+
oneOf: [
|
|
6434
|
+
{
|
|
6435
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6436
|
+
},
|
|
6437
|
+
{
|
|
6438
|
+
$ref: "#/components/schemas/Code"
|
|
6439
|
+
},
|
|
6440
|
+
{
|
|
6441
|
+
$ref: "#/components/schemas/Heading"
|
|
6442
|
+
},
|
|
6443
|
+
{
|
|
6444
|
+
$ref: "#/components/schemas/Quote"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
$ref: "#/components/schemas/ListItem"
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
$ref: "#/components/schemas/Tasks"
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6457
|
+
},
|
|
6458
|
+
{
|
|
6459
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6460
|
+
},
|
|
6461
|
+
{
|
|
6462
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6463
|
+
},
|
|
6464
|
+
{
|
|
6465
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6466
|
+
}
|
|
6467
|
+
]
|
|
6468
|
+
}
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
type: "array",
|
|
6472
|
+
items: {
|
|
6473
|
+
oneOf: [
|
|
6474
|
+
{
|
|
6475
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6476
|
+
}
|
|
6477
|
+
]
|
|
6478
|
+
},
|
|
6479
|
+
minItems: 1,
|
|
6480
|
+
maxItems: 1
|
|
6481
|
+
}
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6200
6484
|
text: {
|
|
6201
6485
|
type: "string"
|
|
6202
6486
|
},
|
|
@@ -6341,6 +6625,62 @@ exports.schemas = {
|
|
|
6341
6625
|
type: "string",
|
|
6342
6626
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6343
6627
|
},
|
|
6628
|
+
descriptionMd: {
|
|
6629
|
+
oneOf: [
|
|
6630
|
+
{
|
|
6631
|
+
type: "array",
|
|
6632
|
+
items: {
|
|
6633
|
+
oneOf: [
|
|
6634
|
+
{
|
|
6635
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
$ref: "#/components/schemas/Code"
|
|
6639
|
+
},
|
|
6640
|
+
{
|
|
6641
|
+
$ref: "#/components/schemas/Heading"
|
|
6642
|
+
},
|
|
6643
|
+
{
|
|
6644
|
+
$ref: "#/components/schemas/Quote"
|
|
6645
|
+
},
|
|
6646
|
+
{
|
|
6647
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
$ref: "#/components/schemas/ListItem"
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
$ref: "#/components/schemas/Tasks"
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6666
|
+
}
|
|
6667
|
+
]
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
type: "array",
|
|
6672
|
+
items: {
|
|
6673
|
+
oneOf: [
|
|
6674
|
+
{
|
|
6675
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6676
|
+
}
|
|
6677
|
+
]
|
|
6678
|
+
},
|
|
6679
|
+
minItems: 1,
|
|
6680
|
+
maxItems: 1
|
|
6681
|
+
}
|
|
6682
|
+
]
|
|
6683
|
+
},
|
|
6344
6684
|
text: {
|
|
6345
6685
|
type: "string"
|
|
6346
6686
|
},
|
|
@@ -6585,6 +6925,10 @@ exports.schemas = {
|
|
|
6585
6925
|
image_url: {
|
|
6586
6926
|
type: "string"
|
|
6587
6927
|
},
|
|
6928
|
+
image_alt: {
|
|
6929
|
+
type: "string",
|
|
6930
|
+
description: "Accessibility alternative text for the image. Kept separate from `description` so it is not rendered as a visible caption."
|
|
6931
|
+
},
|
|
6588
6932
|
image_dimensions: {
|
|
6589
6933
|
type: "object",
|
|
6590
6934
|
properties: {
|
|
@@ -6701,6 +7045,62 @@ exports.schemas = {
|
|
|
6701
7045
|
type: "string",
|
|
6702
7046
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6703
7047
|
},
|
|
7048
|
+
descriptionMd: {
|
|
7049
|
+
oneOf: [
|
|
7050
|
+
{
|
|
7051
|
+
type: "array",
|
|
7052
|
+
items: {
|
|
7053
|
+
oneOf: [
|
|
7054
|
+
{
|
|
7055
|
+
$ref: "#/components/schemas/Paragraph"
|
|
7056
|
+
},
|
|
7057
|
+
{
|
|
7058
|
+
$ref: "#/components/schemas/Code"
|
|
7059
|
+
},
|
|
7060
|
+
{
|
|
7061
|
+
$ref: "#/components/schemas/Heading"
|
|
7062
|
+
},
|
|
7063
|
+
{
|
|
7064
|
+
$ref: "#/components/schemas/Quote"
|
|
7065
|
+
},
|
|
7066
|
+
{
|
|
7067
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
$ref: "#/components/schemas/ListItem"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
$ref: "#/components/schemas/Tasks"
|
|
7074
|
+
},
|
|
7075
|
+
{
|
|
7076
|
+
$ref: "#/components/schemas/OrderedList"
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
7080
|
+
},
|
|
7081
|
+
{
|
|
7082
|
+
$ref: "#/components/schemas/LineBreak"
|
|
7083
|
+
},
|
|
7084
|
+
{
|
|
7085
|
+
$ref: "#/components/schemas/KaTeX"
|
|
7086
|
+
}
|
|
7087
|
+
]
|
|
7088
|
+
}
|
|
7089
|
+
},
|
|
7090
|
+
{
|
|
7091
|
+
type: "array",
|
|
7092
|
+
items: {
|
|
7093
|
+
oneOf: [
|
|
7094
|
+
{
|
|
7095
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
7096
|
+
}
|
|
7097
|
+
]
|
|
7098
|
+
},
|
|
7099
|
+
minItems: 1,
|
|
7100
|
+
maxItems: 1
|
|
7101
|
+
}
|
|
7102
|
+
]
|
|
7103
|
+
},
|
|
6704
7104
|
size: {
|
|
6705
7105
|
type: "number"
|
|
6706
7106
|
},
|
|
@@ -6852,6 +7252,62 @@ exports.schemas = {
|
|
|
6852
7252
|
type: "string",
|
|
6853
7253
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6854
7254
|
},
|
|
7255
|
+
descriptionMd: {
|
|
7256
|
+
oneOf: [
|
|
7257
|
+
{
|
|
7258
|
+
type: "array",
|
|
7259
|
+
items: {
|
|
7260
|
+
oneOf: [
|
|
7261
|
+
{
|
|
7262
|
+
$ref: "#/components/schemas/Paragraph"
|
|
7263
|
+
},
|
|
7264
|
+
{
|
|
7265
|
+
$ref: "#/components/schemas/Code"
|
|
7266
|
+
},
|
|
7267
|
+
{
|
|
7268
|
+
$ref: "#/components/schemas/Heading"
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
$ref: "#/components/schemas/Quote"
|
|
7272
|
+
},
|
|
7273
|
+
{
|
|
7274
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
$ref: "#/components/schemas/ListItem"
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
$ref: "#/components/schemas/Tasks"
|
|
7281
|
+
},
|
|
7282
|
+
{
|
|
7283
|
+
$ref: "#/components/schemas/OrderedList"
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
$ref: "#/components/schemas/LineBreak"
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
$ref: "#/components/schemas/KaTeX"
|
|
7293
|
+
}
|
|
7294
|
+
]
|
|
7295
|
+
}
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
type: "array",
|
|
7299
|
+
items: {
|
|
7300
|
+
oneOf: [
|
|
7301
|
+
{
|
|
7302
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
7303
|
+
}
|
|
7304
|
+
]
|
|
7305
|
+
},
|
|
7306
|
+
minItems: 1,
|
|
7307
|
+
maxItems: 1
|
|
7308
|
+
}
|
|
7309
|
+
]
|
|
7310
|
+
},
|
|
6855
7311
|
size: {
|
|
6856
7312
|
type: "number"
|
|
6857
7313
|
},
|
package/dist/Ajv.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ajv.js","sourceRoot":"","sources":["../src/Ajv.ts"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AA4Bb,QAAA,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsChB"}
|
|
1
|
+
{"version":3,"file":"Ajv.js","sourceRoot":"","sources":["../src/Ajv.ts"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AA4Bb,QAAA,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsChB"}
|
|
@@ -10,6 +10,8 @@ export type ImageAttachmentProps = {
|
|
|
10
10
|
image_url: string;
|
|
11
11
|
image_type?: string;
|
|
12
12
|
image_size?: number;
|
|
13
|
+
/** Accessibility alternative text for the image. Kept separate from `description` so it is not rendered as a visible caption. */
|
|
14
|
+
image_alt?: string;
|
|
13
15
|
file?: FileProp;
|
|
14
16
|
} & MessageAttachmentBase;
|
|
15
17
|
export declare const isFileImageAttachment: (attachment: FileAttachmentProps) => attachment is ImageAttachmentProps & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageAttachmentProps.js","sourceRoot":"","sources":["../../../../src/IMessage/MessageAttachment/Files/ImageAttachmentProps.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ImageAttachmentProps.js","sourceRoot":"","sources":["../../../../src/IMessage/MessageAttachment/Files/ImageAttachmentProps.ts"],"names":[],"mappings":";;;AAkBO,MAAM,qBAAqB,GAAG,CAAC,UAA+B,EAAyD,EAAE,CAC/H,WAAW,IAAI,UAAU,CAAC;AADd,QAAA,qBAAqB,yBACP"}
|
|
@@ -6,6 +6,7 @@ export type MessageAttachmentBase = {
|
|
|
6
6
|
collapsed?: boolean;
|
|
7
7
|
/** description isn't being used on client for non-image attachments, we're keeping it for backward compatibility */
|
|
8
8
|
description?: string;
|
|
9
|
+
descriptionMd?: Root;
|
|
9
10
|
text?: string;
|
|
10
11
|
md?: Root;
|
|
11
12
|
size?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageAttachmentBase.js","sourceRoot":"","sources":["../../../src/IMessage/MessageAttachment/MessageAttachmentBase.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"MessageAttachmentBase.js","sourceRoot":"","sources":["../../../src/IMessage/MessageAttachment/MessageAttachmentBase.ts"],"names":[],"mappings":";;;AA6BO,MAAM,4BAA4B,GAAG,CAAC,UAAiC,EAA4C,EAAE;IAC3H,OAAO,UAAU,EAAE,UAAU,KAAK,SAAS,IAAI,OAAO,UAAU,CAAC,UAAU,KAAK,QAAQ,CAAC;AAC1F,CAAC,CAAC;AAFW,QAAA,4BAA4B,gCAEvC"}
|
|
@@ -12,6 +12,8 @@ export type MessageAttachmentDefault = {
|
|
|
12
12
|
value: string;
|
|
13
13
|
}[];
|
|
14
14
|
image_url?: string;
|
|
15
|
+
/** Accessibility alternative text for the image. Kept separate from `description` so it is not rendered as a visible caption. */
|
|
16
|
+
image_alt?: string;
|
|
15
17
|
image_dimensions?: {
|
|
16
18
|
width: number;
|
|
17
19
|
height: number;
|