@wix/auto_sdk_blog_posts 1.0.51 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -169,23 +169,6 @@ interface Post {
169
169
  */
170
170
  referenceId?: string | null;
171
171
  }
172
- interface PostCountInfo {
173
- /**
174
- * Total number of post comments
175
- * @readonly
176
- */
177
- comments?: number;
178
- /**
179
- * Total number of post likes
180
- * @readonly
181
- */
182
- likes?: number;
183
- /**
184
- * Total number of post views
185
- * @readonly
186
- */
187
- views?: number;
188
- }
189
172
  interface FocalPoint {
190
173
  /** X-coordinate of the focal point. */
191
174
  x?: number;
@@ -3432,6 +3415,23 @@ interface CoverMediaMediaOneOf {
3432
3415
  /** Video url. */
3433
3416
  video?: string;
3434
3417
  }
3418
+ interface PostCountInfo {
3419
+ /**
3420
+ * Total number of post comments
3421
+ * @readonly
3422
+ */
3423
+ comments?: number;
3424
+ /**
3425
+ * Total number of post likes
3426
+ * @readonly
3427
+ */
3428
+ likes?: number;
3429
+ /**
3430
+ * Total number of post views
3431
+ * @readonly
3432
+ */
3433
+ views?: number;
3434
+ }
3435
3435
  interface OldBlogMigratedEvent {
3436
3436
  /**
3437
3437
  * Instance id of new version of blog