@wix/search 1.0.38 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/context.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/package.json +4 -4
- package/type-bundles/context.bundle.d.ts +11 -32
- package/type-bundles/index.bundle.d.ts +11 -32
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -26,4 +26,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.siteSearch = exports.wixSiteSearch = void 0;
|
|
27
27
|
exports.wixSiteSearch = __importStar(require("@wix/search_wix-site-search/context"));
|
|
28
28
|
exports.siteSearch = __importStar(require("@wix/search_site-search/context"));
|
|
29
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
package/build/cjs/meta.js
CHANGED
|
@@ -26,4 +26,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.siteSearch = exports.wixSiteSearch = void 0;
|
|
27
27
|
exports.wixSiteSearch = __importStar(require("@wix/search_wix-site-search/meta"));
|
|
28
28
|
exports.siteSearch = __importStar(require("@wix/search_site-search/meta"));
|
|
29
|
-
//# sourceMappingURL=meta.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/search",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/search_site-search": "1.0.
|
|
22
|
-
"@wix/search_wix-site-search": "1.0.
|
|
21
|
+
"@wix/search_site-search": "1.0.26",
|
|
22
|
+
"@wix/search_wix-site-search": "1.0.18"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"glob": "^10.4.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"fqdn": ""
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "b910e408d72bf4a33be5a3673d19831f585b8b50b7e607b42bdc2847"
|
|
48
48
|
}
|
|
@@ -346,10 +346,7 @@ interface SearchSignature$1 {
|
|
|
346
346
|
(search: Search, documentType: DocumentType, options?: SearchOptions$1 | undefined): Promise<SearchResponse$1 & SearchResponseNonNullableFields$1>;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
declare
|
|
350
|
-
|
|
351
|
-
type _publicSearchType$1 = typeof search$3;
|
|
352
|
-
declare const search$2: ReturnType<typeof createRESTModule$1<_publicSearchType>>;
|
|
349
|
+
declare const search$2: BuildRESTFunction<typeof search$3> & typeof search$3;
|
|
353
350
|
|
|
354
351
|
type context$1_AggregationData = AggregationData;
|
|
355
352
|
type context$1_AggregationKindOneOf = AggregationKindOneOf;
|
|
@@ -387,7 +384,7 @@ type context$1_ValueAggregationResult = ValueAggregationResult;
|
|
|
387
384
|
type context$1_ValueResult = ValueResult;
|
|
388
385
|
type context$1_ValueResults = ValueResults;
|
|
389
386
|
declare namespace context$1 {
|
|
390
|
-
export { type Aggregation$1 as Aggregation, type context$1_AggregationData as AggregationData, type context$1_AggregationKindOneOf as AggregationKindOneOf, type context$1_AggregationResults as AggregationResults, type context$1_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$1_AggregationResultsScalarResult as AggregationResultsScalarResult, context$1_AggregationType as AggregationType, context$1_DocumentType as DocumentType, type context$1_NestedAggregation as NestedAggregation, type context$1_NestedAggregationItem as NestedAggregationItem, type context$1_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, context$1_NestedAggregationType as NestedAggregationType, type context$1_NestedResultValue as NestedResultValue, type context$1_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$1_NestedResults as NestedResults, type context$1_Paging as Paging, type context$1_PagingMetadata as PagingMetadata, type context$1_Results as Results, type context$1_ScalarAggregation as ScalarAggregation, type context$1_ScalarResult as ScalarResult, context$1_ScalarType as ScalarType, type context$1_Search as Search, type context$1_SearchDetails as SearchDetails, type SearchOptions$1 as SearchOptions, type context$1_SearchPagingMethodOneOf as SearchPagingMethodOneOf, type SearchRequest$1 as SearchRequest, type SearchResponse$1 as SearchResponse, type SearchResponseNonNullableFields$1 as SearchResponseNonNullableFields, type context$1_SearchResponsePagingOneOf as SearchResponsePagingOneOf, type SiteDocument$1 as SiteDocument, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_ValueAggregation as ValueAggregation, type context$1_ValueAggregationResult as ValueAggregationResult, type context$1_ValueResult as ValueResult, type context$1_ValueResults as ValueResults,
|
|
387
|
+
export { type Aggregation$1 as Aggregation, type context$1_AggregationData as AggregationData, type context$1_AggregationKindOneOf as AggregationKindOneOf, type context$1_AggregationResults as AggregationResults, type context$1_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$1_AggregationResultsScalarResult as AggregationResultsScalarResult, context$1_AggregationType as AggregationType, context$1_DocumentType as DocumentType, type context$1_NestedAggregation as NestedAggregation, type context$1_NestedAggregationItem as NestedAggregationItem, type context$1_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, context$1_NestedAggregationType as NestedAggregationType, type context$1_NestedResultValue as NestedResultValue, type context$1_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$1_NestedResults as NestedResults, type context$1_Paging as Paging, type context$1_PagingMetadata as PagingMetadata, type context$1_Results as Results, type context$1_ScalarAggregation as ScalarAggregation, type context$1_ScalarResult as ScalarResult, context$1_ScalarType as ScalarType, type context$1_Search as Search, type context$1_SearchDetails as SearchDetails, type SearchOptions$1 as SearchOptions, type context$1_SearchPagingMethodOneOf as SearchPagingMethodOneOf, type SearchRequest$1 as SearchRequest, type SearchResponse$1 as SearchResponse, type SearchResponseNonNullableFields$1 as SearchResponseNonNullableFields, type context$1_SearchResponsePagingOneOf as SearchResponsePagingOneOf, type SiteDocument$1 as SiteDocument, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_ValueAggregation as ValueAggregation, type context$1_ValueAggregationResult as ValueAggregationResult, type context$1_ValueResult as ValueResult, type context$1_ValueResults as ValueResults, search$2 as search };
|
|
391
388
|
}
|
|
392
389
|
|
|
393
390
|
/** API is not yet fully migrated to FQDN entity */
|
|
@@ -1255,24 +1252,14 @@ interface TrendingSignature {
|
|
|
1255
1252
|
(options?: TrendingOptions | undefined): Promise<TrendingResponse & TrendingResponseNonNullableFields>;
|
|
1256
1253
|
}
|
|
1257
1254
|
|
|
1258
|
-
declare
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
declare const
|
|
1262
|
-
|
|
1263
|
-
declare const
|
|
1264
|
-
|
|
1265
|
-
declare const
|
|
1266
|
-
type _publicFederatedSuggestType = typeof federatedSuggest$1;
|
|
1267
|
-
declare const federatedSuggest: ReturnType<typeof createRESTModule<_publicFederatedSuggestType>>;
|
|
1268
|
-
type _publicRelatedType = typeof related$1;
|
|
1269
|
-
declare const related: ReturnType<typeof createRESTModule<_publicRelatedType>>;
|
|
1270
|
-
type _publicAutocompleteType = typeof autocomplete$1;
|
|
1271
|
-
declare const autocomplete: ReturnType<typeof createRESTModule<_publicAutocompleteType>>;
|
|
1272
|
-
type _publicFederatedAutocompleteType = typeof federatedAutocomplete$1;
|
|
1273
|
-
declare const federatedAutocomplete: ReturnType<typeof createRESTModule<_publicFederatedAutocompleteType>>;
|
|
1274
|
-
type _publicTrendingType = typeof trending$1;
|
|
1275
|
-
declare const trending: ReturnType<typeof createRESTModule<_publicTrendingType>>;
|
|
1255
|
+
declare const search: BuildRESTFunction<typeof search$1> & typeof search$1;
|
|
1256
|
+
declare const federatedSearch: BuildRESTFunction<typeof federatedSearch$1> & typeof federatedSearch$1;
|
|
1257
|
+
declare const suggest: BuildRESTFunction<typeof suggest$1> & typeof suggest$1;
|
|
1258
|
+
declare const federatedSuggest: BuildRESTFunction<typeof federatedSuggest$1> & typeof federatedSuggest$1;
|
|
1259
|
+
declare const related: BuildRESTFunction<typeof related$1> & typeof related$1;
|
|
1260
|
+
declare const autocomplete: BuildRESTFunction<typeof autocomplete$1> & typeof autocomplete$1;
|
|
1261
|
+
declare const federatedAutocomplete: BuildRESTFunction<typeof federatedAutocomplete$1> & typeof federatedAutocomplete$1;
|
|
1262
|
+
declare const trending: BuildRESTFunction<typeof trending$1> & typeof trending$1;
|
|
1276
1263
|
|
|
1277
1264
|
type context_Aggregation = Aggregation;
|
|
1278
1265
|
declare const context_Aggregation: typeof Aggregation;
|
|
@@ -1366,14 +1353,6 @@ type context_VersioningMode = VersioningMode;
|
|
|
1366
1353
|
declare const context_VersioningMode: typeof VersioningMode;
|
|
1367
1354
|
type context_WebhookIdentityType = WebhookIdentityType;
|
|
1368
1355
|
declare const context_WebhookIdentityType: typeof WebhookIdentityType;
|
|
1369
|
-
type context__publicAutocompleteType = _publicAutocompleteType;
|
|
1370
|
-
type context__publicFederatedAutocompleteType = _publicFederatedAutocompleteType;
|
|
1371
|
-
type context__publicFederatedSearchType = _publicFederatedSearchType;
|
|
1372
|
-
type context__publicFederatedSuggestType = _publicFederatedSuggestType;
|
|
1373
|
-
type context__publicRelatedType = _publicRelatedType;
|
|
1374
|
-
type context__publicSearchType = _publicSearchType;
|
|
1375
|
-
type context__publicSuggestType = _publicSuggestType;
|
|
1376
|
-
type context__publicTrendingType = _publicTrendingType;
|
|
1377
1356
|
declare const context_autocomplete: typeof autocomplete;
|
|
1378
1357
|
declare const context_federatedAutocomplete: typeof federatedAutocomplete;
|
|
1379
1358
|
declare const context_federatedSearch: typeof federatedSearch;
|
|
@@ -1383,7 +1362,7 @@ declare const context_search: typeof search;
|
|
|
1383
1362
|
declare const context_suggest: typeof suggest;
|
|
1384
1363
|
declare const context_trending: typeof trending;
|
|
1385
1364
|
declare namespace context {
|
|
1386
|
-
export { context_Aggregation as Aggregation, type context_AggregationFacet as AggregationFacet, type context_AutocompleteOptions as AutocompleteOptions, type context_AutocompleteRequest as AutocompleteRequest, type context_AutocompleteResponse as AutocompleteResponse, type context_AutocompleteResponseNonNullableFields as AutocompleteResponseNonNullableFields, type context_AutocompleteResponseValue as AutocompleteResponseValue, type context_DeleteByFilterOperation as DeleteByFilterOperation, type context_DeleteByIdsOperation as DeleteByIdsOperation, context_Direction as Direction, type context_DocumentImage as DocumentImage, type context_DocumentPayload as DocumentPayload, type context_DocumentUpdateOperation as DocumentUpdateOperation, type context_Empty as Empty, context_Enum as Enum, type context_FacetClause as FacetClause, type context_FacetClauseClauseOneOf as FacetClauseClauseOneOf, type context_FacetClauses as FacetClauses, type context_FacetCountResponse as FacetCountResponse, type context_FacetsResponse as FacetsResponse, type context_FacetsResponseResponseOneOf as FacetsResponseResponseOneOf, type context_FederatedAutocompleteOptions as FederatedAutocompleteOptions, type context_FederatedAutocompleteRequest as FederatedAutocompleteRequest, type context_FederatedAutocompleteResponse as FederatedAutocompleteResponse, type context_FederatedAutocompleteResponseNonNullableFields as FederatedAutocompleteResponseNonNullableFields, type context_FederatedAutocompleteResults as FederatedAutocompleteResults, type context_FederatedSearchDocuments as FederatedSearchDocuments, type context_FederatedSearchOptions as FederatedSearchOptions, type context_FederatedSearchRequest as FederatedSearchRequest, type context_FederatedSearchResponse as FederatedSearchResponse, type context_FederatedSearchResponseNonNullableFields as FederatedSearchResponseNonNullableFields, type context_FederatedSuggestDocuments as FederatedSuggestDocuments, type context_FederatedSuggestOptions as FederatedSuggestOptions, type context_FederatedSuggestRequest as FederatedSuggestRequest, type context_FederatedSuggestResponse as FederatedSuggestResponse, type context_HierarchicalAggregationResponse as HierarchicalAggregationResponse, type context_HierarchicalFacet as HierarchicalFacet, type context_HierarchicalFacetClauseOneOf as HierarchicalFacetClauseOneOf, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_IndexDocument as IndexDocument, type context_InternalDocument as InternalDocument, type context_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context_InternalUpdateExistingOperation as InternalUpdateExistingOperation, type context_MaxAggregationResponse as MaxAggregationResponse, type context_MessageEnvelope as MessageEnvelope, type context_MinAggregationResponse as MinAggregationResponse, type context_MinMaxAggregationResponse as MinMaxAggregationResponse, type context_NextPageResponse as NextPageResponse, type context_OrderingClause as OrderingClause, type context_OrderingClauses as OrderingClauses, type context_RelatedOptions as RelatedOptions, type context_RelatedRequest as RelatedRequest, type context_RelatedResponse as RelatedResponse, type context_SearchOptions as SearchOptions, type context_SearchPaging as SearchPaging, type context_SearchProperty as SearchProperty, type context_SearchRequest as SearchRequest, type context_SearchResponse as SearchResponse, type context_SearchResponseNonNullableFields as SearchResponseNonNullableFields, type context_SiteDocument as SiteDocument, type context_SuggestOptions as SuggestOptions, type context_SuggestRequest as SuggestRequest, type context_SuggestResponse as SuggestResponse, type context_SumAggregationResponse as SumAggregationResponse, type context_TermAggregationResponse as TermAggregationResponse, type context_TermFacet as TermFacet, type context_TrendingItems as TrendingItems, type context_TrendingOptions as TrendingOptions, type context_TrendingRequest as TrendingRequest, type context_TrendingResponse as TrendingResponse, type context_TrendingResponseNonNullableFields as TrendingResponseNonNullableFields, type context_UpdateByFilterOperation as UpdateByFilterOperation, type context_UpdateDocumentsEvent as UpdateDocumentsEvent, type context_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type context_UpdateExistingOperation as UpdateExistingOperation, type context_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context_V1DeleteByFilterOperation as V1DeleteByFilterOperation, type context_V1DeleteByIdsOperation as V1DeleteByIdsOperation, type context_Value as Value, type context_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context_VersionedDocumentId as VersionedDocumentId, type context_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context_VersioningMode as VersioningMode, context_WebhookIdentityType as WebhookIdentityType,
|
|
1365
|
+
export { context_Aggregation as Aggregation, type context_AggregationFacet as AggregationFacet, type context_AutocompleteOptions as AutocompleteOptions, type context_AutocompleteRequest as AutocompleteRequest, type context_AutocompleteResponse as AutocompleteResponse, type context_AutocompleteResponseNonNullableFields as AutocompleteResponseNonNullableFields, type context_AutocompleteResponseValue as AutocompleteResponseValue, type context_DeleteByFilterOperation as DeleteByFilterOperation, type context_DeleteByIdsOperation as DeleteByIdsOperation, context_Direction as Direction, type context_DocumentImage as DocumentImage, type context_DocumentPayload as DocumentPayload, type context_DocumentUpdateOperation as DocumentUpdateOperation, type context_Empty as Empty, context_Enum as Enum, type context_FacetClause as FacetClause, type context_FacetClauseClauseOneOf as FacetClauseClauseOneOf, type context_FacetClauses as FacetClauses, type context_FacetCountResponse as FacetCountResponse, type context_FacetsResponse as FacetsResponse, type context_FacetsResponseResponseOneOf as FacetsResponseResponseOneOf, type context_FederatedAutocompleteOptions as FederatedAutocompleteOptions, type context_FederatedAutocompleteRequest as FederatedAutocompleteRequest, type context_FederatedAutocompleteResponse as FederatedAutocompleteResponse, type context_FederatedAutocompleteResponseNonNullableFields as FederatedAutocompleteResponseNonNullableFields, type context_FederatedAutocompleteResults as FederatedAutocompleteResults, type context_FederatedSearchDocuments as FederatedSearchDocuments, type context_FederatedSearchOptions as FederatedSearchOptions, type context_FederatedSearchRequest as FederatedSearchRequest, type context_FederatedSearchResponse as FederatedSearchResponse, type context_FederatedSearchResponseNonNullableFields as FederatedSearchResponseNonNullableFields, type context_FederatedSuggestDocuments as FederatedSuggestDocuments, type context_FederatedSuggestOptions as FederatedSuggestOptions, type context_FederatedSuggestRequest as FederatedSuggestRequest, type context_FederatedSuggestResponse as FederatedSuggestResponse, type context_HierarchicalAggregationResponse as HierarchicalAggregationResponse, type context_HierarchicalFacet as HierarchicalFacet, type context_HierarchicalFacetClauseOneOf as HierarchicalFacetClauseOneOf, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_IndexDocument as IndexDocument, type context_InternalDocument as InternalDocument, type context_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context_InternalUpdateExistingOperation as InternalUpdateExistingOperation, type context_MaxAggregationResponse as MaxAggregationResponse, type context_MessageEnvelope as MessageEnvelope, type context_MinAggregationResponse as MinAggregationResponse, type context_MinMaxAggregationResponse as MinMaxAggregationResponse, type context_NextPageResponse as NextPageResponse, type context_OrderingClause as OrderingClause, type context_OrderingClauses as OrderingClauses, type context_RelatedOptions as RelatedOptions, type context_RelatedRequest as RelatedRequest, type context_RelatedResponse as RelatedResponse, type context_SearchOptions as SearchOptions, type context_SearchPaging as SearchPaging, type context_SearchProperty as SearchProperty, type context_SearchRequest as SearchRequest, type context_SearchResponse as SearchResponse, type context_SearchResponseNonNullableFields as SearchResponseNonNullableFields, type context_SiteDocument as SiteDocument, type context_SuggestOptions as SuggestOptions, type context_SuggestRequest as SuggestRequest, type context_SuggestResponse as SuggestResponse, type context_SumAggregationResponse as SumAggregationResponse, type context_TermAggregationResponse as TermAggregationResponse, type context_TermFacet as TermFacet, type context_TrendingItems as TrendingItems, type context_TrendingOptions as TrendingOptions, type context_TrendingRequest as TrendingRequest, type context_TrendingResponse as TrendingResponse, type context_TrendingResponseNonNullableFields as TrendingResponseNonNullableFields, type context_UpdateByFilterOperation as UpdateByFilterOperation, type context_UpdateDocumentsEvent as UpdateDocumentsEvent, type context_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type context_UpdateExistingOperation as UpdateExistingOperation, type context_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context_V1DeleteByFilterOperation as V1DeleteByFilterOperation, type context_V1DeleteByIdsOperation as V1DeleteByIdsOperation, type context_Value as Value, type context_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context_VersionedDocumentId as VersionedDocumentId, type context_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context_VersioningMode as VersioningMode, context_WebhookIdentityType as WebhookIdentityType, context_autocomplete as autocomplete, context_federatedAutocomplete as federatedAutocomplete, context_federatedSearch as federatedSearch, context_federatedSuggest as federatedSuggest, context_related as related, context_search as search, context_suggest as suggest, context_trending as trending };
|
|
1387
1366
|
}
|
|
1388
1367
|
|
|
1389
1368
|
export { context as siteSearch, context$1 as wixSiteSearch };
|
|
@@ -346,10 +346,7 @@ interface SearchSignature$1 {
|
|
|
346
346
|
(search: Search, documentType: DocumentType, options?: SearchOptions$1 | undefined): Promise<SearchResponse$1 & SearchResponseNonNullableFields$1>;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
declare
|
|
350
|
-
|
|
351
|
-
type _publicSearchType$1 = typeof search$3;
|
|
352
|
-
declare const search$2: ReturnType<typeof createRESTModule$1<_publicSearchType>>;
|
|
349
|
+
declare const search$2: BuildRESTFunction<typeof search$3> & typeof search$3;
|
|
353
350
|
|
|
354
351
|
type index_d$1_AggregationData = AggregationData;
|
|
355
352
|
type index_d$1_AggregationKindOneOf = AggregationKindOneOf;
|
|
@@ -387,7 +384,7 @@ type index_d$1_ValueAggregationResult = ValueAggregationResult;
|
|
|
387
384
|
type index_d$1_ValueResult = ValueResult;
|
|
388
385
|
type index_d$1_ValueResults = ValueResults;
|
|
389
386
|
declare namespace index_d$1 {
|
|
390
|
-
export { type Aggregation$1 as Aggregation, type index_d$1_AggregationData as AggregationData, type index_d$1_AggregationKindOneOf as AggregationKindOneOf, type index_d$1_AggregationResults as AggregationResults, type index_d$1_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$1_AggregationResultsScalarResult as AggregationResultsScalarResult, index_d$1_AggregationType as AggregationType, index_d$1_DocumentType as DocumentType, type index_d$1_NestedAggregation as NestedAggregation, type index_d$1_NestedAggregationItem as NestedAggregationItem, type index_d$1_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, index_d$1_NestedAggregationType as NestedAggregationType, type index_d$1_NestedResultValue as NestedResultValue, type index_d$1_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$1_NestedResults as NestedResults, type index_d$1_Paging as Paging, type index_d$1_PagingMetadata as PagingMetadata, type index_d$1_Results as Results, type index_d$1_ScalarAggregation as ScalarAggregation, type index_d$1_ScalarResult as ScalarResult, index_d$1_ScalarType as ScalarType, type index_d$1_Search as Search, type index_d$1_SearchDetails as SearchDetails, type SearchOptions$1 as SearchOptions, type index_d$1_SearchPagingMethodOneOf as SearchPagingMethodOneOf, type SearchRequest$1 as SearchRequest, type SearchResponse$1 as SearchResponse, type SearchResponseNonNullableFields$1 as SearchResponseNonNullableFields, type index_d$1_SearchResponsePagingOneOf as SearchResponsePagingOneOf, type SiteDocument$1 as SiteDocument, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_ValueAggregation as ValueAggregation, type index_d$1_ValueAggregationResult as ValueAggregationResult, type index_d$1_ValueResult as ValueResult, type index_d$1_ValueResults as ValueResults,
|
|
387
|
+
export { type Aggregation$1 as Aggregation, type index_d$1_AggregationData as AggregationData, type index_d$1_AggregationKindOneOf as AggregationKindOneOf, type index_d$1_AggregationResults as AggregationResults, type index_d$1_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$1_AggregationResultsScalarResult as AggregationResultsScalarResult, index_d$1_AggregationType as AggregationType, index_d$1_DocumentType as DocumentType, type index_d$1_NestedAggregation as NestedAggregation, type index_d$1_NestedAggregationItem as NestedAggregationItem, type index_d$1_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, index_d$1_NestedAggregationType as NestedAggregationType, type index_d$1_NestedResultValue as NestedResultValue, type index_d$1_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$1_NestedResults as NestedResults, type index_d$1_Paging as Paging, type index_d$1_PagingMetadata as PagingMetadata, type index_d$1_Results as Results, type index_d$1_ScalarAggregation as ScalarAggregation, type index_d$1_ScalarResult as ScalarResult, index_d$1_ScalarType as ScalarType, type index_d$1_Search as Search, type index_d$1_SearchDetails as SearchDetails, type SearchOptions$1 as SearchOptions, type index_d$1_SearchPagingMethodOneOf as SearchPagingMethodOneOf, type SearchRequest$1 as SearchRequest, type SearchResponse$1 as SearchResponse, type SearchResponseNonNullableFields$1 as SearchResponseNonNullableFields, type index_d$1_SearchResponsePagingOneOf as SearchResponsePagingOneOf, type SiteDocument$1 as SiteDocument, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_ValueAggregation as ValueAggregation, type index_d$1_ValueAggregationResult as ValueAggregationResult, type index_d$1_ValueResult as ValueResult, type index_d$1_ValueResults as ValueResults, search$2 as search };
|
|
391
388
|
}
|
|
392
389
|
|
|
393
390
|
/** API is not yet fully migrated to FQDN entity */
|
|
@@ -1255,24 +1252,14 @@ interface TrendingSignature {
|
|
|
1255
1252
|
(options?: TrendingOptions | undefined): Promise<TrendingResponse & TrendingResponseNonNullableFields>;
|
|
1256
1253
|
}
|
|
1257
1254
|
|
|
1258
|
-
declare
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
declare const
|
|
1262
|
-
|
|
1263
|
-
declare const
|
|
1264
|
-
|
|
1265
|
-
declare const
|
|
1266
|
-
type _publicFederatedSuggestType = typeof federatedSuggest$1;
|
|
1267
|
-
declare const federatedSuggest: ReturnType<typeof createRESTModule<_publicFederatedSuggestType>>;
|
|
1268
|
-
type _publicRelatedType = typeof related$1;
|
|
1269
|
-
declare const related: ReturnType<typeof createRESTModule<_publicRelatedType>>;
|
|
1270
|
-
type _publicAutocompleteType = typeof autocomplete$1;
|
|
1271
|
-
declare const autocomplete: ReturnType<typeof createRESTModule<_publicAutocompleteType>>;
|
|
1272
|
-
type _publicFederatedAutocompleteType = typeof federatedAutocomplete$1;
|
|
1273
|
-
declare const federatedAutocomplete: ReturnType<typeof createRESTModule<_publicFederatedAutocompleteType>>;
|
|
1274
|
-
type _publicTrendingType = typeof trending$1;
|
|
1275
|
-
declare const trending: ReturnType<typeof createRESTModule<_publicTrendingType>>;
|
|
1255
|
+
declare const search: BuildRESTFunction<typeof search$1> & typeof search$1;
|
|
1256
|
+
declare const federatedSearch: BuildRESTFunction<typeof federatedSearch$1> & typeof federatedSearch$1;
|
|
1257
|
+
declare const suggest: BuildRESTFunction<typeof suggest$1> & typeof suggest$1;
|
|
1258
|
+
declare const federatedSuggest: BuildRESTFunction<typeof federatedSuggest$1> & typeof federatedSuggest$1;
|
|
1259
|
+
declare const related: BuildRESTFunction<typeof related$1> & typeof related$1;
|
|
1260
|
+
declare const autocomplete: BuildRESTFunction<typeof autocomplete$1> & typeof autocomplete$1;
|
|
1261
|
+
declare const federatedAutocomplete: BuildRESTFunction<typeof federatedAutocomplete$1> & typeof federatedAutocomplete$1;
|
|
1262
|
+
declare const trending: BuildRESTFunction<typeof trending$1> & typeof trending$1;
|
|
1276
1263
|
|
|
1277
1264
|
type index_d_Aggregation = Aggregation;
|
|
1278
1265
|
declare const index_d_Aggregation: typeof Aggregation;
|
|
@@ -1366,14 +1353,6 @@ type index_d_VersioningMode = VersioningMode;
|
|
|
1366
1353
|
declare const index_d_VersioningMode: typeof VersioningMode;
|
|
1367
1354
|
type index_d_WebhookIdentityType = WebhookIdentityType;
|
|
1368
1355
|
declare const index_d_WebhookIdentityType: typeof WebhookIdentityType;
|
|
1369
|
-
type index_d__publicAutocompleteType = _publicAutocompleteType;
|
|
1370
|
-
type index_d__publicFederatedAutocompleteType = _publicFederatedAutocompleteType;
|
|
1371
|
-
type index_d__publicFederatedSearchType = _publicFederatedSearchType;
|
|
1372
|
-
type index_d__publicFederatedSuggestType = _publicFederatedSuggestType;
|
|
1373
|
-
type index_d__publicRelatedType = _publicRelatedType;
|
|
1374
|
-
type index_d__publicSearchType = _publicSearchType;
|
|
1375
|
-
type index_d__publicSuggestType = _publicSuggestType;
|
|
1376
|
-
type index_d__publicTrendingType = _publicTrendingType;
|
|
1377
1356
|
declare const index_d_autocomplete: typeof autocomplete;
|
|
1378
1357
|
declare const index_d_federatedAutocomplete: typeof federatedAutocomplete;
|
|
1379
1358
|
declare const index_d_federatedSearch: typeof federatedSearch;
|
|
@@ -1383,7 +1362,7 @@ declare const index_d_search: typeof search;
|
|
|
1383
1362
|
declare const index_d_suggest: typeof suggest;
|
|
1384
1363
|
declare const index_d_trending: typeof trending;
|
|
1385
1364
|
declare namespace index_d {
|
|
1386
|
-
export { index_d_Aggregation as Aggregation, type index_d_AggregationFacet as AggregationFacet, type index_d_AutocompleteOptions as AutocompleteOptions, type index_d_AutocompleteRequest as AutocompleteRequest, type index_d_AutocompleteResponse as AutocompleteResponse, type index_d_AutocompleteResponseNonNullableFields as AutocompleteResponseNonNullableFields, type index_d_AutocompleteResponseValue as AutocompleteResponseValue, type index_d_DeleteByFilterOperation as DeleteByFilterOperation, type index_d_DeleteByIdsOperation as DeleteByIdsOperation, index_d_Direction as Direction, type index_d_DocumentImage as DocumentImage, type index_d_DocumentPayload as DocumentPayload, type index_d_DocumentUpdateOperation as DocumentUpdateOperation, type index_d_Empty as Empty, index_d_Enum as Enum, type index_d_FacetClause as FacetClause, type index_d_FacetClauseClauseOneOf as FacetClauseClauseOneOf, type index_d_FacetClauses as FacetClauses, type index_d_FacetCountResponse as FacetCountResponse, type index_d_FacetsResponse as FacetsResponse, type index_d_FacetsResponseResponseOneOf as FacetsResponseResponseOneOf, type index_d_FederatedAutocompleteOptions as FederatedAutocompleteOptions, type index_d_FederatedAutocompleteRequest as FederatedAutocompleteRequest, type index_d_FederatedAutocompleteResponse as FederatedAutocompleteResponse, type index_d_FederatedAutocompleteResponseNonNullableFields as FederatedAutocompleteResponseNonNullableFields, type index_d_FederatedAutocompleteResults as FederatedAutocompleteResults, type index_d_FederatedSearchDocuments as FederatedSearchDocuments, type index_d_FederatedSearchOptions as FederatedSearchOptions, type index_d_FederatedSearchRequest as FederatedSearchRequest, type index_d_FederatedSearchResponse as FederatedSearchResponse, type index_d_FederatedSearchResponseNonNullableFields as FederatedSearchResponseNonNullableFields, type index_d_FederatedSuggestDocuments as FederatedSuggestDocuments, type index_d_FederatedSuggestOptions as FederatedSuggestOptions, type index_d_FederatedSuggestRequest as FederatedSuggestRequest, type index_d_FederatedSuggestResponse as FederatedSuggestResponse, type index_d_HierarchicalAggregationResponse as HierarchicalAggregationResponse, type index_d_HierarchicalFacet as HierarchicalFacet, type index_d_HierarchicalFacetClauseOneOf as HierarchicalFacetClauseOneOf, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_IndexDocument as IndexDocument, type index_d_InternalDocument as InternalDocument, type index_d_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d_InternalUpdateExistingOperation as InternalUpdateExistingOperation, type index_d_MaxAggregationResponse as MaxAggregationResponse, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MinAggregationResponse as MinAggregationResponse, type index_d_MinMaxAggregationResponse as MinMaxAggregationResponse, type index_d_NextPageResponse as NextPageResponse, type index_d_OrderingClause as OrderingClause, type index_d_OrderingClauses as OrderingClauses, type index_d_RelatedOptions as RelatedOptions, type index_d_RelatedRequest as RelatedRequest, type index_d_RelatedResponse as RelatedResponse, type index_d_SearchOptions as SearchOptions, type index_d_SearchPaging as SearchPaging, type index_d_SearchProperty as SearchProperty, type index_d_SearchRequest as SearchRequest, type index_d_SearchResponse as SearchResponse, type index_d_SearchResponseNonNullableFields as SearchResponseNonNullableFields, type index_d_SiteDocument as SiteDocument, type index_d_SuggestOptions as SuggestOptions, type index_d_SuggestRequest as SuggestRequest, type index_d_SuggestResponse as SuggestResponse, type index_d_SumAggregationResponse as SumAggregationResponse, type index_d_TermAggregationResponse as TermAggregationResponse, type index_d_TermFacet as TermFacet, type index_d_TrendingItems as TrendingItems, type index_d_TrendingOptions as TrendingOptions, type index_d_TrendingRequest as TrendingRequest, type index_d_TrendingResponse as TrendingResponse, type index_d_TrendingResponseNonNullableFields as TrendingResponseNonNullableFields, type index_d_UpdateByFilterOperation as UpdateByFilterOperation, type index_d_UpdateDocumentsEvent as UpdateDocumentsEvent, type index_d_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type index_d_UpdateExistingOperation as UpdateExistingOperation, type index_d_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d_V1DeleteByFilterOperation as V1DeleteByFilterOperation, type index_d_V1DeleteByIdsOperation as V1DeleteByIdsOperation, type index_d_Value as Value, type index_d_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d_VersionedDocumentId as VersionedDocumentId, type index_d_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d_VersioningMode as VersioningMode, index_d_WebhookIdentityType as WebhookIdentityType,
|
|
1365
|
+
export { index_d_Aggregation as Aggregation, type index_d_AggregationFacet as AggregationFacet, type index_d_AutocompleteOptions as AutocompleteOptions, type index_d_AutocompleteRequest as AutocompleteRequest, type index_d_AutocompleteResponse as AutocompleteResponse, type index_d_AutocompleteResponseNonNullableFields as AutocompleteResponseNonNullableFields, type index_d_AutocompleteResponseValue as AutocompleteResponseValue, type index_d_DeleteByFilterOperation as DeleteByFilterOperation, type index_d_DeleteByIdsOperation as DeleteByIdsOperation, index_d_Direction as Direction, type index_d_DocumentImage as DocumentImage, type index_d_DocumentPayload as DocumentPayload, type index_d_DocumentUpdateOperation as DocumentUpdateOperation, type index_d_Empty as Empty, index_d_Enum as Enum, type index_d_FacetClause as FacetClause, type index_d_FacetClauseClauseOneOf as FacetClauseClauseOneOf, type index_d_FacetClauses as FacetClauses, type index_d_FacetCountResponse as FacetCountResponse, type index_d_FacetsResponse as FacetsResponse, type index_d_FacetsResponseResponseOneOf as FacetsResponseResponseOneOf, type index_d_FederatedAutocompleteOptions as FederatedAutocompleteOptions, type index_d_FederatedAutocompleteRequest as FederatedAutocompleteRequest, type index_d_FederatedAutocompleteResponse as FederatedAutocompleteResponse, type index_d_FederatedAutocompleteResponseNonNullableFields as FederatedAutocompleteResponseNonNullableFields, type index_d_FederatedAutocompleteResults as FederatedAutocompleteResults, type index_d_FederatedSearchDocuments as FederatedSearchDocuments, type index_d_FederatedSearchOptions as FederatedSearchOptions, type index_d_FederatedSearchRequest as FederatedSearchRequest, type index_d_FederatedSearchResponse as FederatedSearchResponse, type index_d_FederatedSearchResponseNonNullableFields as FederatedSearchResponseNonNullableFields, type index_d_FederatedSuggestDocuments as FederatedSuggestDocuments, type index_d_FederatedSuggestOptions as FederatedSuggestOptions, type index_d_FederatedSuggestRequest as FederatedSuggestRequest, type index_d_FederatedSuggestResponse as FederatedSuggestResponse, type index_d_HierarchicalAggregationResponse as HierarchicalAggregationResponse, type index_d_HierarchicalFacet as HierarchicalFacet, type index_d_HierarchicalFacetClauseOneOf as HierarchicalFacetClauseOneOf, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_IndexDocument as IndexDocument, type index_d_InternalDocument as InternalDocument, type index_d_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d_InternalUpdateExistingOperation as InternalUpdateExistingOperation, type index_d_MaxAggregationResponse as MaxAggregationResponse, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MinAggregationResponse as MinAggregationResponse, type index_d_MinMaxAggregationResponse as MinMaxAggregationResponse, type index_d_NextPageResponse as NextPageResponse, type index_d_OrderingClause as OrderingClause, type index_d_OrderingClauses as OrderingClauses, type index_d_RelatedOptions as RelatedOptions, type index_d_RelatedRequest as RelatedRequest, type index_d_RelatedResponse as RelatedResponse, type index_d_SearchOptions as SearchOptions, type index_d_SearchPaging as SearchPaging, type index_d_SearchProperty as SearchProperty, type index_d_SearchRequest as SearchRequest, type index_d_SearchResponse as SearchResponse, type index_d_SearchResponseNonNullableFields as SearchResponseNonNullableFields, type index_d_SiteDocument as SiteDocument, type index_d_SuggestOptions as SuggestOptions, type index_d_SuggestRequest as SuggestRequest, type index_d_SuggestResponse as SuggestResponse, type index_d_SumAggregationResponse as SumAggregationResponse, type index_d_TermAggregationResponse as TermAggregationResponse, type index_d_TermFacet as TermFacet, type index_d_TrendingItems as TrendingItems, type index_d_TrendingOptions as TrendingOptions, type index_d_TrendingRequest as TrendingRequest, type index_d_TrendingResponse as TrendingResponse, type index_d_TrendingResponseNonNullableFields as TrendingResponseNonNullableFields, type index_d_UpdateByFilterOperation as UpdateByFilterOperation, type index_d_UpdateDocumentsEvent as UpdateDocumentsEvent, type index_d_UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOf, type index_d_UpdateExistingOperation as UpdateExistingOperation, type index_d_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d_V1DeleteByFilterOperation as V1DeleteByFilterOperation, type index_d_V1DeleteByIdsOperation as V1DeleteByIdsOperation, type index_d_Value as Value, type index_d_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d_VersionedDocumentId as VersionedDocumentId, type index_d_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d_VersioningMode as VersioningMode, index_d_WebhookIdentityType as WebhookIdentityType, index_d_autocomplete as autocomplete, index_d_federatedAutocomplete as federatedAutocomplete, index_d_federatedSearch as federatedSearch, index_d_federatedSuggest as federatedSuggest, index_d_related as related, index_d_search as search, index_d_suggest as suggest, index_d_trending as trending };
|
|
1387
1366
|
}
|
|
1388
1367
|
|
|
1389
1368
|
export { index_d as siteSearch, index_d$1 as wixSiteSearch };
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAqE;AACrE,8EAA8D"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA6D;AAGpD,sCAAa;AAFtB,oEAAsD;AAE9B,gCAAU"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,2EAA2D"}
|