@crowdin/crowdin-api-client
Advanced tools
Comparing version 1.25.0 to 1.25.1
@@ -206,2 +206,3 @@ import { CrowdinApi, DownloadLink, PaginationOptions, PatchRequest, ResponseList, ResponseObject, Status } from '../core'; | ||
config: ReportSettinsConfig; | ||
isPublic: boolean; | ||
createdAt: string; | ||
@@ -208,0 +209,0 @@ updatedAt: string; |
@@ -268,2 +268,3 @@ import { CrowdinApi, DownloadLink, PaginationOptions, PatchRequest, ResponseList, ResponseObject } from '../core'; | ||
title: string; | ||
context: string; | ||
type: string; | ||
@@ -287,3 +288,5 @@ path: string; | ||
title?: string; | ||
context?: string; | ||
type?: FileType; | ||
parserVersion?: number; | ||
importOptions?: ImportOptions; | ||
@@ -326,2 +329,4 @@ exportOptions?: GeneralExportOptions | PropertyExportOptions; | ||
firstLineContainsHeader: boolean; | ||
contentSegmentation: boolean; | ||
srxStorageId: number; | ||
importTranslations: boolean; | ||
@@ -331,4 +336,10 @@ scheme: Scheme; | ||
interface Scheme { | ||
none: number; | ||
identifier: number; | ||
sourcePhrase: number; | ||
sourceOrTranslation: number; | ||
translation: number; | ||
context: number; | ||
maxLength: number; | ||
labels: number; | ||
[key: string]: number; | ||
@@ -377,2 +388,3 @@ } | ||
exportPattern: string; | ||
escapeSpecialCharacters?: 0 | 1; | ||
} | ||
@@ -379,0 +391,0 @@ interface JavaScriptExportOptions { |
{ | ||
"name": "@crowdin/crowdin-api-client", | ||
"version": "1.25.0", | ||
"version": "1.25.1", | ||
"description": "JavaScript library for Crowdin API", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
386071
8836