@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.
- package/build/cjs/src/data-v1-external-database-connection.types.d.ts +3 -3
- package/build/cjs/src/data-v1-external-database-connection.universal.d.ts +3 -3
- package/build/es/src/data-v1-external-database-connection.types.d.ts +3 -3
- package/build/es/src/data-v1-external-database-connection.universal.d.ts +3 -3
- package/package.json +2 -2
|
@@ -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
|
|
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
|
|
118
|
-
* This
|
|
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
|
|
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
|
|
124
|
-
* This
|
|
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
|
|
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
|
|
118
|
-
* This
|
|
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
|
|
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
|
|
124
|
-
* This
|
|
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.
|
|
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": "
|
|
36
|
+
"falconPackageHash": "ded66e9510ed3e83315a7b255e88974ab1fa56414e2cee105d2cfde9"
|
|
37
37
|
}
|