ch-api-client-typescript2 5.12.0 → 5.12.4

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.
@@ -28,6 +28,12 @@ export interface CreateSurveyResultCommand {
28
28
  * @memberof CreateSurveyResultCommand
29
29
  */
30
30
  'hospitalId'?: string;
31
+ /**
32
+ *
33
+ * @type {boolean}
34
+ * @memberof CreateSurveyResultCommand
35
+ */
36
+ 'isExternal'?: boolean;
31
37
  /**
32
38
  *
33
39
  * @type {string}
@@ -40,5 +46,11 @@ export interface CreateSurveyResultCommand {
40
46
  * @memberof CreateSurveyResultCommand
41
47
  */
42
48
  'elements'?: Array<SurveyResultElementInputModel> | null;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof CreateSurveyResultCommand
53
+ */
54
+ 'sendAcknowledgeEmail'?: boolean;
43
55
  }
44
56
  //# sourceMappingURL=create-survey-result-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-survey-result-command.d.ts","sourceRoot":"","sources":["../../src/models/create-survey-result-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;CAC5D"}
1
+ {"version":3,"file":"create-survey-result-command.d.ts","sourceRoot":"","sources":["../../src/models/create-survey-result-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.12.0",
3
+ "version": "5.12.4",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,6 +35,12 @@ export interface CreateSurveyResultCommand {
35
35
  * @memberof CreateSurveyResultCommand
36
36
  */
37
37
  'hospitalId'?: string;
38
+ /**
39
+ *
40
+ * @type {boolean}
41
+ * @memberof CreateSurveyResultCommand
42
+ */
43
+ 'isExternal'?: boolean;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -47,5 +53,11 @@ export interface CreateSurveyResultCommand {
47
53
  * @memberof CreateSurveyResultCommand
48
54
  */
49
55
  'elements'?: Array<SurveyResultElementInputModel> | null;
56
+ /**
57
+ *
58
+ * @type {boolean}
59
+ * @memberof CreateSurveyResultCommand
60
+ */
61
+ 'sendAcknowledgeEmail'?: boolean;
50
62
  }
51
63