interface CreateProjectEnterpriseRequest {
    autoSubstitution?: boolean;
    autoTranslateDialects?: boolean;
    customQaCheckIds?: number[];
    delayedWorkflowStart?: boolean;
    description?: string;
    exportStringsThatPassedWorkflow?: number;
    exportWithMinApprovalsCount?: number;
    glossaryAccess?: boolean;
    groupId?: number;
    hiddenStringsProofreadersAccess?: boolean;
    inContext?: boolean;
    inContextProcessHiddenStrings?: boolean;
    inContextPseudoLanguageId?: string;
    isMtAllowed?: boolean;
    languageMapping?: LanguageMapping;
    mtEngineId?: number;
    name: string;
    normalizePlaceholder?: boolean;
    notificationSettings?: NotificationSettings;
    publicDownloads?: boolean;
    qaApprovalsCount?: number;
    qaCheckCategories?: CheckCategories;
    qaCheckIsActive?: boolean;
    qaChecksIgnorableCategories?: CheckCategories;
    saveMetaInfoInSource?: boolean;
    showTmSuggestionsDialects?: boolean;
    skipUntranslatedFiles?: boolean;
    skipUntranslatedStrings?: boolean;
    sourceLanguageId: string;
    steps?: WorkflowTemplateStepConfig[];
    tagsDetection?: TagDetection;
    targetLanguageIds?: string[];
    taskBasedAccessControl?: boolean;
    templateId?: number;
    tmContextType?: TmContextType;
    translateDuplicates?: TranslateDuplicates;
    vendorId?: number;
}

Properties

autoSubstitution?: boolean
autoTranslateDialects?: boolean
customQaCheckIds?: number[]
delayedWorkflowStart?: boolean
description?: string
exportStringsThatPassedWorkflow?: number
exportWithMinApprovalsCount?: number
glossaryAccess?: boolean
groupId?: number
hiddenStringsProofreadersAccess?: boolean
inContext?: boolean
inContextProcessHiddenStrings?: boolean
inContextPseudoLanguageId?: string
isMtAllowed?: boolean
languageMapping?: LanguageMapping
mtEngineId?: number
name: string
normalizePlaceholder?: boolean
notificationSettings?: NotificationSettings
publicDownloads?: boolean
qaApprovalsCount?: number
qaCheckCategories?: CheckCategories
qaCheckIsActive?: boolean
qaChecksIgnorableCategories?: CheckCategories
saveMetaInfoInSource?: boolean
showTmSuggestionsDialects?: boolean
skipUntranslatedFiles?: boolean
skipUntranslatedStrings?: boolean
sourceLanguageId: string
tagsDetection?: TagDetection
targetLanguageIds?: string[]
taskBasedAccessControl?: boolean
templateId?: number
tmContextType?: TmContextType
translateDuplicates?: TranslateDuplicates
vendorId?: number