@webuildbots/webuildbots-sdk 9.3.0 → 9.3.1

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.
@@ -117,7 +117,7 @@ export default interface Block {
117
117
  handlerName?: string;
118
118
  type?: string;
119
119
  logic?: {
120
- formId: string;
120
+ formId?: string;
121
121
  defaultMappingBlockId: string;
122
122
  expressions?: Array<{
123
123
  condition: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webuildbots/webuildbots-sdk",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "description": "webuildbots sdk",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",