adobe-firefly-sdk
    Preparing search index...

    Type Alias CustomScriptDetails

    Details of a custom script

    type CustomScriptDetails = {
        appVersionStrategy?:
            | "latest_version"
            | "fixed_major_version"
            | "fixed_major_and_minor_version";
        createdDate?: string;
        downloadurl?: string;
        majorAppVersion?: string;
        minorAppVersion?: string;
        scriptName?: string;
        url?: string;
        version?: string;
    }
    Index

    Properties

    appVersionStrategy?:
        | "latest_version"
        | "fixed_major_version"
        | "fixed_major_and_minor_version"

    Strategy used to determine the InDesign app version for this script

    createdDate?: string

    Registration date of the script

    downloadurl?: string

    Pre-signed URL for downloading the script (valid for 30 minutes)

    majorAppVersion?: string

    Major version of the InDesign app required for this script

    minorAppVersion?: string

    Minor version of the InDesign app required for this script

    scriptName?: string

    Name of the custom script

    url?: string

    URL that was generated during registration

    version?: string

    Version of the custom script