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

@xj-hospital/basic-user

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xj-hospital/basic-user - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

types/node_modules/@mshow3/data-center-api/src/api/Api.d.ts

2

package.json
{
"name": "@xj-hospital/basic-user",
"version": "1.0.27",
"version": "1.0.28",
"description": "用户管理",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -40,2 +40,3 @@ import { DbSchema } from "@vmm/api";

department: string[];
topicRight?: string[];
permissions?: {};

@@ -42,0 +43,0 @@ headImg: string;

import Vue from 'vue';
import { IPERMISSIONS } from '@xj-hospital/basic-user-api';
import { ITopic } from '@mshow3/data-center-api/src/db/DbSchema';
declare const _default: import("@vmm/html").DeepReadonlyObject<Pick<import("vue/types/vue").CombinedVueInstance<Vue, {

@@ -22,3 +23,5 @@ userPm: IPERMISSIONS[];

userWatch_Wx(): Promise<void>;
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx">>;
getRandomKey(str: string): string;
initTopic(): ITopic;
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx" | "getRandomKey" | "initTopic">>;
export default _default;

@@ -12,4 +12,6 @@ declare const exports: {

userWatch_Wx(): Promise<void>;
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx">>;
getRandomKey(str: string): string;
initTopic(): import("@mshow3/data-center-api/src/db/DbSchema").ITopic;
}, object, Record<never, any>>, "$watch" | "$on" | "$emit" | "setUserPm" | "userPm" | "bSso" | "_getQueryString" | "check_musemu_sso" | "_checkUserSess" | "userWatch_PC" | "userWatch_Wx" | "getRandomKey" | "initTopic">>;
};
export default exports;

@@ -50,3 +50,3 @@ import Vue from 'vue';

onClickUser(u: any): void;
}, unknown, Record<"checkedUsers" | "isHide" | "extCheckedUsers" | "conflict", any>>;
}, unknown, Record<"isHide" | "checkedUsers" | "extCheckedUsers" | "conflict", any>>;
export default _default;

Sorry, the diff of this file is too big to display

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