@atproto/pds 0.4.175 → 0.4.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/dist/account-manager/db/migrations/007-lexicon-failures-index.d.ts +4 -0
- package/dist/account-manager/db/migrations/007-lexicon-failures-index.d.ts.map +1 -0
- package/dist/account-manager/db/migrations/007-lexicon-failures-index.js +17 -0
- package/dist/account-manager/db/migrations/007-lexicon-failures-index.js.map +1 -0
- package/dist/account-manager/db/migrations/index.d.ts +2 -0
- package/dist/account-manager/db/migrations/index.d.ts.map +1 -1
- package/dist/account-manager/db/migrations/index.js +2 -0
- package/dist/account-manager/db/migrations/index.js.map +1 -1
- package/dist/account-manager/helpers/lexicon.d.ts.map +1 -1
- package/dist/account-manager/helpers/lexicon.js +7 -0
- package/dist/account-manager/helpers/lexicon.js.map +1 -1
- package/dist/account-manager/helpers/token.d.ts +32 -32
- package/dist/account-manager/scope-reference-getter.d.ts +14 -0
- package/dist/account-manager/scope-reference-getter.d.ts.map +1 -0
- package/dist/account-manager/scope-reference-getter.js +69 -0
- package/dist/account-manager/scope-reference-getter.js.map +1 -0
- package/dist/actor-store/actor-store.d.ts.map +1 -1
- package/dist/actor-store/actor-store.js +4 -1
- package/dist/actor-store/actor-store.js.map +1 -1
- package/dist/actor-store/blob/transactor.d.ts +2 -2
- package/dist/actor-store/blob/transactor.d.ts.map +1 -1
- package/dist/actor-store/blob/transactor.js +73 -24
- package/dist/actor-store/blob/transactor.js.map +1 -1
- package/dist/actor-store/record/reader.d.ts.map +1 -1
- package/dist/actor-store/record/reader.js +12 -9
- package/dist/actor-store/record/reader.js.map +1 -1
- package/dist/actor-store/repo/sql-repo-reader.d.ts.map +1 -1
- package/dist/actor-store/repo/sql-repo-reader.js +2 -2
- package/dist/actor-store/repo/sql-repo-reader.js.map +1 -1
- package/dist/actor-store/repo/sql-repo-transactor.d.ts.map +1 -1
- package/dist/actor-store/repo/sql-repo-transactor.js +16 -19
- package/dist/actor-store/repo/sql-repo-transactor.js.map +1 -1
- package/dist/actor-store/repo/transactor.d.ts.map +1 -1
- package/dist/actor-store/repo/transactor.js +11 -15
- package/dist/actor-store/repo/transactor.js.map +1 -1
- package/dist/api/com/atproto/admin/updateSubjectStatus.js +6 -2
- package/dist/api/com/atproto/admin/updateSubjectStatus.js.map +1 -1
- package/dist/api/com/atproto/repo/importRepo.d.ts.map +1 -1
- package/dist/api/com/atproto/repo/importRepo.js +43 -51
- package/dist/api/com/atproto/repo/importRepo.js.map +1 -1
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/auth-verifier.js +2 -12
- package/dist/auth-verifier.js.map +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +20 -4
- package/dist/context.js.map +1 -1
- package/dist/disk-blobstore.d.ts.map +1 -1
- package/dist/disk-blobstore.js +10 -2
- package/dist/disk-blobstore.js.map +1 -1
- package/dist/lexicon/index.d.ts +60 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +83 -1
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +758 -16
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +485 -7
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/bookmark/createBookmark.d.ts +16 -0
- package/dist/lexicon/types/app/bsky/bookmark/createBookmark.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/createBookmark.js +7 -0
- package/dist/lexicon/types/app/bsky/bookmark/createBookmark.js.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/defs.d.ts +25 -0
- package/dist/lexicon/types/app/bsky/bookmark/defs.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/defs.js +25 -0
- package/dist/lexicon/types/app/bsky/bookmark/defs.js.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.d.ts +15 -0
- package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.js +7 -0
- package/dist/lexicon/types/app/bsky/bookmark/deleteBookmark.js.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.d.ts +24 -0
- package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.js +7 -0
- package/dist/lexicon/types/app/bsky/bookmark/getBookmarks.js.map +1 -0
- package/dist/lexicon/types/app/bsky/feed/defs.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/feed/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/defs.js.map +1 -1
- package/dist/lexicon/types/com/atproto/moderation/defs.d.ts +8 -8
- package/dist/lexicon/types/com/atproto/moderation/defs.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/moderation/defs.js +7 -7
- package/dist/lexicon/types/com/atproto/moderation/defs.js.map +1 -1
- package/dist/lexicon/types/com/atproto/temp/dereferenceScope.d.ts +24 -0
- package/dist/lexicon/types/com/atproto/temp/dereferenceScope.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/temp/dereferenceScope.js +7 -0
- package/dist/lexicon/types/com/atproto/temp/dereferenceScope.js.map +1 -0
- package/dist/lexicon/types/tools/ozone/report/defs.d.ts +92 -0
- package/dist/lexicon/types/tools/ozone/report/defs.d.ts.map +1 -0
- package/dist/lexicon/types/tools/ozone/report/defs.js +98 -0
- package/dist/lexicon/types/tools/ozone/report/defs.js.map +1 -0
- package/dist/logger.d.ts +1 -0
- package/dist/logger.d.ts.map +1 -1
- package/dist/logger.js +2 -1
- package/dist/logger.js.map +1 -1
- package/dist/scripts/rebuild-repo.d.ts.map +1 -1
- package/dist/scripts/rebuild-repo.js +3 -5
- package/dist/scripts/rebuild-repo.js.map +1 -1
- package/dist/scripts/sequencer-recovery/recoverer.js +8 -10
- package/dist/scripts/sequencer-recovery/recoverer.js.map +1 -1
- package/dist/sequencer/sequencer.js +2 -2
- package/dist/sequencer/sequencer.js.map +1 -1
- package/package.json +20 -17
- package/src/account-manager/db/migrations/007-lexicon-failures-index.ts +14 -0
- package/src/account-manager/db/migrations/index.ts +2 -0
- package/src/account-manager/helpers/lexicon.ts +14 -1
- package/src/account-manager/scope-reference-getter.ts +92 -0
- package/src/actor-store/actor-store.ts +5 -9
- package/src/actor-store/blob/transactor.ts +115 -42
- package/src/actor-store/record/reader.ts +14 -12
- package/src/actor-store/repo/sql-repo-reader.ts +12 -14
- package/src/actor-store/repo/sql-repo-transactor.ts +17 -23
- package/src/actor-store/repo/transactor.ts +29 -32
- package/src/api/com/atproto/admin/updateSubjectStatus.ts +7 -7
- package/src/api/com/atproto/repo/importRepo.ts +41 -55
- package/src/auth-verifier.ts +4 -20
- package/src/context.ts +26 -5
- package/src/disk-blobstore.ts +20 -3
- package/src/lexicon/index.ts +131 -0
- package/src/lexicon/lexicons.ts +503 -7
- package/src/lexicon/types/app/bsky/bookmark/createBookmark.ts +35 -0
- package/src/lexicon/types/app/bsky/bookmark/defs.ts +54 -0
- package/src/lexicon/types/app/bsky/bookmark/deleteBookmark.ts +34 -0
- package/src/lexicon/types/app/bsky/bookmark/getBookmarks.ts +42 -0
- package/src/lexicon/types/app/bsky/feed/defs.ts +2 -0
- package/src/lexicon/types/com/atproto/moderation/defs.ts +52 -7
- package/src/lexicon/types/com/atproto/temp/dereferenceScope.ts +42 -0
- package/src/lexicon/types/tools/ozone/report/defs.ts +154 -0
- package/src/logger.ts +1 -0
- package/src/scripts/rebuild-repo.ts +4 -5
- package/src/scripts/sequencer-recovery/recoverer.ts +8 -12
- package/src/sequencer/sequencer.ts +3 -3
- package/tests/proxied/__snapshots__/feedgen.test.ts.snap +4 -0
- package/tests/proxied/__snapshots__/views.test.ts.snap +80 -0
- package/tsconfig.build.tsbuildinfo +1 -1
@@ -1095,6 +1095,144 @@ export declare const schemaDict: {
|
|
1095
1095
|
};
|
1096
1096
|
};
|
1097
1097
|
};
|
1098
|
+
readonly AppBskyBookmarkCreateBookmark: {
|
1099
|
+
readonly lexicon: 1;
|
1100
|
+
readonly id: "app.bsky.bookmark.createBookmark";
|
1101
|
+
readonly defs: {
|
1102
|
+
readonly main: {
|
1103
|
+
readonly type: "procedure";
|
1104
|
+
readonly description: "Creates a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication.";
|
1105
|
+
readonly input: {
|
1106
|
+
readonly encoding: "application/json";
|
1107
|
+
readonly schema: {
|
1108
|
+
readonly type: "object";
|
1109
|
+
readonly required: ["uri", "cid"];
|
1110
|
+
readonly properties: {
|
1111
|
+
readonly uri: {
|
1112
|
+
readonly type: "string";
|
1113
|
+
readonly format: "at-uri";
|
1114
|
+
};
|
1115
|
+
readonly cid: {
|
1116
|
+
readonly type: "string";
|
1117
|
+
readonly format: "cid";
|
1118
|
+
};
|
1119
|
+
};
|
1120
|
+
};
|
1121
|
+
};
|
1122
|
+
readonly errors: [{
|
1123
|
+
readonly name: "UnsupportedCollection";
|
1124
|
+
readonly description: "The URI to be bookmarked is for an unsupported collection.";
|
1125
|
+
}];
|
1126
|
+
};
|
1127
|
+
};
|
1128
|
+
};
|
1129
|
+
readonly AppBskyBookmarkDefs: {
|
1130
|
+
readonly lexicon: 1;
|
1131
|
+
readonly id: "app.bsky.bookmark.defs";
|
1132
|
+
readonly defs: {
|
1133
|
+
readonly bookmark: {
|
1134
|
+
readonly description: "Object used to store bookmark data in stash.";
|
1135
|
+
readonly type: "object";
|
1136
|
+
readonly required: ["subject"];
|
1137
|
+
readonly properties: {
|
1138
|
+
readonly subject: {
|
1139
|
+
readonly description: "A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported.";
|
1140
|
+
readonly type: "ref";
|
1141
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
1142
|
+
};
|
1143
|
+
};
|
1144
|
+
};
|
1145
|
+
readonly bookmarkView: {
|
1146
|
+
readonly type: "object";
|
1147
|
+
readonly required: ["subject", "item"];
|
1148
|
+
readonly properties: {
|
1149
|
+
readonly subject: {
|
1150
|
+
readonly description: "A strong ref to the bookmarked record.";
|
1151
|
+
readonly type: "ref";
|
1152
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
1153
|
+
};
|
1154
|
+
readonly createdAt: {
|
1155
|
+
readonly type: "string";
|
1156
|
+
readonly format: "datetime";
|
1157
|
+
};
|
1158
|
+
readonly item: {
|
1159
|
+
readonly type: "union";
|
1160
|
+
readonly refs: ["lex:app.bsky.feed.defs#blockedPost", "lex:app.bsky.feed.defs#notFoundPost", "lex:app.bsky.feed.defs#postView"];
|
1161
|
+
};
|
1162
|
+
};
|
1163
|
+
};
|
1164
|
+
};
|
1165
|
+
};
|
1166
|
+
readonly AppBskyBookmarkDeleteBookmark: {
|
1167
|
+
readonly lexicon: 1;
|
1168
|
+
readonly id: "app.bsky.bookmark.deleteBookmark";
|
1169
|
+
readonly defs: {
|
1170
|
+
readonly main: {
|
1171
|
+
readonly type: "procedure";
|
1172
|
+
readonly description: "Deletes a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication.";
|
1173
|
+
readonly input: {
|
1174
|
+
readonly encoding: "application/json";
|
1175
|
+
readonly schema: {
|
1176
|
+
readonly type: "object";
|
1177
|
+
readonly required: ["uri"];
|
1178
|
+
readonly properties: {
|
1179
|
+
readonly uri: {
|
1180
|
+
readonly type: "string";
|
1181
|
+
readonly format: "at-uri";
|
1182
|
+
};
|
1183
|
+
};
|
1184
|
+
};
|
1185
|
+
};
|
1186
|
+
readonly errors: [{
|
1187
|
+
readonly name: "UnsupportedCollection";
|
1188
|
+
readonly description: "The URI to be bookmarked is for an unsupported collection.";
|
1189
|
+
}];
|
1190
|
+
};
|
1191
|
+
};
|
1192
|
+
};
|
1193
|
+
readonly AppBskyBookmarkGetBookmarks: {
|
1194
|
+
readonly lexicon: 1;
|
1195
|
+
readonly id: "app.bsky.bookmark.getBookmarks";
|
1196
|
+
readonly defs: {
|
1197
|
+
readonly main: {
|
1198
|
+
readonly type: "query";
|
1199
|
+
readonly description: "Gets views of records bookmarked by the authenticated user. Requires authentication.";
|
1200
|
+
readonly parameters: {
|
1201
|
+
readonly type: "params";
|
1202
|
+
readonly properties: {
|
1203
|
+
readonly limit: {
|
1204
|
+
readonly type: "integer";
|
1205
|
+
readonly minimum: 1;
|
1206
|
+
readonly maximum: 100;
|
1207
|
+
readonly default: 50;
|
1208
|
+
};
|
1209
|
+
readonly cursor: {
|
1210
|
+
readonly type: "string";
|
1211
|
+
};
|
1212
|
+
};
|
1213
|
+
};
|
1214
|
+
readonly output: {
|
1215
|
+
readonly encoding: "application/json";
|
1216
|
+
readonly schema: {
|
1217
|
+
readonly type: "object";
|
1218
|
+
readonly required: ["bookmarks"];
|
1219
|
+
readonly properties: {
|
1220
|
+
readonly cursor: {
|
1221
|
+
readonly type: "string";
|
1222
|
+
};
|
1223
|
+
readonly bookmarks: {
|
1224
|
+
readonly type: "array";
|
1225
|
+
readonly items: {
|
1226
|
+
readonly type: "ref";
|
1227
|
+
readonly ref: "lex:app.bsky.bookmark.defs#bookmarkView";
|
1228
|
+
};
|
1229
|
+
};
|
1230
|
+
};
|
1231
|
+
};
|
1232
|
+
};
|
1233
|
+
};
|
1234
|
+
};
|
1235
|
+
};
|
1098
1236
|
readonly AppBskyEmbedDefs: {
|
1099
1237
|
readonly lexicon: 1;
|
1100
1238
|
readonly id: "app.bsky.embed.defs";
|
@@ -1528,6 +1666,9 @@ export declare const schemaDict: {
|
|
1528
1666
|
readonly type: "union";
|
1529
1667
|
readonly refs: ["lex:app.bsky.embed.images#view", "lex:app.bsky.embed.video#view", "lex:app.bsky.embed.external#view", "lex:app.bsky.embed.record#view", "lex:app.bsky.embed.recordWithMedia#view"];
|
1530
1668
|
};
|
1669
|
+
readonly bookmarkCount: {
|
1670
|
+
readonly type: "integer";
|
1671
|
+
};
|
1531
1672
|
readonly replyCount: {
|
1532
1673
|
readonly type: "integer";
|
1533
1674
|
};
|
@@ -1573,6 +1714,9 @@ export declare const schemaDict: {
|
|
1573
1714
|
readonly type: "string";
|
1574
1715
|
readonly format: "at-uri";
|
1575
1716
|
};
|
1717
|
+
readonly bookmarked: {
|
1718
|
+
readonly type: "boolean";
|
1719
|
+
};
|
1576
1720
|
readonly threadMuted: {
|
1577
1721
|
readonly type: "boolean";
|
1578
1722
|
};
|
@@ -9743,35 +9887,35 @@ export declare const schemaDict: {
|
|
9743
9887
|
readonly defs: {
|
9744
9888
|
readonly reasonType: {
|
9745
9889
|
readonly type: "string";
|
9746
|
-
readonly knownValues: ["com.atproto.moderation.defs#reasonSpam", "com.atproto.moderation.defs#reasonViolation", "com.atproto.moderation.defs#reasonMisleading", "com.atproto.moderation.defs#reasonSexual", "com.atproto.moderation.defs#reasonRude", "com.atproto.moderation.defs#reasonOther", "com.atproto.moderation.defs#reasonAppeal"];
|
9890
|
+
readonly knownValues: ["com.atproto.moderation.defs#reasonSpam", "com.atproto.moderation.defs#reasonViolation", "com.atproto.moderation.defs#reasonMisleading", "com.atproto.moderation.defs#reasonSexual", "com.atproto.moderation.defs#reasonRude", "com.atproto.moderation.defs#reasonOther", "com.atproto.moderation.defs#reasonAppeal", "tools.ozone.report.defs#reasonAppeal", "tools.ozone.report.defs#reasonViolenceAnimalWelfare", "tools.ozone.report.defs#reasonViolenceThreats", "tools.ozone.report.defs#reasonViolenceGraphicContent", "tools.ozone.report.defs#reasonViolenceSelfHarm", "tools.ozone.report.defs#reasonViolenceGlorification", "tools.ozone.report.defs#reasonViolenceExtremistContent", "tools.ozone.report.defs#reasonViolenceTrafficking", "tools.ozone.report.defs#reasonViolenceOther", "tools.ozone.report.defs#reasonSexualAbuseContent", "tools.ozone.report.defs#reasonSexualNCII", "tools.ozone.report.defs#reasonSexualSextortion", "tools.ozone.report.defs#reasonSexualDeepfake", "tools.ozone.report.defs#reasonSexualAnimal", "tools.ozone.report.defs#reasonSexualUnlabeled", "tools.ozone.report.defs#reasonSexualOther", "tools.ozone.report.defs#reasonChildSafetyCSAM", "tools.ozone.report.defs#reasonChildSafetyGroom", "tools.ozone.report.defs#reasonChildSafetyMinorPrivacy", "tools.ozone.report.defs#reasonChildSafetyEndangerment", "tools.ozone.report.defs#reasonChildSafetyHarassment", "tools.ozone.report.defs#reasonChildSafetyPromotion", "tools.ozone.report.defs#reasonChildSafetyOther", "tools.ozone.report.defs#reasonHarassmentTroll", "tools.ozone.report.defs#reasonHarassmentTargeted", "tools.ozone.report.defs#reasonHarassmentHateSpeech", "tools.ozone.report.defs#reasonHarassmentDoxxing", "tools.ozone.report.defs#reasonHarassmentOther", "tools.ozone.report.defs#reasonMisleadingBot", "tools.ozone.report.defs#reasonMisleadingImpersonation", "tools.ozone.report.defs#reasonMisleadingSpam", "tools.ozone.report.defs#reasonMisleadingScam", "tools.ozone.report.defs#reasonMisleadingSyntheticContent", "tools.ozone.report.defs#reasonMisleadingMisinformation", "tools.ozone.report.defs#reasonMisleadingOther", "tools.ozone.report.defs#reasonRuleSiteSecurity", "tools.ozone.report.defs#reasonRuleStolenContent", "tools.ozone.report.defs#reasonRuleProhibitedSales", "tools.ozone.report.defs#reasonRuleBanEvasion", "tools.ozone.report.defs#reasonRuleOther", "tools.ozone.report.defs#reasonCivicElectoralProcess", "tools.ozone.report.defs#reasonCivicDisclosure", "tools.ozone.report.defs#reasonCivicInterference", "tools.ozone.report.defs#reasonCivicMisinformation", "tools.ozone.report.defs#reasonCivicImpersonation"];
|
9747
9891
|
};
|
9748
9892
|
readonly reasonSpam: {
|
9749
9893
|
readonly type: "token";
|
9750
|
-
readonly description: "Spam: frequent unwanted promotion, replies, mentions";
|
9894
|
+
readonly description: "Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`.";
|
9751
9895
|
};
|
9752
9896
|
readonly reasonViolation: {
|
9753
9897
|
readonly type: "token";
|
9754
|
-
readonly description: "Direct violation of server rules, laws, terms of service";
|
9898
|
+
readonly description: "Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
9755
9899
|
};
|
9756
9900
|
readonly reasonMisleading: {
|
9757
9901
|
readonly type: "token";
|
9758
|
-
readonly description: "Misleading identity, affiliation, or content";
|
9902
|
+
readonly description: "Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`.";
|
9759
9903
|
};
|
9760
9904
|
readonly reasonSexual: {
|
9761
9905
|
readonly type: "token";
|
9762
|
-
readonly description: "Unwanted or mislabeled sexual content";
|
9906
|
+
readonly description: "Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`.";
|
9763
9907
|
};
|
9764
9908
|
readonly reasonRude: {
|
9765
9909
|
readonly type: "token";
|
9766
|
-
readonly description: "Rude, harassing, explicit, or otherwise unwelcoming behavior";
|
9910
|
+
readonly description: "Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`.";
|
9767
9911
|
};
|
9768
9912
|
readonly reasonOther: {
|
9769
9913
|
readonly type: "token";
|
9770
|
-
readonly description: "
|
9914
|
+
readonly description: "Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
9771
9915
|
};
|
9772
9916
|
readonly reasonAppeal: {
|
9773
9917
|
readonly type: "token";
|
9774
|
-
readonly description: "Appeal
|
9918
|
+
readonly description: "Appeal a previously taken moderation action";
|
9775
9919
|
};
|
9776
9920
|
readonly subjectType: {
|
9777
9921
|
readonly type: "string";
|
@@ -12558,6 +12702,43 @@ export declare const schemaDict: {
|
|
12558
12702
|
};
|
12559
12703
|
};
|
12560
12704
|
};
|
12705
|
+
readonly ComAtprotoTempDereferenceScope: {
|
12706
|
+
readonly lexicon: 1;
|
12707
|
+
readonly id: "com.atproto.temp.dereferenceScope";
|
12708
|
+
readonly defs: {
|
12709
|
+
readonly main: {
|
12710
|
+
readonly type: "query";
|
12711
|
+
readonly description: "Allows finding the oauth permission scope from a reference";
|
12712
|
+
readonly parameters: {
|
12713
|
+
readonly type: "params";
|
12714
|
+
readonly required: ["scope"];
|
12715
|
+
readonly properties: {
|
12716
|
+
readonly scope: {
|
12717
|
+
readonly type: "string";
|
12718
|
+
readonly description: "The scope reference (starts with 'ref:')";
|
12719
|
+
};
|
12720
|
+
};
|
12721
|
+
};
|
12722
|
+
readonly output: {
|
12723
|
+
readonly encoding: "application/json";
|
12724
|
+
readonly schema: {
|
12725
|
+
readonly type: "object";
|
12726
|
+
readonly required: ["scope"];
|
12727
|
+
readonly properties: {
|
12728
|
+
readonly scope: {
|
12729
|
+
readonly type: "string";
|
12730
|
+
readonly description: "The full oauth permission scope";
|
12731
|
+
};
|
12732
|
+
};
|
12733
|
+
};
|
12734
|
+
};
|
12735
|
+
readonly errors: [{
|
12736
|
+
readonly name: "InvalidScopeReference";
|
12737
|
+
readonly description: "An invalid scope reference was provided.";
|
12738
|
+
}];
|
12739
|
+
};
|
12740
|
+
};
|
12741
|
+
};
|
12561
12742
|
readonly ComAtprotoTempFetchLabels: {
|
12562
12743
|
readonly lexicon: 1;
|
12563
12744
|
readonly id: "com.atproto.temp.fetchLabels";
|
@@ -14847,6 +15028,196 @@ export declare const schemaDict: {
|
|
14847
15028
|
};
|
14848
15029
|
};
|
14849
15030
|
};
|
15031
|
+
readonly ToolsOzoneReportDefs: {
|
15032
|
+
readonly lexicon: 1;
|
15033
|
+
readonly id: "tools.ozone.report.defs";
|
15034
|
+
readonly defs: {
|
15035
|
+
readonly reasonType: {
|
15036
|
+
readonly type: "string";
|
15037
|
+
readonly knownValues: ["tools.ozone.report.defs#reasonAppeal", "tools.ozone.report.defs#reasonViolenceAnimalWelfare", "tools.ozone.report.defs#reasonViolenceThreats", "tools.ozone.report.defs#reasonViolenceGraphicContent", "tools.ozone.report.defs#reasonViolenceSelfHarm", "tools.ozone.report.defs#reasonViolenceGlorification", "tools.ozone.report.defs#reasonViolenceExtremistContent", "tools.ozone.report.defs#reasonViolenceTrafficking", "tools.ozone.report.defs#reasonViolenceOther", "tools.ozone.report.defs#reasonSexualAbuseContent", "tools.ozone.report.defs#reasonSexualNCII", "tools.ozone.report.defs#reasonSexualSextortion", "tools.ozone.report.defs#reasonSexualDeepfake", "tools.ozone.report.defs#reasonSexualAnimal", "tools.ozone.report.defs#reasonSexualUnlabeled", "tools.ozone.report.defs#reasonSexualOther", "tools.ozone.report.defs#reasonChildSafetyCSAM", "tools.ozone.report.defs#reasonChildSafetyGroom", "tools.ozone.report.defs#reasonChildSafetyMinorPrivacy", "tools.ozone.report.defs#reasonChildSafetyEndangerment", "tools.ozone.report.defs#reasonChildSafetyHarassment", "tools.ozone.report.defs#reasonChildSafetyPromotion", "tools.ozone.report.defs#reasonChildSafetyOther", "tools.ozone.report.defs#reasonHarassmentTroll", "tools.ozone.report.defs#reasonHarassmentTargeted", "tools.ozone.report.defs#reasonHarassmentHateSpeech", "tools.ozone.report.defs#reasonHarassmentDoxxing", "tools.ozone.report.defs#reasonHarassmentOther", "tools.ozone.report.defs#reasonMisleadingBot", "tools.ozone.report.defs#reasonMisleadingImpersonation", "tools.ozone.report.defs#reasonMisleadingSpam", "tools.ozone.report.defs#reasonMisleadingScam", "tools.ozone.report.defs#reasonMisleadingSyntheticContent", "tools.ozone.report.defs#reasonMisleadingMisinformation", "tools.ozone.report.defs#reasonMisleadingOther", "tools.ozone.report.defs#reasonRuleSiteSecurity", "tools.ozone.report.defs#reasonRuleStolenContent", "tools.ozone.report.defs#reasonRuleProhibitedSales", "tools.ozone.report.defs#reasonRuleBanEvasion", "tools.ozone.report.defs#reasonRuleOther", "tools.ozone.report.defs#reasonCivicElectoralProcess", "tools.ozone.report.defs#reasonCivicDisclosure", "tools.ozone.report.defs#reasonCivicInterference", "tools.ozone.report.defs#reasonCivicMisinformation", "tools.ozone.report.defs#reasonCivicImpersonation"];
|
15038
|
+
};
|
15039
|
+
readonly reasonAppeal: {
|
15040
|
+
readonly type: "token";
|
15041
|
+
readonly description: "Appeal a previously taken moderation action";
|
15042
|
+
};
|
15043
|
+
readonly reasonViolenceAnimalWelfare: {
|
15044
|
+
readonly type: "token";
|
15045
|
+
readonly description: "Animal welfare violations";
|
15046
|
+
};
|
15047
|
+
readonly reasonViolenceThreats: {
|
15048
|
+
readonly type: "token";
|
15049
|
+
readonly description: "Threats or incitement";
|
15050
|
+
};
|
15051
|
+
readonly reasonViolenceGraphicContent: {
|
15052
|
+
readonly type: "token";
|
15053
|
+
readonly description: "Graphic violent content";
|
15054
|
+
};
|
15055
|
+
readonly reasonViolenceSelfHarm: {
|
15056
|
+
readonly type: "token";
|
15057
|
+
readonly description: "Self harm";
|
15058
|
+
};
|
15059
|
+
readonly reasonViolenceGlorification: {
|
15060
|
+
readonly type: "token";
|
15061
|
+
readonly description: "Glorification of violence";
|
15062
|
+
};
|
15063
|
+
readonly reasonViolenceExtremistContent: {
|
15064
|
+
readonly type: "token";
|
15065
|
+
readonly description: "Extremist content. These reports will be sent only be sent to the application's Moderation Authority.";
|
15066
|
+
};
|
15067
|
+
readonly reasonViolenceTrafficking: {
|
15068
|
+
readonly type: "token";
|
15069
|
+
readonly description: "Human trafficking";
|
15070
|
+
};
|
15071
|
+
readonly reasonViolenceOther: {
|
15072
|
+
readonly type: "token";
|
15073
|
+
readonly description: "Other violent content";
|
15074
|
+
};
|
15075
|
+
readonly reasonSexualAbuseContent: {
|
15076
|
+
readonly type: "token";
|
15077
|
+
readonly description: "Adult sexual abuse content";
|
15078
|
+
};
|
15079
|
+
readonly reasonSexualNCII: {
|
15080
|
+
readonly type: "token";
|
15081
|
+
readonly description: "Non-consensual intimate imagery";
|
15082
|
+
};
|
15083
|
+
readonly reasonSexualSextortion: {
|
15084
|
+
readonly type: "token";
|
15085
|
+
readonly description: "Sextortion";
|
15086
|
+
};
|
15087
|
+
readonly reasonSexualDeepfake: {
|
15088
|
+
readonly type: "token";
|
15089
|
+
readonly description: "Deepfake adult content";
|
15090
|
+
};
|
15091
|
+
readonly reasonSexualAnimal: {
|
15092
|
+
readonly type: "token";
|
15093
|
+
readonly description: "Animal sexual abuse";
|
15094
|
+
};
|
15095
|
+
readonly reasonSexualUnlabeled: {
|
15096
|
+
readonly type: "token";
|
15097
|
+
readonly description: "Unlabelled adult content";
|
15098
|
+
};
|
15099
|
+
readonly reasonSexualOther: {
|
15100
|
+
readonly type: "token";
|
15101
|
+
readonly description: "Other sexual violence content";
|
15102
|
+
};
|
15103
|
+
readonly reasonChildSafetyCSAM: {
|
15104
|
+
readonly type: "token";
|
15105
|
+
readonly description: "Child sexual abuse material (CSAM). These reports will be sent only be sent to the application's Moderation Authority.";
|
15106
|
+
};
|
15107
|
+
readonly reasonChildSafetyGroom: {
|
15108
|
+
readonly type: "token";
|
15109
|
+
readonly description: "Grooming or predatory behavior. These reports will be sent only be sent to the application's Moderation Authority.";
|
15110
|
+
};
|
15111
|
+
readonly reasonChildSafetyMinorPrivacy: {
|
15112
|
+
readonly type: "token";
|
15113
|
+
readonly description: "Privacy violation involving a minor";
|
15114
|
+
};
|
15115
|
+
readonly reasonChildSafetyEndangerment: {
|
15116
|
+
readonly type: "token";
|
15117
|
+
readonly description: "Child endangerment. These reports will be sent only be sent to the application's Moderation Authority.";
|
15118
|
+
};
|
15119
|
+
readonly reasonChildSafetyHarassment: {
|
15120
|
+
readonly type: "token";
|
15121
|
+
readonly description: "Harassment or bullying of minors";
|
15122
|
+
};
|
15123
|
+
readonly reasonChildSafetyPromotion: {
|
15124
|
+
readonly type: "token";
|
15125
|
+
readonly description: "Promotion of child exploitation. These reports will be sent only be sent to the application's Moderation Authority.";
|
15126
|
+
};
|
15127
|
+
readonly reasonChildSafetyOther: {
|
15128
|
+
readonly type: "token";
|
15129
|
+
readonly description: "Other child safety. These reports will be sent only be sent to the application's Moderation Authority.";
|
15130
|
+
};
|
15131
|
+
readonly reasonHarassmentTroll: {
|
15132
|
+
readonly type: "token";
|
15133
|
+
readonly description: "Trolling";
|
15134
|
+
};
|
15135
|
+
readonly reasonHarassmentTargeted: {
|
15136
|
+
readonly type: "token";
|
15137
|
+
readonly description: "Targeted harassment";
|
15138
|
+
};
|
15139
|
+
readonly reasonHarassmentHateSpeech: {
|
15140
|
+
readonly type: "token";
|
15141
|
+
readonly description: "Hate speech";
|
15142
|
+
};
|
15143
|
+
readonly reasonHarassmentDoxxing: {
|
15144
|
+
readonly type: "token";
|
15145
|
+
readonly description: "Doxxing";
|
15146
|
+
};
|
15147
|
+
readonly reasonHarassmentOther: {
|
15148
|
+
readonly type: "token";
|
15149
|
+
readonly description: "Other harassing or hateful content";
|
15150
|
+
};
|
15151
|
+
readonly reasonMisleadingBot: {
|
15152
|
+
readonly type: "token";
|
15153
|
+
readonly description: "Fake account or bot";
|
15154
|
+
};
|
15155
|
+
readonly reasonMisleadingImpersonation: {
|
15156
|
+
readonly type: "token";
|
15157
|
+
readonly description: "Impersonation";
|
15158
|
+
};
|
15159
|
+
readonly reasonMisleadingSpam: {
|
15160
|
+
readonly type: "token";
|
15161
|
+
readonly description: "Spam";
|
15162
|
+
};
|
15163
|
+
readonly reasonMisleadingScam: {
|
15164
|
+
readonly type: "token";
|
15165
|
+
readonly description: "Scam";
|
15166
|
+
};
|
15167
|
+
readonly reasonMisleadingSyntheticContent: {
|
15168
|
+
readonly type: "token";
|
15169
|
+
readonly description: "Unlabelled gen-AI or synthetic content";
|
15170
|
+
};
|
15171
|
+
readonly reasonMisleadingMisinformation: {
|
15172
|
+
readonly type: "token";
|
15173
|
+
readonly description: "Harmful false claims";
|
15174
|
+
};
|
15175
|
+
readonly reasonMisleadingOther: {
|
15176
|
+
readonly type: "token";
|
15177
|
+
readonly description: "Other misleading content";
|
15178
|
+
};
|
15179
|
+
readonly reasonRuleSiteSecurity: {
|
15180
|
+
readonly type: "token";
|
15181
|
+
readonly description: "Hacking or system attacks";
|
15182
|
+
};
|
15183
|
+
readonly reasonRuleStolenContent: {
|
15184
|
+
readonly type: "token";
|
15185
|
+
readonly description: "Stolen content";
|
15186
|
+
};
|
15187
|
+
readonly reasonRuleProhibitedSales: {
|
15188
|
+
readonly type: "token";
|
15189
|
+
readonly description: "Promoting or selling prohibited items or services";
|
15190
|
+
};
|
15191
|
+
readonly reasonRuleBanEvasion: {
|
15192
|
+
readonly type: "token";
|
15193
|
+
readonly description: "Banned user returning";
|
15194
|
+
};
|
15195
|
+
readonly reasonRuleOther: {
|
15196
|
+
readonly type: "token";
|
15197
|
+
readonly description: "Other";
|
15198
|
+
};
|
15199
|
+
readonly reasonCivicElectoralProcess: {
|
15200
|
+
readonly type: "token";
|
15201
|
+
readonly description: "Electoral process violations";
|
15202
|
+
};
|
15203
|
+
readonly reasonCivicDisclosure: {
|
15204
|
+
readonly type: "token";
|
15205
|
+
readonly description: "Disclosure & transparency violations";
|
15206
|
+
};
|
15207
|
+
readonly reasonCivicInterference: {
|
15208
|
+
readonly type: "token";
|
15209
|
+
readonly description: "Voter intimidation or interference";
|
15210
|
+
};
|
15211
|
+
readonly reasonCivicMisinformation: {
|
15212
|
+
readonly type: "token";
|
15213
|
+
readonly description: "Election misinformation";
|
15214
|
+
};
|
15215
|
+
readonly reasonCivicImpersonation: {
|
15216
|
+
readonly type: "token";
|
15217
|
+
readonly description: "Impersonation of electoral officials/entities";
|
15218
|
+
};
|
15219
|
+
};
|
15220
|
+
};
|
14850
15221
|
readonly ToolsOzoneSafelinkAddRule: {
|
14851
15222
|
readonly lexicon: 1;
|
14852
15223
|
readonly id: "tools.ozone.safelink.addRule";
|
@@ -17607,6 +17978,140 @@ export declare const schemas: ({
|
|
17607
17978
|
readonly description: "Advertises an account as currently offering live content.";
|
17608
17979
|
};
|
17609
17980
|
};
|
17981
|
+
} | {
|
17982
|
+
readonly lexicon: 1;
|
17983
|
+
readonly id: "app.bsky.bookmark.createBookmark";
|
17984
|
+
readonly defs: {
|
17985
|
+
readonly main: {
|
17986
|
+
readonly type: "procedure";
|
17987
|
+
readonly description: "Creates a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication.";
|
17988
|
+
readonly input: {
|
17989
|
+
readonly encoding: "application/json";
|
17990
|
+
readonly schema: {
|
17991
|
+
readonly type: "object";
|
17992
|
+
readonly required: ["uri", "cid"];
|
17993
|
+
readonly properties: {
|
17994
|
+
readonly uri: {
|
17995
|
+
readonly type: "string";
|
17996
|
+
readonly format: "at-uri";
|
17997
|
+
};
|
17998
|
+
readonly cid: {
|
17999
|
+
readonly type: "string";
|
18000
|
+
readonly format: "cid";
|
18001
|
+
};
|
18002
|
+
};
|
18003
|
+
};
|
18004
|
+
};
|
18005
|
+
readonly errors: [{
|
18006
|
+
readonly name: "UnsupportedCollection";
|
18007
|
+
readonly description: "The URI to be bookmarked is for an unsupported collection.";
|
18008
|
+
}];
|
18009
|
+
};
|
18010
|
+
};
|
18011
|
+
} | {
|
18012
|
+
readonly lexicon: 1;
|
18013
|
+
readonly id: "app.bsky.bookmark.defs";
|
18014
|
+
readonly defs: {
|
18015
|
+
readonly bookmark: {
|
18016
|
+
readonly description: "Object used to store bookmark data in stash.";
|
18017
|
+
readonly type: "object";
|
18018
|
+
readonly required: ["subject"];
|
18019
|
+
readonly properties: {
|
18020
|
+
readonly subject: {
|
18021
|
+
readonly description: "A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported.";
|
18022
|
+
readonly type: "ref";
|
18023
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
18024
|
+
};
|
18025
|
+
};
|
18026
|
+
};
|
18027
|
+
readonly bookmarkView: {
|
18028
|
+
readonly type: "object";
|
18029
|
+
readonly required: ["subject", "item"];
|
18030
|
+
readonly properties: {
|
18031
|
+
readonly subject: {
|
18032
|
+
readonly description: "A strong ref to the bookmarked record.";
|
18033
|
+
readonly type: "ref";
|
18034
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
18035
|
+
};
|
18036
|
+
readonly createdAt: {
|
18037
|
+
readonly type: "string";
|
18038
|
+
readonly format: "datetime";
|
18039
|
+
};
|
18040
|
+
readonly item: {
|
18041
|
+
readonly type: "union";
|
18042
|
+
readonly refs: ["lex:app.bsky.feed.defs#blockedPost", "lex:app.bsky.feed.defs#notFoundPost", "lex:app.bsky.feed.defs#postView"];
|
18043
|
+
};
|
18044
|
+
};
|
18045
|
+
};
|
18046
|
+
};
|
18047
|
+
} | {
|
18048
|
+
readonly lexicon: 1;
|
18049
|
+
readonly id: "app.bsky.bookmark.deleteBookmark";
|
18050
|
+
readonly defs: {
|
18051
|
+
readonly main: {
|
18052
|
+
readonly type: "procedure";
|
18053
|
+
readonly description: "Deletes a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication.";
|
18054
|
+
readonly input: {
|
18055
|
+
readonly encoding: "application/json";
|
18056
|
+
readonly schema: {
|
18057
|
+
readonly type: "object";
|
18058
|
+
readonly required: ["uri"];
|
18059
|
+
readonly properties: {
|
18060
|
+
readonly uri: {
|
18061
|
+
readonly type: "string";
|
18062
|
+
readonly format: "at-uri";
|
18063
|
+
};
|
18064
|
+
};
|
18065
|
+
};
|
18066
|
+
};
|
18067
|
+
readonly errors: [{
|
18068
|
+
readonly name: "UnsupportedCollection";
|
18069
|
+
readonly description: "The URI to be bookmarked is for an unsupported collection.";
|
18070
|
+
}];
|
18071
|
+
};
|
18072
|
+
};
|
18073
|
+
} | {
|
18074
|
+
readonly lexicon: 1;
|
18075
|
+
readonly id: "app.bsky.bookmark.getBookmarks";
|
18076
|
+
readonly defs: {
|
18077
|
+
readonly main: {
|
18078
|
+
readonly type: "query";
|
18079
|
+
readonly description: "Gets views of records bookmarked by the authenticated user. Requires authentication.";
|
18080
|
+
readonly parameters: {
|
18081
|
+
readonly type: "params";
|
18082
|
+
readonly properties: {
|
18083
|
+
readonly limit: {
|
18084
|
+
readonly type: "integer";
|
18085
|
+
readonly minimum: 1;
|
18086
|
+
readonly maximum: 100;
|
18087
|
+
readonly default: 50;
|
18088
|
+
};
|
18089
|
+
readonly cursor: {
|
18090
|
+
readonly type: "string";
|
18091
|
+
};
|
18092
|
+
};
|
18093
|
+
};
|
18094
|
+
readonly output: {
|
18095
|
+
readonly encoding: "application/json";
|
18096
|
+
readonly schema: {
|
18097
|
+
readonly type: "object";
|
18098
|
+
readonly required: ["bookmarks"];
|
18099
|
+
readonly properties: {
|
18100
|
+
readonly cursor: {
|
18101
|
+
readonly type: "string";
|
18102
|
+
};
|
18103
|
+
readonly bookmarks: {
|
18104
|
+
readonly type: "array";
|
18105
|
+
readonly items: {
|
18106
|
+
readonly type: "ref";
|
18107
|
+
readonly ref: "lex:app.bsky.bookmark.defs#bookmarkView";
|
18108
|
+
};
|
18109
|
+
};
|
18110
|
+
};
|
18111
|
+
};
|
18112
|
+
};
|
18113
|
+
};
|
18114
|
+
};
|
17610
18115
|
} | {
|
17611
18116
|
readonly lexicon: 1;
|
17612
18117
|
readonly id: "app.bsky.embed.defs";
|
@@ -18034,6 +18539,9 @@ export declare const schemas: ({
|
|
18034
18539
|
readonly type: "union";
|
18035
18540
|
readonly refs: ["lex:app.bsky.embed.images#view", "lex:app.bsky.embed.video#view", "lex:app.bsky.embed.external#view", "lex:app.bsky.embed.record#view", "lex:app.bsky.embed.recordWithMedia#view"];
|
18036
18541
|
};
|
18542
|
+
readonly bookmarkCount: {
|
18543
|
+
readonly type: "integer";
|
18544
|
+
};
|
18037
18545
|
readonly replyCount: {
|
18038
18546
|
readonly type: "integer";
|
18039
18547
|
};
|
@@ -18079,6 +18587,9 @@ export declare const schemas: ({
|
|
18079
18587
|
readonly type: "string";
|
18080
18588
|
readonly format: "at-uri";
|
18081
18589
|
};
|
18590
|
+
readonly bookmarked: {
|
18591
|
+
readonly type: "boolean";
|
18592
|
+
};
|
18082
18593
|
readonly threadMuted: {
|
18083
18594
|
readonly type: "boolean";
|
18084
18595
|
};
|
@@ -26096,35 +26607,35 @@ export declare const schemas: ({
|
|
26096
26607
|
readonly defs: {
|
26097
26608
|
readonly reasonType: {
|
26098
26609
|
readonly type: "string";
|
26099
|
-
readonly knownValues: ["com.atproto.moderation.defs#reasonSpam", "com.atproto.moderation.defs#reasonViolation", "com.atproto.moderation.defs#reasonMisleading", "com.atproto.moderation.defs#reasonSexual", "com.atproto.moderation.defs#reasonRude", "com.atproto.moderation.defs#reasonOther", "com.atproto.moderation.defs#reasonAppeal"];
|
26610
|
+
readonly knownValues: ["com.atproto.moderation.defs#reasonSpam", "com.atproto.moderation.defs#reasonViolation", "com.atproto.moderation.defs#reasonMisleading", "com.atproto.moderation.defs#reasonSexual", "com.atproto.moderation.defs#reasonRude", "com.atproto.moderation.defs#reasonOther", "com.atproto.moderation.defs#reasonAppeal", "tools.ozone.report.defs#reasonAppeal", "tools.ozone.report.defs#reasonViolenceAnimalWelfare", "tools.ozone.report.defs#reasonViolenceThreats", "tools.ozone.report.defs#reasonViolenceGraphicContent", "tools.ozone.report.defs#reasonViolenceSelfHarm", "tools.ozone.report.defs#reasonViolenceGlorification", "tools.ozone.report.defs#reasonViolenceExtremistContent", "tools.ozone.report.defs#reasonViolenceTrafficking", "tools.ozone.report.defs#reasonViolenceOther", "tools.ozone.report.defs#reasonSexualAbuseContent", "tools.ozone.report.defs#reasonSexualNCII", "tools.ozone.report.defs#reasonSexualSextortion", "tools.ozone.report.defs#reasonSexualDeepfake", "tools.ozone.report.defs#reasonSexualAnimal", "tools.ozone.report.defs#reasonSexualUnlabeled", "tools.ozone.report.defs#reasonSexualOther", "tools.ozone.report.defs#reasonChildSafetyCSAM", "tools.ozone.report.defs#reasonChildSafetyGroom", "tools.ozone.report.defs#reasonChildSafetyMinorPrivacy", "tools.ozone.report.defs#reasonChildSafetyEndangerment", "tools.ozone.report.defs#reasonChildSafetyHarassment", "tools.ozone.report.defs#reasonChildSafetyPromotion", "tools.ozone.report.defs#reasonChildSafetyOther", "tools.ozone.report.defs#reasonHarassmentTroll", "tools.ozone.report.defs#reasonHarassmentTargeted", "tools.ozone.report.defs#reasonHarassmentHateSpeech", "tools.ozone.report.defs#reasonHarassmentDoxxing", "tools.ozone.report.defs#reasonHarassmentOther", "tools.ozone.report.defs#reasonMisleadingBot", "tools.ozone.report.defs#reasonMisleadingImpersonation", "tools.ozone.report.defs#reasonMisleadingSpam", "tools.ozone.report.defs#reasonMisleadingScam", "tools.ozone.report.defs#reasonMisleadingSyntheticContent", "tools.ozone.report.defs#reasonMisleadingMisinformation", "tools.ozone.report.defs#reasonMisleadingOther", "tools.ozone.report.defs#reasonRuleSiteSecurity", "tools.ozone.report.defs#reasonRuleStolenContent", "tools.ozone.report.defs#reasonRuleProhibitedSales", "tools.ozone.report.defs#reasonRuleBanEvasion", "tools.ozone.report.defs#reasonRuleOther", "tools.ozone.report.defs#reasonCivicElectoralProcess", "tools.ozone.report.defs#reasonCivicDisclosure", "tools.ozone.report.defs#reasonCivicInterference", "tools.ozone.report.defs#reasonCivicMisinformation", "tools.ozone.report.defs#reasonCivicImpersonation"];
|
26100
26611
|
};
|
26101
26612
|
readonly reasonSpam: {
|
26102
26613
|
readonly type: "token";
|
26103
|
-
readonly description: "Spam: frequent unwanted promotion, replies, mentions";
|
26614
|
+
readonly description: "Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`.";
|
26104
26615
|
};
|
26105
26616
|
readonly reasonViolation: {
|
26106
26617
|
readonly type: "token";
|
26107
|
-
readonly description: "Direct violation of server rules, laws, terms of service";
|
26618
|
+
readonly description: "Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
26108
26619
|
};
|
26109
26620
|
readonly reasonMisleading: {
|
26110
26621
|
readonly type: "token";
|
26111
|
-
readonly description: "Misleading identity, affiliation, or content";
|
26622
|
+
readonly description: "Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`.";
|
26112
26623
|
};
|
26113
26624
|
readonly reasonSexual: {
|
26114
26625
|
readonly type: "token";
|
26115
|
-
readonly description: "Unwanted or mislabeled sexual content";
|
26626
|
+
readonly description: "Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`.";
|
26116
26627
|
};
|
26117
26628
|
readonly reasonRude: {
|
26118
26629
|
readonly type: "token";
|
26119
|
-
readonly description: "Rude, harassing, explicit, or otherwise unwelcoming behavior";
|
26630
|
+
readonly description: "Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`.";
|
26120
26631
|
};
|
26121
26632
|
readonly reasonOther: {
|
26122
26633
|
readonly type: "token";
|
26123
|
-
readonly description: "
|
26634
|
+
readonly description: "Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
26124
26635
|
};
|
26125
26636
|
readonly reasonAppeal: {
|
26126
26637
|
readonly type: "token";
|
26127
|
-
readonly description: "Appeal
|
26638
|
+
readonly description: "Appeal a previously taken moderation action";
|
26128
26639
|
};
|
26129
26640
|
readonly subjectType: {
|
26130
26641
|
readonly type: "string";
|
@@ -28852,6 +29363,42 @@ export declare const schemas: ({
|
|
28852
29363
|
};
|
28853
29364
|
};
|
28854
29365
|
};
|
29366
|
+
} | {
|
29367
|
+
readonly lexicon: 1;
|
29368
|
+
readonly id: "com.atproto.temp.dereferenceScope";
|
29369
|
+
readonly defs: {
|
29370
|
+
readonly main: {
|
29371
|
+
readonly type: "query";
|
29372
|
+
readonly description: "Allows finding the oauth permission scope from a reference";
|
29373
|
+
readonly parameters: {
|
29374
|
+
readonly type: "params";
|
29375
|
+
readonly required: ["scope"];
|
29376
|
+
readonly properties: {
|
29377
|
+
readonly scope: {
|
29378
|
+
readonly type: "string";
|
29379
|
+
readonly description: "The scope reference (starts with 'ref:')";
|
29380
|
+
};
|
29381
|
+
};
|
29382
|
+
};
|
29383
|
+
readonly output: {
|
29384
|
+
readonly encoding: "application/json";
|
29385
|
+
readonly schema: {
|
29386
|
+
readonly type: "object";
|
29387
|
+
readonly required: ["scope"];
|
29388
|
+
readonly properties: {
|
29389
|
+
readonly scope: {
|
29390
|
+
readonly type: "string";
|
29391
|
+
readonly description: "The full oauth permission scope";
|
29392
|
+
};
|
29393
|
+
};
|
29394
|
+
};
|
29395
|
+
};
|
29396
|
+
readonly errors: [{
|
29397
|
+
readonly name: "InvalidScopeReference";
|
29398
|
+
readonly description: "An invalid scope reference was provided.";
|
29399
|
+
}];
|
29400
|
+
};
|
29401
|
+
};
|
28855
29402
|
} | {
|
28856
29403
|
readonly lexicon: 1;
|
28857
29404
|
readonly id: "com.atproto.temp.fetchLabels";
|
@@ -31119,6 +31666,195 @@ export declare const schemas: ({
|
|
31119
31666
|
};
|
31120
31667
|
};
|
31121
31668
|
};
|
31669
|
+
} | {
|
31670
|
+
readonly lexicon: 1;
|
31671
|
+
readonly id: "tools.ozone.report.defs";
|
31672
|
+
readonly defs: {
|
31673
|
+
readonly reasonType: {
|
31674
|
+
readonly type: "string";
|
31675
|
+
readonly knownValues: ["tools.ozone.report.defs#reasonAppeal", "tools.ozone.report.defs#reasonViolenceAnimalWelfare", "tools.ozone.report.defs#reasonViolenceThreats", "tools.ozone.report.defs#reasonViolenceGraphicContent", "tools.ozone.report.defs#reasonViolenceSelfHarm", "tools.ozone.report.defs#reasonViolenceGlorification", "tools.ozone.report.defs#reasonViolenceExtremistContent", "tools.ozone.report.defs#reasonViolenceTrafficking", "tools.ozone.report.defs#reasonViolenceOther", "tools.ozone.report.defs#reasonSexualAbuseContent", "tools.ozone.report.defs#reasonSexualNCII", "tools.ozone.report.defs#reasonSexualSextortion", "tools.ozone.report.defs#reasonSexualDeepfake", "tools.ozone.report.defs#reasonSexualAnimal", "tools.ozone.report.defs#reasonSexualUnlabeled", "tools.ozone.report.defs#reasonSexualOther", "tools.ozone.report.defs#reasonChildSafetyCSAM", "tools.ozone.report.defs#reasonChildSafetyGroom", "tools.ozone.report.defs#reasonChildSafetyMinorPrivacy", "tools.ozone.report.defs#reasonChildSafetyEndangerment", "tools.ozone.report.defs#reasonChildSafetyHarassment", "tools.ozone.report.defs#reasonChildSafetyPromotion", "tools.ozone.report.defs#reasonChildSafetyOther", "tools.ozone.report.defs#reasonHarassmentTroll", "tools.ozone.report.defs#reasonHarassmentTargeted", "tools.ozone.report.defs#reasonHarassmentHateSpeech", "tools.ozone.report.defs#reasonHarassmentDoxxing", "tools.ozone.report.defs#reasonHarassmentOther", "tools.ozone.report.defs#reasonMisleadingBot", "tools.ozone.report.defs#reasonMisleadingImpersonation", "tools.ozone.report.defs#reasonMisleadingSpam", "tools.ozone.report.defs#reasonMisleadingScam", "tools.ozone.report.defs#reasonMisleadingSyntheticContent", "tools.ozone.report.defs#reasonMisleadingMisinformation", "tools.ozone.report.defs#reasonMisleadingOther", "tools.ozone.report.defs#reasonRuleSiteSecurity", "tools.ozone.report.defs#reasonRuleStolenContent", "tools.ozone.report.defs#reasonRuleProhibitedSales", "tools.ozone.report.defs#reasonRuleBanEvasion", "tools.ozone.report.defs#reasonRuleOther", "tools.ozone.report.defs#reasonCivicElectoralProcess", "tools.ozone.report.defs#reasonCivicDisclosure", "tools.ozone.report.defs#reasonCivicInterference", "tools.ozone.report.defs#reasonCivicMisinformation", "tools.ozone.report.defs#reasonCivicImpersonation"];
|
31676
|
+
};
|
31677
|
+
readonly reasonAppeal: {
|
31678
|
+
readonly type: "token";
|
31679
|
+
readonly description: "Appeal a previously taken moderation action";
|
31680
|
+
};
|
31681
|
+
readonly reasonViolenceAnimalWelfare: {
|
31682
|
+
readonly type: "token";
|
31683
|
+
readonly description: "Animal welfare violations";
|
31684
|
+
};
|
31685
|
+
readonly reasonViolenceThreats: {
|
31686
|
+
readonly type: "token";
|
31687
|
+
readonly description: "Threats or incitement";
|
31688
|
+
};
|
31689
|
+
readonly reasonViolenceGraphicContent: {
|
31690
|
+
readonly type: "token";
|
31691
|
+
readonly description: "Graphic violent content";
|
31692
|
+
};
|
31693
|
+
readonly reasonViolenceSelfHarm: {
|
31694
|
+
readonly type: "token";
|
31695
|
+
readonly description: "Self harm";
|
31696
|
+
};
|
31697
|
+
readonly reasonViolenceGlorification: {
|
31698
|
+
readonly type: "token";
|
31699
|
+
readonly description: "Glorification of violence";
|
31700
|
+
};
|
31701
|
+
readonly reasonViolenceExtremistContent: {
|
31702
|
+
readonly type: "token";
|
31703
|
+
readonly description: "Extremist content. These reports will be sent only be sent to the application's Moderation Authority.";
|
31704
|
+
};
|
31705
|
+
readonly reasonViolenceTrafficking: {
|
31706
|
+
readonly type: "token";
|
31707
|
+
readonly description: "Human trafficking";
|
31708
|
+
};
|
31709
|
+
readonly reasonViolenceOther: {
|
31710
|
+
readonly type: "token";
|
31711
|
+
readonly description: "Other violent content";
|
31712
|
+
};
|
31713
|
+
readonly reasonSexualAbuseContent: {
|
31714
|
+
readonly type: "token";
|
31715
|
+
readonly description: "Adult sexual abuse content";
|
31716
|
+
};
|
31717
|
+
readonly reasonSexualNCII: {
|
31718
|
+
readonly type: "token";
|
31719
|
+
readonly description: "Non-consensual intimate imagery";
|
31720
|
+
};
|
31721
|
+
readonly reasonSexualSextortion: {
|
31722
|
+
readonly type: "token";
|
31723
|
+
readonly description: "Sextortion";
|
31724
|
+
};
|
31725
|
+
readonly reasonSexualDeepfake: {
|
31726
|
+
readonly type: "token";
|
31727
|
+
readonly description: "Deepfake adult content";
|
31728
|
+
};
|
31729
|
+
readonly reasonSexualAnimal: {
|
31730
|
+
readonly type: "token";
|
31731
|
+
readonly description: "Animal sexual abuse";
|
31732
|
+
};
|
31733
|
+
readonly reasonSexualUnlabeled: {
|
31734
|
+
readonly type: "token";
|
31735
|
+
readonly description: "Unlabelled adult content";
|
31736
|
+
};
|
31737
|
+
readonly reasonSexualOther: {
|
31738
|
+
readonly type: "token";
|
31739
|
+
readonly description: "Other sexual violence content";
|
31740
|
+
};
|
31741
|
+
readonly reasonChildSafetyCSAM: {
|
31742
|
+
readonly type: "token";
|
31743
|
+
readonly description: "Child sexual abuse material (CSAM). These reports will be sent only be sent to the application's Moderation Authority.";
|
31744
|
+
};
|
31745
|
+
readonly reasonChildSafetyGroom: {
|
31746
|
+
readonly type: "token";
|
31747
|
+
readonly description: "Grooming or predatory behavior. These reports will be sent only be sent to the application's Moderation Authority.";
|
31748
|
+
};
|
31749
|
+
readonly reasonChildSafetyMinorPrivacy: {
|
31750
|
+
readonly type: "token";
|
31751
|
+
readonly description: "Privacy violation involving a minor";
|
31752
|
+
};
|
31753
|
+
readonly reasonChildSafetyEndangerment: {
|
31754
|
+
readonly type: "token";
|
31755
|
+
readonly description: "Child endangerment. These reports will be sent only be sent to the application's Moderation Authority.";
|
31756
|
+
};
|
31757
|
+
readonly reasonChildSafetyHarassment: {
|
31758
|
+
readonly type: "token";
|
31759
|
+
readonly description: "Harassment or bullying of minors";
|
31760
|
+
};
|
31761
|
+
readonly reasonChildSafetyPromotion: {
|
31762
|
+
readonly type: "token";
|
31763
|
+
readonly description: "Promotion of child exploitation. These reports will be sent only be sent to the application's Moderation Authority.";
|
31764
|
+
};
|
31765
|
+
readonly reasonChildSafetyOther: {
|
31766
|
+
readonly type: "token";
|
31767
|
+
readonly description: "Other child safety. These reports will be sent only be sent to the application's Moderation Authority.";
|
31768
|
+
};
|
31769
|
+
readonly reasonHarassmentTroll: {
|
31770
|
+
readonly type: "token";
|
31771
|
+
readonly description: "Trolling";
|
31772
|
+
};
|
31773
|
+
readonly reasonHarassmentTargeted: {
|
31774
|
+
readonly type: "token";
|
31775
|
+
readonly description: "Targeted harassment";
|
31776
|
+
};
|
31777
|
+
readonly reasonHarassmentHateSpeech: {
|
31778
|
+
readonly type: "token";
|
31779
|
+
readonly description: "Hate speech";
|
31780
|
+
};
|
31781
|
+
readonly reasonHarassmentDoxxing: {
|
31782
|
+
readonly type: "token";
|
31783
|
+
readonly description: "Doxxing";
|
31784
|
+
};
|
31785
|
+
readonly reasonHarassmentOther: {
|
31786
|
+
readonly type: "token";
|
31787
|
+
readonly description: "Other harassing or hateful content";
|
31788
|
+
};
|
31789
|
+
readonly reasonMisleadingBot: {
|
31790
|
+
readonly type: "token";
|
31791
|
+
readonly description: "Fake account or bot";
|
31792
|
+
};
|
31793
|
+
readonly reasonMisleadingImpersonation: {
|
31794
|
+
readonly type: "token";
|
31795
|
+
readonly description: "Impersonation";
|
31796
|
+
};
|
31797
|
+
readonly reasonMisleadingSpam: {
|
31798
|
+
readonly type: "token";
|
31799
|
+
readonly description: "Spam";
|
31800
|
+
};
|
31801
|
+
readonly reasonMisleadingScam: {
|
31802
|
+
readonly type: "token";
|
31803
|
+
readonly description: "Scam";
|
31804
|
+
};
|
31805
|
+
readonly reasonMisleadingSyntheticContent: {
|
31806
|
+
readonly type: "token";
|
31807
|
+
readonly description: "Unlabelled gen-AI or synthetic content";
|
31808
|
+
};
|
31809
|
+
readonly reasonMisleadingMisinformation: {
|
31810
|
+
readonly type: "token";
|
31811
|
+
readonly description: "Harmful false claims";
|
31812
|
+
};
|
31813
|
+
readonly reasonMisleadingOther: {
|
31814
|
+
readonly type: "token";
|
31815
|
+
readonly description: "Other misleading content";
|
31816
|
+
};
|
31817
|
+
readonly reasonRuleSiteSecurity: {
|
31818
|
+
readonly type: "token";
|
31819
|
+
readonly description: "Hacking or system attacks";
|
31820
|
+
};
|
31821
|
+
readonly reasonRuleStolenContent: {
|
31822
|
+
readonly type: "token";
|
31823
|
+
readonly description: "Stolen content";
|
31824
|
+
};
|
31825
|
+
readonly reasonRuleProhibitedSales: {
|
31826
|
+
readonly type: "token";
|
31827
|
+
readonly description: "Promoting or selling prohibited items or services";
|
31828
|
+
};
|
31829
|
+
readonly reasonRuleBanEvasion: {
|
31830
|
+
readonly type: "token";
|
31831
|
+
readonly description: "Banned user returning";
|
31832
|
+
};
|
31833
|
+
readonly reasonRuleOther: {
|
31834
|
+
readonly type: "token";
|
31835
|
+
readonly description: "Other";
|
31836
|
+
};
|
31837
|
+
readonly reasonCivicElectoralProcess: {
|
31838
|
+
readonly type: "token";
|
31839
|
+
readonly description: "Electoral process violations";
|
31840
|
+
};
|
31841
|
+
readonly reasonCivicDisclosure: {
|
31842
|
+
readonly type: "token";
|
31843
|
+
readonly description: "Disclosure & transparency violations";
|
31844
|
+
};
|
31845
|
+
readonly reasonCivicInterference: {
|
31846
|
+
readonly type: "token";
|
31847
|
+
readonly description: "Voter intimidation or interference";
|
31848
|
+
};
|
31849
|
+
readonly reasonCivicMisinformation: {
|
31850
|
+
readonly type: "token";
|
31851
|
+
readonly description: "Election misinformation";
|
31852
|
+
};
|
31853
|
+
readonly reasonCivicImpersonation: {
|
31854
|
+
readonly type: "token";
|
31855
|
+
readonly description: "Impersonation of electoral officials/entities";
|
31856
|
+
};
|
31857
|
+
};
|
31122
31858
|
} | {
|
31123
31859
|
readonly lexicon: 1;
|
31124
31860
|
readonly id: "tools.ozone.safelink.addRule";
|
@@ -32784,6 +33520,10 @@ export declare const ids: {
|
|
32784
33520
|
readonly AppBskyActorSearchActors: "app.bsky.actor.searchActors";
|
32785
33521
|
readonly AppBskyActorSearchActorsTypeahead: "app.bsky.actor.searchActorsTypeahead";
|
32786
33522
|
readonly AppBskyActorStatus: "app.bsky.actor.status";
|
33523
|
+
readonly AppBskyBookmarkCreateBookmark: "app.bsky.bookmark.createBookmark";
|
33524
|
+
readonly AppBskyBookmarkDefs: "app.bsky.bookmark.defs";
|
33525
|
+
readonly AppBskyBookmarkDeleteBookmark: "app.bsky.bookmark.deleteBookmark";
|
33526
|
+
readonly AppBskyBookmarkGetBookmarks: "app.bsky.bookmark.getBookmarks";
|
32787
33527
|
readonly AppBskyEmbedDefs: "app.bsky.embed.defs";
|
32788
33528
|
readonly AppBskyEmbedExternal: "app.bsky.embed.external";
|
32789
33529
|
readonly AppBskyEmbedImages: "app.bsky.embed.images";
|
@@ -33002,6 +33742,7 @@ export declare const ids: {
|
|
33002
33742
|
readonly ComAtprotoTempAddReservedHandle: "com.atproto.temp.addReservedHandle";
|
33003
33743
|
readonly ComAtprotoTempCheckHandleAvailability: "com.atproto.temp.checkHandleAvailability";
|
33004
33744
|
readonly ComAtprotoTempCheckSignupQueue: "com.atproto.temp.checkSignupQueue";
|
33745
|
+
readonly ComAtprotoTempDereferenceScope: "com.atproto.temp.dereferenceScope";
|
33005
33746
|
readonly ComAtprotoTempFetchLabels: "com.atproto.temp.fetchLabels";
|
33006
33747
|
readonly ComAtprotoTempRequestPhoneVerification: "com.atproto.temp.requestPhoneVerification";
|
33007
33748
|
readonly ComAtprotoTempRevokeAccountCredentials: "com.atproto.temp.revokeAccountCredentials";
|
@@ -33024,6 +33765,7 @@ export declare const ids: {
|
|
33024
33765
|
readonly ToolsOzoneModerationQueryEvents: "tools.ozone.moderation.queryEvents";
|
33025
33766
|
readonly ToolsOzoneModerationQueryStatuses: "tools.ozone.moderation.queryStatuses";
|
33026
33767
|
readonly ToolsOzoneModerationSearchRepos: "tools.ozone.moderation.searchRepos";
|
33768
|
+
readonly ToolsOzoneReportDefs: "tools.ozone.report.defs";
|
33027
33769
|
readonly ToolsOzoneSafelinkAddRule: "tools.ozone.safelink.addRule";
|
33028
33770
|
readonly ToolsOzoneSafelinkDefs: "tools.ozone.safelink.defs";
|
33029
33771
|
readonly ToolsOzoneSafelinkQueryEvents: "tools.ozone.safelink.queryEvents";
|