Logic function refactorization (#17861)

As title
This commit is contained in:
martmull
2026-02-12 11:40:49 +01:00
committed by GitHub
parent b456f79167
commit a4ed043d43
122 changed files with 1441 additions and 1897 deletions
@@ -0,0 +1 @@
generated
@@ -3,7 +3,6 @@ import type { Manifest } from 'twenty-shared/application';
import { PermissionFlagType } from 'twenty-shared/constants';
export const EXPECTED_MANIFEST: Manifest = {
sources: {},
publicAssets: [
{
checksum: '99496069dcc2a1488e1cae9f826d2707',
@@ -2,7 +2,6 @@ import { FieldType } from '@/sdk';
import type { Manifest } from 'twenty-shared/application';
export const EXPECTED_MANIFEST: Manifest = {
sources: {},
application: {
universalIdentifier: 'e1e2e3e4-e5e6-4000-8000-000000000001',
displayName: 'Root App',
@@ -26,5 +26,4 @@ export const normalizeManifestForComparison = <T extends JsonManifestInput>(
? '[checksum]'
: '',
})),
sources: {}, // removing sources for now, waiting compressed file implementation
});