@snf/access-qa-bot 2.3.1-beta.1 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/static/js/main.js +1 -1
- package/build/static/js/main.js.map +1 -1
- package/dist/access-qa-bot.js +2 -2
- package/dist/access-qa-bot.js.map +1 -1
- package/dist/access-qa-bot.standalone.js +1 -1
- package/dist/access-qa-bot.standalone.js.map +1 -1
- package/dist/access-qa-bot.umd.cjs +1 -1
- package/dist/access-qa-bot.umd.cjs.map +1 -1
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ function MyApp() {
|
|
|
149
149
|
| `welcome` | string | - | Welcome message |
|
|
150
150
|
| `userEmail` | string | - | User's email (pre-populates ticket forms when logged in) |
|
|
151
151
|
| `userName` | string | - | User's display name (pre-populates ticket forms when logged in) |
|
|
152
|
-
| `
|
|
152
|
+
| `accessId` | string | - | User's ACCESS ID (pre-populates ticket forms when logged in) |
|
|
153
153
|
|
|
154
154
|
### Standalone Javascript
|
|
155
155
|
|
|
@@ -204,7 +204,7 @@ botController.destroy();
|
|
|
204
204
|
| `welcome` | string | - | Welcome message |
|
|
205
205
|
| `userEmail` | string | - | User's email (pre-populates ticket forms when logged in) |
|
|
206
206
|
| `userName` | string | - | User's display name (pre-populates ticket forms when logged in) |
|
|
207
|
-
| `
|
|
207
|
+
| `accessId` | string | - | User's ACCESS ID (pre-populates ticket forms when logged in) |
|
|
208
208
|
|
|
209
209
|
> **More Examples**: See `index.html` in this repository for examples including login state management, embedded mode, and programmatic control. Run the react app to see the same in a react context.
|
|
210
210
|
|