@crowdin/crowdin-api-client
Advanced tools
Comparing version 1.23.1 to 1.23.2
@@ -99,3 +99,3 @@ import { CrowdinApi, DownloadLink, PaginationOptions, PatchRequest, ResponseList, ResponseObject, Status } from '../core'; | ||
interface GenerateReportRequest { | ||
name: string; | ||
name: 'costs-estimation' | 'translation-costs' | 'top-members' | 'contribution-raw-data'; | ||
schema: CostEstimateSchema | CostEstimateFuzzyModeSchema | TranslationCostSchema | TopMembersSchema | ContributionRawDataSchema; | ||
@@ -102,0 +102,0 @@ } |
{ | ||
"name": "@crowdin/crowdin-api-client", | ||
"version": "1.23.1", | ||
"version": "1.23.2", | ||
"description": "JavaScript library for Crowdin API", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
@@ -12,3 +12,4 @@ [<p align='center'><img src='https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png' data-canonical-src='https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png' width='150' height='150' align='center'/></p>](https://crowdin.com) | ||
[**`Live Demo`**](https://runkit.com/andrii-bodnar/crowdin-js-api-client-live-demo) | | ||
[**`API Client Docs`**](https://crowdin.github.io/crowdin-api-client-js/modules.html) | | ||
[**`Docs`**](https://crowdin.github.io/crowdin-api-client-js/modules.html) | | ||
[**`Examples`**](https://github.com/crowdin/crowdin-api-client-js/blob/master/EXAMPLES.md) | | ||
[**`Crowdin API`**](https://developer.crowdin.com/api/v2/) | | ||
@@ -315,2 +316,4 @@ [**`Crowdin Enterprise API`**](https://developer.crowdin.com/enterprise/api/v2/) | ||
For more examples please check [Examples](EXAMPLES.md) | ||
### List of projects with Fetch API | ||
@@ -317,0 +320,0 @@ |
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
377233
496