ultracart_rest_api_v2_typescript 4.1.19 → 4.1.21
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 +7 -4
- package/README.md +4 -2
- package/dist/apis/DatawarehouseApi.d.ts +173 -1
- package/dist/apis/DatawarehouseApi.js +373 -0
- package/dist/apis/OrderApi.d.ts +32 -1
- package/dist/apis/OrderApi.js +67 -0
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- package/dist/models/CustomDashboardSchedule.d.ts +55 -0
- package/dist/models/CustomDashboardSchedule.js +58 -0
- package/dist/models/CustomDashboardScheduleResponse.d.ts +59 -0
- package/dist/models/CustomDashboardScheduleResponse.js +62 -0
- package/dist/models/CustomDashboardSchedulesResponse.d.ts +59 -0
- package/dist/models/CustomDashboardSchedulesResponse.js +62 -0
- package/dist/models/CustomReport.d.ts +6 -0
- package/dist/models/CustomReport.js +2 -0
- package/dist/models/CustomReportAccountConfig.d.ts +6 -0
- package/dist/models/CustomReportAccountConfig.js +2 -0
- package/dist/models/CustomReportAnalysisRequest.d.ts +37 -0
- package/dist/models/CustomReportAnalysisRequest.js +52 -0
- package/dist/models/CustomReportAnalysisResponse.d.ts +58 -0
- package/dist/models/CustomReportAnalysisResponse.js +61 -0
- package/dist/models/CustomReportChartPngUploadResponse.d.ts +64 -0
- package/dist/models/CustomReportChartPngUploadResponse.js +63 -0
- package/dist/models/EmailCampaign.d.ts +12 -0
- package/dist/models/EmailCampaign.js +4 -0
- package/dist/models/ItemTag.d.ts +1 -1
- package/dist/models/OrderPayment.d.ts +2 -0
- package/dist/models/OrderPayment.js +2 -0
- package/dist/models/ReplaceOrderItemIdRequest.d.ts +49 -0
- package/dist/models/ReplaceOrderItemIdRequest.js +56 -0
- package/dist/models/index.d.ts +7 -3
- package/dist/models/index.js +7 -3
- package/package.json +1 -1
- package/src/apis/DatawarehouseApi.ts +422 -0
- package/src/apis/OrderApi.ts +79 -0
- package/src/apis/index.ts +0 -1
- package/src/models/CustomDashboardSchedule.ts +99 -0
- package/src/models/{ChargebackDisputesResponse.ts → CustomDashboardScheduleResponse.ts} +25 -25
- package/src/models/CustomDashboardSchedulesResponse.ts +124 -0
- package/src/models/CustomReport.ts +8 -0
- package/src/models/CustomReportAccountConfig.ts +8 -0
- package/src/models/CustomReportAnalysisRequest.ts +75 -0
- package/src/models/{ChargebackDisputeResponse.ts → CustomReportAnalysisResponse.ts} +19 -25
- package/src/models/CustomReportChartPngUploadResponse.ts +126 -0
- package/src/models/EmailCampaign.ts +16 -0
- package/src/models/ItemTag.ts +1 -1
- package/src/models/OrderPayment.ts +2 -0
- package/src/models/ReplaceOrderItemIdRequest.ts +91 -0
- package/src/models/index.ts +7 -3
- package/dist/apis/ChargebackApi.d.ts +0 -191
- package/dist/models/ChargebackDispute.d.ts +0 -164
- package/dist/models/ChargebackDisputeResponse.d.ts +0 -59
- package/dist/models/ChargebackDisputesResponse.d.ts +0 -59
- package/src/apis/ChargebackApi.ts +0 -447
- package/src/models/ChargebackDispute.ts +0 -250
package/.openapi-generator/FILES
CHANGED
|
@@ -5,7 +5,6 @@ package.json
|
|
|
5
5
|
src/apis/AffiliateApi.ts
|
|
6
6
|
src/apis/AutoOrderApi.ts
|
|
7
7
|
src/apis/ChannelPartnerApi.ts
|
|
8
|
-
src/apis/ChargebackApi.ts
|
|
9
8
|
src/apis/CheckoutApi.ts
|
|
10
9
|
src/apis/ConversationApi.ts
|
|
11
10
|
src/apis/CouponApi.ts
|
|
@@ -145,9 +144,6 @@ src/models/ChannelPartnerShipToPreferenceResponse.ts
|
|
|
145
144
|
src/models/ChannelPartnerShipToPreferencesResponse.ts
|
|
146
145
|
src/models/ChannelPartnerShippingEstimate.ts
|
|
147
146
|
src/models/ChannelPartnersResponse.ts
|
|
148
|
-
src/models/ChargebackDispute.ts
|
|
149
|
-
src/models/ChargebackDisputeResponse.ts
|
|
150
|
-
src/models/ChargebackDisputesResponse.ts
|
|
151
147
|
src/models/CheckoutAllowedCountriesResponse.ts
|
|
152
148
|
src/models/CheckoutHandoffRequest.ts
|
|
153
149
|
src/models/CheckoutHandoffResponse.ts
|
|
@@ -335,10 +331,16 @@ src/models/CustomDashboardExecutionParameter.ts
|
|
|
335
331
|
src/models/CustomDashboardPage.ts
|
|
336
332
|
src/models/CustomDashboardPageReport.ts
|
|
337
333
|
src/models/CustomDashboardResponse.ts
|
|
334
|
+
src/models/CustomDashboardSchedule.ts
|
|
335
|
+
src/models/CustomDashboardScheduleResponse.ts
|
|
336
|
+
src/models/CustomDashboardSchedulesResponse.ts
|
|
338
337
|
src/models/CustomDashboardsResponse.ts
|
|
339
338
|
src/models/CustomReport.ts
|
|
340
339
|
src/models/CustomReportAccountConfig.ts
|
|
341
340
|
src/models/CustomReportAccountConfigResponse.ts
|
|
341
|
+
src/models/CustomReportAnalysisRequest.ts
|
|
342
|
+
src/models/CustomReportAnalysisResponse.ts
|
|
343
|
+
src/models/CustomReportChartPngUploadResponse.ts
|
|
342
344
|
src/models/CustomReportExecutionParameter.ts
|
|
343
345
|
src/models/CustomReportExecutionRequest.ts
|
|
344
346
|
src/models/CustomReportExecutionResponse.ts
|
|
@@ -745,6 +747,7 @@ src/models/Property.ts
|
|
|
745
747
|
src/models/PublishLibraryItemRequest.ts
|
|
746
748
|
src/models/RegisterAffiliateClickRequest.ts
|
|
747
749
|
src/models/RegisterAffiliateClickResponse.ts
|
|
750
|
+
src/models/ReplaceOrderItemIdRequest.ts
|
|
748
751
|
src/models/Report.ts
|
|
749
752
|
src/models/ReportAuth.ts
|
|
750
753
|
src/models/ReportAuthResponse.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.21
|
|
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.21 --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.21 | 09/09/2025 | added OrderRestApi.replaceOrderItemMerchantItemId |
|
|
89
|
+
| 4.1.20 | 08/18/2025 | storefront communiations - campaign repeat flags |
|
|
88
90
|
| 4.1.19 | 08/04/2025 | conversations api - add zoho departments to getCapabilities call |
|
|
89
91
|
| 4.1.18 | 08/04/2025 | more internal development on loyalty step for storefront flows |
|
|
90
92
|
| 4.1.17 | 08/04/2025 | small changes to internal flow app to support loyalty tier moves |
|
|
@@ -10,10 +10,18 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
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';
|
|
13
|
+
import { CustomDashboard, CustomDashboardResponse, CustomDashboardSchedule, CustomDashboardScheduleResponse, CustomDashboardSchedulesResponse, CustomDashboardsResponse, CustomReport, CustomReportAccountConfig, CustomReportAccountConfigResponse, CustomReportAnalysisRequest, CustomReportAnalysisResponse, CustomReportChartPngUploadResponse, CustomReportExecutionRequest, CustomReportExecutionResponse, CustomReportResponse, CustomReportsExecutionRequest, CustomReportsExecutionResponse, CustomReportsResponse, Report, ReportAuthResponse, ReportDataSetPageResponse, ReportDataSetResponse, ReportDryRunQueriesRequest, ReportDryRunQueriesResponse, ReportExecuteQueriesRequest, ReportResponse, ReportsResponse } from '../models';
|
|
14
|
+
export interface AnalyzeCustomReportRequest {
|
|
15
|
+
customReportOid: number;
|
|
16
|
+
analyzeRequest: CustomReportAnalysisRequest;
|
|
17
|
+
}
|
|
14
18
|
export interface DeleteCustomDashboardRequest {
|
|
15
19
|
customDashboardOid: number;
|
|
16
20
|
}
|
|
21
|
+
export interface DeleteCustomDashboardScheduleRequest {
|
|
22
|
+
customDashboardScheduleOid: number;
|
|
23
|
+
customDashboardOid: number;
|
|
24
|
+
}
|
|
17
25
|
export interface DeleteCustomReportRequest {
|
|
18
26
|
customReportOid: number;
|
|
19
27
|
}
|
|
@@ -36,9 +44,15 @@ export interface ExecuteReportQueriesRequest {
|
|
|
36
44
|
export interface GetCustomDashboardRequest {
|
|
37
45
|
customDashboardOid: number;
|
|
38
46
|
}
|
|
47
|
+
export interface GetCustomDashboardSchedulesRequest {
|
|
48
|
+
customDashboardOid: number;
|
|
49
|
+
}
|
|
39
50
|
export interface GetCustomReportRequest {
|
|
40
51
|
customReportOid: number;
|
|
41
52
|
}
|
|
53
|
+
export interface GetCustomReportChartPngUploadUrlRequest {
|
|
54
|
+
customReportOid: number;
|
|
55
|
+
}
|
|
42
56
|
export interface GetReportRequest {
|
|
43
57
|
reportOid: number;
|
|
44
58
|
}
|
|
@@ -52,6 +66,10 @@ export interface GetReportDataSetPageRequest {
|
|
|
52
66
|
export interface InsertCustomDashboardRequest {
|
|
53
67
|
dashboard: CustomDashboard;
|
|
54
68
|
}
|
|
69
|
+
export interface InsertCustomDashboardScheduleRequest {
|
|
70
|
+
customDashboardOid: number;
|
|
71
|
+
dashboardSchedule: CustomDashboardSchedule;
|
|
72
|
+
}
|
|
55
73
|
export interface InsertCustomReportRequest {
|
|
56
74
|
report: CustomReport;
|
|
57
75
|
}
|
|
@@ -62,6 +80,11 @@ export interface UpdateCustomDashboardRequest {
|
|
|
62
80
|
customDashboardOid: number;
|
|
63
81
|
dashboard: CustomDashboard;
|
|
64
82
|
}
|
|
83
|
+
export interface UpdateCustomDashboardScheduleRequest {
|
|
84
|
+
customDashboardScheduleOid: number;
|
|
85
|
+
customDashboardOid: number;
|
|
86
|
+
dashboardSchedule: CustomDashboardSchedule;
|
|
87
|
+
}
|
|
65
88
|
export interface UpdateCustomReportRequest {
|
|
66
89
|
customReportOid: number;
|
|
67
90
|
report: CustomReport;
|
|
@@ -80,6 +103,21 @@ export interface UpdateReportRequest {
|
|
|
80
103
|
* @interface DatawarehouseApiInterface
|
|
81
104
|
*/
|
|
82
105
|
export interface DatawarehouseApiInterface {
|
|
106
|
+
/**
|
|
107
|
+
* Analyze a custom report on the UltraCart account.
|
|
108
|
+
* @summary Analyze a custom report
|
|
109
|
+
* @param {number} customReportOid The report oid to analyze.
|
|
110
|
+
* @param {CustomReportAnalysisRequest} analyzeRequest Request to analyze custom report
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
* @memberof DatawarehouseApiInterface
|
|
114
|
+
*/
|
|
115
|
+
analyzeCustomReportRaw(requestParameters: AnalyzeCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportAnalysisResponse>>;
|
|
116
|
+
/**
|
|
117
|
+
* Analyze a custom report on the UltraCart account.
|
|
118
|
+
* Analyze a custom report
|
|
119
|
+
*/
|
|
120
|
+
analyzeCustomReport(requestParameters: AnalyzeCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAnalysisResponse>;
|
|
83
121
|
/**
|
|
84
122
|
* Delete a custom dashboard on the UltraCart account.
|
|
85
123
|
* @summary Delete a custom dashboard
|
|
@@ -94,6 +132,21 @@ export interface DatawarehouseApiInterface {
|
|
|
94
132
|
* Delete a custom dashboard
|
|
95
133
|
*/
|
|
96
134
|
deleteCustomDashboard(requestParameters: DeleteCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
135
|
+
/**
|
|
136
|
+
* delete a custom dashboard schedule on the UltraCart account.
|
|
137
|
+
* @summary Delete a custom dashboard schedule
|
|
138
|
+
* @param {number} customDashboardScheduleOid The dashboard schedule oid to delete.
|
|
139
|
+
* @param {number} customDashboardOid The dashboard oid that owns the schedule.
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
* @memberof DatawarehouseApiInterface
|
|
143
|
+
*/
|
|
144
|
+
deleteCustomDashboardScheduleRaw(requestParameters: DeleteCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
145
|
+
/**
|
|
146
|
+
* delete a custom dashboard schedule on the UltraCart account.
|
|
147
|
+
* Delete a custom dashboard schedule
|
|
148
|
+
*/
|
|
149
|
+
deleteCustomDashboardSchedule(requestParameters: DeleteCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
97
150
|
/**
|
|
98
151
|
* Delete a custom report on the UltraCart account.
|
|
99
152
|
* @summary Delete a custom report
|
|
@@ -193,6 +246,20 @@ export interface DatawarehouseApiInterface {
|
|
|
193
246
|
* Get a custom dashboard
|
|
194
247
|
*/
|
|
195
248
|
getCustomDashboard(requestParameters: GetCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
249
|
+
/**
|
|
250
|
+
* Retrieve a custom dashboards
|
|
251
|
+
* @summary Get custom dashboards
|
|
252
|
+
* @param {number} customDashboardOid
|
|
253
|
+
* @param {*} [options] Override http request option.
|
|
254
|
+
* @throws {RequiredError}
|
|
255
|
+
* @memberof DatawarehouseApiInterface
|
|
256
|
+
*/
|
|
257
|
+
getCustomDashboardSchedulesRaw(requestParameters: GetCustomDashboardSchedulesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardSchedulesResponse>>;
|
|
258
|
+
/**
|
|
259
|
+
* Retrieve a custom dashboards
|
|
260
|
+
* Get custom dashboards
|
|
261
|
+
*/
|
|
262
|
+
getCustomDashboardSchedules(requestParameters: GetCustomDashboardSchedulesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardSchedulesResponse>;
|
|
196
263
|
/**
|
|
197
264
|
* Retrieve a custom dashboards
|
|
198
265
|
* @summary Get custom dashboards
|
|
@@ -233,6 +300,20 @@ export interface DatawarehouseApiInterface {
|
|
|
233
300
|
* Get custom report account configuration
|
|
234
301
|
*/
|
|
235
302
|
getCustomReportAccountConfig(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
303
|
+
/**
|
|
304
|
+
* Upload a PNG of a custom report chart
|
|
305
|
+
* @summary Upload a PNG of a custom report chart
|
|
306
|
+
* @param {number} customReportOid The report oid to upload a chart PNG for.
|
|
307
|
+
* @param {*} [options] Override http request option.
|
|
308
|
+
* @throws {RequiredError}
|
|
309
|
+
* @memberof DatawarehouseApiInterface
|
|
310
|
+
*/
|
|
311
|
+
getCustomReportChartPngUploadUrlRaw(requestParameters: GetCustomReportChartPngUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportChartPngUploadResponse>>;
|
|
312
|
+
/**
|
|
313
|
+
* Upload a PNG of a custom report chart
|
|
314
|
+
* Upload a PNG of a custom report chart
|
|
315
|
+
*/
|
|
316
|
+
getCustomReportChartPngUploadUrl(requestParameters: GetCustomReportChartPngUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportChartPngUploadResponse>;
|
|
236
317
|
/**
|
|
237
318
|
* Retrieve a custom reports
|
|
238
319
|
* @summary Get custom reports
|
|
@@ -329,6 +410,21 @@ export interface DatawarehouseApiInterface {
|
|
|
329
410
|
* Create a custom dashboard
|
|
330
411
|
*/
|
|
331
412
|
insertCustomDashboard(requestParameters: InsertCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
413
|
+
/**
|
|
414
|
+
* Create a new custom dashboard schedule on the UltraCart account.
|
|
415
|
+
* @summary Create a custom dashboard schedule
|
|
416
|
+
* @param {number} customDashboardOid
|
|
417
|
+
* @param {CustomDashboardSchedule} dashboardSchedule Dashboard schedule to create
|
|
418
|
+
* @param {*} [options] Override http request option.
|
|
419
|
+
* @throws {RequiredError}
|
|
420
|
+
* @memberof DatawarehouseApiInterface
|
|
421
|
+
*/
|
|
422
|
+
insertCustomDashboardScheduleRaw(requestParameters: InsertCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardScheduleResponse>>;
|
|
423
|
+
/**
|
|
424
|
+
* Create a new custom dashboard schedule on the UltraCart account.
|
|
425
|
+
* Create a custom dashboard schedule
|
|
426
|
+
*/
|
|
427
|
+
insertCustomDashboardSchedule(requestParameters: InsertCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardScheduleResponse>;
|
|
332
428
|
/**
|
|
333
429
|
* Create a new custom report on the UltraCart account.
|
|
334
430
|
* @summary Create a custom report
|
|
@@ -372,6 +468,22 @@ export interface DatawarehouseApiInterface {
|
|
|
372
468
|
* Update a custom dashboard
|
|
373
469
|
*/
|
|
374
470
|
updateCustomDashboard(requestParameters: UpdateCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
471
|
+
/**
|
|
472
|
+
* Update a custom dashboard schedule on the UltraCart account.
|
|
473
|
+
* @summary Update a custom dashboard schedule
|
|
474
|
+
* @param {number} customDashboardScheduleOid The dashboard schedule oid to update.
|
|
475
|
+
* @param {number} customDashboardOid The dashboard oid to update.
|
|
476
|
+
* @param {CustomDashboardSchedule} dashboardSchedule Dashboard schedule to update
|
|
477
|
+
* @param {*} [options] Override http request option.
|
|
478
|
+
* @throws {RequiredError}
|
|
479
|
+
* @memberof DatawarehouseApiInterface
|
|
480
|
+
*/
|
|
481
|
+
updateCustomDashboardScheduleRaw(requestParameters: UpdateCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
482
|
+
/**
|
|
483
|
+
* Update a custom dashboard schedule on the UltraCart account.
|
|
484
|
+
* Update a custom dashboard schedule
|
|
485
|
+
*/
|
|
486
|
+
updateCustomDashboardSchedule(requestParameters: UpdateCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
375
487
|
/**
|
|
376
488
|
* Update a custom report on the UltraCart account.
|
|
377
489
|
* @summary Update a custom report
|
|
@@ -421,6 +533,16 @@ export interface DatawarehouseApiInterface {
|
|
|
421
533
|
*
|
|
422
534
|
*/
|
|
423
535
|
export declare class DatawarehouseApi extends runtime.BaseAPI implements DatawarehouseApiInterface {
|
|
536
|
+
/**
|
|
537
|
+
* Analyze a custom report on the UltraCart account.
|
|
538
|
+
* Analyze a custom report
|
|
539
|
+
*/
|
|
540
|
+
analyzeCustomReportRaw(requestParameters: AnalyzeCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportAnalysisResponse>>;
|
|
541
|
+
/**
|
|
542
|
+
* Analyze a custom report on the UltraCart account.
|
|
543
|
+
* Analyze a custom report
|
|
544
|
+
*/
|
|
545
|
+
analyzeCustomReport(requestParameters: AnalyzeCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAnalysisResponse>;
|
|
424
546
|
/**
|
|
425
547
|
* Delete a custom dashboard on the UltraCart account.
|
|
426
548
|
* Delete a custom dashboard
|
|
@@ -431,6 +553,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
431
553
|
* Delete a custom dashboard
|
|
432
554
|
*/
|
|
433
555
|
deleteCustomDashboard(requestParameters: DeleteCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
556
|
+
/**
|
|
557
|
+
* delete a custom dashboard schedule on the UltraCart account.
|
|
558
|
+
* Delete a custom dashboard schedule
|
|
559
|
+
*/
|
|
560
|
+
deleteCustomDashboardScheduleRaw(requestParameters: DeleteCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
561
|
+
/**
|
|
562
|
+
* delete a custom dashboard schedule on the UltraCart account.
|
|
563
|
+
* Delete a custom dashboard schedule
|
|
564
|
+
*/
|
|
565
|
+
deleteCustomDashboardSchedule(requestParameters: DeleteCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
434
566
|
/**
|
|
435
567
|
* Delete a custom report on the UltraCart account.
|
|
436
568
|
* Delete a custom report
|
|
@@ -501,6 +633,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
501
633
|
* Get a custom dashboard
|
|
502
634
|
*/
|
|
503
635
|
getCustomDashboard(requestParameters: GetCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
636
|
+
/**
|
|
637
|
+
* Retrieve a custom dashboards
|
|
638
|
+
* Get custom dashboards
|
|
639
|
+
*/
|
|
640
|
+
getCustomDashboardSchedulesRaw(requestParameters: GetCustomDashboardSchedulesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardSchedulesResponse>>;
|
|
641
|
+
/**
|
|
642
|
+
* Retrieve a custom dashboards
|
|
643
|
+
* Get custom dashboards
|
|
644
|
+
*/
|
|
645
|
+
getCustomDashboardSchedules(requestParameters: GetCustomDashboardSchedulesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardSchedulesResponse>;
|
|
504
646
|
/**
|
|
505
647
|
* Retrieve a custom dashboards
|
|
506
648
|
* Get custom dashboards
|
|
@@ -531,6 +673,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
531
673
|
* Get custom report account configuration
|
|
532
674
|
*/
|
|
533
675
|
getCustomReportAccountConfig(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
676
|
+
/**
|
|
677
|
+
* Upload a PNG of a custom report chart
|
|
678
|
+
* Upload a PNG of a custom report chart
|
|
679
|
+
*/
|
|
680
|
+
getCustomReportChartPngUploadUrlRaw(requestParameters: GetCustomReportChartPngUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportChartPngUploadResponse>>;
|
|
681
|
+
/**
|
|
682
|
+
* Upload a PNG of a custom report chart
|
|
683
|
+
* Upload a PNG of a custom report chart
|
|
684
|
+
*/
|
|
685
|
+
getCustomReportChartPngUploadUrl(requestParameters: GetCustomReportChartPngUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportChartPngUploadResponse>;
|
|
534
686
|
/**
|
|
535
687
|
* Retrieve a custom reports
|
|
536
688
|
* Get custom reports
|
|
@@ -601,6 +753,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
601
753
|
* Create a custom dashboard
|
|
602
754
|
*/
|
|
603
755
|
insertCustomDashboard(requestParameters: InsertCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
756
|
+
/**
|
|
757
|
+
* Create a new custom dashboard schedule on the UltraCart account.
|
|
758
|
+
* Create a custom dashboard schedule
|
|
759
|
+
*/
|
|
760
|
+
insertCustomDashboardScheduleRaw(requestParameters: InsertCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardScheduleResponse>>;
|
|
761
|
+
/**
|
|
762
|
+
* Create a new custom dashboard schedule on the UltraCart account.
|
|
763
|
+
* Create a custom dashboard schedule
|
|
764
|
+
*/
|
|
765
|
+
insertCustomDashboardSchedule(requestParameters: InsertCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardScheduleResponse>;
|
|
604
766
|
/**
|
|
605
767
|
* Create a new custom report on the UltraCart account.
|
|
606
768
|
* Create a custom report
|
|
@@ -631,6 +793,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
631
793
|
* Update a custom dashboard
|
|
632
794
|
*/
|
|
633
795
|
updateCustomDashboard(requestParameters: UpdateCustomDashboardRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
796
|
+
/**
|
|
797
|
+
* Update a custom dashboard schedule on the UltraCart account.
|
|
798
|
+
* Update a custom dashboard schedule
|
|
799
|
+
*/
|
|
800
|
+
updateCustomDashboardScheduleRaw(requestParameters: UpdateCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomDashboardResponse>>;
|
|
801
|
+
/**
|
|
802
|
+
* Update a custom dashboard schedule on the UltraCart account.
|
|
803
|
+
* Update a custom dashboard schedule
|
|
804
|
+
*/
|
|
805
|
+
updateCustomDashboardSchedule(requestParameters: UpdateCustomDashboardScheduleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomDashboardResponse>;
|
|
634
806
|
/**
|
|
635
807
|
* Update a custom report on the UltraCart account.
|
|
636
808
|
* Update a custom report
|