Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asma-types

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

16

lib/interfaces/enums.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc