@wix/data 1.0.75 → 1.0.76

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.
@@ -111,11 +111,11 @@ export declare enum ProtocolVersion {
111
111
  V3 = "V3"
112
112
  }
113
113
  export interface Capabilities {
114
- /** Whether the external database supports creating and updating collections. */
114
+ /** Whether the external database supports creating new collections, updating the structure of existing collections, or deleting them. */
115
115
  collectionModificationsSupported?: boolean;
116
116
  /**
117
- * Field types supported by the external database.
118
- * This option only affects collection creation and update requests.
117
+ * Field types the external database supports.
118
+ * This field only applies when `collectionModificationSupported` is `true`.
119
119
  */
120
120
  fieldTypes?: FieldType[];
121
121
  }
@@ -117,11 +117,11 @@ export declare enum ProtocolVersion {
117
117
  V3 = "V3"
118
118
  }
119
119
  export interface Capabilities {
120
- /** Whether the external database supports creating and updating collections. */
120
+ /** Whether the external database supports creating new collections, updating the structure of existing collections, or deleting them. */
121
121
  collectionModificationsSupported?: boolean;
122
122
  /**
123
- * Field types supported by the external database.
124
- * This option only affects collection creation and update requests.
123
+ * Field types the external database supports.
124
+ * This field only applies when `collectionModificationSupported` is `true`.
125
125
  */
126
126
  fieldTypes?: FieldType[];
127
127
  }
@@ -111,11 +111,11 @@ export declare enum ProtocolVersion {
111
111
  V3 = "V3"
112
112
  }
113
113
  export interface Capabilities {
114
- /** Whether the external database supports creating and updating collections. */
114
+ /** Whether the external database supports creating new collections, updating the structure of existing collections, or deleting them. */
115
115
  collectionModificationsSupported?: boolean;
116
116
  /**
117
- * Field types supported by the external database.
118
- * This option only affects collection creation and update requests.
117
+ * Field types the external database supports.
118
+ * This field only applies when `collectionModificationSupported` is `true`.
119
119
  */
120
120
  fieldTypes?: FieldType[];
121
121
  }
@@ -117,11 +117,11 @@ export declare enum ProtocolVersion {
117
117
  V3 = "V3"
118
118
  }
119
119
  export interface Capabilities {
120
- /** Whether the external database supports creating and updating collections. */
120
+ /** Whether the external database supports creating new collections, updating the structure of existing collections, or deleting them. */
121
121
  collectionModificationsSupported?: boolean;
122
122
  /**
123
- * Field types supported by the external database.
124
- * This option only affects collection creation and update requests.
123
+ * Field types the external database supports.
124
+ * This field only applies when `collectionModificationSupported` is `true`.
125
125
  */
126
126
  fieldTypes?: FieldType[];
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/data",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
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": "644ffef377aca16ff3b9209b2172c4f001038911466c4b46ad2d0ce4"
36
+ "falconPackageHash": "ded66e9510ed3e83315a7b255e88974ab1fa56414e2cee105d2cfde9"
37
37
  }