@seekora-ai/admin-api 1.0.45 → 1.0.46
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 +6 -3
- package/api.ts +839 -80
- package/dist/api.d.ts +649 -62
- package/dist/api.js +410 -74
- package/dist/esm/api.d.ts +649 -62
- package/dist/esm/api.js +406 -70
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.46.tgz +0 -0
- package/seekora-ai-admin-api-1.0.45.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.46
|
|
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.46 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -290,9 +290,10 @@ Class | Method | HTTP request | Description
|
|
|
290
290
|
- [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
|
|
291
291
|
- [AnalyticsArrayPositionAnalytic](docs/AnalyticsArrayPositionAnalytic.md)
|
|
292
292
|
- [AnalyticsClickPositionBucket](docs/AnalyticsClickPositionBucket.md)
|
|
293
|
+
- [AnalyticsComparisonMeta](docs/AnalyticsComparisonMeta.md)
|
|
293
294
|
- [AnalyticsCustomQueryRequest](docs/AnalyticsCustomQueryRequest.md)
|
|
294
295
|
- [AnalyticsCustomQueryResponse](docs/AnalyticsCustomQueryResponse.md)
|
|
295
|
-
- [
|
|
296
|
+
- [AnalyticsEnrichedItemResultWithWidget](docs/AnalyticsEnrichedItemResultWithWidget.md)
|
|
296
297
|
- [AnalyticsExtendedKPIResponse](docs/AnalyticsExtendedKPIResponse.md)
|
|
297
298
|
- [AnalyticsFilterAnalyticsResponse](docs/AnalyticsFilterAnalyticsResponse.md)
|
|
298
299
|
- [AnalyticsFilterCombination](docs/AnalyticsFilterCombination.md)
|
|
@@ -313,6 +314,7 @@ Class | Method | HTTP request | Description
|
|
|
313
314
|
- [AnalyticsItemDiscoveryAnalytics](docs/AnalyticsItemDiscoveryAnalytics.md)
|
|
314
315
|
- [AnalyticsItemPerformanceMetrics](docs/AnalyticsItemPerformanceMetrics.md)
|
|
315
316
|
- [AnalyticsItemPerformanceTrend](docs/AnalyticsItemPerformanceTrend.md)
|
|
317
|
+
- [AnalyticsItemPerformanceWithWidget](docs/AnalyticsItemPerformanceWithWidget.md)
|
|
316
318
|
- [AnalyticsItemPositionDistribution](docs/AnalyticsItemPositionDistribution.md)
|
|
317
319
|
- [AnalyticsItemQueryDiscovery](docs/AnalyticsItemQueryDiscovery.md)
|
|
318
320
|
- [AnalyticsItemTrendData](docs/AnalyticsItemTrendData.md)
|
|
@@ -330,6 +332,7 @@ Class | Method | HTTP request | Description
|
|
|
330
332
|
- [AnalyticsQueryPopularResult](docs/AnalyticsQueryPopularResult.md)
|
|
331
333
|
- [AnalyticsQueryResponse](docs/AnalyticsQueryResponse.md)
|
|
332
334
|
- [AnalyticsTimeSeriesPoint](docs/AnalyticsTimeSeriesPoint.md)
|
|
335
|
+
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
333
336
|
- [ApiAnalyticsBatchPostRequest](docs/ApiAnalyticsBatchPostRequest.md)
|
|
334
337
|
- [ApiSearchHighlight](docs/ApiSearchHighlight.md)
|
|
335
338
|
- [ApiSearchResultHit](docs/ApiSearchResultHit.md)
|