@@ -184,17 +184,17 @@ public struct PaginationSequence<ResponseType: PaginatableResponse>: AsyncSequen
184
184
}
185
185
186
186
// MARK: - Posts
187
- extension PostsRequestListWithEditContextResponse : PaginatableResponse , @ unchecked Sendable {
187
+ extension PostsRequestListWithEditContextResponse : PaginatableResponse {
188
188
public typealias ParamsType = PostListParams
189
189
public typealias DataType = PostWithEditContext
190
190
}
191
191
192
- extension PostsRequestListWithViewContextResponse : PaginatableResponse , @ unchecked Sendable {
192
+ extension PostsRequestListWithViewContextResponse : PaginatableResponse {
193
193
public typealias ParamsType = PostListParams
194
194
public typealias DataType = PostWithViewContext
195
195
}
196
196
197
- extension PostsRequestListWithEmbedContextResponse : PaginatableResponse , @ unchecked Sendable {
197
+ extension PostsRequestListWithEmbedContextResponse : PaginatableResponse {
198
198
public typealias ParamsType = PostListParams
199
199
public typealias DataType = PostWithEmbedContext
200
200
}
@@ -228,17 +228,17 @@ extension PagesRequestExecutor: PaginationAwareExecutor {
228
228
}
229
229
230
230
// MARK: - Media
231
- extension MediaRequestListWithEditContextResponse : PaginatableResponse , @ unchecked Sendable {
231
+ extension MediaRequestListWithEditContextResponse : PaginatableResponse {
232
232
public typealias ParamsType = MediaListParams
233
233
public typealias DataType = MediaWithEditContext
234
234
}
235
235
236
- extension MediaRequestListWithViewContextResponse : PaginatableResponse , @ unchecked Sendable {
236
+ extension MediaRequestListWithViewContextResponse : PaginatableResponse {
237
237
public typealias ParamsType = MediaListParams
238
238
public typealias DataType = MediaWithViewContext
239
239
}
240
240
241
- extension MediaRequestListWithEmbedContextResponse : PaginatableResponse , @ unchecked Sendable {
241
+ extension MediaRequestListWithEmbedContextResponse : PaginatableResponse {
242
242
public typealias ParamsType = MediaListParams
243
243
public typealias DataType = MediaWithEmbedContext
244
244
}
@@ -250,17 +250,17 @@ extension MediaRequestExecutor: PaginationAwareExecutor {
250
250
}
251
251
252
252
// MARK: - Users
253
- extension UsersRequestListWithEditContextResponse : PaginatableResponse , @ unchecked Sendable {
253
+ extension UsersRequestListWithEditContextResponse : PaginatableResponse {
254
254
public typealias ParamsType = UserListParams
255
255
public typealias DataType = UserWithEditContext
256
256
}
257
257
258
- extension UsersRequestListWithViewContextResponse : PaginatableResponse , @ unchecked Sendable {
258
+ extension UsersRequestListWithViewContextResponse : PaginatableResponse {
259
259
public typealias ParamsType = UserListParams
260
260
public typealias DataType = UserWithViewContext
261
261
}
262
262
263
- extension UsersRequestListWithEmbedContextResponse : PaginatableResponse , @ unchecked Sendable {
263
+ extension UsersRequestListWithEmbedContextResponse : PaginatableResponse {
264
264
public typealias ParamsType = UserListParams
265
265
public typealias DataType = UserWithEmbedContext
266
266
}
@@ -272,17 +272,17 @@ extension UsersRequestExecutor: PaginationAwareExecutor {
272
272
}
273
273
274
274
// MARK: - Comments
275
- extension CommentsRequestListWithEditContextResponse : PaginatableResponse , @ unchecked Sendable {
275
+ extension CommentsRequestListWithEditContextResponse : PaginatableResponse {
276
276
public typealias ParamsType = CommentListParams
277
277
public typealias DataType = CommentWithEditContext
278
278
}
279
279
280
- extension CommentsRequestListWithViewContextResponse : PaginatableResponse , @ unchecked Sendable {
280
+ extension CommentsRequestListWithViewContextResponse : PaginatableResponse {
281
281
public typealias ParamsType = CommentListParams
282
282
public typealias DataType = CommentWithViewContext
283
283
}
284
284
285
- extension CommentsRequestListWithEmbedContextResponse : PaginatableResponse , @ unchecked Sendable {
285
+ extension CommentsRequestListWithEmbedContextResponse : PaginatableResponse {
286
286
public typealias ParamsType = CommentListParams
287
287
public typealias DataType = CommentWithEmbedContext
288
288
}
@@ -295,17 +295,17 @@ extension CommentsRequestExecutor: PaginationAwareExecutor {
295
295
296
296
// MARK: - Categories
297
297
298
- extension CategoriesRequestListWithEditContextResponse : PaginatableResponse , @ unchecked Sendable {
298
+ extension CategoriesRequestListWithEditContextResponse : PaginatableResponse {
299
299
public typealias ParamsType = CategoryListParams
300
300
public typealias DataType = CategoryWithEditContext
301
301
}
302
302
303
- extension CategoriesRequestListWithViewContextResponse : PaginatableResponse , @ unchecked Sendable {
303
+ extension CategoriesRequestListWithViewContextResponse : PaginatableResponse {
304
304
public typealias ParamsType = CategoryListParams
305
305
public typealias DataType = CategoryWithViewContext
306
306
}
307
307
308
- extension CategoriesRequestListWithEmbedContextResponse : PaginatableResponse , @ unchecked Sendable {
308
+ extension CategoriesRequestListWithEmbedContextResponse : PaginatableResponse {
309
309
public typealias ParamsType = CategoryListParams
310
310
public typealias DataType = CategoryWithEmbedContext
311
311
}
@@ -318,17 +318,17 @@ extension CategoriesRequestExecutor: PaginationAwareExecutor {
318
318
319
319
// MARK: - Tags
320
320
321
- extension TagsRequestListWithEditContextResponse : PaginatableResponse , @ unchecked Sendable {
321
+ extension TagsRequestListWithEditContextResponse : PaginatableResponse {
322
322
public typealias ParamsType = TagListParams
323
323
public typealias DataType = TagWithEditContext
324
324
}
325
325
326
- extension TagsRequestListWithViewContextResponse : PaginatableResponse , @ unchecked Sendable {
326
+ extension TagsRequestListWithViewContextResponse : PaginatableResponse {
327
327
public typealias ParamsType = TagListParams
328
328
public typealias DataType = TagWithViewContext
329
329
}
330
330
331
- extension TagsRequestListWithEmbedContextResponse : PaginatableResponse , @ unchecked Sendable {
331
+ extension TagsRequestListWithEmbedContextResponse : PaginatableResponse {
332
332
public typealias ParamsType = TagListParams
333
333
public typealias DataType = TagWithEmbedContext
334
334
}
0 commit comments