@wix/stores 1.0.229 → 1.0.231
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.231",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/stores_brands-v-3": "1.0.9",
|
|
22
|
-
"@wix/stores_catalog-versioning": "1.0.
|
|
22
|
+
"@wix/stores_catalog-versioning": "1.0.1",
|
|
23
23
|
"@wix/stores_collections": "1.0.35",
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.10",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.11",
|
|
26
26
|
"@wix/stores_inventory": "1.0.38",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.13",
|
|
28
28
|
"@wix/stores_products": "1.0.51",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.41",
|
|
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": "0c81a0fcb68f658f3373d48407bcf5d22c2c7afb41ca98ad04230480"
|
|
59
59
|
}
|
|
@@ -10011,7 +10011,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
10011
10011
|
/**
|
|
10012
10012
|
* Custom extended fields for the product object.
|
|
10013
10013
|
*
|
|
10014
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
10014
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
10015
10015
|
*/
|
|
10016
10016
|
extendedFields?: ExtendedFields;
|
|
10017
10017
|
/** Product subscriptions. */
|
|
@@ -16050,7 +16050,7 @@ interface UpdateProduct {
|
|
|
16050
16050
|
/**
|
|
16051
16051
|
* Custom extended fields for the product object.
|
|
16052
16052
|
*
|
|
16053
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
16053
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
16054
16054
|
*/
|
|
16055
16055
|
extendedFields?: ExtendedFields;
|
|
16056
16056
|
/** Product subscriptions. */
|
|
@@ -16605,7 +16605,7 @@ interface UpdateExtendedFieldsSignature {
|
|
|
16605
16605
|
/**
|
|
16606
16606
|
* Updates a product's extended fields.
|
|
16607
16607
|
*
|
|
16608
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must first be configured in the
|
|
16608
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must first be configured in the app dashboard.
|
|
16609
16609
|
* @param - Product ID.
|
|
16610
16610
|
* @param - App namespace.
|
|
16611
16611
|
*/
|
|
@@ -17721,7 +17721,9 @@ declare enum Namespace {
|
|
|
17721
17721
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
17722
17722
|
* The Partners company owns this namespace.
|
|
17723
17723
|
*/
|
|
17724
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
17724
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
17725
|
+
/** Codux Headless Sites */
|
|
17726
|
+
CODUX = "CODUX"
|
|
17725
17727
|
}
|
|
17726
17728
|
/** Site transferred to another user. */
|
|
17727
17729
|
interface SiteTransferred {
|
|
@@ -10011,7 +10011,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
10011
10011
|
/**
|
|
10012
10012
|
* Custom extended fields for the product object.
|
|
10013
10013
|
*
|
|
10014
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
10014
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
10015
10015
|
*/
|
|
10016
10016
|
extendedFields?: ExtendedFields;
|
|
10017
10017
|
/** Product subscriptions. */
|
|
@@ -16050,7 +16050,7 @@ interface UpdateProduct {
|
|
|
16050
16050
|
/**
|
|
16051
16051
|
* Custom extended fields for the product object.
|
|
16052
16052
|
*
|
|
16053
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
16053
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
16054
16054
|
*/
|
|
16055
16055
|
extendedFields?: ExtendedFields;
|
|
16056
16056
|
/** Product subscriptions. */
|
|
@@ -16605,7 +16605,7 @@ interface UpdateExtendedFieldsSignature {
|
|
|
16605
16605
|
/**
|
|
16606
16606
|
* Updates a product's extended fields.
|
|
16607
16607
|
*
|
|
16608
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must first be configured in the
|
|
16608
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must first be configured in the app dashboard.
|
|
16609
16609
|
* @param - Product ID.
|
|
16610
16610
|
* @param - App namespace.
|
|
16611
16611
|
*/
|
|
@@ -17721,7 +17721,9 @@ declare enum Namespace {
|
|
|
17721
17721
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
17722
17722
|
* The Partners company owns this namespace.
|
|
17723
17723
|
*/
|
|
17724
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
17724
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
17725
|
+
/** Codux Headless Sites */
|
|
17726
|
+
CODUX = "CODUX"
|
|
17725
17727
|
}
|
|
17726
17728
|
/** Site transferred to another user. */
|
|
17727
17729
|
interface SiteTransferred {
|
|
@@ -11353,7 +11353,7 @@ interface V3Product$1 extends V3ProductTypedPropertiesOneOf$1 {
|
|
|
11353
11353
|
/**
|
|
11354
11354
|
* Custom extended fields for the product object.
|
|
11355
11355
|
*
|
|
11356
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
11356
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
11357
11357
|
*/
|
|
11358
11358
|
extendedFields?: ExtendedFields$1;
|
|
11359
11359
|
/** Product subscriptions. */
|
|
@@ -15813,7 +15813,7 @@ interface V3Product extends V3ProductTypedPropertiesOneOf {
|
|
|
15813
15813
|
/**
|
|
15814
15814
|
* Custom extended fields for the product object.
|
|
15815
15815
|
*
|
|
15816
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
15816
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
|
|
15817
15817
|
*/
|
|
15818
15818
|
extendedFields?: ExtendedFields;
|
|
15819
15819
|
/** Product subscriptions. */
|