Skip to content

Commit

Permalink
Merge pull request #28 from yext/version-update
Browse files Browse the repository at this point in the history
ChatConfig: update version tsdoc remarks
  • Loading branch information
nsiskind authored Nov 8, 2023
2 parents 547810d + e1b47bb commit af16c6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/chat-core.chatconfig.version.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ version?: string;

## Remarks

Default to 'STAGING' in Chat API
Default to 'LATEST' in Chat API

## Example

Examples: 'STAGING', 'PRODUCTION', '42'
Examples: 'LATEST', 'STAGING', 'PRODUCTION', '42'

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/chat-core",
"version": "0.7.4",
"version": "0.7.5",
"description": "Typescript Networking Library for the Yext Chat API",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions src/models/ChatConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export interface ChatConfig {
* The version of the chat bot configuration.
*
* @remarks
* Default to 'STAGING' in Chat API
* Default to 'LATEST' in Chat API
*
* @example
* Examples: 'STAGING', 'PRODUCTION', '42'
* Examples: 'LATEST', 'STAGING', 'PRODUCTION', '42'
*/
version?: string;
/**
Expand Down

0 comments on commit af16c6c

Please sign in to comment.