Comparing version 1.0.8 to 1.0.9
@@ -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,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", |
15958037
445
19618