docs/Invitation.md in phrase-1.0.11 vs docs/Invitation.md in phrase-1.0.12
- old
+ new
@@ -10,14 +10,16 @@
**state** | **String** | | [optional]
**projects** | [**Array<ProjectShort>**](ProjectShort.md) | | [optional]
**locales** | [**Array<LocalePreview>**](LocalePreview.md) | | [optional]
**default_locale_codes** | **Array<String>** | | [optional]
**permissions** | [**Object**](.md) | | [optional]
+**locale_ids** | **Array<String>** | | [optional]
**created_at** | **DateTime** | | [optional]
**updated_at** | **DateTime** | | [optional]
**accepted_at** | **DateTime** | | [optional]
**spaces** | [**Array<MemberSpaces>**](MemberSpaces.md) | | [optional]
+**project_role** | [**Array<MemberProjectDetailProjectRoles>**](MemberProjectDetailProjectRoles.md) | | [optional]
## Code Sample
```ruby
require 'Phrase'
@@ -28,12 +30,14 @@
state: null,
projects: null,
locales: null,
default_locale_codes: null,
permissions: null,
+ locale_ids: null,
created_at: null,
updated_at: null,
accepted_at: null,
- spaces: null)
+ spaces: null,
+ project_role: null)
```