@algolia/client-analytics 5.0.0-alpha.11 → 5.0.0-alpha.111
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/dist/builds/browser.d.ts +39 -5
- package/dist/builds/browser.d.ts.map +1 -1
- package/dist/builds/node.d.ts +39 -5
- package/dist/builds/node.d.ts.map +1 -1
- package/dist/{client-analytics.cjs.js → client-analytics.cjs} +1083 -924
- package/dist/client-analytics.esm.browser.js +1293 -1160
- package/dist/client-analytics.esm.node.js +1083 -922
- package/dist/client-analytics.umd.js +2 -2
- package/dist/model/clickPositionsInner.d.ts +14 -0
- package/dist/model/clickPositionsInner.d.ts.map +1 -0
- package/dist/model/clientMethodProps.d.ts +578 -507
- package/dist/model/clientMethodProps.d.ts.map +1 -1
- package/dist/model/currenciesValue.d.ts +14 -0
- package/dist/model/currenciesValue.d.ts.map +1 -0
- package/dist/model/dailyAddToCartRates.d.ts +19 -0
- package/dist/model/dailyAddToCartRates.d.ts.map +1 -0
- package/dist/model/dailyAverageClicks.d.ts +15 -0
- package/dist/model/dailyAverageClicks.d.ts.map +1 -0
- package/dist/model/dailyClickThroughRates.d.ts +19 -0
- package/dist/model/dailyClickThroughRates.d.ts.map +1 -0
- package/dist/model/dailyConversionRates.d.ts +19 -0
- package/dist/model/dailyConversionRates.d.ts.map +1 -0
- package/dist/model/dailyNoClickRates.d.ts +19 -0
- package/dist/model/dailyNoClickRates.d.ts.map +1 -0
- package/dist/model/dailyNoResultsRates.d.ts +19 -0
- package/dist/model/dailyNoResultsRates.d.ts.map +1 -0
- package/dist/model/dailyPurchaseRates.d.ts +19 -0
- package/dist/model/dailyPurchaseRates.d.ts.map +1 -0
- package/dist/model/dailyRevenue.d.ts +12 -0
- package/dist/model/dailyRevenue.d.ts.map +1 -0
- package/dist/model/dailySearches.d.ts +11 -0
- package/dist/model/dailySearches.d.ts.map +1 -0
- package/dist/model/dailySearchesNoClicks.d.ts +15 -0
- package/dist/model/dailySearchesNoClicks.d.ts.map +1 -0
- package/dist/model/dailySearchesNoResults.d.ts +15 -0
- package/dist/model/dailySearchesNoResults.d.ts.map +1 -0
- package/dist/model/dailyUsers.d.ts +11 -0
- package/dist/model/dailyUsers.d.ts.map +1 -0
- package/dist/model/direction.d.ts +1 -1
- package/dist/model/direction.d.ts.map +1 -1
- package/dist/model/errorBase.d.ts +6 -6
- package/dist/model/errorBase.d.ts.map +1 -1
- package/dist/model/getAddToCartRateResponse.d.ts +20 -0
- package/dist/model/getAddToCartRateResponse.d.ts.map +1 -0
- package/dist/model/getAverageClickPositionResponse.d.ts +15 -15
- package/dist/model/getAverageClickPositionResponse.d.ts.map +1 -1
- package/dist/model/getClickPositionsResponse.d.ts +7 -7
- package/dist/model/getClickPositionsResponse.d.ts.map +1 -1
- package/dist/model/getClickThroughRateResponse.d.ts +19 -19
- package/dist/model/getClickThroughRateResponse.d.ts.map +1 -1
- package/dist/model/getConversionRateResponse.d.ts +20 -0
- package/dist/model/getConversionRateResponse.d.ts.map +1 -0
- package/dist/model/getNoClickRateResponse.d.ts +19 -19
- package/dist/model/getNoClickRateResponse.d.ts.map +1 -1
- package/dist/model/getNoResultsRateResponse.d.ts +19 -19
- package/dist/model/getNoResultsRateResponse.d.ts.map +1 -1
- package/dist/model/getPurchaseRateResponse.d.ts +20 -0
- package/dist/model/getPurchaseRateResponse.d.ts.map +1 -0
- package/dist/model/getRevenue.d.ts +13 -0
- package/dist/model/getRevenue.d.ts.map +1 -0
- package/dist/model/getSearchesCountResponse.d.ts +11 -11
- package/dist/model/getSearchesCountResponse.d.ts.map +1 -1
- package/dist/model/getSearchesNoClicksResponse.d.ts +7 -7
- package/dist/model/getSearchesNoClicksResponse.d.ts.map +1 -1
- package/dist/model/getSearchesNoResultsResponse.d.ts +7 -7
- package/dist/model/getSearchesNoResultsResponse.d.ts.map +1 -1
- package/dist/model/getStatusResponse.d.ts +6 -6
- package/dist/model/getStatusResponse.d.ts.map +1 -1
- package/dist/model/getTopCountriesResponse.d.ts +7 -7
- package/dist/model/getTopCountriesResponse.d.ts.map +1 -1
- package/dist/model/getTopFilterAttribute.d.ts +10 -10
- package/dist/model/getTopFilterAttribute.d.ts.map +1 -1
- package/dist/model/getTopFilterAttributesResponse.d.ts +7 -7
- package/dist/model/getTopFilterAttributesResponse.d.ts.map +1 -1
- package/dist/model/getTopFilterForAttribute.d.ts +16 -18
- package/dist/model/getTopFilterForAttribute.d.ts.map +1 -1
- package/dist/model/getTopFilterForAttributeResponse.d.ts +7 -7
- package/dist/model/getTopFilterForAttributeResponse.d.ts.map +1 -1
- package/dist/model/getTopFiltersNoResultsResponse.d.ts +7 -7
- package/dist/model/getTopFiltersNoResultsResponse.d.ts.map +1 -1
- package/dist/model/getTopFiltersNoResultsValue.d.ts +12 -14
- package/dist/model/getTopFiltersNoResultsValue.d.ts.map +1 -1
- package/dist/model/getTopFiltersNoResultsValues.d.ts +11 -11
- package/dist/model/getTopFiltersNoResultsValues.d.ts.map +1 -1
- package/dist/model/getTopHitsResponse.d.ts +4 -3
- package/dist/model/getTopHitsResponse.d.ts.map +1 -1
- package/dist/model/getTopSearchesResponse.d.ts +4 -3
- package/dist/model/getTopSearchesResponse.d.ts.map +1 -1
- package/dist/model/getUsersCountResponse.d.ts +11 -11
- package/dist/model/getUsersCountResponse.d.ts.map +1 -1
- package/dist/model/index.d.ts +56 -44
- package/dist/model/index.d.ts.map +1 -1
- package/dist/model/operator.d.ts +5 -0
- package/dist/model/operator.d.ts.map +1 -0
- package/dist/model/orderBy.d.ts +4 -1
- package/dist/model/orderBy.d.ts.map +1 -1
- package/dist/model/topCountry.d.ts +10 -10
- package/dist/model/topCountry.d.ts.map +1 -1
- package/dist/model/topHit.d.ts +10 -10
- package/dist/model/topHit.d.ts.map +1 -1
- package/dist/model/topHitWithAnalytics.d.ts +30 -30
- package/dist/model/topHitWithAnalytics.d.ts.map +1 -1
- package/dist/model/topHitWithRevenueAnalytics.d.ts +52 -0
- package/dist/model/topHitWithRevenueAnalytics.d.ts.map +1 -0
- package/dist/model/topHitsResponse.d.ts +7 -7
- package/dist/model/topHitsResponse.d.ts.map +1 -1
- package/dist/model/topHitsResponseWithAnalytics.d.ts +7 -7
- package/dist/model/topHitsResponseWithAnalytics.d.ts.map +1 -1
- package/dist/model/topHitsResponseWithRevenueAnalytics.d.ts +8 -0
- package/dist/model/topHitsResponseWithRevenueAnalytics.d.ts.map +1 -0
- package/dist/model/topSearch.d.ts +14 -14
- package/dist/model/topSearch.d.ts.map +1 -1
- package/dist/model/topSearchWithAnalytics.d.ts +43 -38
- package/dist/model/topSearchWithAnalytics.d.ts.map +1 -1
- package/dist/model/topSearchWithRevenueAnalytics.d.ts +65 -0
- package/dist/model/topSearchWithRevenueAnalytics.d.ts.map +1 -0
- package/dist/model/topSearchesResponse.d.ts +7 -7
- package/dist/model/topSearchesResponse.d.ts.map +1 -1
- package/dist/model/topSearchesResponseWithAnalytics.d.ts +7 -7
- package/dist/model/topSearchesResponseWithAnalytics.d.ts.map +1 -1
- package/dist/model/topSearchesResponseWithRevenueAnalytics.d.ts +8 -0
- package/dist/model/topSearchesResponseWithRevenueAnalytics.d.ts.map +1 -0
- package/dist/src/analyticsClient.d.ts +391 -318
- package/dist/src/analyticsClient.d.ts.map +1 -1
- package/index.js +1 -1
- package/model/clickPositionsInner.ts +16 -0
- package/model/clientMethodProps.ts +211 -137
- package/model/currenciesValue.ts +16 -0
- package/model/dailyAddToCartRates.ts +23 -0
- package/model/dailyAverageClicks.ts +18 -0
- package/model/dailyClickThroughRates.ts +23 -0
- package/model/dailyConversionRates.ts +23 -0
- package/model/dailyNoClickRates.ts +23 -0
- package/model/dailyNoResultsRates.ts +23 -0
- package/model/dailyPurchaseRates.ts +23 -0
- package/model/dailyRevenue.ts +15 -0
- package/model/dailySearches.ts +13 -0
- package/model/dailySearchesNoClicks.ts +18 -0
- package/model/dailySearchesNoResults.ts +18 -0
- package/model/dailyUsers.ts +13 -0
- package/model/direction.ts +1 -1
- package/model/errorBase.ts +1 -1
- package/model/getAddToCartRateResponse.ts +25 -0
- package/model/getAverageClickPositionResponse.ts +7 -7
- package/model/getClickPositionsResponse.ts +4 -4
- package/model/getClickThroughRateResponse.ts +8 -8
- package/model/getConversionRateResponse.ts +25 -0
- package/model/getNoClickRateResponse.ts +7 -7
- package/model/getNoResultsRateResponse.ts +7 -7
- package/model/getPurchaseRateResponse.ts +25 -0
- package/model/getRevenue.ts +16 -0
- package/model/getSearchesCountResponse.ts +5 -5
- package/model/getSearchesNoClicksResponse.ts +4 -4
- package/model/getSearchesNoResultsResponse.ts +4 -4
- package/model/getStatusResponse.ts +3 -3
- package/model/getTopCountriesResponse.ts +2 -2
- package/model/getTopFilterAttribute.ts +3 -3
- package/model/getTopFilterAttributesResponse.ts +2 -2
- package/model/getTopFilterForAttribute.ts +7 -8
- package/model/getTopFilterForAttributeResponse.ts +2 -2
- package/model/getTopFiltersNoResultsResponse.ts +3 -3
- package/model/getTopFiltersNoResultsValue.ts +6 -7
- package/model/getTopFiltersNoResultsValues.ts +3 -3
- package/model/getTopHitsResponse.ts +6 -2
- package/model/getTopSearchesResponse.ts +4 -2
- package/model/getUsersCountResponse.ts +5 -5
- package/model/index.ts +24 -12
- package/model/operator.ts +6 -0
- package/model/orderBy.ts +4 -1
- package/model/topCountry.ts +3 -3
- package/model/topHit.ts +3 -3
- package/model/topHitWithAnalytics.ts +11 -11
- package/model/topHitWithRevenueAnalytics.ts +65 -0
- package/model/topHitsResponse.ts +2 -2
- package/model/topHitsResponseWithAnalytics.ts +2 -2
- package/model/topHitsResponseWithRevenueAnalytics.ts +10 -0
- package/model/topSearch.ts +4 -4
- package/model/topSearchWithAnalytics.ts +20 -13
- package/model/topSearchWithRevenueAnalytics.ts +81 -0
- package/model/topSearchesResponse.ts +2 -2
- package/model/topSearchesResponseWithAnalytics.ts +2 -2
- package/model/topSearchesResponseWithRevenueAnalytics.ts +10 -0
- package/package.json +10 -9
- package/dist/model/averageClickEvent.d.ts +0 -15
- package/dist/model/averageClickEvent.d.ts.map +0 -1
- package/dist/model/clickPosition.d.ts +0 -11
- package/dist/model/clickPosition.d.ts.map +0 -1
- package/dist/model/clickThroughRateEvent.d.ts +0 -19
- package/dist/model/clickThroughRateEvent.d.ts.map +0 -1
- package/dist/model/conversionRateEvent.d.ts +0 -19
- package/dist/model/conversionRateEvent.d.ts.map +0 -1
- package/dist/model/getConversationRateResponse.d.ts +0 -20
- package/dist/model/getConversationRateResponse.d.ts.map +0 -1
- package/dist/model/noClickRateEvent.d.ts +0 -19
- package/dist/model/noClickRateEvent.d.ts.map +0 -1
- package/dist/model/noResultsRateEvent.d.ts +0 -19
- package/dist/model/noResultsRateEvent.d.ts.map +0 -1
- package/dist/model/searchEvent.d.ts +0 -11
- package/dist/model/searchEvent.d.ts.map +0 -1
- package/dist/model/searchNoClickEvent.d.ts +0 -15
- package/dist/model/searchNoClickEvent.d.ts.map +0 -1
- package/dist/model/searchNoResultEvent.d.ts +0 -15
- package/dist/model/searchNoResultEvent.d.ts.map +0 -1
- package/dist/model/userWithDate.d.ts +0 -11
- package/dist/model/userWithDate.d.ts.map +0 -1
- package/model/averageClickEvent.ts +0 -18
- package/model/clickPosition.ts +0 -13
- package/model/clickThroughRateEvent.ts +0 -23
- package/model/conversionRateEvent.ts +0 -23
- package/model/getConversationRateResponse.ts +0 -25
- package/model/noClickRateEvent.ts +0 -23
- package/model/noResultsRateEvent.ts +0 -23
- package/model/searchEvent.ts +0 -13
- package/model/searchNoClickEvent.ts +0 -18
- package/model/searchNoResultEvent.ts +0 -18
- package/model/userWithDate.ts +0 -13
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CurrenciesValue } from './currenciesValue';
|
|
2
|
+
import type { DailyRevenue } from './dailyRevenue';
|
|
3
|
+
export type GetRevenue = {
|
|
4
|
+
/**
|
|
5
|
+
* Revenue associated with this search, broken-down by currencies.
|
|
6
|
+
*/
|
|
7
|
+
currencies: Record<string, CurrenciesValue>;
|
|
8
|
+
/**
|
|
9
|
+
* Daily revenue.
|
|
10
|
+
*/
|
|
11
|
+
dates: DailyRevenue[];
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=getRevenue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRevenue.d.ts","sourceRoot":"","sources":["../../model/getRevenue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IAE5C;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
count: number;
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
dates:
|
|
11
|
-
};
|
|
1
|
+
import type { DailySearches } from './dailySearches';
|
|
2
|
+
export type GetSearchesCountResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Number of occurrences.
|
|
5
|
+
*/
|
|
6
|
+
count: number;
|
|
7
|
+
/**
|
|
8
|
+
* Daily number of searches.
|
|
9
|
+
*/
|
|
10
|
+
dates: DailySearches[];
|
|
11
|
+
};
|
|
12
12
|
//# sourceMappingURL=getSearchesCountResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSearchesCountResponse.d.ts","sourceRoot":"","sources":["../../model/getSearchesCountResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"getSearchesCountResponse.d.ts","sourceRoot":"","sources":["../../model/getSearchesCountResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
searches:
|
|
7
|
-
};
|
|
1
|
+
import type { DailySearchesNoClicks } from './dailySearchesNoClicks';
|
|
2
|
+
export type GetSearchesNoClicksResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Searches without any clicks.
|
|
5
|
+
*/
|
|
6
|
+
searches: DailySearchesNoClicks[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=getSearchesNoClicksResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSearchesNoClicksResponse.d.ts","sourceRoot":"","sources":["../../model/getSearchesNoClicksResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"getSearchesNoClicksResponse.d.ts","sourceRoot":"","sources":["../../model/getSearchesNoClicksResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,QAAQ,EAAE,qBAAqB,EAAE,CAAC;CACnC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
searches:
|
|
7
|
-
};
|
|
1
|
+
import type { DailySearchesNoResults } from './dailySearchesNoResults';
|
|
2
|
+
export type GetSearchesNoResultsResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Searches without results.
|
|
5
|
+
*/
|
|
6
|
+
searches: DailySearchesNoResults[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=getSearchesNoResultsResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSearchesNoResultsResponse.d.ts","sourceRoot":"","sources":["../../model/getSearchesNoResultsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"getSearchesNoResultsResponse.d.ts","sourceRoot":"","sources":["../../model/getSearchesNoResultsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAEvE,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,QAAQ,EAAE,sBAAsB,EAAE,CAAC;CACpC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
2
|
-
/**
|
|
3
|
-
* Date
|
|
4
|
-
*/
|
|
5
|
-
updatedAt: string;
|
|
6
|
-
};
|
|
1
|
+
export type GetStatusResponse = {
|
|
2
|
+
/**
|
|
3
|
+
* Date and time when the object was updated, in RFC 3339 format.
|
|
4
|
+
*/
|
|
5
|
+
updatedAt: string | null;
|
|
6
|
+
};
|
|
7
7
|
//# sourceMappingURL=getStatusResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStatusResponse.d.ts","sourceRoot":"","sources":["../../model/getStatusResponse.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"getStatusResponse.d.ts","sourceRoot":"","sources":["../../model/getStatusResponse.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { TopCountry } from './topCountry';
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
countries: TopCountry[];
|
|
7
|
-
};
|
|
1
|
+
import type { TopCountry } from './topCountry';
|
|
2
|
+
export type GetTopCountriesResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Countries and number of searches.
|
|
5
|
+
*/
|
|
6
|
+
countries: TopCountry[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=getTopCountriesResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopCountriesResponse.d.ts","sourceRoot":"","sources":["../../model/getTopCountriesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,
|
|
1
|
+
{"version":3,"file":"getTopCountriesResponse.d.ts","sourceRoot":"","sources":["../../model/getTopCountriesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,SAAS,EAAE,UAAU,EAAE,CAAC;CACzB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
attribute: string;
|
|
6
|
-
/**
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type GetTopFilterAttribute = {
|
|
2
|
+
/**
|
|
3
|
+
* Attribute name.
|
|
4
|
+
*/
|
|
5
|
+
attribute: string;
|
|
6
|
+
/**
|
|
7
|
+
* Number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=getTopFilterAttribute.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFilterAttribute.d.ts","sourceRoot":"","sources":["../../model/getTopFilterAttribute.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"getTopFilterAttribute.d.ts","sourceRoot":"","sources":["../../model/getTopFilterAttribute.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { GetTopFilterAttribute } from './getTopFilterAttribute';
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
attributes: GetTopFilterAttribute[];
|
|
7
|
-
};
|
|
1
|
+
import type { GetTopFilterAttribute } from './getTopFilterAttribute';
|
|
2
|
+
export type GetTopFilterAttributesResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Most frequent filters.
|
|
5
|
+
*/
|
|
6
|
+
attributes: GetTopFilterAttribute[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=getTopFilterAttributesResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFilterAttributesResponse.d.ts","sourceRoot":"","sources":["../../model/getTopFilterAttributesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,
|
|
1
|
+
{"version":3,"file":"getTopFilterAttributesResponse.d.ts","sourceRoot":"","sources":["../../model/getTopFilterAttributesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,UAAU,EAAE,qBAAqB,EAAE,CAAC;CACrC,CAAC"}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
count: number;
|
|
18
|
-
};
|
|
1
|
+
import type { Operator } from './operator';
|
|
2
|
+
export type GetTopFilterForAttribute = {
|
|
3
|
+
/**
|
|
4
|
+
* Attribute name.
|
|
5
|
+
*/
|
|
6
|
+
attribute: string;
|
|
7
|
+
operator: Operator;
|
|
8
|
+
/**
|
|
9
|
+
* Attribute value.
|
|
10
|
+
*/
|
|
11
|
+
value: string;
|
|
12
|
+
/**
|
|
13
|
+
* Number of occurrences.
|
|
14
|
+
*/
|
|
15
|
+
count: number;
|
|
16
|
+
};
|
|
19
17
|
//# sourceMappingURL=getTopFilterForAttribute.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFilterForAttribute.d.ts","sourceRoot":"","sources":["../../model/getTopFilterForAttribute.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"getTopFilterForAttribute.d.ts","sourceRoot":"","sources":["../../model/getTopFilterForAttribute.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB,QAAQ,EAAE,QAAQ,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { GetTopFilterForAttribute } from './getTopFilterForAttribute';
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
values: GetTopFilterForAttribute[];
|
|
7
|
-
};
|
|
1
|
+
import type { GetTopFilterForAttribute } from './getTopFilterForAttribute';
|
|
2
|
+
export type GetTopFilterForAttributeResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Filter values for an attribute.
|
|
5
|
+
*/
|
|
6
|
+
values: GetTopFilterForAttribute[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=getTopFilterForAttributeResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFilterForAttributeResponse.d.ts","sourceRoot":"","sources":["../../model/getTopFilterForAttributeResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAE3E,
|
|
1
|
+
{"version":3,"file":"getTopFilterForAttributeResponse.d.ts","sourceRoot":"","sources":["../../model/getTopFilterForAttributeResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAE3E,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;OAEG;IACH,MAAM,EAAE,wBAAwB,EAAE,CAAC;CACpC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { GetTopFiltersNoResultsValues } from './getTopFiltersNoResultsValues';
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
values: GetTopFiltersNoResultsValues[];
|
|
7
|
-
};
|
|
1
|
+
import type { GetTopFiltersNoResultsValues } from './getTopFiltersNoResultsValues';
|
|
2
|
+
export type GetTopFiltersNoResultsResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Filters for searches without any results. If null, the search term specified with the `search` parameter is not a search without results, or the `search` parameter is absent from the request.
|
|
5
|
+
*/
|
|
6
|
+
values: GetTopFiltersNoResultsValues[] | null;
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=getTopFiltersNoResultsResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFiltersNoResultsResponse.d.ts","sourceRoot":"","sources":["../../model/getTopFiltersNoResultsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF,
|
|
1
|
+
{"version":3,"file":"getTopFiltersNoResultsResponse.d.ts","sourceRoot":"","sources":["../../model/getTopFiltersNoResultsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,MAAM,EAAE,4BAA4B,EAAE,GAAG,IAAI,CAAC;CAC/C,CAAC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
value: string;
|
|
14
|
-
};
|
|
1
|
+
import type { Operator } from './operator';
|
|
2
|
+
export type GetTopFiltersNoResultsValue = {
|
|
3
|
+
/**
|
|
4
|
+
* Attribute name.
|
|
5
|
+
*/
|
|
6
|
+
attribute: string;
|
|
7
|
+
operator: Operator;
|
|
8
|
+
/**
|
|
9
|
+
* Attribute value.
|
|
10
|
+
*/
|
|
11
|
+
value: string;
|
|
12
|
+
};
|
|
15
13
|
//# sourceMappingURL=getTopFiltersNoResultsValue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFiltersNoResultsValue.d.ts","sourceRoot":"","sources":["../../model/getTopFiltersNoResultsValue.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"getTopFiltersNoResultsValue.d.ts","sourceRoot":"","sources":["../../model/getTopFiltersNoResultsValue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB,QAAQ,EAAE,QAAQ,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { GetTopFiltersNoResultsValue } from './getTopFiltersNoResultsValue';
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
count: number;
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
values: GetTopFiltersNoResultsValue[];
|
|
11
|
-
};
|
|
1
|
+
import type { GetTopFiltersNoResultsValue } from './getTopFiltersNoResultsValue';
|
|
2
|
+
export type GetTopFiltersNoResultsValues = {
|
|
3
|
+
/**
|
|
4
|
+
* Number of occurrences.
|
|
5
|
+
*/
|
|
6
|
+
count: number;
|
|
7
|
+
/**
|
|
8
|
+
* Filters with no results.
|
|
9
|
+
*/
|
|
10
|
+
values: GetTopFiltersNoResultsValue[];
|
|
11
|
+
};
|
|
12
12
|
//# sourceMappingURL=getTopFiltersNoResultsValues.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopFiltersNoResultsValues.d.ts","sourceRoot":"","sources":["../../model/getTopFiltersNoResultsValues.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAEjF,
|
|
1
|
+
{"version":3,"file":"getTopFiltersNoResultsValues.d.ts","sourceRoot":"","sources":["../../model/getTopFiltersNoResultsValues.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAEjF,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,2BAA2B,EAAE,CAAC;CACvC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { TopHitsResponse } from './topHitsResponse';
|
|
2
|
-
import type { TopHitsResponseWithAnalytics } from './topHitsResponseWithAnalytics';
|
|
3
|
-
|
|
1
|
+
import type { TopHitsResponse } from './topHitsResponse';
|
|
2
|
+
import type { TopHitsResponseWithAnalytics } from './topHitsResponseWithAnalytics';
|
|
3
|
+
import type { TopHitsResponseWithRevenueAnalytics } from './topHitsResponseWithRevenueAnalytics';
|
|
4
|
+
export type GetTopHitsResponse = TopHitsResponse | TopHitsResponseWithAnalytics | TopHitsResponseWithRevenueAnalytics;
|
|
4
5
|
//# sourceMappingURL=getTopHitsResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopHitsResponse.d.ts","sourceRoot":"","sources":["../../model/getTopHitsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"getTopHitsResponse.d.ts","sourceRoot":"","sources":["../../model/getTopHitsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAEjG,MAAM,MAAM,kBAAkB,GAC1B,eAAe,GACf,4BAA4B,GAC5B,mCAAmC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { TopSearchesResponse } from './topSearchesResponse';
|
|
2
|
-
import type { TopSearchesResponseWithAnalytics } from './topSearchesResponseWithAnalytics';
|
|
3
|
-
|
|
1
|
+
import type { TopSearchesResponse } from './topSearchesResponse';
|
|
2
|
+
import type { TopSearchesResponseWithAnalytics } from './topSearchesResponseWithAnalytics';
|
|
3
|
+
import type { TopSearchesResponseWithRevenueAnalytics } from './topSearchesResponseWithRevenueAnalytics';
|
|
4
|
+
export type GetTopSearchesResponse = TopSearchesResponse | TopSearchesResponseWithAnalytics | TopSearchesResponseWithRevenueAnalytics;
|
|
4
5
|
//# sourceMappingURL=getTopSearchesResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopSearchesResponse.d.ts","sourceRoot":"","sources":["../../model/getTopSearchesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"getTopSearchesResponse.d.ts","sourceRoot":"","sources":["../../model/getTopSearchesResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAEzG,MAAM,MAAM,sBAAsB,GAC9B,mBAAmB,GACnB,gCAAgC,GAChC,uCAAuC,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
count: number;
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
dates:
|
|
11
|
-
};
|
|
1
|
+
import type { DailyUsers } from './dailyUsers';
|
|
2
|
+
export type GetUsersCountResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* Number of unique users.
|
|
5
|
+
*/
|
|
6
|
+
count: number;
|
|
7
|
+
/**
|
|
8
|
+
* Daily number of unique users.
|
|
9
|
+
*/
|
|
10
|
+
dates: DailyUsers[];
|
|
11
|
+
};
|
|
12
12
|
//# sourceMappingURL=getUsersCountResponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsersCountResponse.d.ts","sourceRoot":"","sources":["../../model/getUsersCountResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"getUsersCountResponse.d.ts","sourceRoot":"","sources":["../../model/getUsersCountResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB,CAAC"}
|
package/dist/model/index.d.ts
CHANGED
|
@@ -1,45 +1,57 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
1
|
+
export * from './clickPositionsInner';
|
|
2
|
+
export * from './currenciesValue';
|
|
3
|
+
export * from './dailyAddToCartRates';
|
|
4
|
+
export * from './dailyAverageClicks';
|
|
5
|
+
export * from './dailyClickThroughRates';
|
|
6
|
+
export * from './dailyConversionRates';
|
|
7
|
+
export * from './dailyNoClickRates';
|
|
8
|
+
export * from './dailyNoResultsRates';
|
|
9
|
+
export * from './dailyPurchaseRates';
|
|
10
|
+
export * from './dailyRevenue';
|
|
11
|
+
export * from './dailySearches';
|
|
12
|
+
export * from './dailySearchesNoClicks';
|
|
13
|
+
export * from './dailySearchesNoResults';
|
|
14
|
+
export * from './dailyUsers';
|
|
15
|
+
export * from './direction';
|
|
16
|
+
export * from './errorBase';
|
|
17
|
+
export * from './getAddToCartRateResponse';
|
|
18
|
+
export * from './getAverageClickPositionResponse';
|
|
19
|
+
export * from './getClickPositionsResponse';
|
|
20
|
+
export * from './getClickThroughRateResponse';
|
|
21
|
+
export * from './getConversionRateResponse';
|
|
22
|
+
export * from './getNoClickRateResponse';
|
|
23
|
+
export * from './getNoResultsRateResponse';
|
|
24
|
+
export * from './getPurchaseRateResponse';
|
|
25
|
+
export * from './getRevenue';
|
|
26
|
+
export * from './getSearchesCountResponse';
|
|
27
|
+
export * from './getSearchesNoClicksResponse';
|
|
28
|
+
export * from './getSearchesNoResultsResponse';
|
|
29
|
+
export * from './getStatusResponse';
|
|
30
|
+
export * from './getTopCountriesResponse';
|
|
31
|
+
export * from './getTopFilterAttribute';
|
|
32
|
+
export * from './getTopFilterAttributesResponse';
|
|
33
|
+
export * from './getTopFilterForAttribute';
|
|
34
|
+
export * from './getTopFilterForAttributeResponse';
|
|
35
|
+
export * from './getTopFiltersNoResultsResponse';
|
|
36
|
+
export * from './getTopFiltersNoResultsValue';
|
|
37
|
+
export * from './getTopFiltersNoResultsValues';
|
|
38
|
+
export * from './getTopHitsResponse';
|
|
39
|
+
export * from './getTopSearchesResponse';
|
|
40
|
+
export * from './getUsersCountResponse';
|
|
41
|
+
export * from './operator';
|
|
42
|
+
export * from './orderBy';
|
|
43
|
+
export * from './topCountry';
|
|
44
|
+
export * from './topHit';
|
|
45
|
+
export * from './topHitWithAnalytics';
|
|
46
|
+
export * from './topHitWithRevenueAnalytics';
|
|
47
|
+
export * from './topHitsResponse';
|
|
48
|
+
export * from './topHitsResponseWithAnalytics';
|
|
49
|
+
export * from './topHitsResponseWithRevenueAnalytics';
|
|
50
|
+
export * from './topSearch';
|
|
51
|
+
export * from './topSearchWithAnalytics';
|
|
52
|
+
export * from './topSearchWithRevenueAnalytics';
|
|
53
|
+
export * from './topSearchesResponse';
|
|
54
|
+
export * from './topSearchesResponseWithAnalytics';
|
|
55
|
+
export * from './topSearchesResponseWithRevenueAnalytics';
|
|
56
|
+
export * from './clientMethodProps';
|
|
45
57
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../model/index.ts"],"names":[],"mappings":"AAEA,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../model/index.ts"],"names":[],"mappings":"AAEA,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Character that characterizes how the filter is applied. For example, for a facet filter `facet:value`, `:` is the operator. For a numeric filter `count>50`, `>` is the operator.
|
|
3
|
+
*/
|
|
4
|
+
export type Operator = ':' | '!=' | '<' | '<=' | '=' | '>' | '>=';
|
|
5
|
+
//# sourceMappingURL=operator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operator.d.ts","sourceRoot":"","sources":["../../model/operator.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC"}
|
package/dist/model/orderBy.d.ts
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Attribute by which to order the response items. If the `clickAnalytics` parameter is false, only `searchCount` is available.
|
|
3
|
+
*/
|
|
4
|
+
export type OrderBy = 'averageClickPosition' | 'clickThroughRate' | 'conversionRate' | 'searchCount';
|
|
2
5
|
//# sourceMappingURL=orderBy.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orderBy.d.ts","sourceRoot":"","sources":["../../model/orderBy.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"orderBy.d.ts","sourceRoot":"","sources":["../../model/orderBy.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,OAAO,GACf,sBAAsB,GACtB,kBAAkB,GAClB,gBAAgB,GAChB,aAAa,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
country: string;
|
|
6
|
-
/**
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type TopCountry = {
|
|
2
|
+
/**
|
|
3
|
+
* Country code.
|
|
4
|
+
*/
|
|
5
|
+
country: string;
|
|
6
|
+
/**
|
|
7
|
+
* Number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=topCountry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"topCountry.d.ts","sourceRoot":"","sources":["../../model/topCountry.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"topCountry.d.ts","sourceRoot":"","sources":["../../model/topCountry.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
package/dist/model/topHit.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
hit: string;
|
|
6
|
-
/**
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type TopHit = {
|
|
2
|
+
/**
|
|
3
|
+
* Object ID of a record that\'s returned as a search result.
|
|
4
|
+
*/
|
|
5
|
+
hit: string;
|
|
6
|
+
/**
|
|
7
|
+
* Number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=topHit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"topHit.d.ts","sourceRoot":"","sources":["../../model/topHit.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"topHit.d.ts","sourceRoot":"","sources":["../../model/topHit.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,MAAM,GAAG;IACnB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|