rl-cloud-api-sdk
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -15,2 +15,4 @@ import { DatabaseModule } from './general'; | ||
* @param replication If the database replication is enabled/disabled | ||
* @param privateEndpoint The private endpoint of the database | ||
* @param publicEndpoint The public endpoint of the database | ||
* @param dataEvictionPolicy The data eviction policy of the database | ||
@@ -37,2 +39,4 @@ * @param throughputMeasurement The throughput measurement of the database | ||
replication: boolean; | ||
privateEndpoint: string; | ||
publicEndpoint: string; | ||
dataEvictionPolicy: DatabaseDataEvictionPolicy; | ||
@@ -39,0 +43,0 @@ throughputMeasurement: DatabaseThroughputMeasurement; |
{ | ||
"name": "rl-cloud-api-sdk", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "This is a client for the Redislabs Cloud API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
87972
1780