pet-backend-sdk 0.30.0 → 0.31.0

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.
Files changed (2) hide show
  1. package/axios/api.d.ts +3 -3
  2. package/package.json +1 -1
package/axios/api.d.ts CHANGED
@@ -287,7 +287,7 @@ export interface CreateExaminationRequest {
287
287
  * @type {string}
288
288
  * @memberof CreateExaminationRequest
289
289
  */
290
- nursenamnesis?: string;
290
+ nurseAnamnesis?: string;
291
291
  /**
292
292
  *
293
293
  * @type {string}
@@ -1019,7 +1019,7 @@ export interface GetExaminationResponse {
1019
1019
  * @type {string}
1020
1020
  * @memberof GetExaminationResponse
1021
1021
  */
1022
- nursenamnesis?: string;
1022
+ nurseAnamnesis?: string;
1023
1023
  /**
1024
1024
  *
1025
1025
  * @type {string}
@@ -1458,7 +1458,7 @@ export interface UpdateExaminationRequest {
1458
1458
  * @type {string}
1459
1459
  * @memberof UpdateExaminationRequest
1460
1460
  */
1461
- nursenamnesis?: string;
1461
+ nurseAnamnesis?: string;
1462
1462
  /**
1463
1463
  *
1464
1464
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pet-backend-sdk",
3
- "version": "0.30.0",
3
+ "version": "0.31.0",
4
4
  "description": "PET Backend SDK",
5
5
  "main": "axios/index.js",
6
6
  "typings": "axios/index",