Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/entity-types

Package Overview
Dependencies
Maintainers
9
Versions
59
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.7 to 1.1.8

14

lib/app-version.d.ts

@@ -34,3 +34,3 @@ import { BaseManagedEntity } from "@contrail/core-types";

}
export declare class ConfigProperty {
export interface ConfigProperty {
slug: string;

@@ -41,3 +41,3 @@ propertyType: PropertyType;

}
export declare class TriggerKeyDefinition {
export interface TriggerKeyDefinition {
name: string;

@@ -48,1 +48,11 @@ description?: string;

}
export interface ExternalLink {
name: string;
label: string;
img?: string;
extraAttributes: ExternalLinkExtraAttribute[];
}
export interface ExternalLinkExtraAttribute {
name: string;
value: any;
}

16

lib/app-version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TriggerKeyDefinition = exports.ConfigProperty = exports.AppRuntime = exports.AppVersionStatus = void 0;
exports.AppRuntime = exports.AppVersionStatus = void 0;
var AppVersionStatus;

@@ -18,15 +18,1 @@ (function (AppVersionStatus) {

})(AppRuntime = exports.AppRuntime || (exports.AppRuntime = {}));
class ConfigProperty {
slug;
propertyType;
options;
label;
}
exports.ConfigProperty = ConfigProperty;
class TriggerKeyDefinition {
name;
description;
triggerKey;
external;
}
exports.TriggerKeyDefinition = TriggerKeyDefinition;
{
"name": "@contrail/entity-types",
"version": "1.1.7",
"version": "1.1.8",
"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