@imedx/ics-imedx-intf-chs-js-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1529
0
427175
52
+ Added@imedx/ics-imedx-chromely-plugin-intf-platform@0.0.8(transitive)
+ Added@imedx/ics-imedx-intf-chs-js-sdk@0.0.4(transitive)
- Removed@imedx/ics-imedx-core@^0.0.2
Updated@imedx/ics-imedx-chromely-plugin-intf-platform@^0.0.8-beta.1