@contrail/entity-types
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "@contrail/core-types"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { AppOrg } from "./app-org"; | ||
@@ -3,0 +3,0 @@ export interface AppApiKey extends OrgManagedEntity { |
import { App } from './app'; | ||
import { BaseManagedEntity } from '@contrail/core-types'; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
export interface AppCodePackage extends BaseManagedEntity { | ||
@@ -4,0 +4,0 @@ id: string; |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "@contrail/core-types"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
import { App } from "./app"; | ||
@@ -3,0 +3,0 @@ import { AppVersion } from "./app-version"; |
@@ -1,2 +0,2 @@ | ||
import { BaseManagedEntity } from "@contrail/core-types"; | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { App } from "./app"; | ||
@@ -3,0 +3,0 @@ import { AppCodePackage } from "./app-code-package"; |
@@ -1,2 +0,2 @@ | ||
import { BaseManagedEntity } from "@contrail/core-types"; | ||
import { BaseManagedEntity } from "./base-managed-entity"; | ||
import { AppCodePackage } from "./app-code-package"; | ||
@@ -3,0 +3,0 @@ import { AppOrg } from "./app-org"; |
@@ -1,2 +0,2 @@ | ||
import { TypeManagedEntity } from "@contrail/core-types"; | ||
import { TypeManagedEntity } from "./type-managed-entity"; | ||
import { Content } from './content'; | ||
@@ -3,0 +3,0 @@ export interface Asset extends TypeManagedEntity { |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from '@contrail/core-types'; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
export interface ContentCustomSize extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ id?: string; |
@@ -1,2 +0,2 @@ | ||
import { BaseManagedEntity } from '@contrail/core-types'; | ||
import { BaseManagedEntity } from './base-managed-entity'; | ||
import { ContentHolderContent } from './contentholder-content'; | ||
@@ -3,0 +3,0 @@ export interface Content extends BaseManagedEntity { |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from "@contrail/core-types"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
export interface ContentHolderContent extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ contentHolderReference?: string; |
@@ -1,2 +0,2 @@ | ||
import { OrgManagedEntity } from '@contrail/core-types'; | ||
import { OrgManagedEntity } from './org-managed-entity'; | ||
export interface File extends OrgManagedEntity { | ||
@@ -3,0 +3,0 @@ ownedByReference?: string; |
@@ -14,1 +14,3 @@ export * from './app-api-key'; | ||
export * from './property-type'; | ||
export * from './org-managed-entity'; | ||
export * from './base-managed-entity'; |
@@ -30,1 +30,3 @@ "use strict"; | ||
__exportStar(require("./property-type"), exports); | ||
__exportStar(require("./org-managed-entity"), exports); | ||
__exportStar(require("./base-managed-entity"), exports); |
@@ -1,2 +0,2 @@ | ||
import { TypeManagedEntity } from '@contrail/core-types'; | ||
import { TypeManagedEntity } from './type-managed-entity'; | ||
export interface Item extends TypeManagedEntity { | ||
@@ -3,0 +3,0 @@ itemFamilyId?: string; |
@@ -1,2 +0,2 @@ | ||
import { TypeManagedEntity } from '@contrail/core-types'; | ||
import { TypeManagedEntity } from './type-managed-entity'; | ||
import { Project } from './project'; | ||
@@ -3,0 +3,0 @@ export interface ProjectItem extends TypeManagedEntity { |
@@ -1,4 +0,4 @@ | ||
import { OrgManagedEntity } from "@contrail/core-types"; | ||
import { OrgManagedEntity } from "./org-managed-entity"; | ||
export interface Project extends OrgManagedEntity { | ||
name: string; | ||
} |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -19,5 +19,2 @@ "main": "lib/index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@contrail/core-types": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
@@ -24,0 +21,0 @@ "@types/node": "^18.15.11", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13808
0
38
398
0
- Removed@contrail/core-types@^1.0.6