asma-types
Advanced tools
Comparing version 1.1.15 to 1.1.16
@@ -34,3 +34,7 @@ export declare enum InitiatorTypes { | ||
Emoticons = "Emoticons", | ||
DocumentUpload = "DocumentUpload" | ||
DocumentUpload = "DocumentUpload", | ||
Readonly = "Readonly", | ||
ExpressionQuestion = "ExpressionQuestion", | ||
Chart = "Chart", | ||
Widget = "Widget" | ||
} | ||
@@ -37,0 +41,0 @@ export declare enum ActorTypes { |
@@ -44,2 +44,6 @@ // deprecated, replaced with QueriesInitiator | ||
QuestionTypes["DocumentUpload"] = "DocumentUpload"; | ||
QuestionTypes["Readonly"] = "Readonly"; | ||
QuestionTypes["ExpressionQuestion"] = "ExpressionQuestion"; | ||
QuestionTypes["Chart"] = "Chart"; | ||
QuestionTypes["Widget"] = "Widget"; | ||
})(QuestionTypes || (QuestionTypes = {})); | ||
@@ -46,0 +50,0 @@ export var ActorTypes; |
{ | ||
"name": "asma-types", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -40,2 +40,6 @@ // deprecated, replaced with QueriesInitiator | ||
DocumentUpload = 'DocumentUpload', | ||
Readonly = 'Readonly', | ||
ExpressionQuestion = 'ExpressionQuestion', | ||
Chart = 'Chart', | ||
Widget = 'Widget' | ||
} | ||
@@ -42,0 +46,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
55562
1070