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

@imedx/ics-imedx-intf-chs-js-sdk

Package Overview
Dependencies
Maintainers
20
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imedx/ics-imedx-intf-chs-js-sdk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

11

dist/lib/interface-core.js

@@ -75,3 +75,7 @@ "use strict";

* @param param.serviceMode 1-静默模式(自助/静默) 0-其他
* @param param.scene 使用刷卡组件时场景值按照1-11取值
* @param param.readCardType 读卡方式 01电子凭证
02身份证
03社保卡
04刷脸
* @param param.scene 使用刷卡组件时场景值按照1-11取值
刷卡场景

@@ -96,3 +100,3 @@ 1、门诊收费员工作台; 门诊就诊

IcsImedxIntfChsPlatformJsSdk.prototype.ReadCard = function (_a) {
var visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, scene = _a.scene;
var visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, readCardType = _a.readCardType, scene = _a.scene;
return __awaiter(this, void 0, void 0, function () {

@@ -105,3 +109,3 @@ var res, chsTypeId, cardInfo;

method: 'post',
data: { status: 1 }
data: { status: 1, readCardType: readCardType }
})];

@@ -128,2 +132,3 @@ case 1:

serviceMode: serviceMode,
readCardType: readCardType,
scene: scene

@@ -130,0 +135,0 @@ })

@@ -30,3 +30,7 @@ export default class IcsImedxIntfChsPlatformJsSdk {

* @param param.serviceMode 1-静默模式(自助/静默) 0-其他
* @param param.scene 使用刷卡组件时场景值按照1-11取值
* @param param.readCardType 读卡方式 01电子凭证
02身份证
03社保卡
04刷脸
* @param param.scene 使用刷卡组件时场景值按照1-11取值
刷卡场景

@@ -50,3 +54,3 @@ 1、门诊收费员工作台; 门诊就诊

*/
ReadCard({ visitId, businessCode, oPFlag, serviceMode, scene }: {
ReadCard({ visitId, businessCode, oPFlag, serviceMode, readCardType, scene }: {
visitId: string;

@@ -56,3 +60,4 @@ businessCode: string;

serviceMode: string;
scene: Number;
readCardType: string;
scene: number;
}): Promise<any>;

@@ -59,0 +64,0 @@ /**

@@ -5,4 +5,4 @@ {

"name": "@imedx/ics-imedx-intf-chs-js-sdk",
"title": "医保智能审核接口",
"version": "0.0.4",
"title": "医保接口",
"version": "0.0.5",
"description": "医保接口SDK",

@@ -14,3 +14,3 @@ "author": "文贝",

"module": "dist/ics-imedx-intf-chs-js-sdk.es5.js",
"typings": "dist/index.d.ts",
"typings": "dist/types/index.d.ts",
"type": "module",

@@ -94,2 +94,5 @@ "appType": "component",

"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.24.5",
"@commitlint/cli": "^7.1.2",

@@ -146,6 +149,6 @@ "@commitlint/config-conventional": "^7.1.2",

"dependencies": {
"@imedx/ics-imedx-chromely-plugin-intf-platform": "^0.0.7",
"@imedx/ics-imedx-core": "^0.0.2",
"@icreate/ics-chromely-plugin-report-js-sdk": "^0.0.10",
"@imedx/ics-imedx-chromely-plugin-intf-platform": "^0.0.8-beta.1",
"vue": "^2.7.14"
}
}

@@ -0,0 +0,0 @@ ### Usage

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