-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove deprecated code #132
Changes from all commits
785b2cb
d041b85
1405b24
b444ac1
f3622ec
625fc93
7df3c42
1afa5b3
5c85a8f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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].215 | ||
- @yext/[email protected].218 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/search-headless](./search-headless.md) > [BaseSearchConfig](./search-headless.basesearchconfig.md) > [additionalQueryParams](./search-headless.basesearchconfig.additionalqueryparams.md) | ||
|
||
## BaseSearchConfig.additionalQueryParams property | ||
|
||
Additional query params added on to every request. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
additionalQueryParams?: { | ||
[key: string]: string | number | boolean; | ||
}; | ||
``` |
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before you merge, can we bump the version for this repo as well? I want to publish another alpha version for search-headless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will make another PR to bump the version since it's currently alpha.133, but my PR is 132.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we already have an alpha for a later PR number, maybe it would make more sense to merge this PR without a version bump and open a new PR for that so the numbering remains consistent