@wix/data 1.0.32 → 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.
|
@@ -24,7 +24,7 @@ export interface DataCollection {
|
|
|
24
24
|
* @readonly
|
|
25
25
|
*/
|
|
26
26
|
maxPageSize?: number | null;
|
|
27
|
-
/** Collection's display name as shown in the
|
|
27
|
+
/** Collection's display name as shown in the CMS. For example, `My First Collection`. */
|
|
28
28
|
displayName?: string | null;
|
|
29
29
|
/**
|
|
30
30
|
* Indicates how the collection's items are sorted by default when a query doesn't specify an order.
|
|
@@ -37,8 +37,8 @@ export interface DataCollection {
|
|
|
37
37
|
* @readonly
|
|
38
38
|
*/
|
|
39
39
|
displayNamespace?: string | null;
|
|
40
|
-
/** The field whose value the
|
|
41
|
-
displayField?: string;
|
|
40
|
+
/** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
|
|
41
|
+
displayField?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
* Capabilities the collection supports.
|
|
44
44
|
* @readonly
|
|
@@ -151,7 +151,7 @@ export interface Field extends FieldRangeValidationsOneOf {
|
|
|
151
151
|
arraySizeRange?: ArraySizeRange;
|
|
152
152
|
/** Unique identifier for the field. For example, `firstName`. */
|
|
153
153
|
key?: string;
|
|
154
|
-
/** Field's display name when shown in the
|
|
154
|
+
/** Field's display name when shown in the CMS. For example, `First Name`. */
|
|
155
155
|
displayName?: string;
|
|
156
156
|
/** Field's data type. */
|
|
157
157
|
type?: FieldType;
|
|
@@ -338,7 +338,7 @@ export interface MultiReference {
|
|
|
338
338
|
referencedCollectionId?: string;
|
|
339
339
|
/** Referencing field key. */
|
|
340
340
|
referencingFieldKey?: string;
|
|
341
|
-
/** Display name in the
|
|
341
|
+
/** Display name in the CMS for the referenced data. */
|
|
342
342
|
referencingDisplayName?: string;
|
|
343
343
|
}
|
|
344
344
|
export interface Object {
|
|
@@ -30,7 +30,7 @@ export interface DataCollection {
|
|
|
30
30
|
* @readonly
|
|
31
31
|
*/
|
|
32
32
|
maxPageSize?: number | null;
|
|
33
|
-
/** Collection's display name as shown in the
|
|
33
|
+
/** Collection's display name as shown in the CMS. For example, `My First Collection`. */
|
|
34
34
|
displayName?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
* Indicates how the collection's items are sorted by default when a query doesn't specify an order.
|
|
@@ -43,8 +43,8 @@ export interface DataCollection {
|
|
|
43
43
|
* @readonly
|
|
44
44
|
*/
|
|
45
45
|
displayNamespace?: string | null;
|
|
46
|
-
/** The field whose value the
|
|
47
|
-
displayField?: string;
|
|
46
|
+
/** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
|
|
47
|
+
displayField?: string | null;
|
|
48
48
|
/**
|
|
49
49
|
* Capabilities the collection supports.
|
|
50
50
|
* @readonly
|
|
@@ -161,7 +161,7 @@ export interface Field extends FieldRangeValidationsOneOf {
|
|
|
161
161
|
arraySizeRange?: ArraySizeRange;
|
|
162
162
|
/** Unique identifier for the field. For example, `firstName`. */
|
|
163
163
|
key?: string;
|
|
164
|
-
/** Field's display name when shown in the
|
|
164
|
+
/** Field's display name when shown in the CMS. For example, `First Name`. */
|
|
165
165
|
displayName?: string;
|
|
166
166
|
/**
|
|
167
167
|
* Field's data type.
|
|
@@ -356,7 +356,7 @@ export interface MultiReference {
|
|
|
356
356
|
referencedCollectionId?: string;
|
|
357
357
|
/** Referencing field key. */
|
|
358
358
|
referencingFieldKey?: string;
|
|
359
|
-
/** Display name in the
|
|
359
|
+
/** Display name in the CMS for the referenced data. */
|
|
360
360
|
referencingDisplayName?: string;
|
|
361
361
|
}
|
|
362
362
|
export interface Object {
|
|
@@ -24,7 +24,7 @@ export interface DataCollection {
|
|
|
24
24
|
* @readonly
|
|
25
25
|
*/
|
|
26
26
|
maxPageSize?: number | null;
|
|
27
|
-
/** Collection's display name as shown in the
|
|
27
|
+
/** Collection's display name as shown in the CMS. For example, `My First Collection`. */
|
|
28
28
|
displayName?: string | null;
|
|
29
29
|
/**
|
|
30
30
|
* Indicates how the collection's items are sorted by default when a query doesn't specify an order.
|
|
@@ -37,8 +37,8 @@ export interface DataCollection {
|
|
|
37
37
|
* @readonly
|
|
38
38
|
*/
|
|
39
39
|
displayNamespace?: string | null;
|
|
40
|
-
/** The field whose value the
|
|
41
|
-
displayField?: string;
|
|
40
|
+
/** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
|
|
41
|
+
displayField?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
* Capabilities the collection supports.
|
|
44
44
|
* @readonly
|
|
@@ -151,7 +151,7 @@ export interface Field extends FieldRangeValidationsOneOf {
|
|
|
151
151
|
arraySizeRange?: ArraySizeRange;
|
|
152
152
|
/** Unique identifier for the field. For example, `firstName`. */
|
|
153
153
|
key?: string;
|
|
154
|
-
/** Field's display name when shown in the
|
|
154
|
+
/** Field's display name when shown in the CMS. For example, `First Name`. */
|
|
155
155
|
displayName?: string;
|
|
156
156
|
/** Field's data type. */
|
|
157
157
|
type?: FieldType;
|
|
@@ -338,7 +338,7 @@ export interface MultiReference {
|
|
|
338
338
|
referencedCollectionId?: string;
|
|
339
339
|
/** Referencing field key. */
|
|
340
340
|
referencingFieldKey?: string;
|
|
341
|
-
/** Display name in the
|
|
341
|
+
/** Display name in the CMS for the referenced data. */
|
|
342
342
|
referencingDisplayName?: string;
|
|
343
343
|
}
|
|
344
344
|
export interface Object {
|
|
@@ -30,7 +30,7 @@ export interface DataCollection {
|
|
|
30
30
|
* @readonly
|
|
31
31
|
*/
|
|
32
32
|
maxPageSize?: number | null;
|
|
33
|
-
/** Collection's display name as shown in the
|
|
33
|
+
/** Collection's display name as shown in the CMS. For example, `My First Collection`. */
|
|
34
34
|
displayName?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
* Indicates how the collection's items are sorted by default when a query doesn't specify an order.
|
|
@@ -43,8 +43,8 @@ export interface DataCollection {
|
|
|
43
43
|
* @readonly
|
|
44
44
|
*/
|
|
45
45
|
displayNamespace?: string | null;
|
|
46
|
-
/** The field whose value the
|
|
47
|
-
displayField?: string;
|
|
46
|
+
/** The field whose value the CMS displays to represent the collection item when referenced in a different collection. */
|
|
47
|
+
displayField?: string | null;
|
|
48
48
|
/**
|
|
49
49
|
* Capabilities the collection supports.
|
|
50
50
|
* @readonly
|
|
@@ -161,7 +161,7 @@ export interface Field extends FieldRangeValidationsOneOf {
|
|
|
161
161
|
arraySizeRange?: ArraySizeRange;
|
|
162
162
|
/** Unique identifier for the field. For example, `firstName`. */
|
|
163
163
|
key?: string;
|
|
164
|
-
/** Field's display name when shown in the
|
|
164
|
+
/** Field's display name when shown in the CMS. For example, `First Name`. */
|
|
165
165
|
displayName?: string;
|
|
166
166
|
/**
|
|
167
167
|
* Field's data type.
|
|
@@ -356,7 +356,7 @@ export interface MultiReference {
|
|
|
356
356
|
referencedCollectionId?: string;
|
|
357
357
|
/** Referencing field key. */
|
|
358
358
|
referencingFieldKey?: string;
|
|
359
|
-
/** Display name in the
|
|
359
|
+
/** Display name in the CMS for the referenced data. */
|
|
360
360
|
referencingDisplayName?: string;
|
|
361
361
|
}
|
|
362
362
|
export interface Object {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
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": "
|
|
36
|
+
"falconPackageHash": "05946cf68f778adf73624882fa0c20601f8b65bd49aa536392434368"
|
|
37
37
|
}
|