pet-backend-sdk 1.4.0 → 1.5.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 +1 -1
  2. package/package.json +1 -1
package/axios/api.d.ts CHANGED
@@ -1032,7 +1032,7 @@ export interface GetPatientResponse {
1032
1032
  * @type {string}
1033
1033
  * @memberof GetPatientResponse
1034
1034
  */
1035
- id: string;
1035
+ patientId?: string;
1036
1036
  /**
1037
1037
  *
1038
1038
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pet-backend-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "PET Backend SDK",
5
5
  "main": "axios/index.js",
6
6
  "typings": "axios/index",