@empathyco/x-components 6.3.0 → 6.3.1

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 (31) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/docs/API-reference/api/x-adapter-platform.md +0 -189
  3. package/docs/API-reference/api/x-types.xcomponentsadapter.md +0 -51
  4. package/package.json +4 -4
  5. package/report/x-adapter-platform.api.json +117 -1078
  6. package/report/x-types.api.json +0 -150
  7. package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +0 -13
  8. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +0 -13
  9. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +0 -13
  10. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +0 -13
  11. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +0 -13
  12. package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +0 -13
  13. package/docs/API-reference/api/x-adapter-platform.aisummarizeendpointadapter.md +0 -15
  14. package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +0 -13
  15. package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +0 -13
  16. package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +0 -13
  17. package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +0 -13
  18. package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +0 -13
  19. package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +0 -13
  20. package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +0 -11
  21. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisummarize.md +0 -11
  22. package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +0 -11
  23. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +0 -16
  24. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +0 -56
  25. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +0 -15
  26. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +0 -56
  27. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +0 -11
  28. package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +0 -15
  29. package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +0 -11
  30. package/docs/API-reference/api/x-types.xcomponentsadapter.aisummarize.md +0 -11
  31. package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +0 -11
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
+ ## [6.3.1](https://github.com/empathyco/x/compare/@empathyco/x-components@6.3.0...@empathyco/x-components@6.3.1) (2026-05-21)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [6.3.0](https://github.com/empathyco/x/compare/@empathyco/x-components@6.2.3...@empathyco/x-components@6.3.0) (2026-05-21)
7
15
 
8
16
  ### Features
@@ -108,28 +108,6 @@ Facet configuration containing the model name and the schema.
108
108
  Platform adapter interface.
109
109
 
110
110
 
111
- </td></tr>
112
- <tr><td>
113
-
114
- [PlatformAiQuestionsRequest](./x-adapter-platform.platformaiquestionsrequest.md)
115
-
116
-
117
- </td><td>
118
-
119
- Request for the `Questions v1` endpoint.
120
-
121
-
122
- </td></tr>
123
- <tr><td>
124
-
125
- [PlatformAiQuestionsResponse](./x-adapter-platform.platformaiquestionsresponse.md)
126
-
127
-
128
- </td><td>
129
-
130
- Response for the `questions` endpoint.
131
-
132
-
133
111
  </td></tr>
134
112
  <tr><td>
135
113
 
@@ -174,28 +152,6 @@ Request for the `AI suggestions search` endpoint.
174
152
  Response for the `AI suggestions search` endpoint.
175
153
 
176
154
 
177
- </td></tr>
178
- <tr><td>
179
-
180
- [PlatformAiTasksRequest](./x-adapter-platform.platformaitasksrequest.md)
181
-
182
-
183
- </td><td>
184
-
185
- Request for the `Tasks v1` endpoint.
186
-
187
-
188
- </td></tr>
189
- <tr><td>
190
-
191
- [PlatformAiTasksResponse](./x-adapter-platform.platformaitasksresponse.md)
192
-
193
-
194
- </td><td>
195
-
196
- Response for the `tasks` endpoint.
197
-
198
-
199
155
  </td></tr>
200
156
  <tr><td>
201
157
 
@@ -632,72 +588,6 @@ Description
632
588
  </th></tr></thead>
633
589
  <tbody><tr><td>
634
590
 
635
- [aiQuestionsEndpointAdapter](./x-adapter-platform.aiquestionsendpointadapter.md)
636
-
637
-
638
- </td><td>
639
-
640
- Default adapter for the questions v1 endpoint.
641
-
642
-
643
- </td></tr>
644
- <tr><td>
645
-
646
- [aiQuestionsRequestMapper](./x-adapter-platform.aiquestionsrequestmapper.md)
647
-
648
-
649
- </td><td>
650
-
651
- Default implementation for the AIQuestionsRequestMapper.
652
-
653
-
654
- </td></tr>
655
- <tr><td>
656
-
657
- [aiQuestionsRequestSchema](./x-adapter-platform.aiquestionsrequestschema.md)
658
-
659
-
660
- </td><td>
661
-
662
- Default implementation for the AiQuestionsRequestSchema.
663
-
664
-
665
- </td></tr>
666
- <tr><td>
667
-
668
- [aiQuestionsResponseMapper](./x-adapter-platform.aiquestionsresponsemapper.md)
669
-
670
-
671
- </td><td>
672
-
673
- Default implementation for the AiQuestionsResponseMapper.
674
-
675
-
676
- </td></tr>
677
- <tr><td>
678
-
679
- [aiQuestionsResponseSchema](./x-adapter-platform.aiquestionsresponseschema.md)
680
-
681
-
682
- </td><td>
683
-
684
- Default implementation for the AIQuestionsResponseSchema.
685
-
686
-
687
- </td></tr>
688
- <tr><td>
689
-
690
- [aiQuestionsSchema](./x-adapter-platform.aiquestionsschema.md)
691
-
692
-
693
- </td><td>
694
-
695
- Default implementation for the AIQuestionsSchema.
696
-
697
-
698
- </td></tr>
699
- <tr><td>
700
-
701
591
  [aiSuggestionSearchSchema](./x-adapter-platform.aisuggestionsearchschema.md)
702
592
 
703
593
 
@@ -794,85 +684,6 @@ Default implementation for the AIOverviewSuggestionsSearchResponseSchema.
794
684
  Default implementation for the AIOverviewSuggestionsSearchSchema.
795
685
 
796
686
 
797
- </td></tr>
798
- <tr><td>
799
-
800
- [aiSummarizeEndpointAdapter](./x-adapter-platform.aisummarizeendpointadapter.md)
801
-
802
-
803
- </td><td>
804
-
805
- Default adapter for the Overview summarize streaming endpoint.
806
-
807
- Mirrors the aiSuggestions endpoint adapter.
808
-
809
-
810
- </td></tr>
811
- <tr><td>
812
-
813
- [aiTasksEndpointAdapter](./x-adapter-platform.aitasksendpointadapter.md)
814
-
815
-
816
- </td><td>
817
-
818
- Default adapter for the questions v1 endpoint.
819
-
820
-
821
- </td></tr>
822
- <tr><td>
823
-
824
- [aiTasksRequestMapper](./x-adapter-platform.aitasksrequestmapper.md)
825
-
826
-
827
- </td><td>
828
-
829
- Default implementation for the AiTasksRequestMapper.
830
-
831
-
832
- </td></tr>
833
- <tr><td>
834
-
835
- [aiTasksRequestSchema](./x-adapter-platform.aitasksrequestschema.md)
836
-
837
-
838
- </td><td>
839
-
840
- Default implementation for the AiTasksRequestSchema.
841
-
842
-
843
- </td></tr>
844
- <tr><td>
845
-
846
- [aiTasksResponseMapper](./x-adapter-platform.aitasksresponsemapper.md)
847
-
848
-
849
- </td><td>
850
-
851
- Default implementation for the AiTasksResponseMapper.
852
-
853
-
854
- </td></tr>
855
- <tr><td>
856
-
857
- [aiTasksResponseSchema](./x-adapter-platform.aitasksresponseschema.md)
858
-
859
-
860
- </td><td>
861
-
862
- Default implementation for the AITasksResponseSchema.
863
-
864
-
865
- </td></tr>
866
- <tr><td>
867
-
868
- [aiTasksSchema](./x-adapter-platform.aitasksschema.md)
869
-
870
-
871
- </td><td>
872
-
873
- Default implementation for the AITasksSchema.
874
-
875
-
876
687
  </td></tr>
877
688
  <tr><td>
878
689
 
@@ -37,23 +37,6 @@ Description
37
37
  </th></tr></thead>
38
38
  <tbody><tr><td>
39
39
 
40
- [aiQuestions](./x-types.xcomponentsadapter.aiquestions.md)
41
-
42
-
43
- </td><td>
44
-
45
-
46
- </td><td>
47
-
48
- EndpointAdapter&lt;[AiQuestionsRequest](./x-types.aiquestionsrequest.md)<!-- -->, [AiQuestionsResponse](./x-types.aiquestionsresponse.md)<!-- -->&gt;
49
-
50
-
51
- </td><td>
52
-
53
-
54
- </td></tr>
55
- <tr><td>
56
-
57
40
  [aiSuggestions](./x-types.xcomponentsadapter.aisuggestions.md)
58
41
 
59
42
 
@@ -85,40 +68,6 @@ EndpointAdapter&lt;[AiSuggestionsSearchRequest](./x-types.aisuggestionssearchreq
85
68
  </td><td>
86
69
 
87
70
 
88
- </td></tr>
89
- <tr><td>
90
-
91
- [aiSummarize](./x-types.xcomponentsadapter.aisummarize.md)
92
-
93
-
94
- </td><td>
95
-
96
-
97
- </td><td>
98
-
99
- EndpointAdapter&lt;[AiSuggestionsRequest](./x-types.aisuggestionsrequest.md)<!-- -->, Response&gt;
100
-
101
-
102
- </td><td>
103
-
104
-
105
- </td></tr>
106
- <tr><td>
107
-
108
- [aiTasks](./x-types.xcomponentsadapter.aitasks.md)
109
-
110
-
111
- </td><td>
112
-
113
-
114
- </td><td>
115
-
116
- EndpointAdapter&lt;[AiTasksRequest](./x-types.aitasksrequest.md)<!-- -->, [AiTasksResponse](./x-types.aitasksresponse.md)<!-- -->&gt;
117
-
118
-
119
- </td><td>
120
-
121
-
122
71
  </td></tr>
123
72
  <tr><td>
124
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
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.6",
71
- "@empathyco/x-adapter-platform": "1.4.0",
72
- "@empathyco/x-types": "10.3.0",
71
+ "@empathyco/x-adapter-platform": "1.4.1",
72
+ "@empathyco/x-types": "10.3.1",
73
73
  "@empathyco/x-utils": "1.0.7",
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": "0707a73f5c7a80d3110d78bab73704f66bdb15d9"
120
+ "gitHead": "c07fa0a7e9896c172425db00488e932b005bf2e9"
121
121
  }