ch-admin-api-client-typescript 5.55.11 → 5.56.1
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/countries-api.d.ts +28 -28
- package/lib/api/countries-api.js +28 -28
- package/lib/api/grades-api.d.ts +8 -8
- package/lib/api/grades-api.js +8 -8
- package/lib/api/languages-api.d.ts +20 -20
- package/lib/api/languages-api.js +20 -20
- package/lib/api/specialties-api.d.ts +24 -24
- package/lib/api/specialties-api.js +24 -24
- package/lib/api/specialty-types-api.d.ts +24 -24
- package/lib/api/specialty-types-api.js +24 -24
- package/lib/api/tags-api.d.ts +16 -16
- package/lib/api/tags-api.js +16 -16
- package/lib/api/translation-api.d.ts +4 -4
- package/lib/api/translation-api.d.ts.map +1 -1
- package/lib/api/translation-api.js +4 -4
- package/lib/api/users-api.d.ts +20 -11
- package/lib/api/users-api.d.ts.map +1 -1
- package/lib/api/users-api.js +23 -17
- package/lib/api.d.ts +0 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -1
- package/lib/models/{update-template-version-command.d.ts → general-user-affiliation-model.d.ts} +9 -9
- package/lib/models/general-user-affiliation-model.d.ts.map +1 -0
- package/lib/models/general-user-model.d.ts +17 -4
- package/lib/models/general-user-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +1 -6
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -6
- package/package.json +1 -1
- package/lib/api/email-marketings-api.d.ts +0 -358
- package/lib/api/email-marketings-api.d.ts.map +0 -1
- package/lib/api/email-marketings-api.js +0 -699
- package/lib/models/create-template-version-command.d.ts +0 -37
- package/lib/models/create-template-version-command.d.ts.map +0 -1
- package/lib/models/send-template-version-command.d.ts +0 -25
- package/lib/models/send-template-version-command.d.ts.map +0 -1
- package/lib/models/send-template-version-command.js +0 -15
- package/lib/models/template-version-item-model.d.ts +0 -67
- package/lib/models/template-version-item-model.d.ts.map +0 -1
- package/lib/models/template-version-item-model.js +0 -15
- package/lib/models/template-version-model.d.ts +0 -67
- package/lib/models/template-version-model.d.ts.map +0 -1
- package/lib/models/template-version-model.js +0 -15
- package/lib/models/template-versions-model.d.ts +0 -33
- package/lib/models/template-versions-model.d.ts.map +0 -1
- package/lib/models/template-versions-model.js +0 -15
- package/lib/models/update-template-version-command.d.ts.map +0 -1
- package/lib/models/update-template-version-command.js +0 -15
- /package/lib/models/{create-template-version-command.js → general-user-affiliation-model.js} +0 -0
|
@@ -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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
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 roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1591
1591
|
* @param {CountriesApiApiV1CountriesSlugGetRequest} requestParameters Request parameters.
|
|
1592
1592
|
* @param {*} [options] Override http request option.
|
|
1593
1593
|
* @throws {RequiredError}
|
package/lib/api/countries-api.js
CHANGED
|
@@ -154,7 +154,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
154
154
|
},
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
|
-
* @summary Get currncy of country (Auth
|
|
157
|
+
* @summary Get currncy of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
158
158
|
* @param {string} countryId
|
|
159
159
|
* @param {string} currencyId
|
|
160
160
|
* @param {*} [options] Override http request option.
|
|
@@ -259,7 +259,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
259
259
|
},
|
|
260
260
|
/**
|
|
261
261
|
*
|
|
262
|
-
* @summary Get currencies list of country (Auth
|
|
262
|
+
* @summary Get currencies list of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
263
263
|
* @param {string} countryId
|
|
264
264
|
* @param {string} [currencyId]
|
|
265
265
|
* @param {string} [currencyCode]
|
|
@@ -429,7 +429,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
429
429
|
},
|
|
430
430
|
/**
|
|
431
431
|
*
|
|
432
|
-
* @summary Get country. (Auth
|
|
432
|
+
* @summary Get country. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
433
433
|
* @param {string} countryId
|
|
434
434
|
* @param {string} [languageCode]
|
|
435
435
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -751,7 +751,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
751
751
|
},
|
|
752
752
|
/**
|
|
753
753
|
*
|
|
754
|
-
* @summary Get all CountryMedias. (Auth
|
|
754
|
+
* @summary Get all CountryMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
755
755
|
* @param {string} countryId
|
|
756
756
|
* @param {string} [id]
|
|
757
757
|
* @param {MediaType} [mediaType]
|
|
@@ -871,7 +871,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
871
871
|
},
|
|
872
872
|
/**
|
|
873
873
|
*
|
|
874
|
-
* @summary Get CountryMedia. (Auth
|
|
874
|
+
* @summary Get CountryMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
875
875
|
* @param {string} countryId
|
|
876
876
|
* @param {string} mediaId
|
|
877
877
|
* @param {*} [options] Override http request option.
|
|
@@ -1224,7 +1224,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
1224
1224
|
},
|
|
1225
1225
|
/**
|
|
1226
1226
|
*
|
|
1227
|
-
* @summary Get all countries. (Auth
|
|
1227
|
+
* @summary Get all countries. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1228
1228
|
* @param {string} [id]
|
|
1229
1229
|
* @param {string} [name]
|
|
1230
1230
|
* @param {string} [description]
|
|
@@ -1353,7 +1353,7 @@ var CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
1353
1353
|
},
|
|
1354
1354
|
/**
|
|
1355
1355
|
*
|
|
1356
|
-
* @summary Get country by slug (Auth
|
|
1356
|
+
* @summary Get country by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1357
1357
|
* @param {string} slug
|
|
1358
1358
|
* @param {string} [languageCode]
|
|
1359
1359
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1485,7 +1485,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1485
1485
|
},
|
|
1486
1486
|
/**
|
|
1487
1487
|
*
|
|
1488
|
-
* @summary Get currncy of country (Auth
|
|
1488
|
+
* @summary Get currncy of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1489
1489
|
* @param {string} countryId
|
|
1490
1490
|
* @param {string} currencyId
|
|
1491
1491
|
* @param {*} [options] Override http request option.
|
|
@@ -1528,7 +1528,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1528
1528
|
},
|
|
1529
1529
|
/**
|
|
1530
1530
|
*
|
|
1531
|
-
* @summary Get currencies list of country (Auth
|
|
1531
|
+
* @summary Get currencies list of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1532
1532
|
* @param {string} countryId
|
|
1533
1533
|
* @param {string} [currencyId]
|
|
1534
1534
|
* @param {string} [currencyCode]
|
|
@@ -1595,7 +1595,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1595
1595
|
},
|
|
1596
1596
|
/**
|
|
1597
1597
|
*
|
|
1598
|
-
* @summary Get country. (Auth
|
|
1598
|
+
* @summary Get country. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1599
1599
|
* @param {string} countryId
|
|
1600
1600
|
* @param {string} [languageCode]
|
|
1601
1601
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -1725,7 +1725,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1725
1725
|
},
|
|
1726
1726
|
/**
|
|
1727
1727
|
*
|
|
1728
|
-
* @summary Get all CountryMedias. (Auth
|
|
1728
|
+
* @summary Get all CountryMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1729
1729
|
* @param {string} countryId
|
|
1730
1730
|
* @param {string} [id]
|
|
1731
1731
|
* @param {MediaType} [mediaType]
|
|
@@ -1771,7 +1771,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1771
1771
|
},
|
|
1772
1772
|
/**
|
|
1773
1773
|
*
|
|
1774
|
-
* @summary Get CountryMedia. (Auth
|
|
1774
|
+
* @summary Get CountryMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1775
1775
|
* @param {string} countryId
|
|
1776
1776
|
* @param {string} mediaId
|
|
1777
1777
|
* @param {*} [options] Override http request option.
|
|
@@ -1918,7 +1918,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1918
1918
|
},
|
|
1919
1919
|
/**
|
|
1920
1920
|
*
|
|
1921
|
-
* @summary Get all countries. (Auth
|
|
1921
|
+
* @summary Get all countries. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1922
1922
|
* @param {string} [id]
|
|
1923
1923
|
* @param {string} [name]
|
|
1924
1924
|
* @param {string} [description]
|
|
@@ -1966,7 +1966,7 @@ var CountriesApiFp = function (configuration) {
|
|
|
1966
1966
|
},
|
|
1967
1967
|
/**
|
|
1968
1968
|
*
|
|
1969
|
-
* @summary Get country by slug (Auth
|
|
1969
|
+
* @summary Get country by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
1970
1970
|
* @param {string} slug
|
|
1971
1971
|
* @param {string} [languageCode]
|
|
1972
1972
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -2029,7 +2029,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2029
2029
|
},
|
|
2030
2030
|
/**
|
|
2031
2031
|
*
|
|
2032
|
-
* @summary Get currncy of country (Auth
|
|
2032
|
+
* @summary Get currncy of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2033
2033
|
* @param {string} countryId
|
|
2034
2034
|
* @param {string} currencyId
|
|
2035
2035
|
* @param {*} [options] Override http request option.
|
|
@@ -2052,7 +2052,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2052
2052
|
},
|
|
2053
2053
|
/**
|
|
2054
2054
|
*
|
|
2055
|
-
* @summary Get currencies list of country (Auth
|
|
2055
|
+
* @summary Get currencies list of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2056
2056
|
* @param {string} countryId
|
|
2057
2057
|
* @param {string} [currencyId]
|
|
2058
2058
|
* @param {string} [currencyCode]
|
|
@@ -2089,7 +2089,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2089
2089
|
},
|
|
2090
2090
|
/**
|
|
2091
2091
|
*
|
|
2092
|
-
* @summary Get country. (Auth
|
|
2092
|
+
* @summary Get country. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2093
2093
|
* @param {string} countryId
|
|
2094
2094
|
* @param {string} [languageCode]
|
|
2095
2095
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -2159,7 +2159,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2159
2159
|
},
|
|
2160
2160
|
/**
|
|
2161
2161
|
*
|
|
2162
|
-
* @summary Get all CountryMedias. (Auth
|
|
2162
|
+
* @summary Get all CountryMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2163
2163
|
* @param {string} countryId
|
|
2164
2164
|
* @param {string} [id]
|
|
2165
2165
|
* @param {MediaType} [mediaType]
|
|
@@ -2185,7 +2185,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2185
2185
|
},
|
|
2186
2186
|
/**
|
|
2187
2187
|
*
|
|
2188
|
-
* @summary Get CountryMedia. (Auth
|
|
2188
|
+
* @summary Get CountryMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2189
2189
|
* @param {string} countryId
|
|
2190
2190
|
* @param {string} mediaId
|
|
2191
2191
|
* @param {*} [options] Override http request option.
|
|
@@ -2262,7 +2262,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2262
2262
|
},
|
|
2263
2263
|
/**
|
|
2264
2264
|
*
|
|
2265
|
-
* @summary Get all countries. (Auth
|
|
2265
|
+
* @summary Get all countries. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2266
2266
|
* @param {string} [id]
|
|
2267
2267
|
* @param {string} [name]
|
|
2268
2268
|
* @param {string} [description]
|
|
@@ -2290,7 +2290,7 @@ var CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
2290
2290
|
},
|
|
2291
2291
|
/**
|
|
2292
2292
|
*
|
|
2293
|
-
* @summary Get country by slug (Auth
|
|
2293
|
+
* @summary Get country by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2294
2294
|
* @param {string} slug
|
|
2295
2295
|
* @param {string} [languageCode]
|
|
2296
2296
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -2338,7 +2338,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2338
2338
|
};
|
|
2339
2339
|
/**
|
|
2340
2340
|
*
|
|
2341
|
-
* @summary Get currncy of country (Auth
|
|
2341
|
+
* @summary Get currncy of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2342
2342
|
* @param {CountriesApiApiV1CountriesCountryIdCurrenciesCurrencyIdGetRequest} requestParameters Request parameters.
|
|
2343
2343
|
* @param {*} [options] Override http request option.
|
|
2344
2344
|
* @throws {RequiredError}
|
|
@@ -2362,7 +2362,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2362
2362
|
};
|
|
2363
2363
|
/**
|
|
2364
2364
|
*
|
|
2365
|
-
* @summary Get currencies list of country (Auth
|
|
2365
|
+
* @summary Get currencies list of country (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2366
2366
|
* @param {CountriesApiApiV1CountriesCountryIdCurrenciesGetRequest} requestParameters Request parameters.
|
|
2367
2367
|
* @param {*} [options] Override http request option.
|
|
2368
2368
|
* @throws {RequiredError}
|
|
@@ -2398,7 +2398,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2398
2398
|
};
|
|
2399
2399
|
/**
|
|
2400
2400
|
*
|
|
2401
|
-
* @summary Get country. (Auth
|
|
2401
|
+
* @summary Get country. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2402
2402
|
* @param {CountriesApiApiV1CountriesCountryIdGetRequest} requestParameters Request parameters.
|
|
2403
2403
|
* @param {*} [options] Override http request option.
|
|
2404
2404
|
* @throws {RequiredError}
|
|
@@ -2470,7 +2470,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2470
2470
|
};
|
|
2471
2471
|
/**
|
|
2472
2472
|
*
|
|
2473
|
-
* @summary Get all CountryMedias. (Auth
|
|
2473
|
+
* @summary Get all CountryMedias. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2474
2474
|
* @param {CountriesApiApiV1CountriesCountryIdMediasGetRequest} requestParameters Request parameters.
|
|
2475
2475
|
* @param {*} [options] Override http request option.
|
|
2476
2476
|
* @throws {RequiredError}
|
|
@@ -2494,7 +2494,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2494
2494
|
};
|
|
2495
2495
|
/**
|
|
2496
2496
|
*
|
|
2497
|
-
* @summary Get CountryMedia. (Auth
|
|
2497
|
+
* @summary Get CountryMedia. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2498
2498
|
* @param {CountriesApiApiV1CountriesCountryIdMediasMediaIdGetRequest} requestParameters Request parameters.
|
|
2499
2499
|
* @param {*} [options] Override http request option.
|
|
2500
2500
|
* @throws {RequiredError}
|
|
@@ -2578,7 +2578,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2578
2578
|
};
|
|
2579
2579
|
/**
|
|
2580
2580
|
*
|
|
2581
|
-
* @summary Get all countries. (Auth
|
|
2581
|
+
* @summary Get all countries. (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2582
2582
|
* @param {CountriesApiApiV1CountriesGetRequest} requestParameters Request parameters.
|
|
2583
2583
|
* @param {*} [options] Override http request option.
|
|
2584
2584
|
* @throws {RequiredError}
|
|
@@ -2604,7 +2604,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
2604
2604
|
};
|
|
2605
2605
|
/**
|
|
2606
2606
|
*
|
|
2607
|
-
* @summary Get country by slug (Auth
|
|
2607
|
+
* @summary Get country by slug (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
2608
2608
|
* @param {CountriesApiApiV1CountriesSlugGetRequest} requestParameters Request parameters.
|
|
2609
2609
|
* @param {*} [options] Override http request option.
|
|
2610
2610
|
* @throws {RequiredError}
|
package/lib/api/grades-api.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ import { UpdateGradeCommand } from '../models';
|
|
|
24
24
|
export declare const GradesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @summary Get grades (Auth
|
|
27
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
28
28
|
* @param {string} [id]
|
|
29
29
|
* @param {string} [name]
|
|
30
30
|
* @param {GradeTargets} [gradeTarget]
|
|
@@ -46,7 +46,7 @@ export declare const GradesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
46
46
|
apiV1GradesGradeIdDelete: (gradeId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @summary Get grade (Auth
|
|
49
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
50
50
|
* @param {string} gradeId
|
|
51
51
|
* @param {*} [options] Override http request option.
|
|
52
52
|
* @throws {RequiredError}
|
|
@@ -77,7 +77,7 @@ export declare const GradesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
77
77
|
export declare const GradesApiFp: (configuration?: Configuration) => {
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
|
-
* @summary Get grades (Auth
|
|
80
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
81
81
|
* @param {string} [id]
|
|
82
82
|
* @param {string} [name]
|
|
83
83
|
* @param {GradeTargets} [gradeTarget]
|
|
@@ -99,7 +99,7 @@ export declare const GradesApiFp: (configuration?: Configuration) => {
|
|
|
99
99
|
apiV1GradesGradeIdDelete(gradeId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @summary Get grade (Auth
|
|
102
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
103
103
|
* @param {string} gradeId
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
105
105
|
* @throws {RequiredError}
|
|
@@ -130,7 +130,7 @@ export declare const GradesApiFp: (configuration?: Configuration) => {
|
|
|
130
130
|
export declare const GradesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
131
131
|
/**
|
|
132
132
|
*
|
|
133
|
-
* @summary Get grades (Auth
|
|
133
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
134
134
|
* @param {string} [id]
|
|
135
135
|
* @param {string} [name]
|
|
136
136
|
* @param {GradeTargets} [gradeTarget]
|
|
@@ -152,7 +152,7 @@ export declare const GradesApiFactory: (configuration?: Configuration, basePath?
|
|
|
152
152
|
apiV1GradesGradeIdDelete(gradeId: string, options?: any): AxiosPromise<boolean>;
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
|
-
* @summary Get grade (Auth
|
|
155
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
156
156
|
* @param {string} gradeId
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
@@ -292,7 +292,7 @@ export interface GradesApiApiV1GradesPostRequest {
|
|
|
292
292
|
export declare class GradesApi extends BaseAPI {
|
|
293
293
|
/**
|
|
294
294
|
*
|
|
295
|
-
* @summary Get grades (Auth
|
|
295
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
296
296
|
* @param {GradesApiApiV1GradesGetRequest} requestParameters Request parameters.
|
|
297
297
|
* @param {*} [options] Override http request option.
|
|
298
298
|
* @throws {RequiredError}
|
|
@@ -310,7 +310,7 @@ export declare class GradesApi extends BaseAPI {
|
|
|
310
310
|
apiV1GradesGradeIdDelete(requestParameters: GradesApiApiV1GradesGradeIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
311
311
|
/**
|
|
312
312
|
*
|
|
313
|
-
* @summary Get grade (Auth
|
|
313
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
314
314
|
* @param {GradesApiApiV1GradesGradeIdGetRequest} requestParameters Request parameters.
|
|
315
315
|
* @param {*} [options] Override http request option.
|
|
316
316
|
* @throws {RequiredError}
|
package/lib/api/grades-api.js
CHANGED
|
@@ -103,7 +103,7 @@ var GradesApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary Get grades (Auth
|
|
106
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
107
107
|
* @param {string} [id]
|
|
108
108
|
* @param {string} [name]
|
|
109
109
|
* @param {GradeTargets} [gradeTarget]
|
|
@@ -223,7 +223,7 @@ var GradesApiAxiosParamCreator = function (configuration) {
|
|
|
223
223
|
},
|
|
224
224
|
/**
|
|
225
225
|
*
|
|
226
|
-
* @summary Get grade (Auth
|
|
226
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
227
227
|
* @param {string} gradeId
|
|
228
228
|
* @param {*} [options] Override http request option.
|
|
229
229
|
* @throws {RequiredError}
|
|
@@ -376,7 +376,7 @@ var GradesApiFp = function (configuration) {
|
|
|
376
376
|
return {
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @summary Get grades (Auth
|
|
379
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
380
380
|
* @param {string} [id]
|
|
381
381
|
* @param {string} [name]
|
|
382
382
|
* @param {GradeTargets} [gradeTarget]
|
|
@@ -422,7 +422,7 @@ var GradesApiFp = function (configuration) {
|
|
|
422
422
|
},
|
|
423
423
|
/**
|
|
424
424
|
*
|
|
425
|
-
* @summary Get grade (Auth
|
|
425
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
426
426
|
* @param {string} gradeId
|
|
427
427
|
* @param {*} [options] Override http request option.
|
|
428
428
|
* @throws {RequiredError}
|
|
@@ -493,7 +493,7 @@ var GradesApiFactory = function (configuration, basePath, axios) {
|
|
|
493
493
|
return {
|
|
494
494
|
/**
|
|
495
495
|
*
|
|
496
|
-
* @summary Get grades (Auth
|
|
496
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
497
497
|
* @param {string} [id]
|
|
498
498
|
* @param {string} [name]
|
|
499
499
|
* @param {GradeTargets} [gradeTarget]
|
|
@@ -519,7 +519,7 @@ var GradesApiFactory = function (configuration, basePath, axios) {
|
|
|
519
519
|
},
|
|
520
520
|
/**
|
|
521
521
|
*
|
|
522
|
-
* @summary Get grade (Auth
|
|
522
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
523
523
|
* @param {string} gradeId
|
|
524
524
|
* @param {*} [options] Override http request option.
|
|
525
525
|
* @throws {RequiredError}
|
|
@@ -564,7 +564,7 @@ var GradesApi = /** @class */ (function (_super) {
|
|
|
564
564
|
}
|
|
565
565
|
/**
|
|
566
566
|
*
|
|
567
|
-
* @summary Get grades (Auth
|
|
567
|
+
* @summary Get grades (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
568
568
|
* @param {GradesApiApiV1GradesGetRequest} requestParameters Request parameters.
|
|
569
569
|
* @param {*} [options] Override http request option.
|
|
570
570
|
* @throws {RequiredError}
|
|
@@ -589,7 +589,7 @@ var GradesApi = /** @class */ (function (_super) {
|
|
|
589
589
|
};
|
|
590
590
|
/**
|
|
591
591
|
*
|
|
592
|
-
* @summary Get grade (Auth
|
|
592
|
+
* @summary Get grade (Auth roles: Admin,Manager,ContentManager,PatientManager,LocalManager,Doctor)
|
|
593
593
|
* @param {GradesApiApiV1GradesGradeIdGetRequest} requestParameters Request parameters.
|
|
594
594
|
* @param {*} [options] Override http request option.
|
|
595
595
|
* @throws {RequiredError}
|