-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update to repo's documentation and third party notices from…
… github action
- Loading branch information
1 parent
ecd46e3
commit 32913a5
Showing
12 changed files
with
49 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,7 +195,7 @@ The following NPM packages may be included in this product: | |
- @types/[email protected] | ||
- @types/[email protected] | ||
- @types/[email protected] | ||
- @types/[email protected].0 | ||
- @types/[email protected].4 | ||
- @types/[email protected] | ||
- @types/[email protected] | ||
- @types/[email protected] | ||
|
@@ -321,7 +321,7 @@ THE SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- [email protected].3 | ||
- [email protected].4 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -1024,7 +1024,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI | |
|
||
The following NPM package may be included in this product: | ||
|
||
- [email protected].6 | ||
- [email protected].7 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -1803,13 +1803,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- [email protected].2 | ||
- [email protected].3 | ||
|
||
This package contains the following license and notice below: | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Zeit, Inc. | ||
Copyright (c) 2020 Vercel, Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -1922,13 +1922,13 @@ THE SOFTWARE. | |
|
||
The following NPM package may be included in this product: | ||
|
||
- picocolors@1.0.1 | ||
- picocolors@1.1.0 | ||
|
||
This package contains the following license and notice below: | ||
|
||
ISC License | ||
|
||
Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov | ||
Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core](./chat-core.md) > [Message](./chat-core.message.md) | ||
|
||
## Message interface | ||
|
||
Represents a message within a conversation. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface Message | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [responseId?](./chat-core.message.responseid.md) | | string | _(Optional)_ The response's id in the form of a 26 character ULID. This is present for message coming from server. | | ||
| [source](./chat-core.message.source.md) | | [EnumOrLiteral](./chat-core.enumorliteral.md)<!-- --><[MessageSource](./chat-core.messagesource.md)<!-- -->> | The sender of the message. | | ||
| [text](./chat-core.message.text.md) | | string | The message's content. | | ||
| [timestamp?](./chat-core.message.timestamp.md) | | string | _(Optional)_ Time when the message is sent. | | ||
|
4 changes: 2 additions & 2 deletions
4
...re/docs/chat-core.message_2.responseid.md → ...core/docs/chat-core.message.responseid.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...t-core/docs/chat-core.message_2.source.md → ...hat-core/docs/chat-core.message.source.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...hat-core/docs/chat-core.message_2.text.md → .../chat-core/docs/chat-core.message.text.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ore/docs/chat-core.message_2.timestamp.md → ...-core/docs/chat-core.message.timestamp.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...at-core/docs/chat-core.messagesource_2.md → ...chat-core/docs/chat-core.messagesource.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters