@crowdin/crowdin-api-client
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -215,2 +215,3 @@ import { CrowdinApi, DownloadLink, PatchRequest, ResponseList, ResponseObject } from '../core'; | ||
attachLabelIds?: number[]; | ||
excludedTargetLanguages?: string[]; | ||
} | ||
@@ -217,0 +218,0 @@ interface ReplaceFileFromStorageRequest { |
@@ -51,2 +51,3 @@ import { BooleanInt, CrowdinApi, PatchRequest, ResponseList, ResponseObject } from '../core'; | ||
fileId: number; | ||
branchId: number; | ||
identifier: string; | ||
@@ -53,0 +54,0 @@ text: string | PluralText; |
@@ -90,2 +90,3 @@ import { BooleanInt, CrowdinApi, DownloadLink, PatchRequest, ResponseList, ResponseObject } from '../core'; | ||
deadline?: string; | ||
labelIds?: number[]; | ||
dateFrom?: string; | ||
@@ -103,2 +104,3 @@ dateTo?: string; | ||
expertise?: Expertise; | ||
labelIds?: number[]; | ||
dateFrom?: string; | ||
@@ -121,2 +123,3 @@ dateTo?: string; | ||
editService?: boolean; | ||
labelIds?: number[]; | ||
dateFrom?: string; | ||
@@ -135,2 +138,3 @@ dateTo?: string; | ||
subject?: Subject; | ||
labelIds?: number[]; | ||
dateFrom?: string; | ||
@@ -137,0 +141,0 @@ dateTo?: string; |
@@ -143,2 +143,3 @@ import { CrowdinApi, DownloadLink, ResponseList, ResponseObject, Status } from '../core'; | ||
markAddedTranslationsAsDone?: boolean; | ||
translateHidden?: boolean; | ||
} | ||
@@ -145,0 +146,0 @@ interface UploadTranslationResponse { |
@@ -41,2 +41,3 @@ import { CrowdinApi, PatchRequest, ResponseList, ResponseObject } from '../core'; | ||
isActive: boolean; | ||
batchingEnabled: boolean; | ||
requestType: RequestType; | ||
@@ -51,2 +52,3 @@ contentType: ContentType; | ||
isActive?: boolean; | ||
batchingEnabled?: boolean; | ||
contentType?: ContentType; | ||
@@ -53,0 +55,0 @@ events: Event[]; |
{ | ||
"name": "@crowdin/crowdin-api-client", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "JavaScript library for Crowdin API v2.", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
260142
6537