···77 | _ -> Error "reason_type: expected string"
88let reason_type_to_yojson s = `String s
991010-(** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. *)
1010+(** Spam: frequent unwanted promotion, replies, mentions *)
1111let reason_spam = "com.atproto.moderation.defs#reasonSpam"
12121313-(** Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`. *)
1313+(** Direct violation of server rules, laws, terms of service *)
1414let reason_violation = "com.atproto.moderation.defs#reasonViolation"
15151616-(** Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`. *)
1616+(** Misleading identity, affiliation, or content *)
1717let reason_misleading = "com.atproto.moderation.defs#reasonMisleading"
18181919-(** Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`. *)
1919+(** Unwanted or mislabeled sexual content *)
2020let reason_sexual = "com.atproto.moderation.defs#reasonSexual"
21212222-(** Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`. *)
2222+(** Rude, harassing, explicit, or otherwise unwelcoming behavior *)
2323let reason_rude = "com.atproto.moderation.defs#reasonRude"
24242525-(** Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`. *)
2525+(** Other: reports not falling under another report category *)
2626let reason_other = "com.atproto.moderation.defs#reasonOther"
27272828-(** Appeal a previously taken moderation action *)
2828+(** Appeal: appeal a previously taken moderation action *)
2929let reason_appeal = "com.atproto.moderation.defs#reasonAppeal"
30303131(** string type with known values: Tag describing a type of subject that might be reported. *)
···11(* generated from com.atproto.server.deleteSession *)
2233-(** Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt'). *)
33+(** Delete the current session. Requires auth. *)
44module Main = struct
55 let nsid = "com.atproto.server.deleteSession"
66