@internetarchive/search-service
Advanced tools
Comparing version 1.2.5-alpha.10 to 1.2.5-alpha.11
@@ -0,1 +1,2 @@ | ||
import { PageElementName } from "./responses/page-elements"; | ||
export interface AggregateSearchParam { | ||
@@ -169,3 +170,3 @@ field: string; | ||
*/ | ||
pageElements?: string[]; | ||
pageElements?: PageElementName[]; | ||
/** | ||
@@ -172,0 +173,0 @@ * One or more parameters specifying how the search results should be |
{ | ||
"name": "@internetarchive/search-service", | ||
"version": "1.2.5-alpha.10", | ||
"version": "1.2.5-alpha.11", | ||
"description": "A search service for the Internet Archive", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
@@ -0,1 +1,3 @@ | ||
import { PageElementName } from "./responses/page-elements"; | ||
export interface AggregateSearchParam { | ||
@@ -191,3 +193,3 @@ field: string; | ||
*/ | ||
pageElements?: string[]; | ||
pageElements?: PageElementName[]; | ||
@@ -194,0 +196,0 @@ /** |
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
922321
13117