Interface FullImportOptions

Full import options

interface FullImportOptions {
    cleanServices: boolean;
    includeActiveValues: boolean;
    includeDefault: boolean;
    reUuidJourneys: boolean;
    reUuidScripts: boolean;
    source?: string;
}

Properties

cleanServices: boolean

Indicates whether to remove previously existing services of the same id before importing

includeActiveValues: boolean

Include active secret values

includeDefault: boolean

Include default scripts in import if true

reUuidJourneys: boolean

Generate new UUIDs for all journey nodes during import.

reUuidScripts: boolean

Generate new UUIDs for all scripts during import.

source?: string

Host URL of source environment to decrypt secret values from