ch-api-client-typescript2 5.91.14 → 5.91.28

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,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.PatientReviewStatus = void 0;
17
+ /**
18
+ * Values: - `Unverified`: Unverified - `Verified`: Verified - `Rejected`: Rejected
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewStatus = {
23
+ Unverified: 'Unverified',
24
+ Verified: 'Verified',
25
+ Rejected: 'Rejected'
26
+ };
@@ -0,0 +1,22 @@
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: - `CreatedDate`: CreatedDate - `Rating`: Rating
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewTargetSortingField: {
18
+ readonly CreatedDate: "CreatedDate";
19
+ readonly Rating: "Rating";
20
+ };
21
+ export type PatientReviewTargetSortingField = typeof PatientReviewTargetSortingField[keyof typeof PatientReviewTargetSortingField];
22
+ //# sourceMappingURL=patient-review-target-sorting-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-target-sorting-field.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-target-sorting-field.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,+BAA+B;;;CAGlC,CAAC;AAEX,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC"}
@@ -0,0 +1,25 @@
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.PatientReviewTargetSortingField = void 0;
17
+ /**
18
+ * Values: - `CreatedDate`: CreatedDate - `Rating`: Rating
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewTargetSortingField = {
23
+ CreatedDate: 'CreatedDate',
24
+ Rating: 'Rating'
25
+ };
@@ -0,0 +1,51 @@
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 { PagedListMetaData } from './paged-list-meta-data';
13
+ import { PatientReviewItemModel } from './patient-review-item-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PatientReviewsModel
18
+ */
19
+ export interface PatientReviewsModel {
20
+ /**
21
+ *
22
+ * @type {Array<PatientReviewItemModel>}
23
+ * @memberof PatientReviewsModel
24
+ */
25
+ 'items'?: Array<PatientReviewItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof PatientReviewsModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof PatientReviewsModel
36
+ */
37
+ 'totalAverageScore'?: number | null;
38
+ /**
39
+ *
40
+ * @type {number}
41
+ * @memberof PatientReviewsModel
42
+ */
43
+ 'totalCount'?: number | null;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof PatientReviewsModel
48
+ */
49
+ 'averageValue'?: number | null;
50
+ }
51
+ //# sourceMappingURL=patient-reviews-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-reviews-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-reviews-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IAC/C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
@@ -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 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.91.14",
3
+ "version": "5.91.28",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {