@atproto/pds 0.4.176 → 0.4.178
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 +42 -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 +49 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +52 -1
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +500 -24
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +344 -7
- package/dist/lexicon/lexicons.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/moderation/defs.d.ts +10 -2
- package/dist/lexicon/types/tools/ozone/moderation/defs.d.ts.map +1 -1
- package/dist/lexicon/types/tools/ozone/moderation/defs.js +9 -0
- package/dist/lexicon/types/tools/ozone/moderation/defs.js.map +1 -1
- package/dist/lexicon/types/tools/ozone/moderation/emitEvent.d.ts +1 -1
- package/dist/lexicon/types/tools/ozone/moderation/emitEvent.d.ts.map +1 -1
- package/dist/lexicon/types/tools/ozone/moderation/getAccountTimeline.d.ts +1 -1
- package/dist/lexicon/types/tools/ozone/moderation/getAccountTimeline.d.ts.map +1 -1
- package/dist/lexicon/types/tools/ozone/moderation/getAccountTimeline.js.map +1 -1
- 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 +19 -16
- 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 +82 -0
- package/src/lexicon/lexicons.ts +357 -7
- 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/moderation/defs.ts +23 -0
- package/src/lexicon/types/tools/ozone/moderation/emitEvent.ts +1 -0
- package/src/lexicon/types/tools/ozone/moderation/getAccountTimeline.ts +1 -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/tsconfig.build.tsbuildinfo +1 -1
@@ -9887,35 +9887,35 @@ export declare const schemaDict: {
|
|
9887
9887
|
readonly defs: {
|
9888
9888
|
readonly reasonType: {
|
9889
9889
|
readonly type: "string";
|
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"];
|
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"];
|
9891
9891
|
};
|
9892
9892
|
readonly reasonSpam: {
|
9893
9893
|
readonly type: "token";
|
9894
|
-
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`.";
|
9895
9895
|
};
|
9896
9896
|
readonly reasonViolation: {
|
9897
9897
|
readonly type: "token";
|
9898
|
-
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`.";
|
9899
9899
|
};
|
9900
9900
|
readonly reasonMisleading: {
|
9901
9901
|
readonly type: "token";
|
9902
|
-
readonly description: "Misleading identity, affiliation, or content";
|
9902
|
+
readonly description: "Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`.";
|
9903
9903
|
};
|
9904
9904
|
readonly reasonSexual: {
|
9905
9905
|
readonly type: "token";
|
9906
|
-
readonly description: "Unwanted or mislabeled sexual content";
|
9906
|
+
readonly description: "Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`.";
|
9907
9907
|
};
|
9908
9908
|
readonly reasonRude: {
|
9909
9909
|
readonly type: "token";
|
9910
|
-
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`.";
|
9911
9911
|
};
|
9912
9912
|
readonly reasonOther: {
|
9913
9913
|
readonly type: "token";
|
9914
|
-
readonly description: "
|
9914
|
+
readonly description: "Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
9915
9915
|
};
|
9916
9916
|
readonly reasonAppeal: {
|
9917
9917
|
readonly type: "token";
|
9918
|
-
readonly description: "Appeal
|
9918
|
+
readonly description: "Appeal a previously taken moderation action";
|
9919
9919
|
};
|
9920
9920
|
readonly subjectType: {
|
9921
9921
|
readonly type: "string";
|
@@ -12702,6 +12702,43 @@ export declare const schemaDict: {
|
|
12702
12702
|
};
|
12703
12703
|
};
|
12704
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
|
+
};
|
12705
12742
|
readonly ComAtprotoTempFetchLabels: {
|
12706
12743
|
readonly lexicon: 1;
|
12707
12744
|
readonly id: "com.atproto.temp.fetchLabels";
|
@@ -13123,7 +13160,7 @@ export declare const schemaDict: {
|
|
13123
13160
|
};
|
13124
13161
|
readonly event: {
|
13125
13162
|
readonly type: "union";
|
13126
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent"];
|
13163
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent"];
|
13127
13164
|
};
|
13128
13165
|
readonly subject: {
|
13129
13166
|
readonly type: "union";
|
@@ -13164,7 +13201,7 @@ export declare const schemaDict: {
|
|
13164
13201
|
};
|
13165
13202
|
readonly event: {
|
13166
13203
|
readonly type: "union";
|
13167
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent"];
|
13204
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent"];
|
13168
13205
|
};
|
13169
13206
|
readonly subject: {
|
13170
13207
|
readonly type: "union";
|
@@ -13588,6 +13625,17 @@ export declare const schemaDict: {
|
|
13588
13625
|
};
|
13589
13626
|
};
|
13590
13627
|
};
|
13628
|
+
readonly revokeAccountCredentialsEvent: {
|
13629
|
+
readonly type: "object";
|
13630
|
+
readonly description: "Account credentials revocation by moderators. Only works on DID subjects.";
|
13631
|
+
readonly required: ["comment"];
|
13632
|
+
readonly properties: {
|
13633
|
+
readonly comment: {
|
13634
|
+
readonly type: "string";
|
13635
|
+
readonly description: "Comment describing the reason for the revocation.";
|
13636
|
+
};
|
13637
|
+
};
|
13638
|
+
};
|
13591
13639
|
readonly modEventAcknowledge: {
|
13592
13640
|
readonly type: "object";
|
13593
13641
|
readonly properties: {
|
@@ -14209,7 +14257,7 @@ export declare const schemaDict: {
|
|
14209
14257
|
readonly properties: {
|
14210
14258
|
readonly event: {
|
14211
14259
|
readonly type: "union";
|
14212
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent"];
|
14260
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent"];
|
14213
14261
|
};
|
14214
14262
|
readonly subject: {
|
14215
14263
|
readonly type: "union";
|
@@ -14316,7 +14364,7 @@ export declare const schemaDict: {
|
|
14316
14364
|
};
|
14317
14365
|
readonly eventType: {
|
14318
14366
|
readonly type: "string";
|
14319
|
-
readonly knownValues: ["tools.ozone.moderation.defs#modEventTakedown", "tools.ozone.moderation.defs#modEventReverseTakedown", "tools.ozone.moderation.defs#modEventComment", "tools.ozone.moderation.defs#modEventReport", "tools.ozone.moderation.defs#modEventLabel", "tools.ozone.moderation.defs#modEventAcknowledge", "tools.ozone.moderation.defs#modEventEscalate", "tools.ozone.moderation.defs#modEventMute", "tools.ozone.moderation.defs#modEventUnmute", "tools.ozone.moderation.defs#modEventMuteReporter", "tools.ozone.moderation.defs#modEventUnmuteReporter", "tools.ozone.moderation.defs#modEventEmail", "tools.ozone.moderation.defs#modEventResolveAppeal", "tools.ozone.moderation.defs#modEventDivert", "tools.ozone.moderation.defs#modEventTag", "tools.ozone.moderation.defs#accountEvent", "tools.ozone.moderation.defs#identityEvent", "tools.ozone.moderation.defs#recordEvent", "tools.ozone.moderation.defs#modEventPriorityScore", "tools.ozone.moderation.defs#ageAssuranceEvent", "tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "tools.ozone.moderation.defs#timelineEventPlcCreate", "tools.ozone.moderation.defs#timelineEventPlcOperation", "tools.ozone.moderation.defs#timelineEventPlcTombstone", "tools.ozone.hosting.getAccountHistory#accountCreated", "tools.ozone.hosting.getAccountHistory#emailConfirmed", "tools.ozone.hosting.getAccountHistory#passwordUpdated", "tools.ozone.hosting.getAccountHistory#handleUpdated"];
|
14367
|
+
readonly knownValues: ["tools.ozone.moderation.defs#modEventTakedown", "tools.ozone.moderation.defs#modEventReverseTakedown", "tools.ozone.moderation.defs#modEventComment", "tools.ozone.moderation.defs#modEventReport", "tools.ozone.moderation.defs#modEventLabel", "tools.ozone.moderation.defs#modEventAcknowledge", "tools.ozone.moderation.defs#modEventEscalate", "tools.ozone.moderation.defs#modEventMute", "tools.ozone.moderation.defs#modEventUnmute", "tools.ozone.moderation.defs#modEventMuteReporter", "tools.ozone.moderation.defs#modEventUnmuteReporter", "tools.ozone.moderation.defs#modEventEmail", "tools.ozone.moderation.defs#modEventResolveAppeal", "tools.ozone.moderation.defs#modEventDivert", "tools.ozone.moderation.defs#modEventTag", "tools.ozone.moderation.defs#accountEvent", "tools.ozone.moderation.defs#identityEvent", "tools.ozone.moderation.defs#recordEvent", "tools.ozone.moderation.defs#modEventPriorityScore", "tools.ozone.moderation.defs#revokeAccountCredentialsEvent", "tools.ozone.moderation.defs#ageAssuranceEvent", "tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "tools.ozone.moderation.defs#timelineEventPlcCreate", "tools.ozone.moderation.defs#timelineEventPlcOperation", "tools.ozone.moderation.defs#timelineEventPlcTombstone", "tools.ozone.hosting.getAccountHistory#accountCreated", "tools.ozone.hosting.getAccountHistory#emailConfirmed", "tools.ozone.hosting.getAccountHistory#passwordUpdated", "tools.ozone.hosting.getAccountHistory#handleUpdated"];
|
14320
14368
|
};
|
14321
14369
|
readonly count: {
|
14322
14370
|
readonly type: "integer";
|
@@ -14991,6 +15039,196 @@ export declare const schemaDict: {
|
|
14991
15039
|
};
|
14992
15040
|
};
|
14993
15041
|
};
|
15042
|
+
readonly ToolsOzoneReportDefs: {
|
15043
|
+
readonly lexicon: 1;
|
15044
|
+
readonly id: "tools.ozone.report.defs";
|
15045
|
+
readonly defs: {
|
15046
|
+
readonly reasonType: {
|
15047
|
+
readonly type: "string";
|
15048
|
+
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"];
|
15049
|
+
};
|
15050
|
+
readonly reasonAppeal: {
|
15051
|
+
readonly type: "token";
|
15052
|
+
readonly description: "Appeal a previously taken moderation action";
|
15053
|
+
};
|
15054
|
+
readonly reasonViolenceAnimalWelfare: {
|
15055
|
+
readonly type: "token";
|
15056
|
+
readonly description: "Animal welfare violations";
|
15057
|
+
};
|
15058
|
+
readonly reasonViolenceThreats: {
|
15059
|
+
readonly type: "token";
|
15060
|
+
readonly description: "Threats or incitement";
|
15061
|
+
};
|
15062
|
+
readonly reasonViolenceGraphicContent: {
|
15063
|
+
readonly type: "token";
|
15064
|
+
readonly description: "Graphic violent content";
|
15065
|
+
};
|
15066
|
+
readonly reasonViolenceSelfHarm: {
|
15067
|
+
readonly type: "token";
|
15068
|
+
readonly description: "Self harm";
|
15069
|
+
};
|
15070
|
+
readonly reasonViolenceGlorification: {
|
15071
|
+
readonly type: "token";
|
15072
|
+
readonly description: "Glorification of violence";
|
15073
|
+
};
|
15074
|
+
readonly reasonViolenceExtremistContent: {
|
15075
|
+
readonly type: "token";
|
15076
|
+
readonly description: "Extremist content. These reports will be sent only be sent to the application's Moderation Authority.";
|
15077
|
+
};
|
15078
|
+
readonly reasonViolenceTrafficking: {
|
15079
|
+
readonly type: "token";
|
15080
|
+
readonly description: "Human trafficking";
|
15081
|
+
};
|
15082
|
+
readonly reasonViolenceOther: {
|
15083
|
+
readonly type: "token";
|
15084
|
+
readonly description: "Other violent content";
|
15085
|
+
};
|
15086
|
+
readonly reasonSexualAbuseContent: {
|
15087
|
+
readonly type: "token";
|
15088
|
+
readonly description: "Adult sexual abuse content";
|
15089
|
+
};
|
15090
|
+
readonly reasonSexualNCII: {
|
15091
|
+
readonly type: "token";
|
15092
|
+
readonly description: "Non-consensual intimate imagery";
|
15093
|
+
};
|
15094
|
+
readonly reasonSexualSextortion: {
|
15095
|
+
readonly type: "token";
|
15096
|
+
readonly description: "Sextortion";
|
15097
|
+
};
|
15098
|
+
readonly reasonSexualDeepfake: {
|
15099
|
+
readonly type: "token";
|
15100
|
+
readonly description: "Deepfake adult content";
|
15101
|
+
};
|
15102
|
+
readonly reasonSexualAnimal: {
|
15103
|
+
readonly type: "token";
|
15104
|
+
readonly description: "Animal sexual abuse";
|
15105
|
+
};
|
15106
|
+
readonly reasonSexualUnlabeled: {
|
15107
|
+
readonly type: "token";
|
15108
|
+
readonly description: "Unlabelled adult content";
|
15109
|
+
};
|
15110
|
+
readonly reasonSexualOther: {
|
15111
|
+
readonly type: "token";
|
15112
|
+
readonly description: "Other sexual violence content";
|
15113
|
+
};
|
15114
|
+
readonly reasonChildSafetyCSAM: {
|
15115
|
+
readonly type: "token";
|
15116
|
+
readonly description: "Child sexual abuse material (CSAM). These reports will be sent only be sent to the application's Moderation Authority.";
|
15117
|
+
};
|
15118
|
+
readonly reasonChildSafetyGroom: {
|
15119
|
+
readonly type: "token";
|
15120
|
+
readonly description: "Grooming or predatory behavior. These reports will be sent only be sent to the application's Moderation Authority.";
|
15121
|
+
};
|
15122
|
+
readonly reasonChildSafetyMinorPrivacy: {
|
15123
|
+
readonly type: "token";
|
15124
|
+
readonly description: "Privacy violation involving a minor";
|
15125
|
+
};
|
15126
|
+
readonly reasonChildSafetyEndangerment: {
|
15127
|
+
readonly type: "token";
|
15128
|
+
readonly description: "Child endangerment. These reports will be sent only be sent to the application's Moderation Authority.";
|
15129
|
+
};
|
15130
|
+
readonly reasonChildSafetyHarassment: {
|
15131
|
+
readonly type: "token";
|
15132
|
+
readonly description: "Harassment or bullying of minors";
|
15133
|
+
};
|
15134
|
+
readonly reasonChildSafetyPromotion: {
|
15135
|
+
readonly type: "token";
|
15136
|
+
readonly description: "Promotion of child exploitation. These reports will be sent only be sent to the application's Moderation Authority.";
|
15137
|
+
};
|
15138
|
+
readonly reasonChildSafetyOther: {
|
15139
|
+
readonly type: "token";
|
15140
|
+
readonly description: "Other child safety. These reports will be sent only be sent to the application's Moderation Authority.";
|
15141
|
+
};
|
15142
|
+
readonly reasonHarassmentTroll: {
|
15143
|
+
readonly type: "token";
|
15144
|
+
readonly description: "Trolling";
|
15145
|
+
};
|
15146
|
+
readonly reasonHarassmentTargeted: {
|
15147
|
+
readonly type: "token";
|
15148
|
+
readonly description: "Targeted harassment";
|
15149
|
+
};
|
15150
|
+
readonly reasonHarassmentHateSpeech: {
|
15151
|
+
readonly type: "token";
|
15152
|
+
readonly description: "Hate speech";
|
15153
|
+
};
|
15154
|
+
readonly reasonHarassmentDoxxing: {
|
15155
|
+
readonly type: "token";
|
15156
|
+
readonly description: "Doxxing";
|
15157
|
+
};
|
15158
|
+
readonly reasonHarassmentOther: {
|
15159
|
+
readonly type: "token";
|
15160
|
+
readonly description: "Other harassing or hateful content";
|
15161
|
+
};
|
15162
|
+
readonly reasonMisleadingBot: {
|
15163
|
+
readonly type: "token";
|
15164
|
+
readonly description: "Fake account or bot";
|
15165
|
+
};
|
15166
|
+
readonly reasonMisleadingImpersonation: {
|
15167
|
+
readonly type: "token";
|
15168
|
+
readonly description: "Impersonation";
|
15169
|
+
};
|
15170
|
+
readonly reasonMisleadingSpam: {
|
15171
|
+
readonly type: "token";
|
15172
|
+
readonly description: "Spam";
|
15173
|
+
};
|
15174
|
+
readonly reasonMisleadingScam: {
|
15175
|
+
readonly type: "token";
|
15176
|
+
readonly description: "Scam";
|
15177
|
+
};
|
15178
|
+
readonly reasonMisleadingSyntheticContent: {
|
15179
|
+
readonly type: "token";
|
15180
|
+
readonly description: "Unlabelled gen-AI or synthetic content";
|
15181
|
+
};
|
15182
|
+
readonly reasonMisleadingMisinformation: {
|
15183
|
+
readonly type: "token";
|
15184
|
+
readonly description: "Harmful false claims";
|
15185
|
+
};
|
15186
|
+
readonly reasonMisleadingOther: {
|
15187
|
+
readonly type: "token";
|
15188
|
+
readonly description: "Other misleading content";
|
15189
|
+
};
|
15190
|
+
readonly reasonRuleSiteSecurity: {
|
15191
|
+
readonly type: "token";
|
15192
|
+
readonly description: "Hacking or system attacks";
|
15193
|
+
};
|
15194
|
+
readonly reasonRuleStolenContent: {
|
15195
|
+
readonly type: "token";
|
15196
|
+
readonly description: "Stolen content";
|
15197
|
+
};
|
15198
|
+
readonly reasonRuleProhibitedSales: {
|
15199
|
+
readonly type: "token";
|
15200
|
+
readonly description: "Promoting or selling prohibited items or services";
|
15201
|
+
};
|
15202
|
+
readonly reasonRuleBanEvasion: {
|
15203
|
+
readonly type: "token";
|
15204
|
+
readonly description: "Banned user returning";
|
15205
|
+
};
|
15206
|
+
readonly reasonRuleOther: {
|
15207
|
+
readonly type: "token";
|
15208
|
+
readonly description: "Other";
|
15209
|
+
};
|
15210
|
+
readonly reasonCivicElectoralProcess: {
|
15211
|
+
readonly type: "token";
|
15212
|
+
readonly description: "Electoral process violations";
|
15213
|
+
};
|
15214
|
+
readonly reasonCivicDisclosure: {
|
15215
|
+
readonly type: "token";
|
15216
|
+
readonly description: "Disclosure & transparency violations";
|
15217
|
+
};
|
15218
|
+
readonly reasonCivicInterference: {
|
15219
|
+
readonly type: "token";
|
15220
|
+
readonly description: "Voter intimidation or interference";
|
15221
|
+
};
|
15222
|
+
readonly reasonCivicMisinformation: {
|
15223
|
+
readonly type: "token";
|
15224
|
+
readonly description: "Election misinformation";
|
15225
|
+
};
|
15226
|
+
readonly reasonCivicImpersonation: {
|
15227
|
+
readonly type: "token";
|
15228
|
+
readonly description: "Impersonation of electoral officials/entities";
|
15229
|
+
};
|
15230
|
+
};
|
15231
|
+
};
|
14994
15232
|
readonly ToolsOzoneSafelinkAddRule: {
|
14995
15233
|
readonly lexicon: 1;
|
14996
15234
|
readonly id: "tools.ozone.safelink.addRule";
|
@@ -26380,35 +26618,35 @@ export declare const schemas: ({
|
|
26380
26618
|
readonly defs: {
|
26381
26619
|
readonly reasonType: {
|
26382
26620
|
readonly type: "string";
|
26383
|
-
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"];
|
26621
|
+
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"];
|
26384
26622
|
};
|
26385
26623
|
readonly reasonSpam: {
|
26386
26624
|
readonly type: "token";
|
26387
|
-
readonly description: "Spam: frequent unwanted promotion, replies, mentions";
|
26625
|
+
readonly description: "Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`.";
|
26388
26626
|
};
|
26389
26627
|
readonly reasonViolation: {
|
26390
26628
|
readonly type: "token";
|
26391
|
-
readonly description: "Direct violation of server rules, laws, terms of service";
|
26629
|
+
readonly description: "Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
26392
26630
|
};
|
26393
26631
|
readonly reasonMisleading: {
|
26394
26632
|
readonly type: "token";
|
26395
|
-
readonly description: "Misleading identity, affiliation, or content";
|
26633
|
+
readonly description: "Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`.";
|
26396
26634
|
};
|
26397
26635
|
readonly reasonSexual: {
|
26398
26636
|
readonly type: "token";
|
26399
|
-
readonly description: "Unwanted or mislabeled sexual content";
|
26637
|
+
readonly description: "Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`.";
|
26400
26638
|
};
|
26401
26639
|
readonly reasonRude: {
|
26402
26640
|
readonly type: "token";
|
26403
|
-
readonly description: "Rude, harassing, explicit, or otherwise unwelcoming behavior";
|
26641
|
+
readonly description: "Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`.";
|
26404
26642
|
};
|
26405
26643
|
readonly reasonOther: {
|
26406
26644
|
readonly type: "token";
|
26407
|
-
readonly description: "
|
26645
|
+
readonly description: "Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
26408
26646
|
};
|
26409
26647
|
readonly reasonAppeal: {
|
26410
26648
|
readonly type: "token";
|
26411
|
-
readonly description: "Appeal
|
26649
|
+
readonly description: "Appeal a previously taken moderation action";
|
26412
26650
|
};
|
26413
26651
|
readonly subjectType: {
|
26414
26652
|
readonly type: "string";
|
@@ -29136,6 +29374,42 @@ export declare const schemas: ({
|
|
29136
29374
|
};
|
29137
29375
|
};
|
29138
29376
|
};
|
29377
|
+
} | {
|
29378
|
+
readonly lexicon: 1;
|
29379
|
+
readonly id: "com.atproto.temp.dereferenceScope";
|
29380
|
+
readonly defs: {
|
29381
|
+
readonly main: {
|
29382
|
+
readonly type: "query";
|
29383
|
+
readonly description: "Allows finding the oauth permission scope from a reference";
|
29384
|
+
readonly parameters: {
|
29385
|
+
readonly type: "params";
|
29386
|
+
readonly required: ["scope"];
|
29387
|
+
readonly properties: {
|
29388
|
+
readonly scope: {
|
29389
|
+
readonly type: "string";
|
29390
|
+
readonly description: "The scope reference (starts with 'ref:')";
|
29391
|
+
};
|
29392
|
+
};
|
29393
|
+
};
|
29394
|
+
readonly output: {
|
29395
|
+
readonly encoding: "application/json";
|
29396
|
+
readonly schema: {
|
29397
|
+
readonly type: "object";
|
29398
|
+
readonly required: ["scope"];
|
29399
|
+
readonly properties: {
|
29400
|
+
readonly scope: {
|
29401
|
+
readonly type: "string";
|
29402
|
+
readonly description: "The full oauth permission scope";
|
29403
|
+
};
|
29404
|
+
};
|
29405
|
+
};
|
29406
|
+
};
|
29407
|
+
readonly errors: [{
|
29408
|
+
readonly name: "InvalidScopeReference";
|
29409
|
+
readonly description: "An invalid scope reference was provided.";
|
29410
|
+
}];
|
29411
|
+
};
|
29412
|
+
};
|
29139
29413
|
} | {
|
29140
29414
|
readonly lexicon: 1;
|
29141
29415
|
readonly id: "com.atproto.temp.fetchLabels";
|
@@ -29548,7 +29822,7 @@ export declare const schemas: ({
|
|
29548
29822
|
};
|
29549
29823
|
readonly event: {
|
29550
29824
|
readonly type: "union";
|
29551
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent"];
|
29825
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent"];
|
29552
29826
|
};
|
29553
29827
|
readonly subject: {
|
29554
29828
|
readonly type: "union";
|
@@ -29589,7 +29863,7 @@ export declare const schemas: ({
|
|
29589
29863
|
};
|
29590
29864
|
readonly event: {
|
29591
29865
|
readonly type: "union";
|
29592
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent"];
|
29866
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent"];
|
29593
29867
|
};
|
29594
29868
|
readonly subject: {
|
29595
29869
|
readonly type: "union";
|
@@ -30013,6 +30287,17 @@ export declare const schemas: ({
|
|
30013
30287
|
};
|
30014
30288
|
};
|
30015
30289
|
};
|
30290
|
+
readonly revokeAccountCredentialsEvent: {
|
30291
|
+
readonly type: "object";
|
30292
|
+
readonly description: "Account credentials revocation by moderators. Only works on DID subjects.";
|
30293
|
+
readonly required: ["comment"];
|
30294
|
+
readonly properties: {
|
30295
|
+
readonly comment: {
|
30296
|
+
readonly type: "string";
|
30297
|
+
readonly description: "Comment describing the reason for the revocation.";
|
30298
|
+
};
|
30299
|
+
};
|
30300
|
+
};
|
30016
30301
|
readonly modEventAcknowledge: {
|
30017
30302
|
readonly type: "object";
|
30018
30303
|
readonly properties: {
|
@@ -30633,7 +30918,7 @@ export declare const schemas: ({
|
|
30633
30918
|
readonly properties: {
|
30634
30919
|
readonly event: {
|
30635
30920
|
readonly type: "union";
|
30636
|
-
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent"];
|
30921
|
+
readonly refs: ["lex:tools.ozone.moderation.defs#modEventTakedown", "lex:tools.ozone.moderation.defs#modEventAcknowledge", "lex:tools.ozone.moderation.defs#modEventEscalate", "lex:tools.ozone.moderation.defs#modEventComment", "lex:tools.ozone.moderation.defs#modEventLabel", "lex:tools.ozone.moderation.defs#modEventReport", "lex:tools.ozone.moderation.defs#modEventMute", "lex:tools.ozone.moderation.defs#modEventUnmute", "lex:tools.ozone.moderation.defs#modEventMuteReporter", "lex:tools.ozone.moderation.defs#modEventUnmuteReporter", "lex:tools.ozone.moderation.defs#modEventReverseTakedown", "lex:tools.ozone.moderation.defs#modEventResolveAppeal", "lex:tools.ozone.moderation.defs#modEventEmail", "lex:tools.ozone.moderation.defs#modEventDivert", "lex:tools.ozone.moderation.defs#modEventTag", "lex:tools.ozone.moderation.defs#accountEvent", "lex:tools.ozone.moderation.defs#identityEvent", "lex:tools.ozone.moderation.defs#recordEvent", "lex:tools.ozone.moderation.defs#modEventPriorityScore", "lex:tools.ozone.moderation.defs#ageAssuranceEvent", "lex:tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "lex:tools.ozone.moderation.defs#revokeAccountCredentialsEvent"];
|
30637
30922
|
};
|
30638
30923
|
readonly subject: {
|
30639
30924
|
readonly type: "union";
|
@@ -30739,7 +31024,7 @@ export declare const schemas: ({
|
|
30739
31024
|
};
|
30740
31025
|
readonly eventType: {
|
30741
31026
|
readonly type: "string";
|
30742
|
-
readonly knownValues: ["tools.ozone.moderation.defs#modEventTakedown", "tools.ozone.moderation.defs#modEventReverseTakedown", "tools.ozone.moderation.defs#modEventComment", "tools.ozone.moderation.defs#modEventReport", "tools.ozone.moderation.defs#modEventLabel", "tools.ozone.moderation.defs#modEventAcknowledge", "tools.ozone.moderation.defs#modEventEscalate", "tools.ozone.moderation.defs#modEventMute", "tools.ozone.moderation.defs#modEventUnmute", "tools.ozone.moderation.defs#modEventMuteReporter", "tools.ozone.moderation.defs#modEventUnmuteReporter", "tools.ozone.moderation.defs#modEventEmail", "tools.ozone.moderation.defs#modEventResolveAppeal", "tools.ozone.moderation.defs#modEventDivert", "tools.ozone.moderation.defs#modEventTag", "tools.ozone.moderation.defs#accountEvent", "tools.ozone.moderation.defs#identityEvent", "tools.ozone.moderation.defs#recordEvent", "tools.ozone.moderation.defs#modEventPriorityScore", "tools.ozone.moderation.defs#ageAssuranceEvent", "tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "tools.ozone.moderation.defs#timelineEventPlcCreate", "tools.ozone.moderation.defs#timelineEventPlcOperation", "tools.ozone.moderation.defs#timelineEventPlcTombstone", "tools.ozone.hosting.getAccountHistory#accountCreated", "tools.ozone.hosting.getAccountHistory#emailConfirmed", "tools.ozone.hosting.getAccountHistory#passwordUpdated", "tools.ozone.hosting.getAccountHistory#handleUpdated"];
|
31027
|
+
readonly knownValues: ["tools.ozone.moderation.defs#modEventTakedown", "tools.ozone.moderation.defs#modEventReverseTakedown", "tools.ozone.moderation.defs#modEventComment", "tools.ozone.moderation.defs#modEventReport", "tools.ozone.moderation.defs#modEventLabel", "tools.ozone.moderation.defs#modEventAcknowledge", "tools.ozone.moderation.defs#modEventEscalate", "tools.ozone.moderation.defs#modEventMute", "tools.ozone.moderation.defs#modEventUnmute", "tools.ozone.moderation.defs#modEventMuteReporter", "tools.ozone.moderation.defs#modEventUnmuteReporter", "tools.ozone.moderation.defs#modEventEmail", "tools.ozone.moderation.defs#modEventResolveAppeal", "tools.ozone.moderation.defs#modEventDivert", "tools.ozone.moderation.defs#modEventTag", "tools.ozone.moderation.defs#accountEvent", "tools.ozone.moderation.defs#identityEvent", "tools.ozone.moderation.defs#recordEvent", "tools.ozone.moderation.defs#modEventPriorityScore", "tools.ozone.moderation.defs#revokeAccountCredentialsEvent", "tools.ozone.moderation.defs#ageAssuranceEvent", "tools.ozone.moderation.defs#ageAssuranceOverrideEvent", "tools.ozone.moderation.defs#timelineEventPlcCreate", "tools.ozone.moderation.defs#timelineEventPlcOperation", "tools.ozone.moderation.defs#timelineEventPlcTombstone", "tools.ozone.hosting.getAccountHistory#accountCreated", "tools.ozone.hosting.getAccountHistory#emailConfirmed", "tools.ozone.hosting.getAccountHistory#passwordUpdated", "tools.ozone.hosting.getAccountHistory#handleUpdated"];
|
30743
31028
|
};
|
30744
31029
|
readonly count: {
|
30745
31030
|
readonly type: "integer";
|
@@ -31403,6 +31688,195 @@ export declare const schemas: ({
|
|
31403
31688
|
};
|
31404
31689
|
};
|
31405
31690
|
};
|
31691
|
+
} | {
|
31692
|
+
readonly lexicon: 1;
|
31693
|
+
readonly id: "tools.ozone.report.defs";
|
31694
|
+
readonly defs: {
|
31695
|
+
readonly reasonType: {
|
31696
|
+
readonly type: "string";
|
31697
|
+
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"];
|
31698
|
+
};
|
31699
|
+
readonly reasonAppeal: {
|
31700
|
+
readonly type: "token";
|
31701
|
+
readonly description: "Appeal a previously taken moderation action";
|
31702
|
+
};
|
31703
|
+
readonly reasonViolenceAnimalWelfare: {
|
31704
|
+
readonly type: "token";
|
31705
|
+
readonly description: "Animal welfare violations";
|
31706
|
+
};
|
31707
|
+
readonly reasonViolenceThreats: {
|
31708
|
+
readonly type: "token";
|
31709
|
+
readonly description: "Threats or incitement";
|
31710
|
+
};
|
31711
|
+
readonly reasonViolenceGraphicContent: {
|
31712
|
+
readonly type: "token";
|
31713
|
+
readonly description: "Graphic violent content";
|
31714
|
+
};
|
31715
|
+
readonly reasonViolenceSelfHarm: {
|
31716
|
+
readonly type: "token";
|
31717
|
+
readonly description: "Self harm";
|
31718
|
+
};
|
31719
|
+
readonly reasonViolenceGlorification: {
|
31720
|
+
readonly type: "token";
|
31721
|
+
readonly description: "Glorification of violence";
|
31722
|
+
};
|
31723
|
+
readonly reasonViolenceExtremistContent: {
|
31724
|
+
readonly type: "token";
|
31725
|
+
readonly description: "Extremist content. These reports will be sent only be sent to the application's Moderation Authority.";
|
31726
|
+
};
|
31727
|
+
readonly reasonViolenceTrafficking: {
|
31728
|
+
readonly type: "token";
|
31729
|
+
readonly description: "Human trafficking";
|
31730
|
+
};
|
31731
|
+
readonly reasonViolenceOther: {
|
31732
|
+
readonly type: "token";
|
31733
|
+
readonly description: "Other violent content";
|
31734
|
+
};
|
31735
|
+
readonly reasonSexualAbuseContent: {
|
31736
|
+
readonly type: "token";
|
31737
|
+
readonly description: "Adult sexual abuse content";
|
31738
|
+
};
|
31739
|
+
readonly reasonSexualNCII: {
|
31740
|
+
readonly type: "token";
|
31741
|
+
readonly description: "Non-consensual intimate imagery";
|
31742
|
+
};
|
31743
|
+
readonly reasonSexualSextortion: {
|
31744
|
+
readonly type: "token";
|
31745
|
+
readonly description: "Sextortion";
|
31746
|
+
};
|
31747
|
+
readonly reasonSexualDeepfake: {
|
31748
|
+
readonly type: "token";
|
31749
|
+
readonly description: "Deepfake adult content";
|
31750
|
+
};
|
31751
|
+
readonly reasonSexualAnimal: {
|
31752
|
+
readonly type: "token";
|
31753
|
+
readonly description: "Animal sexual abuse";
|
31754
|
+
};
|
31755
|
+
readonly reasonSexualUnlabeled: {
|
31756
|
+
readonly type: "token";
|
31757
|
+
readonly description: "Unlabelled adult content";
|
31758
|
+
};
|
31759
|
+
readonly reasonSexualOther: {
|
31760
|
+
readonly type: "token";
|
31761
|
+
readonly description: "Other sexual violence content";
|
31762
|
+
};
|
31763
|
+
readonly reasonChildSafetyCSAM: {
|
31764
|
+
readonly type: "token";
|
31765
|
+
readonly description: "Child sexual abuse material (CSAM). These reports will be sent only be sent to the application's Moderation Authority.";
|
31766
|
+
};
|
31767
|
+
readonly reasonChildSafetyGroom: {
|
31768
|
+
readonly type: "token";
|
31769
|
+
readonly description: "Grooming or predatory behavior. These reports will be sent only be sent to the application's Moderation Authority.";
|
31770
|
+
};
|
31771
|
+
readonly reasonChildSafetyMinorPrivacy: {
|
31772
|
+
readonly type: "token";
|
31773
|
+
readonly description: "Privacy violation involving a minor";
|
31774
|
+
};
|
31775
|
+
readonly reasonChildSafetyEndangerment: {
|
31776
|
+
readonly type: "token";
|
31777
|
+
readonly description: "Child endangerment. These reports will be sent only be sent to the application's Moderation Authority.";
|
31778
|
+
};
|
31779
|
+
readonly reasonChildSafetyHarassment: {
|
31780
|
+
readonly type: "token";
|
31781
|
+
readonly description: "Harassment or bullying of minors";
|
31782
|
+
};
|
31783
|
+
readonly reasonChildSafetyPromotion: {
|
31784
|
+
readonly type: "token";
|
31785
|
+
readonly description: "Promotion of child exploitation. These reports will be sent only be sent to the application's Moderation Authority.";
|
31786
|
+
};
|
31787
|
+
readonly reasonChildSafetyOther: {
|
31788
|
+
readonly type: "token";
|
31789
|
+
readonly description: "Other child safety. These reports will be sent only be sent to the application's Moderation Authority.";
|
31790
|
+
};
|
31791
|
+
readonly reasonHarassmentTroll: {
|
31792
|
+
readonly type: "token";
|
31793
|
+
readonly description: "Trolling";
|
31794
|
+
};
|
31795
|
+
readonly reasonHarassmentTargeted: {
|
31796
|
+
readonly type: "token";
|
31797
|
+
readonly description: "Targeted harassment";
|
31798
|
+
};
|
31799
|
+
readonly reasonHarassmentHateSpeech: {
|
31800
|
+
readonly type: "token";
|
31801
|
+
readonly description: "Hate speech";
|
31802
|
+
};
|
31803
|
+
readonly reasonHarassmentDoxxing: {
|
31804
|
+
readonly type: "token";
|
31805
|
+
readonly description: "Doxxing";
|
31806
|
+
};
|
31807
|
+
readonly reasonHarassmentOther: {
|
31808
|
+
readonly type: "token";
|
31809
|
+
readonly description: "Other harassing or hateful content";
|
31810
|
+
};
|
31811
|
+
readonly reasonMisleadingBot: {
|
31812
|
+
readonly type: "token";
|
31813
|
+
readonly description: "Fake account or bot";
|
31814
|
+
};
|
31815
|
+
readonly reasonMisleadingImpersonation: {
|
31816
|
+
readonly type: "token";
|
31817
|
+
readonly description: "Impersonation";
|
31818
|
+
};
|
31819
|
+
readonly reasonMisleadingSpam: {
|
31820
|
+
readonly type: "token";
|
31821
|
+
readonly description: "Spam";
|
31822
|
+
};
|
31823
|
+
readonly reasonMisleadingScam: {
|
31824
|
+
readonly type: "token";
|
31825
|
+
readonly description: "Scam";
|
31826
|
+
};
|
31827
|
+
readonly reasonMisleadingSyntheticContent: {
|
31828
|
+
readonly type: "token";
|
31829
|
+
readonly description: "Unlabelled gen-AI or synthetic content";
|
31830
|
+
};
|
31831
|
+
readonly reasonMisleadingMisinformation: {
|
31832
|
+
readonly type: "token";
|
31833
|
+
readonly description: "Harmful false claims";
|
31834
|
+
};
|
31835
|
+
readonly reasonMisleadingOther: {
|
31836
|
+
readonly type: "token";
|
31837
|
+
readonly description: "Other misleading content";
|
31838
|
+
};
|
31839
|
+
readonly reasonRuleSiteSecurity: {
|
31840
|
+
readonly type: "token";
|
31841
|
+
readonly description: "Hacking or system attacks";
|
31842
|
+
};
|
31843
|
+
readonly reasonRuleStolenContent: {
|
31844
|
+
readonly type: "token";
|
31845
|
+
readonly description: "Stolen content";
|
31846
|
+
};
|
31847
|
+
readonly reasonRuleProhibitedSales: {
|
31848
|
+
readonly type: "token";
|
31849
|
+
readonly description: "Promoting or selling prohibited items or services";
|
31850
|
+
};
|
31851
|
+
readonly reasonRuleBanEvasion: {
|
31852
|
+
readonly type: "token";
|
31853
|
+
readonly description: "Banned user returning";
|
31854
|
+
};
|
31855
|
+
readonly reasonRuleOther: {
|
31856
|
+
readonly type: "token";
|
31857
|
+
readonly description: "Other";
|
31858
|
+
};
|
31859
|
+
readonly reasonCivicElectoralProcess: {
|
31860
|
+
readonly type: "token";
|
31861
|
+
readonly description: "Electoral process violations";
|
31862
|
+
};
|
31863
|
+
readonly reasonCivicDisclosure: {
|
31864
|
+
readonly type: "token";
|
31865
|
+
readonly description: "Disclosure & transparency violations";
|
31866
|
+
};
|
31867
|
+
readonly reasonCivicInterference: {
|
31868
|
+
readonly type: "token";
|
31869
|
+
readonly description: "Voter intimidation or interference";
|
31870
|
+
};
|
31871
|
+
readonly reasonCivicMisinformation: {
|
31872
|
+
readonly type: "token";
|
31873
|
+
readonly description: "Election misinformation";
|
31874
|
+
};
|
31875
|
+
readonly reasonCivicImpersonation: {
|
31876
|
+
readonly type: "token";
|
31877
|
+
readonly description: "Impersonation of electoral officials/entities";
|
31878
|
+
};
|
31879
|
+
};
|
31406
31880
|
} | {
|
31407
31881
|
readonly lexicon: 1;
|
31408
31882
|
readonly id: "tools.ozone.safelink.addRule";
|
@@ -33290,6 +33764,7 @@ export declare const ids: {
|
|
33290
33764
|
readonly ComAtprotoTempAddReservedHandle: "com.atproto.temp.addReservedHandle";
|
33291
33765
|
readonly ComAtprotoTempCheckHandleAvailability: "com.atproto.temp.checkHandleAvailability";
|
33292
33766
|
readonly ComAtprotoTempCheckSignupQueue: "com.atproto.temp.checkSignupQueue";
|
33767
|
+
readonly ComAtprotoTempDereferenceScope: "com.atproto.temp.dereferenceScope";
|
33293
33768
|
readonly ComAtprotoTempFetchLabels: "com.atproto.temp.fetchLabels";
|
33294
33769
|
readonly ComAtprotoTempRequestPhoneVerification: "com.atproto.temp.requestPhoneVerification";
|
33295
33770
|
readonly ComAtprotoTempRevokeAccountCredentials: "com.atproto.temp.revokeAccountCredentials";
|
@@ -33312,6 +33787,7 @@ export declare const ids: {
|
|
33312
33787
|
readonly ToolsOzoneModerationQueryEvents: "tools.ozone.moderation.queryEvents";
|
33313
33788
|
readonly ToolsOzoneModerationQueryStatuses: "tools.ozone.moderation.queryStatuses";
|
33314
33789
|
readonly ToolsOzoneModerationSearchRepos: "tools.ozone.moderation.searchRepos";
|
33790
|
+
readonly ToolsOzoneReportDefs: "tools.ozone.report.defs";
|
33315
33791
|
readonly ToolsOzoneSafelinkAddRule: "tools.ozone.safelink.addRule";
|
33316
33792
|
readonly ToolsOzoneSafelinkDefs: "tools.ozone.safelink.defs";
|
33317
33793
|
readonly ToolsOzoneSafelinkQueryEvents: "tools.ozone.safelink.queryEvents";
|