ch-api-client-typescript2 4.2.3 → 4.2.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.
- package/lib/api.d.ts +32 -45
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +32 -93
- package/package.json +1 -1
- package/src/api.ts +46 -85
package/lib/api.d.ts
CHANGED
|
@@ -8716,6 +8716,12 @@ export interface SpecialtyItemModel {
|
|
|
8716
8716
|
* @memberof SpecialtyItemModel
|
|
8717
8717
|
*/
|
|
8718
8718
|
'specialtyTypeName'?: string | null;
|
|
8719
|
+
/**
|
|
8720
|
+
*
|
|
8721
|
+
* @type {MarketingType}
|
|
8722
|
+
* @memberof SpecialtyItemModel
|
|
8723
|
+
*/
|
|
8724
|
+
'marketingType'?: MarketingType;
|
|
8719
8725
|
/**
|
|
8720
8726
|
*
|
|
8721
8727
|
* @type {Array<MediaModel>}
|
|
@@ -8820,6 +8826,12 @@ export interface SpecialtyModel {
|
|
|
8820
8826
|
* @memberof SpecialtyModel
|
|
8821
8827
|
*/
|
|
8822
8828
|
'specialtyTypeName'?: string | null;
|
|
8829
|
+
/**
|
|
8830
|
+
*
|
|
8831
|
+
* @type {MarketingType}
|
|
8832
|
+
* @memberof SpecialtyModel
|
|
8833
|
+
*/
|
|
8834
|
+
'marketingType'?: MarketingType;
|
|
8823
8835
|
/**
|
|
8824
8836
|
*
|
|
8825
8837
|
* @type {Array<MediaModel>}
|
|
@@ -16490,7 +16502,7 @@ export declare class ImagesApi extends BaseAPI {
|
|
|
16490
16502
|
export declare const LanguagesApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
16491
16503
|
/**
|
|
16492
16504
|
*
|
|
16493
|
-
* @summary Get Language
|
|
16505
|
+
* @summary Get Language.
|
|
16494
16506
|
* @param {string} code
|
|
16495
16507
|
* @param {*} [options] Override http request option.
|
|
16496
16508
|
* @throws {RequiredError}
|
|
@@ -16510,14 +16522,6 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
16510
16522
|
* @throws {RequiredError}
|
|
16511
16523
|
*/
|
|
16512
16524
|
apiV2LanguagesGet: (id?: string | undefined, name?: string | undefined, code?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16513
|
-
/**
|
|
16514
|
-
*
|
|
16515
|
-
* @summary Get Language.
|
|
16516
|
-
* @param {string} id
|
|
16517
|
-
* @param {*} [options] Override http request option.
|
|
16518
|
-
* @throws {RequiredError}
|
|
16519
|
-
*/
|
|
16520
|
-
apiV2LanguagesIdGet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16521
16525
|
};
|
|
16522
16526
|
/**
|
|
16523
16527
|
* LanguagesApi - functional programming interface
|
|
@@ -16526,7 +16530,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
16526
16530
|
export declare const LanguagesApiFp: (configuration?: Configuration | undefined) => {
|
|
16527
16531
|
/**
|
|
16528
16532
|
*
|
|
16529
|
-
* @summary Get Language
|
|
16533
|
+
* @summary Get Language.
|
|
16530
16534
|
* @param {string} code
|
|
16531
16535
|
* @param {*} [options] Override http request option.
|
|
16532
16536
|
* @throws {RequiredError}
|
|
@@ -16546,14 +16550,6 @@ export declare const LanguagesApiFp: (configuration?: Configuration | undefined)
|
|
|
16546
16550
|
* @throws {RequiredError}
|
|
16547
16551
|
*/
|
|
16548
16552
|
apiV2LanguagesGet(id?: string | undefined, name?: string | undefined, code?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguagesModel>>;
|
|
16549
|
-
/**
|
|
16550
|
-
*
|
|
16551
|
-
* @summary Get Language.
|
|
16552
|
-
* @param {string} id
|
|
16553
|
-
* @param {*} [options] Override http request option.
|
|
16554
|
-
* @throws {RequiredError}
|
|
16555
|
-
*/
|
|
16556
|
-
apiV2LanguagesIdGet(id: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<LanguageModel>>;
|
|
16557
16553
|
};
|
|
16558
16554
|
/**
|
|
16559
16555
|
* LanguagesApi - factory interface
|
|
@@ -16562,7 +16558,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration | undefined)
|
|
|
16562
16558
|
export declare const LanguagesApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
16563
16559
|
/**
|
|
16564
16560
|
*
|
|
16565
|
-
* @summary Get Language
|
|
16561
|
+
* @summary Get Language.
|
|
16566
16562
|
* @param {string} code
|
|
16567
16563
|
* @param {*} [options] Override http request option.
|
|
16568
16564
|
* @throws {RequiredError}
|
|
@@ -16582,14 +16578,6 @@ export declare const LanguagesApiFactory: (configuration?: Configuration | undef
|
|
|
16582
16578
|
* @throws {RequiredError}
|
|
16583
16579
|
*/
|
|
16584
16580
|
apiV2LanguagesGet(id?: string | undefined, name?: string | undefined, code?: string | undefined, description?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<LanguagesModel>;
|
|
16585
|
-
/**
|
|
16586
|
-
*
|
|
16587
|
-
* @summary Get Language.
|
|
16588
|
-
* @param {string} id
|
|
16589
|
-
* @param {*} [options] Override http request option.
|
|
16590
|
-
* @throws {RequiredError}
|
|
16591
|
-
*/
|
|
16592
|
-
apiV2LanguagesIdGet(id: string, options?: any): AxiosPromise<LanguageModel>;
|
|
16593
16581
|
};
|
|
16594
16582
|
/**
|
|
16595
16583
|
* LanguagesApi - object-oriented interface
|
|
@@ -16600,7 +16588,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration | undef
|
|
|
16600
16588
|
export declare class LanguagesApi extends BaseAPI {
|
|
16601
16589
|
/**
|
|
16602
16590
|
*
|
|
16603
|
-
* @summary Get Language
|
|
16591
|
+
* @summary Get Language.
|
|
16604
16592
|
* @param {string} code
|
|
16605
16593
|
* @param {*} [options] Override http request option.
|
|
16606
16594
|
* @throws {RequiredError}
|
|
@@ -16622,15 +16610,6 @@ export declare class LanguagesApi extends BaseAPI {
|
|
|
16622
16610
|
* @memberof LanguagesApi
|
|
16623
16611
|
*/
|
|
16624
16612
|
apiV2LanguagesGet(id?: string, name?: string, code?: string, description?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguagesModel, any>>;
|
|
16625
|
-
/**
|
|
16626
|
-
*
|
|
16627
|
-
* @summary Get Language.
|
|
16628
|
-
* @param {string} id
|
|
16629
|
-
* @param {*} [options] Override http request option.
|
|
16630
|
-
* @throws {RequiredError}
|
|
16631
|
-
* @memberof LanguagesApi
|
|
16632
|
-
*/
|
|
16633
|
-
apiV2LanguagesIdGet(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageModel, any>>;
|
|
16634
16613
|
}
|
|
16635
16614
|
/**
|
|
16636
16615
|
* MembershipsApi - axios parameter creator
|
|
@@ -18196,6 +18175,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
18196
18175
|
* @param {string} [name]
|
|
18197
18176
|
* @param {string} [description]
|
|
18198
18177
|
* @param {string} [specialtyTypeId]
|
|
18178
|
+
* @param {MarketingType} [marketingType]
|
|
18199
18179
|
* @param {string} [hospitalId]
|
|
18200
18180
|
* @param {Date} [created]
|
|
18201
18181
|
* @param {string} [languageCode]
|
|
@@ -18207,7 +18187,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
18207
18187
|
* @param {*} [options] Override http request option.
|
|
18208
18188
|
* @throws {RequiredError}
|
|
18209
18189
|
*/
|
|
18210
|
-
apiV2SpecialtiesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18190
|
+
apiV2SpecialtiesGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18211
18191
|
/**
|
|
18212
18192
|
*
|
|
18213
18193
|
* @summary Get all Specialties Simple.
|
|
@@ -18215,6 +18195,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
18215
18195
|
* @param {string} [name]
|
|
18216
18196
|
* @param {string} [description]
|
|
18217
18197
|
* @param {string} [specialtyTypeId]
|
|
18198
|
+
* @param {MarketingType} [marketingType]
|
|
18218
18199
|
* @param {string} [hospitalId]
|
|
18219
18200
|
* @param {Date} [created]
|
|
18220
18201
|
* @param {string} [languageCode]
|
|
@@ -18226,7 +18207,7 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
18226
18207
|
* @param {*} [options] Override http request option.
|
|
18227
18208
|
* @throws {RequiredError}
|
|
18228
18209
|
*/
|
|
18229
|
-
apiV2SpecialtiesSimpleGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18210
|
+
apiV2SpecialtiesSimpleGet: (id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18230
18211
|
/**
|
|
18231
18212
|
*
|
|
18232
18213
|
* @param {string} slug
|
|
@@ -18280,6 +18261,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
18280
18261
|
* @param {string} [name]
|
|
18281
18262
|
* @param {string} [description]
|
|
18282
18263
|
* @param {string} [specialtyTypeId]
|
|
18264
|
+
* @param {MarketingType} [marketingType]
|
|
18283
18265
|
* @param {string} [hospitalId]
|
|
18284
18266
|
* @param {Date} [created]
|
|
18285
18267
|
* @param {string} [languageCode]
|
|
@@ -18291,7 +18273,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
18291
18273
|
* @param {*} [options] Override http request option.
|
|
18292
18274
|
* @throws {RequiredError}
|
|
18293
18275
|
*/
|
|
18294
|
-
apiV2SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
|
|
18276
|
+
apiV2SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesModel>>;
|
|
18295
18277
|
/**
|
|
18296
18278
|
*
|
|
18297
18279
|
* @summary Get all Specialties Simple.
|
|
@@ -18299,6 +18281,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
18299
18281
|
* @param {string} [name]
|
|
18300
18282
|
* @param {string} [description]
|
|
18301
18283
|
* @param {string} [specialtyTypeId]
|
|
18284
|
+
* @param {MarketingType} [marketingType]
|
|
18302
18285
|
* @param {string} [hospitalId]
|
|
18303
18286
|
* @param {Date} [created]
|
|
18304
18287
|
* @param {string} [languageCode]
|
|
@@ -18310,7 +18293,7 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
18310
18293
|
* @param {*} [options] Override http request option.
|
|
18311
18294
|
* @throws {RequiredError}
|
|
18312
18295
|
*/
|
|
18313
|
-
apiV2SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesSimpleModel>>;
|
|
18296
|
+
apiV2SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SpecialtiesSimpleModel>>;
|
|
18314
18297
|
/**
|
|
18315
18298
|
*
|
|
18316
18299
|
* @param {string} slug
|
|
@@ -18364,6 +18347,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
18364
18347
|
* @param {string} [name]
|
|
18365
18348
|
* @param {string} [description]
|
|
18366
18349
|
* @param {string} [specialtyTypeId]
|
|
18350
|
+
* @param {MarketingType} [marketingType]
|
|
18367
18351
|
* @param {string} [hospitalId]
|
|
18368
18352
|
* @param {Date} [created]
|
|
18369
18353
|
* @param {string} [languageCode]
|
|
@@ -18375,7 +18359,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
18375
18359
|
* @param {*} [options] Override http request option.
|
|
18376
18360
|
* @throws {RequiredError}
|
|
18377
18361
|
*/
|
|
18378
|
-
apiV2SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesModel>;
|
|
18362
|
+
apiV2SpecialtiesGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesModel>;
|
|
18379
18363
|
/**
|
|
18380
18364
|
*
|
|
18381
18365
|
* @summary Get all Specialties Simple.
|
|
@@ -18383,6 +18367,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
18383
18367
|
* @param {string} [name]
|
|
18384
18368
|
* @param {string} [description]
|
|
18385
18369
|
* @param {string} [specialtyTypeId]
|
|
18370
|
+
* @param {MarketingType} [marketingType]
|
|
18386
18371
|
* @param {string} [hospitalId]
|
|
18387
18372
|
* @param {Date} [created]
|
|
18388
18373
|
* @param {string} [languageCode]
|
|
@@ -18394,7 +18379,7 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
18394
18379
|
* @param {*} [options] Override http request option.
|
|
18395
18380
|
* @throws {RequiredError}
|
|
18396
18381
|
*/
|
|
18397
|
-
apiV2SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesSimpleModel>;
|
|
18382
|
+
apiV2SpecialtiesSimpleGet(id?: string | undefined, name?: string | undefined, description?: string | undefined, specialtyTypeId?: string | undefined, marketingType?: MarketingType | undefined, hospitalId?: string | undefined, created?: Date | undefined, languageCode?: string | undefined, ids?: string[] | undefined, returnDefaultValue?: boolean | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<SpecialtiesSimpleModel>;
|
|
18398
18383
|
/**
|
|
18399
18384
|
*
|
|
18400
18385
|
* @param {string} slug
|
|
@@ -18450,6 +18435,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
18450
18435
|
* @param {string} [name]
|
|
18451
18436
|
* @param {string} [description]
|
|
18452
18437
|
* @param {string} [specialtyTypeId]
|
|
18438
|
+
* @param {MarketingType} [marketingType]
|
|
18453
18439
|
* @param {string} [hospitalId]
|
|
18454
18440
|
* @param {Date} [created]
|
|
18455
18441
|
* @param {string} [languageCode]
|
|
@@ -18462,7 +18448,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
18462
18448
|
* @throws {RequiredError}
|
|
18463
18449
|
* @memberof SpecialtiesApi
|
|
18464
18450
|
*/
|
|
18465
|
-
apiV2SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel, any>>;
|
|
18451
|
+
apiV2SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesModel, any>>;
|
|
18466
18452
|
/**
|
|
18467
18453
|
*
|
|
18468
18454
|
* @summary Get all Specialties Simple.
|
|
@@ -18470,6 +18456,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
18470
18456
|
* @param {string} [name]
|
|
18471
18457
|
* @param {string} [description]
|
|
18472
18458
|
* @param {string} [specialtyTypeId]
|
|
18459
|
+
* @param {MarketingType} [marketingType]
|
|
18473
18460
|
* @param {string} [hospitalId]
|
|
18474
18461
|
* @param {Date} [created]
|
|
18475
18462
|
* @param {string} [languageCode]
|
|
@@ -18482,7 +18469,7 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
18482
18469
|
* @throws {RequiredError}
|
|
18483
18470
|
* @memberof SpecialtiesApi
|
|
18484
18471
|
*/
|
|
18485
|
-
apiV2SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesSimpleModel, any>>;
|
|
18472
|
+
apiV2SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialtiesSimpleModel, any>>;
|
|
18486
18473
|
/**
|
|
18487
18474
|
*
|
|
18488
18475
|
* @param {string} slug
|