Skip to content
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

search-headless: Resolve Vulnerabilities #188

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 10 additions & 10 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The following NPM packages may be included in this product:

- @babel/runtime-corejs3@7.16.5
- @babel/runtime@7.16.5
- @babel/runtime-corejs3@7.26.0
- @babel/runtime@7.26.0

These packages each contain the following license and notice below:

Expand Down Expand Up @@ -32,7 +32,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following NPM package may be included in this product:

- @reduxjs/toolkit@1.8.1
- @reduxjs/toolkit@1.9.7

This package contains the following license and notice below:

Expand Down Expand Up @@ -106,11 +106,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- core-js-pure@3.19.3
- core-js-pure@3.39.0

This package contains the following license and notice below:

Copyright (c) 2014-2021 Denis Pushkarev
Copyright (c) 2014-2024 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -164,7 +164,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- [email protected].7
- [email protected].21

This package contains the following license and notice below:

Expand Down Expand Up @@ -310,7 +310,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- [email protected].1
- [email protected].2

This package contains the following license and notice below:

Expand Down Expand Up @@ -340,7 +340,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- redux@4.1.2
- redux@4.2.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -370,7 +370,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- regenerator-runtime@0.13.9
- regenerator-runtime@0.14.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -400,7 +400,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- [email protected].5
- [email protected].8

This package contains the following license and notice below:

Expand Down
23 changes: 20 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@

## Packages

| Package | Description |
| --- | --- |
| [@yext/search-headless](./search-headless.md) | |
<table><thead><tr><th>

Package


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[@yext/search-headless](./search-headless.md)


</td><td>


</td></tr>
</tbody></table>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Additional agents and their versions used to create the Search experience. The information for these agents is added to the Client-SDK HTTP header along with that of the ANSWERS\_CORE agent.

<b>Signature:</b>
**Signature:**

```typescript
'Client-SDK'?: ClientSDKHeaderValues;
Expand Down
45 changes: 41 additions & 4 deletions docs/search-headless.additionalhttpheaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,52 @@

AdditionalHttpHeaders allows users to specify additional values for specific HTTP headers.

<b>Signature:</b>
**Signature:**

```typescript
export declare interface AdditionalHttpHeaders
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| ["Client-SDK"?](./search-headless.additionalhttpheaders._client-sdk_.md) | [ClientSDKHeaderValues](./search-headless.clientsdkheadervalues.md) | <i>(Optional)</i> Additional agents and their versions used to create the Search experience. The information for these agents is added to the Client-SDK HTTP header along with that of the ANSWERS\_CORE agent. |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

["Client-SDK"?](./search-headless.additionalhttpheaders._client-sdk_.md)


</td><td>


</td><td>

[ClientSDKHeaderValues](./search-headless.clientsdkheadervalues.md)


</td><td>

_(Optional)_ Additional agents and their versions used to create the Search experience. The information for these agents is added to the Client-SDK HTTP header along with that of the ANSWERS\_CORE agent.


</td></tr>
</tbody></table>
2 changes: 1 addition & 1 deletion docs/search-headless.address.city.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.city property

<b>Signature:</b>
**Signature:**

```typescript
city?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.countrycode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.countryCode property

<b>Signature:</b>
**Signature:**

```typescript
countryCode: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.extradescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.extraDescription property

<b>Signature:</b>
**Signature:**

```typescript
extraDescription?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.line1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.line1 property

<b>Signature:</b>
**Signature:**

```typescript
line1?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.line2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.line2 property

<b>Signature:</b>
**Signature:**

```typescript
line2?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.line3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.line3 property

<b>Signature:</b>
**Signature:**

```typescript
line3?: string;
Expand Down
Loading
Loading