UNPKG

@empathyco/x-components

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