-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support CloudChoice functionality
- Loading branch information
Showing
13 changed files
with
75 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- @yext/[email protected].0 | ||
- @yext/[email protected].4 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/search-headless](./search-headless.md) > [CloudChoice](./search-headless.cloudchoice.md) | ||
|
||
## CloudChoice enum | ||
|
||
Defines the cloud choice of the API domains. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare enum CloudChoice | ||
``` | ||
|
||
## Enumeration Members | ||
|
||
| Member | Value | Description | | ||
| --- | --- | --- | | ||
| GLOBAL\_GCP | <code>"GLOBAL-GCP"</code> | | | ||
| GLOBAL\_MULTI | <code>"GLOBAL-MULTI"</code> | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/search-headless](./search-headless.md) > [Segment](./search-headless.segment.md) > [pageNumber](./search-headless.segment.pagenumber.md) | ||
|
||
## Segment.pageNumber property | ||
|
||
The page number of the document that the segment came from. Populated only for pdf files. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
pageNumber?: number; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/search-headless](./search-headless.md) > [ServingConfig](./search-headless.servingconfig.md) > [cloudChoice](./search-headless.servingconfig.cloudchoice.md) | ||
|
||
## ServingConfig.cloudChoice property | ||
|
||
Defines the cloud choice of the API domains. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
cloudChoice?: CloudChoice; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@yext/search-headless", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "A library for powering UI components for Yext Search integrations", | ||
"author": "[email protected]", | ||
"license": "BSD-3-Clause", | ||
|
@@ -29,7 +29,7 @@ | |
}, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.8.1", | ||
"@yext/search-core": "^2.5.0", | ||
"@yext/search-core": "^2.5.4", | ||
"js-levenshtein": "^1.1.6", | ||
"lodash": "^4.17.21" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.