@atproto/ozone 0.1.42 → 0.1.44

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.
Files changed (120) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/api/communication/createTemplate.d.ts.map +1 -1
  3. package/dist/api/communication/createTemplate.js +21 -10
  4. package/dist/api/communication/createTemplate.js.map +1 -1
  5. package/dist/api/communication/updateTemplate.d.ts.map +1 -1
  6. package/dist/api/communication/updateTemplate.js +17 -8
  7. package/dist/api/communication/updateTemplate.js.map +1 -1
  8. package/dist/api/moderation/emitEvent.d.ts.map +1 -1
  9. package/dist/api/moderation/emitEvent.js +3 -7
  10. package/dist/api/moderation/emitEvent.js.map +1 -1
  11. package/dist/api/report/createReport.d.ts.map +1 -1
  12. package/dist/api/report/createReport.js +3 -7
  13. package/dist/api/report/createReport.js.map +1 -1
  14. package/dist/communication-service/template.d.ts +2 -2
  15. package/dist/communication-service/template.d.ts.map +1 -1
  16. package/dist/communication-service/template.js +5 -2
  17. package/dist/communication-service/template.js.map +1 -1
  18. package/dist/communication-service/util.d.ts +2 -0
  19. package/dist/communication-service/util.d.ts.map +1 -0
  20. package/dist/communication-service/util.js +11 -0
  21. package/dist/communication-service/util.js.map +1 -0
  22. package/dist/db/migrations/20240903T205730722Z-add-template-lang.d.ts +4 -0
  23. package/dist/db/migrations/20240903T205730722Z-add-template-lang.d.ts.map +1 -0
  24. package/dist/db/migrations/20240903T205730722Z-add-template-lang.js +15 -0
  25. package/dist/db/migrations/20240903T205730722Z-add-template-lang.js.map +1 -0
  26. package/dist/db/migrations/20240904T205730722Z-add-subject-did-index.d.ts +4 -0
  27. package/dist/db/migrations/20240904T205730722Z-add-subject-did-index.d.ts.map +1 -0
  28. package/dist/db/migrations/20240904T205730722Z-add-subject-did-index.js +16 -0
  29. package/dist/db/migrations/20240904T205730722Z-add-subject-did-index.js.map +1 -0
  30. package/dist/db/migrations/index.d.ts +2 -0
  31. package/dist/db/migrations/index.d.ts.map +1 -1
  32. package/dist/db/migrations/index.js +3 -1
  33. package/dist/db/migrations/index.js.map +1 -1
  34. package/dist/db/schema/communication_template.d.ts +1 -0
  35. package/dist/db/schema/communication_template.d.ts.map +1 -1
  36. package/dist/lexicon/lexicons.d.ts +131 -3
  37. package/dist/lexicon/lexicons.d.ts.map +1 -1
  38. package/dist/lexicon/lexicons.js +143 -6
  39. package/dist/lexicon/lexicons.js.map +1 -1
  40. package/dist/lexicon/types/com/atproto/repo/applyWrites.d.ts +38 -4
  41. package/dist/lexicon/types/com/atproto/repo/applyWrites.d.ts.map +1 -1
  42. package/dist/lexicon/types/com/atproto/repo/applyWrites.js +31 -1
  43. package/dist/lexicon/types/com/atproto/repo/applyWrites.js.map +1 -1
  44. package/dist/lexicon/types/com/atproto/repo/createRecord.d.ts +5 -2
  45. package/dist/lexicon/types/com/atproto/repo/createRecord.d.ts.map +1 -1
  46. package/dist/lexicon/types/com/atproto/repo/defs.d.ts +12 -0
  47. package/dist/lexicon/types/com/atproto/repo/defs.d.ts.map +1 -0
  48. package/dist/lexicon/types/com/atproto/repo/defs.js +16 -0
  49. package/dist/lexicon/types/com/atproto/repo/defs.js.map +1 -0
  50. package/dist/lexicon/types/com/atproto/repo/deleteRecord.d.ts +14 -2
  51. package/dist/lexicon/types/com/atproto/repo/deleteRecord.d.ts.map +1 -1
  52. package/dist/lexicon/types/com/atproto/repo/putRecord.d.ts +5 -2
  53. package/dist/lexicon/types/com/atproto/repo/putRecord.d.ts.map +1 -1
  54. package/dist/lexicon/types/tools/ozone/communication/createTemplate.d.ts +3 -0
  55. package/dist/lexicon/types/tools/ozone/communication/createTemplate.d.ts.map +1 -1
  56. package/dist/lexicon/types/tools/ozone/communication/defs.d.ts +2 -0
  57. package/dist/lexicon/types/tools/ozone/communication/defs.d.ts.map +1 -1
  58. package/dist/lexicon/types/tools/ozone/communication/defs.js.map +1 -1
  59. package/dist/lexicon/types/tools/ozone/communication/updateTemplate.d.ts +3 -0
  60. package/dist/lexicon/types/tools/ozone/communication/updateTemplate.d.ts.map +1 -1
  61. package/dist/lexicon/types/tools/ozone/moderation/emitEvent.d.ts +1 -1
  62. package/dist/lexicon/types/tools/ozone/moderation/emitEvent.d.ts.map +1 -1
  63. package/dist/mod-service/index.d.ts +1 -1
  64. package/dist/mod-service/index.d.ts.map +1 -1
  65. package/dist/mod-service/index.js +12 -17
  66. package/dist/mod-service/index.js.map +1 -1
  67. package/dist/tag-service/content-tagger.d.ts +15 -0
  68. package/dist/tag-service/content-tagger.d.ts.map +1 -0
  69. package/dist/tag-service/content-tagger.js +36 -0
  70. package/dist/tag-service/content-tagger.js.map +1 -0
  71. package/dist/tag-service/embed-tagger.d.ts +8 -0
  72. package/dist/tag-service/embed-tagger.d.ts.map +1 -0
  73. package/dist/tag-service/embed-tagger.js +64 -0
  74. package/dist/tag-service/embed-tagger.js.map +1 -0
  75. package/dist/tag-service/index.d.ts +13 -0
  76. package/dist/tag-service/index.d.ts.map +1 -0
  77. package/dist/tag-service/index.js +77 -0
  78. package/dist/tag-service/index.js.map +1 -0
  79. package/dist/{mod-service/lang-data.d.ts → tag-service/language-data.d.ts} +1 -1
  80. package/dist/tag-service/language-data.d.ts.map +1 -0
  81. package/dist/{mod-service/lang-data.js → tag-service/language-data.js} +1 -1
  82. package/dist/tag-service/language-data.js.map +1 -0
  83. package/dist/tag-service/language-tagger.d.ts +9 -0
  84. package/dist/tag-service/language-tagger.d.ts.map +1 -0
  85. package/dist/{mod-service/lang.js → tag-service/language-tagger.js} +32 -39
  86. package/dist/tag-service/language-tagger.js.map +1 -0
  87. package/package.json +3 -3
  88. package/src/api/communication/createTemplate.ts +23 -9
  89. package/src/api/communication/updateTemplate.ts +18 -7
  90. package/src/api/moderation/emitEvent.ts +7 -6
  91. package/src/api/report/createReport.ts +6 -5
  92. package/src/communication-service/template.ts +5 -0
  93. package/src/communication-service/util.ts +8 -0
  94. package/src/db/migrations/20240903T205730722Z-add-template-lang.ts +12 -0
  95. package/src/db/migrations/20240904T205730722Z-add-subject-did-index.ts +13 -0
  96. package/src/db/migrations/index.ts +2 -0
  97. package/src/db/schema/communication_template.ts +1 -0
  98. package/src/lexicon/lexicons.ts +143 -6
  99. package/src/lexicon/types/com/atproto/repo/applyWrites.ts +70 -3
  100. package/src/lexicon/types/com/atproto/repo/createRecord.ts +5 -2
  101. package/src/lexicon/types/com/atproto/repo/defs.ts +25 -0
  102. package/src/lexicon/types/com/atproto/repo/deleteRecord.ts +13 -1
  103. package/src/lexicon/types/com/atproto/repo/putRecord.ts +5 -2
  104. package/src/lexicon/types/tools/ozone/communication/createTemplate.ts +3 -0
  105. package/src/lexicon/types/tools/ozone/communication/defs.ts +2 -0
  106. package/src/lexicon/types/tools/ozone/communication/updateTemplate.ts +3 -0
  107. package/src/lexicon/types/tools/ozone/moderation/emitEvent.ts +1 -0
  108. package/src/mod-service/index.ts +16 -20
  109. package/src/tag-service/content-tagger.ts +30 -0
  110. package/src/tag-service/embed-tagger.ts +68 -0
  111. package/src/tag-service/index.ts +59 -0
  112. package/src/{mod-service/lang.ts → tag-service/language-tagger.ts} +25 -49
  113. package/tests/content-tagger.test.ts +141 -0
  114. package/dist/mod-service/lang-data.d.ts.map +0 -1
  115. package/dist/mod-service/lang-data.js.map +0 -1
  116. package/dist/mod-service/lang.d.ts +0 -17
  117. package/dist/mod-service/lang.d.ts.map +0 -1
  118. package/dist/mod-service/lang.js.map +0 -1
  119. package/tests/lang.test.ts +0 -106
  120. /package/src/{mod-service/lang-data.ts → tag-service/language-data.ts} +0 -0
@@ -1164,7 +1164,6 @@ export declare const schemaDict: {
1164
1164
  };
1165
1165
  validate: {
1166
1166
  type: string;
1167
- default: boolean;
1168
1167
  description: string;
1169
1168
  };
1170
1169
  writes: {
@@ -1183,6 +1182,27 @@ export declare const schemaDict: {
1183
1182
  };
1184
1183
  };
1185
1184
  };
1185
+ output: {
1186
+ encoding: string;
1187
+ schema: {
1188
+ type: string;
1189
+ required: never[];
1190
+ properties: {
1191
+ commit: {
1192
+ type: string;
1193
+ ref: string;
1194
+ };
1195
+ results: {
1196
+ type: string;
1197
+ items: {
1198
+ type: string;
1199
+ refs: string[];
1200
+ closed: boolean;
1201
+ };
1202
+ };
1203
+ };
1204
+ };
1205
+ };
1186
1206
  errors: {
1187
1207
  name: string;
1188
1208
  description: string;
@@ -1237,6 +1257,47 @@ export declare const schemaDict: {
1237
1257
  };
1238
1258
  };
1239
1259
  };
1260
+ createResult: {
1261
+ type: string;
1262
+ required: string[];
1263
+ properties: {
1264
+ uri: {
1265
+ type: string;
1266
+ format: string;
1267
+ };
1268
+ cid: {
1269
+ type: string;
1270
+ format: string;
1271
+ };
1272
+ validationStatus: {
1273
+ type: string;
1274
+ knownValues: string[];
1275
+ };
1276
+ };
1277
+ };
1278
+ updateResult: {
1279
+ type: string;
1280
+ required: string[];
1281
+ properties: {
1282
+ uri: {
1283
+ type: string;
1284
+ format: string;
1285
+ };
1286
+ cid: {
1287
+ type: string;
1288
+ format: string;
1289
+ };
1290
+ validationStatus: {
1291
+ type: string;
1292
+ knownValues: string[];
1293
+ };
1294
+ };
1295
+ };
1296
+ deleteResult: {
1297
+ type: string;
1298
+ required: never[];
1299
+ properties: {};
1300
+ };
1240
1301
  };
1241
1302
  };
1242
1303
  ComAtprotoRepoCreateRecord: {
@@ -1269,7 +1330,6 @@ export declare const schemaDict: {
1269
1330
  };
1270
1331
  validate: {
1271
1332
  type: string;
1272
- default: boolean;
1273
1333
  description: string;
1274
1334
  };
1275
1335
  record: {
@@ -1298,6 +1358,14 @@ export declare const schemaDict: {
1298
1358
  type: string;
1299
1359
  format: string;
1300
1360
  };
1361
+ commit: {
1362
+ type: string;
1363
+ ref: string;
1364
+ };
1365
+ validationStatus: {
1366
+ type: string;
1367
+ knownValues: string[];
1368
+ };
1301
1369
  };
1302
1370
  };
1303
1371
  };
@@ -1308,6 +1376,25 @@ export declare const schemaDict: {
1308
1376
  };
1309
1377
  };
1310
1378
  };
1379
+ ComAtprotoRepoDefs: {
1380
+ lexicon: number;
1381
+ id: string;
1382
+ defs: {
1383
+ commitMeta: {
1384
+ type: string;
1385
+ required: string[];
1386
+ properties: {
1387
+ cid: {
1388
+ type: string;
1389
+ format: string;
1390
+ };
1391
+ rev: {
1392
+ type: string;
1393
+ };
1394
+ };
1395
+ };
1396
+ };
1397
+ };
1311
1398
  ComAtprotoRepoDeleteRecord: {
1312
1399
  lexicon: number;
1313
1400
  id: string;
@@ -1348,6 +1435,18 @@ export declare const schemaDict: {
1348
1435
  };
1349
1436
  };
1350
1437
  };
1438
+ output: {
1439
+ encoding: string;
1440
+ schema: {
1441
+ type: string;
1442
+ properties: {
1443
+ commit: {
1444
+ type: string;
1445
+ ref: string;
1446
+ };
1447
+ };
1448
+ };
1449
+ };
1351
1450
  errors: {
1352
1451
  name: string;
1353
1452
  }[];
@@ -1648,7 +1747,6 @@ export declare const schemaDict: {
1648
1747
  };
1649
1748
  validate: {
1650
1749
  type: string;
1651
- default: boolean;
1652
1750
  description: string;
1653
1751
  };
1654
1752
  record: {
@@ -1682,6 +1780,14 @@ export declare const schemaDict: {
1682
1780
  type: string;
1683
1781
  format: string;
1684
1782
  };
1783
+ commit: {
1784
+ type: string;
1785
+ ref: string;
1786
+ };
1787
+ validationStatus: {
1788
+ type: string;
1789
+ knownValues: string[];
1790
+ };
1685
1791
  };
1686
1792
  };
1687
1793
  };
@@ -9641,6 +9747,11 @@ export declare const schemaDict: {
9641
9747
  type: string;
9642
9748
  description: string;
9643
9749
  };
9750
+ lang: {
9751
+ type: string;
9752
+ format: string;
9753
+ description: string;
9754
+ };
9644
9755
  createdBy: {
9645
9756
  type: string;
9646
9757
  format: string;
@@ -9656,6 +9767,9 @@ export declare const schemaDict: {
9656
9767
  ref: string;
9657
9768
  };
9658
9769
  };
9770
+ errors: {
9771
+ name: string;
9772
+ }[];
9659
9773
  };
9660
9774
  };
9661
9775
  };
@@ -9685,6 +9799,11 @@ export declare const schemaDict: {
9685
9799
  disabled: {
9686
9800
  type: string;
9687
9801
  };
9802
+ lang: {
9803
+ type: string;
9804
+ format: string;
9805
+ description: string;
9806
+ };
9688
9807
  lastUpdatedBy: {
9689
9808
  type: string;
9690
9809
  format: string;
@@ -9771,6 +9890,11 @@ export declare const schemaDict: {
9771
9890
  type: string;
9772
9891
  description: string;
9773
9892
  };
9893
+ lang: {
9894
+ type: string;
9895
+ format: string;
9896
+ description: string;
9897
+ };
9774
9898
  contentMarkdown: {
9775
9899
  type: string;
9776
9900
  description: string;
@@ -9797,6 +9921,9 @@ export declare const schemaDict: {
9797
9921
  ref: string;
9798
9922
  };
9799
9923
  };
9924
+ errors: {
9925
+ name: string;
9926
+ }[];
9800
9927
  };
9801
9928
  };
9802
9929
  };
@@ -11183,6 +11310,7 @@ export declare const ids: {
11183
11310
  ComAtprotoModerationDefs: string;
11184
11311
  ComAtprotoRepoApplyWrites: string;
11185
11312
  ComAtprotoRepoCreateRecord: string;
11313
+ ComAtprotoRepoDefs: string;
11186
11314
  ComAtprotoRepoDeleteRecord: string;
11187
11315
  ComAtprotoRepoDescribeRepo: string;
11188
11316
  ComAtprotoRepoGetRecord: string;
@@ -1 +1 @@
1
- {"version":3,"file":"lexicons.d.ts","sourceRoot":"","sources":["../../src/lexicon/lexicons.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEvD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4wXtB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiOf,CAAA"}
1
+ {"version":3,"file":"lexicons.d.ts","sourceRoot":"","sources":["../../src/lexicon/lexicons.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEvD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAo5XtB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,UAAU,EAA8C,CAAA;AAC9E,eAAO,MAAM,QAAQ,EAAE,QAAgC,CAAA;AACvD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkOf,CAAA"}
@@ -1216,8 +1216,7 @@ exports.schemaDict = {
1216
1216
  },
1217
1217
  validate: {
1218
1218
  type: 'boolean',
1219
- default: true,
1220
- description: "Can be set to 'false' to skip Lexicon schema validation of record data, for all operations.",
1219
+ description: "Can be set to 'false' to skip Lexicon schema validation of record data across all operations, 'true' to require it, or leave unset to validate only for known Lexicons.",
1221
1220
  },
1222
1221
  writes: {
1223
1222
  type: 'array',
@@ -1239,6 +1238,31 @@ exports.schemaDict = {
1239
1238
  },
1240
1239
  },
1241
1240
  },
1241
+ output: {
1242
+ encoding: 'application/json',
1243
+ schema: {
1244
+ type: 'object',
1245
+ required: [],
1246
+ properties: {
1247
+ commit: {
1248
+ type: 'ref',
1249
+ ref: 'lex:com.atproto.repo.defs#commitMeta',
1250
+ },
1251
+ results: {
1252
+ type: 'array',
1253
+ items: {
1254
+ type: 'union',
1255
+ refs: [
1256
+ 'lex:com.atproto.repo.applyWrites#createResult',
1257
+ 'lex:com.atproto.repo.applyWrites#updateResult',
1258
+ 'lex:com.atproto.repo.applyWrites#deleteResult',
1259
+ ],
1260
+ closed: true,
1261
+ },
1262
+ },
1263
+ },
1264
+ },
1265
+ },
1242
1266
  errors: [
1243
1267
  {
1244
1268
  name: 'InvalidSwap',
@@ -1295,6 +1319,47 @@ exports.schemaDict = {
1295
1319
  },
1296
1320
  },
1297
1321
  },
1322
+ createResult: {
1323
+ type: 'object',
1324
+ required: ['uri', 'cid'],
1325
+ properties: {
1326
+ uri: {
1327
+ type: 'string',
1328
+ format: 'at-uri',
1329
+ },
1330
+ cid: {
1331
+ type: 'string',
1332
+ format: 'cid',
1333
+ },
1334
+ validationStatus: {
1335
+ type: 'string',
1336
+ knownValues: ['valid', 'unknown'],
1337
+ },
1338
+ },
1339
+ },
1340
+ updateResult: {
1341
+ type: 'object',
1342
+ required: ['uri', 'cid'],
1343
+ properties: {
1344
+ uri: {
1345
+ type: 'string',
1346
+ format: 'at-uri',
1347
+ },
1348
+ cid: {
1349
+ type: 'string',
1350
+ format: 'cid',
1351
+ },
1352
+ validationStatus: {
1353
+ type: 'string',
1354
+ knownValues: ['valid', 'unknown'],
1355
+ },
1356
+ },
1357
+ },
1358
+ deleteResult: {
1359
+ type: 'object',
1360
+ required: [],
1361
+ properties: {},
1362
+ },
1298
1363
  },
1299
1364
  },
1300
1365
  ComAtprotoRepoCreateRecord: {
@@ -1327,8 +1392,7 @@ exports.schemaDict = {
1327
1392
  },
1328
1393
  validate: {
1329
1394
  type: 'boolean',
1330
- default: true,
1331
- description: "Can be set to 'false' to skip Lexicon schema validation of record data.",
1395
+ description: "Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.",
1332
1396
  },
1333
1397
  record: {
1334
1398
  type: 'unknown',
@@ -1356,6 +1420,14 @@ exports.schemaDict = {
1356
1420
  type: 'string',
1357
1421
  format: 'cid',
1358
1422
  },
1423
+ commit: {
1424
+ type: 'ref',
1425
+ ref: 'lex:com.atproto.repo.defs#commitMeta',
1426
+ },
1427
+ validationStatus: {
1428
+ type: 'string',
1429
+ knownValues: ['valid', 'unknown'],
1430
+ },
1359
1431
  },
1360
1432
  },
1361
1433
  },
@@ -1368,6 +1440,25 @@ exports.schemaDict = {
1368
1440
  },
1369
1441
  },
1370
1442
  },
1443
+ ComAtprotoRepoDefs: {
1444
+ lexicon: 1,
1445
+ id: 'com.atproto.repo.defs',
1446
+ defs: {
1447
+ commitMeta: {
1448
+ type: 'object',
1449
+ required: ['cid', 'rev'],
1450
+ properties: {
1451
+ cid: {
1452
+ type: 'string',
1453
+ format: 'cid',
1454
+ },
1455
+ rev: {
1456
+ type: 'string',
1457
+ },
1458
+ },
1459
+ },
1460
+ },
1461
+ },
1371
1462
  ComAtprotoRepoDeleteRecord: {
1372
1463
  lexicon: 1,
1373
1464
  id: 'com.atproto.repo.deleteRecord',
@@ -1408,6 +1499,18 @@ exports.schemaDict = {
1408
1499
  },
1409
1500
  },
1410
1501
  },
1502
+ output: {
1503
+ encoding: 'application/json',
1504
+ schema: {
1505
+ type: 'object',
1506
+ properties: {
1507
+ commit: {
1508
+ type: 'ref',
1509
+ ref: 'lex:com.atproto.repo.defs#commitMeta',
1510
+ },
1511
+ },
1512
+ },
1513
+ },
1411
1514
  errors: [
1412
1515
  {
1413
1516
  name: 'InvalidSwap',
@@ -1716,8 +1819,7 @@ exports.schemaDict = {
1716
1819
  },
1717
1820
  validate: {
1718
1821
  type: 'boolean',
1719
- default: true,
1720
- description: "Can be set to 'false' to skip Lexicon schema validation of record data.",
1822
+ description: "Can be set to 'false' to skip Lexicon schema validation of record data, 'true' to require it, or leave unset to validate only for known Lexicons.",
1721
1823
  },
1722
1824
  record: {
1723
1825
  type: 'unknown',
@@ -1750,6 +1852,14 @@ exports.schemaDict = {
1750
1852
  type: 'string',
1751
1853
  format: 'cid',
1752
1854
  },
1855
+ commit: {
1856
+ type: 'ref',
1857
+ ref: 'lex:com.atproto.repo.defs#commitMeta',
1858
+ },
1859
+ validationStatus: {
1860
+ type: 'string',
1861
+ knownValues: ['valid', 'unknown'],
1862
+ },
1753
1863
  },
1754
1864
  },
1755
1865
  },
@@ -10065,6 +10175,11 @@ exports.schemaDict = {
10065
10175
  type: 'string',
10066
10176
  description: 'Subject of the message, used in emails.',
10067
10177
  },
10178
+ lang: {
10179
+ type: 'string',
10180
+ format: 'language',
10181
+ description: 'Message language.',
10182
+ },
10068
10183
  createdBy: {
10069
10184
  type: 'string',
10070
10185
  format: 'did',
@@ -10080,6 +10195,11 @@ exports.schemaDict = {
10080
10195
  ref: 'lex:tools.ozone.communication.defs#templateView',
10081
10196
  },
10082
10197
  },
10198
+ errors: [
10199
+ {
10200
+ name: 'DuplicateTemplateName',
10201
+ },
10202
+ ],
10083
10203
  },
10084
10204
  },
10085
10205
  },
@@ -10117,6 +10237,11 @@ exports.schemaDict = {
10117
10237
  disabled: {
10118
10238
  type: 'boolean',
10119
10239
  },
10240
+ lang: {
10241
+ type: 'string',
10242
+ format: 'language',
10243
+ description: 'Message language.',
10244
+ },
10120
10245
  lastUpdatedBy: {
10121
10246
  type: 'string',
10122
10247
  format: 'did',
@@ -10203,6 +10328,11 @@ exports.schemaDict = {
10203
10328
  type: 'string',
10204
10329
  description: 'Name of the template.',
10205
10330
  },
10331
+ lang: {
10332
+ type: 'string',
10333
+ format: 'language',
10334
+ description: 'Message language.',
10335
+ },
10206
10336
  contentMarkdown: {
10207
10337
  type: 'string',
10208
10338
  description: 'Content of the template, markdown supported, can contain variable placeholders.',
@@ -10229,6 +10359,11 @@ exports.schemaDict = {
10229
10359
  ref: 'lex:tools.ozone.communication.defs#templateView',
10230
10360
  },
10231
10361
  },
10362
+ errors: [
10363
+ {
10364
+ name: 'DuplicateTemplateName',
10365
+ },
10366
+ ],
10232
10367
  },
10233
10368
  },
10234
10369
  },
@@ -11015,6 +11150,7 @@ exports.schemaDict = {
11015
11150
  'lex:tools.ozone.moderation.defs#modEventMuteReporter',
11016
11151
  'lex:tools.ozone.moderation.defs#modEventUnmuteReporter',
11017
11152
  'lex:tools.ozone.moderation.defs#modEventReverseTakedown',
11153
+ 'lex:tools.ozone.moderation.defs#modEventResolveAppeal',
11018
11154
  'lex:tools.ozone.moderation.defs#modEventEmail',
11019
11155
  'lex:tools.ozone.moderation.defs#modEventTag',
11020
11156
  ],
@@ -11758,6 +11894,7 @@ exports.ids = {
11758
11894
  ComAtprotoModerationDefs: 'com.atproto.moderation.defs',
11759
11895
  ComAtprotoRepoApplyWrites: 'com.atproto.repo.applyWrites',
11760
11896
  ComAtprotoRepoCreateRecord: 'com.atproto.repo.createRecord',
11897
+ ComAtprotoRepoDefs: 'com.atproto.repo.defs',
11761
11898
  ComAtprotoRepoDeleteRecord: 'com.atproto.repo.deleteRecord',
11762
11899
  ComAtprotoRepoDescribeRepo: 'com.atproto.repo.describeRepo',
11763
11900
  ComAtprotoRepoGetRecord: 'com.atproto.repo.getRecord',