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

@icreate/hb-basic-js-sdk

Package Overview
Dependencies
Maintainers
10
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icreate/hb-basic-js-sdk - npm Package Compare versions

Comparing version 0.0.17-beta.14 to 0.0.17-beta.15

4

dist/lib/api/base.js

@@ -103,2 +103,4 @@ "use strict";

getOrgUserList: baseUrl + '/org/user/list',
// 获取机构Logo
getOrgLogo: baseUrl + '/org/get/logo',
// 更据工号获取用户信息

@@ -114,2 +116,4 @@ getUserByCode: baseUrl + '/user/code',

getUserRegisterList: baseUrl + '/user/register/list',
// 获取用户签名图片
getUserSign: baseUrl + '/user/get/sign',
// 获取用户权限机构列表

@@ -116,0 +120,0 @@ getUserAuthOrgList: baseUrl + '/user/auth/org/list',

@@ -51,2 +51,3 @@ declare const base: {

getOrgUserList: string;
getOrgLogo: string;
getUserByCode: string;

@@ -57,2 +58,3 @@ getUserList: string;

getUserRegisterList: string;
getUserSign: string;
getUserAuthOrgList: string;

@@ -59,0 +61,0 @@ getErDeptList: string;

@@ -276,2 +276,10 @@ interface Iapi {

}, hasCatchError: boolean): Promise<any>;
/**
* 获取机构Logo
* @param id 机构ID
* @param hasCatchError
*/
getOrgLogo(opts: {
id?: string;
}, hasCatchError: boolean): Promise<any>;
getDictList(opts: {

@@ -364,2 +372,10 @@ enabled?: number;

/**
*获取用户签名图片
* @param opts
* id 用户编码
*/
getUserSign(opts: {
id?: string;
}, hasCatchError: boolean): Promise<any>;
/**
*获取用户权限机构列表

@@ -366,0 +382,0 @@ * @param opts

2

package.json
{
"name": "@icreate/hb-basic-js-sdk",
"version": "0.0.17-beta.14",
"version": "0.0.17-beta.15",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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

Sorry, the diff of this file is not supported yet

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

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