ch-admin-api-client-typescript 5.88.48 → 5.89.6

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 (104) hide show
  1. package/lib/api/about-us-api.d.ts +8 -8
  2. package/lib/api/about-us-api.js +6 -6
  3. package/lib/api/appointments-api.d.ts +12 -12
  4. package/lib/api/appointments-api.js +9 -9
  5. package/lib/api/article-categories-api.d.ts +4 -4
  6. package/lib/api/article-categories-api.js +3 -3
  7. package/lib/api/articles-api.d.ts +16 -16
  8. package/lib/api/articles-api.js +12 -12
  9. package/lib/api/badges-api.d.ts +4 -4
  10. package/lib/api/badges-api.js +3 -3
  11. package/lib/api/benefits-api.d.ts +4 -4
  12. package/lib/api/benefits-api.js +3 -3
  13. package/lib/api/call-histories-api.d.ts +4 -4
  14. package/lib/api/call-histories-api.js +3 -3
  15. package/lib/api/contributors-api.d.ts +8 -8
  16. package/lib/api/contributors-api.js +6 -6
  17. package/lib/api/countries-api.d.ts +24 -24
  18. package/lib/api/countries-api.js +18 -18
  19. package/lib/api/curation-categories-api.d.ts +12 -12
  20. package/lib/api/curation-categories-api.js +9 -9
  21. package/lib/api/curations-api.d.ts +12 -12
  22. package/lib/api/curations-api.js +9 -9
  23. package/lib/api/deal-global-settings-api.d.ts +4 -4
  24. package/lib/api/deal-global-settings-api.js +3 -3
  25. package/lib/api/deals-api.d.ts +16 -16
  26. package/lib/api/deals-api.js +12 -12
  27. package/lib/api/doctor-affiliations-api.d.ts +4 -4
  28. package/lib/api/doctor-affiliations-api.js +3 -3
  29. package/lib/api/doctors-api.d.ts +12 -12
  30. package/lib/api/doctors-api.js +9 -9
  31. package/lib/api/faq-categories-api.d.ts +8 -8
  32. package/lib/api/faq-categories-api.js +6 -6
  33. package/lib/api/faqs-api.d.ts +8 -8
  34. package/lib/api/faqs-api.js +6 -6
  35. package/lib/api/form-results-api.d.ts +8 -8
  36. package/lib/api/form-results-api.js +6 -6
  37. package/lib/api/form-templates-api.d.ts +8 -8
  38. package/lib/api/form-templates-api.js +6 -6
  39. package/lib/api/frequently-asked-questions-api.d.ts +4 -4
  40. package/lib/api/frequently-asked-questions-api.js +3 -3
  41. package/lib/api/general-articles-api.d.ts +8 -8
  42. package/lib/api/general-articles-api.js +6 -6
  43. package/lib/api/hospital-branches-api.d.ts +4 -4
  44. package/lib/api/hospital-branches-api.js +3 -3
  45. package/lib/api/hospital-groups-api.d.ts +4 -4
  46. package/lib/api/hospital-groups-api.js +3 -3
  47. package/lib/api/hospitals-api.d.ts +136 -136
  48. package/lib/api/hospitals-api.js +104 -104
  49. package/lib/api/languages-api.d.ts +110 -36
  50. package/lib/api/languages-api.d.ts.map +1 -1
  51. package/lib/api/languages-api.js +137 -27
  52. package/lib/api/patient-affiliations-api.d.ts +4 -4
  53. package/lib/api/patient-affiliations-api.js +3 -3
  54. package/lib/api/patients-api.d.ts +4 -4
  55. package/lib/api/patients-api.js +3 -3
  56. package/lib/api/platform-interpretation-languages-api.d.ts +16 -16
  57. package/lib/api/platform-interpretation-languages-api.js +12 -12
  58. package/lib/api/prescriptions-api.d.ts +8 -8
  59. package/lib/api/prescriptions-api.js +6 -6
  60. package/lib/api/promotions-api.d.ts +4 -4
  61. package/lib/api/promotions-api.js +3 -3
  62. package/lib/api/service-reviews-api.d.ts +8 -8
  63. package/lib/api/service-reviews-api.js +6 -6
  64. package/lib/api/services-api.d.ts +8 -8
  65. package/lib/api/services-api.js +6 -6
  66. package/lib/api/specialties-api.d.ts +8 -8
  67. package/lib/api/specialties-api.js +6 -6
  68. package/lib/api/specialty-types-api.d.ts +8 -8
  69. package/lib/api/specialty-types-api.js +6 -6
  70. package/lib/api/survey-forms-api.d.ts +8 -8
  71. package/lib/api/survey-forms-api.js +6 -6
  72. package/lib/api/survey-results-api.d.ts +4 -4
  73. package/lib/api/survey-results-api.js +3 -3
  74. package/lib/api/users-api.d.ts +4 -4
  75. package/lib/api/users-api.js +3 -3
  76. package/lib/api/web-apps-api.d.ts +139 -12
  77. package/lib/api/web-apps-api.d.ts.map +1 -1
  78. package/lib/api/web-apps-api.js +275 -11
  79. package/lib/models/country-language-item-model.d.ts +12 -0
  80. package/lib/models/country-language-item-model.d.ts.map +1 -1
  81. package/lib/models/country-language-model.d.ts +12 -0
  82. package/lib/models/country-language-model.d.ts.map +1 -1
  83. package/lib/models/create-hospital-service-command.d.ts +1 -1
  84. package/lib/models/deploy-web-apps-command.d.ts +31 -0
  85. package/lib/models/deploy-web-apps-command.d.ts.map +1 -0
  86. package/lib/models/deploy-web-apps-command.js +15 -0
  87. package/lib/models/hospital-service-item-model.d.ts +1 -1
  88. package/lib/models/hospital-service-model.d.ts +1 -1
  89. package/lib/models/index.d.ts +4 -0
  90. package/lib/models/index.d.ts.map +1 -1
  91. package/lib/models/index.js +4 -0
  92. package/lib/models/language-locale-item-model.d.ts +73 -0
  93. package/lib/models/language-locale-item-model.d.ts.map +1 -0
  94. package/lib/models/language-locale-item-model.js +15 -0
  95. package/lib/models/language-locales-model.d.ts +33 -0
  96. package/lib/models/language-locales-model.d.ts.map +1 -0
  97. package/lib/models/language-locales-model.js +15 -0
  98. package/lib/models/save-country-language-command.d.ts +6 -0
  99. package/lib/models/save-country-language-command.d.ts.map +1 -1
  100. package/lib/models/suspend-web-apps-command.d.ts +31 -0
  101. package/lib/models/suspend-web-apps-command.d.ts.map +1 -0
  102. package/lib/models/suspend-web-apps-command.js +15 -0
  103. package/lib/models/update-hospital-service-command.d.ts +1 -1
  104. package/package.json +1 -1
@@ -278,6 +278,7 @@ __exportStar(require("./delete-hospital-appointment-timetable-overrides-command"
278
278
  __exportStar(require("./delete-hospital-specialty-appointment-timetable-overrides-command"), exports);
279
279
  __exportStar(require("./delete-service-appointment-timetable-overrides-command"), exports);
280
280
  __exportStar(require("./deploy-status"), exports);
281
+ __exportStar(require("./deploy-web-apps-command"), exports);
281
282
  __exportStar(require("./doctor-affiliation-item-model"), exports);
282
283
  __exportStar(require("./doctor-affiliation-model"), exports);
283
284
  __exportStar(require("./doctor-affiliation-simple-model"), exports);
@@ -432,6 +433,8 @@ __exportStar(require("./landing-item-model"), exports);
432
433
  __exportStar(require("./landing-model"), exports);
433
434
  __exportStar(require("./landings-model"), exports);
434
435
  __exportStar(require("./language-item-model"), exports);
436
+ __exportStar(require("./language-locale-item-model"), exports);
437
+ __exportStar(require("./language-locales-model"), exports);
435
438
  __exportStar(require("./language-model"), exports);
436
439
  __exportStar(require("./languages-model"), exports);
437
440
  __exportStar(require("./localized-url-model"), exports);
@@ -609,6 +612,7 @@ __exportStar(require("./survey-result-item-model"), exports);
609
612
  __exportStar(require("./survey-result-model"), exports);
610
613
  __exportStar(require("./survey-result-user-model"), exports);
611
614
  __exportStar(require("./survey-results-model"), exports);
615
+ __exportStar(require("./suspend-web-apps-command"), exports);
612
616
  __exportStar(require("./tag-item-model"), exports);
613
617
  __exportStar(require("./tag-model"), exports);
614
618
  __exportStar(require("./tags-model"), exports);
@@ -0,0 +1,73 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 LanguageLocaleItemModel
16
+ */
17
+ export interface LanguageLocaleItemModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof LanguageLocaleItemModel
22
+ */
23
+ 'languageLocale'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof LanguageLocaleItemModel
28
+ */
29
+ 'languageCode'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof LanguageLocaleItemModel
34
+ */
35
+ 'countryCode'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof LanguageLocaleItemModel
40
+ */
41
+ 'countryId'?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof LanguageLocaleItemModel
46
+ */
47
+ 'localeCode'?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof LanguageLocaleItemModel
52
+ */
53
+ 'languageName'?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof LanguageLocaleItemModel
58
+ */
59
+ 'languageLocalizedName'?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof LanguageLocaleItemModel
64
+ */
65
+ 'fallbackTargetLanguageCode'?: string | null;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof LanguageLocaleItemModel
70
+ */
71
+ 'order'?: number;
72
+ }
73
+ //# sourceMappingURL=language-locale-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-locale-item-model.d.ts","sourceRoot":"","sources":["../../src/models/language-locale-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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,33 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 { LanguageLocaleItemModel } from './language-locale-item-model';
13
+ import { PagedListMetaData } from './paged-list-meta-data';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface LanguageLocalesModel
18
+ */
19
+ export interface LanguageLocalesModel {
20
+ /**
21
+ *
22
+ * @type {Array<LanguageLocaleItemModel>}
23
+ * @memberof LanguageLocalesModel
24
+ */
25
+ 'items'?: Array<LanguageLocaleItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof LanguageLocalesModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=language-locales-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-locales-model.d.ts","sourceRoot":"","sources":["../../src/models/language-locales-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -21,5 +21,11 @@ export interface SaveCountryLanguageCommand {
21
21
  * @memberof SaveCountryLanguageCommand
22
22
  */
23
23
  'order'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SaveCountryLanguageCommand
28
+ */
29
+ 'fallbackTargetLanguageCode'?: string | null;
24
30
  }
25
31
  //# sourceMappingURL=save-country-language-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"save-country-language-command.d.ts","sourceRoot":"","sources":["../../src/models/save-country-language-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"save-country-language-command.d.ts","sourceRoot":"","sources":["../../src/models/save-country-language-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChD"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
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 SuspendWebAppsCommand
16
+ */
17
+ export interface SuspendWebAppsCommand {
18
+ /**
19
+ *
20
+ * @type {Array<string>}
21
+ * @memberof SuspendWebAppsCommand
22
+ */
23
+ 'webAppIds'?: Array<string> | null;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof SuspendWebAppsCommand
28
+ */
29
+ 'hospitalIds'?: Array<string> | null;
30
+ }
31
+ //# sourceMappingURL=suspend-web-apps-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"suspend-web-apps-command.d.ts","sourceRoot":"","sources":["../../src/models/suspend-web-apps-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACxC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
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 });
@@ -72,7 +72,7 @@ export interface UpdateHospitalServiceCommand {
72
72
  * @type {boolean}
73
73
  * @memberof UpdateHospitalServiceCommand
74
74
  */
75
- 'priceReuqest'?: boolean | null;
75
+ 'priceRequest'?: boolean | null;
76
76
  /**
77
77
  *
78
78
  * @type {Procedure}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.88.48",
3
+ "version": "5.89.6",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",