@imedx/ics-imedx-intf-chs-js-sdk
Advanced tools
Comparing version 0.0.3-beta.9 to 0.0.3-beta.10
@@ -372,3 +372,3 @@ "use strict"; | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Report = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, oPFlag = _a.oPFlag, chsSettleId = _a.chsSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, oPFlag = _a.oPFlag, chsSettleId = _a.chsSettleId, _b = _a.bizCodex, bizCodex = _b === void 0 ? 1 : _b; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.SettleReportPrint, { | ||
@@ -380,3 +380,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
chsSettleId: chsSettleId | ||
chsSettleId: chsSettleId, | ||
bizCodex: bizCodex | ||
}); | ||
@@ -383,0 +384,0 @@ }; |
@@ -290,3 +290,3 @@ export default class IcsImedxIntfChsPlatformJsSdk { | ||
*/ | ||
Report({ chsTypeId, visitId, chsVisitId, oPFlag, chsSettleId }: { | ||
Report({ chsTypeId, visitId, chsVisitId, oPFlag, chsSettleId, bizCodex }: { | ||
chsTypeId: string; | ||
@@ -298,3 +298,4 @@ visitId: string; | ||
chsSettleId: string; | ||
bizCodex: number; | ||
}): Promise<any>; | ||
} |
{ | ||
"name": "@imedx/ics-imedx-intf-chs-js-sdk", | ||
"version": "0.0.3-beta.9", | ||
"version": "0.0.3-beta.10", | ||
"description": "两定医保接口js-sdk", | ||
@@ -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
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
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
564689
6222