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

asma-event-bus

Package Overview
Dependencies
Maintainers
0
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-event-bus - npm Package Compare versions

Comparing version 0.7.10 to 0.7.12

1

lib/definitions/ao-app-directory.types.d.ts

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

4

lib/definitions/directory.types.d.ts

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

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