@evoke-platform/context 1.2.0-testing.0 → 1.2.0-testing.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.
|
@@ -207,7 +207,7 @@ export type FormEntry = InputParameterReference | Columns | Sections | Content;
|
|
|
207
207
|
export type Form = {
|
|
208
208
|
entries?: FormEntry[];
|
|
209
209
|
};
|
|
210
|
-
export type ActionInputType = 'button' | '
|
|
210
|
+
export type ActionInputType = 'button' | 'Boolean' | 'Columns' | 'Content' | 'Criteria' | 'Date' | 'DateTime' | 'Decimal' | 'Document' | 'Image' | 'Integer' | 'ManyToManyRepeatableField' | 'MultiSelect' | 'Object' | 'RepeatableField' | 'RichText' | 'Section' | 'Select' | 'TextField' | 'Time' | 'User';
|
|
211
211
|
/**
|
|
212
212
|
* Represents an object action inputProperty object.
|
|
213
213
|
*/
|