ch-admin-api-client-typescript 5.88.48 → 5.88.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/about-us-api.d.ts +8 -8
- package/lib/api/about-us-api.js +6 -6
- package/lib/api/appointments-api.d.ts +12 -12
- package/lib/api/appointments-api.js +9 -9
- package/lib/api/article-categories-api.d.ts +4 -4
- package/lib/api/article-categories-api.js +3 -3
- package/lib/api/articles-api.d.ts +16 -16
- package/lib/api/articles-api.js +12 -12
- package/lib/api/badges-api.d.ts +4 -4
- package/lib/api/badges-api.js +3 -3
- package/lib/api/benefits-api.d.ts +4 -4
- package/lib/api/benefits-api.js +3 -3
- package/lib/api/call-histories-api.d.ts +4 -4
- package/lib/api/call-histories-api.js +3 -3
- package/lib/api/contributors-api.d.ts +8 -8
- package/lib/api/contributors-api.js +6 -6
- package/lib/api/countries-api.d.ts +24 -24
- package/lib/api/countries-api.js +18 -18
- package/lib/api/curation-categories-api.d.ts +12 -12
- package/lib/api/curation-categories-api.js +9 -9
- package/lib/api/curations-api.d.ts +12 -12
- package/lib/api/curations-api.js +9 -9
- package/lib/api/deal-global-settings-api.d.ts +4 -4
- package/lib/api/deal-global-settings-api.js +3 -3
- package/lib/api/deals-api.d.ts +16 -16
- package/lib/api/deals-api.js +12 -12
- package/lib/api/doctor-affiliations-api.d.ts +4 -4
- package/lib/api/doctor-affiliations-api.js +3 -3
- package/lib/api/doctors-api.d.ts +12 -12
- package/lib/api/doctors-api.js +9 -9
- package/lib/api/faq-categories-api.d.ts +8 -8
- package/lib/api/faq-categories-api.js +6 -6
- package/lib/api/faqs-api.d.ts +8 -8
- package/lib/api/faqs-api.js +6 -6
- package/lib/api/form-results-api.d.ts +8 -8
- package/lib/api/form-results-api.js +6 -6
- package/lib/api/form-templates-api.d.ts +8 -8
- package/lib/api/form-templates-api.js +6 -6
- package/lib/api/frequently-asked-questions-api.d.ts +4 -4
- package/lib/api/frequently-asked-questions-api.js +3 -3
- package/lib/api/general-articles-api.d.ts +8 -8
- package/lib/api/general-articles-api.js +6 -6
- package/lib/api/hospital-branches-api.d.ts +4 -4
- package/lib/api/hospital-branches-api.js +3 -3
- package/lib/api/hospital-groups-api.d.ts +4 -4
- package/lib/api/hospital-groups-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +136 -136
- package/lib/api/hospitals-api.js +104 -104
- package/lib/api/languages-api.d.ts +36 -36
- package/lib/api/languages-api.js +27 -27
- package/lib/api/patient-affiliations-api.d.ts +4 -4
- package/lib/api/patient-affiliations-api.js +3 -3
- package/lib/api/patients-api.d.ts +4 -4
- package/lib/api/patients-api.js +3 -3
- package/lib/api/platform-interpretation-languages-api.d.ts +16 -16
- package/lib/api/platform-interpretation-languages-api.js +12 -12
- package/lib/api/prescriptions-api.d.ts +8 -8
- package/lib/api/prescriptions-api.js +6 -6
- package/lib/api/promotions-api.d.ts +4 -4
- package/lib/api/promotions-api.js +3 -3
- package/lib/api/service-reviews-api.d.ts +8 -8
- package/lib/api/service-reviews-api.js +6 -6
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +6 -6
- package/lib/api/specialties-api.d.ts +8 -8
- package/lib/api/specialties-api.js +6 -6
- package/lib/api/specialty-types-api.d.ts +8 -8
- package/lib/api/specialty-types-api.js +6 -6
- package/lib/api/survey-forms-api.d.ts +8 -8
- package/lib/api/survey-forms-api.js +6 -6
- package/lib/api/survey-results-api.d.ts +4 -4
- package/lib/api/survey-results-api.js +3 -3
- package/lib/api/users-api.d.ts +4 -4
- package/lib/api/users-api.js +3 -3
- package/lib/api/web-apps-api.d.ts +139 -12
- package/lib/api/web-apps-api.d.ts.map +1 -1
- package/lib/api/web-apps-api.js +275 -11
- package/lib/models/country-language-item-model.d.ts +12 -0
- package/lib/models/country-language-item-model.d.ts.map +1 -1
- package/lib/models/country-language-model.d.ts +12 -0
- package/lib/models/country-language-model.d.ts.map +1 -1
- package/lib/models/deploy-web-apps-command.d.ts +31 -0
- package/lib/models/deploy-web-apps-command.d.ts.map +1 -0
- package/lib/models/deploy-web-apps-command.js +15 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +2 -0
- package/lib/models/save-country-language-command.d.ts +6 -0
- package/lib/models/save-country-language-command.d.ts.map +1 -1
- package/lib/models/suspend-web-apps-command.d.ts +31 -0
- package/lib/models/suspend-web-apps-command.d.ts.map +1 -0
- package/lib/models/suspend-web-apps-command.js +15 -0
- package/package.json +1 -1
|
@@ -15,6 +15,8 @@ import { RequestArgs, BaseAPI } from '../base';
|
|
|
15
15
|
import { AddOrUpdateWebAppEnvironmentsCommand } from '../models';
|
|
16
16
|
import { CreateWebAppCommand } from '../models';
|
|
17
17
|
import { DeployStatus } from '../models';
|
|
18
|
+
import { DeployWebAppsCommand } from '../models';
|
|
19
|
+
import { SuspendWebAppsCommand } from '../models';
|
|
18
20
|
import { UpdateWebAppCommand } from '../models';
|
|
19
21
|
import { WebAppEnvironmentsModel } from '../models';
|
|
20
22
|
import { WebAppModel } from '../models';
|
|
@@ -24,6 +26,22 @@ import { WebAppsModel } from '../models';
|
|
|
24
26
|
* @export
|
|
25
27
|
*/
|
|
26
28
|
export declare const WebAppsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29
|
+
/**
|
|
30
|
+
* This endpoint is deprecated and will be removed in a future release. Use `POST /api/v1/webapps/deploy` instead, which supports filtering by WebAppIds or HospitalIds. If no filter is specified in the Deploy endpoint, all Deployed WebApps are targeted (same behavior as BulkDeploy).
|
|
31
|
+
* @summary [Deprecated] Trigger bulk deployment for all WebApps with DeployStatus = Deployed. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
32
|
+
* @param {*} [options] Override http request option.
|
|
33
|
+
* @deprecated
|
|
34
|
+
* @throws {RequiredError}
|
|
35
|
+
*/
|
|
36
|
+
apiV1WebappsBulkDeployPost: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @summary Trigger deployment for WebApps filtered by WebAppIds or HospitalIds. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
40
|
+
* @param {DeployWebAppsCommand} [deployWebAppsCommand] Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
apiV1WebappsDeployPost: (deployWebAppsCommand?: DeployWebAppsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
27
45
|
/**
|
|
28
46
|
*
|
|
29
47
|
* @summary Upload favicon (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -35,7 +53,7 @@ export declare const WebAppsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
35
53
|
apiV1WebappsFaviconPost: (id?: string, formFile?: File, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
54
|
/**
|
|
37
55
|
*
|
|
38
|
-
* @summary
|
|
56
|
+
* @summary Retrieve all WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
39
57
|
* @param {string} [id]
|
|
40
58
|
* @param {string} [hospitalId]
|
|
41
59
|
* @param {string} [hospitalName]
|
|
@@ -80,9 +98,9 @@ export declare const WebAppsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
80
98
|
apiV1WebappsIdEnvironmentvariablesPatch: (id: string, addOrUpdateWebAppEnvironmentsCommand?: AddOrUpdateWebAppEnvironmentsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
99
|
/**
|
|
82
100
|
*
|
|
83
|
-
* @summary
|
|
101
|
+
* @summary Retrieve WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
84
102
|
* @param {string} id
|
|
85
|
-
* @param {string} [languageCode]
|
|
103
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
86
104
|
* @param {*} [options] Override http request option.
|
|
87
105
|
* @throws {RequiredError}
|
|
88
106
|
*/
|
|
@@ -112,12 +130,36 @@ export declare const WebAppsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
112
130
|
* @throws {RequiredError}
|
|
113
131
|
*/
|
|
114
132
|
apiV1WebappsPost: (createWebAppCommand?: CreateWebAppCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @summary Suspend WebApps filtered by WebAppIds or HospitalIds by setting their DeployStatus to Suspended and removing Kubernetes deployment manifests from the GitOps repository. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Returns the number of WebApps suspended. (Auth policies: RequireLocalManagerRole)
|
|
136
|
+
* @param {SuspendWebAppsCommand} [suspendWebAppsCommand] Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
apiV1WebappsSuspendPost: (suspendWebAppsCommand?: SuspendWebAppsCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
115
141
|
};
|
|
116
142
|
/**
|
|
117
143
|
* WebAppsApi - functional programming interface
|
|
118
144
|
* @export
|
|
119
145
|
*/
|
|
120
146
|
export declare const WebAppsApiFp: (configuration?: Configuration) => {
|
|
147
|
+
/**
|
|
148
|
+
* This endpoint is deprecated and will be removed in a future release. Use `POST /api/v1/webapps/deploy` instead, which supports filtering by WebAppIds or HospitalIds. If no filter is specified in the Deploy endpoint, all Deployed WebApps are targeted (same behavior as BulkDeploy).
|
|
149
|
+
* @summary [Deprecated] Trigger bulk deployment for all WebApps with DeployStatus = Deployed. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @deprecated
|
|
152
|
+
* @throws {RequiredError}
|
|
153
|
+
*/
|
|
154
|
+
apiV1WebappsBulkDeployPost(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @summary Trigger deployment for WebApps filtered by WebAppIds or HospitalIds. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
158
|
+
* @param {DeployWebAppsCommand} [deployWebAppsCommand] Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
*/
|
|
162
|
+
apiV1WebappsDeployPost(deployWebAppsCommand?: DeployWebAppsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
|
|
121
163
|
/**
|
|
122
164
|
*
|
|
123
165
|
* @summary Upload favicon (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -129,7 +171,7 @@ export declare const WebAppsApiFp: (configuration?: Configuration) => {
|
|
|
129
171
|
apiV1WebappsFaviconPost(id?: string, formFile?: File, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
130
172
|
/**
|
|
131
173
|
*
|
|
132
|
-
* @summary
|
|
174
|
+
* @summary Retrieve all WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
133
175
|
* @param {string} [id]
|
|
134
176
|
* @param {string} [hospitalId]
|
|
135
177
|
* @param {string} [hospitalName]
|
|
@@ -174,9 +216,9 @@ export declare const WebAppsApiFp: (configuration?: Configuration) => {
|
|
|
174
216
|
apiV1WebappsIdEnvironmentvariablesPatch(id: string, addOrUpdateWebAppEnvironmentsCommand?: AddOrUpdateWebAppEnvironmentsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
175
217
|
/**
|
|
176
218
|
*
|
|
177
|
-
* @summary
|
|
219
|
+
* @summary Retrieve WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
178
220
|
* @param {string} id
|
|
179
|
-
* @param {string} [languageCode]
|
|
221
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
180
222
|
* @param {*} [options] Override http request option.
|
|
181
223
|
* @throws {RequiredError}
|
|
182
224
|
*/
|
|
@@ -206,12 +248,36 @@ export declare const WebAppsApiFp: (configuration?: Configuration) => {
|
|
|
206
248
|
* @throws {RequiredError}
|
|
207
249
|
*/
|
|
208
250
|
apiV1WebappsPost(createWebAppCommand?: CreateWebAppCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WebAppModel>>;
|
|
251
|
+
/**
|
|
252
|
+
*
|
|
253
|
+
* @summary Suspend WebApps filtered by WebAppIds or HospitalIds by setting their DeployStatus to Suspended and removing Kubernetes deployment manifests from the GitOps repository. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Returns the number of WebApps suspended. (Auth policies: RequireLocalManagerRole)
|
|
254
|
+
* @param {SuspendWebAppsCommand} [suspendWebAppsCommand] Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
255
|
+
* @param {*} [options] Override http request option.
|
|
256
|
+
* @throws {RequiredError}
|
|
257
|
+
*/
|
|
258
|
+
apiV1WebappsSuspendPost(suspendWebAppsCommand?: SuspendWebAppsCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
|
|
209
259
|
};
|
|
210
260
|
/**
|
|
211
261
|
* WebAppsApi - factory interface
|
|
212
262
|
* @export
|
|
213
263
|
*/
|
|
214
264
|
export declare const WebAppsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
265
|
+
/**
|
|
266
|
+
* This endpoint is deprecated and will be removed in a future release. Use `POST /api/v1/webapps/deploy` instead, which supports filtering by WebAppIds or HospitalIds. If no filter is specified in the Deploy endpoint, all Deployed WebApps are targeted (same behavior as BulkDeploy).
|
|
267
|
+
* @summary [Deprecated] Trigger bulk deployment for all WebApps with DeployStatus = Deployed. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
268
|
+
* @param {*} [options] Override http request option.
|
|
269
|
+
* @deprecated
|
|
270
|
+
* @throws {RequiredError}
|
|
271
|
+
*/
|
|
272
|
+
apiV1WebappsBulkDeployPost(options?: any): AxiosPromise<number>;
|
|
273
|
+
/**
|
|
274
|
+
*
|
|
275
|
+
* @summary Trigger deployment for WebApps filtered by WebAppIds or HospitalIds. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
276
|
+
* @param {DeployWebAppsCommand} [deployWebAppsCommand] Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
277
|
+
* @param {*} [options] Override http request option.
|
|
278
|
+
* @throws {RequiredError}
|
|
279
|
+
*/
|
|
280
|
+
apiV1WebappsDeployPost(deployWebAppsCommand?: DeployWebAppsCommand, options?: any): AxiosPromise<number>;
|
|
215
281
|
/**
|
|
216
282
|
*
|
|
217
283
|
* @summary Upload favicon (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -223,7 +289,7 @@ export declare const WebAppsApiFactory: (configuration?: Configuration, basePath
|
|
|
223
289
|
apiV1WebappsFaviconPost(id?: string, formFile?: File, options?: any): AxiosPromise<Array<string>>;
|
|
224
290
|
/**
|
|
225
291
|
*
|
|
226
|
-
* @summary
|
|
292
|
+
* @summary Retrieve all WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
227
293
|
* @param {string} [id]
|
|
228
294
|
* @param {string} [hospitalId]
|
|
229
295
|
* @param {string} [hospitalName]
|
|
@@ -268,9 +334,9 @@ export declare const WebAppsApiFactory: (configuration?: Configuration, basePath
|
|
|
268
334
|
apiV1WebappsIdEnvironmentvariablesPatch(id: string, addOrUpdateWebAppEnvironmentsCommand?: AddOrUpdateWebAppEnvironmentsCommand, options?: any): AxiosPromise<boolean>;
|
|
269
335
|
/**
|
|
270
336
|
*
|
|
271
|
-
* @summary
|
|
337
|
+
* @summary Retrieve WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
272
338
|
* @param {string} id
|
|
273
|
-
* @param {string} [languageCode]
|
|
339
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
274
340
|
* @param {*} [options] Override http request option.
|
|
275
341
|
* @throws {RequiredError}
|
|
276
342
|
*/
|
|
@@ -300,7 +366,28 @@ export declare const WebAppsApiFactory: (configuration?: Configuration, basePath
|
|
|
300
366
|
* @throws {RequiredError}
|
|
301
367
|
*/
|
|
302
368
|
apiV1WebappsPost(createWebAppCommand?: CreateWebAppCommand, options?: any): AxiosPromise<WebAppModel>;
|
|
369
|
+
/**
|
|
370
|
+
*
|
|
371
|
+
* @summary Suspend WebApps filtered by WebAppIds or HospitalIds by setting their DeployStatus to Suspended and removing Kubernetes deployment manifests from the GitOps repository. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Returns the number of WebApps suspended. (Auth policies: RequireLocalManagerRole)
|
|
372
|
+
* @param {SuspendWebAppsCommand} [suspendWebAppsCommand] Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
373
|
+
* @param {*} [options] Override http request option.
|
|
374
|
+
* @throws {RequiredError}
|
|
375
|
+
*/
|
|
376
|
+
apiV1WebappsSuspendPost(suspendWebAppsCommand?: SuspendWebAppsCommand, options?: any): AxiosPromise<number>;
|
|
303
377
|
};
|
|
378
|
+
/**
|
|
379
|
+
* Request parameters for apiV1WebappsDeployPost operation in WebAppsApi.
|
|
380
|
+
* @export
|
|
381
|
+
* @interface WebAppsApiApiV1WebappsDeployPostRequest
|
|
382
|
+
*/
|
|
383
|
+
export interface WebAppsApiApiV1WebappsDeployPostRequest {
|
|
384
|
+
/**
|
|
385
|
+
* Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
386
|
+
* @type {DeployWebAppsCommand}
|
|
387
|
+
* @memberof WebAppsApiApiV1WebappsDeployPost
|
|
388
|
+
*/
|
|
389
|
+
readonly deployWebAppsCommand?: DeployWebAppsCommand;
|
|
390
|
+
}
|
|
304
391
|
/**
|
|
305
392
|
* Request parameters for apiV1WebappsFaviconPost operation in WebAppsApi.
|
|
306
393
|
* @export
|
|
@@ -463,7 +550,7 @@ export interface WebAppsApiApiV1WebappsIdGetRequest {
|
|
|
463
550
|
*/
|
|
464
551
|
readonly id: string;
|
|
465
552
|
/**
|
|
466
|
-
*
|
|
553
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
467
554
|
* @type {string}
|
|
468
555
|
* @memberof WebAppsApiApiV1WebappsIdGet
|
|
469
556
|
*/
|
|
@@ -514,6 +601,19 @@ export interface WebAppsApiApiV1WebappsPostRequest {
|
|
|
514
601
|
*/
|
|
515
602
|
readonly createWebAppCommand?: CreateWebAppCommand;
|
|
516
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* Request parameters for apiV1WebappsSuspendPost operation in WebAppsApi.
|
|
606
|
+
* @export
|
|
607
|
+
* @interface WebAppsApiApiV1WebappsSuspendPostRequest
|
|
608
|
+
*/
|
|
609
|
+
export interface WebAppsApiApiV1WebappsSuspendPostRequest {
|
|
610
|
+
/**
|
|
611
|
+
* Filter criteria: WebAppIds or HospitalIds (mutually exclusive)
|
|
612
|
+
* @type {SuspendWebAppsCommand}
|
|
613
|
+
* @memberof WebAppsApiApiV1WebappsSuspendPost
|
|
614
|
+
*/
|
|
615
|
+
readonly suspendWebAppsCommand?: SuspendWebAppsCommand;
|
|
616
|
+
}
|
|
517
617
|
/**
|
|
518
618
|
* WebAppsApi - object-oriented interface
|
|
519
619
|
* @export
|
|
@@ -521,6 +621,24 @@ export interface WebAppsApiApiV1WebappsPostRequest {
|
|
|
521
621
|
* @extends {BaseAPI}
|
|
522
622
|
*/
|
|
523
623
|
export declare class WebAppsApi extends BaseAPI {
|
|
624
|
+
/**
|
|
625
|
+
* This endpoint is deprecated and will be removed in a future release. Use `POST /api/v1/webapps/deploy` instead, which supports filtering by WebAppIds or HospitalIds. If no filter is specified in the Deploy endpoint, all Deployed WebApps are targeted (same behavior as BulkDeploy).
|
|
626
|
+
* @summary [Deprecated] Trigger bulk deployment for all WebApps with DeployStatus = Deployed. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
627
|
+
* @param {*} [options] Override http request option.
|
|
628
|
+
* @deprecated
|
|
629
|
+
* @throws {RequiredError}
|
|
630
|
+
* @memberof WebAppsApi
|
|
631
|
+
*/
|
|
632
|
+
apiV1WebappsBulkDeployPost(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any>>;
|
|
633
|
+
/**
|
|
634
|
+
*
|
|
635
|
+
* @summary Trigger deployment for WebApps filtered by WebAppIds or HospitalIds. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Enqueues a Kubernetes deployment job for each eligible WebApp. Returns the number of deployment jobs enqueued. (Auth policies: RequireLocalManagerRole)
|
|
636
|
+
* @param {WebAppsApiApiV1WebappsDeployPostRequest} requestParameters Request parameters.
|
|
637
|
+
* @param {*} [options] Override http request option.
|
|
638
|
+
* @throws {RequiredError}
|
|
639
|
+
* @memberof WebAppsApi
|
|
640
|
+
*/
|
|
641
|
+
apiV1WebappsDeployPost(requestParameters?: WebAppsApiApiV1WebappsDeployPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any>>;
|
|
524
642
|
/**
|
|
525
643
|
*
|
|
526
644
|
* @summary Upload favicon (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
@@ -532,7 +650,7 @@ export declare class WebAppsApi extends BaseAPI {
|
|
|
532
650
|
apiV1WebappsFaviconPost(requestParameters?: WebAppsApiApiV1WebappsFaviconPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any>>;
|
|
533
651
|
/**
|
|
534
652
|
*
|
|
535
|
-
* @summary
|
|
653
|
+
* @summary Retrieve all WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
536
654
|
* @param {WebAppsApiApiV1WebappsGetRequest} requestParameters Request parameters.
|
|
537
655
|
* @param {*} [options] Override http request option.
|
|
538
656
|
* @throws {RequiredError}
|
|
@@ -568,7 +686,7 @@ export declare class WebAppsApi extends BaseAPI {
|
|
|
568
686
|
apiV1WebappsIdEnvironmentvariablesPatch(requestParameters: WebAppsApiApiV1WebappsIdEnvironmentvariablesPatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
569
687
|
/**
|
|
570
688
|
*
|
|
571
|
-
* @summary
|
|
689
|
+
* @summary Retrieve WebApp configuration (Auth policies: RequireDoctorOrContentManagerRole)
|
|
572
690
|
* @param {WebAppsApiApiV1WebappsIdGetRequest} requestParameters Request parameters.
|
|
573
691
|
* @param {*} [options] Override http request option.
|
|
574
692
|
* @throws {RequiredError}
|
|
@@ -602,5 +720,14 @@ export declare class WebAppsApi extends BaseAPI {
|
|
|
602
720
|
* @memberof WebAppsApi
|
|
603
721
|
*/
|
|
604
722
|
apiV1WebappsPost(requestParameters?: WebAppsApiApiV1WebappsPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<WebAppModel, any>>;
|
|
723
|
+
/**
|
|
724
|
+
*
|
|
725
|
+
* @summary Suspend WebApps filtered by WebAppIds or HospitalIds by setting their DeployStatus to Suspended and removing Kubernetes deployment manifests from the GitOps repository. If neither filter is specified, all WebApps with DeployStatus = Deployed are targeted. WebAppIds and HospitalIds are mutually exclusive. Returns the number of WebApps suspended. (Auth policies: RequireLocalManagerRole)
|
|
726
|
+
* @param {WebAppsApiApiV1WebappsSuspendPostRequest} requestParameters Request parameters.
|
|
727
|
+
* @param {*} [options] Override http request option.
|
|
728
|
+
* @throws {RequiredError}
|
|
729
|
+
* @memberof WebAppsApi
|
|
730
|
+
*/
|
|
731
|
+
apiV1WebappsSuspendPost(requestParameters?: WebAppsApiApiV1WebappsSuspendPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any>>;
|
|
605
732
|
}
|
|
606
733
|
//# sourceMappingURL=web-apps-api.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"web-apps-api.d.ts","sourceRoot":"","sources":["../../src/api/web-apps-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,oCAAoC,EAAE,MAAM,WAAW,CAAC;AAEjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"web-apps-api.d.ts","sourceRoot":"","sources":["../../src/api/web-apps-api.ts"],"names":[],"mappings":"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"}
|