@atproto/pds 0.4.176 → 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 +33 -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 +470 -16
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +329 -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/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 +341 -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/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";
|
@@ -14991,6 +15028,196 @@ export declare const schemaDict: {
|
|
14991
15028
|
};
|
14992
15029
|
};
|
14993
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
|
+
};
|
14994
15221
|
readonly ToolsOzoneSafelinkAddRule: {
|
14995
15222
|
readonly lexicon: 1;
|
14996
15223
|
readonly id: "tools.ozone.safelink.addRule";
|
@@ -26380,35 +26607,35 @@ export declare const schemas: ({
|
|
26380
26607
|
readonly defs: {
|
26381
26608
|
readonly reasonType: {
|
26382
26609
|
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"];
|
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"];
|
26384
26611
|
};
|
26385
26612
|
readonly reasonSpam: {
|
26386
26613
|
readonly type: "token";
|
26387
|
-
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`.";
|
26388
26615
|
};
|
26389
26616
|
readonly reasonViolation: {
|
26390
26617
|
readonly type: "token";
|
26391
|
-
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`.";
|
26392
26619
|
};
|
26393
26620
|
readonly reasonMisleading: {
|
26394
26621
|
readonly type: "token";
|
26395
|
-
readonly description: "Misleading identity, affiliation, or content";
|
26622
|
+
readonly description: "Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`.";
|
26396
26623
|
};
|
26397
26624
|
readonly reasonSexual: {
|
26398
26625
|
readonly type: "token";
|
26399
|
-
readonly description: "Unwanted or mislabeled sexual content";
|
26626
|
+
readonly description: "Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`.";
|
26400
26627
|
};
|
26401
26628
|
readonly reasonRude: {
|
26402
26629
|
readonly type: "token";
|
26403
|
-
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`.";
|
26404
26631
|
};
|
26405
26632
|
readonly reasonOther: {
|
26406
26633
|
readonly type: "token";
|
26407
|
-
readonly description: "
|
26634
|
+
readonly description: "Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`.";
|
26408
26635
|
};
|
26409
26636
|
readonly reasonAppeal: {
|
26410
26637
|
readonly type: "token";
|
26411
|
-
readonly description: "Appeal
|
26638
|
+
readonly description: "Appeal a previously taken moderation action";
|
26412
26639
|
};
|
26413
26640
|
readonly subjectType: {
|
26414
26641
|
readonly type: "string";
|
@@ -29136,6 +29363,42 @@ export declare const schemas: ({
|
|
29136
29363
|
};
|
29137
29364
|
};
|
29138
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
|
+
};
|
29139
29402
|
} | {
|
29140
29403
|
readonly lexicon: 1;
|
29141
29404
|
readonly id: "com.atproto.temp.fetchLabels";
|
@@ -31403,6 +31666,195 @@ export declare const schemas: ({
|
|
31403
31666
|
};
|
31404
31667
|
};
|
31405
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
|
+
};
|
31406
31858
|
} | {
|
31407
31859
|
readonly lexicon: 1;
|
31408
31860
|
readonly id: "tools.ozone.safelink.addRule";
|
@@ -33290,6 +33742,7 @@ export declare const ids: {
|
|
33290
33742
|
readonly ComAtprotoTempAddReservedHandle: "com.atproto.temp.addReservedHandle";
|
33291
33743
|
readonly ComAtprotoTempCheckHandleAvailability: "com.atproto.temp.checkHandleAvailability";
|
33292
33744
|
readonly ComAtprotoTempCheckSignupQueue: "com.atproto.temp.checkSignupQueue";
|
33745
|
+
readonly ComAtprotoTempDereferenceScope: "com.atproto.temp.dereferenceScope";
|
33293
33746
|
readonly ComAtprotoTempFetchLabels: "com.atproto.temp.fetchLabels";
|
33294
33747
|
readonly ComAtprotoTempRequestPhoneVerification: "com.atproto.temp.requestPhoneVerification";
|
33295
33748
|
readonly ComAtprotoTempRevokeAccountCredentials: "com.atproto.temp.revokeAccountCredentials";
|
@@ -33312,6 +33765,7 @@ export declare const ids: {
|
|
33312
33765
|
readonly ToolsOzoneModerationQueryEvents: "tools.ozone.moderation.queryEvents";
|
33313
33766
|
readonly ToolsOzoneModerationQueryStatuses: "tools.ozone.moderation.queryStatuses";
|
33314
33767
|
readonly ToolsOzoneModerationSearchRepos: "tools.ozone.moderation.searchRepos";
|
33768
|
+
readonly ToolsOzoneReportDefs: "tools.ozone.report.defs";
|
33315
33769
|
readonly ToolsOzoneSafelinkAddRule: "tools.ozone.safelink.addRule";
|
33316
33770
|
readonly ToolsOzoneSafelinkDefs: "tools.ozone.safelink.defs";
|
33317
33771
|
readonly ToolsOzoneSafelinkQueryEvents: "tools.ozone.safelink.queryEvents";
|