lib/phrase/models/gitlab_sync_history.rb in phrase-2.12.0 vs lib/phrase/models/gitlab_sync_history.rb in phrase-2.13.0
- old
+ new
@@ -24,12 +24,12 @@
end
# Attribute type mapping.
def self.openapi_types
{
- :'status' => :'Integer',
+ :'status' => :'String',
:'action' => :'String',
- :'errors' => :'Array<String>',
+ :'errors' => :'Array<GitlabSyncHistoryErrors>',
:'date' => :'DateTime',
:'details' => :'Object'
}
end