@snf/access-qa-bot 3.1.1 → 3.2.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 CHANGED
@@ -111,6 +111,7 @@ function MyApp() {
111
111
  | `userEmail` | string | - | Pre-populate email in forms |
112
112
  | `userName` | string | - | Pre-populate name in forms |
113
113
  | `accessId` | string | - | Pre-populate ACCESS ID in forms |
114
+ | `actingUser` | string | - | Acting user identifier forwarded to backend as `X-Acting-User` header |
114
115
 
115
116
  #### Ref Methods
116
117
 
@@ -183,6 +184,7 @@ bot.destroy();
183
184
  | `userEmail` | string | - | Pre-populate email |
184
185
  | `userName` | string | - | Pre-populate name |
185
186
  | `accessId` | string | - | Pre-populate ACCESS ID |
187
+ | `actingUser` | string | - | Acting user identifier forwarded to backend as `X-Acting-User` header |
186
188
 
187
189
  ---
188
190