@dynamic-labs/sdk-api-core
Advanced tools
Comparing version 0.0.434 to 0.0.435
{ | ||
"name": "@dynamic-labs/sdk-api-core", | ||
"version": "0.0.434", | ||
"version": "0.0.435", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -20,3 +20,3 @@ /** | ||
/** | ||
* if this field must be unique for every user in the environment | ||
* If this field must be unique for every user in the environment | ||
* @type {boolean} | ||
@@ -27,3 +27,3 @@ * @memberof CustomFieldValidationRules | ||
/** | ||
* must follow a certain regex | ||
* The regex pattern that the text field must match | ||
* @type {string} | ||
@@ -34,3 +34,3 @@ * @memberof CustomFieldValidationRules | ||
/** | ||
* must go with one of the valid selection choices | ||
* The dropdown options for the select field | ||
* @type {Array<CustomFieldValidValue>} | ||
@@ -41,3 +41,3 @@ * @memberof CustomFieldValidationRules | ||
/** | ||
* text that will be displayed next to the checkbox | ||
* The text that will be displayed for the checkbox field | ||
* @type {string} | ||
@@ -44,0 +44,0 @@ * @memberof CustomFieldValidationRules |
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
1302387