@contrail/entity-types
Advanced tools
Comparing version 1.1.33 to 1.1.34
@@ -30,3 +30,1 @@ export declare enum PropertyType { | ||
} | ||
export declare const AllPropertyTypes: Array<PropertyTypeMetaData>; | ||
export declare const PropertyTypeMeta: Map<PropertyType, PropertyTypeMetaData>; |
"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", |
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
25044
663