@webuildbots/webuildbots-sdk 9.2.6 → 9.3.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.
@@ -13,7 +13,8 @@ export declare enum BlockTypes {
13
13
  COMPLEX = "complex",
14
14
  SELECT = "select",
15
15
  FUNCTION = "function",
16
- DEV_SWITCH = "dev-switch"
16
+ DEV_SWITCH = "dev-switch",
17
+ VARIABLE = "variable"
17
18
  }
18
19
  export declare enum ChoiceTypes {
19
20
  QREPLY = "qreply",
@@ -19,6 +19,7 @@ var BlockTypes;
19
19
  BlockTypes["SELECT"] = "select";
20
20
  BlockTypes["FUNCTION"] = "function";
21
21
  BlockTypes["DEV_SWITCH"] = "dev-switch";
22
+ BlockTypes["VARIABLE"] = "variable";
22
23
  })(BlockTypes = exports.BlockTypes || (exports.BlockTypes = {}));
23
24
  var ChoiceTypes;
24
25
  (function (ChoiceTypes) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webuildbots/webuildbots-sdk",
3
- "version": "9.2.6",
3
+ "version": "9.3.0",
4
4
  "description": "webuildbots sdk",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",