@wix/blog 1.0.292 → 1.0.293

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/blog",
3
- "version": "1.0.292",
3
+ "version": "1.0.293",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@wix/blog_blog-cache": "1.0.4",
22
22
  "@wix/blog_blog-importer": "1.0.4",
23
- "@wix/blog_categories": "1.0.40",
24
- "@wix/blog_draft-posts": "1.0.40",
25
- "@wix/blog_posts": "1.0.47",
23
+ "@wix/blog_categories": "1.0.41",
24
+ "@wix/blog_draft-posts": "1.0.41",
25
+ "@wix/blog_posts": "1.0.48",
26
26
  "@wix/blog_tags": "1.0.39"
27
27
  },
28
28
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "224a3ddd2ca22fc5e230638c28838574a6b92d3d03427dc18b83070d"
51
+ "falconPackageHash": "146adf55ae393832fe18816d6a55fb80cb994c8190cd0fa8fcb8401d"
52
52
  }
@@ -1341,13 +1341,6 @@ interface Category$2 {
1341
1341
  description?: string | null;
1342
1342
  /** Category title. */
1343
1343
  title?: string;
1344
- /**
1345
- * Reserved for internal use.
1346
- * @deprecated Category position in sequence.
1347
- * @replacedBy display_position
1348
- * @targetRemovalDate 2024-06-30
1349
- */
1350
- rank?: number | null;
1351
1344
  /** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */
1352
1345
  displayPosition?: number | null;
1353
1346
  /** ID of the category's translations when [Wix Multilingual](https://support.wix.com/en/article/wix-multilingual-translating-your-blog) is installed on a site. All translations of a single category will share the same `translationId`. */
@@ -4520,13 +4513,6 @@ interface Category$1 {
4520
4513
  description?: string | null;
4521
4514
  /** Category title. */
4522
4515
  title?: string;
4523
- /**
4524
- * Category position in sequence.
4525
- * @deprecated Category position in sequence.
4526
- * @replacedBy display_position
4527
- * @targetRemovalDate 2024-06-30
4528
- */
4529
- rank?: number | null;
4530
4516
  /**
4531
4517
  * Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
4532
4518
  *
@@ -7786,13 +7772,6 @@ interface Category {
7786
7772
  description?: string | null;
7787
7773
  /** Category title. */
7788
7774
  title?: string;
7789
- /**
7790
- * Category position in sequence.
7791
- * @deprecated Category position in sequence.
7792
- * @replacedBy display_position
7793
- * @targetRemovalDate 2024-06-30
7794
- */
7795
- rank?: number | null;
7796
7775
  /**
7797
7776
  * Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
7798
7777
  *
@@ -1341,13 +1341,6 @@ interface Category$2 {
1341
1341
  description?: string | null;
1342
1342
  /** Category title. */
1343
1343
  title?: string;
1344
- /**
1345
- * Reserved for internal use.
1346
- * @deprecated Category position in sequence.
1347
- * @replacedBy display_position
1348
- * @targetRemovalDate 2024-06-30
1349
- */
1350
- rank?: number | null;
1351
1344
  /** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */
1352
1345
  displayPosition?: number | null;
1353
1346
  /** ID of the category's translations when [Wix Multilingual](https://support.wix.com/en/article/wix-multilingual-translating-your-blog) is installed on a site. All translations of a single category will share the same `translationId`. */
@@ -4520,13 +4513,6 @@ interface Category$1 {
4520
4513
  description?: string | null;
4521
4514
  /** Category title. */
4522
4515
  title?: string;
4523
- /**
4524
- * Category position in sequence.
4525
- * @deprecated Category position in sequence.
4526
- * @replacedBy display_position
4527
- * @targetRemovalDate 2024-06-30
4528
- */
4529
- rank?: number | null;
4530
4516
  /**
4531
4517
  * Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
4532
4518
  *
@@ -7786,13 +7772,6 @@ interface Category {
7786
7772
  description?: string | null;
7787
7773
  /** Category title. */
7788
7774
  title?: string;
7789
- /**
7790
- * Category position in sequence.
7791
- * @deprecated Category position in sequence.
7792
- * @replacedBy display_position
7793
- * @targetRemovalDate 2024-06-30
7794
- */
7795
- rank?: number | null;
7796
7775
  /**
7797
7776
  * Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
7798
7777
  *
@@ -973,13 +973,6 @@ interface Category$1 {
973
973
  description?: string | null;
974
974
  /** Category title. */
975
975
  title?: string;
976
- /**
977
- * Category position in sequence.
978
- * @deprecated Category position in sequence.
979
- * @replacedBy display_position
980
- * @targetRemovalDate 2024-06-30
981
- */
982
- rank?: number | null;
983
976
  /**
984
977
  * Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.
985
978
  *
@@ -1365,13 +1358,6 @@ interface Category {
1365
1358
  description?: string | null;
1366
1359
  /** Category title. */
1367
1360
  title?: string;
1368
- /**
1369
- * Reserved for internal use.
1370
- * @deprecated Category position in sequence.
1371
- * @replacedBy display_position
1372
- * @targetRemovalDate 2024-06-30
1373
- */
1374
- rank?: number | null;
1375
1361
  /** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */
1376
1362
  displayPosition?: number | null;
1377
1363
  /** ID of the category's translations when [Wix Multilingual](https://support.wix.com/en/article/wix-multilingual-translating-your-blog) is installed on a site. All translations of a single category will share the same `translationId`. */