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

Type Parameters

Constructors

Properties

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

Accessors

  • get repository(): Repository<SBTO>

    Returns Repository<SBTO>

Methods

  • Returns string

  • Parameters

    • id: string

    Returns Promise<MaybeNull<SBTO>>

  • Parameters

    Returns Promise<void>

  • Returns void