@empathyco/x-components 7.2.1 → 7.2.2

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 (25) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/docs/API-reference/api/x-adapter-platform.browseendpointadapter.md +13 -0
  3. package/docs/API-reference/api/x-adapter-platform.browserequestmapper.md +13 -0
  4. package/docs/API-reference/api/x-adapter-platform.browserequestschema.md +13 -0
  5. package/docs/API-reference/api/x-adapter-platform.browseresponsemapper.md +13 -0
  6. package/docs/API-reference/api/x-adapter-platform.browseresponseschema.md +13 -0
  7. package/docs/API-reference/api/x-adapter-platform.md +55 -0
  8. package/docs/API-reference/api/x-types.browsablerequest.browsefield.md +11 -0
  9. package/docs/API-reference/api/x-types.browsablerequest.browsevalue.md +11 -0
  10. package/docs/API-reference/api/x-types.browsablerequest.md +73 -0
  11. package/docs/API-reference/api/x-types.browserequest.md +15 -0
  12. package/docs/API-reference/api/x-types.browseresponse.banners.md +11 -0
  13. package/docs/API-reference/api/x-types.browseresponse.browsetagging.md +11 -0
  14. package/docs/API-reference/api/x-types.browseresponse.displaybrowsetagging.md +11 -0
  15. package/docs/API-reference/api/x-types.browseresponse.facets.md +11 -0
  16. package/docs/API-reference/api/x-types.browseresponse.md +187 -0
  17. package/docs/API-reference/api/x-types.browseresponse.promoteds.md +11 -0
  18. package/docs/API-reference/api/x-types.browseresponse.results.md +11 -0
  19. package/docs/API-reference/api/x-types.browseresponse.stats.md +11 -0
  20. package/docs/API-reference/api/x-types.browseresponse.totalresults.md +11 -0
  21. package/docs/API-reference/api/x-types.md +33 -0
  22. package/package.json +4 -4
  23. package/report/x-adapter-platform.api.json +250 -0
  24. package/report/x-types.api.json +425 -0
  25. package/types/src/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.2.2](https://github.com/empathyco/x/compare/@empathyco/x-components@7.2.1...@empathyco/x-components@7.2.2) (2026-06-30)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.2.1](https://github.com/empathyco/x/compare/@empathyco/x-components@7.2.0...@empathyco/x-components@7.2.1) (2026-06-26)
7
15
 
8
16
  ### Code Refactoring
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [browseEndpointAdapter](./x-adapter-platform.browseendpointadapter.md)
4
+
5
+ ## browseEndpointAdapter variable
6
+
7
+ Default adapter for the browse endpoint.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ browseEndpointAdapter: import("@empathyco/x-adapter").ExtendableEndpointAdapter<BrowseRequest, BrowseResponse>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [browseRequestMapper](./x-adapter-platform.browserequestmapper.md)
4
+
5
+ ## browseRequestMapper variable
6
+
7
+ Default implementation for the BrowseRequestMapper.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ browseRequestMapper: import("@empathyco/x-adapter").Mapper<BrowseRequest, PlatformBrowseRequest>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [browseRequestSchema](./x-adapter-platform.browserequestschema.md)
4
+
5
+ ## browseRequestSchema variable
6
+
7
+ Default implementation for the BrowseRequestSchema.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ browseRequestSchema: import("@empathyco/x-adapter").MutableSchema<BrowseRequest, PlatformBrowseRequest>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [browseResponseMapper](./x-adapter-platform.browseresponsemapper.md)
4
+
5
+ ## browseResponseMapper variable
6
+
7
+ Default implementation for the BrowseResponseMapper.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ browseResponseMapper: import("@empathyco/x-adapter").Mapper<PlatformBrowseResponse, BrowseResponse>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [browseResponseSchema](./x-adapter-platform.browseresponseschema.md)
4
+
5
+ ## browseResponseSchema variable
6
+
7
+ Default implementation for the BrowseResponseSchema.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ browseResponseSchema: import("@empathyco/x-adapter").MutableSchema<PlatformBrowseResponse, BrowseResponse>
13
+ ```
@@ -695,6 +695,61 @@ Default implementation for the AIOverviewSuggestionsSearchSchema.
695
695
  Default implementation for the BannerSchema.
696
696
 
697
697
 
698
+ </td></tr>
699
+ <tr><td>
700
+
701
+ [browseEndpointAdapter](./x-adapter-platform.browseendpointadapter.md)
702
+
703
+
704
+ </td><td>
705
+
706
+ Default adapter for the browse endpoint.
707
+
708
+
709
+ </td></tr>
710
+ <tr><td>
711
+
712
+ [browseRequestMapper](./x-adapter-platform.browserequestmapper.md)
713
+
714
+
715
+ </td><td>
716
+
717
+ Default implementation for the BrowseRequestMapper.
718
+
719
+
720
+ </td></tr>
721
+ <tr><td>
722
+
723
+ [browseRequestSchema](./x-adapter-platform.browserequestschema.md)
724
+
725
+
726
+ </td><td>
727
+
728
+ Default implementation for the BrowseRequestSchema.
729
+
730
+
731
+ </td></tr>
732
+ <tr><td>
733
+
734
+ [browseResponseMapper](./x-adapter-platform.browseresponsemapper.md)
735
+
736
+
737
+ </td><td>
738
+
739
+ Default implementation for the BrowseResponseMapper.
740
+
741
+
742
+ </td></tr>
743
+ <tr><td>
744
+
745
+ [browseResponseSchema](./x-adapter-platform.browseresponseschema.md)
746
+
747
+
748
+ </td><td>
749
+
750
+ Default implementation for the BrowseResponseSchema.
751
+
752
+
698
753
  </td></tr>
699
754
  <tr><td>
700
755
 
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowsableRequest](./x-types.browsablerequest.md) &gt; [browseField](./x-types.browsablerequest.browsefield.md)
4
+
5
+ ## BrowsableRequest.browseField property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ browseField: string;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowsableRequest](./x-types.browsablerequest.md) &gt; [browseValue](./x-types.browsablerequest.browsevalue.md)
4
+
5
+ ## BrowsableRequest.browseValue property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ browseValue: string;
11
+ ```
@@ -0,0 +1,73 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowsableRequest](./x-types.browsablerequest.md)
4
+
5
+ ## BrowsableRequest interface
6
+
7
+ Interface for any Request with a `browseField` and `browseValue` parameters.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface BrowsableRequest
13
+ ```
14
+
15
+ ## Properties
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [browseField](./x-types.browsablerequest.browsefield.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ string
49
+
50
+
51
+ </td><td>
52
+
53
+
54
+ </td></tr>
55
+ <tr><td>
56
+
57
+ [browseValue](./x-types.browsablerequest.browsevalue.md)
58
+
59
+
60
+ </td><td>
61
+
62
+
63
+ </td><td>
64
+
65
+ string
66
+
67
+
68
+ </td><td>
69
+
70
+
71
+ </td></tr>
72
+ </tbody></table>
73
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseRequest](./x-types.browserequest.md)
4
+
5
+ ## BrowseRequest interface
6
+
7
+ The Request for the Browse endpoint.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface BrowseRequest extends BrowsableRequest, FilterableRequest, PageableRequest, SortableRequest, TrackableRequest, ExtraParamsRequest
13
+ ```
14
+ **Extends:** [BrowsableRequest](./x-types.browsablerequest.md)<!-- -->, [FilterableRequest](./x-types.filterablerequest.md)<!-- -->, [PageableRequest](./x-types.pageablerequest.md)<!-- -->, [SortableRequest](./x-types.sortablerequest.md)<!-- -->, [TrackableRequest](./x-types.trackablerequest.md)<!-- -->, [ExtraParamsRequest](./x-types.extraparamsrequest.md)
15
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [banners](./x-types.browseresponse.banners.md)
4
+
5
+ ## BrowseResponse.banners property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ banners?: Banner[];
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [browseTagging](./x-types.browseresponse.browsetagging.md)
4
+
5
+ ## BrowseResponse.browseTagging property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ browseTagging?: TaggingRequest;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [displayBrowseTagging](./x-types.browseresponse.displaybrowsetagging.md)
4
+
5
+ ## BrowseResponse.displayBrowseTagging property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ displayBrowseTagging?: TaggingRequest;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [facets](./x-types.browseresponse.facets.md)
4
+
5
+ ## BrowseResponse.facets property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ facets?: Facet[];
11
+ ```
@@ -0,0 +1,187 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md)
4
+
5
+ ## BrowseResponse interface
6
+
7
+ Response for the browse endpoint.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface BrowseResponse
13
+ ```
14
+
15
+ ## Properties
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [banners?](./x-types.browseresponse.banners.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ [Banner](./x-types.banner.md)<!-- -->\[\]
49
+
50
+
51
+ </td><td>
52
+
53
+ _(Optional)_
54
+
55
+
56
+ </td></tr>
57
+ <tr><td>
58
+
59
+ [browseTagging?](./x-types.browseresponse.browsetagging.md)
60
+
61
+
62
+ </td><td>
63
+
64
+
65
+ </td><td>
66
+
67
+ [TaggingRequest](./x-types.taggingrequest.md)
68
+
69
+
70
+ </td><td>
71
+
72
+ _(Optional)_
73
+
74
+
75
+ </td></tr>
76
+ <tr><td>
77
+
78
+ [displayBrowseTagging?](./x-types.browseresponse.displaybrowsetagging.md)
79
+
80
+
81
+ </td><td>
82
+
83
+
84
+ </td><td>
85
+
86
+ [TaggingRequest](./x-types.taggingrequest.md)
87
+
88
+
89
+ </td><td>
90
+
91
+ _(Optional)_
92
+
93
+
94
+ </td></tr>
95
+ <tr><td>
96
+
97
+ [facets?](./x-types.browseresponse.facets.md)
98
+
99
+
100
+ </td><td>
101
+
102
+
103
+ </td><td>
104
+
105
+ [Facet](./x-types.facet.md)<!-- -->\[\]
106
+
107
+
108
+ </td><td>
109
+
110
+ _(Optional)_
111
+
112
+
113
+ </td></tr>
114
+ <tr><td>
115
+
116
+ [promoteds?](./x-types.browseresponse.promoteds.md)
117
+
118
+
119
+ </td><td>
120
+
121
+
122
+ </td><td>
123
+
124
+ [Promoted](./x-types.promoted.md)<!-- -->\[\]
125
+
126
+
127
+ </td><td>
128
+
129
+ _(Optional)_
130
+
131
+
132
+ </td></tr>
133
+ <tr><td>
134
+
135
+ [results](./x-types.browseresponse.results.md)
136
+
137
+
138
+ </td><td>
139
+
140
+
141
+ </td><td>
142
+
143
+ [Result](./x-types.result.md)<!-- -->\[\]
144
+
145
+
146
+ </td><td>
147
+
148
+
149
+ </td></tr>
150
+ <tr><td>
151
+
152
+ [stats?](./x-types.browseresponse.stats.md)
153
+
154
+
155
+ </td><td>
156
+
157
+
158
+ </td><td>
159
+
160
+ [Stats](./x-types.stats.md)
161
+
162
+
163
+ </td><td>
164
+
165
+ _(Optional)_
166
+
167
+
168
+ </td></tr>
169
+ <tr><td>
170
+
171
+ [totalResults](./x-types.browseresponse.totalresults.md)
172
+
173
+
174
+ </td><td>
175
+
176
+
177
+ </td><td>
178
+
179
+ number
180
+
181
+
182
+ </td><td>
183
+
184
+
185
+ </td></tr>
186
+ </tbody></table>
187
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [promoteds](./x-types.browseresponse.promoteds.md)
4
+
5
+ ## BrowseResponse.promoteds property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ promoteds?: Promoted[];
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [results](./x-types.browseresponse.results.md)
4
+
5
+ ## BrowseResponse.results property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ results: Result[];
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [stats](./x-types.browseresponse.stats.md)
4
+
5
+ ## BrowseResponse.stats property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ stats?: Stats;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [BrowseResponse](./x-types.browseresponse.md) &gt; [totalResults](./x-types.browseresponse.totalresults.md)
4
+
5
+ ## BrowseResponse.totalResults property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ totalResults: number;
11
+ ```
@@ -301,6 +301,39 @@ A banner is an image with a title, that when clicked redirect the user to an URL
301
301
  A boolean filter used in a [FacetFilter](./x-types.facetfilter.md)<!-- -->, which status can be selected or not and it may contains the total results number that the filter should return.
302
302
 
303
303
 
304
+ </td></tr>
305
+ <tr><td>
306
+
307
+ [BrowsableRequest](./x-types.browsablerequest.md)
308
+
309
+
310
+ </td><td>
311
+
312
+ Interface for any Request with a `browseField` and `browseValue` parameters.
313
+
314
+
315
+ </td></tr>
316
+ <tr><td>
317
+
318
+ [BrowseRequest](./x-types.browserequest.md)
319
+
320
+
321
+ </td><td>
322
+
323
+ The Request for the Browse endpoint.
324
+
325
+
326
+ </td></tr>
327
+ <tr><td>
328
+
329
+ [BrowseResponse](./x-types.browseresponse.md)
330
+
331
+
332
+ </td><td>
333
+
334
+ Response for the browse endpoint.
335
+
336
+
304
337
  </td></tr>
305
338
  <tr><td>
306
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@empathyco/x-adapter": "8.1.7",
71
- "@empathyco/x-adapter-platform": "1.5.0",
72
- "@empathyco/x-types": "10.3.2",
71
+ "@empathyco/x-adapter-platform": "1.6.0",
72
+ "@empathyco/x-types": "10.4.0",
73
73
  "@empathyco/x-utils": "1.0.8",
74
74
  "@vue/devtools-api": "~6.6.4",
75
75
  "@vueuse/core": "~12.8.2",
@@ -117,5 +117,5 @@
117
117
  "access": "public",
118
118
  "directory": "dist"
119
119
  },
120
- "gitHead": "4971259f9f1246043a8d342e9d1b057e1ba6268c"
120
+ "gitHead": "1bdeec4a4a6d392d6d4cad689edb034641f2912f"
121
121
  }
@@ -688,6 +688,256 @@
688
688
  "endIndex": 8
689
689
  }
690
690
  },
691
+ {
692
+ "kind": "Variable",
693
+ "canonicalReference": "@empathyco/x-adapter-platform!browseEndpointAdapter:var",
694
+ "docComment": "/**\n * Default adapter for the browse endpoint.\n *\n * @public\n */\n",
695
+ "excerptTokens": [
696
+ {
697
+ "kind": "Content",
698
+ "text": "browseEndpointAdapter: "
699
+ },
700
+ {
701
+ "kind": "Content",
702
+ "text": "import(\"@empathyco/x-adapter\")."
703
+ },
704
+ {
705
+ "kind": "Reference",
706
+ "text": "ExtendableEndpointAdapter",
707
+ "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
708
+ },
709
+ {
710
+ "kind": "Content",
711
+ "text": "<"
712
+ },
713
+ {
714
+ "kind": "Reference",
715
+ "text": "BrowseRequest",
716
+ "canonicalReference": "@empathyco/x-adapter-platform!BrowseRequest:interface"
717
+ },
718
+ {
719
+ "kind": "Content",
720
+ "text": ", "
721
+ },
722
+ {
723
+ "kind": "Reference",
724
+ "text": "BrowseResponse",
725
+ "canonicalReference": "@empathyco/x-adapter-platform!BrowseResponse:interface"
726
+ },
727
+ {
728
+ "kind": "Content",
729
+ "text": ">"
730
+ }
731
+ ],
732
+ "fileUrlPath": "dist/types/endpoint-adapters/browse.endpoint-adapter.d.ts",
733
+ "isReadonly": true,
734
+ "releaseTag": "Public",
735
+ "name": "browseEndpointAdapter",
736
+ "variableTypeTokenRange": {
737
+ "startIndex": 1,
738
+ "endIndex": 8
739
+ }
740
+ },
741
+ {
742
+ "kind": "Variable",
743
+ "canonicalReference": "@empathyco/x-adapter-platform!browseRequestMapper:var",
744
+ "docComment": "/**\n * Default implementation for the BrowseRequestMapper.\n *\n * @public\n */\n",
745
+ "excerptTokens": [
746
+ {
747
+ "kind": "Content",
748
+ "text": "browseRequestMapper: "
749
+ },
750
+ {
751
+ "kind": "Content",
752
+ "text": "import(\"@empathyco/x-adapter\")."
753
+ },
754
+ {
755
+ "kind": "Reference",
756
+ "text": "Mapper",
757
+ "canonicalReference": "@empathyco/x-adapter!Mapper:type"
758
+ },
759
+ {
760
+ "kind": "Content",
761
+ "text": "<"
762
+ },
763
+ {
764
+ "kind": "Reference",
765
+ "text": "BrowseRequest",
766
+ "canonicalReference": "@empathyco/x-adapter-platform!BrowseRequest:interface"
767
+ },
768
+ {
769
+ "kind": "Content",
770
+ "text": ", "
771
+ },
772
+ {
773
+ "kind": "Reference",
774
+ "text": "PlatformBrowseRequest",
775
+ "canonicalReference": "@empathyco/x-adapter-platform!~PlatformBrowseRequest:interface"
776
+ },
777
+ {
778
+ "kind": "Content",
779
+ "text": ">"
780
+ }
781
+ ],
782
+ "fileUrlPath": "dist/types/mappers/requests/browse-request.mapper.d.ts",
783
+ "isReadonly": true,
784
+ "releaseTag": "Public",
785
+ "name": "browseRequestMapper",
786
+ "variableTypeTokenRange": {
787
+ "startIndex": 1,
788
+ "endIndex": 8
789
+ }
790
+ },
791
+ {
792
+ "kind": "Variable",
793
+ "canonicalReference": "@empathyco/x-adapter-platform!browseRequestSchema:var",
794
+ "docComment": "/**\n * Default implementation for the BrowseRequestSchema.\n *\n * @public\n */\n",
795
+ "excerptTokens": [
796
+ {
797
+ "kind": "Content",
798
+ "text": "browseRequestSchema: "
799
+ },
800
+ {
801
+ "kind": "Content",
802
+ "text": "import(\"@empathyco/x-adapter\")."
803
+ },
804
+ {
805
+ "kind": "Reference",
806
+ "text": "MutableSchema",
807
+ "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
808
+ },
809
+ {
810
+ "kind": "Content",
811
+ "text": "<"
812
+ },
813
+ {
814
+ "kind": "Reference",
815
+ "text": "BrowseRequest",
816
+ "canonicalReference": "@empathyco/x-adapter-platform!BrowseRequest:interface"
817
+ },
818
+ {
819
+ "kind": "Content",
820
+ "text": ", "
821
+ },
822
+ {
823
+ "kind": "Reference",
824
+ "text": "PlatformBrowseRequest",
825
+ "canonicalReference": "@empathyco/x-adapter-platform!~PlatformBrowseRequest:interface"
826
+ },
827
+ {
828
+ "kind": "Content",
829
+ "text": ">"
830
+ }
831
+ ],
832
+ "fileUrlPath": "dist/types/schemas/requests/browse-request.schema.d.ts",
833
+ "isReadonly": true,
834
+ "releaseTag": "Public",
835
+ "name": "browseRequestSchema",
836
+ "variableTypeTokenRange": {
837
+ "startIndex": 1,
838
+ "endIndex": 8
839
+ }
840
+ },
841
+ {
842
+ "kind": "Variable",
843
+ "canonicalReference": "@empathyco/x-adapter-platform!browseResponseMapper:var",
844
+ "docComment": "/**\n * Default implementation for the BrowseResponseMapper.\n *\n * @public\n */\n",
845
+ "excerptTokens": [
846
+ {
847
+ "kind": "Content",
848
+ "text": "browseResponseMapper: "
849
+ },
850
+ {
851
+ "kind": "Content",
852
+ "text": "import(\"@empathyco/x-adapter\")."
853
+ },
854
+ {
855
+ "kind": "Reference",
856
+ "text": "Mapper",
857
+ "canonicalReference": "@empathyco/x-adapter!Mapper:type"
858
+ },
859
+ {
860
+ "kind": "Content",
861
+ "text": "<"
862
+ },
863
+ {
864
+ "kind": "Reference",
865
+ "text": "PlatformBrowseResponse",
866
+ "canonicalReference": "@empathyco/x-adapter-platform!~PlatformBrowseResponse:interface"
867
+ },
868
+ {
869
+ "kind": "Content",
870
+ "text": ", "
871
+ },
872
+ {
873
+ "kind": "Reference",
874
+ "text": "BrowseResponse",
875
+ "canonicalReference": "@empathyco/x-adapter-platform!BrowseResponse:interface"
876
+ },
877
+ {
878
+ "kind": "Content",
879
+ "text": ">"
880
+ }
881
+ ],
882
+ "fileUrlPath": "dist/types/mappers/responses/browse-response.mapper.d.ts",
883
+ "isReadonly": true,
884
+ "releaseTag": "Public",
885
+ "name": "browseResponseMapper",
886
+ "variableTypeTokenRange": {
887
+ "startIndex": 1,
888
+ "endIndex": 8
889
+ }
890
+ },
891
+ {
892
+ "kind": "Variable",
893
+ "canonicalReference": "@empathyco/x-adapter-platform!browseResponseSchema:var",
894
+ "docComment": "/**\n * Default implementation for the BrowseResponseSchema.\n *\n * @public\n */\n",
895
+ "excerptTokens": [
896
+ {
897
+ "kind": "Content",
898
+ "text": "browseResponseSchema: "
899
+ },
900
+ {
901
+ "kind": "Content",
902
+ "text": "import(\"@empathyco/x-adapter\")."
903
+ },
904
+ {
905
+ "kind": "Reference",
906
+ "text": "MutableSchema",
907
+ "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
908
+ },
909
+ {
910
+ "kind": "Content",
911
+ "text": "<"
912
+ },
913
+ {
914
+ "kind": "Reference",
915
+ "text": "PlatformBrowseResponse",
916
+ "canonicalReference": "@empathyco/x-adapter-platform!~PlatformBrowseResponse:interface"
917
+ },
918
+ {
919
+ "kind": "Content",
920
+ "text": ", "
921
+ },
922
+ {
923
+ "kind": "Reference",
924
+ "text": "BrowseResponse",
925
+ "canonicalReference": "@empathyco/x-adapter-platform!BrowseResponse:interface"
926
+ },
927
+ {
928
+ "kind": "Content",
929
+ "text": ">"
930
+ }
931
+ ],
932
+ "fileUrlPath": "dist/types/schemas/responses/browse-response.schema.d.ts",
933
+ "isReadonly": true,
934
+ "releaseTag": "Public",
935
+ "name": "browseResponseSchema",
936
+ "variableTypeTokenRange": {
937
+ "startIndex": 1,
938
+ "endIndex": 8
939
+ }
940
+ },
691
941
  {
692
942
  "kind": "Variable",
693
943
  "canonicalReference": "@empathyco/x-adapter-platform!experienceControlsEndpointAdapter:var",
@@ -1851,6 +1851,431 @@
1851
1851
  "endIndex": 2
1852
1852
  }
1853
1853
  },
1854
+ {
1855
+ "kind": "Interface",
1856
+ "canonicalReference": "@empathyco/x-types!BrowsableRequest:interface",
1857
+ "docComment": "/**\n * Interface for any Request with a `browseField` and `browseValue` parameters.\n *\n * @public\n */\n",
1858
+ "excerptTokens": [
1859
+ {
1860
+ "kind": "Content",
1861
+ "text": "export interface BrowsableRequest "
1862
+ }
1863
+ ],
1864
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
1865
+ "releaseTag": "Public",
1866
+ "name": "BrowsableRequest",
1867
+ "preserveMemberOrder": false,
1868
+ "members": [
1869
+ {
1870
+ "kind": "PropertySignature",
1871
+ "canonicalReference": "@empathyco/x-types!BrowsableRequest#browseField:member",
1872
+ "docComment": "",
1873
+ "excerptTokens": [
1874
+ {
1875
+ "kind": "Content",
1876
+ "text": "browseField: "
1877
+ },
1878
+ {
1879
+ "kind": "Content",
1880
+ "text": "string"
1881
+ },
1882
+ {
1883
+ "kind": "Content",
1884
+ "text": ";"
1885
+ }
1886
+ ],
1887
+ "isReadonly": false,
1888
+ "isOptional": false,
1889
+ "releaseTag": "Public",
1890
+ "name": "browseField",
1891
+ "propertyTypeTokenRange": {
1892
+ "startIndex": 1,
1893
+ "endIndex": 2
1894
+ }
1895
+ },
1896
+ {
1897
+ "kind": "PropertySignature",
1898
+ "canonicalReference": "@empathyco/x-types!BrowsableRequest#browseValue:member",
1899
+ "docComment": "",
1900
+ "excerptTokens": [
1901
+ {
1902
+ "kind": "Content",
1903
+ "text": "browseValue: "
1904
+ },
1905
+ {
1906
+ "kind": "Content",
1907
+ "text": "string"
1908
+ },
1909
+ {
1910
+ "kind": "Content",
1911
+ "text": ";"
1912
+ }
1913
+ ],
1914
+ "isReadonly": false,
1915
+ "isOptional": false,
1916
+ "releaseTag": "Public",
1917
+ "name": "browseValue",
1918
+ "propertyTypeTokenRange": {
1919
+ "startIndex": 1,
1920
+ "endIndex": 2
1921
+ }
1922
+ }
1923
+ ],
1924
+ "extendsTokenRanges": []
1925
+ },
1926
+ {
1927
+ "kind": "Interface",
1928
+ "canonicalReference": "@empathyco/x-types!BrowseRequest:interface",
1929
+ "docComment": "/**\n * The Request for the Browse endpoint.\n *\n * @public\n */\n",
1930
+ "excerptTokens": [
1931
+ {
1932
+ "kind": "Content",
1933
+ "text": "export interface BrowseRequest extends "
1934
+ },
1935
+ {
1936
+ "kind": "Reference",
1937
+ "text": "BrowsableRequest",
1938
+ "canonicalReference": "@empathyco/x-types!BrowsableRequest:interface"
1939
+ },
1940
+ {
1941
+ "kind": "Content",
1942
+ "text": ", "
1943
+ },
1944
+ {
1945
+ "kind": "Reference",
1946
+ "text": "FilterableRequest",
1947
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
1948
+ },
1949
+ {
1950
+ "kind": "Content",
1951
+ "text": ", "
1952
+ },
1953
+ {
1954
+ "kind": "Reference",
1955
+ "text": "PageableRequest",
1956
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
1957
+ },
1958
+ {
1959
+ "kind": "Content",
1960
+ "text": ", "
1961
+ },
1962
+ {
1963
+ "kind": "Reference",
1964
+ "text": "SortableRequest",
1965
+ "canonicalReference": "@empathyco/x-types!SortableRequest:interface"
1966
+ },
1967
+ {
1968
+ "kind": "Content",
1969
+ "text": ", "
1970
+ },
1971
+ {
1972
+ "kind": "Reference",
1973
+ "text": "TrackableRequest",
1974
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
1975
+ },
1976
+ {
1977
+ "kind": "Content",
1978
+ "text": ", "
1979
+ },
1980
+ {
1981
+ "kind": "Reference",
1982
+ "text": "ExtraParamsRequest",
1983
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
1984
+ },
1985
+ {
1986
+ "kind": "Content",
1987
+ "text": " "
1988
+ }
1989
+ ],
1990
+ "fileUrlPath": "temp/types/request/browse-request.model.d.ts",
1991
+ "releaseTag": "Public",
1992
+ "name": "BrowseRequest",
1993
+ "preserveMemberOrder": false,
1994
+ "members": [],
1995
+ "extendsTokenRanges": [
1996
+ {
1997
+ "startIndex": 1,
1998
+ "endIndex": 2
1999
+ },
2000
+ {
2001
+ "startIndex": 3,
2002
+ "endIndex": 4
2003
+ },
2004
+ {
2005
+ "startIndex": 5,
2006
+ "endIndex": 6
2007
+ },
2008
+ {
2009
+ "startIndex": 7,
2010
+ "endIndex": 8
2011
+ },
2012
+ {
2013
+ "startIndex": 9,
2014
+ "endIndex": 10
2015
+ },
2016
+ {
2017
+ "startIndex": 11,
2018
+ "endIndex": 12
2019
+ }
2020
+ ]
2021
+ },
2022
+ {
2023
+ "kind": "Interface",
2024
+ "canonicalReference": "@empathyco/x-types!BrowseResponse:interface",
2025
+ "docComment": "/**\n * Response for the browse endpoint.\n *\n * @public\n */\n",
2026
+ "excerptTokens": [
2027
+ {
2028
+ "kind": "Content",
2029
+ "text": "export interface BrowseResponse "
2030
+ }
2031
+ ],
2032
+ "fileUrlPath": "temp/types/response/browse-response.model.d.ts",
2033
+ "releaseTag": "Public",
2034
+ "name": "BrowseResponse",
2035
+ "preserveMemberOrder": false,
2036
+ "members": [
2037
+ {
2038
+ "kind": "PropertySignature",
2039
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#banners:member",
2040
+ "docComment": "",
2041
+ "excerptTokens": [
2042
+ {
2043
+ "kind": "Content",
2044
+ "text": "banners?: "
2045
+ },
2046
+ {
2047
+ "kind": "Reference",
2048
+ "text": "Banner",
2049
+ "canonicalReference": "@empathyco/x-types!Banner:interface"
2050
+ },
2051
+ {
2052
+ "kind": "Content",
2053
+ "text": "[]"
2054
+ },
2055
+ {
2056
+ "kind": "Content",
2057
+ "text": ";"
2058
+ }
2059
+ ],
2060
+ "isReadonly": false,
2061
+ "isOptional": true,
2062
+ "releaseTag": "Public",
2063
+ "name": "banners",
2064
+ "propertyTypeTokenRange": {
2065
+ "startIndex": 1,
2066
+ "endIndex": 3
2067
+ }
2068
+ },
2069
+ {
2070
+ "kind": "PropertySignature",
2071
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#browseTagging:member",
2072
+ "docComment": "",
2073
+ "excerptTokens": [
2074
+ {
2075
+ "kind": "Content",
2076
+ "text": "browseTagging?: "
2077
+ },
2078
+ {
2079
+ "kind": "Reference",
2080
+ "text": "TaggingRequest",
2081
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
2082
+ },
2083
+ {
2084
+ "kind": "Content",
2085
+ "text": ";"
2086
+ }
2087
+ ],
2088
+ "isReadonly": false,
2089
+ "isOptional": true,
2090
+ "releaseTag": "Public",
2091
+ "name": "browseTagging",
2092
+ "propertyTypeTokenRange": {
2093
+ "startIndex": 1,
2094
+ "endIndex": 2
2095
+ }
2096
+ },
2097
+ {
2098
+ "kind": "PropertySignature",
2099
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#displayBrowseTagging:member",
2100
+ "docComment": "",
2101
+ "excerptTokens": [
2102
+ {
2103
+ "kind": "Content",
2104
+ "text": "displayBrowseTagging?: "
2105
+ },
2106
+ {
2107
+ "kind": "Reference",
2108
+ "text": "TaggingRequest",
2109
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
2110
+ },
2111
+ {
2112
+ "kind": "Content",
2113
+ "text": ";"
2114
+ }
2115
+ ],
2116
+ "isReadonly": false,
2117
+ "isOptional": true,
2118
+ "releaseTag": "Public",
2119
+ "name": "displayBrowseTagging",
2120
+ "propertyTypeTokenRange": {
2121
+ "startIndex": 1,
2122
+ "endIndex": 2
2123
+ }
2124
+ },
2125
+ {
2126
+ "kind": "PropertySignature",
2127
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#facets:member",
2128
+ "docComment": "",
2129
+ "excerptTokens": [
2130
+ {
2131
+ "kind": "Content",
2132
+ "text": "facets?: "
2133
+ },
2134
+ {
2135
+ "kind": "Reference",
2136
+ "text": "Facet",
2137
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
2138
+ },
2139
+ {
2140
+ "kind": "Content",
2141
+ "text": "[]"
2142
+ },
2143
+ {
2144
+ "kind": "Content",
2145
+ "text": ";"
2146
+ }
2147
+ ],
2148
+ "isReadonly": false,
2149
+ "isOptional": true,
2150
+ "releaseTag": "Public",
2151
+ "name": "facets",
2152
+ "propertyTypeTokenRange": {
2153
+ "startIndex": 1,
2154
+ "endIndex": 3
2155
+ }
2156
+ },
2157
+ {
2158
+ "kind": "PropertySignature",
2159
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#promoteds:member",
2160
+ "docComment": "",
2161
+ "excerptTokens": [
2162
+ {
2163
+ "kind": "Content",
2164
+ "text": "promoteds?: "
2165
+ },
2166
+ {
2167
+ "kind": "Reference",
2168
+ "text": "Promoted",
2169
+ "canonicalReference": "@empathyco/x-types!Promoted:interface"
2170
+ },
2171
+ {
2172
+ "kind": "Content",
2173
+ "text": "[]"
2174
+ },
2175
+ {
2176
+ "kind": "Content",
2177
+ "text": ";"
2178
+ }
2179
+ ],
2180
+ "isReadonly": false,
2181
+ "isOptional": true,
2182
+ "releaseTag": "Public",
2183
+ "name": "promoteds",
2184
+ "propertyTypeTokenRange": {
2185
+ "startIndex": 1,
2186
+ "endIndex": 3
2187
+ }
2188
+ },
2189
+ {
2190
+ "kind": "PropertySignature",
2191
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#results:member",
2192
+ "docComment": "",
2193
+ "excerptTokens": [
2194
+ {
2195
+ "kind": "Content",
2196
+ "text": "results: "
2197
+ },
2198
+ {
2199
+ "kind": "Reference",
2200
+ "text": "Result",
2201
+ "canonicalReference": "@empathyco/x-types!Result:interface"
2202
+ },
2203
+ {
2204
+ "kind": "Content",
2205
+ "text": "[]"
2206
+ },
2207
+ {
2208
+ "kind": "Content",
2209
+ "text": ";"
2210
+ }
2211
+ ],
2212
+ "isReadonly": false,
2213
+ "isOptional": false,
2214
+ "releaseTag": "Public",
2215
+ "name": "results",
2216
+ "propertyTypeTokenRange": {
2217
+ "startIndex": 1,
2218
+ "endIndex": 3
2219
+ }
2220
+ },
2221
+ {
2222
+ "kind": "PropertySignature",
2223
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#stats:member",
2224
+ "docComment": "",
2225
+ "excerptTokens": [
2226
+ {
2227
+ "kind": "Content",
2228
+ "text": "stats?: "
2229
+ },
2230
+ {
2231
+ "kind": "Reference",
2232
+ "text": "Stats",
2233
+ "canonicalReference": "@empathyco/x-types!Stats:interface"
2234
+ },
2235
+ {
2236
+ "kind": "Content",
2237
+ "text": ";"
2238
+ }
2239
+ ],
2240
+ "isReadonly": false,
2241
+ "isOptional": true,
2242
+ "releaseTag": "Public",
2243
+ "name": "stats",
2244
+ "propertyTypeTokenRange": {
2245
+ "startIndex": 1,
2246
+ "endIndex": 2
2247
+ }
2248
+ },
2249
+ {
2250
+ "kind": "PropertySignature",
2251
+ "canonicalReference": "@empathyco/x-types!BrowseResponse#totalResults:member",
2252
+ "docComment": "",
2253
+ "excerptTokens": [
2254
+ {
2255
+ "kind": "Content",
2256
+ "text": "totalResults: "
2257
+ },
2258
+ {
2259
+ "kind": "Content",
2260
+ "text": "number"
2261
+ },
2262
+ {
2263
+ "kind": "Content",
2264
+ "text": ";"
2265
+ }
2266
+ ],
2267
+ "isReadonly": false,
2268
+ "isOptional": false,
2269
+ "releaseTag": "Public",
2270
+ "name": "totalResults",
2271
+ "propertyTypeTokenRange": {
2272
+ "startIndex": 1,
2273
+ "endIndex": 2
2274
+ }
2275
+ }
2276
+ ],
2277
+ "extendsTokenRanges": []
2278
+ },
1854
2279
  {
1855
2280
  "kind": "Interface",
1856
2281
  "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet:interface",
@@ -1 +1 @@
1
- {"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQnC;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;8BAoE8B,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI;;;;;;;;;;;iCAoCyra,CAAC;sCAAqD,CAAC;8BAA6C,CAAC;;;;;;;;;;;;;IA7O50a;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;;;;;;;;AAxCP,wBAiPE"}
1
+ {"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQnC;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;8BAoE8B,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI;;;;;;;;;;;iCAoCq8b,CAAC;sCAAqD,CAAC;8BAA6C,CAAC;;;;;;;;;;;;;IA7Oxlc;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;;;;;;;;AAxCP,wBAiPE"}