digicust_types 1.8.155 → 1.8.156

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
1
  export interface UploadWidget {
2
2
  id?: string;
3
3
  form?: string;
4
+ terms?: string;
5
+ vendor?: string;
4
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.155",
3
+ "version": "1.8.156",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",