kui-crm 0.0.435 → 0.0.436

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.
package/index.d.ts CHANGED
@@ -2158,6 +2158,8 @@ declare class FilesStore {
2158
2158
  get uploadedAllFiles(): boolean;
2159
2159
  get notUploadedFiles(): FileStore[];
2160
2160
  get isUploading(): boolean;
2161
+ get videoLength(): number;
2162
+ get nonVideoLength(): number;
2161
2163
  }
2162
2164
 
2163
2165
  declare class CitiesStore {