@wix/form-public 0.20.0 → 0.21.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.
@@ -1760,7 +1760,7 @@ export declare type VatIDValue = {
1760
1760
  export declare interface WixFile {
1761
1761
  fileId: string;
1762
1762
  displayName: string;
1763
- url: string;
1763
+ url?: string;
1764
1764
  fileType: string;
1765
1765
  }
1766
1766
 
@@ -1760,7 +1760,7 @@ export declare type VatIDValue = {
1760
1760
  export declare interface WixFile {
1761
1761
  fileId: string;
1762
1762
  displayName: string;
1763
- url: string;
1763
+ url?: string;
1764
1764
  fileType: string;
1765
1765
  }
1766
1766
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/form-public",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -68,5 +68,5 @@
68
68
  ]
69
69
  }
70
70
  },
71
- "falconPackageHash": "64912be66a3f90b1358f6fd1f3f0c71cddcfe1069ca169336b99495f"
71
+ "falconPackageHash": "21b88431419516f8568e86373d7633363c475e7cf1d123bf8d2db370"
72
72
  }