ultracart_rest_api_v2_typescript 3.10.142 → 3.10.143
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 +12 -0
- package/dist/api.d.ts +12 -0
- 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.143
|
|
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.143 --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.143 | 06/14/2023 | dw bi: add request_dts on the execute queries request and report data set objects |
|
|
57
58
|
| 3.10.142 | 06/09/2023 | distribution center pickup times |
|
|
58
59
|
| 3.10.141 | 06/08/2023 | customer profile qb tax exempt reason code field |
|
|
59
60
|
| 3.10.140 | 06/06/2023 | auto order add_ons |
|
package/api.ts
CHANGED
|
@@ -33953,6 +33953,12 @@ export interface ReportDataSet {
|
|
|
33953
33953
|
* @memberof ReportDataSet
|
|
33954
33954
|
*/
|
|
33955
33955
|
page_size?: number;
|
|
33956
|
+
/**
|
|
33957
|
+
* Date/Time of the client submitted the request. Can be used to resolve out of order query completion results
|
|
33958
|
+
* @type {string}
|
|
33959
|
+
* @memberof ReportDataSet
|
|
33960
|
+
*/
|
|
33961
|
+
request_dts?: string;
|
|
33956
33962
|
/**
|
|
33957
33963
|
* The schema associated with the data set.
|
|
33958
33964
|
* @type {Array<ReportDataSetSchema>}
|
|
@@ -34563,6 +34569,12 @@ export interface ReportExecuteQueriesRequest {
|
|
|
34563
34569
|
* @memberof ReportExecuteQueriesRequest
|
|
34564
34570
|
*/
|
|
34565
34571
|
queries?: Array<ReportDataSetQuery>;
|
|
34572
|
+
/**
|
|
34573
|
+
* Date/Time of the client submitted the request. Can be used to resolve out of order query completion results
|
|
34574
|
+
* @type {string}
|
|
34575
|
+
* @memberof ReportExecuteQueriesRequest
|
|
34576
|
+
*/
|
|
34577
|
+
request_dts?: string;
|
|
34566
34578
|
/**
|
|
34567
34579
|
* Security level to execute report under
|
|
34568
34580
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -33246,6 +33246,12 @@ export interface ReportDataSet {
|
|
|
33246
33246
|
* @memberof ReportDataSet
|
|
33247
33247
|
*/
|
|
33248
33248
|
page_size?: number;
|
|
33249
|
+
/**
|
|
33250
|
+
* Date/Time of the client submitted the request. Can be used to resolve out of order query completion results
|
|
33251
|
+
* @type {string}
|
|
33252
|
+
* @memberof ReportDataSet
|
|
33253
|
+
*/
|
|
33254
|
+
request_dts?: string;
|
|
33249
33255
|
/**
|
|
33250
33256
|
* The schema associated with the data set.
|
|
33251
33257
|
* @type {Array<ReportDataSetSchema>}
|
|
@@ -33839,6 +33845,12 @@ export interface ReportExecuteQueriesRequest {
|
|
|
33839
33845
|
* @memberof ReportExecuteQueriesRequest
|
|
33840
33846
|
*/
|
|
33841
33847
|
queries?: Array<ReportDataSetQuery>;
|
|
33848
|
+
/**
|
|
33849
|
+
* Date/Time of the client submitted the request. Can be used to resolve out of order query completion results
|
|
33850
|
+
* @type {string}
|
|
33851
|
+
* @memberof ReportExecuteQueriesRequest
|
|
33852
|
+
*/
|
|
33853
|
+
request_dts?: string;
|
|
33842
33854
|
/**
|
|
33843
33855
|
* Security level to execute report under
|
|
33844
33856
|
* @type {string}
|