@empathyco/x-components 3.0.0-alpha.96 → 3.0.0-alpha.97

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 (42) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/docs/API-reference/api/x-components.internalsearchrequest.md +1 -1
  3. package/docs/API-reference/api/x-components.md +1 -1
  4. package/docs/API-reference/api/x-components.searchactions.md +1 -1
  5. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -2
  6. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  7. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  8. package/docs/API-reference/api/x-types.md +8 -0
  9. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  10. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  11. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  12. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  13. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  14. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  15. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  16. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  17. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  18. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  19. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  20. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  21. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  22. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  23. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  24. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  25. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  26. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  27. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  28. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  29. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  30. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  31. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  32. package/js/x-modules/search/store/actions/save-search-response.action.js +1 -1
  33. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  34. package/package.json +6 -6
  35. package/report/x-components.api.json +3 -3
  36. package/report/x-types.api.json +621 -15
  37. package/types/adapter/mocked-adapter.d.ts.map +1 -1
  38. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  39. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +1 -1
  40. package/types/x-modules/search/store/types.d.ts +3 -4
  41. package/types/x-modules/search/store/types.d.ts.map +1 -1
  42. package/types/x-modules/search/types.d.ts +1 -1
@@ -1731,6 +1731,53 @@
1731
1731
  }
1732
1732
  ]
1733
1733
  },
1734
+ {
1735
+ "kind": "Interface",
1736
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse:interface",
1737
+ "docComment": "/**\n * Response for the identifier results endpoint.\n *\n * @public\n */\n",
1738
+ "excerptTokens": [
1739
+ {
1740
+ "kind": "Content",
1741
+ "text": "export interface IdentifierResultsResponse "
1742
+ }
1743
+ ],
1744
+ "releaseTag": "Public",
1745
+ "name": "IdentifierResultsResponse",
1746
+ "members": [
1747
+ {
1748
+ "kind": "PropertySignature",
1749
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse#results:member",
1750
+ "docComment": "",
1751
+ "excerptTokens": [
1752
+ {
1753
+ "kind": "Content",
1754
+ "text": "results: "
1755
+ },
1756
+ {
1757
+ "kind": "Reference",
1758
+ "text": "Result",
1759
+ "canonicalReference": "@empathyco/x-types!Result:interface"
1760
+ },
1761
+ {
1762
+ "kind": "Content",
1763
+ "text": "[]"
1764
+ },
1765
+ {
1766
+ "kind": "Content",
1767
+ "text": ";"
1768
+ }
1769
+ ],
1770
+ "isOptional": false,
1771
+ "releaseTag": "Public",
1772
+ "name": "results",
1773
+ "propertyTypeTokenRange": {
1774
+ "startIndex": 1,
1775
+ "endIndex": 3
1776
+ }
1777
+ }
1778
+ ],
1779
+ "extendsTokenRanges": []
1780
+ },
1734
1781
  {
1735
1782
  "kind": "Function",
1736
1783
  "canonicalReference": "@empathyco/x-types!isBooleanFilter:function(1)",
@@ -2565,6 +2612,53 @@
2565
2612
  }
2566
2613
  ]
2567
2614
  },
2615
+ {
2616
+ "kind": "Interface",
2617
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse:interface",
2618
+ "docComment": "/**\n * Response for the next queries endpoint.\n *\n * @public\n */\n",
2619
+ "excerptTokens": [
2620
+ {
2621
+ "kind": "Content",
2622
+ "text": "export interface NextQueriesResponse "
2623
+ }
2624
+ ],
2625
+ "releaseTag": "Public",
2626
+ "name": "NextQueriesResponse",
2627
+ "members": [
2628
+ {
2629
+ "kind": "PropertySignature",
2630
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse#nextQueries:member",
2631
+ "docComment": "",
2632
+ "excerptTokens": [
2633
+ {
2634
+ "kind": "Content",
2635
+ "text": "nextQueries: "
2636
+ },
2637
+ {
2638
+ "kind": "Reference",
2639
+ "text": "NextQuery",
2640
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface"
2641
+ },
2642
+ {
2643
+ "kind": "Content",
2644
+ "text": "[]"
2645
+ },
2646
+ {
2647
+ "kind": "Content",
2648
+ "text": ";"
2649
+ }
2650
+ ],
2651
+ "isOptional": false,
2652
+ "releaseTag": "Public",
2653
+ "name": "nextQueries",
2654
+ "propertyTypeTokenRange": {
2655
+ "startIndex": 1,
2656
+ "endIndex": 3
2657
+ }
2658
+ }
2659
+ ],
2660
+ "extendsTokenRanges": []
2661
+ },
2568
2662
  {
2569
2663
  "kind": "Interface",
2570
2664
  "canonicalReference": "@empathyco/x-types!NextQuery:interface",
@@ -3080,6 +3174,53 @@
3080
3174
  }
3081
3175
  ]
3082
3176
  },
3177
+ {
3178
+ "kind": "Interface",
3179
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse:interface",
3180
+ "docComment": "/**\n * Response for the popular searches endpoint.\n *\n * @public\n */\n",
3181
+ "excerptTokens": [
3182
+ {
3183
+ "kind": "Content",
3184
+ "text": "export interface PopularSearchesResponse "
3185
+ }
3186
+ ],
3187
+ "releaseTag": "Public",
3188
+ "name": "PopularSearchesResponse",
3189
+ "members": [
3190
+ {
3191
+ "kind": "PropertySignature",
3192
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse#suggestions:member",
3193
+ "docComment": "",
3194
+ "excerptTokens": [
3195
+ {
3196
+ "kind": "Content",
3197
+ "text": "suggestions: "
3198
+ },
3199
+ {
3200
+ "kind": "Reference",
3201
+ "text": "Suggestion",
3202
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
3203
+ },
3204
+ {
3205
+ "kind": "Content",
3206
+ "text": "[]"
3207
+ },
3208
+ {
3209
+ "kind": "Content",
3210
+ "text": ";"
3211
+ }
3212
+ ],
3213
+ "isOptional": false,
3214
+ "releaseTag": "Public",
3215
+ "name": "suggestions",
3216
+ "propertyTypeTokenRange": {
3217
+ "startIndex": 1,
3218
+ "endIndex": 3
3219
+ }
3220
+ }
3221
+ ],
3222
+ "extendsTokenRanges": []
3223
+ },
3083
3224
  {
3084
3225
  "kind": "Interface",
3085
3226
  "canonicalReference": "@empathyco/x-types!Previewable:interface",
@@ -3467,6 +3608,53 @@
3467
3608
  }
3468
3609
  ]
3469
3610
  },
3611
+ {
3612
+ "kind": "Interface",
3613
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse:interface",
3614
+ "docComment": "/**\n * Response for the query suggestions endpoint.\n *\n * @public\n */\n",
3615
+ "excerptTokens": [
3616
+ {
3617
+ "kind": "Content",
3618
+ "text": "export interface QuerySuggestionsResponse "
3619
+ }
3620
+ ],
3621
+ "releaseTag": "Public",
3622
+ "name": "QuerySuggestionsResponse",
3623
+ "members": [
3624
+ {
3625
+ "kind": "PropertySignature",
3626
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse#suggestions:member",
3627
+ "docComment": "",
3628
+ "excerptTokens": [
3629
+ {
3630
+ "kind": "Content",
3631
+ "text": "suggestions: "
3632
+ },
3633
+ {
3634
+ "kind": "Reference",
3635
+ "text": "Suggestion",
3636
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
3637
+ },
3638
+ {
3639
+ "kind": "Content",
3640
+ "text": "[]"
3641
+ },
3642
+ {
3643
+ "kind": "Content",
3644
+ "text": ";"
3645
+ }
3646
+ ],
3647
+ "isOptional": false,
3648
+ "releaseTag": "Public",
3649
+ "name": "suggestions",
3650
+ "propertyTypeTokenRange": {
3651
+ "startIndex": 1,
3652
+ "endIndex": 3
3653
+ }
3654
+ }
3655
+ ],
3656
+ "extendsTokenRanges": []
3657
+ },
3470
3658
  {
3471
3659
  "kind": "Interface",
3472
3660
  "canonicalReference": "@empathyco/x-types!RangeValue:interface",
@@ -3742,6 +3930,53 @@
3742
3930
  }
3743
3931
  ]
3744
3932
  },
3933
+ {
3934
+ "kind": "Interface",
3935
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse:interface",
3936
+ "docComment": "/**\n * Response for the recommendations endpoint.\n *\n * @public\n */\n",
3937
+ "excerptTokens": [
3938
+ {
3939
+ "kind": "Content",
3940
+ "text": "export interface RecommendationsResponse "
3941
+ }
3942
+ ],
3943
+ "releaseTag": "Public",
3944
+ "name": "RecommendationsResponse",
3945
+ "members": [
3946
+ {
3947
+ "kind": "PropertySignature",
3948
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse#results:member",
3949
+ "docComment": "",
3950
+ "excerptTokens": [
3951
+ {
3952
+ "kind": "Content",
3953
+ "text": "results: "
3954
+ },
3955
+ {
3956
+ "kind": "Reference",
3957
+ "text": "Result",
3958
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3959
+ },
3960
+ {
3961
+ "kind": "Content",
3962
+ "text": "[]"
3963
+ },
3964
+ {
3965
+ "kind": "Content",
3966
+ "text": ";"
3967
+ }
3968
+ ],
3969
+ "isOptional": false,
3970
+ "releaseTag": "Public",
3971
+ "name": "results",
3972
+ "propertyTypeTokenRange": {
3973
+ "startIndex": 1,
3974
+ "endIndex": 3
3975
+ }
3976
+ }
3977
+ ],
3978
+ "extendsTokenRanges": []
3979
+ },
3745
3980
  {
3746
3981
  "kind": "Interface",
3747
3982
  "canonicalReference": "@empathyco/x-types!Redirection:interface",
@@ -4013,6 +4248,53 @@
4013
4248
  }
4014
4249
  ]
4015
4250
  },
4251
+ {
4252
+ "kind": "Interface",
4253
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse:interface",
4254
+ "docComment": "/**\n * Response for the related tags endpoint.\n *\n * @public\n */\n",
4255
+ "excerptTokens": [
4256
+ {
4257
+ "kind": "Content",
4258
+ "text": "export interface RelatedTagsResponse "
4259
+ }
4260
+ ],
4261
+ "releaseTag": "Public",
4262
+ "name": "RelatedTagsResponse",
4263
+ "members": [
4264
+ {
4265
+ "kind": "PropertySignature",
4266
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse#relatedTags:member",
4267
+ "docComment": "",
4268
+ "excerptTokens": [
4269
+ {
4270
+ "kind": "Content",
4271
+ "text": "relatedTags: "
4272
+ },
4273
+ {
4274
+ "kind": "Reference",
4275
+ "text": "RelatedTag",
4276
+ "canonicalReference": "@empathyco/x-types!RelatedTag:interface"
4277
+ },
4278
+ {
4279
+ "kind": "Content",
4280
+ "text": "[]"
4281
+ },
4282
+ {
4283
+ "kind": "Content",
4284
+ "text": ";"
4285
+ }
4286
+ ],
4287
+ "isOptional": false,
4288
+ "releaseTag": "Public",
4289
+ "name": "relatedTags",
4290
+ "propertyTypeTokenRange": {
4291
+ "startIndex": 1,
4292
+ "endIndex": 3
4293
+ }
4294
+ }
4295
+ ],
4296
+ "extendsTokenRanges": []
4297
+ },
4016
4298
  {
4017
4299
  "kind": "Interface",
4018
4300
  "canonicalReference": "@empathyco/x-types!Result:interface",
@@ -4580,30 +4862,311 @@
4580
4862
  },
4581
4863
  {
4582
4864
  "kind": "Interface",
4583
- "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
4584
- "docComment": "/**\n * Simple facet is a trait for filtering results. It extends from {@link Facet}, changes the modelName and uses {@link SimpleFilter} as filters.\n *\n * @public\n */\n",
4865
+ "canonicalReference": "@empathyco/x-types!SearchResponse:interface",
4866
+ "docComment": "/**\n * Response for the search endpoint.\n *\n * @public\n */\n",
4585
4867
  "excerptTokens": [
4586
4868
  {
4587
4869
  "kind": "Content",
4588
- "text": "export interface SimpleFacet extends "
4589
- },
4590
- {
4591
- "kind": "Reference",
4592
- "text": "Facet",
4593
- "canonicalReference": "@empathyco/x-types!Facet:interface"
4594
- },
4595
- {
4596
- "kind": "Content",
4597
- "text": " "
4870
+ "text": "export interface SearchResponse "
4598
4871
  }
4599
4872
  ],
4600
4873
  "releaseTag": "Public",
4601
- "name": "SimpleFacet",
4874
+ "name": "SearchResponse",
4602
4875
  "members": [
4603
4876
  {
4604
4877
  "kind": "PropertySignature",
4605
- "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
4606
- "docComment": "/**\n * Filters available for the facet.\n */\n",
4878
+ "canonicalReference": "@empathyco/x-types!SearchResponse#banners:member",
4879
+ "docComment": "",
4880
+ "excerptTokens": [
4881
+ {
4882
+ "kind": "Content",
4883
+ "text": "banners?: "
4884
+ },
4885
+ {
4886
+ "kind": "Reference",
4887
+ "text": "Banner",
4888
+ "canonicalReference": "@empathyco/x-types!Banner:interface"
4889
+ },
4890
+ {
4891
+ "kind": "Content",
4892
+ "text": "[]"
4893
+ },
4894
+ {
4895
+ "kind": "Content",
4896
+ "text": ";"
4897
+ }
4898
+ ],
4899
+ "isOptional": true,
4900
+ "releaseTag": "Public",
4901
+ "name": "banners",
4902
+ "propertyTypeTokenRange": {
4903
+ "startIndex": 1,
4904
+ "endIndex": 3
4905
+ }
4906
+ },
4907
+ {
4908
+ "kind": "PropertySignature",
4909
+ "canonicalReference": "@empathyco/x-types!SearchResponse#facets:member",
4910
+ "docComment": "",
4911
+ "excerptTokens": [
4912
+ {
4913
+ "kind": "Content",
4914
+ "text": "facets?: "
4915
+ },
4916
+ {
4917
+ "kind": "Reference",
4918
+ "text": "Facet",
4919
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
4920
+ },
4921
+ {
4922
+ "kind": "Content",
4923
+ "text": "[]"
4924
+ },
4925
+ {
4926
+ "kind": "Content",
4927
+ "text": ";"
4928
+ }
4929
+ ],
4930
+ "isOptional": true,
4931
+ "releaseTag": "Public",
4932
+ "name": "facets",
4933
+ "propertyTypeTokenRange": {
4934
+ "startIndex": 1,
4935
+ "endIndex": 3
4936
+ }
4937
+ },
4938
+ {
4939
+ "kind": "PropertySignature",
4940
+ "canonicalReference": "@empathyco/x-types!SearchResponse#partialResults:member",
4941
+ "docComment": "",
4942
+ "excerptTokens": [
4943
+ {
4944
+ "kind": "Content",
4945
+ "text": "partialResults?: "
4946
+ },
4947
+ {
4948
+ "kind": "Reference",
4949
+ "text": "PartialResult",
4950
+ "canonicalReference": "@empathyco/x-types!PartialResult:interface"
4951
+ },
4952
+ {
4953
+ "kind": "Content",
4954
+ "text": "[]"
4955
+ },
4956
+ {
4957
+ "kind": "Content",
4958
+ "text": ";"
4959
+ }
4960
+ ],
4961
+ "isOptional": true,
4962
+ "releaseTag": "Public",
4963
+ "name": "partialResults",
4964
+ "propertyTypeTokenRange": {
4965
+ "startIndex": 1,
4966
+ "endIndex": 3
4967
+ }
4968
+ },
4969
+ {
4970
+ "kind": "PropertySignature",
4971
+ "canonicalReference": "@empathyco/x-types!SearchResponse#promoteds:member",
4972
+ "docComment": "",
4973
+ "excerptTokens": [
4974
+ {
4975
+ "kind": "Content",
4976
+ "text": "promoteds?: "
4977
+ },
4978
+ {
4979
+ "kind": "Reference",
4980
+ "text": "Promoted",
4981
+ "canonicalReference": "@empathyco/x-types!Promoted:interface"
4982
+ },
4983
+ {
4984
+ "kind": "Content",
4985
+ "text": "[]"
4986
+ },
4987
+ {
4988
+ "kind": "Content",
4989
+ "text": ";"
4990
+ }
4991
+ ],
4992
+ "isOptional": true,
4993
+ "releaseTag": "Public",
4994
+ "name": "promoteds",
4995
+ "propertyTypeTokenRange": {
4996
+ "startIndex": 1,
4997
+ "endIndex": 3
4998
+ }
4999
+ },
5000
+ {
5001
+ "kind": "PropertySignature",
5002
+ "canonicalReference": "@empathyco/x-types!SearchResponse#queryTagging:member",
5003
+ "docComment": "",
5004
+ "excerptTokens": [
5005
+ {
5006
+ "kind": "Content",
5007
+ "text": "queryTagging: "
5008
+ },
5009
+ {
5010
+ "kind": "Reference",
5011
+ "text": "TaggingRequest",
5012
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5013
+ },
5014
+ {
5015
+ "kind": "Content",
5016
+ "text": ";"
5017
+ }
5018
+ ],
5019
+ "isOptional": false,
5020
+ "releaseTag": "Public",
5021
+ "name": "queryTagging",
5022
+ "propertyTypeTokenRange": {
5023
+ "startIndex": 1,
5024
+ "endIndex": 2
5025
+ }
5026
+ },
5027
+ {
5028
+ "kind": "PropertySignature",
5029
+ "canonicalReference": "@empathyco/x-types!SearchResponse#redirections:member",
5030
+ "docComment": "",
5031
+ "excerptTokens": [
5032
+ {
5033
+ "kind": "Content",
5034
+ "text": "redirections?: "
5035
+ },
5036
+ {
5037
+ "kind": "Reference",
5038
+ "text": "Redirection",
5039
+ "canonicalReference": "@empathyco/x-types!Redirection:interface"
5040
+ },
5041
+ {
5042
+ "kind": "Content",
5043
+ "text": "[]"
5044
+ },
5045
+ {
5046
+ "kind": "Content",
5047
+ "text": ";"
5048
+ }
5049
+ ],
5050
+ "isOptional": true,
5051
+ "releaseTag": "Public",
5052
+ "name": "redirections",
5053
+ "propertyTypeTokenRange": {
5054
+ "startIndex": 1,
5055
+ "endIndex": 3
5056
+ }
5057
+ },
5058
+ {
5059
+ "kind": "PropertySignature",
5060
+ "canonicalReference": "@empathyco/x-types!SearchResponse#results:member",
5061
+ "docComment": "",
5062
+ "excerptTokens": [
5063
+ {
5064
+ "kind": "Content",
5065
+ "text": "results: "
5066
+ },
5067
+ {
5068
+ "kind": "Reference",
5069
+ "text": "Result",
5070
+ "canonicalReference": "@empathyco/x-types!Result:interface"
5071
+ },
5072
+ {
5073
+ "kind": "Content",
5074
+ "text": "[]"
5075
+ },
5076
+ {
5077
+ "kind": "Content",
5078
+ "text": ";"
5079
+ }
5080
+ ],
5081
+ "isOptional": false,
5082
+ "releaseTag": "Public",
5083
+ "name": "results",
5084
+ "propertyTypeTokenRange": {
5085
+ "startIndex": 1,
5086
+ "endIndex": 3
5087
+ }
5088
+ },
5089
+ {
5090
+ "kind": "PropertySignature",
5091
+ "canonicalReference": "@empathyco/x-types!SearchResponse#spellcheck:member",
5092
+ "docComment": "",
5093
+ "excerptTokens": [
5094
+ {
5095
+ "kind": "Content",
5096
+ "text": "spellcheck?: "
5097
+ },
5098
+ {
5099
+ "kind": "Content",
5100
+ "text": "string"
5101
+ },
5102
+ {
5103
+ "kind": "Content",
5104
+ "text": ";"
5105
+ }
5106
+ ],
5107
+ "isOptional": true,
5108
+ "releaseTag": "Public",
5109
+ "name": "spellcheck",
5110
+ "propertyTypeTokenRange": {
5111
+ "startIndex": 1,
5112
+ "endIndex": 2
5113
+ }
5114
+ },
5115
+ {
5116
+ "kind": "PropertySignature",
5117
+ "canonicalReference": "@empathyco/x-types!SearchResponse#totalResults:member",
5118
+ "docComment": "",
5119
+ "excerptTokens": [
5120
+ {
5121
+ "kind": "Content",
5122
+ "text": "totalResults: "
5123
+ },
5124
+ {
5125
+ "kind": "Content",
5126
+ "text": "number"
5127
+ },
5128
+ {
5129
+ "kind": "Content",
5130
+ "text": ";"
5131
+ }
5132
+ ],
5133
+ "isOptional": false,
5134
+ "releaseTag": "Public",
5135
+ "name": "totalResults",
5136
+ "propertyTypeTokenRange": {
5137
+ "startIndex": 1,
5138
+ "endIndex": 2
5139
+ }
5140
+ }
5141
+ ],
5142
+ "extendsTokenRanges": []
5143
+ },
5144
+ {
5145
+ "kind": "Interface",
5146
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
5147
+ "docComment": "/**\n * Simple facet is a trait for filtering results. It extends from {@link Facet}, changes the modelName and uses {@link SimpleFilter} as filters.\n *\n * @public\n */\n",
5148
+ "excerptTokens": [
5149
+ {
5150
+ "kind": "Content",
5151
+ "text": "export interface SimpleFacet extends "
5152
+ },
5153
+ {
5154
+ "kind": "Reference",
5155
+ "text": "Facet",
5156
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
5157
+ },
5158
+ {
5159
+ "kind": "Content",
5160
+ "text": " "
5161
+ }
5162
+ ],
5163
+ "releaseTag": "Public",
5164
+ "name": "SimpleFacet",
5165
+ "members": [
5166
+ {
5167
+ "kind": "PropertySignature",
5168
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
5169
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
4607
5170
  "excerptTokens": [
4608
5171
  {
4609
5172
  "kind": "Content",
@@ -5407,6 +5970,49 @@
5407
5970
  ],
5408
5971
  "extendsTokenRanges": []
5409
5972
  },
5973
+ {
5974
+ "kind": "Interface",
5975
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse:interface",
5976
+ "docComment": "/**\n * Response to be implemented by all responses that contain a part to track the show event.\n *\n * @public\n */\n",
5977
+ "excerptTokens": [
5978
+ {
5979
+ "kind": "Content",
5980
+ "text": "export interface TrackableShowResponse "
5981
+ }
5982
+ ],
5983
+ "releaseTag": "Public",
5984
+ "name": "TrackableShowResponse",
5985
+ "members": [
5986
+ {
5987
+ "kind": "PropertySignature",
5988
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse#showTagging:member",
5989
+ "docComment": "",
5990
+ "excerptTokens": [
5991
+ {
5992
+ "kind": "Content",
5993
+ "text": "showTagging: "
5994
+ },
5995
+ {
5996
+ "kind": "Reference",
5997
+ "text": "TaggingRequest",
5998
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5999
+ },
6000
+ {
6001
+ "kind": "Content",
6002
+ "text": ";"
6003
+ }
6004
+ ],
6005
+ "isOptional": false,
6006
+ "releaseTag": "Public",
6007
+ "name": "showTagging",
6008
+ "propertyTypeTokenRange": {
6009
+ "startIndex": 1,
6010
+ "endIndex": 2
6011
+ }
6012
+ }
6013
+ ],
6014
+ "extendsTokenRanges": []
6015
+ },
5410
6016
  {
5411
6017
  "kind": "Interface",
5412
6018
  "canonicalReference": "@empathyco/x-types!UserInfo:interface",