istox-shared 6.0.0 → 6.0.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { FormItem, IFormItemProps } from './common/FomItem';
|
|
3
3
|
declare type FileType = 'image' | 'pdf';
|
|
4
|
-
export declare type BucketType = 'protected' | 'kyc' | 'temporary';
|
|
4
|
+
export declare type BucketType = 'protected' | 'kyc' | 'temporary' | 'admin';
|
|
5
5
|
export declare type UploadPurpose = 'sto' | 'announcement' | 'others';
|
|
6
6
|
export interface IFile {
|
|
7
7
|
fileStatus: 'pending-choose-file' | 'file-chosen' | 'file-uploading' | 'file-upload-failed' | 'file-uploaded' | 'virus-infected';
|