@rocket.chat/core-typings 8.5.0 → 8.5.1
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
|
@@ -5496,7 +5496,7 @@ exports.schemas = {
|
|
|
5496
5496
|
$ref: "#/components/schemas/CommonFilePropsvideo_urlstringvideo_typestringvideo_sizenumberfileFilePropundefinedMessageAttachmentBase"
|
|
5497
5497
|
},
|
|
5498
5498
|
{
|
|
5499
|
-
$ref: "#/components/schemas/
|
|
5499
|
+
$ref: "#/components/schemas/CommonFilePropsimage_dimensionswidthnumberheightnumberundefinedimage_previewstringundefinedimage_urlstringimage_typestringundefinedimage_sizenumberundefinedimage_altstringundefinedfileFilePropundefinedMessageAttachmentBase"
|
|
5500
5500
|
},
|
|
5501
5501
|
{
|
|
5502
5502
|
$ref: "#/components/schemas/CommonFilePropsaudio_urlstringaudio_typestringaudio_sizenumberundefinedfileFilePropundefinedMessageAttachmentBase"
|
|
@@ -5559,6 +5559,62 @@ exports.schemas = {
|
|
|
5559
5559
|
type: "string",
|
|
5560
5560
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
5561
5561
|
},
|
|
5562
|
+
descriptionMd: {
|
|
5563
|
+
oneOf: [
|
|
5564
|
+
{
|
|
5565
|
+
type: "array",
|
|
5566
|
+
items: {
|
|
5567
|
+
oneOf: [
|
|
5568
|
+
{
|
|
5569
|
+
$ref: "#/components/schemas/Paragraph"
|
|
5570
|
+
},
|
|
5571
|
+
{
|
|
5572
|
+
$ref: "#/components/schemas/Code"
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
$ref: "#/components/schemas/Heading"
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
$ref: "#/components/schemas/Quote"
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
$ref: "#/components/schemas/ListItem"
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
$ref: "#/components/schemas/Tasks"
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
$ref: "#/components/schemas/OrderedList"
|
|
5591
|
+
},
|
|
5592
|
+
{
|
|
5593
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
$ref: "#/components/schemas/LineBreak"
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
$ref: "#/components/schemas/KaTeX"
|
|
5600
|
+
}
|
|
5601
|
+
]
|
|
5602
|
+
}
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
type: "array",
|
|
5606
|
+
items: {
|
|
5607
|
+
oneOf: [
|
|
5608
|
+
{
|
|
5609
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
5610
|
+
}
|
|
5611
|
+
]
|
|
5612
|
+
},
|
|
5613
|
+
minItems: 1,
|
|
5614
|
+
maxItems: 1
|
|
5615
|
+
}
|
|
5616
|
+
]
|
|
5617
|
+
},
|
|
5562
5618
|
text: {
|
|
5563
5619
|
type: "string"
|
|
5564
5620
|
},
|
|
@@ -5745,7 +5801,7 @@ exports.schemas = {
|
|
|
5745
5801
|
},
|
|
5746
5802
|
required: []
|
|
5747
5803
|
},
|
|
5748
|
-
|
|
5804
|
+
CommonFilePropsimage_dimensionswidthnumberheightnumberundefinedimage_previewstringundefinedimage_urlstringimage_typestringundefinedimage_sizenumberundefinedimage_altstringundefinedfileFilePropundefinedMessageAttachmentBase: {
|
|
5749
5805
|
type: "object",
|
|
5750
5806
|
properties: {
|
|
5751
5807
|
type: {
|
|
@@ -5784,6 +5840,10 @@ exports.schemas = {
|
|
|
5784
5840
|
image_size: {
|
|
5785
5841
|
type: "number"
|
|
5786
5842
|
},
|
|
5843
|
+
image_alt: {
|
|
5844
|
+
type: "string",
|
|
5845
|
+
description: "Accessibility alternative text for the image. Kept separate from `description` so it is not rendered as a visible caption."
|
|
5846
|
+
},
|
|
5787
5847
|
file: {
|
|
5788
5848
|
$ref: "#/components/schemas/FileProp"
|
|
5789
5849
|
},
|
|
@@ -5804,6 +5864,62 @@ exports.schemas = {
|
|
|
5804
5864
|
type: "string",
|
|
5805
5865
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
5806
5866
|
},
|
|
5867
|
+
descriptionMd: {
|
|
5868
|
+
oneOf: [
|
|
5869
|
+
{
|
|
5870
|
+
type: "array",
|
|
5871
|
+
items: {
|
|
5872
|
+
oneOf: [
|
|
5873
|
+
{
|
|
5874
|
+
$ref: "#/components/schemas/Paragraph"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
$ref: "#/components/schemas/Code"
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
$ref: "#/components/schemas/Heading"
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
$ref: "#/components/schemas/Quote"
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
5887
|
+
},
|
|
5888
|
+
{
|
|
5889
|
+
$ref: "#/components/schemas/ListItem"
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
$ref: "#/components/schemas/Tasks"
|
|
5893
|
+
},
|
|
5894
|
+
{
|
|
5895
|
+
$ref: "#/components/schemas/OrderedList"
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
$ref: "#/components/schemas/LineBreak"
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
$ref: "#/components/schemas/KaTeX"
|
|
5905
|
+
}
|
|
5906
|
+
]
|
|
5907
|
+
}
|
|
5908
|
+
},
|
|
5909
|
+
{
|
|
5910
|
+
type: "array",
|
|
5911
|
+
items: {
|
|
5912
|
+
oneOf: [
|
|
5913
|
+
{
|
|
5914
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
5915
|
+
}
|
|
5916
|
+
]
|
|
5917
|
+
},
|
|
5918
|
+
minItems: 1,
|
|
5919
|
+
maxItems: 1
|
|
5920
|
+
}
|
|
5921
|
+
]
|
|
5922
|
+
},
|
|
5807
5923
|
text: {
|
|
5808
5924
|
type: "string"
|
|
5809
5925
|
},
|
|
@@ -5948,6 +6064,62 @@ exports.schemas = {
|
|
|
5948
6064
|
type: "string",
|
|
5949
6065
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
5950
6066
|
},
|
|
6067
|
+
descriptionMd: {
|
|
6068
|
+
oneOf: [
|
|
6069
|
+
{
|
|
6070
|
+
type: "array",
|
|
6071
|
+
items: {
|
|
6072
|
+
oneOf: [
|
|
6073
|
+
{
|
|
6074
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
$ref: "#/components/schemas/Code"
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
$ref: "#/components/schemas/Heading"
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
$ref: "#/components/schemas/Quote"
|
|
6084
|
+
},
|
|
6085
|
+
{
|
|
6086
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6087
|
+
},
|
|
6088
|
+
{
|
|
6089
|
+
$ref: "#/components/schemas/ListItem"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
$ref: "#/components/schemas/Tasks"
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6105
|
+
}
|
|
6106
|
+
]
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
type: "array",
|
|
6111
|
+
items: {
|
|
6112
|
+
oneOf: [
|
|
6113
|
+
{
|
|
6114
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6115
|
+
}
|
|
6116
|
+
]
|
|
6117
|
+
},
|
|
6118
|
+
minItems: 1,
|
|
6119
|
+
maxItems: 1
|
|
6120
|
+
}
|
|
6121
|
+
]
|
|
6122
|
+
},
|
|
5951
6123
|
text: {
|
|
5952
6124
|
type: "string"
|
|
5953
6125
|
},
|
|
@@ -6081,6 +6253,62 @@ exports.schemas = {
|
|
|
6081
6253
|
type: "string",
|
|
6082
6254
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6083
6255
|
},
|
|
6256
|
+
descriptionMd: {
|
|
6257
|
+
oneOf: [
|
|
6258
|
+
{
|
|
6259
|
+
type: "array",
|
|
6260
|
+
items: {
|
|
6261
|
+
oneOf: [
|
|
6262
|
+
{
|
|
6263
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
$ref: "#/components/schemas/Code"
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
$ref: "#/components/schemas/Heading"
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
$ref: "#/components/schemas/Quote"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
$ref: "#/components/schemas/ListItem"
|
|
6279
|
+
},
|
|
6280
|
+
{
|
|
6281
|
+
$ref: "#/components/schemas/Tasks"
|
|
6282
|
+
},
|
|
6283
|
+
{
|
|
6284
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6294
|
+
}
|
|
6295
|
+
]
|
|
6296
|
+
}
|
|
6297
|
+
},
|
|
6298
|
+
{
|
|
6299
|
+
type: "array",
|
|
6300
|
+
items: {
|
|
6301
|
+
oneOf: [
|
|
6302
|
+
{
|
|
6303
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6304
|
+
}
|
|
6305
|
+
]
|
|
6306
|
+
},
|
|
6307
|
+
minItems: 1,
|
|
6308
|
+
maxItems: 1
|
|
6309
|
+
}
|
|
6310
|
+
]
|
|
6311
|
+
},
|
|
6084
6312
|
text: {
|
|
6085
6313
|
type: "string"
|
|
6086
6314
|
},
|
|
@@ -6203,6 +6431,62 @@ exports.schemas = {
|
|
|
6203
6431
|
type: "string",
|
|
6204
6432
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6205
6433
|
},
|
|
6434
|
+
descriptionMd: {
|
|
6435
|
+
oneOf: [
|
|
6436
|
+
{
|
|
6437
|
+
type: "array",
|
|
6438
|
+
items: {
|
|
6439
|
+
oneOf: [
|
|
6440
|
+
{
|
|
6441
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6442
|
+
},
|
|
6443
|
+
{
|
|
6444
|
+
$ref: "#/components/schemas/Code"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
$ref: "#/components/schemas/Heading"
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
$ref: "#/components/schemas/Quote"
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
$ref: "#/components/schemas/ListItem"
|
|
6457
|
+
},
|
|
6458
|
+
{
|
|
6459
|
+
$ref: "#/components/schemas/Tasks"
|
|
6460
|
+
},
|
|
6461
|
+
{
|
|
6462
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6463
|
+
},
|
|
6464
|
+
{
|
|
6465
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6472
|
+
}
|
|
6473
|
+
]
|
|
6474
|
+
}
|
|
6475
|
+
},
|
|
6476
|
+
{
|
|
6477
|
+
type: "array",
|
|
6478
|
+
items: {
|
|
6479
|
+
oneOf: [
|
|
6480
|
+
{
|
|
6481
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6482
|
+
}
|
|
6483
|
+
]
|
|
6484
|
+
},
|
|
6485
|
+
minItems: 1,
|
|
6486
|
+
maxItems: 1
|
|
6487
|
+
}
|
|
6488
|
+
]
|
|
6489
|
+
},
|
|
6206
6490
|
text: {
|
|
6207
6491
|
type: "string"
|
|
6208
6492
|
},
|
|
@@ -6347,6 +6631,62 @@ exports.schemas = {
|
|
|
6347
6631
|
type: "string",
|
|
6348
6632
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6349
6633
|
},
|
|
6634
|
+
descriptionMd: {
|
|
6635
|
+
oneOf: [
|
|
6636
|
+
{
|
|
6637
|
+
type: "array",
|
|
6638
|
+
items: {
|
|
6639
|
+
oneOf: [
|
|
6640
|
+
{
|
|
6641
|
+
$ref: "#/components/schemas/Paragraph"
|
|
6642
|
+
},
|
|
6643
|
+
{
|
|
6644
|
+
$ref: "#/components/schemas/Code"
|
|
6645
|
+
},
|
|
6646
|
+
{
|
|
6647
|
+
$ref: "#/components/schemas/Heading"
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
$ref: "#/components/schemas/Quote"
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
$ref: "#/components/schemas/ListItem"
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
$ref: "#/components/schemas/Tasks"
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
$ref: "#/components/schemas/OrderedList"
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
$ref: "#/components/schemas/LineBreak"
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
$ref: "#/components/schemas/KaTeX"
|
|
6672
|
+
}
|
|
6673
|
+
]
|
|
6674
|
+
}
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
type: "array",
|
|
6678
|
+
items: {
|
|
6679
|
+
oneOf: [
|
|
6680
|
+
{
|
|
6681
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
6682
|
+
}
|
|
6683
|
+
]
|
|
6684
|
+
},
|
|
6685
|
+
minItems: 1,
|
|
6686
|
+
maxItems: 1
|
|
6687
|
+
}
|
|
6688
|
+
]
|
|
6689
|
+
},
|
|
6350
6690
|
text: {
|
|
6351
6691
|
type: "string"
|
|
6352
6692
|
},
|
|
@@ -6591,6 +6931,10 @@ exports.schemas = {
|
|
|
6591
6931
|
image_url: {
|
|
6592
6932
|
type: "string"
|
|
6593
6933
|
},
|
|
6934
|
+
image_alt: {
|
|
6935
|
+
type: "string",
|
|
6936
|
+
description: "Accessibility alternative text for the image. Kept separate from `description` so it is not rendered as a visible caption."
|
|
6937
|
+
},
|
|
6594
6938
|
image_dimensions: {
|
|
6595
6939
|
type: "object",
|
|
6596
6940
|
properties: {
|
|
@@ -6707,6 +7051,62 @@ exports.schemas = {
|
|
|
6707
7051
|
type: "string",
|
|
6708
7052
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6709
7053
|
},
|
|
7054
|
+
descriptionMd: {
|
|
7055
|
+
oneOf: [
|
|
7056
|
+
{
|
|
7057
|
+
type: "array",
|
|
7058
|
+
items: {
|
|
7059
|
+
oneOf: [
|
|
7060
|
+
{
|
|
7061
|
+
$ref: "#/components/schemas/Paragraph"
|
|
7062
|
+
},
|
|
7063
|
+
{
|
|
7064
|
+
$ref: "#/components/schemas/Code"
|
|
7065
|
+
},
|
|
7066
|
+
{
|
|
7067
|
+
$ref: "#/components/schemas/Heading"
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
$ref: "#/components/schemas/Quote"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
7074
|
+
},
|
|
7075
|
+
{
|
|
7076
|
+
$ref: "#/components/schemas/ListItem"
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
$ref: "#/components/schemas/Tasks"
|
|
7080
|
+
},
|
|
7081
|
+
{
|
|
7082
|
+
$ref: "#/components/schemas/OrderedList"
|
|
7083
|
+
},
|
|
7084
|
+
{
|
|
7085
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
7086
|
+
},
|
|
7087
|
+
{
|
|
7088
|
+
$ref: "#/components/schemas/LineBreak"
|
|
7089
|
+
},
|
|
7090
|
+
{
|
|
7091
|
+
$ref: "#/components/schemas/KaTeX"
|
|
7092
|
+
}
|
|
7093
|
+
]
|
|
7094
|
+
}
|
|
7095
|
+
},
|
|
7096
|
+
{
|
|
7097
|
+
type: "array",
|
|
7098
|
+
items: {
|
|
7099
|
+
oneOf: [
|
|
7100
|
+
{
|
|
7101
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
7102
|
+
}
|
|
7103
|
+
]
|
|
7104
|
+
},
|
|
7105
|
+
minItems: 1,
|
|
7106
|
+
maxItems: 1
|
|
7107
|
+
}
|
|
7108
|
+
]
|
|
7109
|
+
},
|
|
6710
7110
|
size: {
|
|
6711
7111
|
type: "number"
|
|
6712
7112
|
},
|
|
@@ -6858,6 +7258,62 @@ exports.schemas = {
|
|
|
6858
7258
|
type: "string",
|
|
6859
7259
|
description: "description isn't being used on client for non-image attachments, we're keeping it for backward compatibility"
|
|
6860
7260
|
},
|
|
7261
|
+
descriptionMd: {
|
|
7262
|
+
oneOf: [
|
|
7263
|
+
{
|
|
7264
|
+
type: "array",
|
|
7265
|
+
items: {
|
|
7266
|
+
oneOf: [
|
|
7267
|
+
{
|
|
7268
|
+
$ref: "#/components/schemas/Paragraph"
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
$ref: "#/components/schemas/Code"
|
|
7272
|
+
},
|
|
7273
|
+
{
|
|
7274
|
+
$ref: "#/components/schemas/Heading"
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
$ref: "#/components/schemas/Quote"
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
$ref: "#/components/schemas/SpoilerBlock"
|
|
7281
|
+
},
|
|
7282
|
+
{
|
|
7283
|
+
$ref: "#/components/schemas/ListItem"
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
$ref: "#/components/schemas/Tasks"
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
$ref: "#/components/schemas/OrderedList"
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
$ref: "#/components/schemas/UnorderedList"
|
|
7293
|
+
},
|
|
7294
|
+
{
|
|
7295
|
+
$ref: "#/components/schemas/LineBreak"
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
$ref: "#/components/schemas/KaTeX"
|
|
7299
|
+
}
|
|
7300
|
+
]
|
|
7301
|
+
}
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
type: "array",
|
|
7305
|
+
items: {
|
|
7306
|
+
oneOf: [
|
|
7307
|
+
{
|
|
7308
|
+
$ref: "#/components/schemas/BigEmoji.o1"
|
|
7309
|
+
}
|
|
7310
|
+
]
|
|
7311
|
+
},
|
|
7312
|
+
minItems: 1,
|
|
7313
|
+
maxItems: 1
|
|
7314
|
+
}
|
|
7315
|
+
]
|
|
7316
|
+
},
|
|
6861
7317
|
size: {
|
|
6862
7318
|
type: "number"
|
|
6863
7319
|
},
|
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;
|