@epilot/sdk 2.0.0-beta.2 → 2.0.0-beta.4

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 (196) hide show
  1. package/README.md +1 -0
  2. package/definitions/access-token-runtime.json +1 -0
  3. package/definitions/access-token.json +663 -0
  4. package/definitions/address-runtime.json +1 -0
  5. package/definitions/address-suggestions-runtime.json +1 -0
  6. package/definitions/address-suggestions.json +582 -0
  7. package/definitions/address.json +578 -0
  8. package/definitions/ai-agents-runtime.json +1 -0
  9. package/definitions/ai-agents.json +1711 -0
  10. package/definitions/app-runtime.json +1 -0
  11. package/definitions/app.json +4443 -0
  12. package/definitions/audit-logs-runtime.json +1 -0
  13. package/definitions/audit-logs.json +305 -0
  14. package/definitions/automation-runtime.json +1 -0
  15. package/definitions/automation.json +4850 -0
  16. package/definitions/billing-runtime.json +1 -0
  17. package/definitions/billing.json +837 -0
  18. package/definitions/blueprint-manifest-runtime.json +1 -0
  19. package/definitions/blueprint-manifest.json +3376 -0
  20. package/definitions/consent-runtime.json +1 -0
  21. package/definitions/consent.json +344 -0
  22. package/definitions/customer-portal-runtime.json +1 -0
  23. package/definitions/customer-portal.json +15000 -0
  24. package/definitions/dashboard-runtime.json +1 -0
  25. package/definitions/dashboard.json +484 -0
  26. package/definitions/data-management-runtime.json +1 -0
  27. package/definitions/data-management.json +962 -0
  28. package/definitions/deduplication-runtime.json +1 -0
  29. package/definitions/deduplication.json +183 -0
  30. package/definitions/design-runtime.json +1 -0
  31. package/definitions/design.json +1423 -0
  32. package/definitions/document-runtime.json +1 -0
  33. package/definitions/document.json +758 -0
  34. package/definitions/email-settings-runtime.json +1 -0
  35. package/definitions/email-settings.json +2627 -0
  36. package/definitions/email-template-runtime.json +1 -0
  37. package/definitions/email-template.json +1419 -0
  38. package/definitions/entity-mapping-runtime.json +1 -0
  39. package/definitions/entity-mapping.json +1642 -0
  40. package/definitions/entity-runtime.json +1 -0
  41. package/definitions/entity.json +10074 -0
  42. package/definitions/environments-runtime.json +1 -0
  43. package/definitions/environments.json +363 -0
  44. package/definitions/erp-integration-runtime.json +1 -0
  45. package/definitions/erp-integration.json +5845 -0
  46. package/definitions/event-catalog-runtime.json +1 -0
  47. package/definitions/event-catalog.json +1051 -0
  48. package/definitions/file-runtime.json +1 -0
  49. package/definitions/file.json +2842 -0
  50. package/definitions/iban-runtime.json +1 -0
  51. package/definitions/iban.json +132 -0
  52. package/definitions/journey-runtime.json +1 -0
  53. package/definitions/journey.json +2341 -0
  54. package/definitions/kanban-runtime.json +1 -0
  55. package/definitions/kanban.json +929 -0
  56. package/definitions/message-runtime.json +1 -0
  57. package/definitions/message.json +2660 -0
  58. package/definitions/metering-runtime.json +1 -0
  59. package/definitions/metering.json +2321 -0
  60. package/definitions/notes-runtime.json +1 -0
  61. package/definitions/notes.json +1531 -0
  62. package/definitions/notification-runtime.json +1 -0
  63. package/definitions/notification.json +1425 -0
  64. package/definitions/organization-runtime.json +1 -0
  65. package/definitions/organization.json +629 -0
  66. package/definitions/partner-directory-runtime.json +1 -0
  67. package/definitions/partner-directory.json +1718 -0
  68. package/definitions/permissions-runtime.json +1 -0
  69. package/definitions/permissions.json +1480 -0
  70. package/definitions/pricing-runtime.json +1 -0
  71. package/definitions/pricing-tier-runtime.json +1 -0
  72. package/definitions/pricing-tier.json +105 -0
  73. package/definitions/pricing.json +9884 -0
  74. package/definitions/purpose-runtime.json +1 -0
  75. package/definitions/purpose.json +524 -0
  76. package/definitions/sandbox-runtime.json +1 -0
  77. package/definitions/sandbox.json +453 -0
  78. package/definitions/submission-runtime.json +1 -0
  79. package/definitions/submission.json +313 -0
  80. package/definitions/targeting-runtime.json +1 -0
  81. package/definitions/targeting.json +1474 -0
  82. package/definitions/template-variables-runtime.json +1 -0
  83. package/definitions/template-variables.json +1408 -0
  84. package/definitions/user-runtime.json +1 -0
  85. package/definitions/user.json +2408 -0
  86. package/definitions/validation-rules-runtime.json +1 -0
  87. package/definitions/validation-rules.json +1491 -0
  88. package/definitions/webhooks-runtime.json +1 -0
  89. package/definitions/webhooks.json +1525 -0
  90. package/definitions/workflow-definition-runtime.json +1 -0
  91. package/definitions/workflow-definition.json +3417 -0
  92. package/definitions/workflow-runtime.json +1 -0
  93. package/definitions/workflow.json +4106 -0
  94. package/dist/apis/access-token.cjs +13 -84
  95. package/dist/apis/access-token.js +11 -82
  96. package/dist/apis/address-suggestions.cjs +13 -127
  97. package/dist/apis/address-suggestions.js +11 -125
  98. package/dist/apis/address.cjs +13 -79
  99. package/dist/apis/address.js +11 -77
  100. package/dist/apis/ai-agents.cjs +13 -210
  101. package/dist/apis/ai-agents.js +11 -208
  102. package/dist/apis/app.cjs +13 -568
  103. package/dist/apis/app.js +11 -566
  104. package/dist/apis/audit-logs.cjs +13 -50
  105. package/dist/apis/audit-logs.js +11 -48
  106. package/dist/apis/automation.cjs +13 -277
  107. package/dist/apis/automation.js +11 -275
  108. package/dist/apis/billing.cjs +13 -170
  109. package/dist/apis/billing.js +11 -168
  110. package/dist/apis/blueprint-manifest.cjs +13 -499
  111. package/dist/apis/blueprint-manifest.js +11 -497
  112. package/dist/apis/consent.cjs +13 -79
  113. package/dist/apis/consent.js +11 -77
  114. package/dist/apis/customer-portal.cjs +13 -2247
  115. package/dist/apis/customer-portal.js +11 -2245
  116. package/dist/apis/dashboard.cjs +41 -0
  117. package/dist/apis/dashboard.d.cts +18 -0
  118. package/dist/apis/dashboard.d.ts +18 -0
  119. package/dist/apis/dashboard.js +41 -0
  120. package/dist/apis/data-management.cjs +13 -235
  121. package/dist/apis/data-management.js +11 -233
  122. package/dist/apis/deduplication.cjs +13 -37
  123. package/dist/apis/deduplication.js +11 -35
  124. package/dist/apis/design.cjs +13 -214
  125. package/dist/apis/design.js +11 -212
  126. package/dist/apis/document.cjs +13 -73
  127. package/dist/apis/document.js +11 -71
  128. package/dist/apis/email-settings.cjs +13 -528
  129. package/dist/apis/email-settings.js +11 -526
  130. package/dist/apis/email-template.cjs +13 -117
  131. package/dist/apis/email-template.js +11 -115
  132. package/dist/apis/entity-mapping.cjs +13 -210
  133. package/dist/apis/entity-mapping.js +11 -208
  134. package/dist/apis/entity.cjs +13 -1595
  135. package/dist/apis/entity.js +11 -1593
  136. package/dist/apis/environments.cjs +13 -66
  137. package/dist/apis/environments.js +11 -64
  138. package/dist/apis/erp-integration.cjs +13 -581
  139. package/dist/apis/erp-integration.js +11 -579
  140. package/dist/apis/event-catalog.cjs +13 -125
  141. package/dist/apis/event-catalog.js +11 -123
  142. package/dist/apis/file.cjs +13 -568
  143. package/dist/apis/file.js +11 -566
  144. package/dist/apis/iban.cjs +13 -38
  145. package/dist/apis/iban.js +11 -36
  146. package/dist/apis/journey.cjs +13 -265
  147. package/dist/apis/journey.js +11 -263
  148. package/dist/apis/kanban.cjs +13 -159
  149. package/dist/apis/kanban.js +11 -157
  150. package/dist/apis/message.cjs +13 -668
  151. package/dist/apis/message.js +11 -666
  152. package/dist/apis/metering.cjs +13 -394
  153. package/dist/apis/metering.js +11 -392
  154. package/dist/apis/notes.cjs +13 -214
  155. package/dist/apis/notes.js +11 -212
  156. package/dist/apis/notification.cjs +13 -232
  157. package/dist/apis/notification.js +11 -230
  158. package/dist/apis/organization.cjs +13 -113
  159. package/dist/apis/organization.js +11 -111
  160. package/dist/apis/partner-directory.cjs +13 -277
  161. package/dist/apis/partner-directory.js +11 -275
  162. package/dist/apis/permissions.cjs +13 -173
  163. package/dist/apis/permissions.js +11 -171
  164. package/dist/apis/pricing-tier.cjs +14 -32
  165. package/dist/apis/pricing-tier.js +11 -29
  166. package/dist/apis/pricing.cjs +13 -434
  167. package/dist/apis/pricing.js +11 -432
  168. package/dist/apis/purpose.cjs +13 -175
  169. package/dist/apis/purpose.js +11 -173
  170. package/dist/apis/sandbox.cjs +13 -95
  171. package/dist/apis/sandbox.js +11 -93
  172. package/dist/apis/submission.cjs +13 -50
  173. package/dist/apis/submission.js +11 -48
  174. package/dist/apis/targeting.cjs +13 -270
  175. package/dist/apis/targeting.js +11 -268
  176. package/dist/apis/template-variables.cjs +13 -154
  177. package/dist/apis/template-variables.js +11 -152
  178. package/dist/apis/user.cjs +13 -483
  179. package/dist/apis/user.js +11 -481
  180. package/dist/apis/validation-rules.cjs +13 -115
  181. package/dist/apis/validation-rules.js +11 -113
  182. package/dist/apis/webhooks.cjs +13 -247
  183. package/dist/apis/webhooks.js +11 -245
  184. package/dist/apis/workflow-definition.cjs +13 -337
  185. package/dist/apis/workflow-definition.js +11 -335
  186. package/dist/apis/workflow.cjs +13 -397
  187. package/dist/apis/workflow.js +11 -395
  188. package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
  189. package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
  190. package/dist/dashboard.d-AE3RQ6zo.d.cts +440 -0
  191. package/dist/dashboard.d-AE3RQ6zo.d.ts +440 -0
  192. package/dist/index.cjs +60 -53
  193. package/dist/index.d.cts +70 -68
  194. package/dist/index.d.ts +70 -68
  195. package/dist/index.js +57 -50
  196. package/package.json +55 -3
@@ -0,0 +1,440 @@
1
+ import { OpenAPIClient, Parameters, UnknownParamsObject, AxiosRequestConfig, OperationResponse } from 'openapi-client-axios';
2
+
3
+ /* Auto-copied from dashboard-client */
4
+
5
+
6
+ declare namespace Components {
7
+ namespace Schemas {
8
+ /**
9
+ * Adashboard configuration with tiles
10
+ */
11
+ export interface Dashboard {
12
+ id?: /**
13
+ * Unique identifier for dashboard
14
+ * example:
15
+ * 3fa85f64-5717-4562-b3fc-2c963f66afa6
16
+ */
17
+ DashboardID /* uuid */;
18
+ /**
19
+ * example:
20
+ * Employee Dashboard
21
+ */
22
+ title: string;
23
+ /**
24
+ * example:
25
+ * [
26
+ * {
27
+ * "id": "e4af1297-1fd6-440f-9846-f475f580d40f",
28
+ * "coordinates": {},
29
+ * "visualisation": "timechart",
30
+ * "visualisation_config": {
31
+ * "query": {
32
+ * "dataset": "entity_operations",
33
+ * "measure": "count_operations",
34
+ * "filters": [
35
+ * {
36
+ * "operation": [
37
+ * "createEntity"
38
+ * ]
39
+ * },
40
+ * {
41
+ * "entity_schema": [
42
+ * "opportunity"
43
+ * ]
44
+ * }
45
+ * ],
46
+ * "dimensions": [
47
+ * {
48
+ * "time_with_granularity": "month"
49
+ * },
50
+ * {
51
+ * "entity_attribute": "source.title"
52
+ * }
53
+ * ]
54
+ * },
55
+ * "options": {
56
+ * "type": "line"
57
+ * }
58
+ * }
59
+ * }
60
+ * ]
61
+ */
62
+ tiles: DashboardTile[];
63
+ }
64
+ /**
65
+ * Unique identifier for dashboard
66
+ * example:
67
+ * 3fa85f64-5717-4562-b3fc-2c963f66afa6
68
+ */
69
+ export type DashboardID = string; // uuid
70
+ export interface DashboardTile {
71
+ id?: /**
72
+ * Unique identifier for a tile in a dashboard
73
+ * example:
74
+ * e4af1297-1fd6-440f-9846-f475f580d40f
75
+ */
76
+ DashboardTileID /* uuid */;
77
+ coordinates?: {
78
+ [key: string]: any;
79
+ };
80
+ /**
81
+ * example:
82
+ * Number of opportunities created by journeys every month
83
+ */
84
+ title?: string;
85
+ visualisation_id?: /**
86
+ * Unique identifier for a Visualisation
87
+ * example:
88
+ * timechart
89
+ */
90
+ VisualisationId;
91
+ visualisation_config?: VisualisationConfig;
92
+ }
93
+ /**
94
+ * Unique identifier for a tile in a dashboard
95
+ * example:
96
+ * e4af1297-1fd6-440f-9846-f475f580d40f
97
+ */
98
+ export type DashboardTileID = string; // uuid
99
+ export interface DatalakeQuery {
100
+ [name: string]: any;
101
+ /**
102
+ * example:
103
+ * entity_operations
104
+ */
105
+ dataset?: string;
106
+ /**
107
+ * example:
108
+ * count_operations
109
+ */
110
+ measure?: string;
111
+ dimensions?: {
112
+ [name: string]: any;
113
+ }[];
114
+ filters?: {
115
+ [name: string]: any;
116
+ }[];
117
+ }
118
+ export interface Example {
119
+ id?: /**
120
+ * Unique identifier for a visualisation examples for tiles in a dashboard
121
+ * example:
122
+ * e4af1297-1fd6-440f-9846-f475f580d40f
123
+ */
124
+ ExampleID /* uuid */;
125
+ /**
126
+ * example:
127
+ * Number of opportunities created by journeys every month
128
+ */
129
+ title?: string;
130
+ visualisation?: /**
131
+ * Unique identifier for a Visualisation
132
+ * example:
133
+ * timechart
134
+ */
135
+ VisualisationId;
136
+ query?: DatalakeQuery;
137
+ }
138
+ /**
139
+ * Unique identifier for a visualisation examples for tiles in a dashboard
140
+ * example:
141
+ * e4af1297-1fd6-440f-9846-f475f580d40f
142
+ */
143
+ export type ExampleID = string; // uuid
144
+ export interface TimechartVisualisationConfig {
145
+ query?: DatalakeQuery;
146
+ /**
147
+ * example:
148
+ * {
149
+ * "type": "bar"
150
+ * }
151
+ */
152
+ options?: {
153
+ [name: string]: any;
154
+ };
155
+ }
156
+ /**
157
+ * A Visualisation that can be used to configure tiles in dashboards
158
+ */
159
+ export interface Visualisation {
160
+ visualisation?: /**
161
+ * Unique identifier for a Visualisation
162
+ * example:
163
+ * timechart
164
+ */
165
+ VisualisationId;
166
+ /**
167
+ * example:
168
+ * Time Series Visualisation
169
+ */
170
+ title?: string;
171
+ description?: string;
172
+ /**
173
+ * Package name of the Visualisation MFE bundle to import
174
+ * example:
175
+ * @epilot360/highcharts
176
+ */
177
+ package_name?: string;
178
+ /**
179
+ * URL to Visualisation MFE bundle to import
180
+ * example:
181
+ * https://epilot-dashboard-visualisations.epilot.io/epilot360-datalake-visualisation/bundle.js?version=1650592827
182
+ */
183
+ import_url?: string; // uri
184
+ }
185
+ export type VisualisationConfig = TimechartVisualisationConfig;
186
+ /**
187
+ * Unique identifier for a Visualisation
188
+ * example:
189
+ * timechart
190
+ */
191
+ export type VisualisationId = "kpi" | "funnel" | "toplist" | "timechart" | "pie" | "bar" | "entity_list" | "markdown" | "news_feed" | "workflow";
192
+ }
193
+ }
194
+ declare namespace Paths {
195
+ namespace CreateDashboard {
196
+ export type RequestBody = /* Adashboard configuration with tiles */ Components.Schemas.Dashboard;
197
+ namespace Responses {
198
+ export type $201 = /* Adashboard configuration with tiles */ Components.Schemas.Dashboard;
199
+ }
200
+ }
201
+ namespace DeleteDashboard {
202
+ namespace Responses {
203
+ export type $200 = /* Adashboard configuration with tiles */ Components.Schemas.Dashboard;
204
+ }
205
+ }
206
+ namespace GetDashboard {
207
+ namespace Responses {
208
+ export type $200 = /* Adashboard configuration with tiles */ Components.Schemas.Dashboard;
209
+ }
210
+ }
211
+ namespace ListAvailableExamples {
212
+ namespace Responses {
213
+ export interface $200 {
214
+ results?: Components.Schemas.Example[];
215
+ }
216
+ }
217
+ }
218
+ namespace ListAvailableVisualisations {
219
+ namespace Responses {
220
+ export interface $200 {
221
+ /**
222
+ * example:
223
+ * [
224
+ * {
225
+ * "visualisation": "timechart",
226
+ * "title": "Time Series Visualisation",
227
+ * "description": "Visualise your metrics with respect to time series",
228
+ * "package_name": "@epilot360/highcharts"
229
+ * },
230
+ * {
231
+ * "visualisation": "kpi",
232
+ * "title": "KPI Visualisation",
233
+ * "description": "Visualise your key performance indicators",
234
+ * "package_name": "@epilot360/kpi"
235
+ * }
236
+ * ]
237
+ */
238
+ results?: /* A Visualisation that can be used to configure tiles in dashboards */ Components.Schemas.Visualisation[];
239
+ }
240
+ }
241
+ }
242
+ namespace ListDashboards {
243
+ namespace Responses {
244
+ export interface $200 {
245
+ results?: /* Adashboard configuration with tiles */ Components.Schemas.Dashboard[];
246
+ }
247
+ }
248
+ }
249
+ namespace PutDashboard {
250
+ export type RequestBody = /* Adashboard configuration with tiles */ Components.Schemas.Dashboard;
251
+ namespace Responses {
252
+ export type $200 = /* Adashboard configuration with tiles */ Components.Schemas.Dashboard;
253
+ }
254
+ }
255
+ namespace V1DashboardDashboards$Id {
256
+ namespace Parameters {
257
+ export type Id = /**
258
+ * Unique identifier for dashboard
259
+ * example:
260
+ * 3fa85f64-5717-4562-b3fc-2c963f66afa6
261
+ */
262
+ Components.Schemas.DashboardID /* uuid */;
263
+ }
264
+ export interface PathParameters {
265
+ id: Parameters.Id;
266
+ }
267
+ }
268
+ }
269
+
270
+
271
+ interface OperationMethods {
272
+ /**
273
+ * listDashboards - listDashboards
274
+ *
275
+ * List dashboards available to the user
276
+ */
277
+ 'listDashboards'(
278
+ parameters?: Parameters<UnknownParamsObject> | null,
279
+ data?: any,
280
+ config?: AxiosRequestConfig
281
+ ): OperationResponse<Paths.ListDashboards.Responses.$200>
282
+ /**
283
+ * createDashboard - createDashboard
284
+ *
285
+ * Create new dashboard
286
+ */
287
+ 'createDashboard'(
288
+ parameters?: Parameters<UnknownParamsObject> | null,
289
+ data?: Paths.CreateDashboard.RequestBody,
290
+ config?: AxiosRequestConfig
291
+ ): OperationResponse<Paths.CreateDashboard.Responses.$201>
292
+ /**
293
+ * getDashboard - getDashboard
294
+ *
295
+ * Get dashboard by ID
296
+ */
297
+ 'getDashboard'(
298
+ parameters?: Parameters<Paths.V1DashboardDashboards$Id.PathParameters> | null,
299
+ data?: any,
300
+ config?: AxiosRequestConfig
301
+ ): OperationResponse<Paths.GetDashboard.Responses.$200>
302
+ /**
303
+ * putDashboard - putDashboard
304
+ *
305
+ * Update a dashboard by ID
306
+ */
307
+ 'putDashboard'(
308
+ parameters?: Parameters<Paths.V1DashboardDashboards$Id.PathParameters> | null,
309
+ data?: Paths.PutDashboard.RequestBody,
310
+ config?: AxiosRequestConfig
311
+ ): OperationResponse<Paths.PutDashboard.Responses.$200>
312
+ /**
313
+ * deleteDashboard - deleteDashboard
314
+ *
315
+ * Delete a dashboard by ID
316
+ */
317
+ 'deleteDashboard'(
318
+ parameters?: Parameters<Paths.V1DashboardDashboards$Id.PathParameters> | null,
319
+ data?: any,
320
+ config?: AxiosRequestConfig
321
+ ): OperationResponse<Paths.DeleteDashboard.Responses.$200>
322
+ /**
323
+ * listAvailableVisualisations - listAvailableVisualisations
324
+ *
325
+ * Returns list of available Visualisations to configure new dashboard tiles
326
+ */
327
+ 'listAvailableVisualisations'(
328
+ parameters?: Parameters<UnknownParamsObject> | null,
329
+ data?: any,
330
+ config?: AxiosRequestConfig
331
+ ): OperationResponse<Paths.ListAvailableVisualisations.Responses.$200>
332
+ /**
333
+ * listAvailableExamples - listAvailableExamples
334
+ *
335
+ * Returns list of available exampless for visualisations to configure new dashboard tiles
336
+ */
337
+ 'listAvailableExamples'(
338
+ parameters?: Parameters<UnknownParamsObject> | null,
339
+ data?: any,
340
+ config?: AxiosRequestConfig
341
+ ): OperationResponse<Paths.ListAvailableExamples.Responses.$200>
342
+ }
343
+
344
+ interface PathsDictionary {
345
+ ['/v1/dashboard/dashboards']: {
346
+ /**
347
+ * listDashboards - listDashboards
348
+ *
349
+ * List dashboards available to the user
350
+ */
351
+ 'get'(
352
+ parameters?: Parameters<UnknownParamsObject> | null,
353
+ data?: any,
354
+ config?: AxiosRequestConfig
355
+ ): OperationResponse<Paths.ListDashboards.Responses.$200>
356
+ /**
357
+ * createDashboard - createDashboard
358
+ *
359
+ * Create new dashboard
360
+ */
361
+ 'post'(
362
+ parameters?: Parameters<UnknownParamsObject> | null,
363
+ data?: Paths.CreateDashboard.RequestBody,
364
+ config?: AxiosRequestConfig
365
+ ): OperationResponse<Paths.CreateDashboard.Responses.$201>
366
+ }
367
+ ['/v1/dashboard/dashboards/{id}']: {
368
+ /**
369
+ * getDashboard - getDashboard
370
+ *
371
+ * Get dashboard by ID
372
+ */
373
+ 'get'(
374
+ parameters?: Parameters<Paths.V1DashboardDashboards$Id.PathParameters> | null,
375
+ data?: any,
376
+ config?: AxiosRequestConfig
377
+ ): OperationResponse<Paths.GetDashboard.Responses.$200>
378
+ /**
379
+ * putDashboard - putDashboard
380
+ *
381
+ * Update a dashboard by ID
382
+ */
383
+ 'put'(
384
+ parameters?: Parameters<Paths.V1DashboardDashboards$Id.PathParameters> | null,
385
+ data?: Paths.PutDashboard.RequestBody,
386
+ config?: AxiosRequestConfig
387
+ ): OperationResponse<Paths.PutDashboard.Responses.$200>
388
+ /**
389
+ * deleteDashboard - deleteDashboard
390
+ *
391
+ * Delete a dashboard by ID
392
+ */
393
+ 'delete'(
394
+ parameters?: Parameters<Paths.V1DashboardDashboards$Id.PathParameters> | null,
395
+ data?: any,
396
+ config?: AxiosRequestConfig
397
+ ): OperationResponse<Paths.DeleteDashboard.Responses.$200>
398
+ }
399
+ ['/v1/dashboard/visualisations']: {
400
+ /**
401
+ * listAvailableVisualisations - listAvailableVisualisations
402
+ *
403
+ * Returns list of available Visualisations to configure new dashboard tiles
404
+ */
405
+ 'get'(
406
+ parameters?: Parameters<UnknownParamsObject> | null,
407
+ data?: any,
408
+ config?: AxiosRequestConfig
409
+ ): OperationResponse<Paths.ListAvailableVisualisations.Responses.$200>
410
+ }
411
+ ['/v1/dashboard/examples']: {
412
+ /**
413
+ * listAvailableExamples - listAvailableExamples
414
+ *
415
+ * Returns list of available exampless for visualisations to configure new dashboard tiles
416
+ */
417
+ 'get'(
418
+ parameters?: Parameters<UnknownParamsObject> | null,
419
+ data?: any,
420
+ config?: AxiosRequestConfig
421
+ ): OperationResponse<Paths.ListAvailableExamples.Responses.$200>
422
+ }
423
+ }
424
+
425
+ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
426
+
427
+
428
+ type Dashboard = Components.Schemas.Dashboard;
429
+ type DashboardID = Components.Schemas.DashboardID;
430
+ type DashboardTile = Components.Schemas.DashboardTile;
431
+ type DashboardTileID = Components.Schemas.DashboardTileID;
432
+ type DatalakeQuery = Components.Schemas.DatalakeQuery;
433
+ type Example = Components.Schemas.Example;
434
+ type ExampleID = Components.Schemas.ExampleID;
435
+ type timechartVisualisationConfig = Components.Schemas.TimechartVisualisationConfig;
436
+ type Visualisation = Components.Schemas.Visualisation;
437
+ type VisualisationConfig = Components.Schemas.VisualisationConfig;
438
+ type VisualisationId = Components.Schemas.VisualisationId;
439
+
440
+ export type { Client as C, Dashboard as D, Example as E, OperationMethods as O, PathsDictionary as P, Visualisation as V, DashboardID as a, DashboardTile as b, DashboardTileID as c, DatalakeQuery as d, ExampleID as e, VisualisationConfig as f, VisualisationId as g, timechartVisualisationConfig as t };