@empathyco/x-components 6.0.0-alpha.7 → 6.0.0-alpha.8
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.
- package/CHANGELOG.md +8 -0
- package/design-system/deprecated-full-theme.css +1595 -1595
- package/docs/API-reference/api/x-adapter-platform.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +1 -1
- package/package.json +3 -3
- package/report/x-adapter-platform.api.json +1 -1
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
| [recommendationsResponseSchema](./x-adapter-platform.recommendationsresponseschema.md) | Default implementation for the RecommendationsResponseSchema. |
|
|
99
99
|
| [redirectionSchema](./x-adapter-platform.redirectionschema.md) | Default implementation for the RedirectionSchema. |
|
|
100
100
|
| [relatedPromptSchema](./x-adapter-platform.relatedpromptschema.md) | Default implementation for the RelatedPromptSchema. |
|
|
101
|
-
| [relatedPromptsEndpointAdapter](./x-adapter-platform.relatedpromptsendpointadapter.md) | This endpoint does not support pagination in the request. |
|
|
101
|
+
| [relatedPromptsEndpointAdapter](./x-adapter-platform.relatedpromptsendpointadapter.md) | Default adapter for the related prompt endpoint. This endpoint does not support pagination in the request. |
|
|
102
102
|
| [relatedPromptsRequestMapper](./x-adapter-platform.relatedpromptsrequestmapper.md) | Default implementation for the RelatedPromptsRequestMapper. |
|
|
103
103
|
| [relatedPromptsRequestSchema](./x-adapter-platform.relatedpromptsrequestschema.md) | Default implementation for the RelatedPromptsRequestSchema. |
|
|
104
104
|
| [relatedPromptsResponseMapper](./x-adapter-platform.relatedpromptsresponsemapper.md) | Default implementation for the RelatedPromptsResponseMapper. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.8",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@empathyco/x-adapter": "^8.1.0-alpha.0",
|
|
73
|
-
"@empathyco/x-adapter-platform": "^1.1.0-alpha.
|
|
73
|
+
"@empathyco/x-adapter-platform": "^1.1.0-alpha.6",
|
|
74
74
|
"@empathyco/x-bus": "^1.0.3-alpha.1",
|
|
75
75
|
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
|
|
76
76
|
"@empathyco/x-logger": "^1.2.0-alpha.11",
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
"access": "public",
|
|
138
138
|
"directory": "dist"
|
|
139
139
|
},
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "4e0518127d797743f37cedb6bdea0e68a85402ed"
|
|
141
141
|
}
|
|
@@ -5945,7 +5945,7 @@
|
|
|
5945
5945
|
{
|
|
5946
5946
|
"kind": "Variable",
|
|
5947
5947
|
"canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsEndpointAdapter:var",
|
|
5948
|
-
"docComment": "/**\n * This endpoint does not support pagination in the request.\n */\n",
|
|
5948
|
+
"docComment": "/**\n * Default adapter for the related prompt endpoint. This endpoint does not support pagination in the request.\n *\n * @public\n */\n",
|
|
5949
5949
|
"excerptTokens": [
|
|
5950
5950
|
{
|
|
5951
5951
|
"kind": "Content",
|