@empathyco/x-adapter
Advanced tools
Comparing version 7.0.0-alpha.8 to 7.0.0-alpha.9
@@ -16,2 +16,3 @@ "use strict"; | ||
return Object.assign(nextQuery, { | ||
isCurated: rawNextQuery.source === 'CURATED', | ||
modelName: 'NextQuery', | ||
@@ -18,0 +19,0 @@ query: rawNextQuery.query, |
@@ -16,3 +16,3 @@ "use strict"; | ||
return Object.assign(relatedTag, { | ||
isCurated: rawRelatedTag.source && rawRelatedTag.source === 'CURATED', | ||
isCurated: rawRelatedTag.source === 'CURATED', | ||
modelName: 'RelatedTag', | ||
@@ -19,0 +19,0 @@ tag: rawRelatedTag.tag, |
@@ -13,2 +13,3 @@ import { __decorate } from "tslib"; | ||
return Object.assign(nextQuery, { | ||
isCurated: rawNextQuery.source === 'CURATED', | ||
modelName: 'NextQuery', | ||
@@ -15,0 +16,0 @@ query: rawNextQuery.query, |
@@ -13,3 +13,3 @@ import { __decorate } from "tslib"; | ||
return Object.assign(relatedTag, { | ||
isCurated: rawRelatedTag.source && rawRelatedTag.source === 'CURATED', | ||
isCurated: rawRelatedTag.source === 'CURATED', | ||
modelName: 'RelatedTag', | ||
@@ -16,0 +16,0 @@ tag: rawRelatedTag.tag, |
{ | ||
"name": "@empathyco/x-adapter", | ||
"version": "7.0.0-alpha.8", | ||
"version": "7.0.0-alpha.9", | ||
"description": "A search client for the Empathy search API ", | ||
@@ -47,3 +47,3 @@ "author": "Empathy Systems Corporation S.L.", | ||
"@empathyco/x-storage-service": "^2.0.0-alpha.0", | ||
"@empathyco/x-types": "^10.0.0-alpha.13", | ||
"@empathyco/x-types": "^10.0.0-alpha.14", | ||
"inversify": "~5.0.1", | ||
@@ -66,3 +66,3 @@ "reflect-metadata": "~0.1.13", | ||
}, | ||
"gitHead": "13c2627afbb03bd73ead5435557a496094a54c79" | ||
"gitHead": "5e6888545a13c52462460aead04f5655f9366372" | ||
} |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.18.19" | ||
"packageVersion": "7.18.21" | ||
} | ||
] | ||
} |
@@ -519,2 +519,4 @@ ## API Report File for "@empathyco/x-adapter" | ||
query: string; | ||
// (undocumented) | ||
source?: 'CURATED' | 'ORGANIC' | 'ENRICHED'; | ||
} | ||
@@ -521,0 +523,0 @@ |
@@ -7,3 +7,4 @@ /** | ||
export interface EmpathyNextQuery { | ||
source?: 'CURATED' | 'ORGANIC' | 'ENRICHED'; | ||
query: string; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1557295
30249