idea-toolbox
Advanced tools
Comparing version 6.2.11 to 6.2.12
@@ -26,7 +26,2 @@ import { Resource } from './resource.model'; | ||
/** | ||
* Whether the user is a robot (e.g. used for data-exchange purposes) or a physical (real) user. | ||
* Note: robot users can't sign-into the apps front-end. | ||
*/ | ||
isRobot?: boolean; | ||
/** | ||
* @deprecated | ||
@@ -33,0 +28,0 @@ */ |
@@ -19,4 +19,2 @@ "use strict"; | ||
this.createdAt = this.clean(x.createdAt, d => new Date(d).getTime(), Date.now()); | ||
if (x.isRobot) | ||
this.isRobot = true; | ||
// @todo kept for retrocompatibility before `IDEA Ionic Extra v5.15.x` #22 | ||
@@ -32,4 +30,2 @@ // --> when all the projects are advanced to that version, you can remove this attribute | ||
this.createdAt = safeData.createdAt; | ||
if (safeData.isRobot) | ||
this.isRobot = true; | ||
// @todo kept for retrocompatibility before `IDEA Ionic Extra v5.15.x` #22 | ||
@@ -36,0 +32,0 @@ // --> when all the projects are advanced to that version, you can remove this attribute |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.2.11", | ||
"version": "6.2.12", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236074
6915