ultracart_rest_api_v2_typescript 3.10.133 → 3.10.134
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 +13 -1
- package/dist/api.d.ts +13 -1
- 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.134
|
|
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.134 --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.134 | 04/24/2023 | internal development - data warehouse |
|
|
57
58
|
| 3.10.133 | 04/21/2023 | internal development - data warehouse |
|
|
58
59
|
| 3.10.132 | 04/19/2023 | internal development - data warehouse |
|
|
59
60
|
| 3.10.131 | 04/19/2023 | internal dev - data warehouse |
|
package/api.ts
CHANGED
|
@@ -33588,7 +33588,7 @@ export interface ReportDataSet {
|
|
|
33588
33588
|
*/
|
|
33589
33589
|
merchant_id?: string;
|
|
33590
33590
|
/**
|
|
33591
|
-
* The
|
|
33591
|
+
* The total number of pages in the result set
|
|
33592
33592
|
* @type {number}
|
|
33593
33593
|
* @memberof ReportDataSet
|
|
33594
33594
|
*/
|
|
@@ -33945,6 +33945,12 @@ export interface ReportDataSetRow {
|
|
|
33945
33945
|
* @interface ReportDataSetSchema
|
|
33946
33946
|
*/
|
|
33947
33947
|
export interface ReportDataSetSchema {
|
|
33948
|
+
/**
|
|
33949
|
+
* A JSON representation of the configuration for this visualization
|
|
33950
|
+
* @type {string}
|
|
33951
|
+
* @memberof ReportDataSetSchema
|
|
33952
|
+
*/
|
|
33953
|
+
config?: string;
|
|
33948
33954
|
/**
|
|
33949
33955
|
*
|
|
33950
33956
|
* @type {string}
|
|
@@ -34033,6 +34039,12 @@ export interface ReportDataSource {
|
|
|
34033
34039
|
* @interface ReportDataSourceSchema
|
|
34034
34040
|
*/
|
|
34035
34041
|
export interface ReportDataSourceSchema {
|
|
34042
|
+
/**
|
|
34043
|
+
* A JSON representation of the configuration for this visualization
|
|
34044
|
+
* @type {string}
|
|
34045
|
+
* @memberof ReportDataSourceSchema
|
|
34046
|
+
*/
|
|
34047
|
+
config?: string;
|
|
34036
34048
|
/**
|
|
34037
34049
|
* Whether or not this column can be used as a dimension within a visualization
|
|
34038
34050
|
* @type {boolean}
|
package/dist/api.d.ts
CHANGED
|
@@ -32888,7 +32888,7 @@ export interface ReportDataSet {
|
|
|
32888
32888
|
*/
|
|
32889
32889
|
merchant_id?: string;
|
|
32890
32890
|
/**
|
|
32891
|
-
* The
|
|
32891
|
+
* The total number of pages in the result set
|
|
32892
32892
|
* @type {number}
|
|
32893
32893
|
* @memberof ReportDataSet
|
|
32894
32894
|
*/
|
|
@@ -33236,6 +33236,12 @@ export interface ReportDataSetRow {
|
|
|
33236
33236
|
* @interface ReportDataSetSchema
|
|
33237
33237
|
*/
|
|
33238
33238
|
export interface ReportDataSetSchema {
|
|
33239
|
+
/**
|
|
33240
|
+
* A JSON representation of the configuration for this visualization
|
|
33241
|
+
* @type {string}
|
|
33242
|
+
* @memberof ReportDataSetSchema
|
|
33243
|
+
*/
|
|
33244
|
+
config?: string;
|
|
33239
33245
|
/**
|
|
33240
33246
|
*
|
|
33241
33247
|
* @type {string}
|
|
@@ -33321,6 +33327,12 @@ export interface ReportDataSource {
|
|
|
33321
33327
|
* @interface ReportDataSourceSchema
|
|
33322
33328
|
*/
|
|
33323
33329
|
export interface ReportDataSourceSchema {
|
|
33330
|
+
/**
|
|
33331
|
+
* A JSON representation of the configuration for this visualization
|
|
33332
|
+
* @type {string}
|
|
33333
|
+
* @memberof ReportDataSourceSchema
|
|
33334
|
+
*/
|
|
33335
|
+
config?: string;
|
|
33324
33336
|
/**
|
|
33325
33337
|
* Whether or not this column can be used as a dimension within a visualization
|
|
33326
33338
|
* @type {boolean}
|