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
thrownewruntime.RequiredError('translationUnreviewParameters','Required parameter requestParameters.translationUnreviewParameters was null or undefined when calling translationUnreview.');
thrownewruntime.RequiredError('projectId','Required parameter requestParameters.projectId was null or undefined when calling translationsUnreviewCollection.');
thrownewruntime.RequiredError('translationsUnreviewParameters','Required parameter requestParameters.translationsUnreviewParameters was null or undefined when calling translationsUnreviewCollection.');
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+
* https://openapi-generator.tech
11
+
* Do not edit the class manually.
12
+
*/
13
+
14
+
import{exists,mapValues}from'../runtime';
15
+
/**
16
+
*
17
+
* @export
18
+
* @interface TranslationsUnreviewParameters
19
+
*/
20
+
exportinterfaceTranslationsUnreviewParameters{
21
+
/**
22
+
* specify the branch to use
23
+
* @type {string}
24
+
* @memberof TranslationsUnreviewParameters
25
+
*/
26
+
branch?: string;
27
+
/**
28
+
* Specify a query to find translations by content (including wildcards).<br><br> <i>Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).</i><br> The following qualifiers are supported in the query:<br> <ul> <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li> <li><code>tags:XYZ</code> for tags on the translation</li> <li><code>unverified:{true|false}</code> for verification status</li> <li><code>excluded:{true|false}</code> for exclusion status</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
0 commit comments