ch-api-client-typescript2 5.91.14 → 5.91.24

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 (80) hide show
  1. package/lib/api/deals-api.d.ts +232 -0
  2. package/lib/api/deals-api.d.ts.map +1 -1
  3. package/lib/api/deals-api.js +308 -0
  4. package/lib/api/doctor-affiliations-api.d.ts +232 -0
  5. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  6. package/lib/api/doctor-affiliations-api.js +308 -0
  7. package/lib/api/hospitals-api.d.ts +232 -0
  8. package/lib/api/hospitals-api.d.ts.map +1 -1
  9. package/lib/api/hospitals-api.js +308 -0
  10. package/lib/api/patient-review-form-settings-api.d.ts +106 -0
  11. package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
  12. package/lib/api/patient-review-form-settings-api.js +232 -0
  13. package/lib/api/patient-reviews-api.d.ts +293 -0
  14. package/lib/api/patient-reviews-api.d.ts.map +1 -0
  15. package/lib/api/patient-reviews-api.js +541 -0
  16. package/lib/api.d.ts +2 -0
  17. package/lib/api.d.ts.map +1 -1
  18. package/lib/api.js +2 -0
  19. package/lib/models/accreditation-item-model.d.ts +7 -0
  20. package/lib/models/accreditation-item-model.d.ts.map +1 -1
  21. package/lib/models/accreditation-model.d.ts +7 -0
  22. package/lib/models/accreditation-model.d.ts.map +1 -1
  23. package/lib/models/accreditation-type.d.ts +22 -0
  24. package/lib/models/accreditation-type.d.ts.map +1 -0
  25. package/lib/models/accreditation-type.js +25 -0
  26. package/lib/models/create-patient-review-before-and-after-photo-input-model.d.ts +49 -0
  27. package/lib/models/create-patient-review-before-and-after-photo-input-model.d.ts.map +1 -0
  28. package/lib/models/create-patient-review-before-and-after-photo-input-model.js +15 -0
  29. package/lib/models/create-patient-review-command.d.ts +90 -0
  30. package/lib/models/create-patient-review-command.d.ts.map +1 -0
  31. package/lib/models/create-patient-review-command.js +15 -0
  32. package/lib/models/create-patient-review-consent-input-model.d.ts +43 -0
  33. package/lib/models/create-patient-review-consent-input-model.d.ts.map +1 -0
  34. package/lib/models/create-patient-review-consent-input-model.js +15 -0
  35. package/lib/models/create-patient-review-detail-input-model.d.ts +37 -0
  36. package/lib/models/create-patient-review-detail-input-model.d.ts.map +1 -0
  37. package/lib/models/create-patient-review-detail-input-model.js +15 -0
  38. package/lib/models/create-patient-review-general-photo-input-model.d.ts +37 -0
  39. package/lib/models/create-patient-review-general-photo-input-model.d.ts.map +1 -0
  40. package/lib/models/create-patient-review-general-photo-input-model.js +15 -0
  41. package/lib/models/create-patient-review-verification-document-input-model.d.ts +31 -0
  42. package/lib/models/create-patient-review-verification-document-input-model.d.ts.map +1 -0
  43. package/lib/models/create-patient-review-verification-document-input-model.js +15 -0
  44. package/lib/models/index.d.ts +18 -0
  45. package/lib/models/index.d.ts.map +1 -1
  46. package/lib/models/index.js +18 -0
  47. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +61 -0
  48. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
  49. package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
  50. package/lib/models/patient-review-detail-model.d.ts +37 -0
  51. package/lib/models/patient-review-detail-model.d.ts.map +1 -0
  52. package/lib/models/patient-review-detail-model.js +15 -0
  53. package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
  54. package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
  55. package/lib/models/patient-review-form-setting-detail-model.js +15 -0
  56. package/lib/models/patient-review-form-setting-model.d.ts +75 -0
  57. package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
  58. package/lib/models/patient-review-form-setting-model.js +15 -0
  59. package/lib/models/patient-review-general-public-photo-model.d.ts +49 -0
  60. package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
  61. package/lib/models/patient-review-general-public-photo-model.js +15 -0
  62. package/lib/models/patient-review-item-model.d.ts +114 -0
  63. package/lib/models/patient-review-item-model.d.ts.map +1 -0
  64. package/lib/models/patient-review-item-model.js +15 -0
  65. package/lib/models/patient-review-model.d.ts +114 -0
  66. package/lib/models/patient-review-model.d.ts.map +1 -0
  67. package/lib/models/patient-review-model.js +15 -0
  68. package/lib/models/patient-review-platform.d.ts +23 -0
  69. package/lib/models/patient-review-platform.d.ts.map +1 -0
  70. package/lib/models/patient-review-platform.js +26 -0
  71. package/lib/models/patient-review-status.d.ts +23 -0
  72. package/lib/models/patient-review-status.d.ts.map +1 -0
  73. package/lib/models/patient-review-status.js +26 -0
  74. package/lib/models/patient-review-target-sorting-field.d.ts +22 -0
  75. package/lib/models/patient-review-target-sorting-field.d.ts.map +1 -0
  76. package/lib/models/patient-review-target-sorting-field.js +25 -0
  77. package/lib/models/patient-reviews-model.d.ts +51 -0
  78. package/lib/models/patient-reviews-model.d.ts.map +1 -0
  79. package/lib/models/patient-reviews-model.js +15 -0
  80. package/package.json +1 -1
@@ -0,0 +1,37 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface PatientReviewDetailModel
16
+ */
17
+ export interface PatientReviewDetailModel {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof PatientReviewDetailModel
22
+ */
23
+ 'rating'?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof PatientReviewDetailModel
28
+ */
29
+ 'order'?: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewDetailModel
34
+ */
35
+ 'name'?: string | null;
36
+ }
37
+ //# sourceMappingURL=patient-review-detail-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,79 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface PatientReviewFormSettingDetailModel
16
+ */
17
+ export interface PatientReviewFormSettingDetailModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewFormSettingDetailModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof PatientReviewFormSettingDetailModel
28
+ */
29
+ 'ratingMaximum'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof PatientReviewFormSettingDetailModel
34
+ */
35
+ 'order'?: number;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PatientReviewFormSettingDetailModel
40
+ */
41
+ 'name'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewFormSettingDetailModel
46
+ */
47
+ 'title'?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof PatientReviewFormSettingDetailModel
52
+ */
53
+ 'slug'?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PatientReviewFormSettingDetailModel
58
+ */
59
+ 'description'?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof PatientReviewFormSettingDetailModel
64
+ */
65
+ 'overview'?: string | null;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof PatientReviewFormSettingDetailModel
70
+ */
71
+ 'content'?: string | null;
72
+ /**
73
+ *
74
+ * @type {boolean}
75
+ * @memberof PatientReviewFormSettingDetailModel
76
+ */
77
+ 'confirmed'?: boolean;
78
+ }
79
+ //# sourceMappingURL=patient-review-form-setting-detail-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-form-setting-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-form-setting-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,75 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { PatientReviewFormSettingDetailModel } from './patient-review-form-setting-detail-model';
13
+ import { PatientReviewPlatform } from './patient-review-platform';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientReviewFormSettingModel
18
+ */
19
+ export interface PatientReviewFormSettingModel {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof PatientReviewFormSettingModel
24
+ */
25
+ 'id'?: string;
26
+ /**
27
+ *
28
+ * @type {PatientReviewPlatform}
29
+ * @memberof PatientReviewFormSettingModel
30
+ */
31
+ 'platform'?: PatientReviewPlatform;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof PatientReviewFormSettingModel
36
+ */
37
+ 'hospitalId'?: string | null;
38
+ /**
39
+ *
40
+ * @type {number}
41
+ * @memberof PatientReviewFormSettingModel
42
+ */
43
+ 'ratingMaximum'?: number;
44
+ /**
45
+ *
46
+ * @type {boolean}
47
+ * @memberof PatientReviewFormSettingModel
48
+ */
49
+ 'useComment'?: boolean;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof PatientReviewFormSettingModel
54
+ */
55
+ 'documentCount'?: number;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof PatientReviewFormSettingModel
60
+ */
61
+ 'generalPhotoCount'?: number;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof PatientReviewFormSettingModel
66
+ */
67
+ 'beforeAndAfterPhotosSetCount'?: number;
68
+ /**
69
+ *
70
+ * @type {Array<PatientReviewFormSettingDetailModel>}
71
+ * @memberof PatientReviewFormSettingModel
72
+ */
73
+ 'details'?: Array<PatientReviewFormSettingDetailModel> | null;
74
+ }
75
+ //# sourceMappingURL=patient-review-form-setting-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-form-setting-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-form-setting-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAGjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,GAAG,IAAI,CAAC;CACjE"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,49 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface PatientReviewGeneralPublicPhotoModel
16
+ */
17
+ export interface PatientReviewGeneralPublicPhotoModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewGeneralPublicPhotoModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewGeneralPublicPhotoModel
28
+ */
29
+ 'photo'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewGeneralPublicPhotoModel
34
+ */
35
+ 'thumbnail'?: string | null;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof PatientReviewGeneralPublicPhotoModel
40
+ */
41
+ 'order'?: number;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewGeneralPublicPhotoModel
46
+ */
47
+ 'note'?: string | null;
48
+ }
49
+ //# sourceMappingURL=patient-review-general-public-photo-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-general-public-photo-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-general-public-photo-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,114 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DoctorPrefix } from './doctor-prefix';
13
+ import { PatientReviewBeforeAndAfterPublicPhotoModel } from './patient-review-before-and-after-public-photo-model';
14
+ import { PatientReviewDetailModel } from './patient-review-detail-model';
15
+ import { PatientReviewGeneralPublicPhotoModel } from './patient-review-general-public-photo-model';
16
+ import { PatientReviewStatus } from './patient-review-status';
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PatientReviewItemModel
21
+ */
22
+ export interface PatientReviewItemModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof PatientReviewItemModel
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof PatientReviewItemModel
33
+ */
34
+ 'hospitalId'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof PatientReviewItemModel
39
+ */
40
+ 'doctorAffiliationId'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof PatientReviewItemModel
45
+ */
46
+ 'dealId'?: string | null;
47
+ /**
48
+ *
49
+ * @type {PatientReviewStatus}
50
+ * @memberof PatientReviewItemModel
51
+ */
52
+ 'status'?: PatientReviewStatus;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof PatientReviewItemModel
57
+ */
58
+ 'rating'?: number;
59
+ /**
60
+ *
61
+ * @type {Date}
62
+ * @memberof PatientReviewItemModel
63
+ */
64
+ 'createdDate'?: Date | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof PatientReviewItemModel
69
+ */
70
+ 'description'?: string | null;
71
+ /**
72
+ *
73
+ * @type {Array<PatientReviewDetailModel>}
74
+ * @memberof PatientReviewItemModel
75
+ */
76
+ 'details'?: Array<PatientReviewDetailModel> | null;
77
+ /**
78
+ *
79
+ * @type {Array<PatientReviewGeneralPublicPhotoModel>}
80
+ * @memberof PatientReviewItemModel
81
+ */
82
+ 'generalPublicPhotos'?: Array<PatientReviewGeneralPublicPhotoModel> | null;
83
+ /**
84
+ *
85
+ * @type {Array<PatientReviewBeforeAndAfterPublicPhotoModel>}
86
+ * @memberof PatientReviewItemModel
87
+ */
88
+ 'beforeAndAfterPublicPhotos'?: Array<PatientReviewBeforeAndAfterPublicPhotoModel> | null;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof PatientReviewItemModel
93
+ */
94
+ 'hospitalName'?: string | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof PatientReviewItemModel
99
+ */
100
+ 'doctorAffiliationName'?: string | null;
101
+ /**
102
+ *
103
+ * @type {DoctorPrefix}
104
+ * @memberof PatientReviewItemModel
105
+ */
106
+ 'doctorAffiliationPrefix'?: DoctorPrefix;
107
+ /**
108
+ *
109
+ * @type {string}
110
+ * @memberof PatientReviewItemModel
111
+ */
112
+ 'dealName'?: string | null;
113
+ }
114
+ //# sourceMappingURL=patient-review-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,2CAA2C,EAAE,MAAM,sDAAsD,CAAC;AAGnH,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AAGnG,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACnD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC3E;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,GAAG,IAAI,CAAC;IACzF;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,YAAY,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,114 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DoctorPrefix } from './doctor-prefix';
13
+ import { PatientReviewBeforeAndAfterPublicPhotoModel } from './patient-review-before-and-after-public-photo-model';
14
+ import { PatientReviewDetailModel } from './patient-review-detail-model';
15
+ import { PatientReviewGeneralPublicPhotoModel } from './patient-review-general-public-photo-model';
16
+ import { PatientReviewStatus } from './patient-review-status';
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PatientReviewModel
21
+ */
22
+ export interface PatientReviewModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof PatientReviewModel
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof PatientReviewModel
33
+ */
34
+ 'hospitalId'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof PatientReviewModel
39
+ */
40
+ 'doctorAffiliationId'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof PatientReviewModel
45
+ */
46
+ 'dealId'?: string | null;
47
+ /**
48
+ *
49
+ * @type {PatientReviewStatus}
50
+ * @memberof PatientReviewModel
51
+ */
52
+ 'status'?: PatientReviewStatus;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof PatientReviewModel
57
+ */
58
+ 'rating'?: number;
59
+ /**
60
+ *
61
+ * @type {Date}
62
+ * @memberof PatientReviewModel
63
+ */
64
+ 'createdDate'?: Date | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof PatientReviewModel
69
+ */
70
+ 'description'?: string | null;
71
+ /**
72
+ *
73
+ * @type {Array<PatientReviewDetailModel>}
74
+ * @memberof PatientReviewModel
75
+ */
76
+ 'details'?: Array<PatientReviewDetailModel> | null;
77
+ /**
78
+ *
79
+ * @type {Array<PatientReviewGeneralPublicPhotoModel>}
80
+ * @memberof PatientReviewModel
81
+ */
82
+ 'generalPublicPhotos'?: Array<PatientReviewGeneralPublicPhotoModel> | null;
83
+ /**
84
+ *
85
+ * @type {Array<PatientReviewBeforeAndAfterPublicPhotoModel>}
86
+ * @memberof PatientReviewModel
87
+ */
88
+ 'beforeAndAfterPublicPhotos'?: Array<PatientReviewBeforeAndAfterPublicPhotoModel> | null;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof PatientReviewModel
93
+ */
94
+ 'hospitalName'?: string | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof PatientReviewModel
99
+ */
100
+ 'doctorAffiliationName'?: string | null;
101
+ /**
102
+ *
103
+ * @type {DoctorPrefix}
104
+ * @memberof PatientReviewModel
105
+ */
106
+ 'doctorAffiliationPrefix'?: DoctorPrefix;
107
+ /**
108
+ *
109
+ * @type {string}
110
+ * @memberof PatientReviewModel
111
+ */
112
+ 'dealName'?: string | null;
113
+ }
114
+ //# sourceMappingURL=patient-review-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,2CAA2C,EAAE,MAAM,sDAAsD,CAAC;AAGnH,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AAGnG,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACnD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC3E;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,GAAG,IAAI,CAAC;IACzF;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,YAAY,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,23 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Values: - `All`: All - `Ich`: Ich - `Saas`: Saas
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewPlatform: {
18
+ readonly All: "All";
19
+ readonly Ich: "Ich";
20
+ readonly Saas: "Saas";
21
+ };
22
+ export type PatientReviewPlatform = typeof PatientReviewPlatform[keyof typeof PatientReviewPlatform];
23
+ //# sourceMappingURL=patient-review-platform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-platform.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-platform.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,qBAAqB;;;;CAIxB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PatientReviewPlatform = void 0;
17
+ /**
18
+ * Values: - `All`: All - `Ich`: Ich - `Saas`: Saas
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewPlatform = {
23
+ All: 'All',
24
+ Ich: 'Ich',
25
+ Saas: 'Saas'
26
+ };
@@ -0,0 +1,23 @@
1
+ /**
2
+ * CloudHospital Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Values: - `Unverified`: Unverified - `Verified`: Verified - `Rejected`: Rejected
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewStatus: {
18
+ readonly Unverified: "Unverified";
19
+ readonly Verified: "Verified";
20
+ readonly Rejected: "Rejected";
21
+ };
22
+ export type PatientReviewStatus = typeof PatientReviewStatus[keyof typeof PatientReviewStatus];
23
+ //# sourceMappingURL=patient-review-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-status.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}