@@ -120,6 +120,34 @@ public typealias MediaRequestListWithEditContextResponse = WordPressAPIInternal.
120
120
public typealias MediaRequestListWithViewContextResponse = WordPressAPIInternal . MediaRequestListWithViewContextResponse
121
121
public typealias MediaRequestListWithEmbedContextResponse = WordPressAPIInternal . MediaRequestListWithEmbedContextResponse
122
122
123
+ // MARK: - Tags
124
+ public typealias TagId = WordPressAPIInternal . TagId
125
+ public typealias SparseTag = WordPressAPIInternal . SparseTag
126
+ public typealias TagWithEditContext = WordPressAPIInternal . TagWithEditContext
127
+ public typealias TagWithViewContext = WordPressAPIInternal . TagWithViewContext
128
+ public typealias TagWithEmbedContext = WordPressAPIInternal . TagWithEmbedContext
129
+ public typealias TagCreateParams = WordPressAPIInternal . TagCreateParams
130
+ public typealias TagUpdateParams = WordPressAPIInternal . TagUpdateParams
131
+ public typealias TagListParams = WordPressAPIInternal . TagListParams
132
+ public typealias TagsRequestExecutor = WordPressAPIInternal . TagsRequestExecutor
133
+ public typealias TagsRequestListWithEditContextResponse = WordPressAPIInternal . TagsRequestListWithEditContextResponse
134
+ public typealias TagsRequestListWithViewContextResponse = WordPressAPIInternal . TagsRequestListWithViewContextResponse
135
+ public typealias TagsRequestListWithEmbedContextResponse = WordPressAPIInternal . TagsRequestListWithEmbedContextResponse
136
+
137
+ // MARK: - Categories
138
+ public typealias CategoryId = WordPressAPIInternal . CategoryId
139
+ public typealias SparseCategory = WordPressAPIInternal . SparseCategory
140
+ public typealias CategoryWithEditContext = WordPressAPIInternal . CategoryWithEditContext
141
+ public typealias CategoryWithViewContext = WordPressAPIInternal . CategoryWithViewContext
142
+ public typealias CategoryWithEmbedContext = WordPressAPIInternal . CategoryWithEmbedContext
143
+ public typealias CategoryCreateParams = WordPressAPIInternal . CategoryCreateParams
144
+ public typealias CategoryUpdateParams = WordPressAPIInternal . CategoryUpdateParams
145
+ public typealias CategoryListParams = WordPressAPIInternal . CategoryListParams
146
+ public typealias CategoriesRequestExecutor = WordPressAPIInternal . CategoriesRequestExecutor
147
+ public typealias CategoriesRequestListWithEditContextResponse = WordPressAPIInternal . CategoriesRequestListWithEditContextResponse
148
+ public typealias CategoriesRequestListWithViewContextResponse = WordPressAPIInternal . CategoriesRequestListWithViewContextResponse
149
+ public typealias CategoriesRequestListWithEmbedContextResponse = WordPressAPIInternal . CategoriesRequestListWithEmbedContextResponse
150
+
123
151
// MARK: – Site Settings
124
152
public typealias SparseSiteSettings = WordPressAPIInternal . SparseSiteSettings
125
153
public typealias SiteSettingsWithEditContext = WordPressAPIInternal . SiteSettingsWithEditContext
0 commit comments