@wix/auto_sdk_blog_draft-posts 1.0.34 → 1.0.36

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.
@@ -1389,6 +1389,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
1389
1389
  ribbonStyles?: RibbonStyles;
1390
1390
  /** Card styling options. */
1391
1391
  cardStyles?: CardStyles;
1392
+ /** Styling for the app embed's container. */
1393
+ containerData?: PluginContainerData;
1392
1394
  }
1393
1395
  /** @oneof */
1394
1396
  interface AppEmbedDataAppDataOneOf {
@@ -2236,35 +2238,9 @@ interface BlogPaging {
2236
2238
  interface ListDeletedDraftPostsResponse {
2237
2239
  /** List of draft posts. */
2238
2240
  draftPosts?: DraftPost[];
2239
- /**
2240
- * __Deprecated.__ Use `pagingMetadata` instead.
2241
- * This property will be removed on June 30, 2025.
2242
- *
2243
- * Details on the paged set of results returned.
2244
- * @deprecated __Deprecated.__ Use `pagingMetadata` instead.
2245
- * This property will be removed on June 30, 2025.
2246
- *
2247
- * Details on the paged set of results returned.
2248
- * @replacedBy pagingMetadata
2249
- * @targetRemovalDate 2025-06-30
2250
- */
2251
- metaData?: MetaData;
2252
2241
  /** Details on the paged set of results returned. */
2253
2242
  pagingMetadata?: PagingMetadataV2;
2254
2243
  }
2255
- interface MetaData {
2256
- /** Number of items returned in this response. */
2257
- count?: number;
2258
- /** Requested offset. */
2259
- offset?: number;
2260
- /** Total number of items that match the query. */
2261
- total?: number;
2262
- /**
2263
- * Pointer to the next or previous page in the list of results.
2264
- * @maxLength 2000
2265
- */
2266
- cursor?: string | null;
2267
- }
2268
2244
  interface PagingMetadataV2 {
2269
2245
  /** Number of items returned in the response. */
2270
2246
  count?: number | null;
@@ -2408,6 +2384,19 @@ interface ListDraftPostsResponse {
2408
2384
  /** Details on the paged set of results returned. */
2409
2385
  metaData?: MetaData;
2410
2386
  }
2387
+ interface MetaData {
2388
+ /** Number of items returned in this response. */
2389
+ count?: number;
2390
+ /** Requested offset. */
2391
+ offset?: number;
2392
+ /** Total number of items that match the query. */
2393
+ total?: number;
2394
+ /**
2395
+ * Pointer to the next or previous page in the list of results.
2396
+ * @maxLength 2000
2397
+ */
2398
+ cursor?: string | null;
2399
+ }
2411
2400
  interface GetDeletedDraftPostRequest {
2412
2401
  /**
2413
2402
  * Draft post ID.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_blog_draft-posts",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.blog.v3.draft"
51
51
  }
52
52
  },
53
- "falconPackageHash": "0adf3f37bd82276048b9f7ddb90b290c50f961eb35663d759cc1c43b"
53
+ "falconPackageHash": "15ec70a1bca07e05ab0628962639cf6df49990c6c50ab988d529e480"
54
54
  }