Skip to content

Commit 132d859

Browse files
committed
feat: update generated APIs
1 parent 7649bdf commit 132d859

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

packages_generated/cockpit/src/v1/api.gen.ts

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,11 @@ The output returned displays the URL to access your Cockpit's Grafana.
153153
})
154154

155155
/**
156-
* Create a Grafana user. Create a Grafana user to connect to your Cockpit's Grafana. Upon creation, your user password displays only once, so make sure that you save it.
156+
* (Deprecated) EOL 2026-01-20. Create a Grafana user
157+
Create a Grafana user to connect to your Cockpit's Grafana. Upon creation, your user password displays only once, so make sure that you save it.
157158
Each Grafana user is associated with a role: viewer or editor. A viewer can only view dashboards, whereas an editor can create and edit dashboards. Note that the `admin` username is not available for creation.
158159
*
160+
* @deprecated
159161
* @param request - The request {@link GlobalApiCreateGrafanaUserRequest}
160162
* @returns A Promise of GrafanaUser
161163
*/
@@ -199,8 +201,10 @@ Each Grafana user is associated with a role: viewer or editor. A viewer can only
199201
)
200202

201203
/**
202-
* List Grafana users. List all Grafana users created in your Cockpit's Grafana. By default, the Grafana users returned in the list are ordered in ascending order.
204+
* (Deprecated) EOL 2026-01-20. List Grafana users
205+
List all Grafana users created in your Cockpit's Grafana. By default, the Grafana users returned in the list are ordered in ascending order.
203206
*
207+
* @deprecated
204208
* @param request - The request {@link GlobalApiListGrafanaUsersRequest}
205209
* @returns A Promise of ListGrafanaUsersResponse
206210
*/
@@ -209,8 +213,10 @@ Each Grafana user is associated with a role: viewer or editor. A viewer can only
209213
) => enrichForPagination('grafanaUsers', this.pageOfListGrafanaUsers, request)
210214

211215
/**
212-
* Delete a Grafana user. Delete a Grafana user from your Cockpit's Grafana, specified by the ID of the Project the Cockpit belongs to, and the ID of the Grafana user.
216+
* (Deprecated) EOL 2026-01-20. Delete a Grafana user
217+
Delete a Grafana user from your Cockpit's Grafana, specified by the ID of the Project the Cockpit belongs to, and the ID of the Grafana user.
213218
*
219+
* @deprecated
214220
* @param request - The request {@link GlobalApiDeleteGrafanaUserRequest}
215221
*/
216222
deleteGrafanaUser = (request: Readonly<GlobalApiDeleteGrafanaUserRequest>) =>
@@ -224,9 +230,11 @@ Each Grafana user is associated with a role: viewer or editor. A viewer can only
224230
})
225231

226232
/**
227-
* Reset a Grafana user password. Reset the password of a Grafana user, specified by the ID of the Project the Cockpit belongs to, and the ID of the Grafana user.
233+
* (Deprecated) EOL 2026-01-20. Reset a Grafana user password
234+
Reset the password of a Grafana user, specified by the ID of the Project the Cockpit belongs to, and the ID of the Grafana user.
228235
A new password regenerates and only displays once. Make sure that you save it.
229236
*
237+
* @deprecated
230238
* @param request - The request {@link GlobalApiResetGrafanaUserPasswordRequest}
231239
* @returns A Promise of GrafanaUser
232240
*/
@@ -328,7 +336,7 @@ A new password regenerates and only displays once. Make sure that you save it.
328336

329337
/**
330338
* List plan types. Retrieve a list of available pricing plan types.
331-
Deprecated: retention is now managed at the data source level.
339+
Deprecated due to retention now being managed at the data source level.
332340
*
333341
* @deprecated
334342
* @param request - The request {@link GlobalApiListPlansRequest}
@@ -339,7 +347,7 @@ Deprecated: retention is now managed at the data source level.
339347

340348
/**
341349
* Apply a pricing plan. Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply.
342-
Deprecated: retention is now managed at the data source level.
350+
Deprecated due to retention now being managed at the data source level.
343351
*
344352
* @deprecated
345353
* @param request - The request {@link GlobalApiSelectPlanRequest}
@@ -360,7 +368,7 @@ Deprecated: retention is now managed at the data source level.
360368

361369
/**
362370
* Get current plan. Retrieve a pricing plan for the given Project, specified by the ID of the Project.
363-
Deprecated: retention is now managed at the data source level.
371+
Deprecated due to retention now being managed at the data source level.
364372
*
365373
* @deprecated
366374
* @param request - The request {@link GlobalApiGetCurrentPlanRequest}

0 commit comments

Comments
 (0)