@wise/dynamic-flow-types 1.5.0 → 1.6.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.
@@ -11,6 +11,10 @@ type CoreAction = {
11
11
  result?: Record<string, unknown>;
12
12
  timeout?: number;
13
13
  url?: string;
14
+ /**
15
+ * @experimental skipValidation is experimental and subject to change
16
+ */
17
+ skipValidation?: boolean;
14
18
  };
15
19
  export type Action = CoreAction & {
16
20
  title?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {