New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/entity-types

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/entity-types - npm Package Compare versions

Comparing version 1.1.55-9 to 1.1.55-10

18

lib/loader.d.ts

@@ -1,3 +0,3 @@

import { LogLevel } from './log-level';
import { OrgManagedEntity } from './org-managed-entity';
import { LogLevel } from "./log-level";
import { OrgManagedEntity } from "./org-managed-entity";
export declare class ColumnDefinition {

@@ -54,5 +54,15 @@ fromProperty?: string;

transformWarnings?: any[];
globalIssues?: GeneralIssueDetails[];
generalErrors?: GeneralIssueDetails[];
generalWarnings?: GeneralIssueDetails[];
failureArea?: LoaderFailureArea;
preprocessingStepResults: PreProcessingStep[];
systemErrors: GeneralIssueDetails[];
systemWarnings: GeneralIssueDetails[];
}
export interface PreProcessingStep {
preprocessingStepName: string;
numberOfWarnings: Number;
fileId: string;
numberOfErrors: Number;
}
export interface RowLoadError {

@@ -176,3 +186,2 @@ data: any;

export declare enum IssueType {
CONFIG = "CONFIG",
INVALID_DATA = "INVALID_DATA",

@@ -189,3 +198,4 @@ MISSING_DATA = "MISSING_DATA",

UPLOADING_DATA = "UPLOADING_DATA",
VALIDATING_DATA = "VALIDATING_DATA",
NONE = "NONE"
}

@@ -88,3 +88,2 @@ "use strict";

(function (IssueType) {
IssueType["CONFIG"] = "CONFIG";
IssueType["INVALID_DATA"] = "INVALID_DATA";

@@ -102,3 +101,4 @@ IssueType["MISSING_DATA"] = "MISSING_DATA";

LoaderFailureArea["UPLOADING_DATA"] = "UPLOADING_DATA";
LoaderFailureArea["VALIDATING_DATA"] = "VALIDATING_DATA";
LoaderFailureArea["NONE"] = "NONE";
})(LoaderFailureArea = exports.LoaderFailureArea || (exports.LoaderFailureArea = {}));
{
"name": "@contrail/entity-types",
"version": "1.1.55-9",
"version": "1.1.55-10",
"description": "A types library for Vibeiq entities.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc