docs/JobDetails.md in phrase-2.1.0 vs docs/JobDetails.md in phrase-2.2.0

- old
+ new

@@ -14,10 +14,11 @@ **branch** | [**BranchName**](BranchName.md) | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] **owner** | [**UserPreview**](UserPreview.md) | | [optional] **job_tag_name** | **String** | | [optional] +**source_locale** | [**LocalePreview**](LocalePreview.md) | | [optional] **locales** | [**Array<LocalePreview>**](LocalePreview.md) | | [optional] **keys** | [**Array<KeyPreview>**](KeyPreview.md) | | [optional] ## Code Sample @@ -34,9 +35,10 @@ branch: null, created_at: null, updated_at: null, owner: null, job_tag_name: null, + source_locale: null, locales: null, keys: null) ```