diff --git a/packages/twenty-sdk/src/cli/utilities/build/common/plugins/__tests__/__snapshots__/stub-twenty-sdk-define.plugin.spec.ts.snap b/packages/twenty-sdk/src/cli/utilities/build/common/plugins/__tests__/__snapshots__/stub-twenty-sdk-define.plugin.spec.ts.snap index c860e4176b..791e0e96b4 100644 --- a/packages/twenty-sdk/src/cli/utilities/build/common/plugins/__tests__/__snapshots__/stub-twenty-sdk-define.plugin.spec.ts.snap +++ b/packages/twenty-sdk/src/cli/utilities/build/common/plugins/__tests__/__snapshots__/stub-twenty-sdk-define.plugin.spec.ts.snap @@ -17,6 +17,7 @@ exports[`stub-twenty-sdk-define plugin > matches the recorded export partition 1 "RelationType", "STANDARD_OBJECT", "STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS", + "ViewCalendarLayout", "ViewFilterGroupLogicalOperator", "ViewFilterOperand", "ViewKey", diff --git a/packages/twenty-sdk/src/sdk/define/index.ts b/packages/twenty-sdk/src/sdk/define/index.ts index e53b54d8c3..2ca830bd04 100644 --- a/packages/twenty-sdk/src/sdk/define/index.ts +++ b/packages/twenty-sdk/src/sdk/define/index.ts @@ -108,6 +108,7 @@ export { NumberDataType, ObjectRecordGroupByDateGranularity, PageLayoutTabLayoutMode, + ViewCalendarLayout, ViewFilterGroupLogicalOperator, ViewFilterOperand, ViewOpenRecordIn,