ultracart_rest_api_v2_typescript 4.1.14 → 4.1.16
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 +11 -0
- package/README.md +4 -2
- package/dist/apis/DatawarehouseApi.d.ts +213 -1
- package/dist/apis/DatawarehouseApi.js +478 -0
- package/dist/apis/OrderApi.d.ts +56 -45
- package/dist/apis/OrderApi.js +108 -77
- package/dist/apis/WebhookApi.d.ts +0 -16
- package/dist/apis/WebhookApi.js +0 -24
- package/dist/models/CartUpsellAfter.d.ts +13 -1
- package/dist/models/CartUpsellAfter.js +4 -0
- package/dist/models/ConversationVirtualAgentCapabilities.d.ts +22 -0
- package/dist/models/ConversationVirtualAgentCapabilities.js +14 -1
- package/dist/models/CustomReport.d.ts +88 -0
- package/dist/models/CustomReport.js +71 -0
- package/dist/models/CustomReportAccountConfig.d.ts +79 -0
- package/dist/models/CustomReportAccountConfig.js +66 -0
- package/dist/models/CustomReportAccountConfigResponse.d.ts +59 -0
- package/dist/models/CustomReportAccountConfigResponse.js +62 -0
- package/dist/models/CustomReportExecutionParameter.d.ts +43 -0
- package/dist/models/CustomReportExecutionParameter.js +54 -0
- package/dist/models/CustomReportExecutionRequest.d.ts +32 -0
- package/dist/models/CustomReportExecutionRequest.js +51 -0
- package/dist/models/CustomReportParameter.d.ts +62 -0
- package/dist/models/CustomReportParameter.js +61 -0
- package/dist/models/CustomReportParameterOption.d.ts +37 -0
- package/dist/models/CustomReportParameterOption.js +52 -0
- package/dist/models/CustomReportQuery.d.ts +61 -0
- package/dist/models/CustomReportQuery.js +60 -0
- package/dist/models/CustomReportResponse.d.ts +59 -0
- package/dist/models/CustomReportResponse.js +62 -0
- package/dist/models/CustomReportTooltip.d.ts +37 -0
- package/dist/models/CustomReportTooltip.js +52 -0
- package/dist/models/CustomReportsResponse.d.ts +59 -0
- package/dist/models/CustomReportsResponse.js +62 -0
- package/dist/models/Item.d.ts +1 -1
- package/dist/models/index.d.ts +11 -0
- package/dist/models/index.js +11 -0
- package/package.json +1 -1
- package/src/apis/DatawarehouseApi.ts +511 -0
- package/src/apis/OrderApi.ts +126 -115
- package/src/apis/WebhookApi.ts +0 -48
- package/src/models/CartUpsellAfter.ts +17 -1
- package/src/models/ConversationVirtualAgentCapabilities.ts +28 -0
- package/src/models/CustomReport.ts +158 -0
- package/src/models/CustomReportAccountConfig.ts +131 -0
- package/src/models/CustomReportAccountConfigResponse.ts +124 -0
- package/src/models/CustomReportExecutionParameter.ts +83 -0
- package/src/models/CustomReportExecutionRequest.ts +74 -0
- package/src/models/CustomReportParameter.ts +114 -0
- package/src/models/CustomReportParameterOption.ts +75 -0
- package/src/models/CustomReportQuery.ts +107 -0
- package/src/models/CustomReportResponse.ts +124 -0
- package/src/models/CustomReportTooltip.ts +75 -0
- package/src/models/CustomReportsResponse.ts +124 -0
- package/src/models/Item.ts +1 -1
- package/src/models/index.ts +11 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -329,6 +329,17 @@ 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/CustomReport.ts
|
|
333
|
+
src/models/CustomReportAccountConfig.ts
|
|
334
|
+
src/models/CustomReportAccountConfigResponse.ts
|
|
335
|
+
src/models/CustomReportExecutionParameter.ts
|
|
336
|
+
src/models/CustomReportExecutionRequest.ts
|
|
337
|
+
src/models/CustomReportParameter.ts
|
|
338
|
+
src/models/CustomReportParameterOption.ts
|
|
339
|
+
src/models/CustomReportQuery.ts
|
|
340
|
+
src/models/CustomReportResponse.ts
|
|
341
|
+
src/models/CustomReportTooltip.ts
|
|
342
|
+
src/models/CustomReportsResponse.ts
|
|
332
343
|
src/models/Customer.ts
|
|
333
344
|
src/models/CustomerActivity.ts
|
|
334
345
|
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.16
|
|
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.16 --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.16 | 07/28/2025 | updated doc samples |
|
|
89
|
+
| 4.1.15 | 07/28/2025 | new order methods for blocking and unblocking refunds |
|
|
88
90
|
| 4.1.14 | 07/10/2025 | automation test |
|
|
89
91
|
| 4.1.13 | 05/20/2025 | conversation - virtual agent flag and virtual agent cost |
|
|
90
92
|
| 4.1.12 | 05/19/2025 | conversations - AI agent capabilities method |
|
|
@@ -10,16 +10,26 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { Report, ReportAuthResponse, ReportDataSetPageResponse, ReportDataSetResponse, ReportDryRunQueriesRequest, ReportDryRunQueriesResponse, ReportExecuteQueriesRequest, ReportResponse, ReportsResponse } from '../models';
|
|
13
|
+
import { CustomReport, CustomReportAccountConfig, CustomReportAccountConfigResponse, CustomReportExecutionRequest, CustomReportResponse, CustomReportsResponse, Report, ReportAuthResponse, ReportDataSetPageResponse, ReportDataSetResponse, ReportDryRunQueriesRequest, ReportDryRunQueriesResponse, ReportExecuteQueriesRequest, ReportResponse, ReportsResponse } from '../models';
|
|
14
|
+
export interface DeleteCustomReportRequest {
|
|
15
|
+
customReportOid: number;
|
|
16
|
+
}
|
|
14
17
|
export interface DeleteReportRequest {
|
|
15
18
|
reportOid: number;
|
|
16
19
|
}
|
|
17
20
|
export interface DryRunReportQueriesRequest {
|
|
18
21
|
queryRequest: ReportDryRunQueriesRequest;
|
|
19
22
|
}
|
|
23
|
+
export interface ExecuteCustomReportRequest {
|
|
24
|
+
customReportOid: number;
|
|
25
|
+
executionRequest: CustomReportExecutionRequest;
|
|
26
|
+
}
|
|
20
27
|
export interface ExecuteReportQueriesRequest {
|
|
21
28
|
queryRequest: ReportExecuteQueriesRequest;
|
|
22
29
|
}
|
|
30
|
+
export interface GetCustomReportRequest {
|
|
31
|
+
customReportOid: number;
|
|
32
|
+
}
|
|
23
33
|
export interface GetReportRequest {
|
|
24
34
|
reportOid: number;
|
|
25
35
|
}
|
|
@@ -30,9 +40,19 @@ export interface GetReportDataSetPageRequest {
|
|
|
30
40
|
datasetUuid: string;
|
|
31
41
|
pageNumber: number;
|
|
32
42
|
}
|
|
43
|
+
export interface InsertCustomReportRequest {
|
|
44
|
+
report: CustomReport;
|
|
45
|
+
}
|
|
33
46
|
export interface InsertReportRequest {
|
|
34
47
|
report: Report;
|
|
35
48
|
}
|
|
49
|
+
export interface UpdateCustomReportRequest {
|
|
50
|
+
customReportOid: number;
|
|
51
|
+
report: CustomReport;
|
|
52
|
+
}
|
|
53
|
+
export interface UpdateCustomReportAccountConfigRequest {
|
|
54
|
+
accountConfig: CustomReportAccountConfig;
|
|
55
|
+
}
|
|
36
56
|
export interface UpdateReportRequest {
|
|
37
57
|
reportOid: number;
|
|
38
58
|
report: Report;
|
|
@@ -44,6 +64,20 @@ export interface UpdateReportRequest {
|
|
|
44
64
|
* @interface DatawarehouseApiInterface
|
|
45
65
|
*/
|
|
46
66
|
export interface DatawarehouseApiInterface {
|
|
67
|
+
/**
|
|
68
|
+
* Delete a custom report on the UltraCart account.
|
|
69
|
+
* @summary Delete a custom report
|
|
70
|
+
* @param {number} customReportOid The report oid to delete.
|
|
71
|
+
* @param {*} [options] Override http request option.
|
|
72
|
+
* @throws {RequiredError}
|
|
73
|
+
* @memberof DatawarehouseApiInterface
|
|
74
|
+
*/
|
|
75
|
+
deleteCustomReportRaw(requestParameters: DeleteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
76
|
+
/**
|
|
77
|
+
* Delete a custom report on the UltraCart account.
|
|
78
|
+
* Delete a custom report
|
|
79
|
+
*/
|
|
80
|
+
deleteCustomReport(requestParameters: DeleteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
47
81
|
/**
|
|
48
82
|
* Delete a report on the UltraCart account.
|
|
49
83
|
* @summary Delete a report
|
|
@@ -72,6 +106,21 @@ export interface DatawarehouseApiInterface {
|
|
|
72
106
|
* Dry run the report queries
|
|
73
107
|
*/
|
|
74
108
|
dryRunReportQueries(requestParameters: DryRunReportQueriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportDryRunQueriesResponse>;
|
|
109
|
+
/**
|
|
110
|
+
* Execute a custom report on the UltraCart account.
|
|
111
|
+
* @summary Execute a custom report
|
|
112
|
+
* @param {number} customReportOid The report oid to execute.
|
|
113
|
+
* @param {CustomReportExecutionRequest} executionRequest Request to execute custom report
|
|
114
|
+
* @param {*} [options] Override http request option.
|
|
115
|
+
* @throws {RequiredError}
|
|
116
|
+
* @memberof DatawarehouseApiInterface
|
|
117
|
+
*/
|
|
118
|
+
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
119
|
+
/**
|
|
120
|
+
* Execute a custom report on the UltraCart account.
|
|
121
|
+
* Execute a custom report
|
|
122
|
+
*/
|
|
123
|
+
executeCustomReport(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
75
124
|
/**
|
|
76
125
|
* Execute the report queries
|
|
77
126
|
* @summary Execute the report queries
|
|
@@ -86,6 +135,46 @@ export interface DatawarehouseApiInterface {
|
|
|
86
135
|
* Execute the report queries
|
|
87
136
|
*/
|
|
88
137
|
executeReportQueries(requestParameters: ExecuteReportQueriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
138
|
+
/**
|
|
139
|
+
* Retrieve a custom report
|
|
140
|
+
* @summary Get a custom report
|
|
141
|
+
* @param {number} customReportOid
|
|
142
|
+
* @param {*} [options] Override http request option.
|
|
143
|
+
* @throws {RequiredError}
|
|
144
|
+
* @memberof DatawarehouseApiInterface
|
|
145
|
+
*/
|
|
146
|
+
getCustomReportRaw(requestParameters: GetCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
147
|
+
/**
|
|
148
|
+
* Retrieve a custom report
|
|
149
|
+
* Get a custom report
|
|
150
|
+
*/
|
|
151
|
+
getCustomReport(requestParameters: GetCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* Retrieve a custom report account configuration
|
|
154
|
+
* @summary Get custom report account configuration
|
|
155
|
+
* @param {*} [options] Override http request option.
|
|
156
|
+
* @throws {RequiredError}
|
|
157
|
+
* @memberof DatawarehouseApiInterface
|
|
158
|
+
*/
|
|
159
|
+
getCustomReportAccountConfigRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportAccountConfigResponse>>;
|
|
160
|
+
/**
|
|
161
|
+
* Retrieve a custom report account configuration
|
|
162
|
+
* Get custom report account configuration
|
|
163
|
+
*/
|
|
164
|
+
getCustomReportAccountConfig(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* Retrieve a custom reports
|
|
167
|
+
* @summary Get custom reports
|
|
168
|
+
* @param {*} [options] Override http request option.
|
|
169
|
+
* @throws {RequiredError}
|
|
170
|
+
* @memberof DatawarehouseApiInterface
|
|
171
|
+
*/
|
|
172
|
+
getCustomReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportsResponse>>;
|
|
173
|
+
/**
|
|
174
|
+
* Retrieve a custom reports
|
|
175
|
+
* Get custom reports
|
|
176
|
+
*/
|
|
177
|
+
getCustomReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportsResponse>;
|
|
89
178
|
/**
|
|
90
179
|
* Retrieve a report
|
|
91
180
|
* @summary Get a report
|
|
@@ -155,6 +244,20 @@ export interface DatawarehouseApiInterface {
|
|
|
155
244
|
* Get list of reports available
|
|
156
245
|
*/
|
|
157
246
|
getReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportsResponse>;
|
|
247
|
+
/**
|
|
248
|
+
* Create a new custom report on the UltraCart account.
|
|
249
|
+
* @summary Create a custom report
|
|
250
|
+
* @param {CustomReport} report Report to create
|
|
251
|
+
* @param {*} [options] Override http request option.
|
|
252
|
+
* @throws {RequiredError}
|
|
253
|
+
* @memberof DatawarehouseApiInterface
|
|
254
|
+
*/
|
|
255
|
+
insertCustomReportRaw(requestParameters: InsertCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
256
|
+
/**
|
|
257
|
+
* Create a new custom report on the UltraCart account.
|
|
258
|
+
* Create a custom report
|
|
259
|
+
*/
|
|
260
|
+
insertCustomReport(requestParameters: InsertCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
158
261
|
/**
|
|
159
262
|
* Create a new report on the UltraCart account.
|
|
160
263
|
* @summary Create a report
|
|
@@ -169,6 +272,35 @@ export interface DatawarehouseApiInterface {
|
|
|
169
272
|
* Create a report
|
|
170
273
|
*/
|
|
171
274
|
insertReport(requestParameters: InsertReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportResponse>;
|
|
275
|
+
/**
|
|
276
|
+
* Update a custom report on the UltraCart account.
|
|
277
|
+
* @summary Update a custom report
|
|
278
|
+
* @param {number} customReportOid The report oid to custom update.
|
|
279
|
+
* @param {CustomReport} report Report to custom update
|
|
280
|
+
* @param {*} [options] Override http request option.
|
|
281
|
+
* @throws {RequiredError}
|
|
282
|
+
* @memberof DatawarehouseApiInterface
|
|
283
|
+
*/
|
|
284
|
+
updateCustomReportRaw(requestParameters: UpdateCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
285
|
+
/**
|
|
286
|
+
* Update a custom report on the UltraCart account.
|
|
287
|
+
* Update a custom report
|
|
288
|
+
*/
|
|
289
|
+
updateCustomReport(requestParameters: UpdateCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
290
|
+
/**
|
|
291
|
+
* Update custom report account config.
|
|
292
|
+
* @summary Update custom report account config
|
|
293
|
+
* @param {CustomReportAccountConfig} accountConfig Account config to update
|
|
294
|
+
* @param {*} [options] Override http request option.
|
|
295
|
+
* @throws {RequiredError}
|
|
296
|
+
* @memberof DatawarehouseApiInterface
|
|
297
|
+
*/
|
|
298
|
+
updateCustomReportAccountConfigRaw(requestParameters: UpdateCustomReportAccountConfigRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportAccountConfigResponse>>;
|
|
299
|
+
/**
|
|
300
|
+
* Update custom report account config.
|
|
301
|
+
* Update custom report account config
|
|
302
|
+
*/
|
|
303
|
+
updateCustomReportAccountConfig(requestParameters: UpdateCustomReportAccountConfigRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
172
304
|
/**
|
|
173
305
|
* Update a report on the UltraCart account.
|
|
174
306
|
* @summary Update a report
|
|
@@ -189,6 +321,16 @@ export interface DatawarehouseApiInterface {
|
|
|
189
321
|
*
|
|
190
322
|
*/
|
|
191
323
|
export declare class DatawarehouseApi extends runtime.BaseAPI implements DatawarehouseApiInterface {
|
|
324
|
+
/**
|
|
325
|
+
* Delete a custom report on the UltraCart account.
|
|
326
|
+
* Delete a custom report
|
|
327
|
+
*/
|
|
328
|
+
deleteCustomReportRaw(requestParameters: DeleteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
329
|
+
/**
|
|
330
|
+
* Delete a custom report on the UltraCart account.
|
|
331
|
+
* Delete a custom report
|
|
332
|
+
*/
|
|
333
|
+
deleteCustomReport(requestParameters: DeleteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
192
334
|
/**
|
|
193
335
|
* Delete a report on the UltraCart account.
|
|
194
336
|
* Delete a report
|
|
@@ -209,6 +351,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
209
351
|
* Dry run the report queries
|
|
210
352
|
*/
|
|
211
353
|
dryRunReportQueries(requestParameters: DryRunReportQueriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportDryRunQueriesResponse>;
|
|
354
|
+
/**
|
|
355
|
+
* Execute a custom report on the UltraCart account.
|
|
356
|
+
* Execute a custom report
|
|
357
|
+
*/
|
|
358
|
+
executeCustomReportRaw(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
359
|
+
/**
|
|
360
|
+
* Execute a custom report on the UltraCart account.
|
|
361
|
+
* Execute a custom report
|
|
362
|
+
*/
|
|
363
|
+
executeCustomReport(requestParameters: ExecuteCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
212
364
|
/**
|
|
213
365
|
* Execute the report queries
|
|
214
366
|
* Execute the report queries
|
|
@@ -219,6 +371,36 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
219
371
|
* Execute the report queries
|
|
220
372
|
*/
|
|
221
373
|
executeReportQueries(requestParameters: ExecuteReportQueriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
374
|
+
/**
|
|
375
|
+
* Retrieve a custom report
|
|
376
|
+
* Get a custom report
|
|
377
|
+
*/
|
|
378
|
+
getCustomReportRaw(requestParameters: GetCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
379
|
+
/**
|
|
380
|
+
* Retrieve a custom report
|
|
381
|
+
* Get a custom report
|
|
382
|
+
*/
|
|
383
|
+
getCustomReport(requestParameters: GetCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
384
|
+
/**
|
|
385
|
+
* Retrieve a custom report account configuration
|
|
386
|
+
* Get custom report account configuration
|
|
387
|
+
*/
|
|
388
|
+
getCustomReportAccountConfigRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportAccountConfigResponse>>;
|
|
389
|
+
/**
|
|
390
|
+
* Retrieve a custom report account configuration
|
|
391
|
+
* Get custom report account configuration
|
|
392
|
+
*/
|
|
393
|
+
getCustomReportAccountConfig(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
394
|
+
/**
|
|
395
|
+
* Retrieve a custom reports
|
|
396
|
+
* Get custom reports
|
|
397
|
+
*/
|
|
398
|
+
getCustomReportsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportsResponse>>;
|
|
399
|
+
/**
|
|
400
|
+
* Retrieve a custom reports
|
|
401
|
+
* Get custom reports
|
|
402
|
+
*/
|
|
403
|
+
getCustomReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportsResponse>;
|
|
222
404
|
/**
|
|
223
405
|
* Retrieve a report
|
|
224
406
|
* Get a report
|
|
@@ -269,6 +451,16 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
269
451
|
* Get list of reports available
|
|
270
452
|
*/
|
|
271
453
|
getReports(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportsResponse>;
|
|
454
|
+
/**
|
|
455
|
+
* Create a new custom report on the UltraCart account.
|
|
456
|
+
* Create a custom report
|
|
457
|
+
*/
|
|
458
|
+
insertCustomReportRaw(requestParameters: InsertCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
459
|
+
/**
|
|
460
|
+
* Create a new custom report on the UltraCart account.
|
|
461
|
+
* Create a custom report
|
|
462
|
+
*/
|
|
463
|
+
insertCustomReport(requestParameters: InsertCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
272
464
|
/**
|
|
273
465
|
* Create a new report on the UltraCart account.
|
|
274
466
|
* Create a report
|
|
@@ -279,6 +471,26 @@ export declare class DatawarehouseApi extends runtime.BaseAPI implements Datawar
|
|
|
279
471
|
* Create a report
|
|
280
472
|
*/
|
|
281
473
|
insertReport(requestParameters: InsertReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReportResponse>;
|
|
474
|
+
/**
|
|
475
|
+
* Update a custom report on the UltraCart account.
|
|
476
|
+
* Update a custom report
|
|
477
|
+
*/
|
|
478
|
+
updateCustomReportRaw(requestParameters: UpdateCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportResponse>>;
|
|
479
|
+
/**
|
|
480
|
+
* Update a custom report on the UltraCart account.
|
|
481
|
+
* Update a custom report
|
|
482
|
+
*/
|
|
483
|
+
updateCustomReport(requestParameters: UpdateCustomReportRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportResponse>;
|
|
484
|
+
/**
|
|
485
|
+
* Update custom report account config.
|
|
486
|
+
* Update custom report account config
|
|
487
|
+
*/
|
|
488
|
+
updateCustomReportAccountConfigRaw(requestParameters: UpdateCustomReportAccountConfigRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomReportAccountConfigResponse>>;
|
|
489
|
+
/**
|
|
490
|
+
* Update custom report account config.
|
|
491
|
+
* Update custom report account config
|
|
492
|
+
*/
|
|
493
|
+
updateCustomReportAccountConfig(requestParameters: UpdateCustomReportAccountConfigRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomReportAccountConfigResponse>;
|
|
282
494
|
/**
|
|
283
495
|
* Update a report on the UltraCart account.
|
|
284
496
|
* Update a report
|