@wix/data 1.0.35 → 1.0.36

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.
@@ -297,7 +297,7 @@ export interface ObjectField {
297
297
  /** Field key. */
298
298
  key?: string;
299
299
  /** Display name for the field. */
300
- displayName?: string;
300
+ displayName?: string | null;
301
301
  /** Field type. */
302
302
  type?: FieldType;
303
303
  /** Metadata for complex data types. This property only exists for references, multi-references, objects, and arrays. */
@@ -315,7 +315,7 @@ export interface ObjectField {
315
315
  /** Field key. */
316
316
  key?: string;
317
317
  /** Display name for the field. */
318
- displayName?: string;
318
+ displayName?: string | null;
319
319
  /** Field type. */
320
320
  type?: FieldType;
321
321
  /** Metadata for complex data types. This property only exists for references, multi-references, objects, and arrays. */
@@ -297,7 +297,7 @@ export interface ObjectField {
297
297
  /** Field key. */
298
298
  key?: string;
299
299
  /** Display name for the field. */
300
- displayName?: string;
300
+ displayName?: string | null;
301
301
  /** Field type. */
302
302
  type?: FieldType;
303
303
  /** Metadata for complex data types. This property only exists for references, multi-references, objects, and arrays. */
@@ -315,7 +315,7 @@ export interface ObjectField {
315
315
  /** Field key. */
316
316
  key?: string;
317
317
  /** Display name for the field. */
318
- displayName?: string;
318
+ displayName?: string | null;
319
319
  /** Field type. */
320
320
  type?: FieldType;
321
321
  /** Metadata for complex data types. This property only exists for references, multi-references, objects, and arrays. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/data",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
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": "dc5822bed9b2e896f65db53426643b62b26e16c27da0b65a22e6754c"
36
+ "falconPackageHash": "448e0aed2727b7453f99168a959e2f2b752e4ad853a893f1de356807"
37
37
  }