You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/reactions/Client.swift
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1980,7 +1980,7 @@ public struct Client: APIProtocol {
1980
1980
/// List reactions for a team discussion comment (Legacy)
1981
1981
///
1982
1982
/// > [!WARNING]
1983
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
1983
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
1984
1984
///
1985
1985
/// List the reactions to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
1986
1986
///
@@ -2081,7 +2081,7 @@ public struct Client: APIProtocol {
2081
2081
/// Create reaction for a team discussion comment (Legacy)
2082
2082
///
2083
2083
/// > [!WARNING]
2084
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
2084
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
2085
2085
///
2086
2086
/// Create a reaction to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
2087
2087
///
@@ -2164,7 +2164,7 @@ public struct Client: APIProtocol {
2164
2164
/// List reactions for a team discussion (Legacy)
2165
2165
///
2166
2166
/// > [!WARNING]
2167
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
2167
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
2168
2168
///
2169
2169
/// List the reactions to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
2170
2170
///
@@ -2264,7 +2264,7 @@ public struct Client: APIProtocol {
2264
2264
/// Create reaction for a team discussion (Legacy)
2265
2265
///
2266
2266
/// > [!WARNING]
2267
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
2267
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
2268
2268
///
2269
2269
/// Create a reaction to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
Copy file name to clipboardExpand all lines: Sources/reactions/Types.swift
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ public protocol APIProtocol: Sendable {
210
210
/// List reactions for a team discussion comment (Legacy)
211
211
///
212
212
/// > [!WARNING]
213
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
213
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
214
214
///
215
215
/// List the reactions to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
216
216
///
@@ -223,7 +223,7 @@ public protocol APIProtocol: Sendable {
223
223
/// Create reaction for a team discussion comment (Legacy)
224
224
///
225
225
/// > [!WARNING]
226
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
226
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
227
227
///
228
228
/// Create a reaction to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
229
229
///
@@ -238,7 +238,7 @@ public protocol APIProtocol: Sendable {
238
238
/// List reactions for a team discussion (Legacy)
239
239
///
240
240
/// > [!WARNING]
241
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
241
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
242
242
///
243
243
/// List the reactions to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
244
244
///
@@ -251,7 +251,7 @@ public protocol APIProtocol: Sendable {
251
251
/// Create reaction for a team discussion (Legacy)
252
252
///
253
253
/// > [!WARNING]
254
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
254
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
255
255
///
256
256
/// Create a reaction to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
257
257
///
@@ -620,7 +620,7 @@ extension APIProtocol {
620
620
/// List reactions for a team discussion comment (Legacy)
621
621
///
622
622
/// > [!WARNING]
623
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
623
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
624
624
///
625
625
/// List the reactions to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
626
626
///
@@ -643,7 +643,7 @@ extension APIProtocol {
643
643
/// Create reaction for a team discussion comment (Legacy)
644
644
///
645
645
/// > [!WARNING]
646
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
646
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
647
647
///
648
648
/// Create a reaction to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
649
649
///
@@ -668,7 +668,7 @@ extension APIProtocol {
668
668
/// List reactions for a team discussion (Legacy)
669
669
///
670
670
/// > [!WARNING]
671
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
671
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
672
672
///
673
673
/// List the reactions to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
674
674
///
@@ -691,7 +691,7 @@ extension APIProtocol {
691
691
/// Create reaction for a team discussion (Legacy)
692
692
///
693
693
/// > [!WARNING]
694
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
694
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
695
695
///
696
696
/// Create a reaction to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
697
697
///
@@ -812,6 +812,8 @@ public enum Components {
812
812
publicvarsite_admin:Swift.Bool
813
813
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/starred_at`.
814
814
publicvarstarred_at:Swift.String?
815
+
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/user_view_type`.
816
+
publicvaruser_view_type:Swift.String?
815
817
/// Creates a new `nullable_hyphen_simple_hyphen_user`.
816
818
///
817
819
/// - Parameters:
@@ -836,6 +838,7 @@ public enum Components {
836
838
/// - _type:
837
839
/// - site_admin:
838
840
/// - starred_at:
841
+
/// - user_view_type:
839
842
publicinit(
840
843
name:Swift.String?=nil,
841
844
email:Swift.String?=nil,
@@ -857,7 +860,8 @@ public enum Components {
857
860
received_events_url:Swift.String,
858
861
_type:Swift.String,
859
862
site_admin:Swift.Bool,
860
-
starred_at:Swift.String?=nil
863
+
starred_at:Swift.String?=nil,
864
+
user_view_type:Swift.String?=nil
861
865
){
862
866
self.name = name
863
867
self.email = email
@@ -880,6 +884,7 @@ public enum Components {
880
884
self._type = _type
881
885
self.site_admin = site_admin
882
886
self.starred_at = starred_at
887
+
self.user_view_type = user_view_type
883
888
}
884
889
publicenumCodingKeys:String,CodingKey{
885
890
case name
@@ -903,6 +908,7 @@ public enum Components {
903
908
case _type ="type"
904
909
case site_admin
905
910
case starred_at
911
+
case user_view_type
906
912
}
907
913
}
908
914
/// Validation Error
@@ -5337,7 +5343,7 @@ public enum Operations {
5337
5343
/// List reactions for a team discussion comment (Legacy)
5338
5344
///
5339
5345
/// > [!WARNING]
5340
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
5346
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint.
5341
5347
///
5342
5348
/// List the reactions to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
5343
5349
///
@@ -5554,7 +5560,7 @@ public enum Operations {
5554
5560
/// Create reaction for a team discussion comment (Legacy)
5555
5561
///
5556
5562
/// > [!WARNING]
5557
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
5563
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint.
5558
5564
///
5559
5565
/// Create a reaction to a [team discussion comment](https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment).
5560
5566
///
@@ -5748,7 +5754,7 @@ public enum Operations {
5748
5754
/// List reactions for a team discussion (Legacy)
5749
5755
///
5750
5756
/// > [!WARNING]
5751
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
5757
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint.
5752
5758
///
5753
5759
/// List the reactions to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
5754
5760
///
@@ -5958,7 +5964,7 @@ public enum Operations {
5958
5964
/// Create reaction for a team discussion (Legacy)
5959
5965
///
5960
5966
/// > [!WARNING]
5961
-
/// > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
5967
+
/// > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint.
5962
5968
///
5963
5969
/// Create a reaction to a [team discussion](https://docs.github.com/rest/teams/discussions#get-a-discussion).
0 commit comments