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
15
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.3-beta.9 to 0.0.3-beta.10

5

dist/lib/ics-imedx-Intf-chs-js-sdk.js

@@ -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 @@ };

3

dist/types/ics-imedx-Intf-chs-js-sdk.d.ts

@@ -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

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