@internetarchive/search-service
Advanced tools
Comparing version 1.3.3-alpha6 to 1.3.3
@@ -0,0 +0,0 @@ import { LitElement, TemplateResult, CSSResult } from 'lit'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ export { Metadata } from './src/models/metadata'; |
@@ -0,0 +0,0 @@ export { Metadata } from './src/models/metadata'; |
@@ -0,0 +0,0 @@ import { FilterConstraint, FilterMap } from './search-params'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import type { Metadata } from '../metadata'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import type { ItemHit } from './item-hit'; |
export {}; | ||
//# sourceMappingURL=hit.js.map |
@@ -0,0 +0,0 @@ import type { Metadata } from '../metadata'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import type { Metadata } from '../metadata'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import type { Metadata } from '../metadata'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import { BooleanParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { BooleanParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { Byte, ByteParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { ByteParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { DateParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { DateParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { Duration, DurationParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { DurationParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { FieldParserInterface, ListParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { ListParser, NumberParser, StringParser, } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { MediaType, MediaTypeParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { MediaTypeParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { NumberParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { NumberParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { PageProgression, PageProgressionParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { PageProgressionParser, } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { StringParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { StringParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { FieldParserInterface } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import { BooleanField } from './metadata-fields/field-types/boolean'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -20,3 +20,2 @@ /** | ||
user_since: string; | ||
loan_history_status?: string; | ||
} | ||
@@ -23,0 +22,0 @@ /** |
export {}; | ||
//# sourceMappingURL=account-extra-info.js.map |
@@ -0,0 +0,0 @@ import { Metadata } from '../models/metadata'; |
export {}; | ||
//# sourceMappingURL=collection-extra-info.js.map |
@@ -0,0 +0,0 @@ import { Aggregation } from '../models/aggregation'; |
@@ -0,0 +0,0 @@ export const LENDING_SUB_ELEMENTS = [ |
@@ -0,0 +0,0 @@ import { HitType } from '../models/hit-types/hit'; |
export {}; | ||
//# sourceMappingURL=search-hit-schema.js.map |
@@ -0,0 +0,0 @@ /** |
export {}; | ||
//# sourceMappingURL=search-request-params.js.map |
@@ -0,0 +0,0 @@ import { SearchRequestParams } from './search-request-params'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Aggregation } from '../models/aggregation'; |
@@ -79,3 +79,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
const pageElements = (_a = this.pageElements) === null || _a === void 0 ? void 0 : _a.lending; | ||
console.log('pageElements', pageElements); | ||
const hits = (_b = pageElements.loans) !== null && _b !== void 0 ? _b : []; | ||
@@ -82,0 +81,0 @@ this.totalResults = hits.length; |
@@ -0,0 +0,0 @@ export interface SearchResponseHeader { |
export {}; | ||
//# sourceMappingURL=search-response-header.js.map |
@@ -0,0 +0,0 @@ export interface SearchResponseParams { |
export {}; | ||
//# sourceMappingURL=search-response-params.js.map |
@@ -0,0 +0,0 @@ export interface SearchResponseSessionContext { |
export {}; | ||
//# sourceMappingURL=search-response-session-context.js.map |
@@ -0,0 +0,0 @@ import { SearchResponseHeader } from './search-response-header'; |
@@ -0,0 +0,0 @@ import { SearchResponseDetails, } from './search-response-details'; |
@@ -0,0 +0,0 @@ import { SearchBackendInterface } from './search-backend-interface'; |
@@ -0,0 +0,0 @@ import { SearchServiceError, SearchServiceErrorType, } from '../search-service-error'; |
@@ -0,0 +0,0 @@ import type { SearchParams } from '../search-params'; |
@@ -0,0 +0,0 @@ import { SearchParamURLGenerator } from '../search-param-url-generator'; |
@@ -0,0 +0,0 @@ import type { SearchParams } from '../search-params'; |
@@ -0,0 +0,0 @@ import { SearchParamURLGenerator } from '../search-param-url-generator'; |
@@ -0,0 +0,0 @@ import type { Result } from '@internetarchive/result-type'; |
export {}; | ||
//# sourceMappingURL=search-backend-interface.js.map |
@@ -0,0 +0,0 @@ /** |
export {}; | ||
//# sourceMappingURL=search-backend-options.js.map |
@@ -0,0 +0,0 @@ import { AggregateSearchParams, FilterMap, SearchParams, SortParam } from './search-params'; |
@@ -0,0 +0,0 @@ export class SearchParamURLGenerator { |
@@ -0,0 +0,0 @@ import { PageElementName } from './responses/page-elements'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export declare enum SearchServiceErrorType { |
@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ |
@@ -0,0 +0,0 @@ import type { Result } from '@internetarchive/result-type'; |
export {}; | ||
//# sourceMappingURL=search-service-interface.js.map |
@@ -0,0 +0,0 @@ import { SearchResponse } from './responses/search-response'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ import { SearchParams } from '../src/search-params'; |
@@ -0,0 +0,0 @@ import { ItemHit } from '../src/models/hit-types/item-hit'; |
export {}; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ import { DateParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { DateParser } from '@internetarchive/field-parsers'; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
export {}; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ |
@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ |
export {}; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
export {}; |
@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ |
declare const _default: import("vite").UserConfigExport; | ||
export default _default; |
@@ -0,0 +0,0 @@ import { defineConfig } from 'vite'; |
@@ -0,0 +0,0 @@ export { Metadata } from './src/models/metadata'; |
{ | ||
"name": "@internetarchive/search-service", | ||
"version": "1.3.3-alpha6", | ||
"version": "1.3.3", | ||
"description": "A search service for the Internet Archive", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only", |
@@ -0,0 +0,0 @@ [![codecov](https://codecov.io/gh/internetarchive/iaux-search-service/branch/master/graph/badge.svg?token=008OPP4BS1)](https://codecov.io/gh/internetarchive/iaux-search-service) |
@@ -0,0 +0,0 @@ import type { ItemHit } from './item-hit'; |
@@ -21,3 +21,2 @@ /** | ||
user_since: string; | ||
loan_history_status?: string; | ||
} | ||
@@ -24,0 +23,0 @@ |
@@ -223,3 +223,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
const pageElements = this.pageElements?.lending as LendingPageElement; | ||
console.log('pageElements', pageElements); | ||
const hits = pageElements.loans ?? []; | ||
@@ -226,0 +225,0 @@ this.totalResults = hits.length; |
@@ -0,0 +0,0 @@ import { SearchResponse } from './responses/search-response'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ |
@@ -0,0 +0,0 @@ { |
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 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 not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1030343
268
14457
1
2