asma-event-bus
Advanced tools
Comparing version 0.7.10 to 0.7.12
@@ -8,3 +8,4 @@ import type { IPatientFullData } from '../interfaces/directory.interfaces'; | ||
new_task: true; | ||
new_note: true; | ||
} | ||
//# sourceMappingURL=ao-app-directory.types.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { IPatientFullData, IUserConsultants, IUsersForOrders } from '../interfaces/directory.interfaces'; | ||
import { IErrorState, IPatientFullData, IUserConsultants, IUsersForOrders } from '../interfaces/directory.interfaces'; | ||
export interface IDirectoryEventBus { | ||
@@ -7,3 +7,3 @@ users: IPatientFullData[]; | ||
request_for_selected_users: {}; | ||
users_for_orders: IUsersForOrders[]; | ||
users_for_orders: [error: IErrorState | null, data: IUsersForOrders[] | null]; | ||
group_to_send: string; | ||
@@ -10,0 +10,0 @@ on_group_link_click: {}; |
@@ -20,2 +20,5 @@ export interface IPatientBasicData { | ||
} | ||
export interface IErrorState { | ||
message: string; | ||
} | ||
//# sourceMappingURL=directory.interfaces.d.ts.map |
{ | ||
"name": "asma-event-bus", | ||
"version": "0.7.10", | ||
"version": "0.7.12", | ||
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -9,2 +9,3 @@ import type { IPatientFullData } from '../interfaces/directory.interfaces' | ||
new_task: true | ||
new_note: true | ||
} |
@@ -1,2 +0,2 @@ | ||
import { IPatientFullData, IUserConsultants, IUsersForOrders } from '../interfaces/directory.interfaces' | ||
import { IErrorState, IPatientFullData, IUserConsultants, IUsersForOrders } from '../interfaces/directory.interfaces' | ||
@@ -8,3 +8,3 @@ export interface IDirectoryEventBus { | ||
request_for_selected_users: {} | ||
users_for_orders: IUsersForOrders[] | ||
users_for_orders: [error: IErrorState | null, data: IUsersForOrders[] | null] | ||
group_to_send: string | ||
@@ -11,0 +11,0 @@ on_group_link_click: {} |
@@ -22,1 +22,5 @@ export interface IPatientBasicData { | ||
} | ||
export interface IErrorState { | ||
message: string | ||
} |
Sorry, the diff of this file is not supported yet
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
64779
1098