ch-api-client-typescript2 5.36.39 → 5.36.43

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.
@@ -51,5 +51,23 @@ export interface FeatureDetailModel {
51
51
  * @memberof FeatureDetailModel
52
52
  */
53
53
  'surveyFormTranslatedLanguages'?: Array<string> | null;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof FeatureDetailModel
58
+ */
59
+ 'isEnabledReview'?: boolean;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof FeatureDetailModel
64
+ */
65
+ 'reviewFormTemplateId'?: string | null;
66
+ /**
67
+ *
68
+ * @type {Array<string>}
69
+ * @memberof FeatureDetailModel
70
+ */
71
+ 'reviewFormTemplateTranslatedLanguages'?: Array<string> | null;
54
72
  }
55
73
  //# sourceMappingURL=feature-detail-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/feature-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC1D"}
1
+ {"version":3,"file":"feature-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/feature-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,uCAAuC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAClE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.36.39",
3
+ "version": "5.36.43",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -56,5 +56,23 @@ export interface FeatureDetailModel {
56
56
  * @memberof FeatureDetailModel
57
57
  */
58
58
  'surveyFormTranslatedLanguages'?: Array<string> | null;
59
+ /**
60
+ *
61
+ * @type {boolean}
62
+ * @memberof FeatureDetailModel
63
+ */
64
+ 'isEnabledReview'?: boolean;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof FeatureDetailModel
69
+ */
70
+ 'reviewFormTemplateId'?: string | null;
71
+ /**
72
+ *
73
+ * @type {Array<string>}
74
+ * @memberof FeatureDetailModel
75
+ */
76
+ 'reviewFormTemplateTranslatedLanguages'?: Array<string> | null;
59
77
  }
60
78