@icure/be-fhc-api 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AgreementTransaction } from "./AgreementTransaction";
12
13
  import { CommonOutput } from "./CommonOutput";
13
14
  import { MycarenetConversation } from "./MycarenetConversation";
14
15
  import { MycarenetError } from "./MycarenetError";
@@ -19,5 +20,6 @@ export declare class AgreementResponse {
19
20
  content?: ArrayBuffer;
20
21
  errors?: Array<MycarenetError>;
21
22
  mycarenetConversation?: MycarenetConversation;
23
+ transactions?: Array<AgreementTransaction>;
22
24
  warnings?: Array<MycarenetError>;
23
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/be-fhc-api",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Typescript version of Freehealth Connector standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",