Comparing version 0.9.2-alpha to 0.9.3-alpha
@@ -30,4 +30,5 @@ import Base from "./Base"; | ||
name: string; | ||
roles: APIUserRole[]; | ||
firstname: string; | ||
}; | ||
} |
@@ -58,2 +58,3 @@ import { __extends } from "tslib"; | ||
name: this.name, | ||
roles: this.roles, | ||
firstname: this.firstname, | ||
@@ -60,0 +61,0 @@ }; |
@@ -13,2 +13,3 @@ import { APIUserAuthenticatedData } from "../@types"; | ||
name: string; | ||
roles: import("../@types").APIUserRole[]; | ||
email: string; | ||
@@ -15,0 +16,0 @@ firstname: string; |
@@ -27,2 +27,3 @@ import { __extends } from "tslib"; | ||
name: this.name, | ||
roles: this.roles, | ||
email: this.email, | ||
@@ -29,0 +30,0 @@ firstname: this.firstname, |
{ | ||
"name": "rr-apilib", | ||
"version": "0.9.2-alpha", | ||
"version": "0.9.3-alpha", | ||
"description": "Library for interact with RR-API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
186346
2744