asma-types
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -325,2 +325,3 @@ /** | ||
readonly Device: "device"; | ||
readonly ShowHighlightedQnr: "show_highlighted_qnr"; | ||
}; | ||
@@ -327,0 +328,0 @@ export type ISearchParams = (typeof SearchParams)[keyof typeof SearchParams]; |
@@ -409,2 +409,3 @@ // deprecated, replaced with QueriesInitiator | ||
Device: 'device', | ||
ShowHighlightedQnr: 'show_highlighted_qnr' | ||
}; | ||
@@ -411,0 +412,0 @@ export const SearchParamWithValues = { |
{ | ||
"name": "asma-types", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -433,2 +433,3 @@ // deprecated, replaced with QueriesInitiator | ||
Device: 'device', | ||
ShowHighlightedQnr: 'show_highlighted_qnr' | ||
} as const | ||
@@ -435,0 +436,0 @@ export type ISearchParams = (typeof SearchParams)[keyof typeof SearchParams] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
87473
1877