ch-admin-api-client-typescript 5.88.27 → 5.88.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/lib/api/badge-categories-api.d.ts +384 -0
  2. package/lib/api/badge-categories-api.d.ts.map +1 -0
  3. package/lib/api/badge-categories-api.js +718 -0
  4. package/lib/api/badges-api.d.ts +557 -0
  5. package/lib/api/badges-api.d.ts.map +1 -0
  6. package/lib/api/badges-api.js +950 -0
  7. package/lib/api/dev-supports-api.d.ts +120 -0
  8. package/lib/api/dev-supports-api.d.ts.map +1 -1
  9. package/lib/api/dev-supports-api.js +198 -0
  10. package/lib/api/platform-interpretation-languages-api.d.ts +375 -0
  11. package/lib/api/platform-interpretation-languages-api.d.ts.map +1 -0
  12. package/lib/api/platform-interpretation-languages-api.js +712 -0
  13. package/lib/api.d.ts +3 -0
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +3 -0
  16. package/lib/models/badge-categories-model.d.ts +33 -0
  17. package/lib/models/badge-categories-model.d.ts.map +1 -0
  18. package/lib/models/badge-categories-model.js +15 -0
  19. package/lib/models/badge-category-item-model.d.ts +44 -0
  20. package/lib/models/badge-category-item-model.d.ts.map +1 -0
  21. package/lib/models/badge-category-item-model.js +15 -0
  22. package/lib/models/badge-category-model.d.ts +44 -0
  23. package/lib/models/badge-category-model.d.ts.map +1 -0
  24. package/lib/models/badge-category-model.js +15 -0
  25. package/lib/models/badge-item-model.d.ts +110 -0
  26. package/lib/models/badge-item-model.d.ts.map +1 -0
  27. package/lib/models/badge-item-model.js +15 -0
  28. package/lib/models/badge-model.d.ts +123 -0
  29. package/lib/models/badge-model.d.ts.map +1 -0
  30. package/lib/models/badge-model.js +15 -0
  31. package/lib/models/badges-model.d.ts +33 -0
  32. package/lib/models/badges-model.d.ts.map +1 -0
  33. package/lib/models/badges-model.js +15 -0
  34. package/lib/models/country-simple-item-model.d.ts +6 -0
  35. package/lib/models/country-simple-item-model.d.ts.map +1 -1
  36. package/lib/models/create-badge-category-command.d.ts +31 -0
  37. package/lib/models/create-badge-category-command.d.ts.map +1 -0
  38. package/lib/models/create-badge-category-command.js +15 -0
  39. package/lib/models/create-badge-command.d.ts +115 -0
  40. package/lib/models/create-badge-command.d.ts.map +1 -0
  41. package/lib/models/create-badge-command.js +15 -0
  42. package/lib/models/create-platform-interpretation-language-command.d.ts +37 -0
  43. package/lib/models/create-platform-interpretation-language-command.d.ts.map +1 -0
  44. package/lib/models/create-platform-interpretation-language-command.js +15 -0
  45. package/lib/models/index.d.ts +15 -0
  46. package/lib/models/index.d.ts.map +1 -1
  47. package/lib/models/index.js +15 -0
  48. package/lib/models/platform-interpretation-language-item-model.d.ts +56 -0
  49. package/lib/models/platform-interpretation-language-item-model.d.ts.map +1 -0
  50. package/lib/models/platform-interpretation-language-item-model.js +15 -0
  51. package/lib/models/platform-interpretation-language-model.d.ts +56 -0
  52. package/lib/models/platform-interpretation-language-model.d.ts.map +1 -0
  53. package/lib/models/platform-interpretation-language-model.js +15 -0
  54. package/lib/models/platform-interpretation-languages-model.d.ts +33 -0
  55. package/lib/models/platform-interpretation-languages-model.d.ts.map +1 -0
  56. package/lib/models/platform-interpretation-languages-model.js +15 -0
  57. package/lib/models/update-badge-category-command.d.ts +31 -0
  58. package/lib/models/update-badge-category-command.d.ts.map +1 -0
  59. package/lib/models/update-badge-category-command.js +15 -0
  60. package/lib/models/update-badge-command.d.ts +121 -0
  61. package/lib/models/update-badge-command.d.ts.map +1 -0
  62. package/lib/models/update-badge-command.js +15 -0
  63. package/lib/models/update-platform-interpretation-language-command.d.ts +31 -0
  64. package/lib/models/update-platform-interpretation-language-command.d.ts.map +1 -0
  65. package/lib/models/update-platform-interpretation-language-command.js +15 -0
  66. package/package.json +1 -1
@@ -0,0 +1,384 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import { Configuration } from '../configuration';
14
+ import { RequestArgs, BaseAPI } from '../base';
15
+ import { BadgeCategoriesModel } from '../models';
16
+ import { BadgeCategoryModel } from '../models';
17
+ import { CreateBadgeCategoryCommand } from '../models';
18
+ import { UpdateBadgeCategoryCommand } from '../models';
19
+ /**
20
+ * BadgeCategoriesApi - axios parameter creator
21
+ * @export
22
+ */
23
+ export declare const BadgeCategoriesApiAxiosParamCreator: (configuration?: Configuration) => {
24
+ /**
25
+ *
26
+ * @summary Delete badge category (Auth policies: RequireContentManagerRole)
27
+ * @param {string} badgeCategoryId
28
+ * @param {boolean} [isPermanent]
29
+ * @param {*} [options] Override http request option.
30
+ * @throws {RequiredError}
31
+ */
32
+ apiV1BadgecategoriesBadgeCategoryIdDelete: (badgeCategoryId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
+ /**
34
+ *
35
+ * @summary Get badge category (Auth policies: RequireContentManagerRole)
36
+ * @param {string} badgeCategoryId
37
+ * @param {*} [options] Override http request option.
38
+ * @throws {RequiredError}
39
+ */
40
+ apiV1BadgecategoriesBadgeCategoryIdGet: (badgeCategoryId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
+ /**
42
+ *
43
+ * @summary Update badge category (Auth policies: RequireContentManagerRole)
44
+ * @param {string} badgeCategoryId
45
+ * @param {UpdateBadgeCategoryCommand} [updateBadgeCategoryCommand]
46
+ * @param {*} [options] Override http request option.
47
+ * @throws {RequiredError}
48
+ */
49
+ apiV1BadgecategoriesBadgeCategoryIdPut: (badgeCategoryId: string, updateBadgeCategoryCommand?: UpdateBadgeCategoryCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
+ /**
51
+ *
52
+ * @summary Reactivate badge category (Auth policies: RequireContentManagerRole)
53
+ * @param {string} badgeCategoryId
54
+ * @param {*} [options] Override http request option.
55
+ * @throws {RequiredError}
56
+ */
57
+ apiV1BadgecategoriesBadgeCategoryIdReactivatePut: (badgeCategoryId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
58
+ /**
59
+ *
60
+ * @summary Get badge categories (Auth policies: RequireContentManagerRole)
61
+ * @param {boolean} [showHidden]
62
+ * @param {string} [id]
63
+ * @param {string} [name]
64
+ * @param {number} [page]
65
+ * @param {number} [limit]
66
+ * @param {Date} [lastRetrieved]
67
+ * @param {*} [options] Override http request option.
68
+ * @throws {RequiredError}
69
+ */
70
+ apiV1BadgecategoriesGet: (showHidden?: boolean, id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
71
+ /**
72
+ *
73
+ * @summary Create badge category (Auth policies: RequireContentManagerRole)
74
+ * @param {CreateBadgeCategoryCommand} [createBadgeCategoryCommand]
75
+ * @param {*} [options] Override http request option.
76
+ * @throws {RequiredError}
77
+ */
78
+ apiV1BadgecategoriesPost: (createBadgeCategoryCommand?: CreateBadgeCategoryCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
79
+ };
80
+ /**
81
+ * BadgeCategoriesApi - functional programming interface
82
+ * @export
83
+ */
84
+ export declare const BadgeCategoriesApiFp: (configuration?: Configuration) => {
85
+ /**
86
+ *
87
+ * @summary Delete badge category (Auth policies: RequireContentManagerRole)
88
+ * @param {string} badgeCategoryId
89
+ * @param {boolean} [isPermanent]
90
+ * @param {*} [options] Override http request option.
91
+ * @throws {RequiredError}
92
+ */
93
+ apiV1BadgecategoriesBadgeCategoryIdDelete(badgeCategoryId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
94
+ /**
95
+ *
96
+ * @summary Get badge category (Auth policies: RequireContentManagerRole)
97
+ * @param {string} badgeCategoryId
98
+ * @param {*} [options] Override http request option.
99
+ * @throws {RequiredError}
100
+ */
101
+ apiV1BadgecategoriesBadgeCategoryIdGet(badgeCategoryId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BadgeCategoryModel>>;
102
+ /**
103
+ *
104
+ * @summary Update badge category (Auth policies: RequireContentManagerRole)
105
+ * @param {string} badgeCategoryId
106
+ * @param {UpdateBadgeCategoryCommand} [updateBadgeCategoryCommand]
107
+ * @param {*} [options] Override http request option.
108
+ * @throws {RequiredError}
109
+ */
110
+ apiV1BadgecategoriesBadgeCategoryIdPut(badgeCategoryId: string, updateBadgeCategoryCommand?: UpdateBadgeCategoryCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BadgeCategoryModel>>;
111
+ /**
112
+ *
113
+ * @summary Reactivate badge category (Auth policies: RequireContentManagerRole)
114
+ * @param {string} badgeCategoryId
115
+ * @param {*} [options] Override http request option.
116
+ * @throws {RequiredError}
117
+ */
118
+ apiV1BadgecategoriesBadgeCategoryIdReactivatePut(badgeCategoryId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
119
+ /**
120
+ *
121
+ * @summary Get badge categories (Auth policies: RequireContentManagerRole)
122
+ * @param {boolean} [showHidden]
123
+ * @param {string} [id]
124
+ * @param {string} [name]
125
+ * @param {number} [page]
126
+ * @param {number} [limit]
127
+ * @param {Date} [lastRetrieved]
128
+ * @param {*} [options] Override http request option.
129
+ * @throws {RequiredError}
130
+ */
131
+ apiV1BadgecategoriesGet(showHidden?: boolean, id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BadgeCategoriesModel>>;
132
+ /**
133
+ *
134
+ * @summary Create badge category (Auth policies: RequireContentManagerRole)
135
+ * @param {CreateBadgeCategoryCommand} [createBadgeCategoryCommand]
136
+ * @param {*} [options] Override http request option.
137
+ * @throws {RequiredError}
138
+ */
139
+ apiV1BadgecategoriesPost(createBadgeCategoryCommand?: CreateBadgeCategoryCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BadgeCategoryModel>>;
140
+ };
141
+ /**
142
+ * BadgeCategoriesApi - factory interface
143
+ * @export
144
+ */
145
+ export declare const BadgeCategoriesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
146
+ /**
147
+ *
148
+ * @summary Delete badge category (Auth policies: RequireContentManagerRole)
149
+ * @param {string} badgeCategoryId
150
+ * @param {boolean} [isPermanent]
151
+ * @param {*} [options] Override http request option.
152
+ * @throws {RequiredError}
153
+ */
154
+ apiV1BadgecategoriesBadgeCategoryIdDelete(badgeCategoryId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
155
+ /**
156
+ *
157
+ * @summary Get badge category (Auth policies: RequireContentManagerRole)
158
+ * @param {string} badgeCategoryId
159
+ * @param {*} [options] Override http request option.
160
+ * @throws {RequiredError}
161
+ */
162
+ apiV1BadgecategoriesBadgeCategoryIdGet(badgeCategoryId: string, options?: any): AxiosPromise<BadgeCategoryModel>;
163
+ /**
164
+ *
165
+ * @summary Update badge category (Auth policies: RequireContentManagerRole)
166
+ * @param {string} badgeCategoryId
167
+ * @param {UpdateBadgeCategoryCommand} [updateBadgeCategoryCommand]
168
+ * @param {*} [options] Override http request option.
169
+ * @throws {RequiredError}
170
+ */
171
+ apiV1BadgecategoriesBadgeCategoryIdPut(badgeCategoryId: string, updateBadgeCategoryCommand?: UpdateBadgeCategoryCommand, options?: any): AxiosPromise<BadgeCategoryModel>;
172
+ /**
173
+ *
174
+ * @summary Reactivate badge category (Auth policies: RequireContentManagerRole)
175
+ * @param {string} badgeCategoryId
176
+ * @param {*} [options] Override http request option.
177
+ * @throws {RequiredError}
178
+ */
179
+ apiV1BadgecategoriesBadgeCategoryIdReactivatePut(badgeCategoryId: string, options?: any): AxiosPromise<boolean>;
180
+ /**
181
+ *
182
+ * @summary Get badge categories (Auth policies: RequireContentManagerRole)
183
+ * @param {boolean} [showHidden]
184
+ * @param {string} [id]
185
+ * @param {string} [name]
186
+ * @param {number} [page]
187
+ * @param {number} [limit]
188
+ * @param {Date} [lastRetrieved]
189
+ * @param {*} [options] Override http request option.
190
+ * @throws {RequiredError}
191
+ */
192
+ apiV1BadgecategoriesGet(showHidden?: boolean, id?: string, name?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<BadgeCategoriesModel>;
193
+ /**
194
+ *
195
+ * @summary Create badge category (Auth policies: RequireContentManagerRole)
196
+ * @param {CreateBadgeCategoryCommand} [createBadgeCategoryCommand]
197
+ * @param {*} [options] Override http request option.
198
+ * @throws {RequiredError}
199
+ */
200
+ apiV1BadgecategoriesPost(createBadgeCategoryCommand?: CreateBadgeCategoryCommand, options?: any): AxiosPromise<BadgeCategoryModel>;
201
+ };
202
+ /**
203
+ * Request parameters for apiV1BadgecategoriesBadgeCategoryIdDelete operation in BadgeCategoriesApi.
204
+ * @export
205
+ * @interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdDeleteRequest
206
+ */
207
+ export interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdDeleteRequest {
208
+ /**
209
+ *
210
+ * @type {string}
211
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdDelete
212
+ */
213
+ readonly badgeCategoryId: string;
214
+ /**
215
+ *
216
+ * @type {boolean}
217
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdDelete
218
+ */
219
+ readonly isPermanent?: boolean;
220
+ }
221
+ /**
222
+ * Request parameters for apiV1BadgecategoriesBadgeCategoryIdGet operation in BadgeCategoriesApi.
223
+ * @export
224
+ * @interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdGetRequest
225
+ */
226
+ export interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdGetRequest {
227
+ /**
228
+ *
229
+ * @type {string}
230
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdGet
231
+ */
232
+ readonly badgeCategoryId: string;
233
+ }
234
+ /**
235
+ * Request parameters for apiV1BadgecategoriesBadgeCategoryIdPut operation in BadgeCategoriesApi.
236
+ * @export
237
+ * @interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdPutRequest
238
+ */
239
+ export interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdPutRequest {
240
+ /**
241
+ *
242
+ * @type {string}
243
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdPut
244
+ */
245
+ readonly badgeCategoryId: string;
246
+ /**
247
+ *
248
+ * @type {UpdateBadgeCategoryCommand}
249
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdPut
250
+ */
251
+ readonly updateBadgeCategoryCommand?: UpdateBadgeCategoryCommand;
252
+ }
253
+ /**
254
+ * Request parameters for apiV1BadgecategoriesBadgeCategoryIdReactivatePut operation in BadgeCategoriesApi.
255
+ * @export
256
+ * @interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdReactivatePutRequest
257
+ */
258
+ export interface BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdReactivatePutRequest {
259
+ /**
260
+ *
261
+ * @type {string}
262
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdReactivatePut
263
+ */
264
+ readonly badgeCategoryId: string;
265
+ }
266
+ /**
267
+ * Request parameters for apiV1BadgecategoriesGet operation in BadgeCategoriesApi.
268
+ * @export
269
+ * @interface BadgeCategoriesApiApiV1BadgecategoriesGetRequest
270
+ */
271
+ export interface BadgeCategoriesApiApiV1BadgecategoriesGetRequest {
272
+ /**
273
+ *
274
+ * @type {boolean}
275
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesGet
276
+ */
277
+ readonly showHidden?: boolean;
278
+ /**
279
+ *
280
+ * @type {string}
281
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesGet
282
+ */
283
+ readonly id?: string;
284
+ /**
285
+ *
286
+ * @type {string}
287
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesGet
288
+ */
289
+ readonly name?: string;
290
+ /**
291
+ *
292
+ * @type {number}
293
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesGet
294
+ */
295
+ readonly page?: number;
296
+ /**
297
+ *
298
+ * @type {number}
299
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesGet
300
+ */
301
+ readonly limit?: number;
302
+ /**
303
+ *
304
+ * @type {Date}
305
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesGet
306
+ */
307
+ readonly lastRetrieved?: Date;
308
+ }
309
+ /**
310
+ * Request parameters for apiV1BadgecategoriesPost operation in BadgeCategoriesApi.
311
+ * @export
312
+ * @interface BadgeCategoriesApiApiV1BadgecategoriesPostRequest
313
+ */
314
+ export interface BadgeCategoriesApiApiV1BadgecategoriesPostRequest {
315
+ /**
316
+ *
317
+ * @type {CreateBadgeCategoryCommand}
318
+ * @memberof BadgeCategoriesApiApiV1BadgecategoriesPost
319
+ */
320
+ readonly createBadgeCategoryCommand?: CreateBadgeCategoryCommand;
321
+ }
322
+ /**
323
+ * BadgeCategoriesApi - object-oriented interface
324
+ * @export
325
+ * @class BadgeCategoriesApi
326
+ * @extends {BaseAPI}
327
+ */
328
+ export declare class BadgeCategoriesApi extends BaseAPI {
329
+ /**
330
+ *
331
+ * @summary Delete badge category (Auth policies: RequireContentManagerRole)
332
+ * @param {BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdDeleteRequest} requestParameters Request parameters.
333
+ * @param {*} [options] Override http request option.
334
+ * @throws {RequiredError}
335
+ * @memberof BadgeCategoriesApi
336
+ */
337
+ apiV1BadgecategoriesBadgeCategoryIdDelete(requestParameters: BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
338
+ /**
339
+ *
340
+ * @summary Get badge category (Auth policies: RequireContentManagerRole)
341
+ * @param {BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdGetRequest} requestParameters Request parameters.
342
+ * @param {*} [options] Override http request option.
343
+ * @throws {RequiredError}
344
+ * @memberof BadgeCategoriesApi
345
+ */
346
+ apiV1BadgecategoriesBadgeCategoryIdGet(requestParameters: BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BadgeCategoryModel, any>>;
347
+ /**
348
+ *
349
+ * @summary Update badge category (Auth policies: RequireContentManagerRole)
350
+ * @param {BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdPutRequest} requestParameters Request parameters.
351
+ * @param {*} [options] Override http request option.
352
+ * @throws {RequiredError}
353
+ * @memberof BadgeCategoriesApi
354
+ */
355
+ apiV1BadgecategoriesBadgeCategoryIdPut(requestParameters: BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BadgeCategoryModel, any>>;
356
+ /**
357
+ *
358
+ * @summary Reactivate badge category (Auth policies: RequireContentManagerRole)
359
+ * @param {BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdReactivatePutRequest} requestParameters Request parameters.
360
+ * @param {*} [options] Override http request option.
361
+ * @throws {RequiredError}
362
+ * @memberof BadgeCategoriesApi
363
+ */
364
+ apiV1BadgecategoriesBadgeCategoryIdReactivatePut(requestParameters: BadgeCategoriesApiApiV1BadgecategoriesBadgeCategoryIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
365
+ /**
366
+ *
367
+ * @summary Get badge categories (Auth policies: RequireContentManagerRole)
368
+ * @param {BadgeCategoriesApiApiV1BadgecategoriesGetRequest} requestParameters Request parameters.
369
+ * @param {*} [options] Override http request option.
370
+ * @throws {RequiredError}
371
+ * @memberof BadgeCategoriesApi
372
+ */
373
+ apiV1BadgecategoriesGet(requestParameters?: BadgeCategoriesApiApiV1BadgecategoriesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BadgeCategoriesModel, any>>;
374
+ /**
375
+ *
376
+ * @summary Create badge category (Auth policies: RequireContentManagerRole)
377
+ * @param {BadgeCategoriesApiApiV1BadgecategoriesPostRequest} requestParameters Request parameters.
378
+ * @param {*} [options] Override http request option.
379
+ * @throws {RequiredError}
380
+ * @memberof BadgeCategoriesApi
381
+ */
382
+ apiV1BadgecategoriesPost(requestParameters?: BadgeCategoriesApiApiV1BadgecategoriesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BadgeCategoryModel, any>>;
383
+ }
384
+ //# sourceMappingURL=badge-categories-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge-categories-api.d.ts","sourceRoot":"","sources":["../../src/api/badge-categories-api.ts"],"names":[],"mappings":"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"}