@seekora-ai/admin-api 1.0.52 → 1.0.53
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 +2 -2
- package/api.ts +36 -36
- package/dist/api.d.ts +36 -36
- package/dist/esm/api.d.ts +36 -36
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.53.tgz +0 -0
- package/seekora-ai-admin-api-1.0.52.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
1
|
+
## @seekora-ai/admin-api@1.0.53
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). 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 @seekora-ai/admin-api@1.0.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.53 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -1588,25 +1588,25 @@ export interface AnalyticsExtendedKPIResponse {
|
|
|
1588
1588
|
* @type {string}
|
|
1589
1589
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1590
1590
|
*/
|
|
1591
|
-
'
|
|
1591
|
+
'orgcode'?: string;
|
|
1592
1592
|
/**
|
|
1593
1593
|
*
|
|
1594
1594
|
* @type {string}
|
|
1595
1595
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1596
1596
|
*/
|
|
1597
1597
|
'start_time'?: string;
|
|
1598
|
-
/**
|
|
1599
|
-
*
|
|
1600
|
-
* @type {string}
|
|
1601
|
-
* @memberof AnalyticsExtendedKPIResponse
|
|
1602
|
-
*/
|
|
1603
|
-
'store_id'?: string;
|
|
1604
1598
|
/**
|
|
1605
1599
|
* Can be KPIMetrics or ComparisonMetrics
|
|
1606
1600
|
* @type {object}
|
|
1607
1601
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1608
1602
|
*/
|
|
1609
1603
|
'summary'?: object;
|
|
1604
|
+
/**
|
|
1605
|
+
*
|
|
1606
|
+
* @type {string}
|
|
1607
|
+
* @memberof AnalyticsExtendedKPIResponse
|
|
1608
|
+
*/
|
|
1609
|
+
'xstoreid'?: string;
|
|
1610
1610
|
}
|
|
1611
1611
|
/**
|
|
1612
1612
|
*
|
|
@@ -1699,7 +1699,7 @@ export interface AnalyticsFilterAnalyticsResponse {
|
|
|
1699
1699
|
* @type {string}
|
|
1700
1700
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1701
1701
|
*/
|
|
1702
|
-
'
|
|
1702
|
+
'orgcode'?: string;
|
|
1703
1703
|
/**
|
|
1704
1704
|
*
|
|
1705
1705
|
* @type {number}
|
|
@@ -1732,16 +1732,16 @@ export interface AnalyticsFilterAnalyticsResponse {
|
|
|
1732
1732
|
'statistics'?: Array<AnalyticsFilterUsageStatistics>;
|
|
1733
1733
|
/**
|
|
1734
1734
|
*
|
|
1735
|
-
* @type {
|
|
1735
|
+
* @type {number}
|
|
1736
1736
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1737
1737
|
*/
|
|
1738
|
-
'
|
|
1738
|
+
'total'?: number;
|
|
1739
1739
|
/**
|
|
1740
1740
|
*
|
|
1741
|
-
* @type {
|
|
1741
|
+
* @type {string}
|
|
1742
1742
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1743
1743
|
*/
|
|
1744
|
-
'
|
|
1744
|
+
'xstoreid'?: string;
|
|
1745
1745
|
}
|
|
1746
1746
|
/**
|
|
1747
1747
|
*
|
|
@@ -1988,7 +1988,7 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
1988
1988
|
* @type {string}
|
|
1989
1989
|
* @memberof AnalyticsFilterTrendsResponse
|
|
1990
1990
|
*/
|
|
1991
|
-
'
|
|
1991
|
+
'orgcode'?: string;
|
|
1992
1992
|
/**
|
|
1993
1993
|
*
|
|
1994
1994
|
* @type {number}
|
|
@@ -2013,12 +2013,6 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
2013
2013
|
* @memberof AnalyticsFilterTrendsResponse
|
|
2014
2014
|
*/
|
|
2015
2015
|
'start_time'?: string;
|
|
2016
|
-
/**
|
|
2017
|
-
*
|
|
2018
|
-
* @type {string}
|
|
2019
|
-
* @memberof AnalyticsFilterTrendsResponse
|
|
2020
|
-
*/
|
|
2021
|
-
'store_id'?: string;
|
|
2022
2016
|
/**
|
|
2023
2017
|
*
|
|
2024
2018
|
* @type {number}
|
|
@@ -2037,6 +2031,12 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
2037
2031
|
* @memberof AnalyticsFilterTrendsResponse
|
|
2038
2032
|
*/
|
|
2039
2033
|
'trends'?: { [key: string]: Array<AnalyticsTimeSeriesPoint>; };
|
|
2034
|
+
/**
|
|
2035
|
+
*
|
|
2036
|
+
* @type {string}
|
|
2037
|
+
* @memberof AnalyticsFilterTrendsResponse
|
|
2038
|
+
*/
|
|
2039
|
+
'xstoreid'?: string;
|
|
2040
2040
|
}
|
|
2041
2041
|
/**
|
|
2042
2042
|
*
|
|
@@ -2634,7 +2634,7 @@ export interface AnalyticsGeoResponse {
|
|
|
2634
2634
|
* @type {string}
|
|
2635
2635
|
* @memberof AnalyticsGeoResponse
|
|
2636
2636
|
*/
|
|
2637
|
-
'
|
|
2637
|
+
'orgcode'?: string;
|
|
2638
2638
|
/**
|
|
2639
2639
|
*
|
|
2640
2640
|
* @type {number}
|
|
@@ -2649,16 +2649,16 @@ export interface AnalyticsGeoResponse {
|
|
|
2649
2649
|
'start_time'?: string;
|
|
2650
2650
|
/**
|
|
2651
2651
|
*
|
|
2652
|
-
* @type {
|
|
2652
|
+
* @type {number}
|
|
2653
2653
|
* @memberof AnalyticsGeoResponse
|
|
2654
2654
|
*/
|
|
2655
|
-
'
|
|
2655
|
+
'total'?: number;
|
|
2656
2656
|
/**
|
|
2657
2657
|
*
|
|
2658
|
-
* @type {
|
|
2658
|
+
* @type {string}
|
|
2659
2659
|
* @memberof AnalyticsGeoResponse
|
|
2660
2660
|
*/
|
|
2661
|
-
'
|
|
2661
|
+
'xstoreid'?: string;
|
|
2662
2662
|
}
|
|
2663
2663
|
/**
|
|
2664
2664
|
*
|
|
@@ -5174,7 +5174,7 @@ export interface AnalyticsQueryResponse {
|
|
|
5174
5174
|
* @type {string}
|
|
5175
5175
|
* @memberof AnalyticsQueryResponse
|
|
5176
5176
|
*/
|
|
5177
|
-
'
|
|
5177
|
+
'orgcode'?: string;
|
|
5178
5178
|
/**
|
|
5179
5179
|
*
|
|
5180
5180
|
* @type {number}
|
|
@@ -5195,16 +5195,16 @@ export interface AnalyticsQueryResponse {
|
|
|
5195
5195
|
'start_time'?: string;
|
|
5196
5196
|
/**
|
|
5197
5197
|
*
|
|
5198
|
-
* @type {
|
|
5198
|
+
* @type {number}
|
|
5199
5199
|
* @memberof AnalyticsQueryResponse
|
|
5200
5200
|
*/
|
|
5201
|
-
'
|
|
5201
|
+
'total'?: number;
|
|
5202
5202
|
/**
|
|
5203
5203
|
*
|
|
5204
|
-
* @type {
|
|
5204
|
+
* @type {string}
|
|
5205
5205
|
* @memberof AnalyticsQueryResponse
|
|
5206
5206
|
*/
|
|
5207
|
-
'
|
|
5207
|
+
'xstoreid'?: string;
|
|
5208
5208
|
}
|
|
5209
5209
|
/**
|
|
5210
5210
|
*
|
|
@@ -5385,7 +5385,7 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5385
5385
|
* @type {string}
|
|
5386
5386
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5387
5387
|
*/
|
|
5388
|
-
'
|
|
5388
|
+
'orgcode'?: string;
|
|
5389
5389
|
/**
|
|
5390
5390
|
* For auto-generated: actual search count
|
|
5391
5391
|
* @type {number}
|
|
@@ -5416,12 +5416,6 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5416
5416
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5417
5417
|
*/
|
|
5418
5418
|
'status'?: AnalyticsQuerySuggestionStatus;
|
|
5419
|
-
/**
|
|
5420
|
-
*
|
|
5421
|
-
* @type {string}
|
|
5422
|
-
* @memberof AnalyticsQuerySuggestionRecord
|
|
5423
|
-
*/
|
|
5424
|
-
'store_id'?: string;
|
|
5425
5419
|
/**
|
|
5426
5420
|
* Custom tags
|
|
5427
5421
|
* @type {Array<string>}
|
|
@@ -5440,6 +5434,12 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5440
5434
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5441
5435
|
*/
|
|
5442
5436
|
'updated_by'?: number;
|
|
5437
|
+
/**
|
|
5438
|
+
*
|
|
5439
|
+
* @type {string}
|
|
5440
|
+
* @memberof AnalyticsQuerySuggestionRecord
|
|
5441
|
+
*/
|
|
5442
|
+
'xstoreid'?: string;
|
|
5443
5443
|
}
|
|
5444
5444
|
|
|
5445
5445
|
|
package/dist/api.d.ts
CHANGED
|
@@ -1582,25 +1582,25 @@ export interface AnalyticsExtendedKPIResponse {
|
|
|
1582
1582
|
* @type {string}
|
|
1583
1583
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1584
1584
|
*/
|
|
1585
|
-
'
|
|
1585
|
+
'orgcode'?: string;
|
|
1586
1586
|
/**
|
|
1587
1587
|
*
|
|
1588
1588
|
* @type {string}
|
|
1589
1589
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1590
1590
|
*/
|
|
1591
1591
|
'start_time'?: string;
|
|
1592
|
-
/**
|
|
1593
|
-
*
|
|
1594
|
-
* @type {string}
|
|
1595
|
-
* @memberof AnalyticsExtendedKPIResponse
|
|
1596
|
-
*/
|
|
1597
|
-
'store_id'?: string;
|
|
1598
1592
|
/**
|
|
1599
1593
|
* Can be KPIMetrics or ComparisonMetrics
|
|
1600
1594
|
* @type {object}
|
|
1601
1595
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1602
1596
|
*/
|
|
1603
1597
|
'summary'?: object;
|
|
1598
|
+
/**
|
|
1599
|
+
*
|
|
1600
|
+
* @type {string}
|
|
1601
|
+
* @memberof AnalyticsExtendedKPIResponse
|
|
1602
|
+
*/
|
|
1603
|
+
'xstoreid'?: string;
|
|
1604
1604
|
}
|
|
1605
1605
|
/**
|
|
1606
1606
|
*
|
|
@@ -1693,7 +1693,7 @@ export interface AnalyticsFilterAnalyticsResponse {
|
|
|
1693
1693
|
* @type {string}
|
|
1694
1694
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1695
1695
|
*/
|
|
1696
|
-
'
|
|
1696
|
+
'orgcode'?: string;
|
|
1697
1697
|
/**
|
|
1698
1698
|
*
|
|
1699
1699
|
* @type {number}
|
|
@@ -1726,16 +1726,16 @@ export interface AnalyticsFilterAnalyticsResponse {
|
|
|
1726
1726
|
'statistics'?: Array<AnalyticsFilterUsageStatistics>;
|
|
1727
1727
|
/**
|
|
1728
1728
|
*
|
|
1729
|
-
* @type {
|
|
1729
|
+
* @type {number}
|
|
1730
1730
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1731
1731
|
*/
|
|
1732
|
-
'
|
|
1732
|
+
'total'?: number;
|
|
1733
1733
|
/**
|
|
1734
1734
|
*
|
|
1735
|
-
* @type {
|
|
1735
|
+
* @type {string}
|
|
1736
1736
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1737
1737
|
*/
|
|
1738
|
-
'
|
|
1738
|
+
'xstoreid'?: string;
|
|
1739
1739
|
}
|
|
1740
1740
|
/**
|
|
1741
1741
|
*
|
|
@@ -1982,7 +1982,7 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
1982
1982
|
* @type {string}
|
|
1983
1983
|
* @memberof AnalyticsFilterTrendsResponse
|
|
1984
1984
|
*/
|
|
1985
|
-
'
|
|
1985
|
+
'orgcode'?: string;
|
|
1986
1986
|
/**
|
|
1987
1987
|
*
|
|
1988
1988
|
* @type {number}
|
|
@@ -2007,12 +2007,6 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
2007
2007
|
* @memberof AnalyticsFilterTrendsResponse
|
|
2008
2008
|
*/
|
|
2009
2009
|
'start_time'?: string;
|
|
2010
|
-
/**
|
|
2011
|
-
*
|
|
2012
|
-
* @type {string}
|
|
2013
|
-
* @memberof AnalyticsFilterTrendsResponse
|
|
2014
|
-
*/
|
|
2015
|
-
'store_id'?: string;
|
|
2016
2010
|
/**
|
|
2017
2011
|
*
|
|
2018
2012
|
* @type {number}
|
|
@@ -2033,6 +2027,12 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
2033
2027
|
'trends'?: {
|
|
2034
2028
|
[key: string]: Array<AnalyticsTimeSeriesPoint>;
|
|
2035
2029
|
};
|
|
2030
|
+
/**
|
|
2031
|
+
*
|
|
2032
|
+
* @type {string}
|
|
2033
|
+
* @memberof AnalyticsFilterTrendsResponse
|
|
2034
|
+
*/
|
|
2035
|
+
'xstoreid'?: string;
|
|
2036
2036
|
}
|
|
2037
2037
|
/**
|
|
2038
2038
|
*
|
|
@@ -2630,7 +2630,7 @@ export interface AnalyticsGeoResponse {
|
|
|
2630
2630
|
* @type {string}
|
|
2631
2631
|
* @memberof AnalyticsGeoResponse
|
|
2632
2632
|
*/
|
|
2633
|
-
'
|
|
2633
|
+
'orgcode'?: string;
|
|
2634
2634
|
/**
|
|
2635
2635
|
*
|
|
2636
2636
|
* @type {number}
|
|
@@ -2645,16 +2645,16 @@ export interface AnalyticsGeoResponse {
|
|
|
2645
2645
|
'start_time'?: string;
|
|
2646
2646
|
/**
|
|
2647
2647
|
*
|
|
2648
|
-
* @type {
|
|
2648
|
+
* @type {number}
|
|
2649
2649
|
* @memberof AnalyticsGeoResponse
|
|
2650
2650
|
*/
|
|
2651
|
-
'
|
|
2651
|
+
'total'?: number;
|
|
2652
2652
|
/**
|
|
2653
2653
|
*
|
|
2654
|
-
* @type {
|
|
2654
|
+
* @type {string}
|
|
2655
2655
|
* @memberof AnalyticsGeoResponse
|
|
2656
2656
|
*/
|
|
2657
|
-
'
|
|
2657
|
+
'xstoreid'?: string;
|
|
2658
2658
|
}
|
|
2659
2659
|
/**
|
|
2660
2660
|
*
|
|
@@ -5174,7 +5174,7 @@ export interface AnalyticsQueryResponse {
|
|
|
5174
5174
|
* @type {string}
|
|
5175
5175
|
* @memberof AnalyticsQueryResponse
|
|
5176
5176
|
*/
|
|
5177
|
-
'
|
|
5177
|
+
'orgcode'?: string;
|
|
5178
5178
|
/**
|
|
5179
5179
|
*
|
|
5180
5180
|
* @type {number}
|
|
@@ -5195,16 +5195,16 @@ export interface AnalyticsQueryResponse {
|
|
|
5195
5195
|
'start_time'?: string;
|
|
5196
5196
|
/**
|
|
5197
5197
|
*
|
|
5198
|
-
* @type {
|
|
5198
|
+
* @type {number}
|
|
5199
5199
|
* @memberof AnalyticsQueryResponse
|
|
5200
5200
|
*/
|
|
5201
|
-
'
|
|
5201
|
+
'total'?: number;
|
|
5202
5202
|
/**
|
|
5203
5203
|
*
|
|
5204
|
-
* @type {
|
|
5204
|
+
* @type {string}
|
|
5205
5205
|
* @memberof AnalyticsQueryResponse
|
|
5206
5206
|
*/
|
|
5207
|
-
'
|
|
5207
|
+
'xstoreid'?: string;
|
|
5208
5208
|
}
|
|
5209
5209
|
/**
|
|
5210
5210
|
*
|
|
@@ -5393,7 +5393,7 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5393
5393
|
* @type {string}
|
|
5394
5394
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5395
5395
|
*/
|
|
5396
|
-
'
|
|
5396
|
+
'orgcode'?: string;
|
|
5397
5397
|
/**
|
|
5398
5398
|
* For auto-generated: actual search count
|
|
5399
5399
|
* @type {number}
|
|
@@ -5424,12 +5424,6 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5424
5424
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5425
5425
|
*/
|
|
5426
5426
|
'status'?: AnalyticsQuerySuggestionStatus;
|
|
5427
|
-
/**
|
|
5428
|
-
*
|
|
5429
|
-
* @type {string}
|
|
5430
|
-
* @memberof AnalyticsQuerySuggestionRecord
|
|
5431
|
-
*/
|
|
5432
|
-
'store_id'?: string;
|
|
5433
5427
|
/**
|
|
5434
5428
|
* Custom tags
|
|
5435
5429
|
* @type {Array<string>}
|
|
@@ -5448,6 +5442,12 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5448
5442
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5449
5443
|
*/
|
|
5450
5444
|
'updated_by'?: number;
|
|
5445
|
+
/**
|
|
5446
|
+
*
|
|
5447
|
+
* @type {string}
|
|
5448
|
+
* @memberof AnalyticsQuerySuggestionRecord
|
|
5449
|
+
*/
|
|
5450
|
+
'xstoreid'?: string;
|
|
5451
5451
|
}
|
|
5452
5452
|
/**
|
|
5453
5453
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -1582,25 +1582,25 @@ export interface AnalyticsExtendedKPIResponse {
|
|
|
1582
1582
|
* @type {string}
|
|
1583
1583
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1584
1584
|
*/
|
|
1585
|
-
'
|
|
1585
|
+
'orgcode'?: string;
|
|
1586
1586
|
/**
|
|
1587
1587
|
*
|
|
1588
1588
|
* @type {string}
|
|
1589
1589
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1590
1590
|
*/
|
|
1591
1591
|
'start_time'?: string;
|
|
1592
|
-
/**
|
|
1593
|
-
*
|
|
1594
|
-
* @type {string}
|
|
1595
|
-
* @memberof AnalyticsExtendedKPIResponse
|
|
1596
|
-
*/
|
|
1597
|
-
'store_id'?: string;
|
|
1598
1592
|
/**
|
|
1599
1593
|
* Can be KPIMetrics or ComparisonMetrics
|
|
1600
1594
|
* @type {object}
|
|
1601
1595
|
* @memberof AnalyticsExtendedKPIResponse
|
|
1602
1596
|
*/
|
|
1603
1597
|
'summary'?: object;
|
|
1598
|
+
/**
|
|
1599
|
+
*
|
|
1600
|
+
* @type {string}
|
|
1601
|
+
* @memberof AnalyticsExtendedKPIResponse
|
|
1602
|
+
*/
|
|
1603
|
+
'xstoreid'?: string;
|
|
1604
1604
|
}
|
|
1605
1605
|
/**
|
|
1606
1606
|
*
|
|
@@ -1693,7 +1693,7 @@ export interface AnalyticsFilterAnalyticsResponse {
|
|
|
1693
1693
|
* @type {string}
|
|
1694
1694
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1695
1695
|
*/
|
|
1696
|
-
'
|
|
1696
|
+
'orgcode'?: string;
|
|
1697
1697
|
/**
|
|
1698
1698
|
*
|
|
1699
1699
|
* @type {number}
|
|
@@ -1726,16 +1726,16 @@ export interface AnalyticsFilterAnalyticsResponse {
|
|
|
1726
1726
|
'statistics'?: Array<AnalyticsFilterUsageStatistics>;
|
|
1727
1727
|
/**
|
|
1728
1728
|
*
|
|
1729
|
-
* @type {
|
|
1729
|
+
* @type {number}
|
|
1730
1730
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1731
1731
|
*/
|
|
1732
|
-
'
|
|
1732
|
+
'total'?: number;
|
|
1733
1733
|
/**
|
|
1734
1734
|
*
|
|
1735
|
-
* @type {
|
|
1735
|
+
* @type {string}
|
|
1736
1736
|
* @memberof AnalyticsFilterAnalyticsResponse
|
|
1737
1737
|
*/
|
|
1738
|
-
'
|
|
1738
|
+
'xstoreid'?: string;
|
|
1739
1739
|
}
|
|
1740
1740
|
/**
|
|
1741
1741
|
*
|
|
@@ -1982,7 +1982,7 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
1982
1982
|
* @type {string}
|
|
1983
1983
|
* @memberof AnalyticsFilterTrendsResponse
|
|
1984
1984
|
*/
|
|
1985
|
-
'
|
|
1985
|
+
'orgcode'?: string;
|
|
1986
1986
|
/**
|
|
1987
1987
|
*
|
|
1988
1988
|
* @type {number}
|
|
@@ -2007,12 +2007,6 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
2007
2007
|
* @memberof AnalyticsFilterTrendsResponse
|
|
2008
2008
|
*/
|
|
2009
2009
|
'start_time'?: string;
|
|
2010
|
-
/**
|
|
2011
|
-
*
|
|
2012
|
-
* @type {string}
|
|
2013
|
-
* @memberof AnalyticsFilterTrendsResponse
|
|
2014
|
-
*/
|
|
2015
|
-
'store_id'?: string;
|
|
2016
2010
|
/**
|
|
2017
2011
|
*
|
|
2018
2012
|
* @type {number}
|
|
@@ -2033,6 +2027,12 @@ export interface AnalyticsFilterTrendsResponse {
|
|
|
2033
2027
|
'trends'?: {
|
|
2034
2028
|
[key: string]: Array<AnalyticsTimeSeriesPoint>;
|
|
2035
2029
|
};
|
|
2030
|
+
/**
|
|
2031
|
+
*
|
|
2032
|
+
* @type {string}
|
|
2033
|
+
* @memberof AnalyticsFilterTrendsResponse
|
|
2034
|
+
*/
|
|
2035
|
+
'xstoreid'?: string;
|
|
2036
2036
|
}
|
|
2037
2037
|
/**
|
|
2038
2038
|
*
|
|
@@ -2630,7 +2630,7 @@ export interface AnalyticsGeoResponse {
|
|
|
2630
2630
|
* @type {string}
|
|
2631
2631
|
* @memberof AnalyticsGeoResponse
|
|
2632
2632
|
*/
|
|
2633
|
-
'
|
|
2633
|
+
'orgcode'?: string;
|
|
2634
2634
|
/**
|
|
2635
2635
|
*
|
|
2636
2636
|
* @type {number}
|
|
@@ -2645,16 +2645,16 @@ export interface AnalyticsGeoResponse {
|
|
|
2645
2645
|
'start_time'?: string;
|
|
2646
2646
|
/**
|
|
2647
2647
|
*
|
|
2648
|
-
* @type {
|
|
2648
|
+
* @type {number}
|
|
2649
2649
|
* @memberof AnalyticsGeoResponse
|
|
2650
2650
|
*/
|
|
2651
|
-
'
|
|
2651
|
+
'total'?: number;
|
|
2652
2652
|
/**
|
|
2653
2653
|
*
|
|
2654
|
-
* @type {
|
|
2654
|
+
* @type {string}
|
|
2655
2655
|
* @memberof AnalyticsGeoResponse
|
|
2656
2656
|
*/
|
|
2657
|
-
'
|
|
2657
|
+
'xstoreid'?: string;
|
|
2658
2658
|
}
|
|
2659
2659
|
/**
|
|
2660
2660
|
*
|
|
@@ -5174,7 +5174,7 @@ export interface AnalyticsQueryResponse {
|
|
|
5174
5174
|
* @type {string}
|
|
5175
5175
|
* @memberof AnalyticsQueryResponse
|
|
5176
5176
|
*/
|
|
5177
|
-
'
|
|
5177
|
+
'orgcode'?: string;
|
|
5178
5178
|
/**
|
|
5179
5179
|
*
|
|
5180
5180
|
* @type {number}
|
|
@@ -5195,16 +5195,16 @@ export interface AnalyticsQueryResponse {
|
|
|
5195
5195
|
'start_time'?: string;
|
|
5196
5196
|
/**
|
|
5197
5197
|
*
|
|
5198
|
-
* @type {
|
|
5198
|
+
* @type {number}
|
|
5199
5199
|
* @memberof AnalyticsQueryResponse
|
|
5200
5200
|
*/
|
|
5201
|
-
'
|
|
5201
|
+
'total'?: number;
|
|
5202
5202
|
/**
|
|
5203
5203
|
*
|
|
5204
|
-
* @type {
|
|
5204
|
+
* @type {string}
|
|
5205
5205
|
* @memberof AnalyticsQueryResponse
|
|
5206
5206
|
*/
|
|
5207
|
-
'
|
|
5207
|
+
'xstoreid'?: string;
|
|
5208
5208
|
}
|
|
5209
5209
|
/**
|
|
5210
5210
|
*
|
|
@@ -5393,7 +5393,7 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5393
5393
|
* @type {string}
|
|
5394
5394
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5395
5395
|
*/
|
|
5396
|
-
'
|
|
5396
|
+
'orgcode'?: string;
|
|
5397
5397
|
/**
|
|
5398
5398
|
* For auto-generated: actual search count
|
|
5399
5399
|
* @type {number}
|
|
@@ -5424,12 +5424,6 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5424
5424
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5425
5425
|
*/
|
|
5426
5426
|
'status'?: AnalyticsQuerySuggestionStatus;
|
|
5427
|
-
/**
|
|
5428
|
-
*
|
|
5429
|
-
* @type {string}
|
|
5430
|
-
* @memberof AnalyticsQuerySuggestionRecord
|
|
5431
|
-
*/
|
|
5432
|
-
'store_id'?: string;
|
|
5433
5427
|
/**
|
|
5434
5428
|
* Custom tags
|
|
5435
5429
|
* @type {Array<string>}
|
|
@@ -5448,6 +5442,12 @@ export interface AnalyticsQuerySuggestionRecord {
|
|
|
5448
5442
|
* @memberof AnalyticsQuerySuggestionRecord
|
|
5449
5443
|
*/
|
|
5450
5444
|
'updated_by'?: number;
|
|
5445
|
+
/**
|
|
5446
|
+
*
|
|
5447
|
+
* @type {string}
|
|
5448
|
+
* @memberof AnalyticsQuerySuggestionRecord
|
|
5449
|
+
*/
|
|
5450
|
+
'xstoreid'?: string;
|
|
5451
5451
|
}
|
|
5452
5452
|
/**
|
|
5453
5453
|
*
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|