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.8 to 1.0.9

dist/model/TransferDto.d.ts

1

dist/model/InsurabilityInfoDto.d.ts

@@ -42,2 +42,3 @@ /**

specialSocialCategory?: boolean;
transfers?: Array<models.TransferDto>;
}

@@ -121,2 +121,3 @@ export * from "./AcknowledgeType";

export * from "./TransactionSummary";
export * from "./TransferDto";
export * from "./UUIDType";

@@ -123,0 +124,0 @@ export * from "./VerseInfos";

@@ -121,2 +121,3 @@ export * from "./AcknowledgeType";

export * from "./TransactionSummary";
export * from "./TransferDto";
export * from "./UUIDType";

@@ -123,0 +124,0 @@ export * from "./VerseInfos";

6

model/InsurabilityInfoDto.ts

@@ -6,4 +6,4 @@ /**

* OpenAPI spec version: 1.0
*
*
*
* NOTE: This class is auto generated by the swagger code generator program.

@@ -28,3 +28,3 @@ * https://github.com/swagger-api/swagger-codegen.git

export class InsurabilityInfoDto {
export class InsurabilityInfoDto {
constructor(json: JSON | any) {

@@ -62,2 +62,4 @@ Object.assign(this as InsurabilityInfoDto, json)

specialSocialCategory?: boolean
transfers?: Array<models.TransferDto>
}

@@ -121,2 +121,3 @@ export * from "./AcknowledgeType"

export * from "./TransactionSummary"
export * from "./TransferDto"
export * from "./UUIDType"

@@ -123,0 +124,0 @@ export * from "./VerseInfos"

{
"name": "fhc-api",
"version": "1.0.8",
"version": "1.0.9",
"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