@wix/auto_sdk_blog_posts 1.0.52 → 1.0.54

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.
@@ -176,23 +176,6 @@ interface Post {
176
176
  */
177
177
  referenceId?: string | null;
178
178
  }
179
- interface PostCountInfo {
180
- /**
181
- * Total number of post comments
182
- * @readonly
183
- */
184
- comments?: number;
185
- /**
186
- * Total number of post likes
187
- * @readonly
188
- */
189
- likes?: number;
190
- /**
191
- * Total number of post views
192
- * @readonly
193
- */
194
- views?: number;
195
- }
196
179
  interface FocalPoint {
197
180
  /** X-coordinate of the focal point. */
198
181
  x?: number;
@@ -3439,6 +3422,23 @@ interface CoverMediaMediaOneOf {
3439
3422
  /** Video url. */
3440
3423
  video?: string;
3441
3424
  }
3425
+ interface PostCountInfo {
3426
+ /**
3427
+ * Total number of post comments
3428
+ * @readonly
3429
+ */
3430
+ comments?: number;
3431
+ /**
3432
+ * Total number of post likes
3433
+ * @readonly
3434
+ */
3435
+ likes?: number;
3436
+ /**
3437
+ * Total number of post views
3438
+ * @readonly
3439
+ */
3440
+ views?: number;
3441
+ }
3442
3442
  interface OldBlogMigratedEvent {
3443
3443
  /**
3444
3444
  * Instance id of new version of blog