@algolia/client-analytics 5.2.4 → 5.3.0
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/browser.d.ts +1742 -0
- package/dist/builds/browser.js +1125 -0
- package/dist/builds/browser.js.map +1 -0
- package/dist/builds/browser.min.js +2 -0
- package/dist/builds/browser.min.js.map +1 -0
- package/dist/builds/browser.umd.js +12 -0
- package/dist/builds/node.cjs +1143 -0
- package/dist/builds/node.cjs.map +1 -0
- package/dist/builds/node.js +1123 -0
- package/dist/builds/node.js.map +1 -0
- package/dist/node.d.cts +1742 -0
- package/dist/node.d.ts +1742 -0
- package/dist/src/analyticsClient.cjs +1110 -0
- package/dist/src/analyticsClient.cjs.map +1 -0
- package/dist/src/{analyticsClient.d.ts → analyticsClient.js} +749 -58
- package/dist/src/analyticsClient.js.map +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +28 -25
- package/dist/builds/browser.d.ts +0 -40
- package/dist/builds/browser.d.ts.map +0 -1
- package/dist/builds/node.d.ts +0 -40
- package/dist/builds/node.d.ts.map +0 -1
- package/dist/client-analytics.cjs +0 -1089
- package/dist/client-analytics.esm.browser.js +0 -1763
- package/dist/client-analytics.esm.node.js +0 -1086
- package/dist/client-analytics.umd.js +0 -2
- package/dist/model/clickPosition.d.ts +0 -14
- package/dist/model/clickPosition.d.ts.map +0 -1
- package/dist/model/clientMethodProps.d.ts +0 -579
- package/dist/model/clientMethodProps.d.ts.map +0 -1
- package/dist/model/currencyCode.d.ts +0 -14
- package/dist/model/currencyCode.d.ts.map +0 -1
- package/dist/model/dailyAddToCartRates.d.ts +0 -19
- package/dist/model/dailyAddToCartRates.d.ts.map +0 -1
- package/dist/model/dailyAverageClicks.d.ts +0 -15
- package/dist/model/dailyAverageClicks.d.ts.map +0 -1
- package/dist/model/dailyClickThroughRates.d.ts +0 -19
- package/dist/model/dailyClickThroughRates.d.ts.map +0 -1
- package/dist/model/dailyConversionRates.d.ts +0 -19
- package/dist/model/dailyConversionRates.d.ts.map +0 -1
- package/dist/model/dailyNoClickRates.d.ts +0 -19
- package/dist/model/dailyNoClickRates.d.ts.map +0 -1
- package/dist/model/dailyNoResultsRates.d.ts +0 -19
- package/dist/model/dailyNoResultsRates.d.ts.map +0 -1
- package/dist/model/dailyPurchaseRates.d.ts +0 -19
- package/dist/model/dailyPurchaseRates.d.ts.map +0 -1
- package/dist/model/dailyRevenue.d.ts +0 -12
- package/dist/model/dailyRevenue.d.ts.map +0 -1
- package/dist/model/dailySearches.d.ts +0 -11
- package/dist/model/dailySearches.d.ts.map +0 -1
- package/dist/model/dailySearchesNoClicks.d.ts +0 -15
- package/dist/model/dailySearchesNoClicks.d.ts.map +0 -1
- package/dist/model/dailySearchesNoResults.d.ts +0 -15
- package/dist/model/dailySearchesNoResults.d.ts.map +0 -1
- package/dist/model/dailyUsers.d.ts +0 -11
- package/dist/model/dailyUsers.d.ts.map +0 -1
- package/dist/model/direction.d.ts +0 -2
- package/dist/model/direction.d.ts.map +0 -1
- package/dist/model/errorBase.d.ts +0 -7
- package/dist/model/errorBase.d.ts.map +0 -1
- package/dist/model/getAddToCartRateResponse.d.ts +0 -20
- package/dist/model/getAddToCartRateResponse.d.ts.map +0 -1
- package/dist/model/getAverageClickPositionResponse.d.ts +0 -16
- package/dist/model/getAverageClickPositionResponse.d.ts.map +0 -1
- package/dist/model/getClickPositionsResponse.d.ts +0 -8
- package/dist/model/getClickPositionsResponse.d.ts.map +0 -1
- package/dist/model/getClickThroughRateResponse.d.ts +0 -20
- package/dist/model/getClickThroughRateResponse.d.ts.map +0 -1
- package/dist/model/getConversionRateResponse.d.ts +0 -20
- package/dist/model/getConversionRateResponse.d.ts.map +0 -1
- package/dist/model/getNoClickRateResponse.d.ts +0 -20
- package/dist/model/getNoClickRateResponse.d.ts.map +0 -1
- package/dist/model/getNoResultsRateResponse.d.ts +0 -20
- package/dist/model/getNoResultsRateResponse.d.ts.map +0 -1
- package/dist/model/getPurchaseRateResponse.d.ts +0 -20
- package/dist/model/getPurchaseRateResponse.d.ts.map +0 -1
- package/dist/model/getRevenue.d.ts +0 -13
- package/dist/model/getRevenue.d.ts.map +0 -1
- package/dist/model/getSearchesCountResponse.d.ts +0 -12
- package/dist/model/getSearchesCountResponse.d.ts.map +0 -1
- package/dist/model/getSearchesNoClicksResponse.d.ts +0 -8
- package/dist/model/getSearchesNoClicksResponse.d.ts.map +0 -1
- package/dist/model/getSearchesNoResultsResponse.d.ts +0 -8
- package/dist/model/getSearchesNoResultsResponse.d.ts.map +0 -1
- package/dist/model/getStatusResponse.d.ts +0 -7
- package/dist/model/getStatusResponse.d.ts.map +0 -1
- package/dist/model/getTopCountriesResponse.d.ts +0 -8
- package/dist/model/getTopCountriesResponse.d.ts.map +0 -1
- package/dist/model/getTopFilterAttribute.d.ts +0 -11
- package/dist/model/getTopFilterAttribute.d.ts.map +0 -1
- package/dist/model/getTopFilterAttributesResponse.d.ts +0 -8
- package/dist/model/getTopFilterAttributesResponse.d.ts.map +0 -1
- package/dist/model/getTopFilterForAttribute.d.ts +0 -17
- package/dist/model/getTopFilterForAttribute.d.ts.map +0 -1
- package/dist/model/getTopFilterForAttributeResponse.d.ts +0 -8
- package/dist/model/getTopFilterForAttributeResponse.d.ts.map +0 -1
- package/dist/model/getTopFiltersNoResultsResponse.d.ts +0 -8
- package/dist/model/getTopFiltersNoResultsResponse.d.ts.map +0 -1
- package/dist/model/getTopFiltersNoResultsValue.d.ts +0 -13
- package/dist/model/getTopFiltersNoResultsValue.d.ts.map +0 -1
- package/dist/model/getTopFiltersNoResultsValues.d.ts +0 -12
- package/dist/model/getTopFiltersNoResultsValues.d.ts.map +0 -1
- package/dist/model/getTopHitsResponse.d.ts +0 -5
- package/dist/model/getTopHitsResponse.d.ts.map +0 -1
- package/dist/model/getTopSearchesResponse.d.ts +0 -5
- package/dist/model/getTopSearchesResponse.d.ts.map +0 -1
- package/dist/model/getUsersCountResponse.d.ts +0 -12
- package/dist/model/getUsersCountResponse.d.ts.map +0 -1
- package/dist/model/index.d.ts +0 -57
- package/dist/model/index.d.ts.map +0 -1
- package/dist/model/operator.d.ts +0 -5
- package/dist/model/operator.d.ts.map +0 -1
- package/dist/model/orderBy.d.ts +0 -5
- package/dist/model/orderBy.d.ts.map +0 -1
- package/dist/model/topCountry.d.ts +0 -11
- package/dist/model/topCountry.d.ts.map +0 -1
- package/dist/model/topHit.d.ts +0 -11
- package/dist/model/topHit.d.ts.map +0 -1
- package/dist/model/topHitWithAnalytics.d.ts +0 -31
- package/dist/model/topHitWithAnalytics.d.ts.map +0 -1
- package/dist/model/topHitWithRevenueAnalytics.d.ts +0 -52
- package/dist/model/topHitWithRevenueAnalytics.d.ts.map +0 -1
- package/dist/model/topHitsResponse.d.ts +0 -8
- package/dist/model/topHitsResponse.d.ts.map +0 -1
- package/dist/model/topHitsResponseWithAnalytics.d.ts +0 -8
- package/dist/model/topHitsResponseWithAnalytics.d.ts.map +0 -1
- package/dist/model/topHitsResponseWithRevenueAnalytics.d.ts +0 -8
- package/dist/model/topHitsResponseWithRevenueAnalytics.d.ts.map +0 -1
- package/dist/model/topSearch.d.ts +0 -15
- package/dist/model/topSearch.d.ts.map +0 -1
- package/dist/model/topSearchWithAnalytics.d.ts +0 -44
- package/dist/model/topSearchWithAnalytics.d.ts.map +0 -1
- package/dist/model/topSearchWithRevenueAnalytics.d.ts +0 -65
- package/dist/model/topSearchWithRevenueAnalytics.d.ts.map +0 -1
- package/dist/model/topSearchesResponse.d.ts +0 -8
- package/dist/model/topSearchesResponse.d.ts.map +0 -1
- package/dist/model/topSearchesResponseWithAnalytics.d.ts +0 -8
- package/dist/model/topSearchesResponseWithAnalytics.d.ts.map +0 -1
- package/dist/model/topSearchesResponseWithRevenueAnalytics.d.ts +0 -8
- package/dist/model/topSearchesResponseWithRevenueAnalytics.d.ts.map +0 -1
- package/dist/src/analyticsClient.d.ts.map +0 -1
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type DailyAddToCartRates = {
|
|
2
|
-
/**
|
|
3
|
-
* Add-to-cart rate, calculated as number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
4
|
-
*/
|
|
5
|
-
rate: number | null;
|
|
6
|
-
/**
|
|
7
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
8
|
-
*/
|
|
9
|
-
trackedSearchCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of add-to-cart events from this search.
|
|
12
|
-
*/
|
|
13
|
-
addToCartCount: number;
|
|
14
|
-
/**
|
|
15
|
-
* Date in the format YYYY-MM-DD.
|
|
16
|
-
*/
|
|
17
|
-
date: string;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=dailyAddToCartRates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyAddToCartRates.d.ts","sourceRoot":"","sources":["../../model/dailyAddToCartRates.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export type DailyAverageClicks = {
|
|
2
|
-
/**
|
|
3
|
-
* Average position of a clicked search result in the list of search results. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
4
|
-
*/
|
|
5
|
-
average: number | null;
|
|
6
|
-
/**
|
|
7
|
-
* Number of clicks associated with this search.
|
|
8
|
-
*/
|
|
9
|
-
clickCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* Date in the format YYYY-MM-DD.
|
|
12
|
-
*/
|
|
13
|
-
date: string;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=dailyAverageClicks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyAverageClicks.d.ts","sourceRoot":"","sources":["../../model/dailyAverageClicks.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type DailyClickThroughRates = {
|
|
2
|
-
/**
|
|
3
|
-
* Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
4
|
-
*/
|
|
5
|
-
rate: number | null;
|
|
6
|
-
/**
|
|
7
|
-
* Number of clicks associated with this search.
|
|
8
|
-
*/
|
|
9
|
-
clickCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
12
|
-
*/
|
|
13
|
-
trackedSearchCount: number;
|
|
14
|
-
/**
|
|
15
|
-
* Date in the format YYYY-MM-DD.
|
|
16
|
-
*/
|
|
17
|
-
date: string;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=dailyClickThroughRates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyClickThroughRates.d.ts","sourceRoot":"","sources":["../../model/dailyClickThroughRates.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type DailyConversionRates = {
|
|
2
|
-
/**
|
|
3
|
-
* Conversion rate, calculated as number of tracked searches with at least one conversion event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
4
|
-
*/
|
|
5
|
-
rate: number | null;
|
|
6
|
-
/**
|
|
7
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
8
|
-
*/
|
|
9
|
-
trackedSearchCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of conversions from this search.
|
|
12
|
-
*/
|
|
13
|
-
conversionCount: number;
|
|
14
|
-
/**
|
|
15
|
-
* Date in the format YYYY-MM-DD.
|
|
16
|
-
*/
|
|
17
|
-
date: string;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=dailyConversionRates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyConversionRates.d.ts","sourceRoot":"","sources":["../../model/dailyConversionRates.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type DailyNoClickRates = {
|
|
2
|
-
/**
|
|
3
|
-
* No click rate, calculated as number of tracked searches without any click divided by the number of tracked searches.
|
|
4
|
-
*/
|
|
5
|
-
rate: number;
|
|
6
|
-
/**
|
|
7
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of times this search was returned as a result without any click.
|
|
12
|
-
*/
|
|
13
|
-
noClickCount: number;
|
|
14
|
-
/**
|
|
15
|
-
* Date in the format YYYY-MM-DD.
|
|
16
|
-
*/
|
|
17
|
-
date: string;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=dailyNoClickRates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyNoClickRates.d.ts","sourceRoot":"","sources":["../../model/dailyNoClickRates.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type DailyNoResultsRates = {
|
|
2
|
-
/**
|
|
3
|
-
* Date in the format YYYY-MM-DD.
|
|
4
|
-
*/
|
|
5
|
-
date: string;
|
|
6
|
-
/**
|
|
7
|
-
* Number of searches without any results.
|
|
8
|
-
*/
|
|
9
|
-
noResultCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of searches.
|
|
12
|
-
*/
|
|
13
|
-
count: number;
|
|
14
|
-
/**
|
|
15
|
-
* No results rate, calculated as number of searches with zero results divided by the total number of searches.
|
|
16
|
-
*/
|
|
17
|
-
rate: number;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=dailyNoResultsRates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyNoResultsRates.d.ts","sourceRoot":"","sources":["../../model/dailyNoResultsRates.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export type DailyPurchaseRates = {
|
|
2
|
-
/**
|
|
3
|
-
* Purchase rate, calculated as number of tracked searches with at least one purchase event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
4
|
-
*/
|
|
5
|
-
rate: number | null;
|
|
6
|
-
/**
|
|
7
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
8
|
-
*/
|
|
9
|
-
trackedSearchCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of purchase events from this search.
|
|
12
|
-
*/
|
|
13
|
-
purchaseCount: number;
|
|
14
|
-
/**
|
|
15
|
-
* Date in the format YYYY-MM-DD.
|
|
16
|
-
*/
|
|
17
|
-
date: string;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=dailyPurchaseRates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyPurchaseRates.d.ts","sourceRoot":"","sources":["../../model/dailyPurchaseRates.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CurrencyCode } from './currencyCode';
|
|
2
|
-
export type DailyRevenue = {
|
|
3
|
-
/**
|
|
4
|
-
* Revenue associated with this search, broken-down by currencies.
|
|
5
|
-
*/
|
|
6
|
-
currencies: Record<string, CurrencyCode>;
|
|
7
|
-
/**
|
|
8
|
-
* Date in the format YYYY-MM-DD.
|
|
9
|
-
*/
|
|
10
|
-
date: string;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=dailyRevenue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyRevenue.d.ts","sourceRoot":"","sources":["../../model/dailyRevenue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAEzC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailySearches.d.ts","sourceRoot":"","sources":["../../model/dailySearches.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export type DailySearchesNoClicks = {
|
|
2
|
-
/**
|
|
3
|
-
* Search query.
|
|
4
|
-
*/
|
|
5
|
-
search: string;
|
|
6
|
-
/**
|
|
7
|
-
* Number of tracked searches.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of results (hits).
|
|
12
|
-
*/
|
|
13
|
-
nbHits: number;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=dailySearchesNoClicks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailySearchesNoClicks.d.ts","sourceRoot":"","sources":["../../model/dailySearchesNoClicks.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export type DailySearchesNoResults = {
|
|
2
|
-
/**
|
|
3
|
-
* Search query.
|
|
4
|
-
*/
|
|
5
|
-
search: string;
|
|
6
|
-
/**
|
|
7
|
-
* Number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of searches for this term with applied filters.
|
|
12
|
-
*/
|
|
13
|
-
withFilterCount: number;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=dailySearchesNoResults.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailySearchesNoResults.d.ts","sourceRoot":"","sources":["../../model/dailySearchesNoResults.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dailyUsers.d.ts","sourceRoot":"","sources":["../../model/dailyUsers.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"direction.d.ts","sourceRoot":"","sources":["../../model/direction.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errorBase.d.ts","sourceRoot":"","sources":["../../model/errorBase.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DailyAddToCartRates } from './dailyAddToCartRates';
|
|
2
|
-
export type GetAddToCartRateResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* Add-to-cart rate, calculated as number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
5
|
-
*/
|
|
6
|
-
rate: number | null;
|
|
7
|
-
/**
|
|
8
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
9
|
-
*/
|
|
10
|
-
trackedSearchCount: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of add-to-cart events from this search.
|
|
13
|
-
*/
|
|
14
|
-
addToCartCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* Daily add-to-cart rates.
|
|
17
|
-
*/
|
|
18
|
-
dates: DailyAddToCartRates[];
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=getAddToCartRateResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAddToCartRateResponse.d.ts","sourceRoot":"","sources":["../../model/getAddToCartRateResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,KAAK,EAAE,mBAAmB,EAAE,CAAC;CAC9B,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { DailyAverageClicks } from './dailyAverageClicks';
|
|
2
|
-
export type GetAverageClickPositionResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* Average position of a clicked search result in the list of search results. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
5
|
-
*/
|
|
6
|
-
average: number | null;
|
|
7
|
-
/**
|
|
8
|
-
* Number of clicks associated with this search.
|
|
9
|
-
*/
|
|
10
|
-
clickCount: number;
|
|
11
|
-
/**
|
|
12
|
-
* Daily average click positions.
|
|
13
|
-
*/
|
|
14
|
-
dates: DailyAverageClicks[];
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=getAverageClickPositionResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAverageClickPositionResponse.d.ts","sourceRoot":"","sources":["../../model/getAverageClickPositionResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,kBAAkB,EAAE,CAAC;CAC7B,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ClickPosition } from './clickPosition';
|
|
2
|
-
export type GetClickPositionsResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* List of positions in the search results and clicks associated with this search.
|
|
5
|
-
*/
|
|
6
|
-
positions: ClickPosition[];
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=getClickPositionsResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getClickPositionsResponse.d.ts","sourceRoot":"","sources":["../../model/getClickPositionsResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DailyClickThroughRates } from './dailyClickThroughRates';
|
|
2
|
-
export type GetClickThroughRateResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
5
|
-
*/
|
|
6
|
-
rate: number | null;
|
|
7
|
-
/**
|
|
8
|
-
* Number of clicks associated with this search.
|
|
9
|
-
*/
|
|
10
|
-
clickCount: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
13
|
-
*/
|
|
14
|
-
trackedSearchCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* Daily click-through rates.
|
|
17
|
-
*/
|
|
18
|
-
dates: DailyClickThroughRates[];
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=getClickThroughRateResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getClickThroughRateResponse.d.ts","sourceRoot":"","sources":["../../model/getClickThroughRateResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAEvE,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,KAAK,EAAE,sBAAsB,EAAE,CAAC;CACjC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DailyConversionRates } from './dailyConversionRates';
|
|
2
|
-
export type GetConversionRateResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* Conversion rate, calculated as number of tracked searches with at least one conversion event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
5
|
-
*/
|
|
6
|
-
rate: number | null;
|
|
7
|
-
/**
|
|
8
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
9
|
-
*/
|
|
10
|
-
trackedSearchCount: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of conversions from this search.
|
|
13
|
-
*/
|
|
14
|
-
conversionCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* Daily conversion rates.
|
|
17
|
-
*/
|
|
18
|
-
dates: DailyConversionRates[];
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=getConversionRateResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getConversionRateResponse.d.ts","sourceRoot":"","sources":["../../model/getConversionRateResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,oBAAoB,EAAE,CAAC;CAC/B,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DailyNoClickRates } from './dailyNoClickRates';
|
|
2
|
-
export type GetNoClickRateResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* No click rate, calculated as number of tracked searches without any click divided by the number of tracked searches.
|
|
5
|
-
*/
|
|
6
|
-
rate: number;
|
|
7
|
-
/**
|
|
8
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
9
|
-
*/
|
|
10
|
-
count: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of times this search was returned as a result without any click.
|
|
13
|
-
*/
|
|
14
|
-
noClickCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* Daily no click rates.
|
|
17
|
-
*/
|
|
18
|
-
dates: DailyNoClickRates[];
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=getNoClickRateResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getNoClickRateResponse.d.ts","sourceRoot":"","sources":["../../model/getNoClickRateResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAC5B,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DailyNoResultsRates } from './dailyNoResultsRates';
|
|
2
|
-
export type GetNoResultsRateResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* No results rate, calculated as number of searches with zero results divided by the total number of searches.
|
|
5
|
-
*/
|
|
6
|
-
rate: number;
|
|
7
|
-
/**
|
|
8
|
-
* Number of searches.
|
|
9
|
-
*/
|
|
10
|
-
count: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of searches without any results.
|
|
13
|
-
*/
|
|
14
|
-
noResultCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* Daily no results rates.
|
|
17
|
-
*/
|
|
18
|
-
dates: DailyNoResultsRates[];
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=getNoResultsRateResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getNoResultsRateResponse.d.ts","sourceRoot":"","sources":["../../model/getNoResultsRateResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,KAAK,EAAE,mBAAmB,EAAE,CAAC;CAC9B,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { DailyPurchaseRates } from './dailyPurchaseRates';
|
|
2
|
-
export type GetPurchaseRateResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* Purchase rate, calculated as number of tracked searches with at least one purchase event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
|
|
5
|
-
*/
|
|
6
|
-
rate: number | null;
|
|
7
|
-
/**
|
|
8
|
-
* Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
|
|
9
|
-
*/
|
|
10
|
-
trackedSearchCount: number;
|
|
11
|
-
/**
|
|
12
|
-
* Number of purchase events from this search.
|
|
13
|
-
*/
|
|
14
|
-
purchaseCount: number;
|
|
15
|
-
/**
|
|
16
|
-
* Daily purchase rates.
|
|
17
|
-
*/
|
|
18
|
-
dates: DailyPurchaseRates[];
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=getPurchaseRateResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPurchaseRateResponse.d.ts","sourceRoot":"","sources":["../../model/getPurchaseRateResponse.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,KAAK,EAAE,kBAAkB,EAAE,CAAC;CAC7B,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { CurrencyCode } from './currencyCode';
|
|
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, CurrencyCode>;
|
|
8
|
-
/**
|
|
9
|
-
* Daily revenue.
|
|
10
|
-
*/
|
|
11
|
-
dates: DailyRevenue[];
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=getRevenue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRevenue.d.ts","sourceRoot":"","sources":["../../model/getRevenue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAEzC;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
//# sourceMappingURL=getSearchesCountResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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
|
-
};
|
|
17
|
-
//# sourceMappingURL=getTopFilterForAttribute.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
import type { GetTopFilterForAttribute } from './getTopFilterForAttribute';
|
|
2
|
-
export type GetTopFilterForAttributeResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* Filter values for an attribute.
|
|
5
|
-
*/
|
|
6
|
-
values: GetTopFilterForAttribute[];
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=getTopFilterForAttributeResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|