@revxui/api-clients-ts
Version:
swagger client for @revxui/api-clients-ts
37 lines (36 loc) • 1.11 kB
TypeScript
/**
* Api Documentation
* Api Documentation
*
* OpenAPI spec version: 1.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { BaseModel } from './baseModel';
export interface AdvertiserSettings {
advertiserId?: number;
creativeBorderType?: AdvertiserSettings.CreativeBorderTypeEnum;
creativeNameFormat?: string;
dateFormat?: string;
eventFilterAllowed?: boolean;
feedKey?: string;
isAuditLogReportEnabled?: boolean;
isDmpAudienceSupport?: boolean;
isPlatformAudienceSupport?: boolean;
liftTestActive?: boolean;
mmp?: BaseModel;
skuAllowedChars?: string;
slackChannelId?: string;
transactionCurrency?: BaseModel;
}
export declare namespace AdvertiserSettings {
type CreativeBorderTypeEnum = 'NONE' | 'BLACK' | 'BLUR';
const CreativeBorderTypeEnum: {
NONE: CreativeBorderTypeEnum;
BLACK: CreativeBorderTypeEnum;
BLUR: CreativeBorderTypeEnum;
};
}