Comparing version 0.26.1 to 0.27.0
@@ -342,3 +342,3 @@ /// <reference types="node" /> | ||
} | ||
export interface IRawEntity { | ||
interface IRawEntity { | ||
id: string; | ||
@@ -354,3 +354,3 @@ name: string; | ||
} | ||
export interface IEntityUser { | ||
interface IEntityUser { | ||
email: string; | ||
@@ -365,3 +365,3 @@ role: string; | ||
} | ||
export interface IEntity { | ||
interface IEntity { | ||
id: string; | ||
@@ -374,1 +374,2 @@ parent: string; | ||
} | ||
export {}; |
{ | ||
"name": "remote.it", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "remote.it JavaScript/node client library", | ||
@@ -5,0 +5,0 @@ "main": "dist/remote.it.js", |
Sorry, the diff of this file is not supported yet
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
2589
305530