@wise/dynamic-flow-types 2.24.0 → 2.24.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.
@@ -418,5 +418,7 @@ export type MultiUploadInputRendererProps = BaseInputRendererProps & {
418
418
  type FileWithId = {
419
419
  id: string;
420
420
  file: File;
421
+ /** @experimental */
422
+ validationState?: ValidationResult;
421
423
  };
422
424
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -23,12 +23,12 @@
23
23
  "build"
24
24
  ],
25
25
  "devDependencies": {
26
- "@formatjs/cli": "^6.2.12",
26
+ "@formatjs/cli": "^6.2.15",
27
27
  "@types/react": "18.3.11",
28
28
  "esbuild": "0.24.0",
29
29
  "npm-run-all2": "6.2.3",
30
30
  "ts-to-zod": "3.6.1",
31
- "typescript": "5.6.2"
31
+ "typescript": "5.6.3"
32
32
  },
33
33
  "dependencies": {
34
34
  "zod": "3.23.8"