ultracart_rest_api_v2_typescript 4.1.15 → 4.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +10 -0
- package/README.md +4 -2
- package/dist/apis/DatawarehouseApi.d.ts +188 -5
- package/dist/apis/DatawarehouseApi.js +415 -1
- package/dist/apis/OrderApi.d.ts +0 -45
- package/dist/apis/OrderApi.js +2 -88
- package/dist/apis/WebhookApi.d.ts +0 -16
- package/dist/apis/WebhookApi.js +0 -24
- package/dist/models/CustomDashboard.d.ts +50 -0
- package/dist/models/CustomDashboard.js +57 -0
- package/dist/models/CustomDashboardPage.d.ts +44 -0
- package/dist/models/CustomDashboardPage.js +55 -0
- package/dist/models/CustomDashboardPageReport.d.ts +55 -0
- package/dist/models/CustomDashboardPageReport.js +58 -0
- package/dist/models/CustomDashboardResponse.d.ts +59 -0
- package/dist/models/CustomDashboardResponse.js +62 -0
- package/dist/models/CustomDashboardsResponse.d.ts +59 -0
- package/dist/models/CustomDashboardsResponse.js +62 -0
- package/dist/models/CustomReportExecutionResponse.d.ts +78 -0
- package/dist/models/CustomReportExecutionResponse.js +69 -0
- package/dist/models/CustomReportsExecutionReportData.d.ts +43 -0
- package/dist/models/CustomReportsExecutionReportData.js +54 -0
- package/dist/models/CustomReportsExecutionRequest.d.ts +38 -0
- package/dist/models/CustomReportsExecutionRequest.js +53 -0
- package/dist/models/CustomReportsExecutionResponse.d.ts +66 -0
- package/dist/models/CustomReportsExecutionResponse.js +65 -0
- package/dist/models/CustomReportsResponse.d.ts +59 -0
- package/dist/models/CustomReportsResponse.js +62 -0
- package/dist/models/EmailWebhookEditorValuesResponse.d.ts +6 -0
- package/dist/models/EmailWebhookEditorValuesResponse.js +2 -0
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- package/package.json +1 -1
- package/src/apis/DatawarehouseApi.ts +449 -5
- package/src/apis/OrderApi.ts +2 -117
- package/src/apis/WebhookApi.ts +0 -48
- package/src/models/CustomDashboard.ts +98 -0
- package/src/models/CustomDashboardPage.ts +90 -0
- package/src/models/CustomDashboardPageReport.ts +99 -0
- package/src/models/CustomDashboardResponse.ts +124 -0
- package/src/models/CustomDashboardsResponse.ts +124 -0
- package/src/models/CustomReportExecutionResponse.ts +154 -0
- package/src/models/CustomReportsExecutionReportData.ts +83 -0
- package/src/models/CustomReportsExecutionRequest.ts +82 -0
- package/src/models/CustomReportsExecutionResponse.ts +138 -0
- package/src/models/CustomReportsResponse.ts +124 -0
- package/src/models/EmailWebhookEditorValuesResponse.ts +8 -0
- package/src/models/index.ts +10 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -329,16 +329,26 @@ src/models/CouponType.ts
|
|
|
329
329
|
src/models/CouponsRequest.ts
|
|
330
330
|
src/models/CouponsResponse.ts
|
|
331
331
|
src/models/Currency.ts
|
|
332
|
+
src/models/CustomDashboard.ts
|
|
333
|
+
src/models/CustomDashboardPage.ts
|
|
334
|
+
src/models/CustomDashboardPageReport.ts
|
|
335
|
+
src/models/CustomDashboardResponse.ts
|
|
336
|
+
src/models/CustomDashboardsResponse.ts
|
|
332
337
|
src/models/CustomReport.ts
|
|
333
338
|
src/models/CustomReportAccountConfig.ts
|
|
334
339
|
src/models/CustomReportAccountConfigResponse.ts
|
|
335
340
|
src/models/CustomReportExecutionParameter.ts
|
|
336
341
|
src/models/CustomReportExecutionRequest.ts
|
|
342
|
+
src/models/CustomReportExecutionResponse.ts
|
|
337
343
|
src/models/CustomReportParameter.ts
|
|
338
344
|
src/models/CustomReportParameterOption.ts
|
|
339
345
|
src/models/CustomReportQuery.ts
|
|
340
346
|
src/models/CustomReportResponse.ts
|
|
341
347
|
src/models/CustomReportTooltip.ts
|
|
348
|
+
src/models/CustomReportsExecutionReportData.ts
|
|
349
|
+
src/models/CustomReportsExecutionRequest.ts
|
|
350
|
+
src/models/CustomReportsExecutionResponse.ts
|
|
351
|
+
src/models/CustomReportsResponse.ts
|
|
342
352
|
src/models/Customer.ts
|
|
343
353
|
src/models/CustomerActivity.ts
|
|
344
354
|
src/models/CustomerAffiliate.ts
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# UltraCart Typescript SDK
|
|
2
|
-
## ultracart_rest_api_v2_typescript@4.1.
|
|
2
|
+
## ultracart_rest_api_v2_typescript@4.1.17
|
|
3
3
|
|
|
4
4
|
Every API method call has a sample for every language SDK. See https://github.com/UltraCart/sdk_samples
|
|
5
5
|
|
|
6
6
|
Installation
|
|
7
7
|
|
|
8
8
|
```
|
|
9
|
-
npm install ultracart_rest_api_v2_typescript@4.1.
|
|
9
|
+
npm install ultracart_rest_api_v2_typescript@4.1.17 --save
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
```typescript
|
|
@@ -85,6 +85,8 @@ Not every change is committed to every SDK.
|
|
|
85
85
|
|
|
86
86
|
| Version | Date | Comments |
|
|
87
87
|
| --: | :-: | --- |
|
|
88
|
+
| 4.1.17 | 08/04/2025 | small changes to internal flow app to support loyalty tier moves |
|
|
89
|
+
| 4.1.16 | 07/28/2025 | updated doc samples |
|
|
88
90
|
| 4.1.15 | 07/28/2025 | new order methods for blocking and unblocking refunds |
|
|
89
91
|
| 4.1.14 | 07/10/2025 | automation test |
|
|
90
92
|
| 4.1.13 | 05/20/2025 | conversation - virtual agent flag and virtual agent cost |
|
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { CustomReport, CustomReportAccountConfig, CustomReportAccountConfigResponse, CustomReportExecutionRequest, CustomReportResponse, Report, ReportAuthResponse, ReportDataSetPageResponse, ReportDataSetResponse, ReportDryRunQueriesRequest, ReportDryRunQueriesResponse, ReportExecuteQueriesRequest, ReportResponse, ReportsResponse } from '../models';
|
|
13
|
+
import { CustomDashboard, CustomDashboardResponse, CustomDashboardsResponse, CustomReport, CustomReportAccountConfig, CustomReportAccountConfigResponse, CustomReportExecutionRequest, CustomReportExecutionResponse, CustomReportResponse, CustomReportsExecutionRequest, CustomReportsExecutionResponse, CustomReportsResponse, Report, ReportAuthResponse, ReportDataSetPageResponse, ReportDataSetResponse, ReportDryRunQueriesRequest, ReportDryRunQueriesResponse, ReportExecuteQueriesRequest, ReportResponse, ReportsResponse } from '../models';
|
|
14
|
+
export interface DeleteCustomDashboardRequest {
|
|
15
|
+
customDashboardOid: number;
|
|
16
|
+
}
|
|
14
17
|
export interface DeleteCustomReportRequest {
|
|
15
18
|
customReportOid: number;
|
|
16
19
|
}
|
|
@@ -24,9 +27,15 @@ export interface ExecuteCustomReportRequest {
|
|
|
24
27
|
customReportOid: number;
|
|
25
28
|
executionRequest: CustomReportExecutionRequest;
|
|
26
29
|
}
|
|
30
|
+
export interface ExecuteCustomReportsRequest {
|
|
31
|
+
executionRequest: CustomReportsExecutionRequest;
|
|
32
|
+
}
|
|
27
33
|
export interface ExecuteReportQueriesRequest {
|
|
28
34
|
queryRequest: ReportExecuteQueriesRequest;
|
|
29
35
|
}
|
|
36
|
+
export interface GetCustomDashboardRequest {
|
|
37
|
+
customDashboardOid: number;
|
|
38
|
+
}
|
|
30
39
|
export interface GetCustomReportRequest {
|
|
31
40
|
customReportOid: number;
|
|
32
41
|
}
|
|
@@ -40,12 +49,19 @@ export interface GetReportDataSetPageRequest {
|
|
|
40
49
|
datasetUuid: string;
|
|
41
50
|
pageNumber: number;
|
|
42
51
|
}
|
|
52
|
+
export interface InsertCustomDashboardRequest {
|
|
53
|
+
dashboard: CustomDashboard;
|
|
54
|
+
}
|
|
43
55
|
export interface InsertCustomReportRequest {
|
|
44
56
|
report: CustomReport;
|
|
45
57
|
}
|
|
46
58
|
export interface InsertReportRequest {
|
|
47
59
|
report: Report;
|
|
48
60
|
}
|
|
61
|
+
export interface UpdateCustomDashboardRequest {
|
|
62
|
+
customDashboardOid: number;
|
|
63
|
+
dashboard: CustomDashboard;
|
|
64
|
+
}
|
|
49
65
|
export interface UpdateCustomReportRequest {
|
|
50
66
|
customReportOid: number;
|
|
51
67
|
report: CustomReport;
|
|
@@ -64,6 +80,20 @@ export interface UpdateReportRequest {
|
|
|
64
80
|
* @interface DatawarehouseApiInterface
|
|
65
81
|
*/
|
|
66
82
|
export interface DatawarehouseApiInterface {
|
|
83
|
+
/**
|
|
84
|
+
* Delete a custom dashboard on the UltraCart account.
|
|
85
|
+
* @summary Delete a custom dashboard
|
|
86
|
+
* @param {number} customDashboardOid The dashboard oid to delete.
|
|
87
|
+
* @param {*} [options] Override http request option.
|
|
88
|
+
* @throws {RequiredError}
|
|
89
|
+
* @memberof DatawarehouseApiInterface
|
|
90
|
+
*/
|
|
91
|
+
deleteCustomDashboardRaw(requestParameters: DeleteCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
92
|
+
/**
|
|
93
|
+
* Delete a custom dashboard on the UltraCart account.
|
|
94
|
+
* Delete a custom dashboard
|
|
95
|
+
*/
|
|
96
|
+
deleteCustomDashboard(requestParameters: DeleteCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
67
97
|
/**
|
|
68
98
|
* Delete a custom report on the UltraCart account.
|
|
69
99
|
* @summary Delete a custom report
|
|
@@ -115,12 +145,26 @@ export interface DatawarehouseApiInterface {
|
|
|
115
145
|
* @throws {RequiredError}
|
|
116
146
|
* @memberof DatawarehouseApiInterface
|
|
117
147
|
*/
|
|
118
|
-
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
148
|
+
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportExecutionResponse>>;
|
|
119
149
|
/**
|
|
120
150
|
* Execute a custom report on the UltraCart account.
|
|
121
151
|
* Execute a custom report
|
|
122
152
|
*/
|
|
123
|
-
executeCustomReport(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
153
|
+
executeCustomReport(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportExecutionResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* Execute a custom reports on the UltraCart account.
|
|
156
|
+
* @summary Execute a custom reports
|
|
157
|
+
* @param {CustomReportsExecutionRequest} executionRequest Request to execute custom reports
|
|
158
|
+
* @param {*} [options] Override http request option.
|
|
159
|
+
* @throws {RequiredError}
|
|
160
|
+
* @memberof DatawarehouseApiInterface
|
|
161
|
+
*/
|
|
162
|
+
executeCustomReportsRaw(requestParameters: ExecuteCustomReportsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportsExecutionResponse>>;
|
|
163
|
+
/**
|
|
164
|
+
* Execute a custom reports on the UltraCart account.
|
|
165
|
+
* Execute a custom reports
|
|
166
|
+
*/
|
|
167
|
+
executeCustomReports(requestParameters: ExecuteCustomReportsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportsExecutionResponse>;
|
|
124
168
|
/**
|
|
125
169
|
* Execute the report queries
|
|
126
170
|
* @summary Execute the report queries
|
|
@@ -135,6 +179,33 @@ export interface DatawarehouseApiInterface {
|
|
|
135
179
|
* Execute the report queries
|
|
136
180
|
*/
|
|
137
181
|
executeReportQueries(requestParameters: ExecuteReportQueriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
182
|
+
/**
|
|
183
|
+
* Retrieve a custom dashboard
|
|
184
|
+
* @summary Get a custom dashboard
|
|
185
|
+
* @param {number} customDashboardOid
|
|
186
|
+
* @param {*} [options] Override http request option.
|
|
187
|
+
* @throws {RequiredError}
|
|
188
|
+
* @memberof DatawarehouseApiInterface
|
|
189
|
+
*/
|
|
190
|
+
getCustomDashboardRaw(requestParameters: GetCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
191
|
+
/**
|
|
192
|
+
* Retrieve a custom dashboard
|
|
193
|
+
* Get a custom dashboard
|
|
194
|
+
*/
|
|
195
|
+
getCustomDashboard(requestParameters: GetCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* Retrieve a custom dashboards
|
|
198
|
+
* @summary Get custom dashboards
|
|
199
|
+
* @param {*} [options] Override http request option.
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
* @memberof DatawarehouseApiInterface
|
|
202
|
+
*/
|
|
203
|
+
getCustomDashboardsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardsResponse>>;
|
|
204
|
+
/**
|
|
205
|
+
* Retrieve a custom dashboards
|
|
206
|
+
* Get custom dashboards
|
|
207
|
+
*/
|
|
208
|
+
getCustomDashboards(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardsResponse>;
|
|
138
209
|
/**
|
|
139
210
|
* Retrieve a custom report
|
|
140
211
|
* @summary Get a custom report
|
|
@@ -162,6 +233,19 @@ export interface DatawarehouseApiInterface {
|
|
|
162
233
|
* Get custom report account configuration
|
|
163
234
|
*/
|
|
164
235
|
getCustomReportAccountConfig(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
236
|
+
/**
|
|
237
|
+
* Retrieve a custom reports
|
|
238
|
+
* @summary Get custom reports
|
|
239
|
+
* @param {*} [options] Override http request option.
|
|
240
|
+
* @throws {RequiredError}
|
|
241
|
+
* @memberof DatawarehouseApiInterface
|
|
242
|
+
*/
|
|
243
|
+
getCustomReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportsResponse>>;
|
|
244
|
+
/**
|
|
245
|
+
* Retrieve a custom reports
|
|
246
|
+
* Get custom reports
|
|
247
|
+
*/
|
|
248
|
+
getCustomReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportsResponse>;
|
|
165
249
|
/**
|
|
166
250
|
* Retrieve a report
|
|
167
251
|
* @summary Get a report
|
|
@@ -231,6 +315,20 @@ export interface DatawarehouseApiInterface {
|
|
|
231
315
|
* Get list of reports available
|
|
232
316
|
*/
|
|
233
317
|
getReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportsResponse>;
|
|
318
|
+
/**
|
|
319
|
+
* Create a new custom dashboard on the UltraCart account.
|
|
320
|
+
* @summary Create a custom dashboard
|
|
321
|
+
* @param {CustomDashboard} dashboard Dashboard to create
|
|
322
|
+
* @param {*} [options] Override http request option.
|
|
323
|
+
* @throws {RequiredError}
|
|
324
|
+
* @memberof DatawarehouseApiInterface
|
|
325
|
+
*/
|
|
326
|
+
insertCustomDashboardRaw(requestParameters: InsertCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
327
|
+
/**
|
|
328
|
+
* Create a new custom dashboard on the UltraCart account.
|
|
329
|
+
* Create a custom dashboard
|
|
330
|
+
*/
|
|
331
|
+
insertCustomDashboard(requestParameters: InsertCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
234
332
|
/**
|
|
235
333
|
* Create a new custom report on the UltraCart account.
|
|
236
334
|
* @summary Create a custom report
|
|
@@ -259,6 +357,21 @@ export interface DatawarehouseApiInterface {
|
|
|
259
357
|
* Create a report
|
|
260
358
|
*/
|
|
261
359
|
insertReport(requestParameters: InsertReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportResponse>;
|
|
360
|
+
/**
|
|
361
|
+
* Update a custom dashboard on the UltraCart account.
|
|
362
|
+
* @summary Update a custom dashboard
|
|
363
|
+
* @param {number} customDashboardOid The dashboard oid to custom update.
|
|
364
|
+
* @param {CustomDashboard} dashboard Dashboard to custom update
|
|
365
|
+
* @param {*} [options] Override http request option.
|
|
366
|
+
* @throws {RequiredError}
|
|
367
|
+
* @memberof DatawarehouseApiInterface
|
|
368
|
+
*/
|
|
369
|
+
updateCustomDashboardRaw(requestParameters: UpdateCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
370
|
+
/**
|
|
371
|
+
* Update a custom dashboard on the UltraCart account.
|
|
372
|
+
* Update a custom dashboard
|
|
373
|
+
*/
|
|
374
|
+
updateCustomDashboard(requestParameters: UpdateCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
262
375
|
/**
|
|
263
376
|
* Update a custom report on the UltraCart account.
|
|
264
377
|
* @summary Update a custom report
|
|
@@ -308,6 +421,16 @@ export interface DatawarehouseApiInterface {
|
|
|
308
421
|
*
|
|
309
422
|
*/
|
|
310
423
|
export declare class DatawarehouseApi extends runtime.BaseAPI implements DatawarehouseApiInterface {
|
|
424
|
+
/**
|
|
425
|
+
* Delete a custom dashboard on the UltraCart account.
|
|
426
|
+
* Delete a custom dashboard
|
|
427
|
+
*/
|
|
428
|
+
deleteCustomDashboardRaw(requestParameters: DeleteCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
429
|
+
/**
|
|
430
|
+
* Delete a custom dashboard on the UltraCart account.
|
|
431
|
+
* Delete a custom dashboard
|
|
432
|
+
*/
|
|
433
|
+
deleteCustomDashboard(requestParameters: DeleteCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
311
434
|
/**
|
|
312
435
|
* Delete a custom report on the UltraCart account.
|
|
313
436
|
* Delete a custom report
|
|
@@ -342,12 +465,22 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
342
465
|
* Execute a custom report on the UltraCart account.
|
|
343
466
|
* Execute a custom report
|
|
344
467
|
*/
|
|
345
|
-
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
468
|
+
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportExecutionResponse>>;
|
|
346
469
|
/**
|
|
347
470
|
* Execute a custom report on the UltraCart account.
|
|
348
471
|
* Execute a custom report
|
|
349
472
|
*/
|
|
350
|
-
executeCustomReport(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
473
|
+
executeCustomReport(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportExecutionResponse>;
|
|
474
|
+
/**
|
|
475
|
+
* Execute a custom reports on the UltraCart account.
|
|
476
|
+
* Execute a custom reports
|
|
477
|
+
*/
|
|
478
|
+
executeCustomReportsRaw(requestParameters: ExecuteCustomReportsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportsExecutionResponse>>;
|
|
479
|
+
/**
|
|
480
|
+
* Execute a custom reports on the UltraCart account.
|
|
481
|
+
* Execute a custom reports
|
|
482
|
+
*/
|
|
483
|
+
executeCustomReports(requestParameters: ExecuteCustomReportsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportsExecutionResponse>;
|
|
351
484
|
/**
|
|
352
485
|
* Execute the report queries
|
|
353
486
|
* Execute the report queries
|
|
@@ -358,6 +491,26 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
358
491
|
* Execute the report queries
|
|
359
492
|
*/
|
|
360
493
|
executeReportQueries(requestParameters: ExecuteReportQueriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
494
|
+
/**
|
|
495
|
+
* Retrieve a custom dashboard
|
|
496
|
+
* Get a custom dashboard
|
|
497
|
+
*/
|
|
498
|
+
getCustomDashboardRaw(requestParameters: GetCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
499
|
+
/**
|
|
500
|
+
* Retrieve a custom dashboard
|
|
501
|
+
* Get a custom dashboard
|
|
502
|
+
*/
|
|
503
|
+
getCustomDashboard(requestParameters: GetCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
504
|
+
/**
|
|
505
|
+
* Retrieve a custom dashboards
|
|
506
|
+
* Get custom dashboards
|
|
507
|
+
*/
|
|
508
|
+
getCustomDashboardsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardsResponse>>;
|
|
509
|
+
/**
|
|
510
|
+
* Retrieve a custom dashboards
|
|
511
|
+
* Get custom dashboards
|
|
512
|
+
*/
|
|
513
|
+
getCustomDashboards(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardsResponse>;
|
|
361
514
|
/**
|
|
362
515
|
* Retrieve a custom report
|
|
363
516
|
* Get a custom report
|
|
@@ -378,6 +531,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
378
531
|
* Get custom report account configuration
|
|
379
532
|
*/
|
|
380
533
|
getCustomReportAccountConfig(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
534
|
+
/**
|
|
535
|
+
* Retrieve a custom reports
|
|
536
|
+
* Get custom reports
|
|
537
|
+
*/
|
|
538
|
+
getCustomReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportsResponse>>;
|
|
539
|
+
/**
|
|
540
|
+
* Retrieve a custom reports
|
|
541
|
+
* Get custom reports
|
|
542
|
+
*/
|
|
543
|
+
getCustomReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportsResponse>;
|
|
381
544
|
/**
|
|
382
545
|
* Retrieve a report
|
|
383
546
|
* Get a report
|
|
@@ -428,6 +591,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
428
591
|
* Get list of reports available
|
|
429
592
|
*/
|
|
430
593
|
getReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportsResponse>;
|
|
594
|
+
/**
|
|
595
|
+
* Create a new custom dashboard on the UltraCart account.
|
|
596
|
+
* Create a custom dashboard
|
|
597
|
+
*/
|
|
598
|
+
insertCustomDashboardRaw(requestParameters: InsertCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
599
|
+
/**
|
|
600
|
+
* Create a new custom dashboard on the UltraCart account.
|
|
601
|
+
* Create a custom dashboard
|
|
602
|
+
*/
|
|
603
|
+
insertCustomDashboard(requestParameters: InsertCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
431
604
|
/**
|
|
432
605
|
* Create a new custom report on the UltraCart account.
|
|
433
606
|
* Create a custom report
|
|
@@ -448,6 +621,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
448
621
|
* Create a report
|
|
449
622
|
*/
|
|
450
623
|
insertReport(requestParameters: InsertReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportResponse>;
|
|
624
|
+
/**
|
|
625
|
+
* Update a custom dashboard on the UltraCart account.
|
|
626
|
+
* Update a custom dashboard
|
|
627
|
+
*/
|
|
628
|
+
updateCustomDashboardRaw(requestParameters: UpdateCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
629
|
+
/**
|
|
630
|
+
* Update a custom dashboard on the UltraCart account.
|
|
631
|
+
* Update a custom dashboard
|
|
632
|
+
*/
|
|
633
|
+
updateCustomDashboard(requestParameters: UpdateCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
451
634
|
/**
|
|
452
635
|
* Update a custom report on the UltraCart account.
|
|
453
636
|
* Update a custom report
|