ultracart_rest_api_v2_typescript 3.10.130 → 3.10.131
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/README.md +3 -2
- package/api.ts +18 -6
- package/dist/api.d.ts +18 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@3.10.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@3.10.131
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install ultracart_rest_api_v2_typescript@3.10.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@3.10.131 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -54,6 +54,7 @@ Not every change is committed to every SDK.
|
|
|
54
54
|
|
|
55
55
|
| Version | Date | Comments |
|
|
56
56
|
| --: | :-: | --- |
|
|
57
|
+
| 3.10.131 | 04/19/2023 | internal dev - data warehouse |
|
|
57
58
|
| 3.10.130 | 04/17/2023 | OrderPaymentTransaction - expose the transaction id |
|
|
58
59
|
| 3.10.129 | 04/11/2023 | missing sezzle payment constant |
|
|
59
60
|
| 3.10.128 | 04/10/2023 | data warehouse internal dev |
|
package/api.ts
CHANGED
|
@@ -33402,12 +33402,6 @@ export interface Report {
|
|
|
33402
33402
|
* @memberof Report
|
|
33403
33403
|
*/
|
|
33404
33404
|
default_project_id?: string;
|
|
33405
|
-
/**
|
|
33406
|
-
*
|
|
33407
|
-
* @type {Array<ReportFilter>}
|
|
33408
|
-
* @memberof Report
|
|
33409
|
-
*/
|
|
33410
|
-
filters?: Array<ReportFilter>;
|
|
33411
33405
|
/**
|
|
33412
33406
|
*
|
|
33413
33407
|
* @type {string}
|
|
@@ -34198,6 +34192,12 @@ export namespace ReportExecuteQueriesRequest {
|
|
|
34198
34192
|
* @interface ReportFilter
|
|
34199
34193
|
*/
|
|
34200
34194
|
export interface ReportFilter {
|
|
34195
|
+
/**
|
|
34196
|
+
* A JSON representation of the configuration for this visualization
|
|
34197
|
+
* @type {string}
|
|
34198
|
+
* @memberof ReportFilter
|
|
34199
|
+
*/
|
|
34200
|
+
config?: string;
|
|
34201
34201
|
/**
|
|
34202
34202
|
* How this filter connects to the data sources and columns
|
|
34203
34203
|
* @type {Array<ReportFilterConnection>}
|
|
@@ -34210,6 +34210,12 @@ export interface ReportFilter {
|
|
|
34210
34210
|
* @memberof ReportFilter
|
|
34211
34211
|
*/
|
|
34212
34212
|
name?: string;
|
|
34213
|
+
/**
|
|
34214
|
+
* A JSON representation of the style configuration for this visualization
|
|
34215
|
+
* @type {string}
|
|
34216
|
+
* @memberof ReportFilter
|
|
34217
|
+
*/
|
|
34218
|
+
styles?: string;
|
|
34213
34219
|
/**
|
|
34214
34220
|
* The timezone that the date range is querying on.
|
|
34215
34221
|
* @type {string}
|
|
@@ -34279,6 +34285,12 @@ export interface ReportFilterConnection {
|
|
|
34279
34285
|
* @interface ReportPage
|
|
34280
34286
|
*/
|
|
34281
34287
|
export interface ReportPage {
|
|
34288
|
+
/**
|
|
34289
|
+
*
|
|
34290
|
+
* @type {Array<ReportFilter>}
|
|
34291
|
+
* @memberof ReportPage
|
|
34292
|
+
*/
|
|
34293
|
+
filters?: Array<ReportFilter>;
|
|
34282
34294
|
/**
|
|
34283
34295
|
* Height of the report page in inches
|
|
34284
34296
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -32706,12 +32706,6 @@ export interface Report {
|
|
|
32706
32706
|
* @memberof Report
|
|
32707
32707
|
*/
|
|
32708
32708
|
default_project_id?: string;
|
|
32709
|
-
/**
|
|
32710
|
-
*
|
|
32711
|
-
* @type {Array<ReportFilter>}
|
|
32712
|
-
* @memberof Report
|
|
32713
|
-
*/
|
|
32714
|
-
filters?: Array<ReportFilter>;
|
|
32715
32709
|
/**
|
|
32716
32710
|
*
|
|
32717
32711
|
* @type {string}
|
|
@@ -33479,6 +33473,12 @@ export declare namespace ReportExecuteQueriesRequest {
|
|
|
33479
33473
|
* @interface ReportFilter
|
|
33480
33474
|
*/
|
|
33481
33475
|
export interface ReportFilter {
|
|
33476
|
+
/**
|
|
33477
|
+
* A JSON representation of the configuration for this visualization
|
|
33478
|
+
* @type {string}
|
|
33479
|
+
* @memberof ReportFilter
|
|
33480
|
+
*/
|
|
33481
|
+
config?: string;
|
|
33482
33482
|
/**
|
|
33483
33483
|
* How this filter connects to the data sources and columns
|
|
33484
33484
|
* @type {Array<ReportFilterConnection>}
|
|
@@ -33491,6 +33491,12 @@ export interface ReportFilter {
|
|
|
33491
33491
|
* @memberof ReportFilter
|
|
33492
33492
|
*/
|
|
33493
33493
|
name?: string;
|
|
33494
|
+
/**
|
|
33495
|
+
* A JSON representation of the style configuration for this visualization
|
|
33496
|
+
* @type {string}
|
|
33497
|
+
* @memberof ReportFilter
|
|
33498
|
+
*/
|
|
33499
|
+
styles?: string;
|
|
33494
33500
|
/**
|
|
33495
33501
|
* The timezone that the date range is querying on.
|
|
33496
33502
|
* @type {string}
|
|
@@ -33557,6 +33563,12 @@ export interface ReportFilterConnection {
|
|
|
33557
33563
|
* @interface ReportPage
|
|
33558
33564
|
*/
|
|
33559
33565
|
export interface ReportPage {
|
|
33566
|
+
/**
|
|
33567
|
+
*
|
|
33568
|
+
* @type {Array<ReportFilter>}
|
|
33569
|
+
* @memberof ReportPage
|
|
33570
|
+
*/
|
|
33571
|
+
filters?: Array<ReportFilter>;
|
|
33560
33572
|
/**
|
|
33561
33573
|
* Height of the report page in inches
|
|
33562
33574
|
* @type {number}
|