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
@@ -169,7 +169,7 @@ var PlatformInterpretationLanguagesApiAxiosParamCreator = function (configuratio
169
169
  /**
170
170
  *
171
171
  * @summary Delete platform interpretation language (Auth policies: RequireManagerRole)
172
- * @param {string} languageCode
172
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
173
173
  * @param {boolean} [isPermanent]
174
174
  * @param {*} [options] Override http request option.
175
175
  * @throws {RequiredError}
@@ -220,7 +220,7 @@ var PlatformInterpretationLanguagesApiAxiosParamCreator = function (configuratio
220
220
  /**
221
221
  *
222
222
  * @summary Get platform interpretation language (Auth policies: RequireManagerRole)
223
- * @param {string} languageCode
223
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
224
224
  * @param {*} [options] Override http request option.
225
225
  * @throws {RequiredError}
226
226
  */
@@ -267,7 +267,7 @@ var PlatformInterpretationLanguagesApiAxiosParamCreator = function (configuratio
267
267
  /**
268
268
  *
269
269
  * @summary Update platform interpretation language (Auth policies: RequireManagerRole)
270
- * @param {string} languageCode
270
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
271
271
  * @param {UpdatePlatformInterpretationLanguageCommand} [updatePlatformInterpretationLanguageCommand]
272
272
  * @param {*} [options] Override http request option.
273
273
  * @throws {RequiredError}
@@ -317,7 +317,7 @@ var PlatformInterpretationLanguagesApiAxiosParamCreator = function (configuratio
317
317
  /**
318
318
  *
319
319
  * @summary Reactivate platform interpretation language (Auth policies: RequireManagerRole)
320
- * @param {string} languageCode
320
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
321
321
  * @param {*} [options] Override http request option.
322
322
  * @throws {RequiredError}
323
323
  */
@@ -444,7 +444,7 @@ var PlatformInterpretationLanguagesApiFp = function (configuration) {
444
444
  /**
445
445
  *
446
446
  * @summary Delete platform interpretation language (Auth policies: RequireManagerRole)
447
- * @param {string} languageCode
447
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
448
448
  * @param {boolean} [isPermanent]
449
449
  * @param {*} [options] Override http request option.
450
450
  * @throws {RequiredError}
@@ -465,7 +465,7 @@ var PlatformInterpretationLanguagesApiFp = function (configuration) {
465
465
  /**
466
466
  *
467
467
  * @summary Get platform interpretation language (Auth policies: RequireManagerRole)
468
- * @param {string} languageCode
468
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
469
469
  * @param {*} [options] Override http request option.
470
470
  * @throws {RequiredError}
471
471
  */
@@ -485,7 +485,7 @@ var PlatformInterpretationLanguagesApiFp = function (configuration) {
485
485
  /**
486
486
  *
487
487
  * @summary Update platform interpretation language (Auth policies: RequireManagerRole)
488
- * @param {string} languageCode
488
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
489
489
  * @param {UpdatePlatformInterpretationLanguageCommand} [updatePlatformInterpretationLanguageCommand]
490
490
  * @param {*} [options] Override http request option.
491
491
  * @throws {RequiredError}
@@ -506,7 +506,7 @@ var PlatformInterpretationLanguagesApiFp = function (configuration) {
506
506
  /**
507
507
  *
508
508
  * @summary Reactivate platform interpretation language (Auth policies: RequireManagerRole)
509
- * @param {string} languageCode
509
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
510
510
  * @param {*} [options] Override http request option.
511
511
  * @throws {RequiredError}
512
512
  */
@@ -570,7 +570,7 @@ var PlatformInterpretationLanguagesApiFactory = function (configuration, basePat
570
570
  /**
571
571
  *
572
572
  * @summary Delete platform interpretation language (Auth policies: RequireManagerRole)
573
- * @param {string} languageCode
573
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
574
574
  * @param {boolean} [isPermanent]
575
575
  * @param {*} [options] Override http request option.
576
576
  * @throws {RequiredError}
@@ -581,7 +581,7 @@ var PlatformInterpretationLanguagesApiFactory = function (configuration, basePat
581
581
  /**
582
582
  *
583
583
  * @summary Get platform interpretation language (Auth policies: RequireManagerRole)
584
- * @param {string} languageCode
584
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
585
585
  * @param {*} [options] Override http request option.
586
586
  * @throws {RequiredError}
587
587
  */
@@ -591,7 +591,7 @@ var PlatformInterpretationLanguagesApiFactory = function (configuration, basePat
591
591
  /**
592
592
  *
593
593
  * @summary Update platform interpretation language (Auth policies: RequireManagerRole)
594
- * @param {string} languageCode
594
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
595
595
  * @param {UpdatePlatformInterpretationLanguageCommand} [updatePlatformInterpretationLanguageCommand]
596
596
  * @param {*} [options] Override http request option.
597
597
  * @throws {RequiredError}
@@ -602,7 +602,7 @@ var PlatformInterpretationLanguagesApiFactory = function (configuration, basePat
602
602
  /**
603
603
  *
604
604
  * @summary Reactivate platform interpretation language (Auth policies: RequireManagerRole)
605
- * @param {string} languageCode
605
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., `en`, `ko`).
606
606
  * @param {*} [options] Override http request option.
607
607
  * @throws {RequiredError}
608
608
  */
@@ -69,7 +69,7 @@ export declare const PrescriptionsApiAxiosParamCreator: (configuration?: Configu
69
69
  *
70
70
  * @summary Get a prescription by id (Auth policies: RequireDoctorRole)
71
71
  * @param {string} prescriptionId
72
- * @param {string} [languageCode]
72
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
73
73
  * @param {*} [options] Override http request option.
74
74
  * @throws {RequiredError}
75
75
  */
@@ -86,7 +86,7 @@ export declare const PrescriptionsApiAxiosParamCreator: (configuration?: Configu
86
86
  *
87
87
  * @summary Create prescription pdf file (Auth policies: RequireDoctorRole)
88
88
  * @param {string} prescriptionId
89
- * @param {string} [languageCode]
89
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
90
90
  * @param {*} [options] Override http request option.
91
91
  * @throws {RequiredError}
92
92
  */
@@ -170,7 +170,7 @@ export declare const PrescriptionsApiFp: (configuration?: Configuration) => {
170
170
  *
171
171
  * @summary Get a prescription by id (Auth policies: RequireDoctorRole)
172
172
  * @param {string} prescriptionId
173
- * @param {string} [languageCode]
173
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
174
174
  * @param {*} [options] Override http request option.
175
175
  * @throws {RequiredError}
176
176
  */
@@ -187,7 +187,7 @@ export declare const PrescriptionsApiFp: (configuration?: Configuration) => {
187
187
  *
188
188
  * @summary Create prescription pdf file (Auth policies: RequireDoctorRole)
189
189
  * @param {string} prescriptionId
190
- * @param {string} [languageCode]
190
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
191
191
  * @param {*} [options] Override http request option.
192
192
  * @throws {RequiredError}
193
193
  */
@@ -271,7 +271,7 @@ export declare const PrescriptionsApiFactory: (configuration?: Configuration, ba
271
271
  *
272
272
  * @summary Get a prescription by id (Auth policies: RequireDoctorRole)
273
273
  * @param {string} prescriptionId
274
- * @param {string} [languageCode]
274
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
275
275
  * @param {*} [options] Override http request option.
276
276
  * @throws {RequiredError}
277
277
  */
@@ -288,7 +288,7 @@ export declare const PrescriptionsApiFactory: (configuration?: Configuration, ba
288
288
  *
289
289
  * @summary Create prescription pdf file (Auth policies: RequireDoctorRole)
290
290
  * @param {string} prescriptionId
291
- * @param {string} [languageCode]
291
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
292
292
  * @param {*} [options] Override http request option.
293
293
  * @throws {RequiredError}
294
294
  */
@@ -456,7 +456,7 @@ export interface PrescriptionsApiApiV1PrescriptionsPrescriptionIdGetRequest {
456
456
  */
457
457
  readonly prescriptionId: string;
458
458
  /**
459
- *
459
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
460
460
  * @type {string}
461
461
  * @memberof PrescriptionsApiApiV1PrescriptionsPrescriptionIdGet
462
462
  */
@@ -488,7 +488,7 @@ export interface PrescriptionsApiApiV1PrescriptionsPrescriptionIdPdfPostRequest
488
488
  */
489
489
  readonly prescriptionId: string;
490
490
  /**
491
- *
491
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
492
492
  * @type {string}
493
493
  * @memberof PrescriptionsApiApiV1PrescriptionsPrescriptionIdPdfPost
494
494
  */
@@ -342,7 +342,7 @@ var PrescriptionsApiAxiosParamCreator = function (configuration) {
342
342
  *
343
343
  * @summary Get a prescription by id (Auth policies: RequireDoctorRole)
344
344
  * @param {string} prescriptionId
345
- * @param {string} [languageCode]
345
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
346
346
  * @param {*} [options] Override http request option.
347
347
  * @throws {RequiredError}
348
348
  */
@@ -440,7 +440,7 @@ var PrescriptionsApiAxiosParamCreator = function (configuration) {
440
440
  *
441
441
  * @summary Create prescription pdf file (Auth policies: RequireDoctorRole)
442
442
  * @param {string} prescriptionId
443
- * @param {string} [languageCode]
443
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
444
444
  * @param {*} [options] Override http request option.
445
445
  * @throws {RequiredError}
446
446
  */
@@ -737,7 +737,7 @@ var PrescriptionsApiFp = function (configuration) {
737
737
  *
738
738
  * @summary Get a prescription by id (Auth policies: RequireDoctorRole)
739
739
  * @param {string} prescriptionId
740
- * @param {string} [languageCode]
740
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
741
741
  * @param {*} [options] Override http request option.
742
742
  * @throws {RequiredError}
743
743
  */
@@ -778,7 +778,7 @@ var PrescriptionsApiFp = function (configuration) {
778
778
  *
779
779
  * @summary Create prescription pdf file (Auth policies: RequireDoctorRole)
780
780
  * @param {string} prescriptionId
781
- * @param {string} [languageCode]
781
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
782
782
  * @param {*} [options] Override http request option.
783
783
  * @throws {RequiredError}
784
784
  */
@@ -922,7 +922,7 @@ var PrescriptionsApiFactory = function (configuration, basePath, axios) {
922
922
  *
923
923
  * @summary Get a prescription by id (Auth policies: RequireDoctorRole)
924
924
  * @param {string} prescriptionId
925
- * @param {string} [languageCode]
925
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
926
926
  * @param {*} [options] Override http request option.
927
927
  * @throws {RequiredError}
928
928
  */
@@ -943,7 +943,7 @@ var PrescriptionsApiFactory = function (configuration, basePath, axios) {
943
943
  *
944
944
  * @summary Create prescription pdf file (Auth policies: RequireDoctorRole)
945
945
  * @param {string} prescriptionId
946
- * @param {string} [languageCode]
946
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
947
947
  * @param {*} [options] Override http request option.
948
948
  * @throws {RequiredError}
949
949
  */
@@ -60,7 +60,7 @@ export declare const PromotionsApiAxiosParamCreator: (configuration?: Configurat
60
60
  *
61
61
  * @summary Get promotion (Auth policies: RequireDoctorRole)
62
62
  * @param {string} promotionId
63
- * @param {string} [languageCode]
63
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
64
64
  * @param {*} [options] Override http request option.
65
65
  * @throws {RequiredError}
66
66
  */
@@ -126,7 +126,7 @@ export declare const PromotionsApiFp: (configuration?: Configuration) => {
126
126
  *
127
127
  * @summary Get promotion (Auth policies: RequireDoctorRole)
128
128
  * @param {string} promotionId
129
- * @param {string} [languageCode]
129
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
130
130
  * @param {*} [options] Override http request option.
131
131
  * @throws {RequiredError}
132
132
  */
@@ -192,7 +192,7 @@ export declare const PromotionsApiFactory: (configuration?: Configuration, baseP
192
192
  *
193
193
  * @summary Get promotion (Auth policies: RequireDoctorRole)
194
194
  * @param {string} promotionId
195
- * @param {string} [languageCode]
195
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
196
196
  * @param {*} [options] Override http request option.
197
197
  * @throws {RequiredError}
198
198
  */
@@ -327,7 +327,7 @@ export interface PromotionsApiApiV1PromotionsPromotionIdGetRequest {
327
327
  */
328
328
  readonly promotionId: string;
329
329
  /**
330
- *
330
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
331
331
  * @type {string}
332
332
  * @memberof PromotionsApiApiV1PromotionsPromotionIdGet
333
333
  */
@@ -291,7 +291,7 @@ var PromotionsApiAxiosParamCreator = function (configuration) {
291
291
  *
292
292
  * @summary Get promotion (Auth policies: RequireDoctorRole)
293
293
  * @param {string} promotionId
294
- * @param {string} [languageCode]
294
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
295
295
  * @param {*} [options] Override http request option.
296
296
  * @throws {RequiredError}
297
297
  */
@@ -519,7 +519,7 @@ var PromotionsApiFp = function (configuration) {
519
519
  *
520
520
  * @summary Get promotion (Auth policies: RequireDoctorRole)
521
521
  * @param {string} promotionId
522
- * @param {string} [languageCode]
522
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
523
523
  * @param {*} [options] Override http request option.
524
524
  * @throws {RequiredError}
525
525
  */
@@ -631,7 +631,7 @@ var PromotionsApiFactory = function (configuration, basePath, axios) {
631
631
  *
632
632
  * @summary Get promotion (Auth policies: RequireDoctorRole)
633
633
  * @param {string} promotionId
634
- * @param {string} [languageCode]
634
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
635
635
  * @param {*} [options] Override http request option.
636
636
  * @throws {RequiredError}
637
637
  */
@@ -64,7 +64,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
64
64
  *
65
65
  * @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
66
66
  * @param {string} serviceReviewId
67
- * @param {string} [languageCode]
67
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
68
68
  * @param {boolean} [isPermanent]
69
69
  * @param {*} [options] Override http request option.
70
70
  * @throws {RequiredError}
@@ -74,7 +74,7 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
74
74
  *
75
75
  * @summary (Auth policies: RequireDoctorOrContentManagerRole)
76
76
  * @param {string} serviceReviewId
77
- * @param {string} [languageCode]
77
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
78
78
  * @param {*} [options] Override http request option.
79
79
  * @throws {RequiredError}
80
80
  */
@@ -188,7 +188,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
188
188
  *
189
189
  * @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
190
190
  * @param {string} serviceReviewId
191
- * @param {string} [languageCode]
191
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
192
192
  * @param {boolean} [isPermanent]
193
193
  * @param {*} [options] Override http request option.
194
194
  * @throws {RequiredError}
@@ -198,7 +198,7 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration) => {
198
198
  *
199
199
  * @summary (Auth policies: RequireDoctorOrContentManagerRole)
200
200
  * @param {string} serviceReviewId
201
- * @param {string} [languageCode]
201
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
202
202
  * @param {*} [options] Override http request option.
203
203
  * @throws {RequiredError}
204
204
  */
@@ -312,7 +312,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
312
312
  *
313
313
  * @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
314
314
  * @param {string} serviceReviewId
315
- * @param {string} [languageCode]
315
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
316
316
  * @param {boolean} [isPermanent]
317
317
  * @param {*} [options] Override http request option.
318
318
  * @throws {RequiredError}
@@ -322,7 +322,7 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration, b
322
322
  *
323
323
  * @summary (Auth policies: RequireDoctorOrContentManagerRole)
324
324
  * @param {string} serviceReviewId
325
- * @param {string} [languageCode]
325
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
326
326
  * @param {*} [options] Override http request option.
327
327
  * @throws {RequiredError}
328
328
  */
@@ -525,7 +525,7 @@ export interface ServiceReviewsApiApiV1ServicereviewsServiceReviewIdDeleteReques
525
525
  */
526
526
  readonly serviceReviewId: string;
527
527
  /**
528
- *
528
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
529
529
  * @type {string}
530
530
  * @memberof ServiceReviewsApiApiV1ServicereviewsServiceReviewIdDelete
531
531
  */
@@ -550,7 +550,7 @@ export interface ServiceReviewsApiApiV1ServicereviewsServiceReviewIdGetRequest {
550
550
  */
551
551
  readonly serviceReviewId: string;
552
552
  /**
553
- *
553
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
554
554
  * @type {string}
555
555
  * @memberof ServiceReviewsApiApiV1ServicereviewsServiceReviewIdGet
556
556
  */
@@ -260,7 +260,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
260
260
  *
261
261
  * @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
262
262
  * @param {string} serviceReviewId
263
- * @param {string} [languageCode]
263
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
264
264
  * @param {boolean} [isPermanent]
265
265
  * @param {*} [options] Override http request option.
266
266
  * @throws {RequiredError}
@@ -315,7 +315,7 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
315
315
  *
316
316
  * @summary (Auth policies: RequireDoctorOrContentManagerRole)
317
317
  * @param {string} serviceReviewId
318
- * @param {string} [languageCode]
318
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
319
319
  * @param {*} [options] Override http request option.
320
320
  * @throws {RequiredError}
321
321
  */
@@ -806,7 +806,7 @@ var ServiceReviewsApiFp = function (configuration) {
806
806
  *
807
807
  * @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
808
808
  * @param {string} serviceReviewId
809
- * @param {string} [languageCode]
809
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
810
810
  * @param {boolean} [isPermanent]
811
811
  * @param {*} [options] Override http request option.
812
812
  * @throws {RequiredError}
@@ -828,7 +828,7 @@ var ServiceReviewsApiFp = function (configuration) {
828
828
  *
829
829
  * @summary (Auth policies: RequireDoctorOrContentManagerRole)
830
830
  * @param {string} serviceReviewId
831
- * @param {string} [languageCode]
831
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
832
832
  * @param {*} [options] Override http request option.
833
833
  * @throws {RequiredError}
834
834
  */
@@ -1046,7 +1046,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
1046
1046
  *
1047
1047
  * @summary Delete ServiceReview. (Auth policies: RequireDoctorOrContentManagerRole)
1048
1048
  * @param {string} serviceReviewId
1049
- * @param {string} [languageCode]
1049
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
1050
1050
  * @param {boolean} [isPermanent]
1051
1051
  * @param {*} [options] Override http request option.
1052
1052
  * @throws {RequiredError}
@@ -1058,7 +1058,7 @@ var ServiceReviewsApiFactory = function (configuration, basePath, axios) {
1058
1058
  *
1059
1059
  * @summary (Auth policies: RequireDoctorOrContentManagerRole)
1060
1060
  * @param {string} serviceReviewId
1061
- * @param {string} [languageCode]
1061
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
1062
1062
  * @param {*} [options] Override http request option.
1063
1063
  * @throws {RequiredError}
1064
1064
  */
@@ -51,7 +51,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
51
51
  *
52
52
  * @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
53
53
  * @param {string} serviceId
54
- * @param {string} [languageCode]
54
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
55
55
  * @param {boolean} [returnDefaultValue]
56
56
  * @param {*} [options] Override http request option.
57
57
  * @throws {RequiredError}
@@ -61,7 +61,7 @@ export declare const ServicesApiAxiosParamCreator: (configuration?: Configuratio
61
61
  *
62
62
  * @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
63
63
  * @param {string} slug
64
- * @param {string} [languageCode]
64
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
65
65
  * @param {boolean} [returnDefaultValue]
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
@@ -103,7 +103,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
103
103
  *
104
104
  * @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
105
105
  * @param {string} serviceId
106
- * @param {string} [languageCode]
106
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
107
107
  * @param {boolean} [returnDefaultValue]
108
108
  * @param {*} [options] Override http request option.
109
109
  * @throws {RequiredError}
@@ -113,7 +113,7 @@ export declare const ServicesApiFp: (configuration?: Configuration) => {
113
113
  *
114
114
  * @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
115
115
  * @param {string} slug
116
- * @param {string} [languageCode]
116
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
117
117
  * @param {boolean} [returnDefaultValue]
118
118
  * @param {*} [options] Override http request option.
119
119
  * @throws {RequiredError}
@@ -155,7 +155,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
155
155
  *
156
156
  * @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
157
157
  * @param {string} serviceId
158
- * @param {string} [languageCode]
158
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
159
159
  * @param {boolean} [returnDefaultValue]
160
160
  * @param {*} [options] Override http request option.
161
161
  * @throws {RequiredError}
@@ -165,7 +165,7 @@ export declare const ServicesApiFactory: (configuration?: Configuration, basePat
165
165
  *
166
166
  * @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
167
167
  * @param {string} slug
168
- * @param {string} [languageCode]
168
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
169
169
  * @param {boolean} [returnDefaultValue]
170
170
  * @param {*} [options] Override http request option.
171
171
  * @throws {RequiredError}
@@ -306,7 +306,7 @@ export interface ServicesApiApiV1ServicesServiceIdGetRequest {
306
306
  */
307
307
  readonly serviceId: string;
308
308
  /**
309
- *
309
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
310
310
  * @type {string}
311
311
  * @memberof ServicesApiApiV1ServicesServiceIdGet
312
312
  */
@@ -331,7 +331,7 @@ export interface ServicesApiApiV1ServicesSlugGetRequest {
331
331
  */
332
332
  readonly slug: string;
333
333
  /**
334
- *
334
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
335
335
  * @type {string}
336
336
  * @memberof ServicesApiApiV1ServicesSlugGet
337
337
  */
@@ -228,7 +228,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
228
228
  *
229
229
  * @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
230
230
  * @param {string} serviceId
231
- * @param {string} [languageCode]
231
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
232
232
  * @param {boolean} [returnDefaultValue]
233
233
  * @param {*} [options] Override http request option.
234
234
  * @throws {RequiredError}
@@ -283,7 +283,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
283
283
  *
284
284
  * @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
285
285
  * @param {string} slug
286
- * @param {string} [languageCode]
286
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
287
287
  * @param {boolean} [returnDefaultValue]
288
288
  * @param {*} [options] Override http request option.
289
289
  * @throws {RequiredError}
@@ -386,7 +386,7 @@ var ServicesApiFp = function (configuration) {
386
386
  *
387
387
  * @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
388
388
  * @param {string} serviceId
389
- * @param {string} [languageCode]
389
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
390
390
  * @param {boolean} [returnDefaultValue]
391
391
  * @param {*} [options] Override http request option.
392
392
  * @throws {RequiredError}
@@ -408,7 +408,7 @@ var ServicesApiFp = function (configuration) {
408
408
  *
409
409
  * @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
410
410
  * @param {string} slug
411
- * @param {string} [languageCode]
411
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
412
412
  * @param {boolean} [returnDefaultValue]
413
413
  * @param {*} [options] Override http request option.
414
414
  * @throws {RequiredError}
@@ -468,7 +468,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
468
468
  *
469
469
  * @summary Get Service by ServiceId (Auth policies: RequireDoctorOrContentManagerRole)
470
470
  * @param {string} serviceId
471
- * @param {string} [languageCode]
471
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
472
472
  * @param {boolean} [returnDefaultValue]
473
473
  * @param {*} [options] Override http request option.
474
474
  * @throws {RequiredError}
@@ -480,7 +480,7 @@ var ServicesApiFactory = function (configuration, basePath, axios) {
480
480
  *
481
481
  * @summary Get Service by slug (Auth policies: RequireDoctorOrContentManagerRole)
482
482
  * @param {string} slug
483
- * @param {string} [languageCode]
483
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
484
484
  * @param {boolean} [returnDefaultValue]
485
485
  * @param {*} [options] Override http request option.
486
486
  * @throws {RequiredError}
@@ -85,7 +85,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
85
85
  *
86
86
  * @summary (Auth policies: RequireDefaultAdminAppRole)
87
87
  * @param {string} slug
88
- * @param {string} [languageCode]
88
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
89
89
  * @param {boolean} [returnDefaultValue]
90
90
  * @param {*} [options] Override http request option.
91
91
  * @throws {RequiredError}
@@ -104,7 +104,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
104
104
  *
105
105
  * @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
106
106
  * @param {string} specialtyId
107
- * @param {string} [languageCode]
107
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
108
108
  * @param {boolean} [returnDefaultValue]
109
109
  * @param {*} [options] Override http request option.
110
110
  * @throws {RequiredError}
@@ -273,7 +273,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration) => {
273
273
  *
274
274
  * @summary (Auth policies: RequireDefaultAdminAppRole)
275
275
  * @param {string} slug
276
- * @param {string} [languageCode]
276
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
277
277
  * @param {boolean} [returnDefaultValue]
278
278
  * @param {*} [options] Override http request option.
279
279
  * @throws {RequiredError}
@@ -292,7 +292,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration) => {
292
292
  *
293
293
  * @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
294
294
  * @param {string} specialtyId
295
- * @param {string} [languageCode]
295
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
296
296
  * @param {boolean} [returnDefaultValue]
297
297
  * @param {*} [options] Override http request option.
298
298
  * @throws {RequiredError}
@@ -461,7 +461,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration, base
461
461
  *
462
462
  * @summary (Auth policies: RequireDefaultAdminAppRole)
463
463
  * @param {string} slug
464
- * @param {string} [languageCode]
464
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
465
465
  * @param {boolean} [returnDefaultValue]
466
466
  * @param {*} [options] Override http request option.
467
467
  * @throws {RequiredError}
@@ -480,7 +480,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration, base
480
480
  *
481
481
  * @summary Get Specialty. (Auth policies: RequireDefaultAdminAppRole)
482
482
  * @param {string} specialtyId
483
- * @param {string} [languageCode]
483
+ * @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
484
484
  * @param {boolean} [returnDefaultValue]
485
485
  * @param {*} [options] Override http request option.
486
486
  * @throws {RequiredError}
@@ -798,7 +798,7 @@ export interface SpecialtiesApiApiV1SpecialtiesSlugGetRequest {
798
798
  */
799
799
  readonly slug: string;
800
800
  /**
801
- *
801
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
802
802
  * @type {string}
803
803
  * @memberof SpecialtiesApiApiV1SpecialtiesSlugGet
804
804
  */
@@ -842,7 +842,7 @@ export interface SpecialtiesApiApiV1SpecialtiesSpecialtyIdGetRequest {
842
842
  */
843
843
  readonly specialtyId: string;
844
844
  /**
845
- *
845
+ * Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
846
846
  * @type {string}
847
847
  * @memberof SpecialtiesApiApiV1SpecialtiesSpecialtyIdGet
848
848
  */