ultracart_rest_api_v2_typescript 4.1.16 → 4.1.18
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 +165 -5
- package/dist/apis/DatawarehouseApi.js +359 -1
- package/dist/apis/StorefrontApi.d.ts +25 -1
- package/dist/apis/StorefrontApi.js +60 -0
- 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/EmailEditorValuesResponse.d.ts +58 -0
- package/dist/models/EmailEditorValuesResponse.js +61 -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 +394 -5
- package/src/apis/StorefrontApi.ts +65 -0
- 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/EmailEditorValuesResponse.ts +118 -0
- package/src/models/index.ts +10 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -329,16 +329,25 @@ 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
|
|
342
351
|
src/models/CustomReportsResponse.ts
|
|
343
352
|
src/models/Customer.ts
|
|
344
353
|
src/models/CustomerActivity.ts
|
|
@@ -422,6 +431,7 @@ src/models/EmailDashboardActivityResponse.ts
|
|
|
422
431
|
src/models/EmailDashboardStatsResponse.ts
|
|
423
432
|
src/models/EmailDomain.ts
|
|
424
433
|
src/models/EmailEditorTokenResponse.ts
|
|
434
|
+
src/models/EmailEditorValuesResponse.ts
|
|
425
435
|
src/models/EmailFlow.ts
|
|
426
436
|
src/models/EmailFlowBackPopulateRequest.ts
|
|
427
437
|
src/models/EmailFlowBackPopulateResponse.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.18
|
|
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.18 --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.18 | 08/04/2025 | more internal development on loyalty step for storefront flows |
|
|
89
|
+
| 4.1.17 | 08/04/2025 | small changes to internal flow app to support loyalty tier moves |
|
|
88
90
|
| 4.1.16 | 07/28/2025 | updated doc samples |
|
|
89
91
|
| 4.1.15 | 07/28/2025 | new order methods for blocking and unblocking refunds |
|
|
90
92
|
| 4.1.14 | 07/10/2025 | automation test |
|
|
@@ -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, CustomReportsResponse, 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
|
|
@@ -244,6 +315,20 @@ export interface DatawarehouseApiInterface {
|
|
|
244
315
|
* Get list of reports available
|
|
245
316
|
*/
|
|
246
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>;
|
|
247
332
|
/**
|
|
248
333
|
* Create a new custom report on the UltraCart account.
|
|
249
334
|
* @summary Create a custom report
|
|
@@ -272,6 +357,21 @@ export interface DatawarehouseApiInterface {
|
|
|
272
357
|
* Create a report
|
|
273
358
|
*/
|
|
274
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>;
|
|
275
375
|
/**
|
|
276
376
|
* Update a custom report on the UltraCart account.
|
|
277
377
|
* @summary Update a custom report
|
|
@@ -321,6 +421,16 @@ export interface DatawarehouseApiInterface {
|
|
|
321
421
|
*
|
|
322
422
|
*/
|
|
323
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>;
|
|
324
434
|
/**
|
|
325
435
|
* Delete a custom report on the UltraCart account.
|
|
326
436
|
* Delete a custom report
|
|
@@ -355,12 +465,22 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
355
465
|
* Execute a custom report on the UltraCart account.
|
|
356
466
|
* Execute a custom report
|
|
357
467
|
*/
|
|
358
|
-
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
468
|
+
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportExecutionResponse>>;
|
|
359
469
|
/**
|
|
360
470
|
* Execute a custom report on the UltraCart account.
|
|
361
471
|
* Execute a custom report
|
|
362
472
|
*/
|
|
363
|
-
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>;
|
|
364
484
|
/**
|
|
365
485
|
* Execute the report queries
|
|
366
486
|
* Execute the report queries
|
|
@@ -371,6 +491,26 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
371
491
|
* Execute the report queries
|
|
372
492
|
*/
|
|
373
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>;
|
|
374
514
|
/**
|
|
375
515
|
* Retrieve a custom report
|
|
376
516
|
* Get a custom report
|
|
@@ -451,6 +591,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
451
591
|
* Get list of reports available
|
|
452
592
|
*/
|
|
453
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>;
|
|
454
604
|
/**
|
|
455
605
|
* Create a new custom report on the UltraCart account.
|
|
456
606
|
* Create a custom report
|
|
@@ -471,6 +621,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
471
621
|
* Create a report
|
|
472
622
|
*/
|
|
473
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>;
|
|
474
634
|
/**
|
|
475
635
|
* Update a custom report on the UltraCart account.
|
|
476
636
|
* Update a custom report
|