ch-admin-api-client-typescript 5.5.2 → 5.5.4

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 (79) hide show
  1. package/lib/api/dev-supports-api.d.ts +125 -0
  2. package/lib/api/dev-supports-api.d.ts.map +1 -0
  3. package/lib/api/dev-supports-api.js +244 -0
  4. package/lib/api/hospitals-api.d.ts +139 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +198 -0
  7. package/lib/api/search-curations-api.d.ts +309 -0
  8. package/lib/api/search-curations-api.d.ts.map +1 -0
  9. package/lib/api/search-curations-api.js +579 -0
  10. package/lib/api/specialties-api.d.ts +56 -0
  11. package/lib/api/specialties-api.d.ts.map +1 -1
  12. package/lib/api/specialties-api.js +90 -0
  13. package/lib/api/specialty-types-api.d.ts +56 -0
  14. package/lib/api/specialty-types-api.d.ts.map +1 -1
  15. package/lib/api/specialty-types-api.js +90 -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/call-statistics-model.d.ts +1 -1
  20. package/lib/models/call-statistics-model.d.ts.map +1 -1
  21. package/lib/models/index.d.ts +10 -0
  22. package/lib/models/index.d.ts.map +1 -1
  23. package/lib/models/index.js +10 -0
  24. package/lib/models/save-search-curations-command.d.ts +26 -0
  25. package/lib/models/save-search-curations-command.d.ts.map +1 -0
  26. package/lib/models/save-search-curations-command.js +15 -0
  27. package/lib/models/search-curation-item-input-model.d.ts +73 -0
  28. package/lib/models/search-curation-item-input-model.d.ts.map +1 -0
  29. package/lib/models/search-curation-item-input-model.js +15 -0
  30. package/lib/models/search-curation-item-model.d.ts +79 -0
  31. package/lib/models/search-curation-item-model.d.ts.map +1 -0
  32. package/lib/models/search-curation-item-model.js +15 -0
  33. package/lib/models/translate-doctor-affiliation-command.d.ts +6 -0
  34. package/lib/models/translate-doctor-affiliation-command.d.ts.map +1 -1
  35. package/lib/models/translate-hospital-command.d.ts +6 -0
  36. package/lib/models/translate-hospital-command.d.ts.map +1 -1
  37. package/lib/models/translate-hospital-service-command.d.ts +44 -0
  38. package/lib/models/translate-hospital-service-command.d.ts.map +1 -0
  39. package/lib/models/translate-hospital-service-command.js +15 -0
  40. package/lib/models/translate-hospital-specialty-command.d.ts +44 -0
  41. package/lib/models/translate-hospital-specialty-command.d.ts.map +1 -0
  42. package/lib/models/translate-hospital-specialty-command.js +15 -0
  43. package/lib/models/translate-specialty-command.d.ts +44 -0
  44. package/lib/models/translate-specialty-command.d.ts.map +1 -0
  45. package/lib/models/translate-specialty-command.js +15 -0
  46. package/lib/models/translate-specialty-type-command.d.ts +44 -0
  47. package/lib/models/translate-specialty-type-command.d.ts.map +1 -0
  48. package/lib/models/translate-specialty-type-command.js +15 -0
  49. package/lib/models/translation-contents-model.d.ts +56 -0
  50. package/lib/models/translation-contents-model.d.ts.map +1 -0
  51. package/lib/models/translation-contents-model.js +15 -0
  52. package/lib/models/translation-contents-target-model.d.ts +43 -0
  53. package/lib/models/translation-contents-target-model.d.ts.map +1 -0
  54. package/lib/models/translation-contents-target-model.js +15 -0
  55. package/lib/models/translation-target-entities.d.ts +24 -0
  56. package/lib/models/translation-target-entities.d.ts.map +1 -0
  57. package/lib/models/translation-target-entities.js +27 -0
  58. package/package.json +1 -1
  59. package/src/.openapi-generator/FILES +12 -0
  60. package/src/api/dev-supports-api.ts +208 -0
  61. package/src/api/hospitals-api.ts +239 -0
  62. package/src/api/search-curations-api.ts +539 -0
  63. package/src/api/specialties-api.ts +100 -0
  64. package/src/api/specialty-types-api.ts +100 -0
  65. package/src/api.ts +2 -0
  66. package/src/models/call-statistics-model.ts +1 -1
  67. package/src/models/index.ts +10 -0
  68. package/src/models/save-search-curations-command.ts +33 -0
  69. package/src/models/search-curation-item-input-model.ts +78 -0
  70. package/src/models/search-curation-item-model.ts +84 -0
  71. package/src/models/translate-doctor-affiliation-command.ts +6 -0
  72. package/src/models/translate-hospital-command.ts +6 -0
  73. package/src/models/translate-hospital-service-command.ts +51 -0
  74. package/src/models/translate-hospital-specialty-command.ts +51 -0
  75. package/src/models/translate-specialty-command.ts +51 -0
  76. package/src/models/translate-specialty-type-command.ts +51 -0
  77. package/src/models/translation-contents-model.ts +63 -0
  78. package/src/models/translation-contents-target-model.ts +48 -0
  79. package/src/models/translation-target-entities.ts +33 -0
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,73 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface SearchCurationItemInputModel
16
+ */
17
+ export interface SearchCurationItemInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SearchCurationItemInputModel
22
+ */
23
+ 'id'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SearchCurationItemInputModel
28
+ */
29
+ 'name'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SearchCurationItemInputModel
34
+ */
35
+ 'searchTerm'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SearchCurationItemInputModel
40
+ */
41
+ 'description'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof SearchCurationItemInputModel
46
+ */
47
+ 'imageUrl'?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof SearchCurationItemInputModel
52
+ */
53
+ 'imageThumbnailUrl'?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SearchCurationItemInputModel
58
+ */
59
+ 'parentId'?: string | null;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof SearchCurationItemInputModel
64
+ */
65
+ 'order'?: number;
66
+ /**
67
+ *
68
+ * @type {Array<SearchCurationItemInputModel>}
69
+ * @memberof SearchCurationItemInputModel
70
+ */
71
+ 'subItems'?: Array<SearchCurationItemInputModel> | null;
72
+ }
73
+ //# sourceMappingURL=search-curation-item-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-curation-item-input-model.d.ts","sourceRoot":"","sources":["../../src/models/search-curation-item-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CAC3D"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface SearchCurationItemModel
16
+ */
17
+ export interface SearchCurationItemModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SearchCurationItemModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SearchCurationItemModel
28
+ */
29
+ 'name'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SearchCurationItemModel
34
+ */
35
+ 'searchTerm'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SearchCurationItemModel
40
+ */
41
+ 'description'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof SearchCurationItemModel
46
+ */
47
+ 'imageUrl'?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof SearchCurationItemModel
52
+ */
53
+ 'imageThumbnailUrl'?: string | null;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof SearchCurationItemModel
58
+ */
59
+ 'level'?: number;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof SearchCurationItemModel
64
+ */
65
+ 'order'?: number;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof SearchCurationItemModel
70
+ */
71
+ 'parentId'?: string | null;
72
+ /**
73
+ *
74
+ * @type {Array<SearchCurationItemModel>}
75
+ * @memberof SearchCurationItemModel
76
+ */
77
+ 'subItems'?: Array<SearchCurationItemModel> | null;
78
+ }
79
+ //# sourceMappingURL=search-curation-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-curation-item-model.d.ts","sourceRoot":"","sources":["../../src/models/search-curation-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;CACtD"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -34,5 +34,11 @@ export interface TranslateDoctorAffiliationCommand {
34
34
  * @memberof TranslateDoctorAffiliationCommand
35
35
  */
36
36
  'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslateDoctorAffiliationCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
37
43
  }
38
44
  //# sourceMappingURL=translate-doctor-affiliation-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"translate-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACrD"}
1
+ {"version":3,"file":"translate-doctor-affiliation-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-doctor-affiliation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -34,5 +34,11 @@ export interface TranslateHospitalCommand {
34
34
  * @memberof TranslateHospitalCommand
35
35
  */
36
36
  'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslateHospitalCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
37
43
  }
38
44
  //# sourceMappingURL=translate-hospital-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"translate-hospital-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-hospital-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACrD"}
1
+ {"version":3,"file":"translate-hospital-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-hospital-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 { TranslateAllOptions } from './translate-all-options';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslateHospitalServiceCommand
17
+ */
18
+ export interface TranslateHospitalServiceCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslateHospitalServiceCommand
23
+ */
24
+ 'basisLanguageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {TranslateAllOptions}
28
+ * @memberof TranslateHospitalServiceCommand
29
+ */
30
+ 'translationOption'?: TranslateAllOptions;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof TranslateHospitalServiceCommand
35
+ */
36
+ 'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslateHospitalServiceCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
43
+ }
44
+ //# sourceMappingURL=translate-hospital-service-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-hospital-service-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-hospital-service-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 { TranslateAllOptions } from './translate-all-options';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslateHospitalSpecialtyCommand
17
+ */
18
+ export interface TranslateHospitalSpecialtyCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslateHospitalSpecialtyCommand
23
+ */
24
+ 'basisLanguageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {TranslateAllOptions}
28
+ * @memberof TranslateHospitalSpecialtyCommand
29
+ */
30
+ 'translationOption'?: TranslateAllOptions;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof TranslateHospitalSpecialtyCommand
35
+ */
36
+ 'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslateHospitalSpecialtyCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
43
+ }
44
+ //# sourceMappingURL=translate-hospital-specialty-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-hospital-specialty-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-hospital-specialty-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 { TranslateAllOptions } from './translate-all-options';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslateSpecialtyCommand
17
+ */
18
+ export interface TranslateSpecialtyCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslateSpecialtyCommand
23
+ */
24
+ 'basisLanguageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {TranslateAllOptions}
28
+ * @memberof TranslateSpecialtyCommand
29
+ */
30
+ 'translationOption'?: TranslateAllOptions;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof TranslateSpecialtyCommand
35
+ */
36
+ 'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslateSpecialtyCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
43
+ }
44
+ //# sourceMappingURL=translate-specialty-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-specialty-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-specialty-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 { TranslateAllOptions } from './translate-all-options';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslateSpecialtyTypeCommand
17
+ */
18
+ export interface TranslateSpecialtyTypeCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslateSpecialtyTypeCommand
23
+ */
24
+ 'basisLanguageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {TranslateAllOptions}
28
+ * @memberof TranslateSpecialtyTypeCommand
29
+ */
30
+ 'translationOption'?: TranslateAllOptions;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof TranslateSpecialtyTypeCommand
35
+ */
36
+ 'translateToLanguageCodes'?: Array<string> | null;
37
+ /**
38
+ *
39
+ * @type {Array<string>}
40
+ * @memberof TranslateSpecialtyTypeCommand
41
+ */
42
+ 'translateToFields'?: Array<string> | null;
43
+ }
44
+ //# sourceMappingURL=translate-specialty-type-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-specialty-type-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-specialty-type-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 { TranslationContentsTargetModel } from './translation-contents-target-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslationContentsModel
17
+ */
18
+ export interface TranslationContentsModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslationContentsModel
23
+ */
24
+ 'targetEntity'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof TranslationContentsModel
29
+ */
30
+ 'jobId'?: string | null;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof TranslationContentsModel
35
+ */
36
+ 'entriesCount'?: number;
37
+ /**
38
+ *
39
+ * @type {number}
40
+ * @memberof TranslationContentsModel
41
+ */
42
+ 'entitiesTranslateNeededCount'?: number;
43
+ /**
44
+ *
45
+ * @type {number}
46
+ * @memberof TranslationContentsModel
47
+ */
48
+ 'countOfTranslationAttempts'?: number;
49
+ /**
50
+ *
51
+ * @type {Array<TranslationContentsTargetModel>}
52
+ * @memberof TranslationContentsModel
53
+ */
54
+ 'targets'?: Array<TranslationContentsTargetModel> | null;
55
+ }
56
+ //# sourceMappingURL=translation-contents-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation-contents-model.d.ts","sourceRoot":"","sources":["../../src/models/translation-contents-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAErF;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;CAC5D"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Admin Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface TranslationContentsTargetModel
16
+ */
17
+ export interface TranslationContentsTargetModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof TranslationContentsTargetModel
22
+ */
23
+ 'id'?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof TranslationContentsTargetModel
28
+ */
29
+ 'targetEntity'?: string | null;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof TranslationContentsTargetModel
34
+ */
35
+ 'needToTranslate'?: boolean;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof TranslationContentsTargetModel
40
+ */
41
+ 'needToTranslateCount'?: number;
42
+ }
43
+ //# sourceMappingURL=translation-contents-target-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation-contents-target-model.d.ts","sourceRoot":"","sources":["../../src/models/translation-contents-target-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACnC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Admin Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });