Remove cookie_patterns legacy, migrate to tracker_patterns
Delete coredata.CookiePattern and all associated CRUD methods, rename shared types (CookiePatternOrderField, CookiePatternFilter, CookiePatternMatchType) to TrackerPattern equivalents, and migrate all API surfaces (GraphQL, MCP, CLI, n8n) to tracker_pattern naming. The worker was already migrated in the base branch; this commit completes the removal by dropping the old GraphQL schema/resolvers, service methods, CLI commands, and n8n operations that operated on the legacy cookie_patterns table. Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -116,11 +116,6 @@ export class Probo implements INodeType {
|
||||
value: 'cookieConsentRecord',
|
||||
description: 'View cookie consent records',
|
||||
},
|
||||
{
|
||||
name: 'Cookie Pattern',
|
||||
value: 'cookiePattern',
|
||||
description: 'Manage cookie patterns',
|
||||
},
|
||||
{
|
||||
name: 'Data',
|
||||
value: 'datum',
|
||||
@@ -206,6 +201,11 @@ export class Probo implements INodeType {
|
||||
value: 'tia',
|
||||
description: 'Manage transfer impact assessments',
|
||||
},
|
||||
{
|
||||
name: 'Tracker Pattern',
|
||||
value: 'trackerPattern',
|
||||
description: 'Manage tracker patterns',
|
||||
},
|
||||
{
|
||||
name: 'Trust Center',
|
||||
value: 'trustCenter',
|
||||
|
||||
Reference in New Issue
Block a user