idea-toolbox
Advanced tools
Comparing version 6.2.14 to 6.3.0
@@ -21,6 +21,2 @@ import { Resource } from './resource.model'; | ||
/** | ||
* The language currently set. | ||
*/ | ||
language: string; | ||
/** | ||
* The timestamp of creation (backend). | ||
@@ -27,0 +23,0 @@ */ |
@@ -15,3 +15,2 @@ "use strict"; | ||
this.stage = this.clean(x.stage, String); | ||
this.language = this.clean(x.language, String); | ||
this.createdAt = this.clean(x.createdAt, t => new Date(t).toISOString()); | ||
@@ -18,0 +17,0 @@ this.expiresAt = this.clean(x.expiresAt, Number); |
@@ -46,2 +46,3 @@ export * from './address.model'; | ||
export * from './resource.model'; | ||
export * from './sentiment.enum'; | ||
export * from './signature.model'; | ||
@@ -48,0 +49,0 @@ export * from './signedURL.model'; |
@@ -58,2 +58,3 @@ "use strict"; | ||
__exportStar(require("./resource.model"), exports); | ||
__exportStar(require("./sentiment.enum"), exports); | ||
__exportStar(require("./signature.model"), exports); | ||
@@ -60,0 +61,0 @@ __exportStar(require("./signedURL.model"), exports); |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.2.14", | ||
"version": "6.3.0", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "engines": { |
236994
115
6947