@wix/data 1.0.178 → 1.0.179

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/data",
3
- "version": "1.0.178",
3
+ "version": "1.0.179",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,7 +22,7 @@
22
22
  "service-plugins"
23
23
  ],
24
24
  "dependencies": {
25
- "@wix/data_collections": "1.0.64",
25
+ "@wix/data_collections": "1.0.65",
26
26
  "@wix/data_external-database": "1.0.28",
27
27
  "@wix/data_external-database-connections": "1.0.49",
28
28
  "@wix/data_indexes": "1.0.44",
@@ -51,5 +51,5 @@
51
51
  "fqdn": ""
52
52
  }
53
53
  },
54
- "falconPackageHash": "7888cd2cee79211c266276a6529abbe19d341ea187dfaeb153e50e58"
54
+ "falconPackageHash": "df9e931145e0b9111788204776f401b7f560f0fa75299cab02f07bb6"
55
55
  }
@@ -1200,7 +1200,6 @@ interface Field$1 extends FieldRangeValidationsOneOf {
1200
1200
  encrypted?: boolean;
1201
1201
  /** Field description. */
1202
1202
  description?: string | null;
1203
- plugin?: string | null;
1204
1203
  /**
1205
1204
  * Whether the field is read-only. A read-only field can't be changed.
1206
1205
  *
@@ -1200,7 +1200,6 @@ interface Field$1 extends FieldRangeValidationsOneOf {
1200
1200
  encrypted?: boolean;
1201
1201
  /** Field description. */
1202
1202
  description?: string | null;
1203
- plugin?: string | null;
1204
1203
  /**
1205
1204
  * Whether the field is read-only. A read-only field can't be changed.
1206
1205
  *
@@ -643,7 +643,6 @@ interface Field$3 extends FieldRangeValidationsOneOf$1 {
643
643
  encrypted?: boolean;
644
644
  /** Field description. */
645
645
  description?: string | null;
646
- plugin?: string | null;
647
646
  /**
648
647
  * Whether the field is read-only. A read-only field can't be changed.
649
648
  *
@@ -1464,7 +1463,6 @@ interface Field$2 extends FieldRangeValidationsOneOf {
1464
1463
  encrypted?: boolean;
1465
1464
  /** Field description. */
1466
1465
  description?: string | null;
1467
- plugin?: string | null;
1468
1466
  /**
1469
1467
  * Whether the field is read-only. A read-only field can't be changed.
1470
1468
  *