@empathyco/x-components
Version:
Empathy X Components
1,474 lines (1,473 loc) • 294 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!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!PlatformExperienceControlsRequest:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/requests/experience-controls-request.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "experienceControlsRequestSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!experienceControlsResponseMapper:var",
"docComment": "/**\n * Default implementation for the ExperienceControlsResponseMapper.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "experienceControlsResponseMapper: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "Mapper",
"canonicalReference": "@empathyco/x-adapter!Mapper:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformExperienceControlsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformExperienceControlsResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "ExperienceControlsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!ExperienceControlsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/mappers/responses/experience-controls-response.mapper.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "experienceControlsResponseMapper",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!experienceControlsResponseSchema:var",
"docComment": "/**\n * Default implementation for the ExperienceControlsResponseSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "experienceControlsResponseSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformExperienceControlsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformExperienceControlsResponse:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "ExperienceControlsResponse",
"canonicalReference": "@empathyco/x-adapter-platform!ExperienceControlsResponse:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/responses/experience-controls-response.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "experienceControlsResponseSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Function",
"canonicalReference": "@empathyco/x-adapter-platform!extractUrlParameters:function(1)",
"docComment": "/**\n * Returns the base url path and an object with the query parameters.\n *\n * @param url - The url string to manipulate.\n *\n * @returns The object with the url information.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function extractUrlParameters(url: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Content",
"text": "{\n url: string;\n params?: "
},
{
"kind": "Reference",
"text": "Record",
"canonicalReference": "!Record:type"
},
{
"kind": "Content",
"text": "<string, string[] | string>;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "dist/types/mappers/url.utils.d.ts",
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 6
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "url",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"name": "extractUrlParameters"
},
{
"kind": "Interface",
"canonicalReference": "@empathyco/x-adapter-platform!FacetConfig:interface",
"docComment": "/**\n * Facet configuration containing the model name and the schema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export interface FacetConfig "
}
],
"fileUrlPath": "dist/types/schemas/facets/types.d.ts",
"releaseTag": "Public",
"name": "FacetConfig",
"preserveMemberOrder": false,
"members": [
{
"kind": "PropertySignature",
"canonicalReference": "@empathyco/x-adapter-platform!FacetConfig#modelName:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "modelName: "
},
{
"kind": "Reference",
"text": "FacetModelName",
"canonicalReference": "@empathyco/x-adapter-platform!FacetModelName:type"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "modelName",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
},
{
"kind": "PropertySignature",
"canonicalReference": "@empathyco/x-adapter-platform!FacetConfig#schema:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "schema: "
},
{
"kind": "Reference",
"text": "Schema",
"canonicalReference": "@empathyco/x-adapter!Schema:type"
},
{
"kind": "Content",
"text": ";"
}
],
"isReadonly": false,
"isOptional": false,
"releaseTag": "Public",
"name": "schema",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
}
}
],
"extendsTokenRanges": []
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!facetSchema:var",
"docComment": "/**\n * Default implementation for the FacetSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "facetSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformFacet",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "EditableNumberRangeFacet",
"canonicalReference": "@empathyco/x-adapter-platform!EditableNumberRangeFacet:interface"
},
{
"kind": "Content",
"text": " | "
},
{
"kind": "Reference",
"text": "HierarchicalFacet",
"canonicalReference": "@empathyco/x-adapter-platform!HierarchicalFacet:interface"
},
{
"kind": "Content",
"text": " | "
},
{
"kind": "Reference",
"text": "NumberRangeFacet",
"canonicalReference": "@empathyco/x-adapter-platform!NumberRangeFacet:interface"
},
{
"kind": "Content",
"text": " | "
},
{
"kind": "Reference",
"text": "SimpleFacet",
"canonicalReference": "@empathyco/x-adapter-platform!SimpleFacet:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/facet.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "facetSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 14
}
},
{
"kind": "Function",
"canonicalReference": "@empathyco/x-adapter-platform!getDisplayTaggingInfoFromUrl:function(1)",
"docComment": "/**\n * Generates the displayClick tagging info.\n *\n * @param displayTaggingUrl - The url containing the displayClick tagging info.\n *\n * @returns The object with the tagging info.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function getDisplayTaggingInfoFromUrl(displayTaggingUrl: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Reference",
"text": "TaggingRequest",
"canonicalReference": "@empathyco/x-adapter-platform!TaggingRequest:interface"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "dist/types/mappers/url.utils.d.ts",
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "displayTaggingUrl",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"name": "getDisplayTaggingInfoFromUrl"
},
{
"kind": "Function",
"canonicalReference": "@empathyco/x-adapter-platform!getFacetConfig:function(1)",
"docComment": "/**\n * Returns the facet's config.\n *\n * @param type - The facet type to resolve the configuration.\n *\n * @returns The facet's config.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function getFacetConfig(type: "
},
{
"kind": "Reference",
"text": "PlatformFacetType",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetType:type"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Reference",
"text": "FacetConfig",
"canonicalReference": "@empathyco/x-adapter-platform!FacetConfig:interface"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "dist/types/schemas/facets/utils.d.ts",
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "type",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"name": "getFacetConfig"
},
{
"kind": "Function",
"canonicalReference": "@empathyco/x-adapter-platform!getTaggingInfoFromUrl:function(1)",
"docComment": "/**\n * Extracts the tagging info from a URL.\n *\n * @param taggingUrl - The url containing the tagging info.\n *\n * @returns The object with the tagging info.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare function getTaggingInfoFromUrl(taggingUrl: "
},
{
"kind": "Content",
"text": "string"
},
{
"kind": "Content",
"text": "): "
},
{
"kind": "Reference",
"text": "TaggingRequest",
"canonicalReference": "@empathyco/x-adapter-platform!TaggingRequest:interface"
},
{
"kind": "Content",
"text": ";"
}
],
"fileUrlPath": "dist/types/mappers/url.utils.d.ts",
"returnTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
},
"releaseTag": "Public",
"overloadIndex": 1,
"parameters": [
{
"parameterName": "taggingUrl",
"parameterTypeTokenRange": {
"startIndex": 1,
"endIndex": 2
},
"isOptional": false
}
],
"name": "getTaggingInfoFromUrl"
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!hierarchicalFilterSchema:var",
"docComment": "/**\n * Default implementation for the HierarchicalFilterSchema.\n *\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "hierarchicalFilterSchema: "
},
{
"kind": "Content",
"text": "import(\"@empathyco/x-adapter\")."
},
{
"kind": "Reference",
"text": "MutableSchema",
"canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "PlatformHierarchicalFilter",
"canonicalReference": "@empathyco/x-adapter-platform!PlatformHierarchicalFilter:interface"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "HierarchicalFilter",
"canonicalReference": "@empathyco/x-adapter-platform!HierarchicalFilter:interface"
},
{
"kind": "Content",
"text": ">"
}
],
"fileUrlPath": "dist/types/schemas/models/filters/hierarchical-filter.schema.d.ts",
"isReadonly": true,
"releaseTag": "Public",
"name": "hierarchicalFilterSchema",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 8
}
},
{
"kind": "Variable",
"canonicalReference": "@empathyco/x-adapter-platform!identifierResultsEndpointAdapter:var",
"docComment": "/**\n * Default adapter for the identifier results endpoint.\n *\n * @public\n */\n",
"excerptTokens": [