@wix/data 1.0.68 → 1.0.69

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.
@@ -19,10 +19,10 @@ export interface ExternalDatabaseConnection {
19
19
  * @readonly
20
20
  */
21
21
  connectionStatus?: ConnectionStatus;
22
- /** The protocol version supported by the external database. */
22
+ /** The protocol version of the external database connection. */
23
23
  protocolVersion?: ProtocolVersion;
24
24
  /**
25
- * The public key used to validate requests to the external database. Applicable only when the protocol version is 3.
25
+ * The public key used to validate requests to the external database. Applicable only when the protocol version is `V3`.
26
26
  * @readonly
27
27
  */
28
28
  publicKey?: string | null;
@@ -32,7 +32,7 @@ export interface ExternalDatabaseConnection {
32
32
  */
33
33
  capabilities?: Capabilities;
34
34
  /**
35
- * The application ID of the external database. Applicable only when the protocol version is 3.
35
+ * The application ID of the external database. Applicable only when the protocol version is `V3`.
36
36
  * @readonly
37
37
  */
38
38
  applicationId?: string | null;
@@ -25,10 +25,10 @@ export interface ExternalDatabaseConnection {
25
25
  * @readonly
26
26
  */
27
27
  connectionStatus?: ConnectionStatus;
28
- /** The protocol version supported by the external database. */
28
+ /** The protocol version of the external database connection. */
29
29
  protocolVersion?: ProtocolVersion;
30
30
  /**
31
- * The public key used to validate requests to the external database. Applicable only when the protocol version is 3.
31
+ * The public key used to validate requests to the external database. Applicable only when the protocol version is `V3`.
32
32
  * @readonly
33
33
  */
34
34
  publicKey?: string | null;
@@ -38,7 +38,7 @@ export interface ExternalDatabaseConnection {
38
38
  */
39
39
  capabilities?: Capabilities;
40
40
  /**
41
- * The application ID of the external database. Applicable only when the protocol version is 3.
41
+ * The application ID of the external database. Applicable only when the protocol version is `V3`.
42
42
  * @readonly
43
43
  */
44
44
  applicationId?: string | null;
@@ -324,10 +324,10 @@ export interface UpdateExternalDatabaseConnection {
324
324
  * @readonly
325
325
  */
326
326
  connectionStatus?: ConnectionStatus;
327
- /** The protocol version supported by the external database. */
327
+ /** The protocol version of the external database connection. */
328
328
  protocolVersion?: ProtocolVersion;
329
329
  /**
330
- * The public key used to validate requests to the external database. Applicable only when the protocol version is 3.
330
+ * The public key used to validate requests to the external database. Applicable only when the protocol version is `V3`.
331
331
  * @readonly
332
332
  */
333
333
  publicKey?: string | null;
@@ -337,7 +337,7 @@ export interface UpdateExternalDatabaseConnection {
337
337
  */
338
338
  capabilities?: Capabilities;
339
339
  /**
340
- * The application ID of the external database. Applicable only when the protocol version is 3.
340
+ * The application ID of the external database. Applicable only when the protocol version is `V3`.
341
341
  * @readonly
342
342
  */
343
343
  applicationId?: string | null;
@@ -19,10 +19,10 @@ export interface ExternalDatabaseConnection {
19
19
  * @readonly
20
20
  */
21
21
  connectionStatus?: ConnectionStatus;
22
- /** The protocol version supported by the external database. */
22
+ /** The protocol version of the external database connection. */
23
23
  protocolVersion?: ProtocolVersion;
24
24
  /**
25
- * The public key used to validate requests to the external database. Applicable only when the protocol version is 3.
25
+ * The public key used to validate requests to the external database. Applicable only when the protocol version is `V3`.
26
26
  * @readonly
27
27
  */
28
28
  publicKey?: string | null;
@@ -32,7 +32,7 @@ export interface ExternalDatabaseConnection {
32
32
  */
33
33
  capabilities?: Capabilities;
34
34
  /**
35
- * The application ID of the external database. Applicable only when the protocol version is 3.
35
+ * The application ID of the external database. Applicable only when the protocol version is `V3`.
36
36
  * @readonly
37
37
  */
38
38
  applicationId?: string | null;
@@ -25,10 +25,10 @@ export interface ExternalDatabaseConnection {
25
25
  * @readonly
26
26
  */
27
27
  connectionStatus?: ConnectionStatus;
28
- /** The protocol version supported by the external database. */
28
+ /** The protocol version of the external database connection. */
29
29
  protocolVersion?: ProtocolVersion;
30
30
  /**
31
- * The public key used to validate requests to the external database. Applicable only when the protocol version is 3.
31
+ * The public key used to validate requests to the external database. Applicable only when the protocol version is `V3`.
32
32
  * @readonly
33
33
  */
34
34
  publicKey?: string | null;
@@ -38,7 +38,7 @@ export interface ExternalDatabaseConnection {
38
38
  */
39
39
  capabilities?: Capabilities;
40
40
  /**
41
- * The application ID of the external database. Applicable only when the protocol version is 3.
41
+ * The application ID of the external database. Applicable only when the protocol version is `V3`.
42
42
  * @readonly
43
43
  */
44
44
  applicationId?: string | null;
@@ -324,10 +324,10 @@ export interface UpdateExternalDatabaseConnection {
324
324
  * @readonly
325
325
  */
326
326
  connectionStatus?: ConnectionStatus;
327
- /** The protocol version supported by the external database. */
327
+ /** The protocol version of the external database connection. */
328
328
  protocolVersion?: ProtocolVersion;
329
329
  /**
330
- * The public key used to validate requests to the external database. Applicable only when the protocol version is 3.
330
+ * The public key used to validate requests to the external database. Applicable only when the protocol version is `V3`.
331
331
  * @readonly
332
332
  */
333
333
  publicKey?: string | null;
@@ -337,7 +337,7 @@ export interface UpdateExternalDatabaseConnection {
337
337
  */
338
338
  capabilities?: Capabilities;
339
339
  /**
340
- * The application ID of the external database. Applicable only when the protocol version is 3.
340
+ * The application ID of the external database. Applicable only when the protocol version is `V3`.
341
341
  * @readonly
342
342
  */
343
343
  applicationId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/data",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,5 +32,5 @@
32
32
  "groupId": "com.wixpress.public-sdk-autogen"
33
33
  }
34
34
  },
35
- "falconPackageHash": "fd2e46cc620c71583942ad31bc83164ee83fa8de56b525fcc6fdca2f"
35
+ "falconPackageHash": "2efd2c13254b912a3619e5e3548531dce2de3a64a28007cad7630038"
36
36
  }