@algolia/client-analytics 5.0.0-alpha.53 → 5.0.0-alpha.55

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.
Files changed (98) hide show
  1. package/dist/builds/browser.d.ts +5 -5
  2. package/dist/builds/node.d.ts +5 -5
  3. package/dist/client-analytics.cjs.js +922 -922
  4. package/dist/client-analytics.esm.browser.js +1046 -1046
  5. package/dist/client-analytics.esm.node.js +922 -922
  6. package/dist/client-analytics.umd.js +2 -2
  7. package/dist/model/averageClickEvent.d.ts +14 -14
  8. package/dist/model/clickPosition.d.ts +10 -10
  9. package/dist/model/clickThroughRateEvent.d.ts +18 -18
  10. package/dist/model/clientMethodProps.d.ts +507 -507
  11. package/dist/model/conversionRateEvent.d.ts +18 -18
  12. package/dist/model/direction.d.ts +1 -1
  13. package/dist/model/errorBase.d.ts +6 -6
  14. package/dist/model/getAverageClickPositionResponse.d.ts +15 -15
  15. package/dist/model/getClickPositionsResponse.d.ts +7 -7
  16. package/dist/model/getClickThroughRateResponse.d.ts +19 -19
  17. package/dist/model/getConversationRateResponse.d.ts +19 -19
  18. package/dist/model/getNoClickRateResponse.d.ts +19 -19
  19. package/dist/model/getNoResultsRateResponse.d.ts +19 -19
  20. package/dist/model/getSearchesCountResponse.d.ts +11 -11
  21. package/dist/model/getSearchesNoClicksResponse.d.ts +7 -7
  22. package/dist/model/getSearchesNoResultsResponse.d.ts +7 -7
  23. package/dist/model/getStatusResponse.d.ts +6 -6
  24. package/dist/model/getTopCountriesResponse.d.ts +7 -7
  25. package/dist/model/getTopFilterAttribute.d.ts +10 -10
  26. package/dist/model/getTopFilterAttributesResponse.d.ts +7 -7
  27. package/dist/model/getTopFilterForAttribute.d.ts +18 -18
  28. package/dist/model/getTopFilterForAttributeResponse.d.ts +7 -7
  29. package/dist/model/getTopFiltersNoResultsResponse.d.ts +7 -7
  30. package/dist/model/getTopFiltersNoResultsValue.d.ts +14 -14
  31. package/dist/model/getTopFiltersNoResultsValues.d.ts +11 -11
  32. package/dist/model/getTopHitsResponse.d.ts +3 -3
  33. package/dist/model/getTopSearchesResponse.d.ts +3 -3
  34. package/dist/model/getUsersCountResponse.d.ts +11 -11
  35. package/dist/model/index.d.ts +44 -44
  36. package/dist/model/noClickRateEvent.d.ts +18 -18
  37. package/dist/model/noResultsRateEvent.d.ts +18 -18
  38. package/dist/model/orderBy.d.ts +1 -1
  39. package/dist/model/searchEvent.d.ts +10 -10
  40. package/dist/model/searchNoClickEvent.d.ts +14 -14
  41. package/dist/model/searchNoResultEvent.d.ts +14 -14
  42. package/dist/model/topCountry.d.ts +10 -10
  43. package/dist/model/topHit.d.ts +10 -10
  44. package/dist/model/topHitWithAnalytics.d.ts +30 -30
  45. package/dist/model/topHitsResponse.d.ts +7 -7
  46. package/dist/model/topHitsResponseWithAnalytics.d.ts +7 -7
  47. package/dist/model/topSearch.d.ts +14 -14
  48. package/dist/model/topSearchWithAnalytics.d.ts +38 -38
  49. package/dist/model/topSearchesResponse.d.ts +7 -7
  50. package/dist/model/topSearchesResponseWithAnalytics.d.ts +7 -7
  51. package/dist/model/userWithDate.d.ts +10 -10
  52. package/dist/src/analyticsClient.d.ts +318 -318
  53. package/model/averageClickEvent.ts +1 -1
  54. package/model/clickPosition.ts +1 -1
  55. package/model/clickThroughRateEvent.ts +1 -1
  56. package/model/clientMethodProps.ts +1 -1
  57. package/model/conversionRateEvent.ts +1 -1
  58. package/model/direction.ts +1 -1
  59. package/model/errorBase.ts +1 -1
  60. package/model/getAverageClickPositionResponse.ts +1 -1
  61. package/model/getClickPositionsResponse.ts +1 -1
  62. package/model/getClickThroughRateResponse.ts +1 -1
  63. package/model/getConversationRateResponse.ts +1 -1
  64. package/model/getNoClickRateResponse.ts +1 -1
  65. package/model/getNoResultsRateResponse.ts +1 -1
  66. package/model/getSearchesCountResponse.ts +1 -1
  67. package/model/getSearchesNoClicksResponse.ts +1 -1
  68. package/model/getSearchesNoResultsResponse.ts +1 -1
  69. package/model/getStatusResponse.ts +1 -1
  70. package/model/getTopCountriesResponse.ts +1 -1
  71. package/model/getTopFilterAttribute.ts +1 -1
  72. package/model/getTopFilterAttributesResponse.ts +1 -1
  73. package/model/getTopFilterForAttribute.ts +1 -1
  74. package/model/getTopFilterForAttributeResponse.ts +1 -1
  75. package/model/getTopFiltersNoResultsResponse.ts +1 -1
  76. package/model/getTopFiltersNoResultsValue.ts +1 -1
  77. package/model/getTopFiltersNoResultsValues.ts +1 -1
  78. package/model/getTopHitsResponse.ts +1 -1
  79. package/model/getTopSearchesResponse.ts +1 -1
  80. package/model/getUsersCountResponse.ts +1 -1
  81. package/model/index.ts +1 -1
  82. package/model/noClickRateEvent.ts +1 -1
  83. package/model/noResultsRateEvent.ts +1 -1
  84. package/model/orderBy.ts +1 -1
  85. package/model/searchEvent.ts +1 -1
  86. package/model/searchNoClickEvent.ts +1 -1
  87. package/model/searchNoResultEvent.ts +1 -1
  88. package/model/topCountry.ts +1 -1
  89. package/model/topHit.ts +1 -1
  90. package/model/topHitWithAnalytics.ts +1 -1
  91. package/model/topHitsResponse.ts +1 -1
  92. package/model/topHitsResponseWithAnalytics.ts +1 -1
  93. package/model/topSearch.ts +1 -1
  94. package/model/topSearchWithAnalytics.ts +1 -1
  95. package/model/topSearchesResponse.ts +1 -1
  96. package/model/topSearchesResponseWithAnalytics.ts +1 -1
  97. package/model/userWithDate.ts +1 -1
  98. package/package.json +6 -6
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type AverageClickEvent = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type ClickPosition = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type ClickThroughRateEvent = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { Direction } from './direction';
4
4
  import type { OrderBy } from './orderBy';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type ConversionRateEvent = {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type Direction = 'asc' | 'desc';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
4
  * Error.
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { AverageClickEvent } from './averageClickEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ClickPosition } from './clickPosition';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ClickThroughRateEvent } from './clickThroughRateEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { ConversionRateEvent } from './conversionRateEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { NoClickRateEvent } from './noClickRateEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { NoResultsRateEvent } from './noResultsRateEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchEvent } from './searchEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchNoClickEvent } from './searchNoClickEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { SearchNoResultEvent } from './searchNoResultEvent';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type GetStatusResponse = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopCountry } from './topCountry';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type GetTopFilterAttribute = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { GetTopFilterAttribute } from './getTopFilterAttribute';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type GetTopFilterForAttribute = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { GetTopFilterForAttribute } from './getTopFilterForAttribute';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { GetTopFiltersNoResultsValues } from './getTopFiltersNoResultsValues';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type GetTopFiltersNoResultsValue = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { GetTopFiltersNoResultsValue } from './getTopFiltersNoResultsValue';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopHitsResponse } from './topHitsResponse';
4
4
  import type { TopHitsResponseWithAnalytics } from './topHitsResponseWithAnalytics';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopSearchesResponse } from './topSearchesResponse';
4
4
  import type { TopSearchesResponseWithAnalytics } from './topSearchesResponseWithAnalytics';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { UserWithDate } from './userWithDate';
4
4
 
package/model/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export * from './averageClickEvent';
4
4
  export * from './clickPosition';
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type NoClickRateEvent = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type NoResultsRateEvent = {
4
4
  /**
package/model/orderBy.ts CHANGED
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type OrderBy =
4
4
  | 'averageClickPosition'
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type SearchEvent = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type SearchNoClickEvent = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type SearchNoResultEvent = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TopCountry = {
4
4
  /**
package/model/topHit.ts CHANGED
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TopHit = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TopHitWithAnalytics = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopHit } from './topHit';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopHitWithAnalytics } from './topHitWithAnalytics';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TopSearch = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type TopSearchWithAnalytics = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopSearch } from './topSearch';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  import type { TopSearchWithAnalytics } from './topSearchWithAnalytics';
4
4
 
@@ -1,4 +1,4 @@
1
- // This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
1
+ // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  export type UserWithDate = {
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-analytics",
3
- "version": "5.0.0-alpha.53",
3
+ "version": "5.0.0-alpha.55",
4
4
  "description": "JavaScript client for client-analytics",
5
5
  "repository": "algolia/algoliasearch-client-javascript",
6
6
  "license": "MIT",
@@ -38,14 +38,14 @@
38
38
  "clean": "rm -rf ./dist || true"
39
39
  },
40
40
  "dependencies": {
41
- "@algolia/client-common": "5.0.0-alpha.53",
42
- "@algolia/requester-browser-xhr": "5.0.0-alpha.53",
43
- "@algolia/requester-node-http": "5.0.0-alpha.53"
41
+ "@algolia/client-common": "5.0.0-alpha.55",
42
+ "@algolia/requester-browser-xhr": "5.0.0-alpha.55",
43
+ "@algolia/requester-node-http": "5.0.0-alpha.55"
44
44
  },
45
45
  "devDependencies": {
46
- "@types/node": "18.14.2",
46
+ "@types/node": "18.15.11",
47
47
  "rollup": "2.79.1",
48
- "typescript": "4.9.5"
48
+ "typescript": "5.0.3"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">= 14.0.0"