@wix/categories 1.0.47 → 1.0.49

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/categories",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/categories_categories": "1.0.24"
21
+ "@wix/categories_categories": "1.0.26"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "af26a4cefb59acf7f848bfab530fca024d1a8ed06c407d4d846ec349"
46
+ "falconPackageHash": "fafb60217d27880d1845f939730befc05bc049829717caeb591ad741"
47
47
  }
@@ -99,7 +99,7 @@ interface Category {
99
99
  *
100
100
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
101
101
  * @replacedBy breadcrumbs_info
102
- * @targetRemovalDate 2024-09-12
102
+ * @targetRemovalDate 2024-09-03
103
103
  */
104
104
  breadcrumbs?: BreadcrumbItemValues;
105
105
  /**
@@ -119,9 +119,11 @@ interface Category {
119
119
  slug?: string | null;
120
120
  /**
121
121
  * Category description using rich content.
122
- *
123
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
124
122
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
123
+ *
124
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
125
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
126
+ * </widget>
125
127
  */
126
128
  richContentDescription?: RichContent;
127
129
  /**
@@ -1405,6 +1407,8 @@ interface OrderedListData {
1405
1407
  indentation?: number;
1406
1408
  /** Offset level from 0-4. */
1407
1409
  offset?: number | null;
1410
+ /** List start number. */
1411
+ start?: number | null;
1408
1412
  }
1409
1413
  interface BulletedListData {
1410
1414
  /** Indentation level from 0-4. */
@@ -3377,7 +3381,7 @@ interface UpdateCategory {
3377
3381
  *
3378
3382
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
3379
3383
  * @replacedBy breadcrumbs_info
3380
- * @targetRemovalDate 2024-09-12
3384
+ * @targetRemovalDate 2024-09-03
3381
3385
  */
3382
3386
  breadcrumbs?: BreadcrumbItemValues;
3383
3387
  /**
@@ -3397,9 +3401,11 @@ interface UpdateCategory {
3397
3401
  slug?: string | null;
3398
3402
  /**
3399
3403
  * Category description using rich content.
3400
- *
3401
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
3402
3404
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
3405
+ *
3406
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
3407
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
3408
+ * </widget>
3403
3409
  */
3404
3410
  richContentDescription?: RichContent;
3405
3411
  /**
@@ -99,7 +99,7 @@ interface Category {
99
99
  *
100
100
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
101
101
  * @replacedBy breadcrumbs_info
102
- * @targetRemovalDate 2024-09-12
102
+ * @targetRemovalDate 2024-09-03
103
103
  */
104
104
  breadcrumbs?: BreadcrumbItemValues;
105
105
  /**
@@ -119,9 +119,11 @@ interface Category {
119
119
  slug?: string | null;
120
120
  /**
121
121
  * Category description using rich content.
122
- *
123
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
124
122
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
123
+ *
124
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
125
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
126
+ * </widget>
125
127
  */
126
128
  richContentDescription?: RichContent;
127
129
  /**
@@ -1405,6 +1407,8 @@ interface OrderedListData {
1405
1407
  indentation?: number;
1406
1408
  /** Offset level from 0-4. */
1407
1409
  offset?: number | null;
1410
+ /** List start number. */
1411
+ start?: number | null;
1408
1412
  }
1409
1413
  interface BulletedListData {
1410
1414
  /** Indentation level from 0-4. */
@@ -3377,7 +3381,7 @@ interface UpdateCategory {
3377
3381
  *
3378
3382
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
3379
3383
  * @replacedBy breadcrumbs_info
3380
- * @targetRemovalDate 2024-09-12
3384
+ * @targetRemovalDate 2024-09-03
3381
3385
  */
3382
3386
  breadcrumbs?: BreadcrumbItemValues;
3383
3387
  /**
@@ -3397,9 +3401,11 @@ interface UpdateCategory {
3397
3401
  slug?: string | null;
3398
3402
  /**
3399
3403
  * Category description using rich content.
3400
- *
3401
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
3402
3404
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
3405
+ *
3406
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
3407
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
3408
+ * </widget>
3403
3409
  */
3404
3410
  richContentDescription?: RichContent;
3405
3411
  /**
@@ -55,7 +55,7 @@ interface Category$1 {
55
55
  *
56
56
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
57
57
  * @replacedBy breadcrumbs_info
58
- * @targetRemovalDate 2024-09-12
58
+ * @targetRemovalDate 2024-09-03
59
59
  */
60
60
  breadcrumbs?: BreadcrumbItemValues$1;
61
61
  /**
@@ -75,9 +75,11 @@ interface Category$1 {
75
75
  slug?: string | null;
76
76
  /**
77
77
  * Category description using rich content.
78
- *
79
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
80
78
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
79
+ *
80
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
81
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
82
+ * </widget>
81
83
  */
82
84
  richContentDescription?: RichContent$1;
83
85
  /**
@@ -1313,6 +1315,8 @@ interface OrderedListData$1 {
1313
1315
  indentation?: number;
1314
1316
  /** Offset level from 0-4. */
1315
1317
  offset?: number | null;
1318
+ /** List start number. */
1319
+ start?: number | null;
1316
1320
  }
1317
1321
  interface BulletedListData$1 {
1318
1322
  /** Indentation level from 0-4. */
@@ -2773,7 +2777,7 @@ interface Category {
2773
2777
  *
2774
2778
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
2775
2779
  * @replacedBy breadcrumbs_info
2776
- * @targetRemovalDate 2024-09-12
2780
+ * @targetRemovalDate 2024-09-03
2777
2781
  */
2778
2782
  breadcrumbs?: BreadcrumbItemValues;
2779
2783
  /**
@@ -2793,9 +2797,11 @@ interface Category {
2793
2797
  slug?: string | null;
2794
2798
  /**
2795
2799
  * Category description using rich content.
2796
- *
2797
- * Learn more about [Working with Rich Content](https://dev.wix.com/docs/go-headless/tutorials-templates/other-tutorials/working-with-rich-content).
2798
2800
  * > **Note:** Returned only when you pass `"RICH_CONTENT_DESCRIPTION"` to the `fields` array in Categories API requests.
2801
+ *
2802
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor" exampleid="7dc9240e-d548-417a-abcf-0291b68b4303">
2803
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
2804
+ * </widget>
2799
2805
  */
2800
2806
  richContentDescription?: RichContent;
2801
2807
  /**
@@ -4008,6 +4014,8 @@ interface OrderedListData {
4008
4014
  indentation?: number;
4009
4015
  /** Offset level from 0-4. */
4010
4016
  offset?: number | null;
4017
+ /** List start number. */
4018
+ start?: number | null;
4011
4019
  }
4012
4020
  interface BulletedListData {
4013
4021
  /** Indentation level from 0-4. */