Skip to content

Commit fe3636a

Browse files
author
Phrase
committed
1 parent 3aec4e1 commit fe3636a

32 files changed

+936
-240
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 2.0.0
8-
- Package version: 1.5.6
8+
- Package version: 1.5.7
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
1111

@@ -233,9 +233,9 @@ Class | Method | HTTP request | Description
233233
*JobTemplateLocalesApi* | [**job_template_locales_list**](docs/JobTemplateLocalesApi.md#job_template_locales_list) | **GET** /projects/{project_id}/job_templates/{job_template_id}/locales | List job template locales
234234
*JobTemplatesApi* | [**job_template_create**](docs/JobTemplatesApi.md#job_template_create) | **POST** /projects/{project_id}/job_templates | Create a job template
235235
*JobTemplatesApi* | [**job_template_delete**](docs/JobTemplatesApi.md#job_template_delete) | **DELETE** /projects/{project_id}/job_templates/{id} | Delete a job template
236-
*JobTemplatesApi* | [**job_template_show**](docs/JobTemplatesApi.md#job_template_show) | **GET** /projects/{project_id}/job_templates/{id} | Get a single job template
237236
*JobTemplatesApi* | [**job_template_update**](docs/JobTemplatesApi.md#job_template_update) | **PATCH** /projects/{project_id}/job_templates/{id} | Update a job template
238237
*JobTemplatesApi* | [**job_templates_list**](docs/JobTemplatesApi.md#job_templates_list) | **GET** /projects/{project_id}/job_templates | List job templates
238+
*JobTemplatesApi* | [**job_templates_show**](docs/JobTemplatesApi.md#job_templates_show) | **GET** /projects/{project_id}/job_templates/{id} | Get a single job template
239239
*JobsApi* | [**job_complete**](docs/JobsApi.md#job_complete) | **POST** /projects/{project_id}/jobs/{id}/complete | Complete a job
240240
*JobsApi* | [**job_create**](docs/JobsApi.md#job_create) | **POST** /projects/{project_id}/jobs | Create a job
241241
*JobsApi* | [**job_delete**](docs/JobsApi.md#job_delete) | **DELETE** /projects/{project_id}/jobs/{id} | Delete a job
@@ -452,8 +452,10 @@ Class | Method | HTTP request | Description
452452
- [JobStartParameters](docs/JobStartParameters.md)
453453
- [JobTemplate](docs/JobTemplate.md)
454454
- [JobTemplateCreateParameters](docs/JobTemplateCreateParameters.md)
455-
- [JobTemplateLocale](docs/JobTemplateLocale.md)
455+
- [JobTemplateDetails](docs/JobTemplateDetails.md)
456+
- [JobTemplateDetails1](docs/JobTemplateDetails1.md)
456457
- [JobTemplateLocaleUpdateParameters](docs/JobTemplateLocaleUpdateParameters.md)
458+
- [JobTemplateLocales](docs/JobTemplateLocales.md)
457459
- [JobTemplateLocalesCreateParameters](docs/JobTemplateLocalesCreateParameters.md)
458460
- [JobTemplatePreview](docs/JobTemplatePreview.md)
459461
- [JobTemplateUpdateParameters](docs/JobTemplateUpdateParameters.md)

docs/JobCommentsApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void (empty response body)
153153
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
154154

155155
# **job_comment_show**
156-
> object job_comment_show(project_id, job_id, id, x_phrase_app_otp=x_phrase_app_otp, branch=branch)
156+
> JobComment job_comment_show(project_id, job_id, id, x_phrase_app_otp=x_phrase_app_otp, branch=branch)
157157
158158
Get a single job comment
159159

@@ -203,7 +203,7 @@ Name | Type | Description | Notes
203203

204204
### Return type
205205

206-
**object**
206+
[**JobComment**](JobComment.md)
207207

208208
### Authorization
209209

@@ -225,7 +225,7 @@ Name | Type | Description | Notes
225225
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
226226

227227
# **job_comment_update**
228-
> object job_comment_update(project_id, key_id, id, job_comment_update_parameters, x_phrase_app_otp=x_phrase_app_otp)
228+
> JobComment job_comment_update(project_id, key_id, id, job_comment_update_parameters, x_phrase_app_otp=x_phrase_app_otp)
229229
230230
Update a job comment
231231

@@ -275,7 +275,7 @@ Name | Type | Description | Notes
275275

276276
### Return type
277277

278-
**object**
278+
[**JobComment**](JobComment.md)
279279

280280
### Authorization
281281

@@ -297,7 +297,7 @@ Name | Type | Description | Notes
297297
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
298298

299299
# **job_comments_list**
300-
> list[object] job_comments_list(project_id, job_id, x_phrase_app_otp=x_phrase_app_otp, branch=branch)
300+
> list[JobComment] job_comments_list(project_id, job_id, x_phrase_app_otp=x_phrase_app_otp, branch=branch)
301301
302302
List job comments
303303

@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345345

346346
### Return type
347347

348-
**list[object]**
348+
[**list[JobComment]**](JobComment.md)
349349

350350
### Authorization
351351

docs/JobTemplateDetails.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# JobTemplateDetails
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **str** | | [optional]
7+
**name** | **str** | | [optional]
8+
**briefing** | **str** | | [optional]
9+
**project** | [**ProjectShort**](ProjectShort.md) | | [optional]
10+
**branch** | [**Branch**](Branch.md) | | [optional]
11+
**created_at** | **datetime** | | [optional]
12+
**updated_at** | **datetime** | | [optional]
13+
**owner** | [**UserPreview**](UserPreview.md) | | [optional]
14+
**creator** | [**UserPreview**](UserPreview.md) | | [optional]
15+
**locales** | [**list[LocalePreview]**](LocalePreview.md) | | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

docs/JobTemplateDetails1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# JobTemplateDetails1
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**owner** | [**UserPreview**](UserPreview.md) | | [optional]
7+
**creator** | [**UserPreview**](UserPreview.md) | | [optional]
8+
**locales** | [**list[LocalePreview]**](LocalePreview.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JobTemplateLocale
1+
# JobTemplateLocales
22

33
## Properties
44
Name | Type | Description | Notes

docs/JobTemplateLocalesApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void (empty response body)
8383
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8484

8585
# **job_template_locale_show**
86-
> object job_template_locale_show(project_id, job_template_id, job_template_locale_id, x_phrase_app_otp=x_phrase_app_otp, branch=branch)
86+
> JobTemplateLocales job_template_locale_show(project_id, job_template_id, job_template_locale_id, x_phrase_app_otp=x_phrase_app_otp, branch=branch)
8787
8888
Get a single job template locale
8989

@@ -133,7 +133,7 @@ Name | Type | Description | Notes
133133

134134
### Return type
135135

136-
**object**
136+
[**JobTemplateLocales**](JobTemplateLocales.md)
137137

138138
### Authorization
139139

@@ -155,7 +155,7 @@ Name | Type | Description | Notes
155155
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
156156

157157
# **job_template_locale_update**
158-
> object job_template_locale_update(project_id, job_template_id, job_template_locale_id, job_template_locale_update_parameters, x_phrase_app_otp=x_phrase_app_otp)
158+
> JobTemplateLocales job_template_locale_update(project_id, job_template_id, job_template_locale_id, job_template_locale_update_parameters, x_phrase_app_otp=x_phrase_app_otp)
159159
160160
Update a job template locale
161161

@@ -205,7 +205,7 @@ Name | Type | Description | Notes
205205

206206
### Return type
207207

208-
**object**
208+
[**JobTemplateLocales**](JobTemplateLocales.md)
209209

210210
### Authorization
211211

@@ -227,7 +227,7 @@ Name | Type | Description | Notes
227227
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
228228

229229
# **job_template_locales_create**
230-
> JobTemplateLocale job_template_locales_create(project_id, job_template_id, job_template_locales_create_parameters, x_phrase_app_otp=x_phrase_app_otp)
230+
> JobTemplateLocales job_template_locales_create(project_id, job_template_id, job_template_locales_create_parameters, x_phrase_app_otp=x_phrase_app_otp)
231231
232232
Create a job template locale
233233

@@ -275,7 +275,7 @@ Name | Type | Description | Notes
275275

276276
### Return type
277277

278-
[**JobTemplateLocale**](JobTemplateLocale.md)
278+
[**JobTemplateLocales**](JobTemplateLocales.md)
279279

280280
### Authorization
281281

@@ -297,7 +297,7 @@ Name | Type | Description | Notes
297297
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
298298

299299
# **job_template_locales_list**
300-
> list[object] job_template_locales_list(project_id, job_template_id, x_phrase_app_otp=x_phrase_app_otp, page=page, per_page=per_page, branch=branch)
300+
> list[JobTemplateLocales] job_template_locales_list(project_id, job_template_id, x_phrase_app_otp=x_phrase_app_otp, page=page, per_page=per_page, branch=branch)
301301
302302
List job template locales
303303

@@ -349,7 +349,7 @@ Name | Type | Description | Notes
349349

350350
### Return type
351351

352-
**list[object]**
352+
[**list[JobTemplateLocales]**](JobTemplateLocales.md)
353353

354354
### Authorization
355355

0 commit comments

Comments
 (0)