@crowdin/crowdin-api-client
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -38,3 +38,3 @@ import { CrowdinApi, ResponseList, ResponseObject, PatchRequest } from '../core'; | ||
identifier: string; | ||
text: string; | ||
text: string | PluralText; | ||
type: Type; | ||
@@ -59,2 +59,10 @@ context: string; | ||
} | ||
interface PluralText { | ||
zero?: string; | ||
one?: string; | ||
two?: string; | ||
few?: string; | ||
many?: string; | ||
other?: string; | ||
} | ||
enum Type { | ||
@@ -61,0 +69,0 @@ TEXT = 0, |
{ | ||
"name": "@crowdin/crowdin-api-client", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"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
160974
3993