Finish compliance portal rename leftovers across portal, trust, and n8n.
Update mailing list queries to currentCompliancePortal, and include regenerated console resolvers plus sorted n8n/frontend imports from the rename. Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -97,6 +97,11 @@ export class Probo implements INodeType {
|
||||
value: 'auditLog',
|
||||
description: 'View audit log entries',
|
||||
},
|
||||
{
|
||||
name: 'Compliance Portal',
|
||||
value: 'compliancePortal',
|
||||
description: 'Manage compliance portal',
|
||||
},
|
||||
{
|
||||
name: 'Control',
|
||||
value: 'control',
|
||||
@@ -222,11 +227,6 @@ export class Probo implements INodeType {
|
||||
value: 'trackerPattern',
|
||||
description: 'Manage tracker patterns',
|
||||
},
|
||||
{
|
||||
name: 'Compliance Portal',
|
||||
value: 'compliancePortal',
|
||||
description: 'Manage compliance portal',
|
||||
},
|
||||
{
|
||||
name: 'User',
|
||||
value: 'user',
|
||||
|
||||
@@ -62,6 +62,18 @@ export const description: INodeProperties[] = [
|
||||
default: 'INTERNAL',
|
||||
description: 'The classification of the document. Updating it edits the current draft version, creating one from the latest published version if none exists.',
|
||||
},
|
||||
{
|
||||
displayName: 'Compliance Portal Visibility',
|
||||
name: 'compliancePortalVisibility',
|
||||
type: 'options',
|
||||
options: [
|
||||
{ name: 'None', value: 'NONE' },
|
||||
{ name: 'Private', value: 'PRIVATE' },
|
||||
{ name: 'Public', value: 'PUBLIC' },
|
||||
],
|
||||
default: 'NONE',
|
||||
description: 'The compliance portal visibility of the document',
|
||||
},
|
||||
{
|
||||
displayName: 'Content',
|
||||
name: 'content',
|
||||
@@ -104,18 +116,6 @@ export const description: INodeProperties[] = [
|
||||
default: '',
|
||||
description: 'The title of the document. Updating it edits the current draft version, creating one from the latest published version if none exists.',
|
||||
},
|
||||
{
|
||||
displayName: 'Compliance Portal Visibility',
|
||||
name: 'compliancePortalVisibility',
|
||||
type: 'options',
|
||||
options: [
|
||||
{ name: 'None', value: 'NONE' },
|
||||
{ name: 'Private', value: 'PRIVATE' },
|
||||
{ name: 'Public', value: 'PUBLIC' },
|
||||
],
|
||||
default: 'NONE',
|
||||
description: 'The compliance portal visibility of the document',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user