Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent b9ee23f commit 92a41f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/analytics.eventpayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export interface EventPayload
| [label?](./analytics.eventpayload.label.md) | string | <i>(Optional)</i> A label assigned to the event, e.g. a CTA label. |
| [locale?](./analytics.eventpayload.locale.md) | string | <i>(Optional)</i> The locale of the user who generated the event. |
| [location?](./analytics.eventpayload.location.md) | Coordinates \| string | <i>(Optional)</i> The location information of the visitor for the event. Either a Coordinates object with both latitude and longitude or a string with the country of the visitor for the event, as a ISO 3166-1 alpha-2 country code. |
| [nonce?](./analytics.eventpayload.nonce.md) | string | <i>(Optional)</i> |
| [pageUrl?](./analytics.eventpayload.pageurl.md) | string | <i>(Optional)</i> The URL of the page where the event occurred |
| [referrerUrl?](./analytics.eventpayload.referrerurl.md) | string | <i>(Optional)</i> The URL of the page which the visitor came from prior to the event. |
| [search?](./analytics.eventpayload.search.md) | { searchId?: string; queryId?: string; verticalKey?: string; isDirectAnswer?: boolean; versionLabel?: [VersionLabel](./analytics.versionlabel.md)<!-- -->; versionNumber?: number; experienceKey: string; } | <i>(Optional)</i> Fields specific to reporting Yext Search Analytics Events |
Expand Down
11 changes: 0 additions & 11 deletions docs/analytics.eventpayload.nonce.md

This file was deleted.

2 changes: 0 additions & 2 deletions etc/analytics.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export interface EventPayload {
locale?: string;
// Warning: (ae-forgotten-export) The symbol "Coordinates" needs to be exported by the entry point index.d.ts
location?: Coordinates | string;
// (undocumented)
nonce?: string;
pageUrl?: string;
referrerUrl?: string;
search?: {
Expand Down

0 comments on commit 92a41f9

Please sign in to comment.