ch-admin-api-client-typescript 5.68.2 → 5.69.9
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.
- package/lib/api/about-us-api.d.ts +28 -28
- package/lib/api/about-us-api.js +28 -28
- package/lib/api/appointments-api.d.ts +52 -52
- package/lib/api/appointments-api.js +52 -52
- package/lib/api/content-managers-api.d.ts +24 -24
- package/lib/api/content-managers-api.js +24 -24
- package/lib/api/countries-api.d.ts +28 -28
- package/lib/api/countries-api.js +28 -28
- package/lib/api/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/hospitals-api.d.ts +520 -520
- package/lib/api/hospitals-api.js +520 -520
- package/lib/api/languages-api.d.ts +8 -8
- package/lib/api/languages-api.js +8 -8
- package/lib/api/notifications-api.d.ts +8 -8
- package/lib/api/notifications-api.js +8 -8
- package/lib/api/patient-affiliations-api.d.ts +8 -8
- package/lib/api/patient-affiliations-api.js +8 -8
- package/lib/api/patient-managers-api.d.ts +24 -24
- package/lib/api/patient-managers-api.js +24 -24
- package/lib/api/patients-api.d.ts +48 -48
- package/lib/api/patients-api.js +48 -48
- package/lib/api/profiles-api.d.ts +24 -24
- package/lib/api/profiles-api.js +24 -24
- package/lib/api/specialties-api.d.ts +60 -60
- package/lib/api/specialties-api.js +60 -60
- package/lib/api/specialty-types-api.d.ts +64 -64
- package/lib/api/specialty-types-api.js +64 -64
- package/lib/api/survey-results-api.d.ts +16 -16
- package/lib/api/survey-results-api.js +16 -16
- package/lib/api/tags-api.d.ts +16 -16
- package/lib/api/tags-api.js +16 -16
- package/lib/api/translation-api.d.ts +8 -8
- package/lib/api/translation-api.js +8 -8
- package/lib/api/users-api.d.ts +8 -8
- package/lib/api/users-api.js +8 -8
- package/lib/models/notification-code.d.ts +1 -0
- package/lib/models/notification-code.d.ts.map +1 -1
- package/lib/models/notification-code.js +2 -1
- package/package.json +1 -1
|
@@ -103,7 +103,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Delete ContentManager. (Auth
|
|
106
|
+
* @summary Delete ContentManager. (Auth policies: RequireManagerRole)
|
|
107
107
|
* @param {string} contentManagerId
|
|
108
108
|
* @param {boolean} [isPermanent]
|
|
109
109
|
* @param {*} [options] Override http request option.
|
|
@@ -154,7 +154,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
|
|
|
154
154
|
},
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
|
-
* @summary Get ContentManager. (Auth
|
|
157
|
+
* @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
|
|
158
158
|
* @param {string} contentManagerId
|
|
159
159
|
* @param {*} [options] Override http request option.
|
|
160
160
|
* @throws {RequiredError}
|
|
@@ -201,7 +201,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
|
|
|
201
201
|
},
|
|
202
202
|
/**
|
|
203
203
|
*
|
|
204
|
-
* @summary Update ContentManager. (Auth
|
|
204
|
+
* @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
|
|
205
205
|
* @param {string} contentManagerId
|
|
206
206
|
* @param {UpdateContentManagerCommand} [updateContentManagerCommand]
|
|
207
207
|
* @param {*} [options] Override http request option.
|
|
@@ -251,7 +251,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
|
|
|
251
251
|
},
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
|
-
* @summary Reactivate ContentManager. (Auth
|
|
254
|
+
* @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
|
|
255
255
|
* @param {string} contentManagerId
|
|
256
256
|
* @param {*} [options] Override http request option.
|
|
257
257
|
* @throws {RequiredError}
|
|
@@ -298,7 +298,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
|
|
|
298
298
|
},
|
|
299
299
|
/**
|
|
300
300
|
*
|
|
301
|
-
* @summary Get all ContentManagers. (Auth
|
|
301
|
+
* @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
|
|
302
302
|
* @param {string} [id]
|
|
303
303
|
* @param {string} [fullname]
|
|
304
304
|
* @param {string} [email]
|
|
@@ -387,7 +387,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
|
|
|
387
387
|
},
|
|
388
388
|
/**
|
|
389
389
|
*
|
|
390
|
-
* @summary Create a ContentManager. (Auth
|
|
390
|
+
* @summary Create a ContentManager. (Auth policies: RequireManagerRole)
|
|
391
391
|
* @param {CreateContentManagerCommand} [createContentManagerCommand]
|
|
392
392
|
* @param {*} [options] Override http request option.
|
|
393
393
|
* @throws {RequiredError}
|
|
@@ -443,7 +443,7 @@ var ContentManagersApiFp = function (configuration) {
|
|
|
443
443
|
return {
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
|
-
* @summary Delete ContentManager. (Auth
|
|
446
|
+
* @summary Delete ContentManager. (Auth policies: RequireManagerRole)
|
|
447
447
|
* @param {string} contentManagerId
|
|
448
448
|
* @param {boolean} [isPermanent]
|
|
449
449
|
* @param {*} [options] Override http request option.
|
|
@@ -464,7 +464,7 @@ var ContentManagersApiFp = function (configuration) {
|
|
|
464
464
|
},
|
|
465
465
|
/**
|
|
466
466
|
*
|
|
467
|
-
* @summary Get ContentManager. (Auth
|
|
467
|
+
* @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
|
|
468
468
|
* @param {string} contentManagerId
|
|
469
469
|
* @param {*} [options] Override http request option.
|
|
470
470
|
* @throws {RequiredError}
|
|
@@ -484,7 +484,7 @@ var ContentManagersApiFp = function (configuration) {
|
|
|
484
484
|
},
|
|
485
485
|
/**
|
|
486
486
|
*
|
|
487
|
-
* @summary Update ContentManager. (Auth
|
|
487
|
+
* @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
|
|
488
488
|
* @param {string} contentManagerId
|
|
489
489
|
* @param {UpdateContentManagerCommand} [updateContentManagerCommand]
|
|
490
490
|
* @param {*} [options] Override http request option.
|
|
@@ -505,7 +505,7 @@ var ContentManagersApiFp = function (configuration) {
|
|
|
505
505
|
},
|
|
506
506
|
/**
|
|
507
507
|
*
|
|
508
|
-
* @summary Reactivate ContentManager. (Auth
|
|
508
|
+
* @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
|
|
509
509
|
* @param {string} contentManagerId
|
|
510
510
|
* @param {*} [options] Override http request option.
|
|
511
511
|
* @throws {RequiredError}
|
|
@@ -525,7 +525,7 @@ var ContentManagersApiFp = function (configuration) {
|
|
|
525
525
|
},
|
|
526
526
|
/**
|
|
527
527
|
*
|
|
528
|
-
* @summary Get all ContentManagers. (Auth
|
|
528
|
+
* @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
|
|
529
529
|
* @param {string} [id]
|
|
530
530
|
* @param {string} [fullname]
|
|
531
531
|
* @param {string} [email]
|
|
@@ -554,7 +554,7 @@ var ContentManagersApiFp = function (configuration) {
|
|
|
554
554
|
},
|
|
555
555
|
/**
|
|
556
556
|
*
|
|
557
|
-
* @summary Create a ContentManager. (Auth
|
|
557
|
+
* @summary Create a ContentManager. (Auth policies: RequireManagerRole)
|
|
558
558
|
* @param {CreateContentManagerCommand} [createContentManagerCommand]
|
|
559
559
|
* @param {*} [options] Override http request option.
|
|
560
560
|
* @throws {RequiredError}
|
|
@@ -584,7 +584,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
|
|
|
584
584
|
return {
|
|
585
585
|
/**
|
|
586
586
|
*
|
|
587
|
-
* @summary Delete ContentManager. (Auth
|
|
587
|
+
* @summary Delete ContentManager. (Auth policies: RequireManagerRole)
|
|
588
588
|
* @param {string} contentManagerId
|
|
589
589
|
* @param {boolean} [isPermanent]
|
|
590
590
|
* @param {*} [options] Override http request option.
|
|
@@ -595,7 +595,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
|
|
|
595
595
|
},
|
|
596
596
|
/**
|
|
597
597
|
*
|
|
598
|
-
* @summary Get ContentManager. (Auth
|
|
598
|
+
* @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
|
|
599
599
|
* @param {string} contentManagerId
|
|
600
600
|
* @param {*} [options] Override http request option.
|
|
601
601
|
* @throws {RequiredError}
|
|
@@ -605,7 +605,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
|
|
|
605
605
|
},
|
|
606
606
|
/**
|
|
607
607
|
*
|
|
608
|
-
* @summary Update ContentManager. (Auth
|
|
608
|
+
* @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
|
|
609
609
|
* @param {string} contentManagerId
|
|
610
610
|
* @param {UpdateContentManagerCommand} [updateContentManagerCommand]
|
|
611
611
|
* @param {*} [options] Override http request option.
|
|
@@ -616,7 +616,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
|
|
|
616
616
|
},
|
|
617
617
|
/**
|
|
618
618
|
*
|
|
619
|
-
* @summary Reactivate ContentManager. (Auth
|
|
619
|
+
* @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
|
|
620
620
|
* @param {string} contentManagerId
|
|
621
621
|
* @param {*} [options] Override http request option.
|
|
622
622
|
* @throws {RequiredError}
|
|
@@ -626,7 +626,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
|
|
|
626
626
|
},
|
|
627
627
|
/**
|
|
628
628
|
*
|
|
629
|
-
* @summary Get all ContentManagers. (Auth
|
|
629
|
+
* @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
|
|
630
630
|
* @param {string} [id]
|
|
631
631
|
* @param {string} [fullname]
|
|
632
632
|
* @param {string} [email]
|
|
@@ -645,7 +645,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
|
|
|
645
645
|
},
|
|
646
646
|
/**
|
|
647
647
|
*
|
|
648
|
-
* @summary Create a ContentManager. (Auth
|
|
648
|
+
* @summary Create a ContentManager. (Auth policies: RequireManagerRole)
|
|
649
649
|
* @param {CreateContentManagerCommand} [createContentManagerCommand]
|
|
650
650
|
* @param {*} [options] Override http request option.
|
|
651
651
|
* @throws {RequiredError}
|
|
@@ -669,7 +669,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
|
|
|
669
669
|
}
|
|
670
670
|
/**
|
|
671
671
|
*
|
|
672
|
-
* @summary Delete ContentManager. (Auth
|
|
672
|
+
* @summary Delete ContentManager. (Auth policies: RequireManagerRole)
|
|
673
673
|
* @param {ContentManagersApiApiV1ContentmanagersContentManagerIdDeleteRequest} requestParameters Request parameters.
|
|
674
674
|
* @param {*} [options] Override http request option.
|
|
675
675
|
* @throws {RequiredError}
|
|
@@ -681,7 +681,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
|
|
|
681
681
|
};
|
|
682
682
|
/**
|
|
683
683
|
*
|
|
684
|
-
* @summary Get ContentManager. (Auth
|
|
684
|
+
* @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
|
|
685
685
|
* @param {ContentManagersApiApiV1ContentmanagersContentManagerIdGetRequest} requestParameters Request parameters.
|
|
686
686
|
* @param {*} [options] Override http request option.
|
|
687
687
|
* @throws {RequiredError}
|
|
@@ -693,7 +693,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
|
|
|
693
693
|
};
|
|
694
694
|
/**
|
|
695
695
|
*
|
|
696
|
-
* @summary Update ContentManager. (Auth
|
|
696
|
+
* @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
|
|
697
697
|
* @param {ContentManagersApiApiV1ContentmanagersContentManagerIdPutRequest} requestParameters Request parameters.
|
|
698
698
|
* @param {*} [options] Override http request option.
|
|
699
699
|
* @throws {RequiredError}
|
|
@@ -705,7 +705,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
|
|
|
705
705
|
};
|
|
706
706
|
/**
|
|
707
707
|
*
|
|
708
|
-
* @summary Reactivate ContentManager. (Auth
|
|
708
|
+
* @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
|
|
709
709
|
* @param {ContentManagersApiApiV1ContentmanagersContentManagerIdReactivatePutRequest} requestParameters Request parameters.
|
|
710
710
|
* @param {*} [options] Override http request option.
|
|
711
711
|
* @throws {RequiredError}
|
|
@@ -717,7 +717,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
|
|
|
717
717
|
};
|
|
718
718
|
/**
|
|
719
719
|
*
|
|
720
|
-
* @summary Get all ContentManagers. (Auth
|
|
720
|
+
* @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
|
|
721
721
|
* @param {ContentManagersApiApiV1ContentmanagersGetRequest} requestParameters Request parameters.
|
|
722
722
|
* @param {*} [options] Override http request option.
|
|
723
723
|
* @throws {RequiredError}
|
|
@@ -730,7 +730,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
|
|
|
730
730
|
};
|
|
731
731
|
/**
|
|
732
732
|
*
|
|
733
|
-
* @summary Create a ContentManager. (Auth
|
|
733
|
+
* @summary Create a ContentManager. (Auth policies: RequireManagerRole)
|
|
734
734
|
* @param {ContentManagersApiApiV1ContentmanagersPostRequest} requestParameters Request parameters.
|
|
735
735
|
* @param {*} [options] Override http request option.
|
|
736
736
|
* @throws {RequiredError}
|
|
@@ -48,7 +48,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
48
48
|
apiV1CountriesCountryIdCurrenciesCurrencyIdDelete: (countryId: string, currencyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
|
-
* @summary Get currncy of country (Auth
|
|
51
|
+
* @summary Get currncy of country (Auth policies: RequireDefaultAdminAppRole)
|
|
52
52
|
* @param {string} countryId
|
|
53
53
|
* @param {string} currencyId
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
@@ -67,7 +67,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
67
67
|
apiV1CountriesCountryIdCurrenciesCurrencyIdPost: (countryId: string, currencyId: string, saveCountryCurrencyCommand?: SaveCountryCurrencyCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @summary Get currencies list of country (Auth
|
|
70
|
+
* @summary Get currencies list of country (Auth policies: RequireDefaultAdminAppRole)
|
|
71
71
|
* @param {string} countryId
|
|
72
72
|
* @param {string} [currencyId]
|
|
73
73
|
* @param {string} [currencyCode]
|
|
@@ -98,7 +98,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
98
98
|
apiV1CountriesCountryIdDelete: (countryId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
99
99
|
/**
|
|
100
100
|
*
|
|
101
|
-
* @summary Get country. (Auth
|
|
101
|
+
* @summary Get country. (Auth policies: RequireDefaultAdminAppRole)
|
|
102
102
|
* @param {string} countryId
|
|
103
103
|
* @param {string} [languageCode]
|
|
104
104
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -156,7 +156,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
156
156
|
apiV1CountriesCountryIdLanguagesSortPut: (countryId: string, sortCountryLanguagesCommand?: SortCountryLanguagesCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
157
|
/**
|
|
158
158
|
*
|
|
159
|
-
* @summary Get all CountryMedias. (Auth
|
|
159
|
+
* @summary Get all CountryMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
160
160
|
* @param {string} countryId
|
|
161
161
|
* @param {string} [id]
|
|
162
162
|
* @param {MediaType} [mediaType]
|
|
@@ -178,7 +178,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
178
178
|
apiV1CountriesCountryIdMediasMediaIdDelete: (countryId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
179
179
|
/**
|
|
180
180
|
*
|
|
181
|
-
* @summary Get CountryMedia. (Auth
|
|
181
|
+
* @summary Get CountryMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
182
182
|
* @param {string} countryId
|
|
183
183
|
* @param {string} mediaId
|
|
184
184
|
* @param {*} [options] Override http request option.
|
|
@@ -241,7 +241,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
241
241
|
apiV1CountriesCountryIdTranslatePost: (countryId: string, translateCountryCommand?: TranslateCountryCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
242
242
|
/**
|
|
243
243
|
*
|
|
244
|
-
* @summary Get all countries. (Auth
|
|
244
|
+
* @summary Get all countries. (Auth policies: RequireDefaultAdminAppRole)
|
|
245
245
|
* @param {string} [id]
|
|
246
246
|
* @param {string} [name]
|
|
247
247
|
* @param {string} [description]
|
|
@@ -265,7 +265,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
265
265
|
apiV1CountriesPost: (createCountryCommand?: CreateCountryCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
266
266
|
/**
|
|
267
267
|
*
|
|
268
|
-
* @summary Get country by slug (Auth
|
|
268
|
+
* @summary Get country by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
269
269
|
* @param {string} slug
|
|
270
270
|
* @param {string} [languageCode]
|
|
271
271
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -298,7 +298,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
298
298
|
apiV1CountriesCountryIdCurrenciesCurrencyIdDelete(countryId: string, currencyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
299
299
|
/**
|
|
300
300
|
*
|
|
301
|
-
* @summary Get currncy of country (Auth
|
|
301
|
+
* @summary Get currncy of country (Auth policies: RequireDefaultAdminAppRole)
|
|
302
302
|
* @param {string} countryId
|
|
303
303
|
* @param {string} currencyId
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
@@ -317,7 +317,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
317
317
|
apiV1CountriesCountryIdCurrenciesCurrencyIdPost(countryId: string, currencyId: string, saveCountryCurrencyCommand?: SaveCountryCurrencyCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CountryCurrencyModel>>;
|
|
318
318
|
/**
|
|
319
319
|
*
|
|
320
|
-
* @summary Get currencies list of country (Auth
|
|
320
|
+
* @summary Get currencies list of country (Auth policies: RequireDefaultAdminAppRole)
|
|
321
321
|
* @param {string} countryId
|
|
322
322
|
* @param {string} [currencyId]
|
|
323
323
|
* @param {string} [currencyCode]
|
|
@@ -348,7 +348,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
348
348
|
apiV1CountriesCountryIdDelete(countryId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
349
349
|
/**
|
|
350
350
|
*
|
|
351
|
-
* @summary Get country. (Auth
|
|
351
|
+
* @summary Get country. (Auth policies: RequireDefaultAdminAppRole)
|
|
352
352
|
* @param {string} countryId
|
|
353
353
|
* @param {string} [languageCode]
|
|
354
354
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -406,7 +406,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
406
406
|
apiV1CountriesCountryIdLanguagesSortPut(countryId: string, sortCountryLanguagesCommand?: SortCountryLanguagesCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SortingResultModel>>;
|
|
407
407
|
/**
|
|
408
408
|
*
|
|
409
|
-
* @summary Get all CountryMedias. (Auth
|
|
409
|
+
* @summary Get all CountryMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
410
410
|
* @param {string} countryId
|
|
411
411
|
* @param {string} [id]
|
|
412
412
|
* @param {MediaType} [mediaType]
|
|
@@ -428,7 +428,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
428
428
|
apiV1CountriesCountryIdMediasMediaIdDelete(countryId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
429
429
|
/**
|
|
430
430
|
*
|
|
431
|
-
* @summary Get CountryMedia. (Auth
|
|
431
|
+
* @summary Get CountryMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
432
432
|
* @param {string} countryId
|
|
433
433
|
* @param {string} mediaId
|
|
434
434
|
* @param {*} [options] Override http request option.
|
|
@@ -491,7 +491,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
491
491
|
apiV1CountriesCountryIdTranslatePost(countryId: string, translateCountryCommand?: TranslateCountryCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
492
492
|
/**
|
|
493
493
|
*
|
|
494
|
-
* @summary Get all countries. (Auth
|
|
494
|
+
* @summary Get all countries. (Auth policies: RequireDefaultAdminAppRole)
|
|
495
495
|
* @param {string} [id]
|
|
496
496
|
* @param {string} [name]
|
|
497
497
|
* @param {string} [description]
|
|
@@ -515,7 +515,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
515
515
|
apiV1CountriesPost(createCountryCommand?: CreateCountryCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CountryModel>>;
|
|
516
516
|
/**
|
|
517
517
|
*
|
|
518
|
-
* @summary Get country by slug (Auth
|
|
518
|
+
* @summary Get country by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
519
519
|
* @param {string} slug
|
|
520
520
|
* @param {string} [languageCode]
|
|
521
521
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -548,7 +548,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
548
548
|
apiV1CountriesCountryIdCurrenciesCurrencyIdDelete(countryId: string, currencyId: string, options?: any): AxiosPromise<boolean>;
|
|
549
549
|
/**
|
|
550
550
|
*
|
|
551
|
-
* @summary Get currncy of country (Auth
|
|
551
|
+
* @summary Get currncy of country (Auth policies: RequireDefaultAdminAppRole)
|
|
552
552
|
* @param {string} countryId
|
|
553
553
|
* @param {string} currencyId
|
|
554
554
|
* @param {*} [options] Override http request option.
|
|
@@ -567,7 +567,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
567
567
|
apiV1CountriesCountryIdCurrenciesCurrencyIdPost(countryId: string, currencyId: string, saveCountryCurrencyCommand?: SaveCountryCurrencyCommand, options?: any): AxiosPromise<CountryCurrencyModel>;
|
|
568
568
|
/**
|
|
569
569
|
*
|
|
570
|
-
* @summary Get currencies list of country (Auth
|
|
570
|
+
* @summary Get currencies list of country (Auth policies: RequireDefaultAdminAppRole)
|
|
571
571
|
* @param {string} countryId
|
|
572
572
|
* @param {string} [currencyId]
|
|
573
573
|
* @param {string} [currencyCode]
|
|
@@ -598,7 +598,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
598
598
|
apiV1CountriesCountryIdDelete(countryId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
|
|
599
599
|
/**
|
|
600
600
|
*
|
|
601
|
-
* @summary Get country. (Auth
|
|
601
|
+
* @summary Get country. (Auth policies: RequireDefaultAdminAppRole)
|
|
602
602
|
* @param {string} countryId
|
|
603
603
|
* @param {string} [languageCode]
|
|
604
604
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -656,7 +656,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
656
656
|
apiV1CountriesCountryIdLanguagesSortPut(countryId: string, sortCountryLanguagesCommand?: SortCountryLanguagesCommand, options?: any): AxiosPromise<SortingResultModel>;
|
|
657
657
|
/**
|
|
658
658
|
*
|
|
659
|
-
* @summary Get all CountryMedias. (Auth
|
|
659
|
+
* @summary Get all CountryMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
660
660
|
* @param {string} countryId
|
|
661
661
|
* @param {string} [id]
|
|
662
662
|
* @param {MediaType} [mediaType]
|
|
@@ -678,7 +678,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
678
678
|
apiV1CountriesCountryIdMediasMediaIdDelete(countryId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
|
|
679
679
|
/**
|
|
680
680
|
*
|
|
681
|
-
* @summary Get CountryMedia. (Auth
|
|
681
|
+
* @summary Get CountryMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
682
682
|
* @param {string} countryId
|
|
683
683
|
* @param {string} mediaId
|
|
684
684
|
* @param {*} [options] Override http request option.
|
|
@@ -741,7 +741,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
741
741
|
apiV1CountriesCountryIdTranslatePost(countryId: string, translateCountryCommand?: TranslateCountryCommand, options?: any): AxiosPromise<boolean>;
|
|
742
742
|
/**
|
|
743
743
|
*
|
|
744
|
-
* @summary Get all countries. (Auth
|
|
744
|
+
* @summary Get all countries. (Auth policies: RequireDefaultAdminAppRole)
|
|
745
745
|
* @param {string} [id]
|
|
746
746
|
* @param {string} [name]
|
|
747
747
|
* @param {string} [description]
|
|
@@ -765,7 +765,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
765
765
|
apiV1CountriesPost(createCountryCommand?: CreateCountryCommand, options?: any): AxiosPromise<CountryModel>;
|
|
766
766
|
/**
|
|
767
767
|
*
|
|
768
|
-
* @summary Get country by slug (Auth
|
|
768
|
+
* @summary Get country by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
769
769
|
* @param {string} slug
|
|
770
770
|
* @param {string} [languageCode]
|
|
771
771
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1389,7 +1389,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1389
1389
|
apiV1CountriesCountryIdCurrenciesCurrencyIdDelete(requestParameters: CountriesApiApiV1CountriesCountryIdCurrenciesCurrencyIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1390
1390
|
/**
|
|
1391
1391
|
*
|
|
1392
|
-
* @summary Get currncy of country (Auth
|
|
1392
|
+
* @summary Get currncy of country (Auth policies: RequireDefaultAdminAppRole)
|
|
1393
1393
|
* @param {CountriesApiApiV1CountriesCountryIdCurrenciesCurrencyIdGetRequest} requestParameters Request parameters.
|
|
1394
1394
|
* @param {*} [options] Override http request option.
|
|
1395
1395
|
* @throws {RequiredError}
|
|
@@ -1407,7 +1407,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1407
1407
|
apiV1CountriesCountryIdCurrenciesCurrencyIdPost(requestParameters: CountriesApiApiV1CountriesCountryIdCurrenciesCurrencyIdPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryCurrencyModel, any>>;
|
|
1408
1408
|
/**
|
|
1409
1409
|
*
|
|
1410
|
-
* @summary Get currencies list of country (Auth
|
|
1410
|
+
* @summary Get currencies list of country (Auth policies: RequireDefaultAdminAppRole)
|
|
1411
1411
|
* @param {CountriesApiApiV1CountriesCountryIdCurrenciesGetRequest} requestParameters Request parameters.
|
|
1412
1412
|
* @param {*} [options] Override http request option.
|
|
1413
1413
|
* @throws {RequiredError}
|
|
@@ -1434,7 +1434,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1434
1434
|
apiV1CountriesCountryIdDelete(requestParameters: CountriesApiApiV1CountriesCountryIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1435
1435
|
/**
|
|
1436
1436
|
*
|
|
1437
|
-
* @summary Get country. (Auth
|
|
1437
|
+
* @summary Get country. (Auth policies: RequireDefaultAdminAppRole)
|
|
1438
1438
|
* @param {CountriesApiApiV1CountriesCountryIdGetRequest} requestParameters Request parameters.
|
|
1439
1439
|
* @param {*} [options] Override http request option.
|
|
1440
1440
|
* @throws {RequiredError}
|
|
@@ -1488,7 +1488,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1488
1488
|
apiV1CountriesCountryIdLanguagesSortPut(requestParameters: CountriesApiApiV1CountriesCountryIdLanguagesSortPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SortingResultModel, any>>;
|
|
1489
1489
|
/**
|
|
1490
1490
|
*
|
|
1491
|
-
* @summary Get all CountryMedias. (Auth
|
|
1491
|
+
* @summary Get all CountryMedias. (Auth policies: RequireDefaultAdminAppRole)
|
|
1492
1492
|
* @param {CountriesApiApiV1CountriesCountryIdMediasGetRequest} requestParameters Request parameters.
|
|
1493
1493
|
* @param {*} [options] Override http request option.
|
|
1494
1494
|
* @throws {RequiredError}
|
|
@@ -1506,7 +1506,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1506
1506
|
apiV1CountriesCountryIdMediasMediaIdDelete(requestParameters: CountriesApiApiV1CountriesCountryIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1507
1507
|
/**
|
|
1508
1508
|
*
|
|
1509
|
-
* @summary Get CountryMedia. (Auth
|
|
1509
|
+
* @summary Get CountryMedia. (Auth policies: RequireDefaultAdminAppRole)
|
|
1510
1510
|
* @param {CountriesApiApiV1CountriesCountryIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
1511
1511
|
* @param {*} [options] Override http request option.
|
|
1512
1512
|
* @throws {RequiredError}
|
|
@@ -1569,7 +1569,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1569
1569
|
apiV1CountriesCountryIdTranslatePost(requestParameters: CountriesApiApiV1CountriesCountryIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1570
1570
|
/**
|
|
1571
1571
|
*
|
|
1572
|
-
* @summary Get all countries. (Auth
|
|
1572
|
+
* @summary Get all countries. (Auth policies: RequireDefaultAdminAppRole)
|
|
1573
1573
|
* @param {CountriesApiApiV1CountriesGetRequest} requestParameters Request parameters.
|
|
1574
1574
|
* @param {*} [options] Override http request option.
|
|
1575
1575
|
* @throws {RequiredError}
|
|
@@ -1587,7 +1587,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
1587
1587
|
apiV1CountriesPost(requestParameters?: CountriesApiApiV1CountriesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel, any>>;
|
|
1588
1588
|
/**
|
|
1589
1589
|
*
|
|
1590
|
-
* @summary Get country by slug (Auth
|
|
1590
|
+
* @summary Get country by slug (Auth policies: RequireDefaultAdminAppRole)
|
|
1591
1591
|
* @param {CountriesApiApiV1CountriesSlugGetRequest} requestParameters Request parameters.
|
|
1592
1592
|
* @param {*} [options] Override http request option.
|
|
1593
1593
|
* @throws {RequiredError}
|