redis-cloud-api-sdk
Advanced tools
Comparing version 1.9.6 to 1.9.8
@@ -30,2 +30,6 @@ import { Region } from './general'; | ||
* @param quantityMeasurement The quantity measurement of the subscription pricing | ||
* @param typeDetails The details of the type measurement of the subscription pricing | ||
* @param pricePerUnit The price per unit of the type measurement of the subscription pricing | ||
* @param priceCurrency The currency of the price | ||
* @param pricePeriod The time period of the price | ||
*/ | ||
@@ -36,2 +40,6 @@ export declare type SubscriptionPricing = { | ||
quantityMeasurement: string; | ||
typeDetails?: string; | ||
pricePerUnit?: number; | ||
priceCurrency?: string; | ||
pricePeriod?: string; | ||
[key: string]: any; | ||
@@ -38,0 +46,0 @@ }; |
@@ -0,1 +1,2 @@ | ||
import { SubscriptionPricing } from "./responses/subscription"; | ||
/** | ||
@@ -21,2 +22,3 @@ * Task object | ||
* @param error The error of the task | ||
* @param resource The resource of the task (Returned when dryRun = true) | ||
*/ | ||
@@ -26,2 +28,3 @@ export declare type TaskResponse = { | ||
error?: ErrorResponse; | ||
resource?: SubscriptionPricing[]; | ||
[key: string]: any; | ||
@@ -28,0 +31,0 @@ }; |
{ | ||
"name": "redis-cloud-api-sdk", | ||
"version": "1.9.6", | ||
"version": "1.9.8", | ||
"description": "This is a client for the Redislabs Cloud API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
170715
13
3594