Frodo Library - v4.0.0-10
    Preparing search index...

    Interface FullImportOptions

    Full import options

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

    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

    reUuidCustomNodes: boolean

    Generate new UUIDs and service names for all custom nodes during import.

    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