@bruit/types
Advanced tools
Comparing version 0.2.27-1 to 0.2.27-2
@@ -6,3 +6,4 @@ export declare enum BrtFieldType { | ||
CHECKBOX = "checkbox", | ||
RATING = "rating" | ||
RATING = "rating", | ||
SELECT = "select" | ||
} |
@@ -10,3 +10,4 @@ "use strict"; | ||
BrtFieldType["RATING"] = "rating"; | ||
BrtFieldType["SELECT"] = "select"; | ||
})(BrtFieldType = exports.BrtFieldType || (exports.BrtFieldType = {})); | ||
// impact brtField interface if you edit this enum |
@@ -9,2 +9,3 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
max?: number; | ||
options?: string[]; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.27-1", | ||
"version": "0.2.27-2", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
27998
898