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

fhc-api

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhc-api - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

dist/model/DmgClosure.d.ts

2

dist/api/fhcDmgcontrollerApi.d.ts

@@ -35,3 +35,3 @@ /**

consultDmgUsingGET(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, patientSsin?: string, patientGender?: string, oa?: string, regNrWithMut?: string, requestDate?: number): Promise<models.DmgConsultation | any>;
getDmgMessagesUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, oa: string, messageNames: Array<string>): Promise<Array<models.DmgMessage> | any>;
getDmgMessagesUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, oa: string, messageNames: Array<string>): Promise<models.DmgsList | any>;
notifyDmgUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, nomenclature: string, patientSsin?: string, oa?: string, regNrWithMut?: string, patientFirstName?: string, patientLastName?: string, patientGender?: string, requestDate?: number): Promise<models.DmgNotification | any>;

@@ -38,0 +38,0 @@ postDmgsListRequestUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, oa?: string, requestDate?: number): Promise<boolean | any>;

@@ -130,3 +130,3 @@ /**

return XHR.sendCommand("POST", _url, headers, _body)
.then(doc => doc.body.map(it => new models.DmgMessage(it)))
.then(doc => new models.DmgsList(doc.body))
.catch(err => this.handleError(err));

@@ -133,0 +133,0 @@ }

@@ -32,6 +32,10 @@ export * from "./AcknowledgeType";

export * from "./DmgAcknowledge";
export * from "./DmgClosure";
export * from "./DmgConsultation";
export * from "./DmgExtension";
export * from "./DmgInscription";
export * from "./DmgMessage";
export * from "./DmgNotification";
export * from "./DmgRegistration";
export * from "./DmgsList";
export * from "./Document";

@@ -38,0 +42,0 @@ export * from "./DocumentMessage";

@@ -32,6 +32,10 @@ export * from "./AcknowledgeType";

export * from "./DmgAcknowledge";
export * from "./DmgClosure";
export * from "./DmgConsultation";
export * from "./DmgExtension";
export * from "./DmgInscription";
export * from "./DmgMessage";
export * from "./DmgNotification";
export * from "./DmgRegistration";
export * from "./DmgsList";
export * from "./Document";

@@ -38,0 +42,0 @@ export * from "./DocumentMessage";

{
"name": "fhc-api",
"version": "1.0.23",
"version": "1.0.24",
"description": "Typescript version of Freehealth Connector standalone API client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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