asma-types
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -0,1 +1,6 @@ | ||
export declare enum ArtifactPresenterTypes { | ||
Qnr = "Questionnaire", | ||
DocumentProxy = "DocumentProxy", | ||
DocumentOutlook = "DocumentOutlook" | ||
} | ||
export declare enum FileExtension { | ||
@@ -2,0 +7,0 @@ ZIP = "zip", |
@@ -0,1 +1,7 @@ | ||
export var ArtifactPresenterTypes; | ||
(function (ArtifactPresenterTypes) { | ||
ArtifactPresenterTypes["Qnr"] = "Questionnaire"; | ||
ArtifactPresenterTypes["DocumentProxy"] = "DocumentProxy"; | ||
ArtifactPresenterTypes["DocumentOutlook"] = "DocumentOutlook"; | ||
})(ArtifactPresenterTypes || (ArtifactPresenterTypes = {})); | ||
export var FileExtension; | ||
@@ -2,0 +8,0 @@ (function (FileExtension) { |
{ | ||
"name": "asma-types", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,1 +1,7 @@ | ||
export enum ArtifactPresenterTypes { | ||
Qnr = 'Questionnaire', | ||
DocumentProxy = 'DocumentProxy', | ||
DocumentOutlook = 'DocumentOutlook', | ||
} | ||
export enum FileExtension { | ||
@@ -2,0 +8,0 @@ ZIP = 'zip', |
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
58372
1166