@empathyco/x-components
Version:
Empathy X Components
1,459 lines • 332 kB
JSON
{
"metadata": {
"toolPackage": "@microsoft/api-extractor",
"toolVersion": "7.52.8",
"schemaVersion": 1011,
"oldestForwardsCompatibleVersion": 1001,
"tsdocConfig": {
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"noStandardTags": true,
"tagDefinitions": [
{
"tagName": "@alpha",
"syntaxKind": "modifier"
},
{
"tagName": "@beta",
"syntaxKind": "modifier"
},
{
"tagName": "@defaultValue",
"syntaxKind": "block"
},
{
"tagName": "@decorator",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@deprecated",
"syntaxKind": "block"
},
{
"tagName": "@eventProperty",
"syntaxKind": "modifier"
},
{
"tagName": "@example",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@experimental",
"syntaxKind": "modifier"
},
{
"tagName": "@inheritDoc",
"syntaxKind": "inline"
},
{
"tagName": "@internal",
"syntaxKind": "modifier"
},
{
"tagName": "@label",
"syntaxKind": "inline"
},
{
"tagName": "@link",
"syntaxKind": "inline",
"allowMultiple": true
},
{
"tagName": "@override",
"syntaxKind": "modifier"
},
{
"tagName": "@packageDocumentation",
"syntaxKind": "modifier"
},
{
"tagName": "@param",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@privateRemarks",
"syntaxKind": "block"
},
{
"tagName": "@public",
"syntaxKind": "modifier"
},
{
"tagName": "@readonly",
"syntaxKind": "modifier"
},
{
"tagName": "@remarks",
"syntaxKind": "block"
},
{
"tagName": "@returns",
"syntaxKind": "block"
},
{
"tagName": "@sealed",
"syntaxKind": "modifier"
},
{
"tagName": "@see",
"syntaxKind": "block"
},
{
"tagName": "@throws",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@typeParam",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@virtual",
"syntaxKind": "modifier"
},
{
"tagName": "@betaDocumentation",
"syntaxKind": "modifier"
},
{
"tagName": "@internalRemarks",
"syntaxKind": "block"
},
{
"tagName": "@preapproved",
"syntaxKind": "modifier"
}
],
"supportForTags": {
"@alpha": true,
"@beta": true,
"@defaultValue": true,
"@decorator": true,
"@deprecated": true,
"@eventProperty": true,
"@example": true,
"@experimental": true,
"@inheritDoc": true,
"@internal": true,
"@label": true,
"@link": true,
"@override": true,
"@packageDocumentation": true,
"@param": true,
"@privateRemarks": true,
"@public": true,
"@readonly": true,
"@remarks": true,
"@returns": true,
"@sealed": true,
"@see": true,
"@throws": true,
"@typeParam": true,
"@virtual": true,
"@betaDocumentation": true,
"@internalRemarks": true,
"@preapproved": true
},
"reportUnsupportedHtmlElements": false
}
},
"kind": "Package",
"canonicalReference": "@empathyco/x-adapter-platform!",
"docComment": "",
"name": "@empathyco/x-adapter-platform",
"preserveMemberOrder": false,
"members": [
{
"kind": "EntryPoint",
"canonicalReference": "@empathyco/x-adapter-platform!",
"name": "",
"preserveMemberOrder": false,
"members": [
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsEndpointAdapter:var",
"docComment": "/**\n * Default adapter for the questions v1 endpoint.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiQuestionsEndpointAdapter: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "ExtendableEndpointAdapter",
"canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiQuestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/endpoint-adapters/ai/questions.endpoint-adapter.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiQuestionsEndpointAdapter",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsRequestMapper:var",
"docComment": "/**\n * Default implementation for the AIQuestionsRequestMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiQuestionsRequestMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiQuestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiQuestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/requests/ai/questions-request.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiQuestionsRequestMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsRequestSchema:var",
"docComment": "/**\n * Default implementation for the AiQuestionsRequestSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiQuestionsRequestSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiQuestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiQuestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/requests/ai/questions-request.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiQuestionsRequestSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsResponseMapper:var",
"docComment": "/**\n * Default implementation for the AiQuestionsResponseMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiQuestionsResponseMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/responses/ai/questions-response.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiQuestionsResponseMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsResponseSchema:var",
"docComment": "/**\n * Default implementation for the AIQuestionsResponseSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiQuestionsResponseSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/responses/ai/questions-response.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiQuestionsResponseSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsSchema:var",
"docComment": "/**\n * Default implementation for the AIQuestionsSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiQuestionsSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiQuestionsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/ai/questions.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiQuestionsSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionSearchSchema:var",
"docComment": "/**\n * Default implementation for the AiSuggestionSearchSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionSearchSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionSearch",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiSuggestionSearch",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionSearch:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/ai/suggestion-search.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionSearchSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsEndpointAdapter:var",
"docComment": "/**\n * Default adapter for the Overview suggestions v1 endpoint.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsEndpointAdapter: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "ExtendableEndpointAdapter",
"canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiSuggestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "Response",
"canonicalReference": "!Response:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/endpoint-adapters/ai/suggestions.endpoint-adapter.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsEndpointAdapter",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsRequestMapper:var",
"docComment": "/**\n * Default implementation for the aiSuggestionsRequestMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsRequestMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiSuggestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/requests/ai/suggestions-request.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsRequestMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchEndpointAdapter:var",
"docComment": "/**\n * Default adapter for the ai suggestions search endpoint.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsSearchEndpointAdapter: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "ExtendableEndpointAdapter",
"canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/endpoint-adapters/ai/suggestions-search.endpoint-adapter.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsSearchEndpointAdapter",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchRequestMapper:var",
"docComment": "/**\n * Default implementation for the aiSuggestionsSearchRequestMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsSearchRequestMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionsSearchRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/requests/ai/suggestions-search-request.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsSearchRequestMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchRequestSchema:var",
"docComment": "/**\n * Default implementation for the AiOverviewSuggestionsSearchRequestSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsSearchRequestSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionsSearchRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/requests/ai/suggestions-search-request.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsSearchRequestSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchResponseMapper:var",
"docComment": "/**\n * Default implementation for the AiSuggestionsSearchResponseMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsSearchResponseMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/responses/ai/suggestions-search-response.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsSearchResponseMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchResponseSchema:var",
"docComment": "/**\n * Default implementation for the AIOverviewSuggestionsSearchResponseSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsSearchResponseSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/responses/ai/suggestions-search-response.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsSearchResponseSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchSchema:var",
"docComment": "/**\n * Default implementation for the AIOverviewSuggestionsSearchSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSuggestionsSearchSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiSuggestionsSearchResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/ai/suggestions-search.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSuggestionsSearchSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiSummarizeEndpointAdapter:var",
"docComment": "/**\n * Default adapter for the Overview summarize streaming endpoint.\n *\n * Mirrors the aiSuggestions endpoint adapter.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiSummarizeEndpointAdapter: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "ExtendableEndpointAdapter",
"canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiSuggestionsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "Response",
"canonicalReference": "!Response:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/endpoint-adapters/ai/summarize.endpoint-adapter.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiSummarizeEndpointAdapter",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiTasksEndpointAdapter:var",
"docComment": "/**\n * Default adapter for the questions v1 endpoint.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiTasksEndpointAdapter: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "ExtendableEndpointAdapter",
"canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiTasksRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/endpoint-adapters/ai/tasks.endpoint-adapter.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiTasksEndpointAdapter",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiTasksRequestMapper:var",
"docComment": "/**\n * Default implementation for the AiTasksRequestMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiTasksRequestMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiTasksRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiTasksRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/requests/ai/tasks-request.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiTasksRequestMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiTasksRequestSchema:var",
"docComment": "/**\n * Default implementation for the AiTasksRequestSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiTasksRequestSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "AiTasksRequest",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformAiTasksRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/requests/ai/tasks-request.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiTasksRequestSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiTasksResponseMapper:var",
"docComment": "/**\n * Default implementation for the AiTasksResponseMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiTasksResponseMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/responses/ai/tasks-response.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiTasksResponseMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiTasksResponseSchema:var",
"docComment": "/**\n * Default implementation for the AITasksResponseSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiTasksResponseSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/responses/ai/tasks-response.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiTasksResponseSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!aiTasksSchema:var",
"docComment": "/**\n * Default implementation for the AITasksSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "aiTasksSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformAiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "AiTasksResponse",
"canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/ai/tasks.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "aiTasksSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!bannerSchema:var",
"docComment": "/**\n * Default implementation for the BannerSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "bannerSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformBanner",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "Banner",
"canonicalReference": "@empathyco/x-adapter-platform!Banner:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/banner.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "bannerSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!experienceControlsEndpointAdapter:var",
"docComment": "/**\n * . Default adapter for the experience controls endpoint.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "experienceControlsEndpointAdapter: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "ExtendableEndpointAdapter",
"canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "ExperienceControlsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!ExperienceControlsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "ExperienceControlsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!ExperienceControlsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/endpoint-adapters/experience-controls.endpoint-adapter.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "experienceControlsEndpointAdapter",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!experienceControlsRequestMapper:var",
"docComment": "/**\n * Default implementation for the ExperienceControlsRequestMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "experienceControlsRequestMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "ExperienceControlsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!ExperienceControlsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformExperienceControlsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformExperienceControlsRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/requests/experience-controls-request.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "experienceControlsRequestMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!experienceControlsRequestSchema:var",
"docComment": "/**\n * Default implementation for the ExperienceControlsRequestSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "experienceControlsRequestSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "ExperienceControlsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!ExperienceControlsRequest:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "PlatformExperienceControlsRequest",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformExperienceControlsReque