@evoke-platform/context 1.0.0-dev.100 → 1.0.0-dev.101
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.
|
@@ -178,7 +178,7 @@ export type FormEntry = InputParameterReference | Columns | Sections | Content;
|
|
|
178
178
|
export type Form = {
|
|
179
179
|
entries?: FormEntry[];
|
|
180
180
|
};
|
|
181
|
-
export type ActionInputType = 'button' | 'Section' | 'Columns' | 'Content' | 'Select' | 'TextField' | 'DateTime' | 'RepeatableField' | 'MultiSelect' | 'Decimal' | 'RichText' | 'Date' | 'Integer' | 'Image' | 'Object' | 'Time' | 'User';
|
|
181
|
+
export type ActionInputType = 'button' | 'Section' | 'Columns' | 'Content' | 'Select' | 'TextField' | 'DateTime' | 'RepeatableField' | 'ManyToManyRepeatableField' | 'MultiSelect' | 'Decimal' | 'RichText' | 'Date' | 'Integer' | 'Image' | 'Object' | 'Time' | 'User';
|
|
182
182
|
/**
|
|
183
183
|
* Represents an object action inputProperty object.
|
|
184
184
|
*/
|