asma-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -41,3 +41,3 @@ export declare enum InitiatorTypes { | ||
} | ||
export declare enum ConsentsGroup { | ||
export declare enum ConsentsGroupTypes { | ||
GENERAL = "GENERAL", | ||
@@ -47,7 +47,7 @@ QUERY = "QUERY", | ||
} | ||
export declare enum ConsentsType { | ||
export declare enum ConsentsTypeTypes { | ||
MANDATORY = "MANDATORY", | ||
OPTIONAL = "OPTIONAL" | ||
} | ||
export declare enum DocumentPatientSecurityLevel { | ||
export declare enum DocumentPatientSecurityLevelTypes { | ||
ONE = "1", | ||
@@ -58,3 +58,3 @@ TWO = "2", | ||
} | ||
export declare enum QueriesStatus { | ||
export declare enum QueriesStatusTypes { | ||
INBOUND = "INBOUND", | ||
@@ -68,3 +68,3 @@ IN_PROGRESS = "IN_PROGRESS", | ||
} | ||
export declare enum QueriesInitiator { | ||
export declare enum QueriesInitiatorTypes { | ||
PATIENT = "PATIENT", | ||
@@ -74,7 +74,7 @@ CUSTOMER = "CUSTOMER", | ||
} | ||
export declare enum SmsTemplatesCategory { | ||
export declare enum SmsTemplatesCategoryTypes { | ||
INFO = "INFO", | ||
REJECT = "REJECT" | ||
} | ||
export declare enum TemplatesContext { | ||
export declare enum TemplatesContextTypes { | ||
ADVOCA = "ADVOCA", | ||
@@ -84,3 +84,3 @@ PORTAL = "PORTAL", | ||
} | ||
export declare enum TemplatesAccessible { | ||
export declare enum TemplatesAccessibleTypes { | ||
PATIENT = "PATIENT", | ||
@@ -87,0 +87,0 @@ CUSTOMER = "CUSTOMER" |
@@ -51,52 +51,52 @@ // deprecated, replaced with QueriesInitiator | ||
})(ActorTypes || (ActorTypes = {})); | ||
export var ConsentsGroup; | ||
(function (ConsentsGroup) { | ||
ConsentsGroup["GENERAL"] = "GENERAL"; | ||
ConsentsGroup["QUERY"] = "QUERY"; | ||
ConsentsGroup["COMMUNICATION"] = "COMMUNICATION"; | ||
})(ConsentsGroup || (ConsentsGroup = {})); | ||
export var ConsentsType; | ||
(function (ConsentsType) { | ||
ConsentsType["MANDATORY"] = "MANDATORY"; | ||
ConsentsType["OPTIONAL"] = "OPTIONAL"; | ||
})(ConsentsType || (ConsentsType = {})); | ||
export var DocumentPatientSecurityLevel; | ||
(function (DocumentPatientSecurityLevel) { | ||
DocumentPatientSecurityLevel["ONE"] = "1"; | ||
DocumentPatientSecurityLevel["TWO"] = "2"; | ||
DocumentPatientSecurityLevel["THREE"] = "3"; | ||
DocumentPatientSecurityLevel["FOUR"] = "4"; | ||
})(DocumentPatientSecurityLevel || (DocumentPatientSecurityLevel = {})); | ||
export var QueriesStatus; | ||
(function (QueriesStatus) { | ||
QueriesStatus["INBOUND"] = "INBOUND"; | ||
QueriesStatus["IN_PROGRESS"] = "IN_PROGRESS"; | ||
QueriesStatus["AWAITING_REPLY"] = "AWAITING_REPLY"; | ||
QueriesStatus["EXPIRED"] = "EXPIRED"; | ||
QueriesStatus["COMPLETED"] = "COMPLETED"; | ||
QueriesStatus["PROCESSED"] = "PROCESSED"; | ||
QueriesStatus["REJECTED"] = "REJECTED"; | ||
})(QueriesStatus || (QueriesStatus = {})); | ||
export var QueriesInitiator; | ||
(function (QueriesInitiator) { | ||
QueriesInitiator["PATIENT"] = "PATIENT"; | ||
QueriesInitiator["CUSTOMER"] = "CUSTOMER"; | ||
QueriesInitiator["SELFCOMPLETABLE"] = "SELFCOMPLETABLE"; | ||
})(QueriesInitiator || (QueriesInitiator = {})); | ||
export var SmsTemplatesCategory; | ||
(function (SmsTemplatesCategory) { | ||
SmsTemplatesCategory["INFO"] = "INFO"; | ||
SmsTemplatesCategory["REJECT"] = "REJECT"; | ||
})(SmsTemplatesCategory || (SmsTemplatesCategory = {})); | ||
export var TemplatesContext; | ||
(function (TemplatesContext) { | ||
TemplatesContext["ADVOCA"] = "ADVOCA"; | ||
TemplatesContext["PORTAL"] = "PORTAL"; | ||
TemplatesContext["OUTLOOK"] = "OUTLOOK"; | ||
})(TemplatesContext || (TemplatesContext = {})); | ||
export var TemplatesAccessible; | ||
(function (TemplatesAccessible) { | ||
TemplatesAccessible["PATIENT"] = "PATIENT"; | ||
TemplatesAccessible["CUSTOMER"] = "CUSTOMER"; | ||
})(TemplatesAccessible || (TemplatesAccessible = {})); | ||
export var ConsentsGroupTypes; | ||
(function (ConsentsGroupTypes) { | ||
ConsentsGroupTypes["GENERAL"] = "GENERAL"; | ||
ConsentsGroupTypes["QUERY"] = "QUERY"; | ||
ConsentsGroupTypes["COMMUNICATION"] = "COMMUNICATION"; | ||
})(ConsentsGroupTypes || (ConsentsGroupTypes = {})); | ||
export var ConsentsTypeTypes; | ||
(function (ConsentsTypeTypes) { | ||
ConsentsTypeTypes["MANDATORY"] = "MANDATORY"; | ||
ConsentsTypeTypes["OPTIONAL"] = "OPTIONAL"; | ||
})(ConsentsTypeTypes || (ConsentsTypeTypes = {})); | ||
export var DocumentPatientSecurityLevelTypes; | ||
(function (DocumentPatientSecurityLevelTypes) { | ||
DocumentPatientSecurityLevelTypes["ONE"] = "1"; | ||
DocumentPatientSecurityLevelTypes["TWO"] = "2"; | ||
DocumentPatientSecurityLevelTypes["THREE"] = "3"; | ||
DocumentPatientSecurityLevelTypes["FOUR"] = "4"; | ||
})(DocumentPatientSecurityLevelTypes || (DocumentPatientSecurityLevelTypes = {})); | ||
export var QueriesStatusTypes; | ||
(function (QueriesStatusTypes) { | ||
QueriesStatusTypes["INBOUND"] = "INBOUND"; | ||
QueriesStatusTypes["IN_PROGRESS"] = "IN_PROGRESS"; | ||
QueriesStatusTypes["AWAITING_REPLY"] = "AWAITING_REPLY"; | ||
QueriesStatusTypes["EXPIRED"] = "EXPIRED"; | ||
QueriesStatusTypes["COMPLETED"] = "COMPLETED"; | ||
QueriesStatusTypes["PROCESSED"] = "PROCESSED"; | ||
QueriesStatusTypes["REJECTED"] = "REJECTED"; | ||
})(QueriesStatusTypes || (QueriesStatusTypes = {})); | ||
export var QueriesInitiatorTypes; | ||
(function (QueriesInitiatorTypes) { | ||
QueriesInitiatorTypes["PATIENT"] = "PATIENT"; | ||
QueriesInitiatorTypes["CUSTOMER"] = "CUSTOMER"; | ||
QueriesInitiatorTypes["SELFCOMPLETABLE"] = "SELFCOMPLETABLE"; | ||
})(QueriesInitiatorTypes || (QueriesInitiatorTypes = {})); | ||
export var SmsTemplatesCategoryTypes; | ||
(function (SmsTemplatesCategoryTypes) { | ||
SmsTemplatesCategoryTypes["INFO"] = "INFO"; | ||
SmsTemplatesCategoryTypes["REJECT"] = "REJECT"; | ||
})(SmsTemplatesCategoryTypes || (SmsTemplatesCategoryTypes = {})); | ||
export var TemplatesContextTypes; | ||
(function (TemplatesContextTypes) { | ||
TemplatesContextTypes["ADVOCA"] = "ADVOCA"; | ||
TemplatesContextTypes["PORTAL"] = "PORTAL"; | ||
TemplatesContextTypes["OUTLOOK"] = "OUTLOOK"; | ||
})(TemplatesContextTypes || (TemplatesContextTypes = {})); | ||
export var TemplatesAccessibleTypes; | ||
(function (TemplatesAccessibleTypes) { | ||
TemplatesAccessibleTypes["PATIENT"] = "PATIENT"; | ||
TemplatesAccessibleTypes["CUSTOMER"] = "CUSTOMER"; | ||
})(TemplatesAccessibleTypes || (TemplatesAccessibleTypes = {})); | ||
//# sourceMappingURL=enums.js.map |
{ | ||
"name": "asma-types", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -48,3 +48,3 @@ // deprecated, replaced with QueriesInitiator | ||
export enum ConsentsGroup { | ||
export enum ConsentsGroupTypes { | ||
GENERAL = 'GENERAL', | ||
@@ -55,3 +55,3 @@ QUERY = 'QUERY', | ||
export enum ConsentsType { | ||
export enum ConsentsTypeTypes { | ||
MANDATORY = 'MANDATORY', | ||
@@ -61,3 +61,3 @@ OPTIONAL = 'OPTIONAL', | ||
export enum DocumentPatientSecurityLevel { | ||
export enum DocumentPatientSecurityLevelTypes { | ||
ONE = '1', | ||
@@ -69,3 +69,3 @@ TWO = '2', | ||
export enum QueriesStatus { | ||
export enum QueriesStatusTypes { | ||
INBOUND = 'INBOUND', | ||
@@ -80,3 +80,3 @@ IN_PROGRESS = 'IN_PROGRESS', | ||
export enum QueriesInitiator { | ||
export enum QueriesInitiatorTypes { | ||
PATIENT = 'PATIENT', | ||
@@ -87,3 +87,3 @@ CUSTOMER = 'CUSTOMER', | ||
export enum SmsTemplatesCategory { | ||
export enum SmsTemplatesCategoryTypes { | ||
INFO = 'INFO', | ||
@@ -93,3 +93,3 @@ REJECT = 'REJECT', | ||
export enum TemplatesContext { | ||
export enum TemplatesContextTypes { | ||
ADVOCA = 'ADVOCA', | ||
@@ -100,5 +100,5 @@ PORTAL = 'PORTAL', | ||
export enum TemplatesAccessible { | ||
export enum TemplatesAccessibleTypes { | ||
PATIENT = 'PATIENT', | ||
CUSTOMER = 'CUSTOMER', | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
29695
0