fixes: loosen up front validation, add resolveEntityRelationUniversalIdentifiers to update and restore (#18015)

closes https://github.com/twentyhq/private-issues/issues/419
This commit is contained in:
nitin
2026-02-18 16:05:08 +05:30
committed by GitHub
parent 08a3d983cb
commit 477fbc0865
14 changed files with 97 additions and 364 deletions
@@ -32,6 +32,7 @@ export const TEST_BAR_CHART_CONFIGURATION: TypedBarChartConfiguration = {
primaryAxisOrderBy: GraphOrderBy.FIELD_ASC,
displayDataLabel: true,
axisNameDisplay: AxisNameDisplay.NONE,
splitMultiValueFields: false,
};
export const TEST_BAR_CHART_CONFIGURATION_HORIZONTAL: TypedBarChartConfiguration =
@@ -50,6 +51,7 @@ export const TEST_LINE_CHART_CONFIGURATION: TypedLineChartConfiguration = {
primaryAxisDateGranularity: ObjectRecordGroupByDateGranularity.DAY,
displayDataLabel: true,
axisNameDisplay: AxisNameDisplay.NONE,
splitMultiValueFields: false,
};
export const TEST_PIE_CHART_CONFIGURATION: TypedPieChartConfiguration = {
@@ -62,6 +64,7 @@ export const TEST_PIE_CHART_CONFIGURATION: TypedPieChartConfiguration = {
dateGranularity: ObjectRecordGroupByDateGranularity.MONTH,
orderBy: GraphOrderBy.VALUE_DESC,
displayDataLabel: true,
splitMultiValueFields: false,
};
export const TEST_AGGREGATE_CHART_CONFIGURATION: TypedAggregateChartConfiguration =