@wix/categories 1.0.59 → 1.0.60
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.
|
|
3
|
+
"version": "1.0.60",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/categories_categories": "1.0.
|
|
24
|
+
"@wix/categories_categories": "1.0.36"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "113b092dcf7d87c97c53f28d1d7e74afd784683442b1ab5a5d6477c8"
|
|
50
50
|
}
|
|
@@ -557,7 +557,7 @@ interface Category {
|
|
|
557
557
|
/**
|
|
558
558
|
* Custom extended fields for the category object.
|
|
559
559
|
*
|
|
560
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
560
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
|
|
561
561
|
*/
|
|
562
562
|
extendedFields?: ExtendedFields;
|
|
563
563
|
}
|
|
@@ -1988,7 +1988,7 @@ interface ItemReference {
|
|
|
1988
1988
|
/**
|
|
1989
1989
|
* ID of the app providing the catalog.
|
|
1990
1990
|
*
|
|
1991
|
-
* You can get your app's ID from its page in the [
|
|
1991
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
1992
1992
|
*
|
|
1993
1993
|
* For items from Wix catalogs, the following values always apply:
|
|
1994
1994
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -3842,7 +3842,7 @@ interface UpdateCategory {
|
|
|
3842
3842
|
/**
|
|
3843
3843
|
* Custom extended fields for the category object.
|
|
3844
3844
|
*
|
|
3845
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
3845
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
|
|
3846
3846
|
*/
|
|
3847
3847
|
extendedFields?: ExtendedFields;
|
|
3848
3848
|
}
|
|
@@ -557,7 +557,7 @@ interface Category {
|
|
|
557
557
|
/**
|
|
558
558
|
* Custom extended fields for the category object.
|
|
559
559
|
*
|
|
560
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
560
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
|
|
561
561
|
*/
|
|
562
562
|
extendedFields?: ExtendedFields;
|
|
563
563
|
}
|
|
@@ -1988,7 +1988,7 @@ interface ItemReference {
|
|
|
1988
1988
|
/**
|
|
1989
1989
|
* ID of the app providing the catalog.
|
|
1990
1990
|
*
|
|
1991
|
-
* You can get your app's ID from its page in the [
|
|
1991
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
1992
1992
|
*
|
|
1993
1993
|
* For items from Wix catalogs, the following values always apply:
|
|
1994
1994
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -3842,7 +3842,7 @@ interface UpdateCategory {
|
|
|
3842
3842
|
/**
|
|
3843
3843
|
* Custom extended fields for the category object.
|
|
3844
3844
|
*
|
|
3845
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
3845
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
|
|
3846
3846
|
*/
|
|
3847
3847
|
extendedFields?: ExtendedFields;
|
|
3848
3848
|
}
|
|
@@ -79,7 +79,7 @@ interface Category$1 {
|
|
|
79
79
|
/**
|
|
80
80
|
* Custom extended fields for the category object.
|
|
81
81
|
*
|
|
82
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
82
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
|
|
83
83
|
*/
|
|
84
84
|
extendedFields?: ExtendedFields$1;
|
|
85
85
|
}
|
|
@@ -1388,7 +1388,7 @@ interface ItemReference$1 {
|
|
|
1388
1388
|
/**
|
|
1389
1389
|
* ID of the app providing the catalog.
|
|
1390
1390
|
*
|
|
1391
|
-
* You can get your app's ID from its page in the [
|
|
1391
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
1392
1392
|
*
|
|
1393
1393
|
* For items from Wix catalogs, the following values always apply:
|
|
1394
1394
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -2803,7 +2803,7 @@ interface Category {
|
|
|
2803
2803
|
/**
|
|
2804
2804
|
* Custom extended fields for the category object.
|
|
2805
2805
|
*
|
|
2806
|
-
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the
|
|
2806
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
|
|
2807
2807
|
*/
|
|
2808
2808
|
extendedFields?: ExtendedFields;
|
|
2809
2809
|
}
|
|
@@ -4089,7 +4089,7 @@ interface ItemReference {
|
|
|
4089
4089
|
/**
|
|
4090
4090
|
* ID of the app providing the catalog.
|
|
4091
4091
|
*
|
|
4092
|
-
* You can get your app's ID from its page in the [
|
|
4092
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
4093
4093
|
*
|
|
4094
4094
|
* For items from Wix catalogs, the following values always apply:
|
|
4095
4095
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|