@cube-dev/platform-client 0.0.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 (47) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/LICENCE +21 -0
  3. package/dist/core/client.d.ts +8 -0
  4. package/dist/core/client.d.ts.map +1 -0
  5. package/dist/core/client.js +30 -0
  6. package/dist/core/client.js.map +1 -0
  7. package/dist/core/index.d.ts +4 -0
  8. package/dist/core/index.d.ts.map +1 -0
  9. package/dist/core/index.js +2 -0
  10. package/dist/core/index.js.map +1 -0
  11. package/dist/core/types.d.ts +21 -0
  12. package/dist/core/types.d.ts.map +1 -0
  13. package/dist/core/types.js +2 -0
  14. package/dist/core/types.js.map +1 -0
  15. package/dist/index.d.ts +10 -0
  16. package/dist/index.d.ts.map +1 -0
  17. package/dist/index.js +2 -0
  18. package/dist/index.js.map +1 -0
  19. package/dist/react-query/CubePlatformApiProvider.d.ts +14 -0
  20. package/dist/react-query/CubePlatformApiProvider.d.ts.map +1 -0
  21. package/dist/react-query/CubePlatformApiProvider.js +12 -0
  22. package/dist/react-query/CubePlatformApiProvider.js.map +1 -0
  23. package/dist/react-query/deprecated.d.ts +31 -0
  24. package/dist/react-query/deprecated.d.ts.map +1 -0
  25. package/dist/react-query/deprecated.js +20 -0
  26. package/dist/react-query/deprecated.js.map +1 -0
  27. package/dist/react-query/hooks.d.ts +41 -0
  28. package/dist/react-query/hooks.d.ts.map +1 -0
  29. package/dist/react-query/hooks.js +85 -0
  30. package/dist/react-query/hooks.js.map +1 -0
  31. package/dist/react-query/index.d.ts +5 -0
  32. package/dist/react-query/index.d.ts.map +1 -0
  33. package/dist/react-query/index.js +5 -0
  34. package/dist/react-query/index.js.map +1 -0
  35. package/dist/react-query/types.d.ts +12 -0
  36. package/dist/react-query/types.d.ts.map +1 -0
  37. package/dist/react-query/types.js +2 -0
  38. package/dist/react-query/types.js.map +1 -0
  39. package/dist/schema.d.ts +3837 -0
  40. package/dist/schema.d.ts.map +1 -0
  41. package/dist/schema.js +6 -0
  42. package/dist/schema.js.map +1 -0
  43. package/dist/types/index.d.ts +2 -0
  44. package/dist/types/index.d.ts.map +1 -0
  45. package/dist/types/index.js +2 -0
  46. package/dist/types/index.js.map +1 -0
  47. package/package.json +81 -0
@@ -0,0 +1,3837 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+ export interface paths {
6
+ "/api/scim/v2/Groups": {
7
+ parameters: {
8
+ query?: never;
9
+ header?: never;
10
+ path?: never;
11
+ cookie?: never;
12
+ };
13
+ /** Get groups */
14
+ get: operations["ScimGroupsPublicController.getGroups"];
15
+ put?: never;
16
+ /** Create group */
17
+ post: operations["ScimGroupsPublicController.createGroup"];
18
+ delete?: never;
19
+ options?: never;
20
+ head?: never;
21
+ patch?: never;
22
+ trace?: never;
23
+ };
24
+ "/api/scim/v2/Groups/{id}": {
25
+ parameters: {
26
+ query?: never;
27
+ header?: never;
28
+ path?: never;
29
+ cookie?: never;
30
+ };
31
+ /** Get group */
32
+ get: operations["ScimGroupsPublicController.getGroup"];
33
+ /** Replace group */
34
+ put: operations["ScimGroupsPublicController.replaceGroup"];
35
+ post?: never;
36
+ /** Delete group */
37
+ delete: operations["ScimGroupsPublicController.deleteGroup"];
38
+ options?: never;
39
+ head?: never;
40
+ /** Patch group */
41
+ patch: operations["ScimGroupsPublicController.patchGroup"];
42
+ trace?: never;
43
+ };
44
+ "/api/scim/v2/ResourceTypes": {
45
+ parameters: {
46
+ query?: never;
47
+ header?: never;
48
+ path?: never;
49
+ cookie?: never;
50
+ };
51
+ /** Get resource types */
52
+ get: operations["ScimUsersPublicController.getResourceTypes"];
53
+ put?: never;
54
+ post?: never;
55
+ delete?: never;
56
+ options?: never;
57
+ head?: never;
58
+ patch?: never;
59
+ trace?: never;
60
+ };
61
+ "/api/scim/v2/Schemas": {
62
+ parameters: {
63
+ query?: never;
64
+ header?: never;
65
+ path?: never;
66
+ cookie?: never;
67
+ };
68
+ /** Get schemas */
69
+ get: operations["ScimUsersPublicController.getSchemas"];
70
+ put?: never;
71
+ post?: never;
72
+ delete?: never;
73
+ options?: never;
74
+ head?: never;
75
+ patch?: never;
76
+ trace?: never;
77
+ };
78
+ "/api/scim/v2/ServiceProviderConfig": {
79
+ parameters: {
80
+ query?: never;
81
+ header?: never;
82
+ path?: never;
83
+ cookie?: never;
84
+ };
85
+ /** Get service provider config */
86
+ get: operations["ScimUsersPublicController.getServiceProviderConfig"];
87
+ put?: never;
88
+ post?: never;
89
+ delete?: never;
90
+ options?: never;
91
+ head?: never;
92
+ patch?: never;
93
+ trace?: never;
94
+ };
95
+ "/api/scim/v2/Users": {
96
+ parameters: {
97
+ query?: never;
98
+ header?: never;
99
+ path?: never;
100
+ cookie?: never;
101
+ };
102
+ /** Get users */
103
+ get: operations["ScimUsersPublicController.getUsers"];
104
+ put?: never;
105
+ /** Create user */
106
+ post: operations["ScimUsersPublicController.createUser"];
107
+ delete?: never;
108
+ options?: never;
109
+ head?: never;
110
+ patch?: never;
111
+ trace?: never;
112
+ };
113
+ "/api/scim/v2/Users/{id}": {
114
+ parameters: {
115
+ query?: never;
116
+ header?: never;
117
+ path?: never;
118
+ cookie?: never;
119
+ };
120
+ /** Get user */
121
+ get: operations["ScimUsersPublicController.getUser"];
122
+ /** Replace user */
123
+ put: operations["ScimUsersPublicController.replaceUser"];
124
+ post?: never;
125
+ /** Delete user */
126
+ delete: operations["ScimUsersPublicController.deleteUser"];
127
+ options?: never;
128
+ head?: never;
129
+ /** Patch user */
130
+ patch: operations["ScimUsersPublicController.patchUser"];
131
+ trace?: never;
132
+ };
133
+ "/api/v1/ai-engineer/active-region": {
134
+ parameters: {
135
+ query?: never;
136
+ header?: never;
137
+ path?: never;
138
+ cookie?: never;
139
+ };
140
+ /** Get my active agent region */
141
+ get: operations["AIEngineerPublicController.getMyActiveAgentRegion"];
142
+ put?: never;
143
+ post?: never;
144
+ delete?: never;
145
+ options?: never;
146
+ head?: never;
147
+ patch?: never;
148
+ trace?: never;
149
+ };
150
+ "/api/v1/ai-engineer/settings": {
151
+ parameters: {
152
+ query?: never;
153
+ header?: never;
154
+ path?: never;
155
+ cookie?: never;
156
+ };
157
+ /** Get ai engineer settings */
158
+ get: operations["AIEngineerPublicController.getAIEngineerSettings"];
159
+ put?: never;
160
+ post?: never;
161
+ delete?: never;
162
+ options?: never;
163
+ head?: never;
164
+ patch?: never;
165
+ trace?: never;
166
+ };
167
+ "/api/v1/app-theme": {
168
+ parameters: {
169
+ query?: never;
170
+ header?: never;
171
+ path?: never;
172
+ cookie?: never;
173
+ };
174
+ /** Get app theme */
175
+ get: operations["AppThemePublicController.getAppTheme"];
176
+ put?: never;
177
+ post?: never;
178
+ delete?: never;
179
+ options?: never;
180
+ head?: never;
181
+ patch?: never;
182
+ trace?: never;
183
+ };
184
+ "/api/v1/deployments/": {
185
+ parameters: {
186
+ query?: never;
187
+ header?: never;
188
+ path?: never;
189
+ cookie?: never;
190
+ };
191
+ /** Get deployments */
192
+ get: operations["DeploymentsPublicController.getDeployments"];
193
+ put?: never;
194
+ post?: never;
195
+ delete?: never;
196
+ options?: never;
197
+ head?: never;
198
+ patch?: never;
199
+ trace?: never;
200
+ };
201
+ "/api/v1/deployments/{deploymentId}": {
202
+ parameters: {
203
+ query?: never;
204
+ header?: never;
205
+ path?: never;
206
+ cookie?: never;
207
+ };
208
+ /** Get deployment */
209
+ get: operations["DeploymentsPublicController.getDeployment"];
210
+ put?: never;
211
+ post?: never;
212
+ delete?: never;
213
+ options?: never;
214
+ head?: never;
215
+ patch?: never;
216
+ trace?: never;
217
+ };
218
+ "/api/v1/deployments/{deploymentId}/agent-skills": {
219
+ parameters: {
220
+ query?: never;
221
+ header?: never;
222
+ path?: never;
223
+ cookie?: never;
224
+ };
225
+ /** Get agent skills */
226
+ get: operations["AgentsPublicController.getAgentSkills"];
227
+ put?: never;
228
+ post?: never;
229
+ delete?: never;
230
+ options?: never;
231
+ head?: never;
232
+ patch?: never;
233
+ trace?: never;
234
+ };
235
+ "/api/v1/deployments/{deploymentId}/agents": {
236
+ parameters: {
237
+ query?: never;
238
+ header?: never;
239
+ path?: never;
240
+ cookie?: never;
241
+ };
242
+ /** Get agents */
243
+ get: operations["AgentsPublicController.getAgents"];
244
+ put?: never;
245
+ post?: never;
246
+ delete?: never;
247
+ options?: never;
248
+ head?: never;
249
+ patch?: never;
250
+ trace?: never;
251
+ };
252
+ "/api/v1/deployments/{deploymentId}/environments": {
253
+ parameters: {
254
+ query?: never;
255
+ header?: never;
256
+ path?: never;
257
+ cookie?: never;
258
+ };
259
+ /** Get deployment environments */
260
+ get: operations["DeploymentEnvironmentPublicController.getDeploymentEnvironments"];
261
+ put?: never;
262
+ post?: never;
263
+ delete?: never;
264
+ options?: never;
265
+ head?: never;
266
+ patch?: never;
267
+ trace?: never;
268
+ };
269
+ "/api/v1/deployments/{deploymentId}/environments/{environmentId}/tokens": {
270
+ parameters: {
271
+ query?: never;
272
+ header?: never;
273
+ path?: never;
274
+ cookie?: never;
275
+ };
276
+ /** Get deployment environment tokens */
277
+ get: operations["DeploymentEnvironmentPublicController.getDeploymentEnvironmentTokens"];
278
+ put?: never;
279
+ /** Create deployment environment token */
280
+ post: operations["DeploymentEnvironmentPublicController.createDeploymentEnvironmentToken"];
281
+ delete?: never;
282
+ options?: never;
283
+ head?: never;
284
+ patch?: never;
285
+ trace?: never;
286
+ };
287
+ "/api/v1/deployments/{deploymentId}/environments/{environmentId}/tokens-for-meta-sync": {
288
+ parameters: {
289
+ query?: never;
290
+ header?: never;
291
+ path?: never;
292
+ cookie?: never;
293
+ };
294
+ get?: never;
295
+ put?: never;
296
+ /** Create deployment environment token for meta sync */
297
+ post: operations["DeploymentEnvironmentPublicController.createDeploymentEnvironmentTokenForMetaSync"];
298
+ delete?: never;
299
+ options?: never;
300
+ head?: never;
301
+ patch?: never;
302
+ trace?: never;
303
+ };
304
+ "/api/v1/deployments/{deploymentId}/folders": {
305
+ parameters: {
306
+ query?: never;
307
+ header?: never;
308
+ path?: never;
309
+ cookie?: never;
310
+ };
311
+ /**
312
+ * List folders
313
+ * @description List the folders in a deployment's workspace.
314
+ *
315
+ * By default this returns the folders at the workspace root. Pass the `parentId` query parameter to list the direct children of a specific folder instead.
316
+ *
317
+ * Results are scoped to the calling user: only folders the user can see are returned. A folder is visible when the user owns it, has been granted access to it directly, or has access to something inside it (a sub-folder, workbook, or dashboard), in which case the ancestor folders are surfaced as navigation.
318
+ *
319
+ * This endpoint is not recursive — it returns a single level of the folder tree per call. Use `parentId` to walk deeper, or `GET /folders/{folderId}/ancestors` to resolve a breadcrumb path.
320
+ */
321
+ get: operations["FoldersPublicController.getFolders"];
322
+ put?: never;
323
+ /**
324
+ * Create a folder
325
+ * @description Create a new folder in a deployment's workspace.
326
+ *
327
+ * Provide a `name`, and optionally a `parentId` to nest the folder inside an existing one (omit it to create the folder at the workspace root). An optional `position` controls the folder's ordering among its siblings.
328
+ *
329
+ * Requires the **AI BI User** role (or higher). When `parentId` is set, the caller must additionally have **edit** or **manage** access to that parent folder.
330
+ *
331
+ * Folders can be nested up to a fixed maximum depth; exceeding it returns `400`.
332
+ */
333
+ post: operations["FoldersPublicController.createFolder"];
334
+ delete?: never;
335
+ options?: never;
336
+ head?: never;
337
+ patch?: never;
338
+ trace?: never;
339
+ };
340
+ "/api/v1/deployments/{deploymentId}/folders/{folderId}": {
341
+ parameters: {
342
+ query?: never;
343
+ header?: never;
344
+ path?: never;
345
+ cookie?: never;
346
+ };
347
+ get?: never;
348
+ /**
349
+ * Update a folder
350
+ * @description Update a folder's metadata — its `name` and/or its `position` among its siblings. Both fields are optional; only the fields you send are changed.
351
+ *
352
+ * This endpoint does **not** move a folder to a different parent. To re-parent a folder, use `POST /workspace/move` with `type: FOLDER`.
353
+ *
354
+ * Requires **edit** access to the folder. Returns `404` if the folder does not exist or belongs to a different deployment.
355
+ */
356
+ put: operations["FoldersPublicController.updateFolder"];
357
+ post?: never;
358
+ /**
359
+ * Delete a folder
360
+ * @description Delete a folder from a deployment's workspace. Responds with `204 No Content` on success.
361
+ *
362
+ * The folder must be empty of sub-folders: if it still has child folders, the request is rejected with `400` — delete or move the sub-folders first.
363
+ *
364
+ * Content directly inside the folder (workbooks, dashboards, reports) is **not** deleted. It is detached and returned to the workspace root.
365
+ *
366
+ * Requires **manage** access to the folder. Returns `404` if the folder does not exist or belongs to a different deployment.
367
+ */
368
+ delete: operations["FoldersPublicController.deleteFolder"];
369
+ options?: never;
370
+ head?: never;
371
+ patch?: never;
372
+ trace?: never;
373
+ };
374
+ "/api/v1/deployments/{deploymentId}/folders/{folderId}/ancestors": {
375
+ parameters: {
376
+ query?: never;
377
+ header?: never;
378
+ path?: never;
379
+ cookie?: never;
380
+ };
381
+ /**
382
+ * List folder ancestors
383
+ * @description Return the ancestor chain of a folder, ordered from the workspace root down to (and including) the folder itself.
384
+ *
385
+ * Use this to render a breadcrumb path for a nested folder. For example, for `Root / Sales / Q1` requested on the `Q1` folder, the response is `[Root, Sales, Q1]`.
386
+ *
387
+ * Requires visibility access to the target folder. Returns `404` if the folder does not exist or belongs to a different deployment.
388
+ */
389
+ get: operations["FoldersPublicController.getFolderAncestors"];
390
+ put?: never;
391
+ post?: never;
392
+ delete?: never;
393
+ options?: never;
394
+ head?: never;
395
+ patch?: never;
396
+ trace?: never;
397
+ };
398
+ "/api/v1/deployments/{deploymentId}/notifications": {
399
+ parameters: {
400
+ query?: never;
401
+ header?: never;
402
+ path?: never;
403
+ cookie?: never;
404
+ };
405
+ /**
406
+ * List scheduled notifications
407
+ * @description Returns the deployment’s scheduled notifications (recurring dashboard runs), ordered by creation time (newest first) and cursor-paginated. Optionally filter to a single dashboard with `dashboardId`. Each item describes the schedule only; recipients are managed through the `/recipients` sub-resource. Requires an admin API key.
408
+ */
409
+ get: operations["NotificationsPublicController.getNotifications"];
410
+ put?: never;
411
+ /**
412
+ * Create a scheduled notification
413
+ * @description Creates a scheduled notification — a recurring run of a dashboard whose rendered result is delivered to its recipients. The cadence is set by `scheduleType` plus the relevant time fields (`minute`, `hour`, `dayOfWeek`, `dayOfMonth`) or a raw `customCron` expression when `scheduleType` is `CUSTOM`; `timezone` defaults to UTC. The target `dashboardId` must belong to this deployment, otherwise `404` is returned. The created notification has no recipients — add them via `POST /notifications/{id}/recipients`. Requires an admin API key.
414
+ */
415
+ post: operations["NotificationsPublicController.createNotification"];
416
+ delete?: never;
417
+ options?: never;
418
+ head?: never;
419
+ patch?: never;
420
+ trace?: never;
421
+ };
422
+ "/api/v1/deployments/{deploymentId}/notifications/{id}": {
423
+ parameters: {
424
+ query?: never;
425
+ header?: never;
426
+ path?: never;
427
+ cookie?: never;
428
+ };
429
+ /**
430
+ * Get a scheduled notification
431
+ * @description Returns a single scheduled notification by id, including its cron expression, timezone, enabled state, notification format, and a human-readable schedule summary. Returns `404` if the notification does not exist or does not belong to this deployment. Requires an admin API key.
432
+ */
433
+ get: operations["NotificationsPublicController.getNotification"];
434
+ /**
435
+ * Update a scheduled notification
436
+ * @description Updates a notification’s schedule definition. Any subset of the schedule fields may be supplied (`scheduleType` + time fields or `customCron`, `timezone`), along with `isEnabled`, `notificationEnabled`, and `notificationFormat`. Omitted fields are left unchanged. This endpoint never modifies recipients — manage those through the `/recipients` sub-resource. Returns `404` if the notification is not part of this deployment. Requires an admin API key.
437
+ */
438
+ put: operations["NotificationsPublicController.updateNotification"];
439
+ post?: never;
440
+ /**
441
+ * Delete a scheduled notification
442
+ * @description Permanently deletes a scheduled notification and all of its recipients (main, embed, and Slack) in a single cascade. Returns `204 No Content` on success, or `404` if the notification does not belong to this deployment. Requires an admin API key.
443
+ */
444
+ delete: operations["NotificationsPublicController.deleteNotification"];
445
+ options?: never;
446
+ head?: never;
447
+ patch?: never;
448
+ trace?: never;
449
+ };
450
+ "/api/v1/deployments/{deploymentId}/notifications/{id}/recipients": {
451
+ parameters: {
452
+ query?: never;
453
+ header?: never;
454
+ path?: never;
455
+ cookie?: never;
456
+ };
457
+ /**
458
+ * List notification recipients
459
+ * @description Returns the recipients subscribed to a notification, cursor-paginated and ordered by creation time (newest first). Recipients span three kinds, distinguished by `type`: `USER` (a main console user, with `userId` + `email`), `EMBED_USER` (an embed user, with `embedUserId`, `embedTenantName`, `externalId`, and `email`), and `SLACK` (a channel, with `channelId` + `channelName`). Returns `404` if the notification is not part of this deployment. Requires an admin API key.
460
+ */
461
+ get: operations["NotificationsPublicController.getRecipients"];
462
+ put?: never;
463
+ /**
464
+ * Add notification recipients
465
+ * @description Subscribes one or more recipients (1–1000 per request) to a notification. Each recipient is one of: a main console `USER` (identified by `userId` or `email`); an `EMBED_USER` (identified by `embedTenantName` + `externalId`, auto-provisioned if it does not yet exist, and optionally given `securityContext`, `userAttributes`, and `groups` that drive per-recipient rendering); or `SLACK` — **not yet supported**, a request containing a Slack recipient is rejected with `400`. Every recipient must resolve to a valid email (an embed user’s `email`, or an email-shaped `externalId`); otherwise the whole request fails with `400` before anything is written. The operation is idempotent: the response buckets each recipient into `createdRecipients`, `updatedRecipients` (an existing recipient whose embed properties changed), or `unchangedRecipients`. Requires an admin API key.
466
+ */
467
+ post: operations["NotificationsPublicController.addRecipients"];
468
+ /**
469
+ * Remove notification recipients
470
+ * @description Unsubscribes one or more recipients (1–1000 per request) from a notification. Each entry is identified by `type` plus the `id` returned by the API — `userId` for `USER`, `embedUserId` for `EMBED_USER`, or `channelId` for `SLACK`. `EMBED_USER` entries must also include `embedTenantName`, which locates the recipient’s storage partition. Removals are idempotent (deleting a recipient that isn’t subscribed is a no-op). Returns `204 No Content`, or `404` if the notification is not part of this deployment. Requires an admin API key.
471
+ */
472
+ delete: operations["NotificationsPublicController.removeRecipients"];
473
+ options?: never;
474
+ head?: never;
475
+ patch?: never;
476
+ trace?: never;
477
+ };
478
+ "/api/v1/deployments/{deploymentId}/report-folders": {
479
+ parameters: {
480
+ query?: never;
481
+ header?: never;
482
+ path?: never;
483
+ cookie?: never;
484
+ };
485
+ /** Get report folders */
486
+ get: operations["ReportsPublicController.getReportFolders"];
487
+ put?: never;
488
+ post?: never;
489
+ delete?: never;
490
+ options?: never;
491
+ head?: never;
492
+ patch?: never;
493
+ trace?: never;
494
+ };
495
+ "/api/v1/deployments/{deploymentId}/reports": {
496
+ parameters: {
497
+ query?: never;
498
+ header?: never;
499
+ path?: never;
500
+ cookie?: never;
501
+ };
502
+ /** Get reports */
503
+ get: operations["ReportsPublicController.getReports"];
504
+ put?: never;
505
+ /** Create report */
506
+ post: operations["ReportsPublicController.createReport"];
507
+ delete?: never;
508
+ options?: never;
509
+ head?: never;
510
+ patch?: never;
511
+ trace?: never;
512
+ };
513
+ "/api/v1/deployments/{deploymentId}/reports/{reportId}": {
514
+ parameters: {
515
+ query?: never;
516
+ header?: never;
517
+ path?: never;
518
+ cookie?: never;
519
+ };
520
+ /** Get report */
521
+ get: operations["ReportsPublicController.getReport"];
522
+ /** Update report */
523
+ put: operations["ReportsPublicController.updateReport"];
524
+ post?: never;
525
+ /** Delete report */
526
+ delete: operations["ReportsPublicController.deleteReport"];
527
+ options?: never;
528
+ head?: never;
529
+ patch?: never;
530
+ trace?: never;
531
+ };
532
+ "/api/v1/deployments/{deploymentId}/reports/{reportId}/refresh": {
533
+ parameters: {
534
+ query?: never;
535
+ header?: never;
536
+ path?: never;
537
+ cookie?: never;
538
+ };
539
+ get?: never;
540
+ /** Refresh report */
541
+ put: operations["ReportsPublicController.refreshReport"];
542
+ post?: never;
543
+ delete?: never;
544
+ options?: never;
545
+ head?: never;
546
+ patch?: never;
547
+ trace?: never;
548
+ };
549
+ "/api/v1/deployments/{deploymentId}/shared-workspace": {
550
+ parameters: {
551
+ query?: never;
552
+ header?: never;
553
+ path?: never;
554
+ cookie?: never;
555
+ };
556
+ /**
557
+ * List shared workspace items
558
+ * @description List the workspace items (folders, workbooks, reports) that have been shared with embed users via the built-in `all_embed_users` group.
559
+ *
560
+ * Unlike `GET /workspace`, this feed is not per-user: every valid embed caller for the deployment sees the same set, scoped to what the built-in group has been granted. Owner identities are blanked out so they are not exposed to embed users.
561
+ *
562
+ * Accepts the same `folderId`, `types`, `search`, sorting, and cursor-pagination parameters as `GET /workspace`. Folders reachable only because a nested item inside them was shared are surfaced as navigation, but their unshared siblings stay hidden.
563
+ */
564
+ get: operations["WorkspacePublicController.sharedWorkspaceObjects"];
565
+ put?: never;
566
+ post?: never;
567
+ delete?: never;
568
+ options?: never;
569
+ head?: never;
570
+ patch?: never;
571
+ trace?: never;
572
+ };
573
+ "/api/v1/deployments/{deploymentId}/token": {
574
+ parameters: {
575
+ query?: never;
576
+ header?: never;
577
+ path?: never;
578
+ cookie?: never;
579
+ };
580
+ get?: never;
581
+ put?: never;
582
+ /** Deployment token */
583
+ post: operations["DeploymentsPublicController.deploymentToken"];
584
+ delete?: never;
585
+ options?: never;
586
+ head?: never;
587
+ patch?: never;
588
+ trace?: never;
589
+ };
590
+ "/api/v1/deployments/{deploymentId}/workbooks": {
591
+ parameters: {
592
+ query?: never;
593
+ header?: never;
594
+ path?: never;
595
+ cookie?: never;
596
+ };
597
+ /** Get workbooks */
598
+ get: operations["WorkbooksPublicController.getWorkbooks"];
599
+ put?: never;
600
+ /** Create workbook */
601
+ post: operations["WorkbooksPublicController.createWorkbook"];
602
+ delete?: never;
603
+ options?: never;
604
+ head?: never;
605
+ patch?: never;
606
+ trace?: never;
607
+ };
608
+ "/api/v1/deployments/{deploymentId}/workbooks/{workbookId}": {
609
+ parameters: {
610
+ query?: never;
611
+ header?: never;
612
+ path?: never;
613
+ cookie?: never;
614
+ };
615
+ /** Get workbook */
616
+ get: operations["WorkbooksPublicController.getWorkbook"];
617
+ /**
618
+ * Update a workbook
619
+ * @description Update a workbook's properties. All fields are optional; only the fields you send are changed.
620
+ *
621
+ * - `name` — rename the workbook.
622
+ * - `meta` — replace the workbook's metadata object.
623
+ * - `folderId` — move the workbook between folders. Set it to a folder id to move the workbook into that folder, or to `null` to move it back to the workspace root.
624
+ *
625
+ * Access depends on what you change. Renaming or editing metadata requires **edit** access to the workbook. Moving the workbook (any request that includes `folderId`) requires **manage** access to the workbook, plus **edit** access to the destination folder when moving into one.
626
+ *
627
+ * To move a workbook you can use either this endpoint or the unified `POST /workspace/move`. Returns `404` if the workbook does not exist or belongs to a different deployment.
628
+ */
629
+ put: operations["WorkbooksPublicController.updateWorkbook"];
630
+ post?: never;
631
+ /** Delete workbook */
632
+ delete: operations["WorkbooksPublicController.deleteWorkbook"];
633
+ options?: never;
634
+ head?: never;
635
+ patch?: never;
636
+ trace?: never;
637
+ };
638
+ "/api/v1/deployments/{deploymentId}/workbooks/{workbookId}/dashboard": {
639
+ parameters: {
640
+ query?: never;
641
+ header?: never;
642
+ path?: never;
643
+ cookie?: never;
644
+ };
645
+ get?: never;
646
+ /** Update workbook dashboard */
647
+ put: operations["WorkbooksPublicController.updateWorkbookDashboard"];
648
+ post?: never;
649
+ delete?: never;
650
+ options?: never;
651
+ head?: never;
652
+ patch?: never;
653
+ trace?: never;
654
+ };
655
+ "/api/v1/deployments/{deploymentId}/workbooks/{workbookId}/duplicate": {
656
+ parameters: {
657
+ query?: never;
658
+ header?: never;
659
+ path?: never;
660
+ cookie?: never;
661
+ };
662
+ get?: never;
663
+ put?: never;
664
+ /**
665
+ * Clone a workbook
666
+ * @description Create a full copy of a workbook, including its reports and its published dashboard, and return the new workbook.
667
+ *
668
+ * The clone is created in the same folder as the source and named "Copy of {original name}". All report references inside the dashboard (and the dashboard draft) are re-pointed at the copied reports, so the duplicate is fully self-contained and independent of the original. Per-user view history (last-viewed timestamps) is **not** carried over.
669
+ *
670
+ * Requires **read** access to the source workbook and the **AI BI User** role (or higher). The new workbook is owned by the calling user.
671
+ *
672
+ * If the deployment's plan enforces a workbook limit and it has been reached, the request is rejected with `400`. Returns `404` if the workbook does not exist or belongs to a different deployment.
673
+ */
674
+ post: operations["WorkbooksPublicController.duplicateWorkbook"];
675
+ delete?: never;
676
+ options?: never;
677
+ head?: never;
678
+ patch?: never;
679
+ trace?: never;
680
+ };
681
+ "/api/v1/deployments/{deploymentId}/workbooks/{workbookId}/publish": {
682
+ parameters: {
683
+ query?: never;
684
+ header?: never;
685
+ path?: never;
686
+ cookie?: never;
687
+ };
688
+ get?: never;
689
+ put?: never;
690
+ /** Publish dashboard */
691
+ post: operations["WorkbooksPublicController.publishDashboard"];
692
+ delete?: never;
693
+ options?: never;
694
+ head?: never;
695
+ patch?: never;
696
+ trace?: never;
697
+ };
698
+ "/api/v1/deployments/{deploymentId}/workspace": {
699
+ parameters: {
700
+ query?: never;
701
+ header?: never;
702
+ path?: never;
703
+ cookie?: never;
704
+ };
705
+ /**
706
+ * List workspace items
707
+ * @description List the items in a deployment's workspace — folders, workbooks, and reports — in a single unified, paginated feed.
708
+ *
709
+ * By default this returns the items at the workspace root. Pass `folderId` to list the contents of a specific folder instead. Folders are always returned ahead of other item types so they render at the top of a listing.
710
+ *
711
+ * Supported query parameters:
712
+ * - `folderId` — list the contents of this folder (omit for the root).
713
+ * - `types` — restrict the results to one or more item types (`FOLDER`, `WORKBOOK`, `REPORT`). Repeat the parameter to pass several.
714
+ * - `search` — case-insensitive substring match on item names; searches across all folders, not just the current level.
715
+ * - `orderByField` / `orderByDirection` — sort the non-folder items (e.g. by `name`, `updated_at`, `created_at`, or `viewer_last_viewed_at`).
716
+ * - `first` / `after` — cursor-based pagination.
717
+ *
718
+ * Results are scoped to the calling user: only items the user can access are returned.
719
+ */
720
+ get: operations["WorkspacePublicController.workspaceObjects"];
721
+ put?: never;
722
+ post?: never;
723
+ delete?: never;
724
+ options?: never;
725
+ head?: never;
726
+ patch?: never;
727
+ trace?: never;
728
+ };
729
+ "/api/v1/deployments/{deploymentId}/workspace/move": {
730
+ parameters: {
731
+ query?: never;
732
+ header?: never;
733
+ path?: never;
734
+ cookie?: never;
735
+ };
736
+ get?: never;
737
+ put?: never;
738
+ /**
739
+ * Move a workspace item
740
+ * @description Move any workspace item — a workbook, report, or folder — into a folder, in one unified endpoint. Returns the moved item.
741
+ *
742
+ * Request body:
743
+ * - `type` — the item type: `WORKBOOK`, `REPORT`, or `FOLDER`.
744
+ * - `id` — the id of the item to move.
745
+ * - `folderId` — the destination folder id, or `null` to move the item to the workspace root. For a folder, this becomes its new parent.
746
+ *
747
+ * Access requirements depend on the item type and mirror the per-type rules:
748
+ * - **Workbook** — manage access to the workbook, plus edit access to the destination folder when moving into one.
749
+ * - **Report** — edit access to the report (with the report-manage permission).
750
+ * - **Folder** — manage access to the folder being moved, plus manage or edit access to the destination parent folder.
751
+ *
752
+ * Moving a folder into one of its own descendants, or exceeding the maximum folder depth, is rejected with `400`. Returns `404` if the item does not exist or belongs to a different deployment.
753
+ */
754
+ post: operations["WorkspacePublicController.moveWorkspaceObject"];
755
+ delete?: never;
756
+ options?: never;
757
+ head?: never;
758
+ patch?: never;
759
+ trace?: never;
760
+ };
761
+ "/api/v1/embed-tenants/{embedTenantName}/groups": {
762
+ parameters: {
763
+ query?: never;
764
+ header?: never;
765
+ path?: never;
766
+ cookie?: never;
767
+ };
768
+ /** Get groups */
769
+ get: operations["EmbedTenantAdminPublicController.getGroups"];
770
+ put?: never;
771
+ post?: never;
772
+ delete?: never;
773
+ options?: never;
774
+ head?: never;
775
+ patch?: never;
776
+ trace?: never;
777
+ };
778
+ "/api/v1/embed-tenants/{embedTenantName}/groups/{id}": {
779
+ parameters: {
780
+ query?: never;
781
+ header?: never;
782
+ path?: never;
783
+ cookie?: never;
784
+ };
785
+ get?: never;
786
+ put?: never;
787
+ post?: never;
788
+ /** Delete group */
789
+ delete: operations["EmbedTenantAdminPublicController.deleteGroup"];
790
+ options?: never;
791
+ head?: never;
792
+ patch?: never;
793
+ trace?: never;
794
+ };
795
+ "/api/v1/embed-tenants/{embedTenantName}/user-attributes": {
796
+ parameters: {
797
+ query?: never;
798
+ header?: never;
799
+ path?: never;
800
+ cookie?: never;
801
+ };
802
+ /** Get user attributes */
803
+ get: operations["EmbedTenantAdminPublicController.getUserAttributes"];
804
+ put?: never;
805
+ post?: never;
806
+ delete?: never;
807
+ options?: never;
808
+ head?: never;
809
+ patch?: never;
810
+ trace?: never;
811
+ };
812
+ "/api/v1/embed-tenants/{embedTenantName}/user-attributes/{id}": {
813
+ parameters: {
814
+ query?: never;
815
+ header?: never;
816
+ path?: never;
817
+ cookie?: never;
818
+ };
819
+ get?: never;
820
+ put?: never;
821
+ post?: never;
822
+ /** Delete user attribute */
823
+ delete: operations["EmbedTenantAdminPublicController.deleteUserAttribute"];
824
+ options?: never;
825
+ head?: never;
826
+ patch?: never;
827
+ trace?: never;
828
+ };
829
+ "/api/v1/embed/dashboard/{publicId}": {
830
+ parameters: {
831
+ query?: never;
832
+ header?: never;
833
+ path?: never;
834
+ cookie?: never;
835
+ };
836
+ /** Get dashboard */
837
+ get: operations["EmbedPublicController.getDashboard"];
838
+ put?: never;
839
+ post?: never;
840
+ delete?: never;
841
+ options?: never;
842
+ head?: never;
843
+ patch?: never;
844
+ trace?: never;
845
+ };
846
+ "/api/v1/embed/generate-session": {
847
+ parameters: {
848
+ query?: never;
849
+ header?: never;
850
+ path?: never;
851
+ cookie?: never;
852
+ };
853
+ get?: never;
854
+ put?: never;
855
+ /** Generate session */
856
+ post: operations["EmbedPublicController.generateSession"];
857
+ delete?: never;
858
+ options?: never;
859
+ head?: never;
860
+ patch?: never;
861
+ trace?: never;
862
+ };
863
+ "/api/v1/embed/session/token": {
864
+ parameters: {
865
+ query?: never;
866
+ header?: never;
867
+ path?: never;
868
+ cookie?: never;
869
+ };
870
+ get?: never;
871
+ put?: never;
872
+ /** Post token by session id */
873
+ post: operations["EmbedPublicController.postTokenBySessionId"];
874
+ delete?: never;
875
+ options?: never;
876
+ head?: never;
877
+ patch?: never;
878
+ trace?: never;
879
+ };
880
+ "/api/v1/groups/{id}": {
881
+ parameters: {
882
+ query?: never;
883
+ header?: never;
884
+ path?: never;
885
+ cookie?: never;
886
+ };
887
+ get?: never;
888
+ put?: never;
889
+ post?: never;
890
+ /** Delete group */
891
+ delete: operations["GroupsPublicController.deleteGroup"];
892
+ options?: never;
893
+ head?: never;
894
+ patch?: never;
895
+ trace?: never;
896
+ };
897
+ "/api/v1/meta/": {
898
+ parameters: {
899
+ query?: never;
900
+ header?: never;
901
+ path?: never;
902
+ cookie?: never;
903
+ };
904
+ get?: never;
905
+ put?: never;
906
+ /** Get metadata */
907
+ post: operations["MetadataPublicController.getMetadata"];
908
+ delete?: never;
909
+ options?: never;
910
+ head?: never;
911
+ patch?: never;
912
+ trace?: never;
913
+ };
914
+ "/api/v1/resource-policies/": {
915
+ parameters: {
916
+ query?: never;
917
+ header?: never;
918
+ path?: never;
919
+ cookie?: never;
920
+ };
921
+ /** Get policies */
922
+ get: operations["ResourcePoliciesPublicController.getPolicies"];
923
+ put?: never;
924
+ post?: never;
925
+ delete?: never;
926
+ options?: never;
927
+ head?: never;
928
+ patch?: never;
929
+ trace?: never;
930
+ };
931
+ "/api/v1/resource-policies/group": {
932
+ parameters: {
933
+ query?: never;
934
+ header?: never;
935
+ path?: never;
936
+ cookie?: never;
937
+ };
938
+ get?: never;
939
+ /** Update group policy */
940
+ put: operations["ResourcePoliciesPublicController.updateGroupPolicy"];
941
+ post?: never;
942
+ delete?: never;
943
+ options?: never;
944
+ head?: never;
945
+ patch?: never;
946
+ trace?: never;
947
+ };
948
+ "/api/v1/resource-policies/user": {
949
+ parameters: {
950
+ query?: never;
951
+ header?: never;
952
+ path?: never;
953
+ cookie?: never;
954
+ };
955
+ get?: never;
956
+ /** Update user policy */
957
+ put: operations["ResourcePoliciesPublicController.updateUserPolicy"];
958
+ post?: never;
959
+ delete?: never;
960
+ options?: never;
961
+ head?: never;
962
+ patch?: never;
963
+ trace?: never;
964
+ };
965
+ "/api/v1/user-attributes/{id}": {
966
+ parameters: {
967
+ query?: never;
968
+ header?: never;
969
+ path?: never;
970
+ cookie?: never;
971
+ };
972
+ get?: never;
973
+ put?: never;
974
+ post?: never;
975
+ /** Delete user attribute */
976
+ delete: operations["UserAttributesPublicController.deleteUserAttribute"];
977
+ options?: never;
978
+ head?: never;
979
+ patch?: never;
980
+ trace?: never;
981
+ };
982
+ "/api/v1/user-groups/": {
983
+ parameters: {
984
+ query?: never;
985
+ header?: never;
986
+ path?: never;
987
+ cookie?: never;
988
+ };
989
+ /** List groups */
990
+ get: operations["UserGroupsPublicController.listGroups"];
991
+ put?: never;
992
+ post?: never;
993
+ delete?: never;
994
+ options?: never;
995
+ head?: never;
996
+ patch?: never;
997
+ trace?: never;
998
+ };
999
+ "/api/v1/users/": {
1000
+ parameters: {
1001
+ query?: never;
1002
+ header?: never;
1003
+ path?: never;
1004
+ cookie?: never;
1005
+ };
1006
+ /** Get users */
1007
+ get: operations["UsersPublicController.getUsers"];
1008
+ put?: never;
1009
+ post?: never;
1010
+ delete?: never;
1011
+ options?: never;
1012
+ head?: never;
1013
+ patch?: never;
1014
+ trace?: never;
1015
+ };
1016
+ "/api/v1/users/embed-theme": {
1017
+ parameters: {
1018
+ query?: never;
1019
+ header?: never;
1020
+ path?: never;
1021
+ cookie?: never;
1022
+ };
1023
+ /** Get embed theme */
1024
+ get: operations["UsersPublicController.getEmbedTheme"];
1025
+ put?: never;
1026
+ post?: never;
1027
+ delete?: never;
1028
+ options?: never;
1029
+ head?: never;
1030
+ patch?: never;
1031
+ trace?: never;
1032
+ };
1033
+ "/api/v1/users/me": {
1034
+ parameters: {
1035
+ query?: never;
1036
+ header?: never;
1037
+ path?: never;
1038
+ cookie?: never;
1039
+ };
1040
+ /** Get me */
1041
+ get: operations["UsersPublicController.getMe"];
1042
+ put?: never;
1043
+ post?: never;
1044
+ delete?: never;
1045
+ options?: never;
1046
+ head?: never;
1047
+ patch?: never;
1048
+ trace?: never;
1049
+ };
1050
+ }
1051
+ export type webhooks = Record<string, never>;
1052
+ export interface components {
1053
+ schemas: {
1054
+ AIEngineerCubeCredentialsDTO: {
1055
+ apiToken: string;
1056
+ apiUrl: string;
1057
+ internalIngressHost?: string | null;
1058
+ };
1059
+ AIEngineerSettingsDTO: {
1060
+ cubeCredentials?: components["schemas"]["AIEngineerCubeCredentialsDTO"] | null;
1061
+ graphqlToken?: string | null;
1062
+ hasAgentAccess?: any | null;
1063
+ mcpToken?: string | null;
1064
+ token: string;
1065
+ url: string;
1066
+ };
1067
+ ActiveAgentRegionDto: {
1068
+ createdAt?: (string) | null;
1069
+ regionName: string;
1070
+ updatedAt?: (string) | null;
1071
+ userId: number;
1072
+ };
1073
+ AddRecipientsInput: {
1074
+ /** @description Recipients to subscribe (1–1000 per request) */
1075
+ recipients: components["schemas"]["PublicRecipientInput"][];
1076
+ };
1077
+ AgentDto: {
1078
+ accessibleViews?: string[] | null;
1079
+ agentConfigName?: string | null;
1080
+ agentLlm?: components["schemas"]["AgentLlmDto"] | null;
1081
+ agentLlmId?: number | null;
1082
+ agentSpace?: components["schemas"]["AgentSpaceDto"] | null;
1083
+ agentSpaceId?: number | null;
1084
+ config?: {
1085
+ [key: string]: any;
1086
+ } | null;
1087
+ createdAt: string;
1088
+ dedicatedAiEngineerRegion?: string | null;
1089
+ deploymentId?: number | null;
1090
+ embeddingLlm?: components["schemas"]["AgentLlmDto"] | null;
1091
+ embeddingUrl?: string | null;
1092
+ id: number;
1093
+ integrations?: components["schemas"]["AgentIntegrationsDto"] | null;
1094
+ name?: string | null;
1095
+ updatedAt: string;
1096
+ userId?: number | null;
1097
+ };
1098
+ AgentIntegrationsDto: {
1099
+ jira?: components["schemas"]["AgentIntegrationsJiraDto"] | null;
1100
+ };
1101
+ AgentIntegrationsJiraDto: {
1102
+ connected?: boolean | null;
1103
+ jiraIssueType?: components["schemas"]["JiraIssueType"] | null;
1104
+ jiraProject?: components["schemas"]["JiraProject"] | null;
1105
+ };
1106
+ AgentLlmDto: {
1107
+ config?: {
1108
+ [key: string]: any;
1109
+ } | null;
1110
+ createdAt?: (string) | null;
1111
+ id: number;
1112
+ llmProvider?: string | null;
1113
+ llmType?: string | null;
1114
+ localEncryptedSecrets?: components["schemas"]["LocalEncryptedSecret"][] | null;
1115
+ name?: string | null;
1116
+ secrets?: {
1117
+ [key: string]: any;
1118
+ } | null;
1119
+ updatedAt?: (string) | null;
1120
+ userId?: number | null;
1121
+ };
1122
+ AgentSkillDto: {
1123
+ description: string;
1124
+ input?: string | null;
1125
+ name: string;
1126
+ title: string;
1127
+ };
1128
+ AgentSkillsResponseDto: {
1129
+ skills: components["schemas"]["AgentSkillDto"][];
1130
+ };
1131
+ AgentSpaceConfigDto: {
1132
+ name?: string | null;
1133
+ spaceConfigName?: string | null;
1134
+ };
1135
+ AgentSpaceDto: {
1136
+ config?: components["schemas"]["AgentSpaceConfigDto"] | null;
1137
+ createdAt?: (string) | null;
1138
+ id: number;
1139
+ name?: string | null;
1140
+ spaceConfigName?: string | null;
1141
+ updatedAt?: (string) | null;
1142
+ userId?: number | null;
1143
+ };
1144
+ AppThemeFontRefDto: {
1145
+ fontRef: string;
1146
+ fontWeight: number;
1147
+ };
1148
+ AppThemePublicDto: {
1149
+ applyThemeGlobally: boolean;
1150
+ dark: components["schemas"]["AppThemeSchemeDto"];
1151
+ light: components["schemas"]["AppThemeSchemeDto"];
1152
+ typography?: components["schemas"]["AppThemeTypographyDto"];
1153
+ };
1154
+ AppThemeSchemeDto: {
1155
+ accentColor: string;
1156
+ backgroundColor: string;
1157
+ contrast: number;
1158
+ foregroundColor: string;
1159
+ logoUrl: string;
1160
+ };
1161
+ AppThemeTypographyDto: {
1162
+ body: components["schemas"]["AppThemeFontRefDto"];
1163
+ fonts: components["schemas"]["ThemeFontDto"][];
1164
+ heading: components["schemas"]["AppThemeFontRefDto"];
1165
+ };
1166
+ ColumnFormatOverrideDto: {
1167
+ decimalPlaces?: number | null;
1168
+ type: components["schemas"]["ColumnFormatOverrideDtoType"];
1169
+ };
1170
+ /** @enum {string} */
1171
+ ColumnFormatOverrideDtoType: "currency" | "percent" | "number";
1172
+ ControlThemeBorderSectionInput: {
1173
+ color?: string | null;
1174
+ radius?: string | null;
1175
+ style?: string | null;
1176
+ width?: string | null;
1177
+ };
1178
+ ControlThemeSectionInput: {
1179
+ backgroundColor?: string | null;
1180
+ border?: components["schemas"]["ControlThemeBorderSectionInput"] | null;
1181
+ padding?: string | null;
1182
+ title?: components["schemas"]["ControlThemeTitleSectionInput"] | null;
1183
+ };
1184
+ ControlThemeTitleSectionInput: {
1185
+ color?: string | null;
1186
+ fontFamily?: string | null;
1187
+ fontSize?: string | null;
1188
+ fontWeight?: string | null;
1189
+ };
1190
+ CreateDeploymentEnvironmentTokenInput: {
1191
+ expires_in?: number | null;
1192
+ scopes?: string[] | null;
1193
+ security_context: {
1194
+ [key: string]: any;
1195
+ };
1196
+ };
1197
+ CreateFolderInput: {
1198
+ name: string;
1199
+ parentId?: number | null;
1200
+ position?: number | null;
1201
+ };
1202
+ CreateNotificationInput: {
1203
+ customCron?: string | null;
1204
+ /** @description Dashboard to run on the schedule */
1205
+ dashboardId: number;
1206
+ dayOfMonth?: number | null;
1207
+ dayOfWeek?: number | null;
1208
+ hour?: number | null;
1209
+ minute?: number | null;
1210
+ notificationEnabled?: boolean | null;
1211
+ notificationFormat?: components["schemas"]["CreateNotificationInputNotificationFormat"] | null;
1212
+ scheduleType: components["schemas"]["CreateNotificationInputScheduleType"];
1213
+ timezone?: string | null;
1214
+ };
1215
+ /** @enum {string} */
1216
+ CreateNotificationInputNotificationFormat: "png" | "pdf";
1217
+ /** @enum {string} */
1218
+ CreateNotificationInputScheduleType: "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM";
1219
+ CreateReportInput: {
1220
+ endResultCell?: string | null;
1221
+ externalWorkbookId?: string | null;
1222
+ folderId?: number | null;
1223
+ jsonQuery?: string | null;
1224
+ meta?: {
1225
+ [key: string]: any;
1226
+ } | null;
1227
+ name?: string | null;
1228
+ pivotItems?: components["schemas"]["PivotItemsInput"] | null;
1229
+ publicId?: string | null;
1230
+ resultLocation?: string | null;
1231
+ source?: components["schemas"]["CreateReportInputSource"] | null;
1232
+ sqlQuery?: string | null;
1233
+ title?: string | null;
1234
+ workbookId?: number | null;
1235
+ };
1236
+ /** @enum {string} */
1237
+ CreateReportInputSource: "GOOGLE_SHEETS" | "EXCEL" | "PLAYGROUND" | "D3";
1238
+ CreateWorkbookInput: {
1239
+ folderId?: number | null;
1240
+ meta?: {
1241
+ [key: string]: any;
1242
+ } | null;
1243
+ name?: string | null;
1244
+ };
1245
+ /** @enum {string} */
1246
+ CreationStep: "project" | "upload" | "schema" | "github" | "ssh" | "databases" | "ready" | "demo";
1247
+ /** DashboardBreakpointColsDto */
1248
+ DashboardBreakpointColsDto: {
1249
+ lg?: number | null;
1250
+ md?: number | null;
1251
+ sm?: number | null;
1252
+ xs?: number | null;
1253
+ xxs?: number | null;
1254
+ };
1255
+ /** DashboardBreakpointColsInput */
1256
+ DashboardBreakpointColsInput: {
1257
+ lg?: number | null;
1258
+ md?: number | null;
1259
+ sm?: number | null;
1260
+ xs?: number | null;
1261
+ xxs?: number | null;
1262
+ };
1263
+ /** DashboardBreakpointsDto */
1264
+ DashboardBreakpointsDto: {
1265
+ lg?: number | null;
1266
+ md?: number | null;
1267
+ sm?: number | null;
1268
+ xs?: number | null;
1269
+ xxs?: number | null;
1270
+ };
1271
+ /** DashboardBreakpointsInput */
1272
+ DashboardBreakpointsInput: {
1273
+ lg?: number | null;
1274
+ md?: number | null;
1275
+ sm?: number | null;
1276
+ xs?: number | null;
1277
+ xxs?: number | null;
1278
+ };
1279
+ DashboardConfigDto: {
1280
+ description?: string | null;
1281
+ layout?: components["schemas"]["DashboardLayoutDto"] | null;
1282
+ settings?: {
1283
+ [key: string]: any;
1284
+ } | null;
1285
+ theme?: {
1286
+ [key: string]: any;
1287
+ } | null;
1288
+ title?: string | null;
1289
+ widgets?: components["schemas"]["DashboardWidgetDto"][] | null;
1290
+ };
1291
+ DashboardConfigInput: {
1292
+ description?: string | null;
1293
+ layout?: components["schemas"]["DashboardLayoutInput"] | null;
1294
+ settings?: {
1295
+ [key: string]: any;
1296
+ } | null;
1297
+ theme?: components["schemas"]["DashboardThemeInput"] | null;
1298
+ title?: string | null;
1299
+ widgets: components["schemas"]["DashboardWidgetInput"][];
1300
+ };
1301
+ DashboardDto: {
1302
+ allowEmbed: boolean;
1303
+ config: components["schemas"]["DashboardConfigDto"];
1304
+ createdBy?: number | null;
1305
+ deploymentId: number;
1306
+ description?: string | null;
1307
+ id: number;
1308
+ publicId: string;
1309
+ reportSnapshots: components["schemas"]["ReportSnapshotDto"][];
1310
+ status: components["schemas"]["DashboardDtoStatus"];
1311
+ title?: string | null;
1312
+ versionId: number;
1313
+ versionNumber: number;
1314
+ workbookId: number;
1315
+ };
1316
+ /** @enum {string} */
1317
+ DashboardDtoStatus: "draft" | "published" | "archived";
1318
+ DashboardLayoutDto: {
1319
+ breakpoints?: components["schemas"]["DashboardBreakpointsDto"] | null;
1320
+ cols?: components["schemas"]["DashboardBreakpointColsDto"] | null;
1321
+ containerPadding?: number[] | null;
1322
+ margin?: number[] | null;
1323
+ rowHeight?: number | null;
1324
+ };
1325
+ DashboardLayoutInput: {
1326
+ breakpoints?: components["schemas"]["DashboardBreakpointsInput"] | null;
1327
+ cols?: components["schemas"]["DashboardBreakpointColsInput"] | null;
1328
+ containerPadding?: number[] | null;
1329
+ margin?: number[] | null;
1330
+ rowHeight?: number | null;
1331
+ };
1332
+ DashboardResponsiveLayoutsDto: {
1333
+ lg?: components["schemas"]["DashboardWidgetPositionDto"] | null;
1334
+ md?: components["schemas"]["DashboardWidgetPositionDto"] | null;
1335
+ sm?: components["schemas"]["DashboardWidgetPositionDto"] | null;
1336
+ xs?: components["schemas"]["DashboardWidgetPositionDto"] | null;
1337
+ xxs?: components["schemas"]["DashboardWidgetPositionDto"] | null;
1338
+ };
1339
+ DashboardResponsiveLayoutsInput: {
1340
+ lg?: components["schemas"]["DashboardWidgetPositionInput"] | null;
1341
+ md?: components["schemas"]["DashboardWidgetPositionInput"] | null;
1342
+ sm?: components["schemas"]["DashboardWidgetPositionInput"] | null;
1343
+ xs?: components["schemas"]["DashboardWidgetPositionInput"] | null;
1344
+ xxs?: components["schemas"]["DashboardWidgetPositionInput"] | null;
1345
+ };
1346
+ DashboardThemeInput: {
1347
+ backgroundColor?: string | null;
1348
+ controls?: components["schemas"]["ControlThemeSectionInput"] | null;
1349
+ dashboard?: components["schemas"]["DashboardThemeSectionInput"] | null;
1350
+ fontFamily?: string | null;
1351
+ primaryColor?: string | null;
1352
+ themeId?: string | null;
1353
+ widgets?: components["schemas"]["WidgetThemeSectionInput"] | null;
1354
+ };
1355
+ DashboardThemeSectionInput: {
1356
+ backgroundColor?: string | null;
1357
+ padding?: string | null;
1358
+ };
1359
+ DashboardWidgetDto: {
1360
+ config?: {
1361
+ [key: string]: any;
1362
+ } | null;
1363
+ id: string;
1364
+ position: components["schemas"]["DashboardWidgetPositionDto"];
1365
+ responsiveLayouts?: components["schemas"]["DashboardResponsiveLayoutsDto"] | null;
1366
+ style?: {
1367
+ [key: string]: any;
1368
+ } | null;
1369
+ type: components["schemas"]["DashboardWidgetDtoType"];
1370
+ };
1371
+ /** @enum {string} */
1372
+ DashboardWidgetDtoType: "CHART" | "TEXT" | "FILTER" | "AI" | "TABS_CONTAINER" | "TIME_GRAIN";
1373
+ DashboardWidgetInput: {
1374
+ config?: {
1375
+ [key: string]: any;
1376
+ } | null;
1377
+ id: string;
1378
+ position: components["schemas"]["DashboardWidgetPositionInput"];
1379
+ responsiveLayouts?: components["schemas"]["DashboardResponsiveLayoutsInput"] | null;
1380
+ style?: {
1381
+ [key: string]: any;
1382
+ } | null;
1383
+ type: components["schemas"]["DashboardWidgetInputType"];
1384
+ };
1385
+ /** @enum {string} */
1386
+ DashboardWidgetInputType: "CHART" | "TEXT" | "FILTER" | "AI" | "TABS_CONTAINER" | "TIME_GRAIN";
1387
+ DashboardWidgetPositionDto: {
1388
+ h: number;
1389
+ w: number;
1390
+ x: number;
1391
+ y: number;
1392
+ };
1393
+ DashboardWidgetPositionInput: {
1394
+ h: number;
1395
+ w: number;
1396
+ x: number;
1397
+ y: number;
1398
+ };
1399
+ Deployment: {
1400
+ creationStep: components["schemas"]["CreationStep"];
1401
+ deploymentUrl: string;
1402
+ id: number;
1403
+ name: string;
1404
+ };
1405
+ DeploymentEnvironment: {
1406
+ api_credentials: components["schemas"]["DeploymentEnvironmentApiCredential"][];
1407
+ branch?: string | null;
1408
+ id: string;
1409
+ type: components["schemas"]["DeploymentEnvironmentType"];
1410
+ user?: string | null;
1411
+ };
1412
+ DeploymentEnvironmentApiCredential: {
1413
+ database?: string | null;
1414
+ host?: string | null;
1415
+ port?: number | null;
1416
+ type: components["schemas"]["DeploymentEnvironmentApiCredentialType"];
1417
+ url?: string | null;
1418
+ version: number;
1419
+ };
1420
+ /** @enum {string} */
1421
+ DeploymentEnvironmentApiCredentialType: "rest" | "sql";
1422
+ DeploymentEnvironmentToken: {
1423
+ created_at: string;
1424
+ expires_at: string;
1425
+ security_context: {
1426
+ [key: string]: any;
1427
+ };
1428
+ token: string;
1429
+ };
1430
+ DeploymentEnvironmentTokenResponse: {
1431
+ data: components["schemas"]["DeploymentEnvironmentToken"];
1432
+ };
1433
+ DeploymentEnvironmentTokensListResponse: {
1434
+ data: components["schemas"]["DeploymentEnvironmentToken"][];
1435
+ pagination: components["schemas"]["DeploymentsPagination"];
1436
+ };
1437
+ /** @enum {string} */
1438
+ DeploymentEnvironmentType: "production" | "staging" | "development";
1439
+ DeploymentEnvironmentsListResponse: {
1440
+ data: components["schemas"]["DeploymentEnvironment"][];
1441
+ pagination: components["schemas"]["DeploymentsPagination"];
1442
+ };
1443
+ DeploymentTokenResponse: {
1444
+ cubeApiToken: string;
1445
+ };
1446
+ DeploymentsListResponse: {
1447
+ count?: number | null;
1448
+ data: components["schemas"]["Deployment"][];
1449
+ items: components["schemas"]["Deployment"][];
1450
+ pageInfo?: components["schemas"]["PageInfoDto"] | null;
1451
+ pagination: components["schemas"]["DeploymentsPagination"];
1452
+ totalCount?: number | null;
1453
+ };
1454
+ DeploymentsPagination: {
1455
+ limit: number;
1456
+ offset: number;
1457
+ total: number;
1458
+ };
1459
+ EmbedThemeAnalyticsChatDTO: {
1460
+ backgroundColor?: string | null;
1461
+ chatInput?: components["schemas"]["EmbedThemeAnalyticsChatInputDTO"] | null;
1462
+ };
1463
+ EmbedThemeAnalyticsChatInputDTO: {
1464
+ backgroundColor?: string | null;
1465
+ borderColor?: string | null;
1466
+ };
1467
+ EmbedThemeChatDTO: {
1468
+ inputColor?: string | null;
1469
+ };
1470
+ EmbedThemeDTO: {
1471
+ analyticsChat?: components["schemas"]["EmbedThemeAnalyticsChatDTO"] | null;
1472
+ chat?: components["schemas"]["EmbedThemeChatDTO"] | null;
1473
+ font?: string | null;
1474
+ primaryColor?: string | null;
1475
+ };
1476
+ EmbedUserProfileDTO: {
1477
+ displayName?: string | null;
1478
+ picture?: string | null;
1479
+ };
1480
+ FolderDto: {
1481
+ createdAt: string;
1482
+ createdBy?: number;
1483
+ deploymentId: number;
1484
+ id: number;
1485
+ name: string;
1486
+ parentId?: number | null;
1487
+ position: number;
1488
+ type: components["schemas"]["FolderDtoType"];
1489
+ updatedAt: string;
1490
+ updatedBy?: number | null;
1491
+ };
1492
+ /** @enum {string} */
1493
+ FolderDtoType: "FOLDER" | "WORKBOOK" | "REPORT";
1494
+ FoldersFindAllResult: {
1495
+ data: components["schemas"]["FolderDto"][];
1496
+ };
1497
+ GenerateEmbedTokenResponseDTO: {
1498
+ token: string;
1499
+ };
1500
+ GenerateSessionDTO: {
1501
+ creatorMode?: boolean | null;
1502
+ deploymentId: number;
1503
+ email?: string | null;
1504
+ embedTenantName?: string | null;
1505
+ embedTheme?: components["schemas"]["EmbedThemeDTO"] | null;
1506
+ ephemeralTtlSeconds?: number | null;
1507
+ externalId?: string | null;
1508
+ groupDefinitions?: components["schemas"]["GroupDefinitionDTO"][] | null;
1509
+ groups?: string[] | null;
1510
+ internalId?: string | null;
1511
+ isEphemeral?: boolean | null;
1512
+ publicDashboardId?: string | null;
1513
+ roles?: string[] | null;
1514
+ securityContext?: {
1515
+ [key: string]: any;
1516
+ } | null;
1517
+ userAttributeDefinitions?: components["schemas"]["UserAttributeDefinitionDTO"][] | null;
1518
+ userAttributes?: components["schemas"]["UserAttributeInputDTO"][] | null;
1519
+ userProfile?: components["schemas"]["EmbedUserProfileDTO"] | null;
1520
+ };
1521
+ GenerateSessionResponseDTO: {
1522
+ sessionId: string;
1523
+ };
1524
+ /** @enum {string} */
1525
+ GetDeploymentEnvironmentsQueryType: "production" | "staging" | "development";
1526
+ /** @enum {string} */
1527
+ GetReportsQuerySortBy: "createdAt" | "updatedAt" | "lastViewedAt";
1528
+ /** @enum {string} */
1529
+ GetReportsQuerySortDirection: "ASC" | "DESC";
1530
+ /** @enum {string} */
1531
+ GetResourcePoliciesQueryResourceType: "Global" | "Deployment" | "Report" | "ReportFolder" | "Agent" | "AgentSpace" | "Workbook" | "Dashboard" | "Folder" | "ChatThread";
1532
+ /** @enum {string} */
1533
+ GetWorkspaceObjectsQueryOrderByDirection: "ASC" | "DESC";
1534
+ /** @enum {string} */
1535
+ GetWorkspaceObjectsQueryOrderByField: "updated_at" | "created_at" | "name" | "viewer_last_viewed_at";
1536
+ GroupDefinitionDTO: {
1537
+ description?: string | null;
1538
+ name: string;
1539
+ };
1540
+ InheritedGroupPolicyDto: {
1541
+ action: components["schemas"]["InheritedGroupPolicyDtoAction"];
1542
+ groupId: number;
1543
+ sourceFolder?: components["schemas"]["FolderDto"] | null;
1544
+ };
1545
+ /** @enum {string} */
1546
+ InheritedGroupPolicyDtoAction: "All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage";
1547
+ InheritedUserPolicyDto: {
1548
+ action: components["schemas"]["InheritedUserPolicyDtoAction"];
1549
+ sourceFolder?: components["schemas"]["FolderDto"] | null;
1550
+ userId?: number | null;
1551
+ };
1552
+ /** @enum {string} */
1553
+ InheritedUserPolicyDtoAction: "All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage";
1554
+ JiraIssueType: {
1555
+ description?: string | null;
1556
+ iconUrl?: string | null;
1557
+ id: string;
1558
+ name: string;
1559
+ };
1560
+ JiraProject: {
1561
+ id: string;
1562
+ key: string;
1563
+ name: string;
1564
+ site: components["schemas"]["JiraSite"];
1565
+ };
1566
+ JiraSite: {
1567
+ host: string;
1568
+ id: string;
1569
+ };
1570
+ LocalEncryptedSecret: {
1571
+ authTagBase64: string;
1572
+ ciphertext: string;
1573
+ id: number;
1574
+ ivBase64: string;
1575
+ };
1576
+ MetadataRequest: {
1577
+ selectors: any;
1578
+ };
1579
+ MoveWorkspaceObjectInput: {
1580
+ folderId?: number | null;
1581
+ id: number;
1582
+ type: components["schemas"]["MoveWorkspaceObjectInputType"];
1583
+ };
1584
+ /** @enum {string} */
1585
+ MoveWorkspaceObjectInputType: "FOLDER" | "WORKBOOK" | "REPORT";
1586
+ NotificationDto: {
1587
+ cronExpression: string;
1588
+ dashboardId: number;
1589
+ deploymentId: number;
1590
+ /** @description Human-readable description of the cron schedule */
1591
+ humanReadableSchedule: string;
1592
+ id: number;
1593
+ isEnabled: boolean;
1594
+ notificationEnabled: boolean;
1595
+ notificationFormat: string;
1596
+ timezone: string;
1597
+ };
1598
+ NotificationsListDto: {
1599
+ count?: number | null;
1600
+ items: components["schemas"]["NotificationDto"][];
1601
+ pageInfo?: components["schemas"]["PageInfoDto"] | null;
1602
+ };
1603
+ PageInfoDto: {
1604
+ endCursor?: string | null;
1605
+ hasNextPage: boolean;
1606
+ hasPreviousPage: boolean;
1607
+ startCursor?: string | null;
1608
+ };
1609
+ PivotItemsDto: {
1610
+ columns: string[];
1611
+ filters: string[];
1612
+ measures: string[];
1613
+ rows: string[];
1614
+ };
1615
+ PivotItemsInput: {
1616
+ columns: string[];
1617
+ filters: string[];
1618
+ measures: string[];
1619
+ rows: string[];
1620
+ };
1621
+ PostTokenBySessionIdInputDTO: {
1622
+ sessionId: string;
1623
+ };
1624
+ PublicRecipientDto: {
1625
+ channelId?: string | null;
1626
+ channelName?: string | null;
1627
+ email?: string | null;
1628
+ embedTenantName?: string | null;
1629
+ embedUserId?: number | null;
1630
+ externalId?: string | null;
1631
+ type: components["schemas"]["PublicRecipientDtoType"];
1632
+ userId?: number | null;
1633
+ };
1634
+ /** @enum {string} */
1635
+ PublicRecipientDtoType: "USER" | "EMBED_USER" | "SLACK";
1636
+ PublicRecipientInput: {
1637
+ channelId?: string | null;
1638
+ channelName?: string | null;
1639
+ email?: string | null;
1640
+ embedTenantName?: string | null;
1641
+ externalId?: string | null;
1642
+ groups?: string[] | null;
1643
+ securityContext?: {
1644
+ [key: string]: any;
1645
+ } | null;
1646
+ type: components["schemas"]["PublicRecipientInputType"];
1647
+ userAttributes?: components["schemas"]["UserAttributeInputDTO"][] | null;
1648
+ userId?: number | null;
1649
+ };
1650
+ /** @enum {string} */
1651
+ PublicRecipientInputType: "USER" | "EMBED_USER" | "SLACK";
1652
+ PublishDashboardInput: {
1653
+ config?: components["schemas"]["DashboardConfigInput"] | null;
1654
+ dashboardId?: number | null;
1655
+ description?: string | null;
1656
+ title?: string | null;
1657
+ workbookId: number;
1658
+ };
1659
+ RecipientsListDto: {
1660
+ items: components["schemas"]["PublicRecipientDto"][];
1661
+ pageInfo?: components["schemas"]["PageInfoDto"] | null;
1662
+ };
1663
+ RecipientsMutationResultDto: {
1664
+ /** @description Recipients newly subscribed by this request */
1665
+ createdRecipients: components["schemas"]["PublicRecipientDto"][];
1666
+ /** @description Recipients that already existed and were left unchanged */
1667
+ unchangedRecipients: components["schemas"]["PublicRecipientDto"][];
1668
+ /** @description Existing recipients whose properties (e.g. embed security context / attributes / groups, or Slack channel name) were updated */
1669
+ updatedRecipients: components["schemas"]["PublicRecipientDto"][];
1670
+ };
1671
+ RemoveRecipientInput: {
1672
+ embedTenantName?: string | null;
1673
+ /** @description Recipient id: userId (type=USER), embedUserId (type=EMBED_USER), or channelId (type=SLACK) */
1674
+ id: number | string;
1675
+ type: components["schemas"]["RemoveRecipientInputType"];
1676
+ };
1677
+ /** @enum {string} */
1678
+ RemoveRecipientInputType: "USER" | "EMBED_USER" | "SLACK";
1679
+ RemoveRecipientsInput: {
1680
+ /** @description Recipients to unsubscribe (1–1000 per request) */
1681
+ recipients: components["schemas"]["RemoveRecipientInput"][];
1682
+ };
1683
+ ReportDto: {
1684
+ createdAt: string;
1685
+ createdBy?: number;
1686
+ deploymentId: number;
1687
+ description?: string | null;
1688
+ endResultCell?: string | null;
1689
+ externalWorkbookId?: string | null;
1690
+ folderId?: number | null;
1691
+ id: number;
1692
+ jsonQuery?: string | null;
1693
+ meta?: {
1694
+ [key: string]: any;
1695
+ } | null;
1696
+ name: string;
1697
+ pivotItems?: components["schemas"]["PivotItemsDto"] | null;
1698
+ publicId: string;
1699
+ refreshedBy?: number | null;
1700
+ refreshedByUser: components["schemas"]["ResourceOwnerDto"];
1701
+ resultLocation?: string | null;
1702
+ rolesWithAccess?: components["schemas"]["RoleWithAccess"][] | null;
1703
+ source?: components["schemas"]["ReportDtoSource"] | null;
1704
+ sqlQuery?: string | null;
1705
+ title?: string | null;
1706
+ type: components["schemas"]["ReportDtoType"];
1707
+ updatedAt: string;
1708
+ user: components["schemas"]["ResourceOwnerDto"];
1709
+ userId: number;
1710
+ version?: number | null;
1711
+ workbookId?: number | null;
1712
+ };
1713
+ /** @enum {string} */
1714
+ ReportDtoSource: "GOOGLE_SHEETS" | "EXCEL" | "PLAYGROUND" | "D3";
1715
+ /** @enum {string} */
1716
+ ReportDtoType: "FOLDER" | "WORKBOOK" | "REPORT";
1717
+ ReportFolderDto: {
1718
+ createdBy?: number | null;
1719
+ id: number;
1720
+ name?: string | null;
1721
+ reportsCount?: number | null;
1722
+ };
1723
+ ReportFoldersFindAllResult: {
1724
+ data: components["schemas"]["ReportFolderDto"][];
1725
+ };
1726
+ ReportSnapshotDto: {
1727
+ description?: string | null;
1728
+ id: number;
1729
+ kind?: components["schemas"]["ReportSnapshotDtoKind"] | null;
1730
+ meta?: {
1731
+ [key: string]: any;
1732
+ } | null;
1733
+ name?: string | null;
1734
+ preferences?: components["schemas"]["ReportSnapshotPreferencesDto"] | null;
1735
+ reportId: number;
1736
+ spec?: (string | Record<string, never>) | null;
1737
+ sqlQuery?: string | null;
1738
+ title?: string | null;
1739
+ versionNumber: number;
1740
+ };
1741
+ /** @enum {string} */
1742
+ ReportSnapshotDtoKind: "vega" | "table" | "kpi" | "html" | "map";
1743
+ ReportSnapshotPreferencesDto: {
1744
+ columnFormats?: {
1745
+ [key: string]: components["schemas"]["ColumnFormatOverrideDto"];
1746
+ } | null;
1747
+ };
1748
+ ReportsFindAllResult: {
1749
+ data: components["schemas"]["ReportDto"][];
1750
+ };
1751
+ ResourceGroupPolicyDto: {
1752
+ action: components["schemas"]["ResourceGroupPolicyDtoAction"];
1753
+ groupId: number;
1754
+ };
1755
+ /** @enum {string} */
1756
+ ResourceGroupPolicyDtoAction: "All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage";
1757
+ ResourceOwnerDto: {
1758
+ email: string;
1759
+ firstName?: string | null;
1760
+ id: number;
1761
+ picture?: string | null;
1762
+ };
1763
+ ResourcePoliciesResponseDto: {
1764
+ groupPolicies: components["schemas"]["ResourceGroupPolicyDto"][];
1765
+ inheritedGroupPolicies: components["schemas"]["InheritedGroupPolicyDto"][];
1766
+ inheritedUserPolicies: components["schemas"]["InheritedUserPolicyDto"][];
1767
+ userPolicies: components["schemas"]["ResourceUserPolicyDto"][];
1768
+ };
1769
+ ResourceUserPolicyDto: {
1770
+ action: components["schemas"]["ResourceUserPolicyDtoAction"];
1771
+ userId?: number | null;
1772
+ };
1773
+ /** @enum {string} */
1774
+ ResourceUserPolicyDtoAction: "All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage";
1775
+ RoleWithAccess: {
1776
+ actions: ("All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage")[];
1777
+ id: number;
1778
+ name: string;
1779
+ };
1780
+ ThemeFontDto: {
1781
+ family?: string | null;
1782
+ format: string;
1783
+ id: string;
1784
+ name?: string | null;
1785
+ url: string;
1786
+ };
1787
+ UpdateFolderInput: {
1788
+ name?: string | null;
1789
+ position?: number | null;
1790
+ };
1791
+ UpdateNotificationInput: {
1792
+ customCron?: string | null;
1793
+ dayOfMonth?: number | null;
1794
+ dayOfWeek?: number | null;
1795
+ hour?: number | null;
1796
+ isEnabled?: boolean | null;
1797
+ minute?: number | null;
1798
+ notificationEnabled?: boolean | null;
1799
+ notificationFormat?: components["schemas"]["UpdateNotificationInputNotificationFormat"] | null;
1800
+ scheduleType?: components["schemas"]["UpdateNotificationInputScheduleType"] | null;
1801
+ timezone?: string | null;
1802
+ };
1803
+ /** @enum {string} */
1804
+ UpdateNotificationInputNotificationFormat: "png" | "pdf";
1805
+ /** @enum {string} */
1806
+ UpdateNotificationInputScheduleType: "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM";
1807
+ UpdateReportInput: {
1808
+ endResultCell?: string | null;
1809
+ externalWorkbookId?: string | null;
1810
+ folderId?: number | null;
1811
+ jsonQuery?: string | null;
1812
+ meta?: {
1813
+ [key: string]: any;
1814
+ } | null;
1815
+ name?: string | null;
1816
+ pivotItems?: components["schemas"]["PivotItemsDto"] | null;
1817
+ resultLocation?: string | null;
1818
+ sqlQuery?: string | null;
1819
+ title?: string | null;
1820
+ workbookId?: number | null;
1821
+ };
1822
+ UpdateResourceGroupPolicyBody: {
1823
+ action?: components["schemas"]["UpdateResourceGroupPolicyBodyAction"] | null;
1824
+ groupId: number;
1825
+ resourceId: number;
1826
+ resourceType: components["schemas"]["UpdateResourceGroupPolicyBodyResourceType"];
1827
+ };
1828
+ /** @enum {string} */
1829
+ UpdateResourceGroupPolicyBodyAction: "All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage";
1830
+ /** @enum {string} */
1831
+ UpdateResourceGroupPolicyBodyResourceType: "Global" | "Deployment" | "Report" | "ReportFolder" | "Agent" | "AgentSpace" | "Workbook" | "Dashboard" | "Folder" | "ChatThread";
1832
+ UpdateResourceUserPolicyBody: {
1833
+ action?: components["schemas"]["UpdateResourceUserPolicyBodyAction"] | null;
1834
+ resourceId: number;
1835
+ resourceType: components["schemas"]["UpdateResourceUserPolicyBodyResourceType"];
1836
+ userId?: number | null;
1837
+ };
1838
+ /** @enum {string} */
1839
+ UpdateResourceUserPolicyBodyAction: "All" | "DeploymentsManage" | "DeploymentCreate" | "DeploymentRead" | "DeploymentUpdate" | "DeploymentDelete" | "PlaygroundRead" | "SchemaRead" | "SchemaUpdate" | "SchemaUpdateDevBranches" | "APMRead" | "PreAggregationBuild" | "AlertsCreate" | "AlertsRead" | "AlertsUpdate" | "AlertsDelete" | "AuditLogManage" | "BillingRead" | "SqlRunnerRead" | "DataAssetsRead" | "DataAssetsManage" | "CubeNetworkConnect" | "ReportRead" | "ReportEdit" | "ReportManage" | "WorkbookManage" | "WorkbookRead" | "WorkbookEdit" | "ChatThreadRead" | "AgentManage" | "AgentRead" | "AgentSpaceManage" | "AgentAdmin" | "DeploymentAgentRead" | "OAuthIntegrationsManage" | "OAuthIntegrationsIssueTokens" | "AIBIDevelop" | "AIBIExplore" | "AIBIView" | "ChartPalettesManage" | "DashboardThemesManage" | "AIBIDeveloper" | "AIBIUser" | "AIBIViewer" | "EmbedDeploymentRead" | "EmbedDashboardRead" | "FolderRead" | "FolderEdit" | "FolderManage";
1840
+ /** @enum {string} */
1841
+ UpdateResourceUserPolicyBodyResourceType: "Global" | "Deployment" | "Report" | "ReportFolder" | "Agent" | "AgentSpace" | "Workbook" | "Dashboard" | "Folder" | "ChatThread";
1842
+ UpdateWorkbookInput: {
1843
+ folderId?: number | null;
1844
+ meta?: {
1845
+ [key: string]: any;
1846
+ } | null;
1847
+ name?: string | null;
1848
+ };
1849
+ UserAliasDTO: {
1850
+ createdAt: string;
1851
+ id: number;
1852
+ source: components["schemas"]["UserAliasDTOSource"];
1853
+ updatedAt: string;
1854
+ userId: number;
1855
+ username: string;
1856
+ };
1857
+ /** @enum {string} */
1858
+ UserAliasDTOSource: "ldap" | "saml" | "scim" | "manual";
1859
+ UserAttributeDTO: {
1860
+ defaultValue?: string | null;
1861
+ description?: string | null;
1862
+ displayName?: string | null;
1863
+ id: number;
1864
+ name: string;
1865
+ type: components["schemas"]["UserAttributeDTOType"];
1866
+ };
1867
+ /** @enum {string} */
1868
+ UserAttributeDTOType: "string" | "number" | "string_array" | "number_array";
1869
+ UserAttributeDefinitionDTO: {
1870
+ defaultValue?: string | null;
1871
+ description?: string | null;
1872
+ displayName?: string | null;
1873
+ name: string;
1874
+ type: components["schemas"]["UserAttributeDefinitionDTOType"];
1875
+ };
1876
+ /** @enum {string} */
1877
+ UserAttributeDefinitionDTOType: "string" | "number" | "string_array" | "number_array";
1878
+ UserAttributeInputDTO: {
1879
+ name: string;
1880
+ value?: (string | number | string[] | number[]) | null;
1881
+ };
1882
+ UserAttributesConnectionRestDto: {
1883
+ items: components["schemas"]["UserAttributeDTO"][];
1884
+ pageInfo: components["schemas"]["PageInfoDto"];
1885
+ };
1886
+ UserDTO: {
1887
+ activeRoleId?: number | null;
1888
+ aliases?: components["schemas"]["UserAliasDTO"][] | null;
1889
+ createdAt?: (string) | null;
1890
+ defaultRoles?: string[] | null;
1891
+ email: string;
1892
+ externalId?: string | null;
1893
+ firstName?: string | null;
1894
+ gitUser?: string | null;
1895
+ id: number;
1896
+ impersonation?: components["schemas"]["UserImpersonationDTO"] | null;
1897
+ isAdmin: boolean;
1898
+ isDeactivated?: boolean | null;
1899
+ lastLogin?: (string) | null;
1900
+ notifications: {
1901
+ [key: string]: any;
1902
+ };
1903
+ picture?: string | null;
1904
+ samlId?: string | null;
1905
+ settings?: components["schemas"]["UserSettings"] | null;
1906
+ title?: string | null;
1907
+ tosAccepted?: Record<string, never> | null;
1908
+ updatedAt?: (string) | null;
1909
+ username: string;
1910
+ };
1911
+ UserGroupDTO: {
1912
+ description?: string | null;
1913
+ id: number;
1914
+ name: string;
1915
+ userCount?: number | null;
1916
+ };
1917
+ UserGroupsConnectionRestDto: {
1918
+ items: components["schemas"]["UserGroupDTO"][];
1919
+ pageInfo: components["schemas"]["PageInfoDto"];
1920
+ };
1921
+ UserImpersonationDTO: {
1922
+ expiresAt?: (string) | null;
1923
+ impersonatedUser?: components["schemas"]["UserDTO"] | null;
1924
+ startedAt?: (string) | null;
1925
+ };
1926
+ UserSettings: {
1927
+ alternatingRowColors?: boolean | null;
1928
+ lastSeenChangelogId?: number | null;
1929
+ locale?: string | null;
1930
+ theme?: string | null;
1931
+ timezone?: string | null;
1932
+ };
1933
+ UsersConnection: {
1934
+ items: components["schemas"]["ResourceOwnerDto"][];
1935
+ pageInfo: components["schemas"]["PageInfoDto"];
1936
+ };
1937
+ WidgetThemeBorderSectionInput: {
1938
+ color?: string | null;
1939
+ radius?: string | null;
1940
+ style?: string | null;
1941
+ width?: string | null;
1942
+ };
1943
+ WidgetThemeSectionInput: {
1944
+ backgroundColor?: string | null;
1945
+ border?: components["schemas"]["WidgetThemeBorderSectionInput"] | null;
1946
+ margin?: string | null;
1947
+ padding?: string | null;
1948
+ text?: components["schemas"]["WidgetThemeTextSectionInput"] | null;
1949
+ title?: components["schemas"]["WidgetThemeTitleSectionInput"] | null;
1950
+ };
1951
+ WidgetThemeTextSectionInput: {
1952
+ codeFontFamily?: string | null;
1953
+ color?: string | null;
1954
+ fontFamily?: string | null;
1955
+ secondaryColor?: string | null;
1956
+ };
1957
+ WidgetThemeTitleSectionInput: {
1958
+ color?: string | null;
1959
+ fontFamily?: string | null;
1960
+ fontSize?: string | null;
1961
+ fontWeight?: string | null;
1962
+ };
1963
+ WorkbookDashboardDto: {
1964
+ dashboardDraft?: components["schemas"]["DashboardConfigDto"] | null;
1965
+ dashboardPublished?: components["schemas"]["DashboardConfigDto"] | null;
1966
+ };
1967
+ WorkbookDashboardInput: {
1968
+ dashboardDraft?: components["schemas"]["DashboardConfigInput"] | null;
1969
+ };
1970
+ WorkbookDto: {
1971
+ calculatedFields: Record<string, never>;
1972
+ createdAt: string;
1973
+ createdBy?: number;
1974
+ dashboardDraft?: components["schemas"]["DashboardConfigDto"] | null;
1975
+ dashboardPublished?: components["schemas"]["DashboardConfigDto"] | null;
1976
+ deploymentId: number;
1977
+ folderId?: number | null;
1978
+ id: number;
1979
+ isFavorite?: boolean | null;
1980
+ meta: {
1981
+ [key: string]: any;
1982
+ };
1983
+ name: string;
1984
+ publishedDashboard?: components["schemas"]["DashboardDto"] | null;
1985
+ type: components["schemas"]["WorkbookDtoType"];
1986
+ updatedAt: string;
1987
+ userId?: number | null;
1988
+ };
1989
+ /** @enum {string} */
1990
+ WorkbookDtoType: "FOLDER" | "WORKBOOK" | "REPORT";
1991
+ WorkbooksListResponse: {
1992
+ count?: number | null;
1993
+ data: components["schemas"]["WorkbookDto"][];
1994
+ items: components["schemas"]["WorkbookDto"][];
1995
+ pageInfo?: components["schemas"]["PageInfoDto"] | null;
1996
+ };
1997
+ WorkspaceConnectionRestDto: {
1998
+ items: components["schemas"]["WorkbookDto"][];
1999
+ pageInfo: components["schemas"]["PageInfoDto"];
2000
+ };
2001
+ };
2002
+ responses: never;
2003
+ parameters: never;
2004
+ requestBodies: never;
2005
+ headers: never;
2006
+ pathItems: never;
2007
+ }
2008
+ export type $defs = Record<string, never>;
2009
+ export interface operations {
2010
+ "ScimGroupsPublicController.getGroups": {
2011
+ parameters: {
2012
+ query?: {
2013
+ filter?: string;
2014
+ startIndex?: number;
2015
+ count?: number;
2016
+ excludedAttributes?: string;
2017
+ };
2018
+ header?: never;
2019
+ path?: never;
2020
+ cookie?: never;
2021
+ };
2022
+ requestBody?: never;
2023
+ responses: {
2024
+ /** @description Successful response */
2025
+ 200: {
2026
+ headers: {
2027
+ [name: string]: any;
2028
+ };
2029
+ content: {
2030
+ "application/json": any;
2031
+ };
2032
+ };
2033
+ };
2034
+ };
2035
+ "ScimGroupsPublicController.createGroup": {
2036
+ parameters: {
2037
+ query?: never;
2038
+ header?: never;
2039
+ path?: never;
2040
+ cookie?: never;
2041
+ };
2042
+ requestBody?: {
2043
+ content: {
2044
+ "application/json": any;
2045
+ };
2046
+ };
2047
+ responses: {
2048
+ /** @description Successful response */
2049
+ 201: {
2050
+ headers: {
2051
+ [name: string]: any;
2052
+ };
2053
+ content: {
2054
+ "application/json": any;
2055
+ };
2056
+ };
2057
+ };
2058
+ };
2059
+ "ScimGroupsPublicController.getGroup": {
2060
+ parameters: {
2061
+ query?: {
2062
+ excludedAttributes?: string;
2063
+ };
2064
+ header?: never;
2065
+ path: {
2066
+ id: string;
2067
+ };
2068
+ cookie?: never;
2069
+ };
2070
+ requestBody?: never;
2071
+ responses: {
2072
+ /** @description Successful response */
2073
+ 200: {
2074
+ headers: {
2075
+ [name: string]: any;
2076
+ };
2077
+ content: {
2078
+ "application/json": any;
2079
+ };
2080
+ };
2081
+ };
2082
+ };
2083
+ "ScimGroupsPublicController.replaceGroup": {
2084
+ parameters: {
2085
+ query?: never;
2086
+ header?: never;
2087
+ path: {
2088
+ id: string;
2089
+ };
2090
+ cookie?: never;
2091
+ };
2092
+ requestBody?: {
2093
+ content: {
2094
+ "application/json": any;
2095
+ };
2096
+ };
2097
+ responses: {
2098
+ /** @description Successful response */
2099
+ 200: {
2100
+ headers: {
2101
+ [name: string]: any;
2102
+ };
2103
+ content: {
2104
+ "application/json": any;
2105
+ };
2106
+ };
2107
+ };
2108
+ };
2109
+ "ScimGroupsPublicController.deleteGroup": {
2110
+ parameters: {
2111
+ query?: never;
2112
+ header?: never;
2113
+ path: {
2114
+ id: string;
2115
+ };
2116
+ cookie?: never;
2117
+ };
2118
+ requestBody?: never;
2119
+ responses: {
2120
+ /** @description Successful response */
2121
+ 200: {
2122
+ headers: {
2123
+ [name: string]: any;
2124
+ };
2125
+ content: {
2126
+ "application/json": any;
2127
+ };
2128
+ };
2129
+ };
2130
+ };
2131
+ "ScimGroupsPublicController.patchGroup": {
2132
+ parameters: {
2133
+ query?: never;
2134
+ header?: never;
2135
+ path: {
2136
+ id: string;
2137
+ };
2138
+ cookie?: never;
2139
+ };
2140
+ requestBody?: {
2141
+ content: {
2142
+ "application/json": any;
2143
+ };
2144
+ };
2145
+ responses: {
2146
+ /** @description Successful response */
2147
+ 200: {
2148
+ headers: {
2149
+ [name: string]: any;
2150
+ };
2151
+ content: {
2152
+ "application/json": any;
2153
+ };
2154
+ };
2155
+ };
2156
+ };
2157
+ "ScimUsersPublicController.getResourceTypes": {
2158
+ parameters: {
2159
+ query?: never;
2160
+ header?: never;
2161
+ path?: never;
2162
+ cookie?: never;
2163
+ };
2164
+ requestBody?: never;
2165
+ responses: {
2166
+ /** @description Successful response */
2167
+ 200: {
2168
+ headers: {
2169
+ [name: string]: any;
2170
+ };
2171
+ content: {
2172
+ "application/json": any;
2173
+ };
2174
+ };
2175
+ };
2176
+ };
2177
+ "ScimUsersPublicController.getSchemas": {
2178
+ parameters: {
2179
+ query?: never;
2180
+ header?: never;
2181
+ path?: never;
2182
+ cookie?: never;
2183
+ };
2184
+ requestBody?: never;
2185
+ responses: {
2186
+ /** @description Successful response */
2187
+ 200: {
2188
+ headers: {
2189
+ [name: string]: any;
2190
+ };
2191
+ content: {
2192
+ "application/json": any;
2193
+ };
2194
+ };
2195
+ };
2196
+ };
2197
+ "ScimUsersPublicController.getServiceProviderConfig": {
2198
+ parameters: {
2199
+ query?: never;
2200
+ header?: never;
2201
+ path?: never;
2202
+ cookie?: never;
2203
+ };
2204
+ requestBody?: never;
2205
+ responses: {
2206
+ /** @description Successful response */
2207
+ 200: {
2208
+ headers: {
2209
+ [name: string]: any;
2210
+ };
2211
+ content: {
2212
+ "application/json": any;
2213
+ };
2214
+ };
2215
+ };
2216
+ };
2217
+ "ScimUsersPublicController.getUsers": {
2218
+ parameters: {
2219
+ query?: {
2220
+ filter?: string;
2221
+ startIndex?: number;
2222
+ count?: number;
2223
+ };
2224
+ header?: never;
2225
+ path?: never;
2226
+ cookie?: never;
2227
+ };
2228
+ requestBody?: never;
2229
+ responses: {
2230
+ /** @description Successful response */
2231
+ 200: {
2232
+ headers: {
2233
+ [name: string]: any;
2234
+ };
2235
+ content: {
2236
+ "application/json": any;
2237
+ };
2238
+ };
2239
+ };
2240
+ };
2241
+ "ScimUsersPublicController.createUser": {
2242
+ parameters: {
2243
+ query?: never;
2244
+ header?: never;
2245
+ path?: never;
2246
+ cookie?: never;
2247
+ };
2248
+ requestBody?: {
2249
+ content: {
2250
+ "application/json": any;
2251
+ };
2252
+ };
2253
+ responses: {
2254
+ /** @description Successful response */
2255
+ 201: {
2256
+ headers: {
2257
+ [name: string]: any;
2258
+ };
2259
+ content: {
2260
+ "application/json": any;
2261
+ };
2262
+ };
2263
+ };
2264
+ };
2265
+ "ScimUsersPublicController.getUser": {
2266
+ parameters: {
2267
+ query?: never;
2268
+ header?: never;
2269
+ path: {
2270
+ id: string;
2271
+ };
2272
+ cookie?: never;
2273
+ };
2274
+ requestBody?: never;
2275
+ responses: {
2276
+ /** @description Successful response */
2277
+ 200: {
2278
+ headers: {
2279
+ [name: string]: any;
2280
+ };
2281
+ content: {
2282
+ "application/json": any;
2283
+ };
2284
+ };
2285
+ };
2286
+ };
2287
+ "ScimUsersPublicController.replaceUser": {
2288
+ parameters: {
2289
+ query?: never;
2290
+ header?: never;
2291
+ path: {
2292
+ id: string;
2293
+ };
2294
+ cookie?: never;
2295
+ };
2296
+ requestBody?: {
2297
+ content: {
2298
+ "application/json": any;
2299
+ };
2300
+ };
2301
+ responses: {
2302
+ /** @description Successful response */
2303
+ 200: {
2304
+ headers: {
2305
+ [name: string]: any;
2306
+ };
2307
+ content: {
2308
+ "application/json": any;
2309
+ };
2310
+ };
2311
+ };
2312
+ };
2313
+ "ScimUsersPublicController.deleteUser": {
2314
+ parameters: {
2315
+ query?: never;
2316
+ header?: never;
2317
+ path: {
2318
+ id: string;
2319
+ };
2320
+ cookie?: never;
2321
+ };
2322
+ requestBody?: never;
2323
+ responses: {
2324
+ /** @description Successful response */
2325
+ 200: {
2326
+ headers: {
2327
+ [name: string]: any;
2328
+ };
2329
+ content: {
2330
+ "application/json": any;
2331
+ };
2332
+ };
2333
+ };
2334
+ };
2335
+ "ScimUsersPublicController.patchUser": {
2336
+ parameters: {
2337
+ query?: never;
2338
+ header?: never;
2339
+ path: {
2340
+ id: string;
2341
+ };
2342
+ cookie?: never;
2343
+ };
2344
+ requestBody?: {
2345
+ content: {
2346
+ "application/json": any;
2347
+ };
2348
+ };
2349
+ responses: {
2350
+ /** @description Successful response */
2351
+ 200: {
2352
+ headers: {
2353
+ [name: string]: any;
2354
+ };
2355
+ content: {
2356
+ "application/json": any;
2357
+ };
2358
+ };
2359
+ };
2360
+ };
2361
+ "AIEngineerPublicController.getMyActiveAgentRegion": {
2362
+ parameters: {
2363
+ query?: never;
2364
+ header?: never;
2365
+ path?: never;
2366
+ cookie?: never;
2367
+ };
2368
+ requestBody?: never;
2369
+ responses: {
2370
+ 200: {
2371
+ headers: {
2372
+ [name: string]: any;
2373
+ };
2374
+ content: {
2375
+ "application/json": components["schemas"]["ActiveAgentRegionDto"];
2376
+ };
2377
+ };
2378
+ };
2379
+ };
2380
+ "AIEngineerPublicController.getAIEngineerSettings": {
2381
+ parameters: {
2382
+ query?: {
2383
+ deploymentId?: number;
2384
+ agentId?: number;
2385
+ };
2386
+ header?: never;
2387
+ path?: never;
2388
+ cookie?: never;
2389
+ };
2390
+ requestBody?: never;
2391
+ responses: {
2392
+ 200: {
2393
+ headers: {
2394
+ [name: string]: any;
2395
+ };
2396
+ content: {
2397
+ "application/json": components["schemas"]["AIEngineerSettingsDTO"];
2398
+ };
2399
+ };
2400
+ };
2401
+ };
2402
+ "AppThemePublicController.getAppTheme": {
2403
+ parameters: {
2404
+ query?: never;
2405
+ header?: never;
2406
+ path?: never;
2407
+ cookie?: never;
2408
+ };
2409
+ requestBody?: never;
2410
+ responses: {
2411
+ 200: {
2412
+ headers: {
2413
+ [name: string]: any;
2414
+ };
2415
+ content: {
2416
+ "application/json": components["schemas"]["AppThemePublicDto"];
2417
+ };
2418
+ };
2419
+ };
2420
+ };
2421
+ "DeploymentsPublicController.getDeployments": {
2422
+ parameters: {
2423
+ query?: {
2424
+ creationStep?: components["schemas"]["CreationStep"] | components["schemas"]["CreationStep"][];
2425
+ offset?: number | null;
2426
+ limit?: number | null;
2427
+ /** @description Page size for cursor-based pagination */
2428
+ first?: number | string | null;
2429
+ /** @description Cursor for fetching the next page */
2430
+ after?: string | number | null;
2431
+ };
2432
+ header?: never;
2433
+ path?: never;
2434
+ cookie?: never;
2435
+ };
2436
+ requestBody?: never;
2437
+ responses: {
2438
+ 200: {
2439
+ headers: {
2440
+ [name: string]: any;
2441
+ };
2442
+ content: {
2443
+ "application/json": components["schemas"]["DeploymentsListResponse"];
2444
+ };
2445
+ };
2446
+ };
2447
+ };
2448
+ "DeploymentsPublicController.getDeployment": {
2449
+ parameters: {
2450
+ query?: never;
2451
+ header?: never;
2452
+ path: {
2453
+ deploymentId: number;
2454
+ };
2455
+ cookie?: never;
2456
+ };
2457
+ requestBody?: never;
2458
+ responses: {
2459
+ 200: {
2460
+ headers: {
2461
+ [name: string]: any;
2462
+ };
2463
+ content: {
2464
+ "application/json": components["schemas"]["Deployment"];
2465
+ };
2466
+ };
2467
+ };
2468
+ };
2469
+ "AgentsPublicController.getAgentSkills": {
2470
+ parameters: {
2471
+ query?: {
2472
+ space?: string | null;
2473
+ branchName?: string | null;
2474
+ };
2475
+ header?: never;
2476
+ path: {
2477
+ deploymentId: number;
2478
+ };
2479
+ cookie?: never;
2480
+ };
2481
+ requestBody?: never;
2482
+ responses: {
2483
+ 200: {
2484
+ headers: {
2485
+ [name: string]: any;
2486
+ };
2487
+ content: {
2488
+ "application/json": components["schemas"]["AgentSkillsResponseDto"];
2489
+ };
2490
+ };
2491
+ };
2492
+ };
2493
+ "AgentsPublicController.getAgents": {
2494
+ parameters: {
2495
+ query?: {
2496
+ allowEmbedding?: boolean | null;
2497
+ };
2498
+ header?: never;
2499
+ path: {
2500
+ deploymentId: number;
2501
+ };
2502
+ cookie?: never;
2503
+ };
2504
+ requestBody?: never;
2505
+ responses: {
2506
+ 200: {
2507
+ headers: {
2508
+ [name: string]: any;
2509
+ };
2510
+ content: {
2511
+ "application/json": components["schemas"]["AgentDto"][];
2512
+ };
2513
+ };
2514
+ };
2515
+ };
2516
+ "DeploymentEnvironmentPublicController.getDeploymentEnvironments": {
2517
+ parameters: {
2518
+ query?: {
2519
+ type?: "production" | "staging" | "development";
2520
+ offset?: number | null;
2521
+ limit?: number | null;
2522
+ };
2523
+ header?: never;
2524
+ path: {
2525
+ deploymentId: number;
2526
+ };
2527
+ cookie?: never;
2528
+ };
2529
+ requestBody?: never;
2530
+ responses: {
2531
+ 200: {
2532
+ headers: {
2533
+ [name: string]: any;
2534
+ };
2535
+ content: {
2536
+ "application/json": components["schemas"]["DeploymentEnvironmentsListResponse"];
2537
+ };
2538
+ };
2539
+ };
2540
+ };
2541
+ "DeploymentEnvironmentPublicController.getDeploymentEnvironmentTokens": {
2542
+ parameters: {
2543
+ query?: {
2544
+ offset?: number | null;
2545
+ limit?: number | null;
2546
+ };
2547
+ header?: never;
2548
+ path: {
2549
+ deploymentId: number;
2550
+ environmentId: number;
2551
+ };
2552
+ cookie?: never;
2553
+ };
2554
+ requestBody?: never;
2555
+ responses: {
2556
+ 200: {
2557
+ headers: {
2558
+ [name: string]: any;
2559
+ };
2560
+ content: {
2561
+ "application/json": components["schemas"]["DeploymentEnvironmentTokensListResponse"];
2562
+ };
2563
+ };
2564
+ };
2565
+ };
2566
+ "DeploymentEnvironmentPublicController.createDeploymentEnvironmentToken": {
2567
+ parameters: {
2568
+ query?: never;
2569
+ header?: never;
2570
+ path: {
2571
+ deploymentId: number;
2572
+ environmentId: number;
2573
+ };
2574
+ cookie?: never;
2575
+ };
2576
+ /** @description CreateDeploymentEnvironmentTokenInput */
2577
+ requestBody?: {
2578
+ content: {
2579
+ "application/json": components["schemas"]["CreateDeploymentEnvironmentTokenInput"];
2580
+ };
2581
+ };
2582
+ responses: {
2583
+ 200: {
2584
+ headers: {
2585
+ [name: string]: any;
2586
+ };
2587
+ content: {
2588
+ "application/json": components["schemas"]["DeploymentEnvironmentTokenResponse"];
2589
+ };
2590
+ };
2591
+ };
2592
+ };
2593
+ "DeploymentEnvironmentPublicController.createDeploymentEnvironmentTokenForMetaSync": {
2594
+ parameters: {
2595
+ query?: never;
2596
+ header?: never;
2597
+ path: {
2598
+ deploymentId: number;
2599
+ environmentId: number;
2600
+ };
2601
+ cookie?: never;
2602
+ };
2603
+ /** @description CreateDeploymentEnvironmentTokenInput */
2604
+ requestBody?: {
2605
+ content: {
2606
+ "application/json": components["schemas"]["CreateDeploymentEnvironmentTokenInput"];
2607
+ };
2608
+ };
2609
+ responses: {
2610
+ 200: {
2611
+ headers: {
2612
+ [name: string]: any;
2613
+ };
2614
+ content: {
2615
+ "application/json": components["schemas"]["DeploymentEnvironmentTokenResponse"];
2616
+ };
2617
+ };
2618
+ };
2619
+ };
2620
+ "FoldersPublicController.getFolders": {
2621
+ parameters: {
2622
+ query?: {
2623
+ parentId?: number;
2624
+ };
2625
+ header?: never;
2626
+ path: {
2627
+ deploymentId: number;
2628
+ };
2629
+ cookie?: never;
2630
+ };
2631
+ requestBody?: never;
2632
+ responses: {
2633
+ 200: {
2634
+ headers: {
2635
+ [name: string]: any;
2636
+ };
2637
+ content: {
2638
+ "application/json": components["schemas"]["FoldersFindAllResult"];
2639
+ };
2640
+ };
2641
+ };
2642
+ };
2643
+ "FoldersPublicController.createFolder": {
2644
+ parameters: {
2645
+ query?: never;
2646
+ header?: never;
2647
+ path: {
2648
+ deploymentId: number;
2649
+ };
2650
+ cookie?: never;
2651
+ };
2652
+ /** @description CreateFolderInput */
2653
+ requestBody?: {
2654
+ content: {
2655
+ "application/json": components["schemas"]["CreateFolderInput"];
2656
+ };
2657
+ };
2658
+ responses: {
2659
+ 200: {
2660
+ headers: {
2661
+ [name: string]: any;
2662
+ };
2663
+ content: {
2664
+ "application/json": components["schemas"]["FolderDto"];
2665
+ };
2666
+ };
2667
+ };
2668
+ };
2669
+ "FoldersPublicController.updateFolder": {
2670
+ parameters: {
2671
+ query?: never;
2672
+ header?: never;
2673
+ path: {
2674
+ deploymentId: number;
2675
+ folderId: number;
2676
+ };
2677
+ cookie?: never;
2678
+ };
2679
+ /** @description UpdateFolderInput */
2680
+ requestBody?: {
2681
+ content: {
2682
+ "application/json": components["schemas"]["UpdateFolderInput"];
2683
+ };
2684
+ };
2685
+ responses: {
2686
+ 200: {
2687
+ headers: {
2688
+ [name: string]: any;
2689
+ };
2690
+ content: {
2691
+ "application/json": components["schemas"]["FolderDto"];
2692
+ };
2693
+ };
2694
+ };
2695
+ };
2696
+ "FoldersPublicController.deleteFolder": {
2697
+ parameters: {
2698
+ query?: never;
2699
+ header?: never;
2700
+ path: {
2701
+ deploymentId: number;
2702
+ folderId: number;
2703
+ };
2704
+ cookie?: never;
2705
+ };
2706
+ requestBody?: never;
2707
+ responses: {
2708
+ /** @description Successful response */
2709
+ 200: {
2710
+ headers: {
2711
+ [name: string]: any;
2712
+ };
2713
+ content: {
2714
+ "application/json": any;
2715
+ };
2716
+ };
2717
+ };
2718
+ };
2719
+ "FoldersPublicController.getFolderAncestors": {
2720
+ parameters: {
2721
+ query?: never;
2722
+ header?: never;
2723
+ path: {
2724
+ deploymentId: number;
2725
+ folderId: number;
2726
+ };
2727
+ cookie?: never;
2728
+ };
2729
+ requestBody?: never;
2730
+ responses: {
2731
+ 200: {
2732
+ headers: {
2733
+ [name: string]: any;
2734
+ };
2735
+ content: {
2736
+ "application/json": components["schemas"]["FolderDto"][];
2737
+ };
2738
+ };
2739
+ };
2740
+ };
2741
+ "NotificationsPublicController.getNotifications": {
2742
+ parameters: {
2743
+ query?: {
2744
+ /** @description Optional filter: only return notifications for this dashboard id. */
2745
+ dashboardId?: number | null;
2746
+ /** @description Page size for cursor pagination (default 100, max 200). */
2747
+ first?: number | string | null;
2748
+ /** @description Opaque cursor for the next page; pass the previous response's `pageInfo.endCursor`. */
2749
+ after?: string | number | null;
2750
+ };
2751
+ header?: never;
2752
+ path: {
2753
+ /** @description Numeric id of the deployment that owns the notification. */
2754
+ deploymentId: number;
2755
+ };
2756
+ cookie?: never;
2757
+ };
2758
+ requestBody?: never;
2759
+ responses: {
2760
+ 200: {
2761
+ headers: {
2762
+ [name: string]: any;
2763
+ };
2764
+ content: {
2765
+ "application/json": components["schemas"]["NotificationsListDto"];
2766
+ };
2767
+ };
2768
+ };
2769
+ };
2770
+ "NotificationsPublicController.createNotification": {
2771
+ parameters: {
2772
+ query?: never;
2773
+ header?: never;
2774
+ path: {
2775
+ /** @description Numeric id of the deployment that owns the notification. */
2776
+ deploymentId: number;
2777
+ };
2778
+ cookie?: never;
2779
+ };
2780
+ /** @description CreateNotificationInput */
2781
+ requestBody?: {
2782
+ content: {
2783
+ "application/json": components["schemas"]["CreateNotificationInput"];
2784
+ };
2785
+ };
2786
+ responses: {
2787
+ 200: {
2788
+ headers: {
2789
+ [name: string]: any;
2790
+ };
2791
+ content: {
2792
+ "application/json": components["schemas"]["NotificationDto"];
2793
+ };
2794
+ };
2795
+ };
2796
+ };
2797
+ "NotificationsPublicController.getNotification": {
2798
+ parameters: {
2799
+ query?: never;
2800
+ header?: never;
2801
+ path: {
2802
+ /** @description Numeric id of the deployment that owns the notification. */
2803
+ deploymentId: number;
2804
+ /** @description Numeric id of the notification (scheduled run). */
2805
+ id: number;
2806
+ };
2807
+ cookie?: never;
2808
+ };
2809
+ requestBody?: never;
2810
+ responses: {
2811
+ 200: {
2812
+ headers: {
2813
+ [name: string]: any;
2814
+ };
2815
+ content: {
2816
+ "application/json": components["schemas"]["NotificationDto"];
2817
+ };
2818
+ };
2819
+ };
2820
+ };
2821
+ "NotificationsPublicController.updateNotification": {
2822
+ parameters: {
2823
+ query?: never;
2824
+ header?: never;
2825
+ path: {
2826
+ /** @description Numeric id of the deployment that owns the notification. */
2827
+ deploymentId: number;
2828
+ /** @description Numeric id of the notification (scheduled run). */
2829
+ id: number;
2830
+ };
2831
+ cookie?: never;
2832
+ };
2833
+ /** @description UpdateNotificationInput */
2834
+ requestBody?: {
2835
+ content: {
2836
+ "application/json": components["schemas"]["UpdateNotificationInput"];
2837
+ };
2838
+ };
2839
+ responses: {
2840
+ 200: {
2841
+ headers: {
2842
+ [name: string]: any;
2843
+ };
2844
+ content: {
2845
+ "application/json": components["schemas"]["NotificationDto"];
2846
+ };
2847
+ };
2848
+ };
2849
+ };
2850
+ "NotificationsPublicController.deleteNotification": {
2851
+ parameters: {
2852
+ query?: never;
2853
+ header?: never;
2854
+ path: {
2855
+ /** @description Numeric id of the deployment that owns the notification. */
2856
+ deploymentId: number;
2857
+ /** @description Numeric id of the notification (scheduled run). */
2858
+ id: number;
2859
+ };
2860
+ cookie?: never;
2861
+ };
2862
+ requestBody?: never;
2863
+ responses: {
2864
+ /** @description Successful response */
2865
+ 200: {
2866
+ headers: {
2867
+ [name: string]: any;
2868
+ };
2869
+ content: {
2870
+ "application/json": any;
2871
+ };
2872
+ };
2873
+ /** @description Notification deleted. */
2874
+ 204: {
2875
+ headers: {
2876
+ [name: string]: any;
2877
+ };
2878
+ content?: never;
2879
+ };
2880
+ };
2881
+ };
2882
+ "NotificationsPublicController.getRecipients": {
2883
+ parameters: {
2884
+ query?: {
2885
+ /** @description Page size for cursor pagination (default 100, max 200). */
2886
+ first?: number | string | null;
2887
+ /** @description Opaque cursor for the next page; pass the previous response's `pageInfo.endCursor`. */
2888
+ after?: string | number | null;
2889
+ };
2890
+ header?: never;
2891
+ path: {
2892
+ /** @description Numeric id of the deployment that owns the notification. */
2893
+ deploymentId: number;
2894
+ /** @description Numeric id of the notification (scheduled run). */
2895
+ id: number;
2896
+ };
2897
+ cookie?: never;
2898
+ };
2899
+ requestBody?: never;
2900
+ responses: {
2901
+ 200: {
2902
+ headers: {
2903
+ [name: string]: any;
2904
+ };
2905
+ content: {
2906
+ "application/json": components["schemas"]["RecipientsListDto"];
2907
+ };
2908
+ };
2909
+ };
2910
+ };
2911
+ "NotificationsPublicController.addRecipients": {
2912
+ parameters: {
2913
+ query?: never;
2914
+ header?: never;
2915
+ path: {
2916
+ /** @description Numeric id of the deployment that owns the notification. */
2917
+ deploymentId: number;
2918
+ /** @description Numeric id of the notification (scheduled run). */
2919
+ id: number;
2920
+ };
2921
+ cookie?: never;
2922
+ };
2923
+ /** @description AddRecipientsInput */
2924
+ requestBody?: {
2925
+ content: {
2926
+ "application/json": components["schemas"]["AddRecipientsInput"];
2927
+ };
2928
+ };
2929
+ responses: {
2930
+ 200: {
2931
+ headers: {
2932
+ [name: string]: any;
2933
+ };
2934
+ content: {
2935
+ "application/json": components["schemas"]["RecipientsMutationResultDto"];
2936
+ };
2937
+ };
2938
+ };
2939
+ };
2940
+ "NotificationsPublicController.removeRecipients": {
2941
+ parameters: {
2942
+ query?: never;
2943
+ header?: never;
2944
+ path: {
2945
+ /** @description Numeric id of the deployment that owns the notification. */
2946
+ deploymentId: number;
2947
+ /** @description Numeric id of the notification (scheduled run). */
2948
+ id: number;
2949
+ };
2950
+ cookie?: never;
2951
+ };
2952
+ /** @description RemoveRecipientsInput */
2953
+ requestBody?: {
2954
+ content: {
2955
+ "application/json": components["schemas"]["RemoveRecipientsInput"];
2956
+ };
2957
+ };
2958
+ responses: {
2959
+ /** @description Successful response */
2960
+ 200: {
2961
+ headers: {
2962
+ [name: string]: any;
2963
+ };
2964
+ content: {
2965
+ "application/json": any;
2966
+ };
2967
+ };
2968
+ /** @description Recipients removed. */
2969
+ 204: {
2970
+ headers: {
2971
+ [name: string]: any;
2972
+ };
2973
+ content?: never;
2974
+ };
2975
+ };
2976
+ };
2977
+ "ReportsPublicController.getReportFolders": {
2978
+ parameters: {
2979
+ query?: never;
2980
+ header?: never;
2981
+ path: {
2982
+ deploymentId: number;
2983
+ };
2984
+ cookie?: never;
2985
+ };
2986
+ requestBody?: never;
2987
+ responses: {
2988
+ 200: {
2989
+ headers: {
2990
+ [name: string]: any;
2991
+ };
2992
+ content: {
2993
+ "application/json": components["schemas"]["ReportFoldersFindAllResult"];
2994
+ };
2995
+ };
2996
+ };
2997
+ };
2998
+ "ReportsPublicController.getReports": {
2999
+ parameters: {
3000
+ query?: {
3001
+ workbookId?: number | null;
3002
+ limit?: number | null;
3003
+ page?: number | null;
3004
+ sortBy?: components["schemas"]["GetReportsQuerySortBy"] | null;
3005
+ sortDirection?: components["schemas"]["GetReportsQuerySortDirection"] | null;
3006
+ };
3007
+ header?: never;
3008
+ path: {
3009
+ deploymentId: number;
3010
+ };
3011
+ cookie?: never;
3012
+ };
3013
+ requestBody?: never;
3014
+ responses: {
3015
+ 200: {
3016
+ headers: {
3017
+ [name: string]: any;
3018
+ };
3019
+ content: {
3020
+ "application/json": components["schemas"]["ReportsFindAllResult"];
3021
+ };
3022
+ };
3023
+ };
3024
+ };
3025
+ "ReportsPublicController.createReport": {
3026
+ parameters: {
3027
+ query?: never;
3028
+ header?: never;
3029
+ path: {
3030
+ deploymentId: number;
3031
+ };
3032
+ cookie?: never;
3033
+ };
3034
+ /** @description CreateReportInput */
3035
+ requestBody?: {
3036
+ content: {
3037
+ "application/json": components["schemas"]["CreateReportInput"];
3038
+ };
3039
+ };
3040
+ responses: {
3041
+ 200: {
3042
+ headers: {
3043
+ [name: string]: any;
3044
+ };
3045
+ content: {
3046
+ "application/json": components["schemas"]["ReportDto"];
3047
+ };
3048
+ };
3049
+ };
3050
+ };
3051
+ "ReportsPublicController.getReport": {
3052
+ parameters: {
3053
+ query?: never;
3054
+ header?: never;
3055
+ path: {
3056
+ deploymentId: number;
3057
+ reportId: number;
3058
+ };
3059
+ cookie?: never;
3060
+ };
3061
+ requestBody?: never;
3062
+ responses: {
3063
+ 200: {
3064
+ headers: {
3065
+ [name: string]: any;
3066
+ };
3067
+ content: {
3068
+ "application/json": components["schemas"]["ReportDto"];
3069
+ };
3070
+ };
3071
+ };
3072
+ };
3073
+ "ReportsPublicController.updateReport": {
3074
+ parameters: {
3075
+ query?: never;
3076
+ header?: never;
3077
+ path: {
3078
+ deploymentId: string;
3079
+ reportId: number;
3080
+ };
3081
+ cookie?: never;
3082
+ };
3083
+ /** @description UpdateReportInput */
3084
+ requestBody?: {
3085
+ content: {
3086
+ "application/json": components["schemas"]["UpdateReportInput"];
3087
+ };
3088
+ };
3089
+ responses: {
3090
+ 200: {
3091
+ headers: {
3092
+ [name: string]: any;
3093
+ };
3094
+ content: {
3095
+ "application/json": components["schemas"]["ReportDto"];
3096
+ };
3097
+ };
3098
+ };
3099
+ };
3100
+ "ReportsPublicController.deleteReport": {
3101
+ parameters: {
3102
+ query?: never;
3103
+ header?: never;
3104
+ path: {
3105
+ deploymentId: number;
3106
+ reportId: number;
3107
+ };
3108
+ cookie?: never;
3109
+ };
3110
+ requestBody?: never;
3111
+ responses: {
3112
+ /** @description Successful response */
3113
+ 200: {
3114
+ headers: {
3115
+ [name: string]: any;
3116
+ };
3117
+ content: {
3118
+ "application/json": any;
3119
+ };
3120
+ };
3121
+ };
3122
+ };
3123
+ "ReportsPublicController.refreshReport": {
3124
+ parameters: {
3125
+ query?: never;
3126
+ header?: never;
3127
+ path: {
3128
+ deploymentId: number;
3129
+ reportId: number;
3130
+ };
3131
+ cookie?: never;
3132
+ };
3133
+ requestBody?: never;
3134
+ responses: {
3135
+ 200: {
3136
+ headers: {
3137
+ [name: string]: any;
3138
+ };
3139
+ content: {
3140
+ "application/json": components["schemas"]["ReportDto"];
3141
+ };
3142
+ };
3143
+ };
3144
+ };
3145
+ "WorkspacePublicController.sharedWorkspaceObjects": {
3146
+ parameters: {
3147
+ query?: {
3148
+ folderId?: number | null;
3149
+ first?: number | null;
3150
+ after?: string | null;
3151
+ types?: ("FOLDER" | "WORKBOOK" | "REPORT")[] | null;
3152
+ orderByField?: components["schemas"]["GetWorkspaceObjectsQueryOrderByField"] | null;
3153
+ orderByDirection?: components["schemas"]["GetWorkspaceObjectsQueryOrderByDirection"] | null;
3154
+ search?: string | null;
3155
+ };
3156
+ header?: never;
3157
+ path: {
3158
+ deploymentId: number;
3159
+ };
3160
+ cookie?: never;
3161
+ };
3162
+ requestBody?: never;
3163
+ responses: {
3164
+ 200: {
3165
+ headers: {
3166
+ [name: string]: any;
3167
+ };
3168
+ content: {
3169
+ "application/json": components["schemas"]["WorkspaceConnectionRestDto"];
3170
+ };
3171
+ };
3172
+ };
3173
+ };
3174
+ "DeploymentsPublicController.deploymentToken": {
3175
+ parameters: {
3176
+ query?: never;
3177
+ header?: never;
3178
+ path: {
3179
+ deploymentId: number;
3180
+ };
3181
+ cookie?: never;
3182
+ };
3183
+ requestBody?: never;
3184
+ responses: {
3185
+ 200: {
3186
+ headers: {
3187
+ [name: string]: any;
3188
+ };
3189
+ content: {
3190
+ "application/json": components["schemas"]["DeploymentTokenResponse"];
3191
+ };
3192
+ };
3193
+ };
3194
+ };
3195
+ "WorkbooksPublicController.getWorkbooks": {
3196
+ parameters: {
3197
+ query?: {
3198
+ folderId?: number | null;
3199
+ after?: string | null;
3200
+ first?: number | null;
3201
+ };
3202
+ header?: never;
3203
+ path: {
3204
+ deploymentId: number;
3205
+ };
3206
+ cookie?: never;
3207
+ };
3208
+ requestBody?: never;
3209
+ responses: {
3210
+ 200: {
3211
+ headers: {
3212
+ [name: string]: any;
3213
+ };
3214
+ content: {
3215
+ "application/json": components["schemas"]["WorkbooksListResponse"];
3216
+ };
3217
+ };
3218
+ };
3219
+ };
3220
+ "WorkbooksPublicController.createWorkbook": {
3221
+ parameters: {
3222
+ query?: never;
3223
+ header?: never;
3224
+ path: {
3225
+ deploymentId: number;
3226
+ };
3227
+ cookie?: never;
3228
+ };
3229
+ /** @description CreateWorkbookInput */
3230
+ requestBody?: {
3231
+ content: {
3232
+ "application/json": components["schemas"]["CreateWorkbookInput"];
3233
+ };
3234
+ };
3235
+ responses: {
3236
+ 200: {
3237
+ headers: {
3238
+ [name: string]: any;
3239
+ };
3240
+ content: {
3241
+ "application/json": components["schemas"]["WorkbookDto"];
3242
+ };
3243
+ };
3244
+ };
3245
+ };
3246
+ "WorkbooksPublicController.getWorkbook": {
3247
+ parameters: {
3248
+ query?: never;
3249
+ header?: never;
3250
+ path: {
3251
+ deploymentId: number;
3252
+ workbookId: number;
3253
+ };
3254
+ cookie?: never;
3255
+ };
3256
+ requestBody?: never;
3257
+ responses: {
3258
+ 200: {
3259
+ headers: {
3260
+ [name: string]: any;
3261
+ };
3262
+ content: {
3263
+ "application/json": components["schemas"]["WorkbookDto"];
3264
+ };
3265
+ };
3266
+ };
3267
+ };
3268
+ "WorkbooksPublicController.updateWorkbook": {
3269
+ parameters: {
3270
+ query?: never;
3271
+ header?: never;
3272
+ path: {
3273
+ deploymentId: number;
3274
+ workbookId: number;
3275
+ };
3276
+ cookie?: never;
3277
+ };
3278
+ /** @description UpdateWorkbookInput */
3279
+ requestBody?: {
3280
+ content: {
3281
+ "application/json": components["schemas"]["UpdateWorkbookInput"];
3282
+ };
3283
+ };
3284
+ responses: {
3285
+ /** @description Successful response */
3286
+ 200: {
3287
+ headers: {
3288
+ [name: string]: any;
3289
+ };
3290
+ content: {
3291
+ "application/json": any;
3292
+ };
3293
+ };
3294
+ };
3295
+ };
3296
+ "WorkbooksPublicController.deleteWorkbook": {
3297
+ parameters: {
3298
+ query?: never;
3299
+ header?: never;
3300
+ path: {
3301
+ deploymentId: number;
3302
+ workbookId: number;
3303
+ };
3304
+ cookie?: never;
3305
+ };
3306
+ requestBody?: never;
3307
+ responses: {
3308
+ /** @description Successful response */
3309
+ 200: {
3310
+ headers: {
3311
+ [name: string]: any;
3312
+ };
3313
+ content: {
3314
+ "application/json": any;
3315
+ };
3316
+ };
3317
+ };
3318
+ };
3319
+ "WorkbooksPublicController.updateWorkbookDashboard": {
3320
+ parameters: {
3321
+ query?: never;
3322
+ header?: never;
3323
+ path: {
3324
+ deploymentId: number;
3325
+ workbookId: number;
3326
+ };
3327
+ cookie?: never;
3328
+ };
3329
+ /** @description WorkbookDashboardInput */
3330
+ requestBody?: {
3331
+ content: {
3332
+ "application/json": components["schemas"]["WorkbookDashboardInput"];
3333
+ };
3334
+ };
3335
+ responses: {
3336
+ 200: {
3337
+ headers: {
3338
+ [name: string]: any;
3339
+ };
3340
+ content: {
3341
+ "application/json": components["schemas"]["WorkbookDashboardDto"];
3342
+ };
3343
+ };
3344
+ };
3345
+ };
3346
+ "WorkbooksPublicController.duplicateWorkbook": {
3347
+ parameters: {
3348
+ query?: never;
3349
+ header?: never;
3350
+ path: {
3351
+ deploymentId: number;
3352
+ workbookId: number;
3353
+ };
3354
+ cookie?: never;
3355
+ };
3356
+ requestBody?: never;
3357
+ responses: {
3358
+ 200: {
3359
+ headers: {
3360
+ [name: string]: any;
3361
+ };
3362
+ content: {
3363
+ "application/json": components["schemas"]["WorkbookDto"];
3364
+ };
3365
+ };
3366
+ };
3367
+ };
3368
+ "WorkbooksPublicController.publishDashboard": {
3369
+ parameters: {
3370
+ query?: never;
3371
+ header?: never;
3372
+ path: {
3373
+ deploymentId: number;
3374
+ workbookId: number;
3375
+ };
3376
+ cookie?: never;
3377
+ };
3378
+ /** @description PublishDashboardInput */
3379
+ requestBody?: {
3380
+ content: {
3381
+ "application/json": components["schemas"]["PublishDashboardInput"];
3382
+ };
3383
+ };
3384
+ responses: {
3385
+ 200: {
3386
+ headers: {
3387
+ [name: string]: any;
3388
+ };
3389
+ content: {
3390
+ "application/json": components["schemas"]["DashboardDto"];
3391
+ };
3392
+ };
3393
+ };
3394
+ };
3395
+ "WorkspacePublicController.workspaceObjects": {
3396
+ parameters: {
3397
+ query?: {
3398
+ folderId?: number | null;
3399
+ first?: number | null;
3400
+ after?: string | null;
3401
+ types?: ("FOLDER" | "WORKBOOK" | "REPORT")[] | null;
3402
+ orderByField?: components["schemas"]["GetWorkspaceObjectsQueryOrderByField"] | null;
3403
+ orderByDirection?: components["schemas"]["GetWorkspaceObjectsQueryOrderByDirection"] | null;
3404
+ search?: string | null;
3405
+ };
3406
+ header?: never;
3407
+ path: {
3408
+ deploymentId: number;
3409
+ };
3410
+ cookie?: never;
3411
+ };
3412
+ requestBody?: never;
3413
+ responses: {
3414
+ 200: {
3415
+ headers: {
3416
+ [name: string]: any;
3417
+ };
3418
+ content: {
3419
+ "application/json": components["schemas"]["WorkspaceConnectionRestDto"];
3420
+ };
3421
+ };
3422
+ };
3423
+ };
3424
+ "WorkspacePublicController.moveWorkspaceObject": {
3425
+ parameters: {
3426
+ query?: never;
3427
+ header?: never;
3428
+ path: {
3429
+ deploymentId: number;
3430
+ };
3431
+ cookie?: never;
3432
+ };
3433
+ /** @description MoveWorkspaceObjectInput */
3434
+ requestBody?: {
3435
+ content: {
3436
+ "application/json": components["schemas"]["MoveWorkspaceObjectInput"];
3437
+ };
3438
+ };
3439
+ responses: {
3440
+ 200: {
3441
+ headers: {
3442
+ [name: string]: any;
3443
+ };
3444
+ content: {
3445
+ "application/json": components["schemas"]["WorkbookDto"];
3446
+ };
3447
+ };
3448
+ };
3449
+ };
3450
+ "EmbedTenantAdminPublicController.getGroups": {
3451
+ parameters: {
3452
+ query?: {
3453
+ after?: string | null;
3454
+ first?: number | null;
3455
+ };
3456
+ header?: never;
3457
+ path: {
3458
+ embedTenantName: string;
3459
+ };
3460
+ cookie?: never;
3461
+ };
3462
+ requestBody?: never;
3463
+ responses: {
3464
+ 200: {
3465
+ headers: {
3466
+ [name: string]: any;
3467
+ };
3468
+ content: {
3469
+ "application/json": components["schemas"]["UserGroupsConnectionRestDto"];
3470
+ };
3471
+ };
3472
+ };
3473
+ };
3474
+ "EmbedTenantAdminPublicController.deleteGroup": {
3475
+ parameters: {
3476
+ query?: never;
3477
+ header?: never;
3478
+ path: {
3479
+ embedTenantName: string;
3480
+ id: number;
3481
+ };
3482
+ cookie?: never;
3483
+ };
3484
+ requestBody?: never;
3485
+ responses: {
3486
+ /** @description Successful response */
3487
+ 200: {
3488
+ headers: {
3489
+ [name: string]: any;
3490
+ };
3491
+ content: {
3492
+ "application/json": any;
3493
+ };
3494
+ };
3495
+ };
3496
+ };
3497
+ "EmbedTenantAdminPublicController.getUserAttributes": {
3498
+ parameters: {
3499
+ query?: {
3500
+ after?: string | null;
3501
+ first?: number | null;
3502
+ };
3503
+ header?: never;
3504
+ path: {
3505
+ embedTenantName: string;
3506
+ };
3507
+ cookie?: never;
3508
+ };
3509
+ requestBody?: never;
3510
+ responses: {
3511
+ 200: {
3512
+ headers: {
3513
+ [name: string]: any;
3514
+ };
3515
+ content: {
3516
+ "application/json": components["schemas"]["UserAttributesConnectionRestDto"];
3517
+ };
3518
+ };
3519
+ };
3520
+ };
3521
+ "EmbedTenantAdminPublicController.deleteUserAttribute": {
3522
+ parameters: {
3523
+ query?: never;
3524
+ header?: never;
3525
+ path: {
3526
+ embedTenantName: string;
3527
+ id: number;
3528
+ };
3529
+ cookie?: never;
3530
+ };
3531
+ requestBody?: never;
3532
+ responses: {
3533
+ /** @description Successful response */
3534
+ 200: {
3535
+ headers: {
3536
+ [name: string]: any;
3537
+ };
3538
+ content: {
3539
+ "application/json": any;
3540
+ };
3541
+ };
3542
+ };
3543
+ };
3544
+ "EmbedPublicController.getDashboard": {
3545
+ parameters: {
3546
+ query?: never;
3547
+ header?: never;
3548
+ path: {
3549
+ publicId: string;
3550
+ };
3551
+ cookie?: never;
3552
+ };
3553
+ requestBody?: never;
3554
+ responses: {
3555
+ 200: {
3556
+ headers: {
3557
+ [name: string]: any;
3558
+ };
3559
+ content: {
3560
+ "application/json": components["schemas"]["DashboardDto"];
3561
+ };
3562
+ };
3563
+ };
3564
+ };
3565
+ "EmbedPublicController.generateSession": {
3566
+ parameters: {
3567
+ query?: never;
3568
+ header?: never;
3569
+ path?: never;
3570
+ cookie?: never;
3571
+ };
3572
+ /** @description GenerateSessionDTO */
3573
+ requestBody?: {
3574
+ content: {
3575
+ "application/json": components["schemas"]["GenerateSessionDTO"];
3576
+ };
3577
+ };
3578
+ responses: {
3579
+ 200: {
3580
+ headers: {
3581
+ [name: string]: any;
3582
+ };
3583
+ content: {
3584
+ "application/json": components["schemas"]["GenerateSessionResponseDTO"];
3585
+ };
3586
+ };
3587
+ };
3588
+ };
3589
+ "EmbedPublicController.postTokenBySessionId": {
3590
+ parameters: {
3591
+ query?: never;
3592
+ header?: never;
3593
+ path?: never;
3594
+ cookie?: never;
3595
+ };
3596
+ /** @description PostTokenBySessionIdInputDTO */
3597
+ requestBody?: {
3598
+ content: {
3599
+ "application/json": components["schemas"]["PostTokenBySessionIdInputDTO"];
3600
+ };
3601
+ };
3602
+ responses: {
3603
+ 200: {
3604
+ headers: {
3605
+ [name: string]: any;
3606
+ };
3607
+ content: {
3608
+ "application/json": components["schemas"]["GenerateEmbedTokenResponseDTO"];
3609
+ };
3610
+ };
3611
+ };
3612
+ };
3613
+ "GroupsPublicController.deleteGroup": {
3614
+ parameters: {
3615
+ query?: never;
3616
+ header?: never;
3617
+ path: {
3618
+ id: number;
3619
+ };
3620
+ cookie?: never;
3621
+ };
3622
+ requestBody?: never;
3623
+ responses: {
3624
+ /** @description Successful response */
3625
+ 200: {
3626
+ headers: {
3627
+ [name: string]: any;
3628
+ };
3629
+ content: {
3630
+ "application/json": any;
3631
+ };
3632
+ };
3633
+ };
3634
+ };
3635
+ "MetadataPublicController.getMetadata": {
3636
+ parameters: {
3637
+ query?: never;
3638
+ header?: never;
3639
+ path?: never;
3640
+ cookie?: never;
3641
+ };
3642
+ /** @description MetadataRequest */
3643
+ requestBody?: {
3644
+ content: {
3645
+ "application/json": components["schemas"]["MetadataRequest"];
3646
+ };
3647
+ };
3648
+ responses: {
3649
+ /** @description Successful response */
3650
+ 200: {
3651
+ headers: {
3652
+ [name: string]: any;
3653
+ };
3654
+ content: {
3655
+ "application/json": any;
3656
+ };
3657
+ };
3658
+ };
3659
+ };
3660
+ "ResourcePoliciesPublicController.getPolicies": {
3661
+ parameters: {
3662
+ query: {
3663
+ resourceType: components["schemas"]["GetResourcePoliciesQueryResourceType"];
3664
+ resourceId: number;
3665
+ };
3666
+ header?: never;
3667
+ path?: never;
3668
+ cookie?: never;
3669
+ };
3670
+ requestBody?: never;
3671
+ responses: {
3672
+ 200: {
3673
+ headers: {
3674
+ [name: string]: any;
3675
+ };
3676
+ content: {
3677
+ "application/json": components["schemas"]["ResourcePoliciesResponseDto"];
3678
+ };
3679
+ };
3680
+ };
3681
+ };
3682
+ "ResourcePoliciesPublicController.updateGroupPolicy": {
3683
+ parameters: {
3684
+ query?: never;
3685
+ header?: never;
3686
+ path?: never;
3687
+ cookie?: never;
3688
+ };
3689
+ /** @description UpdateResourceGroupPolicyBody */
3690
+ requestBody?: {
3691
+ content: {
3692
+ "application/json": components["schemas"]["UpdateResourceGroupPolicyBody"];
3693
+ };
3694
+ };
3695
+ responses: {
3696
+ /** @description Successful response */
3697
+ 200: {
3698
+ headers: {
3699
+ [name: string]: any;
3700
+ };
3701
+ content: {
3702
+ "application/json": any;
3703
+ };
3704
+ };
3705
+ };
3706
+ };
3707
+ "ResourcePoliciesPublicController.updateUserPolicy": {
3708
+ parameters: {
3709
+ query?: never;
3710
+ header?: never;
3711
+ path?: never;
3712
+ cookie?: never;
3713
+ };
3714
+ /** @description UpdateResourceUserPolicyBody */
3715
+ requestBody?: {
3716
+ content: {
3717
+ "application/json": components["schemas"]["UpdateResourceUserPolicyBody"];
3718
+ };
3719
+ };
3720
+ responses: {
3721
+ /** @description Successful response */
3722
+ 200: {
3723
+ headers: {
3724
+ [name: string]: any;
3725
+ };
3726
+ content: {
3727
+ "application/json": any;
3728
+ };
3729
+ };
3730
+ };
3731
+ };
3732
+ "UserAttributesPublicController.deleteUserAttribute": {
3733
+ parameters: {
3734
+ query?: never;
3735
+ header?: never;
3736
+ path: {
3737
+ id: number;
3738
+ };
3739
+ cookie?: never;
3740
+ };
3741
+ requestBody?: never;
3742
+ responses: {
3743
+ /** @description Successful response */
3744
+ 200: {
3745
+ headers: {
3746
+ [name: string]: any;
3747
+ };
3748
+ content: {
3749
+ "application/json": any;
3750
+ };
3751
+ };
3752
+ };
3753
+ };
3754
+ "UserGroupsPublicController.listGroups": {
3755
+ parameters: {
3756
+ query?: {
3757
+ after?: string | null;
3758
+ first?: number | null;
3759
+ };
3760
+ header?: never;
3761
+ path?: never;
3762
+ cookie?: never;
3763
+ };
3764
+ requestBody?: never;
3765
+ responses: {
3766
+ 200: {
3767
+ headers: {
3768
+ [name: string]: any;
3769
+ };
3770
+ content: {
3771
+ "application/json": components["schemas"]["UserGroupsConnectionRestDto"];
3772
+ };
3773
+ };
3774
+ };
3775
+ };
3776
+ "UsersPublicController.getUsers": {
3777
+ parameters: {
3778
+ query?: {
3779
+ after?: string | null;
3780
+ first?: number | null;
3781
+ };
3782
+ header?: never;
3783
+ path?: never;
3784
+ cookie?: never;
3785
+ };
3786
+ requestBody?: never;
3787
+ responses: {
3788
+ 200: {
3789
+ headers: {
3790
+ [name: string]: any;
3791
+ };
3792
+ content: {
3793
+ "application/json": components["schemas"]["UsersConnection"];
3794
+ };
3795
+ };
3796
+ };
3797
+ };
3798
+ "UsersPublicController.getEmbedTheme": {
3799
+ parameters: {
3800
+ query?: never;
3801
+ header?: never;
3802
+ path?: never;
3803
+ cookie?: never;
3804
+ };
3805
+ requestBody?: never;
3806
+ responses: {
3807
+ 200: {
3808
+ headers: {
3809
+ [name: string]: any;
3810
+ };
3811
+ content: {
3812
+ "application/json": components["schemas"]["EmbedThemeDTO"];
3813
+ };
3814
+ };
3815
+ };
3816
+ };
3817
+ "UsersPublicController.getMe": {
3818
+ parameters: {
3819
+ query?: never;
3820
+ header?: never;
3821
+ path?: never;
3822
+ cookie?: never;
3823
+ };
3824
+ requestBody?: never;
3825
+ responses: {
3826
+ 200: {
3827
+ headers: {
3828
+ [name: string]: any;
3829
+ };
3830
+ content: {
3831
+ "application/json": components["schemas"]["UserDTO"];
3832
+ };
3833
+ };
3834
+ };
3835
+ };
3836
+ }
3837
+ //# sourceMappingURL=schema.d.ts.map