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

@contrail/entity-types

Package Overview
Dependencies
Maintainers
10
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.33 to 1.1.34

2

lib/property-type.d.ts

@@ -30,3 +30,1 @@ export declare enum PropertyType {

}
export declare const AllPropertyTypes: Array<PropertyTypeMetaData>;
export declare const PropertyTypeMeta: Map<PropertyType, PropertyTypeMetaData>;

26

lib/property-type.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PropertyType = void 0;
var PropertyType;
(function (PropertyType) {
PropertyType["Text"] = "text";
PropertyType["String"] = "string";
PropertyType["Number"] = "number";
PropertyType["Date"] = "date";
PropertyType["Boolean"] = "boolean";
PropertyType["MultiSelect"] = "multi_select";
PropertyType["SingleSelect"] = "choice";
PropertyType["Url"] = "url";
PropertyType["Currency"] = "currency";
PropertyType["Percent"] = "percent";
PropertyType["Rating"] = "rating";
PropertyType["Formula"] = "formula";
PropertyType["ObjectReference"] = "object_reference";
PropertyType["ObjectReferenceList"] = "object_ref_list";
PropertyType["DataGrid"] = "data_grid";
PropertyType["CascadingSelect"] = "cascading_select";
PropertyType["Sequence"] = "sequence";
PropertyType["Constant"] = "constant";
PropertyType["Composite"] = "composite";
PropertyType["UserList"] = "userList";
PropertyType["Image"] = "image";
PropertyType["Json"] = "json";
})(PropertyType = exports.PropertyType || (exports.PropertyType = {}));
{
"name": "@contrail/entity-types",
"version": "1.1.33",
"version": "1.1.34",
"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