Skip to content

Commit 76dd2da

Browse files
Commit via running ake Sources/users
1 parent 9358afb commit 76dd2da

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Sources/users/Client.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,8 @@ public struct Client: APIProtocol {
16951695
}
16961696
/// Check if a person is followed by the authenticated user
16971697
///
1698+
///
1699+
///
16981700
/// - Remark: HTTP `GET /user/following/{username}`.
16991701
/// - Remark: Generated from `#/paths//user/following/{username}/get(users/check-person-is-followed-by-authenticated)`.
17001702
public 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 {
@@ -4712,6 +4714,8 @@ public struct Client: APIProtocol {
47124714
}
47134715
/// Check if a user follows another user
47144716
///
4717+
///
4718+
///
47154719
/// - Remark: HTTP `GET /users/{username}/following/{target_user}`.
47164720
/// - Remark: Generated from `#/paths//users/{username}/following/{target_user}/get(users/check-following-for-user)`.
47174721
public 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 {

Sources/users/Types.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)