Is a component of your application's backend that provides programmatic access to the functionality for sharing brands with organization groups. It typically includes methods for creating, retrieving, updating, and deleting shared brands, as well as assigning shared brands to organization groups and managing access permissions.

Type Parameters

Constructors

Properties

dataSource: DataSource
idService: IdService
jwtConfig: JwtConfigType
loggerFactory: WinstonLoggerFactory

Accessors

  • get repository(): Repository<SBTOG>

    Returns Repository<SBTOG>

Methods

  • Parameters

    Returns Promise<void>

  • Returns string

  • Parameters

    • id: string

    Returns Promise<MaybeNull<SBTOG>>

  • Parameters

    Returns Promise<void>

  • Returns void