Skip to content

Commit

Permalink
Merge master (v2.5.5) into develop
Browse files Browse the repository at this point in the history
Pulls recent master branch changes into develop
  • Loading branch information
Fondryext authored Dec 10, 2024
2 parents 48c643a + 9b02541 commit 1d15d29
Show file tree
Hide file tree
Showing 417 changed files with 21,796 additions and 13,536 deletions.
12 changes: 6 additions & 6 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The following NPM package may be included in this product:

- @babel/runtime-corejs3@7.12.5
- @babel/runtime-corejs3@7.26.0

This package contains the following license and notice below:

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

The following NPM package may be included in this product:

- core-js-pure@3.8.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 All @@ -59,7 +59,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- cross-fetch@3.1.5
- cross-fetch@3.1.8

This package contains the following license and notice below:

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

The following NPM package may be included in this product:

- node-fetch@2.6.7
- node-fetch@2.7.0

This package contains the following license and notice below:

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

The following NPM package may be included in this product:

- regenerator-runtime@0.13.7
- regenerator-runtime@0.14.1

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-core](./search-core.md) | |
<table><thead><tr><th>

Package


</th><th>

Description


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

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


</td><td>


</td></tr>
</tbody></table>
2 changes: 1 addition & 1 deletion docs/search-core.additionalhttpheaders._client-sdk_.md
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-core.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 interface AdditionalHttpHeaders
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| ["Client-SDK"?](./search-core.additionalhttpheaders._client-sdk_.md) | [ClientSDKHeaderValues](./search-core.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-core.additionalhttpheaders._client-sdk_.md)


</td><td>


</td><td>

[ClientSDKHeaderValues](./search-core.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-core.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-core.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-core.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-core.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-core.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-core.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

0 comments on commit 1d15d29

Please sign in to comment.