in Sources/Bridget/native.swift [494:510]
func insertAdverts(adSlots: TList<AdSlot>) throws
///
/// - Parameters:
/// - adSlots:
/// - Throws:
func updateAdverts(adSlots: TList<AdSlot>) throws
///
/// - Parameters:
/// - targetingParams:
/// - Throws:
func sendTargetingParams(targetingParams: TMap<String, String>) throws
}
open class CommercialClient : TClient /* , Commercial */ {