ch-api-client-typescript2 5.4.9 → 5.5.1

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 (98) hide show
  1. package/lib/models/deal-document-model.d.ts +0 -7
  2. package/lib/models/deal-document-model.d.ts.map +1 -1
  3. package/lib/models/deal-item-model.d.ts +3 -34
  4. package/lib/models/deal-item-model.d.ts.map +1 -1
  5. package/lib/models/deal-model.d.ts +3 -34
  6. package/lib/models/deal-model.d.ts.map +1 -1
  7. package/lib/models/deal-package-item-model.d.ts +3 -27
  8. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  9. package/lib/models/deal-package-model.d.ts +3 -27
  10. package/lib/models/deal-package-model.d.ts.map +1 -1
  11. package/lib/models/doctor-affiliation-item-model.d.ts +3 -27
  12. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  13. package/lib/models/doctor-affiliation-model.d.ts +3 -27
  14. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  15. package/lib/models/doctor-document-model.d.ts +3 -3
  16. package/lib/models/doctor-document-model.d.ts.map +1 -1
  17. package/lib/models/{hospital-feature-detail-document-model.d.ts → feature-detail-document-model.d.ts} +11 -12
  18. package/lib/models/feature-detail-document-model.d.ts.map +1 -0
  19. package/lib/models/{hospital-feature-detail-model.d.ts → feature-detail-model.d.ts} +11 -12
  20. package/lib/models/feature-detail-model.d.ts.map +1 -0
  21. package/lib/models/{hospital-feature-model.d.ts → feature-document-model.d.ts} +10 -10
  22. package/lib/models/{hospital-feature-model.d.ts.map → feature-document-model.d.ts.map} +1 -1
  23. package/lib/models/{survey-form-sub-document-model.d.ts → feature-model.d.ts} +10 -9
  24. package/lib/models/feature-model.d.ts.map +1 -0
  25. package/lib/models/hospital-document-model.d.ts +3 -3
  26. package/lib/models/hospital-document-model.d.ts.map +1 -1
  27. package/lib/models/hospital-item-model.d.ts +3 -27
  28. package/lib/models/hospital-item-model.d.ts.map +1 -1
  29. package/lib/models/hospital-model.d.ts +3 -27
  30. package/lib/models/hospital-model.d.ts.map +1 -1
  31. package/lib/models/hospital-service-item-model.d.ts +3 -27
  32. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  33. package/lib/models/hospital-service-model.d.ts +3 -27
  34. package/lib/models/hospital-service-model.d.ts.map +1 -1
  35. package/lib/models/hospital-specialty-document-model.d.ts +7 -0
  36. package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
  37. package/lib/models/hospital-specialty-item-model.d.ts +3 -27
  38. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  39. package/lib/models/hospital-specialty-model.d.ts +3 -27
  40. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  41. package/lib/models/hospital-sub-document-model.d.ts +0 -7
  42. package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
  43. package/lib/models/index.d.ts +4 -8
  44. package/lib/models/index.d.ts.map +1 -1
  45. package/lib/models/index.js +4 -8
  46. package/lib/models/package-sub-document-model.d.ts +7 -0
  47. package/lib/models/package-sub-document-model.d.ts.map +1 -1
  48. package/lib/models/service-document-model.d.ts +7 -0
  49. package/lib/models/service-document-model.d.ts.map +1 -1
  50. package/package.json +1 -1
  51. package/src/.openapi-generator/FILES +4 -8
  52. package/src/models/deal-document-model.ts +0 -9
  53. package/src/models/deal-item-model.ts +3 -36
  54. package/src/models/deal-model.ts +3 -36
  55. package/src/models/deal-package-item-model.ts +3 -27
  56. package/src/models/deal-package-model.ts +3 -27
  57. package/src/models/doctor-affiliation-item-model.ts +3 -27
  58. package/src/models/doctor-affiliation-model.ts +3 -27
  59. package/src/models/doctor-document-model.ts +3 -3
  60. package/src/models/{hospital-feature-detail-document-model.ts → feature-detail-document-model.ts} +10 -13
  61. package/src/models/{hospital-feature-detail-model.ts → feature-detail-model.ts} +10 -13
  62. package/src/models/{hospital-feature-model.ts → feature-document-model.ts} +9 -9
  63. package/src/models/{survey-form-sub-document-model.ts → feature-model.ts} +11 -8
  64. package/src/models/hospital-document-model.ts +5 -5
  65. package/src/models/hospital-item-model.ts +5 -29
  66. package/src/models/hospital-model.ts +5 -29
  67. package/src/models/hospital-service-item-model.ts +3 -27
  68. package/src/models/hospital-service-model.ts +3 -27
  69. package/src/models/hospital-specialty-document-model.ts +9 -0
  70. package/src/models/hospital-specialty-item-model.ts +3 -27
  71. package/src/models/hospital-specialty-model.ts +3 -27
  72. package/src/models/hospital-sub-document-model.ts +0 -9
  73. package/src/models/index.ts +4 -8
  74. package/src/models/package-sub-document-model.ts +9 -0
  75. package/src/models/service-document-model.ts +9 -0
  76. package/lib/models/hospital-feature-detail-document-model.d.ts.map +0 -1
  77. package/lib/models/hospital-feature-detail-model.d.ts.map +0 -1
  78. package/lib/models/hospital-feature-document-model.d.ts +0 -32
  79. package/lib/models/hospital-feature-document-model.d.ts.map +0 -1
  80. package/lib/models/hospital-feature-domain-document-model.d.ts +0 -50
  81. package/lib/models/hospital-feature-domain-document-model.d.ts.map +0 -1
  82. package/lib/models/hospital-feature-domain-model.d.ts +0 -50
  83. package/lib/models/hospital-feature-domain-model.d.ts.map +0 -1
  84. package/lib/models/hospital-feature-domain-model.js +0 -15
  85. package/lib/models/hospital-feature-model.js +0 -15
  86. package/lib/models/survey-form-simple-mapping-model.d.ts +0 -39
  87. package/lib/models/survey-form-simple-mapping-model.d.ts.map +0 -1
  88. package/lib/models/survey-form-simple-mapping-model.js +0 -15
  89. package/lib/models/survey-form-sub-document-model.d.ts.map +0 -1
  90. package/lib/models/survey-form-sub-document-model.js +0 -15
  91. package/src/models/hospital-feature-document-model.ts +0 -39
  92. package/src/models/hospital-feature-domain-document-model.ts +0 -57
  93. package/src/models/hospital-feature-domain-model.ts +0 -57
  94. package/src/models/survey-form-simple-mapping-model.ts +0 -48
  95. /package/lib/models/{hospital-feature-detail-document-model.js → feature-detail-document-model.js} +0 -0
  96. /package/lib/models/{hospital-feature-detail-model.js → feature-detail-model.js} +0 -0
  97. /package/lib/models/{hospital-feature-document-model.js → feature-document-model.js} +0 -0
  98. /package/lib/models/{hospital-feature-domain-document-model.js → feature-model.js} +0 -0
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: hyounoosung@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 });
@@ -1,39 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: hyounoosung@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 { SurveyFormStatus } from './survey-form-status';
13
- import { TranslationSimpleModel } from './translation-simple-model';
14
- /**
15
- *
16
- * @export
17
- * @interface SurveyFormSimpleMappingModel
18
- */
19
- export interface SurveyFormSimpleMappingModel {
20
- /**
21
- *
22
- * @type {string}
23
- * @memberof SurveyFormSimpleMappingModel
24
- */
25
- 'id'?: string;
26
- /**
27
- *
28
- * @type {SurveyFormStatus}
29
- * @memberof SurveyFormSimpleMappingModel
30
- */
31
- 'status'?: SurveyFormStatus;
32
- /**
33
- *
34
- * @type {Array<TranslationSimpleModel>}
35
- * @memberof SurveyFormSimpleMappingModel
36
- */
37
- 'translations'?: Array<TranslationSimpleModel> | null;
38
- }
39
- //# sourceMappingURL=survey-form-simple-mapping-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"survey-form-simple-mapping-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-form-simple-mapping-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACzD"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: hyounoosung@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 });
@@ -1 +0,0 @@
1
- {"version":3,"file":"survey-form-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-form-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpD"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: hyounoosung@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 });
@@ -1,39 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
8
- * Contact: hyounoosung@icloudhospital.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import { HospitalFeatureDomainDocumentModel } from './hospital-feature-domain-document-model';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface HospitalFeatureDocumentModel
24
- */
25
- export interface HospitalFeatureDocumentModel {
26
- /**
27
- *
28
- * @type {HospitalFeatureDomainDocumentModel}
29
- * @memberof HospitalFeatureDocumentModel
30
- */
31
- 'Ch'?: HospitalFeatureDomainDocumentModel;
32
- /**
33
- *
34
- * @type {HospitalFeatureDomainDocumentModel}
35
- * @memberof HospitalFeatureDocumentModel
36
- */
37
- 'Saas'?: HospitalFeatureDomainDocumentModel;
38
- }
39
-
@@ -1,57 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
8
- * Contact: hyounoosung@icloudhospital.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import { HospitalFeatureDetailDocumentModel } from './hospital-feature-detail-document-model';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface HospitalFeatureDomainDocumentModel
24
- */
25
- export interface HospitalFeatureDomainDocumentModel {
26
- /**
27
- *
28
- * @type {HospitalFeatureDetailDocumentModel}
29
- * @memberof HospitalFeatureDomainDocumentModel
30
- */
31
- 'Hospital'?: HospitalFeatureDetailDocumentModel;
32
- /**
33
- *
34
- * @type {HospitalFeatureDetailDocumentModel}
35
- * @memberof HospitalFeatureDomainDocumentModel
36
- */
37
- 'Doctor'?: HospitalFeatureDetailDocumentModel;
38
- /**
39
- *
40
- * @type {HospitalFeatureDetailDocumentModel}
41
- * @memberof HospitalFeatureDomainDocumentModel
42
- */
43
- 'Deal'?: HospitalFeatureDetailDocumentModel;
44
- /**
45
- *
46
- * @type {HospitalFeatureDetailDocumentModel}
47
- * @memberof HospitalFeatureDomainDocumentModel
48
- */
49
- 'HospitalSpecialty'?: HospitalFeatureDetailDocumentModel;
50
- /**
51
- *
52
- * @type {HospitalFeatureDetailDocumentModel}
53
- * @memberof HospitalFeatureDomainDocumentModel
54
- */
55
- 'Service'?: HospitalFeatureDetailDocumentModel;
56
- }
57
-
@@ -1,57 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
8
- * Contact: hyounoosung@icloudhospital.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import { HospitalFeatureDetailModel } from './hospital-feature-detail-model';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface HospitalFeatureDomainModel
24
- */
25
- export interface HospitalFeatureDomainModel {
26
- /**
27
- *
28
- * @type {HospitalFeatureDetailModel}
29
- * @memberof HospitalFeatureDomainModel
30
- */
31
- 'hospital'?: HospitalFeatureDetailModel;
32
- /**
33
- *
34
- * @type {HospitalFeatureDetailModel}
35
- * @memberof HospitalFeatureDomainModel
36
- */
37
- 'doctor'?: HospitalFeatureDetailModel;
38
- /**
39
- *
40
- * @type {HospitalFeatureDetailModel}
41
- * @memberof HospitalFeatureDomainModel
42
- */
43
- 'deal'?: HospitalFeatureDetailModel;
44
- /**
45
- *
46
- * @type {HospitalFeatureDetailModel}
47
- * @memberof HospitalFeatureDomainModel
48
- */
49
- 'hospitalSpecialty'?: HospitalFeatureDetailModel;
50
- /**
51
- *
52
- * @type {HospitalFeatureDetailModel}
53
- * @memberof HospitalFeatureDomainModel
54
- */
55
- 'service'?: HospitalFeatureDetailModel;
56
- }
57
-
@@ -1,48 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
8
- * Contact: hyounoosung@icloudhospital.com
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import { SurveyFormStatus } from './survey-form-status';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import { TranslationSimpleModel } from './translation-simple-model';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface SurveyFormSimpleMappingModel
27
- */
28
- export interface SurveyFormSimpleMappingModel {
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof SurveyFormSimpleMappingModel
33
- */
34
- 'id'?: string;
35
- /**
36
- *
37
- * @type {SurveyFormStatus}
38
- * @memberof SurveyFormSimpleMappingModel
39
- */
40
- 'status'?: SurveyFormStatus;
41
- /**
42
- *
43
- * @type {Array<TranslationSimpleModel>}
44
- * @memberof SurveyFormSimpleMappingModel
45
- */
46
- 'translations'?: Array<TranslationSimpleModel> | null;
47
- }
48
-