@@ -100,6 +100,8 @@ public protocol APIProtocol: Sendable {
100100 func users_sol_list_hyphen_followed_hyphen_by_hyphen_authenticated_hyphen_user(_ input: Operations.users_sol_list_hyphen_followed_hyphen_by_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.users_sol_list_hyphen_followed_hyphen_by_hyphen_authenticated_hyphen_user.Output
101101 /// Check if a person is followed by the authenticated user
102102 ///
103+ ///
104+ ///
103105 /// - Remark: HTTP `GET /user/following/{username}`.
104106 /// - Remark: Generated from `#/paths//user/following/{username}/get(users/check-person-is-followed-by-authenticated)`.
105107 func users_sol_check_hyphen_person_hyphen_is_hyphen_followed_hyphen_by_hyphen_authenticated(_ input: Operations.users_sol_check_hyphen_person_hyphen_is_hyphen_followed_hyphen_by_hyphen_authenticated.Input) async throws -> Operations.users_sol_check_hyphen_person_hyphen_is_hyphen_followed_hyphen_by_hyphen_authenticated.Output
@@ -299,6 +301,8 @@ public protocol APIProtocol: Sendable {
299301 func users_sol_list_hyphen_following_hyphen_for_hyphen_user(_ input: Operations.users_sol_list_hyphen_following_hyphen_for_hyphen_user.Input) async throws -> Operations.users_sol_list_hyphen_following_hyphen_for_hyphen_user.Output
300302 /// Check if a user follows another user
301303 ///
304+ ///
305+ ///
302306 /// - Remark: HTTP `GET /users/{username}/following/{target_user}`.
303307 /// - Remark: Generated from `#/paths//users/{username}/following/{target_user}/get(users/check-following-for-user)`.
304308 func users_sol_check_hyphen_following_hyphen_for_hyphen_user(_ input: Operations.users_sol_check_hyphen_following_hyphen_for_hyphen_user.Input) async throws -> Operations.users_sol_check_hyphen_following_hyphen_for_hyphen_user.Output
@@ -524,6 +528,8 @@ extension APIProtocol {
524528 }
525529 /// Check if a person is followed by the authenticated user
526530 ///
531+ ///
532+ ///
527533 /// - Remark: HTTP `GET /user/following/{username}`.
528534 /// - Remark: Generated from `#/paths//user/following/{username}/get(users/check-person-is-followed-by-authenticated)`.
529535 public func users_sol_check_hyphen_person_hyphen_is_hyphen_followed_hyphen_by_hyphen_authenticated(
@@ -911,6 +917,8 @@ extension APIProtocol {
911917 }
912918 /// Check if a user follows another user
913919 ///
920+ ///
921+ ///
914922 /// - Remark: HTTP `GET /users/{username}/following/{target_user}`.
915923 /// - Remark: Generated from `#/paths//users/{username}/following/{target_user}/get(users/check-following-for-user)`.
916924 public func users_sol_check_hyphen_following_hyphen_for_hyphen_user(path: Operations.users_sol_check_hyphen_following_hyphen_for_hyphen_user.Input.Path) async throws -> Operations.users_sol_check_hyphen_following_hyphen_for_hyphen_user.Output {
@@ -5707,6 +5715,8 @@ public enum Operations {
57075715 }
57085716 /// Check if a person is followed by the authenticated user
57095717 ///
5718+ ///
5719+ ///
57105720 /// - Remark: HTTP `GET /user/following/{username}`.
57115721 /// - Remark: Generated from `#/paths//user/following/{username}/get(users/check-person-is-followed-by-authenticated)`.
57125722 public enum users_sol_check_hyphen_person_hyphen_is_hyphen_followed_hyphen_by_hyphen_authenticated {
@@ -10938,6 +10948,8 @@ public enum Operations {
1093810948 }
1093910949 /// Check if a user follows another user
1094010950 ///
10951+ ///
10952+ ///
1094110953 /// - Remark: HTTP `GET /users/{username}/following/{target_user}`.
1094210954 /// - Remark: Generated from `#/paths//users/{username}/following/{target_user}/get(users/check-following-for-user)`.
1094310955 public enum users_sol_check_hyphen_following_hyphen_for_hyphen_user {
0 commit comments