ch-api-client-typescript2 5.36.50 → 5.36.52

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.
@@ -22,6 +22,12 @@ export interface CreateFormResultCommand {
22
22
  * @memberof CreateFormResultCommand
23
23
  */
24
24
  'languageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof CreateFormResultCommand
29
+ */
30
+ 'hospitalId'?: string | null;
25
31
  /**
26
32
  *
27
33
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"create-form-result-command.d.ts","sourceRoot":"","sources":["../../src/models/create-form-result-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;CAC1D"}
1
+ {"version":3,"file":"create-form-result-command.d.ts","sourceRoot":"","sources":["../../src/models/create-form-result-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC;CAC1D"}
@@ -39,5 +39,17 @@ export interface FormResultValueModel {
39
39
  * @memberof FormResultValueModel
40
40
  */
41
41
  'id'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof FormResultValueModel
46
+ */
47
+ 'translatedValue'?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof FormResultValueModel
52
+ */
53
+ 'translatedAdditionalValue'?: string | null;
42
54
  }
43
55
  //# sourceMappingURL=form-result-value-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-result-value-model.d.ts","sourceRoot":"","sources":["../../src/models/form-result-value-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"form-result-value-model.d.ts","sourceRoot":"","sources":["../../src/models/form-result-value-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.36.50",
3
+ "version": "5.36.52",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,6 +29,12 @@ export interface CreateFormResultCommand {
29
29
  * @memberof CreateFormResultCommand
30
30
  */
31
31
  'languageCode'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof CreateFormResultCommand
36
+ */
37
+ 'hospitalId'?: string | null;
32
38
  /**
33
39
  *
34
40
  * @type {string}
@@ -44,5 +44,17 @@ export interface FormResultValueModel {
44
44
  * @memberof FormResultValueModel
45
45
  */
46
46
  'id'?: string;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof FormResultValueModel
51
+ */
52
+ 'translatedValue'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof FormResultValueModel
57
+ */
58
+ 'translatedAdditionalValue'?: string | null;
47
59
  }
48
60