asma-types
Advanced tools
Comparing version 1.7.6 to 1.7.7
@@ -328,3 +328,2 @@ /** | ||
readonly ShowHighlightedQnr: "show_highlighted_qnr"; | ||
readonly GroupView: "group_view"; | ||
readonly GroupId: "group_id"; | ||
@@ -343,3 +342,6 @@ }; | ||
readonly user_context: IUserContext; | ||
readonly qnr_context: string; | ||
readonly device: string; | ||
readonly show_highlighted_qnr: string; | ||
readonly group_id: string; | ||
}; | ||
@@ -346,0 +348,0 @@ export type ISearchParamWithValues = (typeof SearchParamWithValues)[keyof typeof SearchParamWithValues]; |
@@ -412,3 +412,2 @@ // deprecated, replaced with QueriesInitiator | ||
ShowHighlightedQnr: 'show_highlighted_qnr', | ||
GroupView: 'group_view', | ||
GroupId: 'group_id', | ||
@@ -426,3 +425,6 @@ }; | ||
user_context: '', | ||
qnr_context: '', | ||
device: '', | ||
show_highlighted_qnr: '', | ||
group_id: '' | ||
}; | ||
@@ -429,0 +431,0 @@ export const UserContext = { |
{ | ||
"name": "asma-types", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"description": "shared ts asma types", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -436,3 +436,2 @@ // deprecated, replaced with QueriesInitiator | ||
ShowHighlightedQnr: 'show_highlighted_qnr', | ||
GroupView: 'group_view', | ||
GroupId: 'group_id', | ||
@@ -452,3 +451,6 @@ } as const | ||
user_context: '' as IUserContext, | ||
qnr_context: '' as string, | ||
device: '' as IDevice, | ||
show_highlighted_qnr: '' as string, | ||
group_id: '' as string | ||
} as const | ||
@@ -455,0 +457,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
88653
1900