@wix/data 1.0.33 → 1.0.34

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.
@@ -38,7 +38,7 @@ export interface DataCollection {
38
38
  */
39
39
  displayNamespace?: string | null;
40
40
  /** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
41
- displayField?: string;
41
+ displayField?: string | null;
42
42
  /**
43
43
  * Capabilities the collection supports.
44
44
  * @readonly
@@ -44,7 +44,7 @@ export interface DataCollection {
44
44
  */
45
45
  displayNamespace?: string | null;
46
46
  /** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
47
- displayField?: string;
47
+ displayField?: string | null;
48
48
  /**
49
49
  * Capabilities the collection supports.
50
50
  * @readonly
@@ -38,7 +38,7 @@ export interface DataCollection {
38
38
  */
39
39
  displayNamespace?: string | null;
40
40
  /** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
41
- displayField?: string;
41
+ displayField?: string | null;
42
42
  /**
43
43
  * Capabilities the collection supports.
44
44
  * @readonly
@@ -44,7 +44,7 @@ export interface DataCollection {
44
44
  */
45
45
  displayNamespace?: string | null;
46
46
  /** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
47
- displayField?: string;
47
+ displayField?: string | null;
48
48
  /**
49
49
  * Capabilities the collection supports.
50
50
  * @readonly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/data",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
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": "06c3291b2d50cd4b9cbfcb158ae9af206ec22dd9679832d2e7278c01"
36
+ "falconPackageHash": "05946cf68f778adf73624882fa0c20601f8b65bd49aa536392434368"
37
37
  }