@webuildbots/webuildbots-sdk 10.0.0 → 10.1.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.
@@ -119,6 +119,7 @@ export default interface User {
119
119
  }>;
120
120
  intentMap?: any;
121
121
  userSelectedLang?: string;
122
+ variables?: any;
122
123
  };
123
124
  profile: {
124
125
  common?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webuildbots/webuildbots-sdk",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "description": "webuildbots sdk",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",