ch-api-client-typescript2 5.3.8 → 5.3.9

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.
@@ -45,19 +45,19 @@ export interface UpdateCallHistoryCommand {
45
45
  * @type {number}
46
46
  * @memberof UpdateCallHistoryCommand
47
47
  */
48
- 'duration'?: number;
48
+ 'duration'?: number | null;
49
49
  /**
50
50
  *
51
51
  * @type {number}
52
52
  * @memberof UpdateCallHistoryCommand
53
53
  */
54
- 'rate'?: number;
54
+ 'rate'?: number | null;
55
55
  /**
56
56
  *
57
57
  * @type {number}
58
58
  * @memberof UpdateCallHistoryCommand
59
59
  */
60
- 'price'?: number;
60
+ 'price'?: number | null;
61
61
  /**
62
62
  *
63
63
  * @type {CallStatus}
@@ -1 +1 @@
1
- {"version":3,"file":"update-call-history-command.d.ts","sourceRoot":"","sources":["../../src/models/update-call-history-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;CACtB"}
1
+ {"version":3,"file":"update-call-history-command.d.ts","sourceRoot":"","sources":["../../src/models/update-call-history-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;CACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.3.8",
3
+ "version": "5.3.9",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,19 +52,19 @@ export interface UpdateCallHistoryCommand {
52
52
  * @type {number}
53
53
  * @memberof UpdateCallHistoryCommand
54
54
  */
55
- 'duration'?: number;
55
+ 'duration'?: number | null;
56
56
  /**
57
57
  *
58
58
  * @type {number}
59
59
  * @memberof UpdateCallHistoryCommand
60
60
  */
61
- 'rate'?: number;
61
+ 'rate'?: number | null;
62
62
  /**
63
63
  *
64
64
  * @type {number}
65
65
  * @memberof UpdateCallHistoryCommand
66
66
  */
67
- 'price'?: number;
67
+ 'price'?: number | null;
68
68
  /**
69
69
  *
70
70
  * @type {CallStatus}