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

asma-types

Package Overview
Dependencies
Maintainers
4
Versions
151
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.6 to 1.1.7

49

lib/interfaces/enums.d.ts

@@ -83,2 +83,51 @@ export declare enum InitiatorTypes {

}
export declare enum DocumentTypes {
individual = "individual",
group = "group"
}
export declare enum QuestionStateTypes {
ForAllTemplates = "ForAllTemplates"
}
export declare enum DROPDOWN {
Ordinary = "ORDINARY",
PostCodeWithSity = "REGION_POST_CODE",
Country = "COUNTRY"
}
export declare enum NumberTypes {
PersonalNumber = "PERSONAL_NUMBER",
NorwegianPhoneNr = "NORWEGIAN_PHONE_NR",
Customizable = "CUSTOMIZABLE",
CurrencyNok = "CURENCY_NOK",
Ordinary = "ORDINARY",
Years = "YEARS"
}
export declare enum DocStatusTypes {
Signed = "signed",
WaitingForSigning = "waiting_for_signing",
OnlyForView = "only_for_view",
Rejected = "rejected"
}
export declare enum DocPickerTypes {
dokklad = "Dokklad",
postJournal = "PostJournal"
}
export declare enum UploadSource {
Local = "local",
Adopus = "adopus",
Dokklad = "dokklad",
Outlook = "outlook"
}
export declare enum SourceDocType {
Adopus = "adopus_doc_id",
Dokklad = "dokklad_doc_id"
}
export declare enum MenuContextTypes {
Chat = "chat",
Portal = "portal"
}
export declare enum UsersMenuContext {
Patients = "patients",
Therapist = "therapist",
Actor_Involved = "actor_involved"
}
//# sourceMappingURL=enums.d.ts.map

@@ -101,2 +101,106 @@ // deprecated, replaced with QueriesInitiator

})(TemplatesAccessibleTypes || (TemplatesAccessibleTypes = {}));
/* export enum InitiatorTypes {
Customer = 'customer',
Patient = 'patient',
SelfCompletable = 'self-completable',
} */
export var DocumentTypes;
(function (DocumentTypes) {
DocumentTypes["individual"] = "individual";
DocumentTypes["group"] = "group";
})(DocumentTypes || (DocumentTypes = {}));
/* export enum EprTypes {
ADVITAM = 'ADVITAM',
ADOPUS = 'ADOPUS',
} */
export var QuestionStateTypes;
(function (QuestionStateTypes) {
QuestionStateTypes["ForAllTemplates"] = "ForAllTemplates";
})(QuestionStateTypes || (QuestionStateTypes = {}));
/* export enum QnrStatusTypes {
Inbound = 'INBOUND',
AwaitingReply = 'AWAITING_REPLY',
InProgress = 'IN_PROGRESS',
Completed = 'COMPLETED',
Processed = 'PROCESSED',
Expired = 'EXPIRED',
Rejected = 'REJECTED',
} */
/* export enum QuestionTypes {
BooleanQuestion = 'BooleanQuestion',
CheckBoxes = 'CheckBoxes',
CompositeQuestion = 'CompositeQuestion',
DateField = 'DateField',
Dropdown = 'Dropdown',
FormatNumber = 'FormatNumber',
LinearScale = 'LinearScale',
Link = 'Link',
RadioButtons = 'RadioButtons',
TextLong = 'TextLong',
TextShort = 'TextShort',
Emoticons = 'Emoticons',
DocumentUpload = 'DocumentUpload',
} */
export var DROPDOWN;
(function (DROPDOWN) {
DROPDOWN["Ordinary"] = "ORDINARY";
DROPDOWN["PostCodeWithSity"] = "REGION_POST_CODE";
DROPDOWN["Country"] = "COUNTRY";
})(DROPDOWN || (DROPDOWN = {}));
export var NumberTypes;
(function (NumberTypes) {
NumberTypes["PersonalNumber"] = "PERSONAL_NUMBER";
NumberTypes["NorwegianPhoneNr"] = "NORWEGIAN_PHONE_NR";
NumberTypes["Customizable"] = "CUSTOMIZABLE";
NumberTypes["CurrencyNok"] = "CURENCY_NOK";
NumberTypes["Ordinary"] = "ORDINARY";
NumberTypes["Years"] = "YEARS";
})(NumberTypes || (NumberTypes = {}));
/* export enum ConsentTypes {
Mandatory = 'MANDATORY',
Optional = 'OPTIONAL',
}
export enum ConsentGroup {
General = 'GENERAL',
Query = 'QUERY',
Communication = 'COMMINICATION',
} */
export var DocStatusTypes;
(function (DocStatusTypes) {
DocStatusTypes["Signed"] = "signed";
DocStatusTypes["WaitingForSigning"] = "waiting_for_signing";
DocStatusTypes["OnlyForView"] = "only_for_view";
DocStatusTypes["Rejected"] = "rejected";
/* download = 'download',
uploaded = 'uploaded' */
})(DocStatusTypes || (DocStatusTypes = {}));
export var DocPickerTypes;
(function (DocPickerTypes) {
DocPickerTypes["dokklad"] = "Dokklad";
DocPickerTypes["postJournal"] = "PostJournal";
})(DocPickerTypes || (DocPickerTypes = {}));
export var UploadSource;
(function (UploadSource) {
UploadSource["Local"] = "local";
UploadSource["Adopus"] = "adopus";
UploadSource["Dokklad"] = "dokklad";
UploadSource["Outlook"] = "outlook";
})(UploadSource || (UploadSource = {}));
export var SourceDocType;
(function (SourceDocType) {
SourceDocType["Adopus"] = "adopus_doc_id";
SourceDocType["Dokklad"] = "dokklad_doc_id";
})(SourceDocType || (SourceDocType = {}));
export var MenuContextTypes;
(function (MenuContextTypes) {
MenuContextTypes["Chat"] = "chat";
MenuContextTypes["Portal"] = "portal";
})(MenuContextTypes || (MenuContextTypes = {}));
export var UsersMenuContext;
(function (UsersMenuContext) {
UsersMenuContext["Patients"] = "patients";
UsersMenuContext["Therapist"] = "therapist";
UsersMenuContext["Actor_Involved"] = "actor_involved";
})(UsersMenuContext || (UsersMenuContext = {}));
//# sourceMappingURL=enums.js.map

2

package.json
{
"name": "asma-types",
"version": "1.1.6",
"version": "1.1.7",
"description": "shared ts asma types",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -96,2 +96,112 @@ // deprecated, replaced with QueriesInitiator

Customer = 'CUSTOMER',
}
}
/* export enum InitiatorTypes {
Customer = 'customer',
Patient = 'patient',
SelfCompletable = 'self-completable',
} */
export enum DocumentTypes {
individual = 'individual',
group = 'group',
}
/* export enum EprTypes {
ADVITAM = 'ADVITAM',
ADOPUS = 'ADOPUS',
} */
export enum QuestionStateTypes {
ForAllTemplates = 'ForAllTemplates',
}
/* export enum QnrStatusTypes {
Inbound = 'INBOUND',
AwaitingReply = 'AWAITING_REPLY',
InProgress = 'IN_PROGRESS',
Completed = 'COMPLETED',
Processed = 'PROCESSED',
Expired = 'EXPIRED',
Rejected = 'REJECTED',
} */
/* export enum QuestionTypes {
BooleanQuestion = 'BooleanQuestion',
CheckBoxes = 'CheckBoxes',
CompositeQuestion = 'CompositeQuestion',
DateField = 'DateField',
Dropdown = 'Dropdown',
FormatNumber = 'FormatNumber',
LinearScale = 'LinearScale',
Link = 'Link',
RadioButtons = 'RadioButtons',
TextLong = 'TextLong',
TextShort = 'TextShort',
Emoticons = 'Emoticons',
DocumentUpload = 'DocumentUpload',
} */
export enum DROPDOWN {
Ordinary = 'ORDINARY',
PostCodeWithSity = 'REGION_POST_CODE',
Country = 'COUNTRY',
}
export enum NumberTypes {
PersonalNumber = 'PERSONAL_NUMBER',
NorwegianPhoneNr = 'NORWEGIAN_PHONE_NR',
Customizable = 'CUSTOMIZABLE',
CurrencyNok = 'CURENCY_NOK',
Ordinary = 'ORDINARY',
Years = 'YEARS',
}
/* export enum ConsentTypes {
Mandatory = 'MANDATORY',
Optional = 'OPTIONAL',
}
export enum ConsentGroup {
General = 'GENERAL',
Query = 'QUERY',
Communication = 'COMMINICATION',
} */
export enum DocStatusTypes {
Signed = 'signed',
WaitingForSigning = 'waiting_for_signing',
OnlyForView = 'only_for_view',
Rejected = 'rejected',
/* download = 'download',
uploaded = 'uploaded' */
}
export enum DocPickerTypes {
dokklad = 'Dokklad',
postJournal = 'PostJournal',
}
export enum UploadSource {
Local = 'local',
Adopus = 'adopus',
Dokklad = 'dokklad',
Outlook = 'outlook',
}
export enum SourceDocType {
Adopus = 'adopus_doc_id',
Dokklad = 'dokklad_doc_id',
}
export enum MenuContextTypes {
Chat = 'chat',
Portal = 'portal',
}
export enum UsersMenuContext {
Patients = 'patients',
Therapist = 'therapist',
Actor_Involved = 'actor_involved',
}

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