File tree 4 files changed +0
-27
lines changed
packages/client-insights/model
4 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import type { ClickedObjectIDsAfterSearch } from './clickedObjectIDsAfterSearch'
8
8
import type { ConvertedFilters } from './convertedFilters' ;
9
9
import type { ConvertedObjectIDs } from './convertedObjectIDs' ;
10
10
import type { ConvertedObjectIDsAfterSearch } from './convertedObjectIDsAfterSearch' ;
11
- import type { Identify } from './identify' ;
12
11
import type { PurchasedObjectIDs } from './purchasedObjectIDs' ;
13
12
import type { PurchasedObjectIDsAfterSearch } from './purchasedObjectIDsAfterSearch' ;
14
13
import type { ViewedFilters } from './viewedFilters' ;
@@ -23,7 +22,6 @@ export type EventsItems =
23
22
| ConvertedFilters
24
23
| ConvertedObjectIDs
25
24
| ConvertedObjectIDsAfterSearch
26
- | Identify
27
25
| PurchasedObjectIDs
28
26
| PurchasedObjectIDsAfterSearch
29
27
| ViewedFilters
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ export * from './discount';
15
15
export * from './errorBase' ;
16
16
export * from './eventsItems' ;
17
17
export * from './eventsResponse' ;
18
- export * from './identify' ;
19
- export * from './identifyEvent' ;
20
18
export * from './insightsEvents' ;
21
19
export * from './objectData' ;
22
20
export * from './objectDataAfterSearch' ;
You can’t perform that action at this time.
0 commit comments