{
  "metadata": {
    "toolPackage": "@microsoft/api-extractor",
    "toolVersion": "7.58.0",
    "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": "@jsx",
          "syntaxKind": "block"
        },
        {
          "tagName": "@jsxRuntime",
          "syntaxKind": "block"
        },
        {
          "tagName": "@jsxFrag",
          "syntaxKind": "block"
        },
        {
          "tagName": "@jsxImportSource",
          "syntaxKind": "block"
        },
        {
          "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!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": "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": " | "
            },
            {
              "kind": "Reference",
              "text": "EditableNumberRangeFacet",
              "canonicalReference": "@empathyco/x-adapter-platform!EditableNumberRangeFacet: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": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!facetsEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the search endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "facetsEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FacetsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!FacetsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "FacetsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!FacetsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/facets.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "facetsEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!facetsRequestSchema:var",
          "docComment": "/**\n * Default implementation for the FacetsRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "facetsRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FacetsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!FacetsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformFacetsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/facets-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "facetsRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!facetsResponseMapper:var",
          "docComment": "/**\n * Default implementation for the FacetsResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "facetsResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformFacetsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "FacetsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!FacetsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/facets-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "facetsResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "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": [
            {
              "kind": "Content",
              "text": "identifierResultsEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IdentifierResultsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IdentifierResultsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/identifier-results.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "identifierResultsEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!identifierResultsRequestMapper:var",
          "docComment": "/**\n * Default mapper for IdentifierResultsRequest.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "identifierResultsRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IdentifierResultsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformIdentifierResultsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/identifier-results-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "identifierResultsRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!identifierResultsRequestSchema:var",
          "docComment": "/**\n * Default implementation for the IdentifierResultsRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "identifierResultsRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IdentifierResultsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformIdentifierResultsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/identifier-results-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "identifierResultsRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!identifierResultsResponseMapper:var",
          "docComment": "/**\n * Default implementation for the IdentifierResultsResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "identifierResultsResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformIdentifierResultsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IdentifierResultsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/identifier-results-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "identifierResultsResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!identifierResultsResponseSchema:var",
          "docComment": "/**\n * Default implementation for the IdentifierResultsResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "identifierResultsResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformIdentifierResultsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IdentifierResultsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/identifier-results-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "identifierResultsResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "@empathyco/x-adapter-platform!mapFilters:function(1)",
          "docComment": "/**\n * Converts the filters to the shape the Platform's API is expecting.\n *\n * @param filters - The filters from our internal request.\n *\n * @returns The filters ready to be consumed for the API.\n *\n * @example\n * ```ts\n * const filters = {\n *   offer: [\n *     {\n *       facetId: 'offer',\n *       modelName: 'SimpleFilter',\n *       id: 'price:[0 TO 10]',\n *       selected: true,\n *       label: 'In Offer'\n *     } as SimpleFilter\n *   ],\n *   categoryPaths: [\n *     {\n *       facetId: 'categoryPaths',\n *       id: 'categoryIds:ffc61e1e9__be257cb26',\n *       label: 'Fragrance',\n *       modelName: 'HierarchicalFilter',\n *       parentId: 'categoryIds:ffc61e1e9',\n *       selected: true,\n *       totalResults: 1\n *     },\n *     {\n *       facetId: 'categoryPaths',\n *       id: 'categoryIds:ffc61e1e9__fa5ef54f2',\n *       label: 'Fragrance',\n *       modelName: 'HierarchicalFilter',\n *       parentId: 'categoryIds:ffc61e1e9',\n *       selected: true,\n *       totalResults: 1\n *     },\n *     {\n *       children: ['categoryIds:ffc61e1e9__be257cb26', 'categoryIds:ffc61e1e9__fa5ef54f2'],\n *       facetId: 'categoryPaths',\n *       id: 'categoryIds:ffc61e1e9',\n *       label: 'Personal Care',\n *       modelName: 'HierarchicalFilter',\n *       parentId: null,\n *       selected: true,\n *       totalResults: 1\n *     }\n *   ]\n * };\n *\n * const mappedFilters = mapFilters({ filters });\n * mappedFilters is [\n *     'price:[0 TO 10]',\n *     'categoryIds:ffc61e1e9__be257cb26',\n *     'categoryIds:ffc61e1e9__fa5ef54f2'\n * ];\n * ```\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function mapFilters(filters?: "
            },
            {
              "kind": "Reference",
              "text": "Record",
              "canonicalReference": "!Record:type"
            },
            {
              "kind": "Content",
              "text": "<string, "
            },
            {
              "kind": "Reference",
              "text": "Filter",
              "canonicalReference": "@empathyco/x-adapter-platform!Filter:interface"
            },
            {
              "kind": "Content",
              "text": "[]>"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "dist/types/mappers/filter.utils.d.ts",
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "filters",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isOptional": true
            }
          ],
          "name": "mapFilters"
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesEndpointAdapter:var",
          "docComment": "/**\n * This endpoint does not support pagination in the request.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQueriesEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NextQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "NextQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/next-queries.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQueriesEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesRelatedPromptsSchema:var",
          "docComment": "/**\n * Default implementation for the NextQueriesRelatedPromptsSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQueriesRelatedPromptsSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<string, "
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptNextQuery",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptNextQuery:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/related-prompt.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQueriesRelatedPromptsSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesRequestMapper:var",
          "docComment": "/**\n * Default implementation for the NextQueriesRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQueriesRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NextQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformNextQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/next-queries-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQueriesRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesRequestSchema:var",
          "docComment": "/**\n * Default implementation for the NextQueriesRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQueriesRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "NextQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformNextQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/next-queries-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQueriesRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesResponseMapper:var",
          "docComment": "/**\n * Default implementation for the NextQueriesResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQueriesResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformNextQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "NextQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/next-queries-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQueriesResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQueriesResponseSchema:var",
          "docComment": "/**\n * Default implementation for the NextQueriesResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQueriesResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformNextQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "NextQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/next-queries-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQueriesResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!nextQuerySchema:var",
          "docComment": "/**\n * Default implementation for the NextQuerySchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "nextQuerySchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformNextQuery",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQuery:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "NextQuery",
              "canonicalReference": "@empathyco/x-adapter-platform!NextQuery:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/next-query.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "nextQuerySchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!numberFilterSchema:var",
          "docComment": "/**\n * Default implementation for the NumberFilterSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "numberFilterSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformFilter",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "NumberRangeFilter",
              "canonicalReference": "@empathyco/x-adapter-platform!NumberRangeFilter:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/filters/number-filter.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "numberFilterSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!partialResultsSchema:var",
          "docComment": "/**\n * Default implementation for the PartialResultsSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "partialResultsSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformPartialResult",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPartialResult:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PartialResult",
              "canonicalReference": "@empathyco/x-adapter-platform!PartialResult:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/partial-results.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "partialResultsSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter:interface",
          "docComment": "/**\n * Platform adapter interface.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAdapter extends "
            },
            {
              "kind": "Reference",
              "text": "XComponentsAdapter",
              "canonicalReference": "@empathyco/x-adapter-platform!XComponentsAdapter:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/platform-adapter.types.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAdapter",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiQuestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "aiQuestions: "
                },
                {
                  "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": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "aiQuestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiSuggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "aiSuggestions: "
                },
                {
                  "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": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "aiSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiSuggestionsSearch:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "aiSuggestionsSearch: "
                },
                {
                  "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": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "aiSuggestionsSearch",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiSummarize:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "aiSummarize: "
                },
                {
                  "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": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "aiSummarize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiTasks:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "aiTasks: "
                },
                {
                  "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": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "aiTasks",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#experienceControls:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "experienceControls: "
                },
                {
                  "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": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "experienceControls",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#identifierResults:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "identifierResults: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IdentifierResultsRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IdentifierResultsResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!IdentifierResultsResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "identifierResults",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#nextQueries:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextQueries: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "NextQueriesRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "NextQueriesResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!NextQueriesResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "nextQueries",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#popularSearches:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "popularSearches: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "PopularSearchesRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "PopularSearchesResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "popularSearches",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#querySuggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "querySuggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "QuerySuggestionsRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "QuerySuggestionsResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "querySuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#recommendations:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "recommendations: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "RecommendationsRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "RecommendationsResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "recommendations",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#relatedPrompts:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "relatedPrompts: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "RelatedPromptsRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "RelatedPromptsResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "relatedPrompts",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#relatedTags:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "relatedTags: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "RelatedTagsRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "RelatedTagsResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "relatedTags",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#search:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "search: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "SearchRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!SearchRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "SearchResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!SearchResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "search",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#semanticQueries:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "semanticQueries: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "SemanticQueriesRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "SemanticQueriesResponse",
                  "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesResponse:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "semanticQueries",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging: "
                },
                {
                  "kind": "Reference",
                  "text": "ExtendableEndpointAdapter",
                  "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "TaggingRequest",
                  "canonicalReference": "@empathyco/x-adapter-platform!TaggingRequest:interface"
                },
                {
                  "kind": "Content",
                  "text": ", void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!platformAdapter:var",
          "docComment": "/**\n * Default implementation for the PlatformAdapter.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "platformAdapter: "
            },
            {
              "kind": "Reference",
              "text": "PlatformAdapter",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter:interface"
            }
          ],
          "fileUrlPath": "dist/types/platform.adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "platformAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest:interface",
          "docComment": "/**\n * Request for the `Questions v1` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiQuestionsRequest "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/ai/questions-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiQuestionsRequest",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest#context:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "context: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        lang: string;\n        instance?: string;\n        filters?: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, unknown>;\n        query?: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "context",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface",
          "docComment": "/**\n * Response for the `questions` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiQuestionsResponse extends "
            },
            {
              "kind": "Reference",
              "text": "AiQuestionsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/ai/questions-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiQuestionsResponse",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch:interface",
          "docComment": "/**\n * Each platform suggestion search is a query and the platform results of that query.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiSuggestionSearch "
            }
          ],
          "fileUrlPath": "dist/types/types/models/ai/suggestion-search.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiSuggestionSearch",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch#numFound:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFound: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "numFound",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch#query:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "query: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "query",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch#results:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "results: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformResult",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "results",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        query: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsRequest:interface",
          "docComment": "/**\n * Request for the ai suggestions endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiSuggestionsRequest "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/ai/suggestions-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiSuggestionsRequest",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsRequest#context:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "context: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        query?: string;\n        lang: string;\n        instance?: string;\n        filters?: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, unknown>;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "context",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface",
          "docComment": "/**\n * Request for the `AI suggestions search` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiSuggestionsSearchRequest "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/ai/suggestions-search-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiSuggestionsSearchRequest",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest#context:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "context: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        lang: string;\n        instance?: string;\n        filters?: "
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, unknown>;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "context",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest#queries:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "queries: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        query: string;\n        categories: string[];\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "queries",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface",
          "docComment": "/**\n * Response for the `AI suggestions search` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiSuggestionsSearchResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/ai/suggestions-search-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiSuggestionsSearchResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformAiSuggestionSearch",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest:interface",
          "docComment": "/**\n * Request for the `Tasks v1` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiTasksRequest "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/ai/tasks-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiTasksRequest",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest#taskId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "taskId: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "taskId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface",
          "docComment": "/**\n * Response for the `tasks` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformAiTasksResponse extends "
            },
            {
              "kind": "Reference",
              "text": "AiTasksResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/ai/tasks-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformAiTasksResponse",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner:interface",
          "docComment": "/**\n * Banner model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformBanner "
            }
          ],
          "fileUrlPath": "dist/types/types/models/banner.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformBanner",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner#id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner#image_url:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "image_url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "image_url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        click?: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner#title:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner#url:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformExperienceControlsRequest:interface",
          "docComment": "/**\n * Request for the `experience controls` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformExperienceControlsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/experience-controls-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformExperienceControlsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformExperienceControlsResponse:interface",
          "docComment": "/**\n * Response for the `experience controls` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformExperienceControlsResponse extends "
            },
            {
              "kind": "Reference",
              "text": "Dictionary",
              "canonicalReference": "@empathyco/x-utils!Dictionary:type"
            },
            {
              "kind": "Content",
              "text": "<unknown>"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/experience-controls-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformExperienceControlsResponse",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet:interface",
          "docComment": "/**\n * Facet model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformFacet "
            }
          ],
          "fileUrlPath": "dist/types/types/models/facet.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformFacet",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet#facet:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "facet: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "facet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformFacetType",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetType:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet#values:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "values: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformFilter",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "values",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetsRequest:interface",
          "docComment": "/**\n * Request for the `facets` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformFacetsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformFilterableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformFilterableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformTrackableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformTrackableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/facets-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformFacetsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            },
            {
              "startIndex": 5,
              "endIndex": 6
            },
            {
              "startIndex": 7,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetsResponse:interface",
          "docComment": "/**\n * Response for the `facets` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformFacetsResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/facets-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformFacetsResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetsResponse#catalog:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "catalog: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        facets: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformFacet",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "catalog",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacetType:type",
          "docComment": "/**\n * Facet type for the `platform` API. It can be: value, hierarchical or range.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export type PlatformFacetType = "
            },
            {
              "kind": "Content",
              "text": "'value' | 'hierarchical' | 'range' | 'editable-range'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "fileUrlPath": "dist/types/types/models/facet.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformFacetType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter:interface",
          "docComment": "/**\n * Filter model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformFilter "
            }
          ],
          "fileUrlPath": "dist/types/types/models/facet.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformFilter",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter#count:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "count: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "count",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter#filter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filter: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "filter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter#id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformHierarchicalFilter:interface",
          "docComment": "/**\n * HierarchicalFilter model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformHierarchicalFilter extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformFilter",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/models/facet.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformHierarchicalFilter",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformHierarchicalFilter#children:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "children: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformFacet",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "children",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsRequest:interface",
          "docComment": "/**\n * Request for the `identifier results` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformIdentifierResultsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformPageableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformPageableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformTrackableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformTrackableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/identifier-results-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformIdentifierResultsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            },
            {
              "startIndex": 5,
              "endIndex": 6
            },
            {
              "startIndex": 7,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsResponse:interface",
          "docComment": "/**\n * Response for the `identifier results` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformIdentifierResultsResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/identifier-results-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformIdentifierResultsResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformIdentifierResultsResponse#catalog:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "catalog: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformResult",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        tagging: {\n            query: string;\n        };\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "catalog",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesRequest:interface",
          "docComment": "/**\n * Request for the `next queries` endpoint with `extra params`.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformNextQueriesRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/next-queries-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformNextQueriesRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesResponse:interface",
          "docComment": "/**\n * Response for the `next queries` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformNextQueriesResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/next-queries-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformNextQueriesResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQueriesResponse#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        nextqueries: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformNextQuery",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQuery:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQuery:interface",
          "docComment": "/**\n * Next query model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformNextQuery "
            }
          ],
          "fileUrlPath": "dist/types/types/models/next-query.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformNextQuery",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQuery#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQuery#query:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "query: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "query",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformNextQuery#source:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "source: "
                },
                {
                  "kind": "Content",
                  "text": "'ORGANIC' | 'CURATED'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "source",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformPartialResult:interface",
          "docComment": "/**\n * Partial results model in platform.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformPartialResult "
            }
          ],
          "fileUrlPath": "dist/types/types/models/partials.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformPartialResult",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPartialResult#content:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformResult",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPartialResult#numFound:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "numFound: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "numFound",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPartialResult#term:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "term: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "term",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesRequest:interface",
          "docComment": "/**\n * Platform request for the `popular searches` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformPopularSearchesRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformPageableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformPageableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/popular-searches-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformPopularSearchesRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesResponse:interface",
          "docComment": "/**\n * Response for the `popular searches` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformPopularSearchesResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/popular-searches-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformPopularSearchesResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesResponse#topTrends:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topTrends: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformSuggestion",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformSuggestion:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "topTrends",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted:interface",
          "docComment": "/**\n * Promoted model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformPromoted "
            }
          ],
          "fileUrlPath": "dist/types/types/models/promoted.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformPromoted",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted#id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted#image_url:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "image_url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "image_url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        click?: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted#title:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted#url:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsRequest:interface",
          "docComment": "/**\n * Base request for the `query suggestions` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformQuerySuggestionsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformPageableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformPageableRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/query-suggestions-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformQuerySuggestionsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            },
            {
              "startIndex": 5,
              "endIndex": 6
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsResponse:interface",
          "docComment": "/**\n * Response for the `query suggestions` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformQuerySuggestionsResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/query-suggestions-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformQuerySuggestionsResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsResponse#topTrends:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topTrends: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformSuggestion",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformSuggestion:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "topTrends",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsRequest:interface",
          "docComment": "/**\n * Request for `recommendations` endpoint with `extra params`.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRecommendationsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformPageableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformPageableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformTrackableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformTrackableRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/recommendations-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRecommendationsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            },
            {
              "startIndex": 5,
              "endIndex": 6
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsResponse:interface",
          "docComment": "/**\n * Response for the `recommendations` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRecommendationsResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/recommendations-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRecommendationsResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsResponse#topclicked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topclicked: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformResult",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        numFound: number;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "topclicked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRedirection:interface",
          "docComment": "/**\n * Redirection model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRedirection "
            }
          ],
          "fileUrlPath": "dist/types/types/models/redirection.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRedirection",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRedirection#id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRedirection#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        click: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRedirection#url:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface",
          "docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedPrompt "
            }
          ],
          "fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedPrompt",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#nextQueries:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextQueries: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "nextQueries",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#suggestionImageUrl:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionImageUrl: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "suggestionImageUrl",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#suggestionText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionText: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "suggestionText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformRelatedPromptTagging",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Content",
                  "text": "'SYNTHETIC' | 'CURATED'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging:interface",
          "docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedPromptNextQueriesTagging "
            }
          ],
          "fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedPromptNextQueriesTagging",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplay:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toolingDisplay: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toolingDisplay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplayAdd2Cart:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toolingDisplayAdd2Cart: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toolingDisplayAdd2Cart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging#toolingDisplayClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toolingDisplayClick: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toolingDisplayClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsRequest:interface",
          "docComment": "/**\n * Request for the `related prompts` endpoint with `extra params`.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedPromptsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/related-prompts-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedPromptsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface",
          "docComment": "/**\n * Response for the `related prompts` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedPromptsResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/related-prompts-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedPromptsResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        relatedprompts: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformRelatedPrompt",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse#status:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "status: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "status",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging:interface",
          "docComment": "/**\n * Related prompt model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedPromptTagging "
            }
          ],
          "fileUrlPath": "dist/types/types/models/related-prompt.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedPromptTagging",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#nextQueries:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextQueries: "
                },
                {
                  "kind": "Reference",
                  "text": "Dictionary",
                  "canonicalReference": "@empathyco/x-utils!Dictionary:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "PlatformRelatedPromptNextQueriesTagging",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptNextQueriesTagging:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "nextQueries",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#toolingDisplay:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toolingDisplay: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toolingDisplay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptTagging#toolingDisplayClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toolingDisplayClick: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "toolingDisplayClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface",
          "docComment": "/**\n * Related tag model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedTag "
            }
          ],
          "fileUrlPath": "dist/types/types/models/related-tag.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedTag",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#position:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#query:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "query: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "query",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#source:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "source: "
                },
                {
                  "kind": "Content",
                  "text": "'ORGANIC' | 'CURATED'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "source",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag#tag:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tag: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tag",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsRequest:interface",
          "docComment": "/**\n * Request for the `related tags` endpoint with `extra params`.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedTagsRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/related-tags-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedTagsRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse:interface",
          "docComment": "/**\n * Response for the `related tags` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformRelatedTagsResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/related-tags-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformRelatedTagsResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        relatedtags: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformRelatedTag",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse#status:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "status: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "status",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface",
          "docComment": "/**\n * Result model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformResult "
            }
          ],
          "fileUrlPath": "dist/types/types/models/result.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformResult",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__externalId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "__externalId: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "__externalId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "__id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "__id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__images:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "__images: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "__images",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "__name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "__name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__prices:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "__prices: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        current: {\n            value: number;\n        };\n        previous?: {\n            value: number;\n        };\n        future?: {\n            value: number;\n        };\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "__prices",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#__url:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "__url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "__url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult#tagging:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tagging: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformTagging",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformTagging:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "tagging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchRequest:interface",
          "docComment": "/**\n * Request for the `search` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformSearchRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformQueryableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformQueryableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformPageableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformPageableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformFilterableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformFilterableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformTrackableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformTrackableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformSortableRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformSortableRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/search-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformSearchRequest",
          "preserveMemberOrder": false,
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 4
            },
            {
              "startIndex": 5,
              "endIndex": 6
            },
            {
              "startIndex": 7,
              "endIndex": 8
            },
            {
              "startIndex": 9,
              "endIndex": 10
            },
            {
              "startIndex": 11,
              "endIndex": 12
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse:interface",
          "docComment": "/**\n * Response for the `search` endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformSearchResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/search-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformSearchResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse#banner:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "banner: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformBanner",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "banner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse#catalog:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "catalog: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformResult",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        facets: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformFacet",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformFacet:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        numFound: number;\n        spellchecked: string;\n        partials: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformPartialResult",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformPartialResult:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n        tagging: {\n            query: string;\n            display: string;\n        };\n        stats: {\n            price: {\n                min: number;\n                max: number;\n            };\n        };\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "catalog",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse#direct:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "direct: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformRedirection",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformRedirection:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "direct",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse#promoted:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "promoted: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        content: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformPromoted",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "promoted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesRequest:interface",
          "docComment": "/**\n * Request for the `semantic queries` endpoint. In this endpoint the `q` param is used to send the query.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformSemanticQueriesRequest extends "
            },
            {
              "kind": "Reference",
              "text": "PlatformExtraParamsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!~PlatformExtraParamsRequest:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "fileUrlPath": "dist/types/types/requests/semantic-queries-request.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformSemanticQueriesRequest",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesRequest#q:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "q: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "q",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesResponse:interface",
          "docComment": "/**\n * Response for the `semantic queries` endoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformSemanticQueriesResponse "
            }
          ],
          "fileUrlPath": "dist/types/types/responses/semantic-queries-response.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformSemanticQueriesResponse",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesResponse#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        candidates: "
                },
                {
                  "kind": "Reference",
                  "text": "PlatformSemanticQuery",
                  "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQuery:interface"
                },
                {
                  "kind": "Content",
                  "text": "[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQuery:interface",
          "docComment": "/**\n * SemanticQuery model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformSemanticQuery "
            }
          ],
          "fileUrlPath": "dist/types/types/models/semantic-query.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformSemanticQuery",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQuery#distance:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "distance: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "distance",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQuery#query:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "query: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "query",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformSuggestion:interface",
          "docComment": "/**\n * Suggestion model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformSuggestion "
            }
          ],
          "fileUrlPath": "dist/types/types/models/suggestion.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformSuggestion",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSuggestion#keywords:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keywords: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "keywords",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSuggestion#title_raw:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title_raw?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": true,
              "releaseTag": "Public",
              "name": "title_raw",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "@empathyco/x-adapter-platform!PlatformTagging:interface",
          "docComment": "/**\n * Tagging model for the `platform` API.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface PlatformTagging "
            }
          ],
          "fileUrlPath": "dist/types/types/models/tagging.model.d.ts",
          "releaseTag": "Public",
          "name": "PlatformTagging",
          "preserveMemberOrder": false,
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformTagging#add2cart:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "add2cart: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "add2cart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformTagging#checkout:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkout: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "checkout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformTagging#click:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "click: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "click",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformTagging#displayClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "displayClick: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isReadonly": false,
              "isOptional": false,
              "releaseTag": "Public",
              "name": "displayClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!popularSearchesEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the popular searches endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "popularSearchesEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PopularSearchesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PopularSearchesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/popular-searches.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "popularSearchesEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!popularSearchesRequestMapper:var",
          "docComment": "/**\n * Default implementation for the PopularSearchesRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "popularSearchesRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PopularSearchesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformPopularSearchesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/popular-searches-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "popularSearchesRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!popularSearchesRequestSchema:var",
          "docComment": "/**\n * Default implementation for the PopularSearchesRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "popularSearchesRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PopularSearchesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformPopularSearchesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/popular-searches-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "popularSearchesRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!popularSearchesResponseMapper:var",
          "docComment": "/**\n * Default implementation for the PopularSearchesResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "popularSearchesResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformPopularSearchesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PopularSearchesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/popular-searches-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "popularSearchesResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!popularSearchesResponseSchema:var",
          "docComment": "/**\n * Default implementation for the PopularSearchesResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "popularSearchesResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformPopularSearchesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPopularSearchesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PopularSearchesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PopularSearchesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/popular-searches-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "popularSearchesResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!promotedSchema:var",
          "docComment": "/**\n * Default implementation for the PromotedSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "promotedSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformPromoted",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformPromoted:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "Promoted",
              "canonicalReference": "@empathyco/x-adapter-platform!Promoted:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/promoted.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "promotedSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!querySuggestionsEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the query suggestions endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "querySuggestionsEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "QuerySuggestionsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "QuerySuggestionsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/query-suggestions.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "querySuggestionsEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!querySuggestionsRequestMapper:var",
          "docComment": "/**\n * Default implementation for the QuerySuggestionsRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "querySuggestionsRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "QuerySuggestionsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformQuerySuggestionsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/query-suggestions-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "querySuggestionsRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!querySuggestionsRequestSchema:var",
          "docComment": "/**\n * Default implementation for the QuerySuggestionsRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "querySuggestionsRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "QuerySuggestionsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformQuerySuggestionsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/query-suggestions-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "querySuggestionsRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!querySuggestionsResponseMapper:var",
          "docComment": "/**\n * Default implementation for the QuerySuggestionsResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "querySuggestionsResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformQuerySuggestionsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "QuerySuggestionsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/query-suggestions-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "querySuggestionsResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!querySuggestionsResponseSchema:var",
          "docComment": "/**\n * Default implementation for the QuerySuggestionsResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "querySuggestionsResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformQuerySuggestionsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformQuerySuggestionsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "QuerySuggestionsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!QuerySuggestionsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/query-suggestions-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "querySuggestionsResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!recommendationsEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the recommendations' endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "recommendationsEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RecommendationsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RecommendationsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/recommendations.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "recommendationsEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!recommendationsRequestMapper:var",
          "docComment": "/**\n * Default implementation for the RecommendationsRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "recommendationsRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RecommendationsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformRecommendationsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/recommendations-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "recommendationsRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!recommendationsRequestSchema:var",
          "docComment": "/**\n * Default implementation for the RecommendationsRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "recommendationsRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RecommendationsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformRecommendationsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/recommendations-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "recommendationsRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!recommendationsResponseMapper:var",
          "docComment": "/**\n * Default implementation for the RecommendationsResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "recommendationsResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRecommendationsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RecommendationsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/recommendations-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "recommendationsResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!recommendationsResponseSchema:var",
          "docComment": "/**\n * Default implementation for the RecommendationsResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "recommendationsResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRecommendationsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRecommendationsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RecommendationsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RecommendationsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/recommendations-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "recommendationsResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!redirectionSchema:var",
          "docComment": "/**\n * Default implementation for the RedirectionSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "redirectionSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRedirection",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRedirection:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "Redirection",
              "canonicalReference": "@empathyco/x-adapter-platform!Redirection:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/redirection.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "redirectionSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptSchema:var",
          "docComment": "/**\n * Default implementation for the RelatedPromptSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedPromptSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedPrompt",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPrompt:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedPrompt",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPrompt:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/related-prompt.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedPromptSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the related prompt endpoint. This endpoint does not support pagination in the request.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedPromptsEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/related-prompts.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedPromptsEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsRequestMapper:var",
          "docComment": "/**\n * Default implementation for the RelatedPromptsRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedPromptsRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedPromptsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/related-prompts-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedPromptsRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsRequestSchema:var",
          "docComment": "/**\n * Default implementation for the RelatedPromptsRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedPromptsRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedPromptsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/related-prompts-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedPromptsRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsResponseMapper:var",
          "docComment": "/**\n * Default implementation for the RelatedPromptsResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedPromptsResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedPromptsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/related-prompts-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedPromptsResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedPromptsResponseSchema:var",
          "docComment": "/**\n * Default implementation for the RelatedPromptsResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedPromptsResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedPromptsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedPromptsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedPromptsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedPromptsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/related-prompts-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedPromptsResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedTagSchema:var",
          "docComment": "/**\n * Default implementation for the RelatedTagSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedTagSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedTag",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTag:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedTag",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTag:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/related-tag.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedTagSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedTagsEndpointAdapter:var",
          "docComment": "/**\n * This endpoint does not support pagination in the request.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedTagsEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RelatedTagsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedTagsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/related-tags.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedTagsEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedTagsRequestMapper:var",
          "docComment": "/**\n * Default implementation for the RelatedTagsRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedTagsRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RelatedTagsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedTagsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/related-tags-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedTagsRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedTagsRequestSchema:var",
          "docComment": "/**\n * Default implementation for the RelatedTagsRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedTagsRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "RelatedTagsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedTagsRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/related-tags-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedTagsRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedTagsResponseMapper:var",
          "docComment": "/**\n * Default implementation for the RelatedTagsResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedTagsResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedTagsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedTagsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/related-tags-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedTagsResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!relatedTagsResponseSchema:var",
          "docComment": "/**\n * Default implementation for the RelatedTagsResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "relatedTagsResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformRelatedTagsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformRelatedTagsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "RelatedTagsResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!RelatedTagsResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/related-tags-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "relatedTagsResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!resultSchema:var",
          "docComment": "/**\n * Default implementation for the ResultSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "resultSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformResult",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformResult:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "Result",
              "canonicalReference": "@empathyco/x-adapter-platform!Result:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/result.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "resultSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!searchEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the search endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "searchEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!SearchRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SearchResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!SearchResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/search.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "searchEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!searchRequestMapper:var",
          "docComment": "/**\n * Default implementation for the SearchRequestMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "searchRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!SearchRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformSearchRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/search-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "searchRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!searchRequestSchema:var",
          "docComment": "/**\n * Default implementation for the SearchRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "searchRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SearchRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!SearchRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformSearchRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/search-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "searchRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!searchResponseMapper:var",
          "docComment": "/**\n * Default implementation for the SearchResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "searchResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformSearchResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SearchResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!SearchResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/search-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "searchResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!searchResponseSchema:var",
          "docComment": "/**\n * Default implementation for the SearchResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "searchResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformSearchResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSearchResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SearchResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!SearchResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/search-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "searchResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!semanticQueriesEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the semantic queries endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "semanticQueriesEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SemanticQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SemanticQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/semantic-queries.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "semanticQueriesEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!semanticQueriesRequestMapper:var",
          "docComment": "/**\n * . Default implementation for the SemanticQueriesRequestMapper\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "semanticQueriesRequestMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SemanticQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformSemanticQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/semantic-queries-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "semanticQueriesRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!semanticQueriesRequestSchema:var",
          "docComment": "/**\n * Default implementation for the SemanticQueriesRequestSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "semanticQueriesRequestSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SemanticQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "PlatformSemanticQueriesRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesRequest:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/requests/semantic-queries-request.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "semanticQueriesRequestSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!semanticQueriesResponseMapper:var",
          "docComment": "/**\n * Default implementation for the SemanticQueriesResponseMapper.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "semanticQueriesResponseMapper: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformSemanticQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SemanticQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/mappers/responses/semantic-queries-response.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "semanticQueriesResponseMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!semanticQueriesResponseSchema:var",
          "docComment": "/**\n * Default implementation for the SemanticQueriesResponseSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "semanticQueriesResponseSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformSemanticQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SemanticQueriesResponse",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQueriesResponse:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/responses/semantic-queries-response.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "semanticQueriesResponseSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!semanticQuerySchema:var",
          "docComment": "/**\n * Default implementation for the SemanticQuery schema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "semanticQuerySchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformSemanticQuery",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSemanticQuery:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SemanticQuery",
              "canonicalReference": "@empathyco/x-adapter-platform!SemanticQuery:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/semantic-query.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "semanticQuerySchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!simpleFilterSchema:var",
          "docComment": "/**\n * Default implementation for the SimpleFilterSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "simpleFilterSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformFilter",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformFilter:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "SimpleFilter",
              "canonicalReference": "@empathyco/x-adapter-platform!SimpleFilter:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/filters/simple-filter.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "simpleFilterSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!suggestionSchema:var",
          "docComment": "/**\n * Default implementation for the SuggestionSchema.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "suggestionSchema: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "MutableSchema",
              "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PlatformSuggestion",
              "canonicalReference": "@empathyco/x-adapter-platform!PlatformSuggestion:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "Suggestion",
              "canonicalReference": "@empathyco/x-adapter-platform!Suggestion:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "fileUrlPath": "dist/types/schemas/models/suggestion.schema.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "suggestionSchema",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 8
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!taggingEndpointAdapter:var",
          "docComment": "/**\n * Default adapter for the tagging endpoint.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "taggingEndpointAdapter: "
            },
            {
              "kind": "Content",
              "text": "import(\"@empathyco/x-adapter\")."
            },
            {
              "kind": "Reference",
              "text": "ExtendableEndpointAdapter",
              "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TaggingRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!TaggingRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", void>"
            }
          ],
          "fileUrlPath": "dist/types/endpoint-adapters/tagging.endpoint-adapter.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "taggingEndpointAdapter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "@empathyco/x-adapter-platform!taggingRequestMapper:var",
          "docComment": "/**\n * Default implementation for the TaggingRequestMapper.\n *\n * @param request - The tagging request.\n *\n * @returns The tagging request params.\n *\n * @public\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "taggingRequestMapper: "
            },
            {
              "kind": "Reference",
              "text": "Mapper",
              "canonicalReference": "@empathyco/x-adapter!Mapper:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TaggingRequest",
              "canonicalReference": "@empathyco/x-adapter-platform!TaggingRequest:interface"
            },
            {
              "kind": "Content",
              "text": ", any>"
            }
          ],
          "fileUrlPath": "dist/types/mappers/requests/tagging-request.mapper.d.ts",
          "isReadonly": true,
          "releaseTag": "Public",
          "name": "taggingRequestMapper",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        }
      ]
    }
  ]
}
