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

yach-jsapi

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yach-jsapi - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/api/biz/chat/chooseConversationByCorpId.d.ts

2

lib/api/biz/util/open.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var apiHelper_1 = require("../../../lib/sdk/apiHelper");
var apiName = "biz.uti.open";
var apiName = "biz.util.open";
var yachSdk_1 = require("../../../lib/yachSdk");

@@ -6,0 +6,0 @@ var paramsDeal = apiHelper_1.genDefaultParamsDealFn({

@@ -7,3 +7,10 @@ /**util*/

import { setTitle } from './biz/navigation/setTitle';
/**contact*/
import { complexPicker } from './biz/contact/complexPicker';
/** group*/
import { groupComplexPicker } from './biz/group/groupComplexPicker';
/** chat*/
import { chooseConversationByCorpId } from './biz/chat/chooseConversationByCorpId';
import { createTab } from './primary/createTab';
import { requestAuthCode } from './runtime/permission/requestAuthCode';
declare const _default: {

@@ -19,3 +26,15 @@ biz: {

};
contact: {
complexPicker: typeof complexPicker;
};
group: {
groupComplexPicker: typeof groupComplexPicker;
};
chat: {
chooseConversationByCorpId: typeof chooseConversationByCorpId;
};
};
runtime: {
permission: typeof requestAuthCode;
};
primary: {

@@ -22,0 +41,0 @@ createTab: typeof createTab;

@@ -10,4 +10,12 @@ "use strict";

var setTitle_1 = require("./biz/navigation/setTitle");
/*primary*****************************/
/**contact*/
var complexPicker_1 = require("./biz/contact/complexPicker");
/** group*/
var groupComplexPicker_1 = require("./biz/group/groupComplexPicker");
/** chat*/
var chooseConversationByCorpId_1 = require("./biz/chat/chooseConversationByCorpId");
/* primary*****************************/
var createTab_1 = require("./primary/createTab");
/* runtime*****************************/
var requestAuthCode_1 = require("./runtime/permission/requestAuthCode");
exports.default = {

@@ -22,4 +30,16 @@ biz: {

setTitle: setTitle_1.setTitle
},
contact: {
complexPicker: complexPicker_1.complexPicker
},
group: {
groupComplexPicker: groupComplexPicker_1.groupComplexPicker
},
chat: {
chooseConversationByCorpId: chooseConversationByCorpId_1.chooseConversationByCorpId
}
},
runtime: {
permission: requestAuthCode_1.requestAuthCode
},
primary: {

@@ -26,0 +46,0 @@ createTab: createTab_1.createTab,

@@ -12,3 +12,15 @@ import './entry/index';

};
contact: {
complexPicker: typeof import("./api/biz/contact/complexPicker").complexPicker;
};
group: {
groupComplexPicker: typeof import("./api/biz/group/groupComplexPicker").groupComplexPicker;
};
chat: {
chooseConversationByCorpId: typeof import("./api/biz/chat/chooseConversationByCorpId").chooseConversationByCorpId;
};
};
runtime: {
permission: typeof import("./api/runtime/permission/requestAuthCode").requestAuthCode;
};
primary: {

@@ -15,0 +27,0 @@ createTab: typeof import("./api/primary/createTab").createTab;

{
"name": "yach-jsapi",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

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