@wix/stores 1.0.235 → 1.0.236
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/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.236",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.11",
|
|
26
26
|
"@wix/stores_inventory": "1.0.39",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.14",
|
|
28
|
-
"@wix/stores_products": "1.0.
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
28
|
+
"@wix/stores_products": "1.0.54",
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.43",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.10",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.11",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.35",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "e1b9133b2fd5cd1254f63064a4e78b151b2f8e6e1ccce6502756ad48"
|
|
59
59
|
}
|
|
@@ -9875,6 +9875,15 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
9875
9875
|
* @readonly
|
|
9876
9876
|
*/
|
|
9877
9877
|
url?: string;
|
|
9878
|
+
/**
|
|
9879
|
+
* Product description using rich content.
|
|
9880
|
+
* > **Note:** Returned only when you pass `"DESCRIPTION"` to the `fields` array in Products API requests.
|
|
9881
|
+
*
|
|
9882
|
+
* <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">
|
|
9883
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
9884
|
+
* </widget>
|
|
9885
|
+
*/
|
|
9886
|
+
description?: RichContent;
|
|
9878
9887
|
/**
|
|
9879
9888
|
* Product description in HTML.
|
|
9880
9889
|
*
|
|
@@ -15914,6 +15923,15 @@ interface UpdateProduct {
|
|
|
15914
15923
|
* @readonly
|
|
15915
15924
|
*/
|
|
15916
15925
|
url?: string;
|
|
15926
|
+
/**
|
|
15927
|
+
* Product description using rich content.
|
|
15928
|
+
* > **Note:** Returned only when you pass `"DESCRIPTION"` to the `fields` array in Products API requests.
|
|
15929
|
+
*
|
|
15930
|
+
* <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">
|
|
15931
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
15932
|
+
* </widget>
|
|
15933
|
+
*/
|
|
15934
|
+
description?: RichContent;
|
|
15917
15935
|
/**
|
|
15918
15936
|
* Product description in HTML.
|
|
15919
15937
|
*
|
|
@@ -9875,6 +9875,15 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
9875
9875
|
* @readonly
|
|
9876
9876
|
*/
|
|
9877
9877
|
url?: string;
|
|
9878
|
+
/**
|
|
9879
|
+
* Product description using rich content.
|
|
9880
|
+
* > **Note:** Returned only when you pass `"DESCRIPTION"` to the `fields` array in Products API requests.
|
|
9881
|
+
*
|
|
9882
|
+
* <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">
|
|
9883
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
9884
|
+
* </widget>
|
|
9885
|
+
*/
|
|
9886
|
+
description?: RichContent;
|
|
9878
9887
|
/**
|
|
9879
9888
|
* Product description in HTML.
|
|
9880
9889
|
*
|
|
@@ -15914,6 +15923,15 @@ interface UpdateProduct {
|
|
|
15914
15923
|
* @readonly
|
|
15915
15924
|
*/
|
|
15916
15925
|
url?: string;
|
|
15926
|
+
/**
|
|
15927
|
+
* Product description using rich content.
|
|
15928
|
+
* > **Note:** Returned only when you pass `"DESCRIPTION"` to the `fields` array in Products API requests.
|
|
15929
|
+
*
|
|
15930
|
+
* <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">
|
|
15931
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
15932
|
+
* </widget>
|
|
15933
|
+
*/
|
|
15934
|
+
description?: RichContent;
|
|
15917
15935
|
/**
|
|
15918
15936
|
* Product description in HTML.
|
|
15919
15937
|
*
|
|
@@ -11217,6 +11217,15 @@ interface V3Product$1 extends V3ProductTypedPropertiesOneOf$1 {
|
|
|
11217
11217
|
* @readonly
|
|
11218
11218
|
*/
|
|
11219
11219
|
url?: PageUrlV2;
|
|
11220
|
+
/**
|
|
11221
|
+
* Product description using rich content.
|
|
11222
|
+
* > **Note:** Returned only when you pass `"DESCRIPTION"` to the `fields` array in Products API requests.
|
|
11223
|
+
*
|
|
11224
|
+
* <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">
|
|
11225
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
11226
|
+
* </widget>
|
|
11227
|
+
*/
|
|
11228
|
+
description?: RichContent$1;
|
|
11220
11229
|
/**
|
|
11221
11230
|
* Product description in HTML.
|
|
11222
11231
|
*
|
|
@@ -15677,6 +15686,15 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
15677
15686
|
* @readonly
|
|
15678
15687
|
*/
|
|
15679
15688
|
url?: string;
|
|
15689
|
+
/**
|
|
15690
|
+
* Product description using rich content.
|
|
15691
|
+
* > **Note:** Returned only when you pass `"DESCRIPTION"` to the `fields` array in Products API requests.
|
|
15692
|
+
*
|
|
15693
|
+
* <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">
|
|
15694
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
15695
|
+
* </widget>
|
|
15696
|
+
*/
|
|
15697
|
+
description?: RichContent;
|
|
15680
15698
|
/**
|
|
15681
15699
|
* Product description in HTML.
|
|
15682
15700
|
*
|