@wix/categories 1.0.3 → 1.0.4
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.
|
@@ -1368,8 +1368,8 @@ export interface TreeReference {
|
|
|
1368
1368
|
}
|
|
1369
1369
|
export interface ExtendedFields {
|
|
1370
1370
|
/**
|
|
1371
|
-
* Extended field data
|
|
1372
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
1371
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
1372
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
1373
1373
|
*
|
|
1374
1374
|
* You can only access fields for which you have the appropriate permissions.
|
|
1375
1375
|
*/
|
|
@@ -1351,8 +1351,8 @@ export interface TreeReference {
|
|
|
1351
1351
|
}
|
|
1352
1352
|
export interface ExtendedFields {
|
|
1353
1353
|
/**
|
|
1354
|
-
* Extended field data
|
|
1355
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
1354
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
1355
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
1356
1356
|
*
|
|
1357
1357
|
* You can only access fields for which you have the appropriate permissions.
|
|
1358
1358
|
*/
|
|
@@ -1368,8 +1368,8 @@ export interface TreeReference {
|
|
|
1368
1368
|
}
|
|
1369
1369
|
export interface ExtendedFields {
|
|
1370
1370
|
/**
|
|
1371
|
-
* Extended field data
|
|
1372
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
1371
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
1372
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
1373
1373
|
*
|
|
1374
1374
|
* You can only access fields for which you have the appropriate permissions.
|
|
1375
1375
|
*/
|
|
@@ -1351,8 +1351,8 @@ export interface TreeReference {
|
|
|
1351
1351
|
}
|
|
1352
1352
|
export interface ExtendedFields {
|
|
1353
1353
|
/**
|
|
1354
|
-
* Extended field data
|
|
1355
|
-
* The value of each key is structured according to the schema defined when the extended fields were
|
|
1354
|
+
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
1355
|
+
* The value of each key is structured according to the schema defined when the extended fields were configured.
|
|
1356
1356
|
*
|
|
1357
1357
|
* You can only access fields for which you have the appropriate permissions.
|
|
1358
1358
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/categories",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "11276fd57dd3508b2c6f641746b171c04bc78303d2022c4fa33f9b5c"
|
|
37
37
|
}
|