@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +17 -17
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +17 -17
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +17 -17
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +17 -17
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
@@ -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
|