Skip to content

Commit f247cea

Browse files
committed
chore(gong): regenerate docs
1 parent 9ebcefb commit f247cea

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apps/docs/components/ui/icon-mapping.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import {
3737
EyeIcon,
3838
FirecrawlIcon,
3939
FirefliesIcon,
40-
GithubIcon,
4140
GitLabIcon,
41+
GithubIcon,
4242
GmailIcon,
4343
GongIcon,
4444
GoogleBooksIcon,
@@ -71,9 +71,9 @@ import {
7171
LinearIcon,
7272
LinkedInIcon,
7373
LinkupIcon,
74+
MailServerIcon,
7475
MailchimpIcon,
7576
MailgunIcon,
76-
MailServerIcon,
7777
Mem0Icon,
7878
MicrosoftDataverseIcon,
7979
MicrosoftExcelIcon,
@@ -106,6 +106,8 @@ import {
106106
ResendIcon,
107107
RevenueCatIcon,
108108
S3Icon,
109+
SQSIcon,
110+
STTIcon,
109111
SalesforceIcon,
110112
SearchIcon,
111113
SendgridIcon,
@@ -117,19 +119,17 @@ import {
117119
SimilarwebIcon,
118120
SlackIcon,
119121
SmtpIcon,
120-
SQSIcon,
121122
SshIcon,
122-
STTIcon,
123123
StagehandIcon,
124124
StripeIcon,
125125
SupabaseIcon,
126+
TTSIcon,
126127
TavilyIcon,
127128
TelegramIcon,
128129
TextractIcon,
129130
TinybirdIcon,
130131
TranslateIcon,
131132
TrelloIcon,
132-
TTSIcon,
133133
TwilioIcon,
134134
TypeformIcon,
135135
UpstashIcon,
@@ -140,11 +140,11 @@ import {
140140
WhatsAppIcon,
141141
WikipediaIcon,
142142
WordpressIcon,
143-
xIcon,
144143
YouTubeIcon,
145144
ZendeskIcon,
146145
ZepIcon,
147146
ZoomIcon,
147+
xIcon,
148148
} from '@/components/icons'
149149

150150
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

apps/docs/content/docs/en/tools/gong.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,15 +376,15 @@ Retrieve aggregated activity statistics for users by date range from Gong.
376376
|`callsReceivedFeedback` | number | Number of recorded calls the user received feedback on |
377377
|`callsRequestedFeedback` | number | Number of recorded calls the user requested feedback on |
378378
|`callsScorecardsFilled` | number | Number of scorecards the user completed |
379-
|`callsScorecardsReceived` | number | Number of calls where someone filled a scorecard on the user\ |
379+
|`callsScorecardsReceived` | number | Number of calls where someone filled a scorecard on the user's calls |
380380
|`ownCallsListenedTo` | number | Number of the user's own calls the user listened to |
381381
|`othersCallsListenedTo` | number | Number of other users' calls the user listened to |
382382
|`callsSharedInternally` | number | Number of calls the user shared internally |
383383
|`callsSharedExternally` | number | Number of calls the user shared externally |
384384
|`callsCommentsGiven` | number | Number of calls where the user provided at least one comment |
385385
|`callsCommentsReceived` | number | Number of calls where the user received at least one comment |
386386
|`callsMarkedAsFeedbackGiven` | number | Number of calls where the user selected Mark as reviewed |
387-
|`callsMarkedAsFeedbackReceived` | number | Number of calls where others selected Mark as reviewed on the user\ |
387+
|`callsMarkedAsFeedbackReceived` | number | Number of calls where others selected Mark as reviewed on the user's calls |
388388
| `timeZone` | string | The company's defined timezone in Gong |
389389
| `fromDateTime` | string | Start of results in ISO-8601 format |
390390
| `toDateTime` | string | End of results in ISO-8601 format |
@@ -715,7 +715,7 @@ Find all references to an email address in Gong (calls, email messages, meetings
715715
|`fields` | array | Object fields |
716716
|`name` | string | Field name |
717717
|`value` | json | Field value |
718-
| `customerEngagement` | array | Event type |
718+
| `customerEngagement` | array | Customer engagement events \(such as viewing external shared calls\) |
719719
|`eventType` | string | Event type |
720720
|`eventName` | string | Event name |
721721
|`timestamp` | string | Date and time the event occurred in ISO-8601 format |

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@
145145
"zep",
146146
"zoom"
147147
]
148-
}
148+
}

0 commit comments

Comments
 (0)