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
@@ -104,7 +104,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
104
104
  /**
105
105
  *
106
106
  * @summary Disconnect language and country. (Auth policies: RequireManagerRole)
107
- * @param {string} code
107
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
108
108
  * @param {string} countryId
109
109
  * @param {*} [options] Override http request option.
110
110
  * @throws {RequiredError}
@@ -155,9 +155,9 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
155
155
  /**
156
156
  *
157
157
  * @summary Get languageCountry (Auth policies: RequireManagerRole)
158
- * @param {string} code
158
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
159
159
  * @param {string} countryId
160
- * @param {string} [languageCode] LanguageCode for selecting translation value
160
+ * @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
161
161
  * @param {*} [options] Override http request option.
162
162
  * @throws {RequiredError}
163
163
  */
@@ -210,7 +210,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
210
210
  /**
211
211
  *
212
212
  * @summary Connects languages ​​and countries. (Auth policies: RequireManagerRole)
213
- * @param {string} code
213
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
214
214
  * @param {string} countryId
215
215
  * @param {SaveCountryLanguageCommand} [saveCountryLanguageCommand]
216
216
  * @param {*} [options] Override http request option.
@@ -264,7 +264,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
264
264
  /**
265
265
  *
266
266
  * @summary Get language-countries (Auth policies: RequireManagerRole)
267
- * @param {string} code
267
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
268
268
  * @param {string} [languageCode]
269
269
  * @param {number} [page]
270
270
  * @param {number} [limit]
@@ -329,7 +329,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
329
329
  /**
330
330
  *
331
331
  * @summary Batch for languages-country sorting (Auth policies: RequireManagerRole)
332
- * @param {string} code
332
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
333
333
  * @param {SortCountryLanguagesCommand} [sortCountryLanguagesCommand]
334
334
  * @param {*} [options] Override http request option.
335
335
  * @throws {RequiredError}
@@ -379,7 +379,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
379
379
  /**
380
380
  *
381
381
  * @summary Delete language (Auth policies: RequireManagerRole)
382
- * @param {string} code
382
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
383
383
  * @param {*} [options] Override http request option.
384
384
  * @throws {RequiredError}
385
385
  */
@@ -426,7 +426,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
426
426
  /**
427
427
  *
428
428
  * @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
429
- * @param {string} code
429
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
430
430
  * @param {*} [options] Override http request option.
431
431
  * @throws {RequiredError}
432
432
  */
@@ -473,7 +473,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
473
473
  /**
474
474
  *
475
475
  * @summary Update lanuguage (Auth policies: RequireManagerRole)
476
- * @param {string} code
476
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
477
477
  * @param {UpdateLanguageCommand} [updateLanguageCommand]
478
478
  * @param {*} [options] Override http request option.
479
479
  * @throws {RequiredError}
@@ -593,6 +593,67 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
593
593
  });
594
594
  });
595
595
  },
596
+ /**
597
+ *
598
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
599
+ * @param {boolean} [showHidden]
600
+ * @param {number} [page]
601
+ * @param {number} [limit]
602
+ * @param {Date} [lastRetrieved]
603
+ * @param {*} [options] Override http request option.
604
+ * @throws {RequiredError}
605
+ */
606
+ apiV1LanguagesLocalesGet: function (showHidden_1, page_1, limit_1, lastRetrieved_1) {
607
+ var args_1 = [];
608
+ for (var _i = 4; _i < arguments.length; _i++) {
609
+ args_1[_i - 4] = arguments[_i];
610
+ }
611
+ return __awaiter(_this, __spreadArray([showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (showHidden, page, limit, lastRetrieved, options) {
612
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
613
+ if (options === void 0) { options = {}; }
614
+ return __generator(this, function (_a) {
615
+ switch (_a.label) {
616
+ case 0:
617
+ localVarPath = "/api/v1/languages/locales";
618
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
619
+ if (configuration) {
620
+ baseOptions = configuration.baseOptions;
621
+ }
622
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
623
+ localVarHeaderParameter = {};
624
+ localVarQueryParameter = {};
625
+ // authentication oauth2 required
626
+ // oauth required
627
+ return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)];
628
+ case 1:
629
+ // authentication oauth2 required
630
+ // oauth required
631
+ _a.sent();
632
+ if (showHidden !== undefined) {
633
+ localVarQueryParameter['showHidden'] = showHidden;
634
+ }
635
+ if (page !== undefined) {
636
+ localVarQueryParameter['page'] = page;
637
+ }
638
+ if (limit !== undefined) {
639
+ localVarQueryParameter['limit'] = limit;
640
+ }
641
+ if (lastRetrieved !== undefined) {
642
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved instanceof Date) ?
643
+ lastRetrieved.toISOString() :
644
+ lastRetrieved;
645
+ }
646
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
647
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
648
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
649
+ return [2 /*return*/, {
650
+ url: (0, common_1.toPathString)(localVarUrlObj),
651
+ options: localVarRequestOptions,
652
+ }];
653
+ }
654
+ });
655
+ });
656
+ },
596
657
  /**
597
658
  *
598
659
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -652,7 +713,7 @@ var LanguagesApiFp = function (configuration) {
652
713
  /**
653
714
  *
654
715
  * @summary Disconnect language and country. (Auth policies: RequireManagerRole)
655
- * @param {string} code
716
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
656
717
  * @param {string} countryId
657
718
  * @param {*} [options] Override http request option.
658
719
  * @throws {RequiredError}
@@ -673,9 +734,9 @@ var LanguagesApiFp = function (configuration) {
673
734
  /**
674
735
  *
675
736
  * @summary Get languageCountry (Auth policies: RequireManagerRole)
676
- * @param {string} code
737
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
677
738
  * @param {string} countryId
678
- * @param {string} [languageCode] LanguageCode for selecting translation value
739
+ * @param {string} [languageCode] Locale code for selecting translation value (e.g., &#x60;en-US&#x60;, &#x60;ko-KR&#x60;). Two-letter ISO 639-1 code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;) is also accepted and will be automatically resolved to the matching locale via &#x60;FallbackTargetLanguageCode&#x60; lookup.
679
740
  * @param {*} [options] Override http request option.
680
741
  * @throws {RequiredError}
681
742
  */
@@ -695,7 +756,7 @@ var LanguagesApiFp = function (configuration) {
695
756
  /**
696
757
  *
697
758
  * @summary Connects languages ​​and countries. (Auth policies: RequireManagerRole)
698
- * @param {string} code
759
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
699
760
  * @param {string} countryId
700
761
  * @param {SaveCountryLanguageCommand} [saveCountryLanguageCommand]
701
762
  * @param {*} [options] Override http request option.
@@ -717,7 +778,7 @@ var LanguagesApiFp = function (configuration) {
717
778
  /**
718
779
  *
719
780
  * @summary Get language-countries (Auth policies: RequireManagerRole)
720
- * @param {string} code
781
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
721
782
  * @param {string} [languageCode]
722
783
  * @param {number} [page]
723
784
  * @param {number} [limit]
@@ -741,7 +802,7 @@ var LanguagesApiFp = function (configuration) {
741
802
  /**
742
803
  *
743
804
  * @summary Batch for languages-country sorting (Auth policies: RequireManagerRole)
744
- * @param {string} code
805
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
745
806
  * @param {SortCountryLanguagesCommand} [sortCountryLanguagesCommand]
746
807
  * @param {*} [options] Override http request option.
747
808
  * @throws {RequiredError}
@@ -762,7 +823,7 @@ var LanguagesApiFp = function (configuration) {
762
823
  /**
763
824
  *
764
825
  * @summary Delete language (Auth policies: RequireManagerRole)
765
- * @param {string} code
826
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
766
827
  * @param {*} [options] Override http request option.
767
828
  * @throws {RequiredError}
768
829
  */
@@ -782,7 +843,7 @@ var LanguagesApiFp = function (configuration) {
782
843
  /**
783
844
  *
784
845
  * @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
785
- * @param {string} code
846
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
786
847
  * @param {*} [options] Override http request option.
787
848
  * @throws {RequiredError}
788
849
  */
@@ -802,7 +863,7 @@ var LanguagesApiFp = function (configuration) {
802
863
  /**
803
864
  *
804
865
  * @summary Update lanuguage (Auth policies: RequireManagerRole)
805
- * @param {string} code
866
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
806
867
  * @param {UpdateLanguageCommand} [updateLanguageCommand]
807
868
  * @param {*} [options] Override http request option.
808
869
  * @throws {RequiredError}
@@ -846,6 +907,29 @@ var LanguagesApiFp = function (configuration) {
846
907
  });
847
908
  });
848
909
  },
910
+ /**
911
+ *
912
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
913
+ * @param {boolean} [showHidden]
914
+ * @param {number} [page]
915
+ * @param {number} [limit]
916
+ * @param {Date} [lastRetrieved]
917
+ * @param {*} [options] Override http request option.
918
+ * @throws {RequiredError}
919
+ */
920
+ apiV1LanguagesLocalesGet: function (showHidden, page, limit, lastRetrieved, options) {
921
+ return __awaiter(this, void 0, void 0, function () {
922
+ var localVarAxiosArgs;
923
+ return __generator(this, function (_a) {
924
+ switch (_a.label) {
925
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1LanguagesLocalesGet(showHidden, page, limit, lastRetrieved, options)];
926
+ case 1:
927
+ localVarAxiosArgs = _a.sent();
928
+ return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
929
+ }
930
+ });
931
+ });
932
+ },
849
933
  /**
850
934
  *
851
935
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -879,7 +963,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
879
963
  /**
880
964
  *
881
965
  * @summary Disconnect language and country. (Auth policies: RequireManagerRole)
882
- * @param {string} code
966
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
883
967
  * @param {string} countryId
884
968
  * @param {*} [options] Override http request option.
885
969
  * @throws {RequiredError}
@@ -890,9 +974,9 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
890
974
  /**
891
975
  *
892
976
  * @summary Get languageCountry (Auth policies: RequireManagerRole)
893
- * @param {string} code
977
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
894
978
  * @param {string} countryId
895
- * @param {string} [languageCode] LanguageCode for selecting translation value
979
+ * @param {string} [languageCode] Locale code for selecting translation value (e.g., &#x60;en-US&#x60;, &#x60;ko-KR&#x60;). Two-letter ISO 639-1 code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;) is also accepted and will be automatically resolved to the matching locale via &#x60;FallbackTargetLanguageCode&#x60; lookup.
896
980
  * @param {*} [options] Override http request option.
897
981
  * @throws {RequiredError}
898
982
  */
@@ -902,7 +986,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
902
986
  /**
903
987
  *
904
988
  * @summary Connects languages ​​and countries. (Auth policies: RequireManagerRole)
905
- * @param {string} code
989
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
906
990
  * @param {string} countryId
907
991
  * @param {SaveCountryLanguageCommand} [saveCountryLanguageCommand]
908
992
  * @param {*} [options] Override http request option.
@@ -914,7 +998,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
914
998
  /**
915
999
  *
916
1000
  * @summary Get language-countries (Auth policies: RequireManagerRole)
917
- * @param {string} code
1001
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
918
1002
  * @param {string} [languageCode]
919
1003
  * @param {number} [page]
920
1004
  * @param {number} [limit]
@@ -928,7 +1012,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
928
1012
  /**
929
1013
  *
930
1014
  * @summary Batch for languages-country sorting (Auth policies: RequireManagerRole)
931
- * @param {string} code
1015
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
932
1016
  * @param {SortCountryLanguagesCommand} [sortCountryLanguagesCommand]
933
1017
  * @param {*} [options] Override http request option.
934
1018
  * @throws {RequiredError}
@@ -939,7 +1023,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
939
1023
  /**
940
1024
  *
941
1025
  * @summary Delete language (Auth policies: RequireManagerRole)
942
- * @param {string} code
1026
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
943
1027
  * @param {*} [options] Override http request option.
944
1028
  * @throws {RequiredError}
945
1029
  */
@@ -949,7 +1033,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
949
1033
  /**
950
1034
  *
951
1035
  * @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
952
- * @param {string} code
1036
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
953
1037
  * @param {*} [options] Override http request option.
954
1038
  * @throws {RequiredError}
955
1039
  */
@@ -959,7 +1043,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
959
1043
  /**
960
1044
  *
961
1045
  * @summary Update lanuguage (Auth policies: RequireManagerRole)
962
- * @param {string} code
1046
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
963
1047
  * @param {UpdateLanguageCommand} [updateLanguageCommand]
964
1048
  * @param {*} [options] Override http request option.
965
1049
  * @throws {RequiredError}
@@ -983,6 +1067,19 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
983
1067
  apiV1LanguagesGet: function (code, name, description, showHidden, page, limit, lastRetrieved, options) {
984
1068
  return localVarFp.apiV1LanguagesGet(code, name, description, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
985
1069
  },
1070
+ /**
1071
+ *
1072
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
1073
+ * @param {boolean} [showHidden]
1074
+ * @param {number} [page]
1075
+ * @param {number} [limit]
1076
+ * @param {Date} [lastRetrieved]
1077
+ * @param {*} [options] Override http request option.
1078
+ * @throws {RequiredError}
1079
+ */
1080
+ apiV1LanguagesLocalesGet: function (showHidden, page, limit, lastRetrieved, options) {
1081
+ return localVarFp.apiV1LanguagesLocalesGet(showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
1082
+ },
986
1083
  /**
987
1084
  *
988
1085
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -1116,6 +1213,19 @@ var LanguagesApi = /** @class */ (function (_super) {
1116
1213
  if (requestParameters === void 0) { requestParameters = {}; }
1117
1214
  return (0, exports.LanguagesApiFp)(this.configuration).apiV1LanguagesGet(requestParameters.code, requestParameters.name, requestParameters.description, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
1118
1215
  };
1216
+ /**
1217
+ *
1218
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
1219
+ * @param {LanguagesApiApiV1LanguagesLocalesGetRequest} requestParameters Request parameters.
1220
+ * @param {*} [options] Override http request option.
1221
+ * @throws {RequiredError}
1222
+ * @memberof LanguagesApi
1223
+ */
1224
+ LanguagesApi.prototype.apiV1LanguagesLocalesGet = function (requestParameters, options) {
1225
+ var _this = this;
1226
+ if (requestParameters === void 0) { requestParameters = {}; }
1227
+ return (0, exports.LanguagesApiFp)(this.configuration).apiV1LanguagesLocalesGet(requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
1228
+ };
1119
1229
  /**
1120
1230
  *
1121
1231
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -39,7 +39,7 @@ export declare const PatientAffiliationsApiAxiosParamCreator: (configuration?: C
39
39
  *
40
40
  * @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
41
41
  * @param {string} patientAffiliationId
42
- * @param {string} [languageCode]
42
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
43
43
  * @param {*} [options] Override http request option.
44
44
  * @throws {RequiredError}
45
45
  */
@@ -70,7 +70,7 @@ export declare const PatientAffiliationsApiFp: (configuration?: Configuration) =
70
70
  *
71
71
  * @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
72
72
  * @param {string} patientAffiliationId
73
- * @param {string} [languageCode]
73
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
74
74
  * @param {*} [options] Override http request option.
75
75
  * @throws {RequiredError}
76
76
  */
@@ -101,7 +101,7 @@ export declare const PatientAffiliationsApiFactory: (configuration?: Configurati
101
101
  *
102
102
  * @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
103
103
  * @param {string} patientAffiliationId
104
- * @param {string} [languageCode]
104
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
105
105
  * @param {*} [options] Override http request option.
106
106
  * @throws {RequiredError}
107
107
  */
@@ -181,7 +181,7 @@ export interface PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliatio
181
181
  */
182
182
  readonly patientAffiliationId: string;
183
183
  /**
184
- *
184
+ * Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
185
185
  * @type {string}
186
186
  * @memberof PatientAffiliationsApiApiV1PatientaffiliationsPatientAffiliationIdGet
187
187
  */
@@ -186,7 +186,7 @@ var PatientAffiliationsApiAxiosParamCreator = function (configuration) {
186
186
  *
187
187
  * @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
188
188
  * @param {string} patientAffiliationId
189
- * @param {string} [languageCode]
189
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
190
190
  * @param {*} [options] Override http request option.
191
191
  * @throws {RequiredError}
192
192
  */
@@ -275,7 +275,7 @@ var PatientAffiliationsApiFp = function (configuration) {
275
275
  *
276
276
  * @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
277
277
  * @param {string} patientAffiliationId
278
- * @param {string} [languageCode]
278
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
279
279
  * @param {*} [options] Override http request option.
280
280
  * @throws {RequiredError}
281
281
  */
@@ -324,7 +324,7 @@ var PatientAffiliationsApiFactory = function (configuration, basePath, axios) {
324
324
  *
325
325
  * @summary Get patientAffiliation by id (Auth policies: RequireDoctorOrPatientManagerRole)
326
326
  * @param {string} patientAffiliationId
327
- * @param {string} [languageCode]
327
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
328
328
  * @param {*} [options] Override http request option.
329
329
  * @throws {RequiredError}
330
330
  */
@@ -61,7 +61,7 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
61
61
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
62
62
  * @param {string} patientId
63
63
  * @param {string} hospitalId
64
- * @param {string} [languageCode]
64
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
65
65
  * @param {*} [options] Override http request option.
66
66
  * @deprecated
67
67
  * @throws {RequiredError}
@@ -198,7 +198,7 @@ export declare const PatientsApiFp: (configuration?: Configuration) => {
198
198
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
199
199
  * @param {string} patientId
200
200
  * @param {string} hospitalId
201
- * @param {string} [languageCode]
201
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
202
202
  * @param {*} [options] Override http request option.
203
203
  * @deprecated
204
204
  * @throws {RequiredError}
@@ -335,7 +335,7 @@ export declare const PatientsApiFactory: (configuration?: Configuration, basePat
335
335
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
336
336
  * @param {string} patientId
337
337
  * @param {string} hospitalId
338
- * @param {string} [languageCode]
338
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
339
339
  * @param {*} [options] Override http request option.
340
340
  * @deprecated
341
341
  * @throws {RequiredError}
@@ -549,7 +549,7 @@ export interface PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetReque
549
549
  */
550
550
  readonly hospitalId: string;
551
551
  /**
552
- *
552
+ * Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
553
553
  * @type {string}
554
554
  * @memberof PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGet
555
555
  */
@@ -256,7 +256,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
256
256
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
257
257
  * @param {string} patientId
258
258
  * @param {string} hospitalId
259
- * @param {string} [languageCode]
259
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
260
260
  * @param {*} [options] Override http request option.
261
261
  * @deprecated
262
262
  * @throws {RequiredError}
@@ -840,7 +840,7 @@ var PatientsApiFp = function (configuration) {
840
840
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
841
841
  * @param {string} patientId
842
842
  * @param {string} hospitalId
843
- * @param {string} [languageCode]
843
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
844
844
  * @param {*} [options] Override http request option.
845
845
  * @deprecated
846
846
  * @throws {RequiredError}
@@ -1105,7 +1105,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1105
1105
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
1106
1106
  * @param {string} patientId
1107
1107
  * @param {string} hospitalId
1108
- * @param {string} [languageCode]
1108
+ * @param {string} [languageCode] Language code. Accepts either &#x60;en&#x60; (ISO 639-1 two-letter) or &#x60;en-US&#x60; (locale) format.
1109
1109
  * @param {*} [options] Override http request option.
1110
1110
  * @deprecated
1111
1111
  * @throws {RequiredError}
@@ -36,7 +36,7 @@ export declare const PlatformInterpretationLanguagesApiAxiosParamCreator: (confi
36
36
  /**
37
37
  *
38
38
  * @summary Delete platform interpretation language (Auth policies: RequireManagerRole)
39
- * @param {string} languageCode
39
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
40
40
  * @param {boolean} [isPermanent]
41
41
  * @param {*} [options] Override http request option.
42
42
  * @throws {RequiredError}
@@ -45,7 +45,7 @@ export declare const PlatformInterpretationLanguagesApiAxiosParamCreator: (confi
45
45
  /**
46
46
  *
47
47
  * @summary Get platform interpretation language (Auth policies: RequireManagerRole)
48
- * @param {string} languageCode
48
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
49
49
  * @param {*} [options] Override http request option.
50
50
  * @throws {RequiredError}
51
51
  */
@@ -53,7 +53,7 @@ export declare const PlatformInterpretationLanguagesApiAxiosParamCreator: (confi
53
53
  /**
54
54
  *
55
55
  * @summary Update platform interpretation language (Auth policies: RequireManagerRole)
56
- * @param {string} languageCode
56
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
57
57
  * @param {UpdatePlatformInterpretationLanguageCommand} [updatePlatformInterpretationLanguageCommand]
58
58
  * @param {*} [options] Override http request option.
59
59
  * @throws {RequiredError}
@@ -62,7 +62,7 @@ export declare const PlatformInterpretationLanguagesApiAxiosParamCreator: (confi
62
62
  /**
63
63
  *
64
64
  * @summary Reactivate platform interpretation language (Auth policies: RequireManagerRole)
65
- * @param {string} languageCode
65
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
68
68
  */
@@ -96,7 +96,7 @@ export declare const PlatformInterpretationLanguagesApiFp: (configuration?: Conf
96
96
  /**
97
97
  *
98
98
  * @summary Delete platform interpretation language (Auth policies: RequireManagerRole)
99
- * @param {string} languageCode
99
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
100
100
  * @param {boolean} [isPermanent]
101
101
  * @param {*} [options] Override http request option.
102
102
  * @throws {RequiredError}
@@ -105,7 +105,7 @@ export declare const PlatformInterpretationLanguagesApiFp: (configuration?: Conf
105
105
  /**
106
106
  *
107
107
  * @summary Get platform interpretation language (Auth policies: RequireManagerRole)
108
- * @param {string} languageCode
108
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
109
109
  * @param {*} [options] Override http request option.
110
110
  * @throws {RequiredError}
111
111
  */
@@ -113,7 +113,7 @@ export declare const PlatformInterpretationLanguagesApiFp: (configuration?: Conf
113
113
  /**
114
114
  *
115
115
  * @summary Update platform interpretation language (Auth policies: RequireManagerRole)
116
- * @param {string} languageCode
116
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
117
117
  * @param {UpdatePlatformInterpretationLanguageCommand} [updatePlatformInterpretationLanguageCommand]
118
118
  * @param {*} [options] Override http request option.
119
119
  * @throws {RequiredError}
@@ -122,7 +122,7 @@ export declare const PlatformInterpretationLanguagesApiFp: (configuration?: Conf
122
122
  /**
123
123
  *
124
124
  * @summary Reactivate platform interpretation language (Auth policies: RequireManagerRole)
125
- * @param {string} languageCode
125
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
126
126
  * @param {*} [options] Override http request option.
127
127
  * @throws {RequiredError}
128
128
  */
@@ -156,7 +156,7 @@ export declare const PlatformInterpretationLanguagesApiFactory: (configuration?:
156
156
  /**
157
157
  *
158
158
  * @summary Delete platform interpretation language (Auth policies: RequireManagerRole)
159
- * @param {string} languageCode
159
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
160
160
  * @param {boolean} [isPermanent]
161
161
  * @param {*} [options] Override http request option.
162
162
  * @throws {RequiredError}
@@ -165,7 +165,7 @@ export declare const PlatformInterpretationLanguagesApiFactory: (configuration?:
165
165
  /**
166
166
  *
167
167
  * @summary Get platform interpretation language (Auth policies: RequireManagerRole)
168
- * @param {string} languageCode
168
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
169
169
  * @param {*} [options] Override http request option.
170
170
  * @throws {RequiredError}
171
171
  */
@@ -173,7 +173,7 @@ export declare const PlatformInterpretationLanguagesApiFactory: (configuration?:
173
173
  /**
174
174
  *
175
175
  * @summary Update platform interpretation language (Auth policies: RequireManagerRole)
176
- * @param {string} languageCode
176
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
177
177
  * @param {UpdatePlatformInterpretationLanguageCommand} [updatePlatformInterpretationLanguageCommand]
178
178
  * @param {*} [options] Override http request option.
179
179
  * @throws {RequiredError}
@@ -182,7 +182,7 @@ export declare const PlatformInterpretationLanguagesApiFactory: (configuration?:
182
182
  /**
183
183
  *
184
184
  * @summary Reactivate platform interpretation language (Auth policies: RequireManagerRole)
185
- * @param {string} languageCode
185
+ * @param {string} languageCode ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
186
186
  * @param {*} [options] Override http request option.
187
187
  * @throws {RequiredError}
188
188
  */
@@ -240,7 +240,7 @@ export interface PlatformInterpretationLanguagesApiApiV1Platforminterpretationla
240
240
  */
241
241
  export interface PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodeDeleteRequest {
242
242
  /**
243
- *
243
+ * ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
244
244
  * @type {string}
245
245
  * @memberof PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodeDelete
246
246
  */
@@ -259,7 +259,7 @@ export interface PlatformInterpretationLanguagesApiApiV1Platforminterpretationla
259
259
  */
260
260
  export interface PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodeGetRequest {
261
261
  /**
262
- *
262
+ * ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
263
263
  * @type {string}
264
264
  * @memberof PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodeGet
265
265
  */
@@ -272,7 +272,7 @@ export interface PlatformInterpretationLanguagesApiApiV1Platforminterpretationla
272
272
  */
273
273
  export interface PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodePutRequest {
274
274
  /**
275
- *
275
+ * ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
276
276
  * @type {string}
277
277
  * @memberof PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodePut
278
278
  */
@@ -291,7 +291,7 @@ export interface PlatformInterpretationLanguagesApiApiV1Platforminterpretationla
291
291
  */
292
292
  export interface PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodeReactivatePutRequest {
293
293
  /**
294
- *
294
+ * ISO 639-1 two-letter language code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;).
295
295
  * @type {string}
296
296
  * @memberof PlatformInterpretationLanguagesApiApiV1PlatforminterpretationlanguagesLanguageCodeReactivatePut
297
297
  */