ch-admin-api-client-typescript 5.75.3 → 5.76.19

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 (115) hide show
  1. package/lib/api/ai-prompts-api.d.ts +441 -0
  2. package/lib/api/ai-prompts-api.d.ts.map +1 -0
  3. package/lib/api/ai-prompts-api.js +812 -0
  4. package/lib/api/general-articles-api.d.ts +1910 -0
  5. package/lib/api/general-articles-api.d.ts.map +1 -0
  6. package/lib/api/general-articles-api.js +2946 -0
  7. package/lib/api.d.ts +2 -0
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +2 -0
  10. package/lib/models/ai-chat-model.d.ts +4 -2
  11. package/lib/models/ai-chat-model.d.ts.map +1 -1
  12. package/lib/models/ai-chat-model.js +4 -2
  13. package/lib/models/ai-prompt-argument-input-model.d.ts +31 -0
  14. package/lib/models/ai-prompt-argument-input-model.d.ts.map +1 -0
  15. package/lib/models/ai-prompt-argument-input-model.js +15 -0
  16. package/lib/models/ai-prompt-argument-model.d.ts +63 -0
  17. package/lib/models/ai-prompt-argument-model.d.ts.map +1 -0
  18. package/lib/models/ai-prompt-argument-model.js +15 -0
  19. package/lib/models/ai-prompt-argument-option-model.d.ts +31 -0
  20. package/lib/models/ai-prompt-argument-option-model.d.ts.map +1 -0
  21. package/lib/models/ai-prompt-argument-option-model.js +15 -0
  22. package/lib/models/ai-prompt-argument-type.d.ts +25 -0
  23. package/lib/models/ai-prompt-argument-type.d.ts.map +1 -0
  24. package/lib/models/ai-prompt-argument-type.js +28 -0
  25. package/lib/models/ai-prompt-execution-result-model.d.ts +38 -0
  26. package/lib/models/ai-prompt-execution-result-model.d.ts.map +1 -0
  27. package/lib/models/ai-prompt-execution-result-model.js +15 -0
  28. package/lib/models/ai-prompt-model.d.ts +50 -0
  29. package/lib/models/ai-prompt-model.d.ts.map +1 -0
  30. package/lib/models/ai-prompt-model.js +15 -0
  31. package/lib/models/ai-prompt-with-content-model.d.ts +56 -0
  32. package/lib/models/ai-prompt-with-content-model.d.ts.map +1 -0
  33. package/lib/models/ai-prompt-with-content-model.js +15 -0
  34. package/lib/models/ai-prompts-model.d.ts +33 -0
  35. package/lib/models/ai-prompts-model.d.ts.map +1 -0
  36. package/lib/models/ai-prompts-model.js +15 -0
  37. package/lib/models/article-contributor-item-model.d.ts +3 -3
  38. package/lib/models/article-contributor-item-model.d.ts.map +1 -1
  39. package/lib/models/article-contributor-model.d.ts +3 -3
  40. package/lib/models/article-contributor-model.d.ts.map +1 -1
  41. package/lib/models/create-ai-prompt-command.d.ts +50 -0
  42. package/lib/models/create-ai-prompt-command.d.ts.map +1 -0
  43. package/lib/models/create-ai-prompt-command.js +15 -0
  44. package/lib/models/create-general-article-command.d.ts +125 -0
  45. package/lib/models/create-general-article-command.d.ts.map +1 -0
  46. package/lib/models/create-general-article-command.js +15 -0
  47. package/lib/models/create-general-article-contributor-command.d.ts +44 -0
  48. package/lib/models/create-general-article-contributor-command.d.ts.map +1 -0
  49. package/lib/models/create-general-article-contributor-command.js +15 -0
  50. package/lib/models/create-general-article-media-command.d.ts +50 -0
  51. package/lib/models/create-general-article-media-command.d.ts.map +1 -0
  52. package/lib/models/create-general-article-media-command.js +15 -0
  53. package/lib/models/create-general-article-source-command.d.ts +37 -0
  54. package/lib/models/create-general-article-source-command.d.ts.map +1 -0
  55. package/lib/models/create-general-article-source-command.js +15 -0
  56. package/lib/models/create-general-article-tag-command.d.ts +31 -0
  57. package/lib/models/create-general-article-tag-command.d.ts.map +1 -0
  58. package/lib/models/create-general-article-tag-command.js +15 -0
  59. package/lib/models/execute-ai-prompt-command.d.ts +33 -0
  60. package/lib/models/execute-ai-prompt-command.d.ts.map +1 -0
  61. package/lib/models/execute-ai-prompt-command.js +15 -0
  62. package/lib/models/general-article-contributor-item-model.d.ts +99 -0
  63. package/lib/models/general-article-contributor-item-model.d.ts.map +1 -0
  64. package/lib/models/general-article-contributor-item-model.js +15 -0
  65. package/lib/models/general-article-contributor-model.d.ts +124 -0
  66. package/lib/models/general-article-contributor-model.d.ts.map +1 -0
  67. package/lib/models/general-article-contributor-model.js +15 -0
  68. package/lib/models/general-article-contributors-model.d.ts +33 -0
  69. package/lib/models/general-article-contributors-model.d.ts.map +1 -0
  70. package/lib/models/general-article-contributors-model.js +15 -0
  71. package/lib/models/general-article-item-model.d.ts +156 -0
  72. package/lib/models/general-article-item-model.d.ts.map +1 -0
  73. package/lib/models/general-article-item-model.js +15 -0
  74. package/lib/models/general-article-model.d.ts +186 -0
  75. package/lib/models/general-article-model.d.ts.map +1 -0
  76. package/lib/models/general-article-model.js +15 -0
  77. package/lib/models/general-article-sources-model.d.ts +33 -0
  78. package/lib/models/general-article-sources-model.d.ts.map +1 -0
  79. package/lib/models/general-article-sources-model.js +15 -0
  80. package/lib/models/general-article-tag-item-model.d.ts +31 -0
  81. package/lib/models/general-article-tag-item-model.d.ts.map +1 -0
  82. package/lib/models/general-article-tag-item-model.js +15 -0
  83. package/lib/models/general-article-tags-model.d.ts +33 -0
  84. package/lib/models/general-article-tags-model.d.ts.map +1 -0
  85. package/lib/models/general-article-tags-model.js +15 -0
  86. package/lib/models/general-articles-model.d.ts +33 -0
  87. package/lib/models/general-articles-model.d.ts.map +1 -0
  88. package/lib/models/general-articles-model.js +15 -0
  89. package/lib/models/index.d.ts +31 -0
  90. package/lib/models/index.d.ts.map +1 -1
  91. package/lib/models/index.js +31 -0
  92. package/lib/models/notification-model.d.ts +6 -0
  93. package/lib/models/notification-model.d.ts.map +1 -1
  94. package/lib/models/translate-general-article-command.d.ts +43 -0
  95. package/lib/models/translate-general-article-command.d.ts.map +1 -0
  96. package/lib/models/translate-general-article-command.js +15 -0
  97. package/lib/models/update-ai-prompt-command.d.ts +56 -0
  98. package/lib/models/update-ai-prompt-command.d.ts.map +1 -0
  99. package/lib/models/update-ai-prompt-command.js +15 -0
  100. package/lib/models/update-general-article-command.d.ts +137 -0
  101. package/lib/models/update-general-article-command.d.ts.map +1 -0
  102. package/lib/models/update-general-article-command.js +15 -0
  103. package/lib/models/update-general-article-contributor-command.d.ts +44 -0
  104. package/lib/models/update-general-article-contributor-command.d.ts.map +1 -0
  105. package/lib/models/update-general-article-contributor-command.js +15 -0
  106. package/lib/models/update-general-article-media-command.d.ts +50 -0
  107. package/lib/models/update-general-article-media-command.d.ts.map +1 -0
  108. package/lib/models/update-general-article-media-command.js +15 -0
  109. package/lib/models/update-general-article-source-command.d.ts +37 -0
  110. package/lib/models/update-general-article-source-command.d.ts.map +1 -0
  111. package/lib/models/update-general-article-source-command.js +15 -0
  112. package/lib/models/update-general-article-tag-command.d.ts +25 -0
  113. package/lib/models/update-general-article-tag-command.d.ts.map +1 -0
  114. package/lib/models/update-general-article-tag-command.js +15 -0
  115. package/package.json +1 -1
@@ -0,0 +1,1910 @@
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 { ArticleStatus } from '../models';
16
+ import { ArticleType } from '../models';
17
+ import { ContributionType } from '../models';
18
+ import { CreateGeneralArticleCommand } from '../models';
19
+ import { CreateGeneralArticleContributorCommand } from '../models';
20
+ import { CreateGeneralArticleMediaCommand } from '../models';
21
+ import { CreateGeneralArticleSourceCommand } from '../models';
22
+ import { CreateGeneralArticleTagCommand } from '../models';
23
+ import { GeneralArticleContributorModel } from '../models';
24
+ import { GeneralArticleContributorsModel } from '../models';
25
+ import { GeneralArticleModel } from '../models';
26
+ import { GeneralArticleSourcesModel } from '../models';
27
+ import { GeneralArticleTagsModel } from '../models';
28
+ import { GeneralArticlesModel } from '../models';
29
+ import { MediaModel } from '../models';
30
+ import { MediaType } from '../models';
31
+ import { MediasModel } from '../models';
32
+ import { SourceModel } from '../models';
33
+ import { TranslateGeneralArticleCommand } from '../models';
34
+ import { UpdateGeneralArticleCommand } from '../models';
35
+ import { UpdateGeneralArticleContributorCommand } from '../models';
36
+ import { UpdateGeneralArticleMediaCommand } from '../models';
37
+ import { UpdateGeneralArticleSourceCommand } from '../models';
38
+ import { UpdateGeneralArticleTagCommand } from '../models';
39
+ /**
40
+ * GeneralArticlesApi - axios parameter creator
41
+ * @export
42
+ */
43
+ export declare const GeneralArticlesApiAxiosParamCreator: (configuration?: Configuration) => {
44
+ /**
45
+ *
46
+ * @summary Delete GeneralArticleContributor (Auth policies: RequireContentManagerRole)
47
+ * @param {string} generalArticleId
48
+ * @param {string} contributorId
49
+ * @param {*} [options] Override http request option.
50
+ * @throws {RequiredError}
51
+ */
52
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete: (generalArticleId: string, contributorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
+ /**
54
+ *
55
+ * @summary Get GeneralArticleContributor (Auth policies: RequireContentManagerRole)
56
+ * @param {string} generalArticleId
57
+ * @param {string} contributorId
58
+ * @param {string} [languageCode]
59
+ * @param {*} [options] Override http request option.
60
+ * @throws {RequiredError}
61
+ */
62
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet: (generalArticleId: string, contributorId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
63
+ /**
64
+ *
65
+ * @summary Create GeneralArticleContributor (Auth policies: RequireContentManagerRole)
66
+ * @param {string} generalArticleId
67
+ * @param {string} contributorId
68
+ * @param {CreateGeneralArticleContributorCommand} [createGeneralArticleContributorCommand]
69
+ * @param {*} [options] Override http request option.
70
+ * @throws {RequiredError}
71
+ */
72
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost: (generalArticleId: string, contributorId: string, createGeneralArticleContributorCommand?: CreateGeneralArticleContributorCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
73
+ /**
74
+ *
75
+ * @summary Update GeneralArticleContributor (Auth policies: RequireContentManagerRole)
76
+ * @param {string} generalArticleId
77
+ * @param {string} contributorId
78
+ * @param {UpdateGeneralArticleContributorCommand} [updateGeneralArticleContributorCommand]
79
+ * @param {*} [options] Override http request option.
80
+ * @throws {RequiredError}
81
+ */
82
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut: (generalArticleId: string, contributorId: string, updateGeneralArticleContributorCommand?: UpdateGeneralArticleContributorCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
83
+ /**
84
+ *
85
+ * @summary Get GeneralArticleContributors (Auth policies: RequireContentManagerRole)
86
+ * @param {string} generalArticleId
87
+ * @param {string} [languageCode]
88
+ * @param {string} [contributorId]
89
+ * @param {string} [contributorName]
90
+ * @param {string} [email]
91
+ * @param {string} [website]
92
+ * @param {ContributionType} [contributionType]
93
+ * @param {boolean} [showHidden]
94
+ * @param {number} [page]
95
+ * @param {number} [limit]
96
+ * @param {Date} [lastRetrieved]
97
+ * @param {*} [options] Override http request option.
98
+ * @throws {RequiredError}
99
+ */
100
+ apiV1GeneralarticlesGeneralArticleIdContributorsGet: (generalArticleId: string, languageCode?: string, contributorId?: string, contributorName?: string, email?: string, website?: string, contributionType?: ContributionType, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
101
+ /**
102
+ *
103
+ * @summary Delete generalArticle (Auth policies: RequireContentManagerRole)
104
+ * @param {string} generalArticleId
105
+ * @param {boolean} [isPermanent]
106
+ * @param {*} [options] Override http request option.
107
+ * @throws {RequiredError}
108
+ */
109
+ apiV1GeneralarticlesGeneralArticleIdDelete: (generalArticleId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
110
+ /**
111
+ *
112
+ * @summary Get generalArticle by id (Auth policies: RequireContentManagerRole)
113
+ * @param {string} generalArticleId
114
+ * @param {string} [languageCode]
115
+ * @param {*} [options] Override http request option.
116
+ * @throws {RequiredError}
117
+ */
118
+ apiV1GeneralarticlesGeneralArticleIdGet: (generalArticleId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
119
+ /**
120
+ *
121
+ * @summary Get generalArticleMedias (Auth policies: RequireContentManagerRole)
122
+ * @param {string} generalArticleId
123
+ * @param {string} [id]
124
+ * @param {MediaType} [mediaType]
125
+ * @param {number} [page]
126
+ * @param {number} [limit]
127
+ * @param {Date} [lastRetrieved]
128
+ * @param {*} [options] Override http request option.
129
+ * @throws {RequiredError}
130
+ */
131
+ apiV1GeneralarticlesGeneralArticleIdMediasGet: (generalArticleId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
132
+ /**
133
+ *
134
+ * @summary Delete generalArticleMedia (Auth policies: RequireContentManagerRole)
135
+ * @param {string} generalArticleId
136
+ * @param {string} mediaId
137
+ * @param {*} [options] Override http request option.
138
+ * @throws {RequiredError}
139
+ */
140
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete: (generalArticleId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
141
+ /**
142
+ *
143
+ * @summary Get generalArticleMedia (Auth policies: RequireContentManagerRole)
144
+ * @param {string} generalArticleId
145
+ * @param {string} mediaId
146
+ * @param {*} [options] Override http request option.
147
+ * @throws {RequiredError}
148
+ */
149
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet: (generalArticleId: string, mediaId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
150
+ /**
151
+ *
152
+ * @summary Update generalArticleMedia (Auth policies: RequireContentManagerRole)
153
+ * @param {string} generalArticleId
154
+ * @param {string} mediaId
155
+ * @param {UpdateGeneralArticleMediaCommand} [updateGeneralArticleMediaCommand]
156
+ * @param {*} [options] Override http request option.
157
+ * @throws {RequiredError}
158
+ */
159
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut: (generalArticleId: string, mediaId: string, updateGeneralArticleMediaCommand?: UpdateGeneralArticleMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
160
+ /**
161
+ *
162
+ * @summary Create generalArticleMedia (Auth policies: RequireContentManagerRole)
163
+ * @param {string} generalArticleId
164
+ * @param {CreateGeneralArticleMediaCommand} [createGeneralArticleMediaCommand]
165
+ * @param {*} [options] Override http request option.
166
+ * @throws {RequiredError}
167
+ */
168
+ apiV1GeneralarticlesGeneralArticleIdMediasPost: (generalArticleId: string, createGeneralArticleMediaCommand?: CreateGeneralArticleMediaCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
169
+ /**
170
+ *
171
+ * @summary Update generalArticle (Auth policies: RequireContentManagerRole)
172
+ * @param {string} generalArticleId
173
+ * @param {UpdateGeneralArticleCommand} [updateGeneralArticleCommand]
174
+ * @param {*} [options] Override http request option.
175
+ * @throws {RequiredError}
176
+ */
177
+ apiV1GeneralarticlesGeneralArticleIdPut: (generalArticleId: string, updateGeneralArticleCommand?: UpdateGeneralArticleCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
178
+ /**
179
+ *
180
+ * @summary Reactivate generalArticle (Auth policies: RequireContentManagerRole)
181
+ * @param {string} generalArticleId
182
+ * @param {*} [options] Override http request option.
183
+ * @throws {RequiredError}
184
+ */
185
+ apiV1GeneralarticlesGeneralArticleIdReactivatePut: (generalArticleId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
186
+ /**
187
+ *
188
+ * @summary Get generalArticleSources (Auth policies: RequireContentManagerRole)
189
+ * @param {string} generalArticleId
190
+ * @param {number} [page]
191
+ * @param {number} [limit]
192
+ * @param {Date} [lastRetrieved]
193
+ * @param {*} [options] Override http request option.
194
+ * @throws {RequiredError}
195
+ */
196
+ apiV1GeneralarticlesGeneralArticleIdSourcesGet: (generalArticleId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
197
+ /**
198
+ *
199
+ * @summary Create generalArticleSource (Auth policies: RequireContentManagerRole)
200
+ * @param {string} generalArticleId
201
+ * @param {CreateGeneralArticleSourceCommand} [createGeneralArticleSourceCommand]
202
+ * @param {*} [options] Override http request option.
203
+ * @throws {RequiredError}
204
+ */
205
+ apiV1GeneralarticlesGeneralArticleIdSourcesPost: (generalArticleId: string, createGeneralArticleSourceCommand?: CreateGeneralArticleSourceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
206
+ /**
207
+ *
208
+ * @summary Delete generalArticleSource (Auth policies: RequireContentManagerRole)
209
+ * @param {string} generalArticleId
210
+ * @param {string} sourceId
211
+ * @param {*} [options] Override http request option.
212
+ * @throws {RequiredError}
213
+ */
214
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete: (generalArticleId: string, sourceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
215
+ /**
216
+ *
217
+ * @summary Get GeneralArticleSource (Auth policies: RequireContentManagerRole)
218
+ * @param {string} generalArticleId
219
+ * @param {string} sourceId
220
+ * @param {*} [options] Override http request option.
221
+ * @throws {RequiredError}
222
+ */
223
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet: (generalArticleId: string, sourceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
224
+ /**
225
+ *
226
+ * @summary Update generalArticleSource (Auth policies: RequireContentManagerRole)
227
+ * @param {string} generalArticleId
228
+ * @param {string} sourceId
229
+ * @param {UpdateGeneralArticleSourceCommand} [updateGeneralArticleSourceCommand]
230
+ * @param {*} [options] Override http request option.
231
+ * @throws {RequiredError}
232
+ */
233
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut: (generalArticleId: string, sourceId: string, updateGeneralArticleSourceCommand?: UpdateGeneralArticleSourceCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
234
+ /**
235
+ *
236
+ * @summary Get generalArticleTags (Auth policies: RequireContentManagerRole)
237
+ * @param {string} generalArticleId
238
+ * @param {string} [tagId]
239
+ * @param {number} [page]
240
+ * @param {number} [limit]
241
+ * @param {Date} [lastRetrieved]
242
+ * @param {*} [options] Override http request option.
243
+ * @throws {RequiredError}
244
+ */
245
+ apiV1GeneralarticlesGeneralArticleIdTagsGet: (generalArticleId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
246
+ /**
247
+ *
248
+ * @summary Create generalArticleTag (Auth policies: RequireContentManagerRole)
249
+ * @param {string} generalArticleId
250
+ * @param {CreateGeneralArticleTagCommand} [createGeneralArticleTagCommand]
251
+ * @param {*} [options] Override http request option.
252
+ * @throws {RequiredError}
253
+ */
254
+ apiV1GeneralarticlesGeneralArticleIdTagsPost: (generalArticleId: string, createGeneralArticleTagCommand?: CreateGeneralArticleTagCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
255
+ /**
256
+ *
257
+ * @summary Delete generalArticleTag (Auth policies: RequireContentManagerRole)
258
+ * @param {string} generalArticleId
259
+ * @param {string} tagId
260
+ * @param {*} [options] Override http request option.
261
+ * @throws {RequiredError}
262
+ */
263
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete: (generalArticleId: string, tagId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
264
+ /**
265
+ *
266
+ * @summary Get generalArticleTag (Auth policies: RequireContentManagerRole)
267
+ * @param {string} generalArticleId
268
+ * @param {string} tagId
269
+ * @param {*} [options] Override http request option.
270
+ * @throws {RequiredError}
271
+ */
272
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdGet: (generalArticleId: string, tagId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
273
+ /**
274
+ *
275
+ * @summary Update generalArticleTag (Auth policies: RequireContentManagerRole)
276
+ * @param {string} generalArticleId
277
+ * @param {string} tagId
278
+ * @param {UpdateGeneralArticleTagCommand} [updateGeneralArticleTagCommand]
279
+ * @param {*} [options] Override http request option.
280
+ * @throws {RequiredError}
281
+ */
282
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdPut: (generalArticleId: string, tagId: string, updateGeneralArticleTagCommand?: UpdateGeneralArticleTagCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
283
+ /**
284
+ *
285
+ * @summary Translate generalArticle (Auth policies: RequireContentManagerRole)
286
+ * @param {string} generalArticleId
287
+ * @param {TranslateGeneralArticleCommand} [translateGeneralArticleCommand]
288
+ * @param {*} [options] Override http request option.
289
+ * @throws {RequiredError}
290
+ */
291
+ apiV1GeneralarticlesGeneralArticleIdTranslatePost: (generalArticleId: string, translateGeneralArticleCommand?: TranslateGeneralArticleCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
292
+ /**
293
+ *
294
+ * @summary Get all generalArticles (Auth policies: RequireContentManagerRole)
295
+ * @param {string} [id]
296
+ * @param {string} [name]
297
+ * @param {string} [description]
298
+ * @param {ArticleType} [articleType]
299
+ * @param {ArticleStatus} [status]
300
+ * @param {string} [userId]
301
+ * @param {string} [userName]
302
+ * @param {string} [hospitalId]
303
+ * @param {string} [hospitalName]
304
+ * @param {string} [countryId]
305
+ * @param {string} [tag]
306
+ * @param {string} [exceptArticleId]
307
+ * @param {string} [exceptHospitalId]
308
+ * @param {string} [contributorId]
309
+ * @param {string} [articleCategoryId]
310
+ * @param {string} [languageCode]
311
+ * @param {boolean} [showHidden]
312
+ * @param {number} [page]
313
+ * @param {number} [limit]
314
+ * @param {Date} [lastRetrieved]
315
+ * @param {*} [options] Override http request option.
316
+ * @throws {RequiredError}
317
+ */
318
+ apiV1GeneralarticlesGet: (id?: string, name?: string, description?: string, articleType?: ArticleType, status?: ArticleStatus, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, articleCategoryId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
319
+ /**
320
+ *
321
+ * @summary Create generalArticle (Auth policies: RequireContentManagerRole)
322
+ * @param {CreateGeneralArticleCommand} [createGeneralArticleCommand]
323
+ * @param {*} [options] Override http request option.
324
+ * @throws {RequiredError}
325
+ */
326
+ apiV1GeneralarticlesPost: (createGeneralArticleCommand?: CreateGeneralArticleCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
327
+ };
328
+ /**
329
+ * GeneralArticlesApi - functional programming interface
330
+ * @export
331
+ */
332
+ export declare const GeneralArticlesApiFp: (configuration?: Configuration) => {
333
+ /**
334
+ *
335
+ * @summary Delete GeneralArticleContributor (Auth policies: RequireContentManagerRole)
336
+ * @param {string} generalArticleId
337
+ * @param {string} contributorId
338
+ * @param {*} [options] Override http request option.
339
+ * @throws {RequiredError}
340
+ */
341
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete(generalArticleId: string, contributorId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
342
+ /**
343
+ *
344
+ * @summary Get GeneralArticleContributor (Auth policies: RequireContentManagerRole)
345
+ * @param {string} generalArticleId
346
+ * @param {string} contributorId
347
+ * @param {string} [languageCode]
348
+ * @param {*} [options] Override http request option.
349
+ * @throws {RequiredError}
350
+ */
351
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet(generalArticleId: string, contributorId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleContributorModel>>;
352
+ /**
353
+ *
354
+ * @summary Create GeneralArticleContributor (Auth policies: RequireContentManagerRole)
355
+ * @param {string} generalArticleId
356
+ * @param {string} contributorId
357
+ * @param {CreateGeneralArticleContributorCommand} [createGeneralArticleContributorCommand]
358
+ * @param {*} [options] Override http request option.
359
+ * @throws {RequiredError}
360
+ */
361
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost(generalArticleId: string, contributorId: string, createGeneralArticleContributorCommand?: CreateGeneralArticleContributorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleContributorModel>>;
362
+ /**
363
+ *
364
+ * @summary Update GeneralArticleContributor (Auth policies: RequireContentManagerRole)
365
+ * @param {string} generalArticleId
366
+ * @param {string} contributorId
367
+ * @param {UpdateGeneralArticleContributorCommand} [updateGeneralArticleContributorCommand]
368
+ * @param {*} [options] Override http request option.
369
+ * @throws {RequiredError}
370
+ */
371
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut(generalArticleId: string, contributorId: string, updateGeneralArticleContributorCommand?: UpdateGeneralArticleContributorCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleContributorModel>>;
372
+ /**
373
+ *
374
+ * @summary Get GeneralArticleContributors (Auth policies: RequireContentManagerRole)
375
+ * @param {string} generalArticleId
376
+ * @param {string} [languageCode]
377
+ * @param {string} [contributorId]
378
+ * @param {string} [contributorName]
379
+ * @param {string} [email]
380
+ * @param {string} [website]
381
+ * @param {ContributionType} [contributionType]
382
+ * @param {boolean} [showHidden]
383
+ * @param {number} [page]
384
+ * @param {number} [limit]
385
+ * @param {Date} [lastRetrieved]
386
+ * @param {*} [options] Override http request option.
387
+ * @throws {RequiredError}
388
+ */
389
+ apiV1GeneralarticlesGeneralArticleIdContributorsGet(generalArticleId: string, languageCode?: string, contributorId?: string, contributorName?: string, email?: string, website?: string, contributionType?: ContributionType, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleContributorsModel>>;
390
+ /**
391
+ *
392
+ * @summary Delete generalArticle (Auth policies: RequireContentManagerRole)
393
+ * @param {string} generalArticleId
394
+ * @param {boolean} [isPermanent]
395
+ * @param {*} [options] Override http request option.
396
+ * @throws {RequiredError}
397
+ */
398
+ apiV1GeneralarticlesGeneralArticleIdDelete(generalArticleId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
399
+ /**
400
+ *
401
+ * @summary Get generalArticle by id (Auth policies: RequireContentManagerRole)
402
+ * @param {string} generalArticleId
403
+ * @param {string} [languageCode]
404
+ * @param {*} [options] Override http request option.
405
+ * @throws {RequiredError}
406
+ */
407
+ apiV1GeneralarticlesGeneralArticleIdGet(generalArticleId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
408
+ /**
409
+ *
410
+ * @summary Get generalArticleMedias (Auth policies: RequireContentManagerRole)
411
+ * @param {string} generalArticleId
412
+ * @param {string} [id]
413
+ * @param {MediaType} [mediaType]
414
+ * @param {number} [page]
415
+ * @param {number} [limit]
416
+ * @param {Date} [lastRetrieved]
417
+ * @param {*} [options] Override http request option.
418
+ * @throws {RequiredError}
419
+ */
420
+ apiV1GeneralarticlesGeneralArticleIdMediasGet(generalArticleId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediasModel>>;
421
+ /**
422
+ *
423
+ * @summary Delete generalArticleMedia (Auth policies: RequireContentManagerRole)
424
+ * @param {string} generalArticleId
425
+ * @param {string} mediaId
426
+ * @param {*} [options] Override http request option.
427
+ * @throws {RequiredError}
428
+ */
429
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete(generalArticleId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
430
+ /**
431
+ *
432
+ * @summary Get generalArticleMedia (Auth policies: RequireContentManagerRole)
433
+ * @param {string} generalArticleId
434
+ * @param {string} mediaId
435
+ * @param {*} [options] Override http request option.
436
+ * @throws {RequiredError}
437
+ */
438
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet(generalArticleId: string, mediaId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
439
+ /**
440
+ *
441
+ * @summary Update generalArticleMedia (Auth policies: RequireContentManagerRole)
442
+ * @param {string} generalArticleId
443
+ * @param {string} mediaId
444
+ * @param {UpdateGeneralArticleMediaCommand} [updateGeneralArticleMediaCommand]
445
+ * @param {*} [options] Override http request option.
446
+ * @throws {RequiredError}
447
+ */
448
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut(generalArticleId: string, mediaId: string, updateGeneralArticleMediaCommand?: UpdateGeneralArticleMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
449
+ /**
450
+ *
451
+ * @summary Create generalArticleMedia (Auth policies: RequireContentManagerRole)
452
+ * @param {string} generalArticleId
453
+ * @param {CreateGeneralArticleMediaCommand} [createGeneralArticleMediaCommand]
454
+ * @param {*} [options] Override http request option.
455
+ * @throws {RequiredError}
456
+ */
457
+ apiV1GeneralarticlesGeneralArticleIdMediasPost(generalArticleId: string, createGeneralArticleMediaCommand?: CreateGeneralArticleMediaCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MediaModel>>;
458
+ /**
459
+ *
460
+ * @summary Update generalArticle (Auth policies: RequireContentManagerRole)
461
+ * @param {string} generalArticleId
462
+ * @param {UpdateGeneralArticleCommand} [updateGeneralArticleCommand]
463
+ * @param {*} [options] Override http request option.
464
+ * @throws {RequiredError}
465
+ */
466
+ apiV1GeneralarticlesGeneralArticleIdPut(generalArticleId: string, updateGeneralArticleCommand?: UpdateGeneralArticleCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
467
+ /**
468
+ *
469
+ * @summary Reactivate generalArticle (Auth policies: RequireContentManagerRole)
470
+ * @param {string} generalArticleId
471
+ * @param {*} [options] Override http request option.
472
+ * @throws {RequiredError}
473
+ */
474
+ apiV1GeneralarticlesGeneralArticleIdReactivatePut(generalArticleId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
475
+ /**
476
+ *
477
+ * @summary Get generalArticleSources (Auth policies: RequireContentManagerRole)
478
+ * @param {string} generalArticleId
479
+ * @param {number} [page]
480
+ * @param {number} [limit]
481
+ * @param {Date} [lastRetrieved]
482
+ * @param {*} [options] Override http request option.
483
+ * @throws {RequiredError}
484
+ */
485
+ apiV1GeneralarticlesGeneralArticleIdSourcesGet(generalArticleId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleSourcesModel>>;
486
+ /**
487
+ *
488
+ * @summary Create generalArticleSource (Auth policies: RequireContentManagerRole)
489
+ * @param {string} generalArticleId
490
+ * @param {CreateGeneralArticleSourceCommand} [createGeneralArticleSourceCommand]
491
+ * @param {*} [options] Override http request option.
492
+ * @throws {RequiredError}
493
+ */
494
+ apiV1GeneralarticlesGeneralArticleIdSourcesPost(generalArticleId: string, createGeneralArticleSourceCommand?: CreateGeneralArticleSourceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceModel>>;
495
+ /**
496
+ *
497
+ * @summary Delete generalArticleSource (Auth policies: RequireContentManagerRole)
498
+ * @param {string} generalArticleId
499
+ * @param {string} sourceId
500
+ * @param {*} [options] Override http request option.
501
+ * @throws {RequiredError}
502
+ */
503
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete(generalArticleId: string, sourceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
504
+ /**
505
+ *
506
+ * @summary Get GeneralArticleSource (Auth policies: RequireContentManagerRole)
507
+ * @param {string} generalArticleId
508
+ * @param {string} sourceId
509
+ * @param {*} [options] Override http request option.
510
+ * @throws {RequiredError}
511
+ */
512
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet(generalArticleId: string, sourceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceModel>>;
513
+ /**
514
+ *
515
+ * @summary Update generalArticleSource (Auth policies: RequireContentManagerRole)
516
+ * @param {string} generalArticleId
517
+ * @param {string} sourceId
518
+ * @param {UpdateGeneralArticleSourceCommand} [updateGeneralArticleSourceCommand]
519
+ * @param {*} [options] Override http request option.
520
+ * @throws {RequiredError}
521
+ */
522
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut(generalArticleId: string, sourceId: string, updateGeneralArticleSourceCommand?: UpdateGeneralArticleSourceCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceModel>>;
523
+ /**
524
+ *
525
+ * @summary Get generalArticleTags (Auth policies: RequireContentManagerRole)
526
+ * @param {string} generalArticleId
527
+ * @param {string} [tagId]
528
+ * @param {number} [page]
529
+ * @param {number} [limit]
530
+ * @param {Date} [lastRetrieved]
531
+ * @param {*} [options] Override http request option.
532
+ * @throws {RequiredError}
533
+ */
534
+ apiV1GeneralarticlesGeneralArticleIdTagsGet(generalArticleId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleTagsModel>>;
535
+ /**
536
+ *
537
+ * @summary Create generalArticleTag (Auth policies: RequireContentManagerRole)
538
+ * @param {string} generalArticleId
539
+ * @param {CreateGeneralArticleTagCommand} [createGeneralArticleTagCommand]
540
+ * @param {*} [options] Override http request option.
541
+ * @throws {RequiredError}
542
+ */
543
+ apiV1GeneralarticlesGeneralArticleIdTagsPost(generalArticleId: string, createGeneralArticleTagCommand?: CreateGeneralArticleTagCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleTagsModel>>;
544
+ /**
545
+ *
546
+ * @summary Delete generalArticleTag (Auth policies: RequireContentManagerRole)
547
+ * @param {string} generalArticleId
548
+ * @param {string} tagId
549
+ * @param {*} [options] Override http request option.
550
+ * @throws {RequiredError}
551
+ */
552
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete(generalArticleId: string, tagId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleTagsModel>>;
553
+ /**
554
+ *
555
+ * @summary Get generalArticleTag (Auth policies: RequireContentManagerRole)
556
+ * @param {string} generalArticleId
557
+ * @param {string} tagId
558
+ * @param {*} [options] Override http request option.
559
+ * @throws {RequiredError}
560
+ */
561
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdGet(generalArticleId: string, tagId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleTagsModel>>;
562
+ /**
563
+ *
564
+ * @summary Update generalArticleTag (Auth policies: RequireContentManagerRole)
565
+ * @param {string} generalArticleId
566
+ * @param {string} tagId
567
+ * @param {UpdateGeneralArticleTagCommand} [updateGeneralArticleTagCommand]
568
+ * @param {*} [options] Override http request option.
569
+ * @throws {RequiredError}
570
+ */
571
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdPut(generalArticleId: string, tagId: string, updateGeneralArticleTagCommand?: UpdateGeneralArticleTagCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleTagsModel>>;
572
+ /**
573
+ *
574
+ * @summary Translate generalArticle (Auth policies: RequireContentManagerRole)
575
+ * @param {string} generalArticleId
576
+ * @param {TranslateGeneralArticleCommand} [translateGeneralArticleCommand]
577
+ * @param {*} [options] Override http request option.
578
+ * @throws {RequiredError}
579
+ */
580
+ apiV1GeneralarticlesGeneralArticleIdTranslatePost(generalArticleId: string, translateGeneralArticleCommand?: TranslateGeneralArticleCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
581
+ /**
582
+ *
583
+ * @summary Get all generalArticles (Auth policies: RequireContentManagerRole)
584
+ * @param {string} [id]
585
+ * @param {string} [name]
586
+ * @param {string} [description]
587
+ * @param {ArticleType} [articleType]
588
+ * @param {ArticleStatus} [status]
589
+ * @param {string} [userId]
590
+ * @param {string} [userName]
591
+ * @param {string} [hospitalId]
592
+ * @param {string} [hospitalName]
593
+ * @param {string} [countryId]
594
+ * @param {string} [tag]
595
+ * @param {string} [exceptArticleId]
596
+ * @param {string} [exceptHospitalId]
597
+ * @param {string} [contributorId]
598
+ * @param {string} [articleCategoryId]
599
+ * @param {string} [languageCode]
600
+ * @param {boolean} [showHidden]
601
+ * @param {number} [page]
602
+ * @param {number} [limit]
603
+ * @param {Date} [lastRetrieved]
604
+ * @param {*} [options] Override http request option.
605
+ * @throws {RequiredError}
606
+ */
607
+ apiV1GeneralarticlesGet(id?: string, name?: string, description?: string, articleType?: ArticleType, status?: ArticleStatus, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, articleCategoryId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticlesModel>>;
608
+ /**
609
+ *
610
+ * @summary Create generalArticle (Auth policies: RequireContentManagerRole)
611
+ * @param {CreateGeneralArticleCommand} [createGeneralArticleCommand]
612
+ * @param {*} [options] Override http request option.
613
+ * @throws {RequiredError}
614
+ */
615
+ apiV1GeneralarticlesPost(createGeneralArticleCommand?: CreateGeneralArticleCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneralArticleModel>>;
616
+ };
617
+ /**
618
+ * GeneralArticlesApi - factory interface
619
+ * @export
620
+ */
621
+ export declare const GeneralArticlesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
622
+ /**
623
+ *
624
+ * @summary Delete GeneralArticleContributor (Auth policies: RequireContentManagerRole)
625
+ * @param {string} generalArticleId
626
+ * @param {string} contributorId
627
+ * @param {*} [options] Override http request option.
628
+ * @throws {RequiredError}
629
+ */
630
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete(generalArticleId: string, contributorId: string, options?: any): AxiosPromise<boolean>;
631
+ /**
632
+ *
633
+ * @summary Get GeneralArticleContributor (Auth policies: RequireContentManagerRole)
634
+ * @param {string} generalArticleId
635
+ * @param {string} contributorId
636
+ * @param {string} [languageCode]
637
+ * @param {*} [options] Override http request option.
638
+ * @throws {RequiredError}
639
+ */
640
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet(generalArticleId: string, contributorId: string, languageCode?: string, options?: any): AxiosPromise<GeneralArticleContributorModel>;
641
+ /**
642
+ *
643
+ * @summary Create GeneralArticleContributor (Auth policies: RequireContentManagerRole)
644
+ * @param {string} generalArticleId
645
+ * @param {string} contributorId
646
+ * @param {CreateGeneralArticleContributorCommand} [createGeneralArticleContributorCommand]
647
+ * @param {*} [options] Override http request option.
648
+ * @throws {RequiredError}
649
+ */
650
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost(generalArticleId: string, contributorId: string, createGeneralArticleContributorCommand?: CreateGeneralArticleContributorCommand, options?: any): AxiosPromise<GeneralArticleContributorModel>;
651
+ /**
652
+ *
653
+ * @summary Update GeneralArticleContributor (Auth policies: RequireContentManagerRole)
654
+ * @param {string} generalArticleId
655
+ * @param {string} contributorId
656
+ * @param {UpdateGeneralArticleContributorCommand} [updateGeneralArticleContributorCommand]
657
+ * @param {*} [options] Override http request option.
658
+ * @throws {RequiredError}
659
+ */
660
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut(generalArticleId: string, contributorId: string, updateGeneralArticleContributorCommand?: UpdateGeneralArticleContributorCommand, options?: any): AxiosPromise<GeneralArticleContributorModel>;
661
+ /**
662
+ *
663
+ * @summary Get GeneralArticleContributors (Auth policies: RequireContentManagerRole)
664
+ * @param {string} generalArticleId
665
+ * @param {string} [languageCode]
666
+ * @param {string} [contributorId]
667
+ * @param {string} [contributorName]
668
+ * @param {string} [email]
669
+ * @param {string} [website]
670
+ * @param {ContributionType} [contributionType]
671
+ * @param {boolean} [showHidden]
672
+ * @param {number} [page]
673
+ * @param {number} [limit]
674
+ * @param {Date} [lastRetrieved]
675
+ * @param {*} [options] Override http request option.
676
+ * @throws {RequiredError}
677
+ */
678
+ apiV1GeneralarticlesGeneralArticleIdContributorsGet(generalArticleId: string, languageCode?: string, contributorId?: string, contributorName?: string, email?: string, website?: string, contributionType?: ContributionType, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<GeneralArticleContributorsModel>;
679
+ /**
680
+ *
681
+ * @summary Delete generalArticle (Auth policies: RequireContentManagerRole)
682
+ * @param {string} generalArticleId
683
+ * @param {boolean} [isPermanent]
684
+ * @param {*} [options] Override http request option.
685
+ * @throws {RequiredError}
686
+ */
687
+ apiV1GeneralarticlesGeneralArticleIdDelete(generalArticleId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
688
+ /**
689
+ *
690
+ * @summary Get generalArticle by id (Auth policies: RequireContentManagerRole)
691
+ * @param {string} generalArticleId
692
+ * @param {string} [languageCode]
693
+ * @param {*} [options] Override http request option.
694
+ * @throws {RequiredError}
695
+ */
696
+ apiV1GeneralarticlesGeneralArticleIdGet(generalArticleId: string, languageCode?: string, options?: any): AxiosPromise<GeneralArticleModel>;
697
+ /**
698
+ *
699
+ * @summary Get generalArticleMedias (Auth policies: RequireContentManagerRole)
700
+ * @param {string} generalArticleId
701
+ * @param {string} [id]
702
+ * @param {MediaType} [mediaType]
703
+ * @param {number} [page]
704
+ * @param {number} [limit]
705
+ * @param {Date} [lastRetrieved]
706
+ * @param {*} [options] Override http request option.
707
+ * @throws {RequiredError}
708
+ */
709
+ apiV1GeneralarticlesGeneralArticleIdMediasGet(generalArticleId: string, id?: string, mediaType?: MediaType, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<MediasModel>;
710
+ /**
711
+ *
712
+ * @summary Delete generalArticleMedia (Auth policies: RequireContentManagerRole)
713
+ * @param {string} generalArticleId
714
+ * @param {string} mediaId
715
+ * @param {*} [options] Override http request option.
716
+ * @throws {RequiredError}
717
+ */
718
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete(generalArticleId: string, mediaId: string, options?: any): AxiosPromise<boolean>;
719
+ /**
720
+ *
721
+ * @summary Get generalArticleMedia (Auth policies: RequireContentManagerRole)
722
+ * @param {string} generalArticleId
723
+ * @param {string} mediaId
724
+ * @param {*} [options] Override http request option.
725
+ * @throws {RequiredError}
726
+ */
727
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet(generalArticleId: string, mediaId: string, options?: any): AxiosPromise<MediaModel>;
728
+ /**
729
+ *
730
+ * @summary Update generalArticleMedia (Auth policies: RequireContentManagerRole)
731
+ * @param {string} generalArticleId
732
+ * @param {string} mediaId
733
+ * @param {UpdateGeneralArticleMediaCommand} [updateGeneralArticleMediaCommand]
734
+ * @param {*} [options] Override http request option.
735
+ * @throws {RequiredError}
736
+ */
737
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut(generalArticleId: string, mediaId: string, updateGeneralArticleMediaCommand?: UpdateGeneralArticleMediaCommand, options?: any): AxiosPromise<MediaModel>;
738
+ /**
739
+ *
740
+ * @summary Create generalArticleMedia (Auth policies: RequireContentManagerRole)
741
+ * @param {string} generalArticleId
742
+ * @param {CreateGeneralArticleMediaCommand} [createGeneralArticleMediaCommand]
743
+ * @param {*} [options] Override http request option.
744
+ * @throws {RequiredError}
745
+ */
746
+ apiV1GeneralarticlesGeneralArticleIdMediasPost(generalArticleId: string, createGeneralArticleMediaCommand?: CreateGeneralArticleMediaCommand, options?: any): AxiosPromise<MediaModel>;
747
+ /**
748
+ *
749
+ * @summary Update generalArticle (Auth policies: RequireContentManagerRole)
750
+ * @param {string} generalArticleId
751
+ * @param {UpdateGeneralArticleCommand} [updateGeneralArticleCommand]
752
+ * @param {*} [options] Override http request option.
753
+ * @throws {RequiredError}
754
+ */
755
+ apiV1GeneralarticlesGeneralArticleIdPut(generalArticleId: string, updateGeneralArticleCommand?: UpdateGeneralArticleCommand, options?: any): AxiosPromise<GeneralArticleModel>;
756
+ /**
757
+ *
758
+ * @summary Reactivate generalArticle (Auth policies: RequireContentManagerRole)
759
+ * @param {string} generalArticleId
760
+ * @param {*} [options] Override http request option.
761
+ * @throws {RequiredError}
762
+ */
763
+ apiV1GeneralarticlesGeneralArticleIdReactivatePut(generalArticleId: string, options?: any): AxiosPromise<boolean>;
764
+ /**
765
+ *
766
+ * @summary Get generalArticleSources (Auth policies: RequireContentManagerRole)
767
+ * @param {string} generalArticleId
768
+ * @param {number} [page]
769
+ * @param {number} [limit]
770
+ * @param {Date} [lastRetrieved]
771
+ * @param {*} [options] Override http request option.
772
+ * @throws {RequiredError}
773
+ */
774
+ apiV1GeneralarticlesGeneralArticleIdSourcesGet(generalArticleId: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<GeneralArticleSourcesModel>;
775
+ /**
776
+ *
777
+ * @summary Create generalArticleSource (Auth policies: RequireContentManagerRole)
778
+ * @param {string} generalArticleId
779
+ * @param {CreateGeneralArticleSourceCommand} [createGeneralArticleSourceCommand]
780
+ * @param {*} [options] Override http request option.
781
+ * @throws {RequiredError}
782
+ */
783
+ apiV1GeneralarticlesGeneralArticleIdSourcesPost(generalArticleId: string, createGeneralArticleSourceCommand?: CreateGeneralArticleSourceCommand, options?: any): AxiosPromise<SourceModel>;
784
+ /**
785
+ *
786
+ * @summary Delete generalArticleSource (Auth policies: RequireContentManagerRole)
787
+ * @param {string} generalArticleId
788
+ * @param {string} sourceId
789
+ * @param {*} [options] Override http request option.
790
+ * @throws {RequiredError}
791
+ */
792
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete(generalArticleId: string, sourceId: string, options?: any): AxiosPromise<boolean>;
793
+ /**
794
+ *
795
+ * @summary Get GeneralArticleSource (Auth policies: RequireContentManagerRole)
796
+ * @param {string} generalArticleId
797
+ * @param {string} sourceId
798
+ * @param {*} [options] Override http request option.
799
+ * @throws {RequiredError}
800
+ */
801
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet(generalArticleId: string, sourceId: string, options?: any): AxiosPromise<SourceModel>;
802
+ /**
803
+ *
804
+ * @summary Update generalArticleSource (Auth policies: RequireContentManagerRole)
805
+ * @param {string} generalArticleId
806
+ * @param {string} sourceId
807
+ * @param {UpdateGeneralArticleSourceCommand} [updateGeneralArticleSourceCommand]
808
+ * @param {*} [options] Override http request option.
809
+ * @throws {RequiredError}
810
+ */
811
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut(generalArticleId: string, sourceId: string, updateGeneralArticleSourceCommand?: UpdateGeneralArticleSourceCommand, options?: any): AxiosPromise<SourceModel>;
812
+ /**
813
+ *
814
+ * @summary Get generalArticleTags (Auth policies: RequireContentManagerRole)
815
+ * @param {string} generalArticleId
816
+ * @param {string} [tagId]
817
+ * @param {number} [page]
818
+ * @param {number} [limit]
819
+ * @param {Date} [lastRetrieved]
820
+ * @param {*} [options] Override http request option.
821
+ * @throws {RequiredError}
822
+ */
823
+ apiV1GeneralarticlesGeneralArticleIdTagsGet(generalArticleId: string, tagId?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<GeneralArticleTagsModel>;
824
+ /**
825
+ *
826
+ * @summary Create generalArticleTag (Auth policies: RequireContentManagerRole)
827
+ * @param {string} generalArticleId
828
+ * @param {CreateGeneralArticleTagCommand} [createGeneralArticleTagCommand]
829
+ * @param {*} [options] Override http request option.
830
+ * @throws {RequiredError}
831
+ */
832
+ apiV1GeneralarticlesGeneralArticleIdTagsPost(generalArticleId: string, createGeneralArticleTagCommand?: CreateGeneralArticleTagCommand, options?: any): AxiosPromise<GeneralArticleTagsModel>;
833
+ /**
834
+ *
835
+ * @summary Delete generalArticleTag (Auth policies: RequireContentManagerRole)
836
+ * @param {string} generalArticleId
837
+ * @param {string} tagId
838
+ * @param {*} [options] Override http request option.
839
+ * @throws {RequiredError}
840
+ */
841
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete(generalArticleId: string, tagId: string, options?: any): AxiosPromise<GeneralArticleTagsModel>;
842
+ /**
843
+ *
844
+ * @summary Get generalArticleTag (Auth policies: RequireContentManagerRole)
845
+ * @param {string} generalArticleId
846
+ * @param {string} tagId
847
+ * @param {*} [options] Override http request option.
848
+ * @throws {RequiredError}
849
+ */
850
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdGet(generalArticleId: string, tagId: string, options?: any): AxiosPromise<GeneralArticleTagsModel>;
851
+ /**
852
+ *
853
+ * @summary Update generalArticleTag (Auth policies: RequireContentManagerRole)
854
+ * @param {string} generalArticleId
855
+ * @param {string} tagId
856
+ * @param {UpdateGeneralArticleTagCommand} [updateGeneralArticleTagCommand]
857
+ * @param {*} [options] Override http request option.
858
+ * @throws {RequiredError}
859
+ */
860
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdPut(generalArticleId: string, tagId: string, updateGeneralArticleTagCommand?: UpdateGeneralArticleTagCommand, options?: any): AxiosPromise<GeneralArticleTagsModel>;
861
+ /**
862
+ *
863
+ * @summary Translate generalArticle (Auth policies: RequireContentManagerRole)
864
+ * @param {string} generalArticleId
865
+ * @param {TranslateGeneralArticleCommand} [translateGeneralArticleCommand]
866
+ * @param {*} [options] Override http request option.
867
+ * @throws {RequiredError}
868
+ */
869
+ apiV1GeneralarticlesGeneralArticleIdTranslatePost(generalArticleId: string, translateGeneralArticleCommand?: TranslateGeneralArticleCommand, options?: any): AxiosPromise<boolean>;
870
+ /**
871
+ *
872
+ * @summary Get all generalArticles (Auth policies: RequireContentManagerRole)
873
+ * @param {string} [id]
874
+ * @param {string} [name]
875
+ * @param {string} [description]
876
+ * @param {ArticleType} [articleType]
877
+ * @param {ArticleStatus} [status]
878
+ * @param {string} [userId]
879
+ * @param {string} [userName]
880
+ * @param {string} [hospitalId]
881
+ * @param {string} [hospitalName]
882
+ * @param {string} [countryId]
883
+ * @param {string} [tag]
884
+ * @param {string} [exceptArticleId]
885
+ * @param {string} [exceptHospitalId]
886
+ * @param {string} [contributorId]
887
+ * @param {string} [articleCategoryId]
888
+ * @param {string} [languageCode]
889
+ * @param {boolean} [showHidden]
890
+ * @param {number} [page]
891
+ * @param {number} [limit]
892
+ * @param {Date} [lastRetrieved]
893
+ * @param {*} [options] Override http request option.
894
+ * @throws {RequiredError}
895
+ */
896
+ apiV1GeneralarticlesGet(id?: string, name?: string, description?: string, articleType?: ArticleType, status?: ArticleStatus, userId?: string, userName?: string, hospitalId?: string, hospitalName?: string, countryId?: string, tag?: string, exceptArticleId?: string, exceptHospitalId?: string, contributorId?: string, articleCategoryId?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<GeneralArticlesModel>;
897
+ /**
898
+ *
899
+ * @summary Create generalArticle (Auth policies: RequireContentManagerRole)
900
+ * @param {CreateGeneralArticleCommand} [createGeneralArticleCommand]
901
+ * @param {*} [options] Override http request option.
902
+ * @throws {RequiredError}
903
+ */
904
+ apiV1GeneralarticlesPost(createGeneralArticleCommand?: CreateGeneralArticleCommand, options?: any): AxiosPromise<GeneralArticleModel>;
905
+ };
906
+ /**
907
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete operation in GeneralArticlesApi.
908
+ * @export
909
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDeleteRequest
910
+ */
911
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDeleteRequest {
912
+ /**
913
+ *
914
+ * @type {string}
915
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete
916
+ */
917
+ readonly generalArticleId: string;
918
+ /**
919
+ *
920
+ * @type {string}
921
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete
922
+ */
923
+ readonly contributorId: string;
924
+ }
925
+ /**
926
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet operation in GeneralArticlesApi.
927
+ * @export
928
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGetRequest
929
+ */
930
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGetRequest {
931
+ /**
932
+ *
933
+ * @type {string}
934
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet
935
+ */
936
+ readonly generalArticleId: string;
937
+ /**
938
+ *
939
+ * @type {string}
940
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet
941
+ */
942
+ readonly contributorId: string;
943
+ /**
944
+ *
945
+ * @type {string}
946
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet
947
+ */
948
+ readonly languageCode?: string;
949
+ }
950
+ /**
951
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost operation in GeneralArticlesApi.
952
+ * @export
953
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPostRequest
954
+ */
955
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPostRequest {
956
+ /**
957
+ *
958
+ * @type {string}
959
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost
960
+ */
961
+ readonly generalArticleId: string;
962
+ /**
963
+ *
964
+ * @type {string}
965
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost
966
+ */
967
+ readonly contributorId: string;
968
+ /**
969
+ *
970
+ * @type {CreateGeneralArticleContributorCommand}
971
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost
972
+ */
973
+ readonly createGeneralArticleContributorCommand?: CreateGeneralArticleContributorCommand;
974
+ }
975
+ /**
976
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut operation in GeneralArticlesApi.
977
+ * @export
978
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPutRequest
979
+ */
980
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPutRequest {
981
+ /**
982
+ *
983
+ * @type {string}
984
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut
985
+ */
986
+ readonly generalArticleId: string;
987
+ /**
988
+ *
989
+ * @type {string}
990
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut
991
+ */
992
+ readonly contributorId: string;
993
+ /**
994
+ *
995
+ * @type {UpdateGeneralArticleContributorCommand}
996
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut
997
+ */
998
+ readonly updateGeneralArticleContributorCommand?: UpdateGeneralArticleContributorCommand;
999
+ }
1000
+ /**
1001
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdContributorsGet operation in GeneralArticlesApi.
1002
+ * @export
1003
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGetRequest
1004
+ */
1005
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGetRequest {
1006
+ /**
1007
+ *
1008
+ * @type {string}
1009
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1010
+ */
1011
+ readonly generalArticleId: string;
1012
+ /**
1013
+ *
1014
+ * @type {string}
1015
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1016
+ */
1017
+ readonly languageCode?: string;
1018
+ /**
1019
+ *
1020
+ * @type {string}
1021
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1022
+ */
1023
+ readonly contributorId?: string;
1024
+ /**
1025
+ *
1026
+ * @type {string}
1027
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1028
+ */
1029
+ readonly contributorName?: string;
1030
+ /**
1031
+ *
1032
+ * @type {string}
1033
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1034
+ */
1035
+ readonly email?: string;
1036
+ /**
1037
+ *
1038
+ * @type {string}
1039
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1040
+ */
1041
+ readonly website?: string;
1042
+ /**
1043
+ *
1044
+ * @type {ContributionType}
1045
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1046
+ */
1047
+ readonly contributionType?: ContributionType;
1048
+ /**
1049
+ *
1050
+ * @type {boolean}
1051
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1052
+ */
1053
+ readonly showHidden?: boolean;
1054
+ /**
1055
+ *
1056
+ * @type {number}
1057
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1058
+ */
1059
+ readonly page?: number;
1060
+ /**
1061
+ *
1062
+ * @type {number}
1063
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1064
+ */
1065
+ readonly limit?: number;
1066
+ /**
1067
+ *
1068
+ * @type {Date}
1069
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGet
1070
+ */
1071
+ readonly lastRetrieved?: Date;
1072
+ }
1073
+ /**
1074
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdDelete operation in GeneralArticlesApi.
1075
+ * @export
1076
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdDeleteRequest
1077
+ */
1078
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdDeleteRequest {
1079
+ /**
1080
+ *
1081
+ * @type {string}
1082
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdDelete
1083
+ */
1084
+ readonly generalArticleId: string;
1085
+ /**
1086
+ *
1087
+ * @type {boolean}
1088
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdDelete
1089
+ */
1090
+ readonly isPermanent?: boolean;
1091
+ }
1092
+ /**
1093
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdGet operation in GeneralArticlesApi.
1094
+ * @export
1095
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdGetRequest
1096
+ */
1097
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdGetRequest {
1098
+ /**
1099
+ *
1100
+ * @type {string}
1101
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdGet
1102
+ */
1103
+ readonly generalArticleId: string;
1104
+ /**
1105
+ *
1106
+ * @type {string}
1107
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdGet
1108
+ */
1109
+ readonly languageCode?: string;
1110
+ }
1111
+ /**
1112
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdMediasGet operation in GeneralArticlesApi.
1113
+ * @export
1114
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGetRequest
1115
+ */
1116
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGetRequest {
1117
+ /**
1118
+ *
1119
+ * @type {string}
1120
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGet
1121
+ */
1122
+ readonly generalArticleId: string;
1123
+ /**
1124
+ *
1125
+ * @type {string}
1126
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGet
1127
+ */
1128
+ readonly id?: string;
1129
+ /**
1130
+ *
1131
+ * @type {MediaType}
1132
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGet
1133
+ */
1134
+ readonly mediaType?: MediaType;
1135
+ /**
1136
+ *
1137
+ * @type {number}
1138
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGet
1139
+ */
1140
+ readonly page?: number;
1141
+ /**
1142
+ *
1143
+ * @type {number}
1144
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGet
1145
+ */
1146
+ readonly limit?: number;
1147
+ /**
1148
+ *
1149
+ * @type {Date}
1150
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGet
1151
+ */
1152
+ readonly lastRetrieved?: Date;
1153
+ }
1154
+ /**
1155
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete operation in GeneralArticlesApi.
1156
+ * @export
1157
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdDeleteRequest
1158
+ */
1159
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdDeleteRequest {
1160
+ /**
1161
+ *
1162
+ * @type {string}
1163
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete
1164
+ */
1165
+ readonly generalArticleId: string;
1166
+ /**
1167
+ *
1168
+ * @type {string}
1169
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete
1170
+ */
1171
+ readonly mediaId: string;
1172
+ }
1173
+ /**
1174
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet operation in GeneralArticlesApi.
1175
+ * @export
1176
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdGetRequest
1177
+ */
1178
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdGetRequest {
1179
+ /**
1180
+ *
1181
+ * @type {string}
1182
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet
1183
+ */
1184
+ readonly generalArticleId: string;
1185
+ /**
1186
+ *
1187
+ * @type {string}
1188
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet
1189
+ */
1190
+ readonly mediaId: string;
1191
+ }
1192
+ /**
1193
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut operation in GeneralArticlesApi.
1194
+ * @export
1195
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPutRequest
1196
+ */
1197
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPutRequest {
1198
+ /**
1199
+ *
1200
+ * @type {string}
1201
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut
1202
+ */
1203
+ readonly generalArticleId: string;
1204
+ /**
1205
+ *
1206
+ * @type {string}
1207
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut
1208
+ */
1209
+ readonly mediaId: string;
1210
+ /**
1211
+ *
1212
+ * @type {UpdateGeneralArticleMediaCommand}
1213
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut
1214
+ */
1215
+ readonly updateGeneralArticleMediaCommand?: UpdateGeneralArticleMediaCommand;
1216
+ }
1217
+ /**
1218
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdMediasPost operation in GeneralArticlesApi.
1219
+ * @export
1220
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasPostRequest
1221
+ */
1222
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasPostRequest {
1223
+ /**
1224
+ *
1225
+ * @type {string}
1226
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasPost
1227
+ */
1228
+ readonly generalArticleId: string;
1229
+ /**
1230
+ *
1231
+ * @type {CreateGeneralArticleMediaCommand}
1232
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasPost
1233
+ */
1234
+ readonly createGeneralArticleMediaCommand?: CreateGeneralArticleMediaCommand;
1235
+ }
1236
+ /**
1237
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdPut operation in GeneralArticlesApi.
1238
+ * @export
1239
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdPutRequest
1240
+ */
1241
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdPutRequest {
1242
+ /**
1243
+ *
1244
+ * @type {string}
1245
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdPut
1246
+ */
1247
+ readonly generalArticleId: string;
1248
+ /**
1249
+ *
1250
+ * @type {UpdateGeneralArticleCommand}
1251
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdPut
1252
+ */
1253
+ readonly updateGeneralArticleCommand?: UpdateGeneralArticleCommand;
1254
+ }
1255
+ /**
1256
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdReactivatePut operation in GeneralArticlesApi.
1257
+ * @export
1258
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdReactivatePutRequest
1259
+ */
1260
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdReactivatePutRequest {
1261
+ /**
1262
+ *
1263
+ * @type {string}
1264
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdReactivatePut
1265
+ */
1266
+ readonly generalArticleId: string;
1267
+ }
1268
+ /**
1269
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdSourcesGet operation in GeneralArticlesApi.
1270
+ * @export
1271
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGetRequest
1272
+ */
1273
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGetRequest {
1274
+ /**
1275
+ *
1276
+ * @type {string}
1277
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGet
1278
+ */
1279
+ readonly generalArticleId: string;
1280
+ /**
1281
+ *
1282
+ * @type {number}
1283
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGet
1284
+ */
1285
+ readonly page?: number;
1286
+ /**
1287
+ *
1288
+ * @type {number}
1289
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGet
1290
+ */
1291
+ readonly limit?: number;
1292
+ /**
1293
+ *
1294
+ * @type {Date}
1295
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGet
1296
+ */
1297
+ readonly lastRetrieved?: Date;
1298
+ }
1299
+ /**
1300
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdSourcesPost operation in GeneralArticlesApi.
1301
+ * @export
1302
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesPostRequest
1303
+ */
1304
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesPostRequest {
1305
+ /**
1306
+ *
1307
+ * @type {string}
1308
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesPost
1309
+ */
1310
+ readonly generalArticleId: string;
1311
+ /**
1312
+ *
1313
+ * @type {CreateGeneralArticleSourceCommand}
1314
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesPost
1315
+ */
1316
+ readonly createGeneralArticleSourceCommand?: CreateGeneralArticleSourceCommand;
1317
+ }
1318
+ /**
1319
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete operation in GeneralArticlesApi.
1320
+ * @export
1321
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDeleteRequest
1322
+ */
1323
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDeleteRequest {
1324
+ /**
1325
+ *
1326
+ * @type {string}
1327
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete
1328
+ */
1329
+ readonly generalArticleId: string;
1330
+ /**
1331
+ *
1332
+ * @type {string}
1333
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete
1334
+ */
1335
+ readonly sourceId: string;
1336
+ }
1337
+ /**
1338
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet operation in GeneralArticlesApi.
1339
+ * @export
1340
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGetRequest
1341
+ */
1342
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGetRequest {
1343
+ /**
1344
+ *
1345
+ * @type {string}
1346
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet
1347
+ */
1348
+ readonly generalArticleId: string;
1349
+ /**
1350
+ *
1351
+ * @type {string}
1352
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet
1353
+ */
1354
+ readonly sourceId: string;
1355
+ }
1356
+ /**
1357
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut operation in GeneralArticlesApi.
1358
+ * @export
1359
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPutRequest
1360
+ */
1361
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPutRequest {
1362
+ /**
1363
+ *
1364
+ * @type {string}
1365
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut
1366
+ */
1367
+ readonly generalArticleId: string;
1368
+ /**
1369
+ *
1370
+ * @type {string}
1371
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut
1372
+ */
1373
+ readonly sourceId: string;
1374
+ /**
1375
+ *
1376
+ * @type {UpdateGeneralArticleSourceCommand}
1377
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut
1378
+ */
1379
+ readonly updateGeneralArticleSourceCommand?: UpdateGeneralArticleSourceCommand;
1380
+ }
1381
+ /**
1382
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdTagsGet operation in GeneralArticlesApi.
1383
+ * @export
1384
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGetRequest
1385
+ */
1386
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGetRequest {
1387
+ /**
1388
+ *
1389
+ * @type {string}
1390
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGet
1391
+ */
1392
+ readonly generalArticleId: string;
1393
+ /**
1394
+ *
1395
+ * @type {string}
1396
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGet
1397
+ */
1398
+ readonly tagId?: string;
1399
+ /**
1400
+ *
1401
+ * @type {number}
1402
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGet
1403
+ */
1404
+ readonly page?: number;
1405
+ /**
1406
+ *
1407
+ * @type {number}
1408
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGet
1409
+ */
1410
+ readonly limit?: number;
1411
+ /**
1412
+ *
1413
+ * @type {Date}
1414
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGet
1415
+ */
1416
+ readonly lastRetrieved?: Date;
1417
+ }
1418
+ /**
1419
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdTagsPost operation in GeneralArticlesApi.
1420
+ * @export
1421
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsPostRequest
1422
+ */
1423
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsPostRequest {
1424
+ /**
1425
+ *
1426
+ * @type {string}
1427
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsPost
1428
+ */
1429
+ readonly generalArticleId: string;
1430
+ /**
1431
+ *
1432
+ * @type {CreateGeneralArticleTagCommand}
1433
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsPost
1434
+ */
1435
+ readonly createGeneralArticleTagCommand?: CreateGeneralArticleTagCommand;
1436
+ }
1437
+ /**
1438
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete operation in GeneralArticlesApi.
1439
+ * @export
1440
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdDeleteRequest
1441
+ */
1442
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdDeleteRequest {
1443
+ /**
1444
+ *
1445
+ * @type {string}
1446
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete
1447
+ */
1448
+ readonly generalArticleId: string;
1449
+ /**
1450
+ *
1451
+ * @type {string}
1452
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete
1453
+ */
1454
+ readonly tagId: string;
1455
+ }
1456
+ /**
1457
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdTagsTagIdGet operation in GeneralArticlesApi.
1458
+ * @export
1459
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdGetRequest
1460
+ */
1461
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdGetRequest {
1462
+ /**
1463
+ *
1464
+ * @type {string}
1465
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdGet
1466
+ */
1467
+ readonly generalArticleId: string;
1468
+ /**
1469
+ *
1470
+ * @type {string}
1471
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdGet
1472
+ */
1473
+ readonly tagId: string;
1474
+ }
1475
+ /**
1476
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdTagsTagIdPut operation in GeneralArticlesApi.
1477
+ * @export
1478
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPutRequest
1479
+ */
1480
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPutRequest {
1481
+ /**
1482
+ *
1483
+ * @type {string}
1484
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPut
1485
+ */
1486
+ readonly generalArticleId: string;
1487
+ /**
1488
+ *
1489
+ * @type {string}
1490
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPut
1491
+ */
1492
+ readonly tagId: string;
1493
+ /**
1494
+ *
1495
+ * @type {UpdateGeneralArticleTagCommand}
1496
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPut
1497
+ */
1498
+ readonly updateGeneralArticleTagCommand?: UpdateGeneralArticleTagCommand;
1499
+ }
1500
+ /**
1501
+ * Request parameters for apiV1GeneralarticlesGeneralArticleIdTranslatePost operation in GeneralArticlesApi.
1502
+ * @export
1503
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTranslatePostRequest
1504
+ */
1505
+ export interface GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTranslatePostRequest {
1506
+ /**
1507
+ *
1508
+ * @type {string}
1509
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTranslatePost
1510
+ */
1511
+ readonly generalArticleId: string;
1512
+ /**
1513
+ *
1514
+ * @type {TranslateGeneralArticleCommand}
1515
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTranslatePost
1516
+ */
1517
+ readonly translateGeneralArticleCommand?: TranslateGeneralArticleCommand;
1518
+ }
1519
+ /**
1520
+ * Request parameters for apiV1GeneralarticlesGet operation in GeneralArticlesApi.
1521
+ * @export
1522
+ * @interface GeneralArticlesApiApiV1GeneralarticlesGetRequest
1523
+ */
1524
+ export interface GeneralArticlesApiApiV1GeneralarticlesGetRequest {
1525
+ /**
1526
+ *
1527
+ * @type {string}
1528
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1529
+ */
1530
+ readonly id?: string;
1531
+ /**
1532
+ *
1533
+ * @type {string}
1534
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1535
+ */
1536
+ readonly name?: string;
1537
+ /**
1538
+ *
1539
+ * @type {string}
1540
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1541
+ */
1542
+ readonly description?: string;
1543
+ /**
1544
+ *
1545
+ * @type {ArticleType}
1546
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1547
+ */
1548
+ readonly articleType?: ArticleType;
1549
+ /**
1550
+ *
1551
+ * @type {ArticleStatus}
1552
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1553
+ */
1554
+ readonly status?: ArticleStatus;
1555
+ /**
1556
+ *
1557
+ * @type {string}
1558
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1559
+ */
1560
+ readonly userId?: string;
1561
+ /**
1562
+ *
1563
+ * @type {string}
1564
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1565
+ */
1566
+ readonly userName?: string;
1567
+ /**
1568
+ *
1569
+ * @type {string}
1570
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1571
+ */
1572
+ readonly hospitalId?: string;
1573
+ /**
1574
+ *
1575
+ * @type {string}
1576
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1577
+ */
1578
+ readonly hospitalName?: string;
1579
+ /**
1580
+ *
1581
+ * @type {string}
1582
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1583
+ */
1584
+ readonly countryId?: string;
1585
+ /**
1586
+ *
1587
+ * @type {string}
1588
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1589
+ */
1590
+ readonly tag?: string;
1591
+ /**
1592
+ *
1593
+ * @type {string}
1594
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1595
+ */
1596
+ readonly exceptArticleId?: string;
1597
+ /**
1598
+ *
1599
+ * @type {string}
1600
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1601
+ */
1602
+ readonly exceptHospitalId?: string;
1603
+ /**
1604
+ *
1605
+ * @type {string}
1606
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1607
+ */
1608
+ readonly contributorId?: string;
1609
+ /**
1610
+ *
1611
+ * @type {string}
1612
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1613
+ */
1614
+ readonly articleCategoryId?: string;
1615
+ /**
1616
+ *
1617
+ * @type {string}
1618
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1619
+ */
1620
+ readonly languageCode?: string;
1621
+ /**
1622
+ *
1623
+ * @type {boolean}
1624
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1625
+ */
1626
+ readonly showHidden?: boolean;
1627
+ /**
1628
+ *
1629
+ * @type {number}
1630
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1631
+ */
1632
+ readonly page?: number;
1633
+ /**
1634
+ *
1635
+ * @type {number}
1636
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1637
+ */
1638
+ readonly limit?: number;
1639
+ /**
1640
+ *
1641
+ * @type {Date}
1642
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesGet
1643
+ */
1644
+ readonly lastRetrieved?: Date;
1645
+ }
1646
+ /**
1647
+ * Request parameters for apiV1GeneralarticlesPost operation in GeneralArticlesApi.
1648
+ * @export
1649
+ * @interface GeneralArticlesApiApiV1GeneralarticlesPostRequest
1650
+ */
1651
+ export interface GeneralArticlesApiApiV1GeneralarticlesPostRequest {
1652
+ /**
1653
+ *
1654
+ * @type {CreateGeneralArticleCommand}
1655
+ * @memberof GeneralArticlesApiApiV1GeneralarticlesPost
1656
+ */
1657
+ readonly createGeneralArticleCommand?: CreateGeneralArticleCommand;
1658
+ }
1659
+ /**
1660
+ * GeneralArticlesApi - object-oriented interface
1661
+ * @export
1662
+ * @class GeneralArticlesApi
1663
+ * @extends {BaseAPI}
1664
+ */
1665
+ export declare class GeneralArticlesApi extends BaseAPI {
1666
+ /**
1667
+ *
1668
+ * @summary Delete GeneralArticleContributor (Auth policies: RequireContentManagerRole)
1669
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDeleteRequest} requestParameters Request parameters.
1670
+ * @param {*} [options] Override http request option.
1671
+ * @throws {RequiredError}
1672
+ * @memberof GeneralArticlesApi
1673
+ */
1674
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDelete(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1675
+ /**
1676
+ *
1677
+ * @summary Get GeneralArticleContributor (Auth policies: RequireContentManagerRole)
1678
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGetRequest} requestParameters Request parameters.
1679
+ * @param {*} [options] Override http request option.
1680
+ * @throws {RequiredError}
1681
+ * @memberof GeneralArticlesApi
1682
+ */
1683
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleContributorModel, any>>;
1684
+ /**
1685
+ *
1686
+ * @summary Create GeneralArticleContributor (Auth policies: RequireContentManagerRole)
1687
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPostRequest} requestParameters Request parameters.
1688
+ * @param {*} [options] Override http request option.
1689
+ * @throws {RequiredError}
1690
+ * @memberof GeneralArticlesApi
1691
+ */
1692
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPost(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleContributorModel, any>>;
1693
+ /**
1694
+ *
1695
+ * @summary Update GeneralArticleContributor (Auth policies: RequireContentManagerRole)
1696
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPutRequest} requestParameters Request parameters.
1697
+ * @param {*} [options] Override http request option.
1698
+ * @throws {RequiredError}
1699
+ * @memberof GeneralArticlesApi
1700
+ */
1701
+ apiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPut(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsContributorIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleContributorModel, any>>;
1702
+ /**
1703
+ *
1704
+ * @summary Get GeneralArticleContributors (Auth policies: RequireContentManagerRole)
1705
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGetRequest} requestParameters Request parameters.
1706
+ * @param {*} [options] Override http request option.
1707
+ * @throws {RequiredError}
1708
+ * @memberof GeneralArticlesApi
1709
+ */
1710
+ apiV1GeneralarticlesGeneralArticleIdContributorsGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdContributorsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleContributorsModel, any>>;
1711
+ /**
1712
+ *
1713
+ * @summary Delete generalArticle (Auth policies: RequireContentManagerRole)
1714
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdDeleteRequest} requestParameters Request parameters.
1715
+ * @param {*} [options] Override http request option.
1716
+ * @throws {RequiredError}
1717
+ * @memberof GeneralArticlesApi
1718
+ */
1719
+ apiV1GeneralarticlesGeneralArticleIdDelete(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1720
+ /**
1721
+ *
1722
+ * @summary Get generalArticle by id (Auth policies: RequireContentManagerRole)
1723
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdGetRequest} requestParameters Request parameters.
1724
+ * @param {*} [options] Override http request option.
1725
+ * @throws {RequiredError}
1726
+ * @memberof GeneralArticlesApi
1727
+ */
1728
+ apiV1GeneralarticlesGeneralArticleIdGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleModel, any>>;
1729
+ /**
1730
+ *
1731
+ * @summary Get generalArticleMedias (Auth policies: RequireContentManagerRole)
1732
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGetRequest} requestParameters Request parameters.
1733
+ * @param {*} [options] Override http request option.
1734
+ * @throws {RequiredError}
1735
+ * @memberof GeneralArticlesApi
1736
+ */
1737
+ apiV1GeneralarticlesGeneralArticleIdMediasGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediasModel, any>>;
1738
+ /**
1739
+ *
1740
+ * @summary Delete generalArticleMedia (Auth policies: RequireContentManagerRole)
1741
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
1742
+ * @param {*} [options] Override http request option.
1743
+ * @throws {RequiredError}
1744
+ * @memberof GeneralArticlesApi
1745
+ */
1746
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdDelete(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1747
+ /**
1748
+ *
1749
+ * @summary Get generalArticleMedia (Auth policies: RequireContentManagerRole)
1750
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdGetRequest} requestParameters Request parameters.
1751
+ * @param {*} [options] Override http request option.
1752
+ * @throws {RequiredError}
1753
+ * @memberof GeneralArticlesApi
1754
+ */
1755
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
1756
+ /**
1757
+ *
1758
+ * @summary Update generalArticleMedia (Auth policies: RequireContentManagerRole)
1759
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPutRequest} requestParameters Request parameters.
1760
+ * @param {*} [options] Override http request option.
1761
+ * @throws {RequiredError}
1762
+ * @memberof GeneralArticlesApi
1763
+ */
1764
+ apiV1GeneralarticlesGeneralArticleIdMediasMediaIdPut(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasMediaIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
1765
+ /**
1766
+ *
1767
+ * @summary Create generalArticleMedia (Auth policies: RequireContentManagerRole)
1768
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasPostRequest} requestParameters Request parameters.
1769
+ * @param {*} [options] Override http request option.
1770
+ * @throws {RequiredError}
1771
+ * @memberof GeneralArticlesApi
1772
+ */
1773
+ apiV1GeneralarticlesGeneralArticleIdMediasPost(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdMediasPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel, any>>;
1774
+ /**
1775
+ *
1776
+ * @summary Update generalArticle (Auth policies: RequireContentManagerRole)
1777
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdPutRequest} requestParameters Request parameters.
1778
+ * @param {*} [options] Override http request option.
1779
+ * @throws {RequiredError}
1780
+ * @memberof GeneralArticlesApi
1781
+ */
1782
+ apiV1GeneralarticlesGeneralArticleIdPut(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleModel, any>>;
1783
+ /**
1784
+ *
1785
+ * @summary Reactivate generalArticle (Auth policies: RequireContentManagerRole)
1786
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdReactivatePutRequest} requestParameters Request parameters.
1787
+ * @param {*} [options] Override http request option.
1788
+ * @throws {RequiredError}
1789
+ * @memberof GeneralArticlesApi
1790
+ */
1791
+ apiV1GeneralarticlesGeneralArticleIdReactivatePut(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdReactivatePutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1792
+ /**
1793
+ *
1794
+ * @summary Get generalArticleSources (Auth policies: RequireContentManagerRole)
1795
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGetRequest} requestParameters Request parameters.
1796
+ * @param {*} [options] Override http request option.
1797
+ * @throws {RequiredError}
1798
+ * @memberof GeneralArticlesApi
1799
+ */
1800
+ apiV1GeneralarticlesGeneralArticleIdSourcesGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleSourcesModel, any>>;
1801
+ /**
1802
+ *
1803
+ * @summary Create generalArticleSource (Auth policies: RequireContentManagerRole)
1804
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesPostRequest} requestParameters Request parameters.
1805
+ * @param {*} [options] Override http request option.
1806
+ * @throws {RequiredError}
1807
+ * @memberof GeneralArticlesApi
1808
+ */
1809
+ apiV1GeneralarticlesGeneralArticleIdSourcesPost(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceModel, any>>;
1810
+ /**
1811
+ *
1812
+ * @summary Delete generalArticleSource (Auth policies: RequireContentManagerRole)
1813
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDeleteRequest} requestParameters Request parameters.
1814
+ * @param {*} [options] Override http request option.
1815
+ * @throws {RequiredError}
1816
+ * @memberof GeneralArticlesApi
1817
+ */
1818
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDelete(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1819
+ /**
1820
+ *
1821
+ * @summary Get GeneralArticleSource (Auth policies: RequireContentManagerRole)
1822
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGetRequest} requestParameters Request parameters.
1823
+ * @param {*} [options] Override http request option.
1824
+ * @throws {RequiredError}
1825
+ * @memberof GeneralArticlesApi
1826
+ */
1827
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceModel, any>>;
1828
+ /**
1829
+ *
1830
+ * @summary Update generalArticleSource (Auth policies: RequireContentManagerRole)
1831
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPutRequest} requestParameters Request parameters.
1832
+ * @param {*} [options] Override http request option.
1833
+ * @throws {RequiredError}
1834
+ * @memberof GeneralArticlesApi
1835
+ */
1836
+ apiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPut(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdSourcesSourceIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceModel, any>>;
1837
+ /**
1838
+ *
1839
+ * @summary Get generalArticleTags (Auth policies: RequireContentManagerRole)
1840
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGetRequest} requestParameters Request parameters.
1841
+ * @param {*} [options] Override http request option.
1842
+ * @throws {RequiredError}
1843
+ * @memberof GeneralArticlesApi
1844
+ */
1845
+ apiV1GeneralarticlesGeneralArticleIdTagsGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleTagsModel, any>>;
1846
+ /**
1847
+ *
1848
+ * @summary Create generalArticleTag (Auth policies: RequireContentManagerRole)
1849
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsPostRequest} requestParameters Request parameters.
1850
+ * @param {*} [options] Override http request option.
1851
+ * @throws {RequiredError}
1852
+ * @memberof GeneralArticlesApi
1853
+ */
1854
+ apiV1GeneralarticlesGeneralArticleIdTagsPost(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleTagsModel, any>>;
1855
+ /**
1856
+ *
1857
+ * @summary Delete generalArticleTag (Auth policies: RequireContentManagerRole)
1858
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdDeleteRequest} requestParameters Request parameters.
1859
+ * @param {*} [options] Override http request option.
1860
+ * @throws {RequiredError}
1861
+ * @memberof GeneralArticlesApi
1862
+ */
1863
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdDelete(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleTagsModel, any>>;
1864
+ /**
1865
+ *
1866
+ * @summary Get generalArticleTag (Auth policies: RequireContentManagerRole)
1867
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdGetRequest} requestParameters Request parameters.
1868
+ * @param {*} [options] Override http request option.
1869
+ * @throws {RequiredError}
1870
+ * @memberof GeneralArticlesApi
1871
+ */
1872
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdGet(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleTagsModel, any>>;
1873
+ /**
1874
+ *
1875
+ * @summary Update generalArticleTag (Auth policies: RequireContentManagerRole)
1876
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPutRequest} requestParameters Request parameters.
1877
+ * @param {*} [options] Override http request option.
1878
+ * @throws {RequiredError}
1879
+ * @memberof GeneralArticlesApi
1880
+ */
1881
+ apiV1GeneralarticlesGeneralArticleIdTagsTagIdPut(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTagsTagIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleTagsModel, any>>;
1882
+ /**
1883
+ *
1884
+ * @summary Translate generalArticle (Auth policies: RequireContentManagerRole)
1885
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTranslatePostRequest} requestParameters Request parameters.
1886
+ * @param {*} [options] Override http request option.
1887
+ * @throws {RequiredError}
1888
+ * @memberof GeneralArticlesApi
1889
+ */
1890
+ apiV1GeneralarticlesGeneralArticleIdTranslatePost(requestParameters: GeneralArticlesApiApiV1GeneralarticlesGeneralArticleIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
1891
+ /**
1892
+ *
1893
+ * @summary Get all generalArticles (Auth policies: RequireContentManagerRole)
1894
+ * @param {GeneralArticlesApiApiV1GeneralarticlesGetRequest} requestParameters Request parameters.
1895
+ * @param {*} [options] Override http request option.
1896
+ * @throws {RequiredError}
1897
+ * @memberof GeneralArticlesApi
1898
+ */
1899
+ apiV1GeneralarticlesGet(requestParameters?: GeneralArticlesApiApiV1GeneralarticlesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticlesModel, any>>;
1900
+ /**
1901
+ *
1902
+ * @summary Create generalArticle (Auth policies: RequireContentManagerRole)
1903
+ * @param {GeneralArticlesApiApiV1GeneralarticlesPostRequest} requestParameters Request parameters.
1904
+ * @param {*} [options] Override http request option.
1905
+ * @throws {RequiredError}
1906
+ * @memberof GeneralArticlesApi
1907
+ */
1908
+ apiV1GeneralarticlesPost(requestParameters?: GeneralArticlesApiApiV1GeneralarticlesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GeneralArticleModel, any>>;
1909
+ }
1910
+ //# sourceMappingURL=general-articles-api.d.ts.map