You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Enables the paid service AI provider via Crowdin.\n\n__Note__: Set to true if `credentials` is not provided. Not supported for `custom_ai`, `x_ai`, `watsonx`and `deepseek` types."
19388
+
description: "Enables the paid service AI provider via Crowdin.\n\n__Note__: Set to true if `credentials` is not provided. Not supported for `custom_ai`, `x_ai`, `watsonx`, `deepseek` and `google_gemini_ai_studio` types."
19386
19389
type: boolean
19387
19390
default: false
19388
19391
type: object
@@ -19495,7 +19498,7 @@ components:
19495
19498
type: string
19496
19499
type: object
19497
19500
ai.provider.credentials.google_gemini:
19498
-
title: 'Google Gemini'
19501
+
title: 'Google Gemini (Vertex AI)'
19499
19502
required:
19500
19503
- project
19501
19504
- region
@@ -19511,6 +19514,15 @@ components:
19511
19514
description: 'Service account key'
19512
19515
type: object
19513
19516
type: object
19517
+
ai.provider.credentials.google_gemini_ai_studio:
19518
+
title: 'Google Gemini (AI Studio)'
19519
+
required:
19520
+
- apiKey
19521
+
properties:
19522
+
apiKey:
19523
+
description: 'API key from Google AI Studio'
19524
+
type: string
19525
+
type: object
19514
19526
ai.provider.credentials.mistral_ai:
19515
19527
title: 'Mistral AI'
19516
19528
required:
@@ -40908,7 +40920,6 @@ components:
40908
40920
$ref: '#/components/schemas/Term'
40909
40921
Term:
40910
40922
title: Term
40911
-
description: 'Class TermResponseModel'
40912
40923
properties:
40913
40924
id:
40914
40925
type: integer
@@ -41197,7 +41208,7 @@ components:
41197
41208
type: object
41198
41209
TmLanguageScheme:
41199
41210
title: 'Tm Schema'
41200
-
description: "Defines data columns mapping. The passed value should be an associative array containing both language id and column number:\n* `{languageId}` – Crowdin id for the specified language. Get via [List Supported Languages](#operation/api.languages.getMany)\n* `{columnNumber}` – a column number. Please note, that column numbering starts at 0\n\n __Note:__ Required for CSV or XLS/XLSX files"
41211
+
description: "Defines data columns mapping. The passed value should be an associative array containing both language id and column number:\n* `{languageId}` – Crowdin id for the specified language. Get via [List Supported Languages](#operation/api.languages.getMany)\n* `{columnNumber}` – a column number. Please note, that column numbering starts at 0\n\n__Note:__ Required for CSV or XLS/XLSX files"
41201
41212
type: object
41202
41213
example:
41203
41214
en: 0
@@ -41211,7 +41222,7 @@ components:
41211
41222
- storageId
41212
41223
properties:
41213
41224
storageId:
41214
-
description: "Storage Identifier. Get via [List Storages](#operation/api.storages.getMany)\n\n Supported file formats:\n* TMX\n* CSV\n* XLS/XLSX\n\n See TMX 1.4b Specification"
41225
+
description: "Storage Identifier. Get via [List Storages](#operation/api.storages.getMany)\n\nSupported file formats:\n* TMX\n* CSV\n* XLS/XLSX\n\nSee TMX 1.4b Specification"
description: "Specify target languages for build. Get via [List Supported Languages](#operation/api.languages.getMany)\n\n Leave this field empty to build all target languages"
41581
+
description: "Specify target languages for build. Get via [List Supported Languages](#operation/api.languages.getMany)\n\nLeave this field empty to build all target languages"
41565
41582
type: array
41566
41583
items:
41567
41584
type: string
41568
41585
example: uk
41569
41586
skipUntranslatedStrings:
41570
-
description: "Defines whether to export only translated strings\n\n__Note:__ `true` value can't be used with `skipUntranslatedFiles=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41587
+
description: "Defines whether to export only translated strings\n\n__Note:__ `true` value can't be used with `skipUntranslatedFiles=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41571
41588
type: boolean
41572
41589
default: false
41573
41590
example: false
41574
41591
skipUntranslatedFiles:
41575
-
description: "Defines whether to export only translated file\n\n__Note:__ `true` value can't be used with `skipUntranslatedStrings=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41592
+
description: "Defines whether to export only translated file\n\n__Note:__ `true` value can't be used with `skipUntranslatedStrings=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41576
41593
type: boolean
41577
41594
default: false
41578
41595
example: false
41579
41596
exportApprovedOnly:
41580
-
description: "Defines whether to export only approved strings\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41597
+
description: "Defines whether to export only approved strings\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41581
41598
type: boolean
41582
41599
default: false
41583
41600
example: false
@@ -41600,15 +41617,15 @@ components:
41600
41617
type: string
41601
41618
example: uk
41602
41619
skipUntranslatedStrings:
41603
-
description: "Defines whether to export only translated strings\n\n__Note:__ `true` value can't be used with `skipUntranslatedFiles=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41620
+
description: "Defines whether to export only translated strings\n\n__Note:__ `true` value can't be used with `skipUntranslatedFiles=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41604
41621
type: boolean
41605
41622
example: false
41606
41623
skipUntranslatedFiles:
41607
-
description: "Defines whether to export only translated files\n\n__Note:__ `true` value can't be used with `skipUntranslatedStrings=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41624
+
description: "Defines whether to export only translated files\n\n__Note:__ `true` value can't be used with `skipUntranslatedStrings=true` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41608
41625
type: boolean
41609
41626
example: false
41610
41627
exportApprovedOnly:
41611
-
description: "Defines whether to export only approved strings\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41628
+
description: "Defines whether to export only approved strings\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41612
41629
type: boolean
41613
41630
example: false
41614
41631
type: object
@@ -41649,17 +41666,17 @@ components:
41649
41666
type: integer
41650
41667
example: 1
41651
41668
skipUntranslatedStrings:
41652
-
description: "Defines whether to export only translated strings\n\n__Note:__ Can't be used with `skipUntranslatedFiles` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41669
+
description: "Defines whether to export only translated strings\n\n__Note:__ Can't be used with `skipUntranslatedFiles` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41653
41670
type: boolean
41654
41671
default: false
41655
41672
example: false
41656
41673
skipUntranslatedFiles:
41657
-
description: "Defines whether to export only translated file\n\n__Note:__ Can't be used with `skipUntranslatedStrings` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41674
+
description: "Defines whether to export only translated file\n\n__Note:__ Can't be used with `skipUntranslatedStrings` in same request\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41658
41675
type: boolean
41659
41676
default: false
41660
41677
example: false
41661
41678
exportApprovedOnly:
41662
-
description: "Defines whether to export only approved strings\n\n[More info](https://support.crowdin.com/project-settings/export/)"
41679
+
description: "Defines whether to export only approved strings\n\n[More info](https://support.crowdin.com/project-settings/export/)"
0 commit comments