Parameters definition : { editorUserIds : string [] ; id : string ; options : { alerts ?: { alertOnAtomMismatch ?: boolean ; alertOnLogErrors ?: boolean ; alertOnLogWarnings ?: boolean ; discordAlerts ?: boolean ; discordTags ?: string [] ; errorLogIgnoreRegexes ?: string [] ; loadIncidentPagePolicy ?: IncidentPolicy ; pagerduty ?: boolean ; warningLogIgnoreRegexes ?: string [] ; } ; feedOptions : { feedDescription : string ; feedDisplayName : string ; feedFolder : string ; feedId : string ; feedType : "replace" | "deleteAndReplace" ; } ; important ?: boolean ; input : { columns : Record < string , { type : PODPipelineInputFieldType ; } > ; csv : string ; type : CSV ; } ; name ?: string ; notes ?: string ; outputs : Record < string , { entries : Record < string , { source : { name : string ; type : "input" ; } | { type : "credentialSemaphoreID" ; } | { type : "credentialEmail" ; } | { type : "configured" ; value : string ; } ; type : "string" | "int" | "cryptographic" | "eddsa_pubkey" ; } > ; match : { entry : string ; type : "semaphoreID" ; } | { entry : string ; type : "email" ; } | { type : "none" ; } ; pcdType : PODPipelinePCDTypes ; } > ; paused ?: boolean ; protected ?: boolean ; } ; ownerUserId : string ; timeCreated : string ; timeUpdated : string ; type : POD ; } editor User Ids : string [] id : string options : { alerts ?: { alertOnAtomMismatch ?: boolean ; alertOnLogErrors ?: boolean ; alertOnLogWarnings ?: boolean ; discordAlerts ?: boolean ; discordTags ?: string [] ; errorLogIgnoreRegexes ?: string [] ; loadIncidentPagePolicy ?: IncidentPolicy ; pagerduty ?: boolean ; warningLogIgnoreRegexes ?: string [] ; } ; feedOptions : { feedDescription : string ; feedDisplayName : string ; feedFolder : string ; feedId : string ; feedType : "replace" | "deleteAndReplace" ; } ; important ?: boolean ; input : { columns : Record < string , { type : PODPipelineInputFieldType ; } > ; csv : string ; type : CSV ; } ; name ?: string ; notes ?: string ; outputs : Record < string , { entries : Record < string , { source : { name : string ; type : "input" ; } | { type : "credentialSemaphoreID" ; } | { type : "credentialEmail" ; } | { type : "configured" ; value : string ; } ; type : "string" | "int" | "cryptographic" | "eddsa_pubkey" ; } > ; match : { entry : string ; type : "semaphoreID" ; } | { entry : string ; type : "email" ; } | { type : "none" ; } ; pcdType : PODPipelinePCDTypes ; } > ; paused ?: boolean ; protected ?: boolean ; } Optional
alerts ?: { alertOnAtomMismatch ?: boolean ; alertOnLogErrors ?: boolean ; alertOnLogWarnings ?: boolean ; discordAlerts ?: boolean ; discordTags ?: string [] ; errorLogIgnoreRegexes ?: string [] ; loadIncidentPagePolicy ?: IncidentPolicy ; pagerduty ?: boolean ; warningLogIgnoreRegexes ?: string [] ; } Optional
alert On Atom Mismatch ?: boolean Optional
alert On Log Errors ?: boolean Optional
alert On Log Warnings ?: boolean Optional
discord Alerts ?: boolean Optional
discord Tags ?: string [] Optional
error Log Ignore Regexes ?: string [] Optional
load Incident Page Policy ?: IncidentPolicy Optional
pagerduty ?: boolean Optional
warning Log Ignore Regexes ?: string [] feed Options : { feedDescription : string ; feedDisplayName : string ; feedFolder : string ; feedId : string ; feedType : "replace" | "deleteAndReplace" ; } feed Description : string feed Display Name : string feed Folder : string feed Id : string feed Type : "replace" | "deleteAndReplace" Optional
important ?: boolean input : { columns : Record < string , { type : PODPipelineInputFieldType ; } > ; csv : string ; type : CSV ; } Optional
name ?: string Optional
notes ?: string outputs : Record < string , { entries : Record < string , { source : { name : string ; type : "input" ; } | { type : "credentialSemaphoreID" ; } | { type : "credentialEmail" ; } | { type : "configured" ; value : string ; } ; type : "string" | "int" | "cryptographic" | "eddsa_pubkey" ; } > ; match : { entry : string ; type : "semaphoreID" ; } | { entry : string ; type : "email" ; } | { type : "none" ; } ; pcdType : PODPipelinePCDTypes ; } > Optional
paused ?: boolean Optional
protected ?: boolean owner User Id : string time Created : string time Updated : string oldName : string newName : string csvData : string [] [] The updated PODPipelineDefinition.
Defined in packages/lib/podbox-shared/src/PODPipeline/updates.ts:84
Renames an input column in a PODPipelineDefinition. If the input column was used as a source for an output column, the source will be updated accordingly.