Constructors

Properties

Methods

Constructors

Properties

_actions: BrandActions
details: IBrand

Methods

  • Adds file to the existing brand

    Parameters

    • arg: {
          file: string | Buffer;
          id: "logo" | "styles" | "favIcon";
      }
      • file: string | Buffer

        The binary content of the file

      • id: "logo" | "styles" | "favIcon"

        the possible options are: logo OR styles OR favIcon

    Returns Promise<number>

  • Parameters

    • Optional arg: {
          force: true;
      }
      • force: true

    Returns Promise<void>

  • Deletes the current brand

    Returns Promise<number>

  • Updates the name or the description of the current brand

    Parameters

    Returns Promise<number>