@@ -39,6 +39,8 @@ public protocol APIProtocol: Sendable {
3939 func activity_sol_get_hyphen_feeds(_ input: Operations.activity_sol_get_hyphen_feeds.Input) async throws -> Operations.activity_sol_get_hyphen_feeds.Output
4040 /// List public events for a network of repositories
4141 ///
42+ ///
43+ ///
4244 /// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
4345 /// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
4446 func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network(_ input: Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network.Output
@@ -106,6 +108,8 @@ public protocol APIProtocol: Sendable {
106108 func activity_sol_delete_hyphen_thread_hyphen_subscription(_ input: Operations.activity_sol_delete_hyphen_thread_hyphen_subscription.Input) async throws -> Operations.activity_sol_delete_hyphen_thread_hyphen_subscription.Output
107109 /// List public organization events
108110 ///
111+ ///
112+ ///
109113 /// - Remark: HTTP `GET /orgs/{org}/events`.
110114 /// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
111115 func activity_sol_list_hyphen_public_hyphen_org_hyphen_events(_ input: Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Output
@@ -225,6 +229,8 @@ public protocol APIProtocol: Sendable {
225229 func activity_sol_list_hyphen_org_hyphen_events_hyphen_for_hyphen_authenticated_hyphen_user(_ input: Operations.activity_sol_list_hyphen_org_hyphen_events_hyphen_for_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_org_hyphen_events_hyphen_for_hyphen_authenticated_hyphen_user.Output
226230 /// List public events for a user
227231 ///
232+ ///
233+ ///
228234 /// - Remark: HTTP `GET /users/{username}/events/public`.
229235 /// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
230236 func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Output
@@ -237,6 +243,8 @@ public protocol APIProtocol: Sendable {
237243 func activity_sol_list_hyphen_received_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_received_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_received_hyphen_events_hyphen_for_hyphen_user.Output
238244 /// List public events received by a user
239245 ///
246+ ///
247+ ///
240248 /// - Remark: HTTP `GET /users/{username}/received_events/public`.
241249 /// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
242250 func activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user(_ input: Operations.activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user.Output
@@ -300,6 +308,8 @@ extension APIProtocol {
300308 }
301309 /// List public events for a network of repositories
302310 ///
311+ ///
312+ ///
303313 /// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
304314 /// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
305315 public func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network(
@@ -437,6 +447,8 @@ extension APIProtocol {
437447 }
438448 /// List public organization events
439449 ///
450+ ///
451+ ///
440452 /// - Remark: HTTP `GET /orgs/{org}/events`.
441453 /// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
442454 public func activity_sol_list_hyphen_public_hyphen_org_hyphen_events(
@@ -696,6 +708,8 @@ extension APIProtocol {
696708 }
697709 /// List public events for a user
698710 ///
711+ ///
712+ ///
699713 /// - Remark: HTTP `GET /users/{username}/events/public`.
700714 /// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
701715 public func activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user(
@@ -728,6 +742,8 @@ extension APIProtocol {
728742 }
729743 /// List public events received by a user
730744 ///
745+ ///
746+ ///
731747 /// - Remark: HTTP `GET /users/{username}/received_events/public`.
732748 /// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
733749 public func activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user(
@@ -4994,6 +5010,8 @@ public enum Operations {
49945010 }
49955011 /// List public events for a network of repositories
49965012 ///
5013+ ///
5014+ ///
49975015 /// - Remark: HTTP `GET /networks/{owner}/{repo}/events`.
49985016 /// - Remark: Generated from `#/paths//networks/{owner}/{repo}/events/get(activity/list-public-events-for-repo-network)`.
49995017 public enum activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_repo_hyphen_network {
@@ -6825,6 +6843,8 @@ public enum Operations {
68256843 }
68266844 /// List public organization events
68276845 ///
6846+ ///
6847+ ///
68286848 /// - Remark: HTTP `GET /orgs/{org}/events`.
68296849 /// - Remark: Generated from `#/paths//orgs/{org}/events/get(activity/list-public-org-events)`.
68306850 public enum activity_sol_list_hyphen_public_hyphen_org_hyphen_events {
@@ -9972,6 +9992,8 @@ public enum Operations {
99729992 }
99739993 /// List public events for a user
99749994 ///
9995+ ///
9996+ ///
99759997 /// - Remark: HTTP `GET /users/{username}/events/public`.
99769998 /// - Remark: Generated from `#/paths//users/{username}/events/public/get(activity/list-public-events-for-user)`.
99779999 public enum activity_sol_list_hyphen_public_hyphen_events_hyphen_for_hyphen_user {
@@ -10288,6 +10310,8 @@ public enum Operations {
1028810310 }
1028910311 /// List public events received by a user
1029010312 ///
10313+ ///
10314+ ///
1029110315 /// - Remark: HTTP `GET /users/{username}/received_events/public`.
1029210316 /// - Remark: Generated from `#/paths//users/{username}/received_events/public/get(activity/list-received-public-events-for-user)`.
1029310317 public enum activity_sol_list_hyphen_received_hyphen_public_hyphen_events_hyphen_for_hyphen_user {
0 commit comments