@axinom/mosaic-messages 0.52.1 → 0.52.2

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.
Files changed (22) hide show
  1. package/dist/generated/schemas/payloads/localization/commands/declare-entity-definition-command.json +10 -0
  2. package/dist/generated/schemas/payloads/localization/commands/index.d.ts +6 -0
  3. package/dist/generated/schemas/payloads/localization/commands/index.d.ts.map +1 -1
  4. package/dist/generated/schemas/payloads/localization/events/entity-definition-declare-failed-event.json +10 -0
  5. package/dist/generated/schemas/payloads/localization/events/index.d.ts +6 -0
  6. package/dist/generated/schemas/payloads/localization/events/index.d.ts.map +1 -1
  7. package/dist/generated/types/payloads/localization/types/approval-behavior.d.ts +5 -0
  8. package/dist/generated/types/payloads/localization/types/approval-behavior.d.ts.map +1 -0
  9. package/dist/generated/types/payloads/localization/types/approval-behavior.js +3 -0
  10. package/dist/generated/types/payloads/localization/types/approval-behavior.js.map +1 -0
  11. package/dist/generated/types/payloads/localization/types/entity-field-definition.d.ts +5 -0
  12. package/dist/generated/types/payloads/localization/types/entity-field-definition.d.ts.map +1 -1
  13. package/dist/generated/types/payloads/localization/types/index.d.ts +1 -0
  14. package/dist/generated/types/payloads/localization/types/index.d.ts.map +1 -1
  15. package/dist/generated/types/payloads/localization/types/index.js +1 -0
  16. package/dist/generated/types/payloads/localization/types/index.js.map +1 -1
  17. package/package.json +2 -2
  18. package/src/generated/schemas/payloads/localization/commands/declare-entity-definition-command.json +10 -0
  19. package/src/generated/schemas/payloads/localization/events/entity-definition-declare-failed-event.json +10 -0
  20. package/src/generated/types/payloads/localization/types/approval-behavior.ts +4 -0
  21. package/src/generated/types/payloads/localization/types/entity-field-definition.ts +5 -0
  22. package/src/generated/types/payloads/localization/types/index.ts +1 -0
@@ -281,6 +281,16 @@
281
281
  }
282
282
  }
283
283
  }
284
+ },
285
+ "approval_behavior": {
286
+ "type": "string",
287
+ "title": "approval_behavior",
288
+ "enum": [
289
+ "REQUIRED",
290
+ "REQUIRED_IF_NOT_EMPTY",
291
+ "NOT_REQUIRED"
292
+ ],
293
+ "description": "Configuration of the approval behavior for the field"
284
294
  }
285
295
  }
286
296
  },
@@ -217,6 +217,12 @@ export declare const DeclareEntityDefinitionCommandSchema: {
217
217
  };
218
218
  };
219
219
  };
220
+ approval_behavior: {
221
+ type: string;
222
+ title: string;
223
+ enum: string[];
224
+ description: string;
225
+ };
220
226
  };
221
227
  };
222
228
  minItems: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/commands/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AACjE,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/commands/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AACjE,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC"}
@@ -278,6 +278,16 @@
278
278
  }
279
279
  }
280
280
  }
281
+ },
282
+ "approval_behavior": {
283
+ "type": "string",
284
+ "title": "approval_behavior",
285
+ "enum": [
286
+ "REQUIRED",
287
+ "REQUIRED_IF_NOT_EMPTY",
288
+ "NOT_REQUIRED"
289
+ ],
290
+ "description": "Configuration of the approval behavior for the field"
281
291
  }
282
292
  }
283
293
  },
@@ -273,6 +273,12 @@ export declare const EntityDefinitionDeclareFailedEventSchema: {
273
273
  };
274
274
  };
275
275
  };
276
+ approval_behavior: {
277
+ type: string;
278
+ title: string;
279
+ enum: string[];
280
+ description: string;
281
+ };
276
282
  };
277
283
  };
278
284
  minItems: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/events/index.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAC;AAC7G,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAC;AACnG,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/events/index.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAC;AAC7G,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAC;AACnG,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Configuration of the approval behavior for the field
3
+ */
4
+ export type ApprovalBehavior = "REQUIRED" | "REQUIRED_IF_NOT_EMPTY" | "NOT_REQUIRED";
5
+ //# sourceMappingURL=approval-behavior.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approval-behavior.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/approval-behavior.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,uBAAuB,GAAG,cAAc,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=approval-behavior.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approval-behavior.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/approval-behavior.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { ApprovalBehavior } from './approval-behavior';
1
2
  import { FieldDefinitionValidationRule } from './field-definition-validation-rule';
2
3
  import { FieldType } from './field-type';
3
4
  import { UiFieldCustomDefinition } from './ui-field-custom-definition';
@@ -42,5 +43,9 @@ export interface EntityFieldDefinition {
42
43
  * An array of field validation rules.
43
44
  */
44
45
  field_validation_rules?: FieldDefinitionValidationRule[];
46
+ /**
47
+ * Configuration of the approval behavior for the field
48
+ */
49
+ approval_behavior?: ApprovalBehavior;
45
50
  }
46
51
  //# sourceMappingURL=entity-field-definition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity-field-definition.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/entity-field-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,aAAa,EAAE,WAAW,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,0BAA0B,CAAC,EAAE,uBAAuB,CAAC;IACrD;;OAEG;IACH,sBAAsB,CAAC,EAAE,6BAA6B,EAAE,CAAC;CAC1D"}
1
+ {"version":3,"file":"entity-field-definition.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/entity-field-definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,aAAa,EAAE,WAAW,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,0BAA0B,CAAC,EAAE,uBAAuB,CAAC;IACrD;;OAEG;IACH,sBAAsB,CAAC,EAAE,6BAA6B,EAAE,CAAC;IACzD;;OAEG;IACH,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;CACtC"}
@@ -1,3 +1,4 @@
1
+ export * from './approval-behavior';
1
2
  export * from './entity-field-definition';
2
3
  export * from './entity-localization';
3
4
  export * from './entity-localization-field';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iBAAiB,CAAC"}
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./approval-behavior"), exports);
17
18
  __exportStar(require("./entity-field-definition"), exports);
18
19
  __exportStar(require("./entity-localization"), exports);
19
20
  __exportStar(require("./entity-localization-field"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,wDAAsC;AACtC,8DAA4C;AAC5C,oEAAkD;AAClD,2EAAyD;AACzD,qEAAmD;AACnD,yEAAuD;AACvD,+CAA6B;AAC7B,+DAA6C;AAC7C,oEAAkD;AAClD,iFAA+D;AAC/D,6EAA2D;AAC3D,oEAAkD;AAClD,iFAA+D;AAC/D,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,4DAA0C;AAC1C,wDAAsC;AACtC,8DAA4C;AAC5C,oEAAkD;AAClD,2EAAyD;AACzD,qEAAmD;AACnD,yEAAuD;AACvD,+CAA6B;AAC7B,+DAA6C;AAC7C,oEAAkD;AAClD,iFAA+D;AAC/D,6EAA2D;AAC3D,oEAAkD;AAClD,iFAA+D;AAC/D,kDAAgC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.52.1",
3
+ "version": "0.52.2",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "e8b192a666e40f3546ba54655f3ed2e4b5d667a7"
46
+ "gitHead": "7ee1558956ca9a51de1966f777da3923fadb32d9"
47
47
  }
@@ -281,6 +281,16 @@
281
281
  }
282
282
  }
283
283
  }
284
+ },
285
+ "approval_behavior": {
286
+ "type": "string",
287
+ "title": "approval_behavior",
288
+ "enum": [
289
+ "REQUIRED",
290
+ "REQUIRED_IF_NOT_EMPTY",
291
+ "NOT_REQUIRED"
292
+ ],
293
+ "description": "Configuration of the approval behavior for the field"
284
294
  }
285
295
  }
286
296
  },
@@ -278,6 +278,16 @@
278
278
  }
279
279
  }
280
280
  }
281
+ },
282
+ "approval_behavior": {
283
+ "type": "string",
284
+ "title": "approval_behavior",
285
+ "enum": [
286
+ "REQUIRED",
287
+ "REQUIRED_IF_NOT_EMPTY",
288
+ "NOT_REQUIRED"
289
+ ],
290
+ "description": "Configuration of the approval behavior for the field"
281
291
  }
282
292
  }
283
293
  },
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Configuration of the approval behavior for the field
3
+ */
4
+ export type ApprovalBehavior = "REQUIRED" | "REQUIRED_IF_NOT_EMPTY" | "NOT_REQUIRED";
@@ -1,3 +1,4 @@
1
+ import { ApprovalBehavior } from './approval-behavior';
1
2
  import { FieldDefinitionValidationRule } from './field-definition-validation-rule';
2
3
  import { FieldType } from './field-type';
3
4
  import { UiFieldCustomDefinition } from './ui-field-custom-definition';
@@ -42,4 +43,8 @@ export interface EntityFieldDefinition {
42
43
  * An array of field validation rules.
43
44
  */
44
45
  field_validation_rules?: FieldDefinitionValidationRule[];
46
+ /**
47
+ * Configuration of the approval behavior for the field
48
+ */
49
+ approval_behavior?: ApprovalBehavior;
45
50
  }
@@ -1,3 +1,4 @@
1
+ export * from './approval-behavior';
1
2
  export * from './entity-field-definition';
2
3
  export * from './entity-localization';
3
4
  export * from './entity-localization-field';