@evoke-platform/context 1.3.0-testing.8 → 1.3.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.
|
@@ -306,6 +306,8 @@ export type ActionInput = {
|
|
|
306
306
|
minDocuments?: number;
|
|
307
307
|
maxDocuments?: number;
|
|
308
308
|
customMessage?: string;
|
|
309
|
+
allowedFileExtensions?: string[];
|
|
310
|
+
maxSizeInKB?: number;
|
|
309
311
|
};
|
|
310
312
|
/**
|
|
311
313
|
* An array of sub-components to be rendered inside sections.
|