@imedx/ics-imedx-intf-chs-js-sdk
Advanced tools
Comparing version 0.0.1-beta.9 to 0.0.1-beta.10
@@ -472,4 +472,5 @@ import { IntfPlatform } from '@imedx/ics-imedx-chromely-plugin-intf-platform'; | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Register = function (_a) { | ||
var visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.Register, { | ||
chsTypeId: chsTypeId, | ||
visitId: visitId, | ||
@@ -476,0 +477,0 @@ businessCode: businessCode, |
@@ -479,4 +479,5 @@ (function (global, factory) { | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Register = function (_a) { | ||
var visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.Register, { | ||
chsTypeId: chsTypeId, | ||
visitId: visitId, | ||
@@ -483,0 +484,0 @@ businessCode: businessCode, |
@@ -79,4 +79,5 @@ "use strict"; | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Register = function (_a) { | ||
var visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.Register, { | ||
chsTypeId: chsTypeId, | ||
visitId: visitId, | ||
@@ -83,0 +84,0 @@ businessCode: businessCode, |
@@ -49,3 +49,4 @@ export default class IcsImedxIntfChsPlatformJsSdk { | ||
*/ | ||
Register({ visitId, businessCode, oPFlag, serviceMode }: { | ||
Register({ chsTypeId, visitId, businessCode, oPFlag, serviceMode }: { | ||
chsTypeId: string; | ||
visitId: string; | ||
@@ -52,0 +53,0 @@ businessCode: string; |
{ | ||
"name": "@imedx/ics-imedx-intf-chs-js-sdk", | ||
"version": "0.0.1-beta.9", | ||
"version": "0.0.1-beta.10", | ||
"description": "两定医保接口js-sdk", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
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
166680
2129