@skedulo/mex-types 1.42.1 → 1.43.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.
@@ -373,6 +373,11 @@ export interface FlatPageComponentModel extends BasePageComponentModel {
373
373
  insertTitle?: LocalizedKey;
374
374
  updateTitle?: LocalizedKey;
375
375
  insertButtonText?: LocalizedKey;
376
+ /**
377
+ * @version 1.16.0
378
+ * @label Add 'Done' button to Update page
379
+ */
380
+ updateButtonText?: LocalizedKey;
376
381
  defaultDataForNewObject?: OneLevelBindingObject;
377
382
  validator?: ValidatorDefinitionModel;
378
383
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.42.1",
3
+ "version": "1.43.0",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },