pet-backend-sdk 0.29.0 → 0.30.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 +21 -21
  2. package/package.json +1 -1
package/axios/api.d.ts CHANGED
@@ -47,7 +47,7 @@ export interface CreateExaminationRequest {
47
47
  * @type {number}
48
48
  * @memberof CreateExaminationRequest
49
49
  */
50
- width?: number;
50
+ weight?: number;
51
51
  /**
52
52
  *
53
53
  * @type {string}
@@ -203,13 +203,13 @@ export interface CreateExaminationRequest {
203
203
  * @type {boolean}
204
204
  * @memberof CreateExaminationRequest
205
205
  */
206
- PETKT?: boolean;
206
+ petKT?: boolean;
207
207
  /**
208
208
  *
209
209
  * @type {string}
210
210
  * @memberof CreateExaminationRequest
211
211
  */
212
- pETKTNote?: string;
212
+ petKTNote?: string;
213
213
  /**
214
214
  *
215
215
  * @type {boolean}
@@ -263,25 +263,25 @@ export interface CreateExaminationRequest {
263
263
  * @type {boolean}
264
264
  * @memberof CreateExaminationRequest
265
265
  */
266
- KT?: boolean;
266
+ kt?: boolean;
267
267
  /**
268
268
  *
269
269
  * @type {string}
270
270
  * @memberof CreateExaminationRequest
271
271
  */
272
- kTNote?: string;
272
+ ktNote?: string;
273
273
  /**
274
274
  *
275
275
  * @type {boolean}
276
276
  * @memberof CreateExaminationRequest
277
277
  */
278
- MR?: boolean;
278
+ mr?: boolean;
279
279
  /**
280
280
  *
281
281
  * @type {string}
282
282
  * @memberof CreateExaminationRequest
283
283
  */
284
- mRNote?: string;
284
+ mrNote?: string;
285
285
  /**
286
286
  *
287
287
  * @type {string}
@@ -779,7 +779,7 @@ export interface GetExaminationResponse {
779
779
  * @type {number}
780
780
  * @memberof GetExaminationResponse
781
781
  */
782
- width?: number;
782
+ weight?: number;
783
783
  /**
784
784
  *
785
785
  * @type {string}
@@ -935,13 +935,13 @@ export interface GetExaminationResponse {
935
935
  * @type {boolean}
936
936
  * @memberof GetExaminationResponse
937
937
  */
938
- PETKT?: boolean;
938
+ petKT?: boolean;
939
939
  /**
940
940
  *
941
941
  * @type {string}
942
942
  * @memberof GetExaminationResponse
943
943
  */
944
- pETKTNote?: string;
944
+ petKTNote?: string;
945
945
  /**
946
946
  *
947
947
  * @type {boolean}
@@ -995,25 +995,25 @@ export interface GetExaminationResponse {
995
995
  * @type {boolean}
996
996
  * @memberof GetExaminationResponse
997
997
  */
998
- KT?: boolean;
998
+ kt?: boolean;
999
999
  /**
1000
1000
  *
1001
1001
  * @type {string}
1002
1002
  * @memberof GetExaminationResponse
1003
1003
  */
1004
- kTNote?: string;
1004
+ ktNote?: string;
1005
1005
  /**
1006
1006
  *
1007
1007
  * @type {boolean}
1008
1008
  * @memberof GetExaminationResponse
1009
1009
  */
1010
- MR?: boolean;
1010
+ mr?: boolean;
1011
1011
  /**
1012
1012
  *
1013
1013
  * @type {string}
1014
1014
  * @memberof GetExaminationResponse
1015
1015
  */
1016
- mRNote?: string;
1016
+ mrNote?: string;
1017
1017
  /**
1018
1018
  *
1019
1019
  * @type {string}
@@ -1218,7 +1218,7 @@ export interface UpdateExaminationRequest {
1218
1218
  * @type {number}
1219
1219
  * @memberof UpdateExaminationRequest
1220
1220
  */
1221
- width?: number;
1221
+ weight?: number;
1222
1222
  /**
1223
1223
  *
1224
1224
  * @type {string}
@@ -1374,13 +1374,13 @@ export interface UpdateExaminationRequest {
1374
1374
  * @type {boolean}
1375
1375
  * @memberof UpdateExaminationRequest
1376
1376
  */
1377
- PETKT?: boolean;
1377
+ petKT?: boolean;
1378
1378
  /**
1379
1379
  *
1380
1380
  * @type {string}
1381
1381
  * @memberof UpdateExaminationRequest
1382
1382
  */
1383
- pETKTNote?: string;
1383
+ petKTNote?: string;
1384
1384
  /**
1385
1385
  *
1386
1386
  * @type {boolean}
@@ -1434,25 +1434,25 @@ export interface UpdateExaminationRequest {
1434
1434
  * @type {boolean}
1435
1435
  * @memberof UpdateExaminationRequest
1436
1436
  */
1437
- KT?: boolean;
1437
+ kt?: boolean;
1438
1438
  /**
1439
1439
  *
1440
1440
  * @type {string}
1441
1441
  * @memberof UpdateExaminationRequest
1442
1442
  */
1443
- kTNote?: string;
1443
+ ktNote?: string;
1444
1444
  /**
1445
1445
  *
1446
1446
  * @type {boolean}
1447
1447
  * @memberof UpdateExaminationRequest
1448
1448
  */
1449
- MR?: boolean;
1449
+ mr?: boolean;
1450
1450
  /**
1451
1451
  *
1452
1452
  * @type {string}
1453
1453
  * @memberof UpdateExaminationRequest
1454
1454
  */
1455
- mRNote?: string;
1455
+ mrNote?: string;
1456
1456
  /**
1457
1457
  *
1458
1458
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pet-backend-sdk",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "PET Backend SDK",
5
5
  "main": "axios/index.js",
6
6
  "typings": "axios/index",