@wise/dynamic-flow-types 2.15.3 → 2.15.4

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.
@@ -118,7 +118,6 @@ export type Action = {
118
118
  timeout?: number;
119
119
  /**
120
120
  * Indicates that the action should not trigger client-side validation.
121
- * @experimental This feature may be changed in the future without notice.
122
121
  */
123
122
  skipValidation?: boolean;
124
123
  };
@@ -11,9 +11,6 @@ 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
14
  skipValidation?: boolean;
18
15
  };
19
16
  export type Action = CoreAction & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "2.15.3",
3
+ "version": "2.15.4",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {